diff --git a/docs/README_Linux.md b/docs/README_Linux.md new file mode 100644 index 0000000..d431103 --- /dev/null +++ b/docs/README_Linux.md @@ -0,0 +1,169 @@ +## Lippia Web sample project - Linux users + +## System Requirements : ++ Docker 18.09: https://docs.docker.com/install/linux/docker-ce/ubuntu/ ++ Docker compose 1.24: https://docs.docker.com/compose/install/ + +# Getting started + +[Download]: + +- [Download] and unzip the source repository for this guide, or clone it using Git: + ``` $ git clone https://bitbucket.org/crowdarautomation/lippia-api-sample-project.git ``` +- Go to root directory + ``` $ cd lippia-api-sample-project ``` +## Strategies to run +*** + +- [Local] (#local) (running tests building project with maven from command line) + + +#### Local strategy +##### Executing tests in you local machine from command line +- From terminal execute + +``` +$ sudo docker-compose -f docker-compose.yml up --abort-on-container-exit --exit-code-from lippia + +Starting lippia-api-sample-project_lippia_1 ... done +Attaching to lippia-api-sample-project_lippia_1 +lippia_1 | Running custom Command mvn clean test -PParalelo -Dcucumber.tags=@Success +lippia_1 | [INFO] Scanning for projects... +lippia_1 | [INFO] +lippia_1 | [INFO] ---------------< com.Crowdar:lippia-api-example-project >--------------- +lippia_1 | [INFO] Building api-rest-automation 3.2.1.1 +lippia_1 | [INFO] --------------------------------[ jar ]--------------------------------- +lippia_1 | Downloading from central: https://repo.maven.apache.org/maven2/io/grpc/grpc-core/maven-metadata.xml +lippia_1 | Downloading from crowdarRepo: https://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/grpc/grpc-core/maven-metadata.xml +Downloaded from central: https://repo.maven.apache.org/maven2/io/grpc/grpc-core/maven-metadata.xml (2.7 kB at 1.9 kB/s) +lippia_1 | Downloaded from crowdarRepo: https://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/grpc/grpc-core/maven-metadata.xml (2.7 kB at 1.8 kB/s) +lippia_1 | Downloading from crowdarRepo: https://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/netty/netty-codec-http2/maven-metadata.xml +lippia_1 | Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-codec-http2/maven-metadata.xml +Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-codec-http2/maven-metadata.xml (2.8 kB at 7.9 kB/s) +lippia_1 | Downloaded from crowdarRepo: https://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/netty/netty-codec-http2/maven-metadata.xml (2.8 kB at 6.5 kB/s) +lippia_1 | [INFO] +lippia_1 | [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ lippia-api-example-project --- +lippia_1 | [INFO] Deleting /opt/workspace/automation/target +lippia_1 | [INFO] +lippia_1 | [INFO] --- maven-resources-plugin:2.4:resources (default-resources) @ lippia-api-example-project --- +lippia_1 | [INFO] Using 'UTF-8' encoding to copy filtered resources. +lippia_1 | [INFO] Copying 3 resources +lippia_1 | [INFO] +lippia_1 | [INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ lippia-api-example-project --- +lippia_1 | [INFO] Changes detected - recompiling the module! +lippia_1 | [INFO] Compiling 8 source files to /opt/workspace/automation/target/classes +lippia_1 | [INFO] +lippia_1 | [INFO] --- maven-resources-plugin:2.4:testResources (default-testResources) @ lippia-api-example-project --- +lippia_1 | [INFO] Using 'UTF-8' encoding to copy filtered resources. +lippia_1 | [INFO] Copying 6 resources +lippia_1 | [INFO] +lippia_1 | [INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ lippia-api-example-project --- +lippia_1 | [INFO] Changes detected - recompiling the module! +lippia_1 | [INFO] Compiling 5 source files to /opt/workspace/automation/target/test-classes +lippia_1 | [INFO] /opt/workspace/automation/src/test/java/ar/steps/UserSteps.java: Some input files use or override a deprecated API. +lippia_1 | [INFO] /opt/workspace/automation/src/test/java/ar/steps/UserSteps.java: Recompile with -Xlint:deprecation for details. +lippia_1 | [INFO] /opt/workspace/automation/src/test/java/ar/steps/UserSteps.java: /opt/workspace/automation/src/test/java/ar/steps/UserSteps.java uses unchecked or unsafe operations. +lippia_1 | [INFO] /opt/workspace/automation/src/test/java/ar/steps/UserSteps.java: Recompile with -Xlint:unchecked for details. +lippia_1 | [INFO] +lippia_1 | [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ lippia-api-example-project --- +lippia_1 | [INFO] +lippia_1 | [INFO] ------------------------------------------------------- +lippia_1 | [INFO] T E S T S +lippia_1 | [INFO] ------------------------------------------------------- +lippia_1 | [INFO] Running TestSuite +lippia_1 | 08/09/20 17:11:36 INFO BasicHook:20 - ------ Starting -----Example scenario for get user data----- +lippia_1 | 08/09/20 17:11:36 INFO BasicHook:20 - ------ Starting -----Example scenario for get user data----- +lippia_1 | 08/09/20 17:11:36 INFO BasicHook:20 - ------ Starting -----Example scenario for get user data----- +lippia_1 | 08/09/20 17:11:36 INFO BasicHook:20 - ------ Starting -----Example scenario for get user data----- +lippia_1 | 08/09/20 17:11:36 INFO BasicHook:20 - ------ Starting -----Example scenario for input parameters----- +lippia_1 | 08/09/20 17:11:37 INFO MethodsService:109 - >>>Request: https://postman-echo.com/response-headers, {foo1=bar1, foo2=bar2} +lippia_1 | 08/09/20 17:11:37 INFO MethodsService:109 - >>>Request: https://reqres.in/api/users, {id=2}, {Content-Type=application/json} +lippia_1 | 08/09/20 17:11:37 INFO MethodsService:109 - >>>Request: https://reqres.in/api/users, {Content-Type=application/json}, {"name":"test","job":"leader"} +lippia_1 | 08/09/20 17:11:37 INFO MethodsService:109 - >>>Request: https://reqres.in/api/users, {Content-Type=application/json}, {"name":"test","job":"leader"} +lippia_1 | 08/09/20 17:11:37 INFO MethodsService:109 - >>>Request: https://reqres.in/api/users, {Content-Type=application/json}, {"name":"test","job":"leader"} +lippia_1 | 08/09/20 17:11:39 INFO RestClient:90 - >>>Response: <200 OK,api.model.ResponseHeaders@4f611174,{Date=[Tue, 08 Sep 2020 17:11:39 GMT], Content-Type=[application/json; charset=utf-8], Content-Length=[29], Connection=[keep-alive], foo1=[bar1], foo2=[bar2], ETag=[W/"1d-PgOLWVqd2mMvcpNzTF0Cfy4hftg"], Vary=[Accept-Encoding], set-cookie=[sails.sid=s%3APz8ETqhRBfW8n95KfKTvRTrHDtHUpWYT.o2k%2BOMOhj%2FrpM2gobjrOQA7jPdofkC2qQdiW%2BywILZ0; Path=/; HttpOnly]}> +lippia_1 | 08/09/20 17:11:39 INFO BasicHook:35 - ------ Ending -----Example scenario for input parameters----- +lippia_1 | 08/09/20 17:11:39 INFO RestClient:90 - >>>Response: <201 Created,api.model.UserCreated@68e41f65,{Date=[Tue, 08 Sep 2020 17:11:39 GMT], Content-Type=[application/json; charset=utf-8], Content-Length=[80], Connection=[keep-alive], Set-Cookie=[__cfduid=d06ed84d889d9ad6a0a1e5e85d1aab0a41599585099; expires=Thu, 08-Oct-20 17:11:39 GMT; path=/; domain=.reqres.in; HttpOnly; SameSite=Lax; Secure], X-Powered-By=[Express], Access-Control-Allow-Origin=[*], Etag=[W/"50-TilfMnduwRRUzQcT4oGnBccp4mM"], Via=[1.1 vegur], CF-Cache-Status=[DYNAMIC], cf-request-id=[05104cb613000008f181220200000001], Expect-CT=[max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"], Server=[cloudflare], CF-RAY=[5cfa4a368e5b08f1-EZE]}> +lippia_1 | 08/09/20 17:11:39 INFO BasicHook:35 - ------ Ending -----Example scenario for get user data----- +lippia_1 | 08/09/20 17:11:39 INFO RestClient:90 - >>>Response: <201 Created,api.model.UserCreated@57b97da8,{Date=[Tue, 08 Sep 2020 17:11:39 GMT], Content-Type=[application/json; charset=utf-8], Content-Length=[80], Connection=[keep-alive], Set-Cookie=[__cfduid=dcebb09991cd857fd88d8a399a223c4731599585099; expires=Thu, 08-Oct-20 17:11:39 GMT; path=/; domain=.reqres.in; HttpOnly; SameSite=Lax; Secure], X-Powered-By=[Express], Access-Control-Allow-Origin=[*], Etag=[W/"50-WxAOKovtkqnHEwSBx30dIlS+AoY"], Via=[1.1 vegur], CF-Cache-Status=[DYNAMIC], cf-request-id=[05104cb618000008b81fb7a200000001], Expect-CT=[max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"], Server=[cloudflare], CF-RAY=[5cfa4a368c3208b8-EZE]}> +lippia_1 | 08/09/20 17:11:39 INFO BasicHook:35 - ------ Ending -----Example scenario for get user data----- +lippia_1 | 08/09/20 17:11:39 INFO RestClient:90 - >>>Response: <201 Created,api.model.UserCreated@45523162,{Date=[Tue, 08 Sep 2020 17:11:39 GMT], Content-Type=[application/json; charset=utf-8], Content-Length=[80], Connection=[keep-alive], Set-Cookie=[__cfduid=d4585eed263b3f7bfe556108d4e8398921599585099; expires=Thu, 08-Oct-20 17:11:39 GMT; path=/; domain=.reqres.in; HttpOnly; SameSite=Lax; Secure], X-Powered-By=[Express], Access-Control-Allow-Origin=[*], Etag=[W/"50-vR3erxZtL/w7IMPJ/9yz6BejjXE"], Via=[1.1 vegur], CF-Cache-Status=[DYNAMIC], cf-request-id=[05104cb618000008b466abd200000001], Expect-CT=[max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"], Server=[cloudflare], CF-RAY=[5cfa4a3689ef08b4-EZE]}> +lippia_1 | 08/09/20 17:11:39 INFO BasicHook:35 - ------ Ending -----Example scenario for get user data----- +lippia_1 | 08/09/20 17:11:39 INFO RestClient:90 - >>>Response: <200 OK,api.model.Data@4a082bc9,{Date=[Tue, 08 Sep 2020 17:11:39 GMT], Content-Type=[application/json; charset=utf-8], Transfer-Encoding=[chunked], Connection=[keep-alive], Set-Cookie=[__cfduid=d4585eed263b3f7bfe556108d4e8398921599585099; expires=Thu, 08-Oct-20 17:11:39 GMT; path=/; domain=.reqres.in; HttpOnly; SameSite=Lax; Secure], X-Powered-By=[Express], Access-Control-Allow-Origin=[*], Etag=[W/"173-1Z8bn0V7UjH6FK7NCaza1ccWXQk"], Via=[1.1 vegur], Cache-Control=[max-age=14400], CF-Cache-Status=[MISS], cf-request-id=[05104cb614000008b46f1a6200000001], Expect-CT=[max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"], Vary=[Accept-Encoding], Server=[cloudflare], CF-RAY=[5cfa4a3689e308b4-EZE]}> +lippia_1 | 08/09/20 17:11:39 INFO BasicHook:35 - ------ Ending -----Example scenario for get user data----- +lippia_1 | Feature: Api example +lippia_1 | As an api user I want to execute request in order to get proper responses +lippia_1 | +lippia_1 | @Example @Success +lippia_1 | Scenario Outline: Example scenario for get user data # src/test/resources/features/ApiExample.feature:5 +lippia_1 | When I perform a '' to '' endpoint with the '' and '' +lippia_1 | Then I will get the proper status code '' +lippia_1 | And The proper 'Id' '' returned in the response +lippia_1 | +lippia_1 | Examples: +lippia_1 | +lippia_1 | @Example @Success +lippia_1 | Scenario Outline: Example scenario for get user data # src/test/resources/features/ApiExample.feature:12 +lippia_1 | When I perform a 'GET' to 'USER' endpoint with the 'exampleJson' and '' # UserSteps.doRequest(String,String,String,String) +lippia_1 | Then I will get the proper status code '200' # UserSteps.iWillGetTheProperStatusCodeStatusCode(String) +lippia_1 | And The proper 'Id' '2' returned in the response # UserSteps.theProperIdReturnedInTheResponse(String,String) +lippia_1 | +lippia_1 | @Example @Success +lippia_1 | Scenario Outline: Example scenario for get user data # src/test/resources/features/ApiExample.feature:13 +lippia_1 | When I perform a 'POST' to 'USER' endpoint with the 'createUser' and '' # UserSteps.doRequest(String,String,String,String) +lippia_1 | Then I will get the proper status code '201' # UserSteps.iWillGetTheProperStatusCodeStatusCode(String) +lippia_1 | And The proper 'Id' '' returned in the response # UserSteps.theProperIdReturnedInTheResponse(String,String) +lippia_1 | +lippia_1 | @Example @Success +lippia_1 | Scenario Outline: Example scenario for get user data # src/test/resources/features/ApiExample.feature:14 +lippia_1 | When I perform a 'POST' to 'USER' endpoint with the 'createUser' and '' # UserSteps.doRequest(String,String,String,String) +lippia_1 | Then I will get the proper status code '201' # UserSteps.iWillGetTheProperStatusCodeStatusCode(String) +lippia_1 | And The proper 'Id' '' returned in the response # UserSteps.theProperIdReturnedInTheResponse(String,String) +lippia_1 | +lippia_1 | @Example @Success +lippia_1 | Scenario Outline: Example scenario for get user data # src/test/resources/features/ApiExample.feature:15 +lippia_1 | When I perform a 'POST' to 'USER' endpoint with the 'createUser' and '' # UserSteps.doRequest(String,String,String,String) +lippia_1 | Then I will get the proper status code '201' # UserSteps.iWillGetTheProperStatusCodeStatusCode(String) +lippia_1 | And The proper 'Id' '' returned in the response # UserSteps.theProperIdReturnedInTheResponse(String,String) +lippia_1 | +lippia_1 | @Example @Success +lippia_1 | Scenario Outline: Example scenario for input parameters # src/test/resources/features/ApiExample.feature:29 +lippia_1 | When I perform a '' to '' endpoint with the '' and '' +lippia_1 | Then I will get the proper status code '' +lippia_1 | And I will get the proper response in '' +lippia_1 | +lippia_1 | Examples: +lippia_1 | +lippia_1 | @Example @Success +lippia_1 | Scenario Outline: Example scenario for input parameters # src/test/resources/features/ApiExample.feature:36 +lippia_1 | When I perform a 'GET' to 'RESPONSE_HEADERS' endpoint with the 'responseHeadersRequest' and 'value1:bar1,value2:bar2' # UserSteps.doRequest(String,String,String,String) +lippia_1 | Then I will get the proper status code '200' # UserSteps.iWillGetTheProperStatusCodeStatusCode(String) +lippia_1 | And I will get the proper response in 'responseHeadersResponse' # ResponseHeadersSteps.iWillGetTheProperResponse(String) +lippia_1 | [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.033 s - in TestSuite +lippia_1 | [INFO] +lippia_1 | [INFO] Results: +lippia_1 | [INFO] +lippia_1 | [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0 +lippia_1 | [INFO] +lippia_1 | [INFO] ------------------------------------------------------------------------ +lippia_1 | [INFO] BUILD SUCCESS +lippia_1 | [INFO] ------------------------------------------------------------------------ +lippia_1 | [INFO] Total time: 16.357 s +lippia_1 | [INFO] Finished at: 2020-09-08T17:11:40Z +lippia_1 | [INFO] ------------------------------------------------------------------------ +lippia-api-sample-project_lippia_1 exited with code 0 + +``` +> This strategy consumes the bonigarcia solution to get the correct Driver to interact with your browser. +>In this case, Maven will be excute tests phase by using your local browser directly. + +#### Stack strategy +This strategy use docker containers to generate a context to execute the tests. +Through docker compose we configure the following + +- Selenium hub +- Browser nodes + + > This command, will start download the images needed to build all the containers and start them. It takes a while to download the images depending on your internet connection. + +![docker-compose-up](images/docker-compose-up.png) diff --git a/docs/README_windows.md b/docs/README_windows.md new file mode 100644 index 0000000..e09d688 --- /dev/null +++ b/docs/README_windows.md @@ -0,0 +1,175 @@ +#Lippia Web sample project + +##System Requirements : ++ git client: https://www.atlassian.com/git/tutorials/install-git ++ docker 18.09: https://docs.docker.com/install/linux/docker-ce/ubuntu/ ++ docker compose 1.24: https://docs.docker.com/compose/install/ + +##Purpose +This project has the intention of show in a practical way how to use Lippia Automation Framework to build automated tests using Gherkin and Page-Object pattern. This sample project includes the required components as binaries, docker containers and configuration files to simply download and run a set of sample tests in your local computer, using the Lippia container stack described bellow. + +#Getting started + +##Executing tests in you local machine +- go to root project folder and you will find a pom.xml file +- run the following command : +``` +mvn clean test +``` + +*mostrar que pasa en la consola* + +##Executing tests in you local machine with Docker + + +###Starting Docker stack with Linux + +After downloading the project from repository you can see the following files into your local folder + +- To start the containers, simply run the following command : +``` + sudo docker-compose up --scale chrome=10 -d +``` + +This command, will start download the images needed to build all the containers and start them. It takes a while to download the images depending on your internet connection. After that you you can check the containers are up and running executing the following command `docker containers ls `. +You have to see 10 Chrome Browsers, 1 Selenium Grid and 1 Jenkins. + +``` +CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES +lippia-web-example-project_chrome_1 +0f69715cd500 selenium/node-chrome:3.141.59-palladium "/opt/bin/entry_poin…" 6 minutes ago Up 5 minutes lippia-web-example-project_chrome_2 +29d29f842f47 selenium/node-chrome:3.141.59-palladium "/opt/bin/entry_poin…" 6 minutes ago Up 5 minutes +lippia-web-example-project_chrome_3 +bd442e21a088 selenium/node-chrome:3.141.59-palladium "/opt/bin/entry_poin…" 6 minutes ago Up 5 minutes 0.0.0.0:4444->4444/tcp selenium-hub +b2f7325d2fc5 jenkinsci/blueocean:1.18.0 "/sbin/tini -- /usr/…" 6 minutes ago Up 6 minutes 0.0.0.0:8080->8080/tcp, 0.0.0.0:8443->8443/tcp, 0.0.0.0:50000->50000/tcp lippia-web-example-project_jenkins_1 + +``` + + + +###Starting Docker stack with Windows +If you use Microsoft Windows, open a console (remember to chose **Run as administrator**) + +- go to root project directory +- run the following command wait to virtualbox instance start, this operation will be take several minutes. This will provision the Docker containers inside a Virtual Box managed by Vagrant. +`vagrant up --provision ` + +*pegar imagen de consola de Windows con Vagrant* + +- to end vagrant execute +`vagrant halt` + +###Check Docker stack is up and running +After starting the stack you can see and selenium grid following url: +Jenkins: http://localhost:8080 + +*Pegar imagen del jenkins* + +Selenium Grid: http://localhost:4444/grid/console + +*Pegar imagen del grid condsole* + + +###Run from console with Selenium Grid +- run the following command +`mvn clean -P GridParallel test` + +*Pegar imagen de consola* + +Also you can find the Extent report generated by Lippia in +###Run from Jenkins with Selenium Grid + +Enter Jenkins console http://localhost:8080 with the following credentials +Username: **admin** +Password: **secret** + +*Pegar imagen del job del jenkins* + +###Docker stack + +The following project includes the basic Docker Lippia Containers to run this web sample project. You can choose to run the code from your favourite IDE, run from console or from Jenkins using the Docker Stack. +To install and start a local instalation with Docker containers following the ![Lippia Docker Web Readme] https://bitbucket.org/crowdarautomation/lippia-web-example-project/src/lippia_docker_web_readme.md + +##Project structure + +A typical Lippia Test Automation project usually looks like this + +``` + . +├── main +│   ├── java +│   │   └── com +│   │   └── crowdar +│   │   └── examples +│   │   ├── pages +│   │   │   ├── Inicio.java +│   │   │   └── PageBaseExamples.java +│   │   └── steps +│   │   └── InicioSteps.java +│   └── resources +│   ├── config.properties +│   ├── cucumber.properties +│   └── webdrivermanager.properties +└── test + ├── java + │   ├── CrowdTestNgParallelRunner.java + │   ├── CrowdTestNgRunner.java + │   └── com + │   └── crowdar + │   ├── Hooks.java + └── resources + └── features + └── Inicio.feature +``` + +Folder's description: + +|Path |Description | +|-------|----------------| +|main\java\\...\examples\pages\\\*.java|Folder with all the **PageObjects** matching steps with java code| +|main\java\\...\examples\steps\\\*Steps.java|Folder with all the **steps** wich match with Gherkin Test Scenarios | +|test\resources\features\\\*.feature|Folder with all the **feature files** containing **Test Scenarios** and **Sample Data** | +|main\resources|Folder with all configuration needed to run Lippia | + +In this example, *Inicio* is the first web page the framework will interact with. The **steps** defined in *InicioSteps.java* to execute the *Test Scenarios* defined in Gherkin language. + + +|File | Description | +|-------|----------------| +|Inicio.java | PageObject: between each element in the webpage *Inicio* you want to interact with. You need to add one new file for each page you want to navigate in your tests. | +|InicioSteps.java | StepOpject: Code to support the behaviour of each **step** coded into the feature files for the *Inicio* web page. This code executes the interaction between the Framework and the web application and match the steps with the code who run interactions. | +|Inicio.feature| Feature file: Definition of the **Test Scenarios** with all the **steps** written in Cucumber format (http)| + + +###Page Object + +Descripcion de la clase page object + +``` + public Inicio(SharedDriver driver){ + super(driver); + this.url = ""; + } + + public void navegarAlInicio(){ + navigateToIt(); + } +``` + +###Step Opject + + +###Feature File + +The Test Scenarios can be written using BDD metodology. This project includes Cucumber as BDD interpreter which is supported by Lippia by default. On each declared step you can insert the calls defined from service classes + +![Lippia gherkin Web](https://bitbucket.org/crowdarautomation/lippia-web-example-project/raw/805effb96e514985af2815aa89a1537bb4fe44ba/gherkin.png =100x) + + +### Reports + +By default Lippia expose Test results using Extent Report Community Edition (https://github.com/extent-framework) +In order to see test results this project includes extent report that show you the result of each run. This kind of reporting is really easy to understand. +You just need to open it and navigate for all the report page to earn the much information as you can for every run. + +![Lippia Extent Report](https://bitbucket.org/crowdarautomation/lippia-web-example-project/raw/805effb96e514985af2815aa89a1537bb4fe44ba/reporteExtent.png) diff --git a/jenkins_home/.bash_history b/jenkins_home/.bash_history new file mode 100644 index 0000000..f99a682 --- /dev/null +++ b/jenkins_home/.bash_history @@ -0,0 +1,20 @@ +ls +cd var/lib/ +dir +cd var +dir +ls +cd .. +ls +dir +cd jenkins_home/ +cd .m2/ +dir +cd repository/ +dor +dir +cd com +dir +rm -r atlassian/ +dir +exit diff --git a/jenkins_home/.gitignore b/jenkins_home/.gitignore new file mode 100644 index 0000000..8444987 --- /dev/null +++ b/jenkins_home/.gitignore @@ -0,0 +1,2 @@ +/queue.xml +/queue.xml.bak diff --git a/jenkins_home/.lastStarted b/jenkins_home/.lastStarted new file mode 100644 index 0000000..e69de29 diff --git a/jenkins_home/.owner b/jenkins_home/.owner new file mode 100644 index 0000000..8558b7f --- /dev/null +++ b/jenkins_home/.owner @@ -0,0 +1 @@ +801283815 contextPath="" at 8@c4c561af6d5c \ No newline at end of file diff --git a/jenkins_home/.ssh/known_hosts b/jenkins_home/.ssh/known_hosts new file mode 100644 index 0000000..3f0d10e --- /dev/null +++ b/jenkins_home/.ssh/known_hosts @@ -0,0 +1,3 @@ +bitbucket.org,18.205.93.2 ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAubiN81eDcafrgMeLzaFPsw2kNvEcqTKl/VqLat/MaB33pZy0y3rJZtnqwR2qOOvbwKZYKiEO1O6VqNEBxKvJJelCq0dTXWT5pbO2gDXC6h6QDXCaHo6pOHGPUy+YBaGQRGuSusMEASYiWunYN0vCAI8QaXnWMXNMdFP3jHAJH0eDsoiGnLPBlBp4TNm6rYI74nMzgz3B9IikW4WVK+dc8KZJZWYjAuORU3jc1c/NPskD2ASinf8v3xnfXeukU0sJ5N6m5E8VLjObPEO+mN2t/FZTMZLiFqPWc/ALSqnMnnhwrNi2rbfg/rd/IpL8Le3pSBne8+seeFVBoGqzHM9yXw== +18.205.93.1 ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAubiN81eDcafrgMeLzaFPsw2kNvEcqTKl/VqLat/MaB33pZy0y3rJZtnqwR2qOOvbwKZYKiEO1O6VqNEBxKvJJelCq0dTXWT5pbO2gDXC6h6QDXCaHo6pOHGPUy+YBaGQRGuSusMEASYiWunYN0vCAI8QaXnWMXNMdFP3jHAJH0eDsoiGnLPBlBp4TNm6rYI74nMzgz3B9IikW4WVK+dc8KZJZWYjAuORU3jc1c/NPskD2ASinf8v3xnfXeukU0sJ5N6m5E8VLjObPEO+mN2t/FZTMZLiFqPWc/ALSqnMnnhwrNi2rbfg/rd/IpL8Le3pSBne8+seeFVBoGqzHM9yXw== +18.205.93.0 ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAubiN81eDcafrgMeLzaFPsw2kNvEcqTKl/VqLat/MaB33pZy0y3rJZtnqwR2qOOvbwKZYKiEO1O6VqNEBxKvJJelCq0dTXWT5pbO2gDXC6h6QDXCaHo6pOHGPUy+YBaGQRGuSusMEASYiWunYN0vCAI8QaXnWMXNMdFP3jHAJH0eDsoiGnLPBlBp4TNm6rYI74nMzgz3B9IikW4WVK+dc8KZJZWYjAuORU3jc1c/NPskD2ASinf8v3xnfXeukU0sJ5N6m5E8VLjObPEO+mN2t/FZTMZLiFqPWc/ALSqnMnnhwrNi2rbfg/rd/IpL8Le3pSBne8+seeFVBoGqzHM9yXw== diff --git a/jenkins_home/config.xml b/jenkins_home/config.xml new file mode 100644 index 0000000..38c1988 --- /dev/null +++ b/jenkins_home/config.xml @@ -0,0 +1,42 @@ + + + + 2.254 + RUNNING + 2 + NORMAL + true + + true + + + true + false + + false + + ${JENKINS_HOME}/workspace/${ITEM_FULL_NAME} + ${ITEM_ROOTDIR}/builds + + + + + 0 + + + + all + false + false + + + + all + 50000 + + + false + + + + \ No newline at end of file diff --git a/jenkins_home/fingerprints/bc/de/03361ccf8e72dfb45bd71e66957e.xml b/jenkins_home/fingerprints/bc/de/03361ccf8e72dfb45bd71e66957e.xml new file mode 100644 index 0000000..53d54e2 --- /dev/null +++ b/jenkins_home/fingerprints/bc/de/03361ccf8e72dfb45bd71e66957e.xml @@ -0,0 +1,13 @@ + + + 2019-09-02 15:35:37.557 UTC + bcde03361ccf8e72dfb45bd71e66957e + Credential id=jenkins-generated-ssh-key name=admin (jenkins-generated-ssh-key) + + + lippia-api-example-project/master + 1-9 + + + + \ No newline at end of file diff --git a/jenkins_home/hudson.model.UpdateCenter.xml b/jenkins_home/hudson.model.UpdateCenter.xml new file mode 100644 index 0000000..47c488d --- /dev/null +++ b/jenkins_home/hudson.model.UpdateCenter.xml @@ -0,0 +1,7 @@ + + + + default + https://updates.jenkins.io/update-center.json + + \ No newline at end of file diff --git a/jenkins_home/hudson.plugins.git.GitTool.xml b/jenkins_home/hudson.plugins.git.GitTool.xml new file mode 100644 index 0000000..99a0a2f --- /dev/null +++ b/jenkins_home/hudson.plugins.git.GitTool.xml @@ -0,0 +1,10 @@ + + + + + Default + git + + + + \ No newline at end of file diff --git a/jenkins_home/hudson.tasks.Maven.xml b/jenkins_home/hudson.tasks.Maven.xml new file mode 100644 index 0000000..46e75ce --- /dev/null +++ b/jenkins_home/hudson.tasks.Maven.xml @@ -0,0 +1,17 @@ + + + + + maven-3 + + + + + 3.6.1 + + + + + + + \ No newline at end of file diff --git a/jenkins_home/identity.key.enc b/jenkins_home/identity.key.enc new file mode 100644 index 0000000..db0226c Binary files /dev/null and b/jenkins_home/identity.key.enc differ diff --git a/jenkins_home/jenkins.install.InstallUtil.lastExecVersion b/jenkins_home/jenkins.install.InstallUtil.lastExecVersion new file mode 100644 index 0000000..d3eef3d --- /dev/null +++ b/jenkins_home/jenkins.install.InstallUtil.lastExecVersion @@ -0,0 +1 @@ +2.254 \ No newline at end of file diff --git a/jenkins_home/jenkins.install.UpgradeWizard.state b/jenkins_home/jenkins.install.UpgradeWizard.state new file mode 100644 index 0000000..06e2d19 --- /dev/null +++ b/jenkins_home/jenkins.install.UpgradeWizard.state @@ -0,0 +1 @@ +2.176.2 \ No newline at end of file diff --git a/jenkins_home/jenkins.model.JenkinsLocationConfiguration.xml b/jenkins_home/jenkins.model.JenkinsLocationConfiguration.xml new file mode 100644 index 0000000..d975c5f --- /dev/null +++ b/jenkins_home/jenkins.model.JenkinsLocationConfiguration.xml @@ -0,0 +1,4 @@ + + + http://localhost:8080/ + \ No newline at end of file diff --git a/jenkins_home/jenkins.mvn.GlobalMavenConfig.xml b/jenkins_home/jenkins.mvn.GlobalMavenConfig.xml new file mode 100644 index 0000000..e0726ee --- /dev/null +++ b/jenkins_home/jenkins.mvn.GlobalMavenConfig.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/jenkins_home/jenkins.telemetry.Correlator.xml b/jenkins_home/jenkins.telemetry.Correlator.xml new file mode 100644 index 0000000..fe505be --- /dev/null +++ b/jenkins_home/jenkins.telemetry.Correlator.xml @@ -0,0 +1,4 @@ + + + baaf2160-d199-4471-9fdf-cc1e03d8a587 + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/build.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/build.xml new file mode 100644 index 0000000..e0ecfa9 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/build.xml @@ -0,0 +1,197 @@ + + + + + + + + 1 + + + + + blueocean + + + master + + 288ea73b28f961917e866207309f597603977893 + + + + + + + 4a547463-7f8b-448f-a065-bef0f9c17b1e + + + + + Build + + + default + + + sh + + + + + script + + + mvn clean -P Secuencial test + + + + + + + + + + + 4a547463-7f8b-448f-a065-bef0f9c17b1e + + + + + + + master + + + 288ea73b28f961917e866207309f597603977893 + + + + master + + + + + 1 + + + + + + + git@bitbucket.org:crowdarautomation/lippia-api-example-project.git + + + + + + master + + + + /var/jenkins_home/workspace/ippia-api-example-project_master + + + + + git git@bitbucket.org:crowdarautomation/lippia-api-example-project.git + + + + + + + 2 + 1567438525830 + 1567438525848 + FAILURE + 1776168 + UTF-8 + false + + FAILURE + + + MAX_SURVIVABILITY + + + flowNode + 555173961 + + + classLoad + 8906517462 + + + run + 37251414350 + + + parse + 1483124857 + + + saveProgram + 28955410213 + + + true + 37 + 1:37 + true + false + + true + + + + 2 + + + origin + +refs/heads/*:refs/remotes/origin/* + git@bitbucket.org:crowdarautomation/lippia-api-example-project.git + jenkins-generated-ssh-key + + + + + master + + + false + + + + + + ** + + + false + + + + + + + + + + /var/jenkins_home/workspace/ippia-api-example-project_master + /var/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/changelog3548351952634252543.xml + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/changelog3548351952634252543.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/changelog3548351952634252543.xml new file mode 100644 index 0000000..e69de29 diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/log b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/log new file mode 100644 index 0000000..a3abcda --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/log @@ -0,0 +1,3528 @@ +Branch indexing + > git rev-parse --is-inside-work-tree # timeout=10 +Setting origin to git@bitbucket.org:crowdarautomation/lippia-api-example-project.git + > git config remote.origin.url git@bitbucket.org:crowdarautomation/lippia-api-example-project.git # timeout=10 +Fetching origin... +Fetching upstream changes from origin + > git --version # timeout=10 + > git config --get remote.origin.url # timeout=10 +using GIT_SSH to set credentials jenkins-generated-ssh-key + > git fetch --tags --force --progress origin +refs/heads/*:refs/remotes/origin/* +Seen branch in repository origin/Guillermo-Aguirre/readmemd-edited-online-with-bitbucket-1564705696111 +Seen branch in repository origin/entityConfiguration +Seen branch in repository origin/master +Seen 3 remote branches +Obtained Jenkinsfile from 288ea73b28f961917e866207309f597603977893 +Running in Durability level: MAX_SURVIVABILITY +ha:////4EpFwZMblgPsvyuGKahQ1L+j05K4tCKNbiHHZH0UNZxoAAAAoh+LCAAAAAAAAP9tjTEOwjAQBM8BClpKHuFItIiK1krDC0x8GCfWnbEdkooX8TX+gCESFVvtrLSa5wtWKcKBo5UdUu8otU4GP9jS5Mixv3geZcdn2TIl9igbHBs2eJyx4YwwR1SwULBGaj0nRzbDRnX6rmuvydanHMu2V1A5c4MHCFXMWcf8hSnC9jqYxPTz/BXAFEIGsfuclm8zQVqFvQAAAA==[Pipeline] Start of Pipeline +ha:////4JbFIovlyT+ZyXlfN0Sge4M2zB+J8Zu8WqfqcDkWFDDTAAAApR+LCAAAAAAAAP9tjTEOwjAUQ3+KOrAycohUghExsUZZOEFIQkgb/d8mKe3EibgadyBQiQlLlmxL1nu+oE4RjhQdby12HpP2vA+jK4lPFLtroIm3dOGaMFGwXNpJkrGnpUrKFhaxClYC1hZ1oOTRZdiIVt1VExS65pxj2Q4CKm8GeAAThZxVzN8yR9jeRpMIf5y/AJj7DGxXvP/86jduZBmjwAAAAA==[Pipeline] node +Running on ha:////4L6hoUIbWOHwlkY93tw6rrqwebps19DdkUlnlOjiPx+jAAAAnh+LCAAAAAAAAP9b85aBtbiIQTGjNKU4P08vOT+vOD8nVc83PyU1x6OyILUoJzMv2y+/JJUBAhiZGBgqihhk0NSjKDWzXb3RdlLBUSYGJk8GtpzUvPSSDB8G5tKinBIGIZ+sxLJE/ZzEvHT94JKizLx0a6BxUmjGOUNodHsLgAz2EgZh/eT83ILSktQifY3cxGIgrakPAHib2iPIAAAAJenkins in /var/jenkins_home/workspace/ippia-api-example-project_master +ha:////4An/JK7ttUJB8PL7SrZO8V4y9FGdNSKGJMNcKFpoxhxuAAAApR+LCAAAAAAAAP9tjTEOwjAUQ3+KOrAycoh0gA0xsUZZOEFIQkgb/d8mKe3EibgadyBQiQlLlmxL1nu+oE4RjhQdby12HpP2vA+jK4lPFLtroIm3dOGaMFGwXNpJkrGnpUrKFhaxClYC1hZ1oOTRZdiIVt1VExS65pxj2Q4CKm8GeAAThZxVzN8yR9jeRpMIf5y/AJj7DGxXvP/86jfoP95RwAAAAA==[Pipeline] { +ha:////4Hb+IsHl99PpL00yKBYZ/cELdpsxcvFOImrNjM3ayltcAAAApR+LCAAAAAAAAP9tjTEOwjAUQ3+KOrAycoh0gQkxsUZZOEFIQkgb/d8mKe3EibgadyBQiQlLlmxL1nu+oE4RjhQdby12HpP2vA+jK4lPFLtroIm3dOGaMFGwXNpJkrGnpUrKFhaxClYC1hZ1oOTRZdiIVt1VExS65pxj2Q4CKm8GeAAThZxVzN8yR9jeRpMIf5y/AJj7DGxXvP/86jc09154wAAAAA==[Pipeline] stage +ha:////4DYcSpHJuJSnGcW1Hw7C/AY+emmR7paW70jmzBKKpBVbAAAApR+LCAAAAAAAAP9tjTEOwjAUQ3+KOrAycoh0ggUxsUZZOEFIQkgb/d8mKe3EibgadyBQiQlLlmxL1nu+oE4RjhQdby12HpP2vA+jK4lPFLtroIm3dOGaMFGwXNpJkrGnpUrKFhaxClYC1hZ1oOTRZdiIVt1VExS65pxj2Q4CKm8GeAAThZxVzN8yR9jeRpMIf5y/AJj7DGxXvP/86jek7ggRwAAAAA==[Pipeline] { (Declarative: Checkout SCM) +ha:////4KpON2s1z0FcGBMZuC7x6NsOn5Y94IfM+IuW/hH0Q3MTAAAAoh+LCAAAAAAAAP9tjTEOAiEURD9rLGwtPQTbaWGsbAmNJ0AWEZb8zwLrbuWJvJp3kLiJlZNMMm+a93rDOic4UbLcG+wdZu14DKOti0+U+lugiXu6ck2YKRguzSSpM+cFJRUDS1gDKwEbgzpQdmgLbIVXD9UGhba9lFS/o4DGdQM8gYlqLiqVL8wJdvexy4Q/z18BzLEA29ce4gfg7KmOvAAAAA==[Pipeline] checkout +using credential jenkins-generated-ssh-key +Cloning the remote Git repository +Cloning with configured refspecs honoured and without tags +Cloning repository git@bitbucket.org:crowdarautomation/lippia-api-example-project.git + > git init /var/jenkins_home/workspace/ippia-api-example-project_master # timeout=10 +Fetching upstream changes from git@bitbucket.org:crowdarautomation/lippia-api-example-project.git + > git --version # timeout=10 +using GIT_SSH to set credentials jenkins-generated-ssh-key + > git fetch --no-tags --force --progress git@bitbucket.org:crowdarautomation/lippia-api-example-project.git +refs/heads/*:refs/remotes/origin/* + > git config remote.origin.url git@bitbucket.org:crowdarautomation/lippia-api-example-project.git # timeout=10 + > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 + > git config remote.origin.url git@bitbucket.org:crowdarautomation/lippia-api-example-project.git # timeout=10 +Cleaning workspace + > git rev-parse --verify HEAD # timeout=10 +No valid HEAD. Skipping the resetting + > git clean -fdx # timeout=10 +Fetching without tags +Fetching upstream changes from git@bitbucket.org:crowdarautomation/lippia-api-example-project.git +using GIT_SSH to set credentials jenkins-generated-ssh-key + > git fetch --no-tags --force --progress git@bitbucket.org:crowdarautomation/lippia-api-example-project.git +refs/heads/*:refs/remotes/origin/* +Checking out Revision 288ea73b28f961917e866207309f597603977893 (master) + > git config core.sparsecheckout # timeout=10 + > git checkout -f 288ea73b28f961917e866207309f597603977893 + > git branch -a -v --no-abbrev # timeout=10 + > git checkout -b master 288ea73b28f961917e866207309f597603977893 +Commit message: "add jenkins job" +First time build. Skipping changelog. +Cleaning workspace + > git rev-parse --verify HEAD # timeout=10 +Resetting working tree + > git reset --hard # timeout=10 + > git clean -fdx # timeout=10 +ha:////4O3nADGHs23/Kl3D4Vem/YK++A7mSIgOy37UayO0/AUVAAAAoh+LCAAAAAAAAP9tjTEOAiEURD9rLGwtPQTbGRNjZUtoPAGyiLDkfxZYdytP5NW8g8RNrJxkknnTvNcb1jnBiZLl3mDvMGvHYxhtXXyi1N8CTdzTlWvCTMFwaSZJnTkvKKkYWMIaWAnYGNSBskNbYCu8eqg2KLTtpaT6HQU0rhvgCUxUc1GpfGFOsLuPXSb8ef4KYI6xADvU7j9Dg2gqvAAAAA==[Pipeline] } +ha:////4O9w4ghdmRfJF0B7+f9fc/xQtiMOEbP+6UqMSgc5gMJ4AAAAoh+LCAAAAAAAAP9tjTEOAiEURD9rLGwtPQRbWRhjZUtoPAGyiLDkfxZYdytP5NW8g8RNrJxkknnTvNcb1jnBiZLl3mDvMGvHYxhtXXyi1N8CTdzTlWvCTMFwaSZJnTkvKKkYWMIaWAnYGNSBskNbYCu8eqg2KLTtpaT6HQU0rhvgCUxUc1GpfGFOsLuPXSb8ef4KYI6xADvU7j9J+wGOvAAAAA==[Pipeline] // stage +ha:////4NHa52FzR5XLRVgw0jzEUH2u5K3XlMUkICfTRX8gsn2sAAAAph+LCAAAAAAAAP9tjTEOwjAQBM9BKWgpeYQDEh2iorXc8AITG+PEugv2haTiRXyNPxCIRMVWOyut5vmCMic4UPKycdgGzHWQXez91ORAqb1EGmRDZ1kTZopOajdosu44oyZ2MEcUsFCwdFhHygE9w0o15m6qaNBXJ07TtldQBHuDBwg1mdkk/sKYYH3tbSb8ef4KYOwYxI6h2G4+x/INtuQqUcEAAAA=[Pipeline] withEnv +ha:////4IkdELn3H+ehOu0IBl7G5ln2lrzrxMUhcHI+zdjztI7fAAAApR+LCAAAAAAAAP9tjTEOwjAUQ3+DOrAycoiUzoiJNerCCUITQtLo/zZJSSdOxNW4Ay2VmPBg2Zas93pDGQOcKBjuNHYWY2t570czJ54pdDdPmTu68pYwkte80bkhpc9rbShpWFUw2AjYamw9RYsmwU44+ZCVl2iqSwrzdhTArBrgCYWYyUmG9C1TgP19VJHwx/kLgKlPwOrDYvXyLD8BobDcwgAAAA==[Pipeline] { +ha:////4GI1mBjlATcQtxCtJOjVUpQQFPVKbS2eVJPyCSQFCIEdAAAAph+LCAAAAAAAAP9tjTEOwjAUQ3+LOrAycohUZUVMrFEWThCaEJJG/7dJSjpxIq7GHWipxIQHy7ZkvdcbqhjgRMEwp7GzGFvLej+aObFMobt5yszRlbWEkbxmQmdBSp/XKihpWFWUsOGw1dh6ihZNgh138iFrL9HUlxTm7cihtGqAJxR8JicZ0rdMAfb3UUXCH+cvAKY+Qdk0ix2WZ/UBbwyqm8IAAAA=[Pipeline] stage +ha:////4GhVvIM1JlLTvuNaoqX3JUu1eUxdkq7zCPFeBl7eilMAAAAAph+LCAAAAAAAAP9tjTEOwjAUQ3+LOrAycohUwIiYukZZOEFoQkgb/V9+UtqJE3E17kBLJSY8WLYl673eUESGE7ETjcXWY6y96ELvpiQG4vYaaBANXURNGClYoeygyNhqqYqShUVZDisJa4t1oOjRJdjIRj90GTS68px42o4Scm/u8IRMTuSkOX3LyLC99SYS/jh/ATB2CfLdfrbD/Cw+y7kUycIAAAA=[Pipeline] { (Declarative: Tool Install) +ha:////4N7iDLg+L+l04wzSBEBItgpacbjdMyr9uDK6adVTVzMfAAAApB+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOIiBB2iSmu54QUmNsaJdWdsh6TiRXyNPxCIRMUWq51t5vmCZYpw5GixNdQ5So3D4Hs7LRw4dhfPA7Z8xoYpsTcozSBZm3pGydnAnKKEhYCVocZzcmQzrEWr7qryimx1ynH6DgJKp2/wgEJM5qxi/sIYYXPtdWL6ef4KYAwZyu3uU/vwBgq0rvS+AAAA[Pipeline] tool +Unpacking https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.6.1/apache-maven-3.6.1-bin.zip to /var/jenkins_home/tools/hudson.tasks.Maven_MavenInstallation/maven-3 on Jenkins +ha:////4A4kctZvlpyPbu8PpKcK53GTpXd+QYGaA12bwdhGc7acAAAApB+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOIihKgQVVrLDS8wsTFOrDtjOyQVL+Jr/IFAJCq2WO1sM88XLFOEI0eLraHOUWocBt/baeHAsbt4HrDlMzZMib1BaQbJ2tQzSs4G5hQlLASsDDWekyObYS1adVeVV2SrU47TdxBQOn2DBxRiMmcV8xfGCJtrrxPTz/NXAGPIUG53n9qHN0uFte2+AAAA[Pipeline] envVarsForTool +ha:////4FCAN4aPqIvvtZZIeGn7Ykc6SL/F/dR5JapSvxImrwTzAAAApR+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOIihESDqNJabniBiY1xYt0Z2yGpeBFf4w8EIlGxxWpnm3m+YJkiHDlabA11jlLjMPjeTgsHjt3F84Atn7FhSuwNSjNI1qaeUXI2MKcoYSFgZajxnBzZDGvRqruqvCJbnXKcvoOA0ukbPKAQkzmrmL8wRthce52Yfp6/AhhDyFBu95/avQEeFbpZvgAAAA==[Pipeline] } +ha:////4NMmpVp8HvnfaGCk6ooRIduGb6/F3kmPOI5bcU9Imnm6AAAApB+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOIiaCgQVVrLDS8wsTFOrDtjOyQVL+Jr/IFAJCq2WO1sM88XLFOEI0eLraHOUWocBt/baeHAsbt4HrDlMzZMib1BaQbJ2tQzSs4G5hQlLASsDDWekyObYS1adVeVV2SrU47TdxBQOn2DBxRiMmcV8xfGCJtrrxPTz/NXAGMIGcrt/lO7Ny324eW+AAAA[Pipeline] // stage +ha:////4FMSGU596ro4O24GdH6I5fZjkbdkZzf3fBSvaGAzivhMAAAApx+LCAAAAAAAAP9tjTEOwjAUQ3+LOrAycohU3ZAQE2uUhROEJoSk0f9tkpJOnIircQdaKjHhwbItWe/1hioGOFEwzGnsLMbWst6PZk4sU+hunjJzdGUtYSSvmdBZkNLntQpKGlYVJWw4bDW2nqJFk2DHnXzI2ks09SWFeTtyKK0a4AkFn8lJhvQtU4D9fVSR8Mf5C4CpT1A2zWKH5Vl9AAkvMTrCAAAA[Pipeline] withEnv +ha:////4E1XdtaCR43qNgMlgJL1bmyI27EO1NcI7KM3IbkVBkLRAAAApx+LCAAAAAAAAP9tjTEOwjAUQ3+LOrAycohUbCDE1DXKwglCE0La6P/yk9JOnIircQdaKjHhwbItWe/1hiIynIidaCy2HmPtRRd6NyUxELfXQINo6CJqwkjBCmUHRcZWS1WULCzKclhJWFusA0WPLsFGNvqhy6DRlefE03aUkHtzhydkciInzelbRobtrTeR8Mf5C4CxS5Dv9rMd5mfxASnCIIrCAAAA[Pipeline] { +ha:////4FTkvBZdz+VVctGk/lmfY6n1DBzM9LJMslccd0Cf5rnnAAAApx+LCAAAAAAAAP9tjTEOwjAUQ3+LOrAycogU2BDqxBp14QShCSFp9H9JUtKJE3E17kCgEhMeLNuS9Z4vqIKHhrxmVmFvMHSGDW7UObFEvr84SszSmXWEgZxirUotSXWca0tRwayihAWHpcLOUTCoI6y4FXdRO4G6PkWftwOH0sgbPKDgmRyFj98yeVhfRxkIf5y/AJiGCOV2n223+TyrN7xWSV3CAAAA[Pipeline] stage +ha:////4JJz08kWJ32WWwEjs4hmPl/36Hh5F303HFm8qYF7fYt1AAAAph+LCAAAAAAAAP9tjTEOwjAUQ3+LOrAycogUWBFT1ygLJwhNCGmj/8tPSjtxIq7GHWipxIQHy7ZkvdcbishwInaisdh6jLUXXejdlMRA3F4DDaKhi6gJIwUrlB0UGVstVVGysCjLYSVhbbEOFD26BBvZ6Icug0ZXnhNP21FC7s0dnpDJiZw0p28ZGba33kTCH+cvAMYuQX7Yzbafn8UHbGnGmsIAAAA=[Pipeline] { (Build) +ha:////4FzlFxP9CTAScCeVOCE5BujDXjtbH+ad5Vu7eQFyM8WMAAAAox+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOIi0iIqWisNLzCJMXasO8d2cCpexNf4A4FIVGyx2tlmni9YxwBHDhqtot5QbA16N+p5YebQXx1ntHzBlimyU9io3HCnTgs2nBQsKUpYCdgoah1HQzrBVlh5l5WTpKtzCvN3EFCaboAHFGI2JxnSF6YAu9vYRaaf568AJp+grPefqv0bH7uiub4AAAA=[Pipeline] tool +ha:////4ANkmrmjrhRpjki5goiDEzIwF1rNggEJ/phokjkuQtd7AAAAox+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOIioERUaS03vMDExjix7oztkFS8iK/xBwKRqNhitbPNPF+wTBGOHC22hjpHqXEYfG+nhQPH7uJ5wJbP2DAl9galGSRrU88oORuYU5SwELAy1HhOjmyGtWjVXVVeka1OOU7fQUDp9A0eUIjJnFXMXxgjbK69Tkw/z18BjCFDudt+ah/eXoq5oL4AAAA=[Pipeline] envVarsForTool +ha:////4GdaAMi5ShIS//mIEX+Xl6knOIy/SGJae7L7r4zOY7IlAAAApx+LCAAAAAAAAP9tjTEOwjAUQ3+LOrAycohUIDbE1DXKwglCE0La6P/yk9JOnIircQdaKjHhwbItWe/1hiIynIidaCy2HmPtRRd6NyUxELfXQINo6CJqwkjBCmUHRcZWS1WULCzKclhJWFusA0WPLsFGNvqhy6DRlefE03aUkHtzhydkciInzelbRobtrTeR8Mf5C4CxS5Dvd7Md5mfxAR8nhQvCAAAA[Pipeline] withEnv +ha:////4Ne3beDKL8J2X+bJm03TPdjVzp+GFdCnvjAT9J7myRHlAAAApx+LCAAAAAAAAP9tjTEOwjAUQ3+LOrAycohUQjAhpq5RFk4QmhDSRv+Xn5R24kRcjTvQUokJD5ZtyXqvNxSR4UTsRGOx9RhrL7rQuymJgbi9BhpEQxdRE0YKVig7KDK2WqqiZGFRlsNKwtpiHSh6dAk2stEPXQaNrjwnnrajhNybOzwhkxM5aU7fMjJsb72JhD/OXwCMXYJ8t5/tMD+LD/hYjrHCAAAA[Pipeline] { +ha:////4CxVkqej/NSBqll1Ae4co3t4WJ2udUBkqfNOoO3sLwP7AAAApR+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOIiIUGDqNJabniBiY1xYt0Z2yGpeBFf4w8EIlGxxWpnm3m+YJkiHDlabA11jlLjMPjeTgsHjt3F84Atn7FhSuwNSjNI1qaeUXI2MKcoYSFgZajxnBzZDGvRqruqvCJbnXKcvoOA0ukbPKAQkzmrmL8wRthce52Yfp6/AhhDhnK7+9Q+vAEIWoEpvgAAAA==[Pipeline] sh ++ mvn clean -P Secuencial test +[INFO] Scanning for projects... +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/crowdar/Crowd-Root-Framework/1.6/Crowd-Root-Framework-1.6.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/crowdar/Crowd-Root-Framework/1.6/Crowd-Root-Framework-1.6.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/crowdar/Crowd-Root-Framework/1.6/Crowd-Root-Framework-1.6.pom +Progress (1): 4.1/20 kB Progress (1): 7.7/20 kB Progress (1): 12/20 kB Progress (1): 16/20 kB Progress (1): 20 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/crowdar/Crowd-Root-Framework/1.6/Crowd-Root-Framework-1.6.pom (20 kB at 10 kB/s) +[WARNING] +[WARNING] Some problems were encountered while building the effective model for com.Crowdar:lippia-api-example-project:jar:1.0-SNAPSHOT +[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: com.fasterxml.jackson.core:jackson-databind:jar -> version 2.9.3 vs 2.9.5 @ com.crowdar:Crowd-Root-Framework:1.6, /var/jenkins_home/.m2/repository/com/crowdar/Crowd-Root-Framework/1.6/Crowd-Root-Framework-1.6.pom, line 356, column 25 +[WARNING] +[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. +[WARNING] +[WARNING] For this reason, future Maven versions might no longer support building such malformed projects. +[WARNING] +[INFO] +[INFO] ---------------< com.Crowdar:lippia-api-example-project >--------------- +[INFO] Building api-rest-automation 1.0-SNAPSHOT +[INFO] --------------------------------[ jar ]--------------------------------- +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom +Progress (1): 2.2/3.9 kB Progress (1): 3.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom (3.9 kB at 5.2 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom +Progress (1): 2.2/13 kB Progress (1): 5.0/13 kB Progress (1): 7.8/13 kB Progress (1): 11/13 kB Progress (1): 13 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom (13 kB at 43 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/21/maven-parent-21.pom +Progress (1): 2.2/26 kB Progress (1): 5.0/26 kB Progress (1): 7.7/26 kB Progress (1): 11/26 kB Progress (1): 13/26 kB Progress (1): 16/26 kB Progress (1): 19/26 kB Progress (1): 21/26 kB Progress (1): 24/26 kB Progress (1): 26 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/21/maven-parent-21.pom (26 kB at 88 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/10/apache-10.pom +Progress (1): 2.2/15 kB Progress (1): 5.0/15 kB Progress (1): 7.8/15 kB Progress (1): 11/15 kB Progress (1): 13/15 kB Progress (1): 15 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/10/apache-10.pom (15 kB at 49 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar +Progress (1): 2.2/25 kB Progress (1): 5.0/25 kB Progress (1): 7.7/25 kB Progress (1): 10/25 kB Progress (1): 13/25 kB Progress (1): 16/25 kB Progress (1): 19/25 kB Progress (1): 21/25 kB Progress (1): 24/25 kB Progress (1): 25 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar (25 kB at 76 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.4/maven-resources-plugin-2.4.pom +Progress (1): 2.8/5.8 kB Progress (1): 5.5/5.8 kB Progress (1): 5.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.4/maven-resources-plugin-2.4.pom (5.8 kB at 19 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom +Progress (1): 2.2/12 kB Progress (1): 5.0/12 kB Progress (1): 7.8/12 kB Progress (1): 11/12 kB Progress (1): 12 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom (12 kB at 39 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/11/maven-parent-11.pom +Progress (1): 2.2/32 kB Progress (1): 5.0/32 kB Progress (1): 7.8/32 kB Progress (1): 11/32 kB Progress (1): 13/32 kB Progress (1): 16/32 kB Progress (1): 19/32 kB Progress (1): 21/32 kB Progress (1): 24/32 kB Progress (1): 27/32 kB Progress (1): 30/32 kB Progress (1): 32/32 kB Progress (1): 32 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/11/maven-parent-11.pom (32 kB at 101 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/5/apache-5.pom +Progress (1): 2.2/4.1 kB Progress (1): 4.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/5/apache-5.pom (4.1 kB at 14 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.4/maven-resources-plugin-2.4.jar +Progress (1): 2.2/24 kB Progress (1): 5.0/24 kB Progress (1): 7.7/24 kB Progress (1): 10/24 kB Progress (1): 13/24 kB Progress (1): 16/24 kB Progress (1): 19/24 kB Progress (1): 21/24 kB Progress (1): 24/24 kB Progress (1): 24 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.4/maven-resources-plugin-2.4.jar (24 kB at 78 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.7.0/maven-compiler-plugin-3.7.0.pom +Progress (1): 2.2/11 kB Progress (1): 5.0/11 kB Progress (1): 7.8/11 kB Progress (1): 11/11 kB Progress (1): 11 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.7.0/maven-compiler-plugin-3.7.0.pom (11 kB at 35 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/30/maven-plugins-30.pom +Progress (1): 2.2/10 kB Progress (1): 5.0/10 kB Progress (1): 7.8/10 kB Progress (1): 10 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/30/maven-plugins-30.pom (10 kB at 31 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/30/maven-parent-30.pom +Progress (1): 2.2/41 kB Progress (1): 5.0/41 kB Progress (1): 7.8/41 kB Progress (1): 11/41 kB Progress (1): 13/41 kB Progress (1): 16/41 kB Progress (1): 19/41 kB Progress (1): 21/41 kB Progress (1): 24/41 kB Progress (1): 27/41 kB Progress (1): 30/41 kB Progress (1): 32/41 kB Progress (1): 36/41 kB Progress (1): 40/41 kB Progress (1): 41 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/30/maven-parent-30.pom (41 kB at 132 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/18/apache-18.pom +Progress (1): 4.1/16 kB Progress (1): 7.7/16 kB Progress (1): 12/16 kB Progress (1): 14/16 kB Progress (1): 16 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/18/apache-18.pom (16 kB at 51 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.7.0/maven-compiler-plugin-3.7.0.jar +Progress (1): 4.1/58 kB Progress (1): 7.7/58 kB Progress (1): 12/58 kB Progress (1): 16/58 kB Progress (1): 20/58 kB Progress (1): 24/58 kB Progress (1): 28/58 kB Progress (1): 32/58 kB Progress (1): 36/58 kB Progress (1): 40/58 kB Progress (1): 45/58 kB Progress (1): 49/58 kB Progress (1): 53/58 kB Progress (1): 57/58 kB Progress (1): 58 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.7.0/maven-compiler-plugin-3.7.0.jar (58 kB at 132 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.22.1/maven-surefire-plugin-2.22.1.pom +Progress (1): 4.1/5.0 kB Progress (1): 5.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.22.1/maven-surefire-plugin-2.22.1.pom (5.0 kB at 17 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.22.1/surefire-2.22.1.pom +Progress (1): 2.2/26 kB Progress (1): 5.0/26 kB Progress (1): 7.8/26 kB Progress (1): 11/26 kB Progress (1): 13/26 kB Progress (1): 16/26 kB Progress (1): 19/26 kB Progress (1): 21/26 kB Progress (1): 24/26 kB Progress (1): 26 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.22.1/surefire-2.22.1.pom (26 kB at 81 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/33/maven-parent-33.pom +Progress (1): 2.2/44 kB Progress (1): 5.0/44 kB Progress (1): 7.8/44 kB Progress (1): 11/44 kB Progress (1): 13/44 kB Progress (1): 16/44 kB Progress (1): 19/44 kB Progress (1): 21/44 kB Progress (1): 24/44 kB Progress (1): 27/44 kB Progress (1): 30/44 kB Progress (1): 32/44 kB Progress (1): 36/44 kB Progress (1): 40/44 kB Progress (1): 44 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/33/maven-parent-33.pom (44 kB at 124 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/21/apache-21.pom +Progress (1): 4.1/17 kB Progress (1): 7.7/17 kB Progress (1): 12/17 kB Progress (1): 16/17 kB Progress (1): 17 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/21/apache-21.pom (17 kB at 58 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.22.1/maven-surefire-plugin-2.22.1.jar +Progress (1): 4.1/41 kB Progress (1): 7.7/41 kB Progress (1): 12/41 kB Progress (1): 16/41 kB Progress (1): 20/41 kB Progress (1): 24/41 kB Progress (1): 28/41 kB Progress (1): 32/41 kB Progress (1): 36/41 kB Progress (1): 40/41 kB Progress (1): 41 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.22.1/maven-surefire-plugin-2.22.1.jar (41 kB at 127 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/crowdar/Crowd-Core-Framework/1.6.3/Crowd-Core-Framework-1.6.3.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/crowdar/Crowd-Core-Framework/1.6.3/Crowd-Core-Framework-1.6.3.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/crowdar/Crowd-Core-Framework/1.6.3/Crowd-Core-Framework-1.6.3.pom +Progress (1): 3.2 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/crowdar/Crowd-Core-Framework/1.6.3/Crowd-Core-Framework-1.6.3.pom (3.2 kB at 3.9 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/crowdar/Crowd-Root-Framework/1.6.1/Crowd-Root-Framework-1.6.1.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/crowdar/Crowd-Root-Framework/1.6.1/Crowd-Root-Framework-1.6.1.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/crowdar/Crowd-Root-Framework/1.6.1/Crowd-Root-Framework-1.6.1.pom +Progress (1): 4.1/20 kB Progress (1): 7.8/20 kB Progress (1): 12/20 kB Progress (1): 16/20 kB Progress (1): 20 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/crowdar/Crowd-Root-Framework/1.6.1/Crowd-Root-Framework-1.6.1.pom (20 kB at 20 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/net/lightbody/bmp/browsermob-core/2.1.5/browsermob-core-2.1.5.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/net/lightbody/bmp/browsermob-core/2.1.5/browsermob-core-2.1.5.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/net/lightbody/bmp/browsermob-core/2.1.5/browsermob-core-2.1.5.pom +Progress (1): 4.1/8.5 kB Progress (1): 7.8/8.5 kB Progress (1): 8.5 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/net/lightbody/bmp/browsermob-core/2.1.5/browsermob-core-2.1.5.pom (8.5 kB at 10 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/net/lightbody/bmp/browsermob-proxy/2.1.5/browsermob-proxy-2.1.5.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/net/lightbody/bmp/browsermob-proxy/2.1.5/browsermob-proxy-2.1.5.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/net/lightbody/bmp/browsermob-proxy/2.1.5/browsermob-proxy-2.1.5.pom +Progress (1): 4.1/22 kB Progress (1): 7.8/22 kB Progress (1): 12/22 kB Progress (1): 16/22 kB Progress (1): 20/22 kB Progress (1): 22 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/net/lightbody/bmp/browsermob-proxy/2.1.5/browsermob-proxy-2.1.5.pom (22 kB at 22 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/net/lightbody/bmp/littleproxy/1.1.0-beta-bmp-17/littleproxy-1.1.0-beta-bmp-17.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/net/lightbody/bmp/littleproxy/1.1.0-beta-bmp-17/littleproxy-1.1.0-beta-bmp-17.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/net/lightbody/bmp/littleproxy/1.1.0-beta-bmp-17/littleproxy-1.1.0-beta-bmp-17.pom +Progress (1): 4.1/28 kB Progress (1): 7.8/28 kB Progress (1): 12/28 kB Progress (1): 16/28 kB Progress (1): 20/28 kB Progress (1): 24/28 kB Progress (1): 28 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/net/lightbody/bmp/littleproxy/1.1.0-beta-bmp-17/littleproxy-1.1.0-beta-bmp-17.pom (28 kB at 28 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/guava/guava/22.0-android/guava-22.0-android.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/guava/guava/22.0-android/guava-22.0-android.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/guava/guava/22.0-android/guava-22.0-android.pom +Progress (1): 4.1/5.7 kB Progress (1): 5.7 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/guava/guava/22.0-android/guava-22.0-android.pom (5.7 kB at 7.0 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/guava/guava-parent/22.0-android/guava-parent-22.0-android.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/guava/guava-parent/22.0-android/guava-parent-22.0-android.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/guava/guava-parent/22.0-android/guava-parent-22.0-android.pom +Progress (1): 4.1/8.6 kB Progress (1): 7.8/8.6 kB Progress (1): 8.6 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/guava/guava-parent/22.0-android/guava-parent-22.0-android.pom (8.6 kB at 10 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/sonatype/oss/oss-parent/7/oss-parent-7.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/sonatype/oss/oss-parent/7/oss-parent-7.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/sonatype/oss/oss-parent/7/oss-parent-7.pom +Progress (1): 4.1/4.8 kB Progress (1): 4.8 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/sonatype/oss/oss-parent/7/oss-parent-7.pom (4.8 kB at 5.8 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom +Progress (1): 965 B Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom (965 B at 1.2 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/errorprone/error_prone_annotations/2.0.18/error_prone_annotations-2.0.18.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/errorprone/error_prone_annotations/2.0.18/error_prone_annotations-2.0.18.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/errorprone/error_prone_annotations/2.0.18/error_prone_annotations-2.0.18.pom +Progress (1): 1.6 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/errorprone/error_prone_annotations/2.0.18/error_prone_annotations-2.0.18.pom (1.6 kB at 2.0 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/errorprone/error_prone_parent/2.0.18/error_prone_parent-2.0.18.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/errorprone/error_prone_parent/2.0.18/error_prone_parent-2.0.18.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/errorprone/error_prone_parent/2.0.18/error_prone_parent-2.0.18.pom +Progress (1): 4.1/5.0 kB Progress (1): 5.0 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/errorprone/error_prone_parent/2.0.18/error_prone_parent-2.0.18.pom (5.0 kB at 6.3 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom +Progress (1): 2.8 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom (2.8 kB at 3.4 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom +Progress (1): 2.5 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom (2.5 kB at 3.2 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom +Progress (1): 4.1/4.4 kB Progress (1): 4.4 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom (4.4 kB at 5.5 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom +Progress (1): 4.1/24 kB Progress (1): 7.8/24 kB Progress (1): 12/24 kB Progress (1): 16/24 kB Progress (1): 20/24 kB Progress (1): 24/24 kB Progress (1): 24 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom (24 kB at 24 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom +Progress (1): 4.1/4.8 kB Progress (1): 4.8 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom (4.8 kB at 6.0 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.pom +Progress (1): 4.1/23 kB Progress (1): 7.8/23 kB Progress (1): 12/23 kB Progress (1): 16/23 kB Progress (1): 20/23 kB Progress (1): 23 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.pom (23 kB at 24 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/apache/commons/commons-parent/41/commons-parent-41.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/apache/commons/commons-parent/41/commons-parent-41.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/commons/commons-parent/41/commons-parent-41.pom +Progress (1): 4.1/65 kB Progress (1): 7.8/65 kB Progress (1): 12/65 kB Progress (1): 16/65 kB Progress (1): 20/65 kB Progress (1): 24/65 kB Progress (1): 28/65 kB Progress (1): 32/65 kB Progress (1): 36/65 kB Progress (1): 41/65 kB Progress (1): 45/65 kB Progress (1): 49/65 kB Progress (1): 53/65 kB Progress (1): 57/65 kB Progress (1): 61/65 kB Progress (1): 65 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/commons/commons-parent/41/commons-parent-41.pom (65 kB at 55 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/io/netty/netty-all/4.0.49.Final/netty-all-4.0.49.Final.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/io/netty/netty-all/4.0.49.Final/netty-all-4.0.49.Final.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/netty/netty-all/4.0.49.Final/netty-all-4.0.49.Final.pom +Progress (1): 4.1/19 kB Progress (1): 7.8/19 kB Progress (1): 12/19 kB Progress (1): 16/19 kB Progress (1): 19 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/netty/netty-all/4.0.49.Final/netty-all-4.0.49.Final.pom (19 kB at 18 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/io/netty/netty-parent/4.0.49.Final/netty-parent-4.0.49.Final.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/io/netty/netty-parent/4.0.49.Final/netty-parent-4.0.49.Final.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/netty/netty-parent/4.0.49.Final/netty-parent-4.0.49.Final.pom +Progress (1): 4.1/51 kB Progress (1): 7.8/51 kB Progress (1): 12/51 kB Progress (1): 16/51 kB Progress (1): 20/51 kB Progress (1): 24/51 kB Progress (1): 28/51 kB Progress (1): 32/51 kB Progress (1): 36/51 kB Progress (1): 41/51 kB Progress (1): 45/51 kB Progress (1): 49/51 kB Progress (1): 51 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/netty/netty-parent/4.0.49.Final/netty-parent-4.0.49.Final.pom (51 kB at 44 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/sonatype/oss/oss-parent/9/oss-parent-9.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/sonatype/oss/oss-parent/9/oss-parent-9.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/sonatype/oss/oss-parent/9/oss-parent-9.pom +Progress (1): 4.1/6.6 kB Progress (1): 6.6 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (6.6 kB at 7.9 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom +Progress (1): 3.8 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom (3.8 kB at 4.7 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom +Progress (1): 4.1/14 kB Progress (1): 7.8/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom (14 kB at 16 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/fasterxml/jackson/core/jackson-core/2.8.9/jackson-core-2.8.9.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/fasterxml/jackson/core/jackson-core/2.8.9/jackson-core-2.8.9.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/fasterxml/jackson/core/jackson-core/2.8.9/jackson-core-2.8.9.pom +Progress (1): 4.1/5.4 kB Progress (1): 5.4 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/fasterxml/jackson/core/jackson-core/2.8.9/jackson-core-2.8.9.pom (5.4 kB at 6.6 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/fasterxml/jackson/jackson-parent/2.8/jackson-parent-2.8.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/fasterxml/jackson/jackson-parent/2.8/jackson-parent-2.8.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/fasterxml/jackson/jackson-parent/2.8/jackson-parent-2.8.pom +Progress (1): 4.1/8.0 kB Progress (1): 7.8/8.0 kB Progress (1): 8.0 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/fasterxml/jackson/jackson-parent/2.8/jackson-parent-2.8.pom (8.0 kB at 9.9 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/fasterxml/oss-parent/27/oss-parent-27.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/fasterxml/oss-parent/27/oss-parent-27.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/fasterxml/oss-parent/27/oss-parent-27.pom +Progress (1): 4.1/20 kB Progress (1): 7.8/20 kB Progress (1): 12/20 kB Progress (1): 16/20 kB Progress (1): 20 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/fasterxml/oss-parent/27/oss-parent-27.pom (20 kB at 20 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/fasterxml/jackson/core/jackson-databind/2.8.9/jackson-databind-2.8.9.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/fasterxml/jackson/core/jackson-databind/2.8.9/jackson-databind-2.8.9.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/fasterxml/jackson/core/jackson-databind/2.8.9/jackson-databind-2.8.9.pom +Progress (1): 4.1/5.4 kB Progress (1): 5.4 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/fasterxml/jackson/core/jackson-databind/2.8.9/jackson-databind-2.8.9.pom (5.4 kB at 6.7 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/fasterxml/jackson/core/jackson-annotations/2.8.0/jackson-annotations-2.8.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/fasterxml/jackson/core/jackson-annotations/2.8.0/jackson-annotations-2.8.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/fasterxml/jackson/core/jackson-annotations/2.8.0/jackson-annotations-2.8.0.pom +Progress (1): 1.8 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/fasterxml/jackson/core/jackson-annotations/2.8.0/jackson-annotations-2.8.0.pom (1.8 kB at 2.3 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/fasterxml/jackson/core/jackson-annotations/2.8.9/jackson-annotations-2.8.9.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/fasterxml/jackson/core/jackson-annotations/2.8.9/jackson-annotations-2.8.9.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/fasterxml/jackson/core/jackson-annotations/2.8.9/jackson-annotations-2.8.9.pom +Progress (1): 1.8 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/fasterxml/jackson/core/jackson-annotations/2.8.9/jackson-annotations-2.8.9.pom (1.8 kB at 2.3 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/guava/guava/23.0-android/guava-23.0-android.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/guava/guava/23.0-android/guava-23.0-android.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/guava/guava/23.0-android/guava-23.0-android.pom +Progress (1): 4.1/5.6 kB Progress (1): 5.6 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/guava/guava/23.0-android/guava-23.0-android.pom (5.6 kB at 7.0 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/guava/guava-parent/23.0-android/guava-parent-23.0-android.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/guava/guava-parent/23.0-android/guava-parent-23.0-android.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/guava/guava-parent/23.0-android/guava-parent-23.0-android.pom +Progress (1): 4.1/9.1 kB Progress (1): 7.8/9.1 kB Progress (1): 9.1 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/guava/guava-parent/23.0-android/guava-parent-23.0-android.pom (9.1 kB at 11 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/dnsjava/dnsjava/2.1.8/dnsjava-2.1.8.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/dnsjava/dnsjava/2.1.8/dnsjava-2.1.8.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/dnsjava/dnsjava/2.1.8/dnsjava-2.1.8.pom +Progress (1): 4.1/7.8 kB Progress (1): 7.8/7.8 kB Progress (1): 7.8 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/dnsjava/dnsjava/2.1.8/dnsjava-2.1.8.pom (7.8 kB at 9.7 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/slf4j/jcl-over-slf4j/1.7.25/jcl-over-slf4j-1.7.25.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/slf4j/jcl-over-slf4j/1.7.25/jcl-over-slf4j-1.7.25.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/slf4j/jcl-over-slf4j/1.7.25/jcl-over-slf4j-1.7.25.pom +Progress (1): 959 B Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/slf4j/jcl-over-slf4j/1.7.25/jcl-over-slf4j-1.7.25.pom (959 B at 1.2 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/jcraft/jzlib/1.1.3/jzlib-1.1.3.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/jcraft/jzlib/1.1.3/jzlib-1.1.3.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/jcraft/jzlib/1.1.3/jzlib-1.1.3.pom +Progress (1): 3.1 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/jcraft/jzlib/1.1.3/jzlib-1.1.3.pom (3.1 kB at 3.8 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/sonatype/oss/oss-parent/6/oss-parent-6.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/sonatype/oss/oss-parent/6/oss-parent-6.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/sonatype/oss/oss-parent/6/oss-parent-6.pom +Progress (1): 4.1/4.8 kB Progress (1): 4.8 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/sonatype/oss/oss-parent/6/oss-parent-6.pom (4.8 kB at 5.9 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/io/netty/netty-all/4.0.51.Final/netty-all-4.0.51.Final.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/io/netty/netty-all/4.0.51.Final/netty-all-4.0.51.Final.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/netty/netty-all/4.0.51.Final/netty-all-4.0.51.Final.pom +Progress (1): 4.1/19 kB Progress (1): 7.8/19 kB Progress (1): 12/19 kB Progress (1): 16/19 kB Progress (1): 19 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/netty/netty-all/4.0.51.Final/netty-all-4.0.51.Final.pom (19 kB at 18 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/io/netty/netty-parent/4.0.51.Final/netty-parent-4.0.51.Final.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/io/netty/netty-parent/4.0.51.Final/netty-parent-4.0.51.Final.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/netty/netty-parent/4.0.51.Final/netty-parent-4.0.51.Final.pom +Progress (1): 4.1/51 kB Progress (1): 7.8/51 kB Progress (1): 12/51 kB Progress (1): 16/51 kB Progress (1): 20/51 kB Progress (1): 24/51 kB Progress (1): 28/51 kB Progress (1): 32/51 kB Progress (1): 36/51 kB Progress (1): 41/51 kB Progress (1): 45/51 kB Progress (1): 49/51 kB Progress (1): 51 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/netty/netty-parent/4.0.51.Final/netty-parent-4.0.51.Final.pom (51 kB at 45 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/bouncycastle/bcprov-jdk15on/1.58/bcprov-jdk15on-1.58.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/bouncycastle/bcprov-jdk15on/1.58/bcprov-jdk15on-1.58.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/bouncycastle/bcprov-jdk15on/1.58/bcprov-jdk15on-1.58.pom +Progress (1): 1.1 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/bouncycastle/bcprov-jdk15on/1.58/bcprov-jdk15on-1.58.pom (1.1 kB at 1.2 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/bouncycastle/bcpkix-jdk15on/1.58/bcpkix-jdk15on-1.58.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/bouncycastle/bcpkix-jdk15on/1.58/bcpkix-jdk15on-1.58.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/bouncycastle/bcpkix-jdk15on/1.58/bcpkix-jdk15on-1.58.pom +Progress (1): 1.5 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/bouncycastle/bcpkix-jdk15on/1.58/bcpkix-jdk15on-1.58.pom (1.5 kB at 1.8 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/net/lightbody/bmp/mitm/2.1.5/mitm-2.1.5.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/net/lightbody/bmp/mitm/2.1.5/mitm-2.1.5.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/net/lightbody/bmp/mitm/2.1.5/mitm-2.1.5.pom +Progress (1): 3.8 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/net/lightbody/bmp/mitm/2.1.5/mitm-2.1.5.pom (3.8 kB at 4.2 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/io/cucumber/gherkin/5.1.0/gherkin-5.1.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/io/cucumber/gherkin/5.1.0/gherkin-5.1.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/cucumber/gherkin/5.1.0/gherkin-5.1.0.pom +Progress (1): 4.1/5.4 kB Progress (1): 5.4 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/cucumber/gherkin/5.1.0/gherkin-5.1.0.pom (5.4 kB at 6.3 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/io/cucumber/tag-expressions/1.1.1/tag-expressions-1.1.1.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/io/cucumber/tag-expressions/1.1.1/tag-expressions-1.1.1.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/cucumber/tag-expressions/1.1.1/tag-expressions-1.1.1.pom +Progress (1): 4.1/7.5 kB Progress (1): 7.5 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/cucumber/tag-expressions/1.1.1/tag-expressions-1.1.1.pom (7.5 kB at 9.2 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/io/cucumber/cucumber-expressions/6.2.0/cucumber-expressions-6.2.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/io/cucumber/cucumber-expressions/6.2.0/cucumber-expressions-6.2.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/cucumber/cucumber-expressions/6.2.0/cucumber-expressions-6.2.0.pom +Progress (1): 1.9 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/cucumber/cucumber-expressions/6.2.0/cucumber-expressions-6.2.0.pom (1.9 kB at 2.3 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/io/cucumber/cucumber-parent/1.0.1/cucumber-parent-1.0.1.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/io/cucumber/cucumber-parent/1.0.1/cucumber-parent-1.0.1.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/cucumber/cucumber-parent/1.0.1/cucumber-parent-1.0.1.pom +Progress (1): 4.1/18 kB Progress (1): 7.8/18 kB Progress (1): 12/18 kB Progress (1): 16/18 kB Progress (1): 18 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/cucumber/cucumber-parent/1.0.1/cucumber-parent-1.0.1.pom (18 kB at 18 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/io/cucumber/datatable/1.0.3/datatable-1.0.3.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/io/cucumber/datatable/1.0.3/datatable-1.0.3.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/cucumber/datatable/1.0.3/datatable-1.0.3.pom +Progress (1): 2.0 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/cucumber/datatable/1.0.3/datatable-1.0.3.pom (2.0 kB at 2.5 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/io/cucumber/datatable-parent/1.0.3/datatable-parent-1.0.3.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/io/cucumber/datatable-parent/1.0.3/datatable-parent-1.0.3.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/cucumber/datatable-parent/1.0.3/datatable-parent-1.0.3.pom +Progress (1): 4.1/17 kB Progress (1): 7.8/17 kB Progress (1): 12/17 kB Progress (1): 16/17 kB Progress (1): 17 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/cucumber/datatable-parent/1.0.3/datatable-parent-1.0.3.pom (17 kB at 17 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/io/cucumber/datatable-dependencies/1.0.3/datatable-dependencies-1.0.3.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/io/cucumber/datatable-dependencies/1.0.3/datatable-dependencies-1.0.3.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/cucumber/datatable-dependencies/1.0.3/datatable-dependencies-1.0.3.pom +Progress (1): 4.1/6.5 kB Progress (1): 6.5 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/cucumber/datatable-dependencies/1.0.3/datatable-dependencies-1.0.3.pom (6.5 kB at 8.0 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/io/cucumber/cucumber-core/4.2.0/cucumber-core-4.2.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/io/cucumber/cucumber-core/4.2.0/cucumber-core-4.2.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/cucumber/cucumber-core/4.2.0/cucumber-core-4.2.0.pom +Progress (1): 4.1/11 kB Progress (1): 7.8/11 kB Progress (1): 11 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/cucumber/cucumber-core/4.2.0/cucumber-core-4.2.0.pom (11 kB at 13 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/io/cucumber/cucumber-jvm/4.2.0/cucumber-jvm-4.2.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/io/cucumber/cucumber-jvm/4.2.0/cucumber-jvm-4.2.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/cucumber/cucumber-jvm/4.2.0/cucumber-jvm-4.2.0.pom +Progress (1): 4.1/39 kB Progress (1): 7.8/39 kB Progress (1): 12/39 kB Progress (1): 16/39 kB Progress (1): 20/39 kB Progress (1): 24/39 kB Progress (1): 28/39 kB Progress (1): 32/39 kB Progress (1): 36/39 kB Progress (1): 39 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/cucumber/cucumber-jvm/4.2.0/cucumber-jvm-4.2.0.pom (39 kB at 34 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/io/cucumber/cucumber-html/0.2.7/cucumber-html-0.2.7.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/io/cucumber/cucumber-html/0.2.7/cucumber-html-0.2.7.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/cucumber/cucumber-html/0.2.7/cucumber-html-0.2.7.pom +Progress (1): 4.1/4.6 kB Progress (1): 4.6 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/cucumber/cucumber-html/0.2.7/cucumber-html-0.2.7.pom (4.6 kB at 5.6 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/io/cucumber/datatable/1.1.7/datatable-1.1.7.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/io/cucumber/datatable/1.1.7/datatable-1.1.7.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/cucumber/datatable/1.1.7/datatable-1.1.7.pom +Progress (1): 1.7 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/cucumber/datatable/1.1.7/datatable-1.1.7.pom (1.7 kB at 2.0 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/io/cucumber/datatable-parent/1.1.7/datatable-parent-1.1.7.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/io/cucumber/datatable-parent/1.1.7/datatable-parent-1.1.7.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/cucumber/datatable-parent/1.1.7/datatable-parent-1.1.7.pom +Progress (1): 3.0 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/cucumber/datatable-parent/1.1.7/datatable-parent-1.1.7.pom (3.0 kB at 3.7 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/io/cucumber/datatable-dependencies/1.1.7/datatable-dependencies-1.1.7.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/io/cucumber/datatable-dependencies/1.1.7/datatable-dependencies-1.1.7.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/cucumber/datatable-dependencies/1.1.7/datatable-dependencies-1.1.7.pom +Progress (1): 2.2 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/cucumber/datatable-dependencies/1.1.7/datatable-dependencies-1.1.7.pom (2.2 kB at 2.7 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/io/cucumber/cucumber-java/4.2.0/cucumber-java-4.2.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/io/cucumber/cucumber-java/4.2.0/cucumber-java-4.2.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/cucumber/cucumber-java/4.2.0/cucumber-java-4.2.0.pom +Progress (1): 4.1/5.5 kB Progress (1): 5.5 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/cucumber/cucumber-java/4.2.0/cucumber-java-4.2.0.pom (5.5 kB at 6.6 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/io/cucumber/cucumber-testng/4.2.0/cucumber-testng-4.2.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/io/cucumber/cucumber-testng/4.2.0/cucumber-testng-4.2.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/cucumber/cucumber-testng/4.2.0/cucumber-testng-4.2.0.pom +Progress (1): 1.2 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/cucumber/cucumber-testng/4.2.0/cucumber-testng-4.2.0.pom (1.2 kB at 1.4 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/testng/testng/6.14.3/testng-6.14.3.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/testng/testng/6.14.3/testng-6.14.3.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/testng/testng/6.14.3/testng-6.14.3.pom +Progress (1): 2.9 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/testng/testng/6.14.3/testng-6.14.3.pom (2.9 kB at 3.6 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/beust/jcommander/1.72/jcommander-1.72.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/beust/jcommander/1.72/jcommander-1.72.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/beust/jcommander/1.72/jcommander-1.72.pom +Progress (1): 1.2 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/beust/jcommander/1.72/jcommander-1.72.pom (1.2 kB at 1.5 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom +Progress (1): 4.1/5.0 kB Progress (1): 5.0 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom (5.0 kB at 6.2 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/io/cucumber/cucumber-picocontainer/4.2.0/cucumber-picocontainer-4.2.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/io/cucumber/cucumber-picocontainer/4.2.0/cucumber-picocontainer-4.2.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/cucumber/cucumber-picocontainer/4.2.0/cucumber-picocontainer-4.2.0.pom +Progress (1): 2.7 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/cucumber/cucumber-picocontainer/4.2.0/cucumber-picocontainer-4.2.0.pom (2.7 kB at 3.3 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/picocontainer/picocontainer/2.15/picocontainer-2.15.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/picocontainer/picocontainer/2.15/picocontainer-2.15.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/picocontainer/picocontainer/2.15/picocontainer-2.15.pom +Progress (1): 4.0 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/picocontainer/picocontainer/2.15/picocontainer-2.15.pom (4.0 kB at 4.8 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/picocontainer/picocontainer-parent/2.15/picocontainer-parent-2.15.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/picocontainer/picocontainer-parent/2.15/picocontainer-parent-2.15.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/picocontainer/picocontainer-parent/2.15/picocontainer-parent-2.15.pom +Progress (1): 4.1/14 kB Progress (1): 7.8/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/picocontainer/picocontainer-parent/2.15/picocontainer-parent-2.15.pom (14 kB at 14 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom +Progress (1): 4.1/4.1 kB Progress (1): 4.1 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom (4.1 kB at 5.1 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/io/cucumber/cucumber-java8/4.2.0/cucumber-java8-4.2.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/io/cucumber/cucumber-java8/4.2.0/cucumber-java8-4.2.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/cucumber/cucumber-java8/4.2.0/cucumber-java8-4.2.0.pom +Progress (1): 4.1/4.7 kB Progress (1): 4.7 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/cucumber/cucumber-java8/4.2.0/cucumber-java8-4.2.0.pom (4.7 kB at 5.7 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/net/jodah/typetools/0.5.0/typetools-0.5.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/net/jodah/typetools/0.5.0/typetools-0.5.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/net/jodah/typetools/0.5.0/typetools-0.5.0.pom +Progress (1): 4.1/6.3 kB Progress (1): 6.3 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/net/jodah/typetools/0.5.0/typetools-0.5.0.pom (6.3 kB at 7.6 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/picocontainer/picocontainer/1.2/picocontainer-1.2.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/picocontainer/picocontainer/1.2/picocontainer-1.2.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/picocontainer/picocontainer/1.2/picocontainer-1.2.pom +Progress (1): 3.5 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/picocontainer/picocontainer/1.2/picocontainer-1.2.pom (3.5 kB at 4.4 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom +Progress (1): 2.2 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom (2.2 kB at 2.8 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/reflections/reflections/0.9.10/reflections-0.9.10.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/reflections/reflections/0.9.10/reflections-0.9.10.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/reflections/reflections/0.9.10/reflections-0.9.10.pom +Progress (1): 4.1/9.1 kB Progress (1): 7.8/9.1 kB Progress (1): 9.1 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/reflections/reflections/0.9.10/reflections-0.9.10.pom (9.1 kB at 8.2 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/guava/guava/15.0/guava-15.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/guava/guava/15.0/guava-15.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/guava/guava/15.0/guava-15.0.pom +Progress (1): 4.1/6.3 kB Progress (1): 6.3 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/guava/guava/15.0/guava-15.0.pom (6.3 kB at 7.7 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/guava/guava-parent/15.0/guava-parent-15.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/guava/guava-parent/15.0/guava-parent-15.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/guava/guava-parent/15.0/guava-parent-15.0.pom +Progress (1): 4.1/7.3 kB Progress (1): 7.3 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/guava/guava-parent/15.0/guava-parent-15.0.pom (7.3 kB at 9.0 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/javassist/javassist/3.19.0-GA/javassist-3.19.0-GA.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/javassist/javassist/3.19.0-GA/javassist-3.19.0-GA.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/javassist/javassist/3.19.0-GA/javassist-3.19.0-GA.pom +Progress (1): 4.1/9.6 kB Progress (1): 7.8/9.6 kB Progress (1): 9.6 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/javassist/javassist/3.19.0-GA/javassist-3.19.0-GA.pom (9.6 kB at 12 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/code/findbugs/annotations/2.0.1/annotations-2.0.1.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/code/findbugs/annotations/2.0.1/annotations-2.0.1.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/code/findbugs/annotations/2.0.1/annotations-2.0.1.pom +Progress (1): 764 B Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/code/findbugs/annotations/2.0.1/annotations-2.0.1.pom (764 B at 947 B/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/jasypt/jasypt/1.9.0/jasypt-1.9.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/jasypt/jasypt/1.9.0/jasypt-1.9.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/jasypt/jasypt/1.9.0/jasypt-1.9.0.pom +Progress (1): 4.1/8.4 kB Progress (1): 7.8/8.4 kB Progress (1): 8.4 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/jasypt/jasypt/1.9.0/jasypt-1.9.0.pom (8.4 kB at 9.2 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/sun/mail/javax.mail/1.6.2/javax.mail-1.6.2.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/sun/mail/javax.mail/1.6.2/javax.mail-1.6.2.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/sun/mail/javax.mail/1.6.2/javax.mail-1.6.2.pom +Progress (1): 4.1/7.0 kB Progress (1): 7.0 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/sun/mail/javax.mail/1.6.2/javax.mail-1.6.2.pom (7.0 kB at 8.7 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/sun/mail/all/1.6.2/all-1.6.2.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/sun/mail/all/1.6.2/all-1.6.2.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/sun/mail/all/1.6.2/all-1.6.2.pom +Progress (1): 4.1/23 kB Progress (1): 7.8/23 kB Progress (1): 12/23 kB Progress (1): 16/23 kB Progress (1): 20/23 kB Progress (1): 23 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/sun/mail/all/1.6.2/all-1.6.2.pom (23 kB at 24 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/net/java/jvnet-parent/1/jvnet-parent-1.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/net/java/jvnet-parent/1/jvnet-parent-1.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/net/java/jvnet-parent/1/jvnet-parent-1.pom +Progress (1): 4.1/4.7 kB Progress (1): 4.7 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/net/java/jvnet-parent/1/jvnet-parent-1.pom (4.7 kB at 5.9 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/javax/activation/activation/1.1/activation-1.1.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/javax/activation/activation/1.1/activation-1.1.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/javax/activation/activation/1.1/activation-1.1.pom +Progress (1): 1.1 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/javax/activation/activation/1.1/activation-1.1.pom (1.1 kB at 1.3 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/apache/pdfbox/pdfbox/2.0.13/pdfbox-2.0.13.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/apache/pdfbox/pdfbox/2.0.13/pdfbox-2.0.13.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/pdfbox/pdfbox/2.0.13/pdfbox-2.0.13.pom +Progress (1): 4.1/28 kB Progress (1): 7.8/28 kB Progress (1): 12/28 kB Progress (1): 16/28 kB Progress (1): 20/28 kB Progress (1): 24/28 kB Progress (1): 28 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/pdfbox/pdfbox/2.0.13/pdfbox-2.0.13.pom (28 kB at 28 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/apache/pdfbox/pdfbox-parent/2.0.13/pdfbox-parent-2.0.13.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/apache/pdfbox/pdfbox-parent/2.0.13/pdfbox-parent-2.0.13.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/pdfbox/pdfbox-parent/2.0.13/pdfbox-parent-2.0.13.pom +Progress (1): 4.1/17 kB Progress (1): 7.8/17 kB Progress (1): 12/17 kB Progress (1): 16/17 kB Progress (1): 17 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/pdfbox/pdfbox-parent/2.0.13/pdfbox-parent-2.0.13.pom (17 kB at 18 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/apache/apache/19/apache-19.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/apache/apache/19/apache-19.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/apache/19/apache-19.pom +Progress (1): 4.1/15 kB Progress (1): 7.8/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/apache/19/apache-19.pom (15 kB at 16 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/apache/pdfbox/fontbox/2.0.13/fontbox-2.0.13.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/apache/pdfbox/fontbox/2.0.13/fontbox-2.0.13.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/pdfbox/fontbox/2.0.13/fontbox-2.0.13.pom +Progress (1): 4.1/4.8 kB Progress (1): 4.8 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/pdfbox/fontbox/2.0.13/fontbox-2.0.13.pom (4.8 kB at 5.9 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/commons-logging/commons-logging/1.2/commons-logging-1.2.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/commons-logging/commons-logging/1.2/commons-logging-1.2.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/commons-logging/commons-logging/1.2/commons-logging-1.2.pom +Progress (1): 4.1/19 kB Progress (1): 7.8/19 kB Progress (1): 12/19 kB Progress (1): 16/19 kB Progress (1): 19 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/commons-logging/commons-logging/1.2/commons-logging-1.2.pom (19 kB at 19 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/apache/commons/commons-parent/34/commons-parent-34.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/apache/commons/commons-parent/34/commons-parent-34.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/commons/commons-parent/34/commons-parent-34.pom +Progress (1): 4.1/56 kB Progress (1): 7.8/56 kB Progress (1): 12/56 kB Progress (1): 16/56 kB Progress (1): 20/56 kB Progress (1): 24/56 kB Progress (1): 28/56 kB Progress (1): 32/56 kB Progress (1): 36/56 kB Progress (1): 41/56 kB Progress (1): 45/56 kB Progress (1): 49/56 kB Progress (1): 53/56 kB Progress (1): 56 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/commons/commons-parent/34/commons-parent-34.pom (56 kB at 47 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/apache/apache/13/apache-13.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/apache/apache/13/apache-13.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/apache/13/apache-13.pom +Progress (1): 4.1/14 kB Progress (1): 7.8/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/apache/13/apache-13.pom (14 kB at 14 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/relevantcodes/extentreports/2.41.2/extentreports-2.41.2.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/relevantcodes/extentreports/2.41.2/extentreports-2.41.2.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/relevantcodes/extentreports/2.41.2/extentreports-2.41.2.pom +Progress (1): 4.1/7.1 kB Progress (1): 7.1 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/relevantcodes/extentreports/2.41.2/extentreports-2.41.2.pom (7.1 kB at 8.7 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/jsoup/jsoup/1.8.3/jsoup-1.8.3.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/jsoup/jsoup/1.8.3/jsoup-1.8.3.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/jsoup/jsoup/1.8.3/jsoup-1.8.3.pom +Progress (1): 4.1/6.4 kB Progress (1): 6.4 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/jsoup/jsoup/1.8.3/jsoup-1.8.3.pom (6.4 kB at 7.5 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/xerial/sqlite-jdbc/3.8.11.1/sqlite-jdbc-3.8.11.1.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/xerial/sqlite-jdbc/3.8.11.1/sqlite-jdbc-3.8.11.1.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/xerial/sqlite-jdbc/3.8.11.1/sqlite-jdbc-3.8.11.1.pom +Progress (1): 4.1/4.8 kB Progress (1): 4.8 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/xerial/sqlite-jdbc/3.8.11.1/sqlite-jdbc-3.8.11.1.pom (4.8 kB at 5.9 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/freemarker/freemarker/2.3.23/freemarker-2.3.23.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/freemarker/freemarker/2.3.23/freemarker-2.3.23.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/freemarker/freemarker/2.3.23/freemarker-2.3.23.pom +Progress (1): 1.5 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/freemarker/freemarker/2.3.23/freemarker-2.3.23.pom (1.5 kB at 1.9 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/mongodb/mongodb-driver/3.0.4/mongodb-driver-3.0.4.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/mongodb/mongodb-driver/3.0.4/mongodb-driver-3.0.4.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/mongodb/mongodb-driver/3.0.4/mongodb-driver-3.0.4.pom +Progress (1): 1.7 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/mongodb/mongodb-driver/3.0.4/mongodb-driver-3.0.4.pom (1.7 kB at 2.1 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/mongodb/bson/3.0.4/bson-3.0.4.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/mongodb/bson/3.0.4/bson-3.0.4.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/mongodb/bson/3.0.4/bson-3.0.4.pom +Progress (1): 1.3 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/mongodb/bson/3.0.4/bson-3.0.4.pom (1.3 kB at 1.6 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/mongodb/mongodb-driver-core/3.0.4/mongodb-driver-core-3.0.4.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/mongodb/mongodb-driver-core/3.0.4/mongodb-driver-core-3.0.4.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/mongodb/mongodb-driver-core/3.0.4/mongodb-driver-core-3.0.4.pom +Progress (1): 2.3 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/mongodb/mongodb-driver-core/3.0.4/mongodb-driver-core-3.0.4.pom (2.3 kB at 2.9 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/uncommons/reportng/1.1.2/reportng-1.1.2.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/uncommons/reportng/1.1.2/reportng-1.1.2.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/uncommons/reportng/1.1.2/reportng-1.1.2.pom +Progress (1): 1.1 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/uncommons/reportng/1.1.2/reportng-1.1.2.pom (1.1 kB at 1.3 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/velocity/velocity/1.4/velocity-1.4.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/velocity/velocity/1.4/velocity-1.4.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/velocity/velocity/1.4/velocity-1.4.pom +Progress (1): 2.3 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/velocity/velocity/1.4/velocity-1.4.pom (2.3 kB at 2.8 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/velocity/velocity-dep/1.4/velocity-dep-1.4.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/velocity/velocity-dep/1.4/velocity-dep-1.4.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/velocity/velocity-dep/1.4/velocity-dep-1.4.pom +Progress (1): 1.9 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/velocity/velocity-dep/1.4/velocity-dep-1.4.pom (1.9 kB at 2.3 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/apache/commons/commons-lang3/3.0/commons-lang3-3.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/apache/commons/commons-lang3/3.0/commons-lang3-3.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/commons/commons-lang3/3.0/commons-lang3-3.0.pom +Progress (1): 4.1/18 kB Progress (1): 7.8/18 kB Progress (1): 12/18 kB Progress (1): 16/18 kB Progress (1): 18 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/commons/commons-lang3/3.0/commons-lang3-3.0.pom (18 kB at 18 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/apache/commons/commons-parent/21/commons-parent-21.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/apache/commons/commons-parent/21/commons-parent-21.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/commons/commons-parent/21/commons-parent-21.pom +Progress (1): 4.1/34 kB Progress (1): 7.8/34 kB Progress (1): 12/34 kB Progress (1): 16/34 kB Progress (1): 20/34 kB Progress (1): 24/34 kB Progress (1): 28/34 kB Progress (1): 32/34 kB Progress (1): 34 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/commons/commons-parent/21/commons-parent-21.pom (34 kB at 35 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/apache/apache/9/apache-9.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/apache/apache/9/apache-9.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/apache/9/apache-9.pom +Progress (1): 4.1/15 kB Progress (1): 7.8/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/apache/9/apache-9.pom (15 kB at 15 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/commons-configuration/commons-configuration/1.10/commons-configuration-1.10.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/commons-configuration/commons-configuration/1.10/commons-configuration-1.10.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/commons-configuration/commons-configuration/1.10/commons-configuration-1.10.pom +Progress (1): 4.1/21 kB Progress (1): 7.8/21 kB Progress (1): 12/21 kB Progress (1): 16/21 kB Progress (1): 20/21 kB Progress (1): 21 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/commons-configuration/commons-configuration/1.10/commons-configuration-1.10.pom (21 kB at 21 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/apache/commons/commons-parent/32/commons-parent-32.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/apache/commons/commons-parent/32/commons-parent-32.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/commons/commons-parent/32/commons-parent-32.pom +Progress (1): 4.1/53 kB Progress (1): 7.8/53 kB Progress (1): 12/53 kB Progress (1): 16/53 kB Progress (1): 20/53 kB Progress (1): 24/53 kB Progress (1): 28/53 kB Progress (1): 32/53 kB Progress (1): 36/53 kB Progress (1): 41/53 kB Progress (1): 45/53 kB Progress (1): 49/53 kB Progress (1): 53 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/commons/commons-parent/32/commons-parent-32.pom (53 kB at 45 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/commons-lang/commons-lang/2.6/commons-lang-2.6.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/commons-lang/commons-lang/2.6/commons-lang-2.6.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/commons-lang/commons-lang/2.6/commons-lang-2.6.pom +Progress (1): 4.1/17 kB Progress (1): 7.8/17 kB Progress (1): 12/17 kB Progress (1): 16/17 kB Progress (1): 17 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/commons-lang/commons-lang/2.6/commons-lang-2.6.pom (17 kB at 18 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/apache/commons/commons-parent/17/commons-parent-17.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/apache/commons/commons-parent/17/commons-parent-17.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/commons/commons-parent/17/commons-parent-17.pom +Progress (1): 4.1/31 kB Progress (1): 7.8/31 kB Progress (1): 12/31 kB Progress (1): 16/31 kB Progress (1): 20/31 kB Progress (1): 24/31 kB Progress (1): 28/31 kB Progress (1): 31 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/commons/commons-parent/17/commons-parent-17.pom (31 kB at 28 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/apache/apache/7/apache-7.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/apache/apache/7/apache-7.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/apache/7/apache-7.pom +Progress (1): 4.1/14 kB Progress (1): 7.8/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/apache/7/apache-7.pom (14 kB at 15 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom +Progress (1): 4.1/18 kB Progress (1): 7.8/18 kB Progress (1): 12/18 kB Progress (1): 16/18 kB Progress (1): 18 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom (18 kB at 18 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/apache/commons/commons-parent/5/commons-parent-5.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/apache/commons/commons-parent/5/commons-parent-5.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/commons/commons-parent/5/commons-parent-5.pom +Progress (1): 4.1/16 kB Progress (1): 7.8/16 kB Progress (1): 12/16 kB Progress (1): 16/16 kB Progress (1): 16 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/commons/commons-parent/5/commons-parent-5.pom (16 kB at 16 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/apache/apache/4/apache-4.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/apache/apache/4/apache-4.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/apache/4/apache-4.pom +Progress (1): 4.1/4.5 kB Progress (1): 4.5 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/apache/4/apache-4.pom (4.5 kB at 5.6 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/log4j/log4j/1.2.17/log4j-1.2.17.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/log4j/log4j/1.2.17/log4j-1.2.17.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/log4j/log4j/1.2.17/log4j-1.2.17.pom +Progress (1): 4.1/22 kB Progress (1): 7.8/22 kB Progress (1): 12/22 kB Progress (1): 16/22 kB Progress (1): 20/22 kB Progress (1): 22 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/log4j/log4j/1.2.17/log4j-1.2.17.pom (22 kB at 22 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom +Progress (1): 766 B Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom (766 B at 501 B/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom +Progress (1): 2.0 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom (2.0 kB at 2.5 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.pom +Progress (1): 820 B Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.pom (820 B at 997 B/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/uk/co/datumedge/hamcrest-json/0.2/hamcrest-json-0.2.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/uk/co/datumedge/hamcrest-json/0.2/hamcrest-json-0.2.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/uk/co/datumedge/hamcrest-json/0.2/hamcrest-json-0.2.pom +Progress (1): 2.1 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/uk/co/datumedge/hamcrest-json/0.2/hamcrest-json-0.2.pom (2.1 kB at 2.6 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/uk/co/datumedge/datumedge-base/0.2/datumedge-base-0.2.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/uk/co/datumedge/datumedge-base/0.2/datumedge-base-0.2.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/uk/co/datumedge/datumedge-base/0.2/datumedge-base-0.2.pom +Progress (1): 4.1/6.0 kB Progress (1): 6.0 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/uk/co/datumedge/datumedge-base/0.2/datumedge-base-0.2.pom (6.0 kB at 7.4 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/skyscreamer/jsonassert/1.1.1/jsonassert-1.1.1.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/skyscreamer/jsonassert/1.1.1/jsonassert-1.1.1.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/skyscreamer/jsonassert/1.1.1/jsonassert-1.1.1.pom +Progress (1): 4.1/5.3 kB Progress (1): 5.3 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/skyscreamer/jsonassert/1.1.1/jsonassert-1.1.1.pom (5.3 kB at 6.6 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/json/json/20090211/json-20090211.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/json/json/20090211/json-20090211.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/json/json/20090211/json-20090211.pom +Progress (1): 1.4 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/json/json/20090211/json-20090211.pom (1.4 kB at 1.4 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/commons-collections/commons-collections/3.0/commons-collections-3.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/commons-collections/commons-collections/3.0/commons-collections-3.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/commons-collections/commons-collections/3.0/commons-collections-3.0.pom +Progress (1): 4.1/6.1 kB Progress (1): 6.1 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/commons-collections/commons-collections/3.0/commons-collections-3.0.pom (6.1 kB at 7.6 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/jsoup/jsoup/1.11.3/jsoup-1.11.3.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/jsoup/jsoup/1.11.3/jsoup-1.11.3.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/jsoup/jsoup/1.11.3/jsoup-1.11.3.pom +Progress (1): 4.1/8.3 kB Progress (1): 7.8/8.3 kB Progress (1): 8.3 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/jsoup/jsoup/1.11.3/jsoup-1.11.3.pom (8.3 kB at 10 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/seleniumhq/selenium/selenium-remote-driver/3.141.59/selenium-remote-driver-3.141.59.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/seleniumhq/selenium/selenium-remote-driver/3.141.59/selenium-remote-driver-3.141.59.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/seleniumhq/selenium/selenium-remote-driver/3.141.59/selenium-remote-driver-3.141.59.pom +Progress (1): 3.8 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/seleniumhq/selenium/selenium-remote-driver/3.141.59/selenium-remote-driver-3.141.59.pom (3.8 kB at 4.7 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/seleniumhq/selenium/selenium-api/3.141.59/selenium-api-3.141.59.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/seleniumhq/selenium/selenium-api/3.141.59/selenium-api-3.141.59.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/seleniumhq/selenium/selenium-api/3.141.59/selenium-api-3.141.59.pom +Progress (1): 2.6 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/seleniumhq/selenium/selenium-api/3.141.59/selenium-api-3.141.59.pom (2.6 kB at 3.3 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/net/bytebuddy/byte-buddy/1.8.15/byte-buddy-1.8.15.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/net/bytebuddy/byte-buddy/1.8.15/byte-buddy-1.8.15.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/net/bytebuddy/byte-buddy/1.8.15/byte-buddy-1.8.15.pom +Progress (1): 4.1/9.3 kB Progress (1): 7.8/9.3 kB Progress (1): 9.3 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/net/bytebuddy/byte-buddy/1.8.15/byte-buddy-1.8.15.pom (9.3 kB at 12 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/net/bytebuddy/byte-buddy-parent/1.8.15/byte-buddy-parent-1.8.15.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/net/bytebuddy/byte-buddy-parent/1.8.15/byte-buddy-parent-1.8.15.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/net/bytebuddy/byte-buddy-parent/1.8.15/byte-buddy-parent-1.8.15.pom +Progress (1): 4.1/27 kB Progress (1): 7.8/27 kB Progress (1): 12/27 kB Progress (1): 16/27 kB Progress (1): 20/27 kB Progress (1): 24/27 kB Progress (1): 27 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/net/bytebuddy/byte-buddy-parent/1.8.15/byte-buddy-parent-1.8.15.pom (27 kB at 27 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom +Progress (1): 4.1/11 kB Progress (1): 7.8/11 kB Progress (1): 11 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom (11 kB at 14 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/apache/commons/commons-parent/35/commons-parent-35.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/apache/commons/commons-parent/35/commons-parent-35.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/commons/commons-parent/35/commons-parent-35.pom +Progress (1): 4.1/58 kB Progress (1): 7.8/58 kB Progress (1): 12/58 kB Progress (1): 16/58 kB Progress (1): 20/58 kB Progress (1): 24/58 kB Progress (1): 28/58 kB Progress (1): 32/58 kB Progress (1): 36/58 kB Progress (1): 41/58 kB Progress (1): 45/58 kB Progress (1): 49/58 kB Progress (1): 53/58 kB Progress (1): 57/58 kB Progress (1): 58 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/commons/commons-parent/35/commons-parent-35.pom (58 kB at 50 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/apache/apache/15/apache-15.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/apache/apache/15/apache-15.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/apache/15/apache-15.pom +Progress (1): 4.1/15 kB Progress (1): 7.8/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/apache/15/apache-15.pom (15 kB at 16 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/guava/guava/25.0-jre/guava-25.0-jre.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/guava/guava/25.0-jre/guava-25.0-jre.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/guava/guava/25.0-jre/guava-25.0-jre.pom +Progress (1): 4.1/7.8 kB Progress (1): 7.8 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/guava/guava/25.0-jre/guava-25.0-jre.pom (7.8 kB at 9.6 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/guava/guava-parent/25.0-jre/guava-parent-25.0-jre.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/guava/guava-parent/25.0-jre/guava-parent-25.0-jre.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/guava/guava-parent/25.0-jre/guava-parent-25.0-jre.pom +Progress (1): 4.1/10 kB Progress (1): 7.8/10 kB Progress (1): 10 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/guava/guava-parent/25.0-jre/guava-parent-25.0-jre.pom (10 kB at 13 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.pom +Progress (1): 4.1/4.2 kB Progress (1): 4.2 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.pom (4.2 kB at 5.2 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.pom +Progress (1): 1.8 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.pom (1.8 kB at 2.3 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/errorprone/error_prone_parent/2.1.3/error_prone_parent-2.1.3.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/errorprone/error_prone_parent/2.1.3/error_prone_parent-2.1.3.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/errorprone/error_prone_parent/2.1.3/error_prone_parent-2.1.3.pom +Progress (1): 4.1/5.1 kB Progress (1): 5.1 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/errorprone/error_prone_parent/2.1.3/error_prone_parent-2.1.3.pom (5.1 kB at 6.4 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/squareup/okhttp3/okhttp/3.11.0/okhttp-3.11.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/squareup/okhttp3/okhttp/3.11.0/okhttp-3.11.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/squareup/okhttp3/okhttp/3.11.0/okhttp-3.11.0.pom +Progress (1): 2.3 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/squareup/okhttp3/okhttp/3.11.0/okhttp-3.11.0.pom (2.3 kB at 2.8 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/squareup/okhttp3/parent/3.11.0/parent-3.11.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/squareup/okhttp3/parent/3.11.0/parent-3.11.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/squareup/okhttp3/parent/3.11.0/parent-3.11.0.pom +Progress (1): 4.1/20 kB Progress (1): 7.8/20 kB Progress (1): 12/20 kB Progress (1): 16/20 kB Progress (1): 20 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/squareup/okhttp3/parent/3.11.0/parent-3.11.0.pom (20 kB at 20 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/squareup/okio/okio/1.14.0/okio-1.14.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/squareup/okio/okio/1.14.0/okio-1.14.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/squareup/okio/okio/1.14.0/okio-1.14.0.pom +Progress (1): 2.0 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/squareup/okio/okio/1.14.0/okio-1.14.0.pom (2.0 kB at 2.4 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/squareup/okio/okio-parent/1.14.0/okio-parent-1.14.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/squareup/okio/okio-parent/1.14.0/okio-parent-1.14.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/squareup/okio/okio-parent/1.14.0/okio-parent-1.14.0.pom +Progress (1): 4.1/4.9 kB Progress (1): 4.9 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/squareup/okio/okio-parent/1.14.0/okio-parent-1.14.0.pom (4.9 kB at 6.0 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/seleniumhq/selenium/selenium-server/3.141.59/selenium-server-3.141.59.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/seleniumhq/selenium/selenium-server/3.141.59/selenium-server-3.141.59.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/seleniumhq/selenium/selenium-server/3.141.59/selenium-server-3.141.59.pom +Progress (1): 4.1/6.5 kB Progress (1): 6.5 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/seleniumhq/selenium/selenium-server/3.141.59/selenium-server-3.141.59.pom (6.5 kB at 8.1 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/seleniumhq/selenium/selenium-java/3.141.59/selenium-java-3.141.59.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/seleniumhq/selenium/selenium-java/3.141.59/selenium-java-3.141.59.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/seleniumhq/selenium/selenium-java/3.141.59/selenium-java-3.141.59.pom +Progress (1): 4.1/5.4 kB Progress (1): 5.4 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/seleniumhq/selenium/selenium-java/3.141.59/selenium-java-3.141.59.pom (5.4 kB at 6.7 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/seleniumhq/selenium/selenium-chrome-driver/3.141.59/selenium-chrome-driver-3.141.59.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/seleniumhq/selenium/selenium-chrome-driver/3.141.59/selenium-chrome-driver-3.141.59.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/seleniumhq/selenium/selenium-chrome-driver/3.141.59/selenium-chrome-driver-3.141.59.pom +Progress (1): 4.0 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/seleniumhq/selenium/selenium-chrome-driver/3.141.59/selenium-chrome-driver-3.141.59.pom (4.0 kB at 4.1 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/seleniumhq/selenium/selenium-edge-driver/3.141.59/selenium-edge-driver-3.141.59.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/seleniumhq/selenium/selenium-edge-driver/3.141.59/selenium-edge-driver-3.141.59.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/seleniumhq/selenium/selenium-edge-driver/3.141.59/selenium-edge-driver-3.141.59.pom +Progress (1): 4.0 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/seleniumhq/selenium/selenium-edge-driver/3.141.59/selenium-edge-driver-3.141.59.pom (4.0 kB at 4.6 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/seleniumhq/selenium/selenium-firefox-driver/3.141.59/selenium-firefox-driver-3.141.59.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/seleniumhq/selenium/selenium-firefox-driver/3.141.59/selenium-firefox-driver-3.141.59.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/seleniumhq/selenium/selenium-firefox-driver/3.141.59/selenium-firefox-driver-3.141.59.pom +Progress (1): 4.0 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/seleniumhq/selenium/selenium-firefox-driver/3.141.59/selenium-firefox-driver-3.141.59.pom (4.0 kB at 4.1 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/seleniumhq/selenium/selenium-ie-driver/3.141.59/selenium-ie-driver-3.141.59.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/seleniumhq/selenium/selenium-ie-driver/3.141.59/selenium-ie-driver-3.141.59.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/seleniumhq/selenium/selenium-ie-driver/3.141.59/selenium-ie-driver-3.141.59.pom +Progress (1): 4.0 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/seleniumhq/selenium/selenium-ie-driver/3.141.59/selenium-ie-driver-3.141.59.pom (4.0 kB at 4.9 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/seleniumhq/selenium/selenium-opera-driver/3.141.59/selenium-opera-driver-3.141.59.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/seleniumhq/selenium/selenium-opera-driver/3.141.59/selenium-opera-driver-3.141.59.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/seleniumhq/selenium/selenium-opera-driver/3.141.59/selenium-opera-driver-3.141.59.pom +Progress (1): 4.0 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/seleniumhq/selenium/selenium-opera-driver/3.141.59/selenium-opera-driver-3.141.59.pom (4.0 kB at 3.8 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/seleniumhq/selenium/selenium-safari-driver/3.141.59/selenium-safari-driver-3.141.59.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/seleniumhq/selenium/selenium-safari-driver/3.141.59/selenium-safari-driver-3.141.59.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/seleniumhq/selenium/selenium-safari-driver/3.141.59/selenium-safari-driver-3.141.59.pom +Progress (1): 4.0 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/seleniumhq/selenium/selenium-safari-driver/3.141.59/selenium-safari-driver-3.141.59.pom (4.0 kB at 4.3 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/seleniumhq/selenium/selenium-support/3.141.59/selenium-support-3.141.59.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/seleniumhq/selenium/selenium-support/3.141.59/selenium-support-3.141.59.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/seleniumhq/selenium/selenium-support/3.141.59/selenium-support-3.141.59.pom +Progress (1): 4.0 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/seleniumhq/selenium/selenium-support/3.141.59/selenium-support-3.141.59.pom (4.0 kB at 4.6 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.pom +Progress (1): 491 B Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.pom (491 B at 582 B/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/seleniumhq/selenium/jetty-repacked/9.4.12.v20180830/jetty-repacked-9.4.12.v20180830.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/seleniumhq/selenium/jetty-repacked/9.4.12.v20180830/jetty-repacked-9.4.12.v20180830.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/seleniumhq/selenium/jetty-repacked/9.4.12.v20180830/jetty-repacked-9.4.12.v20180830.pom +Progress (1): 1.6 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/seleniumhq/selenium/jetty-repacked/9.4.12.v20180830/jetty-repacked-9.4.12.v20180830.pom (1.6 kB at 2.0 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.pom +Progress (1): 4.1/14 kB Progress (1): 7.8/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.pom (14 kB at 16 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/net/java/jvnet-parent/3/jvnet-parent-3.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/net/java/jvnet-parent/3/jvnet-parent-3.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/net/java/jvnet-parent/3/jvnet-parent-3.pom +Progress (1): 4.1/4.8 kB Progress (1): 4.8 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/net/java/jvnet-parent/3/jvnet-parent-3.pom (4.8 kB at 4.9 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/yaml/snakeyaml/1.19/snakeyaml-1.19.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/yaml/snakeyaml/1.19/snakeyaml-1.19.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/yaml/snakeyaml/1.19/snakeyaml-1.19.pom +Progress (1): 4.1/35 kB Progress (1): 7.8/35 kB Progress (1): 12/35 kB Progress (1): 16/35 kB Progress (1): 20/35 kB Progress (1): 24/35 kB Progress (1): 28/35 kB Progress (1): 32/35 kB Progress (1): 35 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/yaml/snakeyaml/1.19/snakeyaml-1.19.pom (35 kB at 33 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/seleniumhq/selenium/htmlunit-driver/2.30.1/htmlunit-driver-2.30.1.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/seleniumhq/selenium/htmlunit-driver/2.30.1/htmlunit-driver-2.30.1.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/seleniumhq/selenium/htmlunit-driver/2.30.1/htmlunit-driver-2.30.1.pom +Progress (1): 4.1/12 kB Progress (1): 7.8/12 kB Progress (1): 12/12 kB Progress (1): 12 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/seleniumhq/selenium/htmlunit-driver/2.30.1/htmlunit-driver-2.30.1.pom (12 kB at 12 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/seleniumhq/selenium/selenium-api/3.12.0/selenium-api-3.12.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/seleniumhq/selenium/selenium-api/3.12.0/selenium-api-3.12.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/seleniumhq/selenium/selenium-api/3.12.0/selenium-api-3.12.0.pom +Progress (1): 2.6 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/seleniumhq/selenium/selenium-api/3.12.0/selenium-api-3.12.0.pom (2.6 kB at 2.7 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/seleniumhq/selenium/selenium-support/3.12.0/selenium-support-3.12.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/seleniumhq/selenium/selenium-support/3.12.0/selenium-support-3.12.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/seleniumhq/selenium/selenium-support/3.12.0/selenium-support-3.12.0.pom +Progress (1): 4.1/4.9 kB Progress (1): 4.9 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/seleniumhq/selenium/selenium-support/3.12.0/selenium-support-3.12.0.pom (4.9 kB at 5.0 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/seleniumhq/selenium/selenium-remote-driver/3.12.0/selenium-remote-driver-3.12.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/seleniumhq/selenium/selenium-remote-driver/3.12.0/selenium-remote-driver-3.12.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/seleniumhq/selenium/selenium-remote-driver/3.12.0/selenium-remote-driver-3.12.0.pom +Progress (1): 4.1/4.7 kB Progress (1): 4.7 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/seleniumhq/selenium/selenium-remote-driver/3.12.0/selenium-remote-driver-3.12.0.pom (4.7 kB at 5.8 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/net/bytebuddy/byte-buddy/1.8.3/byte-buddy-1.8.3.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/net/bytebuddy/byte-buddy/1.8.3/byte-buddy-1.8.3.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/net/bytebuddy/byte-buddy/1.8.3/byte-buddy-1.8.3.pom +Progress (1): 4.1/12 kB Progress (1): 7.8/12 kB Progress (1): 12 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/net/bytebuddy/byte-buddy/1.8.3/byte-buddy-1.8.3.pom (12 kB at 14 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/net/bytebuddy/byte-buddy-parent/1.8.3/byte-buddy-parent-1.8.3.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/net/bytebuddy/byte-buddy-parent/1.8.3/byte-buddy-parent-1.8.3.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/net/bytebuddy/byte-buddy-parent/1.8.3/byte-buddy-parent-1.8.3.pom +Progress (1): 4.1/26 kB Progress (1): 7.8/26 kB Progress (1): 12/26 kB Progress (1): 16/26 kB Progress (1): 20/26 kB Progress (1): 24/26 kB Progress (1): 26 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/net/bytebuddy/byte-buddy-parent/1.8.3/byte-buddy-parent-1.8.3.pom (26 kB at 25 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/commons-codec/commons-codec/1.10/commons-codec-1.10.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/commons-codec/commons-codec/1.10/commons-codec-1.10.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/commons-codec/commons-codec/1.10/commons-codec-1.10.pom +Progress (1): 4.1/12 kB Progress (1): 7.8/12 kB Progress (1): 12 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/commons-codec/commons-codec/1.10/commons-codec-1.10.pom (12 kB at 14 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/code/gson/gson/2.8.2/gson-2.8.2.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/code/gson/gson/2.8.2/gson-2.8.2.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/code/gson/gson/2.8.2/gson-2.8.2.pom +Progress (1): 1.9 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/code/gson/gson/2.8.2/gson-2.8.2.pom (1.9 kB at 2.1 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/code/gson/gson-parent/2.8.2/gson-parent-2.8.2.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/code/gson/gson-parent/2.8.2/gson-parent-2.8.2.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/code/gson/gson-parent/2.8.2/gson-parent-2.8.2.pom +Progress (1): 3.7 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/code/gson/gson-parent/2.8.2/gson-parent-2.8.2.pom (3.7 kB at 3.8 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/guava/guava/23.6-jre/guava-23.6-jre.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/guava/guava/23.6-jre/guava-23.6-jre.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/guava/guava/23.6-jre/guava-23.6-jre.pom +Progress (1): 4.1/7.8 kB Progress (1): 7.8/7.8 kB Progress (1): 7.8 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/guava/guava/23.6-jre/guava-23.6-jre.pom (7.8 kB at 9.6 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/guava/guava-parent/23.6-jre/guava-parent-23.6-jre.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/guava/guava-parent/23.6-jre/guava-parent-23.6-jre.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/guava/guava-parent/23.6-jre/guava-parent-23.6-jre.pom +Progress (1): 4.1/10 kB Progress (1): 7.8/10 kB Progress (1): 10 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/guava/guava-parent/23.6-jre/guava-parent-23.6-jre.pom (10 kB at 12 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/squareup/okhttp3/okhttp/3.9.1/okhttp-3.9.1.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/squareup/okhttp3/okhttp/3.9.1/okhttp-3.9.1.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/squareup/okhttp3/okhttp/3.9.1/okhttp-3.9.1.pom +Progress (1): 1.7 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/squareup/okhttp3/okhttp/3.9.1/okhttp-3.9.1.pom (1.7 kB at 1.8 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/squareup/okhttp3/parent/3.9.1/parent-3.9.1.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/squareup/okhttp3/parent/3.9.1/parent-3.9.1.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/squareup/okhttp3/parent/3.9.1/parent-3.9.1.pom +Progress (1): 4.1/18 kB Progress (1): 7.8/18 kB Progress (1): 12/18 kB Progress (1): 16/18 kB Progress (1): 18 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/squareup/okhttp3/parent/3.9.1/parent-3.9.1.pom (18 kB at 17 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/squareup/okio/okio/1.13.0/okio-1.13.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/squareup/okio/okio/1.13.0/okio-1.13.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/squareup/okio/okio/1.13.0/okio-1.13.0.pom +Progress (1): 1.6 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/squareup/okio/okio/1.13.0/okio-1.13.0.pom (1.6 kB at 1.9 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/squareup/okio/okio-parent/1.13.0/okio-parent-1.13.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/squareup/okio/okio-parent/1.13.0/okio-parent-1.13.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/squareup/okio/okio-parent/1.13.0/okio-parent-1.13.0.pom +Progress (1): 4.1/4.8 kB Progress (1): 4.8 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/squareup/okio/okio-parent/1.13.0/okio-parent-1.13.0.pom (4.8 kB at 5.6 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/net/sourceforge/htmlunit/htmlunit/2.30/htmlunit-2.30.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/net/sourceforge/htmlunit/htmlunit/2.30/htmlunit-2.30.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/net/sourceforge/htmlunit/htmlunit/2.30/htmlunit-2.30.pom +Progress (1): 4.1/44 kB Progress (1): 7.8/44 kB Progress (1): 12/44 kB Progress (1): 16/44 kB Progress (1): 20/44 kB Progress (1): 24/44 kB Progress (1): 28/44 kB Progress (1): 32/44 kB Progress (1): 36/44 kB Progress (1): 41/44 kB Progress (1): 44 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/net/sourceforge/htmlunit/htmlunit/2.30/htmlunit-2.30.pom (44 kB at 34 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/xalan/xalan/2.7.2/xalan-2.7.2.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/xalan/xalan/2.7.2/xalan-2.7.2.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/xalan/xalan/2.7.2/xalan-2.7.2.pom +Progress (1): 1.3 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/xalan/xalan/2.7.2/xalan-2.7.2.pom (1.3 kB at 1.6 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/xalan/serializer/2.7.2/serializer-2.7.2.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/xalan/serializer/2.7.2/serializer-2.7.2.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/xalan/serializer/2.7.2/serializer-2.7.2.pom +Progress (1): 1.1 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/xalan/serializer/2.7.2/serializer-2.7.2.pom (1.1 kB at 1.3 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.pom +Progress (1): 4.1/28 kB Progress (1): 7.8/28 kB Progress (1): 12/28 kB Progress (1): 16/28 kB Progress (1): 20/28 kB Progress (1): 24/28 kB Progress (1): 28 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.pom (28 kB at 27 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/apache/commons/commons-parent/42/commons-parent-42.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/apache/commons/commons-parent/42/commons-parent-42.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/commons/commons-parent/42/commons-parent-42.pom +Progress (1): 4.1/68 kB Progress (1): 7.8/68 kB Progress (1): 12/68 kB Progress (1): 16/68 kB Progress (1): 20/68 kB Progress (1): 24/68 kB Progress (1): 28/68 kB Progress (1): 32/68 kB Progress (1): 36/68 kB Progress (1): 41/68 kB Progress (1): 45/68 kB Progress (1): 49/68 kB Progress (1): 53/68 kB Progress (1): 57/68 kB Progress (1): 61/68 kB Progress (1): 65/68 kB Progress (1): 68 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/commons/commons-parent/42/commons-parent-42.pom (68 kB at 56 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/apache/commons/commons-text/1.3/commons-text-1.3.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/apache/commons/commons-text/1.3/commons-text-1.3.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/commons/commons-text/1.3/commons-text-1.3.pom +Progress (1): 4.1/14 kB Progress (1): 7.8/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/commons/commons-text/1.3/commons-text-1.3.pom (14 kB at 12 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/apache/commons/commons-parent/45/commons-parent-45.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/apache/commons/commons-parent/45/commons-parent-45.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/commons/commons-parent/45/commons-parent-45.pom +Progress (1): 4.1/73 kB Progress (1): 7.8/73 kB Progress (1): 12/73 kB Progress (1): 16/73 kB Progress (1): 20/73 kB Progress (1): 24/73 kB Progress (1): 28/73 kB Progress (1): 32/73 kB Progress (1): 36/73 kB Progress (1): 41/73 kB Progress (1): 45/73 kB Progress (1): 49/73 kB Progress (1): 53/73 kB Progress (1): 57/73 kB Progress (1): 61/73 kB Progress (1): 65/73 kB Progress (1): 69/73 kB Progress (1): 73 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/commons/commons-parent/45/commons-parent-45.pom (73 kB at 57 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/apache/httpcomponents/httpmime/4.5.5/httpmime-4.5.5.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/apache/httpcomponents/httpmime/4.5.5/httpmime-4.5.5.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/httpcomponents/httpmime/4.5.5/httpmime-4.5.5.pom +Progress (1): 4.1/4.6 kB Progress (1): 4.6 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/httpcomponents/httpmime/4.5.5/httpmime-4.5.5.pom (4.6 kB at 5.8 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/apache/httpcomponents/httpcomponents-client/4.5.5/httpcomponents-client-4.5.5.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/apache/httpcomponents/httpcomponents-client/4.5.5/httpcomponents-client-4.5.5.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/httpcomponents/httpcomponents-client/4.5.5/httpcomponents-client-4.5.5.pom +Progress (1): 4.1/15 kB Progress (1): 7.8/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/httpcomponents/httpcomponents-client/4.5.5/httpcomponents-client-4.5.5.pom (15 kB at 14 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/apache/httpcomponents/httpcomponents-parent/10/httpcomponents-parent-10.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/apache/httpcomponents/httpcomponents-parent/10/httpcomponents-parent-10.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/httpcomponents/httpcomponents-parent/10/httpcomponents-parent-10.pom +Progress (1): 4.1/34 kB Progress (1): 7.8/34 kB Progress (1): 12/34 kB Progress (1): 16/34 kB Progress (1): 20/34 kB Progress (1): 24/34 kB Progress (1): 28/34 kB Progress (1): 32/34 kB Progress (1): 34 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/httpcomponents/httpcomponents-parent/10/httpcomponents-parent-10.pom (34 kB at 32 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/apache/httpcomponents/httpclient/4.5.5/httpclient-4.5.5.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/apache/httpcomponents/httpclient/4.5.5/httpclient-4.5.5.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/httpcomponents/httpclient/4.5.5/httpclient-4.5.5.pom +Progress (1): 4.1/6.2 kB Progress (1): 6.2 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/httpcomponents/httpclient/4.5.5/httpclient-4.5.5.pom (6.2 kB at 7.6 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/apache/httpcomponents/httpcore/4.4.9/httpcore-4.4.9.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/apache/httpcomponents/httpcore/4.4.9/httpcore-4.4.9.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/httpcomponents/httpcore/4.4.9/httpcore-4.4.9.pom +Progress (1): 4.1/5.1 kB Progress (1): 5.1 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/httpcomponents/httpcore/4.4.9/httpcore-4.4.9.pom (5.1 kB at 5.4 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/apache/httpcomponents/httpcomponents-core/4.4.9/httpcomponents-core-4.4.9.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/apache/httpcomponents/httpcomponents-core/4.4.9/httpcomponents-core-4.4.9.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/httpcomponents/httpcomponents-core/4.4.9/httpcomponents-core-4.4.9.pom +Progress (1): 4.1/13 kB Progress (1): 7.8/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/httpcomponents/httpcomponents-core/4.4.9/httpcomponents-core-4.4.9.pom (13 kB at 15 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/apache/httpcomponents/httpcomponents-parent/9/httpcomponents-parent-9.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/apache/httpcomponents/httpcomponents-parent/9/httpcomponents-parent-9.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/httpcomponents/httpcomponents-parent/9/httpcomponents-parent-9.pom +Progress (1): 4.1/34 kB Progress (1): 7.8/34 kB Progress (1): 12/34 kB Progress (1): 16/34 kB Progress (1): 20/34 kB Progress (1): 24/34 kB Progress (1): 28/34 kB Progress (1): 32/34 kB Progress (1): 34 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/httpcomponents/httpcomponents-parent/9/httpcomponents-parent-9.pom (34 kB at 30 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/net/sourceforge/htmlunit/htmlunit-core-js/2.28/htmlunit-core-js-2.28.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/net/sourceforge/htmlunit/htmlunit-core-js/2.28/htmlunit-core-js-2.28.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/net/sourceforge/htmlunit/htmlunit-core-js/2.28/htmlunit-core-js-2.28.pom +Progress (1): 2.0 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/net/sourceforge/htmlunit/htmlunit-core-js/2.28/htmlunit-core-js-2.28.pom (2.0 kB at 2.4 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/net/sourceforge/htmlunit/neko-htmlunit/2.30/neko-htmlunit-2.30.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/net/sourceforge/htmlunit/neko-htmlunit/2.30/neko-htmlunit-2.30.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/net/sourceforge/htmlunit/neko-htmlunit/2.30/neko-htmlunit-2.30.pom +Progress (1): 4.1/6.0 kB Progress (1): 6.0 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/net/sourceforge/htmlunit/neko-htmlunit/2.30/neko-htmlunit-2.30.pom (6.0 kB at 6.9 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/xerces/xercesImpl/2.11.0/xercesImpl-2.11.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/xerces/xercesImpl/2.11.0/xercesImpl-2.11.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/xerces/xercesImpl/2.11.0/xercesImpl-2.11.0.pom +Progress (1): 3.4 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/xerces/xercesImpl/2.11.0/xercesImpl-2.11.0.pom (3.4 kB at 3.9 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.pom +Progress (1): 2.7 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.pom (2.7 kB at 3.0 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/net/sourceforge/htmlunit/htmlunit-cssparser/1.0.0/htmlunit-cssparser-1.0.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/net/sourceforge/htmlunit/htmlunit-cssparser/1.0.0/htmlunit-cssparser-1.0.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/net/sourceforge/htmlunit/htmlunit-cssparser/1.0.0/htmlunit-cssparser-1.0.0.pom +Progress (1): 4.1/14 kB Progress (1): 7.8/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/net/sourceforge/htmlunit/htmlunit-cssparser/1.0.0/htmlunit-cssparser-1.0.0.pom (14 kB at 14 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/commons-io/commons-io/2.6/commons-io-2.6.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/commons-io/commons-io/2.6/commons-io-2.6.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/commons-io/commons-io/2.6/commons-io-2.6.pom +Progress (1): 4.1/14 kB Progress (1): 7.8/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/commons-io/commons-io/2.6/commons-io-2.6.pom (14 kB at 13 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/commons-net/commons-net/3.6/commons-net-3.6.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/commons-net/commons-net/3.6/commons-net-3.6.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/commons-net/commons-net/3.6/commons-net-3.6.pom +Progress (1): 4.1/22 kB Progress (1): 7.8/22 kB Progress (1): 12/22 kB Progress (1): 16/22 kB Progress (1): 20/22 kB Progress (1): 22 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/commons-net/commons-net/3.6/commons-net-3.6.pom (22 kB at 21 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/eclipse/jetty/websocket/websocket-client/9.4.9.v20180320/websocket-client-9.4.9.v20180320.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/eclipse/jetty/websocket/websocket-client/9.4.9.v20180320/websocket-client-9.4.9.v20180320.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/eclipse/jetty/websocket/websocket-client/9.4.9.v20180320/websocket-client-9.4.9.v20180320.pom +Progress (1): 4.1/5.7 kB Progress (1): 5.7 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/eclipse/jetty/websocket/websocket-client/9.4.9.v20180320/websocket-client-9.4.9.v20180320.pom (5.7 kB at 5.8 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/eclipse/jetty/websocket/websocket-parent/9.4.9.v20180320/websocket-parent-9.4.9.v20180320.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/eclipse/jetty/websocket/websocket-parent/9.4.9.v20180320/websocket-parent-9.4.9.v20180320.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/eclipse/jetty/websocket/websocket-parent/9.4.9.v20180320/websocket-parent-9.4.9.v20180320.pom +Progress (1): 2.8 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/eclipse/jetty/websocket/websocket-parent/9.4.9.v20180320/websocket-parent-9.4.9.v20180320.pom (2.8 kB at 3.4 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/eclipse/jetty/jetty-project/9.4.9.v20180320/jetty-project-9.4.9.v20180320.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/eclipse/jetty/jetty-project/9.4.9.v20180320/jetty-project-9.4.9.v20180320.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/eclipse/jetty/jetty-project/9.4.9.v20180320/jetty-project-9.4.9.v20180320.pom +Progress (1): 4.1/63 kB Progress (1): 7.8/63 kB Progress (1): 12/63 kB Progress (1): 16/63 kB Progress (1): 20/63 kB Progress (1): 24/63 kB Progress (1): 28/63 kB Progress (1): 32/63 kB Progress (1): 36/63 kB Progress (1): 41/63 kB Progress (1): 45/63 kB Progress (1): 49/63 kB Progress (1): 53/63 kB Progress (1): 57/63 kB Progress (1): 61/63 kB Progress (1): 63 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/eclipse/jetty/jetty-project/9.4.9.v20180320/jetty-project-9.4.9.v20180320.pom (63 kB at 51 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/eclipse/jetty/jetty-client/9.4.9.v20180320/jetty-client-9.4.9.v20180320.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/eclipse/jetty/jetty-client/9.4.9.v20180320/jetty-client-9.4.9.v20180320.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/eclipse/jetty/jetty-client/9.4.9.v20180320/jetty-client-9.4.9.v20180320.pom +Progress (1): 4.1/4.6 kB Progress (1): 4.6 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/eclipse/jetty/jetty-client/9.4.9.v20180320/jetty-client-9.4.9.v20180320.pom (4.6 kB at 5.0 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/eclipse/jetty/jetty-http/9.4.9.v20180320/jetty-http-9.4.9.v20180320.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/eclipse/jetty/jetty-http/9.4.9.v20180320/jetty-http-9.4.9.v20180320.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/eclipse/jetty/jetty-http/9.4.9.v20180320/jetty-http-9.4.9.v20180320.pom +Progress (1): 2.7 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/eclipse/jetty/jetty-http/9.4.9.v20180320/jetty-http-9.4.9.v20180320.pom (2.7 kB at 3.4 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/eclipse/jetty/jetty-util/9.4.9.v20180320/jetty-util-9.4.9.v20180320.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/eclipse/jetty/jetty-util/9.4.9.v20180320/jetty-util-9.4.9.v20180320.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/eclipse/jetty/jetty-util/9.4.9.v20180320/jetty-util-9.4.9.v20180320.pom +Progress (1): 4.1/5.7 kB Progress (1): 5.7 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/eclipse/jetty/jetty-util/9.4.9.v20180320/jetty-util-9.4.9.v20180320.pom (5.7 kB at 5.9 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/eclipse/jetty/jetty-io/9.4.9.v20180320/jetty-io-9.4.9.v20180320.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/eclipse/jetty/jetty-io/9.4.9.v20180320/jetty-io-9.4.9.v20180320.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/eclipse/jetty/jetty-io/9.4.9.v20180320/jetty-io-9.4.9.v20180320.pom +Progress (1): 1.3 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/eclipse/jetty/jetty-io/9.4.9.v20180320/jetty-io-9.4.9.v20180320.pom (1.3 kB at 1.6 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/eclipse/jetty/jetty-xml/9.4.9.v20180320/jetty-xml-9.4.9.v20180320.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/eclipse/jetty/jetty-xml/9.4.9.v20180320/jetty-xml-9.4.9.v20180320.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/eclipse/jetty/jetty-xml/9.4.9.v20180320/jetty-xml-9.4.9.v20180320.pom +Progress (1): 1.9 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/eclipse/jetty/jetty-xml/9.4.9.v20180320/jetty-xml-9.4.9.v20180320.pom (1.9 kB at 2.0 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/eclipse/jetty/websocket/websocket-common/9.4.9.v20180320/websocket-common-9.4.9.v20180320.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/eclipse/jetty/websocket/websocket-common/9.4.9.v20180320/websocket-common-9.4.9.v20180320.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/eclipse/jetty/websocket/websocket-common/9.4.9.v20180320/websocket-common-9.4.9.v20180320.pom +Progress (1): 3.6 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/eclipse/jetty/websocket/websocket-common/9.4.9.v20180320/websocket-common-9.4.9.v20180320.pom (3.6 kB at 4.4 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/eclipse/jetty/websocket/websocket-api/9.4.9.v20180320/websocket-api-9.4.9.v20180320.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/eclipse/jetty/websocket/websocket-api/9.4.9.v20180320/websocket-api-9.4.9.v20180320.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/eclipse/jetty/websocket/websocket-api/9.4.9.v20180320/websocket-api-9.4.9.v20180320.pom +Progress (1): 2.8 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/eclipse/jetty/websocket/websocket-api/9.4.9.v20180320/websocket-api-9.4.9.v20180320.pom (2.8 kB at 2.9 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/ru/stqa/selenium/webdriver-factory/4.2/webdriver-factory-4.2.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/ru/stqa/selenium/webdriver-factory/4.2/webdriver-factory-4.2.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/ru/stqa/selenium/webdriver-factory/4.2/webdriver-factory-4.2.pom +Progress (1): 4.1/5.1 kB Progress (1): 5.1 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/ru/stqa/selenium/webdriver-factory/4.2/webdriver-factory-4.2.pom (5.1 kB at 5.8 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/paulhammant/ngwebdriver/1.0/ngwebdriver-1.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/paulhammant/ngwebdriver/1.0/ngwebdriver-1.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/paulhammant/ngwebdriver/1.0/ngwebdriver-1.0.pom +Progress (1): 2.8 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/paulhammant/ngwebdriver/1.0/ngwebdriver-1.0.pom (2.8 kB at 3.5 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/fasterxml/jackson/core/jackson-core/2.9.3/jackson-core-2.9.3.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/fasterxml/jackson/core/jackson-core/2.9.3/jackson-core-2.9.3.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/fasterxml/jackson/core/jackson-core/2.9.3/jackson-core-2.9.3.pom +Progress (1): 3.4 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/fasterxml/jackson/core/jackson-core/2.9.3/jackson-core-2.9.3.pom (3.4 kB at 3.7 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/fasterxml/jackson/jackson-base/2.9.3/jackson-base-2.9.3.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/fasterxml/jackson/jackson-base/2.9.3/jackson-base-2.9.3.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/fasterxml/jackson/jackson-base/2.9.3/jackson-base-2.9.3.pom +Progress (1): 4.1/5.6 kB Progress (1): 5.6 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/fasterxml/jackson/jackson-base/2.9.3/jackson-base-2.9.3.pom (5.6 kB at 6.4 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/fasterxml/jackson/jackson-bom/2.9.3/jackson-bom-2.9.3.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/fasterxml/jackson/jackson-bom/2.9.3/jackson-bom-2.9.3.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/fasterxml/jackson/jackson-bom/2.9.3/jackson-bom-2.9.3.pom +Progress (1): 4.1/12 kB Progress (1): 7.8/12 kB Progress (1): 12/12 kB Progress (1): 12 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/fasterxml/jackson/jackson-bom/2.9.3/jackson-bom-2.9.3.pom (12 kB at 13 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/fasterxml/jackson/jackson-parent/2.9.1/jackson-parent-2.9.1.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/fasterxml/jackson/jackson-parent/2.9.1/jackson-parent-2.9.1.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/fasterxml/jackson/jackson-parent/2.9.1/jackson-parent-2.9.1.pom +Progress (1): 4.1/8.0 kB Progress (1): 7.8/8.0 kB Progress (1): 8.0 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/fasterxml/jackson/jackson-parent/2.9.1/jackson-parent-2.9.1.pom (8.0 kB at 9.8 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/fasterxml/oss-parent/30/oss-parent-30.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/fasterxml/oss-parent/30/oss-parent-30.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/fasterxml/oss-parent/30/oss-parent-30.pom +Progress (1): 4.1/21 kB Progress (1): 7.8/21 kB Progress (1): 12/21 kB Progress (1): 16/21 kB Progress (1): 20/21 kB Progress (1): 21 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/fasterxml/oss-parent/30/oss-parent-30.pom (21 kB at 18 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/fasterxml/jackson/core/jackson-databind/2.9.5/jackson-databind-2.9.5.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/fasterxml/jackson/core/jackson-databind/2.9.5/jackson-databind-2.9.5.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/fasterxml/jackson/core/jackson-databind/2.9.5/jackson-databind-2.9.5.pom +Progress (1): 4.1/5.9 kB Progress (1): 5.9 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/fasterxml/jackson/core/jackson-databind/2.9.5/jackson-databind-2.9.5.pom (5.9 kB at 7.2 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/fasterxml/jackson/jackson-base/2.9.5/jackson-base-2.9.5.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/fasterxml/jackson/jackson-base/2.9.5/jackson-base-2.9.5.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/fasterxml/jackson/jackson-base/2.9.5/jackson-base-2.9.5.pom +Progress (1): 4.1/5.6 kB Progress (1): 5.6 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/fasterxml/jackson/jackson-base/2.9.5/jackson-base-2.9.5.pom (5.6 kB at 6.4 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/fasterxml/jackson/jackson-bom/2.9.5/jackson-bom-2.9.5.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/fasterxml/jackson/jackson-bom/2.9.5/jackson-bom-2.9.5.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/fasterxml/jackson/jackson-bom/2.9.5/jackson-bom-2.9.5.pom +Progress (1): 4.1/12 kB Progress (1): 7.8/12 kB Progress (1): 12/12 kB Progress (1): 12 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/fasterxml/jackson/jackson-bom/2.9.5/jackson-bom-2.9.5.pom (12 kB at 14 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/fasterxml/jackson/core/jackson-annotations/2.9.0/jackson-annotations-2.9.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/fasterxml/jackson/core/jackson-annotations/2.9.0/jackson-annotations-2.9.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/fasterxml/jackson/core/jackson-annotations/2.9.0/jackson-annotations-2.9.0.pom +Progress (1): 1.9 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/fasterxml/jackson/core/jackson-annotations/2.9.0/jackson-annotations-2.9.0.pom (1.9 kB at 2.4 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/fasterxml/jackson/jackson-parent/2.9.0/jackson-parent-2.9.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/fasterxml/jackson/jackson-parent/2.9.0/jackson-parent-2.9.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/fasterxml/jackson/jackson-parent/2.9.0/jackson-parent-2.9.0.pom +Progress (1): 4.1/7.8 kB Progress (1): 7.8/7.8 kB Progress (1): 7.8 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/fasterxml/jackson/jackson-parent/2.9.0/jackson-parent-2.9.0.pom (7.8 kB at 9.6 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/fasterxml/oss-parent/28/oss-parent-28.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/fasterxml/oss-parent/28/oss-parent-28.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/fasterxml/oss-parent/28/oss-parent-28.pom +Progress (1): 4.1/20 kB Progress (1): 7.8/20 kB Progress (1): 12/20 kB Progress (1): 16/20 kB Progress (1): 20 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/fasterxml/oss-parent/28/oss-parent-28.pom (20 kB at 18 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/fasterxml/jackson/core/jackson-core/2.9.5/jackson-core-2.9.5.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/fasterxml/jackson/core/jackson-core/2.9.5/jackson-core-2.9.5.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/fasterxml/jackson/core/jackson-core/2.9.5/jackson-core-2.9.5.pom +Progress (1): 3.4 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/fasterxml/jackson/core/jackson-core/2.9.5/jackson-core-2.9.5.pom (3.4 kB at 3.7 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/fasterxml/jackson/core/jackson-annotations/2.9.3/jackson-annotations-2.9.3.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/fasterxml/jackson/core/jackson-annotations/2.9.3/jackson-annotations-2.9.3.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/fasterxml/jackson/core/jackson-annotations/2.9.3/jackson-annotations-2.9.3.pom +Progress (1): 2.6 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/fasterxml/jackson/core/jackson-annotations/2.9.3/jackson-annotations-2.9.3.pom (2.6 kB at 1.3 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/springframework/spring-context/4.3.8.RELEASE/spring-context-4.3.8.RELEASE.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/springframework/spring-context/4.3.8.RELEASE/spring-context-4.3.8.RELEASE.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/springframework/spring-context/4.3.8.RELEASE/spring-context-4.3.8.RELEASE.pom +Progress (1): 4.1/5.0 kB Progress (1): 5.0 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/springframework/spring-context/4.3.8.RELEASE/spring-context-4.3.8.RELEASE.pom (5.0 kB at 5.2 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/springframework/spring-aop/4.3.8.RELEASE/spring-aop-4.3.8.RELEASE.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/springframework/spring-aop/4.3.8.RELEASE/spring-aop-4.3.8.RELEASE.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/springframework/spring-aop/4.3.8.RELEASE/spring-aop-4.3.8.RELEASE.pom +Progress (1): 2.7 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/springframework/spring-aop/4.3.8.RELEASE/spring-aop-4.3.8.RELEASE.pom (2.7 kB at 2.9 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/springframework/spring-beans/4.3.8.RELEASE/spring-beans-4.3.8.RELEASE.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/springframework/spring-beans/4.3.8.RELEASE/spring-beans-4.3.8.RELEASE.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/springframework/spring-beans/4.3.8.RELEASE/spring-beans-4.3.8.RELEASE.pom +Progress (1): 2.5 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/springframework/spring-beans/4.3.8.RELEASE/spring-beans-4.3.8.RELEASE.pom (2.5 kB at 3.0 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/springframework/spring-core/4.3.8.RELEASE/spring-core-4.3.8.RELEASE.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/springframework/spring-core/4.3.8.RELEASE/spring-core-4.3.8.RELEASE.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/springframework/spring-core/4.3.8.RELEASE/spring-core-4.3.8.RELEASE.pom +Progress (1): 2.5 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/springframework/spring-core/4.3.8.RELEASE/spring-core-4.3.8.RELEASE.pom (2.5 kB at 2.6 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/springframework/spring-expression/4.3.8.RELEASE/spring-expression-4.3.8.RELEASE.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/springframework/spring-expression/4.3.8.RELEASE/spring-expression-4.3.8.RELEASE.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/springframework/spring-expression/4.3.8.RELEASE/spring-expression-4.3.8.RELEASE.pom +Progress (1): 1.7 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/springframework/spring-expression/4.3.8.RELEASE/spring-expression-4.3.8.RELEASE.pom (1.7 kB at 1.9 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/springframework/spring-tx/4.3.8.RELEASE/spring-tx-4.3.8.RELEASE.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/springframework/spring-tx/4.3.8.RELEASE/spring-tx-4.3.8.RELEASE.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/springframework/spring-tx/4.3.8.RELEASE/spring-tx-4.3.8.RELEASE.pom +Progress (1): 3.1 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/springframework/spring-tx/4.3.8.RELEASE/spring-tx-4.3.8.RELEASE.pom (3.1 kB at 3.2 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/springframework/spring-web/4.3.8.RELEASE/spring-web-4.3.8.RELEASE.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/springframework/spring-web/4.3.8.RELEASE/spring-web-4.3.8.RELEASE.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/springframework/spring-web/4.3.8.RELEASE/spring-web-4.3.8.RELEASE.pom +Progress (1): 4.1/7.9 kB Progress (1): 7.8/7.9 kB Progress (1): 7.9 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/springframework/spring-web/4.3.8.RELEASE/spring-web-4.3.8.RELEASE.pom (7.9 kB at 7.8 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/json/json/20180130/json-20180130.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/json/json/20180130/json-20180130.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/json/json/20180130/json-20180130.pom +Progress (1): 4.1/5.7 kB Progress (1): 5.7 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/json/json/20180130/json-20180130.pom (5.7 kB at 6.7 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/atlassian/jira/jira-rest-java-client-core/5.0.4/jira-rest-java-client-core-5.0.4.pom +Progress (1): 3.2 kB Downloaded from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/atlassian/jira/jira-rest-java-client-core/5.0.4/jira-rest-java-client-core-5.0.4.pom (3.2 kB at 2.1 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/atlassian/jira/jira-rest-java-client-parent/5.0.4/jira-rest-java-client-parent-5.0.4.pom +Progress (1): 4.1/8.5 kB Progress (1): 7.3/8.5 kB Progress (1): 8.5 kB Downloaded from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/atlassian/jira/jira-rest-java-client-parent/5.0.4/jira-rest-java-client-parent-5.0.4.pom (8.5 kB at 7.6 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/atlassian/pom/public-pom/5.0.8/public-pom-5.0.8.pom +Progress (1): 1.7 kB Downloaded from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/atlassian/pom/public-pom/5.0.8/public-pom-5.0.8.pom (1.7 kB at 1.5 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/atlassian/pom/base-pom/5.0.8/base-pom-5.0.8.pom +Progress (1): 4.1/32 kB Progress (1): 7.3/32 kB Progress (1): 11/32 kB Progress (1): 16/32 kB Progress (1): 20/32 kB Progress (1): 24/32 kB Progress (1): 28/32 kB Progress (1): 32 kB Downloaded from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/atlassian/pom/base-pom/5.0.8/base-pom-5.0.8.pom (32 kB at 26 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/atlassian/platform/platform/3.1.7/platform-3.1.7.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/atlassian/platform/platform/3.1.7/platform-3.1.7.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/atlassian/platform/platform/3.1.7/platform-3.1.7.pom +Downloading from atlassian-public: https://maven.atlassian.com/repository/public/com/atlassian/platform/platform/3.1.7/platform-3.1.7.pom +Progress (1): 4.1/27 kB Progress (1): 7.3/27 kB Progress (1): 11/27 kB Progress (1): 16/27 kB Progress (1): 20/27 kB Progress (1): 24/27 kB Progress (1): 27 kB Downloaded from atlassian-public: https://maven.atlassian.com/repository/public/com/atlassian/platform/platform/3.1.7/platform-3.1.7.pom (27 kB at 11 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/atlassian/platform/platform-poms/3.1.7/platform-poms-3.1.7.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/atlassian/platform/platform-poms/3.1.7/platform-poms-3.1.7.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/atlassian/platform/platform-poms/3.1.7/platform-poms-3.1.7.pom +Downloading from atlassian-public: https://maven.atlassian.com/repository/public/com/atlassian/platform/platform-poms/3.1.7/platform-poms-3.1.7.pom +Progress (1): 2.1 kB Downloaded from atlassian-public: https://maven.atlassian.com/repository/public/com/atlassian/platform/platform-poms/3.1.7/platform-poms-3.1.7.pom (2.1 kB at 1.3 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/atlassian/pom/public-pom/4.0.7/public-pom-4.0.7.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/atlassian/pom/public-pom/4.0.7/public-pom-4.0.7.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/atlassian/pom/public-pom/4.0.7/public-pom-4.0.7.pom +Downloading from atlassian-public: https://maven.atlassian.com/repository/public/com/atlassian/pom/public-pom/4.0.7/public-pom-4.0.7.pom +Progress (1): 2.2 kB Downloaded from atlassian-public: https://maven.atlassian.com/repository/public/com/atlassian/pom/public-pom/4.0.7/public-pom-4.0.7.pom (2.2 kB at 1.2 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/atlassian/pom/base-pom/4.0.7/base-pom-4.0.7.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/atlassian/pom/base-pom/4.0.7/base-pom-4.0.7.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/atlassian/pom/base-pom/4.0.7/base-pom-4.0.7.pom +Progress (1): 4.1/31 kB Progress (1): 7.8/31 kB Progress (1): 12/31 kB Progress (1): 16/31 kB Progress (1): 20/31 kB Progress (1): 24/31 kB Progress (1): 28/31 kB Progress (1): 31 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/atlassian/pom/base-pom/4.0.7/base-pom-4.0.7.pom (31 kB at 17 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/atlassian/platform/third-party/3.1.7/third-party-3.1.7.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/atlassian/platform/third-party/3.1.7/third-party-3.1.7.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/atlassian/platform/third-party/3.1.7/third-party-3.1.7.pom +Downloading from atlassian-public: https://maven.atlassian.com/repository/public/com/atlassian/platform/third-party/3.1.7/third-party-3.1.7.pom +Progress (1): 4.1/9.0 kB Progress (1): 7.3/9.0 kB Progress (1): 9.0 kB Downloaded from atlassian-public: https://maven.atlassian.com/repository/public/com/atlassian/platform/third-party/3.1.7/third-party-3.1.7.pom (9.0 kB at 4.9 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/atlassian/jira/jira-rest-java-client-api/5.0.4/jira-rest-java-client-api-5.0.4.pom +Progress (1): 3.1 kB Downloaded from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/atlassian/jira/jira-rest-java-client-api/5.0.4/jira-rest-java-client-api-5.0.4.pom (3.1 kB at 2.8 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/atlassian/util/concurrent/atlassian-util-concurrent/3.0.0/atlassian-util-concurrent-3.0.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/atlassian/util/concurrent/atlassian-util-concurrent/3.0.0/atlassian-util-concurrent-3.0.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/atlassian/util/concurrent/atlassian-util-concurrent/3.0.0/atlassian-util-concurrent-3.0.0.pom +Downloading from atlassian-public: https://maven.atlassian.com/repository/public/com/atlassian/util/concurrent/atlassian-util-concurrent/3.0.0/atlassian-util-concurrent-3.0.0.pom +Progress (1): 4.1/6.3 kB Progress (1): 6.3 kB Downloaded from atlassian-public: https://maven.atlassian.com/repository/public/com/atlassian/util/concurrent/atlassian-util-concurrent/3.0.0/atlassian-util-concurrent-3.0.0.pom (6.3 kB at 4.0 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/atlassian/pom/atlassian-public-pom/42/atlassian-public-pom-42.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/atlassian/pom/atlassian-public-pom/42/atlassian-public-pom-42.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/atlassian/pom/atlassian-public-pom/42/atlassian-public-pom-42.pom +Downloading from atlassian-public: https://maven.atlassian.com/repository/public/com/atlassian/pom/atlassian-public-pom/42/atlassian-public-pom-42.pom +Progress (1): 2.2 kB Downloaded from atlassian-public: https://maven.atlassian.com/repository/public/com/atlassian/pom/atlassian-public-pom/42/atlassian-public-pom-42.pom (2.2 kB at 1.1 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/atlassian/pom/atlassian-base-pom/51/atlassian-base-pom-51.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/atlassian/pom/atlassian-base-pom/51/atlassian-base-pom-51.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/atlassian/pom/atlassian-base-pom/51/atlassian-base-pom-51.pom +Downloading from atlassian-public: https://maven.atlassian.com/repository/public/com/atlassian/pom/atlassian-base-pom/51/atlassian-base-pom-51.pom +Progress (1): 4.1/22 kB Progress (1): 7.3/22 kB Progress (1): 11/22 kB Progress (1): 16/22 kB Progress (1): 20/22 kB Progress (1): 22 kB Downloaded from atlassian-public: https://maven.atlassian.com/repository/public/com/atlassian/pom/atlassian-base-pom/51/atlassian-base-pom-51.pom (22 kB at 10 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/atlassian/httpclient/atlassian-httpclient-api/1.0.0/atlassian-httpclient-api-1.0.0.pom +Progress (1): 2.3 kB Downloaded from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/atlassian/httpclient/atlassian-httpclient-api/1.0.0/atlassian-httpclient-api-1.0.0.pom (2.3 kB at 2.1 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/atlassian/httpclient/atlassian-httpclient-parent/1.0.0/atlassian-httpclient-parent-1.0.0.pom +Progress (1): 4.1/11 kB Progress (1): 7.3/11 kB Progress (1): 11 kB Downloaded from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/atlassian/httpclient/atlassian-httpclient-parent/1.0.0/atlassian-httpclient-parent-1.0.0.pom (11 kB at 10 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/joda-time/joda-time/2.9.9/joda-time-2.9.9.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/joda-time/joda-time/2.9.9/joda-time-2.9.9.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/joda-time/joda-time/2.9.9/joda-time-2.9.9.pom +Progress (1): 4.1/35 kB Progress (1): 7.8/35 kB Progress (1): 12/35 kB Progress (1): 16/35 kB Progress (1): 20/35 kB Progress (1): 24/35 kB Progress (1): 26/35 kB Progress (1): 30/35 kB Progress (1): 35/35 kB Progress (1): 35 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/joda-time/joda-time/2.9.9/joda-time-2.9.9.pom (35 kB at 20 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/guava/guava/18.0/guava-18.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/guava/guava/18.0/guava-18.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/guava/guava/18.0/guava-18.0.pom +Progress (1): 4.1/5.7 kB Progress (1): 5.7 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/guava/guava/18.0/guava-18.0.pom (5.7 kB at 5.8 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/guava/guava-parent/18.0/guava-parent-18.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/guava/guava-parent/18.0/guava-parent-18.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/guava/guava-parent/18.0/guava-parent-18.0.pom +Progress (1): 4.1/7.7 kB Progress (1): 7.7 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/guava/guava-parent/18.0/guava-parent-18.0.pom (7.7 kB at 8.0 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/code/findbugs/jsr305/3.0.0/jsr305-3.0.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/code/findbugs/jsr305/3.0.0/jsr305-3.0.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/code/findbugs/jsr305/3.0.0/jsr305-3.0.0.pom +Progress (1): 3.9 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/code/findbugs/jsr305/3.0.0/jsr305-3.0.0.pom (3.9 kB at 4.3 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/sun/jersey/jersey-client/1.19/jersey-client-1.19.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/sun/jersey/jersey-client/1.19/jersey-client-1.19.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/sun/jersey/jersey-client/1.19/jersey-client-1.19.pom +Progress (1): 4.1/6.7 kB Progress (1): 6.7 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/sun/jersey/jersey-client/1.19/jersey-client-1.19.pom (6.7 kB at 8.0 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/sun/jersey/jersey-project/1.19/jersey-project-1.19.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/sun/jersey/jersey-project/1.19/jersey-project-1.19.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/sun/jersey/jersey-project/1.19/jersey-project-1.19.pom +Progress (1): 4.1/25 kB Progress (1): 7.8/25 kB Progress (1): 12/25 kB Progress (1): 16/25 kB Progress (1): 20/25 kB Progress (1): 24/25 kB Progress (1): 25 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/sun/jersey/jersey-project/1.19/jersey-project-1.19.pom (25 kB at 21 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/net/java/jvnet-parent/4/jvnet-parent-4.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/net/java/jvnet-parent/4/jvnet-parent-4.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/net/java/jvnet-parent/4/jvnet-parent-4.pom +Progress (1): 4.1/7.8 kB Progress (1): 7.8 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/net/java/jvnet-parent/4/jvnet-parent-4.pom (7.8 kB at 9.5 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/sun/jersey/jersey-core/1.19/jersey-core-1.19.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/sun/jersey/jersey-core/1.19/jersey-core-1.19.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/sun/jersey/jersey-core/1.19/jersey-core-1.19.pom +Progress (1): 4.1/9.7 kB Progress (1): 7.8/9.7 kB Progress (1): 9.7 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/sun/jersey/jersey-core/1.19/jersey-core-1.19.pom (9.7 kB at 12 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.pom +Progress (1): 4.1/5.5 kB Progress (1): 5.5 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.pom (5.5 kB at 5.7 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/sun/jersey/jersey-json/1.19/jersey-json-1.19.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/sun/jersey/jersey-json/1.19/jersey-json-1.19.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/sun/jersey/jersey-json/1.19/jersey-json-1.19.pom +Progress (1): 4.1/10 kB Progress (1): 7.8/10 kB Progress (1): 10 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/sun/jersey/jersey-json/1.19/jersey-json-1.19.pom (10 kB at 10 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/codehaus/jettison/jettison/1.1/jettison-1.1.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/codehaus/jettison/jettison/1.1/jettison-1.1.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/codehaus/jettison/jettison/1.1/jettison-1.1.pom +Progress (1): 3.4 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/codehaus/jettison/jettison/1.1/jettison-1.1.pom (3.4 kB at 4.0 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/sun/xml/bind/jaxb-impl/2.2.3-1/jaxb-impl-2.2.3-1.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/sun/xml/bind/jaxb-impl/2.2.3-1/jaxb-impl-2.2.3-1.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/sun/xml/bind/jaxb-impl/2.2.3-1/jaxb-impl-2.2.3-1.pom +Progress (1): 4.1/5.3 kB Progress (1): 5.3 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/sun/xml/bind/jaxb-impl/2.2.3-1/jaxb-impl-2.2.3-1.pom (5.3 kB at 6.4 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/javax/xml/bind/jaxb-api/2.2.2/jaxb-api-2.2.2.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/javax/xml/bind/jaxb-api/2.2.2/jaxb-api-2.2.2.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/javax/xml/bind/jaxb-api/2.2.2/jaxb-api-2.2.2.pom +Progress (1): 4.1/5.6 kB Progress (1): 5.6 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/javax/xml/bind/jaxb-api/2.2.2/jaxb-api-2.2.2.pom (5.6 kB at 5.6 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.pom +Progress (1): 962 B Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.pom (962 B at 1.2 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/codehaus/jackson/jackson-core-asl/1.9.2/jackson-core-asl-1.9.2.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/codehaus/jackson/jackson-core-asl/1.9.2/jackson-core-asl-1.9.2.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/codehaus/jackson/jackson-core-asl/1.9.2/jackson-core-asl-1.9.2.pom +Progress (1): 1.0 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/codehaus/jackson/jackson-core-asl/1.9.2/jackson-core-asl-1.9.2.pom (1.0 kB at 1.2 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/codehaus/jackson/jackson-mapper-asl/1.9.2/jackson-mapper-asl-1.9.2.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/codehaus/jackson/jackson-mapper-asl/1.9.2/jackson-mapper-asl-1.9.2.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/codehaus/jackson/jackson-mapper-asl/1.9.2/jackson-mapper-asl-1.9.2.pom +Progress (1): 1.2 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/codehaus/jackson/jackson-mapper-asl/1.9.2/jackson-mapper-asl-1.9.2.pom (1.2 kB at 1.5 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/codehaus/jackson/jackson-jaxrs/1.9.2/jackson-jaxrs-1.9.2.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/codehaus/jackson/jackson-jaxrs/1.9.2/jackson-jaxrs-1.9.2.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/codehaus/jackson/jackson-jaxrs/1.9.2/jackson-jaxrs-1.9.2.pom +Progress (1): 1.6 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/codehaus/jackson/jackson-jaxrs/1.9.2/jackson-jaxrs-1.9.2.pom (1.6 kB at 2.0 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/codehaus/jackson/jackson-xc/1.9.2/jackson-xc-1.9.2.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/codehaus/jackson/jackson-xc/1.9.2/jackson-xc-1.9.2.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/codehaus/jackson/jackson-xc/1.9.2/jackson-xc-1.9.2.pom +Progress (1): 1.6 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/codehaus/jackson/jackson-xc/1.9.2/jackson-xc-1.9.2.pom (1.6 kB at 1.7 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/atlassian/sal/sal-api/3.0.7/sal-api-3.0.7.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/atlassian/sal/sal-api/3.0.7/sal-api-3.0.7.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/atlassian/sal/sal-api/3.0.7/sal-api-3.0.7.pom +Downloading from atlassian-public: https://maven.atlassian.com/repository/public/com/atlassian/sal/sal-api/3.0.7/sal-api-3.0.7.pom +Progress (1): 2.8 kB Downloaded from atlassian-public: https://maven.atlassian.com/repository/public/com/atlassian/sal/sal-api/3.0.7/sal-api-3.0.7.pom (2.8 kB at 1.6 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/atlassian/sal/sal-parent/3.0.7/sal-parent-3.0.7.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/atlassian/sal/sal-parent/3.0.7/sal-parent-3.0.7.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/atlassian/sal/sal-parent/3.0.7/sal-parent-3.0.7.pom +Downloading from atlassian-public: https://maven.atlassian.com/repository/public/com/atlassian/sal/sal-parent/3.0.7/sal-parent-3.0.7.pom +Progress (1): 4.1/7.8 kB Progress (1): 7.3/7.8 kB Progress (1): 7.8 kB Downloaded from atlassian-public: https://maven.atlassian.com/repository/public/com/atlassian/sal/sal-parent/3.0.7/sal-parent-3.0.7.pom (7.8 kB at 4.4 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/atlassian/pom/public-pom/3.0.89/public-pom-3.0.89.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/atlassian/pom/public-pom/3.0.89/public-pom-3.0.89.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/atlassian/pom/public-pom/3.0.89/public-pom-3.0.89.pom +Downloading from atlassian-public: https://maven.atlassian.com/repository/public/com/atlassian/pom/public-pom/3.0.89/public-pom-3.0.89.pom +Progress (1): 2.3 kB Downloaded from atlassian-public: https://maven.atlassian.com/repository/public/com/atlassian/pom/public-pom/3.0.89/public-pom-3.0.89.pom (2.3 kB at 1.2 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/atlassian/pom/base-pom/3.0.89/base-pom-3.0.89.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/atlassian/pom/base-pom/3.0.89/base-pom-3.0.89.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/atlassian/pom/base-pom/3.0.89/base-pom-3.0.89.pom +Progress (1): 4.1/29 kB Progress (1): 7.8/29 kB Progress (1): 12/29 kB Progress (1): 16/29 kB Progress (1): 20/29 kB Progress (1): 24/29 kB Progress (1): 28/29 kB Progress (1): 29 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/atlassian/pom/base-pom/3.0.89/base-pom-3.0.89.pom (29 kB at 16 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/atlassian/platform/platform/3.0.0-m086/platform-3.0.0-m086.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/atlassian/platform/platform/3.0.0-m086/platform-3.0.0-m086.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/atlassian/platform/platform/3.0.0-m086/platform-3.0.0-m086.pom +Downloading from atlassian-public: https://maven.atlassian.com/repository/public/com/atlassian/platform/platform/3.0.0-m086/platform-3.0.0-m086.pom +Progress (1): 4.1/22 kB Progress (1): 7.3/22 kB Progress (1): 11/22 kB Progress (1): 16/22 kB Progress (1): 20/22 kB Progress (1): 22 kB Downloaded from atlassian-public: https://maven.atlassian.com/repository/public/com/atlassian/platform/platform/3.0.0-m086/platform-3.0.0-m086.pom (22 kB at 12 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/atlassian/platform/platform-poms/3.0.0-m086/platform-poms-3.0.0-m086.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/atlassian/platform/platform-poms/3.0.0-m086/platform-poms-3.0.0-m086.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/atlassian/platform/platform-poms/3.0.0-m086/platform-poms-3.0.0-m086.pom +Downloading from atlassian-public: https://maven.atlassian.com/repository/public/com/atlassian/platform/platform-poms/3.0.0-m086/platform-poms-3.0.0-m086.pom +Progress (1): 2.1 kB Downloaded from atlassian-public: https://maven.atlassian.com/repository/public/com/atlassian/platform/platform-poms/3.0.0-m086/platform-poms-3.0.0-m086.pom (2.1 kB at 1.2 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/atlassian/pom/public-pom/3.0.91/public-pom-3.0.91.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/atlassian/pom/public-pom/3.0.91/public-pom-3.0.91.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/atlassian/pom/public-pom/3.0.91/public-pom-3.0.91.pom +Downloading from atlassian-public: https://maven.atlassian.com/repository/public/com/atlassian/pom/public-pom/3.0.91/public-pom-3.0.91.pom +Progress (1): 2.3 kB Downloaded from atlassian-public: https://maven.atlassian.com/repository/public/com/atlassian/pom/public-pom/3.0.91/public-pom-3.0.91.pom (2.3 kB at 1.2 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/atlassian/pom/base-pom/3.0.91/base-pom-3.0.91.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/atlassian/pom/base-pom/3.0.91/base-pom-3.0.91.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/atlassian/pom/base-pom/3.0.91/base-pom-3.0.91.pom +Progress (1): 4.1/29 kB Progress (1): 7.8/29 kB Progress (1): 12/29 kB Progress (1): 16/29 kB Progress (1): 20/29 kB Progress (1): 24/29 kB Progress (1): 28/29 kB Progress (1): 29 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/atlassian/pom/base-pom/3.0.91/base-pom-3.0.91.pom (29 kB at 18 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/atlassian/platform/third-party/3.0.0-m086/third-party-3.0.0-m086.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/atlassian/platform/third-party/3.0.0-m086/third-party-3.0.0-m086.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/atlassian/platform/third-party/3.0.0-m086/third-party-3.0.0-m086.pom +Downloading from atlassian-public: https://maven.atlassian.com/repository/public/com/atlassian/platform/third-party/3.0.0-m086/third-party-3.0.0-m086.pom +Progress (1): 4.1/9.0 kB Progress (1): 7.3/9.0 kB Progress (1): 9.0 kB Downloaded from atlassian-public: https://maven.atlassian.com/repository/public/com/atlassian/platform/third-party/3.0.0-m086/third-party-3.0.0-m086.pom (9.0 kB at 5.0 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/atlassian/event/atlassian-event/3.0.0/atlassian-event-3.0.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/atlassian/event/atlassian-event/3.0.0/atlassian-event-3.0.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/atlassian/event/atlassian-event/3.0.0/atlassian-event-3.0.0.pom +Downloading from atlassian-public: https://maven.atlassian.com/repository/public/com/atlassian/event/atlassian-event/3.0.0/atlassian-event-3.0.0.pom +Progress (1): 4.1/8.6 kB Progress (1): 7.3/8.6 kB Progress (1): 8.6 kB Downloaded from atlassian-public: https://maven.atlassian.com/repository/public/com/atlassian/event/atlassian-event/3.0.0/atlassian-event-3.0.0.pom (8.6 kB at 4.9 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/atlassian/platform/platform/3.0.0-m073/platform-3.0.0-m073.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/atlassian/platform/platform/3.0.0-m073/platform-3.0.0-m073.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/atlassian/platform/platform/3.0.0-m073/platform-3.0.0-m073.pom +Downloading from atlassian-public: https://maven.atlassian.com/repository/public/com/atlassian/platform/platform/3.0.0-m073/platform-3.0.0-m073.pom +Progress (1): 4.1/21 kB Progress (1): 7.3/21 kB Progress (1): 11/21 kB Progress (1): 16/21 kB Progress (1): 20/21 kB Progress (1): 21 kB Downloaded from atlassian-public: https://maven.atlassian.com/repository/public/com/atlassian/platform/platform/3.0.0-m073/platform-3.0.0-m073.pom (21 kB at 11 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/atlassian/platform/platform-poms/3.0.0-m073/platform-poms-3.0.0-m073.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/atlassian/platform/platform-poms/3.0.0-m073/platform-poms-3.0.0-m073.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/atlassian/platform/platform-poms/3.0.0-m073/platform-poms-3.0.0-m073.pom +Downloading from atlassian-public: https://maven.atlassian.com/repository/public/com/atlassian/platform/platform-poms/3.0.0-m073/platform-poms-3.0.0-m073.pom +Progress (1): 2.1 kB Downloaded from atlassian-public: https://maven.atlassian.com/repository/public/com/atlassian/platform/platform-poms/3.0.0-m073/platform-poms-3.0.0-m073.pom (2.1 kB at 1.0 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/atlassian/platform/third-party/3.0.0-m073/third-party-3.0.0-m073.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/atlassian/platform/third-party/3.0.0-m073/third-party-3.0.0-m073.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/atlassian/platform/third-party/3.0.0-m073/third-party-3.0.0-m073.pom +Downloading from atlassian-public: https://maven.atlassian.com/repository/public/com/atlassian/platform/third-party/3.0.0-m073/third-party-3.0.0-m073.pom +Progress (1): 4.1/8.9 kB Progress (1): 7.3/8.9 kB Progress (1): 8.9 kB Downloaded from atlassian-public: https://maven.atlassian.com/repository/public/com/atlassian/platform/third-party/3.0.0-m073/third-party-3.0.0-m073.pom (8.9 kB at 5.8 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/springframework/spring-beans/4.1.7.RELEASE/spring-beans-4.1.7.RELEASE.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/springframework/spring-beans/4.1.7.RELEASE/spring-beans-4.1.7.RELEASE.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/springframework/spring-beans/4.1.7.RELEASE/spring-beans-4.1.7.RELEASE.pom +Progress (1): 2.5 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/springframework/spring-beans/4.1.7.RELEASE/spring-beans-4.1.7.RELEASE.pom (2.5 kB at 1.6 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/springframework/spring-core/4.1.7.RELEASE/spring-core-4.1.7.RELEASE.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/springframework/spring-core/4.1.7.RELEASE/spring-core-4.1.7.RELEASE.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/springframework/spring-core/4.1.7.RELEASE/spring-core-4.1.7.RELEASE.pom +Progress (1): 2.5 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/springframework/spring-core/4.1.7.RELEASE/spring-core-4.1.7.RELEASE.pom (2.5 kB at 3.0 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/atlassian/httpclient/atlassian-httpclient-library/1.0.0/atlassian-httpclient-library-1.0.0.pom +Progress (1): 4.1/6.3 kB Progress (1): 6.3 kB Downloaded from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/atlassian/httpclient/atlassian-httpclient-library/1.0.0/atlassian-httpclient-library-1.0.0.pom (6.3 kB at 3.1 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/apache/httpcomponents/httpasyncclient-cache/4.1.3/httpasyncclient-cache-4.1.3.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/apache/httpcomponents/httpasyncclient-cache/4.1.3/httpasyncclient-cache-4.1.3.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/httpcomponents/httpasyncclient-cache/4.1.3/httpasyncclient-cache-4.1.3.pom +Progress (1): 4.1/4.8 kB Progress (1): 4.8 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/httpcomponents/httpasyncclient-cache/4.1.3/httpasyncclient-cache-4.1.3.pom (4.8 kB at 4.7 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/apache/httpcomponents/httpcomponents-asyncclient/4.1.3/httpcomponents-asyncclient-4.1.3.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/apache/httpcomponents/httpcomponents-asyncclient/4.1.3/httpcomponents-asyncclient-4.1.3.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/httpcomponents/httpcomponents-asyncclient/4.1.3/httpcomponents-asyncclient-4.1.3.pom +Progress (1): 4.1/11 kB Progress (1): 7.8/11 kB Progress (1): 11 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/httpcomponents/httpcomponents-asyncclient/4.1.3/httpcomponents-asyncclient-4.1.3.pom (11 kB at 11 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/apache/httpcomponents/project/7/project-7.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/apache/httpcomponents/project/7/project-7.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/httpcomponents/project/7/project-7.pom +Progress (1): 4.1/27 kB Progress (1): 7.8/27 kB Progress (1): 12/27 kB Progress (1): 16/27 kB Progress (1): 20/27 kB Progress (1): 24/27 kB Progress (1): 27 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/httpcomponents/project/7/project-7.pom (27 kB at 26 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/apache/httpcomponents/httpasyncclient/4.1.3/httpasyncclient-4.1.3.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/apache/httpcomponents/httpasyncclient/4.1.3/httpasyncclient-4.1.3.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/httpcomponents/httpasyncclient/4.1.3/httpasyncclient-4.1.3.pom +Progress (1): 4.1/5.3 kB Progress (1): 5.3 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/httpcomponents/httpasyncclient/4.1.3/httpasyncclient-4.1.3.pom (5.3 kB at 5.0 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.pom +Progress (1): 4.1/5.1 kB Progress (1): 5.1 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.pom (5.1 kB at 6.3 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/apache/httpcomponents/httpcomponents-core/4.4.6/httpcomponents-core-4.4.6.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/apache/httpcomponents/httpcomponents-core/4.4.6/httpcomponents-core-4.4.6.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/httpcomponents/httpcomponents-core/4.4.6/httpcomponents-core-4.4.6.pom +Progress (1): 4.1/13 kB Progress (1): 7.8/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/httpcomponents/httpcomponents-core/4.4.6/httpcomponents-core-4.4.6.pom (13 kB at 16 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/apache/httpcomponents/httpcore-nio/4.4.6/httpcore-nio-4.4.6.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/apache/httpcomponents/httpcore-nio/4.4.6/httpcore-nio-4.4.6.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/httpcomponents/httpcore-nio/4.4.6/httpcore-nio-4.4.6.pom +Progress (1): 4.1/4.9 kB Progress (1): 4.9 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/httpcomponents/httpcore-nio/4.4.6/httpcore-nio-4.4.6.pom (4.9 kB at 5.0 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/apache/httpcomponents/httpclient/4.5.3/httpclient-4.5.3.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/apache/httpcomponents/httpclient/4.5.3/httpclient-4.5.3.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/httpcomponents/httpclient/4.5.3/httpclient-4.5.3.pom +Progress (1): 4.1/6.4 kB Progress (1): 6.4 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/httpcomponents/httpclient/4.5.3/httpclient-4.5.3.pom (6.4 kB at 7.7 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/apache/httpcomponents/httpcomponents-client/4.5.3/httpcomponents-client-4.5.3.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/apache/httpcomponents/httpcomponents-client/4.5.3/httpcomponents-client-4.5.3.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/httpcomponents/httpcomponents-client/4.5.3/httpcomponents-client-4.5.3.pom +Progress (1): 4.1/16 kB Progress (1): 7.8/16 kB Progress (1): 12/16 kB Progress (1): 16 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/httpcomponents/httpcomponents-client/4.5.3/httpcomponents-client-4.5.3.pom (16 kB at 15 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/commons-codec/commons-codec/1.9/commons-codec-1.9.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/commons-codec/commons-codec/1.9/commons-codec-1.9.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/commons-codec/commons-codec/1.9/commons-codec-1.9.pom +Progress (1): 4.1/12 kB Progress (1): 7.8/12 kB Progress (1): 12 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/commons-codec/commons-codec/1.9/commons-codec-1.9.pom (12 kB at 13 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/apache/httpcomponents/httpclient-cache/4.5.3/httpclient-cache-4.5.3.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/apache/httpcomponents/httpclient-cache/4.5.3/httpclient-cache-4.5.3.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/httpcomponents/httpclient-cache/4.5.3/httpclient-cache-4.5.3.pom +Progress (1): 4.1/6.4 kB Progress (1): 6.4 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/httpcomponents/httpclient-cache/4.5.3/httpclient-cache-4.5.3.pom (6.4 kB at 6.9 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/apache/httpcomponents/httpmime/4.5.3/httpmime-4.5.3.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/apache/httpcomponents/httpmime/4.5.3/httpmime-4.5.3.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/httpcomponents/httpmime/4.5.3/httpmime-4.5.3.pom +Progress (1): 4.1/4.8 kB Progress (1): 4.8 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/httpcomponents/httpmime/4.5.3/httpmime-4.5.3.pom (4.8 kB at 5.8 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/slf4j/slf4j-api/1.7.10/slf4j-api-1.7.10.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/slf4j/slf4j-api/1.7.10/slf4j-api-1.7.10.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/slf4j/slf4j-api/1.7.10/slf4j-api-1.7.10.pom +Progress (1): 2.7 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/slf4j/slf4j-api/1.7.10/slf4j-api-1.7.10.pom (2.7 kB at 3.2 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/slf4j/slf4j-parent/1.7.10/slf4j-parent-1.7.10.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/slf4j/slf4j-parent/1.7.10/slf4j-parent-1.7.10.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/slf4j/slf4j-parent/1.7.10/slf4j-parent-1.7.10.pom +Progress (1): 4.1/13 kB Progress (1): 7.8/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/slf4j/slf4j-parent/1.7.10/slf4j-parent-1.7.10.pom (13 kB at 15 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/atlassian/fugue/fugue/2.7.0/fugue-2.7.0.pom +Progress (1): 4.0 kB Downloaded from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/atlassian/fugue/fugue/2.7.0/fugue-2.7.0.pom (4.0 kB at 2.2 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/atlassian/fugue/fugue-parent/2.7.0/fugue-parent-2.7.0.pom +Progress (1): 4.1/6.9 kB Progress (1): 6.9 kB Downloaded from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/atlassian/fugue/fugue-parent/2.7.0/fugue-parent-2.7.0.pom (6.9 kB at 5.9 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/atlassian/platform/parentpom/public-pom-3-artifactory/1.0.1/public-pom-3-artifactory-1.0.1.pom +Progress (1): 3.7 kB Downloaded from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/atlassian/platform/parentpom/public-pom-3-artifactory/1.0.1/public-pom-3-artifactory-1.0.1.pom (3.7 kB at 3.1 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/atlassian/pom/public-pom/3.0.105/public-pom-3.0.105.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/atlassian/pom/public-pom/3.0.105/public-pom-3.0.105.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/atlassian/pom/public-pom/3.0.105/public-pom-3.0.105.pom +Downloading from atlassian-public: https://maven.atlassian.com/repository/public/com/atlassian/pom/public-pom/3.0.105/public-pom-3.0.105.pom +Progress (1): 2.2 kB Downloaded from atlassian-public: https://maven.atlassian.com/repository/public/com/atlassian/pom/public-pom/3.0.105/public-pom-3.0.105.pom (2.2 kB at 1.4 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/atlassian/pom/base-pom/3.0.105/base-pom-3.0.105.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/atlassian/pom/base-pom/3.0.105/base-pom-3.0.105.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/atlassian/pom/base-pom/3.0.105/base-pom-3.0.105.pom +Progress (1): 4.1/34 kB Progress (1): 7.8/34 kB Progress (1): 12/34 kB Progress (1): 16/34 kB Progress (1): 20/34 kB Progress (1): 24/34 kB Progress (1): 26/34 kB Progress (1): 30/34 kB Progress (1): 34 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/atlassian/pom/base-pom/3.0.105/base-pom-3.0.105.pom (34 kB at 19 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/atlassian/connect/ac-play-java_2.10/0.10.1/ac-play-java_2.10-0.10.1.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/atlassian/connect/ac-play-java_2.10/0.10.1/ac-play-java_2.10-0.10.1.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/atlassian/connect/ac-play-java_2.10/0.10.1/ac-play-java_2.10-0.10.1.pom +Progress (1): 377 B Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/atlassian/connect/ac-play-java_2.10/0.10.1/ac-play-java_2.10-0.10.1.pom (377 B at 460 B/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/io/appium/java-client/7.0.0/java-client-7.0.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/io/appium/java-client/7.0.0/java-client-7.0.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/appium/java-client/7.0.0/java-client-7.0.0.pom +Progress (1): 4.1/5.1 kB Progress (1): 5.1 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/appium/java-client/7.0.0/java-client-7.0.0.pom (5.1 kB at 6.2 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/code/gson/gson/2.8.5/gson-2.8.5.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/code/gson/gson/2.8.5/gson-2.8.5.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/code/gson/gson/2.8.5/gson-2.8.5.pom +Progress (1): 2.5 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/code/gson/gson/2.8.5/gson-2.8.5.pom (2.5 kB at 2.9 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/code/gson/gson-parent/2.8.5/gson-parent-2.8.5.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/code/gson/gson-parent/2.8.5/gson-parent-2.8.5.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/code/gson/gson-parent/2.8.5/gson-parent-2.8.5.pom +Progress (1): 3.8 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/code/gson/gson-parent/2.8.5/gson-parent-2.8.5.pom (3.8 kB at 4.1 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/apache/httpcomponents/httpclient/4.5.6/httpclient-4.5.6.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/apache/httpcomponents/httpclient/4.5.6/httpclient-4.5.6.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/httpcomponents/httpclient/4.5.6/httpclient-4.5.6.pom +Progress (1): 4.1/6.6 kB Progress (1): 6.6 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/httpcomponents/httpclient/4.5.6/httpclient-4.5.6.pom (6.6 kB at 7.1 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/apache/httpcomponents/httpcomponents-client/4.5.6/httpcomponents-client-4.5.6.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/apache/httpcomponents/httpcomponents-client/4.5.6/httpcomponents-client-4.5.6.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/httpcomponents/httpcomponents-client/4.5.6/httpcomponents-client-4.5.6.pom +Progress (1): 4.1/15 kB Progress (1): 7.8/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/httpcomponents/httpcomponents-client/4.5.6/httpcomponents-client-4.5.6.pom (15 kB at 14 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/apache/httpcomponents/httpcore/4.4.10/httpcore-4.4.10.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/apache/httpcomponents/httpcore/4.4.10/httpcore-4.4.10.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/httpcomponents/httpcore/4.4.10/httpcore-4.4.10.pom +Progress (1): 4.1/5.4 kB Progress (1): 5.4 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/httpcomponents/httpcore/4.4.10/httpcore-4.4.10.pom (5.4 kB at 6.5 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/apache/httpcomponents/httpcomponents-core/4.4.10/httpcomponents-core-4.4.10.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/apache/httpcomponents/httpcomponents-core/4.4.10/httpcomponents-core-4.4.10.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/httpcomponents/httpcomponents-core/4.4.10/httpcomponents-core-4.4.10.pom +Progress (1): 4.1/13 kB Progress (1): 7.8/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/httpcomponents/httpcomponents-core/4.4.10/httpcomponents-core-4.4.10.pom (13 kB at 17 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/cglib/cglib/3.2.8/cglib-3.2.8.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/cglib/cglib/3.2.8/cglib-3.2.8.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/cglib/cglib/3.2.8/cglib-3.2.8.pom +Progress (1): 2.8 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/cglib/cglib/3.2.8/cglib-3.2.8.pom (2.8 kB at 3.2 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/cglib/cglib-parent/3.2.8/cglib-parent-3.2.8.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/cglib/cglib-parent/3.2.8/cglib-parent-3.2.8.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/cglib/cglib-parent/3.2.8/cglib-parent-3.2.8.pom +Progress (1): 4.1/10 kB Progress (1): 7.8/10 kB Progress (1): 10 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/cglib/cglib-parent/3.2.8/cglib-parent-3.2.8.pom (10 kB at 12 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/ow2/asm/asm/6.2.1/asm-6.2.1.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/ow2/asm/asm/6.2.1/asm-6.2.1.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/ow2/asm/asm/6.2.1/asm-6.2.1.pom +Progress (1): 2.9 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/ow2/asm/asm/6.2.1/asm-6.2.1.pom (2.9 kB at 3.6 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/ow2/ow2/1.5/ow2-1.5.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/ow2/ow2/1.5/ow2-1.5.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/ow2/ow2/1.5/ow2-1.5.pom +Progress (1): 4.1/11 kB Progress (1): 7.8/11 kB Progress (1): 11 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/ow2/ow2/1.5/ow2-1.5.pom (11 kB at 12 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/apache/ant/ant/1.10.3/ant-1.10.3.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/apache/ant/ant/1.10.3/ant-1.10.3.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/ant/ant/1.10.3/ant-1.10.3.pom +Progress (1): 4.1/10 kB Progress (1): 7.8/10 kB Progress (1): 10 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/ant/ant/1.10.3/ant-1.10.3.pom (10 kB at 13 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/apache/ant/ant-parent/1.10.3/ant-parent-1.10.3.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/apache/ant/ant-parent/1.10.3/ant-parent-1.10.3.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/ant/ant-parent/1.10.3/ant-parent-1.10.3.pom +Progress (1): 4.1/5.7 kB Progress (1): 5.7 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/ant/ant-parent/1.10.3/ant-parent-1.10.3.pom (5.7 kB at 7.0 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/apache/ant/ant-launcher/1.10.3/ant-launcher-1.10.3.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/apache/ant/ant-launcher/1.10.3/ant-launcher-1.10.3.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/ant/ant-launcher/1.10.3/ant-launcher-1.10.3.pom +Progress (1): 2.3 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/ant/ant-launcher/1.10.3/ant-launcher-1.10.3.pom (2.3 kB at 2.7 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/commons-validator/commons-validator/1.6/commons-validator-1.6.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/commons-validator/commons-validator/1.6/commons-validator-1.6.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/commons-validator/commons-validator/1.6/commons-validator-1.6.pom +Progress (1): 4.1/12 kB Progress (1): 7.8/12 kB Progress (1): 12/12 kB Progress (1): 12 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/commons-validator/commons-validator/1.6/commons-validator-1.6.pom (12 kB at 15 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/commons-beanutils/commons-beanutils/1.9.2/commons-beanutils-1.9.2.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/commons-beanutils/commons-beanutils/1.9.2/commons-beanutils-1.9.2.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/commons-beanutils/commons-beanutils/1.9.2/commons-beanutils-1.9.2.pom +Progress (1): 4.1/14 kB Progress (1): 7.8/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/commons-beanutils/commons-beanutils/1.9.2/commons-beanutils-1.9.2.pom (14 kB at 12 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/apache/commons/commons-parent/33/commons-parent-33.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/apache/commons/commons-parent/33/commons-parent-33.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/commons/commons-parent/33/commons-parent-33.pom +Progress (1): 4.1/53 kB Progress (1): 7.8/53 kB Progress (1): 12/53 kB Progress (1): 16/53 kB Progress (1): 20/53 kB Progress (1): 24/53 kB Progress (1): 28/53 kB Progress (1): 32/53 kB Progress (1): 36/53 kB Progress (1): 41/53 kB Progress (1): 45/53 kB Progress (1): 49/53 kB Progress (1): 53/53 kB Progress (1): 53 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/commons/commons-parent/33/commons-parent-33.pom (53 kB at 35 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom +Progress (1): 4.1/13 kB Progress (1): 7.8/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom (13 kB at 15 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/apache/commons/commons-parent/9/commons-parent-9.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/apache/commons/commons-parent/9/commons-parent-9.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/commons/commons-parent/9/commons-parent-9.pom +Progress (1): 4.1/22 kB Progress (1): 7.8/22 kB Progress (1): 12/22 kB Progress (1): 16/22 kB Progress (1): 20/22 kB Progress (1): 22 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/commons/commons-parent/9/commons-parent-9.pom (22 kB at 19 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/commons-digester/commons-digester/1.8.1/commons-digester-1.8.1.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/commons-digester/commons-digester/1.8.1/commons-digester-1.8.1.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/commons-digester/commons-digester/1.8.1/commons-digester-1.8.1.pom +Progress (1): 4.1/10 kB Progress (1): 7.8/10 kB Progress (1): 10 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/commons-digester/commons-digester/1.8.1/commons-digester-1.8.1.pom (10 kB at 10 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/apache/commons/commons-parent/11/commons-parent-11.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/apache/commons/commons-parent/11/commons-parent-11.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/commons/commons-parent/11/commons-parent-11.pom +Progress (1): 4.1/25 kB Progress (1): 7.8/25 kB Progress (1): 12/25 kB Progress (1): 16/25 kB Progress (1): 20/25 kB Progress (1): 24/25 kB Progress (1): 25 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/commons/commons-parent/11/commons-parent-11.pom (25 kB at 21 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom +Progress (1): 4.1/12 kB Progress (1): 7.8/12 kB Progress (1): 12/12 kB Progress (1): 12 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom (12 kB at 15 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/apache/commons/commons-parent/39/commons-parent-39.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/apache/commons/commons-parent/39/commons-parent-39.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/commons/commons-parent/39/commons-parent-39.pom +Progress (1): 4.1/62 kB Progress (1): 7.8/62 kB Progress (1): 12/62 kB Progress (1): 16/62 kB Progress (1): 20/62 kB Progress (1): 24/62 kB Progress (1): 28/62 kB Progress (1): 32/62 kB Progress (1): 36/62 kB Progress (1): 41/62 kB Progress (1): 45/62 kB Progress (1): 49/62 kB Progress (1): 53/62 kB Progress (1): 57/62 kB Progress (1): 61/62 kB Progress (1): 62 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/commons/commons-parent/39/commons-parent-39.pom (62 kB at 50 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/apache/apache/16/apache-16.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/apache/apache/16/apache-16.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/apache/16/apache-16.pom +Progress (1): 4.1/15 kB Progress (1): 7.8/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/apache/16/apache-16.pom (15 kB at 14 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/apache/commons/commons-lang3/3.8/commons-lang3-3.8.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/apache/commons/commons-lang3/3.8/commons-lang3-3.8.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/commons/commons-lang3/3.8/commons-lang3-3.8.pom +Progress (1): 4.1/28 kB Progress (1): 7.8/28 kB Progress (1): 12/28 kB Progress (1): 16/28 kB Progress (1): 20/28 kB Progress (1): 24/28 kB Progress (1): 28 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/commons/commons-lang3/3.8/commons-lang3-3.8.pom (28 kB at 23 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/apache/commons/commons-parent/47/commons-parent-47.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/apache/commons/commons-parent/47/commons-parent-47.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/commons/commons-parent/47/commons-parent-47.pom +Progress (1): 4.1/78 kB Progress (1): 7.8/78 kB Progress (1): 12/78 kB Progress (1): 16/78 kB Progress (1): 20/78 kB Progress (1): 24/78 kB Progress (1): 28/78 kB Progress (1): 32/78 kB Progress (1): 36/78 kB Progress (1): 41/78 kB Progress (1): 45/78 kB Progress (1): 49/78 kB Progress (1): 53/78 kB Progress (1): 57/78 kB Progress (1): 61/78 kB Progress (1): 65/78 kB Progress (1): 69/78 kB Progress (1): 73/78 kB Progress (1): 77/78 kB Progress (1): 78 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/commons/commons-parent/47/commons-parent-47.pom (78 kB at 63 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/springframework/spring-context/5.1.0.RELEASE/spring-context-5.1.0.RELEASE.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/springframework/spring-context/5.1.0.RELEASE/spring-context-5.1.0.RELEASE.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/springframework/spring-context/5.1.0.RELEASE/spring-context-5.1.0.RELEASE.pom +Progress (1): 4.1/5.7 kB Progress (1): 5.7 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/springframework/spring-context/5.1.0.RELEASE/spring-context-5.1.0.RELEASE.pom (5.7 kB at 6.9 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/springframework/spring-aop/5.1.0.RELEASE/spring-aop-5.1.0.RELEASE.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/springframework/spring-aop/5.1.0.RELEASE/spring-aop-5.1.0.RELEASE.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/springframework/spring-aop/5.1.0.RELEASE/spring-aop-5.1.0.RELEASE.pom +Progress (1): 2.5 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/springframework/spring-aop/5.1.0.RELEASE/spring-aop-5.1.0.RELEASE.pom (2.5 kB at 2.5 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/springframework/spring-beans/5.1.0.RELEASE/spring-beans-5.1.0.RELEASE.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/springframework/spring-beans/5.1.0.RELEASE/spring-beans-5.1.0.RELEASE.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/springframework/spring-beans/5.1.0.RELEASE/spring-beans-5.1.0.RELEASE.pom +Progress (1): 2.7 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/springframework/spring-beans/5.1.0.RELEASE/spring-beans-5.1.0.RELEASE.pom (2.7 kB at 3.3 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/springframework/spring-core/5.1.0.RELEASE/spring-core-5.1.0.RELEASE.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/springframework/spring-core/5.1.0.RELEASE/spring-core-5.1.0.RELEASE.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/springframework/spring-core/5.1.0.RELEASE/spring-core-5.1.0.RELEASE.pom +Progress (1): 3.6 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/springframework/spring-core/5.1.0.RELEASE/spring-core-5.1.0.RELEASE.pom (3.6 kB at 3.7 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/springframework/spring-jcl/5.1.0.RELEASE/spring-jcl-5.1.0.RELEASE.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/springframework/spring-jcl/5.1.0.RELEASE/spring-jcl-5.1.0.RELEASE.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/springframework/spring-jcl/5.1.0.RELEASE/spring-jcl-5.1.0.RELEASE.pom +Progress (1): 1.9 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/springframework/spring-jcl/5.1.0.RELEASE/spring-jcl-5.1.0.RELEASE.pom (1.9 kB at 2.3 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/springframework/spring-expression/5.1.0.RELEASE/spring-expression-5.1.0.RELEASE.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/springframework/spring-expression/5.1.0.RELEASE/spring-expression-5.1.0.RELEASE.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/springframework/spring-expression/5.1.0.RELEASE/spring-expression-5.1.0.RELEASE.pom +Progress (1): 1.7 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/springframework/spring-expression/5.1.0.RELEASE/spring-expression-5.1.0.RELEASE.pom (1.7 kB at 1.8 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/aspectj/aspectjweaver/1.9.1/aspectjweaver-1.9.1.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/aspectj/aspectjweaver/1.9.1/aspectjweaver-1.9.1.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/aspectj/aspectjweaver/1.9.1/aspectjweaver-1.9.1.pom +Progress (1): 1.0 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/aspectj/aspectjweaver/1.9.1/aspectjweaver-1.9.1.pom (1.0 kB at 1.1 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/io/github/bonigarcia/webdrivermanager/3.6.1/webdrivermanager-3.6.1.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/io/github/bonigarcia/webdrivermanager/3.6.1/webdrivermanager-3.6.1.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/github/bonigarcia/webdrivermanager/3.6.1/webdrivermanager-3.6.1.pom +Progress (1): 4.1/13 kB Progress (1): 7.8/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/github/bonigarcia/webdrivermanager/3.6.1/webdrivermanager-3.6.1.pom (13 kB at 13 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom +Progress (1): 4.1/28 kB Progress (1): 7.8/28 kB Progress (1): 12/28 kB Progress (1): 16/28 kB Progress (1): 20/28 kB Progress (1): 24/28 kB Progress (1): 28 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom (28 kB at 27 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/rauschig/jarchivelib/1.0.0/jarchivelib-1.0.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/rauschig/jarchivelib/1.0.0/jarchivelib-1.0.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/rauschig/jarchivelib/1.0.0/jarchivelib-1.0.0.pom +Progress (1): 4.1/4.9 kB Progress (1): 4.9 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/rauschig/jarchivelib/1.0.0/jarchivelib-1.0.0.pom (4.9 kB at 6.0 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/rauschig/oss-parent/1/oss-parent-1.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/rauschig/oss-parent/1/oss-parent-1.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/rauschig/oss-parent/1/oss-parent-1.pom +Progress (1): 4.1/5.4 kB Progress (1): 5.4 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/rauschig/oss-parent/1/oss-parent-1.pom (5.4 kB at 6.5 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/apache/commons/commons-compress/1.18/commons-compress-1.18.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/apache/commons/commons-compress/1.18/commons-compress-1.18.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/commons/commons-compress/1.18/commons-compress-1.18.pom +Progress (1): 4.1/18 kB Progress (1): 7.8/18 kB Progress (1): 12/18 kB Progress (1): 16/18 kB Progress (1): 18 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/commons/commons-compress/1.18/commons-compress-1.18.pom (18 kB at 16 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/guava/guava/27.0-jre/guava-27.0-jre.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/guava/guava/27.0-jre/guava-27.0-jre.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/guava/guava/27.0-jre/guava-27.0-jre.pom +Progress (1): 4.1/8.1 kB Progress (1): 7.8/8.1 kB Progress (1): 8.1 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/guava/guava/27.0-jre/guava-27.0-jre.pom (8.1 kB at 9.8 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/guava/guava-parent/27.0-jre/guava-parent-27.0-jre.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/guava/guava-parent/27.0-jre/guava-parent-27.0-jre.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/guava/guava-parent/27.0-jre/guava-parent-27.0-jre.pom +Progress (1): 4.1/10 kB Progress (1): 7.8/10 kB Progress (1): 10 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/guava/guava-parent/27.0-jre/guava-parent-27.0-jre.pom (10 kB at 13 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/guava/failureaccess/1.0/failureaccess-1.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/guava/failureaccess/1.0/failureaccess-1.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/guava/failureaccess/1.0/failureaccess-1.0.pom +Progress (1): 1.7 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/guava/failureaccess/1.0/failureaccess-1.0.pom (1.7 kB at 1.7 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom +Progress (1): 4.1/10 kB Progress (1): 7.8/10 kB Progress (1): 10 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom (10 kB at 12 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom +Progress (1): 2.3 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom (2.3 kB at 2.5 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom +Progress (1): 4.1/4.3 kB Progress (1): 4.3 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom (4.3 kB at 5.2 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.pom +Progress (1): 2.5 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.pom (2.5 kB at 3.0 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.pom +Progress (1): 1.8 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.pom (1.8 kB at 2.2 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/errorprone/error_prone_parent/2.2.0/error_prone_parent-2.2.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/errorprone/error_prone_parent/2.2.0/error_prone_parent-2.2.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/errorprone/error_prone_parent/2.2.0/error_prone_parent-2.2.0.pom +Progress (1): 4.1/5.1 kB Progress (1): 5.1 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/errorprone/error_prone_parent/2.2.0/error_prone_parent-2.2.0.pom (5.1 kB at 4.7 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.pom +Progress (1): 2.6 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.pom (2.6 kB at 3.1 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/codehaus/mojo/animal-sniffer-parent/1.17/animal-sniffer-parent-1.17.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/codehaus/mojo/animal-sniffer-parent/1.17/animal-sniffer-parent-1.17.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/codehaus/mojo/animal-sniffer-parent/1.17/animal-sniffer-parent-1.17.pom +Progress (1): 4.1/8.6 kB Progress (1): 7.8/8.6 kB Progress (1): 8.6 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/codehaus/mojo/animal-sniffer-parent/1.17/animal-sniffer-parent-1.17.pom (8.6 kB at 11 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom +Progress (1): 4.1/34 kB Progress (1): 7.8/34 kB Progress (1): 12/34 kB Progress (1): 16/34 kB Progress (1): 20/34 kB Progress (1): 24/34 kB Progress (1): 28/34 kB Progress (1): 32/34 kB Progress (1): 34 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom (34 kB at 31 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/firebase/firebase-admin/5.9.0/firebase-admin-5.9.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/firebase/firebase-admin/5.9.0/firebase-admin-5.9.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/firebase/firebase-admin/5.9.0/firebase-admin-5.9.0.pom +Progress (1): 4.1/20 kB Progress (1): 7.8/20 kB Progress (1): 12/20 kB Progress (1): 16/20 kB Progress (1): 20 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/firebase/firebase-admin/5.9.0/firebase-admin-5.9.0.pom (20 kB at 15 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/api-client/google-api-client/1.23.0/google-api-client-1.23.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/api-client/google-api-client/1.23.0/google-api-client-1.23.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/api-client/google-api-client/1.23.0/google-api-client-1.23.0.pom +Progress (1): 3.9 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/api-client/google-api-client/1.23.0/google-api-client-1.23.0.pom (3.9 kB at 4.7 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/api-client/google-api-client-parent/1.23.0/google-api-client-parent-1.23.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/api-client/google-api-client-parent/1.23.0/google-api-client-parent-1.23.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/api-client/google-api-client-parent/1.23.0/google-api-client-parent-1.23.0.pom +Progress (1): 4.1/25 kB Progress (1): 7.8/25 kB Progress (1): 12/25 kB Progress (1): 16/25 kB Progress (1): 20/25 kB Progress (1): 24/25 kB Progress (1): 25 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/api-client/google-api-client-parent/1.23.0/google-api-client-parent-1.23.0.pom (25 kB at 21 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/oauth-client/google-oauth-client/1.23.0/google-oauth-client-1.23.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/oauth-client/google-oauth-client/1.23.0/google-oauth-client-1.23.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/oauth-client/google-oauth-client/1.23.0/google-oauth-client-1.23.0.pom +Progress (1): 3.4 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/oauth-client/google-oauth-client/1.23.0/google-oauth-client-1.23.0.pom (3.4 kB at 3.7 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/oauth-client/google-oauth-client-parent/1.23.0/google-oauth-client-parent-1.23.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/oauth-client/google-oauth-client-parent/1.23.0/google-oauth-client-parent-1.23.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/oauth-client/google-oauth-client-parent/1.23.0/google-oauth-client-parent-1.23.0.pom +Progress (1): 4.1/20 kB Progress (1): 7.8/20 kB Progress (1): 12/20 kB Progress (1): 16/20 kB Progress (1): 20 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/oauth-client/google-oauth-client-parent/1.23.0/google-oauth-client-parent-1.23.0.pom (20 kB at 14 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/http-client/google-http-client/1.23.0/google-http-client-1.23.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/http-client/google-http-client/1.23.0/google-http-client-1.23.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/http-client/google-http-client/1.23.0/google-http-client-1.23.0.pom +Progress (1): 4.1/5.3 kB Progress (1): 5.3 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/http-client/google-http-client/1.23.0/google-http-client-1.23.0.pom (5.3 kB at 5.1 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/http-client/google-http-client-parent/1.23.0/google-http-client-parent-1.23.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/http-client/google-http-client-parent/1.23.0/google-http-client-parent-1.23.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/http-client/google-http-client-parent/1.23.0/google-http-client-parent-1.23.0.pom +Progress (1): 4.1/24 kB Progress (1): 7.8/24 kB Progress (1): 12/24 kB Progress (1): 16/24 kB Progress (1): 20/24 kB Progress (1): 24/24 kB Progress (1): 24 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/http-client/google-http-client-parent/1.23.0/google-http-client-parent-1.23.0.pom (24 kB at 23 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/apache/httpcomponents/httpclient/4.0.1/httpclient-4.0.1.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/apache/httpcomponents/httpclient/4.0.1/httpclient-4.0.1.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/httpcomponents/httpclient/4.0.1/httpclient-4.0.1.pom +Progress (1): 4.1/6.8 kB Progress (1): 6.8 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/httpcomponents/httpclient/4.0.1/httpclient-4.0.1.pom (6.8 kB at 7.1 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/apache/httpcomponents/httpcomponents-client/4.0.1/httpcomponents-client-4.0.1.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/apache/httpcomponents/httpcomponents-client/4.0.1/httpcomponents-client-4.0.1.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/httpcomponents/httpcomponents-client/4.0.1/httpcomponents-client-4.0.1.pom +Progress (1): 4.1/9.2 kB Progress (1): 7.8/9.2 kB Progress (1): 9.2 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/httpcomponents/httpcomponents-client/4.0.1/httpcomponents-client-4.0.1.pom (9.2 kB at 9.0 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/apache/httpcomponents/project/4.0/project-4.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/apache/httpcomponents/project/4.0/project-4.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/httpcomponents/project/4.0/project-4.0.pom +Progress (1): 4.1/13 kB Progress (1): 7.8/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/httpcomponents/project/4.0/project-4.0.pom (13 kB at 16 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom +Progress (1): 4.1/4.9 kB Progress (1): 4.9 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom (4.9 kB at 5.3 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom +Progress (1): 4.1/9.4 kB Progress (1): 7.8/9.4 kB Progress (1): 9.4 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom (9.4 kB at 11 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/commons-codec/commons-codec/1.3/commons-codec-1.3.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/commons-codec/commons-codec/1.3/commons-codec-1.3.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/commons-codec/commons-codec/1.3/commons-codec-1.3.pom +Progress (1): 4.1/6.1 kB Progress (1): 6.1 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/commons-codec/commons-codec/1.3/commons-codec-1.3.pom (6.1 kB at 6.3 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/http-client/google-http-client-jackson2/1.23.0/google-http-client-jackson2-1.23.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/http-client/google-http-client-jackson2/1.23.0/google-http-client-jackson2-1.23.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/http-client/google-http-client-jackson2/1.23.0/google-http-client-jackson2-1.23.0.pom +Progress (1): 2.8 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/http-client/google-http-client-jackson2/1.23.0/google-http-client-jackson2-1.23.0.pom (2.8 kB at 3.0 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/fasterxml/jackson/core/jackson-core/2.1.3/jackson-core-2.1.3.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/fasterxml/jackson/core/jackson-core/2.1.3/jackson-core-2.1.3.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/fasterxml/jackson/core/jackson-core/2.1.3/jackson-core-2.1.3.pom +Progress (1): 4.1/5.6 kB Progress (1): 5.6 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/fasterxml/jackson/core/jackson-core/2.1.3/jackson-core-2.1.3.pom (5.6 kB at 6.9 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/fasterxml/oss-parent/4/oss-parent-4.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/fasterxml/oss-parent/4/oss-parent-4.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/fasterxml/oss-parent/4/oss-parent-4.pom +Progress (1): 4.1/18 kB Progress (1): 7.8/18 kB Progress (1): 12/18 kB Progress (1): 16/18 kB Progress (1): 18 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/fasterxml/oss-parent/4/oss-parent-4.pom (18 kB at 18 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/api-client/google-api-client-gson/1.23.0/google-api-client-gson-1.23.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/api-client/google-api-client-gson/1.23.0/google-api-client-gson-1.23.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/api-client/google-api-client-gson/1.23.0/google-api-client-gson-1.23.0.pom +Progress (1): 2.3 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/api-client/google-api-client-gson/1.23.0/google-api-client-gson-1.23.0.pom (2.3 kB at 2.3 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/guava/guava-jdk5/17.0/guava-jdk5-17.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/guava/guava-jdk5/17.0/guava-jdk5-17.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/guava/guava-jdk5/17.0/guava-jdk5-17.0.pom +Progress (1): 4.1/6.5 kB Progress (1): 6.5 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/guava/guava-jdk5/17.0/guava-jdk5-17.0.pom (6.5 kB at 7.0 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/guava/guava-parent-jdk5/17.0/guava-parent-jdk5-17.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/guava/guava-parent-jdk5/17.0/guava-parent-jdk5-17.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/guava/guava-parent-jdk5/17.0/guava-parent-jdk5-17.0.pom +Progress (1): 4.1/8.1 kB Progress (1): 7.8/8.1 kB Progress (1): 8.1 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/guava/guava-parent-jdk5/17.0/guava-parent-jdk5-17.0.pom (8.1 kB at 9.9 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/http-client/google-http-client-gson/1.23.0/google-http-client-gson-1.23.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/http-client/google-http-client-gson/1.23.0/google-http-client-gson-1.23.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/http-client/google-http-client-gson/1.23.0/google-http-client-gson-1.23.0.pom +Progress (1): 2.7 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/http-client/google-http-client-gson/1.23.0/google-http-client-gson-1.23.0.pom (2.7 kB at 2.8 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/code/gson/gson/2.1/gson-2.1.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/code/gson/gson/2.1/gson-2.1.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/code/gson/gson/2.1/gson-2.1.pom +Progress (1): 4.1/10 kB Progress (1): 7.8/10 kB Progress (1): 10 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/code/gson/gson/2.1/gson-2.1.pom (10 kB at 11 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/sonatype/oss/oss-parent/5/oss-parent-5.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/sonatype/oss/oss-parent/5/oss-parent-5.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/sonatype/oss/oss-parent/5/oss-parent-5.pom +Progress (1): 4.1 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/sonatype/oss/oss-parent/5/oss-parent-5.pom (4.1 kB at 4.4 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/api/api-common/1.2.0/api-common-1.2.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/api/api-common/1.2.0/api-common-1.2.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/api/api-common/1.2.0/api-common-1.2.0.pom +Progress (1): 2.3 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/api/api-common/1.2.0/api-common-1.2.0.pom (2.3 kB at 2.4 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/guava/guava/19.0/guava-19.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/guava/guava/19.0/guava-19.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/guava/guava/19.0/guava-19.0.pom +Progress (1): 4.1/6.8 kB Progress (1): 6.8 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/guava/guava/19.0/guava-19.0.pom (6.8 kB at 7.0 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/guava/guava-parent/19.0/guava-parent-19.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/guava/guava-parent/19.0/guava-parent-19.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/guava/guava-parent/19.0/guava-parent-19.0.pom +Progress (1): 4.1/9.9 kB Progress (1): 7.8/9.9 kB Progress (1): 9.9 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/guava/guava-parent/19.0/guava-parent-19.0.pom (9.9 kB at 11 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/auth/google-auth-library-oauth2-http/0.8.0/google-auth-library-oauth2-http-0.8.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/auth/google-auth-library-oauth2-http/0.8.0/google-auth-library-oauth2-http-0.8.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/auth/google-auth-library-oauth2-http/0.8.0/google-auth-library-oauth2-http-0.8.0.pom +Progress (1): 2.2 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/auth/google-auth-library-oauth2-http/0.8.0/google-auth-library-oauth2-http-0.8.0.pom (2.2 kB at 2.7 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/auth/google-auth-library-parent/0.8.0/google-auth-library-parent-0.8.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/auth/google-auth-library-parent/0.8.0/google-auth-library-parent-0.8.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/auth/google-auth-library-parent/0.8.0/google-auth-library-parent-0.8.0.pom +Progress (1): 4.1/8.1 kB Progress (1): 7.8/8.1 kB Progress (1): 8.1 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/auth/google-auth-library-parent/0.8.0/google-auth-library-parent-0.8.0.pom (8.1 kB at 8.2 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/auth/google-auth-library-credentials/0.8.0/google-auth-library-credentials-0.8.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/auth/google-auth-library-credentials/0.8.0/google-auth-library-credentials-0.8.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/auth/google-auth-library-credentials/0.8.0/google-auth-library-credentials-0.8.0.pom +Progress (1): 1.5 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/auth/google-auth-library-credentials/0.8.0/google-auth-library-credentials-0.8.0.pom (1.5 kB at 1.6 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/http-client/google-http-client/1.19.0/google-http-client-1.19.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/http-client/google-http-client/1.19.0/google-http-client-1.19.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/http-client/google-http-client/1.19.0/google-http-client-1.19.0.pom +Progress (1): 4.1/5.1 kB Progress (1): 5.1 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/http-client/google-http-client/1.19.0/google-http-client-1.19.0.pom (5.1 kB at 5.8 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/http-client/google-http-client-parent/1.19.0/google-http-client-parent-1.19.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/http-client/google-http-client-parent/1.19.0/google-http-client-parent-1.19.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/http-client/google-http-client-parent/1.19.0/google-http-client-parent-1.19.0.pom +Progress (1): 4.1/23 kB Progress (1): 7.8/23 kB Progress (1): 12/23 kB Progress (1): 16/23 kB Progress (1): 20/23 kB Progress (1): 23 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/http-client/google-http-client-parent/1.19.0/google-http-client-parent-1.19.0.pom (23 kB at 21 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/http-client/google-http-client-jackson2/1.19.0/google-http-client-jackson2-1.19.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/http-client/google-http-client-jackson2/1.19.0/google-http-client-jackson2-1.19.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/http-client/google-http-client-jackson2/1.19.0/google-http-client-jackson2-1.19.0.pom +Progress (1): 2.8 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/http-client/google-http-client-jackson2/1.19.0/google-http-client-jackson2-1.19.0.pom (2.8 kB at 3.0 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/cloud/google-cloud-storage/1.15.0/google-cloud-storage-1.15.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/cloud/google-cloud-storage/1.15.0/google-cloud-storage-1.15.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/cloud/google-cloud-storage/1.15.0/google-cloud-storage-1.15.0.pom +Progress (1): 2.4 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/cloud/google-cloud-storage/1.15.0/google-cloud-storage-1.15.0.pom (2.4 kB at 2.9 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/cloud/google-cloud-pom/0.33.0-alpha/google-cloud-pom-0.33.0-alpha.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/cloud/google-cloud-pom/0.33.0-alpha/google-cloud-pom-0.33.0-alpha.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/cloud/google-cloud-pom/0.33.0-alpha/google-cloud-pom-0.33.0-alpha.pom +Progress (1): 4.1/27 kB Progress (1): 7.8/27 kB Progress (1): 12/27 kB Progress (1): 16/27 kB Progress (1): 20/27 kB Progress (1): 24/27 kB Progress (1): 27 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/cloud/google-cloud-pom/0.33.0-alpha/google-cloud-pom-0.33.0-alpha.pom (27 kB at 26 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/cloud/google-cloud-bom/0.33.0-alpha/google-cloud-bom-0.33.0-alpha.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/cloud/google-cloud-bom/0.33.0-alpha/google-cloud-bom-0.33.0-alpha.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/cloud/google-cloud-bom/0.33.0-alpha/google-cloud-bom-0.33.0-alpha.pom +Progress (1): 4.1/42 kB Progress (1): 7.8/42 kB Progress (1): 12/42 kB Progress (1): 16/42 kB Progress (1): 20/42 kB Progress (1): 24/42 kB Progress (1): 28/42 kB Progress (1): 32/42 kB Progress (1): 36/42 kB Progress (1): 41/42 kB Progress (1): 42 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/cloud/google-cloud-bom/0.33.0-alpha/google-cloud-bom-0.33.0-alpha.pom (42 kB at 33 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/cloud/google-cloud-core/1.15.0/google-cloud-core-1.15.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/cloud/google-cloud-core/1.15.0/google-cloud-core-1.15.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/cloud/google-cloud-core/1.15.0/google-cloud-core-1.15.0.pom +Progress (1): 2.9 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/cloud/google-cloud-core/1.15.0/google-cloud-core-1.15.0.pom (2.9 kB at 3.0 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/guava/guava/20.0/guava-20.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/guava/guava/20.0/guava-20.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/guava/guava/20.0/guava-20.0.pom +Progress (1): 4.1/6.8 kB Progress (1): 6.8 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/guava/guava/20.0/guava-20.0.pom (6.8 kB at 7.4 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/guava/guava-parent/20.0/guava-parent-20.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/guava/guava-parent/20.0/guava-parent-20.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/guava/guava-parent/20.0/guava-parent-20.0.pom +Progress (1): 4.1/9.9 kB Progress (1): 7.8/9.9 kB Progress (1): 9.9 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/guava/guava-parent/20.0/guava-parent-20.0.pom (9.9 kB at 12 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/joda-time/joda-time/2.9.2/joda-time-2.9.2.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/joda-time/joda-time/2.9.2/joda-time-2.9.2.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/joda-time/joda-time/2.9.2/joda-time-2.9.2.pom +Progress (1): 4.1/30 kB Progress (1): 7.8/30 kB Progress (1): 12/30 kB Progress (1): 16/30 kB Progress (1): 20/30 kB Progress (1): 24/30 kB Progress (1): 28/30 kB Progress (1): 30 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/joda-time/joda-time/2.9.2/joda-time-2.9.2.pom (30 kB at 26 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/code/findbugs/jsr305/3.0.1/jsr305-3.0.1.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/code/findbugs/jsr305/3.0.1/jsr305-3.0.1.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/code/findbugs/jsr305/3.0.1/jsr305-3.0.1.pom +Progress (1): 4.1/4.3 kB Progress (1): 4.3 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/code/findbugs/jsr305/3.0.1/jsr305-3.0.1.pom (4.3 kB at 5.2 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/api/gax/1.16.0/gax-1.16.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/api/gax/1.16.0/gax-1.16.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/api/gax/1.16.0/gax-1.16.0.pom +Progress (1): 3.9 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/api/gax/1.16.0/gax-1.16.0.pom (3.9 kB at 3.9 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/auto/value/auto-value/1.2/auto-value-1.2.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/auto/value/auto-value/1.2/auto-value-1.2.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/auto/value/auto-value/1.2/auto-value-1.2.pom +Progress (1): 4.1/5.0 kB Progress (1): 5.0 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/auto/value/auto-value/1.2/auto-value-1.2.pom (5.0 kB at 5.4 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/auto/auto-parent/3/auto-parent-3.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/auto/auto-parent/3/auto-parent-3.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/auto/auto-parent/3/auto-parent-3.pom +Progress (1): 3.8 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/auto/auto-parent/3/auto-parent-3.pom (3.8 kB at 4.2 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/threeten/threetenbp/1.3.3/threetenbp-1.3.3.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/threeten/threetenbp/1.3.3/threetenbp-1.3.3.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/threeten/threetenbp/1.3.3/threetenbp-1.3.3.pom +Progress (1): 4.1/28 kB Progress (1): 7.8/28 kB Progress (1): 12/28 kB Progress (1): 16/28 kB Progress (1): 20/28 kB Progress (1): 24/28 kB Progress (1): 28 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/threeten/threetenbp/1.3.3/threetenbp-1.3.3.pom (28 kB at 15 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/auth/google-auth-library-oauth2-http/0.9.0/google-auth-library-oauth2-http-0.9.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/auth/google-auth-library-oauth2-http/0.9.0/google-auth-library-oauth2-http-0.9.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/auth/google-auth-library-oauth2-http/0.9.0/google-auth-library-oauth2-http-0.9.0.pom +Progress (1): 2.2 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/auth/google-auth-library-oauth2-http/0.9.0/google-auth-library-oauth2-http-0.9.0.pom (2.2 kB at 2.4 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/auth/google-auth-library-parent/0.9.0/google-auth-library-parent-0.9.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/auth/google-auth-library-parent/0.9.0/google-auth-library-parent-0.9.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/auth/google-auth-library-parent/0.9.0/google-auth-library-parent-0.9.0.pom +Progress (1): 4.1/8.1 kB Progress (1): 7.8/8.1 kB Progress (1): 8.1 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/auth/google-auth-library-parent/0.9.0/google-auth-library-parent-0.9.0.pom (8.1 kB at 8.4 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/auth/google-auth-library-credentials/0.9.0/google-auth-library-credentials-0.9.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/auth/google-auth-library-credentials/0.9.0/google-auth-library-credentials-0.9.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/auth/google-auth-library-credentials/0.9.0/google-auth-library-credentials-0.9.0.pom +Progress (1): 1.5 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/auth/google-auth-library-credentials/0.9.0/google-auth-library-credentials-0.9.0.pom (1.5 kB at 1.9 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/protobuf/protobuf-java-util/3.5.1/protobuf-java-util-3.5.1.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/protobuf/protobuf-java-util/3.5.1/protobuf-java-util-3.5.1.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/protobuf/protobuf-java-util/3.5.1/protobuf-java-util-3.5.1.pom +Progress (1): 4.1/4.2 kB Progress (1): 4.2 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/protobuf/protobuf-java-util/3.5.1/protobuf-java-util-3.5.1.pom (4.2 kB at 5.2 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/protobuf/protobuf-parent/3.5.1/protobuf-parent-3.5.1.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/protobuf/protobuf-parent/3.5.1/protobuf-parent-3.5.1.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/protobuf/protobuf-parent/3.5.1/protobuf-parent-3.5.1.pom +Progress (1): 4.1/6.8 kB Progress (1): 6.8 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/protobuf/protobuf-parent/3.5.1/protobuf-parent-3.5.1.pom (6.8 kB at 8.5 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/google/1/google-1.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/google/1/google-1.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/google/1/google-1.pom +Progress (1): 1.6 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/google/1/google-1.pom (1.6 kB at 1.7 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/protobuf/protobuf-java/3.5.1/protobuf-java-3.5.1.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/protobuf/protobuf-java/3.5.1/protobuf-java-3.5.1.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/protobuf/protobuf-java/3.5.1/protobuf-java-3.5.1.pom +Progress (1): 4.1/4.7 kB Progress (1): 4.7 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/protobuf/protobuf-java/3.5.1/protobuf-java-3.5.1.pom (4.7 kB at 4.8 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/code/gson/gson/2.7/gson-2.7.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/code/gson/gson/2.7/gson-2.7.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/code/gson/gson/2.7/gson-2.7.pom +Progress (1): 1.4 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/code/gson/gson/2.7/gson-2.7.pom (1.4 kB at 1.5 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/code/gson/gson-parent/2.7/gson-parent-2.7.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/code/gson/gson-parent/2.7/gson-parent-2.7.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/code/gson/gson-parent/2.7/gson-parent-2.7.pom +Progress (1): 3.6 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/code/gson/gson-parent/2.7/gson-parent-2.7.pom (3.6 kB at 3.9 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/api/grpc/proto-google-common-protos/1.0.4/proto-google-common-protos-1.0.4.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/api/grpc/proto-google-common-protos/1.0.4/proto-google-common-protos-1.0.4.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/api/grpc/proto-google-common-protos/1.0.4/proto-google-common-protos-1.0.4.pom +Progress (1): 2.6 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/api/grpc/proto-google-common-protos/1.0.4/proto-google-common-protos-1.0.4.pom (2.6 kB at 3.1 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/protobuf/protobuf-java/3.4.0/protobuf-java-3.4.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/protobuf/protobuf-java/3.4.0/protobuf-java-3.4.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/protobuf/protobuf-java/3.4.0/protobuf-java-3.4.0.pom +Progress (1): 4.1/4.7 kB Progress (1): 4.7 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/protobuf/protobuf-java/3.4.0/protobuf-java-3.4.0.pom (4.7 kB at 5.8 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/protobuf/protobuf-parent/3.4.0/protobuf-parent-3.4.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/protobuf/protobuf-parent/3.4.0/protobuf-parent-3.4.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/protobuf/protobuf-parent/3.4.0/protobuf-parent-3.4.0.pom +Progress (1): 4.1/6.8 kB Progress (1): 6.8 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/protobuf/protobuf-parent/3.4.0/protobuf-parent-3.4.0.pom (6.8 kB at 7.0 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/api/grpc/proto-google-iam-v1/0.1.28/proto-google-iam-v1-0.1.28.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/api/grpc/proto-google-iam-v1/0.1.28/proto-google-iam-v1-0.1.28.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/api/grpc/proto-google-iam-v1/0.1.28/proto-google-iam-v1-0.1.28.pom +Progress (1): 2.9 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/api/grpc/proto-google-iam-v1/0.1.28/proto-google-iam-v1-0.1.28.pom (2.9 kB at 3.6 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/cloud/google-cloud-core-http/1.15.0/google-cloud-core-http-1.15.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/cloud/google-cloud-core-http/1.15.0/google-cloud-core-http-1.15.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/cloud/google-cloud-core-http/1.15.0/google-cloud-core-http-1.15.0.pom +Progress (1): 4.1 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/cloud/google-cloud-core-http/1.15.0/google-cloud-core-http-1.15.0.pom (4.1 kB at 5.0 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/http-client/google-http-client-appengine/1.23.0/google-http-client-appengine-1.23.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/http-client/google-http-client-appengine/1.23.0/google-http-client-appengine-1.23.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/http-client/google-http-client-appengine/1.23.0/google-http-client-appengine-1.23.0.pom +Progress (1): 2.9 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/http-client/google-http-client-appengine/1.23.0/google-http-client-appengine-1.23.0.pom (2.9 kB at 3.6 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/http-client/google-http-client-jackson/1.23.0/google-http-client-jackson-1.23.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/http-client/google-http-client-jackson/1.23.0/google-http-client-jackson-1.23.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/http-client/google-http-client-jackson/1.23.0/google-http-client-jackson-1.23.0.pom +Progress (1): 2.7 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/http-client/google-http-client-jackson/1.23.0/google-http-client-jackson-1.23.0.pom (2.7 kB at 2.8 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/codehaus/jackson/jackson-core-asl/1.9.11/jackson-core-asl-1.9.11.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/codehaus/jackson/jackson-core-asl/1.9.11/jackson-core-asl-1.9.11.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/codehaus/jackson/jackson-core-asl/1.9.11/jackson-core-asl-1.9.11.pom +Progress (1): 1.0 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/codehaus/jackson/jackson-core-asl/1.9.11/jackson-core-asl-1.9.11.pom (1.0 kB at 1.0 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/api/gax-httpjson/0.33.0/gax-httpjson-0.33.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/api/gax-httpjson/0.33.0/gax-httpjson-0.33.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/api/gax-httpjson/0.33.0/gax-httpjson-0.33.0.pom +Progress (1): 4.1/5.5 kB Progress (1): 5.5 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/api/gax-httpjson/0.33.0/gax-httpjson-0.33.0.pom (5.5 kB at 6.3 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/apis/google-api-services-storage/v1-rev114-1.23.0/google-api-services-storage-v1-rev114-1.23.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/apis/google-api-services-storage/v1-rev114-1.23.0/google-api-services-storage-v1-rev114-1.23.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/apis/google-api-services-storage/v1-rev114-1.23.0/google-api-services-storage-v1-rev114-1.23.0.pom +Progress (1): 2.6 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/apis/google-api-services-storage/v1-rev114-1.23.0/google-api-services-storage-v1-rev114-1.23.0.pom (2.6 kB at 2.5 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/cloud/google-cloud-firestore/0.33.0-beta/google-cloud-firestore-0.33.0-beta.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/cloud/google-cloud-firestore/0.33.0-beta/google-cloud-firestore-0.33.0-beta.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/cloud/google-cloud-firestore/0.33.0-beta/google-cloud-firestore-0.33.0-beta.pom +Progress (1): 4.1/4.5 kB Progress (1): 4.5 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/cloud/google-cloud-firestore/0.33.0-beta/google-cloud-firestore-0.33.0-beta.pom (4.5 kB at 5.5 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/io/netty/netty-tcnative-boringssl-static/2.0.7.Final/netty-tcnative-boringssl-static-2.0.7.Final.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/io/netty/netty-tcnative-boringssl-static/2.0.7.Final/netty-tcnative-boringssl-static-2.0.7.Final.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/netty/netty-tcnative-boringssl-static/2.0.7.Final/netty-tcnative-boringssl-static-2.0.7.Final.pom +Progress (1): 4.1/23 kB Progress (1): 7.8/23 kB Progress (1): 12/23 kB Progress (1): 16/23 kB Progress (1): 20/23 kB Progress (1): 23 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/netty/netty-tcnative-boringssl-static/2.0.7.Final/netty-tcnative-boringssl-static-2.0.7.Final.pom (23 kB at 22 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/io/netty/netty-tcnative-parent/2.0.7.Final/netty-tcnative-parent-2.0.7.Final.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/io/netty/netty-tcnative-parent/2.0.7.Final/netty-tcnative-parent-2.0.7.Final.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/netty/netty-tcnative-parent/2.0.7.Final/netty-tcnative-parent-2.0.7.Final.pom +Progress (1): 4.1/20 kB Progress (1): 7.8/20 kB Progress (1): 12/20 kB Progress (1): 16/20 kB Progress (1): 20 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/netty/netty-tcnative-parent/2.0.7.Final/netty-tcnative-parent-2.0.7.Final.pom (20 kB at 19 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/io/netty/netty-parent/4.0.18.Final/netty-parent-4.0.18.Final.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/io/netty/netty-parent/4.0.18.Final/netty-parent-4.0.18.Final.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/netty/netty-parent/4.0.18.Final/netty-parent-4.0.18.Final.pom +Progress (1): 4.1/32 kB Progress (1): 7.8/32 kB Progress (1): 12/32 kB Progress (1): 16/32 kB Progress (1): 20/32 kB Progress (1): 24/32 kB Progress (1): 28/32 kB Progress (1): 32 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/netty/netty-parent/4.0.18.Final/netty-parent-4.0.18.Final.pom (32 kB at 30 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/cloud/google-cloud-core-grpc/1.15.0/google-cloud-core-grpc-1.15.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/cloud/google-cloud-core-grpc/1.15.0/google-cloud-core-grpc-1.15.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/cloud/google-cloud-core-grpc/1.15.0/google-cloud-core-grpc-1.15.0.pom +Progress (1): 3.0 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/cloud/google-cloud-core-grpc/1.15.0/google-cloud-core-grpc-1.15.0.pom (3.0 kB at 3.4 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/io/grpc/grpc-protobuf/1.9.0/grpc-protobuf-1.9.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/io/grpc/grpc-protobuf/1.9.0/grpc-protobuf-1.9.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/grpc/grpc-protobuf/1.9.0/grpc-protobuf-1.9.0.pom +Progress (1): 3.3 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/grpc/grpc-protobuf/1.9.0/grpc-protobuf-1.9.0.pom (3.3 kB at 4.1 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/io/grpc/grpc-core/1.9.0/grpc-core-1.9.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/io/grpc/grpc-core/1.9.0/grpc-core-1.9.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/grpc/grpc-core/1.9.0/grpc-core-1.9.0.pom +Progress (1): 4.1/4.3 kB Progress (1): 4.3 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/grpc/grpc-core/1.9.0/grpc-core-1.9.0.pom (4.3 kB at 5.2 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/io/grpc/grpc-context/1.9.0/grpc-context-1.9.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/io/grpc/grpc-context/1.9.0/grpc-context-1.9.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/grpc/grpc-context/1.9.0/grpc-context-1.9.0.pom +Progress (1): 1.9 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/grpc/grpc-context/1.9.0/grpc-context-1.9.0.pom (1.9 kB at 2.1 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/errorprone/error_prone_annotations/2.1.2/error_prone_annotations-2.1.2.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/errorprone/error_prone_annotations/2.1.2/error_prone_annotations-2.1.2.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/errorprone/error_prone_annotations/2.1.2/error_prone_annotations-2.1.2.pom +Progress (1): 1.8 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/errorprone/error_prone_annotations/2.1.2/error_prone_annotations-2.1.2.pom (1.8 kB at 2.1 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/errorprone/error_prone_parent/2.1.2/error_prone_parent-2.1.2.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/errorprone/error_prone_parent/2.1.2/error_prone_parent-2.1.2.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/errorprone/error_prone_parent/2.1.2/error_prone_parent-2.1.2.pom +Progress (1): 4.1/5.1 kB Progress (1): 5.1 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/errorprone/error_prone_parent/2.1.2/error_prone_parent-2.1.2.pom (5.1 kB at 5.5 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/instrumentation/instrumentation-api/0.4.3/instrumentation-api-0.4.3.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/instrumentation/instrumentation-api/0.4.3/instrumentation-api-0.4.3.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/instrumentation/instrumentation-api/0.4.3/instrumentation-api-0.4.3.pom +Progress (1): 2.7 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/instrumentation/instrumentation-api/0.4.3/instrumentation-api-0.4.3.pom (2.7 kB at 3.4 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/io/opencensus/opencensus-api/0.10.0/opencensus-api-0.10.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/io/opencensus/opencensus-api/0.10.0/opencensus-api-0.10.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/opencensus/opencensus-api/0.10.0/opencensus-api-0.10.0.pom +Progress (1): 2.8 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/opencensus/opencensus-api/0.10.0/opencensus-api-0.10.0.pom (2.8 kB at 2.9 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/io/opencensus/opencensus-contrib-grpc-metrics/0.10.0/opencensus-contrib-grpc-metrics-0.10.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/io/opencensus/opencensus-contrib-grpc-metrics/0.10.0/opencensus-contrib-grpc-metrics-0.10.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/opencensus/opencensus-contrib-grpc-metrics/0.10.0/opencensus-contrib-grpc-metrics-0.10.0.pom +Progress (1): 2.6 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/opencensus/opencensus-contrib-grpc-metrics/0.10.0/opencensus-contrib-grpc-metrics-0.10.0.pom (2.6 kB at 2.7 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/api/grpc/proto-google-common-protos/1.0.0/proto-google-common-protos-1.0.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/api/grpc/proto-google-common-protos/1.0.0/proto-google-common-protos-1.0.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/api/grpc/proto-google-common-protos/1.0.0/proto-google-common-protos-1.0.0.pom +Progress (1): 2.6 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/api/grpc/proto-google-common-protos/1.0.0/proto-google-common-protos-1.0.0.pom (2.6 kB at 3.1 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/io/grpc/grpc-protobuf-lite/1.9.0/grpc-protobuf-lite-1.9.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/io/grpc/grpc-protobuf-lite/1.9.0/grpc-protobuf-lite-1.9.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/grpc/grpc-protobuf-lite/1.9.0/grpc-protobuf-lite-1.9.0.pom +Progress (1): 2.3 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/grpc/grpc-protobuf-lite/1.9.0/grpc-protobuf-lite-1.9.0.pom (2.3 kB at 2.4 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/io/grpc/grpc-netty/1.9.0/grpc-netty-1.9.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/io/grpc/grpc-netty/1.9.0/grpc-netty-1.9.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/grpc/grpc-netty/1.9.0/grpc-netty-1.9.0.pom +Progress (1): 2.6 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/grpc/grpc-netty/1.9.0/grpc-netty-1.9.0.pom (2.6 kB at 3.2 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/grpc/grpc-core/maven-metadata.xml +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/io/grpc/grpc-core/maven-metadata.xml +Downloading from atlassian-public: https://maven.atlassian.com/repository/public/io/grpc/grpc-core/maven-metadata.xml +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/io/grpc/grpc-core/maven-metadata.xml +Progress (1): 2.1 kB Downloading from central: https://repo.maven.apache.org/maven2/io/grpc/grpc-core/maven-metadata.xml +Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/grpc/grpc-core/maven-metadata.xml (2.1 kB at 2.1 kB/s) +Progress (1): 2.6 kB Progress (2): 2.6 kB | 2.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/io/grpc/grpc-core/maven-metadata.xml (2.1 kB at 2.5 kB/s) +Downloaded from atlassian-public: https://maven.atlassian.com/repository/public/io/grpc/grpc-core/maven-metadata.xml (2.6 kB at 1.5 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/io/netty/netty-codec-http2/maven-metadata.xml +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/io/netty/netty-codec-http2/maven-metadata.xml +Downloading from atlassian-public: https://maven.atlassian.com/repository/public/io/netty/netty-codec-http2/maven-metadata.xml +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/netty/netty-codec-http2/maven-metadata.xml +Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-codec-http2/maven-metadata.xml +Progress (1): 2.2/2.3 kB Progress (1): 2.3 kB Progress (2): 2.3 kB | 2.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-codec-http2/maven-metadata.xml (2.3 kB at 7.1 kB/s) +Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/netty/netty-codec-http2/maven-metadata.xml (2.3 kB at 2.4 kB/s) +Progress (1): 3.8 kB Downloaded from atlassian-public: https://maven.atlassian.com/repository/public/io/netty/netty-codec-http2/maven-metadata.xml (3.8 kB at 2.4 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/io/netty/netty-codec-http2/4.1.17.Final/netty-codec-http2-4.1.17.Final.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/io/netty/netty-codec-http2/4.1.17.Final/netty-codec-http2-4.1.17.Final.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/netty/netty-codec-http2/4.1.17.Final/netty-codec-http2-4.1.17.Final.pom +Progress (1): 1.9 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/netty/netty-codec-http2/4.1.17.Final/netty-codec-http2-4.1.17.Final.pom (1.9 kB at 2.4 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/io/netty/netty-parent/4.1.17.Final/netty-parent-4.1.17.Final.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/io/netty/netty-parent/4.1.17.Final/netty-parent-4.1.17.Final.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/netty/netty-parent/4.1.17.Final/netty-parent-4.1.17.Final.pom +Progress (1): 4.1/51 kB Progress (1): 7.8/51 kB Progress (1): 12/51 kB Progress (1): 16/51 kB Progress (1): 20/51 kB Progress (1): 24/51 kB Progress (1): 28/51 kB Progress (1): 32/51 kB Progress (1): 36/51 kB Progress (1): 41/51 kB Progress (1): 45/51 kB Progress (1): 49/51 kB Progress (1): 51 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/netty/netty-parent/4.1.17.Final/netty-parent-4.1.17.Final.pom (51 kB at 37 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/io/netty/netty-codec-http/4.1.17.Final/netty-codec-http-4.1.17.Final.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/io/netty/netty-codec-http/4.1.17.Final/netty-codec-http-4.1.17.Final.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/netty/netty-codec-http/4.1.17.Final/netty-codec-http-4.1.17.Final.pom +Progress (1): 1.8 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/netty/netty-codec-http/4.1.17.Final/netty-codec-http-4.1.17.Final.pom (1.8 kB at 2.1 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/io/netty/netty-codec/4.1.17.Final/netty-codec-4.1.17.Final.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/io/netty/netty-codec/4.1.17.Final/netty-codec-4.1.17.Final.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/netty/netty-codec/4.1.17.Final/netty-codec-4.1.17.Final.pom +Progress (1): 3.2 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/netty/netty-codec/4.1.17.Final/netty-codec-4.1.17.Final.pom (3.2 kB at 3.9 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/io/netty/netty-transport/4.1.17.Final/netty-transport-4.1.17.Final.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/io/netty/netty-transport/4.1.17.Final/netty-transport-4.1.17.Final.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/netty/netty-transport/4.1.17.Final/netty-transport-4.1.17.Final.pom +Progress (1): 1.7 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/netty/netty-transport/4.1.17.Final/netty-transport-4.1.17.Final.pom (1.7 kB at 2.0 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/io/netty/netty-buffer/4.1.17.Final/netty-buffer-4.1.17.Final.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/io/netty/netty-buffer/4.1.17.Final/netty-buffer-4.1.17.Final.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/netty/netty-buffer/4.1.17.Final/netty-buffer-4.1.17.Final.pom +Progress (1): 1.5 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/netty/netty-buffer/4.1.17.Final/netty-buffer-4.1.17.Final.pom (1.5 kB at 1.8 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/io/netty/netty-common/4.1.17.Final/netty-common-4.1.17.Final.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/io/netty/netty-common/4.1.17.Final/netty-common-4.1.17.Final.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/netty/netty-common/4.1.17.Final/netty-common-4.1.17.Final.pom +Progress (1): 4.1/8.4 kB Progress (1): 7.8/8.4 kB Progress (1): 8.4 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/netty/netty-common/4.1.17.Final/netty-common-4.1.17.Final.pom (8.4 kB at 9.1 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/io/netty/netty-resolver/4.1.17.Final/netty-resolver-4.1.17.Final.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/io/netty/netty-resolver/4.1.17.Final/netty-resolver-4.1.17.Final.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/netty/netty-resolver/4.1.17.Final/netty-resolver-4.1.17.Final.pom +Progress (1): 1.5 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/netty/netty-resolver/4.1.17.Final/netty-resolver-4.1.17.Final.pom (1.5 kB at 1.5 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/io/netty/netty-handler/4.1.17.Final/netty-handler-4.1.17.Final.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/io/netty/netty-handler/4.1.17.Final/netty-handler-4.1.17.Final.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/netty/netty-handler/4.1.17.Final/netty-handler-4.1.17.Final.pom +Progress (1): 2.9 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/netty/netty-handler/4.1.17.Final/netty-handler-4.1.17.Final.pom (2.9 kB at 3.6 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/io/netty/netty-handler-proxy/4.1.17.Final/netty-handler-proxy-4.1.17.Final.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/io/netty/netty-handler-proxy/4.1.17.Final/netty-handler-proxy-4.1.17.Final.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/netty/netty-handler-proxy/4.1.17.Final/netty-handler-proxy-4.1.17.Final.pom +Progress (1): 2.2 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/netty/netty-handler-proxy/4.1.17.Final/netty-handler-proxy-4.1.17.Final.pom (2.2 kB at 2.3 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/io/netty/netty-codec-socks/4.1.17.Final/netty-codec-socks-4.1.17.Final.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/io/netty/netty-codec-socks/4.1.17.Final/netty-codec-socks-4.1.17.Final.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/netty/netty-codec-socks/4.1.17.Final/netty-codec-socks-4.1.17.Final.pom +Progress (1): 1.4 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/netty/netty-codec-socks/4.1.17.Final/netty-codec-socks-4.1.17.Final.pom (1.4 kB at 1.7 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/io/grpc/grpc-stub/1.9.0/grpc-stub-1.9.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/io/grpc/grpc-stub/1.9.0/grpc-stub-1.9.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/grpc/grpc-stub/1.9.0/grpc-stub-1.9.0.pom +Progress (1): 2.1 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/grpc/grpc-stub/1.9.0/grpc-stub-1.9.0.pom (2.1 kB at 2.5 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/io/grpc/grpc-auth/1.9.0/grpc-auth-1.9.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/io/grpc/grpc-auth/1.9.0/grpc-auth-1.9.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/grpc/grpc-auth/1.9.0/grpc-auth-1.9.0.pom +Progress (1): 2.5 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/grpc/grpc-auth/1.9.0/grpc-auth-1.9.0.pom (2.5 kB at 3.0 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/api/gax-grpc/1.16.0/gax-grpc-1.16.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/api/gax-grpc/1.16.0/gax-grpc-1.16.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/api/gax-grpc/1.16.0/gax-grpc-1.16.0.pom +Progress (1): 4.1/6.7 kB Progress (1): 6.7 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/api/gax-grpc/1.16.0/gax-grpc-1.16.0.pom (6.7 kB at 7.7 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/io/grpc/grpc-netty/1.7.0/grpc-netty-1.7.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/io/grpc/grpc-netty/1.7.0/grpc-netty-1.7.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/grpc/grpc-netty/1.7.0/grpc-netty-1.7.0.pom +Progress (1): 2.6 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/grpc/grpc-netty/1.7.0/grpc-netty-1.7.0.pom (2.6 kB at 3.2 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/io/grpc/grpc-core/1.7.0/grpc-core-1.7.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/io/grpc/grpc-core/1.7.0/grpc-core-1.7.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/grpc/grpc-core/1.7.0/grpc-core-1.7.0.pom +Progress (1): 3.8 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/grpc/grpc-core/1.7.0/grpc-core-1.7.0.pom (3.8 kB at 4.0 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/io/grpc/grpc-context/1.7.0/grpc-context-1.7.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/io/grpc/grpc-context/1.7.0/grpc-context-1.7.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/grpc/grpc-context/1.7.0/grpc-context-1.7.0.pom +Progress (1): 1.9 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/grpc/grpc-context/1.7.0/grpc-context-1.7.0.pom (1.9 kB at 2.0 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/errorprone/error_prone_annotations/2.0.19/error_prone_annotations-2.0.19.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/errorprone/error_prone_annotations/2.0.19/error_prone_annotations-2.0.19.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/errorprone/error_prone_annotations/2.0.19/error_prone_annotations-2.0.19.pom +Progress (1): 1.6 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/errorprone/error_prone_annotations/2.0.19/error_prone_annotations-2.0.19.pom (1.6 kB at 1.8 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/errorprone/error_prone_parent/2.0.19/error_prone_parent-2.0.19.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/errorprone/error_prone_parent/2.0.19/error_prone_parent-2.0.19.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/errorprone/error_prone_parent/2.0.19/error_prone_parent-2.0.19.pom +Progress (1): 4.1/5.0 kB Progress (1): 5.0 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/errorprone/error_prone_parent/2.0.19/error_prone_parent-2.0.19.pom (5.0 kB at 4.7 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/io/opencensus/opencensus-api/0.6.0/opencensus-api-0.6.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/io/opencensus/opencensus-api/0.6.0/opencensus-api-0.6.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/opencensus/opencensus-api/0.6.0/opencensus-api-0.6.0.pom +Progress (1): 2.8 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/opencensus/opencensus-api/0.6.0/opencensus-api-0.6.0.pom (2.8 kB at 2.9 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/io/netty/netty-codec-http2/4.1.16.Final/netty-codec-http2-4.1.16.Final.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/io/netty/netty-codec-http2/4.1.16.Final/netty-codec-http2-4.1.16.Final.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/netty/netty-codec-http2/4.1.16.Final/netty-codec-http2-4.1.16.Final.pom +Progress (1): 1.9 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/netty/netty-codec-http2/4.1.16.Final/netty-codec-http2-4.1.16.Final.pom (1.9 kB at 2.2 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/io/netty/netty-parent/4.1.16.Final/netty-parent-4.1.16.Final.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/io/netty/netty-parent/4.1.16.Final/netty-parent-4.1.16.Final.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/netty/netty-parent/4.1.16.Final/netty-parent-4.1.16.Final.pom +Progress (1): 4.1/52 kB Progress (1): 7.8/52 kB Progress (1): 12/52 kB Progress (1): 16/52 kB Progress (1): 20/52 kB Progress (1): 24/52 kB Progress (1): 28/52 kB Progress (1): 32/52 kB Progress (1): 36/52 kB Progress (1): 41/52 kB Progress (1): 45/52 kB Progress (1): 49/52 kB Progress (1): 52 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/netty/netty-parent/4.1.16.Final/netty-parent-4.1.16.Final.pom (52 kB at 42 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/io/netty/netty-codec-http/4.1.16.Final/netty-codec-http-4.1.16.Final.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/io/netty/netty-codec-http/4.1.16.Final/netty-codec-http-4.1.16.Final.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/netty/netty-codec-http/4.1.16.Final/netty-codec-http-4.1.16.Final.pom +Progress (1): 1.8 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/netty/netty-codec-http/4.1.16.Final/netty-codec-http-4.1.16.Final.pom (1.8 kB at 2.2 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/io/netty/netty-codec/4.1.16.Final/netty-codec-4.1.16.Final.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/io/netty/netty-codec/4.1.16.Final/netty-codec-4.1.16.Final.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/netty/netty-codec/4.1.16.Final/netty-codec-4.1.16.Final.pom +Progress (1): 3.2 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/netty/netty-codec/4.1.16.Final/netty-codec-4.1.16.Final.pom (3.2 kB at 3.4 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/io/netty/netty-transport/4.1.16.Final/netty-transport-4.1.16.Final.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/io/netty/netty-transport/4.1.16.Final/netty-transport-4.1.16.Final.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/netty/netty-transport/4.1.16.Final/netty-transport-4.1.16.Final.pom +Progress (1): 1.7 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/netty/netty-transport/4.1.16.Final/netty-transport-4.1.16.Final.pom (1.7 kB at 1.7 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/io/netty/netty-buffer/4.1.16.Final/netty-buffer-4.1.16.Final.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/io/netty/netty-buffer/4.1.16.Final/netty-buffer-4.1.16.Final.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/netty/netty-buffer/4.1.16.Final/netty-buffer-4.1.16.Final.pom +Progress (1): 1.5 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/netty/netty-buffer/4.1.16.Final/netty-buffer-4.1.16.Final.pom (1.5 kB at 1.8 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/io/netty/netty-common/4.1.16.Final/netty-common-4.1.16.Final.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/io/netty/netty-common/4.1.16.Final/netty-common-4.1.16.Final.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/netty/netty-common/4.1.16.Final/netty-common-4.1.16.Final.pom +Progress (1): 4.1/9.2 kB Progress (1): 7.8/9.2 kB Progress (1): 9.2 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/netty/netty-common/4.1.16.Final/netty-common-4.1.16.Final.pom (9.2 kB at 10.0 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/io/netty/netty-resolver/4.1.16.Final/netty-resolver-4.1.16.Final.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/io/netty/netty-resolver/4.1.16.Final/netty-resolver-4.1.16.Final.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/netty/netty-resolver/4.1.16.Final/netty-resolver-4.1.16.Final.pom +Progress (1): 1.5 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/netty/netty-resolver/4.1.16.Final/netty-resolver-4.1.16.Final.pom (1.5 kB at 1.6 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/io/netty/netty-handler/4.1.16.Final/netty-handler-4.1.16.Final.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/io/netty/netty-handler/4.1.16.Final/netty-handler-4.1.16.Final.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/netty/netty-handler/4.1.16.Final/netty-handler-4.1.16.Final.pom +Progress (1): 2.9 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/netty/netty-handler/4.1.16.Final/netty-handler-4.1.16.Final.pom (2.9 kB at 3.0 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/io/netty/netty-handler-proxy/4.1.16.Final/netty-handler-proxy-4.1.16.Final.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/io/netty/netty-handler-proxy/4.1.16.Final/netty-handler-proxy-4.1.16.Final.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/netty/netty-handler-proxy/4.1.16.Final/netty-handler-proxy-4.1.16.Final.pom +Progress (1): 2.2 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/netty/netty-handler-proxy/4.1.16.Final/netty-handler-proxy-4.1.16.Final.pom (2.2 kB at 2.4 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/io/netty/netty-codec-socks/4.1.16.Final/netty-codec-socks-4.1.16.Final.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/io/netty/netty-codec-socks/4.1.16.Final/netty-codec-socks-4.1.16.Final.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/netty/netty-codec-socks/4.1.16.Final/netty-codec-socks-4.1.16.Final.pom +Progress (1): 1.4 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/netty/netty-codec-socks/4.1.16.Final/netty-codec-socks-4.1.16.Final.pom (1.4 kB at 1.7 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/io/grpc/grpc-stub/1.7.0/grpc-stub-1.7.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/io/grpc/grpc-stub/1.7.0/grpc-stub-1.7.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/grpc/grpc-stub/1.7.0/grpc-stub-1.7.0.pom +Progress (1): 2.1 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/grpc/grpc-stub/1.7.0/grpc-stub-1.7.0.pom (2.1 kB at 2.5 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/io/grpc/grpc-auth/1.7.0/grpc-auth-1.7.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/io/grpc/grpc-auth/1.7.0/grpc-auth-1.7.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/grpc/grpc-auth/1.7.0/grpc-auth-1.7.0.pom +Progress (1): 2.3 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/grpc/grpc-auth/1.7.0/grpc-auth-1.7.0.pom (2.3 kB at 2.5 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/auth/google-auth-library-credentials/0.4.0/google-auth-library-credentials-0.4.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/auth/google-auth-library-credentials/0.4.0/google-auth-library-credentials-0.4.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/auth/google-auth-library-credentials/0.4.0/google-auth-library-credentials-0.4.0.pom +Progress (1): 1.3 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/auth/google-auth-library-credentials/0.4.0/google-auth-library-credentials-0.4.0.pom (1.3 kB at 1.6 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/auth/google-auth-library-parent/0.4.0/google-auth-library-parent-0.4.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/auth/google-auth-library-parent/0.4.0/google-auth-library-parent-0.4.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/auth/google-auth-library-parent/0.4.0/google-auth-library-parent-0.4.0.pom +Progress (1): 4.1/6.1 kB Progress (1): 6.1 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/auth/google-auth-library-parent/0.4.0/google-auth-library-parent-0.4.0.pom (6.1 kB at 6.4 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/io/grpc/grpc-protobuf/1.7.0/grpc-protobuf-1.7.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/io/grpc/grpc-protobuf/1.7.0/grpc-protobuf-1.7.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/grpc/grpc-protobuf/1.7.0/grpc-protobuf-1.7.0.pom +Progress (1): 3.3 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/grpc/grpc-protobuf/1.7.0/grpc-protobuf-1.7.0.pom (3.3 kB at 3.6 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/protobuf/protobuf-java-util/3.4.0/protobuf-java-util-3.4.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/protobuf/protobuf-java-util/3.4.0/protobuf-java-util-3.4.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/protobuf/protobuf-java-util/3.4.0/protobuf-java-util-3.4.0.pom +Progress (1): 4.1/4.2 kB Progress (1): 4.2 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/protobuf/protobuf-java-util/3.4.0/protobuf-java-util-3.4.0.pom (4.2 kB at 5.2 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/api/grpc/proto-google-common-protos/0.1.9/proto-google-common-protos-0.1.9.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/api/grpc/proto-google-common-protos/0.1.9/proto-google-common-protos-0.1.9.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/api/grpc/proto-google-common-protos/0.1.9/proto-google-common-protos-0.1.9.pom +Progress (1): 1.7 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/api/grpc/proto-google-common-protos/0.1.9/proto-google-common-protos-0.1.9.pom (1.7 kB at 2.1 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/io/grpc/grpc-protobuf-lite/1.7.0/grpc-protobuf-lite-1.7.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/io/grpc/grpc-protobuf-lite/1.7.0/grpc-protobuf-lite-1.7.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/grpc/grpc-protobuf-lite/1.7.0/grpc-protobuf-lite-1.7.0.pom +Progress (1): 2.3 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/grpc/grpc-protobuf-lite/1.7.0/grpc-protobuf-lite-1.7.0.pom (2.3 kB at 2.1 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/protobuf/protobuf-java/3.3.0/protobuf-java-3.3.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/protobuf/protobuf-java/3.3.0/protobuf-java-3.3.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/protobuf/protobuf-java/3.3.0/protobuf-java-3.3.0.pom +Progress (1): 4.1/4.9 kB Progress (1): 4.9 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/protobuf/protobuf-java/3.3.0/protobuf-java-3.3.0.pom (4.9 kB at 6.1 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/protobuf/protobuf-parent/3.3.0/protobuf-parent-3.3.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/protobuf/protobuf-parent/3.3.0/protobuf-parent-3.3.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/protobuf/protobuf-parent/3.3.0/protobuf-parent-3.3.0.pom +Progress (1): 4.1/7.0 kB Progress (1): 7.0 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/protobuf/protobuf-parent/3.3.0/protobuf-parent-3.3.0.pom (7.0 kB at 8.6 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/api/grpc/proto-google-cloud-firestore-v1beta1/0.1.28/proto-google-cloud-firestore-v1beta1-0.1.28.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/api/grpc/proto-google-cloud-firestore-v1beta1/0.1.28/proto-google-cloud-firestore-v1beta1-0.1.28.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/api/grpc/proto-google-cloud-firestore-v1beta1/0.1.28/proto-google-cloud-firestore-v1beta1-0.1.28.pom +Progress (1): 3.0 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/api/grpc/proto-google-cloud-firestore-v1beta1/0.1.28/proto-google-cloud-firestore-v1beta1-0.1.28.pom (3.0 kB at 3.6 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/json/json/20160810/json-20160810.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/json/json/20160810/json-20160810.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/json/json/20160810/json-20160810.pom +Progress (1): 4.1/5.7 kB Progress (1): 5.7 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/json/json/20160810/json-20160810.pom (5.7 kB at 5.3 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/firebase/firebase-client-android/maven-metadata.xml +Downloading from atlassian-public: https://maven.atlassian.com/repository/public/com/firebase/firebase-client-android/maven-metadata.xml +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/firebase/firebase-client-android/maven-metadata.xml +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/firebase/firebase-client-android/maven-metadata.xml +Progress (1): 1.1 kB Downloading from central: https://repo.maven.apache.org/maven2/com/firebase/firebase-client-android/maven-metadata.xml +Progress (2): 1.1 kB | 1.1 kB Progress (3): 1.1 kB | 1.1 kB | 1.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/firebase/firebase-client-android/maven-metadata.xml (1.1 kB at 3.4 kB/s) +Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/firebase/firebase-client-android/maven-metadata.xml (1.1 kB at 957 B/s) +Downloaded from atlassian-public: https://maven.atlassian.com/repository/public/com/firebase/firebase-client-android/maven-metadata.xml (1.1 kB at 697 B/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/firebase/firebase-client-android/2.5.2/firebase-client-android-2.5.2.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/firebase/firebase-client-android/2.5.2/firebase-client-android-2.5.2.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/firebase/firebase-client-android/2.5.2/firebase-client-android-2.5.2.pom +Progress (1): 4.0 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/firebase/firebase-client-android/2.5.2/firebase-client-android-2.5.2.pom (4.0 kB at 4.2 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/firebase/firebase-client-jvm/2.5.2/firebase-client-jvm-2.5.2.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/firebase/firebase-client-jvm/2.5.2/firebase-client-jvm-2.5.2.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/firebase/firebase-client-jvm/2.5.2/firebase-client-jvm-2.5.2.pom +Progress (1): 3.8 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/firebase/firebase-client-jvm/2.5.2/firebase-client-jvm-2.5.2.pom (3.8 kB at 4.7 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/fasterxml/jackson/core/jackson-databind/2.2.2/jackson-databind-2.2.2.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/fasterxml/jackson/core/jackson-databind/2.2.2/jackson-databind-2.2.2.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/fasterxml/jackson/core/jackson-databind/2.2.2/jackson-databind-2.2.2.pom +Progress (1): 4.1/5.4 kB Progress (1): 5.4 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/fasterxml/jackson/core/jackson-databind/2.2.2/jackson-databind-2.2.2.pom (5.4 kB at 5.5 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/fasterxml/oss-parent/10/oss-parent-10.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/fasterxml/oss-parent/10/oss-parent-10.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/fasterxml/oss-parent/10/oss-parent-10.pom +Progress (1): 4.1/23 kB Progress (1): 7.8/23 kB Progress (1): 12/23 kB Progress (1): 16/23 kB Progress (1): 20/23 kB Progress (1): 23 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/fasterxml/oss-parent/10/oss-parent-10.pom (23 kB at 21 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/fasterxml/jackson/core/jackson-annotations/2.2.2/jackson-annotations-2.2.2.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/fasterxml/jackson/core/jackson-annotations/2.2.2/jackson-annotations-2.2.2.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/fasterxml/jackson/core/jackson-annotations/2.2.2/jackson-annotations-2.2.2.pom +Progress (1): 1.3 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/fasterxml/jackson/core/jackson-annotations/2.2.2/jackson-annotations-2.2.2.pom (1.3 kB at 1.4 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/fasterxml/jackson/core/jackson-core/2.2.2/jackson-core-2.2.2.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/fasterxml/jackson/core/jackson-core/2.2.2/jackson-core-2.2.2.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/fasterxml/jackson/core/jackson-core/2.2.2/jackson-core-2.2.2.pom +Progress (1): 4.1/6.0 kB Progress (1): 6.0 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/fasterxml/jackson/core/jackson-core/2.2.2/jackson-core-2.2.2.pom (6.0 kB at 7.3 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/firebase/tubesock/0.0.12/tubesock-0.0.12.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/firebase/tubesock/0.0.12/tubesock-0.0.12.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/firebase/tubesock/0.0.12/tubesock-0.0.12.pom +Progress (1): 4.1/4.8 kB Progress (1): 4.8 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/firebase/tubesock/0.0.12/tubesock-0.0.12.pom (4.8 kB at 5.8 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/net/java/dev/jna/jna-platform/4.0.0/jna-platform-4.0.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/net/java/dev/jna/jna-platform/4.0.0/jna-platform-4.0.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/net/java/dev/jna/jna-platform/4.0.0/jna-platform-4.0.0.pom +Progress (1): 1.5 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/net/java/dev/jna/jna-platform/4.0.0/jna-platform-4.0.0.pom (1.5 kB at 1.6 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/net/java/dev/jna/jna/4.0.0/jna-4.0.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/net/java/dev/jna/jna/4.0.0/jna-4.0.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/net/java/dev/jna/jna/4.0.0/jna-4.0.0.pom +Progress (1): 1.3 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/net/java/dev/jna/jna/4.0.0/jna-4.0.0.pom (1.3 kB at 1.2 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/aventstack/extentreports/3.1.5/extentreports-3.1.5.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/aventstack/extentreports/3.1.5/extentreports-3.1.5.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/aventstack/extentreports/3.1.5/extentreports-3.1.5.pom +Progress (1): 4.1/8.1 kB Progress (1): 7.8/8.1 kB Progress (1): 8.1 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/aventstack/extentreports/3.1.5/extentreports-3.1.5.pom (8.1 kB at 9.9 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/mongodb/mongodb-driver/3.3.0/mongodb-driver-3.3.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/mongodb/mongodb-driver/3.3.0/mongodb-driver-3.3.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/mongodb/mongodb-driver/3.3.0/mongodb-driver-3.3.0.pom +Progress (1): 1.7 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/mongodb/mongodb-driver/3.3.0/mongodb-driver-3.3.0.pom (1.7 kB at 2.1 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/mongodb/bson/3.3.0/bson-3.3.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/mongodb/bson/3.3.0/bson-3.3.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/mongodb/bson/3.3.0/bson-3.3.0.pom +Progress (1): 1.3 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/mongodb/bson/3.3.0/bson-3.3.0.pom (1.3 kB at 1.6 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/mongodb/mongodb-driver-core/3.3.0/mongodb-driver-core-3.3.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/mongodb/mongodb-driver-core/3.3.0/mongodb-driver-core-3.3.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/mongodb/mongodb-driver-core/3.3.0/mongodb-driver-core-3.3.0.pom +Progress (1): 2.3 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/mongodb/mongodb-driver-core/3.3.0/mongodb-driver-core-3.3.0.pom (2.3 kB at 2.9 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2.pom +Progress (1): 4.1/6.4 kB Progress (1): 6.4 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2.pom (6.4 kB at 6.6 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/apache/httpcomponents/httpcomponents-client/4.5.2/httpcomponents-client-4.5.2.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/apache/httpcomponents/httpcomponents-client/4.5.2/httpcomponents-client-4.5.2.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/httpcomponents/httpcomponents-client/4.5.2/httpcomponents-client-4.5.2.pom +Progress (1): 4.1/16 kB Progress (1): 7.8/16 kB Progress (1): 12/16 kB Progress (1): 16 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/httpcomponents/httpcomponents-client/4.5.2/httpcomponents-client-4.5.2.pom (16 kB at 14 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.4.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.4.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.4.pom +Progress (1): 4.1/5.5 kB Progress (1): 5.5 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.4.pom (5.5 kB at 6.5 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/apache/httpcomponents/httpcomponents-core/4.4.4/httpcomponents-core-4.4.4.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/apache/httpcomponents/httpcomponents-core/4.4.4/httpcomponents-core-4.4.4.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/httpcomponents/httpcomponents-core/4.4.4/httpcomponents-core-4.4.4.pom +Progress (1): 4.1/13 kB Progress (1): 7.8/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/httpcomponents/httpcomponents-core/4.4.4/httpcomponents-core-4.4.4.pom (13 kB at 8.4 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/apache/httpcomponents/httpmime/4.5.2/httpmime-4.5.2.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/apache/httpcomponents/httpmime/4.5.2/httpmime-4.5.2.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/httpcomponents/httpmime/4.5.2/httpmime-4.5.2.pom +Progress (1): 4.1/4.8 kB Progress (1): 4.8 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/httpcomponents/httpmime/4.5.2/httpmime-4.5.2.pom (4.8 kB at 5.8 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/jsoup/jsoup/1.9.2/jsoup-1.9.2.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/jsoup/jsoup/1.9.2/jsoup-1.9.2.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/jsoup/jsoup/1.9.2/jsoup-1.9.2.pom +Progress (1): 4.1/6.5 kB Progress (1): 6.5 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/jsoup/jsoup/1.9.2/jsoup-1.9.2.pom (6.5 kB at 7.9 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/code/gson/gson/2.8.0/gson-2.8.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/code/gson/gson/2.8.0/gson-2.8.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/code/gson/gson/2.8.0/gson-2.8.0.pom +Progress (1): 1.4 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/code/gson/gson/2.8.0/gson-2.8.0.pom (1.4 kB at 1.7 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/code/gson/gson-parent/2.8.0/gson-parent-2.8.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/code/gson/gson-parent/2.8.0/gson-parent-2.8.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/code/gson/gson-parent/2.8.0/gson-parent-2.8.0.pom +Progress (1): 3.5 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/code/gson/gson-parent/2.8.0/gson-parent-2.8.0.pom (3.5 kB at 3.6 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/assertj/assertj-core/3.11.0/assertj-core-3.11.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/assertj/assertj-core/3.11.0/assertj-core-3.11.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/assertj/assertj-core/3.11.0/assertj-core-3.11.0.pom +Progress (1): 4.1/14 kB Progress (1): 7.8/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/assertj/assertj-core/3.11.0/assertj-core-3.11.0.pom (14 kB at 15 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/assertj/assertj-parent-pom/2.1.11/assertj-parent-pom-2.1.11.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/assertj/assertj-parent-pom/2.1.11/assertj-parent-pom-2.1.11.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/assertj/assertj-parent-pom/2.1.11/assertj-parent-pom-2.1.11.pom +Progress (1): 4.1/16 kB Progress (1): 7.8/16 kB Progress (1): 12/16 kB Progress (1): 16 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/assertj/assertj-parent-pom/2.1.11/assertj-parent-pom-2.1.11.pom (16 kB at 15 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/junit/junit-bom/5.2.0/junit-bom-5.2.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/junit/junit-bom/5.2.0/junit-bom-5.2.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/junit/junit-bom/5.2.0/junit-bom-5.2.0.pom +Progress (1): 4.1/4.2 kB Progress (1): 4.2 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/junit/junit-bom/5.2.0/junit-bom-5.2.0.pom (4.2 kB at 5.1 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/mockito/mockito-core/2.21.0/mockito-core-2.21.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/mockito/mockito-core/2.21.0/mockito-core-2.21.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/mockito/mockito-core/2.21.0/mockito-core-2.21.0.pom +Progress (1): 4.1/17 kB Progress (1): 7.8/17 kB Progress (1): 12/17 kB Progress (1): 16/17 kB Progress (1): 17 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/mockito/mockito-core/2.21.0/mockito-core-2.21.0.pom (17 kB at 16 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/net/bytebuddy/byte-buddy-agent/1.8.15/byte-buddy-agent-1.8.15.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/net/bytebuddy/byte-buddy-agent/1.8.15/byte-buddy-agent-1.8.15.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/net/bytebuddy/byte-buddy-agent/1.8.15/byte-buddy-agent-1.8.15.pom +Progress (1): 4.1/4.3 kB Progress (1): 4.3 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/net/bytebuddy/byte-buddy-agent/1.8.15/byte-buddy-agent-1.8.15.pom (4.3 kB at 4.3 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/objenesis/objenesis/2.6/objenesis-2.6.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/objenesis/objenesis/2.6/objenesis-2.6.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/objenesis/objenesis/2.6/objenesis-2.6.pom +Progress (1): 2.8 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/objenesis/objenesis/2.6/objenesis-2.6.pom (2.8 kB at 3.4 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom +Progress (1): 4.1/17 kB Progress (1): 7.8/17 kB Progress (1): 12/17 kB Progress (1): 16/17 kB Progress (1): 17 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom (17 kB at 16 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/io/github/bonigarcia/webdrivermanager/3.3.0/webdrivermanager-3.3.0.pom +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/io/github/bonigarcia/webdrivermanager/3.3.0/webdrivermanager-3.3.0.pom +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/github/bonigarcia/webdrivermanager/3.3.0/webdrivermanager-3.3.0.pom +Progress (1): 4.1/13 kB Progress (1): 7.8/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/github/bonigarcia/webdrivermanager/3.3.0/webdrivermanager-3.3.0.pom (13 kB at 13 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/crowdar/Crowd-Core-Framework/1.6.3/Crowd-Core-Framework-1.6.3.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/io/cucumber/gherkin/5.1.0/gherkin-5.1.0.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/io/cucumber/tag-expressions/1.1.1/tag-expressions-1.1.1.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/io/cucumber/cucumber-expressions/6.2.0/cucumber-expressions-6.2.0.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/io/cucumber/datatable/1.0.3/datatable-1.0.3.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/io/cucumber/datatable-dependencies/1.0.3/datatable-dependencies-1.0.3.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/io/cucumber/cucumber-core/4.2.0/cucumber-core-4.2.0.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/io/cucumber/cucumber-java/4.2.0/cucumber-java-4.2.0.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/io/cucumber/cucumber-testng/4.2.0/cucumber-testng-4.2.0.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/io/cucumber/cucumber-picocontainer/4.2.0/cucumber-picocontainer-4.2.0.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/picocontainer/picocontainer/2.15/picocontainer-2.15.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/io/cucumber/cucumber-html/0.2.7/cucumber-html-0.2.7.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/io/cucumber/cucumber-java8/4.2.0/cucumber-java8-4.2.0.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/net/jodah/typetools/0.5.0/typetools-0.5.0.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/testng/testng/6.14.3/testng-6.14.3.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/beust/jcommander/1.72/jcommander-1.72.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/picocontainer/picocontainer/1.2/picocontainer-1.2.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/reflections/reflections/0.9.10/reflections-0.9.10.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/javassist/javassist/3.19.0-GA/javassist-3.19.0-GA.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/code/findbugs/annotations/2.0.1/annotations-2.0.1.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/jasypt/jasypt/1.9.0/jasypt-1.9.0.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/sun/mail/javax.mail/1.6.2/javax.mail-1.6.2.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/javax/activation/activation/1.1/activation-1.1.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/apache/pdfbox/pdfbox/2.0.13/pdfbox-2.0.13.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/apache/pdfbox/fontbox/2.0.13/fontbox-2.0.13.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/commons-logging/commons-logging/1.2/commons-logging-1.2.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/aventstack/extentreports/3.1.5/extentreports-3.1.5.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/mongodb/mongodb-driver/3.3.0/mongodb-driver-3.3.0.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/mongodb/bson/3.3.0/bson-3.3.0.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/mongodb/mongodb-driver-core/3.3.0/mongodb-driver-core-3.3.0.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/apache/httpcomponents/httpmime/4.5.2/httpmime-4.5.2.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/code/gson/gson/2.8.0/gson-2.8.0.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/relevantcodes/extentreports/2.41.2/extentreports-2.41.2.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/xerial/sqlite-jdbc/3.8.11.1/sqlite-jdbc-3.8.11.1.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/uncommons/reportng/1.1.2/reportng-1.1.2.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/velocity/velocity/1.4/velocity-1.4.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/velocity/velocity-dep/1.4/velocity-dep-1.4.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/apache/commons/commons-lang3/3.0/commons-lang3-3.0.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/commons-configuration/commons-configuration/1.10/commons-configuration-1.10.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/commons-lang/commons-lang/2.6/commons-lang-2.6.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/log4j/log4j/1.2.17/log4j-1.2.17.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/uk/co/datumedge/hamcrest-json/0.2/hamcrest-json-0.2.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/skyscreamer/jsonassert/1.1.1/jsonassert-1.1.1.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/commons-collections/commons-collections/3.0/commons-collections-3.0.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/assertj/assertj-core/3.11.0/assertj-core-3.11.0.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/mockito/mockito-core/2.21.0/mockito-core-2.21.0.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/net/bytebuddy/byte-buddy/1.8.15/byte-buddy-1.8.15.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/net/bytebuddy/byte-buddy-agent/1.8.15/byte-buddy-agent-1.8.15.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/jsoup/jsoup/1.11.3/jsoup-1.11.3.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/objenesis/objenesis/2.6/objenesis-2.6.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/seleniumhq/selenium/selenium-remote-driver/3.141.59/selenium-remote-driver-3.141.59.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/seleniumhq/selenium/selenium-api/3.141.59/selenium-api-3.141.59.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/squareup/okhttp3/okhttp/3.11.0/okhttp-3.11.0.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/squareup/okio/okio/1.14.0/okio-1.14.0.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/seleniumhq/selenium/selenium-server/3.141.59/selenium-server-3.141.59.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/seleniumhq/selenium/selenium-chrome-driver/3.141.59/selenium-chrome-driver-3.141.59.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/seleniumhq/selenium/selenium-edge-driver/3.141.59/selenium-edge-driver-3.141.59.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/seleniumhq/selenium/selenium-firefox-driver/3.141.59/selenium-firefox-driver-3.141.59.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/seleniumhq/selenium/selenium-ie-driver/3.141.59/selenium-ie-driver-3.141.59.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/seleniumhq/selenium/selenium-opera-driver/3.141.59/selenium-opera-driver-3.141.59.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/seleniumhq/selenium/selenium-safari-driver/3.141.59/selenium-safari-driver-3.141.59.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/seleniumhq/selenium/selenium-support/3.141.59/selenium-support-3.141.59.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/seleniumhq/selenium/jetty-repacked/9.4.12.v20180830/jetty-repacked-9.4.12.v20180830.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/yaml/snakeyaml/1.19/snakeyaml-1.19.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/seleniumhq/selenium/selenium-java/3.141.59/selenium-java-3.141.59.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/net/sourceforge/htmlunit/htmlunit/2.30/htmlunit-2.30.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/seleniumhq/selenium/htmlunit-driver/2.30.1/htmlunit-driver-2.30.1.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/xalan/xalan/2.7.2/xalan-2.7.2.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/xalan/serializer/2.7.2/serializer-2.7.2.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/apache/commons/commons-text/1.3/commons-text-1.3.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/net/sourceforge/htmlunit/htmlunit-core-js/2.28/htmlunit-core-js-2.28.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/net/sourceforge/htmlunit/neko-htmlunit/2.30/neko-htmlunit-2.30.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/xerces/xercesImpl/2.11.0/xercesImpl-2.11.0.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/net/sourceforge/htmlunit/htmlunit-cssparser/1.0.0/htmlunit-cssparser-1.0.0.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/commons-net/commons-net/3.6/commons-net-3.6.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/eclipse/jetty/websocket/websocket-client/9.4.9.v20180320/websocket-client-9.4.9.v20180320.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/eclipse/jetty/jetty-client/9.4.9.v20180320/jetty-client-9.4.9.v20180320.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/eclipse/jetty/jetty-http/9.4.9.v20180320/jetty-http-9.4.9.v20180320.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/eclipse/jetty/jetty-xml/9.4.9.v20180320/jetty-xml-9.4.9.v20180320.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/eclipse/jetty/jetty-util/9.4.9.v20180320/jetty-util-9.4.9.v20180320.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/eclipse/jetty/jetty-io/9.4.9.v20180320/jetty-io-9.4.9.v20180320.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/eclipse/jetty/websocket/websocket-common/9.4.9.v20180320/websocket-common-9.4.9.v20180320.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/eclipse/jetty/websocket/websocket-api/9.4.9.v20180320/websocket-api-9.4.9.v20180320.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/ru/stqa/selenium/webdriver-factory/4.2/webdriver-factory-4.2.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/paulhammant/ngwebdriver/1.0/ngwebdriver-1.0.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/fasterxml/jackson/core/jackson-core/2.9.3/jackson-core-2.9.3.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/fasterxml/jackson/core/jackson-databind/2.9.5/jackson-databind-2.9.5.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/fasterxml/jackson/core/jackson-annotations/2.9.3/jackson-annotations-2.9.3.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/springframework/spring-context/4.3.8.RELEASE/spring-context-4.3.8.RELEASE.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/springframework/spring-aop/4.3.8.RELEASE/spring-aop-4.3.8.RELEASE.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/springframework/spring-beans/4.3.8.RELEASE/spring-beans-4.3.8.RELEASE.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/springframework/spring-expression/4.3.8.RELEASE/spring-expression-4.3.8.RELEASE.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/springframework/spring-tx/4.3.8.RELEASE/spring-tx-4.3.8.RELEASE.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/springframework/spring-web/4.3.8.RELEASE/spring-web-4.3.8.RELEASE.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/springframework/spring-core/4.3.8.RELEASE/spring-core-4.3.8.RELEASE.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/json/json/20180130/json-20180130.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/apache/httpcomponents/httpclient/4.5.5/httpclient-4.5.5.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/apache/httpcomponents/httpcore/4.4.9/httpcore-4.4.9.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/commons-codec/commons-codec/1.10/commons-codec-1.10.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/atlassian/jira/jira-rest-java-client-core/5.0.4/jira-rest-java-client-core-5.0.4.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/atlassian/jira/jira-rest-java-client-api/5.0.4/jira-rest-java-client-api-5.0.4.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/atlassian/httpclient/atlassian-httpclient-api/1.0.0/atlassian-httpclient-api-1.0.0.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/sun/jersey/jersey-client/1.19/jersey-client-1.19.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/sun/jersey/jersey-core/1.19/jersey-core-1.19.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/sun/jersey/jersey-json/1.19/jersey-json-1.19.jar +Progress (1): 4.1/53 kB Progress (1): 7.3/53 kB Progress (1): 11/53 kB Progress (1): 15/53 kB Progress (1): 20/53 kB Progress (1): 24/53 kB Progress (1): 28/53 kB Progress (1): 32/53 kB Progress (1): 36/53 kB Progress (1): 40/53 kB Progress (1): 44/53 kB Progress (1): 48/53 kB Progress (1): 52/53 kB Progress (1): 53 kB Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/codehaus/jettison/jettison/1.1/jettison-1.1.jar +Progress (2): 53 kB | 4.1/191 kB Progress (2): 53 kB | 8.2/191 kB Progress (2): 53 kB | 12/191 kB Progress (2): 53 kB | 16/191 kB Progress (3): 53 kB | 16/191 kB | 4.1/158 kB Progress (3): 53 kB | 16/191 kB | 8.2/158 kB Progress (3): 53 kB | 16/191 kB | 12/158 kB Progress (3): 53 kB | 16/191 kB | 14/158 kB Progress (3): 53 kB | 16/191 kB | 17/158 kB Progress (3): 53 kB | 20/191 kB | 17/158 kB Progress (3): 53 kB | 25/191 kB | 17/158 kB Progress (3): 53 kB | 29/191 kB | 17/158 kB Progress (3): 53 kB | 33/191 kB | 17/158 kB Progress (3): 53 kB | 33/191 kB | 21/158 kB Progress (3): 53 kB | 33/191 kB | 25/158 kB Progress (3): 53 kB | 33/191 kB | 29/158 kB Progress (3): 53 kB | 33/191 kB | 33/158 kB Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/sun/xml/bind/jaxb-impl/2.2.3-1/jaxb-impl-2.2.3-1.jar +Progress (3): 53 kB | 37/191 kB | 33/158 kB Progress (3): 53 kB | 41/191 kB | 33/158 kB Progress (3): 53 kB | 45/191 kB | 33/158 kB Progress (3): 53 kB | 49/191 kB | 33/158 kB Progress (3): 53 kB | 52/191 kB | 33/158 kB Progress (3): 53 kB | 52/191 kB | 37/158 kB Progress (3): 53 kB | 52/191 kB | 41/158 kB Progress (3): 53 kB | 52/191 kB | 45/158 kB Progress (3): 53 kB | 52/191 kB | 50/158 kB Progress (3): 53 kB | 52/191 kB | 52/158 kB Progress (3): 53 kB | 52/191 kB | 56/158 kB Progress (3): 53 kB | 52/191 kB | 60/158 kB Progress (3): 53 kB | 52/191 kB | 64/158 kB Progress (3): 53 kB | 52/191 kB | 68/158 kB Progress (3): 53 kB | 56/191 kB | 68/158 kB Progress (3): 53 kB | 60/191 kB | 68/158 kB Progress (3): 53 kB | 64/191 kB | 68/158 kB Progress (3): 53 kB | 68/191 kB | 68/158 kB Progress (3): 53 kB | 68/191 kB | 72/158 kB Progress (3): 53 kB | 68/191 kB | 76/158 kB Progress (3): 53 kB | 68/191 kB | 80/158 kB Progress (3): 53 kB | 68/191 kB | 84/158 kB Progress (3): 53 kB | 68/191 kB | 86/158 kB Progress (3): 53 kB | 72/191 kB | 86/158 kB Progress (3): 53 kB | 76/191 kB | 86/158 kB Progress (3): 53 kB | 80/191 kB | 86/158 kB Progress (3): 53 kB | 84/191 kB | 86/158 kB Progress (3): 53 kB | 86/191 kB | 86/158 kB Progress (3): 53 kB | 86/191 kB | 90/158 kB Progress (3): 53 kB | 86/191 kB | 95/158 kB Progress (3): 53 kB | 86/191 kB | 99/158 kB Progress (3): 53 kB | 86/191 kB | 103/158 kB Progress (3): 53 kB | 90/191 kB | 103/158 kB Progress (3): 53 kB | 95/191 kB | 103/158 kB Progress (3): 53 kB | 99/191 kB | 103/158 kB Progress (3): 53 kB | 103/191 kB | 103/158 kB Progress (3): 53 kB | 103/191 kB | 107/158 kB Progress (3): 53 kB | 103/191 kB | 111/158 kB Progress (3): 53 kB | 103/191 kB | 115/158 kB Progress (3): 53 kB | 103/191 kB | 119/158 kB Progress (3): 53 kB | 107/191 kB | 119/158 kB Progress (3): 53 kB | 111/191 kB | 119/158 kB Progress (3): 53 kB | 115/191 kB | 119/158 kB Progress (3): 53 kB | 119/191 kB | 119/158 kB Progress (3): 53 kB | 121/191 kB | 119/158 kB Progress (3): 53 kB | 121/191 kB | 123/158 kB Progress (3): 53 kB | 121/191 kB | 127/158 kB Progress (3): 53 kB | 121/191 kB | 131/158 kB Progress (3): 53 kB | 121/191 kB | 136/158 kB Progress (3): 53 kB | 121/191 kB | 140/158 kB Progress (3): 53 kB | 121/191 kB | 144/158 kB Progress (3): 53 kB | 121/191 kB | 148/158 kB Progress (3): 53 kB | 121/191 kB | 152/158 kB Progress (3): 53 kB | 121/191 kB | 156/158 kB Progress (3): 53 kB | 121/191 kB | 158 kB Downloaded from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/atlassian/httpclient/atlassian-httpclient-api/1.0.0/atlassian-httpclient-api-1.0.0.jar (53 kB at 1.9 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/javax/xml/bind/jaxb-api/2.2.2/jaxb-api-2.2.2.jar +Progress (2): 125/191 kB | 158 kB Progress (2): 129/191 kB | 158 kB Progress (2): 133/191 kB | 158 kB Progress (2): 138/191 kB | 158 kB Progress (2): 142/191 kB | 158 kB Progress (2): 146/191 kB | 158 kB Progress (2): 150/191 kB | 158 kB Progress (2): 154/191 kB | 158 kB Progress (2): 158/191 kB | 158 kB Progress (2): 162/191 kB | 158 kB Progress (2): 166/191 kB | 158 kB Progress (2): 170/191 kB | 158 kB Progress (2): 173/191 kB | 158 kB Progress (2): 178/191 kB | 158 kB Progress (2): 182/191 kB | 158 kB Progress (2): 186/191 kB | 158 kB Progress (2): 190/191 kB | 158 kB Progress (2): 191 kB | 158 kB Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar +Downloaded from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/atlassian/jira/jira-rest-java-client-api/5.0.4/jira-rest-java-client-api-5.0.4.jar (158 kB at 5.6 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/codehaus/jackson/jackson-core-asl/1.9.2/jackson-core-asl-1.9.2.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/codehaus/jackson/jackson-mapper-asl/1.9.2/jackson-mapper-asl-1.9.2.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/codehaus/jackson/jackson-jaxrs/1.9.2/jackson-jaxrs-1.9.2.jar +Downloaded from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/atlassian/jira/jira-rest-java-client-core/5.0.4/jira-rest-java-client-core-5.0.4.jar (191 kB at 6.7 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/codehaus/jackson/jackson-xc/1.9.2/jackson-xc-1.9.2.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/joda-time/joda-time/2.9.9/joda-time-2.9.9.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/atlassian/sal/sal-api/3.0.7/sal-api-3.0.7.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/atlassian/event/atlassian-event/3.0.0/atlassian-event-3.0.0.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/atlassian/httpclient/atlassian-httpclient-library/1.0.0/atlassian-httpclient-library-1.0.0.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/apache/httpcomponents/httpasyncclient-cache/4.1.3/httpasyncclient-cache-4.1.3.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/apache/httpcomponents/httpclient-cache/4.5.3/httpclient-cache-4.5.3.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/apache/httpcomponents/httpasyncclient/4.1.3/httpasyncclient-4.1.3.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/apache/httpcomponents/httpcore-nio/4.4.6/httpcore-nio-4.4.6.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/atlassian/util/concurrent/atlassian-util-concurrent/3.0.0/atlassian-util-concurrent-3.0.0.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/slf4j/slf4j-api/1.7.10/slf4j-api-1.7.10.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/atlassian/fugue/fugue/2.7.0/fugue-2.7.0.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/atlassian/connect/ac-play-java_2.10/0.10.1/ac-play-java_2.10-0.10.1.jar +Progress (1): 4.1/106 kB Progress (1): 8.2/106 kB Progress (1): 12/106 kB Progress (1): 14/106 kB Progress (1): 19/106 kB Progress (1): 23/106 kB Progress (1): 27/106 kB Progress (1): 31/106 kB Progress (1): 34/106 kB Progress (1): 38/106 kB Progress (1): 42/106 kB Progress (1): 46/106 kB Progress (1): 51/106 kB Progress (1): 55/106 kB Progress (1): 59/106 kB Progress (1): 63/106 kB Progress (1): 67/106 kB Progress (1): 69/106 kB Progress (1): 73/106 kB Progress (1): 77/106 kB Progress (1): 81/106 kB Progress (1): 85/106 kB Progress (1): 89/106 kB Progress (1): 94/106 kB Progress (1): 98/106 kB Progress (1): 102/106 kB Progress (1): 106/106 kB Progress (1): 106 kB Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/io/appium/java-client/7.0.0/java-client-7.0.0.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/cglib/cglib/3.2.8/cglib-3.2.8.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/ow2/asm/asm/6.2.1/asm-6.2.1.jar +Downloaded from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/atlassian/httpclient/atlassian-httpclient-library/1.0.0/atlassian-httpclient-library-1.0.0.jar (106 kB at 3.3 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/apache/ant/ant/1.10.3/ant-1.10.3.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/apache/ant/ant-launcher/1.10.3/ant-launcher-1.10.3.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/commons-validator/commons-validator/1.6/commons-validator-1.6.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/commons-beanutils/commons-beanutils/1.9.2/commons-beanutils-1.9.2.jar +Progress (1): 4.1/117 kB Progress (1): 8.2/117 kB Progress (1): 12/117 kB Progress (1): 16/117 kB Progress (1): 20/117 kB Progress (1): 25/117 kB Progress (1): 29/117 kB Progress (1): 33/117 kB Progress (1): 37/117 kB Progress (1): 41/117 kB Progress (1): 45/117 kB Progress (1): 49/117 kB Progress (1): 52/117 kB Progress (1): 56/117 kB Progress (1): 60/117 kB Progress (1): 64/117 kB Progress (1): 68/117 kB Progress (1): 72/117 kB Progress (1): 76/117 kB Progress (1): 80/117 kB Progress (1): 84/117 kB Progress (1): 86/117 kB Progress (1): 91/117 kB Progress (1): 95/117 kB Progress (1): 99/117 kB Progress (1): 103/117 kB Progress (1): 107/117 kB Progress (1): 111/117 kB Progress (1): 115/117 kB Progress (1): 117 kB Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/commons-digester/commons-digester/1.8.1/commons-digester-1.8.1.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/commons-io/commons-io/2.6/commons-io-2.6.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/aspectj/aspectjweaver/1.9.1/aspectjweaver-1.9.1.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/io/github/bonigarcia/webdrivermanager/3.3.0/webdrivermanager-3.3.0.jar +Downloaded from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/atlassian/fugue/fugue/2.7.0/fugue-2.7.0.jar (117 kB at 3.4 kB/s) +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/rauschig/jarchivelib/1.0.0/jarchivelib-1.0.0.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/net/lightbody/bmp/browsermob-core/2.1.5/browsermob-core-2.1.5.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/net/lightbody/bmp/littleproxy/1.1.0-beta-bmp-17/littleproxy-1.1.0-beta-bmp-17.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/dnsjava/dnsjava/2.1.8/dnsjava-2.1.8.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/slf4j/jcl-over-slf4j/1.7.25/jcl-over-slf4j-1.7.25.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/jcraft/jzlib/1.1.3/jzlib-1.1.3.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/io/netty/netty-all/4.0.51.Final/netty-all-4.0.51.Final.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/bouncycastle/bcprov-jdk15on/1.58/bcprov-jdk15on-1.58.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/bouncycastle/bcpkix-jdk15on/1.58/bcpkix-jdk15on-1.58.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/net/lightbody/bmp/mitm/2.1.5/mitm-2.1.5.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/guava/guava/27.0-jre/guava-27.0-jre.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/guava/failureaccess/1.0/failureaccess-1.0.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/firebase/firebase-admin/5.9.0/firebase-admin-5.9.0.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/api-client/google-api-client/1.23.0/google-api-client-1.23.0.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/oauth-client/google-oauth-client/1.23.0/google-oauth-client-1.23.0.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/http-client/google-http-client-jackson2/1.23.0/google-http-client-jackson2-1.23.0.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/api-client/google-api-client-gson/1.23.0/google-api-client-gson-1.23.0.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/http-client/google-http-client-gson/1.23.0/google-http-client-gson-1.23.0.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/http-client/google-http-client/1.23.0/google-http-client-1.23.0.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/api/api-common/1.2.0/api-common-1.2.0.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/auth/google-auth-library-oauth2-http/0.8.0/google-auth-library-oauth2-http-0.8.0.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/auth/google-auth-library-credentials/0.8.0/google-auth-library-credentials-0.8.0.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/cloud/google-cloud-storage/1.15.0/google-cloud-storage-1.15.0.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/cloud/google-cloud-core/1.15.0/google-cloud-core-1.15.0.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/api/gax/1.16.0/gax-1.16.0.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/protobuf/protobuf-java-util/3.5.1/protobuf-java-util-3.5.1.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/api/grpc/proto-google-common-protos/1.0.4/proto-google-common-protos-1.0.4.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/api/grpc/proto-google-iam-v1/0.1.28/proto-google-iam-v1-0.1.28.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/cloud/google-cloud-core-http/1.15.0/google-cloud-core-http-1.15.0.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/http-client/google-http-client-appengine/1.23.0/google-http-client-appengine-1.23.0.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/http-client/google-http-client-jackson/1.23.0/google-http-client-jackson-1.23.0.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/api/gax-httpjson/0.33.0/gax-httpjson-0.33.0.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/apis/google-api-services-storage/v1-rev114-1.23.0/google-api-services-storage-v1-rev114-1.23.0.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/cloud/google-cloud-firestore/0.33.0-beta/google-cloud-firestore-0.33.0-beta.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/io/netty/netty-tcnative-boringssl-static/2.0.7.Final/netty-tcnative-boringssl-static-2.0.7.Final.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/cloud/google-cloud-core-grpc/1.15.0/google-cloud-core-grpc-1.15.0.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/protobuf/protobuf-java/3.5.1/protobuf-java-3.5.1.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/io/grpc/grpc-protobuf/1.9.0/grpc-protobuf-1.9.0.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/io/grpc/grpc-protobuf-lite/1.9.0/grpc-protobuf-lite-1.9.0.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/io/grpc/grpc-context/1.9.0/grpc-context-1.9.0.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/api/gax-grpc/1.16.0/gax-grpc-1.16.0.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/auto/value/auto-value/1.2/auto-value-1.2.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/threeten/threetenbp/1.3.3/threetenbp-1.3.3.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/api/grpc/proto-google-cloud-firestore-v1beta1/0.1.28/proto-google-cloud-firestore-v1beta1-0.1.28.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/io/grpc/grpc-netty/1.9.0/grpc-netty-1.9.0.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/google/instrumentation/instrumentation-api/0.4.3/instrumentation-api-0.4.3.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/io/opencensus/opencensus-api/0.10.0/opencensus-api-0.10.0.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/io/opencensus/opencensus-contrib-grpc-metrics/0.10.0/opencensus-contrib-grpc-metrics-0.10.0.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/io/netty/netty-handler-proxy/4.1.17.Final/netty-handler-proxy-4.1.17.Final.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/io/netty/netty-codec-socks/4.1.17.Final/netty-codec-socks-4.1.17.Final.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/io/grpc/grpc-stub/1.9.0/grpc-stub-1.9.0.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/io/grpc/grpc-auth/1.9.0/grpc-auth-1.9.0.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/io/netty/netty-codec-http/4.1.17.Final/netty-codec-http-4.1.17.Final.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/io/netty/netty-codec/4.1.17.Final/netty-codec-4.1.17.Final.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/io/netty/netty-handler/4.1.17.Final/netty-handler-4.1.17.Final.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/io/netty/netty-buffer/4.1.17.Final/netty-buffer-4.1.17.Final.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/io/netty/netty-common/4.1.17.Final/netty-common-4.1.17.Final.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/io/netty/netty-transport/4.1.17.Final/netty-transport-4.1.17.Final.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/io/netty/netty-resolver/4.1.17.Final/netty-resolver-4.1.17.Final.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/firebase/firebase-client-jvm/2.5.2/firebase-client-jvm-2.5.2.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/com/firebase/tubesock/0.0.12/tubesock-0.0.12.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/org/freemarker/freemarker/2.3.23/freemarker-2.3.23.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/net/java/dev/jna/jna-platform/4.0.0/jna-platform-4.0.0.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/net/java/dev/jna/jna/4.0.0/jna-4.0.0.jar +Downloading from atlassian-repo: https://maven.atlassian.com/content/repositories/atlassian-public/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/crowdar/Crowd-Core-Framework/1.6.3/Crowd-Core-Framework-1.6.3.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/io/cucumber/gherkin/5.1.0/gherkin-5.1.0.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/io/cucumber/cucumber-expressions/6.2.0/cucumber-expressions-6.2.0.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/io/cucumber/tag-expressions/1.1.1/tag-expressions-1.1.1.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/io/cucumber/datatable/1.0.3/datatable-1.0.3.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/io/cucumber/datatable-dependencies/1.0.3/datatable-dependencies-1.0.3.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/io/cucumber/cucumber-core/4.2.0/cucumber-core-4.2.0.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/io/cucumber/cucumber-testng/4.2.0/cucumber-testng-4.2.0.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/io/cucumber/cucumber-java/4.2.0/cucumber-java-4.2.0.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/io/cucumber/cucumber-picocontainer/4.2.0/cucumber-picocontainer-4.2.0.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/picocontainer/picocontainer/2.15/picocontainer-2.15.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/io/cucumber/cucumber-html/0.2.7/cucumber-html-0.2.7.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/io/cucumber/cucumber-java8/4.2.0/cucumber-java8-4.2.0.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/net/jodah/typetools/0.5.0/typetools-0.5.0.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/testng/testng/6.14.3/testng-6.14.3.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/beust/jcommander/1.72/jcommander-1.72.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/picocontainer/picocontainer/1.2/picocontainer-1.2.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/reflections/reflections/0.9.10/reflections-0.9.10.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/javassist/javassist/3.19.0-GA/javassist-3.19.0-GA.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/code/findbugs/annotations/2.0.1/annotations-2.0.1.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/jasypt/jasypt/1.9.0/jasypt-1.9.0.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/sun/mail/javax.mail/1.6.2/javax.mail-1.6.2.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/javax/activation/activation/1.1/activation-1.1.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/apache/pdfbox/pdfbox/2.0.13/pdfbox-2.0.13.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/apache/pdfbox/fontbox/2.0.13/fontbox-2.0.13.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/commons-logging/commons-logging/1.2/commons-logging-1.2.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/aventstack/extentreports/3.1.5/extentreports-3.1.5.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/mongodb/mongodb-driver/3.3.0/mongodb-driver-3.3.0.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/mongodb/bson/3.3.0/bson-3.3.0.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/mongodb/mongodb-driver-core/3.3.0/mongodb-driver-core-3.3.0.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/apache/httpcomponents/httpmime/4.5.2/httpmime-4.5.2.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/code/gson/gson/2.8.0/gson-2.8.0.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/relevantcodes/extentreports/2.41.2/extentreports-2.41.2.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/xerial/sqlite-jdbc/3.8.11.1/sqlite-jdbc-3.8.11.1.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/uncommons/reportng/1.1.2/reportng-1.1.2.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/velocity/velocity/1.4/velocity-1.4.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/velocity/velocity-dep/1.4/velocity-dep-1.4.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/apache/commons/commons-lang3/3.0/commons-lang3-3.0.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/commons-configuration/commons-configuration/1.10/commons-configuration-1.10.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/commons-lang/commons-lang/2.6/commons-lang-2.6.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/log4j/log4j/1.2.17/log4j-1.2.17.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/uk/co/datumedge/hamcrest-json/0.2/hamcrest-json-0.2.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/skyscreamer/jsonassert/1.1.1/jsonassert-1.1.1.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/commons-collections/commons-collections/3.0/commons-collections-3.0.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/assertj/assertj-core/3.11.0/assertj-core-3.11.0.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/mockito/mockito-core/2.21.0/mockito-core-2.21.0.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/net/bytebuddy/byte-buddy/1.8.15/byte-buddy-1.8.15.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/net/bytebuddy/byte-buddy-agent/1.8.15/byte-buddy-agent-1.8.15.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/objenesis/objenesis/2.6/objenesis-2.6.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/jsoup/jsoup/1.11.3/jsoup-1.11.3.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/seleniumhq/selenium/selenium-remote-driver/3.141.59/selenium-remote-driver-3.141.59.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/seleniumhq/selenium/selenium-api/3.141.59/selenium-api-3.141.59.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/squareup/okhttp3/okhttp/3.11.0/okhttp-3.11.0.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/squareup/okio/okio/1.14.0/okio-1.14.0.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/seleniumhq/selenium/selenium-server/3.141.59/selenium-server-3.141.59.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/seleniumhq/selenium/selenium-chrome-driver/3.141.59/selenium-chrome-driver-3.141.59.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/seleniumhq/selenium/selenium-edge-driver/3.141.59/selenium-edge-driver-3.141.59.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/seleniumhq/selenium/selenium-firefox-driver/3.141.59/selenium-firefox-driver-3.141.59.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/seleniumhq/selenium/selenium-ie-driver/3.141.59/selenium-ie-driver-3.141.59.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/seleniumhq/selenium/selenium-opera-driver/3.141.59/selenium-opera-driver-3.141.59.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/seleniumhq/selenium/selenium-safari-driver/3.141.59/selenium-safari-driver-3.141.59.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/seleniumhq/selenium/selenium-support/3.141.59/selenium-support-3.141.59.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/seleniumhq/selenium/jetty-repacked/9.4.12.v20180830/jetty-repacked-9.4.12.v20180830.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/yaml/snakeyaml/1.19/snakeyaml-1.19.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/seleniumhq/selenium/selenium-java/3.141.59/selenium-java-3.141.59.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/seleniumhq/selenium/htmlunit-driver/2.30.1/htmlunit-driver-2.30.1.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/net/sourceforge/htmlunit/htmlunit/2.30/htmlunit-2.30.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/xalan/xalan/2.7.2/xalan-2.7.2.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/xalan/serializer/2.7.2/serializer-2.7.2.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/apache/commons/commons-text/1.3/commons-text-1.3.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/net/sourceforge/htmlunit/htmlunit-core-js/2.28/htmlunit-core-js-2.28.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/net/sourceforge/htmlunit/neko-htmlunit/2.30/neko-htmlunit-2.30.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/xerces/xercesImpl/2.11.0/xercesImpl-2.11.0.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/net/sourceforge/htmlunit/htmlunit-cssparser/1.0.0/htmlunit-cssparser-1.0.0.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/commons-net/commons-net/3.6/commons-net-3.6.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/eclipse/jetty/websocket/websocket-client/9.4.9.v20180320/websocket-client-9.4.9.v20180320.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/eclipse/jetty/jetty-client/9.4.9.v20180320/jetty-client-9.4.9.v20180320.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/eclipse/jetty/jetty-http/9.4.9.v20180320/jetty-http-9.4.9.v20180320.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/eclipse/jetty/jetty-xml/9.4.9.v20180320/jetty-xml-9.4.9.v20180320.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/eclipse/jetty/jetty-util/9.4.9.v20180320/jetty-util-9.4.9.v20180320.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/eclipse/jetty/jetty-io/9.4.9.v20180320/jetty-io-9.4.9.v20180320.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/eclipse/jetty/websocket/websocket-common/9.4.9.v20180320/websocket-common-9.4.9.v20180320.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/eclipse/jetty/websocket/websocket-api/9.4.9.v20180320/websocket-api-9.4.9.v20180320.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/ru/stqa/selenium/webdriver-factory/4.2/webdriver-factory-4.2.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/paulhammant/ngwebdriver/1.0/ngwebdriver-1.0.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/fasterxml/jackson/core/jackson-core/2.9.3/jackson-core-2.9.3.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/fasterxml/jackson/core/jackson-databind/2.9.5/jackson-databind-2.9.5.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/fasterxml/jackson/core/jackson-annotations/2.9.3/jackson-annotations-2.9.3.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/springframework/spring-context/4.3.8.RELEASE/spring-context-4.3.8.RELEASE.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/springframework/spring-aop/4.3.8.RELEASE/spring-aop-4.3.8.RELEASE.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/springframework/spring-beans/4.3.8.RELEASE/spring-beans-4.3.8.RELEASE.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/springframework/spring-expression/4.3.8.RELEASE/spring-expression-4.3.8.RELEASE.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/springframework/spring-tx/4.3.8.RELEASE/spring-tx-4.3.8.RELEASE.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/springframework/spring-web/4.3.8.RELEASE/spring-web-4.3.8.RELEASE.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/springframework/spring-core/4.3.8.RELEASE/spring-core-4.3.8.RELEASE.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/json/json/20180130/json-20180130.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/apache/httpcomponents/httpclient/4.5.5/httpclient-4.5.5.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/apache/httpcomponents/httpcore/4.4.9/httpcore-4.4.9.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/commons-codec/commons-codec/1.10/commons-codec-1.10.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/sun/jersey/jersey-client/1.19/jersey-client-1.19.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/sun/jersey/jersey-core/1.19/jersey-core-1.19.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/sun/jersey/jersey-json/1.19/jersey-json-1.19.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/codehaus/jettison/jettison/1.1/jettison-1.1.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/sun/xml/bind/jaxb-impl/2.2.3-1/jaxb-impl-2.2.3-1.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/javax/xml/bind/jaxb-api/2.2.2/jaxb-api-2.2.2.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/codehaus/jackson/jackson-core-asl/1.9.2/jackson-core-asl-1.9.2.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/codehaus/jackson/jackson-mapper-asl/1.9.2/jackson-mapper-asl-1.9.2.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/codehaus/jackson/jackson-jaxrs/1.9.2/jackson-jaxrs-1.9.2.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/codehaus/jackson/jackson-xc/1.9.2/jackson-xc-1.9.2.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/joda-time/joda-time/2.9.9/joda-time-2.9.9.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/atlassian/sal/sal-api/3.0.7/sal-api-3.0.7.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/atlassian/event/atlassian-event/3.0.0/atlassian-event-3.0.0.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/apache/httpcomponents/httpasyncclient-cache/4.1.3/httpasyncclient-cache-4.1.3.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/apache/httpcomponents/httpclient-cache/4.5.3/httpclient-cache-4.5.3.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/apache/httpcomponents/httpasyncclient/4.1.3/httpasyncclient-4.1.3.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/apache/httpcomponents/httpcore-nio/4.4.6/httpcore-nio-4.4.6.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/atlassian/util/concurrent/atlassian-util-concurrent/3.0.0/atlassian-util-concurrent-3.0.0.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/slf4j/slf4j-api/1.7.10/slf4j-api-1.7.10.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/atlassian/connect/ac-play-java_2.10/0.10.1/ac-play-java_2.10-0.10.1.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/io/appium/java-client/7.0.0/java-client-7.0.0.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/cglib/cglib/3.2.8/cglib-3.2.8.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/ow2/asm/asm/6.2.1/asm-6.2.1.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/apache/ant/ant/1.10.3/ant-1.10.3.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/apache/ant/ant-launcher/1.10.3/ant-launcher-1.10.3.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/commons-validator/commons-validator/1.6/commons-validator-1.6.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/commons-beanutils/commons-beanutils/1.9.2/commons-beanutils-1.9.2.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/commons-digester/commons-digester/1.8.1/commons-digester-1.8.1.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/commons-io/commons-io/2.6/commons-io-2.6.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/aspectj/aspectjweaver/1.9.1/aspectjweaver-1.9.1.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/io/github/bonigarcia/webdrivermanager/3.3.0/webdrivermanager-3.3.0.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/rauschig/jarchivelib/1.0.0/jarchivelib-1.0.0.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/net/lightbody/bmp/browsermob-core/2.1.5/browsermob-core-2.1.5.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/net/lightbody/bmp/littleproxy/1.1.0-beta-bmp-17/littleproxy-1.1.0-beta-bmp-17.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/dnsjava/dnsjava/2.1.8/dnsjava-2.1.8.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/slf4j/jcl-over-slf4j/1.7.25/jcl-over-slf4j-1.7.25.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/jcraft/jzlib/1.1.3/jzlib-1.1.3.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/io/netty/netty-all/4.0.51.Final/netty-all-4.0.51.Final.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/bouncycastle/bcprov-jdk15on/1.58/bcprov-jdk15on-1.58.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/bouncycastle/bcpkix-jdk15on/1.58/bcpkix-jdk15on-1.58.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/net/lightbody/bmp/mitm/2.1.5/mitm-2.1.5.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/guava/guava/27.0-jre/guava-27.0-jre.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/guava/failureaccess/1.0/failureaccess-1.0.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/firebase/firebase-admin/5.9.0/firebase-admin-5.9.0.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/api-client/google-api-client/1.23.0/google-api-client-1.23.0.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/oauth-client/google-oauth-client/1.23.0/google-oauth-client-1.23.0.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/http-client/google-http-client-jackson2/1.23.0/google-http-client-jackson2-1.23.0.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/api-client/google-api-client-gson/1.23.0/google-api-client-gson-1.23.0.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/http-client/google-http-client-gson/1.23.0/google-http-client-gson-1.23.0.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/http-client/google-http-client/1.23.0/google-http-client-1.23.0.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/api/api-common/1.2.0/api-common-1.2.0.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/auth/google-auth-library-oauth2-http/0.8.0/google-auth-library-oauth2-http-0.8.0.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/auth/google-auth-library-credentials/0.8.0/google-auth-library-credentials-0.8.0.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/cloud/google-cloud-storage/1.15.0/google-cloud-storage-1.15.0.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/cloud/google-cloud-core/1.15.0/google-cloud-core-1.15.0.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/api/gax/1.16.0/gax-1.16.0.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/protobuf/protobuf-java-util/3.5.1/protobuf-java-util-3.5.1.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/api/grpc/proto-google-common-protos/1.0.4/proto-google-common-protos-1.0.4.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/api/grpc/proto-google-iam-v1/0.1.28/proto-google-iam-v1-0.1.28.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/cloud/google-cloud-core-http/1.15.0/google-cloud-core-http-1.15.0.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/http-client/google-http-client-appengine/1.23.0/google-http-client-appengine-1.23.0.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/http-client/google-http-client-jackson/1.23.0/google-http-client-jackson-1.23.0.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/api/gax-httpjson/0.33.0/gax-httpjson-0.33.0.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/apis/google-api-services-storage/v1-rev114-1.23.0/google-api-services-storage-v1-rev114-1.23.0.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/cloud/google-cloud-firestore/0.33.0-beta/google-cloud-firestore-0.33.0-beta.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/io/netty/netty-tcnative-boringssl-static/2.0.7.Final/netty-tcnative-boringssl-static-2.0.7.Final.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/cloud/google-cloud-core-grpc/1.15.0/google-cloud-core-grpc-1.15.0.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/protobuf/protobuf-java/3.5.1/protobuf-java-3.5.1.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/io/grpc/grpc-protobuf/1.9.0/grpc-protobuf-1.9.0.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/io/grpc/grpc-protobuf-lite/1.9.0/grpc-protobuf-lite-1.9.0.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/io/grpc/grpc-context/1.9.0/grpc-context-1.9.0.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/api/gax-grpc/1.16.0/gax-grpc-1.16.0.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/auto/value/auto-value/1.2/auto-value-1.2.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/threeten/threetenbp/1.3.3/threetenbp-1.3.3.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/api/grpc/proto-google-cloud-firestore-v1beta1/0.1.28/proto-google-cloud-firestore-v1beta1-0.1.28.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/io/grpc/grpc-netty/1.9.0/grpc-netty-1.9.0.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/google/instrumentation/instrumentation-api/0.4.3/instrumentation-api-0.4.3.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/io/opencensus/opencensus-api/0.10.0/opencensus-api-0.10.0.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/io/opencensus/opencensus-contrib-grpc-metrics/0.10.0/opencensus-contrib-grpc-metrics-0.10.0.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/io/netty/netty-handler-proxy/4.1.17.Final/netty-handler-proxy-4.1.17.Final.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/io/netty/netty-codec-socks/4.1.17.Final/netty-codec-socks-4.1.17.Final.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/io/grpc/grpc-stub/1.9.0/grpc-stub-1.9.0.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/io/grpc/grpc-auth/1.9.0/grpc-auth-1.9.0.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/io/netty/netty-codec-http/4.1.17.Final/netty-codec-http-4.1.17.Final.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/io/netty/netty-codec/4.1.17.Final/netty-codec-4.1.17.Final.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/io/netty/netty-handler/4.1.17.Final/netty-handler-4.1.17.Final.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/io/netty/netty-buffer/4.1.17.Final/netty-buffer-4.1.17.Final.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/io/netty/netty-common/4.1.17.Final/netty-common-4.1.17.Final.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/io/netty/netty-transport/4.1.17.Final/netty-transport-4.1.17.Final.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/io/netty/netty-resolver/4.1.17.Final/netty-resolver-4.1.17.Final.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/firebase/firebase-client-jvm/2.5.2/firebase-client-jvm-2.5.2.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/com/firebase/tubesock/0.0.12/tubesock-0.0.12.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/org/freemarker/freemarker/2.3.23/freemarker-2.3.23.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/net/java/dev/jna/jna-platform/4.0.0/jna-platform-4.0.0.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/net/java/dev/jna/jna/4.0.0/jna-4.0.0.jar +Downloading from atlassian-pack: https://packages.atlassian.com/maven-public/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.jar +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/crowdar/Crowd-Core-Framework/1.6.3/Crowd-Core-Framework-1.6.3.jar +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/cucumber/tag-expressions/1.1.1/tag-expressions-1.1.1.jar +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/cucumber/gherkin/5.1.0/gherkin-5.1.0.jar +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/cucumber/cucumber-expressions/6.2.0/cucumber-expressions-6.2.0.jar +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/cucumber/datatable/1.0.3/datatable-1.0.3.jar +Progress (1): 4.1/229 kB Progress (1): 7.8/229 kB Progress (1): 12/229 kB Progress (1): 16/229 kB Progress (1): 20/229 kB Progress (1): 24/229 kB Progress (1): 28/229 kB Progress (2): 28/229 kB | 4.1/53 kB Progress (2): 32/229 kB | 4.1/53 kB Progress (2): 32/229 kB | 7.8/53 kB Progress (2): 32/229 kB | 12/53 kB Progress (2): 32/229 kB | 16/53 kB Progress (2): 32/229 kB | 20/53 kB Progress (2): 32/229 kB | 24/53 kB Progress (2): 32/229 kB | 28/53 kB Progress (2): 32/229 kB | 32/53 kB Progress (2): 32/229 kB | 36/53 kB Progress (2): 32/229 kB | 41/53 kB Progress (3): 32/229 kB | 41/53 kB | 4.1/342 kB Progress (3): 32/229 kB | 41/53 kB | 7.8/342 kB Progress (3): 32/229 kB | 41/53 kB | 12/342 kB Progress (3): 32/229 kB | 41/53 kB | 16/342 kB Progress (3): 32/229 kB | 41/53 kB | 20/342 kB Progress (3): 32/229 kB | 41/53 kB | 24/342 kB Progress (3): 32/229 kB | 41/53 kB | 28/342 kB Progress (3): 32/229 kB | 41/53 kB | 32/342 kB Progress (3): 32/229 kB | 41/53 kB | 36/342 kB Progress (3): 32/229 kB | 41/53 kB | 41/342 kB Progress (3): 32/229 kB | 41/53 kB | 45/342 kB Progress (3): 32/229 kB | 41/53 kB | 49/342 kB Progress (3): 36/229 kB | 41/53 kB | 49/342 kB Progress (3): 41/229 kB | 41/53 kB | 49/342 kB Progress (3): 45/229 kB | 41/53 kB | 49/342 kB Progress (3): 49/229 kB | 41/53 kB | 49/342 kB Progress (3): 53/229 kB | 41/53 kB | 49/342 kB Progress (3): 57/229 kB | 41/53 kB | 49/342 kB Progress (3): 61/229 kB | 41/53 kB | 49/342 kB Progress (3): 65/229 kB | 41/53 kB | 49/342 kB Progress (3): 69/229 kB | 41/53 kB | 49/342 kB Progress (3): 73/229 kB | 41/53 kB | 49/342 kB Progress (3): 77/229 kB | 41/53 kB | 49/342 kB Progress (3): 82/229 kB | 41/53 kB | 49/342 kB Progress (3): 82/229 kB | 45/53 kB | 49/342 kB Progress (3): 82/229 kB | 49/53 kB | 49/342 kB Progress (3): 82/229 kB | 53/53 kB | 49/342 kB Progress (3): 82/229 kB | 53 kB | 49/342 kB Progress (3): 86/229 kB | 53 kB | 49/342 kB Progress (3): 90/229 kB | 53 kB | 49/342 kB Progress (3): 94/229 kB | 53 kB | 49/342 kB Progress (3): 98/229 kB | 53 kB | 49/342 kB Progress (3): 102/229 kB | 53 kB | 49/342 kB Progress (3): 102/229 kB | 53 kB | 53/342 kB Progress (3): 106/229 kB | 53 kB | 53/342 kB Progress (3): 106/229 kB | 53 kB | 57/342 kB Progress (3): 110/229 kB | 53 kB | 57/342 kB Progress (3): 110/229 kB | 53 kB | 61/342 kB Progress (3): 114/229 kB | 53 kB | 61/342 kB Progress (3): 114/229 kB | 53 kB | 65/342 kB Progress (3): 114/229 kB | 53 kB | 69/342 kB Progress (3): 114/229 kB | 53 kB | 73/342 kB Progress (3): 114/229 kB | 53 kB | 77/342 kB Progress (3): 114/229 kB | 53 kB | 82/342 kB Progress (3): 114/229 kB | 53 kB | 86/342 kB Progress (3): 114/229 kB | 53 kB | 90/342 kB Progress (3): 118/229 kB | 53 kB | 90/342 kB Progress (3): 118/229 kB | 53 kB | 94/342 kB Progress (3): 122/229 kB | 53 kB | 94/342 kB Progress (3): 122/229 kB | 53 kB | 98/342 kB Progress (3): 127/229 kB | 53 kB | 98/342 kB Progress (3): 131/229 kB | 53 kB | 98/342 kB Progress (3): 131/229 kB | 53 kB | 102/342 kB Progress (3): 131/229 kB | 53 kB | 106/342 kB Progress (3): 131/229 kB | 53 kB | 110/342 kB Progress (3): 135/229 kB | 53 kB | 110/342 kB Progress (3): 135/229 kB | 53 kB | 114/342 kB Progress (3): 139/229 kB | 53 kB | 114/342 kB Progress (3): 143/229 kB | 53 kB | 114/342 kB Progress (3): 147/229 kB | 53 kB | 114/342 kB Progress (3): 147/229 kB | 53 kB | 118/342 kB Progress (3): 147/229 kB | 53 kB | 122/342 kB Progress (3): 147/229 kB | 53 kB | 127/342 kB Progress (3): 151/229 kB | 53 kB | 127/342 kB Progress (3): 151/229 kB | 53 kB | 131/342 kB Progress (3): 155/229 kB | 53 kB | 131/342 kB Progress (3): 159/229 kB | 53 kB | 131/342 kB Progress (3): 163/229 kB | 53 kB | 131/342 kB Progress (3): 163/229 kB | 53 kB | 135/342 kB Progress (3): 163/229 kB | 53 kB | 139/342 kB Progress (3): 163/229 kB | 53 kB | 143/342 kB Progress (3): 163/229 kB | 53 kB | 147/342 kB Progress (3): 163/229 kB | 53 kB | 151/342 kB Progress (3): 163/229 kB | 53 kB | 155/342 kB Progress (3): 168/229 kB | 53 kB | 155/342 kB Progress (3): 168/229 kB | 53 kB | 159/342 kB Progress (3): 172/229 kB | 53 kB | 159/342 kB Progress (3): 172/229 kB | 53 kB | 163/342 kB Progress (3): 176/229 kB | 53 kB | 163/342 kB Progress (3): 180/229 kB | 53 kB | 163/342 kB Progress (3): 180/229 kB | 53 kB | 168/342 kB Progress (3): 180/229 kB | 53 kB | 172/342 kB Progress (3): 184/229 kB | 53 kB | 172/342 kB Progress (3): 184/229 kB | 53 kB | 176/342 kB Progress (3): 188/229 kB | 53 kB | 176/342 kB Progress (3): 188/229 kB | 53 kB | 180/342 kB Progress (3): 192/229 kB | 53 kB | 180/342 kB Progress (3): 196/229 kB | 53 kB | 180/342 kB Progress (3): 196/229 kB | 53 kB | 184/342 kB Progress (3): 196/229 kB | 53 kB | 188/342 kB Progress (3): 196/229 kB | 53 kB | 192/342 kB Progress (3): 196/229 kB | 53 kB | 196/342 kB Progress (3): 196/229 kB | 53 kB | 200/342 kB Progress (3): 196/229 kB | 53 kB | 204/342 kB Progress (3): 196/229 kB | 53 kB | 208/342 kB Progress (3): 196/229 kB | 53 kB | 213/342 kB Progress (3): 196/229 kB | 53 kB | 217/342 kB Progress (3): 196/229 kB | 53 kB | 221/342 kB Progress (3): 196/229 kB | 53 kB | 225/342 kB Progress (3): 196/229 kB | 53 kB | 229/342 kB Progress (3): 200/229 kB | 53 kB | 229/342 kB Progress (3): 204/229 kB | 53 kB | 229/342 kB Progress (3): 208/229 kB | 53 kB | 229/342 kB Progress (3): 213/229 kB | 53 kB | 229/342 kB Progress (3): 217/229 kB | 53 kB | 229/342 kB Progress (3): 221/229 kB | 53 kB | 229/342 kB Progress (3): 225/229 kB | 53 kB | 229/342 kB Progress (3): 229 kB | 53 kB | 229/342 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/cucumber/cucumber-expressions/6.2.0/cucumber-expressions-6.2.0.jar (53 kB at 15 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/cucumber/datatable-dependencies/1.0.3/datatable-dependencies-1.0.3.jar +Progress (2): 229 kB | 233/342 kB Progress (2): 229 kB | 237/342 kB Progress (2): 229 kB | 241/342 kB Progress (2): 229 kB | 245/342 kB Progress (2): 229 kB | 249/342 kB Progress (2): 229 kB | 254/342 kB Progress (2): 229 kB | 258/342 kB Progress (2): 229 kB | 262/342 kB Progress (2): 229 kB | 266/342 kB Progress (2): 229 kB | 270/342 kB Progress (2): 229 kB | 274/342 kB Progress (2): 229 kB | 278/342 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/crowdar/Crowd-Core-Framework/1.6.3/Crowd-Core-Framework-1.6.3.jar (229 kB at 60 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/cucumber/cucumber-core/4.2.0/cucumber-core-4.2.0.jar +Progress (2): 278/342 kB | 0/1.8 MB Progress (2): 278/342 kB | 0/1.8 MB Progress (2): 278/342 kB | 0/1.8 MB Progress (2): 278/342 kB | 0/1.8 MB Progress (2): 282/342 kB | 0/1.8 MB Progress (2): 286/342 kB | 0/1.8 MB Progress (2): 290/342 kB | 0/1.8 MB Progress (2): 295/342 kB | 0/1.8 MB Progress (2): 299/342 kB | 0/1.8 MB Progress (2): 303/342 kB | 0/1.8 MB Progress (2): 307/342 kB | 0/1.8 MB Progress (2): 311/342 kB | 0/1.8 MB Progress (2): 311/342 kB | 0/1.8 MB Progress (2): 311/342 kB | 0.1/1.8 MB Progress (2): 311/342 kB | 0.1/1.8 MB Progress (2): 311/342 kB | 0.1/1.8 MB Progress (2): 311/342 kB | 0.1/1.8 MB Progress (2): 311/342 kB | 0.1/1.8 MB Progress (2): 311/342 kB | 0.1/1.8 MB Progress (2): 311/342 kB | 0.1/1.8 MB Progress (2): 311/342 kB | 0.1/1.8 MB Progress (2): 311/342 kB | 0.1/1.8 MB Progress (2): 315/342 kB | 0.1/1.8 MB Progress (2): 319/342 kB | 0.1/1.8 MB Progress (2): 323/342 kB | 0.1/1.8 MB Progress (2): 327/342 kB | 0.1/1.8 MB Progress (2): 327/342 kB | 0.1/1.8 MB Progress (2): 327/342 kB | 0.1/1.8 MB Progress (3): 327/342 kB | 0.1/1.8 MB | 4.1/15 kB Progress (3): 327/342 kB | 0.1/1.8 MB | 7.8/15 kB Progress (3): 327/342 kB | 0.1/1.8 MB | 7.8/15 kB Progress (3): 327/342 kB | 0.2/1.8 MB | 7.8/15 kB Progress (3): 327/342 kB | 0.2/1.8 MB | 7.8/15 kB Progress (3): 327/342 kB | 0.2/1.8 MB | 7.8/15 kB Progress (3): 327/342 kB | 0.2/1.8 MB | 7.8/15 kB Progress (3): 331/342 kB | 0.2/1.8 MB | 7.8/15 kB Progress (3): 331/342 kB | 0.2/1.8 MB | 7.8/15 kB Progress (3): 335/342 kB | 0.2/1.8 MB | 7.8/15 kB Progress (3): 340/342 kB | 0.2/1.8 MB | 7.8/15 kB Progress (3): 342 kB | 0.2/1.8 MB | 7.8/15 kB Progress (3): 342 kB | 0.2/1.8 MB | 7.8/15 kB Progress (3): 342 kB | 0.2/1.8 MB | 7.8/15 kB Progress (3): 342 kB | 0.2/1.8 MB | 7.8/15 kB Progress (3): 342 kB | 0.2/1.8 MB | 7.8/15 kB Progress (3): 342 kB | 0.2/1.8 MB | 7.8/15 kB Progress (3): 342 kB | 0.2/1.8 MB | 7.8/15 kB Progress (3): 342 kB | 0.2/1.8 MB | 12/15 kB Progress (3): 342 kB | 0.2/1.8 MB | 15 kB Progress (3): 342 kB | 0.2/1.8 MB | 15 kB Progress (3): 342 kB | 0.3/1.8 MB | 15 kB Progress (4): 342 kB | 0.3/1.8 MB | 15 kB | 4.1/541 kB Progress (4): 342 kB | 0.3/1.8 MB | 15 kB | 7.8/541 kB Progress (4): 342 kB | 0.3/1.8 MB | 15 kB | 12/541 kB Progress (4): 342 kB | 0.3/1.8 MB | 15 kB | 16/541 kB Progress (4): 342 kB | 0.3/1.8 MB | 15 kB | 20/541 kB Progress (4): 342 kB | 0.3/1.8 MB | 15 kB | 24/541 kB Progress (4): 342 kB | 0.3/1.8 MB | 15 kB | 28/541 kB Progress (4): 342 kB | 0.3/1.8 MB | 15 kB | 32/541 kB Progress (4): 342 kB | 0.3/1.8 MB | 15 kB | 32/541 kB Progress (4): 342 kB | 0.3/1.8 MB | 15 kB | 36/541 kB Progress (4): 342 kB | 0.3/1.8 MB | 15 kB | 36/541 kB Progress (4): 342 kB | 0.3/1.8 MB | 15 kB | 41/541 kB Progress (4): 342 kB | 0.3/1.8 MB | 15 kB | 41/541 kB Progress (4): 342 kB | 0.3/1.8 MB | 15 kB | 41/541 kB Progress (4): 342 kB | 0.3/1.8 MB | 15 kB | 41/541 kB Progress (4): 342 kB | 0.3/1.8 MB | 15 kB | 41/541 kB Progress (4): 342 kB | 0.3/1.8 MB | 15 kB | 41/541 kB Progress (4): 342 kB | 0.3/1.8 MB | 15 kB | 41/541 kB Progress (4): 342 kB | 0.3/1.8 MB | 15 kB | 41/541 kB Progress (4): 342 kB | 0.3/1.8 MB | 15 kB | 41/541 kB Progress (4): 342 kB | 0.3/1.8 MB | 15 kB | 41/541 kB Progress (4): 342 kB | 0.4/1.8 MB | 15 kB | 41/541 kB Progress (5): 342 kB | 0.4/1.8 MB | 15 kB | 41/541 kB | 4.1/47 kB Progress (5): 342 kB | 0.4/1.8 MB | 15 kB | 41/541 kB | 7.8/47 kB Progress (5): 342 kB | 0.4/1.8 MB | 15 kB | 41/541 kB | 12/47 kB Progress (5): 342 kB | 0.4/1.8 MB | 15 kB | 41/541 kB | 16/47 kB Progress (5): 342 kB | 0.4/1.8 MB | 15 kB | 41/541 kB | 16/47 kB Progress (5): 342 kB | 0.4/1.8 MB | 15 kB | 41/541 kB | 16/47 kB Progress (5): 342 kB | 0.4/1.8 MB | 15 kB | 45/541 kB | 16/47 kB Progress (5): 342 kB | 0.4/1.8 MB | 15 kB | 49/541 kB | 16/47 kB Progress (5): 342 kB | 0.4/1.8 MB | 15 kB | 53/541 kB | 16/47 kB Progress (5): 342 kB | 0.4/1.8 MB | 15 kB | 57/541 kB | 16/47 kB Progress (5): 342 kB | 0.4/1.8 MB | 15 kB | 61/541 kB | 16/47 kB Progress (5): 342 kB | 0.4/1.8 MB | 15 kB | 65/541 kB | 16/47 kB Progress (5): 342 kB | 0.4/1.8 MB | 15 kB | 69/541 kB | 16/47 kB Progress (5): 342 kB | 0.4/1.8 MB | 15 kB | 73/541 kB | 16/47 kB Progress (5): 342 kB | 0.4/1.8 MB | 15 kB | 77/541 kB | 16/47 kB Progress (5): 342 kB | 0.4/1.8 MB | 15 kB | 82/541 kB | 16/47 kB Progress (5): 342 kB | 0.4/1.8 MB | 15 kB | 86/541 kB | 16/47 kB Progress (5): 342 kB | 0.4/1.8 MB | 15 kB | 90/541 kB | 16/47 kB Progress (5): 342 kB | 0.4/1.8 MB | 15 kB | 90/541 kB | 16/47 kB Progress (5): 342 kB | 0.4/1.8 MB | 15 kB | 90/541 kB | 16/47 kB Progress (5): 342 kB | 0.4/1.8 MB | 15 kB | 90/541 kB | 16/47 kB Progress (5): 342 kB | 0.4/1.8 MB | 15 kB | 90/541 kB | 16/47 kB Progress (5): 342 kB | 0.4/1.8 MB | 15 kB | 90/541 kB | 16/47 kB Progress (5): 342 kB | 0.4/1.8 MB | 15 kB | 90/541 kB | 16/47 kB Progress (5): 342 kB | 0.4/1.8 MB | 15 kB | 90/541 kB | 16/47 kB Progress (5): 342 kB | 0.4/1.8 MB | 15 kB | 90/541 kB | 16/47 kB Progress (5): 342 kB | 0.4/1.8 MB | 15 kB | 90/541 kB | 16/47 kB Progress (5): 342 kB | 0.5/1.8 MB | 15 kB | 90/541 kB | 16/47 kB Progress (5): 342 kB | 0.5/1.8 MB | 15 kB | 90/541 kB | 16/47 kB Progress (5): 342 kB | 0.5/1.8 MB | 15 kB | 90/541 kB | 16/47 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/cucumber/gherkin/5.1.0/gherkin-5.1.0.jar (342 kB at 73 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/cucumber/cucumber-java/4.2.0/cucumber-java-4.2.0.jar +Progress (4): 0.5/1.8 MB | 15 kB | 90/541 kB | 16/47 kB Progress (4): 0.5/1.8 MB | 15 kB | 90/541 kB | 16/47 kB Progress (4): 0.5/1.8 MB | 15 kB | 90/541 kB | 20/47 kB Progress (4): 0.5/1.8 MB | 15 kB | 90/541 kB | 24/47 kB Progress (4): 0.5/1.8 MB | 15 kB | 90/541 kB | 26/47 kB Progress (4): 0.5/1.8 MB | 15 kB | 94/541 kB | 26/47 kB Progress (4): 0.5/1.8 MB | 15 kB | 98/541 kB | 26/47 kB Progress (4): 0.5/1.8 MB | 15 kB | 102/541 kB | 26/47 kB Progress (4): 0.5/1.8 MB | 15 kB | 106/541 kB | 26/47 kB Progress (4): 0.5/1.8 MB | 15 kB | 110/541 kB | 26/47 kB Progress (4): 0.5/1.8 MB | 15 kB | 114/541 kB | 26/47 kB Progress (4): 0.5/1.8 MB | 15 kB | 118/541 kB | 26/47 kB Progress (4): 0.5/1.8 MB | 15 kB | 122/541 kB | 26/47 kB Progress (4): 0.5/1.8 MB | 15 kB | 127/541 kB | 26/47 kB Progress (4): 0.5/1.8 MB | 15 kB | 131/541 kB | 26/47 kB Progress (4): 0.5/1.8 MB | 15 kB | 135/541 kB | 26/47 kB Progress (4): 0.5/1.8 MB | 15 kB | 139/541 kB | 26/47 kB Progress (4): 0.5/1.8 MB | 15 kB | 143/541 kB | 26/47 kB Progress (4): 0.5/1.8 MB | 15 kB | 147/541 kB | 26/47 kB Progress (4): 0.5/1.8 MB | 15 kB | 151/541 kB | 26/47 kB Progress (4): 0.5/1.8 MB | 15 kB | 155/541 kB | 26/47 kB Progress (4): 0.5/1.8 MB | 15 kB | 159/541 kB | 26/47 kB Progress (4): 0.5/1.8 MB | 15 kB | 163/541 kB | 26/47 kB Progress (4): 0.5/1.8 MB | 15 kB | 168/541 kB | 26/47 kB Progress (4): 0.5/1.8 MB | 15 kB | 172/541 kB | 26/47 kB Progress (4): 0.5/1.8 MB | 15 kB | 176/541 kB | 26/47 kB Progress (4): 0.5/1.8 MB | 15 kB | 180/541 kB | 26/47 kB Progress (4): 0.5/1.8 MB | 15 kB | 184/541 kB | 26/47 kB Progress (4): 0.5/1.8 MB | 15 kB | 188/541 kB | 26/47 kB Progress (4): 0.5/1.8 MB | 15 kB | 192/541 kB | 26/47 kB Progress (4): 0.5/1.8 MB | 15 kB | 196/541 kB | 26/47 kB Progress (4): 0.5/1.8 MB | 15 kB | 200/541 kB | 26/47 kB Progress (4): 0.5/1.8 MB | 15 kB | 200/541 kB | 26/47 kB Progress (4): 0.5/1.8 MB | 15 kB | 204/541 kB | 26/47 kB Progress (4): 0.5/1.8 MB | 15 kB | 204/541 kB | 26/47 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/cucumber/tag-expressions/1.1.1/tag-expressions-1.1.1.jar (15 kB at 3.0 kB/s) +Progress (3): 0.5/1.8 MB | 204/541 kB | 26/47 kB Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/cucumber/cucumber-testng/4.2.0/cucumber-testng-4.2.0.jar +Progress (3): 0.5/1.8 MB | 204/541 kB | 26/47 kB Progress (3): 0.5/1.8 MB | 204/541 kB | 26/47 kB Progress (3): 0.5/1.8 MB | 204/541 kB | 26/47 kB Progress (3): 0.5/1.8 MB | 204/541 kB | 26/47 kB Progress (3): 0.5/1.8 MB | 204/541 kB | 26/47 kB Progress (3): 0.6/1.8 MB | 204/541 kB | 26/47 kB Progress (3): 0.6/1.8 MB | 204/541 kB | 26/47 kB Progress (3): 0.6/1.8 MB | 204/541 kB | 26/47 kB Progress (3): 0.6/1.8 MB | 204/541 kB | 26/47 kB Progress (3): 0.6/1.8 MB | 204/541 kB | 26/47 kB Progress (3): 0.6/1.8 MB | 204/541 kB | 26/47 kB Progress (3): 0.6/1.8 MB | 204/541 kB | 30/47 kB Progress (3): 0.6/1.8 MB | 204/541 kB | 34/47 kB Progress (3): 0.6/1.8 MB | 204/541 kB | 39/47 kB Progress (3): 0.6/1.8 MB | 204/541 kB | 43/47 kB Progress (3): 0.6/1.8 MB | 208/541 kB | 43/47 kB Progress (3): 0.6/1.8 MB | 213/541 kB | 43/47 kB Progress (3): 0.6/1.8 MB | 217/541 kB | 43/47 kB Progress (3): 0.6/1.8 MB | 221/541 kB | 43/47 kB Progress (3): 0.6/1.8 MB | 225/541 kB | 43/47 kB Progress (3): 0.6/1.8 MB | 229/541 kB | 43/47 kB Progress (3): 0.6/1.8 MB | 233/541 kB | 43/47 kB Progress (3): 0.6/1.8 MB | 237/541 kB | 43/47 kB Progress (3): 0.6/1.8 MB | 241/541 kB | 43/47 kB Progress (3): 0.6/1.8 MB | 245/541 kB | 43/47 kB Progress (3): 0.6/1.8 MB | 249/541 kB | 43/47 kB Progress (3): 0.6/1.8 MB | 254/541 kB | 43/47 kB Progress (3): 0.6/1.8 MB | 258/541 kB | 43/47 kB Progress (3): 0.6/1.8 MB | 262/541 kB | 43/47 kB Progress (3): 0.6/1.8 MB | 266/541 kB | 43/47 kB Progress (3): 0.6/1.8 MB | 270/541 kB | 43/47 kB Progress (3): 0.6/1.8 MB | 274/541 kB | 43/47 kB Progress (3): 0.6/1.8 MB | 278/541 kB | 43/47 kB Progress (3): 0.6/1.8 MB | 282/541 kB | 43/47 kB Progress (3): 0.6/1.8 MB | 286/541 kB | 43/47 kB Progress (3): 0.6/1.8 MB | 290/541 kB | 43/47 kB Progress (3): 0.6/1.8 MB | 295/541 kB | 43/47 kB Progress (3): 0.6/1.8 MB | 299/541 kB | 43/47 kB Progress (3): 0.6/1.8 MB | 303/541 kB | 43/47 kB Progress (3): 0.6/1.8 MB | 307/541 kB | 43/47 kB Progress (3): 0.6/1.8 MB | 311/541 kB | 43/47 kB Progress (3): 0.6/1.8 MB | 315/541 kB | 43/47 kB Progress (3): 0.6/1.8 MB | 319/541 kB | 43/47 kB Progress (3): 0.6/1.8 MB | 319/541 kB | 43/47 kB Progress (3): 0.6/1.8 MB | 319/541 kB | 43/47 kB Progress (3): 0.6/1.8 MB | 323/541 kB | 43/47 kB Progress (3): 0.6/1.8 MB | 327/541 kB | 43/47 kB Progress (3): 0.6/1.8 MB | 331/541 kB | 43/47 kB Progress (3): 0.6/1.8 MB | 335/541 kB | 43/47 kB Progress (3): 0.6/1.8 MB | 340/541 kB | 43/47 kB Progress (3): 0.6/1.8 MB | 344/541 kB | 43/47 kB Progress (3): 0.6/1.8 MB | 348/541 kB | 43/47 kB Progress (3): 0.6/1.8 MB | 352/541 kB | 43/47 kB Progress (3): 0.6/1.8 MB | 356/541 kB | 43/47 kB Progress (3): 0.6/1.8 MB | 360/541 kB | 43/47 kB Progress (3): 0.6/1.8 MB | 364/541 kB | 43/47 kB Progress (3): 0.6/1.8 MB | 368/541 kB | 43/47 kB Progress (3): 0.6/1.8 MB | 372/541 kB | 43/47 kB Progress (3): 0.6/1.8 MB | 376/541 kB | 43/47 kB Progress (3): 0.6/1.8 MB | 381/541 kB | 43/47 kB Progress (3): 0.6/1.8 MB | 385/541 kB | 43/47 kB Progress (3): 0.6/1.8 MB | 389/541 kB | 43/47 kB Progress (3): 0.6/1.8 MB | 393/541 kB | 43/47 kB Progress (3): 0.6/1.8 MB | 397/541 kB | 43/47 kB Progress (3): 0.6/1.8 MB | 401/541 kB | 43/47 kB Progress (3): 0.6/1.8 MB | 405/541 kB | 43/47 kB Progress (3): 0.6/1.8 MB | 409/541 kB | 43/47 kB Progress (3): 0.6/1.8 MB | 413/541 kB | 43/47 kB Progress (3): 0.6/1.8 MB | 417/541 kB | 43/47 kB Progress (3): 0.6/1.8 MB | 417/541 kB | 43/47 kB Progress (3): 0.6/1.8 MB | 417/541 kB | 43/47 kB Progress (3): 0.6/1.8 MB | 421/541 kB | 43/47 kB Progress (3): 0.6/1.8 MB | 426/541 kB | 43/47 kB Progress (3): 0.6/1.8 MB | 430/541 kB | 43/47 kB Progress (3): 0.6/1.8 MB | 434/541 kB | 43/47 kB Progress (3): 0.6/1.8 MB | 434/541 kB | 43/47 kB Progress (3): 0.6/1.8 MB | 434/541 kB | 43/47 kB Progress (3): 0.7/1.8 MB | 434/541 kB | 43/47 kB Progress (3): 0.7/1.8 MB | 434/541 kB | 43/47 kB Progress (3): 0.7/1.8 MB | 434/541 kB | 43/47 kB Progress (3): 0.7/1.8 MB | 434/541 kB | 43/47 kB Progress (3): 0.7/1.8 MB | 434/541 kB | 43/47 kB Progress (3): 0.7/1.8 MB | 434/541 kB | 43/47 kB Progress (3): 0.7/1.8 MB | 434/541 kB | 43/47 kB Progress (3): 0.7/1.8 MB | 434/541 kB | 43/47 kB Progress (3): 0.7/1.8 MB | 434/541 kB | 47/47 kB Progress (3): 0.7/1.8 MB | 434/541 kB | 47 kB Progress (3): 0.7/1.8 MB | 438/541 kB | 47 kB Progress (3): 0.7/1.8 MB | 442/541 kB | 47 kB Progress (3): 0.7/1.8 MB | 446/541 kB | 47 kB Progress (3): 0.7/1.8 MB | 450/541 kB | 47 kB Progress (3): 0.7/1.8 MB | 454/541 kB | 47 kB Progress (3): 0.7/1.8 MB | 458/541 kB | 47 kB Progress (3): 0.7/1.8 MB | 462/541 kB | 47 kB Progress (3): 0.7/1.8 MB | 467/541 kB | 47 kB Progress (3): 0.7/1.8 MB | 471/541 kB | 47 kB Progress (3): 0.7/1.8 MB | 475/541 kB | 47 kB Progress (3): 0.7/1.8 MB | 479/541 kB | 47 kB Progress (3): 0.7/1.8 MB | 483/541 kB | 47 kB Progress (3): 0.7/1.8 MB | 487/541 kB | 47 kB Progress (3): 0.7/1.8 MB | 491/541 kB | 47 kB Progress (3): 0.7/1.8 MB | 495/541 kB | 47 kB Progress (3): 0.7/1.8 MB | 499/541 kB | 47 kB Progress (3): 0.7/1.8 MB | 503/541 kB | 47 kB Progress (3): 0.7/1.8 MB | 508/541 kB | 47 kB Progress (3): 0.7/1.8 MB | 512/541 kB | 47 kB Progress (3): 0.7/1.8 MB | 516/541 kB | 47 kB Progress (3): 0.7/1.8 MB | 520/541 kB | 47 kB Progress (3): 0.7/1.8 MB | 524/541 kB | 47 kB Progress (3): 0.7/1.8 MB | 528/541 kB | 47 kB Progress (3): 0.7/1.8 MB | 532/541 kB | 47 kB Progress (3): 0.7/1.8 MB | 536/541 kB | 47 kB Progress (3): 0.7/1.8 MB | 540/541 kB | 47 kB Progress (3): 0.7/1.8 MB | 541 kB | 47 kB Progress (3): 0.7/1.8 MB | 541 kB | 47 kB Progress (3): 0.7/1.8 MB | 541 kB | 47 kB Progress (3): 0.7/1.8 MB | 541 kB | 47 kB Progress (3): 0.7/1.8 MB | 541 kB | 47 kB Progress (3): 0.8/1.8 MB | 541 kB | 47 kB Progress (3): 0.8/1.8 MB | 541 kB | 47 kB Progress (4): 0.8/1.8 MB | 541 kB | 47 kB | 4.1/309 kB Progress (4): 0.8/1.8 MB | 541 kB | 47 kB | 4.1/309 kB Progress (4): 0.8/1.8 MB | 541 kB | 47 kB | 7.8/309 kB Progress (4): 0.8/1.8 MB | 541 kB | 47 kB | 7.8/309 kB Progress (4): 0.8/1.8 MB | 541 kB | 47 kB | 12/309 kB Progress (4): 0.8/1.8 MB | 541 kB | 47 kB | 16/309 kB Progress (4): 0.8/1.8 MB | 541 kB | 47 kB | 16/309 kB Progress (4): 0.8/1.8 MB | 541 kB | 47 kB | 20/309 kB Progress (4): 0.8/1.8 MB | 541 kB | 47 kB | 20/309 kB Progress (4): 0.8/1.8 MB | 541 kB | 47 kB | 24/309 kB Progress (4): 0.8/1.8 MB | 541 kB | 47 kB | 28/309 kB Progress (4): 0.8/1.8 MB | 541 kB | 47 kB | 28/309 kB Progress (4): 0.8/1.8 MB | 541 kB | 47 kB | 32/309 kB Progress (4): 0.8/1.8 MB | 541 kB | 47 kB | 32/309 kB Progress (4): 0.8/1.8 MB | 541 kB | 47 kB | 32/309 kB Progress (4): 0.8/1.8 MB | 541 kB | 47 kB | 32/309 kB Progress (4): 0.8/1.8 MB | 541 kB | 47 kB | 32/309 kB Progress (4): 0.8/1.8 MB | 541 kB | 47 kB | 32/309 kB Progress (4): 0.9/1.8 MB | 541 kB | 47 kB | 32/309 kB Progress (4): 0.9/1.8 MB | 541 kB | 47 kB | 32/309 kB Progress (4): 0.9/1.8 MB | 541 kB | 47 kB | 32/309 kB Progress (4): 0.9/1.8 MB | 541 kB | 47 kB | 32/309 kB Progress (4): 0.9/1.8 MB | 541 kB | 47 kB | 32/309 kB Progress (4): 0.9/1.8 MB | 541 kB | 47 kB | 32/309 kB Progress (4): 0.9/1.8 MB | 541 kB | 47 kB | 32/309 kB Progress (4): 0.9/1.8 MB | 541 kB | 47 kB | 32/309 kB Progress (4): 0.9/1.8 MB | 541 kB | 47 kB | 32/309 kB Progress (4): 0.9/1.8 MB | 541 kB | 47 kB | 32/309 kB Progress (4): 0.9/1.8 MB | 541 kB | 47 kB | 32/309 kB Progress (4): 0.9/1.8 MB | 541 kB | 47 kB | 32/309 kB Progress (4): 0.9/1.8 MB | 541 kB | 47 kB | 36/309 kB Progress (4): 0.9/1.8 MB | 541 kB | 47 kB | 41/309 kB Progress (4): 0.9/1.8 MB | 541 kB | 47 kB | 45/309 kB Progress (4): 0.9/1.8 MB | 541 kB | 47 kB | 49/309 kB Progress (5): 0.9/1.8 MB | 541 kB | 47 kB | 49/309 kB | 4.1/11 kB Progress (5): 0.9/1.8 MB | 541 kB | 47 kB | 49/309 kB | 7.8/11 kB Progress (5): 0.9/1.8 MB | 541 kB | 47 kB | 49/309 kB | 11 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/cucumber/datatable/1.0.3/datatable-1.0.3.jar (47 kB at 8.5 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/cucumber/cucumber-picocontainer/4.2.0/cucumber-picocontainer-4.2.0.jar +Progress (4): 0.9/1.8 MB | 541 kB | 49/309 kB | 11 kB Progress (4): 1.0/1.8 MB | 541 kB | 49/309 kB | 11 kB Progress (4): 1.0/1.8 MB | 541 kB | 49/309 kB | 11 kB Progress (4): 1.0/1.8 MB | 541 kB | 49/309 kB | 11 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/cucumber/cucumber-core/4.2.0/cucumber-core-4.2.0.jar (541 kB at 97 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/picocontainer/picocontainer/2.15/picocontainer-2.15.jar +Progress (3): 1.0/1.8 MB | 49/309 kB | 11 kB Progress (3): 1.0/1.8 MB | 49/309 kB | 11 kB Progress (3): 1.0/1.8 MB | 49/309 kB | 11 kB Progress (3): 1.0/1.8 MB | 49/309 kB | 11 kB Progress (3): 1.0/1.8 MB | 53/309 kB | 11 kB Progress (3): 1.0/1.8 MB | 57/309 kB | 11 kB Progress (3): 1.0/1.8 MB | 61/309 kB | 11 kB Progress (3): 1.0/1.8 MB | 65/309 kB | 11 kB Progress (3): 1.0/1.8 MB | 65/309 kB | 11 kB Progress (3): 1.0/1.8 MB | 65/309 kB | 11 kB Progress (3): 1.0/1.8 MB | 65/309 kB | 11 kB Progress (3): 1.0/1.8 MB | 65/309 kB | 11 kB Progress (3): 1.0/1.8 MB | 69/309 kB | 11 kB Progress (3): 1.0/1.8 MB | 73/309 kB | 11 kB Progress (3): 1.0/1.8 MB | 77/309 kB | 11 kB Progress (3): 1.0/1.8 MB | 82/309 kB | 11 kB Progress (3): 1.0/1.8 MB | 82/309 kB | 11 kB Progress (3): 1.1/1.8 MB | 82/309 kB | 11 kB Progress (3): 1.1/1.8 MB | 82/309 kB | 11 kB Progress (3): 1.1/1.8 MB | 82/309 kB | 11 kB Progress (3): 1.1/1.8 MB | 82/309 kB | 11 kB Progress (3): 1.1/1.8 MB | 82/309 kB | 11 kB Progress (3): 1.1/1.8 MB | 82/309 kB | 11 kB Progress (3): 1.1/1.8 MB | 82/309 kB | 11 kB Progress (3): 1.1/1.8 MB | 86/309 kB | 11 kB Progress (3): 1.1/1.8 MB | 90/309 kB | 11 kB Progress (3): 1.1/1.8 MB | 94/309 kB | 11 kB Progress (3): 1.1/1.8 MB | 94/309 kB | 11 kB Progress (3): 1.1/1.8 MB | 98/309 kB | 11 kB Progress (3): 1.1/1.8 MB | 98/309 kB | 11 kB Progress (3): 1.1/1.8 MB | 102/309 kB | 11 kB Progress (3): 1.1/1.8 MB | 106/309 kB | 11 kB Progress (3): 1.1/1.8 MB | 106/309 kB | 11 kB Progress (3): 1.1/1.8 MB | 110/309 kB | 11 kB Progress (3): 1.1/1.8 MB | 110/309 kB | 11 kB Progress (3): 1.1/1.8 MB | 114/309 kB | 11 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/cucumber/cucumber-testng/4.2.0/cucumber-testng-4.2.0.jar (11 kB at 1.9 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/cucumber/cucumber-html/0.2.7/cucumber-html-0.2.7.jar +Progress (3): 1.1/1.8 MB | 114/309 kB | 4.1/4.6 kB Progress (3): 1.1/1.8 MB | 114/309 kB | 4.6 kB Progress (3): 1.1/1.8 MB | 114/309 kB | 4.6 kB Progress (3): 1.2/1.8 MB | 114/309 kB | 4.6 kB Progress (3): 1.2/1.8 MB | 114/309 kB | 4.6 kB Progress (3): 1.2/1.8 MB | 114/309 kB | 4.6 kB Progress (3): 1.2/1.8 MB | 114/309 kB | 4.6 kB Progress (3): 1.2/1.8 MB | 114/309 kB | 4.6 kB Progress (3): 1.2/1.8 MB | 114/309 kB | 4.6 kB Progress (3): 1.2/1.8 MB | 114/309 kB | 4.6 kB Progress (3): 1.2/1.8 MB | 114/309 kB | 4.6 kB Progress (3): 1.2/1.8 MB | 118/309 kB | 4.6 kB Progress (3): 1.2/1.8 MB | 122/309 kB | 4.6 kB Progress (3): 1.2/1.8 MB | 127/309 kB | 4.6 kB Progress (3): 1.2/1.8 MB | 131/309 kB | 4.6 kB Progress (3): 1.2/1.8 MB | 131/309 kB | 4.6 kB Progress (3): 1.2/1.8 MB | 131/309 kB | 4.6 kB Progress (3): 1.2/1.8 MB | 135/309 kB | 4.6 kB Progress (3): 1.2/1.8 MB | 139/309 kB | 4.6 kB Progress (3): 1.2/1.8 MB | 143/309 kB | 4.6 kB Progress (3): 1.2/1.8 MB | 147/309 kB | 4.6 kB Progress (3): 1.2/1.8 MB | 147/309 kB | 4.6 kB Progress (3): 1.2/1.8 MB | 147/309 kB | 4.6 kB Progress (3): 1.3/1.8 MB | 147/309 kB | 4.6 kB Progress (3): 1.3/1.8 MB | 147/309 kB | 4.6 kB Progress (3): 1.3/1.8 MB | 147/309 kB | 4.6 kB Progress (3): 1.3/1.8 MB | 147/309 kB | 4.6 kB Progress (3): 1.3/1.8 MB | 147/309 kB | 4.6 kB Progress (3): 1.3/1.8 MB | 151/309 kB | 4.6 kB Progress (3): 1.3/1.8 MB | 155/309 kB | 4.6 kB Progress (3): 1.3/1.8 MB | 155/309 kB | 4.6 kB Progress (3): 1.3/1.8 MB | 159/309 kB | 4.6 kB Progress (3): 1.3/1.8 MB | 159/309 kB | 4.6 kB Progress (3): 1.3/1.8 MB | 163/309 kB | 4.6 kB Progress (3): 1.3/1.8 MB | 163/309 kB | 4.6 kB Progress (3): 1.3/1.8 MB | 163/309 kB | 4.6 kB Progress (3): 1.3/1.8 MB | 163/309 kB | 4.6 kB Progress (4): 1.3/1.8 MB | 163/309 kB | 4.6 kB | 4.1/326 kB Progress (4): 1.3/1.8 MB | 163/309 kB | 4.6 kB | 7.8/326 kB Progress (4): 1.3/1.8 MB | 163/309 kB | 4.6 kB | 12/326 kB Progress (4): 1.3/1.8 MB | 163/309 kB | 4.6 kB | 16/326 kB Progress (4): 1.4/1.8 MB | 163/309 kB | 4.6 kB | 16/326 kB Progress (4): 1.4/1.8 MB | 163/309 kB | 4.6 kB | 16/326 kB Progress (5): 1.4/1.8 MB | 163/309 kB | 4.6 kB | 16/326 kB | 4.1/39 kB Progress (5): 1.4/1.8 MB | 163/309 kB | 4.6 kB | 16/326 kB | 7.8/39 kB Progress (5): 1.4/1.8 MB | 163/309 kB | 4.6 kB | 16/326 kB | 12/39 kB Progress (5): 1.4/1.8 MB | 163/309 kB | 4.6 kB | 16/326 kB | 16/39 kB Progress (5): 1.4/1.8 MB | 163/309 kB | 4.6 kB | 16/326 kB | 20/39 kB Progress (5): 1.4/1.8 MB | 163/309 kB | 4.6 kB | 16/326 kB | 24/39 kB Progress (5): 1.4/1.8 MB | 163/309 kB | 4.6 kB | 16/326 kB | 28/39 kB Progress (5): 1.4/1.8 MB | 163/309 kB | 4.6 kB | 16/326 kB | 32/39 kB Progress (5): 1.4/1.8 MB | 168/309 kB | 4.6 kB | 16/326 kB | 32/39 kB Progress (5): 1.4/1.8 MB | 168/309 kB | 4.6 kB | 16/326 kB | 36/39 kB Progress (5): 1.4/1.8 MB | 172/309 kB | 4.6 kB | 16/326 kB | 36/39 kB Progress (5): 1.4/1.8 MB | 172/309 kB | 4.6 kB | 16/326 kB | 39 kB Progress (5): 1.4/1.8 MB | 172/309 kB | 4.6 kB | 16/326 kB | 39 kB Progress (5): 1.4/1.8 MB | 176/309 kB | 4.6 kB | 16/326 kB | 39 kB Progress (5): 1.4/1.8 MB | 180/309 kB | 4.6 kB | 16/326 kB | 39 kB Progress (5): 1.4/1.8 MB | 180/309 kB | 4.6 kB | 16/326 kB | 39 kB Progress (5): 1.4/1.8 MB | 180/309 kB | 4.6 kB | 16/326 kB | 39 kB Progress (5): 1.4/1.8 MB | 180/309 kB | 4.6 kB | 16/326 kB | 39 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/cucumber/cucumber-picocontainer/4.2.0/cucumber-picocontainer-4.2.0.jar (4.6 kB at 723 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/cucumber/cucumber-java8/4.2.0/cucumber-java8-4.2.0.jar +Progress (4): 1.4/1.8 MB | 184/309 kB | 16/326 kB | 39 kB Progress (4): 1.4/1.8 MB | 188/309 kB | 16/326 kB | 39 kB Progress (4): 1.4/1.8 MB | 192/309 kB | 16/326 kB | 39 kB Progress (4): 1.4/1.8 MB | 196/309 kB | 16/326 kB | 39 kB Progress (4): 1.4/1.8 MB | 196/309 kB | 16/326 kB | 39 kB Progress (4): 1.4/1.8 MB | 196/309 kB | 16/326 kB | 39 kB Progress (4): 1.4/1.8 MB | 196/309 kB | 20/326 kB | 39 kB Progress (4): 1.4/1.8 MB | 196/309 kB | 24/326 kB | 39 kB Progress (4): 1.4/1.8 MB | 196/309 kB | 24/326 kB | 39 kB Progress (4): 1.4/1.8 MB | 196/309 kB | 24/326 kB | 39 kB Progress (4): 1.5/1.8 MB | 196/309 kB | 24/326 kB | 39 kB Progress (4): 1.5/1.8 MB | 196/309 kB | 24/326 kB | 39 kB Progress (4): 1.5/1.8 MB | 200/309 kB | 24/326 kB | 39 kB Progress (4): 1.5/1.8 MB | 204/309 kB | 24/326 kB | 39 kB Progress (4): 1.5/1.8 MB | 208/309 kB | 24/326 kB | 39 kB Progress (4): 1.5/1.8 MB | 213/309 kB | 24/326 kB | 39 kB Progress (4): 1.5/1.8 MB | 213/309 kB | 24/326 kB | 39 kB Progress (4): 1.5/1.8 MB | 213/309 kB | 24/326 kB | 39 kB Progress (4): 1.5/1.8 MB | 217/309 kB | 24/326 kB | 39 kB Progress (4): 1.5/1.8 MB | 221/309 kB | 24/326 kB | 39 kB Progress (4): 1.5/1.8 MB | 225/309 kB | 24/326 kB | 39 kB Progress (4): 1.5/1.8 MB | 225/309 kB | 24/326 kB | 39 kB Progress (4): 1.5/1.8 MB | 229/309 kB | 24/326 kB | 39 kB Progress (4): 1.5/1.8 MB | 229/309 kB | 24/326 kB | 39 kB Progress (4): 1.5/1.8 MB | 229/309 kB | 28/326 kB | 39 kB Progress (4): 1.5/1.8 MB | 229/309 kB | 32/326 kB | 39 kB Progress (4): 1.5/1.8 MB | 229/309 kB | 32/326 kB | 39 kB Progress (4): 1.5/1.8 MB | 229/309 kB | 32/326 kB | 39 kB Progress (4): 1.5/1.8 MB | 229/309 kB | 32/326 kB | 39 kB Progress (4): 1.6/1.8 MB | 229/309 kB | 32/326 kB | 39 kB Progress (4): 1.6/1.8 MB | 229/309 kB | 32/326 kB | 39 kB Progress (4): 1.6/1.8 MB | 229/309 kB | 32/326 kB | 39 kB Progress (4): 1.6/1.8 MB | 233/309 kB | 32/326 kB | 39 kB Progress (4): 1.6/1.8 MB | 237/309 kB | 32/326 kB | 39 kB Progress (4): 1.6/1.8 MB | 241/309 kB | 32/326 kB | 39 kB Progress (4): 1.6/1.8 MB | 245/309 kB | 32/326 kB | 39 kB Progress (4): 1.6/1.8 MB | 245/309 kB | 32/326 kB | 39 kB Progress (4): 1.6/1.8 MB | 245/309 kB | 32/326 kB | 39 kB Progress (4): 1.6/1.8 MB | 245/309 kB | 32/326 kB | 39 kB Progress (4): 1.6/1.8 MB | 249/309 kB | 32/326 kB | 39 kB Progress (4): 1.6/1.8 MB | 249/309 kB | 32/326 kB | 39 kB Progress (4): 1.6/1.8 MB | 254/309 kB | 32/326 kB | 39 kB Progress (4): 1.6/1.8 MB | 258/309 kB | 32/326 kB | 39 kB Progress (4): 1.6/1.8 MB | 262/309 kB | 32/326 kB | 39 kB Progress (4): 1.6/1.8 MB | 262/309 kB | 32/326 kB | 39 kB Progress (4): 1.6/1.8 MB | 262/309 kB | 32/326 kB | 39 kB Progress (4): 1.6/1.8 MB | 262/309 kB | 36/326 kB | 39 kB Progress (4): 1.6/1.8 MB | 262/309 kB | 41/326 kB | 39 kB Progress (4): 1.6/1.8 MB | 262/309 kB | 45/326 kB | 39 kB Progress (4): 1.6/1.8 MB | 262/309 kB | 49/326 kB | 39 kB Progress (4): 1.6/1.8 MB | 262/309 kB | 49/326 kB | 39 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/cucumber/cucumber-html/0.2.7/cucumber-html-0.2.7.jar (39 kB at 5.8 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/net/jodah/typetools/0.5.0/typetools-0.5.0.jar +Progress (4): 1.6/1.8 MB | 262/309 kB | 49/326 kB | 4.1/607 kB Progress (4): 1.6/1.8 MB | 262/309 kB | 49/326 kB | 7.8/607 kB Progress (4): 1.6/1.8 MB | 262/309 kB | 49/326 kB | 12/607 kB Progress (4): 1.6/1.8 MB | 262/309 kB | 49/326 kB | 16/607 kB Progress (4): 1.6/1.8 MB | 262/309 kB | 49/326 kB | 20/607 kB Progress (4): 1.6/1.8 MB | 262/309 kB | 49/326 kB | 24/607 kB Progress (4): 1.6/1.8 MB | 262/309 kB | 49/326 kB | 28/607 kB Progress (4): 1.6/1.8 MB | 262/309 kB | 49/326 kB | 32/607 kB Progress (4): 1.6/1.8 MB | 262/309 kB | 49/326 kB | 36/607 kB Progress (4): 1.6/1.8 MB | 262/309 kB | 49/326 kB | 41/607 kB Progress (4): 1.6/1.8 MB | 262/309 kB | 49/326 kB | 45/607 kB Progress (4): 1.6/1.8 MB | 262/309 kB | 49/326 kB | 49/607 kB Progress (4): 1.6/1.8 MB | 262/309 kB | 49/326 kB | 53/607 kB Progress (4): 1.6/1.8 MB | 262/309 kB | 49/326 kB | 57/607 kB Progress (4): 1.6/1.8 MB | 262/309 kB | 49/326 kB | 61/607 kB Progress (4): 1.6/1.8 MB | 262/309 kB | 49/326 kB | 65/607 kB Progress (4): 1.6/1.8 MB | 262/309 kB | 49/326 kB | 69/607 kB Progress (4): 1.6/1.8 MB | 262/309 kB | 49/326 kB | 73/607 kB Progress (4): 1.6/1.8 MB | 262/309 kB | 49/326 kB | 77/607 kB Progress (4): 1.6/1.8 MB | 262/309 kB | 49/326 kB | 82/607 kB Progress (4): 1.6/1.8 MB | 262/309 kB | 49/326 kB | 86/607 kB Progress (4): 1.6/1.8 MB | 262/309 kB | 49/326 kB | 90/607 kB Progress (4): 1.6/1.8 MB | 262/309 kB | 49/326 kB | 94/607 kB Progress (4): 1.6/1.8 MB | 262/309 kB | 49/326 kB | 98/607 kB Progress (4): 1.6/1.8 MB | 262/309 kB | 49/326 kB | 102/607 kB Progress (4): 1.6/1.8 MB | 262/309 kB | 49/326 kB | 106/607 kB Progress (4): 1.6/1.8 MB | 262/309 kB | 49/326 kB | 106/607 kB Progress (4): 1.7/1.8 MB | 262/309 kB | 49/326 kB | 106/607 kB Progress (4): 1.7/1.8 MB | 262/309 kB | 49/326 kB | 106/607 kB Progress (4): 1.7/1.8 MB | 266/309 kB | 49/326 kB | 106/607 kB Progress (4): 1.7/1.8 MB | 270/309 kB | 49/326 kB | 106/607 kB Progress (4): 1.7/1.8 MB | 274/309 kB | 49/326 kB | 106/607 kB Progress (4): 1.7/1.8 MB | 278/309 kB | 49/326 kB | 106/607 kB Progress (4): 1.7/1.8 MB | 278/309 kB | 49/326 kB | 106/607 kB Progress (4): 1.7/1.8 MB | 278/309 kB | 49/326 kB | 106/607 kB Progress (4): 1.7/1.8 MB | 278/309 kB | 49/326 kB | 106/607 kB Progress (4): 1.7/1.8 MB | 278/309 kB | 49/326 kB | 106/607 kB Progress (4): 1.7/1.8 MB | 282/309 kB | 49/326 kB | 106/607 kB Progress (4): 1.7/1.8 MB | 286/309 kB | 49/326 kB | 106/607 kB Progress (4): 1.7/1.8 MB | 290/309 kB | 49/326 kB | 106/607 kB Progress (4): 1.7/1.8 MB | 295/309 kB | 49/326 kB | 106/607 kB Progress (4): 1.7/1.8 MB | 295/309 kB | 49/326 kB | 106/607 kB Progress (4): 1.7/1.8 MB | 295/309 kB | 49/326 kB | 106/607 kB Progress (4): 1.7/1.8 MB | 295/309 kB | 49/326 kB | 106/607 kB Progress (4): 1.7/1.8 MB | 295/309 kB | 49/326 kB | 106/607 kB Progress (4): 1.7/1.8 MB | 295/309 kB | 53/326 kB | 106/607 kB Progress (4): 1.7/1.8 MB | 295/309 kB | 57/326 kB | 106/607 kB Progress (4): 1.7/1.8 MB | 295/309 kB | 61/326 kB | 106/607 kB Progress (4): 1.7/1.8 MB | 295/309 kB | 65/326 kB | 106/607 kB Progress (4): 1.7/1.8 MB | 295/309 kB | 65/326 kB | 106/607 kB Progress (4): 1.7/1.8 MB | 299/309 kB | 65/326 kB | 106/607 kB Progress (4): 1.7/1.8 MB | 303/309 kB | 65/326 kB | 106/607 kB Progress (4): 1.7/1.8 MB | 307/309 kB | 65/326 kB | 106/607 kB Progress (4): 1.7/1.8 MB | 309 kB | 65/326 kB | 106/607 kB Progress (4): 1.7/1.8 MB | 309 kB | 69/326 kB | 106/607 kB Progress (4): 1.7/1.8 MB | 309 kB | 73/326 kB | 106/607 kB Progress (4): 1.7/1.8 MB | 309 kB | 77/326 kB | 106/607 kB Progress (4): 1.7/1.8 MB | 309 kB | 82/326 kB | 106/607 kB Progress (4): 1.7/1.8 MB | 309 kB | 82/326 kB | 110/607 kB Progress (4): 1.7/1.8 MB | 309 kB | 82/326 kB | 114/607 kB Progress (4): 1.7/1.8 MB | 309 kB | 82/326 kB | 118/607 kB Progress (4): 1.7/1.8 MB | 309 kB | 82/326 kB | 122/607 kB Progress (4): 1.7/1.8 MB | 309 kB | 82/326 kB | 127/607 kB Progress (4): 1.7/1.8 MB | 309 kB | 82/326 kB | 131/607 kB Progress (4): 1.7/1.8 MB | 309 kB | 82/326 kB | 135/607 kB Progress (4): 1.7/1.8 MB | 309 kB | 82/326 kB | 139/607 kB Progress (4): 1.7/1.8 MB | 309 kB | 82/326 kB | 143/607 kB Progress (4): 1.7/1.8 MB | 309 kB | 82/326 kB | 147/607 kB Progress (4): 1.7/1.8 MB | 309 kB | 82/326 kB | 151/607 kB Progress (4): 1.7/1.8 MB | 309 kB | 82/326 kB | 155/607 kB Progress (4): 1.7/1.8 MB | 309 kB | 82/326 kB | 159/607 kB Progress (4): 1.7/1.8 MB | 309 kB | 82/326 kB | 163/607 kB Progress (4): 1.7/1.8 MB | 309 kB | 82/326 kB | 168/607 kB Progress (5): 1.7/1.8 MB | 309 kB | 82/326 kB | 168/607 kB | 4.1/12 kB Progress (5): 1.7/1.8 MB | 309 kB | 82/326 kB | 172/607 kB | 4.1/12 kB Progress (5): 1.7/1.8 MB | 309 kB | 82/326 kB | 172/607 kB | 7.8/12 kB Progress (5): 1.7/1.8 MB | 309 kB | 82/326 kB | 176/607 kB | 7.8/12 kB Progress (5): 1.7/1.8 MB | 309 kB | 82/326 kB | 180/607 kB | 7.8/12 kB Progress (5): 1.7/1.8 MB | 309 kB | 82/326 kB | 184/607 kB | 7.8/12 kB Progress (5): 1.7/1.8 MB | 309 kB | 82/326 kB | 188/607 kB | 7.8/12 kB Progress (5): 1.7/1.8 MB | 309 kB | 82/326 kB | 192/607 kB | 7.8/12 kB Progress (5): 1.7/1.8 MB | 309 kB | 82/326 kB | 196/607 kB | 7.8/12 kB Progress (5): 1.7/1.8 MB | 309 kB | 82/326 kB | 200/607 kB | 7.8/12 kB Progress (5): 1.7/1.8 MB | 309 kB | 82/326 kB | 204/607 kB | 7.8/12 kB Progress (5): 1.7/1.8 MB | 309 kB | 82/326 kB | 208/607 kB | 7.8/12 kB Progress (5): 1.7/1.8 MB | 309 kB | 82/326 kB | 213/607 kB | 7.8/12 kB Progress (5): 1.7/1.8 MB | 309 kB | 82/326 kB | 217/607 kB | 7.8/12 kB Progress (5): 1.7/1.8 MB | 309 kB | 82/326 kB | 221/607 kB | 7.8/12 kB Progress (5): 1.7/1.8 MB | 309 kB | 82/326 kB | 225/607 kB | 7.8/12 kB Progress (5): 1.7/1.8 MB | 309 kB | 82/326 kB | 229/607 kB | 7.8/12 kB Progress (5): 1.7/1.8 MB | 309 kB | 82/326 kB | 233/607 kB | 7.8/12 kB Progress (5): 1.7/1.8 MB | 309 kB | 82/326 kB | 237/607 kB | 7.8/12 kB Progress (5): 1.7/1.8 MB | 309 kB | 82/326 kB | 241/607 kB | 7.8/12 kB Progress (5): 1.7/1.8 MB | 309 kB | 82/326 kB | 245/607 kB | 7.8/12 kB Progress (5): 1.7/1.8 MB | 309 kB | 82/326 kB | 249/607 kB | 7.8/12 kB Progress (5): 1.7/1.8 MB | 309 kB | 82/326 kB | 254/607 kB | 7.8/12 kB Progress (5): 1.7/1.8 MB | 309 kB | 82/326 kB | 258/607 kB | 7.8/12 kB Progress (5): 1.7/1.8 MB | 309 kB | 82/326 kB | 262/607 kB | 7.8/12 kB Progress (5): 1.7/1.8 MB | 309 kB | 82/326 kB | 266/607 kB | 7.8/12 kB Progress (5): 1.7/1.8 MB | 309 kB | 82/326 kB | 270/607 kB | 7.8/12 kB Progress (5): 1.7/1.8 MB | 309 kB | 82/326 kB | 274/607 kB | 7.8/12 kB Progress (5): 1.7/1.8 MB | 309 kB | 82/326 kB | 278/607 kB | 7.8/12 kB Progress (5): 1.7/1.8 MB | 309 kB | 82/326 kB | 282/607 kB | 7.8/12 kB Progress (5): 1.7/1.8 MB | 309 kB | 82/326 kB | 286/607 kB | 7.8/12 kB Progress (5): 1.7/1.8 MB | 309 kB | 82/326 kB | 290/607 kB | 7.8/12 kB Progress (5): 1.7/1.8 MB | 309 kB | 82/326 kB | 295/607 kB | 7.8/12 kB Progress (5): 1.7/1.8 MB | 309 kB | 82/326 kB | 299/607 kB | 7.8/12 kB Progress (5): 1.7/1.8 MB | 309 kB | 82/326 kB | 303/607 kB | 7.8/12 kB Progress (5): 1.7/1.8 MB | 309 kB | 82/326 kB | 307/607 kB | 7.8/12 kB Progress (5): 1.7/1.8 MB | 309 kB | 82/326 kB | 311/607 kB | 7.8/12 kB Progress (5): 1.7/1.8 MB | 309 kB | 82/326 kB | 315/607 kB | 7.8/12 kB Progress (5): 1.7/1.8 MB | 309 kB | 82/326 kB | 319/607 kB | 7.8/12 kB Progress (5): 1.7/1.8 MB | 309 kB | 82/326 kB | 323/607 kB | 7.8/12 kB Progress (5): 1.7/1.8 MB | 309 kB | 82/326 kB | 327/607 kB | 7.8/12 kB Progress (5): 1.7/1.8 MB | 309 kB | 82/326 kB | 331/607 kB | 7.8/12 kB Progress (5): 1.7/1.8 MB | 309 kB | 82/326 kB | 335/607 kB | 7.8/12 kB Progress (5): 1.7/1.8 MB | 309 kB | 82/326 kB | 340/607 kB | 7.8/12 kB Progress (5): 1.7/1.8 MB | 309 kB | 82/326 kB | 344/607 kB | 7.8/12 kB Progress (5): 1.7/1.8 MB | 309 kB | 82/326 kB | 348/607 kB | 7.8/12 kB Progress (5): 1.7/1.8 MB | 309 kB | 82/326 kB | 352/607 kB | 7.8/12 kB Progress (5): 1.7/1.8 MB | 309 kB | 82/326 kB | 356/607 kB | 7.8/12 kB Progress (5): 1.7/1.8 MB | 309 kB | 82/326 kB | 360/607 kB | 7.8/12 kB Progress (5): 1.7/1.8 MB | 309 kB | 82/326 kB | 364/607 kB | 7.8/12 kB Progress (5): 1.7/1.8 MB | 309 kB | 82/326 kB | 368/607 kB | 7.8/12 kB Progress (5): 1.8/1.8 MB | 309 kB | 82/326 kB | 368/607 kB | 7.8/12 kB Progress (5): 1.8/1.8 MB | 309 kB | 82/326 kB | 368/607 kB | 7.8/12 kB Progress (5): 1.8/1.8 MB | 309 kB | 82/326 kB | 368/607 kB | 7.8/12 kB Progress (5): 1.8/1.8 MB | 309 kB | 82/326 kB | 368/607 kB | 7.8/12 kB Progress (5): 1.8/1.8 MB | 309 kB | 82/326 kB | 368/607 kB | 7.8/12 kB Progress (5): 1.8/1.8 MB | 309 kB | 82/326 kB | 368/607 kB | 7.8/12 kB Progress (5): 1.8/1.8 MB | 309 kB | 82/326 kB | 368/607 kB | 7.8/12 kB Progress (5): 1.8/1.8 MB | 309 kB | 82/326 kB | 368/607 kB | 7.8/12 kB Progress (5): 1.8/1.8 MB | 309 kB | 82/326 kB | 368/607 kB | 7.8/12 kB Progress (5): 1.8/1.8 MB | 309 kB | 82/326 kB | 368/607 kB | 7.8/12 kB Progress (5): 1.8/1.8 MB | 309 kB | 82/326 kB | 368/607 kB | 7.8/12 kB Progress (5): 1.8 MB | 309 kB | 82/326 kB | 368/607 kB | 7.8/12 kB Progress (5): 1.8 MB | 309 kB | 86/326 kB | 368/607 kB | 7.8/12 kB Progress (5): 1.8 MB | 309 kB | 90/326 kB | 368/607 kB | 7.8/12 kB Progress (5): 1.8 MB | 309 kB | 94/326 kB | 368/607 kB | 7.8/12 kB Progress (5): 1.8 MB | 309 kB | 98/326 kB | 368/607 kB | 7.8/12 kB Progress (5): 1.8 MB | 309 kB | 98/326 kB | 372/607 kB | 7.8/12 kB Progress (5): 1.8 MB | 309 kB | 98/326 kB | 376/607 kB | 7.8/12 kB Progress (5): 1.8 MB | 309 kB | 98/326 kB | 381/607 kB | 7.8/12 kB Progress (5): 1.8 MB | 309 kB | 98/326 kB | 385/607 kB | 7.8/12 kB Progress (5): 1.8 MB | 309 kB | 98/326 kB | 389/607 kB | 7.8/12 kB Progress (5): 1.8 MB | 309 kB | 98/326 kB | 393/607 kB | 7.8/12 kB Progress (5): 1.8 MB | 309 kB | 98/326 kB | 397/607 kB | 7.8/12 kB Progress (5): 1.8 MB | 309 kB | 98/326 kB | 401/607 kB | 7.8/12 kB Progress (5): 1.8 MB | 309 kB | 98/326 kB | 401/607 kB | 12 kB Progress (5): 1.8 MB | 309 kB | 98/326 kB | 405/607 kB | 12 kB Progress (5): 1.8 MB | 309 kB | 98/326 kB | 409/607 kB | 12 kB Progress (5): 1.8 MB | 309 kB | 98/326 kB | 413/607 kB | 12 kB Progress (5): 1.8 MB | 309 kB | 98/326 kB | 417/607 kB | 12 kB Progress (5): 1.8 MB | 309 kB | 98/326 kB | 421/607 kB | 12 kB Progress (5): 1.8 MB | 309 kB | 98/326 kB | 426/607 kB | 12 kB Progress (5): 1.8 MB | 309 kB | 98/326 kB | 430/607 kB | 12 kB Progress (5): 1.8 MB | 309 kB | 98/326 kB | 434/607 kB | 12 kB Progress (5): 1.8 MB | 309 kB | 98/326 kB | 438/607 kB | 12 kB Progress (5): 1.8 MB | 309 kB | 98/326 kB | 442/607 kB | 12 kB Progress (5): 1.8 MB | 309 kB | 98/326 kB | 446/607 kB | 12 kB Progress (5): 1.8 MB | 309 kB | 98/326 kB | 450/607 kB | 12 kB Progress (5): 1.8 MB | 309 kB | 98/326 kB | 454/607 kB | 12 kB Progress (5): 1.8 MB | 309 kB | 98/326 kB | 458/607 kB | 12 kB Progress (5): 1.8 MB | 309 kB | 98/326 kB | 462/607 kB | 12 kB Progress (5): 1.8 MB | 309 kB | 98/326 kB | 467/607 kB | 12 kB Progress (5): 1.8 MB | 309 kB | 98/326 kB | 471/607 kB | 12 kB Progress (5): 1.8 MB | 309 kB | 98/326 kB | 475/607 kB | 12 kB Progress (5): 1.8 MB | 309 kB | 98/326 kB | 479/607 kB | 12 kB Progress (5): 1.8 MB | 309 kB | 98/326 kB | 483/607 kB | 12 kB Progress (5): 1.8 MB | 309 kB | 98/326 kB | 487/607 kB | 12 kB Progress (5): 1.8 MB | 309 kB | 98/326 kB | 491/607 kB | 12 kB Progress (5): 1.8 MB | 309 kB | 98/326 kB | 495/607 kB | 12 kB Progress (5): 1.8 MB | 309 kB | 98/326 kB | 499/607 kB | 12 kB Progress (5): 1.8 MB | 309 kB | 98/326 kB | 503/607 kB | 12 kB Progress (5): 1.8 MB | 309 kB | 98/326 kB | 508/607 kB | 12 kB Progress (5): 1.8 MB | 309 kB | 98/326 kB | 512/607 kB | 12 kB Progress (5): 1.8 MB | 309 kB | 98/326 kB | 516/607 kB | 12 kB Progress (5): 1.8 MB | 309 kB | 98/326 kB | 520/607 kB | 12 kB Progress (5): 1.8 MB | 309 kB | 98/326 kB | 524/607 kB | 12 kB Progress (5): 1.8 MB | 309 kB | 98/326 kB | 528/607 kB | 12 kB Progress (5): 1.8 MB | 309 kB | 98/326 kB | 532/607 kB | 12 kB Progress (5): 1.8 MB | 309 kB | 98/326 kB | 536/607 kB | 12 kB Progress (5): 1.8 MB | 309 kB | 98/326 kB | 540/607 kB | 12 kB Progress (5): 1.8 MB | 309 kB | 98/326 kB | 544/607 kB | 12 kB Progress (5): 1.8 MB | 309 kB | 98/326 kB | 548/607 kB | 12 kB Progress (5): 1.8 MB | 309 kB | 98/326 kB | 553/607 kB | 12 kB Progress (5): 1.8 MB | 309 kB | 98/326 kB | 557/607 kB | 12 kB Progress (5): 1.8 MB | 309 kB | 98/326 kB | 561/607 kB | 12 kB Progress (5): 1.8 MB | 309 kB | 98/326 kB | 565/607 kB | 12 kB Progress (5): 1.8 MB | 309 kB | 98/326 kB | 569/607 kB | 12 kB Progress (5): 1.8 MB | 309 kB | 98/326 kB | 573/607 kB | 12 kB Progress (5): 1.8 MB | 309 kB | 98/326 kB | 577/607 kB | 12 kB Progress (5): 1.8 MB | 309 kB | 98/326 kB | 581/607 kB | 12 kB Progress (5): 1.8 MB | 309 kB | 98/326 kB | 585/607 kB | 12 kB Progress (5): 1.8 MB | 309 kB | 98/326 kB | 589/607 kB | 12 kB Progress (5): 1.8 MB | 309 kB | 98/326 kB | 594/607 kB | 12 kB Progress (5): 1.8 MB | 309 kB | 98/326 kB | 598/607 kB | 12 kB Progress (5): 1.8 MB | 309 kB | 98/326 kB | 602/607 kB | 12 kB Progress (5): 1.8 MB | 309 kB | 98/326 kB | 606/607 kB | 12 kB Progress (5): 1.8 MB | 309 kB | 98/326 kB | 607 kB | 12 kB Progress (5): 1.8 MB | 309 kB | 102/326 kB | 607 kB | 12 kB Progress (5): 1.8 MB | 309 kB | 106/326 kB | 607 kB | 12 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/cucumber/cucumber-java/4.2.0/cucumber-java-4.2.0.jar (309 kB at 41 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/testng/testng/6.14.3/testng-6.14.3.jar +Progress (4): 1.8 MB | 110/326 kB | 607 kB | 12 kB Progress (4): 1.8 MB | 114/326 kB | 607 kB | 12 kB Progress (4): 1.8 MB | 118/326 kB | 607 kB | 12 kB Progress (4): 1.8 MB | 122/326 kB | 607 kB | 12 kB Progress (4): 1.8 MB | 127/326 kB | 607 kB | 12 kB Progress (4): 1.8 MB | 131/326 kB | 607 kB | 12 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/cucumber/datatable-dependencies/1.0.3/datatable-dependencies-1.0.3.jar (1.8 MB at 242 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/beust/jcommander/1.72/jcommander-1.72.jar +Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/net/jodah/typetools/0.5.0/typetools-0.5.0.jar (12 kB at 1.5 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar +Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/cucumber/cucumber-java8/4.2.0/cucumber-java8-4.2.0.jar (607 kB at 78 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/picocontainer/picocontainer/1.2/picocontainer-1.2.jar +Progress (1): 135/326 kB Progress (1): 139/326 kB Progress (1): 143/326 kB Progress (1): 147/326 kB Progress (2): 147/326 kB | 7.8/840 kB Progress (2): 147/326 kB | 16/840 kB Progress (2): 147/326 kB | 24/840 kB Progress (2): 147/326 kB | 32/840 kB Progress (2): 147/326 kB | 41/840 kB Progress (2): 147/326 kB | 49/840 kB Progress (2): 147/326 kB | 57/840 kB Progress (2): 147/326 kB | 65/840 kB Progress (2): 147/326 kB | 73/840 kB Progress (2): 147/326 kB | 82/840 kB Progress (2): 147/326 kB | 90/840 kB Progress (2): 147/326 kB | 98/840 kB Progress (2): 147/326 kB | 106/840 kB Progress (2): 147/326 kB | 114/840 kB Progress (2): 147/326 kB | 122/840 kB Progress (2): 151/326 kB | 122/840 kB Progress (2): 155/326 kB | 122/840 kB Progress (2): 159/326 kB | 122/840 kB Progress (2): 163/326 kB | 122/840 kB Progress (2): 168/326 kB | 122/840 kB Progress (2): 172/326 kB | 122/840 kB Progress (2): 176/326 kB | 122/840 kB Progress (2): 180/326 kB | 122/840 kB Progress (3): 180/326 kB | 122/840 kB | 4.1/389 kB Progress (3): 180/326 kB | 122/840 kB | 7.8/389 kB Progress (3): 180/326 kB | 122/840 kB | 12/389 kB Progress (3): 180/326 kB | 122/840 kB | 16/389 kB Progress (3): 180/326 kB | 122/840 kB | 20/389 kB Progress (3): 180/326 kB | 122/840 kB | 24/389 kB Progress (4): 180/326 kB | 122/840 kB | 24/389 kB | 4.1/69 kB Progress (4): 180/326 kB | 122/840 kB | 24/389 kB | 7.8/69 kB Progress (4): 180/326 kB | 122/840 kB | 24/389 kB | 12/69 kB Progress (4): 180/326 kB | 122/840 kB | 24/389 kB | 16/69 kB Progress (4): 180/326 kB | 122/840 kB | 24/389 kB | 20/69 kB Progress (4): 180/326 kB | 122/840 kB | 24/389 kB | 24/69 kB Progress (4): 180/326 kB | 131/840 kB | 24/389 kB | 24/69 kB Progress (4): 180/326 kB | 139/840 kB | 24/389 kB | 24/69 kB Progress (4): 180/326 kB | 147/840 kB | 24/389 kB | 24/69 kB Progress (4): 180/326 kB | 155/840 kB | 24/389 kB | 24/69 kB Progress (4): 180/326 kB | 163/840 kB | 24/389 kB | 24/69 kB Progress (4): 180/326 kB | 172/840 kB | 24/389 kB | 24/69 kB Progress (4): 180/326 kB | 180/840 kB | 24/389 kB | 24/69 kB Progress (4): 180/326 kB | 188/840 kB | 24/389 kB | 24/69 kB Progress (4): 180/326 kB | 196/840 kB | 24/389 kB | 24/69 kB Progress (4): 180/326 kB | 204/840 kB | 24/389 kB | 24/69 kB Progress (4): 180/326 kB | 213/840 kB | 24/389 kB | 24/69 kB Progress (4): 180/326 kB | 221/840 kB | 24/389 kB | 24/69 kB Progress (4): 180/326 kB | 229/840 kB | 24/389 kB | 24/69 kB Progress (4): 180/326 kB | 237/840 kB | 24/389 kB | 24/69 kB Progress (4): 180/326 kB | 245/840 kB | 24/389 kB | 24/69 kB Progress (4): 180/326 kB | 254/840 kB | 24/389 kB | 24/69 kB Progress (4): 180/326 kB | 262/840 kB | 24/389 kB | 24/69 kB Progress (4): 180/326 kB | 270/840 kB | 24/389 kB | 24/69 kB Progress (4): 180/326 kB | 278/840 kB | 24/389 kB | 24/69 kB Progress (4): 180/326 kB | 286/840 kB | 24/389 kB | 24/69 kB Progress (4): 180/326 kB | 295/840 kB | 24/389 kB | 24/69 kB Progress (4): 180/326 kB | 303/840 kB | 24/389 kB | 24/69 kB Progress (4): 180/326 kB | 311/840 kB | 24/389 kB | 24/69 kB Progress (4): 180/326 kB | 319/840 kB | 24/389 kB | 24/69 kB Progress (4): 180/326 kB | 327/840 kB | 24/389 kB | 24/69 kB Progress (4): 180/326 kB | 335/840 kB | 24/389 kB | 24/69 kB Progress (4): 180/326 kB | 344/840 kB | 24/389 kB | 24/69 kB Progress (4): 180/326 kB | 352/840 kB | 24/389 kB | 24/69 kB Progress (4): 180/326 kB | 360/840 kB | 24/389 kB | 24/69 kB Progress (4): 180/326 kB | 368/840 kB | 24/389 kB | 24/69 kB Progress (4): 184/326 kB | 368/840 kB | 24/389 kB | 24/69 kB Progress (4): 188/326 kB | 368/840 kB | 24/389 kB | 24/69 kB Progress (4): 192/326 kB | 368/840 kB | 24/389 kB | 24/69 kB Progress (4): 196/326 kB | 368/840 kB | 24/389 kB | 24/69 kB Progress (4): 196/326 kB | 368/840 kB | 28/389 kB | 24/69 kB Progress (4): 196/326 kB | 368/840 kB | 32/389 kB | 24/69 kB Progress (4): 196/326 kB | 368/840 kB | 36/389 kB | 24/69 kB Progress (4): 196/326 kB | 368/840 kB | 41/389 kB | 24/69 kB Progress (4): 196/326 kB | 368/840 kB | 45/389 kB | 24/69 kB Progress (4): 196/326 kB | 368/840 kB | 49/389 kB | 24/69 kB Progress (4): 196/326 kB | 368/840 kB | 53/389 kB | 24/69 kB Progress (4): 196/326 kB | 368/840 kB | 57/389 kB | 24/69 kB Progress (5): 196/326 kB | 368/840 kB | 57/389 kB | 24/69 kB | 4.1/113 kB Progress (5): 196/326 kB | 368/840 kB | 61/389 kB | 24/69 kB | 4.1/113 kB Progress (5): 196/326 kB | 368/840 kB | 61/389 kB | 24/69 kB | 7.8/113 kB Progress (5): 196/326 kB | 368/840 kB | 65/389 kB | 24/69 kB | 7.8/113 kB Progress (5): 196/326 kB | 368/840 kB | 65/389 kB | 24/69 kB | 12/113 kB Progress (5): 196/326 kB | 368/840 kB | 69/389 kB | 24/69 kB | 12/113 kB Progress (5): 196/326 kB | 368/840 kB | 69/389 kB | 24/69 kB | 16/113 kB Progress (5): 196/326 kB | 368/840 kB | 73/389 kB | 24/69 kB | 16/113 kB Progress (5): 196/326 kB | 368/840 kB | 77/389 kB | 24/69 kB | 16/113 kB Progress (5): 196/326 kB | 368/840 kB | 77/389 kB | 24/69 kB | 20/113 kB Progress (5): 196/326 kB | 368/840 kB | 82/389 kB | 24/69 kB | 20/113 kB Progress (5): 196/326 kB | 368/840 kB | 82/389 kB | 24/69 kB | 24/113 kB Progress (5): 196/326 kB | 368/840 kB | 86/389 kB | 24/69 kB | 24/113 kB Progress (5): 196/326 kB | 368/840 kB | 90/389 kB | 24/69 kB | 24/113 kB Progress (5): 196/326 kB | 368/840 kB | 94/389 kB | 24/69 kB | 24/113 kB Progress (5): 196/326 kB | 368/840 kB | 94/389 kB | 24/69 kB | 28/113 kB Progress (5): 196/326 kB | 368/840 kB | 98/389 kB | 24/69 kB | 28/113 kB Progress (5): 196/326 kB | 368/840 kB | 98/389 kB | 24/69 kB | 32/113 kB Progress (5): 196/326 kB | 368/840 kB | 102/389 kB | 24/69 kB | 32/113 kB Progress (5): 196/326 kB | 368/840 kB | 102/389 kB | 24/69 kB | 36/113 kB Progress (5): 196/326 kB | 368/840 kB | 106/389 kB | 24/69 kB | 36/113 kB Progress (5): 196/326 kB | 368/840 kB | 106/389 kB | 24/69 kB | 41/113 kB Progress (5): 196/326 kB | 376/840 kB | 106/389 kB | 24/69 kB | 41/113 kB Progress (5): 196/326 kB | 385/840 kB | 106/389 kB | 24/69 kB | 41/113 kB Progress (5): 196/326 kB | 393/840 kB | 106/389 kB | 24/69 kB | 41/113 kB Progress (5): 196/326 kB | 401/840 kB | 106/389 kB | 24/69 kB | 41/113 kB Progress (5): 196/326 kB | 409/840 kB | 106/389 kB | 24/69 kB | 41/113 kB Progress (5): 196/326 kB | 417/840 kB | 106/389 kB | 24/69 kB | 41/113 kB Progress (5): 200/326 kB | 417/840 kB | 106/389 kB | 24/69 kB | 41/113 kB Progress (5): 204/326 kB | 417/840 kB | 106/389 kB | 24/69 kB | 41/113 kB Progress (5): 208/326 kB | 417/840 kB | 106/389 kB | 24/69 kB | 41/113 kB Progress (5): 208/326 kB | 426/840 kB | 106/389 kB | 24/69 kB | 41/113 kB Progress (5): 213/326 kB | 426/840 kB | 106/389 kB | 24/69 kB | 41/113 kB Progress (5): 213/326 kB | 434/840 kB | 106/389 kB | 24/69 kB | 41/113 kB Progress (5): 213/326 kB | 442/840 kB | 106/389 kB | 24/69 kB | 41/113 kB Progress (5): 213/326 kB | 450/840 kB | 106/389 kB | 24/69 kB | 41/113 kB Progress (5): 213/326 kB | 458/840 kB | 106/389 kB | 24/69 kB | 41/113 kB Progress (5): 213/326 kB | 467/840 kB | 106/389 kB | 24/69 kB | 41/113 kB Progress (5): 213/326 kB | 475/840 kB | 106/389 kB | 24/69 kB | 41/113 kB Progress (5): 213/326 kB | 483/840 kB | 106/389 kB | 24/69 kB | 41/113 kB Progress (5): 213/326 kB | 491/840 kB | 106/389 kB | 24/69 kB | 41/113 kB Progress (5): 213/326 kB | 499/840 kB | 106/389 kB | 24/69 kB | 41/113 kB Progress (5): 217/326 kB | 499/840 kB | 106/389 kB | 24/69 kB | 41/113 kB Progress (5): 221/326 kB | 499/840 kB | 106/389 kB | 24/69 kB | 41/113 kB Progress (5): 225/326 kB | 499/840 kB | 106/389 kB | 24/69 kB | 41/113 kB Progress (5): 229/326 kB | 499/840 kB | 106/389 kB | 24/69 kB | 41/113 kB Progress (5): 229/326 kB | 499/840 kB | 110/389 kB | 24/69 kB | 41/113 kB Progress (5): 229/326 kB | 499/840 kB | 114/389 kB | 24/69 kB | 41/113 kB Progress (5): 229/326 kB | 499/840 kB | 118/389 kB | 24/69 kB | 41/113 kB Progress (5): 229/326 kB | 499/840 kB | 122/389 kB | 24/69 kB | 41/113 kB Progress (5): 229/326 kB | 499/840 kB | 127/389 kB | 24/69 kB | 41/113 kB Progress (5): 229/326 kB | 499/840 kB | 131/389 kB | 24/69 kB | 41/113 kB Progress (5): 229/326 kB | 499/840 kB | 135/389 kB | 24/69 kB | 41/113 kB Progress (5): 229/326 kB | 499/840 kB | 139/389 kB | 24/69 kB | 41/113 kB Progress (5): 229/326 kB | 499/840 kB | 139/389 kB | 24/69 kB | 45/113 kB Progress (5): 229/326 kB | 499/840 kB | 139/389 kB | 24/69 kB | 49/113 kB Progress (5): 229/326 kB | 499/840 kB | 139/389 kB | 24/69 kB | 53/113 kB Progress (5): 229/326 kB | 499/840 kB | 143/389 kB | 24/69 kB | 53/113 kB Progress (5): 229/326 kB | 499/840 kB | 143/389 kB | 24/69 kB | 57/113 kB Progress (5): 229/326 kB | 499/840 kB | 147/389 kB | 24/69 kB | 57/113 kB Progress (5): 229/326 kB | 499/840 kB | 151/389 kB | 24/69 kB | 57/113 kB Progress (5): 229/326 kB | 499/840 kB | 155/389 kB | 24/69 kB | 57/113 kB Progress (5): 229/326 kB | 499/840 kB | 159/389 kB | 24/69 kB | 57/113 kB Progress (5): 229/326 kB | 499/840 kB | 163/389 kB | 24/69 kB | 57/113 kB Progress (5): 229/326 kB | 499/840 kB | 168/389 kB | 24/69 kB | 57/113 kB Progress (5): 229/326 kB | 499/840 kB | 172/389 kB | 24/69 kB | 57/113 kB Progress (5): 229/326 kB | 499/840 kB | 172/389 kB | 28/69 kB | 57/113 kB Progress (5): 229/326 kB | 499/840 kB | 172/389 kB | 32/69 kB | 57/113 kB Progress (5): 229/326 kB | 499/840 kB | 176/389 kB | 32/69 kB | 57/113 kB Progress (5): 229/326 kB | 499/840 kB | 176/389 kB | 36/69 kB | 57/113 kB Progress (5): 229/326 kB | 499/840 kB | 180/389 kB | 36/69 kB | 57/113 kB Progress (5): 229/326 kB | 508/840 kB | 180/389 kB | 36/69 kB | 57/113 kB Progress (5): 229/326 kB | 508/840 kB | 180/389 kB | 41/69 kB | 57/113 kB Progress (5): 229/326 kB | 516/840 kB | 180/389 kB | 41/69 kB | 57/113 kB Progress (5): 229/326 kB | 516/840 kB | 184/389 kB | 41/69 kB | 57/113 kB Progress (5): 229/326 kB | 516/840 kB | 188/389 kB | 41/69 kB | 57/113 kB Progress (5): 229/326 kB | 524/840 kB | 188/389 kB | 41/69 kB | 57/113 kB Progress (5): 229/326 kB | 532/840 kB | 188/389 kB | 41/69 kB | 57/113 kB Progress (5): 229/326 kB | 540/840 kB | 188/389 kB | 41/69 kB | 57/113 kB Progress (5): 229/326 kB | 548/840 kB | 188/389 kB | 41/69 kB | 57/113 kB Progress (5): 229/326 kB | 557/840 kB | 188/389 kB | 41/69 kB | 57/113 kB Progress (5): 229/326 kB | 565/840 kB | 188/389 kB | 41/69 kB | 57/113 kB Progress (5): 229/326 kB | 573/840 kB | 188/389 kB | 41/69 kB | 57/113 kB Progress (5): 229/326 kB | 581/840 kB | 188/389 kB | 41/69 kB | 57/113 kB Progress (5): 229/326 kB | 589/840 kB | 188/389 kB | 41/69 kB | 57/113 kB Progress (5): 229/326 kB | 598/840 kB | 188/389 kB | 41/69 kB | 57/113 kB Progress (5): 229/326 kB | 606/840 kB | 188/389 kB | 41/69 kB | 57/113 kB Progress (5): 229/326 kB | 614/840 kB | 188/389 kB | 41/69 kB | 57/113 kB Progress (5): 229/326 kB | 622/840 kB | 188/389 kB | 41/69 kB | 57/113 kB Progress (5): 229/326 kB | 630/840 kB | 188/389 kB | 41/69 kB | 57/113 kB Progress (5): 229/326 kB | 639/840 kB | 188/389 kB | 41/69 kB | 57/113 kB Progress (5): 229/326 kB | 647/840 kB | 188/389 kB | 41/69 kB | 57/113 kB Progress (5): 233/326 kB | 647/840 kB | 188/389 kB | 41/69 kB | 57/113 kB Progress (5): 237/326 kB | 647/840 kB | 188/389 kB | 41/69 kB | 57/113 kB Progress (5): 241/326 kB | 647/840 kB | 188/389 kB | 41/69 kB | 57/113 kB Progress (5): 245/326 kB | 647/840 kB | 188/389 kB | 41/69 kB | 57/113 kB Progress (5): 245/326 kB | 647/840 kB | 192/389 kB | 41/69 kB | 57/113 kB Progress (5): 245/326 kB | 647/840 kB | 196/389 kB | 41/69 kB | 57/113 kB Progress (5): 245/326 kB | 647/840 kB | 200/389 kB | 41/69 kB | 57/113 kB Progress (5): 245/326 kB | 647/840 kB | 204/389 kB | 41/69 kB | 57/113 kB Progress (5): 245/326 kB | 647/840 kB | 204/389 kB | 41/69 kB | 61/113 kB Progress (5): 245/326 kB | 647/840 kB | 204/389 kB | 41/69 kB | 65/113 kB Progress (5): 245/326 kB | 647/840 kB | 204/389 kB | 41/69 kB | 69/113 kB Progress (5): 245/326 kB | 647/840 kB | 204/389 kB | 41/69 kB | 73/113 kB Progress (5): 245/326 kB | 647/840 kB | 208/389 kB | 41/69 kB | 73/113 kB Progress (5): 245/326 kB | 647/840 kB | 213/389 kB | 41/69 kB | 73/113 kB Progress (5): 245/326 kB | 647/840 kB | 217/389 kB | 41/69 kB | 73/113 kB Progress (5): 245/326 kB | 647/840 kB | 221/389 kB | 41/69 kB | 73/113 kB Progress (5): 245/326 kB | 647/840 kB | 221/389 kB | 41/69 kB | 77/113 kB Progress (5): 245/326 kB | 647/840 kB | 221/389 kB | 41/69 kB | 82/113 kB Progress (5): 245/326 kB | 647/840 kB | 225/389 kB | 41/69 kB | 82/113 kB Progress (5): 245/326 kB | 647/840 kB | 225/389 kB | 41/69 kB | 86/113 kB Progress (5): 245/326 kB | 647/840 kB | 229/389 kB | 41/69 kB | 86/113 kB Progress (5): 245/326 kB | 647/840 kB | 229/389 kB | 41/69 kB | 90/113 kB Progress (5): 245/326 kB | 647/840 kB | 233/389 kB | 41/69 kB | 90/113 kB Progress (5): 245/326 kB | 647/840 kB | 237/389 kB | 41/69 kB | 90/113 kB Progress (5): 245/326 kB | 647/840 kB | 241/389 kB | 41/69 kB | 90/113 kB Progress (5): 245/326 kB | 647/840 kB | 245/389 kB | 41/69 kB | 90/113 kB Progress (5): 245/326 kB | 647/840 kB | 249/389 kB | 41/69 kB | 90/113 kB Progress (5): 245/326 kB | 647/840 kB | 254/389 kB | 41/69 kB | 90/113 kB Progress (5): 245/326 kB | 647/840 kB | 258/389 kB | 41/69 kB | 90/113 kB Progress (5): 245/326 kB | 647/840 kB | 262/389 kB | 41/69 kB | 90/113 kB Progress (5): 245/326 kB | 647/840 kB | 266/389 kB | 41/69 kB | 90/113 kB Progress (5): 245/326 kB | 647/840 kB | 270/389 kB | 41/69 kB | 90/113 kB Progress (5): 245/326 kB | 647/840 kB | 270/389 kB | 45/69 kB | 90/113 kB Progress (5): 245/326 kB | 647/840 kB | 270/389 kB | 49/69 kB | 90/113 kB Progress (5): 245/326 kB | 647/840 kB | 270/389 kB | 53/69 kB | 90/113 kB Progress (5): 245/326 kB | 647/840 kB | 270/389 kB | 57/69 kB | 90/113 kB Progress (5): 245/326 kB | 655/840 kB | 270/389 kB | 57/69 kB | 90/113 kB Progress (5): 245/326 kB | 663/840 kB | 270/389 kB | 57/69 kB | 90/113 kB Progress (5): 245/326 kB | 671/840 kB | 270/389 kB | 57/69 kB | 90/113 kB Progress (5): 245/326 kB | 680/840 kB | 270/389 kB | 57/69 kB | 90/113 kB Progress (5): 245/326 kB | 688/840 kB | 270/389 kB | 57/69 kB | 90/113 kB Progress (5): 245/326 kB | 696/840 kB | 270/389 kB | 57/69 kB | 90/113 kB Progress (5): 245/326 kB | 696/840 kB | 270/389 kB | 61/69 kB | 90/113 kB Progress (5): 245/326 kB | 696/840 kB | 270/389 kB | 65/69 kB | 90/113 kB Progress (5): 245/326 kB | 696/840 kB | 270/389 kB | 69/69 kB | 90/113 kB Progress (5): 245/326 kB | 696/840 kB | 270/389 kB | 69 kB | 90/113 kB Progress (5): 245/326 kB | 704/840 kB | 270/389 kB | 69 kB | 90/113 kB Progress (5): 245/326 kB | 712/840 kB | 270/389 kB | 69 kB | 90/113 kB Progress (5): 245/326 kB | 720/840 kB | 270/389 kB | 69 kB | 90/113 kB Progress (5): 245/326 kB | 729/840 kB | 270/389 kB | 69 kB | 90/113 kB Progress (5): 245/326 kB | 737/840 kB | 270/389 kB | 69 kB | 90/113 kB Progress (5): 245/326 kB | 745/840 kB | 270/389 kB | 69 kB | 90/113 kB Progress (5): 245/326 kB | 753/840 kB | 270/389 kB | 69 kB | 90/113 kB Progress (5): 245/326 kB | 761/840 kB | 270/389 kB | 69 kB | 90/113 kB Progress (5): 245/326 kB | 770/840 kB | 270/389 kB | 69 kB | 90/113 kB Progress (5): 245/326 kB | 778/840 kB | 270/389 kB | 69 kB | 90/113 kB Progress (5): 249/326 kB | 778/840 kB | 270/389 kB | 69 kB | 90/113 kB Progress (5): 254/326 kB | 778/840 kB | 270/389 kB | 69 kB | 90/113 kB Progress (5): 258/326 kB | 778/840 kB | 270/389 kB | 69 kB | 90/113 kB Progress (5): 262/326 kB | 778/840 kB | 270/389 kB | 69 kB | 90/113 kB Progress (5): 266/326 kB | 778/840 kB | 270/389 kB | 69 kB | 90/113 kB Progress (5): 270/326 kB | 778/840 kB | 270/389 kB | 69 kB | 90/113 kB Progress (5): 274/326 kB | 778/840 kB | 270/389 kB | 69 kB | 90/113 kB Progress (5): 278/326 kB | 778/840 kB | 270/389 kB | 69 kB | 90/113 kB Progress (5): 278/326 kB | 778/840 kB | 270/389 kB | 69 kB | 94/113 kB Progress (5): 278/326 kB | 778/840 kB | 270/389 kB | 69 kB | 98/113 kB Progress (5): 278/326 kB | 778/840 kB | 270/389 kB | 69 kB | 102/113 kB Progress (5): 278/326 kB | 778/840 kB | 270/389 kB | 69 kB | 106/113 kB Progress (5): 278/326 kB | 778/840 kB | 274/389 kB | 69 kB | 106/113 kB Progress (5): 278/326 kB | 778/840 kB | 278/389 kB | 69 kB | 106/113 kB Progress (5): 278/326 kB | 778/840 kB | 282/389 kB | 69 kB | 106/113 kB Progress (5): 278/326 kB | 778/840 kB | 286/389 kB | 69 kB | 106/113 kB Progress (5): 278/326 kB | 778/840 kB | 286/389 kB | 69 kB | 110/113 kB Progress (5): 278/326 kB | 778/840 kB | 286/389 kB | 69 kB | 113 kB Progress (5): 278/326 kB | 778/840 kB | 290/389 kB | 69 kB | 113 kB Progress (5): 278/326 kB | 786/840 kB | 290/389 kB | 69 kB | 113 kB Progress (5): 278/326 kB | 794/840 kB | 290/389 kB | 69 kB | 113 kB Progress (5): 278/326 kB | 794/840 kB | 295/389 kB | 69 kB | 113 kB Progress (5): 278/326 kB | 794/840 kB | 299/389 kB | 69 kB | 113 kB Progress (5): 278/326 kB | 794/840 kB | 303/389 kB | 69 kB | 113 kB Progress (5): 278/326 kB | 794/840 kB | 307/389 kB | 69 kB | 113 kB Progress (5): 278/326 kB | 794/840 kB | 311/389 kB | 69 kB | 113 kB Progress (5): 278/326 kB | 794/840 kB | 315/389 kB | 69 kB | 113 kB Progress (5): 278/326 kB | 794/840 kB | 319/389 kB | 69 kB | 113 kB Progress (5): 278/326 kB | 794/840 kB | 323/389 kB | 69 kB | 113 kB Progress (5): 278/326 kB | 794/840 kB | 327/389 kB | 69 kB | 113 kB Progress (5): 278/326 kB | 794/840 kB | 331/389 kB | 69 kB | 113 kB Progress (5): 278/326 kB | 794/840 kB | 335/389 kB | 69 kB | 113 kB Progress (5): 278/326 kB | 794/840 kB | 340/389 kB | 69 kB | 113 kB Progress (5): 278/326 kB | 794/840 kB | 344/389 kB | 69 kB | 113 kB Progress (5): 278/326 kB | 794/840 kB | 348/389 kB | 69 kB | 113 kB Progress (5): 278/326 kB | 794/840 kB | 352/389 kB | 69 kB | 113 kB Progress (5): 278/326 kB | 794/840 kB | 356/389 kB | 69 kB | 113 kB Progress (5): 278/326 kB | 794/840 kB | 360/389 kB | 69 kB | 113 kB Progress (5): 278/326 kB | 794/840 kB | 364/389 kB | 69 kB | 113 kB Progress (5): 278/326 kB | 802/840 kB | 364/389 kB | 69 kB | 113 kB Progress (5): 278/326 kB | 802/840 kB | 368/389 kB | 69 kB | 113 kB Progress (5): 278/326 kB | 811/840 kB | 368/389 kB | 69 kB | 113 kB Progress (5): 278/326 kB | 819/840 kB | 368/389 kB | 69 kB | 113 kB Progress (5): 278/326 kB | 827/840 kB | 368/389 kB | 69 kB | 113 kB Progress (5): 278/326 kB | 835/840 kB | 368/389 kB | 69 kB | 113 kB Progress (5): 278/326 kB | 840 kB | 368/389 kB | 69 kB | 113 kB Progress (5): 282/326 kB | 840 kB | 368/389 kB | 69 kB | 113 kB Progress (5): 286/326 kB | 840 kB | 368/389 kB | 69 kB | 113 kB Progress (5): 290/326 kB | 840 kB | 368/389 kB | 69 kB | 113 kB Progress (5): 295/326 kB | 840 kB | 368/389 kB | 69 kB | 113 kB Progress (5): 299/326 kB | 840 kB | 368/389 kB | 69 kB | 113 kB Progress (5): 303/326 kB | 840 kB | 368/389 kB | 69 kB | 113 kB Progress (5): 307/326 kB | 840 kB | 368/389 kB | 69 kB | 113 kB Progress (5): 311/326 kB | 840 kB | 368/389 kB | 69 kB | 113 kB Progress (5): 311/326 kB | 840 kB | 372/389 kB | 69 kB | 113 kB Progress (5): 311/326 kB | 840 kB | 376/389 kB | 69 kB | 113 kB Progress (5): 311/326 kB | 840 kB | 381/389 kB | 69 kB | 113 kB Progress (5): 311/326 kB | 840 kB | 385/389 kB | 69 kB | 113 kB Progress (5): 311/326 kB | 840 kB | 389/389 kB | 69 kB | 113 kB Progress (5): 311/326 kB | 840 kB | 389 kB | 69 kB | 113 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/beust/jcommander/1.72/jcommander-1.72.jar (69 kB at 7.5 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/reflections/reflections/0.9.10/reflections-0.9.10.jar +Progress (4): 315/326 kB | 840 kB | 389 kB | 113 kB Progress (4): 319/326 kB | 840 kB | 389 kB | 113 kB Progress (4): 323/326 kB | 840 kB | 389 kB | 113 kB Progress (4): 326 kB | 840 kB | 389 kB | 113 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/picocontainer/picocontainer/1.2/picocontainer-1.2.jar (113 kB at 12 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/javassist/javassist/3.19.0-GA/javassist-3.19.0-GA.jar +Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/testng/testng/6.14.3/testng-6.14.3.jar (840 kB at 90 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/code/findbugs/annotations/2.0.1/annotations-2.0.1.jar +Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar (389 kB at 41 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/jasypt/jasypt/1.9.0/jasypt-1.9.0.jar +Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/picocontainer/picocontainer/2.15/picocontainer-2.15.jar (326 kB at 34 kB/s) +Progress (1): 4.1/130 kB Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/sun/mail/javax.mail/1.6.2/javax.mail-1.6.2.jar +Progress (1): 7.8/130 kB Progress (1): 12/130 kB Progress (1): 16/130 kB Progress (2): 16/130 kB | 4.1/749 kB Progress (2): 16/130 kB | 7.8/749 kB Progress (2): 16/130 kB | 12/749 kB Progress (2): 16/130 kB | 16/749 kB Progress (2): 16/130 kB | 20/749 kB Progress (2): 16/130 kB | 24/749 kB Progress (2): 16/130 kB | 28/749 kB Progress (2): 16/130 kB | 32/749 kB Progress (2): 16/130 kB | 36/749 kB Progress (2): 16/130 kB | 41/749 kB Progress (2): 16/130 kB | 45/749 kB Progress (2): 16/130 kB | 49/749 kB Progress (2): 16/130 kB | 53/749 kB Progress (2): 16/130 kB | 57/749 kB Progress (2): 16/130 kB | 61/749 kB Progress (2): 16/130 kB | 65/749 kB Progress (2): 16/130 kB | 69/749 kB Progress (2): 16/130 kB | 73/749 kB Progress (2): 16/130 kB | 77/749 kB Progress (2): 16/130 kB | 82/749 kB Progress (2): 20/130 kB | 82/749 kB Progress (2): 24/130 kB | 82/749 kB Progress (2): 28/130 kB | 82/749 kB Progress (2): 32/130 kB | 82/749 kB Progress (3): 32/130 kB | 82/749 kB | 4.1/75 kB Progress (3): 32/130 kB | 82/749 kB | 7.8/75 kB Progress (3): 32/130 kB | 82/749 kB | 12/75 kB Progress (3): 32/130 kB | 82/749 kB | 16/75 kB Progress (3): 32/130 kB | 82/749 kB | 20/75 kB Progress (3): 32/130 kB | 82/749 kB | 24/75 kB Progress (3): 32/130 kB | 86/749 kB | 24/75 kB Progress (3): 32/130 kB | 90/749 kB | 24/75 kB Progress (3): 32/130 kB | 94/749 kB | 24/75 kB Progress (3): 32/130 kB | 98/749 kB | 24/75 kB Progress (3): 32/130 kB | 102/749 kB | 24/75 kB Progress (3): 32/130 kB | 106/749 kB | 24/75 kB Progress (3): 32/130 kB | 110/749 kB | 24/75 kB Progress (3): 32/130 kB | 114/749 kB | 24/75 kB Progress (3): 32/130 kB | 118/749 kB | 24/75 kB Progress (3): 32/130 kB | 122/749 kB | 24/75 kB Progress (3): 32/130 kB | 127/749 kB | 24/75 kB Progress (3): 32/130 kB | 131/749 kB | 24/75 kB Progress (4): 32/130 kB | 131/749 kB | 24/75 kB | 4.1/126 kB Progress (4): 32/130 kB | 131/749 kB | 24/75 kB | 7.8/126 kB Progress (4): 32/130 kB | 131/749 kB | 24/75 kB | 12/126 kB Progress (4): 32/130 kB | 131/749 kB | 24/75 kB | 16/126 kB Progress (4): 32/130 kB | 131/749 kB | 24/75 kB | 20/126 kB Progress (4): 32/130 kB | 131/749 kB | 24/75 kB | 24/126 kB Progress (4): 32/130 kB | 131/749 kB | 24/75 kB | 28/126 kB Progress (4): 32/130 kB | 131/749 kB | 24/75 kB | 32/126 kB Progress (4): 32/130 kB | 131/749 kB | 24/75 kB | 36/126 kB Progress (4): 32/130 kB | 131/749 kB | 24/75 kB | 41/126 kB Progress (4): 32/130 kB | 131/749 kB | 24/75 kB | 45/126 kB Progress (4): 32/130 kB | 131/749 kB | 24/75 kB | 49/126 kB Progress (4): 32/130 kB | 131/749 kB | 24/75 kB | 53/126 kB Progress (4): 32/130 kB | 131/749 kB | 24/75 kB | 57/126 kB Progress (4): 32/130 kB | 131/749 kB | 24/75 kB | 61/126 kB Progress (4): 32/130 kB | 131/749 kB | 24/75 kB | 65/126 kB Progress (4): 32/130 kB | 135/749 kB | 24/75 kB | 65/126 kB Progress (4): 32/130 kB | 139/749 kB | 24/75 kB | 65/126 kB Progress (4): 32/130 kB | 143/749 kB | 24/75 kB | 65/126 kB Progress (4): 32/130 kB | 147/749 kB | 24/75 kB | 65/126 kB Progress (4): 32/130 kB | 151/749 kB | 24/75 kB | 65/126 kB Progress (4): 32/130 kB | 155/749 kB | 24/75 kB | 65/126 kB Progress (4): 32/130 kB | 159/749 kB | 24/75 kB | 65/126 kB Progress (4): 32/130 kB | 163/749 kB | 24/75 kB | 65/126 kB Progress (4): 32/130 kB | 168/749 kB | 24/75 kB | 65/126 kB Progress (4): 32/130 kB | 172/749 kB | 24/75 kB | 65/126 kB Progress (4): 32/130 kB | 176/749 kB | 24/75 kB | 65/126 kB Progress (4): 32/130 kB | 180/749 kB | 24/75 kB | 65/126 kB Progress (4): 36/130 kB | 180/749 kB | 24/75 kB | 65/126 kB Progress (4): 41/130 kB | 180/749 kB | 24/75 kB | 65/126 kB Progress (4): 45/130 kB | 180/749 kB | 24/75 kB | 65/126 kB Progress (4): 49/130 kB | 180/749 kB | 24/75 kB | 65/126 kB Progress (4): 53/130 kB | 180/749 kB | 24/75 kB | 65/126 kB Progress (4): 57/130 kB | 180/749 kB | 24/75 kB | 65/126 kB Progress (4): 61/130 kB | 180/749 kB | 24/75 kB | 65/126 kB Progress (4): 65/130 kB | 180/749 kB | 24/75 kB | 65/126 kB Progress (4): 69/130 kB | 180/749 kB | 24/75 kB | 65/126 kB Progress (4): 73/130 kB | 180/749 kB | 24/75 kB | 65/126 kB Progress (4): 77/130 kB | 180/749 kB | 24/75 kB | 65/126 kB Progress (4): 82/130 kB | 180/749 kB | 24/75 kB | 65/126 kB Progress (4): 82/130 kB | 180/749 kB | 28/75 kB | 65/126 kB Progress (4): 82/130 kB | 180/749 kB | 32/75 kB | 65/126 kB Progress (4): 82/130 kB | 180/749 kB | 36/75 kB | 65/126 kB Progress (4): 82/130 kB | 180/749 kB | 41/75 kB | 65/126 kB Progress (4): 82/130 kB | 180/749 kB | 45/75 kB | 65/126 kB Progress (4): 82/130 kB | 180/749 kB | 49/75 kB | 65/126 kB Progress (4): 82/130 kB | 180/749 kB | 53/75 kB | 65/126 kB Progress (4): 82/130 kB | 180/749 kB | 57/75 kB | 65/126 kB Progress (4): 82/130 kB | 184/749 kB | 57/75 kB | 65/126 kB Progress (4): 82/130 kB | 188/749 kB | 57/75 kB | 65/126 kB Progress (4): 82/130 kB | 192/749 kB | 57/75 kB | 65/126 kB Progress (4): 82/130 kB | 196/749 kB | 57/75 kB | 65/126 kB Progress (4): 82/130 kB | 200/749 kB | 57/75 kB | 65/126 kB Progress (4): 82/130 kB | 204/749 kB | 57/75 kB | 65/126 kB Progress (4): 82/130 kB | 208/749 kB | 57/75 kB | 65/126 kB Progress (4): 82/130 kB | 213/749 kB | 57/75 kB | 65/126 kB Progress (4): 82/130 kB | 217/749 kB | 57/75 kB | 65/126 kB Progress (4): 82/130 kB | 221/749 kB | 57/75 kB | 65/126 kB Progress (4): 82/130 kB | 225/749 kB | 57/75 kB | 65/126 kB Progress (4): 82/130 kB | 229/749 kB | 57/75 kB | 65/126 kB Progress (4): 82/130 kB | 229/749 kB | 57/75 kB | 69/126 kB Progress (4): 82/130 kB | 229/749 kB | 57/75 kB | 73/126 kB Progress (4): 82/130 kB | 229/749 kB | 57/75 kB | 77/126 kB Progress (4): 82/130 kB | 229/749 kB | 57/75 kB | 82/126 kB Progress (4): 82/130 kB | 229/749 kB | 57/75 kB | 86/126 kB Progress (4): 82/130 kB | 229/749 kB | 57/75 kB | 90/126 kB Progress (4): 82/130 kB | 229/749 kB | 57/75 kB | 94/126 kB Progress (4): 82/130 kB | 229/749 kB | 57/75 kB | 98/126 kB Progress (4): 82/130 kB | 229/749 kB | 57/75 kB | 102/126 kB Progress (4): 82/130 kB | 229/749 kB | 57/75 kB | 106/126 kB Progress (4): 82/130 kB | 229/749 kB | 57/75 kB | 110/126 kB Progress (4): 82/130 kB | 229/749 kB | 57/75 kB | 114/126 kB Progress (4): 82/130 kB | 229/749 kB | 57/75 kB | 118/126 kB Progress (4): 82/130 kB | 229/749 kB | 57/75 kB | 122/126 kB Progress (4): 82/130 kB | 229/749 kB | 57/75 kB | 126 kB Progress (4): 82/130 kB | 233/749 kB | 57/75 kB | 126 kB Progress (4): 82/130 kB | 237/749 kB | 57/75 kB | 126 kB Progress (4): 82/130 kB | 241/749 kB | 57/75 kB | 126 kB Progress (4): 82/130 kB | 245/749 kB | 57/75 kB | 126 kB Progress (4): 82/130 kB | 249/749 kB | 57/75 kB | 126 kB Progress (4): 82/130 kB | 254/749 kB | 57/75 kB | 126 kB Progress (4): 82/130 kB | 258/749 kB | 57/75 kB | 126 kB Progress (4): 82/130 kB | 262/749 kB | 57/75 kB | 126 kB Progress (4): 82/130 kB | 266/749 kB | 57/75 kB | 126 kB Progress (4): 82/130 kB | 270/749 kB | 57/75 kB | 126 kB Progress (4): 82/130 kB | 274/749 kB | 57/75 kB | 126 kB Progress (4): 82/130 kB | 278/749 kB | 57/75 kB | 126 kB Progress (4): 86/130 kB | 278/749 kB | 57/75 kB | 126 kB Progress (4): 90/130 kB | 278/749 kB | 57/75 kB | 126 kB Progress (4): 94/130 kB | 278/749 kB | 57/75 kB | 126 kB Progress (4): 98/130 kB | 278/749 kB | 57/75 kB | 126 kB Progress (4): 102/130 kB | 278/749 kB | 57/75 kB | 126 kB Progress (4): 106/130 kB | 278/749 kB | 57/75 kB | 126 kB Progress (4): 110/130 kB | 278/749 kB | 57/75 kB | 126 kB Progress (4): 114/130 kB | 278/749 kB | 57/75 kB | 126 kB Progress (4): 114/130 kB | 278/749 kB | 61/75 kB | 126 kB Progress (4): 114/130 kB | 278/749 kB | 65/75 kB | 126 kB Progress (4): 114/130 kB | 278/749 kB | 69/75 kB | 126 kB Progress (4): 114/130 kB | 278/749 kB | 73/75 kB | 126 kB Progress (4): 114/130 kB | 278/749 kB | 75 kB | 126 kB Progress (5): 114/130 kB | 278/749 kB | 75 kB | 126 kB | 4.1/659 kB Progress (5): 114/130 kB | 278/749 kB | 75 kB | 126 kB | 7.8/659 kB Progress (5): 114/130 kB | 278/749 kB | 75 kB | 126 kB | 12/659 kB Progress (5): 114/130 kB | 278/749 kB | 75 kB | 126 kB | 16/659 kB Progress (5): 114/130 kB | 278/749 kB | 75 kB | 126 kB | 20/659 kB Progress (5): 114/130 kB | 278/749 kB | 75 kB | 126 kB | 24/659 kB Progress (5): 114/130 kB | 282/749 kB | 75 kB | 126 kB | 24/659 kB Progress (5): 114/130 kB | 286/749 kB | 75 kB | 126 kB | 24/659 kB Progress (5): 114/130 kB | 290/749 kB | 75 kB | 126 kB | 24/659 kB Progress (5): 114/130 kB | 295/749 kB | 75 kB | 126 kB | 24/659 kB Progress (5): 114/130 kB | 299/749 kB | 75 kB | 126 kB | 24/659 kB Progress (5): 114/130 kB | 303/749 kB | 75 kB | 126 kB | 24/659 kB Progress (5): 114/130 kB | 307/749 kB | 75 kB | 126 kB | 24/659 kB Progress (5): 114/130 kB | 311/749 kB | 75 kB | 126 kB | 24/659 kB Progress (5): 114/130 kB | 315/749 kB | 75 kB | 126 kB | 24/659 kB Progress (5): 114/130 kB | 319/749 kB | 75 kB | 126 kB | 24/659 kB Progress (5): 114/130 kB | 323/749 kB | 75 kB | 126 kB | 24/659 kB Progress (5): 114/130 kB | 327/749 kB | 75 kB | 126 kB | 24/659 kB Progress (5): 114/130 kB | 331/749 kB | 75 kB | 126 kB | 24/659 kB Progress (5): 114/130 kB | 335/749 kB | 75 kB | 126 kB | 24/659 kB Progress (5): 114/130 kB | 340/749 kB | 75 kB | 126 kB | 24/659 kB Progress (5): 114/130 kB | 344/749 kB | 75 kB | 126 kB | 24/659 kB Progress (5): 114/130 kB | 348/749 kB | 75 kB | 126 kB | 24/659 kB Progress (5): 114/130 kB | 352/749 kB | 75 kB | 126 kB | 24/659 kB Progress (5): 118/130 kB | 352/749 kB | 75 kB | 126 kB | 24/659 kB Progress (5): 118/130 kB | 356/749 kB | 75 kB | 126 kB | 24/659 kB Progress (5): 122/130 kB | 356/749 kB | 75 kB | 126 kB | 24/659 kB Progress (5): 122/130 kB | 360/749 kB | 75 kB | 126 kB | 24/659 kB Progress (5): 127/130 kB | 360/749 kB | 75 kB | 126 kB | 24/659 kB Progress (5): 130 kB | 360/749 kB | 75 kB | 126 kB | 24/659 kB Progress (5): 130 kB | 364/749 kB | 75 kB | 126 kB | 24/659 kB Progress (5): 130 kB | 368/749 kB | 75 kB | 126 kB | 24/659 kB Progress (5): 130 kB | 372/749 kB | 75 kB | 126 kB | 24/659 kB Progress (5): 130 kB | 376/749 kB | 75 kB | 126 kB | 24/659 kB Progress (5): 130 kB | 381/749 kB | 75 kB | 126 kB | 24/659 kB Progress (5): 130 kB | 385/749 kB | 75 kB | 126 kB | 24/659 kB Progress (5): 130 kB | 389/749 kB | 75 kB | 126 kB | 24/659 kB Progress (5): 130 kB | 393/749 kB | 75 kB | 126 kB | 24/659 kB Progress (5): 130 kB | 393/749 kB | 75 kB | 126 kB | 28/659 kB Progress (5): 130 kB | 393/749 kB | 75 kB | 126 kB | 32/659 kB Progress (5): 130 kB | 393/749 kB | 75 kB | 126 kB | 36/659 kB Progress (5): 130 kB | 393/749 kB | 75 kB | 126 kB | 41/659 kB Progress (5): 130 kB | 397/749 kB | 75 kB | 126 kB | 41/659 kB Progress (5): 130 kB | 401/749 kB | 75 kB | 126 kB | 41/659 kB Progress (5): 130 kB | 405/749 kB | 75 kB | 126 kB | 41/659 kB Progress (5): 130 kB | 409/749 kB | 75 kB | 126 kB | 41/659 kB Progress (5): 130 kB | 413/749 kB | 75 kB | 126 kB | 41/659 kB Progress (5): 130 kB | 417/749 kB | 75 kB | 126 kB | 41/659 kB Progress (5): 130 kB | 421/749 kB | 75 kB | 126 kB | 41/659 kB Progress (5): 130 kB | 426/749 kB | 75 kB | 126 kB | 41/659 kB Progress (5): 130 kB | 430/749 kB | 75 kB | 126 kB | 41/659 kB Progress (5): 130 kB | 434/749 kB | 75 kB | 126 kB | 41/659 kB Progress (5): 130 kB | 438/749 kB | 75 kB | 126 kB | 41/659 kB Progress (5): 130 kB | 442/749 kB | 75 kB | 126 kB | 41/659 kB Progress (5): 130 kB | 446/749 kB | 75 kB | 126 kB | 41/659 kB Progress (5): 130 kB | 450/749 kB | 75 kB | 126 kB | 41/659 kB Progress (5): 130 kB | 454/749 kB | 75 kB | 126 kB | 41/659 kB Progress (5): 130 kB | 458/749 kB | 75 kB | 126 kB | 41/659 kB Progress (5): 130 kB | 462/749 kB | 75 kB | 126 kB | 41/659 kB Progress (5): 130 kB | 467/749 kB | 75 kB | 126 kB | 41/659 kB Progress (5): 130 kB | 471/749 kB | 75 kB | 126 kB | 41/659 kB Progress (5): 130 kB | 475/749 kB | 75 kB | 126 kB | 41/659 kB Progress (5): 130 kB | 479/749 kB | 75 kB | 126 kB | 41/659 kB Progress (5): 130 kB | 483/749 kB | 75 kB | 126 kB | 41/659 kB Progress (5): 130 kB | 487/749 kB | 75 kB | 126 kB | 41/659 kB Progress (5): 130 kB | 491/749 kB | 75 kB | 126 kB | 41/659 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/jasypt/jasypt/1.9.0/jasypt-1.9.0.jar (126 kB at 12 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/javax/activation/activation/1.1/activation-1.1.jar +Progress (4): 130 kB | 491/749 kB | 75 kB | 45/659 kB Progress (4): 130 kB | 491/749 kB | 75 kB | 49/659 kB Progress (4): 130 kB | 491/749 kB | 75 kB | 53/659 kB Progress (4): 130 kB | 491/749 kB | 75 kB | 57/659 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/code/findbugs/annotations/2.0.1/annotations-2.0.1.jar (75 kB at 7.1 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/pdfbox/pdfbox/2.0.13/pdfbox-2.0.13.jar +Progress (3): 130 kB | 495/749 kB | 57/659 kB Progress (3): 130 kB | 499/749 kB | 57/659 kB Progress (3): 130 kB | 503/749 kB | 57/659 kB Progress (3): 130 kB | 508/749 kB | 57/659 kB Progress (3): 130 kB | 512/749 kB | 57/659 kB Progress (3): 130 kB | 516/749 kB | 57/659 kB Progress (3): 130 kB | 520/749 kB | 57/659 kB Progress (3): 130 kB | 524/749 kB | 57/659 kB Progress (3): 130 kB | 528/749 kB | 57/659 kB Progress (3): 130 kB | 532/749 kB | 57/659 kB Progress (3): 130 kB | 536/749 kB | 57/659 kB Progress (3): 130 kB | 540/749 kB | 57/659 kB Progress (3): 130 kB | 544/749 kB | 57/659 kB Progress (3): 130 kB | 548/749 kB | 57/659 kB Progress (3): 130 kB | 553/749 kB | 57/659 kB Progress (3): 130 kB | 557/749 kB | 57/659 kB Progress (3): 130 kB | 561/749 kB | 57/659 kB Progress (3): 130 kB | 565/749 kB | 57/659 kB Progress (3): 130 kB | 569/749 kB | 57/659 kB Progress (3): 130 kB | 573/749 kB | 57/659 kB Progress (3): 130 kB | 577/749 kB | 57/659 kB Progress (3): 130 kB | 581/749 kB | 57/659 kB Progress (3): 130 kB | 585/749 kB | 57/659 kB Progress (3): 130 kB | 589/749 kB | 57/659 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/reflections/reflections/0.9.10/reflections-0.9.10.jar (130 kB at 12 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/pdfbox/fontbox/2.0.13/fontbox-2.0.13.jar +Progress (2): 589/749 kB | 61/659 kB Progress (2): 589/749 kB | 65/659 kB Progress (2): 589/749 kB | 69/659 kB Progress (2): 589/749 kB | 73/659 kB Progress (2): 594/749 kB | 73/659 kB Progress (2): 598/749 kB | 73/659 kB Progress (2): 602/749 kB | 73/659 kB Progress (2): 606/749 kB | 73/659 kB Progress (2): 610/749 kB | 73/659 kB Progress (2): 614/749 kB | 73/659 kB Progress (2): 618/749 kB | 73/659 kB Progress (2): 622/749 kB | 73/659 kB Progress (2): 626/749 kB | 73/659 kB Progress (2): 630/749 kB | 73/659 kB Progress (2): 634/749 kB | 73/659 kB Progress (2): 639/749 kB | 73/659 kB Progress (2): 643/749 kB | 73/659 kB Progress (2): 647/749 kB | 73/659 kB Progress (2): 651/749 kB | 73/659 kB Progress (2): 655/749 kB | 73/659 kB Progress (2): 659/749 kB | 73/659 kB Progress (2): 663/749 kB | 73/659 kB Progress (2): 667/749 kB | 73/659 kB Progress (2): 671/749 kB | 73/659 kB Progress (2): 675/749 kB | 73/659 kB Progress (2): 680/749 kB | 73/659 kB Progress (2): 684/749 kB | 73/659 kB Progress (2): 688/749 kB | 73/659 kB Progress (2): 688/749 kB | 77/659 kB Progress (2): 688/749 kB | 82/659 kB Progress (2): 688/749 kB | 86/659 kB Progress (2): 688/749 kB | 90/659 kB Progress (3): 688/749 kB | 90/659 kB | 4.1/63 kB Progress (3): 688/749 kB | 90/659 kB | 7.8/63 kB Progress (3): 688/749 kB | 90/659 kB | 12/63 kB Progress (3): 688/749 kB | 90/659 kB | 16/63 kB Progress (3): 688/749 kB | 90/659 kB | 20/63 kB Progress (3): 688/749 kB | 90/659 kB | 24/63 kB Progress (3): 688/749 kB | 90/659 kB | 28/63 kB Progress (3): 688/749 kB | 90/659 kB | 32/63 kB Progress (3): 692/749 kB | 90/659 kB | 32/63 kB Progress (3): 696/749 kB | 90/659 kB | 32/63 kB Progress (3): 700/749 kB | 90/659 kB | 32/63 kB Progress (3): 704/749 kB | 90/659 kB | 32/63 kB Progress (4): 704/749 kB | 90/659 kB | 32/63 kB | 0/2.5 MB Progress (4): 704/749 kB | 90/659 kB | 32/63 kB | 0/2.5 MB Progress (4): 704/749 kB | 90/659 kB | 32/63 kB | 0/2.5 MB Progress (4): 708/749 kB | 90/659 kB | 32/63 kB | 0/2.5 MB Progress (4): 712/749 kB | 90/659 kB | 32/63 kB | 0/2.5 MB Progress (4): 716/749 kB | 90/659 kB | 32/63 kB | 0/2.5 MB Progress (4): 720/749 kB | 90/659 kB | 32/63 kB | 0/2.5 MB Progress (4): 725/749 kB | 90/659 kB | 32/63 kB | 0/2.5 MB Progress (4): 729/749 kB | 90/659 kB | 32/63 kB | 0/2.5 MB Progress (4): 733/749 kB | 90/659 kB | 32/63 kB | 0/2.5 MB Progress (4): 737/749 kB | 90/659 kB | 32/63 kB | 0/2.5 MB Progress (4): 741/749 kB | 90/659 kB | 32/63 kB | 0/2.5 MB Progress (4): 745/749 kB | 90/659 kB | 32/63 kB | 0/2.5 MB Progress (4): 749/749 kB | 90/659 kB | 32/63 kB | 0/2.5 MB Progress (4): 749 kB | 90/659 kB | 32/63 kB | 0/2.5 MB Progress (4): 749 kB | 94/659 kB | 32/63 kB | 0/2.5 MB Progress (4): 749 kB | 98/659 kB | 32/63 kB | 0/2.5 MB Progress (4): 749 kB | 102/659 kB | 32/63 kB | 0/2.5 MB Progress (4): 749 kB | 106/659 kB | 32/63 kB | 0/2.5 MB Progress (4): 749 kB | 106/659 kB | 36/63 kB | 0/2.5 MB Progress (4): 749 kB | 106/659 kB | 41/63 kB | 0/2.5 MB Progress (4): 749 kB | 106/659 kB | 45/63 kB | 0/2.5 MB Progress (4): 749 kB | 106/659 kB | 49/63 kB | 0/2.5 MB Progress (4): 749 kB | 106/659 kB | 53/63 kB | 0/2.5 MB Progress (4): 749 kB | 106/659 kB | 57/63 kB | 0/2.5 MB Progress (4): 749 kB | 106/659 kB | 61/63 kB | 0/2.5 MB Progress (4): 749 kB | 106/659 kB | 63 kB | 0/2.5 MB Progress (4): 749 kB | 110/659 kB | 63 kB | 0/2.5 MB Progress (4): 749 kB | 114/659 kB | 63 kB | 0/2.5 MB Progress (4): 749 kB | 118/659 kB | 63 kB | 0/2.5 MB Progress (4): 749 kB | 122/659 kB | 63 kB | 0/2.5 MB Progress (5): 749 kB | 122/659 kB | 63 kB | 0/2.5 MB | 0/1.6 MB Progress (5): 749 kB | 122/659 kB | 63 kB | 0/2.5 MB | 0/1.6 MB Progress (5): 749 kB | 122/659 kB | 63 kB | 0.1/2.5 MB | 0/1.6 MB Progress (5): 749 kB | 122/659 kB | 63 kB | 0.1/2.5 MB | 0/1.6 MB Progress (5): 749 kB | 122/659 kB | 63 kB | 0.1/2.5 MB | 0/1.6 MB Progress (5): 749 kB | 122/659 kB | 63 kB | 0.1/2.5 MB | 0/1.6 MB Progress (5): 749 kB | 122/659 kB | 63 kB | 0.1/2.5 MB | 0/1.6 MB Progress (5): 749 kB | 122/659 kB | 63 kB | 0.1/2.5 MB | 0/1.6 MB Progress (5): 749 kB | 122/659 kB | 63 kB | 0.2/2.5 MB | 0/1.6 MB Progress (5): 749 kB | 122/659 kB | 63 kB | 0.2/2.5 MB | 0/1.6 MB Progress (5): 749 kB | 127/659 kB | 63 kB | 0.2/2.5 MB | 0/1.6 MB Progress (5): 749 kB | 131/659 kB | 63 kB | 0.2/2.5 MB | 0/1.6 MB Progress (5): 749 kB | 135/659 kB | 63 kB | 0.2/2.5 MB | 0/1.6 MB Progress (5): 749 kB | 139/659 kB | 63 kB | 0.2/2.5 MB | 0/1.6 MB Progress (5): 749 kB | 139/659 kB | 63 kB | 0.2/2.5 MB | 0/1.6 MB Progress (5): 749 kB | 139/659 kB | 63 kB | 0.2/2.5 MB | 0/1.6 MB Progress (5): 749 kB | 139/659 kB | 63 kB | 0.2/2.5 MB | 0/1.6 MB Progress (5): 749 kB | 139/659 kB | 63 kB | 0.2/2.5 MB | 0/1.6 MB Progress (5): 749 kB | 139/659 kB | 63 kB | 0.2/2.5 MB | 0/1.6 MB Progress (5): 749 kB | 139/659 kB | 63 kB | 0.2/2.5 MB | 0/1.6 MB Progress (5): 749 kB | 139/659 kB | 63 kB | 0.2/2.5 MB | 0/1.6 MB Progress (5): 749 kB | 139/659 kB | 63 kB | 0.2/2.5 MB | 0/1.6 MB Progress (5): 749 kB | 139/659 kB | 63 kB | 0.3/2.5 MB | 0/1.6 MB Progress (5): 749 kB | 139/659 kB | 63 kB | 0.3/2.5 MB | 0/1.6 MB Progress (5): 749 kB | 139/659 kB | 63 kB | 0.3/2.5 MB | 0/1.6 MB Progress (5): 749 kB | 139/659 kB | 63 kB | 0.3/2.5 MB | 0/1.6 MB Progress (5): 749 kB | 139/659 kB | 63 kB | 0.3/2.5 MB | 0/1.6 MB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/javassist/javassist/3.19.0-GA/javassist-3.19.0-GA.jar (749 kB at 66 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/commons-logging/commons-logging/1.2/commons-logging-1.2.jar +Progress (4): 143/659 kB | 63 kB | 0.3/2.5 MB | 0/1.6 MB Progress (4): 147/659 kB | 63 kB | 0.3/2.5 MB | 0/1.6 MB Progress (4): 151/659 kB | 63 kB | 0.3/2.5 MB | 0/1.6 MB Progress (4): 155/659 kB | 63 kB | 0.3/2.5 MB | 0/1.6 MB Progress (4): 155/659 kB | 63 kB | 0.3/2.5 MB | 0.1/1.6 MB Progress (4): 155/659 kB | 63 kB | 0.3/2.5 MB | 0.1/1.6 MB Progress (4): 155/659 kB | 63 kB | 0.3/2.5 MB | 0.1/1.6 MB Progress (4): 155/659 kB | 63 kB | 0.3/2.5 MB | 0.1/1.6 MB Progress (4): 155/659 kB | 63 kB | 0.3/2.5 MB | 0.1/1.6 MB Progress (4): 155/659 kB | 63 kB | 0.3/2.5 MB | 0.1/1.6 MB Progress (4): 155/659 kB | 63 kB | 0.3/2.5 MB | 0.1/1.6 MB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/javax/activation/activation/1.1/activation-1.1.jar (63 kB at 5.5 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/aventstack/extentreports/3.1.5/extentreports-3.1.5.jar +Progress (3): 155/659 kB | 0.4/2.5 MB | 0.1/1.6 MB Progress (3): 155/659 kB | 0.4/2.5 MB | 0.1/1.6 MB Progress (3): 155/659 kB | 0.4/2.5 MB | 0.1/1.6 MB Progress (3): 155/659 kB | 0.4/2.5 MB | 0.1/1.6 MB Progress (3): 155/659 kB | 0.4/2.5 MB | 0.1/1.6 MB Progress (3): 155/659 kB | 0.4/2.5 MB | 0.1/1.6 MB Progress (3): 155/659 kB | 0.5/2.5 MB | 0.1/1.6 MB Progress (3): 159/659 kB | 0.5/2.5 MB | 0.1/1.6 MB Progress (3): 163/659 kB | 0.5/2.5 MB | 0.1/1.6 MB Progress (3): 168/659 kB | 0.5/2.5 MB | 0.1/1.6 MB Progress (3): 172/659 kB | 0.5/2.5 MB | 0.1/1.6 MB Progress (3): 172/659 kB | 0.5/2.5 MB | 0.1/1.6 MB Progress (3): 172/659 kB | 0.5/2.5 MB | 0.1/1.6 MB Progress (3): 176/659 kB | 0.5/2.5 MB | 0.1/1.6 MB Progress (3): 180/659 kB | 0.5/2.5 MB | 0.1/1.6 MB Progress (3): 184/659 kB | 0.5/2.5 MB | 0.1/1.6 MB Progress (3): 188/659 kB | 0.5/2.5 MB | 0.1/1.6 MB Progress (3): 188/659 kB | 0.5/2.5 MB | 0.1/1.6 MB Progress (3): 188/659 kB | 0.5/2.5 MB | 0.1/1.6 MB Progress (3): 188/659 kB | 0.5/2.5 MB | 0.1/1.6 MB Progress (3): 188/659 kB | 0.5/2.5 MB | 0.1/1.6 MB Progress (3): 188/659 kB | 0.5/2.5 MB | 0.1/1.6 MB Progress (3): 188/659 kB | 0.5/2.5 MB | 0.1/1.6 MB Progress (3): 188/659 kB | 0.5/2.5 MB | 0.1/1.6 MB Progress (3): 188/659 kB | 0.5/2.5 MB | 0.1/1.6 MB Progress (3): 188/659 kB | 0.5/2.5 MB | 0.1/1.6 MB Progress (3): 188/659 kB | 0.6/2.5 MB | 0.1/1.6 MB Progress (3): 188/659 kB | 0.6/2.5 MB | 0.1/1.6 MB Progress (3): 188/659 kB | 0.6/2.5 MB | 0.1/1.6 MB Progress (3): 188/659 kB | 0.6/2.5 MB | 0.1/1.6 MB Progress (3): 188/659 kB | 0.6/2.5 MB | 0.1/1.6 MB Progress (3): 188/659 kB | 0.6/2.5 MB | 0.1/1.6 MB Progress (3): 192/659 kB | 0.6/2.5 MB | 0.1/1.6 MB Progress (3): 196/659 kB | 0.6/2.5 MB | 0.1/1.6 MB Progress (3): 200/659 kB | 0.6/2.5 MB | 0.1/1.6 MB Progress (3): 204/659 kB | 0.6/2.5 MB | 0.1/1.6 MB Progress (4): 204/659 kB | 0.6/2.5 MB | 0.1/1.6 MB | 4.1/62 kB Progress (4): 204/659 kB | 0.6/2.5 MB | 0.1/1.6 MB | 7.8/62 kB Progress (4): 204/659 kB | 0.6/2.5 MB | 0.1/1.6 MB | 12/62 kB Progress (4): 204/659 kB | 0.6/2.5 MB | 0.1/1.6 MB | 16/62 kB Progress (4): 204/659 kB | 0.6/2.5 MB | 0.1/1.6 MB | 20/62 kB Progress (4): 204/659 kB | 0.6/2.5 MB | 0.1/1.6 MB | 24/62 kB Progress (4): 204/659 kB | 0.6/2.5 MB | 0.1/1.6 MB | 28/62 kB Progress (4): 204/659 kB | 0.6/2.5 MB | 0.1/1.6 MB | 32/62 kB Progress (4): 204/659 kB | 0.6/2.5 MB | 0.1/1.6 MB | 36/62 kB Progress (4): 204/659 kB | 0.6/2.5 MB | 0.1/1.6 MB | 41/62 kB Progress (4): 208/659 kB | 0.6/2.5 MB | 0.1/1.6 MB | 41/62 kB Progress (4): 213/659 kB | 0.6/2.5 MB | 0.1/1.6 MB | 41/62 kB Progress (4): 217/659 kB | 0.6/2.5 MB | 0.1/1.6 MB | 41/62 kB Progress (4): 221/659 kB | 0.6/2.5 MB | 0.1/1.6 MB | 41/62 kB Progress (4): 221/659 kB | 0.6/2.5 MB | 0.2/1.6 MB | 41/62 kB Progress (4): 221/659 kB | 0.6/2.5 MB | 0.2/1.6 MB | 41/62 kB Progress (4): 221/659 kB | 0.6/2.5 MB | 0.2/1.6 MB | 41/62 kB Progress (4): 221/659 kB | 0.6/2.5 MB | 0.2/1.6 MB | 41/62 kB Progress (4): 221/659 kB | 0.6/2.5 MB | 0.2/1.6 MB | 41/62 kB Progress (4): 221/659 kB | 0.6/2.5 MB | 0.2/1.6 MB | 41/62 kB Progress (4): 221/659 kB | 0.6/2.5 MB | 0.2/1.6 MB | 41/62 kB Progress (4): 221/659 kB | 0.6/2.5 MB | 0.2/1.6 MB | 41/62 kB Progress (4): 221/659 kB | 0.7/2.5 MB | 0.2/1.6 MB | 41/62 kB Progress (4): 221/659 kB | 0.7/2.5 MB | 0.2/1.6 MB | 41/62 kB Progress (4): 221/659 kB | 0.7/2.5 MB | 0.2/1.6 MB | 41/62 kB Progress (4): 221/659 kB | 0.7/2.5 MB | 0.2/1.6 MB | 41/62 kB Progress (4): 221/659 kB | 0.7/2.5 MB | 0.2/1.6 MB | 41/62 kB Progress (4): 221/659 kB | 0.7/2.5 MB | 0.2/1.6 MB | 41/62 kB Progress (4): 221/659 kB | 0.8/2.5 MB | 0.2/1.6 MB | 41/62 kB Progress (5): 221/659 kB | 0.8/2.5 MB | 0.2/1.6 MB | 41/62 kB | 4.1/173 kB Progress (5): 221/659 kB | 0.8/2.5 MB | 0.2/1.6 MB | 41/62 kB | 7.8/173 kB Progress (5): 221/659 kB | 0.8/2.5 MB | 0.2/1.6 MB | 41/62 kB | 12/173 kB Progress (5): 221/659 kB | 0.8/2.5 MB | 0.2/1.6 MB | 41/62 kB | 16/173 kB Progress (5): 221/659 kB | 0.8/2.5 MB | 0.2/1.6 MB | 41/62 kB | 20/173 kB Progress (5): 221/659 kB | 0.8/2.5 MB | 0.2/1.6 MB | 41/62 kB | 24/173 kB Progress (5): 221/659 kB | 0.8/2.5 MB | 0.2/1.6 MB | 41/62 kB | 24/173 kB Progress (5): 221/659 kB | 0.8/2.5 MB | 0.2/1.6 MB | 41/62 kB | 24/173 kB Progress (5): 221/659 kB | 0.8/2.5 MB | 0.2/1.6 MB | 41/62 kB | 24/173 kB Progress (5): 225/659 kB | 0.8/2.5 MB | 0.2/1.6 MB | 41/62 kB | 24/173 kB Progress (5): 229/659 kB | 0.8/2.5 MB | 0.2/1.6 MB | 41/62 kB | 24/173 kB Progress (5): 233/659 kB | 0.8/2.5 MB | 0.2/1.6 MB | 41/62 kB | 24/173 kB Progress (5): 237/659 kB | 0.8/2.5 MB | 0.2/1.6 MB | 41/62 kB | 24/173 kB Progress (5): 237/659 kB | 0.8/2.5 MB | 0.2/1.6 MB | 45/62 kB | 24/173 kB Progress (5): 237/659 kB | 0.8/2.5 MB | 0.2/1.6 MB | 49/62 kB | 24/173 kB Progress (5): 237/659 kB | 0.8/2.5 MB | 0.2/1.6 MB | 53/62 kB | 24/173 kB Progress (5): 237/659 kB | 0.8/2.5 MB | 0.2/1.6 MB | 57/62 kB | 24/173 kB Progress (5): 237/659 kB | 0.8/2.5 MB | 0.2/1.6 MB | 61/62 kB | 24/173 kB Progress (5): 237/659 kB | 0.8/2.5 MB | 0.2/1.6 MB | 62 kB | 24/173 kB Progress (5): 241/659 kB | 0.8/2.5 MB | 0.2/1.6 MB | 62 kB | 24/173 kB Progress (5): 245/659 kB | 0.8/2.5 MB | 0.2/1.6 MB | 62 kB | 24/173 kB Progress (5): 249/659 kB | 0.8/2.5 MB | 0.2/1.6 MB | 62 kB | 24/173 kB Progress (5): 254/659 kB | 0.8/2.5 MB | 0.2/1.6 MB | 62 kB | 24/173 kB Progress (5): 254/659 kB | 0.8/2.5 MB | 0.2/1.6 MB | 62 kB | 24/173 kB Progress (5): 254/659 kB | 0.8/2.5 MB | 0.2/1.6 MB | 62 kB | 24/173 kB Progress (5): 254/659 kB | 0.8/2.5 MB | 0.2/1.6 MB | 62 kB | 24/173 kB Progress (5): 254/659 kB | 0.8/2.5 MB | 0.2/1.6 MB | 62 kB | 24/173 kB Progress (5): 254/659 kB | 0.8/2.5 MB | 0.3/1.6 MB | 62 kB | 24/173 kB Progress (5): 254/659 kB | 0.8/2.5 MB | 0.3/1.6 MB | 62 kB | 24/173 kB Progress (5): 254/659 kB | 0.8/2.5 MB | 0.3/1.6 MB | 62 kB | 24/173 kB Progress (5): 254/659 kB | 0.8/2.5 MB | 0.3/1.6 MB | 62 kB | 24/173 kB Progress (5): 254/659 kB | 0.8/2.5 MB | 0.3/1.6 MB | 62 kB | 24/173 kB Progress (5): 254/659 kB | 0.8/2.5 MB | 0.3/1.6 MB | 62 kB | 24/173 kB Progress (5): 254/659 kB | 0.9/2.5 MB | 0.3/1.6 MB | 62 kB | 24/173 kB Progress (5): 254/659 kB | 0.9/2.5 MB | 0.3/1.6 MB | 62 kB | 24/173 kB Progress (5): 254/659 kB | 0.9/2.5 MB | 0.3/1.6 MB | 62 kB | 24/173 kB Progress (5): 254/659 kB | 0.9/2.5 MB | 0.3/1.6 MB | 62 kB | 28/173 kB Progress (5): 254/659 kB | 0.9/2.5 MB | 0.3/1.6 MB | 62 kB | 32/173 kB Progress (5): 254/659 kB | 0.9/2.5 MB | 0.3/1.6 MB | 62 kB | 36/173 kB Progress (5): 254/659 kB | 0.9/2.5 MB | 0.3/1.6 MB | 62 kB | 41/173 kB Progress (5): 254/659 kB | 0.9/2.5 MB | 0.3/1.6 MB | 62 kB | 45/173 kB Progress (5): 254/659 kB | 0.9/2.5 MB | 0.3/1.6 MB | 62 kB | 49/173 kB Progress (5): 254/659 kB | 0.9/2.5 MB | 0.3/1.6 MB | 62 kB | 53/173 kB Progress (5): 254/659 kB | 0.9/2.5 MB | 0.3/1.6 MB | 62 kB | 53/173 kB Progress (5): 254/659 kB | 0.9/2.5 MB | 0.3/1.6 MB | 62 kB | 57/173 kB Progress (5): 254/659 kB | 0.9/2.5 MB | 0.3/1.6 MB | 62 kB | 57/173 kB Progress (5): 254/659 kB | 0.9/2.5 MB | 0.3/1.6 MB | 62 kB | 57/173 kB Progress (5): 254/659 kB | 0.9/2.5 MB | 0.3/1.6 MB | 62 kB | 57/173 kB Progress (5): 258/659 kB | 0.9/2.5 MB | 0.3/1.6 MB | 62 kB | 57/173 kB Progress (5): 262/659 kB | 0.9/2.5 MB | 0.3/1.6 MB | 62 kB | 57/173 kB Progress (5): 266/659 kB | 0.9/2.5 MB | 0.3/1.6 MB | 62 kB | 57/173 kB Progress (5): 270/659 kB | 0.9/2.5 MB | 0.3/1.6 MB | 62 kB | 57/173 kB Progress (5): 274/659 kB | 0.9/2.5 MB | 0.3/1.6 MB | 62 kB | 57/173 kB Progress (5): 278/659 kB | 0.9/2.5 MB | 0.3/1.6 MB | 62 kB | 57/173 kB Progress (5): 282/659 kB | 0.9/2.5 MB | 0.3/1.6 MB | 62 kB | 57/173 kB Progress (5): 286/659 kB | 0.9/2.5 MB | 0.3/1.6 MB | 62 kB | 57/173 kB Progress (5): 286/659 kB | 0.9/2.5 MB | 0.3/1.6 MB | 62 kB | 57/173 kB Progress (5): 286/659 kB | 0.9/2.5 MB | 0.3/1.6 MB | 62 kB | 57/173 kB Progress (5): 286/659 kB | 0.9/2.5 MB | 0.3/1.6 MB | 62 kB | 57/173 kB Progress (5): 286/659 kB | 0.9/2.5 MB | 0.3/1.6 MB | 62 kB | 57/173 kB Progress (5): 286/659 kB | 0.9/2.5 MB | 0.3/1.6 MB | 62 kB | 57/173 kB Progress (5): 286/659 kB | 0.9/2.5 MB | 0.3/1.6 MB | 62 kB | 57/173 kB Progress (5): 286/659 kB | 0.9/2.5 MB | 0.3/1.6 MB | 62 kB | 57/173 kB Progress (5): 286/659 kB | 0.9/2.5 MB | 0.3/1.6 MB | 62 kB | 57/173 kB Progress (5): 286/659 kB | 0.9/2.5 MB | 0.4/1.6 MB | 62 kB | 57/173 kB Progress (5): 286/659 kB | 0.9/2.5 MB | 0.4/1.6 MB | 62 kB | 57/173 kB Progress (5): 286/659 kB | 1.0/2.5 MB | 0.4/1.6 MB | 62 kB | 57/173 kB Progress (5): 286/659 kB | 1.0/2.5 MB | 0.4/1.6 MB | 62 kB | 57/173 kB Progress (5): 286/659 kB | 1.0/2.5 MB | 0.4/1.6 MB | 62 kB | 57/173 kB Progress (5): 286/659 kB | 1.0/2.5 MB | 0.4/1.6 MB | 62 kB | 57/173 kB Progress (5): 286/659 kB | 1.0/2.5 MB | 0.4/1.6 MB | 62 kB | 57/173 kB Progress (5): 286/659 kB | 1.0/2.5 MB | 0.4/1.6 MB | 62 kB | 61/173 kB Progress (5): 286/659 kB | 1.0/2.5 MB | 0.4/1.6 MB | 62 kB | 65/173 kB Progress (5): 286/659 kB | 1.0/2.5 MB | 0.4/1.6 MB | 62 kB | 69/173 kB Progress (5): 286/659 kB | 1.0/2.5 MB | 0.4/1.6 MB | 62 kB | 73/173 kB Progress (5): 286/659 kB | 1.0/2.5 MB | 0.4/1.6 MB | 62 kB | 73/173 kB Progress (5): 290/659 kB | 1.0/2.5 MB | 0.4/1.6 MB | 62 kB | 73/173 kB Progress (5): 295/659 kB | 1.0/2.5 MB | 0.4/1.6 MB | 62 kB | 73/173 kB Progress (5): 295/659 kB | 1.0/2.5 MB | 0.4/1.6 MB | 62 kB | 77/173 kB Progress (5): 299/659 kB | 1.0/2.5 MB | 0.4/1.6 MB | 62 kB | 77/173 kB Progress (5): 299/659 kB | 1.0/2.5 MB | 0.4/1.6 MB | 62 kB | 82/173 kB Progress (5): 303/659 kB | 1.0/2.5 MB | 0.4/1.6 MB | 62 kB | 82/173 kB Progress (5): 303/659 kB | 1.0/2.5 MB | 0.4/1.6 MB | 62 kB | 86/173 kB Progress (5): 303/659 kB | 1.0/2.5 MB | 0.4/1.6 MB | 62 kB | 90/173 kB Progress (5): 303/659 kB | 1.0/2.5 MB | 0.4/1.6 MB | 62 kB | 94/173 kB Progress (5): 303/659 kB | 1.0/2.5 MB | 0.4/1.6 MB | 62 kB | 98/173 kB Progress (5): 303/659 kB | 1.0/2.5 MB | 0.4/1.6 MB | 62 kB | 102/173 kB Progress (5): 303/659 kB | 1.0/2.5 MB | 0.4/1.6 MB | 62 kB | 106/173 kB Progress (5): 303/659 kB | 1.1/2.5 MB | 0.4/1.6 MB | 62 kB | 106/173 kB Progress (5): 303/659 kB | 1.1/2.5 MB | 0.4/1.6 MB | 62 kB | 106/173 kB Progress (5): 303/659 kB | 1.1/2.5 MB | 0.4/1.6 MB | 62 kB | 106/173 kB Progress (5): 303/659 kB | 1.1/2.5 MB | 0.4/1.6 MB | 62 kB | 106/173 kB Progress (5): 307/659 kB | 1.1/2.5 MB | 0.4/1.6 MB | 62 kB | 106/173 kB Progress (5): 311/659 kB | 1.1/2.5 MB | 0.4/1.6 MB | 62 kB | 106/173 kB Progress (5): 315/659 kB | 1.1/2.5 MB | 0.4/1.6 MB | 62 kB | 106/173 kB Progress (5): 319/659 kB | 1.1/2.5 MB | 0.4/1.6 MB | 62 kB | 106/173 kB Progress (5): 319/659 kB | 1.1/2.5 MB | 0.4/1.6 MB | 62 kB | 110/173 kB Progress (5): 319/659 kB | 1.1/2.5 MB | 0.4/1.6 MB | 62 kB | 114/173 kB Progress (5): 319/659 kB | 1.1/2.5 MB | 0.4/1.6 MB | 62 kB | 118/173 kB Progress (5): 319/659 kB | 1.1/2.5 MB | 0.4/1.6 MB | 62 kB | 122/173 kB Progress (5): 319/659 kB | 1.1/2.5 MB | 0.4/1.6 MB | 62 kB | 122/173 kB Progress (5): 319/659 kB | 1.1/2.5 MB | 0.4/1.6 MB | 62 kB | 122/173 kB Progress (5): 319/659 kB | 1.1/2.5 MB | 0.4/1.6 MB | 62 kB | 122/173 kB Progress (5): 319/659 kB | 1.1/2.5 MB | 0.4/1.6 MB | 62 kB | 122/173 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/commons-logging/commons-logging/1.2/commons-logging-1.2.jar (62 kB at 5.0 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/mongodb/mongodb-driver/3.3.0/mongodb-driver-3.3.0.jar +Progress (4): 319/659 kB | 1.1/2.5 MB | 0.4/1.6 MB | 122/173 kB Progress (4): 319/659 kB | 1.1/2.5 MB | 0.4/1.6 MB | 122/173 kB Progress (4): 319/659 kB | 1.1/2.5 MB | 0.4/1.6 MB | 122/173 kB Progress (4): 319/659 kB | 1.1/2.5 MB | 0.4/1.6 MB | 122/173 kB Progress (4): 319/659 kB | 1.1/2.5 MB | 0.4/1.6 MB | 122/173 kB Progress (4): 319/659 kB | 1.1/2.5 MB | 0.4/1.6 MB | 122/173 kB Progress (4): 323/659 kB | 1.1/2.5 MB | 0.4/1.6 MB | 122/173 kB Progress (4): 327/659 kB | 1.1/2.5 MB | 0.4/1.6 MB | 122/173 kB Progress (4): 331/659 kB | 1.1/2.5 MB | 0.4/1.6 MB | 122/173 kB Progress (4): 335/659 kB | 1.1/2.5 MB | 0.4/1.6 MB | 122/173 kB Progress (4): 335/659 kB | 1.1/2.5 MB | 0.4/1.6 MB | 122/173 kB Progress (4): 335/659 kB | 1.1/2.5 MB | 0.4/1.6 MB | 122/173 kB Progress (4): 335/659 kB | 1.2/2.5 MB | 0.4/1.6 MB | 122/173 kB Progress (4): 335/659 kB | 1.2/2.5 MB | 0.4/1.6 MB | 122/173 kB Progress (4): 335/659 kB | 1.2/2.5 MB | 0.4/1.6 MB | 127/173 kB Progress (4): 335/659 kB | 1.2/2.5 MB | 0.4/1.6 MB | 131/173 kB Progress (4): 335/659 kB | 1.2/2.5 MB | 0.4/1.6 MB | 135/173 kB Progress (4): 335/659 kB | 1.2/2.5 MB | 0.4/1.6 MB | 139/173 kB Progress (4): 335/659 kB | 1.2/2.5 MB | 0.4/1.6 MB | 139/173 kB Progress (4): 335/659 kB | 1.2/2.5 MB | 0.4/1.6 MB | 143/173 kB Progress (4): 335/659 kB | 1.2/2.5 MB | 0.4/1.6 MB | 147/173 kB Progress (4): 335/659 kB | 1.2/2.5 MB | 0.4/1.6 MB | 151/173 kB Progress (4): 335/659 kB | 1.2/2.5 MB | 0.4/1.6 MB | 155/173 kB Progress (4): 335/659 kB | 1.2/2.5 MB | 0.4/1.6 MB | 155/173 kB Progress (4): 335/659 kB | 1.2/2.5 MB | 0.4/1.6 MB | 159/173 kB Progress (4): 335/659 kB | 1.2/2.5 MB | 0.4/1.6 MB | 163/173 kB Progress (4): 335/659 kB | 1.2/2.5 MB | 0.4/1.6 MB | 168/173 kB Progress (4): 335/659 kB | 1.2/2.5 MB | 0.4/1.6 MB | 172/173 kB Progress (4): 335/659 kB | 1.2/2.5 MB | 0.4/1.6 MB | 173 kB Progress (4): 335/659 kB | 1.2/2.5 MB | 0.4/1.6 MB | 173 kB Progress (4): 335/659 kB | 1.2/2.5 MB | 0.4/1.6 MB | 173 kB Progress (4): 340/659 kB | 1.2/2.5 MB | 0.4/1.6 MB | 173 kB Progress (4): 344/659 kB | 1.2/2.5 MB | 0.4/1.6 MB | 173 kB Progress (4): 344/659 kB | 1.3/2.5 MB | 0.4/1.6 MB | 173 kB Progress (4): 348/659 kB | 1.3/2.5 MB | 0.4/1.6 MB | 173 kB Progress (4): 352/659 kB | 1.3/2.5 MB | 0.4/1.6 MB | 173 kB Progress (4): 352/659 kB | 1.3/2.5 MB | 0.4/1.6 MB | 173 kB Progress (4): 356/659 kB | 1.3/2.5 MB | 0.4/1.6 MB | 173 kB Progress (4): 360/659 kB | 1.3/2.5 MB | 0.4/1.6 MB | 173 kB Progress (4): 364/659 kB | 1.3/2.5 MB | 0.4/1.6 MB | 173 kB Progress (4): 368/659 kB | 1.3/2.5 MB | 0.4/1.6 MB | 173 kB Progress (4): 368/659 kB | 1.3/2.5 MB | 0.5/1.6 MB | 173 kB Progress (4): 368/659 kB | 1.3/2.5 MB | 0.5/1.6 MB | 173 kB Progress (4): 368/659 kB | 1.3/2.5 MB | 0.5/1.6 MB | 173 kB Progress (4): 368/659 kB | 1.3/2.5 MB | 0.5/1.6 MB | 173 kB Progress (4): 368/659 kB | 1.3/2.5 MB | 0.5/1.6 MB | 173 kB Progress (4): 368/659 kB | 1.3/2.5 MB | 0.5/1.6 MB | 173 kB Progress (4): 368/659 kB | 1.3/2.5 MB | 0.5/1.6 MB | 173 kB Progress (4): 368/659 kB | 1.3/2.5 MB | 0.5/1.6 MB | 173 kB Progress (4): 368/659 kB | 1.3/2.5 MB | 0.5/1.6 MB | 173 kB Progress (4): 368/659 kB | 1.3/2.5 MB | 0.5/1.6 MB | 173 kB Progress (4): 372/659 kB | 1.3/2.5 MB | 0.5/1.6 MB | 173 kB Progress (4): 376/659 kB | 1.3/2.5 MB | 0.5/1.6 MB | 173 kB Progress (4): 381/659 kB | 1.3/2.5 MB | 0.5/1.6 MB | 173 kB Progress (4): 385/659 kB | 1.3/2.5 MB | 0.5/1.6 MB | 173 kB Progress (4): 385/659 kB | 1.3/2.5 MB | 0.5/1.6 MB | 173 kB Progress (4): 385/659 kB | 1.3/2.5 MB | 0.5/1.6 MB | 173 kB Progress (4): 385/659 kB | 1.3/2.5 MB | 0.5/1.6 MB | 173 kB Progress (4): 385/659 kB | 1.3/2.5 MB | 0.5/1.6 MB | 173 kB Progress (4): 385/659 kB | 1.3/2.5 MB | 0.5/1.6 MB | 173 kB Progress (4): 385/659 kB | 1.3/2.5 MB | 0.5/1.6 MB | 173 kB Progress (4): 385/659 kB | 1.4/2.5 MB | 0.5/1.6 MB | 173 kB Progress (4): 385/659 kB | 1.4/2.5 MB | 0.5/1.6 MB | 173 kB Progress (4): 385/659 kB | 1.4/2.5 MB | 0.5/1.6 MB | 173 kB Progress (4): 385/659 kB | 1.4/2.5 MB | 0.5/1.6 MB | 173 kB Progress (4): 389/659 kB | 1.4/2.5 MB | 0.5/1.6 MB | 173 kB Progress (4): 393/659 kB | 1.4/2.5 MB | 0.5/1.6 MB | 173 kB Progress (4): 397/659 kB | 1.4/2.5 MB | 0.5/1.6 MB | 173 kB Progress (4): 401/659 kB | 1.4/2.5 MB | 0.5/1.6 MB | 173 kB Progress (4): 401/659 kB | 1.4/2.5 MB | 0.5/1.6 MB | 173 kB Progress (4): 405/659 kB | 1.4/2.5 MB | 0.5/1.6 MB | 173 kB Progress (4): 409/659 kB | 1.4/2.5 MB | 0.5/1.6 MB | 173 kB Progress (4): 413/659 kB | 1.4/2.5 MB | 0.5/1.6 MB | 173 kB Progress (4): 413/659 kB | 1.4/2.5 MB | 0.5/1.6 MB | 173 kB Progress (4): 417/659 kB | 1.4/2.5 MB | 0.5/1.6 MB | 173 kB Progress (4): 417/659 kB | 1.4/2.5 MB | 0.5/1.6 MB | 173 kB Progress (4): 417/659 kB | 1.4/2.5 MB | 0.6/1.6 MB | 173 kB Progress (4): 417/659 kB | 1.4/2.5 MB | 0.6/1.6 MB | 173 kB Progress (4): 417/659 kB | 1.4/2.5 MB | 0.6/1.6 MB | 173 kB Progress (4): 417/659 kB | 1.4/2.5 MB | 0.6/1.6 MB | 173 kB Progress (4): 417/659 kB | 1.4/2.5 MB | 0.6/1.6 MB | 173 kB Progress (4): 417/659 kB | 1.4/2.5 MB | 0.6/1.6 MB | 173 kB Progress (4): 417/659 kB | 1.4/2.5 MB | 0.6/1.6 MB | 173 kB Progress (4): 417/659 kB | 1.4/2.5 MB | 0.6/1.6 MB | 173 kB Progress (4): 421/659 kB | 1.4/2.5 MB | 0.6/1.6 MB | 173 kB Progress (4): 426/659 kB | 1.4/2.5 MB | 0.6/1.6 MB | 173 kB Progress (4): 430/659 kB | 1.4/2.5 MB | 0.6/1.6 MB | 173 kB Progress (4): 434/659 kB | 1.4/2.5 MB | 0.6/1.6 MB | 173 kB Progress (4): 434/659 kB | 1.4/2.5 MB | 0.6/1.6 MB | 173 kB Progress (4): 434/659 kB | 1.4/2.5 MB | 0.6/1.6 MB | 173 kB Progress (5): 434/659 kB | 1.4/2.5 MB | 0.6/1.6 MB | 173 kB | 4.1/346 kB Progress (5): 434/659 kB | 1.4/2.5 MB | 0.6/1.6 MB | 173 kB | 7.8/346 kB Progress (5): 434/659 kB | 1.4/2.5 MB | 0.6/1.6 MB | 173 kB | 12/346 kB Progress (5): 434/659 kB | 1.4/2.5 MB | 0.6/1.6 MB | 173 kB | 16/346 kB Progress (5): 434/659 kB | 1.4/2.5 MB | 0.6/1.6 MB | 173 kB | 20/346 kB Progress (5): 434/659 kB | 1.4/2.5 MB | 0.6/1.6 MB | 173 kB | 24/346 kB Progress (5): 434/659 kB | 1.4/2.5 MB | 0.6/1.6 MB | 173 kB | 28/346 kB Progress (5): 434/659 kB | 1.4/2.5 MB | 0.6/1.6 MB | 173 kB | 32/346 kB Progress (5): 434/659 kB | 1.4/2.5 MB | 0.6/1.6 MB | 173 kB | 36/346 kB Progress (5): 434/659 kB | 1.4/2.5 MB | 0.6/1.6 MB | 173 kB | 41/346 kB Progress (5): 434/659 kB | 1.4/2.5 MB | 0.6/1.6 MB | 173 kB | 45/346 kB Progress (5): 434/659 kB | 1.4/2.5 MB | 0.6/1.6 MB | 173 kB | 49/346 kB Progress (5): 434/659 kB | 1.4/2.5 MB | 0.6/1.6 MB | 173 kB | 53/346 kB Progress (5): 434/659 kB | 1.4/2.5 MB | 0.6/1.6 MB | 173 kB | 57/346 kB Progress (5): 434/659 kB | 1.4/2.5 MB | 0.6/1.6 MB | 173 kB | 61/346 kB Progress (5): 434/659 kB | 1.4/2.5 MB | 0.6/1.6 MB | 173 kB | 65/346 kB Progress (5): 434/659 kB | 1.5/2.5 MB | 0.6/1.6 MB | 173 kB | 65/346 kB Progress (5): 434/659 kB | 1.5/2.5 MB | 0.6/1.6 MB | 173 kB | 65/346 kB Progress (5): 434/659 kB | 1.5/2.5 MB | 0.6/1.6 MB | 173 kB | 65/346 kB Progress (5): 434/659 kB | 1.5/2.5 MB | 0.6/1.6 MB | 173 kB | 65/346 kB Progress (5): 434/659 kB | 1.5/2.5 MB | 0.6/1.6 MB | 173 kB | 65/346 kB Progress (5): 434/659 kB | 1.5/2.5 MB | 0.6/1.6 MB | 173 kB | 65/346 kB Progress (5): 434/659 kB | 1.5/2.5 MB | 0.6/1.6 MB | 173 kB | 65/346 kB Progress (5): 434/659 kB | 1.5/2.5 MB | 0.6/1.6 MB | 173 kB | 65/346 kB Progress (5): 438/659 kB | 1.5/2.5 MB | 0.6/1.6 MB | 173 kB | 65/346 kB Progress (5): 442/659 kB | 1.5/2.5 MB | 0.6/1.6 MB | 173 kB | 65/346 kB Progress (5): 446/659 kB | 1.5/2.5 MB | 0.6/1.6 MB | 173 kB | 65/346 kB Progress (5): 450/659 kB | 1.5/2.5 MB | 0.6/1.6 MB | 173 kB | 65/346 kB Progress (5): 450/659 kB | 1.6/2.5 MB | 0.6/1.6 MB | 173 kB | 65/346 kB Progress (5): 450/659 kB | 1.6/2.5 MB | 0.6/1.6 MB | 173 kB | 65/346 kB Progress (5): 454/659 kB | 1.6/2.5 MB | 0.6/1.6 MB | 173 kB | 65/346 kB Progress (5): 458/659 kB | 1.6/2.5 MB | 0.6/1.6 MB | 173 kB | 65/346 kB Progress (5): 462/659 kB | 1.6/2.5 MB | 0.6/1.6 MB | 173 kB | 65/346 kB Progress (5): 467/659 kB | 1.6/2.5 MB | 0.6/1.6 MB | 173 kB | 65/346 kB Progress (5): 467/659 kB | 1.6/2.5 MB | 0.6/1.6 MB | 173 kB | 65/346 kB Progress (5): 467/659 kB | 1.6/2.5 MB | 0.6/1.6 MB | 173 kB | 65/346 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/aventstack/extentreports/3.1.5/extentreports-3.1.5.jar (173 kB at 13 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/mongodb/bson/3.3.0/bson-3.3.0.jar +Progress (4): 467/659 kB | 1.6/2.5 MB | 0.7/1.6 MB | 65/346 kB Progress (4): 467/659 kB | 1.6/2.5 MB | 0.7/1.6 MB | 65/346 kB Progress (4): 467/659 kB | 1.6/2.5 MB | 0.7/1.6 MB | 65/346 kB Progress (4): 467/659 kB | 1.6/2.5 MB | 0.7/1.6 MB | 65/346 kB Progress (4): 471/659 kB | 1.6/2.5 MB | 0.7/1.6 MB | 65/346 kB Progress (4): 475/659 kB | 1.6/2.5 MB | 0.7/1.6 MB | 65/346 kB Progress (4): 479/659 kB | 1.6/2.5 MB | 0.7/1.6 MB | 65/346 kB Progress (4): 483/659 kB | 1.6/2.5 MB | 0.7/1.6 MB | 65/346 kB Progress (4): 483/659 kB | 1.6/2.5 MB | 0.7/1.6 MB | 65/346 kB Progress (4): 483/659 kB | 1.6/2.5 MB | 0.7/1.6 MB | 65/346 kB Progress (4): 483/659 kB | 1.6/2.5 MB | 0.7/1.6 MB | 65/346 kB Progress (4): 483/659 kB | 1.6/2.5 MB | 0.7/1.6 MB | 65/346 kB Progress (4): 483/659 kB | 1.6/2.5 MB | 0.7/1.6 MB | 65/346 kB Progress (4): 483/659 kB | 1.6/2.5 MB | 0.7/1.6 MB | 65/346 kB Progress (4): 483/659 kB | 1.6/2.5 MB | 0.7/1.6 MB | 69/346 kB Progress (4): 483/659 kB | 1.6/2.5 MB | 0.7/1.6 MB | 73/346 kB Progress (4): 483/659 kB | 1.6/2.5 MB | 0.7/1.6 MB | 77/346 kB Progress (4): 483/659 kB | 1.6/2.5 MB | 0.7/1.6 MB | 82/346 kB Progress (4): 483/659 kB | 1.6/2.5 MB | 0.7/1.6 MB | 86/346 kB Progress (4): 483/659 kB | 1.6/2.5 MB | 0.7/1.6 MB | 90/346 kB Progress (4): 483/659 kB | 1.6/2.5 MB | 0.7/1.6 MB | 94/346 kB Progress (4): 483/659 kB | 1.6/2.5 MB | 0.7/1.6 MB | 98/346 kB Progress (4): 483/659 kB | 1.6/2.5 MB | 0.7/1.6 MB | 102/346 kB Progress (4): 483/659 kB | 1.6/2.5 MB | 0.7/1.6 MB | 106/346 kB Progress (4): 483/659 kB | 1.6/2.5 MB | 0.7/1.6 MB | 110/346 kB Progress (4): 483/659 kB | 1.6/2.5 MB | 0.7/1.6 MB | 114/346 kB Progress (4): 483/659 kB | 1.6/2.5 MB | 0.7/1.6 MB | 118/346 kB Progress (4): 483/659 kB | 1.6/2.5 MB | 0.7/1.6 MB | 122/346 kB Progress (4): 483/659 kB | 1.6/2.5 MB | 0.7/1.6 MB | 127/346 kB Progress (4): 483/659 kB | 1.6/2.5 MB | 0.7/1.6 MB | 131/346 kB Progress (4): 483/659 kB | 1.6/2.5 MB | 0.7/1.6 MB | 131/346 kB Progress (4): 483/659 kB | 1.6/2.5 MB | 0.7/1.6 MB | 131/346 kB Progress (4): 483/659 kB | 1.6/2.5 MB | 0.7/1.6 MB | 131/346 kB Progress (4): 483/659 kB | 1.6/2.5 MB | 0.7/1.6 MB | 131/346 kB Progress (4): 487/659 kB | 1.6/2.5 MB | 0.7/1.6 MB | 131/346 kB Progress (4): 491/659 kB | 1.6/2.5 MB | 0.7/1.6 MB | 131/346 kB Progress (4): 491/659 kB | 1.7/2.5 MB | 0.7/1.6 MB | 131/346 kB Progress (4): 495/659 kB | 1.7/2.5 MB | 0.7/1.6 MB | 131/346 kB Progress (4): 499/659 kB | 1.7/2.5 MB | 0.7/1.6 MB | 131/346 kB Progress (4): 499/659 kB | 1.7/2.5 MB | 0.7/1.6 MB | 131/346 kB Progress (4): 499/659 kB | 1.7/2.5 MB | 0.7/1.6 MB | 131/346 kB Progress (4): 499/659 kB | 1.7/2.5 MB | 0.7/1.6 MB | 131/346 kB Progress (4): 499/659 kB | 1.7/2.5 MB | 0.7/1.6 MB | 131/346 kB Progress (4): 503/659 kB | 1.7/2.5 MB | 0.7/1.6 MB | 131/346 kB Progress (4): 508/659 kB | 1.7/2.5 MB | 0.7/1.6 MB | 131/346 kB Progress (4): 512/659 kB | 1.7/2.5 MB | 0.7/1.6 MB | 131/346 kB Progress (4): 516/659 kB | 1.7/2.5 MB | 0.7/1.6 MB | 131/346 kB Progress (4): 516/659 kB | 1.7/2.5 MB | 0.7/1.6 MB | 131/346 kB Progress (4): 520/659 kB | 1.7/2.5 MB | 0.7/1.6 MB | 131/346 kB Progress (4): 524/659 kB | 1.7/2.5 MB | 0.7/1.6 MB | 131/346 kB Progress (4): 528/659 kB | 1.7/2.5 MB | 0.7/1.6 MB | 131/346 kB Progress (4): 532/659 kB | 1.7/2.5 MB | 0.7/1.6 MB | 131/346 kB Progress (4): 532/659 kB | 1.8/2.5 MB | 0.7/1.6 MB | 131/346 kB Progress (4): 532/659 kB | 1.8/2.5 MB | 0.7/1.6 MB | 131/346 kB Progress (4): 532/659 kB | 1.8/2.5 MB | 0.8/1.6 MB | 131/346 kB Progress (4): 532/659 kB | 1.8/2.5 MB | 0.8/1.6 MB | 131/346 kB Progress (4): 532/659 kB | 1.8/2.5 MB | 0.8/1.6 MB | 131/346 kB Progress (4): 532/659 kB | 1.8/2.5 MB | 0.8/1.6 MB | 131/346 kB Progress (4): 532/659 kB | 1.8/2.5 MB | 0.8/1.6 MB | 131/346 kB Progress (4): 532/659 kB | 1.8/2.5 MB | 0.8/1.6 MB | 131/346 kB Progress (4): 532/659 kB | 1.8/2.5 MB | 0.8/1.6 MB | 131/346 kB Progress (4): 532/659 kB | 1.8/2.5 MB | 0.8/1.6 MB | 131/346 kB Progress (4): 532/659 kB | 1.8/2.5 MB | 0.8/1.6 MB | 131/346 kB Progress (4): 532/659 kB | 1.8/2.5 MB | 0.8/1.6 MB | 131/346 kB Progress (4): 532/659 kB | 1.8/2.5 MB | 0.8/1.6 MB | 131/346 kB Progress (4): 532/659 kB | 1.8/2.5 MB | 0.8/1.6 MB | 131/346 kB Progress (4): 536/659 kB | 1.8/2.5 MB | 0.8/1.6 MB | 131/346 kB Progress (4): 540/659 kB | 1.8/2.5 MB | 0.8/1.6 MB | 131/346 kB Progress (4): 544/659 kB | 1.8/2.5 MB | 0.8/1.6 MB | 131/346 kB Progress (4): 548/659 kB | 1.8/2.5 MB | 0.8/1.6 MB | 131/346 kB Progress (4): 548/659 kB | 1.8/2.5 MB | 0.8/1.6 MB | 135/346 kB Progress (4): 548/659 kB | 1.8/2.5 MB | 0.8/1.6 MB | 139/346 kB Progress (4): 548/659 kB | 1.8/2.5 MB | 0.8/1.6 MB | 143/346 kB Progress (4): 548/659 kB | 1.8/2.5 MB | 0.8/1.6 MB | 147/346 kB Progress (4): 548/659 kB | 1.8/2.5 MB | 0.8/1.6 MB | 151/346 kB Progress (4): 548/659 kB | 1.8/2.5 MB | 0.8/1.6 MB | 155/346 kB Progress (4): 548/659 kB | 1.8/2.5 MB | 0.8/1.6 MB | 159/346 kB Progress (4): 548/659 kB | 1.8/2.5 MB | 0.8/1.6 MB | 163/346 kB Progress (4): 548/659 kB | 1.8/2.5 MB | 0.8/1.6 MB | 168/346 kB Progress (4): 548/659 kB | 1.8/2.5 MB | 0.8/1.6 MB | 172/346 kB Progress (4): 548/659 kB | 1.8/2.5 MB | 0.8/1.6 MB | 176/346 kB Progress (4): 548/659 kB | 1.8/2.5 MB | 0.8/1.6 MB | 180/346 kB Progress (4): 548/659 kB | 1.8/2.5 MB | 0.8/1.6 MB | 184/346 kB Progress (4): 548/659 kB | 1.8/2.5 MB | 0.8/1.6 MB | 188/346 kB Progress (4): 548/659 kB | 1.8/2.5 MB | 0.8/1.6 MB | 192/346 kB Progress (4): 548/659 kB | 1.8/2.5 MB | 0.8/1.6 MB | 196/346 kB Progress (4): 548/659 kB | 1.8/2.5 MB | 0.9/1.6 MB | 196/346 kB Progress (4): 548/659 kB | 1.8/2.5 MB | 0.9/1.6 MB | 196/346 kB Progress (4): 548/659 kB | 1.8/2.5 MB | 0.9/1.6 MB | 196/346 kB Progress (4): 548/659 kB | 1.8/2.5 MB | 0.9/1.6 MB | 196/346 kB Progress (4): 553/659 kB | 1.8/2.5 MB | 0.9/1.6 MB | 196/346 kB Progress (4): 557/659 kB | 1.8/2.5 MB | 0.9/1.6 MB | 196/346 kB Progress (4): 561/659 kB | 1.8/2.5 MB | 0.9/1.6 MB | 196/346 kB Progress (4): 565/659 kB | 1.8/2.5 MB | 0.9/1.6 MB | 196/346 kB Progress (4): 565/659 kB | 1.8/2.5 MB | 0.9/1.6 MB | 196/346 kB Progress (4): 565/659 kB | 1.8/2.5 MB | 0.9/1.6 MB | 196/346 kB Progress (4): 565/659 kB | 1.9/2.5 MB | 0.9/1.6 MB | 196/346 kB Progress (4): 565/659 kB | 1.9/2.5 MB | 0.9/1.6 MB | 196/346 kB Progress (4): 565/659 kB | 1.9/2.5 MB | 0.9/1.6 MB | 196/346 kB Progress (4): 565/659 kB | 1.9/2.5 MB | 0.9/1.6 MB | 196/346 kB Progress (4): 569/659 kB | 1.9/2.5 MB | 0.9/1.6 MB | 196/346 kB Progress (4): 573/659 kB | 1.9/2.5 MB | 0.9/1.6 MB | 196/346 kB Progress (4): 577/659 kB | 1.9/2.5 MB | 0.9/1.6 MB | 196/346 kB Progress (4): 581/659 kB | 1.9/2.5 MB | 0.9/1.6 MB | 196/346 kB Progress (4): 581/659 kB | 1.9/2.5 MB | 0.9/1.6 MB | 196/346 kB Progress (4): 585/659 kB | 1.9/2.5 MB | 0.9/1.6 MB | 196/346 kB Progress (4): 589/659 kB | 1.9/2.5 MB | 0.9/1.6 MB | 196/346 kB Progress (4): 594/659 kB | 1.9/2.5 MB | 0.9/1.6 MB | 196/346 kB Progress (4): 598/659 kB | 1.9/2.5 MB | 0.9/1.6 MB | 196/346 kB Progress (4): 598/659 kB | 1.9/2.5 MB | 0.9/1.6 MB | 196/346 kB Progress (4): 598/659 kB | 1.9/2.5 MB | 0.9/1.6 MB | 196/346 kB Progress (4): 598/659 kB | 1.9/2.5 MB | 0.9/1.6 MB | 196/346 kB Progress (4): 598/659 kB | 1.9/2.5 MB | 0.9/1.6 MB | 196/346 kB Progress (4): 598/659 kB | 1.9/2.5 MB | 0.9/1.6 MB | 196/346 kB Progress (4): 598/659 kB | 1.9/2.5 MB | 0.9/1.6 MB | 196/346 kB Progress (4): 598/659 kB | 1.9/2.5 MB | 0.9/1.6 MB | 196/346 kB Progress (4): 598/659 kB | 1.9/2.5 MB | 0.9/1.6 MB | 196/346 kB Progress (4): 598/659 kB | 1.9/2.5 MB | 0.9/1.6 MB | 196/346 kB Progress (4): 602/659 kB | 1.9/2.5 MB | 0.9/1.6 MB | 196/346 kB Progress (4): 606/659 kB | 1.9/2.5 MB | 0.9/1.6 MB | 196/346 kB Progress (4): 610/659 kB | 1.9/2.5 MB | 0.9/1.6 MB | 196/346 kB Progress (4): 614/659 kB | 1.9/2.5 MB | 0.9/1.6 MB | 196/346 kB Progress (4): 614/659 kB | 1.9/2.5 MB | 0.9/1.6 MB | 196/346 kB Progress (4): 614/659 kB | 1.9/2.5 MB | 1.0/1.6 MB | 196/346 kB Progress (4): 614/659 kB | 1.9/2.5 MB | 1.0/1.6 MB | 196/346 kB Progress (4): 614/659 kB | 1.9/2.5 MB | 1.0/1.6 MB | 196/346 kB Progress (4): 614/659 kB | 1.9/2.5 MB | 1.0/1.6 MB | 196/346 kB Progress (4): 614/659 kB | 1.9/2.5 MB | 1.0/1.6 MB | 196/346 kB Progress (4): 614/659 kB | 1.9/2.5 MB | 1.0/1.6 MB | 200/346 kB Progress (4): 614/659 kB | 1.9/2.5 MB | 1.0/1.6 MB | 204/346 kB Progress (4): 614/659 kB | 1.9/2.5 MB | 1.0/1.6 MB | 208/346 kB Progress (4): 618/659 kB | 1.9/2.5 MB | 1.0/1.6 MB | 208/346 kB Progress (4): 618/659 kB | 1.9/2.5 MB | 1.0/1.6 MB | 213/346 kB Progress (4): 622/659 kB | 1.9/2.5 MB | 1.0/1.6 MB | 213/346 kB Progress (4): 626/659 kB | 1.9/2.5 MB | 1.0/1.6 MB | 213/346 kB Progress (4): 630/659 kB | 1.9/2.5 MB | 1.0/1.6 MB | 213/346 kB Progress (4): 630/659 kB | 1.9/2.5 MB | 1.0/1.6 MB | 217/346 kB Progress (4): 630/659 kB | 1.9/2.5 MB | 1.0/1.6 MB | 221/346 kB Progress (4): 630/659 kB | 1.9/2.5 MB | 1.0/1.6 MB | 225/346 kB Progress (4): 630/659 kB | 1.9/2.5 MB | 1.0/1.6 MB | 229/346 kB Progress (4): 630/659 kB | 1.9/2.5 MB | 1.0/1.6 MB | 229/346 kB Progress (4): 630/659 kB | 1.9/2.5 MB | 1.0/1.6 MB | 233/346 kB Progress (4): 630/659 kB | 1.9/2.5 MB | 1.0/1.6 MB | 237/346 kB Progress (4): 630/659 kB | 1.9/2.5 MB | 1.0/1.6 MB | 241/346 kB Progress (4): 630/659 kB | 1.9/2.5 MB | 1.0/1.6 MB | 245/346 kB Progress (4): 630/659 kB | 1.9/2.5 MB | 1.0/1.6 MB | 249/346 kB Progress (4): 630/659 kB | 1.9/2.5 MB | 1.0/1.6 MB | 254/346 kB Progress (4): 630/659 kB | 1.9/2.5 MB | 1.0/1.6 MB | 258/346 kB Progress (4): 630/659 kB | 1.9/2.5 MB | 1.0/1.6 MB | 262/346 kB Progress (4): 630/659 kB | 1.9/2.5 MB | 1.0/1.6 MB | 266/346 kB Progress (4): 630/659 kB | 1.9/2.5 MB | 1.0/1.6 MB | 270/346 kB Progress (4): 630/659 kB | 1.9/2.5 MB | 1.0/1.6 MB | 274/346 kB Progress (4): 630/659 kB | 1.9/2.5 MB | 1.0/1.6 MB | 278/346 kB Progress (4): 630/659 kB | 1.9/2.5 MB | 1.0/1.6 MB | 278/346 kB Progress (4): 630/659 kB | 1.9/2.5 MB | 1.0/1.6 MB | 278/346 kB Progress (4): 630/659 kB | 1.9/2.5 MB | 1.0/1.6 MB | 278/346 kB Progress (4): 630/659 kB | 2.0/2.5 MB | 1.0/1.6 MB | 278/346 kB Progress (4): 630/659 kB | 2.0/2.5 MB | 1.0/1.6 MB | 278/346 kB Progress (4): 630/659 kB | 2.0/2.5 MB | 1.0/1.6 MB | 278/346 kB Progress (4): 630/659 kB | 2.0/2.5 MB | 1.0/1.6 MB | 278/346 kB Progress (4): 634/659 kB | 2.0/2.5 MB | 1.0/1.6 MB | 278/346 kB Progress (4): 639/659 kB | 2.0/2.5 MB | 1.0/1.6 MB | 278/346 kB Progress (4): 643/659 kB | 2.0/2.5 MB | 1.0/1.6 MB | 278/346 kB Progress (4): 647/659 kB | 2.0/2.5 MB | 1.0/1.6 MB | 278/346 kB Progress (4): 647/659 kB | 2.0/2.5 MB | 1.0/1.6 MB | 278/346 kB Progress (4): 651/659 kB | 2.0/2.5 MB | 1.0/1.6 MB | 278/346 kB Progress (4): 655/659 kB | 2.0/2.5 MB | 1.0/1.6 MB | 278/346 kB Progress (4): 659 kB | 2.0/2.5 MB | 1.0/1.6 MB | 278/346 kB Progress (4): 659 kB | 2.0/2.5 MB | 1.0/1.6 MB | 278/346 kB Progress (4): 659 kB | 2.1/2.5 MB | 1.0/1.6 MB | 278/346 kB Progress (4): 659 kB | 2.1/2.5 MB | 1.0/1.6 MB | 278/346 kB Progress (4): 659 kB | 2.1/2.5 MB | 1.0/1.6 MB | 278/346 kB Progress (4): 659 kB | 2.1/2.5 MB | 1.0/1.6 MB | 278/346 kB Progress (4): 659 kB | 2.1/2.5 MB | 1.0/1.6 MB | 278/346 kB Progress (4): 659 kB | 2.1/2.5 MB | 1.0/1.6 MB | 278/346 kB Progress (4): 659 kB | 2.1/2.5 MB | 1.0/1.6 MB | 278/346 kB Progress (4): 659 kB | 2.1/2.5 MB | 1.1/1.6 MB | 278/346 kB Progress (4): 659 kB | 2.1/2.5 MB | 1.1/1.6 MB | 278/346 kB Progress (4): 659 kB | 2.1/2.5 MB | 1.1/1.6 MB | 278/346 kB Progress (4): 659 kB | 2.1/2.5 MB | 1.1/1.6 MB | 278/346 kB Progress (4): 659 kB | 2.1/2.5 MB | 1.1/1.6 MB | 278/346 kB Progress (4): 659 kB | 2.1/2.5 MB | 1.1/1.6 MB | 278/346 kB Progress (4): 659 kB | 2.1/2.5 MB | 1.1/1.6 MB | 278/346 kB Progress (4): 659 kB | 2.1/2.5 MB | 1.1/1.6 MB | 278/346 kB Progress (4): 659 kB | 2.1/2.5 MB | 1.1/1.6 MB | 278/346 kB Progress (5): 659 kB | 2.1/2.5 MB | 1.1/1.6 MB | 278/346 kB | 4.1/234 kB Progress (5): 659 kB | 2.1/2.5 MB | 1.1/1.6 MB | 278/346 kB | 7.8/234 kB Progress (5): 659 kB | 2.1/2.5 MB | 1.1/1.6 MB | 278/346 kB | 12/234 kB Progress (5): 659 kB | 2.1/2.5 MB | 1.1/1.6 MB | 278/346 kB | 16/234 kB Progress (5): 659 kB | 2.1/2.5 MB | 1.1/1.6 MB | 278/346 kB | 20/234 kB Progress (5): 659 kB | 2.1/2.5 MB | 1.1/1.6 MB | 278/346 kB | 24/234 kB Progress (5): 659 kB | 2.1/2.5 MB | 1.1/1.6 MB | 278/346 kB | 28/234 kB Progress (5): 659 kB | 2.1/2.5 MB | 1.1/1.6 MB | 278/346 kB | 32/234 kB Progress (5): 659 kB | 2.1/2.5 MB | 1.1/1.6 MB | 282/346 kB | 32/234 kB Progress (5): 659 kB | 2.1/2.5 MB | 1.1/1.6 MB | 286/346 kB | 32/234 kB Progress (5): 659 kB | 2.1/2.5 MB | 1.1/1.6 MB | 290/346 kB | 32/234 kB Progress (5): 659 kB | 2.1/2.5 MB | 1.1/1.6 MB | 295/346 kB | 32/234 kB Progress (5): 659 kB | 2.1/2.5 MB | 1.1/1.6 MB | 299/346 kB | 32/234 kB Progress (5): 659 kB | 2.1/2.5 MB | 1.1/1.6 MB | 303/346 kB | 32/234 kB Progress (5): 659 kB | 2.1/2.5 MB | 1.1/1.6 MB | 307/346 kB | 32/234 kB Progress (5): 659 kB | 2.1/2.5 MB | 1.1/1.6 MB | 311/346 kB | 32/234 kB Progress (5): 659 kB | 2.1/2.5 MB | 1.1/1.6 MB | 315/346 kB | 32/234 kB Progress (5): 659 kB | 2.1/2.5 MB | 1.1/1.6 MB | 319/346 kB | 32/234 kB Progress (5): 659 kB | 2.1/2.5 MB | 1.1/1.6 MB | 323/346 kB | 32/234 kB Progress (5): 659 kB | 2.1/2.5 MB | 1.1/1.6 MB | 327/346 kB | 32/234 kB Progress (5): 659 kB | 2.1/2.5 MB | 1.1/1.6 MB | 331/346 kB | 32/234 kB Progress (5): 659 kB | 2.1/2.5 MB | 1.1/1.6 MB | 335/346 kB | 32/234 kB Progress (5): 659 kB | 2.1/2.5 MB | 1.1/1.6 MB | 340/346 kB | 32/234 kB Progress (5): 659 kB | 2.1/2.5 MB | 1.1/1.6 MB | 344/346 kB | 32/234 kB Progress (5): 659 kB | 2.1/2.5 MB | 1.1/1.6 MB | 344/346 kB | 32/234 kB Progress (5): 659 kB | 2.1/2.5 MB | 1.1/1.6 MB | 346 kB | 32/234 kB Progress (5): 659 kB | 2.1/2.5 MB | 1.1/1.6 MB | 346 kB | 32/234 kB Progress (5): 659 kB | 2.1/2.5 MB | 1.1/1.6 MB | 346 kB | 32/234 kB Progress (5): 659 kB | 2.1/2.5 MB | 1.1/1.6 MB | 346 kB | 32/234 kB Progress (5): 659 kB | 2.1/2.5 MB | 1.1/1.6 MB | 346 kB | 32/234 kB Progress (5): 659 kB | 2.1/2.5 MB | 1.1/1.6 MB | 346 kB | 32/234 kB Progress (5): 659 kB | 2.1/2.5 MB | 1.1/1.6 MB | 346 kB | 32/234 kB Progress (5): 659 kB | 2.1/2.5 MB | 1.2/1.6 MB | 346 kB | 32/234 kB Progress (5): 659 kB | 2.2/2.5 MB | 1.2/1.6 MB | 346 kB | 32/234 kB Progress (5): 659 kB | 2.2/2.5 MB | 1.2/1.6 MB | 346 kB | 32/234 kB Progress (5): 659 kB | 2.2/2.5 MB | 1.2/1.6 MB | 346 kB | 32/234 kB Progress (5): 659 kB | 2.2/2.5 MB | 1.2/1.6 MB | 346 kB | 32/234 kB Progress (5): 659 kB | 2.2/2.5 MB | 1.2/1.6 MB | 346 kB | 32/234 kB Progress (5): 659 kB | 2.2/2.5 MB | 1.2/1.6 MB | 346 kB | 32/234 kB Progress (5): 659 kB | 2.2/2.5 MB | 1.2/1.6 MB | 346 kB | 32/234 kB Progress (5): 659 kB | 2.2/2.5 MB | 1.2/1.6 MB | 346 kB | 32/234 kB Progress (5): 659 kB | 2.2/2.5 MB | 1.2/1.6 MB | 346 kB | 32/234 kB Progress (5): 659 kB | 2.2/2.5 MB | 1.2/1.6 MB | 346 kB | 32/234 kB Progress (5): 659 kB | 2.2/2.5 MB | 1.2/1.6 MB | 346 kB | 32/234 kB Progress (5): 659 kB | 2.2/2.5 MB | 1.2/1.6 MB | 346 kB | 32/234 kB Progress (5): 659 kB | 2.2/2.5 MB | 1.2/1.6 MB | 346 kB | 32/234 kB Progress (5): 659 kB | 2.2/2.5 MB | 1.2/1.6 MB | 346 kB | 32/234 kB Progress (5): 659 kB | 2.2/2.5 MB | 1.2/1.6 MB | 346 kB | 32/234 kB Progress (5): 659 kB | 2.2/2.5 MB | 1.2/1.6 MB | 346 kB | 32/234 kB Progress (5): 659 kB | 2.2/2.5 MB | 1.2/1.6 MB | 346 kB | 32/234 kB Progress (5): 659 kB | 2.2/2.5 MB | 1.2/1.6 MB | 346 kB | 32/234 kB Progress (5): 659 kB | 2.2/2.5 MB | 1.3/1.6 MB | 346 kB | 32/234 kB Progress (5): 659 kB | 2.2/2.5 MB | 1.3/1.6 MB | 346 kB | 32/234 kB Progress (5): 659 kB | 2.2/2.5 MB | 1.3/1.6 MB | 346 kB | 36/234 kB Progress (5): 659 kB | 2.2/2.5 MB | 1.3/1.6 MB | 346 kB | 41/234 kB Progress (5): 659 kB | 2.2/2.5 MB | 1.3/1.6 MB | 346 kB | 45/234 kB Progress (5): 659 kB | 2.2/2.5 MB | 1.3/1.6 MB | 346 kB | 49/234 kB Progress (5): 659 kB | 2.2/2.5 MB | 1.3/1.6 MB | 346 kB | 53/234 kB Progress (5): 659 kB | 2.2/2.5 MB | 1.3/1.6 MB | 346 kB | 57/234 kB Progress (5): 659 kB | 2.2/2.5 MB | 1.3/1.6 MB | 346 kB | 61/234 kB Progress (5): 659 kB | 2.2/2.5 MB | 1.3/1.6 MB | 346 kB | 65/234 kB Progress (5): 659 kB | 2.2/2.5 MB | 1.3/1.6 MB | 346 kB | 69/234 kB Progress (5): 659 kB | 2.2/2.5 MB | 1.3/1.6 MB | 346 kB | 73/234 kB Progress (5): 659 kB | 2.2/2.5 MB | 1.3/1.6 MB | 346 kB | 77/234 kB Progress (5): 659 kB | 2.2/2.5 MB | 1.3/1.6 MB | 346 kB | 82/234 kB Progress (5): 659 kB | 2.2/2.5 MB | 1.3/1.6 MB | 346 kB | 86/234 kB Progress (5): 659 kB | 2.2/2.5 MB | 1.3/1.6 MB | 346 kB | 90/234 kB Progress (5): 659 kB | 2.2/2.5 MB | 1.3/1.6 MB | 346 kB | 94/234 kB Progress (5): 659 kB | 2.2/2.5 MB | 1.3/1.6 MB | 346 kB | 98/234 kB Progress (5): 659 kB | 2.2/2.5 MB | 1.3/1.6 MB | 346 kB | 98/234 kB Progress (5): 659 kB | 2.2/2.5 MB | 1.3/1.6 MB | 346 kB | 98/234 kB Progress (5): 659 kB | 2.3/2.5 MB | 1.3/1.6 MB | 346 kB | 98/234 kB Progress (5): 659 kB | 2.3/2.5 MB | 1.3/1.6 MB | 346 kB | 98/234 kB Progress (5): 659 kB | 2.3/2.5 MB | 1.3/1.6 MB | 346 kB | 98/234 kB Progress (5): 659 kB | 2.3/2.5 MB | 1.3/1.6 MB | 346 kB | 98/234 kB Progress (5): 659 kB | 2.3/2.5 MB | 1.3/1.6 MB | 346 kB | 98/234 kB Progress (5): 659 kB | 2.3/2.5 MB | 1.3/1.6 MB | 346 kB | 98/234 kB Progress (5): 659 kB | 2.3/2.5 MB | 1.3/1.6 MB | 346 kB | 98/234 kB Progress (5): 659 kB | 2.3/2.5 MB | 1.3/1.6 MB | 346 kB | 98/234 kB Progress (5): 659 kB | 2.4/2.5 MB | 1.3/1.6 MB | 346 kB | 98/234 kB Progress (5): 659 kB | 2.4/2.5 MB | 1.3/1.6 MB | 346 kB | 98/234 kB Progress (5): 659 kB | 2.4/2.5 MB | 1.3/1.6 MB | 346 kB | 98/234 kB Progress (5): 659 kB | 2.4/2.5 MB | 1.3/1.6 MB | 346 kB | 98/234 kB Progress (5): 659 kB | 2.4/2.5 MB | 1.3/1.6 MB | 346 kB | 98/234 kB Progress (5): 659 kB | 2.4/2.5 MB | 1.3/1.6 MB | 346 kB | 98/234 kB Progress (5): 659 kB | 2.4/2.5 MB | 1.3/1.6 MB | 346 kB | 98/234 kB Progress (5): 659 kB | 2.4/2.5 MB | 1.3/1.6 MB | 346 kB | 98/234 kB Progress (5): 659 kB | 2.4/2.5 MB | 1.3/1.6 MB | 346 kB | 98/234 kB Progress (5): 659 kB | 2.4/2.5 MB | 1.3/1.6 MB | 346 kB | 98/234 kB Progress (5): 659 kB | 2.4/2.5 MB | 1.4/1.6 MB | 346 kB | 98/234 kB Progress (5): 659 kB | 2.4/2.5 MB | 1.4/1.6 MB | 346 kB | 98/234 kB Progress (5): 659 kB | 2.4/2.5 MB | 1.4/1.6 MB | 346 kB | 98/234 kB Progress (5): 659 kB | 2.4/2.5 MB | 1.4/1.6 MB | 346 kB | 98/234 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/sun/mail/javax.mail/1.6.2/javax.mail-1.6.2.jar (659 kB at 48 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/mongodb/mongodb-driver-core/3.3.0/mongodb-driver-core-3.3.0.jar +Progress (4): 2.4/2.5 MB | 1.4/1.6 MB | 346 kB | 98/234 kB Progress (4): 2.4/2.5 MB | 1.4/1.6 MB | 346 kB | 98/234 kB Progress (4): 2.4/2.5 MB | 1.4/1.6 MB | 346 kB | 98/234 kB Progress (4): 2.4/2.5 MB | 1.4/1.6 MB | 346 kB | 98/234 kB Progress (4): 2.4/2.5 MB | 1.4/1.6 MB | 346 kB | 98/234 kB Progress (4): 2.4/2.5 MB | 1.4/1.6 MB | 346 kB | 98/234 kB Progress (4): 2.4/2.5 MB | 1.4/1.6 MB | 346 kB | 102/234 kB Progress (4): 2.4/2.5 MB | 1.4/1.6 MB | 346 kB | 106/234 kB Progress (4): 2.4/2.5 MB | 1.4/1.6 MB | 346 kB | 110/234 kB Progress (4): 2.4/2.5 MB | 1.4/1.6 MB | 346 kB | 114/234 kB Progress (4): 2.4/2.5 MB | 1.4/1.6 MB | 346 kB | 118/234 kB Progress (4): 2.4/2.5 MB | 1.4/1.6 MB | 346 kB | 122/234 kB Progress (4): 2.4/2.5 MB | 1.4/1.6 MB | 346 kB | 127/234 kB Progress (4): 2.4/2.5 MB | 1.4/1.6 MB | 346 kB | 131/234 kB Progress (4): 2.4/2.5 MB | 1.4/1.6 MB | 346 kB | 135/234 kB Progress (4): 2.4/2.5 MB | 1.4/1.6 MB | 346 kB | 139/234 kB Progress (4): 2.4/2.5 MB | 1.4/1.6 MB | 346 kB | 143/234 kB Progress (4): 2.4/2.5 MB | 1.4/1.6 MB | 346 kB | 147/234 kB Progress (4): 2.4/2.5 MB | 1.4/1.6 MB | 346 kB | 151/234 kB Progress (4): 2.4/2.5 MB | 1.4/1.6 MB | 346 kB | 155/234 kB Progress (4): 2.4/2.5 MB | 1.4/1.6 MB | 346 kB | 159/234 kB Progress (4): 2.4/2.5 MB | 1.4/1.6 MB | 346 kB | 163/234 kB Progress (4): 2.4/2.5 MB | 1.4/1.6 MB | 346 kB | 168/234 kB Progress (4): 2.4/2.5 MB | 1.4/1.6 MB | 346 kB | 172/234 kB Progress (4): 2.4/2.5 MB | 1.4/1.6 MB | 346 kB | 172/234 kB Progress (4): 2.4/2.5 MB | 1.4/1.6 MB | 346 kB | 176/234 kB Progress (4): 2.4/2.5 MB | 1.4/1.6 MB | 346 kB | 176/234 kB Progress (4): 2.4/2.5 MB | 1.4/1.6 MB | 346 kB | 180/234 kB Progress (4): 2.4/2.5 MB | 1.5/1.6 MB | 346 kB | 180/234 kB Progress (4): 2.4/2.5 MB | 1.5/1.6 MB | 346 kB | 180/234 kB Progress (4): 2.4/2.5 MB | 1.5/1.6 MB | 346 kB | 180/234 kB Progress (4): 2.4/2.5 MB | 1.5/1.6 MB | 346 kB | 180/234 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/mongodb/mongodb-driver/3.3.0/mongodb-driver-3.3.0.jar (346 kB at 25 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/httpcomponents/httpmime/4.5.2/httpmime-4.5.2.jar +Progress (3): 2.5/2.5 MB | 1.5/1.6 MB | 180/234 kB Progress (3): 2.5/2.5 MB | 1.5/1.6 MB | 180/234 kB Progress (3): 2.5/2.5 MB | 1.5/1.6 MB | 180/234 kB Progress (3): 2.5/2.5 MB | 1.5/1.6 MB | 180/234 kB Progress (3): 2.5/2.5 MB | 1.5/1.6 MB | 180/234 kB Progress (3): 2.5/2.5 MB | 1.5/1.6 MB | 180/234 kB Progress (3): 2.5/2.5 MB | 1.5/1.6 MB | 180/234 kB Progress (3): 2.5/2.5 MB | 1.5/1.6 MB | 180/234 kB Progress (3): 2.5 MB | 1.5/1.6 MB | 180/234 kB Progress (3): 2.5 MB | 1.5/1.6 MB | 180/234 kB Progress (3): 2.5 MB | 1.5/1.6 MB | 180/234 kB Progress (3): 2.5 MB | 1.5/1.6 MB | 180/234 kB Progress (3): 2.5 MB | 1.5/1.6 MB | 180/234 kB Progress (3): 2.5 MB | 1.5/1.6 MB | 180/234 kB Progress (3): 2.5 MB | 1.5/1.6 MB | 180/234 kB Progress (3): 2.5 MB | 1.5/1.6 MB | 180/234 kB Progress (3): 2.5 MB | 1.5/1.6 MB | 180/234 kB Progress (3): 2.5 MB | 1.6/1.6 MB | 180/234 kB Progress (3): 2.5 MB | 1.6 MB | 180/234 kB Progress (3): 2.5 MB | 1.6 MB | 184/234 kB Progress (3): 2.5 MB | 1.6 MB | 188/234 kB Progress (3): 2.5 MB | 1.6 MB | 192/234 kB Progress (3): 2.5 MB | 1.6 MB | 196/234 kB Progress (3): 2.5 MB | 1.6 MB | 200/234 kB Progress (3): 2.5 MB | 1.6 MB | 204/234 kB Progress (3): 2.5 MB | 1.6 MB | 208/234 kB Progress (3): 2.5 MB | 1.6 MB | 213/234 kB Progress (3): 2.5 MB | 1.6 MB | 217/234 kB Progress (3): 2.5 MB | 1.6 MB | 221/234 kB Progress (3): 2.5 MB | 1.6 MB | 225/234 kB Progress (3): 2.5 MB | 1.6 MB | 229/234 kB Progress (3): 2.5 MB | 1.6 MB | 233/234 kB Progress (3): 2.5 MB | 1.6 MB | 234 kB Progress (4): 2.5 MB | 1.6 MB | 234 kB | 7.8/963 kB Progress (4): 2.5 MB | 1.6 MB | 234 kB | 16/963 kB Progress (4): 2.5 MB | 1.6 MB | 234 kB | 24/963 kB Progress (4): 2.5 MB | 1.6 MB | 234 kB | 32/963 kB Progress (4): 2.5 MB | 1.6 MB | 234 kB | 41/963 kB Progress (4): 2.5 MB | 1.6 MB | 234 kB | 49/963 kB Progress (4): 2.5 MB | 1.6 MB | 234 kB | 57/963 kB Progress (4): 2.5 MB | 1.6 MB | 234 kB | 65/963 kB Progress (4): 2.5 MB | 1.6 MB | 234 kB | 73/963 kB Progress (4): 2.5 MB | 1.6 MB | 234 kB | 82/963 kB Progress (4): 2.5 MB | 1.6 MB | 234 kB | 90/963 kB Progress (4): 2.5 MB | 1.6 MB | 234 kB | 98/963 kB Progress (4): 2.5 MB | 1.6 MB | 234 kB | 106/963 kB Progress (4): 2.5 MB | 1.6 MB | 234 kB | 114/963 kB Progress (5): 2.5 MB | 1.6 MB | 234 kB | 114/963 kB | 4.1/41 kB Progress (5): 2.5 MB | 1.6 MB | 234 kB | 114/963 kB | 7.8/41 kB Progress (5): 2.5 MB | 1.6 MB | 234 kB | 114/963 kB | 12/41 kB Progress (5): 2.5 MB | 1.6 MB | 234 kB | 114/963 kB | 16/41 kB Progress (5): 2.5 MB | 1.6 MB | 234 kB | 114/963 kB | 20/41 kB Progress (5): 2.5 MB | 1.6 MB | 234 kB | 114/963 kB | 24/41 kB Progress (5): 2.5 MB | 1.6 MB | 234 kB | 114/963 kB | 28/41 kB Progress (5): 2.5 MB | 1.6 MB | 234 kB | 114/963 kB | 32/41 kB Progress (5): 2.5 MB | 1.6 MB | 234 kB | 114/963 kB | 36/41 kB Progress (5): 2.5 MB | 1.6 MB | 234 kB | 114/963 kB | 41/41 kB Progress (5): 2.5 MB | 1.6 MB | 234 kB | 114/963 kB | 41 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/pdfbox/pdfbox/2.0.13/pdfbox-2.0.13.jar (2.5 MB at 177 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/code/gson/gson/2.8.0/gson-2.8.0.jar +Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/pdfbox/fontbox/2.0.13/fontbox-2.0.13.jar (1.6 MB at 108 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/relevantcodes/extentreports/2.41.2/extentreports-2.41.2.jar +Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/mongodb/bson/3.3.0/bson-3.3.0.jar (234 kB at 16 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/xerial/sqlite-jdbc/3.8.11.1/sqlite-jdbc-3.8.11.1.jar +Progress (2): 122/963 kB | 41 kB Progress (2): 131/963 kB | 41 kB Progress (2): 139/963 kB | 41 kB Progress (2): 147/963 kB | 41 kB Progress (2): 155/963 kB | 41 kB Progress (2): 163/963 kB | 41 kB Progress (2): 172/963 kB | 41 kB Progress (2): 180/963 kB | 41 kB Progress (2): 188/963 kB | 41 kB Progress (2): 196/963 kB | 41 kB Progress (2): 204/963 kB | 41 kB Progress (2): 213/963 kB | 41 kB Progress (2): 221/963 kB | 41 kB Progress (2): 229/963 kB | 41 kB Progress (2): 237/963 kB | 41 kB Progress (2): 245/963 kB | 41 kB Progress (2): 254/963 kB | 41 kB Progress (2): 262/963 kB | 41 kB Progress (2): 270/963 kB | 41 kB Progress (2): 278/963 kB | 41 kB Progress (2): 286/963 kB | 41 kB Progress (2): 295/963 kB | 41 kB Progress (2): 303/963 kB | 41 kB Progress (2): 311/963 kB | 41 kB Progress (2): 319/963 kB | 41 kB Progress (2): 327/963 kB | 41 kB Progress (2): 335/963 kB | 41 kB Progress (2): 344/963 kB | 41 kB Progress (2): 352/963 kB | 41 kB Progress (2): 360/963 kB | 41 kB Progress (2): 368/963 kB | 41 kB Progress (2): 376/963 kB | 41 kB Progress (2): 385/963 kB | 41 kB Progress (2): 393/963 kB | 41 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/httpcomponents/httpmime/4.5.2/httpmime-4.5.2.jar (41 kB at 2.8 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/uncommons/reportng/1.1.2/reportng-1.1.2.jar +Progress (1): 401/963 kB Progress (1): 409/963 kB Progress (1): 417/963 kB Progress (1): 426/963 kB Progress (1): 434/963 kB Progress (1): 442/963 kB Progress (1): 450/963 kB Progress (1): 458/963 kB Progress (1): 467/963 kB Progress (1): 475/963 kB Progress (1): 483/963 kB Progress (1): 491/963 kB Progress (1): 499/963 kB Progress (1): 508/963 kB Progress (1): 516/963 kB Progress (1): 524/963 kB Progress (2): 524/963 kB | 0/1.8 MB Progress (2): 524/963 kB | 0/1.8 MB Progress (2): 524/963 kB | 0/1.8 MB Progress (3): 524/963 kB | 0/1.8 MB | 0/5.2 MB Progress (3): 532/963 kB | 0/1.8 MB | 0/5.2 MB Progress (3): 540/963 kB | 0/1.8 MB | 0/5.2 MB Progress (3): 548/963 kB | 0/1.8 MB | 0/5.2 MB Progress (3): 557/963 kB | 0/1.8 MB | 0/5.2 MB Progress (3): 565/963 kB | 0/1.8 MB | 0/5.2 MB Progress (3): 573/963 kB | 0/1.8 MB | 0/5.2 MB Progress (3): 581/963 kB | 0/1.8 MB | 0/5.2 MB Progress (3): 589/963 kB | 0/1.8 MB | 0/5.2 MB Progress (3): 598/963 kB | 0/1.8 MB | 0/5.2 MB Progress (3): 606/963 kB | 0/1.8 MB | 0/5.2 MB Progress (3): 614/963 kB | 0/1.8 MB | 0/5.2 MB Progress (3): 622/963 kB | 0/1.8 MB | 0/5.2 MB Progress (4): 622/963 kB | 0/1.8 MB | 0/5.2 MB | 4.1/232 kB Progress (4): 622/963 kB | 0/1.8 MB | 0/5.2 MB | 7.8/232 kB Progress (4): 622/963 kB | 0/1.8 MB | 0/5.2 MB | 12/232 kB Progress (4): 622/963 kB | 0/1.8 MB | 0/5.2 MB | 16/232 kB Progress (4): 630/963 kB | 0/1.8 MB | 0/5.2 MB | 16/232 kB Progress (4): 630/963 kB | 0/1.8 MB | 0/5.2 MB | 20/232 kB Progress (4): 639/963 kB | 0/1.8 MB | 0/5.2 MB | 20/232 kB Progress (4): 639/963 kB | 0/1.8 MB | 0/5.2 MB | 24/232 kB Progress (4): 639/963 kB | 0/1.8 MB | 0/5.2 MB | 28/232 kB Progress (4): 639/963 kB | 0/1.8 MB | 0/5.2 MB | 32/232 kB Progress (4): 647/963 kB | 0/1.8 MB | 0/5.2 MB | 32/232 kB Progress (4): 655/963 kB | 0/1.8 MB | 0/5.2 MB | 32/232 kB Progress (4): 663/963 kB | 0/1.8 MB | 0/5.2 MB | 32/232 kB Progress (4): 671/963 kB | 0/1.8 MB | 0/5.2 MB | 32/232 kB Progress (4): 671/963 kB | 0/1.8 MB | 0/5.2 MB | 32/232 kB Progress (4): 671/963 kB | 0/1.8 MB | 0/5.2 MB | 32/232 kB Progress (4): 671/963 kB | 0.1/1.8 MB | 0/5.2 MB | 32/232 kB Progress (4): 671/963 kB | 0.1/1.8 MB | 0/5.2 MB | 32/232 kB Progress (4): 671/963 kB | 0.1/1.8 MB | 0/5.2 MB | 32/232 kB Progress (4): 671/963 kB | 0.1/1.8 MB | 0/5.2 MB | 32/232 kB Progress (4): 671/963 kB | 0.1/1.8 MB | 0/5.2 MB | 32/232 kB Progress (4): 671/963 kB | 0.1/1.8 MB | 0/5.2 MB | 32/232 kB Progress (4): 671/963 kB | 0.1/1.8 MB | 0/5.2 MB | 32/232 kB Progress (4): 671/963 kB | 0.1/1.8 MB | 0/5.2 MB | 32/232 kB Progress (4): 671/963 kB | 0.1/1.8 MB | 0.1/5.2 MB | 32/232 kB Progress (4): 671/963 kB | 0.1/1.8 MB | 0.1/5.2 MB | 32/232 kB Progress (4): 671/963 kB | 0.1/1.8 MB | 0.1/5.2 MB | 32/232 kB Progress (4): 671/963 kB | 0.1/1.8 MB | 0.1/5.2 MB | 32/232 kB Progress (4): 680/963 kB | 0.1/1.8 MB | 0.1/5.2 MB | 32/232 kB Progress (4): 688/963 kB | 0.1/1.8 MB | 0.1/5.2 MB | 32/232 kB Progress (4): 696/963 kB | 0.1/1.8 MB | 0.1/5.2 MB | 32/232 kB Progress (4): 704/963 kB | 0.1/1.8 MB | 0.1/5.2 MB | 32/232 kB Progress (4): 712/963 kB | 0.1/1.8 MB | 0.1/5.2 MB | 32/232 kB Progress (4): 720/963 kB | 0.1/1.8 MB | 0.1/5.2 MB | 32/232 kB Progress (5): 720/963 kB | 0.1/1.8 MB | 0.1/5.2 MB | 32/232 kB | 4.1/42 kB Progress (5): 720/963 kB | 0.1/1.8 MB | 0.1/5.2 MB | 32/232 kB | 7.8/42 kB Progress (5): 720/963 kB | 0.1/1.8 MB | 0.1/5.2 MB | 32/232 kB | 12/42 kB Progress (5): 720/963 kB | 0.1/1.8 MB | 0.1/5.2 MB | 32/232 kB | 16/42 kB Progress (5): 729/963 kB | 0.1/1.8 MB | 0.1/5.2 MB | 32/232 kB | 16/42 kB Progress (5): 737/963 kB | 0.1/1.8 MB | 0.1/5.2 MB | 32/232 kB | 16/42 kB Progress (5): 745/963 kB | 0.1/1.8 MB | 0.1/5.2 MB | 32/232 kB | 16/42 kB Progress (5): 753/963 kB | 0.1/1.8 MB | 0.1/5.2 MB | 32/232 kB | 16/42 kB Progress (5): 761/963 kB | 0.1/1.8 MB | 0.1/5.2 MB | 32/232 kB | 16/42 kB Progress (5): 770/963 kB | 0.1/1.8 MB | 0.1/5.2 MB | 32/232 kB | 16/42 kB Progress (5): 770/963 kB | 0.1/1.8 MB | 0.1/5.2 MB | 36/232 kB | 16/42 kB Progress (5): 778/963 kB | 0.1/1.8 MB | 0.1/5.2 MB | 36/232 kB | 16/42 kB Progress (5): 778/963 kB | 0.1/1.8 MB | 0.1/5.2 MB | 41/232 kB | 16/42 kB Progress (5): 786/963 kB | 0.1/1.8 MB | 0.1/5.2 MB | 41/232 kB | 16/42 kB Progress (5): 786/963 kB | 0.1/1.8 MB | 0.1/5.2 MB | 45/232 kB | 16/42 kB Progress (5): 786/963 kB | 0.1/1.8 MB | 0.1/5.2 MB | 49/232 kB | 16/42 kB Progress (5): 786/963 kB | 0.1/1.8 MB | 0.1/5.2 MB | 53/232 kB | 16/42 kB Progress (5): 786/963 kB | 0.1/1.8 MB | 0.1/5.2 MB | 57/232 kB | 16/42 kB Progress (5): 786/963 kB | 0.1/1.8 MB | 0.1/5.2 MB | 61/232 kB | 16/42 kB Progress (5): 786/963 kB | 0.1/1.8 MB | 0.1/5.2 MB | 65/232 kB | 16/42 kB Progress (5): 786/963 kB | 0.1/1.8 MB | 0.1/5.2 MB | 69/232 kB | 16/42 kB Progress (5): 786/963 kB | 0.1/1.8 MB | 0.1/5.2 MB | 73/232 kB | 16/42 kB Progress (5): 786/963 kB | 0.1/1.8 MB | 0.1/5.2 MB | 77/232 kB | 16/42 kB Progress (5): 786/963 kB | 0.1/1.8 MB | 0.1/5.2 MB | 82/232 kB | 16/42 kB Progress (5): 786/963 kB | 0.1/1.8 MB | 0.1/5.2 MB | 86/232 kB | 16/42 kB Progress (5): 786/963 kB | 0.1/1.8 MB | 0.1/5.2 MB | 90/232 kB | 16/42 kB Progress (5): 786/963 kB | 0.1/1.8 MB | 0.1/5.2 MB | 94/232 kB | 16/42 kB Progress (5): 786/963 kB | 0.1/1.8 MB | 0.1/5.2 MB | 98/232 kB | 16/42 kB Progress (5): 794/963 kB | 0.1/1.8 MB | 0.1/5.2 MB | 98/232 kB | 16/42 kB Progress (5): 802/963 kB | 0.1/1.8 MB | 0.1/5.2 MB | 98/232 kB | 16/42 kB Progress (5): 811/963 kB | 0.1/1.8 MB | 0.1/5.2 MB | 98/232 kB | 16/42 kB Progress (5): 819/963 kB | 0.1/1.8 MB | 0.1/5.2 MB | 98/232 kB | 16/42 kB Progress (5): 819/963 kB | 0.1/1.8 MB | 0.1/5.2 MB | 98/232 kB | 16/42 kB Progress (5): 819/963 kB | 0.1/1.8 MB | 0.1/5.2 MB | 98/232 kB | 16/42 kB Progress (5): 819/963 kB | 0.1/1.8 MB | 0.1/5.2 MB | 98/232 kB | 16/42 kB Progress (5): 819/963 kB | 0.1/1.8 MB | 0.1/5.2 MB | 98/232 kB | 16/42 kB Progress (5): 819/963 kB | 0.2/1.8 MB | 0.1/5.2 MB | 98/232 kB | 16/42 kB Progress (5): 819/963 kB | 0.2/1.8 MB | 0.1/5.2 MB | 98/232 kB | 16/42 kB Progress (5): 819/963 kB | 0.2/1.8 MB | 0.1/5.2 MB | 98/232 kB | 16/42 kB Progress (5): 819/963 kB | 0.2/1.8 MB | 0.1/5.2 MB | 98/232 kB | 16/42 kB Progress (5): 819/963 kB | 0.2/1.8 MB | 0.1/5.2 MB | 98/232 kB | 16/42 kB Progress (5): 819/963 kB | 0.2/1.8 MB | 0.1/5.2 MB | 98/232 kB | 16/42 kB Progress (5): 819/963 kB | 0.2/1.8 MB | 0.1/5.2 MB | 98/232 kB | 16/42 kB Progress (5): 819/963 kB | 0.2/1.8 MB | 0.1/5.2 MB | 98/232 kB | 16/42 kB Progress (5): 819/963 kB | 0.2/1.8 MB | 0.1/5.2 MB | 98/232 kB | 16/42 kB Progress (5): 819/963 kB | 0.2/1.8 MB | 0.1/5.2 MB | 98/232 kB | 16/42 kB Progress (5): 819/963 kB | 0.2/1.8 MB | 0.1/5.2 MB | 98/232 kB | 16/42 kB Progress (5): 819/963 kB | 0.2/1.8 MB | 0.1/5.2 MB | 98/232 kB | 16/42 kB Progress (5): 819/963 kB | 0.2/1.8 MB | 0.2/5.2 MB | 98/232 kB | 16/42 kB Progress (5): 819/963 kB | 0.2/1.8 MB | 0.2/5.2 MB | 98/232 kB | 16/42 kB Progress (5): 819/963 kB | 0.2/1.8 MB | 0.2/5.2 MB | 98/232 kB | 16/42 kB Progress (5): 819/963 kB | 0.2/1.8 MB | 0.2/5.2 MB | 98/232 kB | 16/42 kB Progress (5): 827/963 kB | 0.2/1.8 MB | 0.2/5.2 MB | 98/232 kB | 16/42 kB Progress (5): 835/963 kB | 0.2/1.8 MB | 0.2/5.2 MB | 98/232 kB | 16/42 kB Progress (5): 843/963 kB | 0.2/1.8 MB | 0.2/5.2 MB | 98/232 kB | 16/42 kB Progress (5): 852/963 kB | 0.2/1.8 MB | 0.2/5.2 MB | 98/232 kB | 16/42 kB Progress (5): 860/963 kB | 0.2/1.8 MB | 0.2/5.2 MB | 98/232 kB | 16/42 kB Progress (5): 868/963 kB | 0.2/1.8 MB | 0.2/5.2 MB | 98/232 kB | 16/42 kB Progress (5): 868/963 kB | 0.2/1.8 MB | 0.2/5.2 MB | 98/232 kB | 20/42 kB Progress (5): 868/963 kB | 0.2/1.8 MB | 0.2/5.2 MB | 98/232 kB | 24/42 kB Progress (5): 868/963 kB | 0.2/1.8 MB | 0.2/5.2 MB | 98/232 kB | 28/42 kB Progress (5): 868/963 kB | 0.2/1.8 MB | 0.2/5.2 MB | 98/232 kB | 32/42 kB Progress (5): 868/963 kB | 0.2/1.8 MB | 0.2/5.2 MB | 98/232 kB | 36/42 kB Progress (5): 868/963 kB | 0.2/1.8 MB | 0.2/5.2 MB | 98/232 kB | 41/42 kB Progress (5): 876/963 kB | 0.2/1.8 MB | 0.2/5.2 MB | 98/232 kB | 41/42 kB Progress (5): 876/963 kB | 0.2/1.8 MB | 0.2/5.2 MB | 98/232 kB | 42 kB Progress (5): 884/963 kB | 0.2/1.8 MB | 0.2/5.2 MB | 98/232 kB | 42 kB Progress (5): 893/963 kB | 0.2/1.8 MB | 0.2/5.2 MB | 98/232 kB | 42 kB Progress (5): 901/963 kB | 0.2/1.8 MB | 0.2/5.2 MB | 98/232 kB | 42 kB Progress (5): 909/963 kB | 0.2/1.8 MB | 0.2/5.2 MB | 98/232 kB | 42 kB Progress (5): 917/963 kB | 0.2/1.8 MB | 0.2/5.2 MB | 98/232 kB | 42 kB Progress (5): 925/963 kB | 0.2/1.8 MB | 0.2/5.2 MB | 98/232 kB | 42 kB Progress (5): 933/963 kB | 0.2/1.8 MB | 0.2/5.2 MB | 98/232 kB | 42 kB Progress (5): 933/963 kB | 0.2/1.8 MB | 0.2/5.2 MB | 102/232 kB | 42 kB Progress (5): 933/963 kB | 0.2/1.8 MB | 0.2/5.2 MB | 106/232 kB | 42 kB Progress (5): 933/963 kB | 0.2/1.8 MB | 0.2/5.2 MB | 110/232 kB | 42 kB Progress (5): 933/963 kB | 0.2/1.8 MB | 0.2/5.2 MB | 114/232 kB | 42 kB Progress (5): 933/963 kB | 0.2/1.8 MB | 0.2/5.2 MB | 118/232 kB | 42 kB Progress (5): 933/963 kB | 0.2/1.8 MB | 0.2/5.2 MB | 122/232 kB | 42 kB Progress (5): 933/963 kB | 0.2/1.8 MB | 0.2/5.2 MB | 127/232 kB | 42 kB Progress (5): 933/963 kB | 0.2/1.8 MB | 0.2/5.2 MB | 131/232 kB | 42 kB Progress (5): 933/963 kB | 0.2/1.8 MB | 0.2/5.2 MB | 135/232 kB | 42 kB Progress (5): 933/963 kB | 0.2/1.8 MB | 0.2/5.2 MB | 139/232 kB | 42 kB Progress (5): 933/963 kB | 0.2/1.8 MB | 0.2/5.2 MB | 143/232 kB | 42 kB Progress (5): 933/963 kB | 0.2/1.8 MB | 0.2/5.2 MB | 147/232 kB | 42 kB Progress (5): 933/963 kB | 0.2/1.8 MB | 0.2/5.2 MB | 151/232 kB | 42 kB Progress (5): 933/963 kB | 0.2/1.8 MB | 0.2/5.2 MB | 155/232 kB | 42 kB Progress (5): 933/963 kB | 0.2/1.8 MB | 0.2/5.2 MB | 159/232 kB | 42 kB Progress (5): 933/963 kB | 0.2/1.8 MB | 0.2/5.2 MB | 163/232 kB | 42 kB Progress (5): 933/963 kB | 0.2/1.8 MB | 0.2/5.2 MB | 168/232 kB | 42 kB Progress (5): 933/963 kB | 0.2/1.8 MB | 0.2/5.2 MB | 172/232 kB | 42 kB Progress (5): 933/963 kB | 0.2/1.8 MB | 0.2/5.2 MB | 176/232 kB | 42 kB Progress (5): 933/963 kB | 0.2/1.8 MB | 0.2/5.2 MB | 180/232 kB | 42 kB Progress (5): 942/963 kB | 0.2/1.8 MB | 0.2/5.2 MB | 180/232 kB | 42 kB Progress (5): 950/963 kB | 0.2/1.8 MB | 0.2/5.2 MB | 180/232 kB | 42 kB Progress (5): 958/963 kB | 0.2/1.8 MB | 0.2/5.2 MB | 180/232 kB | 42 kB Progress (5): 963 kB | 0.2/1.8 MB | 0.2/5.2 MB | 180/232 kB | 42 kB Progress (5): 963 kB | 0.3/1.8 MB | 0.2/5.2 MB | 180/232 kB | 42 kB Progress (5): 963 kB | 0.3/1.8 MB | 0.2/5.2 MB | 180/232 kB | 42 kB Progress (5): 963 kB | 0.3/1.8 MB | 0.2/5.2 MB | 180/232 kB | 42 kB Progress (5): 963 kB | 0.3/1.8 MB | 0.2/5.2 MB | 180/232 kB | 42 kB Progress (5): 963 kB | 0.3/1.8 MB | 0.2/5.2 MB | 180/232 kB | 42 kB Progress (5): 963 kB | 0.3/1.8 MB | 0.2/5.2 MB | 180/232 kB | 42 kB Progress (5): 963 kB | 0.3/1.8 MB | 0.2/5.2 MB | 180/232 kB | 42 kB Progress (5): 963 kB | 0.3/1.8 MB | 0.2/5.2 MB | 180/232 kB | 42 kB Progress (5): 963 kB | 0.3/1.8 MB | 0.2/5.2 MB | 180/232 kB | 42 kB Progress (5): 963 kB | 0.3/1.8 MB | 0.2/5.2 MB | 180/232 kB | 42 kB Progress (5): 963 kB | 0.3/1.8 MB | 0.2/5.2 MB | 180/232 kB | 42 kB Progress (5): 963 kB | 0.3/1.8 MB | 0.2/5.2 MB | 180/232 kB | 42 kB Progress (5): 963 kB | 0.4/1.8 MB | 0.2/5.2 MB | 180/232 kB | 42 kB Progress (5): 963 kB | 0.4/1.8 MB | 0.2/5.2 MB | 180/232 kB | 42 kB Progress (5): 963 kB | 0.4/1.8 MB | 0.2/5.2 MB | 180/232 kB | 42 kB Progress (5): 963 kB | 0.4/1.8 MB | 0.2/5.2 MB | 180/232 kB | 42 kB Progress (5): 963 kB | 0.4/1.8 MB | 0.2/5.2 MB | 180/232 kB | 42 kB Progress (5): 963 kB | 0.4/1.8 MB | 0.2/5.2 MB | 180/232 kB | 42 kB Progress (5): 963 kB | 0.4/1.8 MB | 0.3/5.2 MB | 180/232 kB | 42 kB Progress (5): 963 kB | 0.4/1.8 MB | 0.3/5.2 MB | 180/232 kB | 42 kB Progress (5): 963 kB | 0.4/1.8 MB | 0.3/5.2 MB | 180/232 kB | 42 kB Progress (5): 963 kB | 0.4/1.8 MB | 0.3/5.2 MB | 180/232 kB | 42 kB Progress (5): 963 kB | 0.4/1.8 MB | 0.3/5.2 MB | 184/232 kB | 42 kB Progress (5): 963 kB | 0.4/1.8 MB | 0.3/5.2 MB | 188/232 kB | 42 kB Progress (5): 963 kB | 0.4/1.8 MB | 0.3/5.2 MB | 192/232 kB | 42 kB Progress (5): 963 kB | 0.4/1.8 MB | 0.3/5.2 MB | 196/232 kB | 42 kB Progress (5): 963 kB | 0.4/1.8 MB | 0.3/5.2 MB | 200/232 kB | 42 kB Progress (5): 963 kB | 0.4/1.8 MB | 0.3/5.2 MB | 204/232 kB | 42 kB Progress (5): 963 kB | 0.4/1.8 MB | 0.3/5.2 MB | 208/232 kB | 42 kB Progress (5): 963 kB | 0.4/1.8 MB | 0.3/5.2 MB | 213/232 kB | 42 kB Progress (5): 963 kB | 0.4/1.8 MB | 0.3/5.2 MB | 217/232 kB | 42 kB Progress (5): 963 kB | 0.4/1.8 MB | 0.3/5.2 MB | 221/232 kB | 42 kB Progress (5): 963 kB | 0.4/1.8 MB | 0.3/5.2 MB | 225/232 kB | 42 kB Progress (5): 963 kB | 0.4/1.8 MB | 0.3/5.2 MB | 229/232 kB | 42 kB Progress (5): 963 kB | 0.4/1.8 MB | 0.3/5.2 MB | 232 kB | 42 kB Progress (5): 963 kB | 0.4/1.8 MB | 0.3/5.2 MB | 232 kB | 42 kB Progress (5): 963 kB | 0.4/1.8 MB | 0.3/5.2 MB | 232 kB | 42 kB Progress (5): 963 kB | 0.4/1.8 MB | 0.3/5.2 MB | 232 kB | 42 kB Progress (5): 963 kB | 0.4/1.8 MB | 0.3/5.2 MB | 232 kB | 42 kB Progress (5): 963 kB | 0.4/1.8 MB | 0.3/5.2 MB | 232 kB | 42 kB Progress (5): 963 kB | 0.4/1.8 MB | 0.3/5.2 MB | 232 kB | 42 kB Progress (5): 963 kB | 0.5/1.8 MB | 0.3/5.2 MB | 232 kB | 42 kB Progress (5): 963 kB | 0.5/1.8 MB | 0.3/5.2 MB | 232 kB | 42 kB Progress (5): 963 kB | 0.5/1.8 MB | 0.3/5.2 MB | 232 kB | 42 kB Progress (5): 963 kB | 0.5/1.8 MB | 0.3/5.2 MB | 232 kB | 42 kB Progress (5): 963 kB | 0.5/1.8 MB | 0.3/5.2 MB | 232 kB | 42 kB Progress (5): 963 kB | 0.5/1.8 MB | 0.3/5.2 MB | 232 kB | 42 kB Progress (5): 963 kB | 0.5/1.8 MB | 0.3/5.2 MB | 232 kB | 42 kB Progress (5): 963 kB | 0.5/1.8 MB | 0.3/5.2 MB | 232 kB | 42 kB Progress (5): 963 kB | 0.5/1.8 MB | 0.3/5.2 MB | 232 kB | 42 kB Progress (5): 963 kB | 0.5/1.8 MB | 0.3/5.2 MB | 232 kB | 42 kB Progress (5): 963 kB | 0.5/1.8 MB | 0.3/5.2 MB | 232 kB | 42 kB Progress (5): 963 kB | 0.5/1.8 MB | 0.3/5.2 MB | 232 kB | 42 kB Progress (5): 963 kB | 0.5/1.8 MB | 0.3/5.2 MB | 232 kB | 42 kB Progress (5): 963 kB | 0.6/1.8 MB | 0.3/5.2 MB | 232 kB | 42 kB Progress (5): 963 kB | 0.6/1.8 MB | 0.4/5.2 MB | 232 kB | 42 kB Progress (5): 963 kB | 0.6/1.8 MB | 0.4/5.2 MB | 232 kB | 42 kB Progress (5): 963 kB | 0.6/1.8 MB | 0.4/5.2 MB | 232 kB | 42 kB Progress (5): 963 kB | 0.6/1.8 MB | 0.4/5.2 MB | 232 kB | 42 kB Progress (5): 963 kB | 0.6/1.8 MB | 0.5/5.2 MB | 232 kB | 42 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/uncommons/reportng/1.1.2/reportng-1.1.2.jar (42 kB at 2.6 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/velocity/velocity/1.4/velocity-1.4.jar +Progress (4): 963 kB | 0.6/1.8 MB | 0.5/5.2 MB | 232 kB Progress (4): 963 kB | 0.6/1.8 MB | 0.5/5.2 MB | 232 kB Progress (4): 963 kB | 0.6/1.8 MB | 0.5/5.2 MB | 232 kB Progress (4): 963 kB | 0.6/1.8 MB | 0.5/5.2 MB | 232 kB Progress (4): 963 kB | 0.6/1.8 MB | 0.5/5.2 MB | 232 kB Progress (4): 963 kB | 0.6/1.8 MB | 0.5/5.2 MB | 232 kB Progress (4): 963 kB | 0.6/1.8 MB | 0.5/5.2 MB | 232 kB Progress (4): 963 kB | 0.6/1.8 MB | 0.5/5.2 MB | 232 kB Progress (4): 963 kB | 0.6/1.8 MB | 0.5/5.2 MB | 232 kB Progress (4): 963 kB | 0.6/1.8 MB | 0.5/5.2 MB | 232 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/mongodb/mongodb-driver-core/3.3.0/mongodb-driver-core-3.3.0.jar (963 kB at 61 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/velocity/velocity-dep/1.4/velocity-dep-1.4.jar +Progress (3): 0.6/1.8 MB | 0.5/5.2 MB | 232 kB Progress (3): 0.7/1.8 MB | 0.5/5.2 MB | 232 kB Progress (3): 0.7/1.8 MB | 0.5/5.2 MB | 232 kB Progress (3): 0.7/1.8 MB | 0.5/5.2 MB | 232 kB Progress (3): 0.7/1.8 MB | 0.5/5.2 MB | 232 kB Progress (3): 0.7/1.8 MB | 0.5/5.2 MB | 232 kB Progress (3): 0.7/1.8 MB | 0.5/5.2 MB | 232 kB Progress (3): 0.7/1.8 MB | 0.5/5.2 MB | 232 kB Progress (3): 0.7/1.8 MB | 0.5/5.2 MB | 232 kB Progress (3): 0.7/1.8 MB | 0.5/5.2 MB | 232 kB Progress (3): 0.7/1.8 MB | 0.5/5.2 MB | 232 kB Progress (3): 0.7/1.8 MB | 0.5/5.2 MB | 232 kB Progress (3): 0.7/1.8 MB | 0.5/5.2 MB | 232 kB Progress (3): 0.7/1.8 MB | 0.5/5.2 MB | 232 kB Progress (3): 0.7/1.8 MB | 0.5/5.2 MB | 232 kB Progress (3): 0.7/1.8 MB | 0.5/5.2 MB | 232 kB Progress (3): 0.7/1.8 MB | 0.5/5.2 MB | 232 kB Progress (3): 0.8/1.8 MB | 0.5/5.2 MB | 232 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/code/gson/gson/2.8.0/gson-2.8.0.jar (232 kB at 15 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/commons/commons-lang3/3.0/commons-lang3-3.0.jar +Progress (2): 0.8/1.8 MB | 0.5/5.2 MB Progress (2): 0.8/1.8 MB | 0.5/5.2 MB Progress (2): 0.8/1.8 MB | 0.5/5.2 MB Progress (2): 0.8/1.8 MB | 0.5/5.2 MB Progress (2): 0.8/1.8 MB | 0.5/5.2 MB Progress (2): 0.8/1.8 MB | 0.5/5.2 MB Progress (2): 0.8/1.8 MB | 0.5/5.2 MB Progress (2): 0.8/1.8 MB | 0.5/5.2 MB Progress (2): 0.8/1.8 MB | 0.5/5.2 MB Progress (2): 0.8/1.8 MB | 0.5/5.2 MB Progress (2): 0.8/1.8 MB | 0.5/5.2 MB Progress (2): 0.9/1.8 MB | 0.5/5.2 MB Progress (2): 0.9/1.8 MB | 0.5/5.2 MB Progress (2): 0.9/1.8 MB | 0.5/5.2 MB Progress (2): 0.9/1.8 MB | 0.5/5.2 MB Progress (2): 0.9/1.8 MB | 0.5/5.2 MB Progress (2): 0.9/1.8 MB | 0.6/5.2 MB Progress (2): 0.9/1.8 MB | 0.6/5.2 MB Progress (2): 0.9/1.8 MB | 0.6/5.2 MB Progress (2): 0.9/1.8 MB | 0.6/5.2 MB Progress (2): 0.9/1.8 MB | 0.6/5.2 MB Progress (2): 0.9/1.8 MB | 0.6/5.2 MB Progress (3): 0.9/1.8 MB | 0.6/5.2 MB | 4.1/361 kB Progress (3): 0.9/1.8 MB | 0.6/5.2 MB | 7.8/361 kB Progress (3): 0.9/1.8 MB | 0.6/5.2 MB | 12/361 kB Progress (3): 0.9/1.8 MB | 0.6/5.2 MB | 16/361 kB Progress (3): 0.9/1.8 MB | 0.6/5.2 MB | 20/361 kB Progress (3): 0.9/1.8 MB | 0.6/5.2 MB | 24/361 kB Progress (3): 0.9/1.8 MB | 0.6/5.2 MB | 28/361 kB Progress (3): 0.9/1.8 MB | 0.6/5.2 MB | 32/361 kB Progress (3): 0.9/1.8 MB | 0.6/5.2 MB | 36/361 kB Progress (3): 0.9/1.8 MB | 0.6/5.2 MB | 41/361 kB Progress (3): 0.9/1.8 MB | 0.6/5.2 MB | 45/361 kB Progress (3): 0.9/1.8 MB | 0.6/5.2 MB | 49/361 kB Progress (3): 0.9/1.8 MB | 0.6/5.2 MB | 53/361 kB Progress (3): 0.9/1.8 MB | 0.6/5.2 MB | 57/361 kB Progress (3): 0.9/1.8 MB | 0.6/5.2 MB | 61/361 kB Progress (3): 0.9/1.8 MB | 0.6/5.2 MB | 65/361 kB Progress (3): 0.9/1.8 MB | 0.6/5.2 MB | 69/361 kB Progress (3): 0.9/1.8 MB | 0.6/5.2 MB | 73/361 kB Progress (3): 0.9/1.8 MB | 0.6/5.2 MB | 77/361 kB Progress (3): 0.9/1.8 MB | 0.6/5.2 MB | 82/361 kB Progress (3): 0.9/1.8 MB | 0.6/5.2 MB | 86/361 kB Progress (3): 0.9/1.8 MB | 0.6/5.2 MB | 90/361 kB Progress (3): 0.9/1.8 MB | 0.6/5.2 MB | 94/361 kB Progress (3): 0.9/1.8 MB | 0.6/5.2 MB | 98/361 kB Progress (3): 0.9/1.8 MB | 0.6/5.2 MB | 102/361 kB Progress (3): 0.9/1.8 MB | 0.6/5.2 MB | 106/361 kB Progress (3): 0.9/1.8 MB | 0.6/5.2 MB | 106/361 kB Progress (3): 0.9/1.8 MB | 0.6/5.2 MB | 106/361 kB Progress (3): 0.9/1.8 MB | 0.6/5.2 MB | 106/361 kB Progress (3): 0.9/1.8 MB | 0.6/5.2 MB | 106/361 kB Progress (3): 0.9/1.8 MB | 0.7/5.2 MB | 106/361 kB Progress (3): 0.9/1.8 MB | 0.7/5.2 MB | 110/361 kB Progress (3): 0.9/1.8 MB | 0.7/5.2 MB | 114/361 kB Progress (3): 0.9/1.8 MB | 0.7/5.2 MB | 118/361 kB Progress (3): 0.9/1.8 MB | 0.7/5.2 MB | 122/361 kB Progress (3): 0.9/1.8 MB | 0.7/5.2 MB | 127/361 kB Progress (3): 0.9/1.8 MB | 0.7/5.2 MB | 131/361 kB Progress (3): 0.9/1.8 MB | 0.7/5.2 MB | 135/361 kB Progress (3): 0.9/1.8 MB | 0.7/5.2 MB | 139/361 kB Progress (3): 0.9/1.8 MB | 0.7/5.2 MB | 143/361 kB Progress (3): 0.9/1.8 MB | 0.7/5.2 MB | 147/361 kB Progress (3): 0.9/1.8 MB | 0.7/5.2 MB | 151/361 kB Progress (3): 0.9/1.8 MB | 0.7/5.2 MB | 155/361 kB Progress (3): 0.9/1.8 MB | 0.7/5.2 MB | 159/361 kB Progress (3): 0.9/1.8 MB | 0.7/5.2 MB | 163/361 kB Progress (3): 0.9/1.8 MB | 0.7/5.2 MB | 168/361 kB Progress (3): 0.9/1.8 MB | 0.7/5.2 MB | 172/361 kB Progress (3): 0.9/1.8 MB | 0.7/5.2 MB | 176/361 kB Progress (3): 0.9/1.8 MB | 0.7/5.2 MB | 180/361 kB Progress (3): 0.9/1.8 MB | 0.7/5.2 MB | 184/361 kB Progress (3): 0.9/1.8 MB | 0.7/5.2 MB | 188/361 kB Progress (3): 0.9/1.8 MB | 0.7/5.2 MB | 192/361 kB Progress (3): 0.9/1.8 MB | 0.7/5.2 MB | 196/361 kB Progress (3): 0.9/1.8 MB | 0.7/5.2 MB | 200/361 kB Progress (3): 0.9/1.8 MB | 0.7/5.2 MB | 204/361 kB Progress (3): 0.9/1.8 MB | 0.7/5.2 MB | 208/361 kB Progress (3): 0.9/1.8 MB | 0.7/5.2 MB | 213/361 kB Progress (3): 0.9/1.8 MB | 0.7/5.2 MB | 217/361 kB Progress (3): 0.9/1.8 MB | 0.7/5.2 MB | 221/361 kB Progress (3): 0.9/1.8 MB | 0.7/5.2 MB | 221/361 kB Progress (3): 1.0/1.8 MB | 0.7/5.2 MB | 221/361 kB Progress (3): 1.0/1.8 MB | 0.7/5.2 MB | 221/361 kB Progress (3): 1.0/1.8 MB | 0.7/5.2 MB | 221/361 kB Progress (3): 1.0/1.8 MB | 0.7/5.2 MB | 221/361 kB Progress (3): 1.0/1.8 MB | 0.7/5.2 MB | 221/361 kB Progress (3): 1.0/1.8 MB | 0.7/5.2 MB | 221/361 kB Progress (3): 1.0/1.8 MB | 0.7/5.2 MB | 221/361 kB Progress (3): 1.0/1.8 MB | 0.7/5.2 MB | 221/361 kB Progress (3): 1.0/1.8 MB | 0.7/5.2 MB | 221/361 kB Progress (3): 1.0/1.8 MB | 0.7/5.2 MB | 221/361 kB Progress (3): 1.0/1.8 MB | 0.7/5.2 MB | 221/361 kB Progress (3): 1.0/1.8 MB | 0.7/5.2 MB | 221/361 kB Progress (3): 1.0/1.8 MB | 0.7/5.2 MB | 221/361 kB Progress (3): 1.1/1.8 MB | 0.7/5.2 MB | 221/361 kB Progress (3): 1.1/1.8 MB | 0.7/5.2 MB | 221/361 kB Progress (3): 1.1/1.8 MB | 0.7/5.2 MB | 221/361 kB Progress (3): 1.1/1.8 MB | 0.7/5.2 MB | 221/361 kB Progress (3): 1.1/1.8 MB | 0.7/5.2 MB | 221/361 kB Progress (3): 1.1/1.8 MB | 0.7/5.2 MB | 221/361 kB Progress (3): 1.1/1.8 MB | 0.7/5.2 MB | 221/361 kB Progress (3): 1.1/1.8 MB | 0.7/5.2 MB | 221/361 kB Progress (3): 1.1/1.8 MB | 0.7/5.2 MB | 221/361 kB Progress (3): 1.1/1.8 MB | 0.7/5.2 MB | 221/361 kB Progress (3): 1.1/1.8 MB | 0.7/5.2 MB | 221/361 kB Progress (3): 1.1/1.8 MB | 0.7/5.2 MB | 221/361 kB Progress (3): 1.2/1.8 MB | 0.7/5.2 MB | 221/361 kB Progress (3): 1.2/1.8 MB | 0.7/5.2 MB | 221/361 kB Progress (3): 1.2/1.8 MB | 0.7/5.2 MB | 221/361 kB Progress (3): 1.2/1.8 MB | 0.7/5.2 MB | 221/361 kB Progress (3): 1.2/1.8 MB | 0.7/5.2 MB | 221/361 kB Progress (3): 1.2/1.8 MB | 0.8/5.2 MB | 221/361 kB Progress (3): 1.2/1.8 MB | 0.8/5.2 MB | 221/361 kB Progress (3): 1.2/1.8 MB | 0.8/5.2 MB | 221/361 kB Progress (3): 1.2/1.8 MB | 0.8/5.2 MB | 221/361 kB Progress (4): 1.2/1.8 MB | 0.8/5.2 MB | 221/361 kB | 4.1/518 kB Progress (4): 1.2/1.8 MB | 0.8/5.2 MB | 221/361 kB | 7.8/518 kB Progress (4): 1.2/1.8 MB | 0.8/5.2 MB | 221/361 kB | 12/518 kB Progress (4): 1.2/1.8 MB | 0.8/5.2 MB | 221/361 kB | 16/518 kB Progress (4): 1.2/1.8 MB | 0.8/5.2 MB | 221/361 kB | 20/518 kB Progress (4): 1.2/1.8 MB | 0.8/5.2 MB | 221/361 kB | 24/518 kB Progress (4): 1.2/1.8 MB | 0.8/5.2 MB | 221/361 kB | 28/518 kB Progress (4): 1.2/1.8 MB | 0.8/5.2 MB | 221/361 kB | 32/518 kB Progress (4): 1.2/1.8 MB | 0.8/5.2 MB | 221/361 kB | 36/518 kB Progress (4): 1.2/1.8 MB | 0.8/5.2 MB | 221/361 kB | 41/518 kB Progress (4): 1.2/1.8 MB | 0.8/5.2 MB | 221/361 kB | 45/518 kB Progress (4): 1.2/1.8 MB | 0.8/5.2 MB | 221/361 kB | 49/518 kB Progress (4): 1.2/1.8 MB | 0.8/5.2 MB | 221/361 kB | 53/518 kB Progress (4): 1.2/1.8 MB | 0.8/5.2 MB | 221/361 kB | 57/518 kB Progress (4): 1.2/1.8 MB | 0.8/5.2 MB | 221/361 kB | 61/518 kB Progress (4): 1.2/1.8 MB | 0.8/5.2 MB | 221/361 kB | 65/518 kB Progress (4): 1.2/1.8 MB | 0.8/5.2 MB | 221/361 kB | 69/518 kB Progress (4): 1.2/1.8 MB | 0.8/5.2 MB | 221/361 kB | 73/518 kB Progress (4): 1.2/1.8 MB | 0.8/5.2 MB | 221/361 kB | 77/518 kB Progress (4): 1.2/1.8 MB | 0.8/5.2 MB | 221/361 kB | 82/518 kB Progress (4): 1.2/1.8 MB | 0.8/5.2 MB | 221/361 kB | 86/518 kB Progress (4): 1.2/1.8 MB | 0.8/5.2 MB | 221/361 kB | 90/518 kB Progress (4): 1.2/1.8 MB | 0.8/5.2 MB | 221/361 kB | 94/518 kB Progress (4): 1.2/1.8 MB | 0.8/5.2 MB | 221/361 kB | 98/518 kB Progress (4): 1.2/1.8 MB | 0.8/5.2 MB | 221/361 kB | 102/518 kB Progress (4): 1.2/1.8 MB | 0.8/5.2 MB | 221/361 kB | 106/518 kB Progress (4): 1.2/1.8 MB | 0.8/5.2 MB | 221/361 kB | 110/518 kB Progress (4): 1.2/1.8 MB | 0.8/5.2 MB | 221/361 kB | 114/518 kB Progress (4): 1.2/1.8 MB | 0.8/5.2 MB | 221/361 kB | 114/518 kB Progress (4): 1.2/1.8 MB | 0.8/5.2 MB | 221/361 kB | 114/518 kB Progress (4): 1.2/1.8 MB | 0.8/5.2 MB | 225/361 kB | 114/518 kB Progress (4): 1.2/1.8 MB | 0.8/5.2 MB | 229/361 kB | 114/518 kB Progress (4): 1.2/1.8 MB | 0.8/5.2 MB | 233/361 kB | 114/518 kB Progress (4): 1.2/1.8 MB | 0.8/5.2 MB | 237/361 kB | 114/518 kB Progress (4): 1.2/1.8 MB | 0.8/5.2 MB | 241/361 kB | 114/518 kB Progress (4): 1.2/1.8 MB | 0.8/5.2 MB | 245/361 kB | 114/518 kB Progress (4): 1.2/1.8 MB | 0.8/5.2 MB | 249/361 kB | 114/518 kB Progress (4): 1.2/1.8 MB | 0.8/5.2 MB | 254/361 kB | 114/518 kB Progress (4): 1.2/1.8 MB | 0.8/5.2 MB | 258/361 kB | 114/518 kB Progress (4): 1.2/1.8 MB | 0.8/5.2 MB | 262/361 kB | 114/518 kB Progress (4): 1.2/1.8 MB | 0.8/5.2 MB | 266/361 kB | 114/518 kB Progress (4): 1.2/1.8 MB | 0.8/5.2 MB | 270/361 kB | 114/518 kB Progress (4): 1.2/1.8 MB | 0.8/5.2 MB | 274/361 kB | 114/518 kB Progress (4): 1.2/1.8 MB | 0.8/5.2 MB | 278/361 kB | 114/518 kB Progress (4): 1.2/1.8 MB | 0.8/5.2 MB | 282/361 kB | 114/518 kB Progress (4): 1.2/1.8 MB | 0.8/5.2 MB | 286/361 kB | 114/518 kB Progress (4): 1.2/1.8 MB | 0.8/5.2 MB | 290/361 kB | 114/518 kB Progress (4): 1.2/1.8 MB | 0.8/5.2 MB | 295/361 kB | 114/518 kB Progress (4): 1.2/1.8 MB | 0.8/5.2 MB | 299/361 kB | 114/518 kB Progress (4): 1.2/1.8 MB | 0.8/5.2 MB | 303/361 kB | 114/518 kB Progress (4): 1.2/1.8 MB | 0.8/5.2 MB | 307/361 kB | 114/518 kB Progress (4): 1.2/1.8 MB | 0.8/5.2 MB | 311/361 kB | 114/518 kB Progress (4): 1.2/1.8 MB | 0.8/5.2 MB | 315/361 kB | 114/518 kB Progress (4): 1.2/1.8 MB | 0.8/5.2 MB | 319/361 kB | 114/518 kB Progress (4): 1.2/1.8 MB | 0.8/5.2 MB | 323/361 kB | 114/518 kB Progress (4): 1.2/1.8 MB | 0.8/5.2 MB | 327/361 kB | 114/518 kB Progress (4): 1.2/1.8 MB | 0.8/5.2 MB | 331/361 kB | 114/518 kB Progress (4): 1.2/1.8 MB | 0.8/5.2 MB | 335/361 kB | 114/518 kB Progress (4): 1.2/1.8 MB | 0.8/5.2 MB | 340/361 kB | 114/518 kB Progress (4): 1.2/1.8 MB | 0.8/5.2 MB | 344/361 kB | 114/518 kB Progress (4): 1.2/1.8 MB | 0.8/5.2 MB | 348/361 kB | 114/518 kB Progress (4): 1.2/1.8 MB | 0.8/5.2 MB | 352/361 kB | 114/518 kB Progress (4): 1.2/1.8 MB | 0.8/5.2 MB | 356/361 kB | 114/518 kB Progress (4): 1.2/1.8 MB | 0.8/5.2 MB | 360/361 kB | 114/518 kB Progress (4): 1.2/1.8 MB | 0.8/5.2 MB | 361 kB | 114/518 kB Progress (4): 1.2/1.8 MB | 0.8/5.2 MB | 361 kB | 114/518 kB Progress (4): 1.2/1.8 MB | 0.8/5.2 MB | 361 kB | 114/518 kB Progress (4): 1.2/1.8 MB | 0.8/5.2 MB | 361 kB | 114/518 kB Progress (4): 1.2/1.8 MB | 0.8/5.2 MB | 361 kB | 114/518 kB Progress (4): 1.2/1.8 MB | 0.8/5.2 MB | 361 kB | 114/518 kB Progress (4): 1.2/1.8 MB | 0.8/5.2 MB | 361 kB | 114/518 kB Progress (4): 1.2/1.8 MB | 0.8/5.2 MB | 361 kB | 114/518 kB Progress (4): 1.2/1.8 MB | 0.8/5.2 MB | 361 kB | 114/518 kB Progress (5): 1.2/1.8 MB | 0.8/5.2 MB | 361 kB | 114/518 kB | 4.1/306 kB Progress (5): 1.2/1.8 MB | 0.8/5.2 MB | 361 kB | 114/518 kB | 7.8/306 kB Progress (5): 1.2/1.8 MB | 0.8/5.2 MB | 361 kB | 114/518 kB | 12/306 kB Progress (5): 1.2/1.8 MB | 0.8/5.2 MB | 361 kB | 114/518 kB | 16/306 kB Progress (5): 1.2/1.8 MB | 0.8/5.2 MB | 361 kB | 114/518 kB | 20/306 kB Progress (5): 1.2/1.8 MB | 0.8/5.2 MB | 361 kB | 114/518 kB | 24/306 kB Progress (5): 1.2/1.8 MB | 0.8/5.2 MB | 361 kB | 114/518 kB | 28/306 kB Progress (5): 1.2/1.8 MB | 0.8/5.2 MB | 361 kB | 114/518 kB | 32/306 kB Progress (5): 1.2/1.8 MB | 0.8/5.2 MB | 361 kB | 114/518 kB | 36/306 kB Progress (5): 1.2/1.8 MB | 0.8/5.2 MB | 361 kB | 114/518 kB | 41/306 kB Progress (5): 1.3/1.8 MB | 0.8/5.2 MB | 361 kB | 114/518 kB | 41/306 kB Progress (5): 1.3/1.8 MB | 0.8/5.2 MB | 361 kB | 114/518 kB | 41/306 kB Progress (5): 1.3/1.8 MB | 0.8/5.2 MB | 361 kB | 114/518 kB | 41/306 kB Progress (5): 1.3/1.8 MB | 0.8/5.2 MB | 361 kB | 114/518 kB | 41/306 kB Progress (5): 1.3/1.8 MB | 0.9/5.2 MB | 361 kB | 114/518 kB | 41/306 kB Progress (5): 1.3/1.8 MB | 0.9/5.2 MB | 361 kB | 114/518 kB | 41/306 kB Progress (5): 1.3/1.8 MB | 0.9/5.2 MB | 361 kB | 114/518 kB | 41/306 kB Progress (5): 1.3/1.8 MB | 0.9/5.2 MB | 361 kB | 118/518 kB | 41/306 kB Progress (5): 1.3/1.8 MB | 0.9/5.2 MB | 361 kB | 122/518 kB | 41/306 kB Progress (5): 1.3/1.8 MB | 0.9/5.2 MB | 361 kB | 127/518 kB | 41/306 kB Progress (5): 1.3/1.8 MB | 0.9/5.2 MB | 361 kB | 131/518 kB | 41/306 kB Progress (5): 1.3/1.8 MB | 0.9/5.2 MB | 361 kB | 135/518 kB | 41/306 kB Progress (5): 1.3/1.8 MB | 0.9/5.2 MB | 361 kB | 139/518 kB | 41/306 kB Progress (5): 1.3/1.8 MB | 0.9/5.2 MB | 361 kB | 143/518 kB | 41/306 kB Progress (5): 1.3/1.8 MB | 0.9/5.2 MB | 361 kB | 147/518 kB | 41/306 kB Progress (5): 1.3/1.8 MB | 0.9/5.2 MB | 361 kB | 151/518 kB | 41/306 kB Progress (5): 1.3/1.8 MB | 0.9/5.2 MB | 361 kB | 155/518 kB | 41/306 kB Progress (5): 1.3/1.8 MB | 0.9/5.2 MB | 361 kB | 159/518 kB | 41/306 kB Progress (5): 1.3/1.8 MB | 0.9/5.2 MB | 361 kB | 163/518 kB | 41/306 kB Progress (5): 1.3/1.8 MB | 0.9/5.2 MB | 361 kB | 168/518 kB | 41/306 kB Progress (5): 1.3/1.8 MB | 0.9/5.2 MB | 361 kB | 172/518 kB | 41/306 kB Progress (5): 1.3/1.8 MB | 0.9/5.2 MB | 361 kB | 176/518 kB | 41/306 kB Progress (5): 1.3/1.8 MB | 0.9/5.2 MB | 361 kB | 180/518 kB | 41/306 kB Progress (5): 1.3/1.8 MB | 0.9/5.2 MB | 361 kB | 184/518 kB | 41/306 kB Progress (5): 1.3/1.8 MB | 0.9/5.2 MB | 361 kB | 188/518 kB | 41/306 kB Progress (5): 1.3/1.8 MB | 0.9/5.2 MB | 361 kB | 192/518 kB | 41/306 kB Progress (5): 1.3/1.8 MB | 0.9/5.2 MB | 361 kB | 196/518 kB | 41/306 kB Progress (5): 1.3/1.8 MB | 0.9/5.2 MB | 361 kB | 200/518 kB | 41/306 kB Progress (5): 1.3/1.8 MB | 0.9/5.2 MB | 361 kB | 204/518 kB | 41/306 kB Progress (5): 1.3/1.8 MB | 0.9/5.2 MB | 361 kB | 208/518 kB | 41/306 kB Progress (5): 1.3/1.8 MB | 0.9/5.2 MB | 361 kB | 213/518 kB | 41/306 kB Progress (5): 1.3/1.8 MB | 0.9/5.2 MB | 361 kB | 217/518 kB | 41/306 kB Progress (5): 1.3/1.8 MB | 0.9/5.2 MB | 361 kB | 221/518 kB | 41/306 kB Progress (5): 1.3/1.8 MB | 0.9/5.2 MB | 361 kB | 225/518 kB | 41/306 kB Progress (5): 1.3/1.8 MB | 0.9/5.2 MB | 361 kB | 229/518 kB | 41/306 kB Progress (5): 1.3/1.8 MB | 0.9/5.2 MB | 361 kB | 233/518 kB | 41/306 kB Progress (5): 1.3/1.8 MB | 0.9/5.2 MB | 361 kB | 237/518 kB | 41/306 kB Progress (5): 1.3/1.8 MB | 0.9/5.2 MB | 361 kB | 241/518 kB | 41/306 kB Progress (5): 1.3/1.8 MB | 0.9/5.2 MB | 361 kB | 245/518 kB | 41/306 kB Progress (5): 1.3/1.8 MB | 0.9/5.2 MB | 361 kB | 245/518 kB | 41/306 kB Progress (5): 1.3/1.8 MB | 0.9/5.2 MB | 361 kB | 245/518 kB | 41/306 kB Progress (5): 1.3/1.8 MB | 0.9/5.2 MB | 361 kB | 245/518 kB | 41/306 kB Progress (5): 1.3/1.8 MB | 0.9/5.2 MB | 361 kB | 245/518 kB | 41/306 kB Progress (5): 1.3/1.8 MB | 0.9/5.2 MB | 361 kB | 245/518 kB | 41/306 kB Progress (5): 1.3/1.8 MB | 0.9/5.2 MB | 361 kB | 245/518 kB | 41/306 kB Progress (5): 1.3/1.8 MB | 0.9/5.2 MB | 361 kB | 245/518 kB | 41/306 kB Progress (5): 1.3/1.8 MB | 0.9/5.2 MB | 361 kB | 245/518 kB | 41/306 kB Progress (5): 1.3/1.8 MB | 0.9/5.2 MB | 361 kB | 245/518 kB | 45/306 kB Progress (5): 1.3/1.8 MB | 0.9/5.2 MB | 361 kB | 245/518 kB | 49/306 kB Progress (5): 1.3/1.8 MB | 0.9/5.2 MB | 361 kB | 245/518 kB | 53/306 kB Progress (5): 1.4/1.8 MB | 0.9/5.2 MB | 361 kB | 245/518 kB | 53/306 kB Progress (5): 1.4/1.8 MB | 0.9/5.2 MB | 361 kB | 245/518 kB | 57/306 kB Progress (5): 1.4/1.8 MB | 0.9/5.2 MB | 361 kB | 245/518 kB | 57/306 kB Progress (5): 1.4/1.8 MB | 0.9/5.2 MB | 361 kB | 245/518 kB | 61/306 kB Progress (5): 1.4/1.8 MB | 0.9/5.2 MB | 361 kB | 245/518 kB | 65/306 kB Progress (5): 1.4/1.8 MB | 0.9/5.2 MB | 361 kB | 245/518 kB | 69/306 kB Progress (5): 1.4/1.8 MB | 0.9/5.2 MB | 361 kB | 245/518 kB | 73/306 kB Progress (5): 1.4/1.8 MB | 0.9/5.2 MB | 361 kB | 245/518 kB | 77/306 kB Progress (5): 1.4/1.8 MB | 0.9/5.2 MB | 361 kB | 245/518 kB | 82/306 kB Progress (5): 1.4/1.8 MB | 0.9/5.2 MB | 361 kB | 245/518 kB | 86/306 kB Progress (5): 1.4/1.8 MB | 0.9/5.2 MB | 361 kB | 245/518 kB | 90/306 kB Progress (5): 1.4/1.8 MB | 0.9/5.2 MB | 361 kB | 245/518 kB | 90/306 kB Progress (5): 1.4/1.8 MB | 0.9/5.2 MB | 361 kB | 245/518 kB | 90/306 kB Progress (5): 1.4/1.8 MB | 0.9/5.2 MB | 361 kB | 245/518 kB | 94/306 kB Progress (5): 1.4/1.8 MB | 0.9/5.2 MB | 361 kB | 245/518 kB | 98/306 kB Progress (5): 1.4/1.8 MB | 0.9/5.2 MB | 361 kB | 245/518 kB | 102/306 kB Progress (5): 1.4/1.8 MB | 0.9/5.2 MB | 361 kB | 245/518 kB | 106/306 kB Progress (5): 1.4/1.8 MB | 0.9/5.2 MB | 361 kB | 245/518 kB | 106/306 kB Progress (5): 1.4/1.8 MB | 0.9/5.2 MB | 361 kB | 245/518 kB | 106/306 kB Progress (5): 1.4/1.8 MB | 0.9/5.2 MB | 361 kB | 245/518 kB | 106/306 kB Progress (5): 1.4/1.8 MB | 0.9/5.2 MB | 361 kB | 245/518 kB | 106/306 kB Progress (5): 1.4/1.8 MB | 0.9/5.2 MB | 361 kB | 245/518 kB | 106/306 kB Progress (5): 1.4/1.8 MB | 1.0/5.2 MB | 361 kB | 245/518 kB | 106/306 kB Progress (5): 1.4/1.8 MB | 1.0/5.2 MB | 361 kB | 245/518 kB | 106/306 kB Progress (5): 1.4/1.8 MB | 1.0/5.2 MB | 361 kB | 249/518 kB | 106/306 kB Progress (5): 1.4/1.8 MB | 1.0/5.2 MB | 361 kB | 254/518 kB | 106/306 kB Progress (5): 1.4/1.8 MB | 1.0/5.2 MB | 361 kB | 258/518 kB | 106/306 kB Progress (5): 1.4/1.8 MB | 1.0/5.2 MB | 361 kB | 262/518 kB | 106/306 kB Progress (5): 1.4/1.8 MB | 1.0/5.2 MB | 361 kB | 266/518 kB | 106/306 kB Progress (5): 1.4/1.8 MB | 1.0/5.2 MB | 361 kB | 270/518 kB | 106/306 kB Progress (5): 1.4/1.8 MB | 1.0/5.2 MB | 361 kB | 274/518 kB | 106/306 kB Progress (5): 1.4/1.8 MB | 1.0/5.2 MB | 361 kB | 278/518 kB | 106/306 kB Progress (5): 1.4/1.8 MB | 1.0/5.2 MB | 361 kB | 282/518 kB | 106/306 kB Progress (5): 1.4/1.8 MB | 1.0/5.2 MB | 361 kB | 286/518 kB | 106/306 kB Progress (5): 1.4/1.8 MB | 1.0/5.2 MB | 361 kB | 290/518 kB | 106/306 kB Progress (5): 1.4/1.8 MB | 1.0/5.2 MB | 361 kB | 295/518 kB | 106/306 kB Progress (5): 1.4/1.8 MB | 1.0/5.2 MB | 361 kB | 299/518 kB | 106/306 kB Progress (5): 1.4/1.8 MB | 1.0/5.2 MB | 361 kB | 303/518 kB | 106/306 kB Progress (5): 1.4/1.8 MB | 1.0/5.2 MB | 361 kB | 307/518 kB | 106/306 kB Progress (5): 1.4/1.8 MB | 1.0/5.2 MB | 361 kB | 311/518 kB | 106/306 kB Progress (5): 1.4/1.8 MB | 1.0/5.2 MB | 361 kB | 315/518 kB | 106/306 kB Progress (5): 1.4/1.8 MB | 1.0/5.2 MB | 361 kB | 319/518 kB | 106/306 kB Progress (5): 1.4/1.8 MB | 1.0/5.2 MB | 361 kB | 323/518 kB | 106/306 kB Progress (5): 1.4/1.8 MB | 1.0/5.2 MB | 361 kB | 327/518 kB | 106/306 kB Progress (5): 1.4/1.8 MB | 1.0/5.2 MB | 361 kB | 331/518 kB | 106/306 kB Progress (5): 1.4/1.8 MB | 1.0/5.2 MB | 361 kB | 335/518 kB | 106/306 kB Progress (5): 1.4/1.8 MB | 1.0/5.2 MB | 361 kB | 340/518 kB | 106/306 kB Progress (5): 1.4/1.8 MB | 1.0/5.2 MB | 361 kB | 344/518 kB | 106/306 kB Progress (5): 1.4/1.8 MB | 1.0/5.2 MB | 361 kB | 348/518 kB | 106/306 kB Progress (5): 1.4/1.8 MB | 1.0/5.2 MB | 361 kB | 352/518 kB | 106/306 kB Progress (5): 1.4/1.8 MB | 1.0/5.2 MB | 361 kB | 356/518 kB | 106/306 kB Progress (5): 1.4/1.8 MB | 1.0/5.2 MB | 361 kB | 360/518 kB | 106/306 kB Progress (5): 1.4/1.8 MB | 1.0/5.2 MB | 361 kB | 360/518 kB | 106/306 kB Progress (5): 1.4/1.8 MB | 1.0/5.2 MB | 361 kB | 360/518 kB | 106/306 kB Progress (5): 1.4/1.8 MB | 1.0/5.2 MB | 361 kB | 360/518 kB | 106/306 kB Progress (5): 1.4/1.8 MB | 1.0/5.2 MB | 361 kB | 360/518 kB | 106/306 kB Progress (5): 1.4/1.8 MB | 1.0/5.2 MB | 361 kB | 360/518 kB | 106/306 kB Progress (5): 1.5/1.8 MB | 1.0/5.2 MB | 361 kB | 360/518 kB | 106/306 kB Progress (5): 1.5/1.8 MB | 1.0/5.2 MB | 361 kB | 360/518 kB | 110/306 kB Progress (5): 1.5/1.8 MB | 1.0/5.2 MB | 361 kB | 360/518 kB | 114/306 kB Progress (5): 1.5/1.8 MB | 1.0/5.2 MB | 361 kB | 360/518 kB | 118/306 kB Progress (5): 1.5/1.8 MB | 1.0/5.2 MB | 361 kB | 360/518 kB | 122/306 kB Progress (5): 1.5/1.8 MB | 1.0/5.2 MB | 361 kB | 360/518 kB | 122/306 kB Progress (5): 1.5/1.8 MB | 1.0/5.2 MB | 361 kB | 360/518 kB | 122/306 kB Progress (5): 1.5/1.8 MB | 1.0/5.2 MB | 361 kB | 360/518 kB | 127/306 kB Progress (5): 1.5/1.8 MB | 1.0/5.2 MB | 361 kB | 360/518 kB | 131/306 kB Progress (5): 1.5/1.8 MB | 1.0/5.2 MB | 361 kB | 360/518 kB | 135/306 kB Progress (5): 1.5/1.8 MB | 1.0/5.2 MB | 361 kB | 360/518 kB | 139/306 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/velocity/velocity/1.4/velocity-1.4.jar (361 kB at 21 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/commons-configuration/commons-configuration/1.10/commons-configuration-1.10.jar +Progress (4): 1.5/1.8 MB | 1.0/5.2 MB | 360/518 kB | 139/306 kB Progress (4): 1.5/1.8 MB | 1.0/5.2 MB | 360/518 kB | 143/306 kB Progress (4): 1.5/1.8 MB | 1.0/5.2 MB | 360/518 kB | 143/306 kB Progress (4): 1.5/1.8 MB | 1.0/5.2 MB | 360/518 kB | 147/306 kB Progress (4): 1.5/1.8 MB | 1.0/5.2 MB | 360/518 kB | 151/306 kB Progress (4): 1.5/1.8 MB | 1.0/5.2 MB | 360/518 kB | 155/306 kB Progress (4): 1.5/1.8 MB | 1.0/5.2 MB | 360/518 kB | 159/306 kB Progress (4): 1.5/1.8 MB | 1.0/5.2 MB | 360/518 kB | 163/306 kB Progress (4): 1.5/1.8 MB | 1.0/5.2 MB | 360/518 kB | 168/306 kB Progress (4): 1.5/1.8 MB | 1.0/5.2 MB | 360/518 kB | 172/306 kB Progress (4): 1.5/1.8 MB | 1.0/5.2 MB | 360/518 kB | 172/306 kB Progress (4): 1.5/1.8 MB | 1.0/5.2 MB | 360/518 kB | 172/306 kB Progress (4): 1.5/1.8 MB | 1.0/5.2 MB | 360/518 kB | 176/306 kB Progress (4): 1.5/1.8 MB | 1.0/5.2 MB | 360/518 kB | 180/306 kB Progress (4): 1.5/1.8 MB | 1.0/5.2 MB | 360/518 kB | 184/306 kB Progress (4): 1.5/1.8 MB | 1.0/5.2 MB | 360/518 kB | 188/306 kB Progress (4): 1.5/1.8 MB | 1.0/5.2 MB | 360/518 kB | 188/306 kB Progress (4): 1.5/1.8 MB | 1.0/5.2 MB | 360/518 kB | 188/306 kB Progress (4): 1.5/1.8 MB | 1.0/5.2 MB | 360/518 kB | 188/306 kB Progress (4): 1.5/1.8 MB | 1.0/5.2 MB | 360/518 kB | 188/306 kB Progress (4): 1.5/1.8 MB | 1.0/5.2 MB | 360/518 kB | 188/306 kB Progress (4): 1.5/1.8 MB | 1.0/5.2 MB | 360/518 kB | 188/306 kB Progress (4): 1.5/1.8 MB | 1.0/5.2 MB | 360/518 kB | 192/306 kB Progress (4): 1.5/1.8 MB | 1.0/5.2 MB | 360/518 kB | 196/306 kB Progress (4): 1.5/1.8 MB | 1.0/5.2 MB | 360/518 kB | 200/306 kB Progress (4): 1.5/1.8 MB | 1.0/5.2 MB | 360/518 kB | 204/306 kB Progress (4): 1.5/1.8 MB | 1.1/5.2 MB | 360/518 kB | 204/306 kB Progress (4): 1.5/1.8 MB | 1.1/5.2 MB | 360/518 kB | 204/306 kB Progress (4): 1.5/1.8 MB | 1.1/5.2 MB | 364/518 kB | 204/306 kB Progress (4): 1.5/1.8 MB | 1.1/5.2 MB | 368/518 kB | 204/306 kB Progress (4): 1.5/1.8 MB | 1.1/5.2 MB | 372/518 kB | 204/306 kB Progress (4): 1.5/1.8 MB | 1.1/5.2 MB | 376/518 kB | 204/306 kB Progress (4): 1.5/1.8 MB | 1.1/5.2 MB | 381/518 kB | 204/306 kB Progress (4): 1.5/1.8 MB | 1.1/5.2 MB | 385/518 kB | 204/306 kB Progress (4): 1.5/1.8 MB | 1.1/5.2 MB | 389/518 kB | 204/306 kB Progress (4): 1.5/1.8 MB | 1.1/5.2 MB | 393/518 kB | 204/306 kB Progress (4): 1.5/1.8 MB | 1.1/5.2 MB | 397/518 kB | 204/306 kB Progress (4): 1.5/1.8 MB | 1.1/5.2 MB | 401/518 kB | 204/306 kB Progress (4): 1.5/1.8 MB | 1.1/5.2 MB | 405/518 kB | 204/306 kB Progress (4): 1.5/1.8 MB | 1.1/5.2 MB | 409/518 kB | 204/306 kB Progress (4): 1.5/1.8 MB | 1.1/5.2 MB | 413/518 kB | 204/306 kB Progress (4): 1.5/1.8 MB | 1.1/5.2 MB | 417/518 kB | 204/306 kB Progress (4): 1.5/1.8 MB | 1.1/5.2 MB | 421/518 kB | 204/306 kB Progress (4): 1.5/1.8 MB | 1.1/5.2 MB | 426/518 kB | 204/306 kB Progress (4): 1.5/1.8 MB | 1.1/5.2 MB | 430/518 kB | 204/306 kB Progress (4): 1.5/1.8 MB | 1.1/5.2 MB | 434/518 kB | 204/306 kB Progress (4): 1.5/1.8 MB | 1.1/5.2 MB | 438/518 kB | 204/306 kB Progress (4): 1.5/1.8 MB | 1.1/5.2 MB | 442/518 kB | 204/306 kB Progress (4): 1.5/1.8 MB | 1.1/5.2 MB | 446/518 kB | 204/306 kB Progress (4): 1.5/1.8 MB | 1.1/5.2 MB | 450/518 kB | 204/306 kB Progress (4): 1.5/1.8 MB | 1.1/5.2 MB | 454/518 kB | 204/306 kB Progress (4): 1.5/1.8 MB | 1.1/5.2 MB | 458/518 kB | 204/306 kB Progress (4): 1.5/1.8 MB | 1.1/5.2 MB | 462/518 kB | 204/306 kB Progress (4): 1.5/1.8 MB | 1.1/5.2 MB | 467/518 kB | 204/306 kB Progress (4): 1.5/1.8 MB | 1.1/5.2 MB | 471/518 kB | 204/306 kB Progress (4): 1.5/1.8 MB | 1.1/5.2 MB | 475/518 kB | 204/306 kB Progress (4): 1.5/1.8 MB | 1.1/5.2 MB | 475/518 kB | 204/306 kB Progress (4): 1.6/1.8 MB | 1.1/5.2 MB | 475/518 kB | 204/306 kB Progress (4): 1.6/1.8 MB | 1.1/5.2 MB | 475/518 kB | 204/306 kB Progress (4): 1.6/1.8 MB | 1.1/5.2 MB | 475/518 kB | 204/306 kB Progress (4): 1.6/1.8 MB | 1.1/5.2 MB | 475/518 kB | 208/306 kB Progress (4): 1.6/1.8 MB | 1.1/5.2 MB | 475/518 kB | 213/306 kB Progress (4): 1.6/1.8 MB | 1.1/5.2 MB | 475/518 kB | 217/306 kB Progress (4): 1.6/1.8 MB | 1.1/5.2 MB | 475/518 kB | 221/306 kB Progress (4): 1.6/1.8 MB | 1.1/5.2 MB | 475/518 kB | 221/306 kB Progress (4): 1.6/1.8 MB | 1.1/5.2 MB | 475/518 kB | 221/306 kB Progress (4): 1.6/1.8 MB | 1.1/5.2 MB | 475/518 kB | 225/306 kB Progress (4): 1.6/1.8 MB | 1.1/5.2 MB | 475/518 kB | 229/306 kB Progress (4): 1.6/1.8 MB | 1.1/5.2 MB | 475/518 kB | 233/306 kB Progress (4): 1.6/1.8 MB | 1.1/5.2 MB | 475/518 kB | 237/306 kB Progress (4): 1.6/1.8 MB | 1.1/5.2 MB | 475/518 kB | 237/306 kB Progress (4): 1.6/1.8 MB | 1.1/5.2 MB | 475/518 kB | 241/306 kB Progress (4): 1.6/1.8 MB | 1.1/5.2 MB | 475/518 kB | 245/306 kB Progress (4): 1.6/1.8 MB | 1.1/5.2 MB | 475/518 kB | 249/306 kB Progress (4): 1.6/1.8 MB | 1.1/5.2 MB | 475/518 kB | 254/306 kB Progress (4): 1.6/1.8 MB | 1.1/5.2 MB | 475/518 kB | 258/306 kB Progress (4): 1.6/1.8 MB | 1.1/5.2 MB | 475/518 kB | 262/306 kB Progress (4): 1.6/1.8 MB | 1.1/5.2 MB | 475/518 kB | 262/306 kB Progress (4): 1.6/1.8 MB | 1.1/5.2 MB | 475/518 kB | 262/306 kB Progress (4): 1.6/1.8 MB | 1.1/5.2 MB | 475/518 kB | 266/306 kB Progress (4): 1.6/1.8 MB | 1.1/5.2 MB | 475/518 kB | 270/306 kB Progress (4): 1.6/1.8 MB | 1.1/5.2 MB | 475/518 kB | 274/306 kB Progress (4): 1.6/1.8 MB | 1.1/5.2 MB | 475/518 kB | 278/306 kB Progress (4): 1.6/1.8 MB | 1.1/5.2 MB | 475/518 kB | 282/306 kB Progress (4): 1.6/1.8 MB | 1.1/5.2 MB | 475/518 kB | 286/306 kB Progress (4): 1.6/1.8 MB | 1.1/5.2 MB | 475/518 kB | 290/306 kB Progress (4): 1.6/1.8 MB | 1.1/5.2 MB | 475/518 kB | 295/306 kB Progress (4): 1.6/1.8 MB | 1.1/5.2 MB | 475/518 kB | 299/306 kB Progress (4): 1.6/1.8 MB | 1.1/5.2 MB | 475/518 kB | 303/306 kB Progress (4): 1.6/1.8 MB | 1.1/5.2 MB | 475/518 kB | 306 kB Progress (4): 1.6/1.8 MB | 1.1/5.2 MB | 475/518 kB | 306 kB Progress (4): 1.6/1.8 MB | 1.1/5.2 MB | 475/518 kB | 306 kB Progress (4): 1.7/1.8 MB | 1.1/5.2 MB | 475/518 kB | 306 kB Progress (4): 1.7/1.8 MB | 1.1/5.2 MB | 475/518 kB | 306 kB Progress (4): 1.7/1.8 MB | 1.1/5.2 MB | 475/518 kB | 306 kB Progress (4): 1.7/1.8 MB | 1.1/5.2 MB | 475/518 kB | 306 kB Progress (4): 1.7/1.8 MB | 1.2/5.2 MB | 475/518 kB | 306 kB Progress (4): 1.7/1.8 MB | 1.2/5.2 MB | 479/518 kB | 306 kB Progress (4): 1.7/1.8 MB | 1.2/5.2 MB | 483/518 kB | 306 kB Progress (4): 1.7/1.8 MB | 1.2/5.2 MB | 487/518 kB | 306 kB Progress (4): 1.7/1.8 MB | 1.2/5.2 MB | 491/518 kB | 306 kB Progress (4): 1.7/1.8 MB | 1.2/5.2 MB | 495/518 kB | 306 kB Progress (4): 1.7/1.8 MB | 1.2/5.2 MB | 499/518 kB | 306 kB Progress (4): 1.7/1.8 MB | 1.2/5.2 MB | 503/518 kB | 306 kB Progress (4): 1.7/1.8 MB | 1.2/5.2 MB | 508/518 kB | 306 kB Progress (4): 1.7/1.8 MB | 1.2/5.2 MB | 512/518 kB | 306 kB Progress (4): 1.7/1.8 MB | 1.2/5.2 MB | 516/518 kB | 306 kB Progress (4): 1.7/1.8 MB | 1.2/5.2 MB | 518 kB | 306 kB Progress (4): 1.7/1.8 MB | 1.2/5.2 MB | 518 kB | 306 kB Progress (4): 1.7/1.8 MB | 1.2/5.2 MB | 518 kB | 306 kB Progress (4): 1.7/1.8 MB | 1.2/5.2 MB | 518 kB | 306 kB Progress (4): 1.7/1.8 MB | 1.2/5.2 MB | 518 kB | 306 kB Progress (4): 1.7/1.8 MB | 1.2/5.2 MB | 518 kB | 306 kB Progress (4): 1.7/1.8 MB | 1.2/5.2 MB | 518 kB | 306 kB Progress (4): 1.7/1.8 MB | 1.2/5.2 MB | 518 kB | 306 kB Progress (4): 1.7/1.8 MB | 1.2/5.2 MB | 518 kB | 306 kB Progress (4): 1.7/1.8 MB | 1.2/5.2 MB | 518 kB | 306 kB Progress (4): 1.7/1.8 MB | 1.2/5.2 MB | 518 kB | 306 kB Progress (4): 1.8/1.8 MB | 1.2/5.2 MB | 518 kB | 306 kB Progress (4): 1.8/1.8 MB | 1.2/5.2 MB | 518 kB | 306 kB Progress (4): 1.8/1.8 MB | 1.2/5.2 MB | 518 kB | 306 kB Progress (4): 1.8/1.8 MB | 1.2/5.2 MB | 518 kB | 306 kB Progress (4): 1.8 MB | 1.2/5.2 MB | 518 kB | 306 kB Progress (5): 1.8 MB | 1.2/5.2 MB | 518 kB | 306 kB | 4.1/363 kB Progress (5): 1.8 MB | 1.2/5.2 MB | 518 kB | 306 kB | 7.8/363 kB Progress (5): 1.8 MB | 1.2/5.2 MB | 518 kB | 306 kB | 12/363 kB Progress (5): 1.8 MB | 1.2/5.2 MB | 518 kB | 306 kB | 16/363 kB Progress (5): 1.8 MB | 1.2/5.2 MB | 518 kB | 306 kB | 20/363 kB Progress (5): 1.8 MB | 1.2/5.2 MB | 518 kB | 306 kB | 24/363 kB Progress (5): 1.8 MB | 1.2/5.2 MB | 518 kB | 306 kB | 24/363 kB Progress (5): 1.8 MB | 1.2/5.2 MB | 518 kB | 306 kB | 24/363 kB Progress (5): 1.8 MB | 1.2/5.2 MB | 518 kB | 306 kB | 24/363 kB Progress (5): 1.8 MB | 1.3/5.2 MB | 518 kB | 306 kB | 24/363 kB Progress (5): 1.8 MB | 1.3/5.2 MB | 518 kB | 306 kB | 28/363 kB Progress (5): 1.8 MB | 1.3/5.2 MB | 518 kB | 306 kB | 32/363 kB Progress (5): 1.8 MB | 1.3/5.2 MB | 518 kB | 306 kB | 36/363 kB Progress (5): 1.8 MB | 1.3/5.2 MB | 518 kB | 306 kB | 41/363 kB Progress (5): 1.8 MB | 1.3/5.2 MB | 518 kB | 306 kB | 45/363 kB Progress (5): 1.8 MB | 1.3/5.2 MB | 518 kB | 306 kB | 49/363 kB Progress (5): 1.8 MB | 1.3/5.2 MB | 518 kB | 306 kB | 53/363 kB Progress (5): 1.8 MB | 1.3/5.2 MB | 518 kB | 306 kB | 57/363 kB Progress (5): 1.8 MB | 1.3/5.2 MB | 518 kB | 306 kB | 61/363 kB Progress (5): 1.8 MB | 1.3/5.2 MB | 518 kB | 306 kB | 65/363 kB Progress (5): 1.8 MB | 1.3/5.2 MB | 518 kB | 306 kB | 69/363 kB Progress (5): 1.8 MB | 1.3/5.2 MB | 518 kB | 306 kB | 73/363 kB Progress (5): 1.8 MB | 1.3/5.2 MB | 518 kB | 306 kB | 77/363 kB Progress (5): 1.8 MB | 1.3/5.2 MB | 518 kB | 306 kB | 82/363 kB Progress (5): 1.8 MB | 1.3/5.2 MB | 518 kB | 306 kB | 86/363 kB Progress (5): 1.8 MB | 1.3/5.2 MB | 518 kB | 306 kB | 90/363 kB Progress (5): 1.8 MB | 1.3/5.2 MB | 518 kB | 306 kB | 94/363 kB Progress (5): 1.8 MB | 1.3/5.2 MB | 518 kB | 306 kB | 98/363 kB Progress (5): 1.8 MB | 1.3/5.2 MB | 518 kB | 306 kB | 102/363 kB Progress (5): 1.8 MB | 1.3/5.2 MB | 518 kB | 306 kB | 106/363 kB Progress (5): 1.8 MB | 1.3/5.2 MB | 518 kB | 306 kB | 106/363 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/commons/commons-lang3/3.0/commons-lang3-3.0.jar (306 kB at 17 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/commons-lang/commons-lang/2.6/commons-lang-2.6.jar +Progress (4): 1.8 MB | 1.3/5.2 MB | 518 kB | 106/363 kB Progress (4): 1.8 MB | 1.4/5.2 MB | 518 kB | 106/363 kB Progress (4): 1.8 MB | 1.4/5.2 MB | 518 kB | 106/363 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/velocity/velocity-dep/1.4/velocity-dep-1.4.jar (518 kB at 29 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/log4j/log4j/1.2.17/log4j-1.2.17.jar +Progress (3): 1.8 MB | 1.4/5.2 MB | 110/363 kB Progress (3): 1.8 MB | 1.4/5.2 MB | 114/363 kB Progress (3): 1.8 MB | 1.4/5.2 MB | 118/363 kB Progress (3): 1.8 MB | 1.4/5.2 MB | 122/363 kB Progress (3): 1.8 MB | 1.4/5.2 MB | 127/363 kB Progress (3): 1.8 MB | 1.4/5.2 MB | 131/363 kB Progress (3): 1.8 MB | 1.4/5.2 MB | 135/363 kB Progress (3): 1.8 MB | 1.4/5.2 MB | 139/363 kB Progress (3): 1.8 MB | 1.4/5.2 MB | 143/363 kB Progress (3): 1.8 MB | 1.4/5.2 MB | 147/363 kB Progress (3): 1.8 MB | 1.4/5.2 MB | 151/363 kB Progress (3): 1.8 MB | 1.4/5.2 MB | 155/363 kB Progress (3): 1.8 MB | 1.4/5.2 MB | 159/363 kB Progress (3): 1.8 MB | 1.4/5.2 MB | 163/363 kB Progress (3): 1.8 MB | 1.4/5.2 MB | 168/363 kB Progress (3): 1.8 MB | 1.4/5.2 MB | 172/363 kB Progress (3): 1.8 MB | 1.4/5.2 MB | 176/363 kB Progress (3): 1.8 MB | 1.4/5.2 MB | 180/363 kB Progress (3): 1.8 MB | 1.4/5.2 MB | 184/363 kB Progress (3): 1.8 MB | 1.4/5.2 MB | 188/363 kB Progress (3): 1.8 MB | 1.4/5.2 MB | 192/363 kB Progress (3): 1.8 MB | 1.4/5.2 MB | 196/363 kB Progress (3): 1.8 MB | 1.4/5.2 MB | 200/363 kB Progress (3): 1.8 MB | 1.4/5.2 MB | 204/363 kB Progress (3): 1.8 MB | 1.4/5.2 MB | 208/363 kB Progress (3): 1.8 MB | 1.4/5.2 MB | 213/363 kB Progress (3): 1.8 MB | 1.4/5.2 MB | 217/363 kB Progress (3): 1.8 MB | 1.4/5.2 MB | 221/363 kB Progress (3): 1.8 MB | 1.4/5.2 MB | 221/363 kB Progress (3): 1.8 MB | 1.4/5.2 MB | 221/363 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/relevantcodes/extentreports/2.41.2/extentreports-2.41.2.jar (1.8 MB at 101 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar +Progress (2): 1.5/5.2 MB | 221/363 kB Progress (2): 1.5/5.2 MB | 221/363 kB Progress (2): 1.5/5.2 MB | 225/363 kB Progress (2): 1.5/5.2 MB | 229/363 kB Progress (2): 1.5/5.2 MB | 233/363 kB Progress (2): 1.5/5.2 MB | 237/363 kB Progress (2): 1.5/5.2 MB | 241/363 kB Progress (2): 1.5/5.2 MB | 245/363 kB Progress (2): 1.5/5.2 MB | 249/363 kB Progress (2): 1.5/5.2 MB | 254/363 kB Progress (2): 1.5/5.2 MB | 258/363 kB Progress (2): 1.5/5.2 MB | 262/363 kB Progress (2): 1.5/5.2 MB | 266/363 kB Progress (2): 1.5/5.2 MB | 270/363 kB Progress (2): 1.5/5.2 MB | 274/363 kB Progress (2): 1.5/5.2 MB | 278/363 kB Progress (2): 1.5/5.2 MB | 282/363 kB Progress (2): 1.5/5.2 MB | 286/363 kB Progress (2): 1.5/5.2 MB | 290/363 kB Progress (2): 1.5/5.2 MB | 295/363 kB Progress (2): 1.5/5.2 MB | 299/363 kB Progress (2): 1.5/5.2 MB | 303/363 kB Progress (2): 1.5/5.2 MB | 307/363 kB Progress (2): 1.5/5.2 MB | 311/363 kB Progress (2): 1.5/5.2 MB | 315/363 kB Progress (2): 1.5/5.2 MB | 319/363 kB Progress (2): 1.5/5.2 MB | 323/363 kB Progress (2): 1.5/5.2 MB | 327/363 kB Progress (2): 1.5/5.2 MB | 331/363 kB Progress (2): 1.5/5.2 MB | 335/363 kB Progress (2): 1.5/5.2 MB | 340/363 kB Progress (2): 1.5/5.2 MB | 344/363 kB Progress (2): 1.5/5.2 MB | 348/363 kB Progress (2): 1.5/5.2 MB | 352/363 kB Progress (2): 1.5/5.2 MB | 356/363 kB Progress (2): 1.5/5.2 MB | 360/363 kB Progress (2): 1.5/5.2 MB | 363 kB Progress (2): 1.5/5.2 MB | 363 kB Progress (2): 1.5/5.2 MB | 363 kB Progress (2): 1.6/5.2 MB | 363 kB Progress (3): 1.6/5.2 MB | 363 kB | 4.1/284 kB Progress (3): 1.6/5.2 MB | 363 kB | 7.8/284 kB Progress (3): 1.6/5.2 MB | 363 kB | 12/284 kB Progress (3): 1.6/5.2 MB | 363 kB | 16/284 kB Progress (3): 1.6/5.2 MB | 363 kB | 20/284 kB Progress (3): 1.6/5.2 MB | 363 kB | 24/284 kB Progress (3): 1.6/5.2 MB | 363 kB | 28/284 kB Progress (3): 1.6/5.2 MB | 363 kB | 32/284 kB Progress (3): 1.6/5.2 MB | 363 kB | 36/284 kB Progress (3): 1.6/5.2 MB | 363 kB | 41/284 kB Progress (3): 1.6/5.2 MB | 363 kB | 45/284 kB Progress (3): 1.6/5.2 MB | 363 kB | 49/284 kB Progress (3): 1.6/5.2 MB | 363 kB | 53/284 kB Progress (3): 1.6/5.2 MB | 363 kB | 57/284 kB Progress (3): 1.6/5.2 MB | 363 kB | 61/284 kB Progress (3): 1.6/5.2 MB | 363 kB | 65/284 kB Progress (3): 1.6/5.2 MB | 363 kB | 69/284 kB Progress (3): 1.6/5.2 MB | 363 kB | 73/284 kB Progress (3): 1.6/5.2 MB | 363 kB | 77/284 kB Progress (3): 1.6/5.2 MB | 363 kB | 82/284 kB Progress (3): 1.6/5.2 MB | 363 kB | 86/284 kB Progress (3): 1.6/5.2 MB | 363 kB | 90/284 kB Progress (3): 1.6/5.2 MB | 363 kB | 94/284 kB Progress (3): 1.6/5.2 MB | 363 kB | 98/284 kB Progress (3): 1.6/5.2 MB | 363 kB | 102/284 kB Progress (3): 1.6/5.2 MB | 363 kB | 106/284 kB Progress (4): 1.6/5.2 MB | 363 kB | 106/284 kB | 4.1/490 kB Progress (4): 1.6/5.2 MB | 363 kB | 106/284 kB | 7.8/490 kB Progress (4): 1.6/5.2 MB | 363 kB | 106/284 kB | 12/490 kB Progress (4): 1.6/5.2 MB | 363 kB | 106/284 kB | 16/490 kB Progress (4): 1.6/5.2 MB | 363 kB | 106/284 kB | 20/490 kB Progress (4): 1.6/5.2 MB | 363 kB | 106/284 kB | 24/490 kB Progress (4): 1.6/5.2 MB | 363 kB | 106/284 kB | 28/490 kB Progress (4): 1.6/5.2 MB | 363 kB | 106/284 kB | 32/490 kB Progress (4): 1.6/5.2 MB | 363 kB | 106/284 kB | 36/490 kB Progress (4): 1.6/5.2 MB | 363 kB | 106/284 kB | 41/490 kB Progress (4): 1.6/5.2 MB | 363 kB | 106/284 kB | 45/490 kB Progress (4): 1.6/5.2 MB | 363 kB | 106/284 kB | 49/490 kB Progress (4): 1.6/5.2 MB | 363 kB | 106/284 kB | 53/490 kB Progress (4): 1.6/5.2 MB | 363 kB | 106/284 kB | 57/490 kB Progress (4): 1.6/5.2 MB | 363 kB | 106/284 kB | 61/490 kB Progress (4): 1.6/5.2 MB | 363 kB | 106/284 kB | 65/490 kB Progress (4): 1.6/5.2 MB | 363 kB | 106/284 kB | 65/490 kB Progress (4): 1.6/5.2 MB | 363 kB | 106/284 kB | 65/490 kB Progress (4): 1.6/5.2 MB | 363 kB | 106/284 kB | 65/490 kB Progress (4): 1.7/5.2 MB | 363 kB | 106/284 kB | 65/490 kB Progress (5): 1.7/5.2 MB | 363 kB | 106/284 kB | 65/490 kB | 4.1/45 kB Progress (5): 1.7/5.2 MB | 363 kB | 106/284 kB | 65/490 kB | 7.8/45 kB Progress (5): 1.7/5.2 MB | 363 kB | 106/284 kB | 65/490 kB | 12/45 kB Progress (5): 1.7/5.2 MB | 363 kB | 106/284 kB | 65/490 kB | 16/45 kB Progress (5): 1.7/5.2 MB | 363 kB | 106/284 kB | 65/490 kB | 20/45 kB Progress (5): 1.7/5.2 MB | 363 kB | 106/284 kB | 65/490 kB | 24/45 kB Progress (5): 1.7/5.2 MB | 363 kB | 106/284 kB | 65/490 kB | 28/45 kB Progress (5): 1.7/5.2 MB | 363 kB | 106/284 kB | 65/490 kB | 32/45 kB Progress (5): 1.7/5.2 MB | 363 kB | 106/284 kB | 65/490 kB | 36/45 kB Progress (5): 1.7/5.2 MB | 363 kB | 106/284 kB | 65/490 kB | 41/45 kB Progress (5): 1.7/5.2 MB | 363 kB | 106/284 kB | 65/490 kB | 45/45 kB Progress (5): 1.7/5.2 MB | 363 kB | 106/284 kB | 65/490 kB | 45 kB Progress (5): 1.7/5.2 MB | 363 kB | 106/284 kB | 69/490 kB | 45 kB Progress (5): 1.7/5.2 MB | 363 kB | 106/284 kB | 73/490 kB | 45 kB Progress (5): 1.7/5.2 MB | 363 kB | 106/284 kB | 77/490 kB | 45 kB Progress (5): 1.7/5.2 MB | 363 kB | 106/284 kB | 82/490 kB | 45 kB Progress (5): 1.7/5.2 MB | 363 kB | 106/284 kB | 86/490 kB | 45 kB Progress (5): 1.7/5.2 MB | 363 kB | 106/284 kB | 90/490 kB | 45 kB Progress (5): 1.7/5.2 MB | 363 kB | 106/284 kB | 94/490 kB | 45 kB Progress (5): 1.7/5.2 MB | 363 kB | 106/284 kB | 98/490 kB | 45 kB Progress (5): 1.7/5.2 MB | 363 kB | 106/284 kB | 102/490 kB | 45 kB Progress (5): 1.7/5.2 MB | 363 kB | 106/284 kB | 106/490 kB | 45 kB Progress (5): 1.7/5.2 MB | 363 kB | 106/284 kB | 110/490 kB | 45 kB Progress (5): 1.7/5.2 MB | 363 kB | 106/284 kB | 114/490 kB | 45 kB Progress (5): 1.7/5.2 MB | 363 kB | 106/284 kB | 118/490 kB | 45 kB Progress (5): 1.7/5.2 MB | 363 kB | 106/284 kB | 122/490 kB | 45 kB Progress (5): 1.7/5.2 MB | 363 kB | 106/284 kB | 127/490 kB | 45 kB Progress (5): 1.7/5.2 MB | 363 kB | 106/284 kB | 131/490 kB | 45 kB Progress (5): 1.7/5.2 MB | 363 kB | 106/284 kB | 135/490 kB | 45 kB Progress (5): 1.7/5.2 MB | 363 kB | 106/284 kB | 139/490 kB | 45 kB Progress (5): 1.7/5.2 MB | 363 kB | 106/284 kB | 143/490 kB | 45 kB Progress (5): 1.7/5.2 MB | 363 kB | 106/284 kB | 147/490 kB | 45 kB Progress (5): 1.7/5.2 MB | 363 kB | 106/284 kB | 151/490 kB | 45 kB Progress (5): 1.7/5.2 MB | 363 kB | 106/284 kB | 155/490 kB | 45 kB Progress (5): 1.7/5.2 MB | 363 kB | 106/284 kB | 159/490 kB | 45 kB Progress (5): 1.7/5.2 MB | 363 kB | 106/284 kB | 163/490 kB | 45 kB Progress (5): 1.7/5.2 MB | 363 kB | 106/284 kB | 168/490 kB | 45 kB Progress (5): 1.7/5.2 MB | 363 kB | 106/284 kB | 172/490 kB | 45 kB Progress (5): 1.7/5.2 MB | 363 kB | 106/284 kB | 176/490 kB | 45 kB Progress (5): 1.7/5.2 MB | 363 kB | 106/284 kB | 180/490 kB | 45 kB Progress (5): 1.7/5.2 MB | 363 kB | 106/284 kB | 180/490 kB | 45 kB Progress (5): 1.7/5.2 MB | 363 kB | 106/284 kB | 180/490 kB | 45 kB Progress (5): 1.7/5.2 MB | 363 kB | 106/284 kB | 180/490 kB | 45 kB Progress (5): 1.8/5.2 MB | 363 kB | 106/284 kB | 180/490 kB | 45 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/commons-configuration/commons-configuration/1.10/commons-configuration-1.10.jar (363 kB at 20 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.jar +Progress (4): 1.8/5.2 MB | 106/284 kB | 180/490 kB | 45 kB Progress (4): 1.8/5.2 MB | 110/284 kB | 180/490 kB | 45 kB Progress (4): 1.8/5.2 MB | 114/284 kB | 180/490 kB | 45 kB Progress (4): 1.8/5.2 MB | 118/284 kB | 180/490 kB | 45 kB Progress (4): 1.8/5.2 MB | 122/284 kB | 180/490 kB | 45 kB Progress (4): 1.8/5.2 MB | 127/284 kB | 180/490 kB | 45 kB Progress (4): 1.8/5.2 MB | 131/284 kB | 180/490 kB | 45 kB Progress (4): 1.8/5.2 MB | 135/284 kB | 180/490 kB | 45 kB Progress (4): 1.8/5.2 MB | 139/284 kB | 180/490 kB | 45 kB Progress (4): 1.8/5.2 MB | 143/284 kB | 180/490 kB | 45 kB Progress (4): 1.8/5.2 MB | 147/284 kB | 180/490 kB | 45 kB Progress (4): 1.8/5.2 MB | 151/284 kB | 180/490 kB | 45 kB Progress (4): 1.8/5.2 MB | 155/284 kB | 180/490 kB | 45 kB Progress (4): 1.8/5.2 MB | 159/284 kB | 180/490 kB | 45 kB Progress (4): 1.8/5.2 MB | 163/284 kB | 180/490 kB | 45 kB Progress (4): 1.8/5.2 MB | 168/284 kB | 180/490 kB | 45 kB Progress (4): 1.8/5.2 MB | 172/284 kB | 180/490 kB | 45 kB Progress (4): 1.8/5.2 MB | 176/284 kB | 180/490 kB | 45 kB Progress (4): 1.8/5.2 MB | 180/284 kB | 180/490 kB | 45 kB Progress (4): 1.8/5.2 MB | 184/284 kB | 180/490 kB | 45 kB Progress (4): 1.8/5.2 MB | 188/284 kB | 180/490 kB | 45 kB Progress (4): 1.8/5.2 MB | 192/284 kB | 180/490 kB | 45 kB Progress (4): 1.8/5.2 MB | 196/284 kB | 180/490 kB | 45 kB Progress (4): 1.8/5.2 MB | 200/284 kB | 180/490 kB | 45 kB Progress (4): 1.8/5.2 MB | 204/284 kB | 180/490 kB | 45 kB Progress (4): 1.8/5.2 MB | 208/284 kB | 180/490 kB | 45 kB Progress (4): 1.8/5.2 MB | 213/284 kB | 180/490 kB | 45 kB Progress (4): 1.8/5.2 MB | 217/284 kB | 180/490 kB | 45 kB Progress (4): 1.8/5.2 MB | 221/284 kB | 180/490 kB | 45 kB Progress (4): 1.8/5.2 MB | 225/284 kB | 180/490 kB | 45 kB Progress (4): 1.8/5.2 MB | 229/284 kB | 180/490 kB | 45 kB Progress (4): 1.8/5.2 MB | 233/284 kB | 180/490 kB | 45 kB Progress (4): 1.8/5.2 MB | 237/284 kB | 180/490 kB | 45 kB Progress (4): 1.8/5.2 MB | 241/284 kB | 180/490 kB | 45 kB Progress (4): 1.8/5.2 MB | 245/284 kB | 180/490 kB | 45 kB Progress (4): 1.8/5.2 MB | 249/284 kB | 180/490 kB | 45 kB Progress (4): 1.8/5.2 MB | 254/284 kB | 180/490 kB | 45 kB Progress (4): 1.8/5.2 MB | 258/284 kB | 180/490 kB | 45 kB Progress (4): 1.8/5.2 MB | 262/284 kB | 180/490 kB | 45 kB Progress (4): 1.8/5.2 MB | 266/284 kB | 180/490 kB | 45 kB Progress (4): 1.8/5.2 MB | 266/284 kB | 184/490 kB | 45 kB Progress (4): 1.8/5.2 MB | 270/284 kB | 184/490 kB | 45 kB Progress (4): 1.8/5.2 MB | 270/284 kB | 188/490 kB | 45 kB Progress (4): 1.8/5.2 MB | 270/284 kB | 192/490 kB | 45 kB Progress (4): 1.8/5.2 MB | 274/284 kB | 192/490 kB | 45 kB Progress (4): 1.8/5.2 MB | 274/284 kB | 196/490 kB | 45 kB Progress (4): 1.8/5.2 MB | 278/284 kB | 196/490 kB | 45 kB Progress (4): 1.8/5.2 MB | 282/284 kB | 196/490 kB | 45 kB Progress (4): 1.8/5.2 MB | 284 kB | 196/490 kB | 45 kB Progress (4): 1.8/5.2 MB | 284 kB | 200/490 kB | 45 kB Progress (4): 1.8/5.2 MB | 284 kB | 204/490 kB | 45 kB Progress (4): 1.8/5.2 MB | 284 kB | 208/490 kB | 45 kB Progress (4): 1.8/5.2 MB | 284 kB | 213/490 kB | 45 kB Progress (4): 1.8/5.2 MB | 284 kB | 217/490 kB | 45 kB Progress (4): 1.8/5.2 MB | 284 kB | 221/490 kB | 45 kB Progress (4): 1.8/5.2 MB | 284 kB | 225/490 kB | 45 kB Progress (4): 1.8/5.2 MB | 284 kB | 229/490 kB | 45 kB Progress (4): 1.8/5.2 MB | 284 kB | 233/490 kB | 45 kB Progress (4): 1.8/5.2 MB | 284 kB | 237/490 kB | 45 kB Progress (4): 1.8/5.2 MB | 284 kB | 241/490 kB | 45 kB Progress (4): 1.8/5.2 MB | 284 kB | 245/490 kB | 45 kB Progress (4): 1.8/5.2 MB | 284 kB | 249/490 kB | 45 kB Progress (4): 1.8/5.2 MB | 284 kB | 254/490 kB | 45 kB Progress (4): 1.8/5.2 MB | 284 kB | 258/490 kB | 45 kB Progress (4): 1.8/5.2 MB | 284 kB | 262/490 kB | 45 kB Progress (4): 1.8/5.2 MB | 284 kB | 266/490 kB | 45 kB Progress (4): 1.8/5.2 MB | 284 kB | 270/490 kB | 45 kB Progress (4): 1.8/5.2 MB | 284 kB | 274/490 kB | 45 kB Progress (4): 1.8/5.2 MB | 284 kB | 278/490 kB | 45 kB Progress (4): 1.8/5.2 MB | 284 kB | 282/490 kB | 45 kB Progress (4): 1.8/5.2 MB | 284 kB | 286/490 kB | 45 kB Progress (4): 1.8/5.2 MB | 284 kB | 290/490 kB | 45 kB Progress (4): 1.8/5.2 MB | 284 kB | 295/490 kB | 45 kB Progress (4): 1.8/5.2 MB | 284 kB | 299/490 kB | 45 kB Progress (4): 1.8/5.2 MB | 284 kB | 303/490 kB | 45 kB Progress (4): 1.8/5.2 MB | 284 kB | 307/490 kB | 45 kB Progress (4): 1.8/5.2 MB | 284 kB | 311/490 kB | 45 kB Progress (4): 1.8/5.2 MB | 284 kB | 311/490 kB | 45 kB Progress (4): 1.8/5.2 MB | 284 kB | 311/490 kB | 45 kB Progress (4): 1.9/5.2 MB | 284 kB | 311/490 kB | 45 kB Progress (4): 1.9/5.2 MB | 284 kB | 311/490 kB | 45 kB Progress (4): 1.9/5.2 MB | 284 kB | 315/490 kB | 45 kB Progress (4): 1.9/5.2 MB | 284 kB | 319/490 kB | 45 kB Progress (4): 1.9/5.2 MB | 284 kB | 323/490 kB | 45 kB Progress (4): 1.9/5.2 MB | 284 kB | 327/490 kB | 45 kB Progress (4): 1.9/5.2 MB | 284 kB | 331/490 kB | 45 kB Progress (4): 1.9/5.2 MB | 284 kB | 335/490 kB | 45 kB Progress (4): 1.9/5.2 MB | 284 kB | 340/490 kB | 45 kB Progress (4): 1.9/5.2 MB | 284 kB | 344/490 kB | 45 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar (45 kB at 2.4 kB/s) +Progress (3): 1.9/5.2 MB | 284 kB | 348/490 kB Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/uk/co/datumedge/hamcrest-json/0.2/hamcrest-json-0.2.jar +Progress (3): 1.9/5.2 MB | 284 kB | 352/490 kB Progress (3): 1.9/5.2 MB | 284 kB | 356/490 kB Progress (3): 1.9/5.2 MB | 284 kB | 360/490 kB Progress (3): 1.9/5.2 MB | 284 kB | 364/490 kB Progress (3): 1.9/5.2 MB | 284 kB | 368/490 kB Progress (3): 1.9/5.2 MB | 284 kB | 372/490 kB Progress (3): 1.9/5.2 MB | 284 kB | 376/490 kB Progress (3): 1.9/5.2 MB | 284 kB | 381/490 kB Progress (3): 1.9/5.2 MB | 284 kB | 385/490 kB Progress (3): 1.9/5.2 MB | 284 kB | 389/490 kB Progress (3): 1.9/5.2 MB | 284 kB | 393/490 kB Progress (3): 1.9/5.2 MB | 284 kB | 397/490 kB Progress (3): 1.9/5.2 MB | 284 kB | 401/490 kB Progress (3): 1.9/5.2 MB | 284 kB | 405/490 kB Progress (3): 1.9/5.2 MB | 284 kB | 409/490 kB Progress (3): 1.9/5.2 MB | 284 kB | 413/490 kB Progress (3): 1.9/5.2 MB | 284 kB | 417/490 kB Progress (3): 1.9/5.2 MB | 284 kB | 421/490 kB Progress (3): 1.9/5.2 MB | 284 kB | 426/490 kB Progress (3): 1.9/5.2 MB | 284 kB | 430/490 kB Progress (3): 1.9/5.2 MB | 284 kB | 434/490 kB Progress (3): 1.9/5.2 MB | 284 kB | 438/490 kB Progress (3): 1.9/5.2 MB | 284 kB | 442/490 kB Progress (3): 1.9/5.2 MB | 284 kB | 446/490 kB Progress (3): 1.9/5.2 MB | 284 kB | 450/490 kB Progress (3): 1.9/5.2 MB | 284 kB | 454/490 kB Progress (3): 1.9/5.2 MB | 284 kB | 458/490 kB Progress (3): 1.9/5.2 MB | 284 kB | 462/490 kB Progress (3): 1.9/5.2 MB | 284 kB | 467/490 kB Progress (3): 1.9/5.2 MB | 284 kB | 471/490 kB Progress (3): 1.9/5.2 MB | 284 kB | 475/490 kB Progress (3): 1.9/5.2 MB | 284 kB | 475/490 kB Progress (3): 1.9/5.2 MB | 284 kB | 475/490 kB Progress (3): 2.0/5.2 MB | 284 kB | 475/490 kB Progress (3): 2.0/5.2 MB | 284 kB | 475/490 kB Progress (4): 2.0/5.2 MB | 284 kB | 475/490 kB | 4.1/53 kB Progress (4): 2.0/5.2 MB | 284 kB | 475/490 kB | 7.8/53 kB Progress (4): 2.0/5.2 MB | 284 kB | 475/490 kB | 12/53 kB Progress (4): 2.0/5.2 MB | 284 kB | 475/490 kB | 16/53 kB Progress (4): 2.0/5.2 MB | 284 kB | 475/490 kB | 20/53 kB Progress (4): 2.0/5.2 MB | 284 kB | 475/490 kB | 24/53 kB Progress (4): 2.0/5.2 MB | 284 kB | 475/490 kB | 28/53 kB Progress (4): 2.0/5.2 MB | 284 kB | 475/490 kB | 32/53 kB Progress (4): 2.0/5.2 MB | 284 kB | 475/490 kB | 36/53 kB Progress (4): 2.0/5.2 MB | 284 kB | 475/490 kB | 41/53 kB Progress (4): 2.0/5.2 MB | 284 kB | 475/490 kB | 45/53 kB Progress (4): 2.0/5.2 MB | 284 kB | 479/490 kB | 45/53 kB Progress (4): 2.0/5.2 MB | 284 kB | 479/490 kB | 49/53 kB Progress (4): 2.0/5.2 MB | 284 kB | 483/490 kB | 49/53 kB Progress (4): 2.0/5.2 MB | 284 kB | 483/490 kB | 53/53 kB Progress (4): 2.0/5.2 MB | 284 kB | 487/490 kB | 53/53 kB Progress (4): 2.0/5.2 MB | 284 kB | 487/490 kB | 53 kB Progress (4): 2.0/5.2 MB | 284 kB | 490 kB | 53 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/commons-lang/commons-lang/2.6/commons-lang-2.6.jar (284 kB at 15 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/skyscreamer/jsonassert/1.1.1/jsonassert-1.1.1.jar +Progress (3): 2.0/5.2 MB | 490 kB | 53 kB Progress (3): 2.0/5.2 MB | 490 kB | 53 kB Progress (3): 2.1/5.2 MB | 490 kB | 53 kB Progress (3): 2.1/5.2 MB | 490 kB | 53 kB Progress (4): 2.1/5.2 MB | 490 kB | 53 kB | 4.1/15 kB Progress (4): 2.1/5.2 MB | 490 kB | 53 kB | 7.8/15 kB Progress (4): 2.1/5.2 MB | 490 kB | 53 kB | 12/15 kB Progress (4): 2.1/5.2 MB | 490 kB | 53 kB | 15 kB Progress (4): 2.1/5.2 MB | 490 kB | 53 kB | 15 kB Progress (4): 2.2/5.2 MB | 490 kB | 53 kB | 15 kB Progress (4): 2.2/5.2 MB | 490 kB | 53 kB | 15 kB Progress (4): 2.2/5.2 MB | 490 kB | 53 kB | 15 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/log4j/log4j/1.2.17/log4j-1.2.17.jar (490 kB at 26 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/commons-collections/commons-collections/3.0/commons-collections-3.0.jar +Progress (3): 2.2/5.2 MB | 53 kB | 15 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.jar (53 kB at 2.8 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/assertj/assertj-core/3.11.0/assertj-core-3.11.0.jar +Progress (3): 2.2/5.2 MB | 15 kB | 4.1/13 kB Progress (3): 2.2/5.2 MB | 15 kB | 7.8/13 kB Progress (3): 2.2/5.2 MB | 15 kB | 12/13 kB Progress (3): 2.2/5.2 MB | 15 kB | 13 kB Progress (3): 2.3/5.2 MB | 15 kB | 13 kB Progress (3): 2.3/5.2 MB | 15 kB | 13 kB Progress (3): 2.3/5.2 MB | 15 kB | 13 kB Progress (3): 2.3/5.2 MB | 15 kB | 13 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/skyscreamer/jsonassert/1.1.1/jsonassert-1.1.1.jar (13 kB at 662 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/mockito/mockito-core/2.21.0/mockito-core-2.21.0.jar +Progress (3): 2.3/5.2 MB | 15 kB | 0/4.0 MB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/uk/co/datumedge/hamcrest-json/0.2/hamcrest-json-0.2.jar (15 kB at 758 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/net/bytebuddy/byte-buddy/1.8.15/byte-buddy-1.8.15.jar +Progress (2): 2.4/5.2 MB | 0/4.0 MB Progress (2): 2.4/5.2 MB | 0/4.0 MB Progress (2): 2.4/5.2 MB | 0/4.0 MB Progress (2): 2.4/5.2 MB | 0.1/4.0 MB Progress (2): 2.4/5.2 MB | 0.1/4.0 MB Progress (3): 2.4/5.2 MB | 0.1/4.0 MB | 4.1/519 kB Progress (3): 2.4/5.2 MB | 0.1/4.0 MB | 7.8/519 kB Progress (3): 2.4/5.2 MB | 0.1/4.0 MB | 12/519 kB Progress (3): 2.4/5.2 MB | 0.1/4.0 MB | 16/519 kB Progress (3): 2.4/5.2 MB | 0.1/4.0 MB | 20/519 kB Progress (3): 2.4/5.2 MB | 0.1/4.0 MB | 24/519 kB Progress (3): 2.4/5.2 MB | 0.1/4.0 MB | 28/519 kB Progress (3): 2.4/5.2 MB | 0.1/4.0 MB | 32/519 kB Progress (3): 2.4/5.2 MB | 0.1/4.0 MB | 32/519 kB Progress (3): 2.4/5.2 MB | 0.1/4.0 MB | 32/519 kB Progress (3): 2.5/5.2 MB | 0.1/4.0 MB | 32/519 kB Progress (3): 2.5/5.2 MB | 0.1/4.0 MB | 32/519 kB Progress (3): 2.5/5.2 MB | 0.1/4.0 MB | 32/519 kB Progress (3): 2.5/5.2 MB | 0.1/4.0 MB | 32/519 kB Progress (3): 2.5/5.2 MB | 0.2/4.0 MB | 32/519 kB Progress (3): 2.5/5.2 MB | 0.2/4.0 MB | 32/519 kB Progress (3): 2.5/5.2 MB | 0.2/4.0 MB | 32/519 kB Progress (3): 2.5/5.2 MB | 0.2/4.0 MB | 32/519 kB Progress (3): 2.5/5.2 MB | 0.3/4.0 MB | 32/519 kB Progress (3): 2.5/5.2 MB | 0.3/4.0 MB | 36/519 kB Progress (3): 2.5/5.2 MB | 0.3/4.0 MB | 41/519 kB Progress (3): 2.5/5.2 MB | 0.3/4.0 MB | 45/519 kB Progress (3): 2.5/5.2 MB | 0.3/4.0 MB | 49/519 kB Progress (3): 2.5/5.2 MB | 0.3/4.0 MB | 53/519 kB Progress (3): 2.5/5.2 MB | 0.3/4.0 MB | 57/519 kB Progress (3): 2.5/5.2 MB | 0.3/4.0 MB | 61/519 kB Progress (3): 2.5/5.2 MB | 0.3/4.0 MB | 65/519 kB Progress (4): 2.5/5.2 MB | 0.3/4.0 MB | 65/519 kB | 4.1/564 kB Progress (4): 2.5/5.2 MB | 0.3/4.0 MB | 65/519 kB | 7.8/564 kB Progress (4): 2.5/5.2 MB | 0.3/4.0 MB | 65/519 kB | 12/564 kB Progress (4): 2.5/5.2 MB | 0.3/4.0 MB | 65/519 kB | 16/564 kB Progress (4): 2.5/5.2 MB | 0.3/4.0 MB | 65/519 kB | 20/564 kB Progress (4): 2.5/5.2 MB | 0.3/4.0 MB | 65/519 kB | 24/564 kB Progress (4): 2.5/5.2 MB | 0.3/4.0 MB | 65/519 kB | 28/564 kB Progress (4): 2.5/5.2 MB | 0.3/4.0 MB | 65/519 kB | 32/564 kB Progress (4): 2.5/5.2 MB | 0.3/4.0 MB | 65/519 kB | 36/564 kB Progress (4): 2.5/5.2 MB | 0.3/4.0 MB | 65/519 kB | 41/564 kB Progress (4): 2.5/5.2 MB | 0.3/4.0 MB | 65/519 kB | 41/564 kB Progress (4): 2.6/5.2 MB | 0.3/4.0 MB | 65/519 kB | 41/564 kB Progress (4): 2.6/5.2 MB | 0.3/4.0 MB | 65/519 kB | 41/564 kB Progress (4): 2.6/5.2 MB | 0.3/4.0 MB | 65/519 kB | 41/564 kB Progress (4): 2.6/5.2 MB | 0.3/4.0 MB | 65/519 kB | 41/564 kB Progress (4): 2.6/5.2 MB | 0.3/4.0 MB | 65/519 kB | 41/564 kB Progress (4): 2.6/5.2 MB | 0.4/4.0 MB | 65/519 kB | 41/564 kB Progress (4): 2.6/5.2 MB | 0.4/4.0 MB | 65/519 kB | 41/564 kB Progress (4): 2.6/5.2 MB | 0.4/4.0 MB | 65/519 kB | 41/564 kB Progress (4): 2.6/5.2 MB | 0.4/4.0 MB | 65/519 kB | 41/564 kB Progress (4): 2.6/5.2 MB | 0.5/4.0 MB | 65/519 kB | 41/564 kB Progress (5): 2.6/5.2 MB | 0.5/4.0 MB | 65/519 kB | 41/564 kB | 0/3.0 MB Progress (5): 2.6/5.2 MB | 0.5/4.0 MB | 65/519 kB | 41/564 kB | 0/3.0 MB Progress (5): 2.6/5.2 MB | 0.5/4.0 MB | 65/519 kB | 41/564 kB | 0/3.0 MB Progress (5): 2.6/5.2 MB | 0.5/4.0 MB | 65/519 kB | 41/564 kB | 0/3.0 MB Progress (5): 2.7/5.2 MB | 0.5/4.0 MB | 65/519 kB | 41/564 kB | 0/3.0 MB Progress (5): 2.7/5.2 MB | 0.5/4.0 MB | 65/519 kB | 41/564 kB | 0/3.0 MB Progress (5): 2.7/5.2 MB | 0.5/4.0 MB | 65/519 kB | 41/564 kB | 0/3.0 MB Progress (5): 2.7/5.2 MB | 0.5/4.0 MB | 65/519 kB | 41/564 kB | 0/3.0 MB Progress (5): 2.7/5.2 MB | 0.5/4.0 MB | 65/519 kB | 41/564 kB | 0/3.0 MB Progress (5): 2.7/5.2 MB | 0.6/4.0 MB | 65/519 kB | 41/564 kB | 0/3.0 MB Progress (5): 2.7/5.2 MB | 0.6/4.0 MB | 65/519 kB | 41/564 kB | 0/3.0 MB Progress (5): 2.7/5.2 MB | 0.6/4.0 MB | 65/519 kB | 41/564 kB | 0/3.0 MB Progress (5): 2.7/5.2 MB | 0.6/4.0 MB | 65/519 kB | 41/564 kB | 0/3.0 MB Progress (5): 2.7/5.2 MB | 0.7/4.0 MB | 65/519 kB | 41/564 kB | 0/3.0 MB Progress (5): 2.7/5.2 MB | 0.7/4.0 MB | 65/519 kB | 41/564 kB | 0/3.0 MB Progress (5): 2.7/5.2 MB | 0.7/4.0 MB | 69/519 kB | 41/564 kB | 0/3.0 MB Progress (5): 2.7/5.2 MB | 0.7/4.0 MB | 73/519 kB | 41/564 kB | 0/3.0 MB Progress (5): 2.7/5.2 MB | 0.7/4.0 MB | 77/519 kB | 41/564 kB | 0/3.0 MB Progress (5): 2.7/5.2 MB | 0.7/4.0 MB | 82/519 kB | 41/564 kB | 0/3.0 MB Progress (5): 2.7/5.2 MB | 0.7/4.0 MB | 86/519 kB | 41/564 kB | 0/3.0 MB Progress (5): 2.7/5.2 MB | 0.7/4.0 MB | 90/519 kB | 41/564 kB | 0/3.0 MB Progress (5): 2.7/5.2 MB | 0.7/4.0 MB | 94/519 kB | 41/564 kB | 0/3.0 MB Progress (5): 2.7/5.2 MB | 0.7/4.0 MB | 98/519 kB | 41/564 kB | 0/3.0 MB Progress (5): 2.7/5.2 MB | 0.7/4.0 MB | 102/519 kB | 41/564 kB | 0/3.0 MB Progress (5): 2.7/5.2 MB | 0.7/4.0 MB | 106/519 kB | 41/564 kB | 0/3.0 MB Progress (5): 2.7/5.2 MB | 0.7/4.0 MB | 110/519 kB | 41/564 kB | 0/3.0 MB Progress (5): 2.7/5.2 MB | 0.7/4.0 MB | 114/519 kB | 41/564 kB | 0/3.0 MB Progress (5): 2.7/5.2 MB | 0.7/4.0 MB | 118/519 kB | 41/564 kB | 0/3.0 MB Progress (5): 2.7/5.2 MB | 0.7/4.0 MB | 122/519 kB | 41/564 kB | 0/3.0 MB Progress (5): 2.7/5.2 MB | 0.7/4.0 MB | 127/519 kB | 41/564 kB | 0/3.0 MB Progress (5): 2.7/5.2 MB | 0.7/4.0 MB | 131/519 kB | 41/564 kB | 0/3.0 MB Progress (5): 2.7/5.2 MB | 0.7/4.0 MB | 135/519 kB | 41/564 kB | 0/3.0 MB Progress (5): 2.7/5.2 MB | 0.7/4.0 MB | 139/519 kB | 41/564 kB | 0/3.0 MB Progress (5): 2.7/5.2 MB | 0.7/4.0 MB | 143/519 kB | 41/564 kB | 0/3.0 MB Progress (5): 2.7/5.2 MB | 0.7/4.0 MB | 147/519 kB | 41/564 kB | 0/3.0 MB Progress (5): 2.7/5.2 MB | 0.7/4.0 MB | 151/519 kB | 41/564 kB | 0/3.0 MB Progress (5): 2.7/5.2 MB | 0.7/4.0 MB | 155/519 kB | 41/564 kB | 0/3.0 MB Progress (5): 2.7/5.2 MB | 0.7/4.0 MB | 159/519 kB | 41/564 kB | 0/3.0 MB Progress (5): 2.7/5.2 MB | 0.7/4.0 MB | 159/519 kB | 45/564 kB | 0/3.0 MB Progress (5): 2.7/5.2 MB | 0.7/4.0 MB | 163/519 kB | 45/564 kB | 0/3.0 MB Progress (5): 2.7/5.2 MB | 0.7/4.0 MB | 163/519 kB | 49/564 kB | 0/3.0 MB Progress (5): 2.7/5.2 MB | 0.7/4.0 MB | 163/519 kB | 53/564 kB | 0/3.0 MB Progress (5): 2.7/5.2 MB | 0.7/4.0 MB | 163/519 kB | 57/564 kB | 0/3.0 MB Progress (5): 2.7/5.2 MB | 0.7/4.0 MB | 168/519 kB | 57/564 kB | 0/3.0 MB Progress (5): 2.7/5.2 MB | 0.7/4.0 MB | 172/519 kB | 57/564 kB | 0/3.0 MB Progress (5): 2.7/5.2 MB | 0.7/4.0 MB | 176/519 kB | 57/564 kB | 0/3.0 MB Progress (5): 2.7/5.2 MB | 0.7/4.0 MB | 180/519 kB | 57/564 kB | 0/3.0 MB Progress (5): 2.7/5.2 MB | 0.7/4.0 MB | 184/519 kB | 57/564 kB | 0/3.0 MB Progress (5): 2.7/5.2 MB | 0.7/4.0 MB | 188/519 kB | 57/564 kB | 0/3.0 MB Progress (5): 2.7/5.2 MB | 0.7/4.0 MB | 192/519 kB | 57/564 kB | 0/3.0 MB Progress (5): 2.7/5.2 MB | 0.7/4.0 MB | 196/519 kB | 57/564 kB | 0/3.0 MB Progress (5): 2.7/5.2 MB | 0.7/4.0 MB | 196/519 kB | 61/564 kB | 0/3.0 MB Progress (5): 2.7/5.2 MB | 0.7/4.0 MB | 196/519 kB | 65/564 kB | 0/3.0 MB Progress (5): 2.7/5.2 MB | 0.7/4.0 MB | 196/519 kB | 69/564 kB | 0/3.0 MB Progress (5): 2.7/5.2 MB | 0.7/4.0 MB | 196/519 kB | 73/564 kB | 0/3.0 MB Progress (5): 2.7/5.2 MB | 0.7/4.0 MB | 200/519 kB | 73/564 kB | 0/3.0 MB Progress (5): 2.7/5.2 MB | 0.7/4.0 MB | 204/519 kB | 73/564 kB | 0/3.0 MB Progress (5): 2.7/5.2 MB | 0.7/4.0 MB | 208/519 kB | 73/564 kB | 0/3.0 MB Progress (5): 2.7/5.2 MB | 0.7/4.0 MB | 213/519 kB | 73/564 kB | 0/3.0 MB Progress (5): 2.7/5.2 MB | 0.7/4.0 MB | 213/519 kB | 73/564 kB | 0/3.0 MB Progress (5): 2.7/5.2 MB | 0.7/4.0 MB | 213/519 kB | 73/564 kB | 0.1/3.0 MB Progress (5): 2.7/5.2 MB | 0.7/4.0 MB | 213/519 kB | 73/564 kB | 0.1/3.0 MB Progress (5): 2.7/5.2 MB | 0.7/4.0 MB | 213/519 kB | 73/564 kB | 0.1/3.0 MB Progress (5): 2.7/5.2 MB | 0.7/4.0 MB | 213/519 kB | 73/564 kB | 0.1/3.0 MB Progress (5): 2.8/5.2 MB | 0.7/4.0 MB | 213/519 kB | 73/564 kB | 0.1/3.0 MB Progress (5): 2.8/5.2 MB | 0.7/4.0 MB | 213/519 kB | 73/564 kB | 0.1/3.0 MB Progress (5): 2.8/5.2 MB | 0.7/4.0 MB | 213/519 kB | 73/564 kB | 0.1/3.0 MB Progress (5): 2.8/5.2 MB | 0.8/4.0 MB | 213/519 kB | 73/564 kB | 0.1/3.0 MB Progress (5): 2.8/5.2 MB | 0.8/4.0 MB | 213/519 kB | 73/564 kB | 0.1/3.0 MB Progress (5): 2.8/5.2 MB | 0.8/4.0 MB | 213/519 kB | 73/564 kB | 0.1/3.0 MB Progress (5): 2.8/5.2 MB | 0.8/4.0 MB | 213/519 kB | 73/564 kB | 0.1/3.0 MB Progress (5): 2.8/5.2 MB | 0.9/4.0 MB | 213/519 kB | 73/564 kB | 0.1/3.0 MB Progress (5): 2.8/5.2 MB | 0.9/4.0 MB | 213/519 kB | 73/564 kB | 0.1/3.0 MB Progress (5): 2.8/5.2 MB | 0.9/4.0 MB | 213/519 kB | 73/564 kB | 0.1/3.0 MB Progress (5): 2.8/5.2 MB | 0.9/4.0 MB | 213/519 kB | 73/564 kB | 0.1/3.0 MB Progress (5): 2.8/5.2 MB | 0.9/4.0 MB | 217/519 kB | 73/564 kB | 0.1/3.0 MB Progress (5): 2.8/5.2 MB | 0.9/4.0 MB | 221/519 kB | 73/564 kB | 0.1/3.0 MB Progress (5): 2.8/5.2 MB | 0.9/4.0 MB | 225/519 kB | 73/564 kB | 0.1/3.0 MB Progress (5): 2.8/5.2 MB | 0.9/4.0 MB | 229/519 kB | 73/564 kB | 0.1/3.0 MB Progress (5): 2.8/5.2 MB | 0.9/4.0 MB | 233/519 kB | 73/564 kB | 0.1/3.0 MB Progress (5): 2.8/5.2 MB | 0.9/4.0 MB | 237/519 kB | 73/564 kB | 0.1/3.0 MB Progress (5): 2.8/5.2 MB | 0.9/4.0 MB | 241/519 kB | 73/564 kB | 0.1/3.0 MB Progress (5): 2.8/5.2 MB | 0.9/4.0 MB | 245/519 kB | 73/564 kB | 0.1/3.0 MB Progress (5): 2.8/5.2 MB | 0.9/4.0 MB | 245/519 kB | 77/564 kB | 0.1/3.0 MB Progress (5): 2.8/5.2 MB | 0.9/4.0 MB | 245/519 kB | 82/564 kB | 0.1/3.0 MB Progress (5): 2.8/5.2 MB | 0.9/4.0 MB | 245/519 kB | 86/564 kB | 0.1/3.0 MB Progress (5): 2.8/5.2 MB | 0.9/4.0 MB | 245/519 kB | 90/564 kB | 0.1/3.0 MB Progress (5): 2.8/5.2 MB | 0.9/4.0 MB | 245/519 kB | 94/564 kB | 0.1/3.0 MB Progress (5): 2.8/5.2 MB | 0.9/4.0 MB | 245/519 kB | 98/564 kB | 0.1/3.0 MB Progress (5): 2.8/5.2 MB | 0.9/4.0 MB | 249/519 kB | 98/564 kB | 0.1/3.0 MB Progress (5): 2.8/5.2 MB | 0.9/4.0 MB | 254/519 kB | 98/564 kB | 0.1/3.0 MB Progress (5): 2.8/5.2 MB | 0.9/4.0 MB | 258/519 kB | 98/564 kB | 0.1/3.0 MB Progress (5): 2.8/5.2 MB | 0.9/4.0 MB | 258/519 kB | 102/564 kB | 0.1/3.0 MB Progress (5): 2.8/5.2 MB | 0.9/4.0 MB | 262/519 kB | 102/564 kB | 0.1/3.0 MB Progress (5): 2.8/5.2 MB | 0.9/4.0 MB | 262/519 kB | 106/564 kB | 0.1/3.0 MB Progress (5): 2.8/5.2 MB | 0.9/4.0 MB | 262/519 kB | 110/564 kB | 0.1/3.0 MB Progress (5): 2.8/5.2 MB | 0.9/4.0 MB | 262/519 kB | 114/564 kB | 0.1/3.0 MB Progress (5): 2.8/5.2 MB | 0.9/4.0 MB | 262/519 kB | 118/564 kB | 0.1/3.0 MB Progress (5): 2.8/5.2 MB | 0.9/4.0 MB | 262/519 kB | 122/564 kB | 0.1/3.0 MB Progress (5): 2.8/5.2 MB | 0.9/4.0 MB | 262/519 kB | 127/564 kB | 0.1/3.0 MB Progress (5): 2.8/5.2 MB | 0.9/4.0 MB | 262/519 kB | 131/564 kB | 0.1/3.0 MB Progress (5): 2.8/5.2 MB | 0.9/4.0 MB | 262/519 kB | 135/564 kB | 0.1/3.0 MB Progress (5): 2.8/5.2 MB | 0.9/4.0 MB | 262/519 kB | 139/564 kB | 0.1/3.0 MB Progress (5): 2.8/5.2 MB | 0.9/4.0 MB | 262/519 kB | 143/564 kB | 0.1/3.0 MB Progress (5): 2.8/5.2 MB | 0.9/4.0 MB | 262/519 kB | 147/564 kB | 0.1/3.0 MB Progress (5): 2.8/5.2 MB | 0.9/4.0 MB | 266/519 kB | 147/564 kB | 0.1/3.0 MB Progress (5): 2.8/5.2 MB | 0.9/4.0 MB | 270/519 kB | 147/564 kB | 0.1/3.0 MB Progress (5): 2.8/5.2 MB | 0.9/4.0 MB | 274/519 kB | 147/564 kB | 0.1/3.0 MB Progress (5): 2.8/5.2 MB | 0.9/4.0 MB | 278/519 kB | 147/564 kB | 0.1/3.0 MB Progress (5): 2.8/5.2 MB | 0.9/4.0 MB | 278/519 kB | 147/564 kB | 0.1/3.0 MB Progress (5): 2.8/5.2 MB | 0.9/4.0 MB | 278/519 kB | 147/564 kB | 0.1/3.0 MB Progress (5): 2.8/5.2 MB | 0.9/4.0 MB | 278/519 kB | 147/564 kB | 0.1/3.0 MB Progress (5): 2.8/5.2 MB | 0.9/4.0 MB | 278/519 kB | 147/564 kB | 0.1/3.0 MB Progress (5): 2.8/5.2 MB | 0.9/4.0 MB | 278/519 kB | 147/564 kB | 0.2/3.0 MB Progress (5): 2.8/5.2 MB | 0.9/4.0 MB | 278/519 kB | 147/564 kB | 0.2/3.0 MB Progress (5): 2.8/5.2 MB | 0.9/4.0 MB | 278/519 kB | 147/564 kB | 0.2/3.0 MB Progress (5): 2.8/5.2 MB | 0.9/4.0 MB | 278/519 kB | 147/564 kB | 0.2/3.0 MB Progress (5): 2.8/5.2 MB | 0.9/4.0 MB | 278/519 kB | 147/564 kB | 0.2/3.0 MB Progress (5): 2.8/5.2 MB | 1.0/4.0 MB | 278/519 kB | 147/564 kB | 0.2/3.0 MB Progress (5): 2.8/5.2 MB | 1.0/4.0 MB | 278/519 kB | 147/564 kB | 0.2/3.0 MB Progress (5): 2.8/5.2 MB | 1.0/4.0 MB | 278/519 kB | 147/564 kB | 0.2/3.0 MB Progress (5): 2.8/5.2 MB | 1.0/4.0 MB | 278/519 kB | 147/564 kB | 0.2/3.0 MB Progress (5): 2.8/5.2 MB | 1.1/4.0 MB | 278/519 kB | 147/564 kB | 0.2/3.0 MB Progress (5): 2.8/5.2 MB | 1.1/4.0 MB | 278/519 kB | 147/564 kB | 0.2/3.0 MB Progress (5): 2.8/5.2 MB | 1.1/4.0 MB | 278/519 kB | 147/564 kB | 0.2/3.0 MB Progress (5): 2.8/5.2 MB | 1.1/4.0 MB | 278/519 kB | 147/564 kB | 0.2/3.0 MB Progress (5): 2.8/5.2 MB | 1.2/4.0 MB | 278/519 kB | 147/564 kB | 0.2/3.0 MB Progress (5): 2.8/5.2 MB | 1.2/4.0 MB | 278/519 kB | 147/564 kB | 0.2/3.0 MB Progress (5): 2.8/5.2 MB | 1.2/4.0 MB | 278/519 kB | 147/564 kB | 0.2/3.0 MB Progress (5): 2.9/5.2 MB | 1.2/4.0 MB | 278/519 kB | 147/564 kB | 0.2/3.0 MB Progress (5): 2.9/5.2 MB | 1.2/4.0 MB | 282/519 kB | 147/564 kB | 0.2/3.0 MB Progress (5): 2.9/5.2 MB | 1.2/4.0 MB | 286/519 kB | 147/564 kB | 0.2/3.0 MB Progress (5): 2.9/5.2 MB | 1.2/4.0 MB | 290/519 kB | 147/564 kB | 0.2/3.0 MB Progress (5): 2.9/5.2 MB | 1.2/4.0 MB | 295/519 kB | 147/564 kB | 0.2/3.0 MB Progress (5): 2.9/5.2 MB | 1.2/4.0 MB | 299/519 kB | 147/564 kB | 0.2/3.0 MB Progress (5): 2.9/5.2 MB | 1.2/4.0 MB | 303/519 kB | 147/564 kB | 0.2/3.0 MB Progress (5): 2.9/5.2 MB | 1.2/4.0 MB | 307/519 kB | 147/564 kB | 0.2/3.0 MB Progress (5): 2.9/5.2 MB | 1.2/4.0 MB | 311/519 kB | 147/564 kB | 0.2/3.0 MB Progress (5): 2.9/5.2 MB | 1.2/4.0 MB | 315/519 kB | 147/564 kB | 0.2/3.0 MB Progress (5): 2.9/5.2 MB | 1.2/4.0 MB | 319/519 kB | 147/564 kB | 0.2/3.0 MB Progress (5): 2.9/5.2 MB | 1.2/4.0 MB | 323/519 kB | 147/564 kB | 0.2/3.0 MB Progress (5): 2.9/5.2 MB | 1.2/4.0 MB | 323/519 kB | 151/564 kB | 0.2/3.0 MB Progress (5): 2.9/5.2 MB | 1.2/4.0 MB | 327/519 kB | 151/564 kB | 0.2/3.0 MB Progress (5): 2.9/5.2 MB | 1.2/4.0 MB | 327/519 kB | 155/564 kB | 0.2/3.0 MB Progress (5): 2.9/5.2 MB | 1.2/4.0 MB | 327/519 kB | 159/564 kB | 0.2/3.0 MB Progress (5): 2.9/5.2 MB | 1.2/4.0 MB | 327/519 kB | 163/564 kB | 0.2/3.0 MB Progress (5): 2.9/5.2 MB | 1.2/4.0 MB | 327/519 kB | 168/564 kB | 0.2/3.0 MB Progress (5): 2.9/5.2 MB | 1.2/4.0 MB | 327/519 kB | 172/564 kB | 0.2/3.0 MB Progress (5): 2.9/5.2 MB | 1.2/4.0 MB | 327/519 kB | 176/564 kB | 0.2/3.0 MB Progress (5): 2.9/5.2 MB | 1.2/4.0 MB | 327/519 kB | 180/564 kB | 0.2/3.0 MB Progress (5): 2.9/5.2 MB | 1.2/4.0 MB | 327/519 kB | 184/564 kB | 0.2/3.0 MB Progress (5): 2.9/5.2 MB | 1.2/4.0 MB | 327/519 kB | 188/564 kB | 0.2/3.0 MB Progress (5): 2.9/5.2 MB | 1.2/4.0 MB | 327/519 kB | 192/564 kB | 0.2/3.0 MB Progress (5): 2.9/5.2 MB | 1.2/4.0 MB | 327/519 kB | 196/564 kB | 0.2/3.0 MB Progress (5): 2.9/5.2 MB | 1.2/4.0 MB | 331/519 kB | 196/564 kB | 0.2/3.0 MB Progress (5): 2.9/5.2 MB | 1.2/4.0 MB | 335/519 kB | 196/564 kB | 0.2/3.0 MB Progress (5): 2.9/5.2 MB | 1.2/4.0 MB | 340/519 kB | 196/564 kB | 0.2/3.0 MB Progress (5): 2.9/5.2 MB | 1.2/4.0 MB | 344/519 kB | 196/564 kB | 0.2/3.0 MB Progress (5): 2.9/5.2 MB | 1.2/4.0 MB | 344/519 kB | 196/564 kB | 0.2/3.0 MB Progress (5): 2.9/5.2 MB | 1.2/4.0 MB | 344/519 kB | 196/564 kB | 0.2/3.0 MB Progress (5): 2.9/5.2 MB | 1.2/4.0 MB | 344/519 kB | 196/564 kB | 0.2/3.0 MB Progress (5): 2.9/5.2 MB | 1.2/4.0 MB | 344/519 kB | 196/564 kB | 0.2/3.0 MB Progress (5): 2.9/5.2 MB | 1.2/4.0 MB | 344/519 kB | 196/564 kB | 0.3/3.0 MB Progress (5): 2.9/5.2 MB | 1.2/4.0 MB | 344/519 kB | 196/564 kB | 0.3/3.0 MB Progress (5): 2.9/5.2 MB | 1.2/4.0 MB | 344/519 kB | 196/564 kB | 0.3/3.0 MB Progress (5): 2.9/5.2 MB | 1.2/4.0 MB | 344/519 kB | 196/564 kB | 0.3/3.0 MB Progress (5): 2.9/5.2 MB | 1.2/4.0 MB | 344/519 kB | 196/564 kB | 0.3/3.0 MB Progress (5): 2.9/5.2 MB | 1.2/4.0 MB | 344/519 kB | 196/564 kB | 0.3/3.0 MB Progress (5): 2.9/5.2 MB | 1.2/4.0 MB | 344/519 kB | 196/564 kB | 0.3/3.0 MB Progress (5): 2.9/5.2 MB | 1.3/4.0 MB | 344/519 kB | 196/564 kB | 0.3/3.0 MB Progress (5): 2.9/5.2 MB | 1.3/4.0 MB | 348/519 kB | 196/564 kB | 0.3/3.0 MB Progress (5): 2.9/5.2 MB | 1.3/4.0 MB | 352/519 kB | 196/564 kB | 0.3/3.0 MB Progress (5): 2.9/5.2 MB | 1.3/4.0 MB | 356/519 kB | 196/564 kB | 0.3/3.0 MB Progress (5): 2.9/5.2 MB | 1.3/4.0 MB | 360/519 kB | 196/564 kB | 0.3/3.0 MB Progress (5): 2.9/5.2 MB | 1.3/4.0 MB | 364/519 kB | 196/564 kB | 0.3/3.0 MB Progress (5): 2.9/5.2 MB | 1.3/4.0 MB | 368/519 kB | 196/564 kB | 0.3/3.0 MB Progress (5): 2.9/5.2 MB | 1.3/4.0 MB | 372/519 kB | 196/564 kB | 0.3/3.0 MB Progress (5): 2.9/5.2 MB | 1.3/4.0 MB | 376/519 kB | 196/564 kB | 0.3/3.0 MB Progress (5): 2.9/5.2 MB | 1.3/4.0 MB | 381/519 kB | 196/564 kB | 0.3/3.0 MB Progress (5): 2.9/5.2 MB | 1.3/4.0 MB | 385/519 kB | 196/564 kB | 0.3/3.0 MB Progress (5): 2.9/5.2 MB | 1.3/4.0 MB | 385/519 kB | 200/564 kB | 0.3/3.0 MB Progress (5): 2.9/5.2 MB | 1.3/4.0 MB | 389/519 kB | 200/564 kB | 0.3/3.0 MB Progress (5): 2.9/5.2 MB | 1.3/4.0 MB | 389/519 kB | 204/564 kB | 0.3/3.0 MB Progress (5): 2.9/5.2 MB | 1.3/4.0 MB | 393/519 kB | 204/564 kB | 0.3/3.0 MB Progress (5): 2.9/5.2 MB | 1.3/4.0 MB | 393/519 kB | 208/564 kB | 0.3/3.0 MB Progress (5): 2.9/5.2 MB | 1.3/4.0 MB | 393/519 kB | 213/564 kB | 0.3/3.0 MB Progress (5): 2.9/5.2 MB | 1.3/4.0 MB | 393/519 kB | 217/564 kB | 0.3/3.0 MB Progress (5): 2.9/5.2 MB | 1.3/4.0 MB | 393/519 kB | 221/564 kB | 0.3/3.0 MB Progress (5): 2.9/5.2 MB | 1.3/4.0 MB | 393/519 kB | 225/564 kB | 0.3/3.0 MB Progress (5): 2.9/5.2 MB | 1.3/4.0 MB | 393/519 kB | 229/564 kB | 0.3/3.0 MB Progress (5): 2.9/5.2 MB | 1.3/4.0 MB | 397/519 kB | 229/564 kB | 0.3/3.0 MB Progress (5): 2.9/5.2 MB | 1.3/4.0 MB | 401/519 kB | 229/564 kB | 0.3/3.0 MB Progress (5): 2.9/5.2 MB | 1.3/4.0 MB | 405/519 kB | 229/564 kB | 0.3/3.0 MB Progress (5): 2.9/5.2 MB | 1.3/4.0 MB | 405/519 kB | 233/564 kB | 0.3/3.0 MB Progress (5): 2.9/5.2 MB | 1.3/4.0 MB | 409/519 kB | 233/564 kB | 0.3/3.0 MB Progress (5): 2.9/5.2 MB | 1.3/4.0 MB | 409/519 kB | 237/564 kB | 0.3/3.0 MB Progress (5): 2.9/5.2 MB | 1.3/4.0 MB | 409/519 kB | 241/564 kB | 0.3/3.0 MB Progress (5): 2.9/5.2 MB | 1.3/4.0 MB | 409/519 kB | 245/564 kB | 0.3/3.0 MB Progress (5): 2.9/5.2 MB | 1.3/4.0 MB | 409/519 kB | 245/564 kB | 0.3/3.0 MB Progress (5): 2.9/5.2 MB | 1.3/4.0 MB | 409/519 kB | 245/564 kB | 0.3/3.0 MB Progress (5): 2.9/5.2 MB | 1.3/4.0 MB | 409/519 kB | 245/564 kB | 0.3/3.0 MB Progress (5): 2.9/5.2 MB | 1.3/4.0 MB | 409/519 kB | 245/564 kB | 0.4/3.0 MB Progress (5): 2.9/5.2 MB | 1.3/4.0 MB | 409/519 kB | 245/564 kB | 0.4/3.0 MB Progress (5): 2.9/5.2 MB | 1.3/4.0 MB | 409/519 kB | 245/564 kB | 0.4/3.0 MB Progress (5): 2.9/5.2 MB | 1.3/4.0 MB | 413/519 kB | 245/564 kB | 0.4/3.0 MB Progress (5): 2.9/5.2 MB | 1.3/4.0 MB | 417/519 kB | 245/564 kB | 0.4/3.0 MB Progress (5): 2.9/5.2 MB | 1.3/4.0 MB | 421/519 kB | 245/564 kB | 0.4/3.0 MB Progress (5): 2.9/5.2 MB | 1.3/4.0 MB | 426/519 kB | 245/564 kB | 0.4/3.0 MB Progress (5): 2.9/5.2 MB | 1.3/4.0 MB | 426/519 kB | 245/564 kB | 0.4/3.0 MB Progress (5): 2.9/5.2 MB | 1.3/4.0 MB | 426/519 kB | 245/564 kB | 0.4/3.0 MB Progress (5): 2.9/5.2 MB | 1.3/4.0 MB | 426/519 kB | 245/564 kB | 0.4/3.0 MB Progress (5): 2.9/5.2 MB | 1.3/4.0 MB | 426/519 kB | 245/564 kB | 0.4/3.0 MB Progress (5): 2.9/5.2 MB | 1.4/4.0 MB | 426/519 kB | 245/564 kB | 0.4/3.0 MB Progress (5): 2.9/5.2 MB | 1.4/4.0 MB | 426/519 kB | 245/564 kB | 0.4/3.0 MB Progress (5): 2.9/5.2 MB | 1.4/4.0 MB | 426/519 kB | 245/564 kB | 0.4/3.0 MB Progress (5): 2.9/5.2 MB | 1.4/4.0 MB | 426/519 kB | 245/564 kB | 0.4/3.0 MB Progress (5): 2.9/5.2 MB | 1.4/4.0 MB | 426/519 kB | 245/564 kB | 0.4/3.0 MB Progress (5): 2.9/5.2 MB | 1.5/4.0 MB | 426/519 kB | 245/564 kB | 0.4/3.0 MB Progress (5): 2.9/5.2 MB | 1.5/4.0 MB | 426/519 kB | 245/564 kB | 0.4/3.0 MB Progress (5): 2.9/5.2 MB | 1.5/4.0 MB | 426/519 kB | 245/564 kB | 0.4/3.0 MB Progress (5): 2.9/5.2 MB | 1.5/4.0 MB | 430/519 kB | 245/564 kB | 0.4/3.0 MB Progress (5): 2.9/5.2 MB | 1.5/4.0 MB | 434/519 kB | 245/564 kB | 0.4/3.0 MB Progress (5): 2.9/5.2 MB | 1.5/4.0 MB | 438/519 kB | 245/564 kB | 0.4/3.0 MB Progress (5): 2.9/5.2 MB | 1.5/4.0 MB | 442/519 kB | 245/564 kB | 0.4/3.0 MB Progress (5): 2.9/5.2 MB | 1.5/4.0 MB | 446/519 kB | 245/564 kB | 0.4/3.0 MB Progress (5): 2.9/5.2 MB | 1.5/4.0 MB | 450/519 kB | 245/564 kB | 0.4/3.0 MB Progress (5): 2.9/5.2 MB | 1.5/4.0 MB | 454/519 kB | 245/564 kB | 0.4/3.0 MB Progress (5): 2.9/5.2 MB | 1.5/4.0 MB | 458/519 kB | 245/564 kB | 0.4/3.0 MB Progress (5): 2.9/5.2 MB | 1.5/4.0 MB | 462/519 kB | 245/564 kB | 0.4/3.0 MB Progress (5): 2.9/5.2 MB | 1.5/4.0 MB | 467/519 kB | 245/564 kB | 0.4/3.0 MB Progress (5): 2.9/5.2 MB | 1.5/4.0 MB | 471/519 kB | 245/564 kB | 0.4/3.0 MB Progress (5): 2.9/5.2 MB | 1.5/4.0 MB | 475/519 kB | 245/564 kB | 0.4/3.0 MB Progress (5): 2.9/5.2 MB | 1.5/4.0 MB | 475/519 kB | 249/564 kB | 0.4/3.0 MB Progress (5): 2.9/5.2 MB | 1.5/4.0 MB | 475/519 kB | 254/564 kB | 0.4/3.0 MB Progress (5): 2.9/5.2 MB | 1.5/4.0 MB | 475/519 kB | 258/564 kB | 0.4/3.0 MB Progress (5): 2.9/5.2 MB | 1.5/4.0 MB | 475/519 kB | 262/564 kB | 0.4/3.0 MB Progress (5): 2.9/5.2 MB | 1.5/4.0 MB | 475/519 kB | 266/564 kB | 0.4/3.0 MB Progress (5): 2.9/5.2 MB | 1.5/4.0 MB | 475/519 kB | 270/564 kB | 0.4/3.0 MB Progress (5): 2.9/5.2 MB | 1.5/4.0 MB | 475/519 kB | 274/564 kB | 0.4/3.0 MB Progress (5): 2.9/5.2 MB | 1.5/4.0 MB | 475/519 kB | 278/564 kB | 0.4/3.0 MB Progress (5): 2.9/5.2 MB | 1.5/4.0 MB | 475/519 kB | 282/564 kB | 0.4/3.0 MB Progress (5): 2.9/5.2 MB | 1.5/4.0 MB | 475/519 kB | 286/564 kB | 0.4/3.0 MB Progress (5): 2.9/5.2 MB | 1.5/4.0 MB | 475/519 kB | 290/564 kB | 0.4/3.0 MB Progress (5): 2.9/5.2 MB | 1.5/4.0 MB | 475/519 kB | 295/564 kB | 0.4/3.0 MB Progress (5): 2.9/5.2 MB | 1.5/4.0 MB | 479/519 kB | 295/564 kB | 0.4/3.0 MB Progress (5): 2.9/5.2 MB | 1.5/4.0 MB | 483/519 kB | 295/564 kB | 0.4/3.0 MB Progress (5): 2.9/5.2 MB | 1.5/4.0 MB | 487/519 kB | 295/564 kB | 0.4/3.0 MB Progress (5): 2.9/5.2 MB | 1.5/4.0 MB | 491/519 kB | 295/564 kB | 0.4/3.0 MB Progress (5): 2.9/5.2 MB | 1.5/4.0 MB | 491/519 kB | 295/564 kB | 0.4/3.0 MB Progress (5): 2.9/5.2 MB | 1.5/4.0 MB | 491/519 kB | 295/564 kB | 0.4/3.0 MB Progress (5): 2.9/5.2 MB | 1.5/4.0 MB | 491/519 kB | 295/564 kB | 0.5/3.0 MB Progress (5): 2.9/5.2 MB | 1.5/4.0 MB | 491/519 kB | 295/564 kB | 0.5/3.0 MB Progress (5): 2.9/5.2 MB | 1.5/4.0 MB | 491/519 kB | 295/564 kB | 0.5/3.0 MB Progress (5): 2.9/5.2 MB | 1.5/4.0 MB | 491/519 kB | 295/564 kB | 0.5/3.0 MB Progress (5): 3.0/5.2 MB | 1.5/4.0 MB | 491/519 kB | 295/564 kB | 0.5/3.0 MB Progress (5): 3.0/5.2 MB | 1.5/4.0 MB | 491/519 kB | 295/564 kB | 0.5/3.0 MB Progress (5): 3.0/5.2 MB | 1.5/4.0 MB | 491/519 kB | 295/564 kB | 0.5/3.0 MB Progress (5): 3.0/5.2 MB | 1.5/4.0 MB | 491/519 kB | 295/564 kB | 0.5/3.0 MB Progress (5): 3.0/5.2 MB | 1.6/4.0 MB | 491/519 kB | 295/564 kB | 0.5/3.0 MB Progress (5): 3.0/5.2 MB | 1.6/4.0 MB | 491/519 kB | 295/564 kB | 0.5/3.0 MB Progress (5): 3.0/5.2 MB | 1.6/4.0 MB | 491/519 kB | 295/564 kB | 0.5/3.0 MB Progress (5): 3.0/5.2 MB | 1.6/4.0 MB | 491/519 kB | 295/564 kB | 0.5/3.0 MB Progress (5): 3.0/5.2 MB | 1.6/4.0 MB | 491/519 kB | 295/564 kB | 0.5/3.0 MB Progress (5): 3.0/5.2 MB | 1.6/4.0 MB | 491/519 kB | 295/564 kB | 0.5/3.0 MB Progress (5): 3.0/5.2 MB | 1.7/4.0 MB | 491/519 kB | 295/564 kB | 0.5/3.0 MB Progress (5): 3.1/5.2 MB | 1.7/4.0 MB | 491/519 kB | 295/564 kB | 0.5/3.0 MB Progress (5): 3.1/5.2 MB | 1.7/4.0 MB | 491/519 kB | 295/564 kB | 0.5/3.0 MB Progress (5): 3.1/5.2 MB | 1.7/4.0 MB | 491/519 kB | 295/564 kB | 0.5/3.0 MB Progress (5): 3.1/5.2 MB | 1.7/4.0 MB | 491/519 kB | 295/564 kB | 0.5/3.0 MB Progress (5): 3.1/5.2 MB | 1.7/4.0 MB | 491/519 kB | 295/564 kB | 0.5/3.0 MB Progress (5): 3.1/5.2 MB | 1.8/4.0 MB | 491/519 kB | 295/564 kB | 0.5/3.0 MB Progress (5): 3.1/5.2 MB | 1.8/4.0 MB | 491/519 kB | 295/564 kB | 0.5/3.0 MB Progress (5): 3.1/5.2 MB | 1.8/4.0 MB | 495/519 kB | 295/564 kB | 0.5/3.0 MB Progress (5): 3.1/5.2 MB | 1.8/4.0 MB | 499/519 kB | 295/564 kB | 0.5/3.0 MB Progress (5): 3.1/5.2 MB | 1.8/4.0 MB | 503/519 kB | 295/564 kB | 0.5/3.0 MB Progress (5): 3.1/5.2 MB | 1.8/4.0 MB | 508/519 kB | 295/564 kB | 0.5/3.0 MB Progress (5): 3.1/5.2 MB | 1.8/4.0 MB | 512/519 kB | 295/564 kB | 0.5/3.0 MB Progress (5): 3.1/5.2 MB | 1.8/4.0 MB | 516/519 kB | 295/564 kB | 0.5/3.0 MB Progress (5): 3.1/5.2 MB | 1.8/4.0 MB | 519 kB | 295/564 kB | 0.5/3.0 MB Progress (5): 3.1/5.2 MB | 1.8/4.0 MB | 519 kB | 299/564 kB | 0.5/3.0 MB Progress (5): 3.1/5.2 MB | 1.8/4.0 MB | 519 kB | 303/564 kB | 0.5/3.0 MB Progress (5): 3.1/5.2 MB | 1.8/4.0 MB | 519 kB | 307/564 kB | 0.5/3.0 MB Progress (5): 3.1/5.2 MB | 1.8/4.0 MB | 519 kB | 311/564 kB | 0.5/3.0 MB Progress (5): 3.1/5.2 MB | 1.8/4.0 MB | 519 kB | 315/564 kB | 0.5/3.0 MB Progress (5): 3.1/5.2 MB | 1.8/4.0 MB | 519 kB | 319/564 kB | 0.5/3.0 MB Progress (5): 3.1/5.2 MB | 1.8/4.0 MB | 519 kB | 323/564 kB | 0.5/3.0 MB Progress (5): 3.1/5.2 MB | 1.8/4.0 MB | 519 kB | 327/564 kB | 0.5/3.0 MB Progress (5): 3.1/5.2 MB | 1.8/4.0 MB | 519 kB | 331/564 kB | 0.5/3.0 MB Progress (5): 3.1/5.2 MB | 1.8/4.0 MB | 519 kB | 335/564 kB | 0.5/3.0 MB Progress (5): 3.1/5.2 MB | 1.8/4.0 MB | 519 kB | 340/564 kB | 0.5/3.0 MB Progress (5): 3.1/5.2 MB | 1.8/4.0 MB | 519 kB | 344/564 kB | 0.5/3.0 MB Progress (5): 3.1/5.2 MB | 1.8/4.0 MB | 519 kB | 344/564 kB | 0.5/3.0 MB Progress (5): 3.1/5.2 MB | 1.8/4.0 MB | 519 kB | 344/564 kB | 0.6/3.0 MB Progress (5): 3.1/5.2 MB | 1.8/4.0 MB | 519 kB | 344/564 kB | 0.6/3.0 MB Progress (5): 3.1/5.2 MB | 1.8/4.0 MB | 519 kB | 344/564 kB | 0.6/3.0 MB Progress (5): 3.1/5.2 MB | 1.8/4.0 MB | 519 kB | 344/564 kB | 0.6/3.0 MB Progress (5): 3.1/5.2 MB | 1.8/4.0 MB | 519 kB | 344/564 kB | 0.6/3.0 MB Progress (5): 3.1/5.2 MB | 1.8/4.0 MB | 519 kB | 344/564 kB | 0.6/3.0 MB Progress (5): 3.1/5.2 MB | 1.8/4.0 MB | 519 kB | 344/564 kB | 0.6/3.0 MB Progress (5): 3.1/5.2 MB | 1.8/4.0 MB | 519 kB | 344/564 kB | 0.6/3.0 MB Progress (5): 3.1/5.2 MB | 1.8/4.0 MB | 519 kB | 344/564 kB | 0.6/3.0 MB Progress (5): 3.1/5.2 MB | 1.9/4.0 MB | 519 kB | 344/564 kB | 0.6/3.0 MB Progress (5): 3.2/5.2 MB | 1.9/4.0 MB | 519 kB | 344/564 kB | 0.6/3.0 MB Progress (5): 3.2/5.2 MB | 1.9/4.0 MB | 519 kB | 344/564 kB | 0.6/3.0 MB Progress (5): 3.2/5.2 MB | 1.9/4.0 MB | 519 kB | 344/564 kB | 0.6/3.0 MB Progress (5): 3.2/5.2 MB | 1.9/4.0 MB | 519 kB | 344/564 kB | 0.6/3.0 MB Progress (5): 3.2/5.2 MB | 1.9/4.0 MB | 519 kB | 344/564 kB | 0.6/3.0 MB Progress (5): 3.2/5.2 MB | 2.0/4.0 MB | 519 kB | 344/564 kB | 0.6/3.0 MB Progress (5): 3.2/5.2 MB | 2.0/4.0 MB | 519 kB | 344/564 kB | 0.6/3.0 MB Progress (5): 3.2/5.2 MB | 2.0/4.0 MB | 519 kB | 344/564 kB | 0.6/3.0 MB Progress (5): 3.2/5.2 MB | 2.0/4.0 MB | 519 kB | 348/564 kB | 0.6/3.0 MB Progress (5): 3.2/5.2 MB | 2.0/4.0 MB | 519 kB | 352/564 kB | 0.6/3.0 MB Progress (5): 3.2/5.2 MB | 2.0/4.0 MB | 519 kB | 356/564 kB | 0.6/3.0 MB Progress (5): 3.2/5.2 MB | 2.0/4.0 MB | 519 kB | 360/564 kB | 0.6/3.0 MB Progress (5): 3.2/5.2 MB | 2.0/4.0 MB | 519 kB | 364/564 kB | 0.6/3.0 MB Progress (5): 3.2/5.2 MB | 2.0/4.0 MB | 519 kB | 368/564 kB | 0.6/3.0 MB Progress (5): 3.2/5.2 MB | 2.0/4.0 MB | 519 kB | 372/564 kB | 0.6/3.0 MB Progress (5): 3.2/5.2 MB | 2.0/4.0 MB | 519 kB | 376/564 kB | 0.6/3.0 MB Progress (5): 3.2/5.2 MB | 2.0/4.0 MB | 519 kB | 381/564 kB | 0.6/3.0 MB Progress (5): 3.2/5.2 MB | 2.0/4.0 MB | 519 kB | 385/564 kB | 0.6/3.0 MB Progress (5): 3.2/5.2 MB | 2.0/4.0 MB | 519 kB | 389/564 kB | 0.6/3.0 MB Progress (5): 3.2/5.2 MB | 2.0/4.0 MB | 519 kB | 393/564 kB | 0.6/3.0 MB Progress (5): 3.2/5.2 MB | 2.0/4.0 MB | 519 kB | 393/564 kB | 0.7/3.0 MB Progress (5): 3.2/5.2 MB | 2.0/4.0 MB | 519 kB | 393/564 kB | 0.7/3.0 MB Progress (5): 3.2/5.2 MB | 2.0/4.0 MB | 519 kB | 393/564 kB | 0.7/3.0 MB Progress (5): 3.2/5.2 MB | 2.0/4.0 MB | 519 kB | 393/564 kB | 0.7/3.0 MB Progress (5): 3.2/5.2 MB | 2.0/4.0 MB | 519 kB | 393/564 kB | 0.7/3.0 MB Progress (5): 3.2/5.2 MB | 2.0/4.0 MB | 519 kB | 393/564 kB | 0.7/3.0 MB Progress (5): 3.2/5.2 MB | 2.0/4.0 MB | 519 kB | 393/564 kB | 0.8/3.0 MB Progress (5): 3.2/5.2 MB | 2.0/4.0 MB | 519 kB | 393/564 kB | 0.8/3.0 MB Progress (5): 3.2/5.2 MB | 2.0/4.0 MB | 519 kB | 393/564 kB | 0.8/3.0 MB Progress (5): 3.2/5.2 MB | 2.0/4.0 MB | 519 kB | 393/564 kB | 0.8/3.0 MB Progress (5): 3.2/5.2 MB | 2.1/4.0 MB | 519 kB | 393/564 kB | 0.8/3.0 MB Progress (5): 3.2/5.2 MB | 2.1/4.0 MB | 519 kB | 393/564 kB | 0.8/3.0 MB Progress (5): 3.2/5.2 MB | 2.1/4.0 MB | 519 kB | 393/564 kB | 0.8/3.0 MB Progress (5): 3.2/5.2 MB | 2.1/4.0 MB | 519 kB | 393/564 kB | 0.8/3.0 MB Progress (5): 3.2/5.2 MB | 2.2/4.0 MB | 519 kB | 393/564 kB | 0.8/3.0 MB Progress (5): 3.2/5.2 MB | 2.2/4.0 MB | 519 kB | 393/564 kB | 0.8/3.0 MB Progress (5): 3.2/5.2 MB | 2.2/4.0 MB | 519 kB | 393/564 kB | 0.8/3.0 MB Progress (5): 3.2/5.2 MB | 2.2/4.0 MB | 519 kB | 393/564 kB | 0.8/3.0 MB Progress (5): 3.2/5.2 MB | 2.2/4.0 MB | 519 kB | 393/564 kB | 0.8/3.0 MB Progress (5): 3.2/5.2 MB | 2.2/4.0 MB | 519 kB | 393/564 kB | 0.8/3.0 MB Progress (5): 3.2/5.2 MB | 2.2/4.0 MB | 519 kB | 397/564 kB | 0.8/3.0 MB Progress (5): 3.2/5.2 MB | 2.2/4.0 MB | 519 kB | 401/564 kB | 0.8/3.0 MB Progress (5): 3.2/5.2 MB | 2.2/4.0 MB | 519 kB | 405/564 kB | 0.8/3.0 MB Progress (5): 3.2/5.2 MB | 2.2/4.0 MB | 519 kB | 409/564 kB | 0.8/3.0 MB Progress (5): 3.2/5.2 MB | 2.2/4.0 MB | 519 kB | 413/564 kB | 0.8/3.0 MB Progress (5): 3.2/5.2 MB | 2.2/4.0 MB | 519 kB | 417/564 kB | 0.8/3.0 MB Progress (5): 3.2/5.2 MB | 2.2/4.0 MB | 519 kB | 421/564 kB | 0.8/3.0 MB Progress (5): 3.2/5.2 MB | 2.2/4.0 MB | 519 kB | 426/564 kB | 0.8/3.0 MB Progress (5): 3.2/5.2 MB | 2.2/4.0 MB | 519 kB | 430/564 kB | 0.8/3.0 MB Progress (5): 3.2/5.2 MB | 2.2/4.0 MB | 519 kB | 434/564 kB | 0.8/3.0 MB Progress (5): 3.2/5.2 MB | 2.2/4.0 MB | 519 kB | 438/564 kB | 0.8/3.0 MB Progress (5): 3.2/5.2 MB | 2.2/4.0 MB | 519 kB | 442/564 kB | 0.8/3.0 MB Progress (5): 3.2/5.2 MB | 2.2/4.0 MB | 519 kB | 442/564 kB | 0.8/3.0 MB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/commons-collections/commons-collections/3.0/commons-collections-3.0.jar (519 kB at 24 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/net/bytebuddy/byte-buddy-agent/1.8.15/byte-buddy-agent-1.8.15.jar +Progress (4): 3.2/5.2 MB | 2.2/4.0 MB | 442/564 kB | 0.8/3.0 MB Progress (4): 3.2/5.2 MB | 2.2/4.0 MB | 442/564 kB | 0.8/3.0 MB Progress (4): 3.2/5.2 MB | 2.2/4.0 MB | 442/564 kB | 0.8/3.0 MB Progress (4): 3.2/5.2 MB | 2.2/4.0 MB | 442/564 kB | 0.9/3.0 MB Progress (4): 3.2/5.2 MB | 2.2/4.0 MB | 442/564 kB | 0.9/3.0 MB Progress (4): 3.3/5.2 MB | 2.2/4.0 MB | 442/564 kB | 0.9/3.0 MB Progress (4): 3.3/5.2 MB | 2.3/4.0 MB | 442/564 kB | 0.9/3.0 MB Progress (4): 3.3/5.2 MB | 2.3/4.0 MB | 442/564 kB | 0.9/3.0 MB Progress (4): 3.3/5.2 MB | 2.3/4.0 MB | 442/564 kB | 0.9/3.0 MB Progress (4): 3.3/5.2 MB | 2.3/4.0 MB | 442/564 kB | 0.9/3.0 MB Progress (4): 3.3/5.2 MB | 2.3/4.0 MB | 442/564 kB | 0.9/3.0 MB Progress (4): 3.3/5.2 MB | 2.4/4.0 MB | 442/564 kB | 0.9/3.0 MB Progress (4): 3.3/5.2 MB | 2.4/4.0 MB | 442/564 kB | 0.9/3.0 MB Progress (4): 3.3/5.2 MB | 2.4/4.0 MB | 442/564 kB | 0.9/3.0 MB Progress (4): 3.3/5.2 MB | 2.4/4.0 MB | 442/564 kB | 0.9/3.0 MB Progress (4): 3.3/5.2 MB | 2.4/4.0 MB | 442/564 kB | 0.9/3.0 MB Progress (4): 3.3/5.2 MB | 2.5/4.0 MB | 442/564 kB | 0.9/3.0 MB Progress (4): 3.3/5.2 MB | 2.5/4.0 MB | 446/564 kB | 0.9/3.0 MB Progress (4): 3.3/5.2 MB | 2.5/4.0 MB | 450/564 kB | 0.9/3.0 MB Progress (4): 3.3/5.2 MB | 2.5/4.0 MB | 454/564 kB | 0.9/3.0 MB Progress (4): 3.3/5.2 MB | 2.5/4.0 MB | 458/564 kB | 0.9/3.0 MB Progress (4): 3.3/5.2 MB | 2.5/4.0 MB | 462/564 kB | 0.9/3.0 MB Progress (4): 3.3/5.2 MB | 2.5/4.0 MB | 467/564 kB | 0.9/3.0 MB Progress (4): 3.3/5.2 MB | 2.5/4.0 MB | 471/564 kB | 0.9/3.0 MB Progress (4): 3.3/5.2 MB | 2.5/4.0 MB | 475/564 kB | 0.9/3.0 MB Progress (4): 3.3/5.2 MB | 2.5/4.0 MB | 479/564 kB | 0.9/3.0 MB Progress (4): 3.3/5.2 MB | 2.5/4.0 MB | 483/564 kB | 0.9/3.0 MB Progress (4): 3.3/5.2 MB | 2.5/4.0 MB | 487/564 kB | 0.9/3.0 MB Progress (4): 3.3/5.2 MB | 2.5/4.0 MB | 491/564 kB | 0.9/3.0 MB Progress (4): 3.3/5.2 MB | 2.5/4.0 MB | 491/564 kB | 0.9/3.0 MB Progress (4): 3.3/5.2 MB | 2.5/4.0 MB | 491/564 kB | 0.9/3.0 MB Progress (4): 3.3/5.2 MB | 2.5/4.0 MB | 491/564 kB | 0.9/3.0 MB Progress (4): 3.3/5.2 MB | 2.5/4.0 MB | 495/564 kB | 0.9/3.0 MB Progress (4): 3.3/5.2 MB | 2.5/4.0 MB | 499/564 kB | 0.9/3.0 MB Progress (4): 3.3/5.2 MB | 2.5/4.0 MB | 503/564 kB | 0.9/3.0 MB Progress (4): 3.3/5.2 MB | 2.5/4.0 MB | 508/564 kB | 0.9/3.0 MB Progress (4): 3.3/5.2 MB | 2.5/4.0 MB | 508/564 kB | 0.9/3.0 MB Progress (4): 3.3/5.2 MB | 2.5/4.0 MB | 508/564 kB | 1.0/3.0 MB Progress (4): 3.3/5.2 MB | 2.5/4.0 MB | 508/564 kB | 1.0/3.0 MB Progress (4): 3.3/5.2 MB | 2.5/4.0 MB | 508/564 kB | 1.0/3.0 MB Progress (4): 3.3/5.2 MB | 2.5/4.0 MB | 508/564 kB | 1.0/3.0 MB Progress (4): 3.3/5.2 MB | 2.5/4.0 MB | 508/564 kB | 1.0/3.0 MB Progress (4): 3.3/5.2 MB | 2.5/4.0 MB | 508/564 kB | 1.0/3.0 MB Progress (4): 3.3/5.2 MB | 2.5/4.0 MB | 508/564 kB | 1.0/3.0 MB Progress (4): 3.3/5.2 MB | 2.6/4.0 MB | 508/564 kB | 1.0/3.0 MB Progress (4): 3.3/5.2 MB | 2.6/4.0 MB | 508/564 kB | 1.0/3.0 MB Progress (4): 3.3/5.2 MB | 2.6/4.0 MB | 508/564 kB | 1.0/3.0 MB Progress (4): 3.3/5.2 MB | 2.6/4.0 MB | 508/564 kB | 1.0/3.0 MB Progress (4): 3.3/5.2 MB | 2.7/4.0 MB | 508/564 kB | 1.0/3.0 MB Progress (4): 3.3/5.2 MB | 2.7/4.0 MB | 508/564 kB | 1.0/3.0 MB Progress (4): 3.4/5.2 MB | 2.7/4.0 MB | 508/564 kB | 1.0/3.0 MB Progress (4): 3.4/5.2 MB | 2.7/4.0 MB | 508/564 kB | 1.0/3.0 MB Progress (4): 3.4/5.2 MB | 2.7/4.0 MB | 512/564 kB | 1.0/3.0 MB Progress (4): 3.4/5.2 MB | 2.7/4.0 MB | 516/564 kB | 1.0/3.0 MB Progress (4): 3.4/5.2 MB | 2.7/4.0 MB | 520/564 kB | 1.0/3.0 MB Progress (4): 3.4/5.2 MB | 2.7/4.0 MB | 524/564 kB | 1.0/3.0 MB Progress (4): 3.4/5.2 MB | 2.7/4.0 MB | 528/564 kB | 1.0/3.0 MB Progress (4): 3.4/5.2 MB | 2.7/4.0 MB | 532/564 kB | 1.0/3.0 MB Progress (4): 3.4/5.2 MB | 2.7/4.0 MB | 536/564 kB | 1.0/3.0 MB Progress (4): 3.4/5.2 MB | 2.7/4.0 MB | 540/564 kB | 1.0/3.0 MB Progress (4): 3.4/5.2 MB | 2.7/4.0 MB | 544/564 kB | 1.0/3.0 MB Progress (4): 3.4/5.2 MB | 2.7/4.0 MB | 548/564 kB | 1.0/3.0 MB Progress (4): 3.4/5.2 MB | 2.7/4.0 MB | 553/564 kB | 1.0/3.0 MB Progress (4): 3.4/5.2 MB | 2.7/4.0 MB | 553/564 kB | 1.0/3.0 MB Progress (4): 3.4/5.2 MB | 2.7/4.0 MB | 557/564 kB | 1.0/3.0 MB Progress (4): 3.4/5.2 MB | 2.7/4.0 MB | 557/564 kB | 1.0/3.0 MB Progress (4): 3.4/5.2 MB | 2.7/4.0 MB | 561/564 kB | 1.0/3.0 MB Progress (4): 3.4/5.2 MB | 2.7/4.0 MB | 564 kB | 1.0/3.0 MB Progress (4): 3.4/5.2 MB | 2.7/4.0 MB | 564 kB | 1.0/3.0 MB Progress (4): 3.4/5.2 MB | 2.7/4.0 MB | 564 kB | 1.1/3.0 MB Progress (4): 3.4/5.2 MB | 2.7/4.0 MB | 564 kB | 1.1/3.0 MB Progress (4): 3.4/5.2 MB | 2.7/4.0 MB | 564 kB | 1.1/3.0 MB Progress (4): 3.4/5.2 MB | 2.7/4.0 MB | 564 kB | 1.1/3.0 MB Progress (4): 3.4/5.2 MB | 2.7/4.0 MB | 564 kB | 1.1/3.0 MB Progress (5): 3.4/5.2 MB | 2.7/4.0 MB | 564 kB | 1.1/3.0 MB | 4.1/42 kB Progress (5): 3.4/5.2 MB | 2.7/4.0 MB | 564 kB | 1.1/3.0 MB | 7.8/42 kB Progress (5): 3.4/5.2 MB | 2.7/4.0 MB | 564 kB | 1.1/3.0 MB | 12/42 kB Progress (5): 3.4/5.2 MB | 2.7/4.0 MB | 564 kB | 1.1/3.0 MB | 16/42 kB Progress (5): 3.4/5.2 MB | 2.7/4.0 MB | 564 kB | 1.1/3.0 MB | 16/42 kB Progress (5): 3.4/5.2 MB | 2.7/4.0 MB | 564 kB | 1.1/3.0 MB | 16/42 kB Progress (5): 3.4/5.2 MB | 2.8/4.0 MB | 564 kB | 1.1/3.0 MB | 16/42 kB Progress (5): 3.4/5.2 MB | 2.8/4.0 MB | 564 kB | 1.1/3.0 MB | 16/42 kB Progress (5): 3.4/5.2 MB | 2.8/4.0 MB | 564 kB | 1.1/3.0 MB | 16/42 kB Progress (5): 3.4/5.2 MB | 2.8/4.0 MB | 564 kB | 1.1/3.0 MB | 16/42 kB Progress (5): 3.4/5.2 MB | 2.8/4.0 MB | 564 kB | 1.1/3.0 MB | 16/42 kB Progress (5): 3.4/5.2 MB | 2.9/4.0 MB | 564 kB | 1.1/3.0 MB | 16/42 kB Progress (5): 3.4/5.2 MB | 2.9/4.0 MB | 564 kB | 1.1/3.0 MB | 16/42 kB Progress (5): 3.4/5.2 MB | 2.9/4.0 MB | 564 kB | 1.1/3.0 MB | 16/42 kB Progress (5): 3.4/5.2 MB | 2.9/4.0 MB | 564 kB | 1.1/3.0 MB | 16/42 kB Progress (5): 3.4/5.2 MB | 2.9/4.0 MB | 564 kB | 1.1/3.0 MB | 16/42 kB Progress (5): 3.5/5.2 MB | 2.9/4.0 MB | 564 kB | 1.1/3.0 MB | 16/42 kB Progress (5): 3.5/5.2 MB | 2.9/4.0 MB | 564 kB | 1.1/3.0 MB | 16/42 kB Progress (5): 3.5/5.2 MB | 2.9/4.0 MB | 564 kB | 1.2/3.0 MB | 16/42 kB Progress (5): 3.5/5.2 MB | 2.9/4.0 MB | 564 kB | 1.2/3.0 MB | 16/42 kB Progress (5): 3.5/5.2 MB | 2.9/4.0 MB | 564 kB | 1.2/3.0 MB | 16/42 kB Progress (5): 3.5/5.2 MB | 2.9/4.0 MB | 564 kB | 1.2/3.0 MB | 16/42 kB Progress (5): 3.5/5.2 MB | 2.9/4.0 MB | 564 kB | 1.2/3.0 MB | 16/42 kB Progress (5): 3.5/5.2 MB | 2.9/4.0 MB | 564 kB | 1.2/3.0 MB | 16/42 kB Progress (5): 3.5/5.2 MB | 2.9/4.0 MB | 564 kB | 1.2/3.0 MB | 20/42 kB Progress (5): 3.5/5.2 MB | 2.9/4.0 MB | 564 kB | 1.2/3.0 MB | 24/42 kB Progress (5): 3.5/5.2 MB | 2.9/4.0 MB | 564 kB | 1.2/3.0 MB | 28/42 kB Progress (5): 3.5/5.2 MB | 2.9/4.0 MB | 564 kB | 1.2/3.0 MB | 32/42 kB Progress (5): 3.5/5.2 MB | 2.9/4.0 MB | 564 kB | 1.2/3.0 MB | 36/42 kB Progress (5): 3.5/5.2 MB | 2.9/4.0 MB | 564 kB | 1.2/3.0 MB | 41/42 kB Progress (5): 3.5/5.2 MB | 2.9/4.0 MB | 564 kB | 1.2/3.0 MB | 42 kB Progress (5): 3.5/5.2 MB | 3.0/4.0 MB | 564 kB | 1.2/3.0 MB | 42 kB Progress (5): 3.5/5.2 MB | 3.0/4.0 MB | 564 kB | 1.2/3.0 MB | 42 kB Progress (5): 3.5/5.2 MB | 3.0/4.0 MB | 564 kB | 1.2/3.0 MB | 42 kB Progress (5): 3.5/5.2 MB | 3.0/4.0 MB | 564 kB | 1.2/3.0 MB | 42 kB Progress (5): 3.5/5.2 MB | 3.0/4.0 MB | 564 kB | 1.2/3.0 MB | 42 kB Progress (5): 3.5/5.2 MB | 3.0/4.0 MB | 564 kB | 1.2/3.0 MB | 42 kB Progress (5): 3.5/5.2 MB | 3.1/4.0 MB | 564 kB | 1.2/3.0 MB | 42 kB Progress (5): 3.5/5.2 MB | 3.1/4.0 MB | 564 kB | 1.2/3.0 MB | 42 kB Progress (5): 3.5/5.2 MB | 3.1/4.0 MB | 564 kB | 1.2/3.0 MB | 42 kB Progress (5): 3.5/5.2 MB | 3.1/4.0 MB | 564 kB | 1.2/3.0 MB | 42 kB Progress (5): 3.5/5.2 MB | 3.2/4.0 MB | 564 kB | 1.2/3.0 MB | 42 kB Progress (5): 3.5/5.2 MB | 3.2/4.0 MB | 564 kB | 1.2/3.0 MB | 42 kB Progress (5): 3.5/5.2 MB | 3.2/4.0 MB | 564 kB | 1.3/3.0 MB | 42 kB Progress (5): 3.5/5.2 MB | 3.2/4.0 MB | 564 kB | 1.3/3.0 MB | 42 kB Progress (5): 3.5/5.2 MB | 3.2/4.0 MB | 564 kB | 1.3/3.0 MB | 42 kB Progress (5): 3.5/5.2 MB | 3.2/4.0 MB | 564 kB | 1.3/3.0 MB | 42 kB Progress (5): 3.5/5.2 MB | 3.2/4.0 MB | 564 kB | 1.3/3.0 MB | 42 kB Progress (5): 3.5/5.2 MB | 3.2/4.0 MB | 564 kB | 1.3/3.0 MB | 42 kB Progress (5): 3.5/5.2 MB | 3.2/4.0 MB | 564 kB | 1.3/3.0 MB | 42 kB Progress (5): 3.5/5.2 MB | 3.2/4.0 MB | 564 kB | 1.3/3.0 MB | 42 kB Progress (5): 3.6/5.2 MB | 3.2/4.0 MB | 564 kB | 1.3/3.0 MB | 42 kB Progress (5): 3.6/5.2 MB | 3.2/4.0 MB | 564 kB | 1.4/3.0 MB | 42 kB Progress (5): 3.6/5.2 MB | 3.2/4.0 MB | 564 kB | 1.4/3.0 MB | 42 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/mockito/mockito-core/2.21.0/mockito-core-2.21.0.jar (564 kB at 25 kB/s) +Progress (4): 3.6/5.2 MB | 3.2/4.0 MB | 1.4/3.0 MB | 42 kB Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/objenesis/objenesis/2.6/objenesis-2.6.jar +Progress (4): 3.6/5.2 MB | 3.3/4.0 MB | 1.4/3.0 MB | 42 kB Progress (4): 3.6/5.2 MB | 3.3/4.0 MB | 1.4/3.0 MB | 42 kB Progress (4): 3.6/5.2 MB | 3.3/4.0 MB | 1.4/3.0 MB | 42 kB Progress (4): 3.6/5.2 MB | 3.3/4.0 MB | 1.4/3.0 MB | 42 kB Progress (4): 3.6/5.2 MB | 3.3/4.0 MB | 1.4/3.0 MB | 42 kB Progress (4): 3.6/5.2 MB | 3.4/4.0 MB | 1.4/3.0 MB | 42 kB Progress (4): 3.6/5.2 MB | 3.4/4.0 MB | 1.4/3.0 MB | 42 kB Progress (4): 3.6/5.2 MB | 3.4/4.0 MB | 1.4/3.0 MB | 42 kB Progress (4): 3.6/5.2 MB | 3.4/4.0 MB | 1.4/3.0 MB | 42 kB Progress (4): 3.6/5.2 MB | 3.4/4.0 MB | 1.4/3.0 MB | 42 kB Progress (4): 3.6/5.2 MB | 3.4/4.0 MB | 1.4/3.0 MB | 42 kB Progress (4): 3.6/5.2 MB | 3.4/4.0 MB | 1.4/3.0 MB | 42 kB Progress (4): 3.6/5.2 MB | 3.4/4.0 MB | 1.4/3.0 MB | 42 kB Progress (4): 3.6/5.2 MB | 3.4/4.0 MB | 1.4/3.0 MB | 42 kB Progress (4): 3.6/5.2 MB | 3.4/4.0 MB | 1.4/3.0 MB | 42 kB Progress (4): 3.6/5.2 MB | 3.4/4.0 MB | 1.5/3.0 MB | 42 kB Progress (4): 3.6/5.2 MB | 3.4/4.0 MB | 1.5/3.0 MB | 42 kB Progress (4): 3.6/5.2 MB | 3.5/4.0 MB | 1.5/3.0 MB | 42 kB Progress (4): 3.6/5.2 MB | 3.5/4.0 MB | 1.5/3.0 MB | 42 kB Progress (4): 3.6/5.2 MB | 3.5/4.0 MB | 1.5/3.0 MB | 42 kB Progress (4): 3.6/5.2 MB | 3.5/4.0 MB | 1.5/3.0 MB | 42 kB Progress (4): 3.7/5.2 MB | 3.5/4.0 MB | 1.5/3.0 MB | 42 kB Progress (4): 3.7/5.2 MB | 3.5/4.0 MB | 1.5/3.0 MB | 42 kB Progress (4): 3.7/5.2 MB | 3.6/4.0 MB | 1.5/3.0 MB | 42 kB Progress (4): 3.7/5.2 MB | 3.6/4.0 MB | 1.5/3.0 MB | 42 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/net/bytebuddy/byte-buddy-agent/1.8.15/byte-buddy-agent-1.8.15.jar (42 kB at 1.8 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/jsoup/jsoup/1.11.3/jsoup-1.11.3.jar +Progress (3): 3.7/5.2 MB | 3.6/4.0 MB | 1.5/3.0 MB Progress (3): 3.7/5.2 MB | 3.6/4.0 MB | 1.5/3.0 MB Progress (3): 3.7/5.2 MB | 3.7/4.0 MB | 1.5/3.0 MB Progress (3): 3.7/5.2 MB | 3.7/4.0 MB | 1.5/3.0 MB Progress (3): 3.7/5.2 MB | 3.7/4.0 MB | 1.5/3.0 MB Progress (3): 3.7/5.2 MB | 3.7/4.0 MB | 1.5/3.0 MB Progress (3): 3.7/5.2 MB | 3.7/4.0 MB | 1.5/3.0 MB Progress (3): 3.7/5.2 MB | 3.7/4.0 MB | 1.5/3.0 MB Progress (3): 3.7/5.2 MB | 3.7/4.0 MB | 1.5/3.0 MB Progress (3): 3.7/5.2 MB | 3.7/4.0 MB | 1.6/3.0 MB Progress (3): 3.7/5.2 MB | 3.7/4.0 MB | 1.6/3.0 MB Progress (3): 3.7/5.2 MB | 3.7/4.0 MB | 1.6/3.0 MB Progress (3): 3.7/5.2 MB | 3.7/4.0 MB | 1.6/3.0 MB Progress (3): 3.7/5.2 MB | 3.7/4.0 MB | 1.6/3.0 MB Progress (3): 3.7/5.2 MB | 3.7/4.0 MB | 1.6/3.0 MB Progress (3): 3.7/5.2 MB | 3.8/4.0 MB | 1.6/3.0 MB Progress (3): 3.7/5.2 MB | 3.8/4.0 MB | 1.6/3.0 MB Progress (3): 3.7/5.2 MB | 3.8/4.0 MB | 1.6/3.0 MB Progress (3): 3.7/5.2 MB | 3.8/4.0 MB | 1.6/3.0 MB Progress (3): 3.7/5.2 MB | 3.8/4.0 MB | 1.6/3.0 MB Progress (3): 3.7/5.2 MB | 3.9/4.0 MB | 1.6/3.0 MB Progress (4): 3.7/5.2 MB | 3.9/4.0 MB | 1.6/3.0 MB | 4.1/56 kB Progress (4): 3.7/5.2 MB | 3.9/4.0 MB | 1.6/3.0 MB | 7.8/56 kB Progress (4): 3.7/5.2 MB | 3.9/4.0 MB | 1.6/3.0 MB | 12/56 kB Progress (4): 3.7/5.2 MB | 3.9/4.0 MB | 1.6/3.0 MB | 16/56 kB Progress (4): 3.7/5.2 MB | 3.9/4.0 MB | 1.6/3.0 MB | 20/56 kB Progress (4): 3.7/5.2 MB | 3.9/4.0 MB | 1.6/3.0 MB | 24/56 kB Progress (4): 3.7/5.2 MB | 3.9/4.0 MB | 1.6/3.0 MB | 24/56 kB Progress (4): 3.7/5.2 MB | 3.9/4.0 MB | 1.6/3.0 MB | 24/56 kB Progress (4): 3.8/5.2 MB | 3.9/4.0 MB | 1.6/3.0 MB | 24/56 kB Progress (4): 3.8/5.2 MB | 3.9/4.0 MB | 1.6/3.0 MB | 24/56 kB Progress (4): 3.8/5.2 MB | 3.9/4.0 MB | 1.6/3.0 MB | 24/56 kB Progress (4): 3.8/5.2 MB | 3.9/4.0 MB | 1.6/3.0 MB | 24/56 kB Progress (4): 3.8/5.2 MB | 3.9/4.0 MB | 1.6/3.0 MB | 24/56 kB Progress (4): 3.8/5.2 MB | 3.9/4.0 MB | 1.6/3.0 MB | 24/56 kB Progress (4): 3.8/5.2 MB | 3.9/4.0 MB | 1.7/3.0 MB | 24/56 kB Progress (4): 3.8/5.2 MB | 3.9/4.0 MB | 1.7/3.0 MB | 24/56 kB Progress (4): 3.8/5.2 MB | 3.9/4.0 MB | 1.7/3.0 MB | 24/56 kB Progress (4): 3.8/5.2 MB | 3.9/4.0 MB | 1.7/3.0 MB | 24/56 kB Progress (4): 3.8/5.2 MB | 4.0/4.0 MB | 1.7/3.0 MB | 24/56 kB Progress (4): 3.8/5.2 MB | 4.0/4.0 MB | 1.7/3.0 MB | 24/56 kB Progress (4): 3.8/5.2 MB | 4.0/4.0 MB | 1.7/3.0 MB | 24/56 kB Progress (4): 3.8/5.2 MB | 4.0/4.0 MB | 1.7/3.0 MB | 24/56 kB Progress (4): 3.8/5.2 MB | 4.0/4.0 MB | 1.7/3.0 MB | 24/56 kB Progress (4): 3.8/5.2 MB | 4.0 MB | 1.7/3.0 MB | 24/56 kB Progress (4): 3.8/5.2 MB | 4.0 MB | 1.7/3.0 MB | 24/56 kB Progress (4): 3.8/5.2 MB | 4.0 MB | 1.7/3.0 MB | 28/56 kB Progress (4): 3.8/5.2 MB | 4.0 MB | 1.7/3.0 MB | 32/56 kB Progress (4): 3.8/5.2 MB | 4.0 MB | 1.7/3.0 MB | 36/56 kB Progress (4): 3.8/5.2 MB | 4.0 MB | 1.7/3.0 MB | 41/56 kB Progress (4): 3.8/5.2 MB | 4.0 MB | 1.7/3.0 MB | 45/56 kB Progress (4): 3.8/5.2 MB | 4.0 MB | 1.7/3.0 MB | 49/56 kB Progress (4): 3.8/5.2 MB | 4.0 MB | 1.7/3.0 MB | 53/56 kB Progress (4): 3.8/5.2 MB | 4.0 MB | 1.7/3.0 MB | 56 kB Progress (4): 3.8/5.2 MB | 4.0 MB | 1.7/3.0 MB | 56 kB Progress (4): 3.8/5.2 MB | 4.0 MB | 1.7/3.0 MB | 56 kB Progress (4): 3.8/5.2 MB | 4.0 MB | 1.8/3.0 MB | 56 kB Progress (4): 3.8/5.2 MB | 4.0 MB | 1.8/3.0 MB | 56 kB Progress (4): 3.8/5.2 MB | 4.0 MB | 1.8/3.0 MB | 56 kB Progress (4): 3.8/5.2 MB | 4.0 MB | 1.8/3.0 MB | 56 kB Progress (4): 3.9/5.2 MB | 4.0 MB | 1.8/3.0 MB | 56 kB Progress (4): 3.9/5.2 MB | 4.0 MB | 1.8/3.0 MB | 56 kB Progress (4): 3.9/5.2 MB | 4.0 MB | 1.8/3.0 MB | 56 kB Progress (4): 3.9/5.2 MB | 4.0 MB | 1.8/3.0 MB | 56 kB Progress (4): 3.9/5.2 MB | 4.0 MB | 1.9/3.0 MB | 56 kB Progress (4): 3.9/5.2 MB | 4.0 MB | 1.9/3.0 MB | 56 kB Progress (4): 3.9/5.2 MB | 4.0 MB | 1.9/3.0 MB | 56 kB Progress (5): 3.9/5.2 MB | 4.0 MB | 1.9/3.0 MB | 56 kB | 4.1/396 kB Progress (5): 3.9/5.2 MB | 4.0 MB | 1.9/3.0 MB | 56 kB | 7.8/396 kB Progress (5): 3.9/5.2 MB | 4.0 MB | 1.9/3.0 MB | 56 kB | 12/396 kB Progress (5): 3.9/5.2 MB | 4.0 MB | 1.9/3.0 MB | 56 kB | 16/396 kB Progress (5): 3.9/5.2 MB | 4.0 MB | 1.9/3.0 MB | 56 kB | 20/396 kB Progress (5): 3.9/5.2 MB | 4.0 MB | 1.9/3.0 MB | 56 kB | 24/396 kB Progress (5): 3.9/5.2 MB | 4.0 MB | 1.9/3.0 MB | 56 kB | 28/396 kB Progress (5): 3.9/5.2 MB | 4.0 MB | 1.9/3.0 MB | 56 kB | 32/396 kB Progress (5): 3.9/5.2 MB | 4.0 MB | 1.9/3.0 MB | 56 kB | 36/396 kB Progress (5): 3.9/5.2 MB | 4.0 MB | 1.9/3.0 MB | 56 kB | 41/396 kB Progress (5): 3.9/5.2 MB | 4.0 MB | 1.9/3.0 MB | 56 kB | 41/396 kB Progress (5): 3.9/5.2 MB | 4.0 MB | 1.9/3.0 MB | 56 kB | 41/396 kB Progress (5): 3.9/5.2 MB | 4.0 MB | 1.9/3.0 MB | 56 kB | 41/396 kB Progress (5): 3.9/5.2 MB | 4.0 MB | 1.9/3.0 MB | 56 kB | 41/396 kB Progress (5): 3.9/5.2 MB | 4.0 MB | 2.0/3.0 MB | 56 kB | 41/396 kB Progress (5): 3.9/5.2 MB | 4.0 MB | 2.0/3.0 MB | 56 kB | 41/396 kB Progress (5): 3.9/5.2 MB | 4.0 MB | 2.0/3.0 MB | 56 kB | 41/396 kB Progress (5): 4.0/5.2 MB | 4.0 MB | 2.0/3.0 MB | 56 kB | 41/396 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/assertj/assertj-core/3.11.0/assertj-core-3.11.0.jar (4.0 MB at 170 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/seleniumhq/selenium/selenium-remote-driver/3.141.59/selenium-remote-driver-3.141.59.jar +Progress (4): 4.0/5.2 MB | 2.0/3.0 MB | 56 kB | 41/396 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/objenesis/objenesis/2.6/objenesis-2.6.jar (56 kB at 2.3 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/seleniumhq/selenium/selenium-api/3.141.59/selenium-api-3.141.59.jar +Progress (3): 4.0/5.2 MB | 2.0/3.0 MB | 41/396 kB Progress (3): 4.0/5.2 MB | 2.0/3.0 MB | 45/396 kB Progress (3): 4.0/5.2 MB | 2.0/3.0 MB | 49/396 kB Progress (3): 4.0/5.2 MB | 2.0/3.0 MB | 53/396 kB Progress (3): 4.0/5.2 MB | 2.0/3.0 MB | 57/396 kB Progress (3): 4.0/5.2 MB | 2.0/3.0 MB | 61/396 kB Progress (3): 4.0/5.2 MB | 2.0/3.0 MB | 65/396 kB Progress (3): 4.0/5.2 MB | 2.0/3.0 MB | 69/396 kB Progress (3): 4.0/5.2 MB | 2.0/3.0 MB | 73/396 kB Progress (3): 4.0/5.2 MB | 2.0/3.0 MB | 73/396 kB Progress (3): 4.0/5.2 MB | 2.0/3.0 MB | 73/396 kB Progress (3): 4.0/5.2 MB | 2.0/3.0 MB | 73/396 kB Progress (3): 4.0/5.2 MB | 2.0/3.0 MB | 73/396 kB Progress (3): 4.0/5.2 MB | 2.1/3.0 MB | 73/396 kB Progress (3): 4.0/5.2 MB | 2.1/3.0 MB | 73/396 kB Progress (3): 4.0/5.2 MB | 2.1/3.0 MB | 77/396 kB Progress (3): 4.0/5.2 MB | 2.1/3.0 MB | 82/396 kB Progress (3): 4.0/5.2 MB | 2.1/3.0 MB | 86/396 kB Progress (3): 4.0/5.2 MB | 2.1/3.0 MB | 90/396 kB Progress (3): 4.0/5.2 MB | 2.1/3.0 MB | 90/396 kB Progress (3): 4.0/5.2 MB | 2.1/3.0 MB | 90/396 kB Progress (3): 4.1/5.2 MB | 2.1/3.0 MB | 90/396 kB Progress (3): 4.1/5.2 MB | 2.1/3.0 MB | 90/396 kB Progress (3): 4.1/5.2 MB | 2.1/3.0 MB | 94/396 kB Progress (3): 4.1/5.2 MB | 2.1/3.0 MB | 98/396 kB Progress (3): 4.1/5.2 MB | 2.1/3.0 MB | 102/396 kB Progress (3): 4.1/5.2 MB | 2.1/3.0 MB | 106/396 kB Progress (3): 4.1/5.2 MB | 2.1/3.0 MB | 106/396 kB Progress (3): 4.1/5.2 MB | 2.1/3.0 MB | 110/396 kB Progress (3): 4.1/5.2 MB | 2.1/3.0 MB | 114/396 kB Progress (3): 4.1/5.2 MB | 2.1/3.0 MB | 118/396 kB Progress (3): 4.1/5.2 MB | 2.1/3.0 MB | 122/396 kB Progress (3): 4.1/5.2 MB | 2.1/3.0 MB | 127/396 kB Progress (3): 4.1/5.2 MB | 2.1/3.0 MB | 131/396 kB Progress (3): 4.1/5.2 MB | 2.1/3.0 MB | 135/396 kB Progress (3): 4.1/5.2 MB | 2.1/3.0 MB | 139/396 kB Progress (3): 4.1/5.2 MB | 2.1/3.0 MB | 139/396 kB Progress (3): 4.1/5.2 MB | 2.1/3.0 MB | 139/396 kB Progress (3): 4.1/5.2 MB | 2.2/3.0 MB | 139/396 kB Progress (3): 4.1/5.2 MB | 2.2/3.0 MB | 139/396 kB Progress (3): 4.1/5.2 MB | 2.2/3.0 MB | 139/396 kB Progress (3): 4.1/5.2 MB | 2.2/3.0 MB | 139/396 kB Progress (3): 4.1/5.2 MB | 2.2/3.0 MB | 139/396 kB Progress (4): 4.1/5.2 MB | 2.2/3.0 MB | 139/396 kB | 4.1/334 kB Progress (4): 4.1/5.2 MB | 2.2/3.0 MB | 139/396 kB | 7.8/334 kB Progress (4): 4.1/5.2 MB | 2.2/3.0 MB | 139/396 kB | 12/334 kB Progress (4): 4.1/5.2 MB | 2.2/3.0 MB | 139/396 kB | 16/334 kB Progress (4): 4.1/5.2 MB | 2.2/3.0 MB | 139/396 kB | 20/334 kB Progress (4): 4.1/5.2 MB | 2.2/3.0 MB | 139/396 kB | 24/334 kB Progress (4): 4.1/5.2 MB | 2.2/3.0 MB | 139/396 kB | 28/334 kB Progress (4): 4.1/5.2 MB | 2.2/3.0 MB | 139/396 kB | 32/334 kB Progress (4): 4.1/5.2 MB | 2.2/3.0 MB | 139/396 kB | 36/334 kB Progress (4): 4.1/5.2 MB | 2.2/3.0 MB | 139/396 kB | 41/334 kB Progress (4): 4.1/5.2 MB | 2.2/3.0 MB | 139/396 kB | 45/334 kB Progress (4): 4.1/5.2 MB | 2.2/3.0 MB | 139/396 kB | 49/334 kB Progress (4): 4.1/5.2 MB | 2.2/3.0 MB | 139/396 kB | 53/334 kB Progress (4): 4.1/5.2 MB | 2.2/3.0 MB | 139/396 kB | 57/334 kB Progress (4): 4.1/5.2 MB | 2.2/3.0 MB | 139/396 kB | 61/334 kB Progress (4): 4.1/5.2 MB | 2.2/3.0 MB | 139/396 kB | 65/334 kB Progress (4): 4.1/5.2 MB | 2.2/3.0 MB | 139/396 kB | 69/334 kB Progress (4): 4.1/5.2 MB | 2.2/3.0 MB | 139/396 kB | 73/334 kB Progress (4): 4.1/5.2 MB | 2.2/3.0 MB | 139/396 kB | 77/334 kB Progress (4): 4.1/5.2 MB | 2.2/3.0 MB | 139/396 kB | 82/334 kB Progress (4): 4.1/5.2 MB | 2.2/3.0 MB | 139/396 kB | 86/334 kB Progress (4): 4.1/5.2 MB | 2.2/3.0 MB | 139/396 kB | 90/334 kB Progress (4): 4.1/5.2 MB | 2.2/3.0 MB | 139/396 kB | 94/334 kB Progress (4): 4.1/5.2 MB | 2.2/3.0 MB | 139/396 kB | 98/334 kB Progress (4): 4.1/5.2 MB | 2.2/3.0 MB | 139/396 kB | 102/334 kB Progress (4): 4.1/5.2 MB | 2.2/3.0 MB | 139/396 kB | 106/334 kB Progress (4): 4.1/5.2 MB | 2.2/3.0 MB | 139/396 kB | 110/334 kB Progress (4): 4.1/5.2 MB | 2.2/3.0 MB | 139/396 kB | 114/334 kB Progress (4): 4.1/5.2 MB | 2.2/3.0 MB | 139/396 kB | 114/334 kB Progress (4): 4.1/5.2 MB | 2.2/3.0 MB | 143/396 kB | 114/334 kB Progress (4): 4.1/5.2 MB | 2.2/3.0 MB | 147/396 kB | 114/334 kB Progress (4): 4.1/5.2 MB | 2.2/3.0 MB | 151/396 kB | 114/334 kB Progress (4): 4.1/5.2 MB | 2.2/3.0 MB | 155/396 kB | 114/334 kB Progress (4): 4.1/5.2 MB | 2.2/3.0 MB | 155/396 kB | 114/334 kB Progress (4): 4.1/5.2 MB | 2.2/3.0 MB | 159/396 kB | 114/334 kB Progress (4): 4.1/5.2 MB | 2.2/3.0 MB | 163/396 kB | 114/334 kB Progress (4): 4.1/5.2 MB | 2.2/3.0 MB | 168/396 kB | 114/334 kB Progress (4): 4.1/5.2 MB | 2.2/3.0 MB | 172/396 kB | 114/334 kB Progress (4): 4.1/5.2 MB | 2.2/3.0 MB | 176/396 kB | 114/334 kB Progress (4): 4.1/5.2 MB | 2.2/3.0 MB | 180/396 kB | 114/334 kB Progress (4): 4.1/5.2 MB | 2.2/3.0 MB | 184/396 kB | 114/334 kB Progress (4): 4.1/5.2 MB | 2.2/3.0 MB | 188/396 kB | 114/334 kB Progress (4): 4.1/5.2 MB | 2.2/3.0 MB | 188/396 kB | 114/334 kB Progress (4): 4.1/5.2 MB | 2.3/3.0 MB | 188/396 kB | 114/334 kB Progress (4): 4.1/5.2 MB | 2.3/3.0 MB | 188/396 kB | 114/334 kB Progress (5): 4.1/5.2 MB | 2.3/3.0 MB | 188/396 kB | 114/334 kB | 4.1/182 kB Progress (5): 4.1/5.2 MB | 2.3/3.0 MB | 188/396 kB | 114/334 kB | 7.8/182 kB Progress (5): 4.1/5.2 MB | 2.3/3.0 MB | 188/396 kB | 114/334 kB | 12/182 kB Progress (5): 4.1/5.2 MB | 2.3/3.0 MB | 188/396 kB | 114/334 kB | 16/182 kB Progress (5): 4.1/5.2 MB | 2.3/3.0 MB | 188/396 kB | 114/334 kB | 20/182 kB Progress (5): 4.1/5.2 MB | 2.3/3.0 MB | 188/396 kB | 114/334 kB | 24/182 kB Progress (5): 4.2/5.2 MB | 2.3/3.0 MB | 188/396 kB | 114/334 kB | 24/182 kB Progress (5): 4.2/5.2 MB | 2.3/3.0 MB | 188/396 kB | 114/334 kB | 24/182 kB Progress (5): 4.2/5.2 MB | 2.3/3.0 MB | 188/396 kB | 114/334 kB | 24/182 kB Progress (5): 4.2/5.2 MB | 2.3/3.0 MB | 188/396 kB | 114/334 kB | 24/182 kB Progress (5): 4.2/5.2 MB | 2.3/3.0 MB | 188/396 kB | 114/334 kB | 24/182 kB Progress (5): 4.2/5.2 MB | 2.3/3.0 MB | 188/396 kB | 114/334 kB | 24/182 kB Progress (5): 4.2/5.2 MB | 2.3/3.0 MB | 188/396 kB | 114/334 kB | 24/182 kB Progress (5): 4.2/5.2 MB | 2.3/3.0 MB | 192/396 kB | 114/334 kB | 24/182 kB Progress (5): 4.2/5.2 MB | 2.3/3.0 MB | 196/396 kB | 114/334 kB | 24/182 kB Progress (5): 4.2/5.2 MB | 2.3/3.0 MB | 200/396 kB | 114/334 kB | 24/182 kB Progress (5): 4.2/5.2 MB | 2.3/3.0 MB | 200/396 kB | 114/334 kB | 24/182 kB Progress (5): 4.2/5.2 MB | 2.4/3.0 MB | 200/396 kB | 114/334 kB | 24/182 kB Progress (5): 4.2/5.2 MB | 2.4/3.0 MB | 204/396 kB | 114/334 kB | 24/182 kB Progress (5): 4.2/5.2 MB | 2.4/3.0 MB | 204/396 kB | 114/334 kB | 24/182 kB Progress (5): 4.3/5.2 MB | 2.4/3.0 MB | 204/396 kB | 114/334 kB | 24/182 kB Progress (5): 4.3/5.2 MB | 2.4/3.0 MB | 208/396 kB | 114/334 kB | 24/182 kB Progress (5): 4.3/5.2 MB | 2.4/3.0 MB | 213/396 kB | 114/334 kB | 24/182 kB Progress (5): 4.3/5.2 MB | 2.4/3.0 MB | 217/396 kB | 114/334 kB | 24/182 kB Progress (5): 4.3/5.2 MB | 2.4/3.0 MB | 217/396 kB | 114/334 kB | 24/182 kB Progress (5): 4.3/5.2 MB | 2.4/3.0 MB | 221/396 kB | 114/334 kB | 24/182 kB Progress (5): 4.3/5.2 MB | 2.4/3.0 MB | 221/396 kB | 114/334 kB | 24/182 kB Progress (5): 4.3/5.2 MB | 2.4/3.0 MB | 225/396 kB | 114/334 kB | 24/182 kB Progress (5): 4.3/5.2 MB | 2.4/3.0 MB | 229/396 kB | 114/334 kB | 24/182 kB Progress (5): 4.3/5.2 MB | 2.4/3.0 MB | 233/396 kB | 114/334 kB | 24/182 kB Progress (5): 4.3/5.2 MB | 2.4/3.0 MB | 237/396 kB | 114/334 kB | 24/182 kB Progress (5): 4.3/5.2 MB | 2.4/3.0 MB | 241/396 kB | 114/334 kB | 24/182 kB Progress (5): 4.3/5.2 MB | 2.4/3.0 MB | 241/396 kB | 118/334 kB | 24/182 kB Progress (5): 4.3/5.2 MB | 2.4/3.0 MB | 241/396 kB | 122/334 kB | 24/182 kB Progress (5): 4.3/5.2 MB | 2.4/3.0 MB | 241/396 kB | 127/334 kB | 24/182 kB Progress (5): 4.3/5.2 MB | 2.4/3.0 MB | 241/396 kB | 131/334 kB | 24/182 kB Progress (5): 4.3/5.2 MB | 2.4/3.0 MB | 241/396 kB | 135/334 kB | 24/182 kB Progress (5): 4.3/5.2 MB | 2.4/3.0 MB | 241/396 kB | 139/334 kB | 24/182 kB Progress (5): 4.3/5.2 MB | 2.4/3.0 MB | 241/396 kB | 143/334 kB | 24/182 kB Progress (5): 4.3/5.2 MB | 2.4/3.0 MB | 241/396 kB | 147/334 kB | 24/182 kB Progress (5): 4.3/5.2 MB | 2.4/3.0 MB | 241/396 kB | 151/334 kB | 24/182 kB Progress (5): 4.3/5.2 MB | 2.4/3.0 MB | 241/396 kB | 155/334 kB | 24/182 kB Progress (5): 4.3/5.2 MB | 2.4/3.0 MB | 241/396 kB | 159/334 kB | 24/182 kB Progress (5): 4.3/5.2 MB | 2.4/3.0 MB | 241/396 kB | 163/334 kB | 24/182 kB Progress (5): 4.3/5.2 MB | 2.4/3.0 MB | 241/396 kB | 168/334 kB | 24/182 kB Progress (5): 4.3/5.2 MB | 2.4/3.0 MB | 241/396 kB | 172/334 kB | 24/182 kB Progress (5): 4.3/5.2 MB | 2.4/3.0 MB | 241/396 kB | 176/334 kB | 24/182 kB Progress (5): 4.3/5.2 MB | 2.4/3.0 MB | 241/396 kB | 180/334 kB | 24/182 kB Progress (5): 4.3/5.2 MB | 2.4/3.0 MB | 241/396 kB | 184/334 kB | 24/182 kB Progress (5): 4.3/5.2 MB | 2.4/3.0 MB | 241/396 kB | 188/334 kB | 24/182 kB Progress (5): 4.3/5.2 MB | 2.4/3.0 MB | 241/396 kB | 192/334 kB | 24/182 kB Progress (5): 4.3/5.2 MB | 2.4/3.0 MB | 241/396 kB | 196/334 kB | 24/182 kB Progress (5): 4.3/5.2 MB | 2.4/3.0 MB | 241/396 kB | 200/334 kB | 24/182 kB Progress (5): 4.3/5.2 MB | 2.4/3.0 MB | 241/396 kB | 204/334 kB | 24/182 kB Progress (5): 4.3/5.2 MB | 2.4/3.0 MB | 241/396 kB | 208/334 kB | 24/182 kB Progress (5): 4.3/5.2 MB | 2.4/3.0 MB | 241/396 kB | 213/334 kB | 24/182 kB Progress (5): 4.3/5.2 MB | 2.4/3.0 MB | 241/396 kB | 217/334 kB | 24/182 kB Progress (5): 4.3/5.2 MB | 2.4/3.0 MB | 241/396 kB | 221/334 kB | 24/182 kB Progress (5): 4.3/5.2 MB | 2.4/3.0 MB | 241/396 kB | 225/334 kB | 24/182 kB Progress (5): 4.3/5.2 MB | 2.4/3.0 MB | 241/396 kB | 229/334 kB | 24/182 kB Progress (5): 4.3/5.2 MB | 2.4/3.0 MB | 241/396 kB | 233/334 kB | 24/182 kB Progress (5): 4.3/5.2 MB | 2.4/3.0 MB | 241/396 kB | 237/334 kB | 24/182 kB Progress (5): 4.3/5.2 MB | 2.4/3.0 MB | 241/396 kB | 241/334 kB | 24/182 kB Progress (5): 4.3/5.2 MB | 2.4/3.0 MB | 241/396 kB | 245/334 kB | 24/182 kB Progress (5): 4.3/5.2 MB | 2.4/3.0 MB | 241/396 kB | 249/334 kB | 24/182 kB Progress (5): 4.3/5.2 MB | 2.4/3.0 MB | 241/396 kB | 254/334 kB | 24/182 kB Progress (5): 4.3/5.2 MB | 2.4/3.0 MB | 241/396 kB | 258/334 kB | 24/182 kB Progress (5): 4.3/5.2 MB | 2.4/3.0 MB | 241/396 kB | 262/334 kB | 24/182 kB Progress (5): 4.3/5.2 MB | 2.4/3.0 MB | 241/396 kB | 266/334 kB | 24/182 kB Progress (5): 4.3/5.2 MB | 2.4/3.0 MB | 241/396 kB | 270/334 kB | 24/182 kB Progress (5): 4.3/5.2 MB | 2.4/3.0 MB | 241/396 kB | 274/334 kB | 24/182 kB Progress (5): 4.3/5.2 MB | 2.4/3.0 MB | 241/396 kB | 278/334 kB | 24/182 kB Progress (5): 4.3/5.2 MB | 2.4/3.0 MB | 241/396 kB | 282/334 kB | 24/182 kB Progress (5): 4.3/5.2 MB | 2.4/3.0 MB | 241/396 kB | 286/334 kB | 24/182 kB Progress (5): 4.3/5.2 MB | 2.4/3.0 MB | 241/396 kB | 290/334 kB | 24/182 kB Progress (5): 4.3/5.2 MB | 2.4/3.0 MB | 241/396 kB | 295/334 kB | 24/182 kB Progress (5): 4.3/5.2 MB | 2.4/3.0 MB | 241/396 kB | 299/334 kB | 24/182 kB Progress (5): 4.3/5.2 MB | 2.4/3.0 MB | 241/396 kB | 303/334 kB | 24/182 kB Progress (5): 4.3/5.2 MB | 2.4/3.0 MB | 241/396 kB | 307/334 kB | 24/182 kB Progress (5): 4.3/5.2 MB | 2.4/3.0 MB | 241/396 kB | 311/334 kB | 24/182 kB Progress (5): 4.3/5.2 MB | 2.4/3.0 MB | 241/396 kB | 315/334 kB | 24/182 kB Progress (5): 4.3/5.2 MB | 2.4/3.0 MB | 241/396 kB | 319/334 kB | 24/182 kB Progress (5): 4.3/5.2 MB | 2.4/3.0 MB | 241/396 kB | 323/334 kB | 24/182 kB Progress (5): 4.3/5.2 MB | 2.4/3.0 MB | 241/396 kB | 327/334 kB | 24/182 kB Progress (5): 4.3/5.2 MB | 2.4/3.0 MB | 241/396 kB | 331/334 kB | 24/182 kB Progress (5): 4.3/5.2 MB | 2.4/3.0 MB | 241/396 kB | 334 kB | 24/182 kB Progress (5): 4.3/5.2 MB | 2.4/3.0 MB | 241/396 kB | 334 kB | 24/182 kB Progress (5): 4.3/5.2 MB | 2.4/3.0 MB | 245/396 kB | 334 kB | 24/182 kB Progress (5): 4.3/5.2 MB | 2.4/3.0 MB | 249/396 kB | 334 kB | 24/182 kB Progress (5): 4.3/5.2 MB | 2.4/3.0 MB | 253/396 kB | 334 kB | 24/182 kB Progress (5): 4.3/5.2 MB | 2.4/3.0 MB | 257/396 kB | 334 kB | 24/182 kB Progress (5): 4.3/5.2 MB | 2.4/3.0 MB | 257/396 kB | 334 kB | 24/182 kB Progress (5): 4.3/5.2 MB | 2.4/3.0 MB | 262/396 kB | 334 kB | 24/182 kB Progress (5): 4.3/5.2 MB | 2.4/3.0 MB | 266/396 kB | 334 kB | 24/182 kB Progress (5): 4.3/5.2 MB | 2.4/3.0 MB | 270/396 kB | 334 kB | 24/182 kB Progress (5): 4.3/5.2 MB | 2.4/3.0 MB | 274/396 kB | 334 kB | 24/182 kB Progress (5): 4.3/5.2 MB | 2.4/3.0 MB | 274/396 kB | 334 kB | 24/182 kB Progress (5): 4.3/5.2 MB | 2.5/3.0 MB | 274/396 kB | 334 kB | 24/182 kB Progress (5): 4.3/5.2 MB | 2.5/3.0 MB | 274/396 kB | 334 kB | 28/182 kB Progress (5): 4.3/5.2 MB | 2.5/3.0 MB | 274/396 kB | 334 kB | 32/182 kB Progress (5): 4.3/5.2 MB | 2.5/3.0 MB | 274/396 kB | 334 kB | 36/182 kB Progress (5): 4.3/5.2 MB | 2.5/3.0 MB | 274/396 kB | 334 kB | 41/182 kB Progress (5): 4.3/5.2 MB | 2.5/3.0 MB | 274/396 kB | 334 kB | 45/182 kB Progress (5): 4.3/5.2 MB | 2.5/3.0 MB | 274/396 kB | 334 kB | 49/182 kB Progress (5): 4.3/5.2 MB | 2.5/3.0 MB | 274/396 kB | 334 kB | 53/182 kB Progress (5): 4.3/5.2 MB | 2.5/3.0 MB | 274/396 kB | 334 kB | 57/182 kB Progress (5): 4.3/5.2 MB | 2.5/3.0 MB | 274/396 kB | 334 kB | 57/182 kB Progress (5): 4.3/5.2 MB | 2.5/3.0 MB | 274/396 kB | 334 kB | 61/182 kB Progress (5): 4.3/5.2 MB | 2.5/3.0 MB | 274/396 kB | 334 kB | 65/182 kB Progress (5): 4.3/5.2 MB | 2.5/3.0 MB | 274/396 kB | 334 kB | 69/182 kB Progress (5): 4.3/5.2 MB | 2.5/3.0 MB | 274/396 kB | 334 kB | 73/182 kB Progress (5): 4.3/5.2 MB | 2.5/3.0 MB | 274/396 kB | 334 kB | 77/182 kB Progress (5): 4.3/5.2 MB | 2.5/3.0 MB | 274/396 kB | 334 kB | 82/182 kB Progress (5): 4.3/5.2 MB | 2.5/3.0 MB | 274/396 kB | 334 kB | 86/182 kB Progress (5): 4.3/5.2 MB | 2.5/3.0 MB | 274/396 kB | 334 kB | 90/182 kB Progress (5): 4.3/5.2 MB | 2.5/3.0 MB | 274/396 kB | 334 kB | 94/182 kB Progress (5): 4.3/5.2 MB | 2.5/3.0 MB | 274/396 kB | 334 kB | 98/182 kB Progress (5): 4.3/5.2 MB | 2.5/3.0 MB | 274/396 kB | 334 kB | 102/182 kB Progress (5): 4.3/5.2 MB | 2.5/3.0 MB | 274/396 kB | 334 kB | 106/182 kB Progress (5): 4.3/5.2 MB | 2.5/3.0 MB | 274/396 kB | 334 kB | 110/182 kB Progress (5): 4.3/5.2 MB | 2.5/3.0 MB | 274/396 kB | 334 kB | 114/182 kB Progress (5): 4.3/5.2 MB | 2.5/3.0 MB | 274/396 kB | 334 kB | 114/182 kB Progress (5): 4.3/5.2 MB | 2.5/3.0 MB | 274/396 kB | 334 kB | 114/182 kB Progress (5): 4.3/5.2 MB | 2.5/3.0 MB | 274/396 kB | 334 kB | 114/182 kB Progress (5): 4.3/5.2 MB | 2.5/3.0 MB | 274/396 kB | 334 kB | 114/182 kB Progress (5): 4.3/5.2 MB | 2.5/3.0 MB | 278/396 kB | 334 kB | 114/182 kB Progress (5): 4.3/5.2 MB | 2.5/3.0 MB | 282/396 kB | 334 kB | 114/182 kB Progress (5): 4.3/5.2 MB | 2.5/3.0 MB | 286/396 kB | 334 kB | 114/182 kB Progress (5): 4.3/5.2 MB | 2.5/3.0 MB | 290/396 kB | 334 kB | 114/182 kB Progress (5): 4.3/5.2 MB | 2.5/3.0 MB | 294/396 kB | 334 kB | 114/182 kB Progress (5): 4.3/5.2 MB | 2.5/3.0 MB | 298/396 kB | 334 kB | 114/182 kB Progress (5): 4.3/5.2 MB | 2.5/3.0 MB | 303/396 kB | 334 kB | 114/182 kB Progress (5): 4.3/5.2 MB | 2.5/3.0 MB | 307/396 kB | 334 kB | 114/182 kB Progress (5): 4.3/5.2 MB | 2.5/3.0 MB | 311/396 kB | 334 kB | 114/182 kB Progress (5): 4.3/5.2 MB | 2.5/3.0 MB | 315/396 kB | 334 kB | 114/182 kB Progress (5): 4.3/5.2 MB | 2.5/3.0 MB | 319/396 kB | 334 kB | 114/182 kB Progress (5): 4.3/5.2 MB | 2.5/3.0 MB | 323/396 kB | 334 kB | 114/182 kB Progress (5): 4.3/5.2 MB | 2.5/3.0 MB | 323/396 kB | 334 kB | 114/182 kB Progress (5): 4.3/5.2 MB | 2.5/3.0 MB | 323/396 kB | 334 kB | 114/182 kB Progress (5): 4.3/5.2 MB | 2.6/3.0 MB | 323/396 kB | 334 kB | 114/182 kB Progress (5): 4.3/5.2 MB | 2.6/3.0 MB | 323/396 kB | 334 kB | 118/182 kB Progress (5): 4.3/5.2 MB | 2.6/3.0 MB | 323/396 kB | 334 kB | 122/182 kB Progress (5): 4.3/5.2 MB | 2.6/3.0 MB | 323/396 kB | 334 kB | 127/182 kB Progress (5): 4.3/5.2 MB | 2.6/3.0 MB | 323/396 kB | 334 kB | 131/182 kB Progress (5): 4.3/5.2 MB | 2.6/3.0 MB | 323/396 kB | 334 kB | 135/182 kB Progress (5): 4.3/5.2 MB | 2.6/3.0 MB | 323/396 kB | 334 kB | 139/182 kB Progress (5): 4.3/5.2 MB | 2.6/3.0 MB | 323/396 kB | 334 kB | 143/182 kB Progress (5): 4.3/5.2 MB | 2.6/3.0 MB | 323/396 kB | 334 kB | 147/182 kB Progress (5): 4.3/5.2 MB | 2.6/3.0 MB | 323/396 kB | 334 kB | 147/182 kB Progress (5): 4.4/5.2 MB | 2.6/3.0 MB | 323/396 kB | 334 kB | 147/182 kB Progress (5): 4.4/5.2 MB | 2.6/3.0 MB | 323/396 kB | 334 kB | 147/182 kB Progress (5): 4.4/5.2 MB | 2.6/3.0 MB | 323/396 kB | 334 kB | 147/182 kB Progress (5): 4.4/5.2 MB | 2.6/3.0 MB | 327/396 kB | 334 kB | 147/182 kB Progress (5): 4.4/5.2 MB | 2.6/3.0 MB | 331/396 kB | 334 kB | 147/182 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/seleniumhq/selenium/selenium-remote-driver/3.141.59/selenium-remote-driver-3.141.59.jar (334 kB at 13 kB/s) +Progress (4): 4.4/5.2 MB | 2.6/3.0 MB | 335/396 kB | 147/182 kB Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar +Progress (4): 4.4/5.2 MB | 2.6/3.0 MB | 339/396 kB | 147/182 kB Progress (4): 4.4/5.2 MB | 2.6/3.0 MB | 339/396 kB | 147/182 kB Progress (4): 4.4/5.2 MB | 2.6/3.0 MB | 344/396 kB | 147/182 kB Progress (4): 4.4/5.2 MB | 2.6/3.0 MB | 348/396 kB | 147/182 kB Progress (4): 4.4/5.2 MB | 2.6/3.0 MB | 352/396 kB | 147/182 kB Progress (4): 4.4/5.2 MB | 2.6/3.0 MB | 356/396 kB | 147/182 kB Progress (4): 4.4/5.2 MB | 2.6/3.0 MB | 356/396 kB | 147/182 kB Progress (4): 4.4/5.2 MB | 2.6/3.0 MB | 356/396 kB | 147/182 kB Progress (4): 4.4/5.2 MB | 2.6/3.0 MB | 356/396 kB | 151/182 kB Progress (4): 4.4/5.2 MB | 2.6/3.0 MB | 356/396 kB | 155/182 kB Progress (4): 4.4/5.2 MB | 2.6/3.0 MB | 356/396 kB | 159/182 kB Progress (4): 4.4/5.2 MB | 2.6/3.0 MB | 356/396 kB | 163/182 kB Progress (4): 4.4/5.2 MB | 2.7/3.0 MB | 356/396 kB | 163/182 kB Progress (4): 4.4/5.2 MB | 2.7/3.0 MB | 356/396 kB | 168/182 kB Progress (4): 4.4/5.2 MB | 2.7/3.0 MB | 356/396 kB | 172/182 kB Progress (4): 4.4/5.2 MB | 2.7/3.0 MB | 356/396 kB | 176/182 kB Progress (4): 4.4/5.2 MB | 2.7/3.0 MB | 356/396 kB | 180/182 kB Progress (4): 4.4/5.2 MB | 2.7/3.0 MB | 356/396 kB | 182 kB Progress (4): 4.4/5.2 MB | 2.7/3.0 MB | 356/396 kB | 182 kB Progress (4): 4.4/5.2 MB | 2.7/3.0 MB | 360/396 kB | 182 kB Progress (4): 4.4/5.2 MB | 2.7/3.0 MB | 364/396 kB | 182 kB Progress (4): 4.4/5.2 MB | 2.7/3.0 MB | 368/396 kB | 182 kB Progress (4): 4.4/5.2 MB | 2.7/3.0 MB | 372/396 kB | 182 kB Progress (4): 4.4/5.2 MB | 2.7/3.0 MB | 372/396 kB | 182 kB Progress (4): 4.4/5.2 MB | 2.7/3.0 MB | 372/396 kB | 182 kB Progress (4): 4.4/5.2 MB | 2.7/3.0 MB | 372/396 kB | 182 kB Progress (4): 4.4/5.2 MB | 2.7/3.0 MB | 376/396 kB | 182 kB Progress (4): 4.4/5.2 MB | 2.7/3.0 MB | 380/396 kB | 182 kB Progress (4): 4.4/5.2 MB | 2.7/3.0 MB | 384/396 kB | 182 kB Progress (4): 4.4/5.2 MB | 2.7/3.0 MB | 389/396 kB | 182 kB Progress (4): 4.4/5.2 MB | 2.7/3.0 MB | 393/396 kB | 182 kB Progress (4): 4.4/5.2 MB | 2.7/3.0 MB | 396 kB | 182 kB Progress (4): 4.4/5.2 MB | 2.7/3.0 MB | 396 kB | 182 kB Progress (4): 4.4/5.2 MB | 2.7/3.0 MB | 396 kB | 182 kB Progress (4): 4.4/5.2 MB | 2.7/3.0 MB | 396 kB | 182 kB Progress (4): 4.4/5.2 MB | 2.8/3.0 MB | 396 kB | 182 kB Progress (4): 4.5/5.2 MB | 2.8/3.0 MB | 396 kB | 182 kB Progress (4): 4.5/5.2 MB | 2.8/3.0 MB | 396 kB | 182 kB Progress (4): 4.5/5.2 MB | 2.8/3.0 MB | 396 kB | 182 kB Progress (4): 4.5/5.2 MB | 2.8/3.0 MB | 396 kB | 182 kB Progress (4): 4.5/5.2 MB | 2.8/3.0 MB | 396 kB | 182 kB Progress (4): 4.5/5.2 MB | 2.8/3.0 MB | 396 kB | 182 kB Progress (4): 4.5/5.2 MB | 2.8/3.0 MB | 396 kB | 182 kB Progress (4): 4.5/5.2 MB | 2.8/3.0 MB | 396 kB | 182 kB Progress (4): 4.5/5.2 MB | 2.8/3.0 MB | 396 kB | 182 kB Progress (5): 4.5/5.2 MB | 2.8/3.0 MB | 396 kB | 182 kB | 4.1/54 kB Progress (5): 4.5/5.2 MB | 2.8/3.0 MB | 396 kB | 182 kB | 7.8/54 kB Progress (5): 4.5/5.2 MB | 2.8/3.0 MB | 396 kB | 182 kB | 12/54 kB Progress (5): 4.5/5.2 MB | 2.8/3.0 MB | 396 kB | 182 kB | 16/54 kB Progress (5): 4.5/5.2 MB | 2.8/3.0 MB | 396 kB | 182 kB | 20/54 kB Progress (5): 4.5/5.2 MB | 2.8/3.0 MB | 396 kB | 182 kB | 24/54 kB Progress (5): 4.5/5.2 MB | 2.8/3.0 MB | 396 kB | 182 kB | 28/54 kB Progress (5): 4.5/5.2 MB | 2.8/3.0 MB | 396 kB | 182 kB | 32/54 kB Progress (5): 4.5/5.2 MB | 2.8/3.0 MB | 396 kB | 182 kB | 36/54 kB Progress (5): 4.5/5.2 MB | 2.8/3.0 MB | 396 kB | 182 kB | 41/54 kB Progress (5): 4.5/5.2 MB | 2.9/3.0 MB | 396 kB | 182 kB | 41/54 kB Progress (5): 4.5/5.2 MB | 2.9/3.0 MB | 396 kB | 182 kB | 41/54 kB Progress (5): 4.6/5.2 MB | 2.9/3.0 MB | 396 kB | 182 kB | 41/54 kB Progress (5): 4.6/5.2 MB | 2.9/3.0 MB | 396 kB | 182 kB | 41/54 kB Progress (5): 4.6/5.2 MB | 2.9/3.0 MB | 396 kB | 182 kB | 41/54 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/seleniumhq/selenium/selenium-api/3.141.59/selenium-api-3.141.59.jar (182 kB at 7.2 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/squareup/okhttp3/okhttp/3.11.0/okhttp-3.11.0.jar +Progress (4): 4.6/5.2 MB | 2.9/3.0 MB | 396 kB | 41/54 kB Progress (4): 4.6/5.2 MB | 2.9/3.0 MB | 396 kB | 41/54 kB Progress (4): 4.6/5.2 MB | 2.9/3.0 MB | 396 kB | 41/54 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/jsoup/jsoup/1.11.3/jsoup-1.11.3.jar (396 kB at 16 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/squareup/okio/okio/1.14.0/okio-1.14.0.jar +Progress (3): 4.6/5.2 MB | 2.9/3.0 MB | 45/54 kB Progress (3): 4.6/5.2 MB | 2.9/3.0 MB | 49/54 kB Progress (3): 4.6/5.2 MB | 2.9/3.0 MB | 53/54 kB Progress (3): 4.6/5.2 MB | 2.9/3.0 MB | 54 kB Progress (3): 4.6/5.2 MB | 3.0/3.0 MB | 54 kB Progress (3): 4.6/5.2 MB | 3.0/3.0 MB | 54 kB Progress (3): 4.6/5.2 MB | 3.0/3.0 MB | 54 kB Progress (3): 4.6/5.2 MB | 3.0/3.0 MB | 54 kB Progress (3): 4.6/5.2 MB | 3.0 MB | 54 kB Progress (3): 4.6/5.2 MB | 3.0 MB | 54 kB Progress (3): 4.7/5.2 MB | 3.0 MB | 54 kB Progress (3): 4.7/5.2 MB | 3.0 MB | 54 kB Progress (3): 4.7/5.2 MB | 3.0 MB | 54 kB Progress (3): 4.7/5.2 MB | 3.0 MB | 54 kB Progress (4): 4.7/5.2 MB | 3.0 MB | 54 kB | 4.1/414 kB Progress (4): 4.7/5.2 MB | 3.0 MB | 54 kB | 7.8/414 kB Progress (4): 4.7/5.2 MB | 3.0 MB | 54 kB | 12/414 kB Progress (4): 4.7/5.2 MB | 3.0 MB | 54 kB | 16/414 kB Progress (4): 4.7/5.2 MB | 3.0 MB | 54 kB | 20/414 kB Progress (4): 4.7/5.2 MB | 3.0 MB | 54 kB | 24/414 kB Progress (4): 4.7/5.2 MB | 3.0 MB | 54 kB | 28/414 kB Progress (4): 4.7/5.2 MB | 3.0 MB | 54 kB | 32/414 kB Progress (4): 4.7/5.2 MB | 3.0 MB | 54 kB | 36/414 kB Progress (4): 4.7/5.2 MB | 3.0 MB | 54 kB | 41/414 kB Progress (4): 4.7/5.2 MB | 3.0 MB | 54 kB | 45/414 kB Progress (4): 4.7/5.2 MB | 3.0 MB | 54 kB | 49/414 kB Progress (4): 4.7/5.2 MB | 3.0 MB | 54 kB | 53/414 kB Progress (4): 4.7/5.2 MB | 3.0 MB | 54 kB | 57/414 kB Progress (4): 4.7/5.2 MB | 3.0 MB | 54 kB | 61/414 kB Progress (4): 4.7/5.2 MB | 3.0 MB | 54 kB | 65/414 kB Progress (4): 4.7/5.2 MB | 3.0 MB | 54 kB | 69/414 kB Progress (4): 4.7/5.2 MB | 3.0 MB | 54 kB | 73/414 kB Progress (4): 4.7/5.2 MB | 3.0 MB | 54 kB | 77/414 kB Progress (4): 4.7/5.2 MB | 3.0 MB | 54 kB | 82/414 kB Progress (4): 4.7/5.2 MB | 3.0 MB | 54 kB | 86/414 kB Progress (4): 4.7/5.2 MB | 3.0 MB | 54 kB | 90/414 kB Progress (4): 4.7/5.2 MB | 3.0 MB | 54 kB | 94/414 kB Progress (4): 4.7/5.2 MB | 3.0 MB | 54 kB | 98/414 kB Progress (4): 4.7/5.2 MB | 3.0 MB | 54 kB | 102/414 kB Progress (4): 4.7/5.2 MB | 3.0 MB | 54 kB | 106/414 kB Progress (4): 4.8/5.2 MB | 3.0 MB | 54 kB | 106/414 kB Progress (4): 4.8/5.2 MB | 3.0 MB | 54 kB | 106/414 kB Progress (4): 4.8/5.2 MB | 3.0 MB | 54 kB | 110/414 kB Progress (4): 4.8/5.2 MB | 3.0 MB | 54 kB | 114/414 kB Progress (4): 4.8/5.2 MB | 3.0 MB | 54 kB | 118/414 kB Progress (4): 4.8/5.2 MB | 3.0 MB | 54 kB | 122/414 kB Progress (5): 4.8/5.2 MB | 3.0 MB | 54 kB | 122/414 kB | 4.1/86 kB Progress (5): 4.8/5.2 MB | 3.0 MB | 54 kB | 122/414 kB | 7.8/86 kB Progress (5): 4.8/5.2 MB | 3.0 MB | 54 kB | 122/414 kB | 12/86 kB Progress (5): 4.8/5.2 MB | 3.0 MB | 54 kB | 122/414 kB | 16/86 kB Progress (5): 4.8/5.2 MB | 3.0 MB | 54 kB | 127/414 kB | 16/86 kB Progress (5): 4.8/5.2 MB | 3.0 MB | 54 kB | 131/414 kB | 16/86 kB Progress (5): 4.8/5.2 MB | 3.0 MB | 54 kB | 135/414 kB | 16/86 kB Progress (5): 4.8/5.2 MB | 3.0 MB | 54 kB | 139/414 kB | 16/86 kB Progress (5): 4.8/5.2 MB | 3.0 MB | 54 kB | 143/414 kB | 16/86 kB Progress (5): 4.8/5.2 MB | 3.0 MB | 54 kB | 147/414 kB | 16/86 kB Progress (5): 4.8/5.2 MB | 3.0 MB | 54 kB | 151/414 kB | 16/86 kB Progress (5): 4.8/5.2 MB | 3.0 MB | 54 kB | 155/414 kB | 16/86 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/net/bytebuddy/byte-buddy/1.8.15/byte-buddy-1.8.15.jar (3.0 MB at 115 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/seleniumhq/selenium/selenium-server/3.141.59/selenium-server-3.141.59.jar +Progress (4): 4.8/5.2 MB | 54 kB | 159/414 kB | 16/86 kB Progress (4): 4.8/5.2 MB | 54 kB | 163/414 kB | 16/86 kB Progress (4): 4.8/5.2 MB | 54 kB | 168/414 kB | 16/86 kB Progress (4): 4.8/5.2 MB | 54 kB | 172/414 kB | 16/86 kB Progress (4): 4.8/5.2 MB | 54 kB | 176/414 kB | 16/86 kB Progress (4): 4.8/5.2 MB | 54 kB | 180/414 kB | 16/86 kB Progress (4): 4.8/5.2 MB | 54 kB | 184/414 kB | 16/86 kB Progress (4): 4.8/5.2 MB | 54 kB | 188/414 kB | 16/86 kB Progress (4): 4.8/5.2 MB | 54 kB | 192/414 kB | 16/86 kB Progress (4): 4.8/5.2 MB | 54 kB | 196/414 kB | 16/86 kB Progress (4): 4.8/5.2 MB | 54 kB | 200/414 kB | 16/86 kB Progress (4): 4.8/5.2 MB | 54 kB | 204/414 kB | 16/86 kB Progress (4): 4.8/5.2 MB | 54 kB | 204/414 kB | 16/86 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar (54 kB at 2.1 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/seleniumhq/selenium/selenium-chrome-driver/3.141.59/selenium-chrome-driver-3.141.59.jar +Progress (3): 4.8/5.2 MB | 204/414 kB | 16/86 kB Progress (3): 4.9/5.2 MB | 204/414 kB | 16/86 kB Progress (3): 4.9/5.2 MB | 204/414 kB | 16/86 kB Progress (3): 4.9/5.2 MB | 208/414 kB | 16/86 kB Progress (3): 4.9/5.2 MB | 213/414 kB | 16/86 kB Progress (3): 4.9/5.2 MB | 217/414 kB | 16/86 kB Progress (3): 4.9/5.2 MB | 221/414 kB | 16/86 kB Progress (3): 4.9/5.2 MB | 221/414 kB | 20/86 kB Progress (3): 4.9/5.2 MB | 221/414 kB | 24/86 kB Progress (3): 4.9/5.2 MB | 221/414 kB | 28/86 kB Progress (3): 4.9/5.2 MB | 221/414 kB | 32/86 kB Progress (3): 4.9/5.2 MB | 221/414 kB | 36/86 kB Progress (3): 4.9/5.2 MB | 221/414 kB | 41/86 kB Progress (3): 4.9/5.2 MB | 221/414 kB | 45/86 kB Progress (3): 4.9/5.2 MB | 221/414 kB | 49/86 kB Progress (3): 4.9/5.2 MB | 225/414 kB | 49/86 kB Progress (3): 4.9/5.2 MB | 229/414 kB | 49/86 kB Progress (3): 4.9/5.2 MB | 233/414 kB | 49/86 kB Progress (3): 4.9/5.2 MB | 237/414 kB | 49/86 kB Progress (3): 4.9/5.2 MB | 241/414 kB | 49/86 kB Progress (3): 4.9/5.2 MB | 245/414 kB | 49/86 kB Progress (3): 4.9/5.2 MB | 249/414 kB | 49/86 kB Progress (3): 4.9/5.2 MB | 254/414 kB | 49/86 kB Progress (3): 4.9/5.2 MB | 258/414 kB | 49/86 kB Progress (3): 4.9/5.2 MB | 262/414 kB | 49/86 kB Progress (3): 4.9/5.2 MB | 266/414 kB | 49/86 kB Progress (3): 4.9/5.2 MB | 270/414 kB | 49/86 kB Progress (3): 4.9/5.2 MB | 274/414 kB | 49/86 kB Progress (3): 4.9/5.2 MB | 278/414 kB | 49/86 kB Progress (3): 4.9/5.2 MB | 282/414 kB | 49/86 kB Progress (3): 4.9/5.2 MB | 286/414 kB | 49/86 kB Progress (3): 4.9/5.2 MB | 290/414 kB | 49/86 kB Progress (3): 4.9/5.2 MB | 295/414 kB | 49/86 kB Progress (3): 4.9/5.2 MB | 299/414 kB | 49/86 kB Progress (3): 4.9/5.2 MB | 303/414 kB | 49/86 kB Progress (3): 4.9/5.2 MB | 307/414 kB | 49/86 kB Progress (3): 4.9/5.2 MB | 311/414 kB | 49/86 kB Progress (3): 4.9/5.2 MB | 315/414 kB | 49/86 kB Progress (3): 4.9/5.2 MB | 319/414 kB | 49/86 kB Progress (3): 4.9/5.2 MB | 319/414 kB | 49/86 kB Progress (3): 4.9/5.2 MB | 319/414 kB | 49/86 kB Progress (3): 4.9/5.2 MB | 319/414 kB | 53/86 kB Progress (3): 4.9/5.2 MB | 319/414 kB | 57/86 kB Progress (3): 4.9/5.2 MB | 323/414 kB | 57/86 kB Progress (3): 4.9/5.2 MB | 323/414 kB | 61/86 kB Progress (3): 4.9/5.2 MB | 327/414 kB | 61/86 kB Progress (3): 4.9/5.2 MB | 327/414 kB | 65/86 kB Progress (3): 4.9/5.2 MB | 331/414 kB | 65/86 kB Progress (3): 4.9/5.2 MB | 335/414 kB | 65/86 kB Progress (3): 4.9/5.2 MB | 335/414 kB | 69/86 kB Progress (3): 4.9/5.2 MB | 335/414 kB | 73/86 kB Progress (3): 4.9/5.2 MB | 335/414 kB | 77/86 kB Progress (3): 4.9/5.2 MB | 335/414 kB | 82/86 kB Progress (3): 4.9/5.2 MB | 335/414 kB | 86/86 kB Progress (3): 4.9/5.2 MB | 335/414 kB | 86 kB Progress (3): 4.9/5.2 MB | 340/414 kB | 86 kB Progress (3): 4.9/5.2 MB | 344/414 kB | 86 kB Progress (3): 4.9/5.2 MB | 348/414 kB | 86 kB Progress (3): 4.9/5.2 MB | 350/414 kB | 86 kB Progress (3): 5.0/5.2 MB | 350/414 kB | 86 kB Progress (3): 5.0/5.2 MB | 354/414 kB | 86 kB Progress (3): 5.0/5.2 MB | 358/414 kB | 86 kB Progress (3): 5.0/5.2 MB | 363/414 kB | 86 kB Progress (3): 5.0/5.2 MB | 367/414 kB | 86 kB Progress (3): 5.0/5.2 MB | 371/414 kB | 86 kB Progress (3): 5.0/5.2 MB | 375/414 kB | 86 kB Progress (3): 5.0/5.2 MB | 379/414 kB | 86 kB Progress (3): 5.0/5.2 MB | 383/414 kB | 86 kB Progress (3): 5.0/5.2 MB | 387/414 kB | 86 kB Progress (3): 5.0/5.2 MB | 391/414 kB | 86 kB Progress (3): 5.0/5.2 MB | 395/414 kB | 86 kB Progress (3): 5.0/5.2 MB | 399/414 kB | 86 kB Progress (3): 5.0/5.2 MB | 404/414 kB | 86 kB Progress (3): 5.0/5.2 MB | 408/414 kB | 86 kB Progress (3): 5.0/5.2 MB | 412/414 kB | 86 kB Progress (3): 5.0/5.2 MB | 414 kB | 86 kB Progress (3): 5.0/5.2 MB | 414 kB | 86 kB Progress (4): 5.0/5.2 MB | 414 kB | 86 kB | 4.1/14 kB Progress (4): 5.0/5.2 MB | 414 kB | 86 kB | 7.8/14 kB Progress (4): 5.0/5.2 MB | 414 kB | 86 kB | 12/14 kB Progress (4): 5.0/5.2 MB | 414 kB | 86 kB | 14 kB Progress (4): 5.0/5.2 MB | 414 kB | 86 kB | 14 kB Progress (4): 5.0/5.2 MB | 414 kB | 86 kB | 14 kB Progress (5): 5.0/5.2 MB | 414 kB | 86 kB | 14 kB | 4.1/645 kB Progress (5): 5.0/5.2 MB | 414 kB | 86 kB | 14 kB | 7.8/645 kB Progress (5): 5.0/5.2 MB | 414 kB | 86 kB | 14 kB | 12/645 kB Progress (5): 5.0/5.2 MB | 414 kB | 86 kB | 14 kB | 16/645 kB Progress (5): 5.0/5.2 MB | 414 kB | 86 kB | 14 kB | 20/645 kB Progress (5): 5.0/5.2 MB | 414 kB | 86 kB | 14 kB | 24/645 kB Progress (5): 5.0/5.2 MB | 414 kB | 86 kB | 14 kB | 28/645 kB Progress (5): 5.0/5.2 MB | 414 kB | 86 kB | 14 kB | 32/645 kB Progress (5): 5.1/5.2 MB | 414 kB | 86 kB | 14 kB | 32/645 kB Progress (5): 5.1/5.2 MB | 414 kB | 86 kB | 14 kB | 32/645 kB Progress (5): 5.1/5.2 MB | 414 kB | 86 kB | 14 kB | 32/645 kB Progress (5): 5.1/5.2 MB | 414 kB | 86 kB | 14 kB | 32/645 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/squareup/okio/okio/1.14.0/okio-1.14.0.jar (86 kB at 3.2 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/seleniumhq/selenium/selenium-edge-driver/3.141.59/selenium-edge-driver-3.141.59.jar +Progress (4): 5.1/5.2 MB | 414 kB | 14 kB | 36/645 kB Progress (4): 5.1/5.2 MB | 414 kB | 14 kB | 41/645 kB Progress (4): 5.1/5.2 MB | 414 kB | 14 kB | 45/645 kB Progress (4): 5.1/5.2 MB | 414 kB | 14 kB | 49/645 kB Progress (4): 5.1/5.2 MB | 414 kB | 14 kB | 53/645 kB Progress (4): 5.1/5.2 MB | 414 kB | 14 kB | 57/645 kB Progress (4): 5.1/5.2 MB | 414 kB | 14 kB | 61/645 kB Progress (4): 5.1/5.2 MB | 414 kB | 14 kB | 65/645 kB Progress (4): 5.1/5.2 MB | 414 kB | 14 kB | 69/645 kB Progress (4): 5.1/5.2 MB | 414 kB | 14 kB | 73/645 kB Progress (4): 5.1/5.2 MB | 414 kB | 14 kB | 77/645 kB Progress (4): 5.1/5.2 MB | 414 kB | 14 kB | 82/645 kB Progress (4): 5.1/5.2 MB | 414 kB | 14 kB | 86/645 kB Progress (4): 5.1/5.2 MB | 414 kB | 14 kB | 90/645 kB Progress (4): 5.1/5.2 MB | 414 kB | 14 kB | 94/645 kB Progress (4): 5.1/5.2 MB | 414 kB | 14 kB | 98/645 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/squareup/okhttp3/okhttp/3.11.0/okhttp-3.11.0.jar (414 kB at 15 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/seleniumhq/selenium/selenium-firefox-driver/3.141.59/selenium-firefox-driver-3.141.59.jar +Progress (3): 5.2/5.2 MB | 14 kB | 98/645 kB Progress (3): 5.2/5.2 MB | 14 kB | 98/645 kB Progress (3): 5.2 MB | 14 kB | 98/645 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/seleniumhq/selenium/selenium-chrome-driver/3.141.59/selenium-chrome-driver-3.141.59.jar (14 kB at 512 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/seleniumhq/selenium/selenium-ie-driver/3.141.59/selenium-ie-driver-3.141.59.jar +Progress (2): 5.2 MB | 102/645 kB Progress (2): 5.2 MB | 106/645 kB Progress (2): 5.2 MB | 110/645 kB Progress (2): 5.2 MB | 114/645 kB Progress (2): 5.2 MB | 118/645 kB Progress (2): 5.2 MB | 122/645 kB Progress (2): 5.2 MB | 127/645 kB Progress (2): 5.2 MB | 131/645 kB Progress (2): 5.2 MB | 135/645 kB Progress (2): 5.2 MB | 139/645 kB Progress (2): 5.2 MB | 143/645 kB Progress (2): 5.2 MB | 147/645 kB Progress (2): 5.2 MB | 151/645 kB Progress (2): 5.2 MB | 155/645 kB Progress (2): 5.2 MB | 159/645 kB Progress (2): 5.2 MB | 163/645 kB Progress (2): 5.2 MB | 168/645 kB Progress (2): 5.2 MB | 172/645 kB Progress (2): 5.2 MB | 176/645 kB Progress (2): 5.2 MB | 180/645 kB Progress (2): 5.2 MB | 184/645 kB Progress (2): 5.2 MB | 188/645 kB Progress (2): 5.2 MB | 192/645 kB Progress (2): 5.2 MB | 196/645 kB Progress (2): 5.2 MB | 200/645 kB Progress (2): 5.2 MB | 204/645 kB Progress (2): 5.2 MB | 208/645 kB Progress (2): 5.2 MB | 213/645 kB Progress (2): 5.2 MB | 217/645 kB Progress (2): 5.2 MB | 221/645 kB Progress (2): 5.2 MB | 225/645 kB Progress (2): 5.2 MB | 229/645 kB Progress (2): 5.2 MB | 233/645 kB Progress (2): 5.2 MB | 237/645 kB Progress (2): 5.2 MB | 241/645 kB Progress (2): 5.2 MB | 245/645 kB Progress (2): 5.2 MB | 249/645 kB Progress (2): 5.2 MB | 254/645 kB Progress (2): 5.2 MB | 258/645 kB Progress (2): 5.2 MB | 262/645 kB Progress (2): 5.2 MB | 266/645 kB Progress (2): 5.2 MB | 270/645 kB Progress (2): 5.2 MB | 274/645 kB Progress (2): 5.2 MB | 278/645 kB Progress (2): 5.2 MB | 282/645 kB Progress (2): 5.2 MB | 286/645 kB Progress (2): 5.2 MB | 290/645 kB Progress (2): 5.2 MB | 295/645 kB Progress (2): 5.2 MB | 299/645 kB Progress (2): 5.2 MB | 303/645 kB Progress (2): 5.2 MB | 307/645 kB Progress (2): 5.2 MB | 311/645 kB Progress (2): 5.2 MB | 315/645 kB Progress (2): 5.2 MB | 319/645 kB Progress (2): 5.2 MB | 323/645 kB Progress (2): 5.2 MB | 327/645 kB Progress (2): 5.2 MB | 331/645 kB Progress (2): 5.2 MB | 335/645 kB Progress (2): 5.2 MB | 340/645 kB Progress (2): 5.2 MB | 344/645 kB Progress (2): 5.2 MB | 348/645 kB Progress (2): 5.2 MB | 352/645 kB Progress (2): 5.2 MB | 356/645 kB Progress (2): 5.2 MB | 360/645 kB Progress (2): 5.2 MB | 364/645 kB Progress (3): 5.2 MB | 364/645 kB | 4.1/8.0 kB Progress (3): 5.2 MB | 364/645 kB | 7.8/8.0 kB Progress (3): 5.2 MB | 364/645 kB | 8.0 kB Progress (4): 5.2 MB | 364/645 kB | 8.0 kB | 4.1/810 kB Progress (4): 5.2 MB | 364/645 kB | 8.0 kB | 7.8/810 kB Progress (4): 5.2 MB | 364/645 kB | 8.0 kB | 12/810 kB Progress (4): 5.2 MB | 364/645 kB | 8.0 kB | 16/810 kB Progress (4): 5.2 MB | 364/645 kB | 8.0 kB | 20/810 kB Progress (4): 5.2 MB | 364/645 kB | 8.0 kB | 24/810 kB Progress (4): 5.2 MB | 364/645 kB | 8.0 kB | 28/810 kB Progress (4): 5.2 MB | 364/645 kB | 8.0 kB | 32/810 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/xerial/sqlite-jdbc/3.8.11.1/sqlite-jdbc-3.8.11.1.jar (5.2 MB at 191 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/seleniumhq/selenium/selenium-opera-driver/3.141.59/selenium-opera-driver-3.141.59.jar +Progress (3): 368/645 kB | 8.0 kB | 32/810 kB Progress (3): 372/645 kB | 8.0 kB | 32/810 kB Progress (3): 376/645 kB | 8.0 kB | 32/810 kB Progress (3): 381/645 kB | 8.0 kB | 32/810 kB Progress (3): 385/645 kB | 8.0 kB | 32/810 kB Progress (3): 389/645 kB | 8.0 kB | 32/810 kB Progress (3): 393/645 kB | 8.0 kB | 32/810 kB Progress (3): 397/645 kB | 8.0 kB | 32/810 kB Progress (3): 401/645 kB | 8.0 kB | 32/810 kB Progress (3): 405/645 kB | 8.0 kB | 32/810 kB Progress (3): 409/645 kB | 8.0 kB | 32/810 kB Progress (3): 413/645 kB | 8.0 kB | 32/810 kB Progress (3): 417/645 kB | 8.0 kB | 32/810 kB Progress (3): 421/645 kB | 8.0 kB | 32/810 kB Progress (3): 426/645 kB | 8.0 kB | 32/810 kB Progress (3): 430/645 kB | 8.0 kB | 32/810 kB Progress (3): 434/645 kB | 8.0 kB | 32/810 kB Progress (3): 438/645 kB | 8.0 kB | 32/810 kB Progress (3): 442/645 kB | 8.0 kB | 32/810 kB Progress (3): 446/645 kB | 8.0 kB | 32/810 kB Progress (3): 450/645 kB | 8.0 kB | 32/810 kB Progress (3): 454/645 kB | 8.0 kB | 32/810 kB Progress (3): 458/645 kB | 8.0 kB | 32/810 kB Progress (3): 462/645 kB | 8.0 kB | 32/810 kB Progress (3): 467/645 kB | 8.0 kB | 32/810 kB Progress (3): 471/645 kB | 8.0 kB | 32/810 kB Progress (3): 475/645 kB | 8.0 kB | 32/810 kB Progress (3): 479/645 kB | 8.0 kB | 32/810 kB Progress (3): 483/645 kB | 8.0 kB | 32/810 kB Progress (3): 487/645 kB | 8.0 kB | 32/810 kB Progress (3): 491/645 kB | 8.0 kB | 32/810 kB Progress (3): 495/645 kB | 8.0 kB | 32/810 kB Progress (3): 499/645 kB | 8.0 kB | 32/810 kB Progress (3): 503/645 kB | 8.0 kB | 32/810 kB Progress (3): 508/645 kB | 8.0 kB | 32/810 kB Progress (3): 512/645 kB | 8.0 kB | 32/810 kB Progress (3): 516/645 kB | 8.0 kB | 32/810 kB Progress (3): 520/645 kB | 8.0 kB | 32/810 kB Progress (3): 524/645 kB | 8.0 kB | 32/810 kB Progress (3): 528/645 kB | 8.0 kB | 32/810 kB Progress (3): 528/645 kB | 8.0 kB | 36/810 kB Progress (3): 528/645 kB | 8.0 kB | 41/810 kB Progress (3): 528/645 kB | 8.0 kB | 45/810 kB Progress (3): 528/645 kB | 8.0 kB | 49/810 kB Progress (3): 528/645 kB | 8.0 kB | 53/810 kB Progress (3): 528/645 kB | 8.0 kB | 57/810 kB Progress (3): 528/645 kB | 8.0 kB | 61/810 kB Progress (3): 528/645 kB | 8.0 kB | 65/810 kB Progress (3): 528/645 kB | 8.0 kB | 69/810 kB Progress (3): 528/645 kB | 8.0 kB | 73/810 kB Progress (3): 528/645 kB | 8.0 kB | 77/810 kB Progress (3): 528/645 kB | 8.0 kB | 82/810 kB Progress (3): 528/645 kB | 8.0 kB | 86/810 kB Progress (3): 528/645 kB | 8.0 kB | 90/810 kB Progress (3): 528/645 kB | 8.0 kB | 94/810 kB Progress (3): 528/645 kB | 8.0 kB | 98/810 kB Progress (4): 528/645 kB | 8.0 kB | 98/810 kB | 4.1/17 kB Progress (4): 528/645 kB | 8.0 kB | 98/810 kB | 7.8/17 kB Progress (4): 528/645 kB | 8.0 kB | 98/810 kB | 12/17 kB Progress (4): 528/645 kB | 8.0 kB | 98/810 kB | 16/17 kB Progress (4): 528/645 kB | 8.0 kB | 98/810 kB | 17 kB Progress (4): 532/645 kB | 8.0 kB | 98/810 kB | 17 kB Progress (4): 536/645 kB | 8.0 kB | 98/810 kB | 17 kB Progress (4): 540/645 kB | 8.0 kB | 98/810 kB | 17 kB Progress (4): 544/645 kB | 8.0 kB | 98/810 kB | 17 kB Progress (4): 548/645 kB | 8.0 kB | 98/810 kB | 17 kB Progress (4): 553/645 kB | 8.0 kB | 98/810 kB | 17 kB Progress (4): 557/645 kB | 8.0 kB | 98/810 kB | 17 kB Progress (4): 561/645 kB | 8.0 kB | 98/810 kB | 17 kB Progress (4): 565/645 kB | 8.0 kB | 98/810 kB | 17 kB Progress (4): 569/645 kB | 8.0 kB | 98/810 kB | 17 kB Progress (4): 573/645 kB | 8.0 kB | 98/810 kB | 17 kB Progress (4): 577/645 kB | 8.0 kB | 98/810 kB | 17 kB Progress (4): 581/645 kB | 8.0 kB | 98/810 kB | 17 kB Progress (4): 583/645 kB | 8.0 kB | 98/810 kB | 17 kB Progress (4): 587/645 kB | 8.0 kB | 98/810 kB | 17 kB Progress (4): 592/645 kB | 8.0 kB | 98/810 kB | 17 kB Progress (4): 596/645 kB | 8.0 kB | 98/810 kB | 17 kB Progress (4): 600/645 kB | 8.0 kB | 98/810 kB | 17 kB Progress (4): 604/645 kB | 8.0 kB | 98/810 kB | 17 kB Progress (4): 608/645 kB | 8.0 kB | 98/810 kB | 17 kB Progress (4): 612/645 kB | 8.0 kB | 98/810 kB | 17 kB Progress (4): 616/645 kB | 8.0 kB | 98/810 kB | 17 kB Progress (4): 620/645 kB | 8.0 kB | 98/810 kB | 17 kB Progress (4): 624/645 kB | 8.0 kB | 98/810 kB | 17 kB Progress (4): 628/645 kB | 8.0 kB | 98/810 kB | 17 kB Progress (4): 632/645 kB | 8.0 kB | 98/810 kB | 17 kB Progress (4): 637/645 kB | 8.0 kB | 98/810 kB | 17 kB Progress (4): 641/645 kB | 8.0 kB | 98/810 kB | 17 kB Progress (4): 645 kB | 8.0 kB | 98/810 kB | 17 kB Progress (4): 645 kB | 8.0 kB | 102/810 kB | 17 kB Progress (4): 645 kB | 8.0 kB | 106/810 kB | 17 kB Progress (4): 645 kB | 8.0 kB | 110/810 kB | 17 kB Progress (4): 645 kB | 8.0 kB | 114/810 kB | 17 kB Progress (4): 645 kB | 8.0 kB | 118/810 kB | 17 kB Progress (4): 645 kB | 8.0 kB | 122/810 kB | 17 kB Progress (4): 645 kB | 8.0 kB | 127/810 kB | 17 kB Progress (4): 645 kB | 8.0 kB | 131/810 kB | 17 kB Progress (4): 645 kB | 8.0 kB | 135/810 kB | 17 kB Progress (4): 645 kB | 8.0 kB | 139/810 kB | 17 kB Progress (4): 645 kB | 8.0 kB | 143/810 kB | 17 kB Progress (4): 645 kB | 8.0 kB | 147/810 kB | 17 kB Progress (4): 645 kB | 8.0 kB | 151/810 kB | 17 kB Progress (4): 645 kB | 8.0 kB | 155/810 kB | 17 kB Progress (4): 645 kB | 8.0 kB | 159/810 kB | 17 kB Progress (4): 645 kB | 8.0 kB | 163/810 kB | 17 kB Progress (4): 645 kB | 8.0 kB | 168/810 kB | 17 kB Progress (4): 645 kB | 8.0 kB | 172/810 kB | 17 kB Progress (4): 645 kB | 8.0 kB | 176/810 kB | 17 kB Progress (4): 645 kB | 8.0 kB | 180/810 kB | 17 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/seleniumhq/selenium/selenium-edge-driver/3.141.59/selenium-edge-driver-3.141.59.jar (8.0 kB at 290 B/s) +Progress (4): 645 kB | 180/810 kB | 17 kB | 4.1/11 kB Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/seleniumhq/selenium/selenium-safari-driver/3.141.59/selenium-safari-driver-3.141.59.jar +Progress (4): 645 kB | 180/810 kB | 17 kB | 7.8/11 kB Progress (4): 645 kB | 180/810 kB | 17 kB | 11 kB Progress (4): 645 kB | 184/810 kB | 17 kB | 11 kB Progress (4): 645 kB | 188/810 kB | 17 kB | 11 kB Progress (4): 645 kB | 192/810 kB | 17 kB | 11 kB Progress (4): 645 kB | 196/810 kB | 17 kB | 11 kB Progress (4): 645 kB | 200/810 kB | 17 kB | 11 kB Progress (4): 645 kB | 204/810 kB | 17 kB | 11 kB Progress (4): 645 kB | 208/810 kB | 17 kB | 11 kB Progress (4): 645 kB | 213/810 kB | 17 kB | 11 kB Progress (4): 645 kB | 217/810 kB | 17 kB | 11 kB Progress (4): 645 kB | 221/810 kB | 17 kB | 11 kB Progress (4): 645 kB | 225/810 kB | 17 kB | 11 kB Progress (4): 645 kB | 229/810 kB | 17 kB | 11 kB Progress (4): 645 kB | 233/810 kB | 17 kB | 11 kB Progress (4): 645 kB | 237/810 kB | 17 kB | 11 kB Progress (4): 645 kB | 241/810 kB | 17 kB | 11 kB Progress (4): 645 kB | 245/810 kB | 17 kB | 11 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/seleniumhq/selenium/selenium-ie-driver/3.141.59/selenium-ie-driver-3.141.59.jar (17 kB at 618 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/seleniumhq/selenium/selenium-support/3.141.59/selenium-support-3.141.59.jar +Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/seleniumhq/selenium/selenium-server/3.141.59/selenium-server-3.141.59.jar (645 kB at 23 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.jar +Progress (2): 249/810 kB | 11 kB Progress (2): 254/810 kB | 11 kB Progress (2): 258/810 kB | 11 kB Progress (2): 262/810 kB | 11 kB Progress (2): 266/810 kB | 11 kB Progress (2): 270/810 kB | 11 kB Progress (2): 274/810 kB | 11 kB Progress (2): 278/810 kB | 11 kB Progress (2): 282/810 kB | 11 kB Progress (2): 286/810 kB | 11 kB Progress (2): 290/810 kB | 11 kB Progress (2): 295/810 kB | 11 kB Progress (2): 299/810 kB | 11 kB Progress (2): 303/810 kB | 11 kB Progress (2): 307/810 kB | 11 kB Progress (2): 311/810 kB | 11 kB Progress (2): 315/810 kB | 11 kB Progress (2): 319/810 kB | 11 kB Progress (2): 323/810 kB | 11 kB Progress (2): 327/810 kB | 11 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/seleniumhq/selenium/selenium-opera-driver/3.141.59/selenium-opera-driver-3.141.59.jar (11 kB at 384 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/seleniumhq/selenium/jetty-repacked/9.4.12.v20180830/jetty-repacked-9.4.12.v20180830.jar +Progress (2): 327/810 kB | 4.1/16 kB Progress (2): 327/810 kB | 7.8/16 kB Progress (2): 331/810 kB | 7.8/16 kB Progress (2): 335/810 kB | 7.8/16 kB Progress (2): 340/810 kB | 7.8/16 kB Progress (2): 344/810 kB | 7.8/16 kB Progress (2): 348/810 kB | 7.8/16 kB Progress (2): 352/810 kB | 7.8/16 kB Progress (2): 356/810 kB | 7.8/16 kB Progress (2): 360/810 kB | 7.8/16 kB Progress (2): 364/810 kB | 7.8/16 kB Progress (2): 368/810 kB | 7.8/16 kB Progress (2): 372/810 kB | 7.8/16 kB Progress (2): 376/810 kB | 7.8/16 kB Progress (2): 381/810 kB | 7.8/16 kB Progress (2): 385/810 kB | 7.8/16 kB Progress (2): 389/810 kB | 7.8/16 kB Progress (2): 393/810 kB | 7.8/16 kB Progress (2): 397/810 kB | 7.8/16 kB Progress (2): 401/810 kB | 7.8/16 kB Progress (2): 405/810 kB | 7.8/16 kB Progress (2): 409/810 kB | 7.8/16 kB Progress (3): 409/810 kB | 7.8/16 kB | 4.1/151 kB Progress (3): 409/810 kB | 7.8/16 kB | 7.8/151 kB Progress (3): 409/810 kB | 7.8/16 kB | 12/151 kB Progress (3): 409/810 kB | 7.8/16 kB | 16/151 kB Progress (3): 409/810 kB | 12/16 kB | 16/151 kB Progress (3): 409/810 kB | 12/16 kB | 20/151 kB Progress (3): 409/810 kB | 16 kB | 20/151 kB Progress (3): 409/810 kB | 16 kB | 24/151 kB Progress (3): 413/810 kB | 16 kB | 24/151 kB Progress (3): 417/810 kB | 16 kB | 24/151 kB Progress (3): 421/810 kB | 16 kB | 24/151 kB Progress (3): 426/810 kB | 16 kB | 24/151 kB Progress (4): 426/810 kB | 16 kB | 24/151 kB | 2.3 kB Progress (4): 430/810 kB | 16 kB | 24/151 kB | 2.3 kB Progress (4): 434/810 kB | 16 kB | 24/151 kB | 2.3 kB Progress (4): 438/810 kB | 16 kB | 24/151 kB | 2.3 kB Progress (4): 442/810 kB | 16 kB | 24/151 kB | 2.3 kB Progress (4): 446/810 kB | 16 kB | 24/151 kB | 2.3 kB Progress (4): 450/810 kB | 16 kB | 24/151 kB | 2.3 kB Progress (4): 454/810 kB | 16 kB | 24/151 kB | 2.3 kB Progress (4): 458/810 kB | 16 kB | 24/151 kB | 2.3 kB Progress (4): 462/810 kB | 16 kB | 24/151 kB | 2.3 kB Progress (4): 467/810 kB | 16 kB | 24/151 kB | 2.3 kB Progress (4): 471/810 kB | 16 kB | 24/151 kB | 2.3 kB Progress (4): 475/810 kB | 16 kB | 24/151 kB | 2.3 kB Progress (4): 479/810 kB | 16 kB | 24/151 kB | 2.3 kB Progress (4): 483/810 kB | 16 kB | 24/151 kB | 2.3 kB Progress (4): 487/810 kB | 16 kB | 24/151 kB | 2.3 kB Progress (4): 491/810 kB | 16 kB | 24/151 kB | 2.3 kB Progress (4): 491/810 kB | 16 kB | 28/151 kB | 2.3 kB Progress (4): 491/810 kB | 16 kB | 32/151 kB | 2.3 kB Progress (4): 491/810 kB | 16 kB | 36/151 kB | 2.3 kB Progress (4): 491/810 kB | 16 kB | 41/151 kB | 2.3 kB Progress (4): 491/810 kB | 16 kB | 45/151 kB | 2.3 kB Progress (4): 491/810 kB | 16 kB | 49/151 kB | 2.3 kB Progress (4): 491/810 kB | 16 kB | 53/151 kB | 2.3 kB Progress (4): 491/810 kB | 16 kB | 57/151 kB | 2.3 kB Progress (4): 491/810 kB | 16 kB | 61/151 kB | 2.3 kB Progress (4): 491/810 kB | 16 kB | 65/151 kB | 2.3 kB Progress (4): 491/810 kB | 16 kB | 69/151 kB | 2.3 kB Progress (4): 491/810 kB | 16 kB | 73/151 kB | 2.3 kB Progress (4): 495/810 kB | 16 kB | 73/151 kB | 2.3 kB Progress (4): 499/810 kB | 16 kB | 73/151 kB | 2.3 kB Progress (4): 503/810 kB | 16 kB | 73/151 kB | 2.3 kB Progress (4): 508/810 kB | 16 kB | 73/151 kB | 2.3 kB Progress (5): 508/810 kB | 16 kB | 73/151 kB | 2.3 kB | 0/1.7 MB Progress (5): 508/810 kB | 16 kB | 73/151 kB | 2.3 kB | 0/1.7 MB Progress (5): 512/810 kB | 16 kB | 73/151 kB | 2.3 kB | 0/1.7 MB Progress (5): 516/810 kB | 16 kB | 73/151 kB | 2.3 kB | 0/1.7 MB Progress (5): 520/810 kB | 16 kB | 73/151 kB | 2.3 kB | 0/1.7 MB Progress (5): 524/810 kB | 16 kB | 73/151 kB | 2.3 kB | 0/1.7 MB Progress (5): 528/810 kB | 16 kB | 73/151 kB | 2.3 kB | 0/1.7 MB Progress (5): 532/810 kB | 16 kB | 73/151 kB | 2.3 kB | 0/1.7 MB Progress (5): 536/810 kB | 16 kB | 73/151 kB | 2.3 kB | 0/1.7 MB Progress (5): 540/810 kB | 16 kB | 73/151 kB | 2.3 kB | 0/1.7 MB Progress (5): 544/810 kB | 16 kB | 73/151 kB | 2.3 kB | 0/1.7 MB Progress (5): 548/810 kB | 16 kB | 73/151 kB | 2.3 kB | 0/1.7 MB Progress (5): 553/810 kB | 16 kB | 73/151 kB | 2.3 kB | 0/1.7 MB Progress (5): 557/810 kB | 16 kB | 73/151 kB | 2.3 kB | 0/1.7 MB Progress (5): 561/810 kB | 16 kB | 73/151 kB | 2.3 kB | 0/1.7 MB Progress (5): 565/810 kB | 16 kB | 73/151 kB | 2.3 kB | 0/1.7 MB Progress (5): 569/810 kB | 16 kB | 73/151 kB | 2.3 kB | 0/1.7 MB Progress (5): 573/810 kB | 16 kB | 73/151 kB | 2.3 kB | 0/1.7 MB Progress (5): 573/810 kB | 16 kB | 77/151 kB | 2.3 kB | 0/1.7 MB Progress (5): 573/810 kB | 16 kB | 82/151 kB | 2.3 kB | 0/1.7 MB Progress (5): 573/810 kB | 16 kB | 86/151 kB | 2.3 kB | 0/1.7 MB Progress (5): 573/810 kB | 16 kB | 90/151 kB | 2.3 kB | 0/1.7 MB Progress (5): 573/810 kB | 16 kB | 94/151 kB | 2.3 kB | 0/1.7 MB Progress (5): 573/810 kB | 16 kB | 98/151 kB | 2.3 kB | 0/1.7 MB Progress (5): 573/810 kB | 16 kB | 102/151 kB | 2.3 kB | 0/1.7 MB Progress (5): 573/810 kB | 16 kB | 106/151 kB | 2.3 kB | 0/1.7 MB Progress (5): 573/810 kB | 16 kB | 110/151 kB | 2.3 kB | 0/1.7 MB Progress (5): 573/810 kB | 16 kB | 114/151 kB | 2.3 kB | 0/1.7 MB Progress (5): 573/810 kB | 16 kB | 114/151 kB | 2.3 kB | 0/1.7 MB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/seleniumhq/selenium/selenium-safari-driver/3.141.59/selenium-safari-driver-3.141.59.jar (16 kB at 555 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar +Progress (4): 573/810 kB | 114/151 kB | 2.3 kB | 0/1.7 MB Progress (4): 573/810 kB | 114/151 kB | 2.3 kB | 0/1.7 MB Progress (4): 573/810 kB | 114/151 kB | 2.3 kB | 0.1/1.7 MB Progress (4): 577/810 kB | 114/151 kB | 2.3 kB | 0.1/1.7 MB Progress (4): 577/810 kB | 114/151 kB | 2.3 kB | 0.1/1.7 MB Progress (4): 581/810 kB | 114/151 kB | 2.3 kB | 0.1/1.7 MB Progress (4): 585/810 kB | 114/151 kB | 2.3 kB | 0.1/1.7 MB Progress (4): 589/810 kB | 114/151 kB | 2.3 kB | 0.1/1.7 MB Progress (4): 594/810 kB | 114/151 kB | 2.3 kB | 0.1/1.7 MB Progress (4): 598/810 kB | 114/151 kB | 2.3 kB | 0.1/1.7 MB Progress (4): 602/810 kB | 114/151 kB | 2.3 kB | 0.1/1.7 MB Progress (4): 606/810 kB | 114/151 kB | 2.3 kB | 0.1/1.7 MB Progress (4): 610/810 kB | 114/151 kB | 2.3 kB | 0.1/1.7 MB Progress (4): 614/810 kB | 114/151 kB | 2.3 kB | 0.1/1.7 MB Progress (4): 618/810 kB | 114/151 kB | 2.3 kB | 0.1/1.7 MB Progress (4): 622/810 kB | 114/151 kB | 2.3 kB | 0.1/1.7 MB Progress (4): 626/810 kB | 114/151 kB | 2.3 kB | 0.1/1.7 MB Progress (4): 630/810 kB | 114/151 kB | 2.3 kB | 0.1/1.7 MB Progress (4): 634/810 kB | 114/151 kB | 2.3 kB | 0.1/1.7 MB Progress (4): 639/810 kB | 114/151 kB | 2.3 kB | 0.1/1.7 MB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.jar (2.3 kB at 78 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/yaml/snakeyaml/1.19/snakeyaml-1.19.jar +Progress (3): 643/810 kB | 114/151 kB | 0.1/1.7 MB Progress (3): 647/810 kB | 114/151 kB | 0.1/1.7 MB Progress (3): 651/810 kB | 114/151 kB | 0.1/1.7 MB Progress (3): 655/810 kB | 114/151 kB | 0.1/1.7 MB Progress (3): 655/810 kB | 118/151 kB | 0.1/1.7 MB Progress (3): 655/810 kB | 122/151 kB | 0.1/1.7 MB Progress (3): 655/810 kB | 127/151 kB | 0.1/1.7 MB Progress (3): 655/810 kB | 131/151 kB | 0.1/1.7 MB Progress (3): 655/810 kB | 135/151 kB | 0.1/1.7 MB Progress (3): 655/810 kB | 139/151 kB | 0.1/1.7 MB Progress (3): 655/810 kB | 143/151 kB | 0.1/1.7 MB Progress (3): 655/810 kB | 147/151 kB | 0.1/1.7 MB Progress (3): 655/810 kB | 151 kB | 0.1/1.7 MB Progress (3): 655/810 kB | 151 kB | 0.1/1.7 MB Progress (3): 655/810 kB | 151 kB | 0.1/1.7 MB Progress (3): 655/810 kB | 151 kB | 0.1/1.7 MB Progress (3): 655/810 kB | 151 kB | 0.1/1.7 MB Progress (3): 655/810 kB | 151 kB | 0.1/1.7 MB Progress (3): 655/810 kB | 151 kB | 0.1/1.7 MB Progress (3): 659/810 kB | 151 kB | 0.1/1.7 MB Progress (3): 663/810 kB | 151 kB | 0.1/1.7 MB Progress (3): 667/810 kB | 151 kB | 0.1/1.7 MB Progress (3): 671/810 kB | 151 kB | 0.1/1.7 MB Progress (3): 675/810 kB | 151 kB | 0.1/1.7 MB Progress (3): 680/810 kB | 151 kB | 0.1/1.7 MB Progress (3): 684/810 kB | 151 kB | 0.1/1.7 MB Progress (3): 688/810 kB | 151 kB | 0.1/1.7 MB Progress (3): 692/810 kB | 151 kB | 0.1/1.7 MB Progress (3): 696/810 kB | 151 kB | 0.1/1.7 MB Progress (3): 700/810 kB | 151 kB | 0.1/1.7 MB Progress (3): 704/810 kB | 151 kB | 0.1/1.7 MB Progress (3): 708/810 kB | 151 kB | 0.1/1.7 MB Progress (3): 712/810 kB | 151 kB | 0.1/1.7 MB Progress (3): 716/810 kB | 151 kB | 0.1/1.7 MB Progress (3): 720/810 kB | 151 kB | 0.1/1.7 MB Progress (3): 725/810 kB | 151 kB | 0.1/1.7 MB Progress (3): 729/810 kB | 151 kB | 0.1/1.7 MB Progress (3): 733/810 kB | 151 kB | 0.1/1.7 MB Progress (3): 737/810 kB | 151 kB | 0.1/1.7 MB Progress (3): 737/810 kB | 151 kB | 0.1/1.7 MB Progress (3): 737/810 kB | 151 kB | 0.1/1.7 MB Progress (3): 737/810 kB | 151 kB | 0.1/1.7 MB Progress (3): 737/810 kB | 151 kB | 0.1/1.7 MB Progress (3): 741/810 kB | 151 kB | 0.1/1.7 MB Progress (3): 745/810 kB | 151 kB | 0.1/1.7 MB Progress (3): 749/810 kB | 151 kB | 0.1/1.7 MB Progress (3): 753/810 kB | 151 kB | 0.1/1.7 MB Progress (3): 757/810 kB | 151 kB | 0.1/1.7 MB Progress (3): 761/810 kB | 151 kB | 0.1/1.7 MB Progress (3): 766/810 kB | 151 kB | 0.1/1.7 MB Progress (3): 770/810 kB | 151 kB | 0.1/1.7 MB Progress (4): 770/810 kB | 151 kB | 0.1/1.7 MB | 4.1/96 kB Progress (4): 770/810 kB | 151 kB | 0.1/1.7 MB | 7.8/96 kB Progress (4): 770/810 kB | 151 kB | 0.1/1.7 MB | 12/96 kB Progress (4): 770/810 kB | 151 kB | 0.1/1.7 MB | 16/96 kB Progress (4): 770/810 kB | 151 kB | 0.1/1.7 MB | 20/96 kB Progress (4): 770/810 kB | 151 kB | 0.1/1.7 MB | 24/96 kB Progress (4): 770/810 kB | 151 kB | 0.1/1.7 MB | 28/96 kB Progress (4): 770/810 kB | 151 kB | 0.1/1.7 MB | 32/96 kB Progress (4): 770/810 kB | 151 kB | 0.1/1.7 MB | 36/96 kB Progress (4): 770/810 kB | 151 kB | 0.1/1.7 MB | 41/96 kB Progress (4): 774/810 kB | 151 kB | 0.1/1.7 MB | 41/96 kB Progress (4): 778/810 kB | 151 kB | 0.1/1.7 MB | 41/96 kB Progress (4): 782/810 kB | 151 kB | 0.1/1.7 MB | 41/96 kB Progress (4): 786/810 kB | 151 kB | 0.1/1.7 MB | 41/96 kB Progress (4): 790/810 kB | 151 kB | 0.1/1.7 MB | 41/96 kB Progress (4): 794/810 kB | 151 kB | 0.1/1.7 MB | 41/96 kB Progress (4): 798/810 kB | 151 kB | 0.1/1.7 MB | 41/96 kB Progress (4): 802/810 kB | 151 kB | 0.1/1.7 MB | 41/96 kB Progress (4): 807/810 kB | 151 kB | 0.1/1.7 MB | 41/96 kB Progress (4): 810 kB | 151 kB | 0.1/1.7 MB | 41/96 kB Progress (4): 810 kB | 151 kB | 0.2/1.7 MB | 41/96 kB Progress (4): 810 kB | 151 kB | 0.2/1.7 MB | 41/96 kB Progress (5): 810 kB | 151 kB | 0.2/1.7 MB | 41/96 kB | 4.1/298 kB Progress (5): 810 kB | 151 kB | 0.2/1.7 MB | 41/96 kB | 7.8/298 kB Progress (5): 810 kB | 151 kB | 0.2/1.7 MB | 41/96 kB | 12/298 kB Progress (5): 810 kB | 151 kB | 0.2/1.7 MB | 41/96 kB | 16/298 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/seleniumhq/selenium/selenium-support/3.141.59/selenium-support-3.141.59.jar (151 kB at 5.2 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/seleniumhq/selenium/selenium-java/3.141.59/selenium-java-3.141.59.jar +Progress (4): 810 kB | 0.2/1.7 MB | 41/96 kB | 16/298 kB Progress (4): 810 kB | 0.2/1.7 MB | 41/96 kB | 16/298 kB Progress (4): 810 kB | 0.2/1.7 MB | 41/96 kB | 16/298 kB Progress (4): 810 kB | 0.2/1.7 MB | 41/96 kB | 16/298 kB Progress (4): 810 kB | 0.2/1.7 MB | 45/96 kB | 16/298 kB Progress (4): 810 kB | 0.2/1.7 MB | 49/96 kB | 16/298 kB Progress (4): 810 kB | 0.2/1.7 MB | 53/96 kB | 16/298 kB Progress (4): 810 kB | 0.2/1.7 MB | 57/96 kB | 16/298 kB Progress (4): 810 kB | 0.2/1.7 MB | 61/96 kB | 16/298 kB Progress (4): 810 kB | 0.2/1.7 MB | 65/96 kB | 16/298 kB Progress (4): 810 kB | 0.2/1.7 MB | 69/96 kB | 16/298 kB Progress (4): 810 kB | 0.2/1.7 MB | 73/96 kB | 16/298 kB Progress (4): 810 kB | 0.2/1.7 MB | 77/96 kB | 16/298 kB Progress (4): 810 kB | 0.2/1.7 MB | 82/96 kB | 16/298 kB Progress (4): 810 kB | 0.2/1.7 MB | 86/96 kB | 16/298 kB Progress (4): 810 kB | 0.2/1.7 MB | 90/96 kB | 16/298 kB Progress (4): 810 kB | 0.2/1.7 MB | 94/96 kB | 16/298 kB Progress (4): 810 kB | 0.2/1.7 MB | 96 kB | 16/298 kB Progress (4): 810 kB | 0.2/1.7 MB | 96 kB | 20/298 kB Progress (4): 810 kB | 0.2/1.7 MB | 96 kB | 24/298 kB Progress (4): 810 kB | 0.2/1.7 MB | 96 kB | 24/298 kB Progress (4): 810 kB | 0.2/1.7 MB | 96 kB | 24/298 kB Progress (4): 810 kB | 0.2/1.7 MB | 96 kB | 28/298 kB Progress (4): 810 kB | 0.2/1.7 MB | 96 kB | 32/298 kB Progress (4): 810 kB | 0.2/1.7 MB | 96 kB | 36/298 kB Progress (4): 810 kB | 0.2/1.7 MB | 96 kB | 41/298 kB Progress (4): 810 kB | 0.2/1.7 MB | 96 kB | 45/298 kB Progress (4): 810 kB | 0.2/1.7 MB | 96 kB | 49/298 kB Progress (4): 810 kB | 0.2/1.7 MB | 96 kB | 53/298 kB Progress (4): 810 kB | 0.2/1.7 MB | 96 kB | 57/298 kB Progress (4): 810 kB | 0.2/1.7 MB | 96 kB | 57/298 kB Progress (4): 810 kB | 0.2/1.7 MB | 96 kB | 57/298 kB Progress (4): 810 kB | 0.2/1.7 MB | 96 kB | 57/298 kB Progress (4): 810 kB | 0.2/1.7 MB | 96 kB | 57/298 kB Progress (4): 810 kB | 0.2/1.7 MB | 96 kB | 61/298 kB Progress (4): 810 kB | 0.2/1.7 MB | 96 kB | 65/298 kB Progress (4): 810 kB | 0.2/1.7 MB | 96 kB | 69/298 kB Progress (4): 810 kB | 0.2/1.7 MB | 96 kB | 73/298 kB Progress (4): 810 kB | 0.2/1.7 MB | 96 kB | 77/298 kB Progress (4): 810 kB | 0.2/1.7 MB | 96 kB | 82/298 kB Progress (4): 810 kB | 0.2/1.7 MB | 96 kB | 86/298 kB Progress (4): 810 kB | 0.2/1.7 MB | 96 kB | 90/298 kB Progress (4): 810 kB | 0.2/1.7 MB | 96 kB | 94/298 kB Progress (4): 810 kB | 0.2/1.7 MB | 96 kB | 98/298 kB Progress (4): 810 kB | 0.2/1.7 MB | 96 kB | 102/298 kB Progress (4): 810 kB | 0.2/1.7 MB | 96 kB | 106/298 kB Progress (4): 810 kB | 0.2/1.7 MB | 96 kB | 110/298 kB Progress (4): 810 kB | 0.2/1.7 MB | 96 kB | 114/298 kB Progress (4): 810 kB | 0.2/1.7 MB | 96 kB | 118/298 kB Progress (4): 810 kB | 0.2/1.7 MB | 96 kB | 122/298 kB Progress (4): 810 kB | 0.2/1.7 MB | 96 kB | 127/298 kB Progress (4): 810 kB | 0.2/1.7 MB | 96 kB | 131/298 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/seleniumhq/selenium/selenium-firefox-driver/3.141.59/selenium-firefox-driver-3.141.59.jar (810 kB at 27 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/seleniumhq/selenium/htmlunit-driver/2.30.1/htmlunit-driver-2.30.1.jar +Progress (3): 0.3/1.7 MB | 96 kB | 131/298 kB Progress (3): 0.3/1.7 MB | 96 kB | 131/298 kB Progress (3): 0.3/1.7 MB | 96 kB | 131/298 kB Progress (3): 0.3/1.7 MB | 96 kB | 131/298 kB Progress (3): 0.3/1.7 MB | 96 kB | 131/298 kB Progress (3): 0.3/1.7 MB | 96 kB | 131/298 kB Progress (3): 0.3/1.7 MB | 96 kB | 135/298 kB Progress (3): 0.3/1.7 MB | 96 kB | 139/298 kB Progress (3): 0.3/1.7 MB | 96 kB | 143/298 kB Progress (3): 0.3/1.7 MB | 96 kB | 147/298 kB Progress (3): 0.3/1.7 MB | 96 kB | 151/298 kB Progress (3): 0.3/1.7 MB | 96 kB | 155/298 kB Progress (3): 0.3/1.7 MB | 96 kB | 159/298 kB Progress (3): 0.3/1.7 MB | 96 kB | 163/298 kB Progress (3): 0.3/1.7 MB | 96 kB | 168/298 kB Progress (3): 0.3/1.7 MB | 96 kB | 172/298 kB Progress (3): 0.3/1.7 MB | 96 kB | 176/298 kB Progress (3): 0.3/1.7 MB | 96 kB | 180/298 kB Progress (3): 0.3/1.7 MB | 96 kB | 184/298 kB Progress (3): 0.3/1.7 MB | 96 kB | 188/298 kB Progress (3): 0.3/1.7 MB | 96 kB | 192/298 kB Progress (3): 0.3/1.7 MB | 96 kB | 196/298 kB Progress (3): 0.3/1.7 MB | 96 kB | 200/298 kB Progress (3): 0.3/1.7 MB | 96 kB | 204/298 kB Progress (3): 0.3/1.7 MB | 96 kB | 208/298 kB Progress (3): 0.3/1.7 MB | 96 kB | 213/298 kB Progress (3): 0.3/1.7 MB | 96 kB | 217/298 kB Progress (3): 0.3/1.7 MB | 96 kB | 221/298 kB Progress (3): 0.3/1.7 MB | 96 kB | 225/298 kB Progress (3): 0.3/1.7 MB | 96 kB | 229/298 kB Progress (3): 0.3/1.7 MB | 96 kB | 233/298 kB Progress (3): 0.3/1.7 MB | 96 kB | 237/298 kB Progress (3): 0.3/1.7 MB | 96 kB | 241/298 kB Progress (3): 0.3/1.7 MB | 96 kB | 245/298 kB Progress (3): 0.3/1.7 MB | 96 kB | 249/298 kB Progress (3): 0.3/1.7 MB | 96 kB | 254/298 kB Progress (3): 0.3/1.7 MB | 96 kB | 258/298 kB Progress (3): 0.3/1.7 MB | 96 kB | 262/298 kB Progress (3): 0.3/1.7 MB | 96 kB | 266/298 kB Progress (3): 0.3/1.7 MB | 96 kB | 270/298 kB Progress (3): 0.3/1.7 MB | 96 kB | 274/298 kB Progress (3): 0.3/1.7 MB | 96 kB | 278/298 kB Progress (3): 0.3/1.7 MB | 96 kB | 282/298 kB Progress (3): 0.3/1.7 MB | 96 kB | 286/298 kB Progress (3): 0.3/1.7 MB | 96 kB | 290/298 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar (96 kB at 3.2 kB/s) +Progress (3): 0.3/1.7 MB | 290/298 kB | 355 B Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/net/sourceforge/htmlunit/htmlunit/2.30/htmlunit-2.30.jar +Progress (3): 0.3/1.7 MB | 295/298 kB | 355 B Progress (3): 0.3/1.7 MB | 298 kB | 355 B Progress (3): 0.3/1.7 MB | 298 kB | 355 B Progress (3): 0.3/1.7 MB | 298 kB | 355 B Progress (3): 0.3/1.7 MB | 298 kB | 355 B Progress (3): 0.3/1.7 MB | 298 kB | 355 B Progress (3): 0.3/1.7 MB | 298 kB | 355 B Progress (3): 0.3/1.7 MB | 298 kB | 355 B Progress (4): 0.3/1.7 MB | 298 kB | 355 B | 4.1/72 kB Progress (4): 0.3/1.7 MB | 298 kB | 355 B | 7.8/72 kB Progress (4): 0.3/1.7 MB | 298 kB | 355 B | 12/72 kB Progress (4): 0.3/1.7 MB | 298 kB | 355 B | 16/72 kB Progress (4): 0.3/1.7 MB | 298 kB | 355 B | 20/72 kB Progress (4): 0.3/1.7 MB | 298 kB | 355 B | 24/72 kB Progress (4): 0.4/1.7 MB | 298 kB | 355 B | 24/72 kB Progress (4): 0.4/1.7 MB | 298 kB | 355 B | 24/72 kB Progress (4): 0.4/1.7 MB | 298 kB | 355 B | 24/72 kB Progress (4): 0.4/1.7 MB | 298 kB | 355 B | 24/72 kB Progress (4): 0.4/1.7 MB | 298 kB | 355 B | 24/72 kB Progress (4): 0.4/1.7 MB | 298 kB | 355 B | 24/72 kB Progress (4): 0.4/1.7 MB | 298 kB | 355 B | 28/72 kB Progress (4): 0.4/1.7 MB | 298 kB | 355 B | 32/72 kB Progress (4): 0.4/1.7 MB | 298 kB | 355 B | 36/72 kB Progress (4): 0.4/1.7 MB | 298 kB | 355 B | 41/72 kB Progress (4): 0.4/1.7 MB | 298 kB | 355 B | 45/72 kB Progress (4): 0.4/1.7 MB | 298 kB | 355 B | 49/72 kB Progress (4): 0.4/1.7 MB | 298 kB | 355 B | 53/72 kB Progress (4): 0.4/1.7 MB | 298 kB | 355 B | 57/72 kB Progress (4): 0.4/1.7 MB | 298 kB | 355 B | 61/72 kB Progress (4): 0.4/1.7 MB | 298 kB | 355 B | 65/72 kB Progress (4): 0.4/1.7 MB | 298 kB | 355 B | 69/72 kB Progress (4): 0.4/1.7 MB | 298 kB | 355 B | 72 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/seleniumhq/selenium/selenium-java/3.141.59/selenium-java-3.141.59.jar (355 B at 11 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/xalan/xalan/2.7.2/xalan-2.7.2.jar +Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/yaml/snakeyaml/1.19/snakeyaml-1.19.jar (298 kB at 9.9 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/xalan/serializer/2.7.2/serializer-2.7.2.jar +Progress (2): 0.4/1.7 MB | 72 kB Progress (2): 0.4/1.7 MB | 72 kB Progress (2): 0.4/1.7 MB | 72 kB Progress (2): 0.4/1.7 MB | 72 kB Progress (2): 0.4/1.7 MB | 72 kB Progress (2): 0.4/1.7 MB | 72 kB Progress (3): 0.4/1.7 MB | 72 kB | 0/2.0 MB Progress (3): 0.4/1.7 MB | 72 kB | 0/2.0 MB Progress (3): 0.4/1.7 MB | 72 kB | 0/2.0 MB Progress (3): 0.5/1.7 MB | 72 kB | 0/2.0 MB Progress (3): 0.5/1.7 MB | 72 kB | 0/2.0 MB Progress (3): 0.5/1.7 MB | 72 kB | 0/2.0 MB Progress (3): 0.5/1.7 MB | 72 kB | 0/2.0 MB Progress (3): 0.5/1.7 MB | 72 kB | 0/2.0 MB Progress (3): 0.5/1.7 MB | 72 kB | 0/2.0 MB Progress (3): 0.5/1.7 MB | 72 kB | 0/2.0 MB Progress (3): 0.5/1.7 MB | 72 kB | 0/2.0 MB Progress (3): 0.5/1.7 MB | 72 kB | 0.1/2.0 MB Progress (3): 0.5/1.7 MB | 72 kB | 0.1/2.0 MB Progress (3): 0.5/1.7 MB | 72 kB | 0.1/2.0 MB Progress (3): 0.5/1.7 MB | 72 kB | 0.1/2.0 MB Progress (3): 0.5/1.7 MB | 72 kB | 0.1/2.0 MB Progress (3): 0.5/1.7 MB | 72 kB | 0.1/2.0 MB Progress (3): 0.5/1.7 MB | 72 kB | 0.1/2.0 MB Progress (3): 0.5/1.7 MB | 72 kB | 0.1/2.0 MB Progress (3): 0.5/1.7 MB | 72 kB | 0.1/2.0 MB Progress (3): 0.5/1.7 MB | 72 kB | 0.1/2.0 MB Progress (4): 0.5/1.7 MB | 72 kB | 0.1/2.0 MB | 4.1/276 kB Progress (4): 0.5/1.7 MB | 72 kB | 0.1/2.0 MB | 7.8/276 kB Progress (4): 0.5/1.7 MB | 72 kB | 0.1/2.0 MB | 12/276 kB Progress (4): 0.5/1.7 MB | 72 kB | 0.1/2.0 MB | 16/276 kB Progress (4): 0.5/1.7 MB | 72 kB | 0.1/2.0 MB | 20/276 kB Progress (4): 0.5/1.7 MB | 72 kB | 0.1/2.0 MB | 24/276 kB Progress (5): 0.5/1.7 MB | 72 kB | 0.1/2.0 MB | 24/276 kB | 0/3.2 MB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/seleniumhq/selenium/htmlunit-driver/2.30.1/htmlunit-driver-2.30.1.jar (72 kB at 2.4 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/commons/commons-text/1.3/commons-text-1.3.jar +Progress (4): 0.5/1.7 MB | 0.1/2.0 MB | 24/276 kB | 0/3.2 MB Progress (4): 0.5/1.7 MB | 0.1/2.0 MB | 24/276 kB | 0/3.2 MB Progress (4): 0.5/1.7 MB | 0.1/2.0 MB | 24/276 kB | 0/3.2 MB Progress (4): 0.5/1.7 MB | 0.1/2.0 MB | 24/276 kB | 0/3.2 MB Progress (4): 0.5/1.7 MB | 0.1/2.0 MB | 24/276 kB | 0/3.2 MB Progress (4): 0.5/1.7 MB | 0.1/2.0 MB | 24/276 kB | 0/3.2 MB Progress (4): 0.5/1.7 MB | 0.1/2.0 MB | 24/276 kB | 0/3.2 MB Progress (4): 0.6/1.7 MB | 0.1/2.0 MB | 24/276 kB | 0/3.2 MB Progress (4): 0.6/1.7 MB | 0.1/2.0 MB | 24/276 kB | 0/3.2 MB Progress (4): 0.6/1.7 MB | 0.1/2.0 MB | 24/276 kB | 0/3.2 MB Progress (4): 0.6/1.7 MB | 0.2/2.0 MB | 24/276 kB | 0/3.2 MB Progress (4): 0.6/1.7 MB | 0.2/2.0 MB | 24/276 kB | 0/3.2 MB Progress (4): 0.6/1.7 MB | 0.2/2.0 MB | 24/276 kB | 0/3.2 MB Progress (4): 0.6/1.7 MB | 0.2/2.0 MB | 24/276 kB | 0/3.2 MB Progress (4): 0.6/1.7 MB | 0.2/2.0 MB | 24/276 kB | 0/3.2 MB Progress (4): 0.6/1.7 MB | 0.2/2.0 MB | 24/276 kB | 0/3.2 MB Progress (4): 0.6/1.7 MB | 0.2/2.0 MB | 24/276 kB | 0/3.2 MB Progress (4): 0.6/1.7 MB | 0.2/2.0 MB | 24/276 kB | 0/3.2 MB Progress (4): 0.6/1.7 MB | 0.2/2.0 MB | 28/276 kB | 0/3.2 MB Progress (4): 0.6/1.7 MB | 0.2/2.0 MB | 32/276 kB | 0/3.2 MB Progress (4): 0.6/1.7 MB | 0.2/2.0 MB | 36/276 kB | 0/3.2 MB Progress (4): 0.6/1.7 MB | 0.2/2.0 MB | 41/276 kB | 0/3.2 MB Progress (4): 0.6/1.7 MB | 0.2/2.0 MB | 45/276 kB | 0/3.2 MB Progress (4): 0.6/1.7 MB | 0.2/2.0 MB | 49/276 kB | 0/3.2 MB Progress (4): 0.6/1.7 MB | 0.2/2.0 MB | 53/276 kB | 0/3.2 MB Progress (4): 0.6/1.7 MB | 0.2/2.0 MB | 53/276 kB | 0/3.2 MB Progress (4): 0.6/1.7 MB | 0.2/2.0 MB | 57/276 kB | 0/3.2 MB Progress (4): 0.6/1.7 MB | 0.2/2.0 MB | 57/276 kB | 0/3.2 MB Progress (4): 0.6/1.7 MB | 0.2/2.0 MB | 57/276 kB | 0.1/3.2 MB Progress (4): 0.6/1.7 MB | 0.2/2.0 MB | 57/276 kB | 0.1/3.2 MB Progress (4): 0.6/1.7 MB | 0.2/2.0 MB | 57/276 kB | 0.1/3.2 MB Progress (4): 0.6/1.7 MB | 0.2/2.0 MB | 57/276 kB | 0.1/3.2 MB Progress (4): 0.6/1.7 MB | 0.2/2.0 MB | 57/276 kB | 0.1/3.2 MB Progress (4): 0.6/1.7 MB | 0.2/2.0 MB | 57/276 kB | 0.1/3.2 MB Progress (4): 0.6/1.7 MB | 0.2/2.0 MB | 57/276 kB | 0.1/3.2 MB Progress (4): 0.6/1.7 MB | 0.2/2.0 MB | 57/276 kB | 0.1/3.2 MB Progress (4): 0.6/1.7 MB | 0.2/2.0 MB | 57/276 kB | 0.1/3.2 MB Progress (4): 0.6/1.7 MB | 0.2/2.0 MB | 57/276 kB | 0.1/3.2 MB Progress (4): 0.6/1.7 MB | 0.2/2.0 MB | 57/276 kB | 0.1/3.2 MB Progress (4): 0.6/1.7 MB | 0.2/2.0 MB | 57/276 kB | 0.1/3.2 MB Progress (4): 0.6/1.7 MB | 0.2/2.0 MB | 57/276 kB | 0.1/3.2 MB Progress (4): 0.6/1.7 MB | 0.3/2.0 MB | 57/276 kB | 0.1/3.2 MB Progress (4): 0.6/1.7 MB | 0.3/2.0 MB | 57/276 kB | 0.1/3.2 MB Progress (4): 0.6/1.7 MB | 0.3/2.0 MB | 57/276 kB | 0.1/3.2 MB Progress (4): 0.6/1.7 MB | 0.3/2.0 MB | 57/276 kB | 0.1/3.2 MB Progress (4): 0.6/1.7 MB | 0.3/2.0 MB | 57/276 kB | 0.1/3.2 MB Progress (4): 0.6/1.7 MB | 0.3/2.0 MB | 57/276 kB | 0.1/3.2 MB Progress (4): 0.6/1.7 MB | 0.3/2.0 MB | 57/276 kB | 0.1/3.2 MB Progress (4): 0.6/1.7 MB | 0.3/2.0 MB | 57/276 kB | 0.1/3.2 MB Progress (4): 0.6/1.7 MB | 0.3/2.0 MB | 57/276 kB | 0.1/3.2 MB Progress (4): 0.6/1.7 MB | 0.3/2.0 MB | 61/276 kB | 0.1/3.2 MB Progress (4): 0.6/1.7 MB | 0.3/2.0 MB | 65/276 kB | 0.1/3.2 MB Progress (4): 0.6/1.7 MB | 0.3/2.0 MB | 69/276 kB | 0.1/3.2 MB Progress (4): 0.6/1.7 MB | 0.3/2.0 MB | 73/276 kB | 0.1/3.2 MB Progress (4): 0.6/1.7 MB | 0.3/2.0 MB | 77/276 kB | 0.1/3.2 MB Progress (4): 0.6/1.7 MB | 0.3/2.0 MB | 82/276 kB | 0.1/3.2 MB Progress (4): 0.6/1.7 MB | 0.3/2.0 MB | 82/276 kB | 0.1/3.2 MB Progress (4): 0.6/1.7 MB | 0.3/2.0 MB | 86/276 kB | 0.1/3.2 MB Progress (4): 0.6/1.7 MB | 0.3/2.0 MB | 90/276 kB | 0.1/3.2 MB Progress (4): 0.6/1.7 MB | 0.3/2.0 MB | 94/276 kB | 0.1/3.2 MB Progress (4): 0.6/1.7 MB | 0.3/2.0 MB | 98/276 kB | 0.1/3.2 MB Progress (4): 0.6/1.7 MB | 0.3/2.0 MB | 98/276 kB | 0.1/3.2 MB Progress (4): 0.6/1.7 MB | 0.3/2.0 MB | 102/276 kB | 0.1/3.2 MB Progress (4): 0.6/1.7 MB | 0.3/2.0 MB | 106/276 kB | 0.1/3.2 MB Progress (4): 0.6/1.7 MB | 0.3/2.0 MB | 110/276 kB | 0.1/3.2 MB Progress (4): 0.6/1.7 MB | 0.3/2.0 MB | 114/276 kB | 0.1/3.2 MB Progress (4): 0.6/1.7 MB | 0.3/2.0 MB | 114/276 kB | 0.1/3.2 MB Progress (4): 0.6/1.7 MB | 0.3/2.0 MB | 114/276 kB | 0.2/3.2 MB Progress (4): 0.6/1.7 MB | 0.3/2.0 MB | 114/276 kB | 0.2/3.2 MB Progress (4): 0.6/1.7 MB | 0.3/2.0 MB | 114/276 kB | 0.2/3.2 MB Progress (4): 0.6/1.7 MB | 0.3/2.0 MB | 114/276 kB | 0.2/3.2 MB Progress (4): 0.6/1.7 MB | 0.3/2.0 MB | 114/276 kB | 0.2/3.2 MB Progress (4): 0.6/1.7 MB | 0.3/2.0 MB | 114/276 kB | 0.2/3.2 MB Progress (4): 0.6/1.7 MB | 0.3/2.0 MB | 114/276 kB | 0.2/3.2 MB Progress (4): 0.6/1.7 MB | 0.3/2.0 MB | 114/276 kB | 0.2/3.2 MB Progress (4): 0.6/1.7 MB | 0.3/2.0 MB | 114/276 kB | 0.2/3.2 MB Progress (4): 0.6/1.7 MB | 0.3/2.0 MB | 114/276 kB | 0.2/3.2 MB Progress (4): 0.6/1.7 MB | 0.3/2.0 MB | 114/276 kB | 0.2/3.2 MB Progress (4): 0.6/1.7 MB | 0.3/2.0 MB | 114/276 kB | 0.2/3.2 MB Progress (4): 0.6/1.7 MB | 0.3/2.0 MB | 114/276 kB | 0.2/3.2 MB Progress (4): 0.6/1.7 MB | 0.4/2.0 MB | 114/276 kB | 0.2/3.2 MB Progress (4): 0.6/1.7 MB | 0.4/2.0 MB | 114/276 kB | 0.2/3.2 MB Progress (4): 0.7/1.7 MB | 0.4/2.0 MB | 114/276 kB | 0.2/3.2 MB Progress (4): 0.7/1.7 MB | 0.4/2.0 MB | 114/276 kB | 0.2/3.2 MB Progress (4): 0.7/1.7 MB | 0.4/2.0 MB | 114/276 kB | 0.2/3.2 MB Progress (4): 0.7/1.7 MB | 0.4/2.0 MB | 114/276 kB | 0.2/3.2 MB Progress (4): 0.7/1.7 MB | 0.4/2.0 MB | 114/276 kB | 0.2/3.2 MB Progress (4): 0.7/1.7 MB | 0.4/2.0 MB | 114/276 kB | 0.2/3.2 MB Progress (4): 0.7/1.7 MB | 0.4/2.0 MB | 114/276 kB | 0.2/3.2 MB Progress (4): 0.7/1.7 MB | 0.4/2.0 MB | 114/276 kB | 0.2/3.2 MB Progress (4): 0.7/1.7 MB | 0.4/2.0 MB | 114/276 kB | 0.2/3.2 MB Progress (4): 0.7/1.7 MB | 0.4/2.0 MB | 114/276 kB | 0.2/3.2 MB Progress (4): 0.7/1.7 MB | 0.4/2.0 MB | 114/276 kB | 0.2/3.2 MB Progress (4): 0.7/1.7 MB | 0.4/2.0 MB | 114/276 kB | 0.2/3.2 MB Progress (4): 0.7/1.7 MB | 0.4/2.0 MB | 114/276 kB | 0.2/3.2 MB Progress (4): 0.7/1.7 MB | 0.4/2.0 MB | 118/276 kB | 0.2/3.2 MB Progress (4): 0.7/1.7 MB | 0.4/2.0 MB | 122/276 kB | 0.2/3.2 MB Progress (4): 0.7/1.7 MB | 0.4/2.0 MB | 127/276 kB | 0.2/3.2 MB Progress (4): 0.7/1.7 MB | 0.4/2.0 MB | 131/276 kB | 0.2/3.2 MB Progress (4): 0.7/1.7 MB | 0.4/2.0 MB | 135/276 kB | 0.2/3.2 MB Progress (4): 0.7/1.7 MB | 0.4/2.0 MB | 139/276 kB | 0.2/3.2 MB Progress (4): 0.7/1.7 MB | 0.4/2.0 MB | 143/276 kB | 0.2/3.2 MB Progress (4): 0.7/1.7 MB | 0.4/2.0 MB | 147/276 kB | 0.2/3.2 MB Progress (4): 0.7/1.7 MB | 0.4/2.0 MB | 147/276 kB | 0.3/3.2 MB Progress (4): 0.7/1.7 MB | 0.4/2.0 MB | 151/276 kB | 0.3/3.2 MB Progress (4): 0.7/1.7 MB | 0.4/2.0 MB | 151/276 kB | 0.3/3.2 MB Progress (4): 0.7/1.7 MB | 0.4/2.0 MB | 155/276 kB | 0.3/3.2 MB Progress (4): 0.7/1.7 MB | 0.4/2.0 MB | 159/276 kB | 0.3/3.2 MB Progress (4): 0.7/1.7 MB | 0.4/2.0 MB | 163/276 kB | 0.3/3.2 MB Progress (4): 0.7/1.7 MB | 0.4/2.0 MB | 163/276 kB | 0.3/3.2 MB Progress (4): 0.7/1.7 MB | 0.4/2.0 MB | 163/276 kB | 0.3/3.2 MB Progress (4): 0.7/1.7 MB | 0.4/2.0 MB | 163/276 kB | 0.3/3.2 MB Progress (4): 0.7/1.7 MB | 0.4/2.0 MB | 163/276 kB | 0.3/3.2 MB Progress (4): 0.7/1.7 MB | 0.4/2.0 MB | 163/276 kB | 0.4/3.2 MB Progress (4): 0.7/1.7 MB | 0.4/2.0 MB | 163/276 kB | 0.4/3.2 MB Progress (4): 0.7/1.7 MB | 0.4/2.0 MB | 163/276 kB | 0.4/3.2 MB Progress (4): 0.7/1.7 MB | 0.4/2.0 MB | 163/276 kB | 0.4/3.2 MB Progress (4): 0.7/1.7 MB | 0.4/2.0 MB | 163/276 kB | 0.4/3.2 MB Progress (4): 0.7/1.7 MB | 0.4/2.0 MB | 163/276 kB | 0.4/3.2 MB Progress (5): 0.7/1.7 MB | 0.4/2.0 MB | 163/276 kB | 0.4/3.2 MB | 4.1/183 kB Progress (5): 0.7/1.7 MB | 0.4/2.0 MB | 163/276 kB | 0.4/3.2 MB | 7.8/183 kB Progress (5): 0.7/1.7 MB | 0.4/2.0 MB | 163/276 kB | 0.4/3.2 MB | 12/183 kB Progress (5): 0.7/1.7 MB | 0.4/2.0 MB | 163/276 kB | 0.4/3.2 MB | 16/183 kB Progress (5): 0.7/1.7 MB | 0.4/2.0 MB | 163/276 kB | 0.4/3.2 MB | 20/183 kB Progress (5): 0.7/1.7 MB | 0.4/2.0 MB | 163/276 kB | 0.4/3.2 MB | 24/183 kB Progress (5): 0.7/1.7 MB | 0.4/2.0 MB | 163/276 kB | 0.4/3.2 MB | 28/183 kB Progress (5): 0.7/1.7 MB | 0.4/2.0 MB | 163/276 kB | 0.4/3.2 MB | 32/183 kB Progress (5): 0.7/1.7 MB | 0.4/2.0 MB | 163/276 kB | 0.4/3.2 MB | 36/183 kB Progress (5): 0.7/1.7 MB | 0.4/2.0 MB | 163/276 kB | 0.4/3.2 MB | 41/183 kB Progress (5): 0.7/1.7 MB | 0.4/2.0 MB | 163/276 kB | 0.4/3.2 MB | 41/183 kB Progress (5): 0.7/1.7 MB | 0.5/2.0 MB | 163/276 kB | 0.4/3.2 MB | 41/183 kB Progress (5): 0.7/1.7 MB | 0.5/2.0 MB | 163/276 kB | 0.4/3.2 MB | 41/183 kB Progress (5): 0.7/1.7 MB | 0.5/2.0 MB | 163/276 kB | 0.4/3.2 MB | 41/183 kB Progress (5): 0.7/1.7 MB | 0.5/2.0 MB | 163/276 kB | 0.4/3.2 MB | 41/183 kB Progress (5): 0.7/1.7 MB | 0.5/2.0 MB | 163/276 kB | 0.4/3.2 MB | 41/183 kB Progress (5): 0.7/1.7 MB | 0.5/2.0 MB | 163/276 kB | 0.4/3.2 MB | 41/183 kB Progress (5): 0.7/1.7 MB | 0.5/2.0 MB | 163/276 kB | 0.4/3.2 MB | 41/183 kB Progress (5): 0.7/1.7 MB | 0.5/2.0 MB | 163/276 kB | 0.4/3.2 MB | 41/183 kB Progress (5): 0.7/1.7 MB | 0.5/2.0 MB | 163/276 kB | 0.4/3.2 MB | 41/183 kB Progress (5): 0.7/1.7 MB | 0.5/2.0 MB | 163/276 kB | 0.4/3.2 MB | 41/183 kB Progress (5): 0.7/1.7 MB | 0.5/2.0 MB | 163/276 kB | 0.4/3.2 MB | 41/183 kB Progress (5): 0.7/1.7 MB | 0.5/2.0 MB | 163/276 kB | 0.4/3.2 MB | 41/183 kB Progress (5): 0.7/1.7 MB | 0.5/2.0 MB | 163/276 kB | 0.4/3.2 MB | 41/183 kB Progress (5): 0.7/1.7 MB | 0.5/2.0 MB | 163/276 kB | 0.4/3.2 MB | 41/183 kB Progress (5): 0.7/1.7 MB | 0.5/2.0 MB | 163/276 kB | 0.4/3.2 MB | 41/183 kB Progress (5): 0.7/1.7 MB | 0.5/2.0 MB | 168/276 kB | 0.4/3.2 MB | 41/183 kB Progress (5): 0.7/1.7 MB | 0.5/2.0 MB | 168/276 kB | 0.4/3.2 MB | 41/183 kB Progress (5): 0.7/1.7 MB | 0.5/2.0 MB | 172/276 kB | 0.4/3.2 MB | 41/183 kB Progress (5): 0.7/1.7 MB | 0.5/2.0 MB | 172/276 kB | 0.4/3.2 MB | 41/183 kB Progress (5): 0.7/1.7 MB | 0.5/2.0 MB | 176/276 kB | 0.4/3.2 MB | 41/183 kB Progress (5): 0.7/1.7 MB | 0.5/2.0 MB | 180/276 kB | 0.4/3.2 MB | 41/183 kB Progress (5): 0.7/1.7 MB | 0.5/2.0 MB | 184/276 kB | 0.4/3.2 MB | 41/183 kB Progress (5): 0.7/1.7 MB | 0.5/2.0 MB | 188/276 kB | 0.4/3.2 MB | 41/183 kB Progress (5): 0.7/1.7 MB | 0.5/2.0 MB | 192/276 kB | 0.4/3.2 MB | 41/183 kB Progress (5): 0.7/1.7 MB | 0.5/2.0 MB | 196/276 kB | 0.4/3.2 MB | 41/183 kB Progress (5): 0.7/1.7 MB | 0.5/2.0 MB | 196/276 kB | 0.4/3.2 MB | 41/183 kB Progress (5): 0.7/1.7 MB | 0.5/2.0 MB | 200/276 kB | 0.4/3.2 MB | 41/183 kB Progress (5): 0.7/1.7 MB | 0.5/2.0 MB | 204/276 kB | 0.4/3.2 MB | 41/183 kB Progress (5): 0.7/1.7 MB | 0.5/2.0 MB | 208/276 kB | 0.4/3.2 MB | 41/183 kB Progress (5): 0.7/1.7 MB | 0.5/2.0 MB | 213/276 kB | 0.4/3.2 MB | 41/183 kB Progress (5): 0.7/1.7 MB | 0.5/2.0 MB | 213/276 kB | 0.4/3.2 MB | 41/183 kB Progress (5): 0.7/1.7 MB | 0.5/2.0 MB | 213/276 kB | 0.5/3.2 MB | 41/183 kB Progress (5): 0.7/1.7 MB | 0.5/2.0 MB | 213/276 kB | 0.5/3.2 MB | 41/183 kB Progress (5): 0.7/1.7 MB | 0.5/2.0 MB | 213/276 kB | 0.5/3.2 MB | 41/183 kB Progress (5): 0.7/1.7 MB | 0.5/2.0 MB | 213/276 kB | 0.5/3.2 MB | 41/183 kB Progress (5): 0.7/1.7 MB | 0.5/2.0 MB | 213/276 kB | 0.5/3.2 MB | 41/183 kB Progress (5): 0.7/1.7 MB | 0.5/2.0 MB | 213/276 kB | 0.5/3.2 MB | 41/183 kB Progress (5): 0.7/1.7 MB | 0.5/2.0 MB | 213/276 kB | 0.6/3.2 MB | 41/183 kB Progress (5): 0.7/1.7 MB | 0.5/2.0 MB | 213/276 kB | 0.6/3.2 MB | 41/183 kB Progress (5): 0.7/1.7 MB | 0.5/2.0 MB | 217/276 kB | 0.6/3.2 MB | 41/183 kB Progress (5): 0.7/1.7 MB | 0.5/2.0 MB | 221/276 kB | 0.6/3.2 MB | 41/183 kB Progress (5): 0.7/1.7 MB | 0.5/2.0 MB | 225/276 kB | 0.6/3.2 MB | 41/183 kB Progress (5): 0.7/1.7 MB | 0.5/2.0 MB | 225/276 kB | 0.6/3.2 MB | 41/183 kB Progress (5): 0.7/1.7 MB | 0.5/2.0 MB | 229/276 kB | 0.6/3.2 MB | 41/183 kB Progress (5): 0.8/1.7 MB | 0.5/2.0 MB | 229/276 kB | 0.6/3.2 MB | 41/183 kB Progress (5): 0.8/1.7 MB | 0.5/2.0 MB | 229/276 kB | 0.6/3.2 MB | 41/183 kB Progress (5): 0.8/1.7 MB | 0.5/2.0 MB | 229/276 kB | 0.6/3.2 MB | 45/183 kB Progress (5): 0.8/1.7 MB | 0.5/2.0 MB | 229/276 kB | 0.6/3.2 MB | 49/183 kB Progress (5): 0.8/1.7 MB | 0.5/2.0 MB | 229/276 kB | 0.6/3.2 MB | 53/183 kB Progress (5): 0.8/1.7 MB | 0.5/2.0 MB | 229/276 kB | 0.6/3.2 MB | 57/183 kB Progress (5): 0.8/1.7 MB | 0.5/2.0 MB | 229/276 kB | 0.6/3.2 MB | 57/183 kB Progress (5): 0.8/1.7 MB | 0.6/2.0 MB | 229/276 kB | 0.6/3.2 MB | 57/183 kB Progress (5): 0.8/1.7 MB | 0.6/2.0 MB | 229/276 kB | 0.6/3.2 MB | 61/183 kB Progress (5): 0.8/1.7 MB | 0.6/2.0 MB | 229/276 kB | 0.6/3.2 MB | 65/183 kB Progress (5): 0.8/1.7 MB | 0.6/2.0 MB | 229/276 kB | 0.6/3.2 MB | 69/183 kB Progress (5): 0.8/1.7 MB | 0.6/2.0 MB | 229/276 kB | 0.6/3.2 MB | 73/183 kB Progress (5): 0.8/1.7 MB | 0.6/2.0 MB | 229/276 kB | 0.6/3.2 MB | 77/183 kB Progress (5): 0.8/1.7 MB | 0.6/2.0 MB | 229/276 kB | 0.6/3.2 MB | 82/183 kB Progress (5): 0.8/1.7 MB | 0.6/2.0 MB | 229/276 kB | 0.6/3.2 MB | 86/183 kB Progress (5): 0.8/1.7 MB | 0.6/2.0 MB | 229/276 kB | 0.6/3.2 MB | 90/183 kB Progress (5): 0.8/1.7 MB | 0.6/2.0 MB | 229/276 kB | 0.6/3.2 MB | 90/183 kB Progress (5): 0.8/1.7 MB | 0.6/2.0 MB | 229/276 kB | 0.6/3.2 MB | 90/183 kB Progress (5): 0.8/1.7 MB | 0.6/2.0 MB | 229/276 kB | 0.6/3.2 MB | 90/183 kB Progress (5): 0.8/1.7 MB | 0.6/2.0 MB | 229/276 kB | 0.6/3.2 MB | 90/183 kB Progress (5): 0.8/1.7 MB | 0.6/2.0 MB | 229/276 kB | 0.6/3.2 MB | 90/183 kB Progress (5): 0.8/1.7 MB | 0.6/2.0 MB | 229/276 kB | 0.6/3.2 MB | 90/183 kB Progress (5): 0.8/1.7 MB | 0.6/2.0 MB | 229/276 kB | 0.6/3.2 MB | 90/183 kB Progress (5): 0.8/1.7 MB | 0.6/2.0 MB | 229/276 kB | 0.6/3.2 MB | 90/183 kB Progress (5): 0.8/1.7 MB | 0.6/2.0 MB | 229/276 kB | 0.6/3.2 MB | 90/183 kB Progress (5): 0.8/1.7 MB | 0.6/2.0 MB | 229/276 kB | 0.6/3.2 MB | 90/183 kB Progress (5): 0.8/1.7 MB | 0.6/2.0 MB | 229/276 kB | 0.6/3.2 MB | 90/183 kB Progress (5): 0.8/1.7 MB | 0.6/2.0 MB | 229/276 kB | 0.6/3.2 MB | 90/183 kB Progress (5): 0.8/1.7 MB | 0.6/2.0 MB | 229/276 kB | 0.6/3.2 MB | 90/183 kB Progress (5): 0.8/1.7 MB | 0.7/2.0 MB | 229/276 kB | 0.6/3.2 MB | 90/183 kB Progress (5): 0.8/1.7 MB | 0.7/2.0 MB | 229/276 kB | 0.6/3.2 MB | 90/183 kB Progress (5): 0.8/1.7 MB | 0.7/2.0 MB | 229/276 kB | 0.6/3.2 MB | 90/183 kB Progress (5): 0.8/1.7 MB | 0.7/2.0 MB | 233/276 kB | 0.6/3.2 MB | 90/183 kB Progress (5): 0.8/1.7 MB | 0.7/2.0 MB | 237/276 kB | 0.6/3.2 MB | 90/183 kB Progress (5): 0.8/1.7 MB | 0.7/2.0 MB | 241/276 kB | 0.6/3.2 MB | 90/183 kB Progress (5): 0.8/1.7 MB | 0.7/2.0 MB | 245/276 kB | 0.6/3.2 MB | 90/183 kB Progress (5): 0.8/1.7 MB | 0.7/2.0 MB | 249/276 kB | 0.6/3.2 MB | 90/183 kB Progress (5): 0.8/1.7 MB | 0.7/2.0 MB | 254/276 kB | 0.6/3.2 MB | 90/183 kB Progress (5): 0.8/1.7 MB | 0.7/2.0 MB | 254/276 kB | 0.6/3.2 MB | 90/183 kB Progress (5): 0.8/1.7 MB | 0.7/2.0 MB | 258/276 kB | 0.6/3.2 MB | 90/183 kB Progress (5): 0.8/1.7 MB | 0.7/2.0 MB | 262/276 kB | 0.6/3.2 MB | 90/183 kB Progress (5): 0.8/1.7 MB | 0.7/2.0 MB | 262/276 kB | 0.6/3.2 MB | 90/183 kB Progress (5): 0.8/1.7 MB | 0.7/2.0 MB | 262/276 kB | 0.6/3.2 MB | 90/183 kB Progress (5): 0.8/1.7 MB | 0.7/2.0 MB | 266/276 kB | 0.6/3.2 MB | 90/183 kB Progress (5): 0.8/1.7 MB | 0.7/2.0 MB | 270/276 kB | 0.6/3.2 MB | 90/183 kB Progress (5): 0.8/1.7 MB | 0.7/2.0 MB | 274/276 kB | 0.6/3.2 MB | 90/183 kB Progress (5): 0.8/1.7 MB | 0.7/2.0 MB | 276 kB | 0.6/3.2 MB | 90/183 kB Progress (5): 0.8/1.7 MB | 0.7/2.0 MB | 276 kB | 0.7/3.2 MB | 90/183 kB Progress (5): 0.8/1.7 MB | 0.7/2.0 MB | 276 kB | 0.7/3.2 MB | 90/183 kB Progress (5): 0.8/1.7 MB | 0.7/2.0 MB | 276 kB | 0.7/3.2 MB | 90/183 kB Progress (5): 0.8/1.7 MB | 0.7/2.0 MB | 276 kB | 0.7/3.2 MB | 90/183 kB Progress (5): 0.8/1.7 MB | 0.7/2.0 MB | 276 kB | 0.7/3.2 MB | 90/183 kB Progress (5): 0.8/1.7 MB | 0.7/2.0 MB | 276 kB | 0.7/3.2 MB | 90/183 kB Progress (5): 0.8/1.7 MB | 0.7/2.0 MB | 276 kB | 0.8/3.2 MB | 90/183 kB Progress (5): 0.8/1.7 MB | 0.7/2.0 MB | 276 kB | 0.8/3.2 MB | 90/183 kB Progress (5): 0.8/1.7 MB | 0.7/2.0 MB | 276 kB | 0.8/3.2 MB | 90/183 kB Progress (5): 0.8/1.7 MB | 0.7/2.0 MB | 276 kB | 0.8/3.2 MB | 90/183 kB Progress (5): 0.8/1.7 MB | 0.7/2.0 MB | 276 kB | 0.8/3.2 MB | 90/183 kB Progress (5): 0.8/1.7 MB | 0.7/2.0 MB | 276 kB | 0.8/3.2 MB | 94/183 kB Progress (5): 0.8/1.7 MB | 0.7/2.0 MB | 276 kB | 0.8/3.2 MB | 98/183 kB Progress (5): 0.8/1.7 MB | 0.7/2.0 MB | 276 kB | 0.8/3.2 MB | 102/183 kB Progress (5): 0.8/1.7 MB | 0.7/2.0 MB | 276 kB | 0.8/3.2 MB | 106/183 kB Progress (5): 0.8/1.7 MB | 0.7/2.0 MB | 276 kB | 0.8/3.2 MB | 110/183 kB Progress (5): 0.8/1.7 MB | 0.7/2.0 MB | 276 kB | 0.8/3.2 MB | 114/183 kB Progress (5): 0.8/1.7 MB | 0.7/2.0 MB | 276 kB | 0.8/3.2 MB | 118/183 kB Progress (5): 0.8/1.7 MB | 0.7/2.0 MB | 276 kB | 0.8/3.2 MB | 122/183 kB Progress (5): 0.8/1.7 MB | 0.7/2.0 MB | 276 kB | 0.8/3.2 MB | 127/183 kB Progress (5): 0.8/1.7 MB | 0.7/2.0 MB | 276 kB | 0.8/3.2 MB | 131/183 kB Progress (5): 0.8/1.7 MB | 0.7/2.0 MB | 276 kB | 0.8/3.2 MB | 135/183 kB Progress (5): 0.8/1.7 MB | 0.7/2.0 MB | 276 kB | 0.8/3.2 MB | 139/183 kB Progress (5): 0.8/1.7 MB | 0.7/2.0 MB | 276 kB | 0.8/3.2 MB | 143/183 kB Progress (5): 0.8/1.7 MB | 0.7/2.0 MB | 276 kB | 0.8/3.2 MB | 147/183 kB Progress (5): 0.8/1.7 MB | 0.7/2.0 MB | 276 kB | 0.8/3.2 MB | 151/183 kB Progress (5): 0.8/1.7 MB | 0.7/2.0 MB | 276 kB | 0.8/3.2 MB | 155/183 kB Progress (5): 0.8/1.7 MB | 0.7/2.0 MB | 276 kB | 0.8/3.2 MB | 159/183 kB Progress (5): 0.8/1.7 MB | 0.7/2.0 MB | 276 kB | 0.8/3.2 MB | 163/183 kB Progress (5): 0.8/1.7 MB | 0.7/2.0 MB | 276 kB | 0.8/3.2 MB | 163/183 kB Progress (5): 0.8/1.7 MB | 0.7/2.0 MB | 276 kB | 0.8/3.2 MB | 163/183 kB Progress (5): 0.8/1.7 MB | 0.7/2.0 MB | 276 kB | 0.8/3.2 MB | 163/183 kB Progress (5): 0.8/1.7 MB | 0.7/2.0 MB | 276 kB | 0.8/3.2 MB | 163/183 kB Progress (5): 0.8/1.7 MB | 0.7/2.0 MB | 276 kB | 0.8/3.2 MB | 163/183 kB Progress (5): 0.8/1.7 MB | 0.7/2.0 MB | 276 kB | 0.8/3.2 MB | 163/183 kB Progress (5): 0.8/1.7 MB | 0.7/2.0 MB | 276 kB | 0.8/3.2 MB | 163/183 kB Progress (5): 0.8/1.7 MB | 0.7/2.0 MB | 276 kB | 0.8/3.2 MB | 163/183 kB Progress (5): 0.8/1.7 MB | 0.7/2.0 MB | 276 kB | 0.8/3.2 MB | 163/183 kB Progress (5): 0.8/1.7 MB | 0.7/2.0 MB | 276 kB | 0.8/3.2 MB | 163/183 kB Progress (5): 0.8/1.7 MB | 0.7/2.0 MB | 276 kB | 0.8/3.2 MB | 163/183 kB Progress (5): 0.8/1.7 MB | 0.7/2.0 MB | 276 kB | 0.8/3.2 MB | 163/183 kB Progress (5): 0.8/1.7 MB | 0.8/2.0 MB | 276 kB | 0.8/3.2 MB | 163/183 kB Progress (5): 0.8/1.7 MB | 0.8/2.0 MB | 276 kB | 0.8/3.2 MB | 163/183 kB Progress (5): 0.8/1.7 MB | 0.8/2.0 MB | 276 kB | 0.8/3.2 MB | 163/183 kB Progress (5): 0.8/1.7 MB | 0.8/2.0 MB | 276 kB | 0.8/3.2 MB | 163/183 kB Progress (5): 0.8/1.7 MB | 0.8/2.0 MB | 276 kB | 0.8/3.2 MB | 163/183 kB Progress (5): 0.8/1.7 MB | 0.8/2.0 MB | 276 kB | 0.8/3.2 MB | 163/183 kB Progress (5): 0.8/1.7 MB | 0.8/2.0 MB | 276 kB | 0.8/3.2 MB | 163/183 kB Progress (5): 0.8/1.7 MB | 0.8/2.0 MB | 276 kB | 0.8/3.2 MB | 163/183 kB Progress (5): 0.8/1.7 MB | 0.8/2.0 MB | 276 kB | 0.8/3.2 MB | 163/183 kB Progress (5): 0.8/1.7 MB | 0.8/2.0 MB | 276 kB | 0.8/3.2 MB | 163/183 kB Progress (5): 0.8/1.7 MB | 0.8/2.0 MB | 276 kB | 0.8/3.2 MB | 163/183 kB Progress (5): 0.8/1.7 MB | 0.8/2.0 MB | 276 kB | 0.9/3.2 MB | 163/183 kB Progress (5): 0.8/1.7 MB | 0.8/2.0 MB | 276 kB | 0.9/3.2 MB | 163/183 kB Progress (5): 0.8/1.7 MB | 0.8/2.0 MB | 276 kB | 0.9/3.2 MB | 163/183 kB Progress (5): 0.8/1.7 MB | 0.8/2.0 MB | 276 kB | 0.9/3.2 MB | 163/183 kB Progress (5): 0.8/1.7 MB | 0.8/2.0 MB | 276 kB | 0.9/3.2 MB | 163/183 kB Progress (5): 0.8/1.7 MB | 0.8/2.0 MB | 276 kB | 0.9/3.2 MB | 163/183 kB Progress (5): 0.8/1.7 MB | 0.8/2.0 MB | 276 kB | 0.9/3.2 MB | 163/183 kB Progress (5): 0.9/1.7 MB | 0.8/2.0 MB | 276 kB | 0.9/3.2 MB | 163/183 kB Progress (5): 0.9/1.7 MB | 0.8/2.0 MB | 276 kB | 0.9/3.2 MB | 168/183 kB Progress (5): 0.9/1.7 MB | 0.8/2.0 MB | 276 kB | 0.9/3.2 MB | 172/183 kB Progress (5): 0.9/1.7 MB | 0.8/2.0 MB | 276 kB | 0.9/3.2 MB | 176/183 kB Progress (5): 0.9/1.7 MB | 0.8/2.0 MB | 276 kB | 0.9/3.2 MB | 180/183 kB Progress (5): 0.9/1.7 MB | 0.8/2.0 MB | 276 kB | 0.9/3.2 MB | 183 kB Progress (5): 0.9/1.7 MB | 0.8/2.0 MB | 276 kB | 1.0/3.2 MB | 183 kB Progress (5): 0.9/1.7 MB | 0.8/2.0 MB | 276 kB | 1.0/3.2 MB | 183 kB Progress (5): 0.9/1.7 MB | 0.8/2.0 MB | 276 kB | 1.0/3.2 MB | 183 kB Progress (5): 0.9/1.7 MB | 0.8/2.0 MB | 276 kB | 1.0/3.2 MB | 183 kB Progress (5): 0.9/1.7 MB | 0.8/2.0 MB | 276 kB | 1.0/3.2 MB | 183 kB Progress (5): 0.9/1.7 MB | 0.8/2.0 MB | 276 kB | 1.0/3.2 MB | 183 kB Progress (5): 0.9/1.7 MB | 0.8/2.0 MB | 276 kB | 1.0/3.2 MB | 183 kB Progress (5): 0.9/1.7 MB | 0.8/2.0 MB | 276 kB | 1.0/3.2 MB | 183 kB Progress (5): 0.9/1.7 MB | 0.8/2.0 MB | 276 kB | 1.0/3.2 MB | 183 kB Progress (5): 0.9/1.7 MB | 0.8/2.0 MB | 276 kB | 1.0/3.2 MB | 183 kB Progress (5): 0.9/1.7 MB | 0.9/2.0 MB | 276 kB | 1.0/3.2 MB | 183 kB Progress (5): 0.9/1.7 MB | 0.9/2.0 MB | 276 kB | 1.0/3.2 MB | 183 kB Progress (5): 0.9/1.7 MB | 0.9/2.0 MB | 276 kB | 1.0/3.2 MB | 183 kB Progress (5): 0.9/1.7 MB | 0.9/2.0 MB | 276 kB | 1.0/3.2 MB | 183 kB Progress (5): 0.9/1.7 MB | 0.9/2.0 MB | 276 kB | 1.0/3.2 MB | 183 kB Progress (5): 0.9/1.7 MB | 0.9/2.0 MB | 276 kB | 1.0/3.2 MB | 183 kB Progress (5): 0.9/1.7 MB | 0.9/2.0 MB | 276 kB | 1.0/3.2 MB | 183 kB Progress (5): 0.9/1.7 MB | 0.9/2.0 MB | 276 kB | 1.0/3.2 MB | 183 kB Progress (5): 0.9/1.7 MB | 0.9/2.0 MB | 276 kB | 1.0/3.2 MB | 183 kB Progress (5): 0.9/1.7 MB | 0.9/2.0 MB | 276 kB | 1.0/3.2 MB | 183 kB Progress (5): 0.9/1.7 MB | 0.9/2.0 MB | 276 kB | 1.0/3.2 MB | 183 kB Progress (5): 0.9/1.7 MB | 0.9/2.0 MB | 276 kB | 1.0/3.2 MB | 183 kB Progress (5): 0.9/1.7 MB | 0.9/2.0 MB | 276 kB | 1.0/3.2 MB | 183 kB Progress (5): 0.9/1.7 MB | 0.9/2.0 MB | 276 kB | 1.0/3.2 MB | 183 kB Progress (5): 0.9/1.7 MB | 0.9/2.0 MB | 276 kB | 1.0/3.2 MB | 183 kB Progress (5): 0.9/1.7 MB | 0.9/2.0 MB | 276 kB | 1.0/3.2 MB | 183 kB Progress (5): 0.9/1.7 MB | 0.9/2.0 MB | 276 kB | 1.0/3.2 MB | 183 kB Progress (5): 0.9/1.7 MB | 0.9/2.0 MB | 276 kB | 1.1/3.2 MB | 183 kB Progress (5): 0.9/1.7 MB | 0.9/2.0 MB | 276 kB | 1.1/3.2 MB | 183 kB Progress (5): 0.9/1.7 MB | 0.9/2.0 MB | 276 kB | 1.1/3.2 MB | 183 kB Progress (5): 0.9/1.7 MB | 0.9/2.0 MB | 276 kB | 1.1/3.2 MB | 183 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/xalan/serializer/2.7.2/serializer-2.7.2.jar (276 kB at 8.7 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/net/sourceforge/htmlunit/htmlunit-core-js/2.28/htmlunit-core-js-2.28.jar +Progress (4): 0.9/1.7 MB | 0.9/2.0 MB | 1.1/3.2 MB | 183 kB Progress (4): 0.9/1.7 MB | 0.9/2.0 MB | 1.1/3.2 MB | 183 kB Progress (4): 0.9/1.7 MB | 0.9/2.0 MB | 1.1/3.2 MB | 183 kB Progress (4): 0.9/1.7 MB | 0.9/2.0 MB | 1.1/3.2 MB | 183 kB Progress (4): 0.9/1.7 MB | 0.9/2.0 MB | 1.1/3.2 MB | 183 kB Progress (4): 0.9/1.7 MB | 0.9/2.0 MB | 1.1/3.2 MB | 183 kB Progress (4): 0.9/1.7 MB | 0.9/2.0 MB | 1.1/3.2 MB | 183 kB Progress (4): 0.9/1.7 MB | 1.0/2.0 MB | 1.1/3.2 MB | 183 kB Progress (4): 0.9/1.7 MB | 1.0/2.0 MB | 1.1/3.2 MB | 183 kB Progress (4): 0.9/1.7 MB | 1.0/2.0 MB | 1.1/3.2 MB | 183 kB Progress (4): 0.9/1.7 MB | 1.0/2.0 MB | 1.1/3.2 MB | 183 kB Progress (4): 0.9/1.7 MB | 1.0/2.0 MB | 1.1/3.2 MB | 183 kB Progress (4): 0.9/1.7 MB | 1.0/2.0 MB | 1.1/3.2 MB | 183 kB Progress (4): 0.9/1.7 MB | 1.0/2.0 MB | 1.1/3.2 MB | 183 kB Progress (4): 0.9/1.7 MB | 1.0/2.0 MB | 1.1/3.2 MB | 183 kB Progress (4): 0.9/1.7 MB | 1.0/2.0 MB | 1.1/3.2 MB | 183 kB Progress (4): 0.9/1.7 MB | 1.0/2.0 MB | 1.1/3.2 MB | 183 kB Progress (4): 0.9/1.7 MB | 1.0/2.0 MB | 1.1/3.2 MB | 183 kB Progress (4): 0.9/1.7 MB | 1.0/2.0 MB | 1.1/3.2 MB | 183 kB Progress (4): 1.0/1.7 MB | 1.0/2.0 MB | 1.1/3.2 MB | 183 kB Progress (4): 1.0/1.7 MB | 1.0/2.0 MB | 1.1/3.2 MB | 183 kB Progress (4): 1.0/1.7 MB | 1.0/2.0 MB | 1.1/3.2 MB | 183 kB Progress (4): 1.0/1.7 MB | 1.0/2.0 MB | 1.2/3.2 MB | 183 kB Progress (4): 1.0/1.7 MB | 1.0/2.0 MB | 1.2/3.2 MB | 183 kB Progress (4): 1.0/1.7 MB | 1.0/2.0 MB | 1.2/3.2 MB | 183 kB Progress (4): 1.0/1.7 MB | 1.0/2.0 MB | 1.2/3.2 MB | 183 kB Progress (4): 1.0/1.7 MB | 1.0/2.0 MB | 1.2/3.2 MB | 183 kB Progress (4): 1.0/1.7 MB | 1.0/2.0 MB | 1.2/3.2 MB | 183 kB Progress (4): 1.0/1.7 MB | 1.0/2.0 MB | 1.2/3.2 MB | 183 kB Progress (4): 1.0/1.7 MB | 1.0/2.0 MB | 1.2/3.2 MB | 183 kB Progress (4): 1.0/1.7 MB | 1.0/2.0 MB | 1.3/3.2 MB | 183 kB Progress (4): 1.0/1.7 MB | 1.0/2.0 MB | 1.3/3.2 MB | 183 kB Progress (4): 1.0/1.7 MB | 1.0/2.0 MB | 1.3/3.2 MB | 183 kB Progress (4): 1.0/1.7 MB | 1.0/2.0 MB | 1.3/3.2 MB | 183 kB Progress (4): 1.0/1.7 MB | 1.0/2.0 MB | 1.3/3.2 MB | 183 kB Progress (4): 1.0/1.7 MB | 1.0/2.0 MB | 1.3/3.2 MB | 183 kB Progress (4): 1.0/1.7 MB | 1.0/2.0 MB | 1.3/3.2 MB | 183 kB Progress (4): 1.0/1.7 MB | 1.0/2.0 MB | 1.3/3.2 MB | 183 kB Progress (4): 1.0/1.7 MB | 1.1/2.0 MB | 1.3/3.2 MB | 183 kB Progress (4): 1.0/1.7 MB | 1.1/2.0 MB | 1.3/3.2 MB | 183 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/commons/commons-text/1.3/commons-text-1.3.jar (183 kB at 5.7 kB/s) +Progress (3): 1.0/1.7 MB | 1.1/2.0 MB | 1.3/3.2 MB Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/net/sourceforge/htmlunit/neko-htmlunit/2.30/neko-htmlunit-2.30.jar +Progress (3): 1.0/1.7 MB | 1.1/2.0 MB | 1.3/3.2 MB Progress (3): 1.0/1.7 MB | 1.1/2.0 MB | 1.3/3.2 MB Progress (3): 1.0/1.7 MB | 1.1/2.0 MB | 1.3/3.2 MB Progress (3): 1.0/1.7 MB | 1.1/2.0 MB | 1.3/3.2 MB Progress (3): 1.0/1.7 MB | 1.1/2.0 MB | 1.3/3.2 MB Progress (3): 1.0/1.7 MB | 1.1/2.0 MB | 1.3/3.2 MB Progress (3): 1.0/1.7 MB | 1.1/2.0 MB | 1.3/3.2 MB Progress (3): 1.0/1.7 MB | 1.1/2.0 MB | 1.3/3.2 MB Progress (3): 1.0/1.7 MB | 1.1/2.0 MB | 1.3/3.2 MB Progress (3): 1.0/1.7 MB | 1.1/2.0 MB | 1.3/3.2 MB Progress (3): 1.0/1.7 MB | 1.1/2.0 MB | 1.3/3.2 MB Progress (3): 1.0/1.7 MB | 1.1/2.0 MB | 1.3/3.2 MB Progress (3): 1.0/1.7 MB | 1.1/2.0 MB | 1.3/3.2 MB Progress (3): 1.0/1.7 MB | 1.1/2.0 MB | 1.4/3.2 MB Progress (3): 1.0/1.7 MB | 1.1/2.0 MB | 1.4/3.2 MB Progress (3): 1.0/1.7 MB | 1.1/2.0 MB | 1.4/3.2 MB Progress (3): 1.0/1.7 MB | 1.1/2.0 MB | 1.4/3.2 MB Progress (3): 1.0/1.7 MB | 1.1/2.0 MB | 1.4/3.2 MB Progress (3): 1.0/1.7 MB | 1.1/2.0 MB | 1.4/3.2 MB Progress (3): 1.0/1.7 MB | 1.1/2.0 MB | 1.4/3.2 MB Progress (3): 1.0/1.7 MB | 1.1/2.0 MB | 1.4/3.2 MB Progress (3): 1.0/1.7 MB | 1.1/2.0 MB | 1.4/3.2 MB Progress (3): 1.0/1.7 MB | 1.1/2.0 MB | 1.4/3.2 MB Progress (3): 1.0/1.7 MB | 1.1/2.0 MB | 1.5/3.2 MB Progress (3): 1.0/1.7 MB | 1.1/2.0 MB | 1.5/3.2 MB Progress (3): 1.0/1.7 MB | 1.1/2.0 MB | 1.5/3.2 MB Progress (3): 1.0/1.7 MB | 1.1/2.0 MB | 1.5/3.2 MB Progress (3): 1.0/1.7 MB | 1.1/2.0 MB | 1.5/3.2 MB Progress (3): 1.0/1.7 MB | 1.1/2.0 MB | 1.5/3.2 MB Progress (3): 1.0/1.7 MB | 1.2/2.0 MB | 1.5/3.2 MB Progress (3): 1.0/1.7 MB | 1.2/2.0 MB | 1.5/3.2 MB Progress (3): 1.0/1.7 MB | 1.2/2.0 MB | 1.5/3.2 MB Progress (3): 1.0/1.7 MB | 1.2/2.0 MB | 1.5/3.2 MB Progress (3): 1.0/1.7 MB | 1.2/2.0 MB | 1.5/3.2 MB Progress (3): 1.0/1.7 MB | 1.2/2.0 MB | 1.5/3.2 MB Progress (3): 1.0/1.7 MB | 1.2/2.0 MB | 1.5/3.2 MB Progress (3): 1.0/1.7 MB | 1.2/2.0 MB | 1.5/3.2 MB Progress (3): 1.0/1.7 MB | 1.2/2.0 MB | 1.5/3.2 MB Progress (3): 1.0/1.7 MB | 1.2/2.0 MB | 1.5/3.2 MB Progress (3): 1.0/1.7 MB | 1.2/2.0 MB | 1.5/3.2 MB Progress (3): 1.0/1.7 MB | 1.2/2.0 MB | 1.5/3.2 MB Progress (3): 1.0/1.7 MB | 1.2/2.0 MB | 1.5/3.2 MB Progress (3): 1.0/1.7 MB | 1.2/2.0 MB | 1.5/3.2 MB Progress (3): 1.0/1.7 MB | 1.2/2.0 MB | 1.5/3.2 MB Progress (3): 1.0/1.7 MB | 1.2/2.0 MB | 1.5/3.2 MB Progress (3): 1.0/1.7 MB | 1.2/2.0 MB | 1.6/3.2 MB Progress (3): 1.0/1.7 MB | 1.3/2.0 MB | 1.6/3.2 MB Progress (3): 1.0/1.7 MB | 1.3/2.0 MB | 1.6/3.2 MB Progress (3): 1.0/1.7 MB | 1.3/2.0 MB | 1.6/3.2 MB Progress (3): 1.0/1.7 MB | 1.3/2.0 MB | 1.6/3.2 MB Progress (3): 1.0/1.7 MB | 1.3/2.0 MB | 1.6/3.2 MB Progress (3): 1.1/1.7 MB | 1.3/2.0 MB | 1.6/3.2 MB Progress (3): 1.1/1.7 MB | 1.3/2.0 MB | 1.6/3.2 MB Progress (3): 1.1/1.7 MB | 1.3/2.0 MB | 1.6/3.2 MB Progress (3): 1.1/1.7 MB | 1.3/2.0 MB | 1.6/3.2 MB Progress (3): 1.1/1.7 MB | 1.3/2.0 MB | 1.7/3.2 MB Progress (3): 1.1/1.7 MB | 1.3/2.0 MB | 1.7/3.2 MB Progress (4): 1.1/1.7 MB | 1.3/2.0 MB | 1.7/3.2 MB | 0/1.3 MB Progress (4): 1.1/1.7 MB | 1.3/2.0 MB | 1.7/3.2 MB | 0/1.3 MB Progress (4): 1.1/1.7 MB | 1.3/2.0 MB | 1.7/3.2 MB | 0/1.3 MB Progress (4): 1.1/1.7 MB | 1.3/2.0 MB | 1.7/3.2 MB | 0/1.3 MB Progress (4): 1.1/1.7 MB | 1.3/2.0 MB | 1.7/3.2 MB | 0/1.3 MB Progress (4): 1.1/1.7 MB | 1.3/2.0 MB | 1.7/3.2 MB | 0/1.3 MB Progress (4): 1.1/1.7 MB | 1.3/2.0 MB | 1.7/3.2 MB | 0/1.3 MB Progress (4): 1.1/1.7 MB | 1.3/2.0 MB | 1.7/3.2 MB | 0/1.3 MB Progress (4): 1.1/1.7 MB | 1.3/2.0 MB | 1.7/3.2 MB | 0/1.3 MB Progress (4): 1.1/1.7 MB | 1.3/2.0 MB | 1.7/3.2 MB | 0/1.3 MB Progress (4): 1.1/1.7 MB | 1.3/2.0 MB | 1.7/3.2 MB | 0/1.3 MB Progress (4): 1.1/1.7 MB | 1.3/2.0 MB | 1.7/3.2 MB | 0/1.3 MB Progress (4): 1.1/1.7 MB | 1.3/2.0 MB | 1.7/3.2 MB | 0/1.3 MB Progress (4): 1.1/1.7 MB | 1.3/2.0 MB | 1.7/3.2 MB | 0/1.3 MB Progress (4): 1.1/1.7 MB | 1.3/2.0 MB | 1.7/3.2 MB | 0/1.3 MB Progress (4): 1.1/1.7 MB | 1.3/2.0 MB | 1.7/3.2 MB | 0/1.3 MB Progress (4): 1.1/1.7 MB | 1.3/2.0 MB | 1.7/3.2 MB | 0/1.3 MB Progress (4): 1.1/1.7 MB | 1.3/2.0 MB | 1.7/3.2 MB | 0/1.3 MB Progress (4): 1.1/1.7 MB | 1.3/2.0 MB | 1.7/3.2 MB | 0/1.3 MB Progress (4): 1.1/1.7 MB | 1.4/2.0 MB | 1.7/3.2 MB | 0/1.3 MB Progress (4): 1.1/1.7 MB | 1.4/2.0 MB | 1.7/3.2 MB | 0/1.3 MB Progress (4): 1.1/1.7 MB | 1.4/2.0 MB | 1.7/3.2 MB | 0/1.3 MB Progress (4): 1.1/1.7 MB | 1.4/2.0 MB | 1.7/3.2 MB | 0/1.3 MB Progress (4): 1.1/1.7 MB | 1.4/2.0 MB | 1.7/3.2 MB | 0/1.3 MB Progress (4): 1.1/1.7 MB | 1.4/2.0 MB | 1.7/3.2 MB | 0/1.3 MB Progress (4): 1.1/1.7 MB | 1.4/2.0 MB | 1.7/3.2 MB | 0/1.3 MB Progress (4): 1.1/1.7 MB | 1.4/2.0 MB | 1.7/3.2 MB | 0/1.3 MB Progress (4): 1.1/1.7 MB | 1.4/2.0 MB | 1.8/3.2 MB | 0/1.3 MB Progress (4): 1.1/1.7 MB | 1.4/2.0 MB | 1.8/3.2 MB | 0/1.3 MB Progress (4): 1.1/1.7 MB | 1.4/2.0 MB | 1.8/3.2 MB | 0/1.3 MB Progress (4): 1.1/1.7 MB | 1.4/2.0 MB | 1.8/3.2 MB | 0/1.3 MB Progress (4): 1.1/1.7 MB | 1.4/2.0 MB | 1.8/3.2 MB | 0/1.3 MB Progress (4): 1.1/1.7 MB | 1.4/2.0 MB | 1.8/3.2 MB | 0/1.3 MB Progress (4): 1.1/1.7 MB | 1.4/2.0 MB | 1.8/3.2 MB | 0/1.3 MB Progress (4): 1.1/1.7 MB | 1.4/2.0 MB | 1.8/3.2 MB | 0/1.3 MB Progress (4): 1.1/1.7 MB | 1.4/2.0 MB | 1.8/3.2 MB | 0/1.3 MB Progress (4): 1.1/1.7 MB | 1.4/2.0 MB | 1.8/3.2 MB | 0/1.3 MB Progress (4): 1.1/1.7 MB | 1.4/2.0 MB | 1.9/3.2 MB | 0/1.3 MB Progress (4): 1.1/1.7 MB | 1.4/2.0 MB | 1.9/3.2 MB | 0/1.3 MB Progress (4): 1.1/1.7 MB | 1.4/2.0 MB | 1.9/3.2 MB | 0/1.3 MB Progress (4): 1.1/1.7 MB | 1.4/2.0 MB | 1.9/3.2 MB | 0/1.3 MB Progress (4): 1.1/1.7 MB | 1.4/2.0 MB | 1.9/3.2 MB | 0/1.3 MB Progress (4): 1.1/1.7 MB | 1.4/2.0 MB | 1.9/3.2 MB | 0.1/1.3 MB Progress (4): 1.1/1.7 MB | 1.4/2.0 MB | 1.9/3.2 MB | 0.1/1.3 MB Progress (4): 1.1/1.7 MB | 1.4/2.0 MB | 1.9/3.2 MB | 0.1/1.3 MB Progress (4): 1.1/1.7 MB | 1.4/2.0 MB | 1.9/3.2 MB | 0.1/1.3 MB Progress (4): 1.1/1.7 MB | 1.4/2.0 MB | 1.9/3.2 MB | 0.1/1.3 MB Progress (4): 1.1/1.7 MB | 1.4/2.0 MB | 1.9/3.2 MB | 0.1/1.3 MB Progress (4): 1.1/1.7 MB | 1.4/2.0 MB | 1.9/3.2 MB | 0.1/1.3 MB Progress (4): 1.1/1.7 MB | 1.4/2.0 MB | 1.9/3.2 MB | 0.1/1.3 MB Progress (4): 1.1/1.7 MB | 1.4/2.0 MB | 1.9/3.2 MB | 0.1/1.3 MB Progress (4): 1.1/1.7 MB | 1.4/2.0 MB | 1.9/3.2 MB | 0.1/1.3 MB Progress (4): 1.1/1.7 MB | 1.4/2.0 MB | 1.9/3.2 MB | 0.1/1.3 MB Progress (4): 1.1/1.7 MB | 1.4/2.0 MB | 1.9/3.2 MB | 0.1/1.3 MB Progress (4): 1.1/1.7 MB | 1.4/2.0 MB | 1.9/3.2 MB | 0.1/1.3 MB Progress (4): 1.1/1.7 MB | 1.4/2.0 MB | 1.9/3.2 MB | 0.1/1.3 MB Progress (4): 1.1/1.7 MB | 1.4/2.0 MB | 1.9/3.2 MB | 0.1/1.3 MB Progress (4): 1.1/1.7 MB | 1.5/2.0 MB | 1.9/3.2 MB | 0.1/1.3 MB Progress (4): 1.2/1.7 MB | 1.5/2.0 MB | 1.9/3.2 MB | 0.1/1.3 MB Progress (4): 1.2/1.7 MB | 1.5/2.0 MB | 1.9/3.2 MB | 0.1/1.3 MB Progress (4): 1.2/1.7 MB | 1.5/2.0 MB | 1.9/3.2 MB | 0.1/1.3 MB Progress (4): 1.2/1.7 MB | 1.5/2.0 MB | 1.9/3.2 MB | 0.1/1.3 MB Progress (4): 1.2/1.7 MB | 1.5/2.0 MB | 1.9/3.2 MB | 0.1/1.3 MB Progress (4): 1.2/1.7 MB | 1.5/2.0 MB | 1.9/3.2 MB | 0.1/1.3 MB Progress (5): 1.2/1.7 MB | 1.5/2.0 MB | 1.9/3.2 MB | 0.1/1.3 MB | 4.1/126 kB Progress (5): 1.2/1.7 MB | 1.5/2.0 MB | 1.9/3.2 MB | 0.1/1.3 MB | 7.8/126 kB Progress (5): 1.2/1.7 MB | 1.5/2.0 MB | 1.9/3.2 MB | 0.1/1.3 MB | 12/126 kB Progress (5): 1.2/1.7 MB | 1.5/2.0 MB | 1.9/3.2 MB | 0.1/1.3 MB | 16/126 kB Progress (5): 1.2/1.7 MB | 1.5/2.0 MB | 1.9/3.2 MB | 0.1/1.3 MB | 20/126 kB Progress (5): 1.2/1.7 MB | 1.5/2.0 MB | 1.9/3.2 MB | 0.1/1.3 MB | 24/126 kB Progress (5): 1.2/1.7 MB | 1.5/2.0 MB | 1.9/3.2 MB | 0.1/1.3 MB | 28/126 kB Progress (5): 1.2/1.7 MB | 1.5/2.0 MB | 1.9/3.2 MB | 0.1/1.3 MB | 32/126 kB Progress (5): 1.2/1.7 MB | 1.5/2.0 MB | 1.9/3.2 MB | 0.1/1.3 MB | 36/126 kB Progress (5): 1.2/1.7 MB | 1.5/2.0 MB | 1.9/3.2 MB | 0.1/1.3 MB | 36/126 kB Progress (5): 1.2/1.7 MB | 1.5/2.0 MB | 1.9/3.2 MB | 0.1/1.3 MB | 41/126 kB Progress (5): 1.2/1.7 MB | 1.5/2.0 MB | 1.9/3.2 MB | 0.1/1.3 MB | 41/126 kB Progress (5): 1.2/1.7 MB | 1.5/2.0 MB | 1.9/3.2 MB | 0.1/1.3 MB | 41/126 kB Progress (5): 1.2/1.7 MB | 1.5/2.0 MB | 1.9/3.2 MB | 0.1/1.3 MB | 41/126 kB Progress (5): 1.2/1.7 MB | 1.5/2.0 MB | 2.0/3.2 MB | 0.1/1.3 MB | 41/126 kB Progress (5): 1.2/1.7 MB | 1.5/2.0 MB | 2.0/3.2 MB | 0.1/1.3 MB | 41/126 kB Progress (5): 1.2/1.7 MB | 1.5/2.0 MB | 2.0/3.2 MB | 0.1/1.3 MB | 41/126 kB Progress (5): 1.2/1.7 MB | 1.5/2.0 MB | 2.0/3.2 MB | 0.1/1.3 MB | 41/126 kB Progress (5): 1.2/1.7 MB | 1.5/2.0 MB | 2.0/3.2 MB | 0.1/1.3 MB | 41/126 kB Progress (5): 1.2/1.7 MB | 1.5/2.0 MB | 2.0/3.2 MB | 0.1/1.3 MB | 41/126 kB Progress (5): 1.2/1.7 MB | 1.5/2.0 MB | 2.0/3.2 MB | 0.1/1.3 MB | 41/126 kB Progress (5): 1.2/1.7 MB | 1.5/2.0 MB | 2.0/3.2 MB | 0.1/1.3 MB | 41/126 kB Progress (5): 1.2/1.7 MB | 1.5/2.0 MB | 2.0/3.2 MB | 0.1/1.3 MB | 41/126 kB Progress (5): 1.2/1.7 MB | 1.5/2.0 MB | 2.0/3.2 MB | 0.1/1.3 MB | 41/126 kB Progress (5): 1.2/1.7 MB | 1.5/2.0 MB | 2.0/3.2 MB | 0.1/1.3 MB | 41/126 kB Progress (5): 1.2/1.7 MB | 1.5/2.0 MB | 2.0/3.2 MB | 0.1/1.3 MB | 41/126 kB Progress (5): 1.2/1.7 MB | 1.5/2.0 MB | 2.0/3.2 MB | 0.1/1.3 MB | 41/126 kB Progress (5): 1.2/1.7 MB | 1.5/2.0 MB | 2.0/3.2 MB | 0.1/1.3 MB | 41/126 kB Progress (5): 1.2/1.7 MB | 1.5/2.0 MB | 2.0/3.2 MB | 0.1/1.3 MB | 41/126 kB Progress (5): 1.2/1.7 MB | 1.5/2.0 MB | 2.0/3.2 MB | 0.1/1.3 MB | 41/126 kB Progress (5): 1.2/1.7 MB | 1.5/2.0 MB | 2.0/3.2 MB | 0.1/1.3 MB | 41/126 kB Progress (5): 1.2/1.7 MB | 1.5/2.0 MB | 2.0/3.2 MB | 0.2/1.3 MB | 41/126 kB Progress (5): 1.2/1.7 MB | 1.5/2.0 MB | 2.0/3.2 MB | 0.2/1.3 MB | 41/126 kB Progress (5): 1.2/1.7 MB | 1.5/2.0 MB | 2.0/3.2 MB | 0.2/1.3 MB | 41/126 kB Progress (5): 1.2/1.7 MB | 1.5/2.0 MB | 2.0/3.2 MB | 0.2/1.3 MB | 41/126 kB Progress (5): 1.2/1.7 MB | 1.5/2.0 MB | 2.0/3.2 MB | 0.2/1.3 MB | 41/126 kB Progress (5): 1.2/1.7 MB | 1.5/2.0 MB | 2.1/3.2 MB | 0.2/1.3 MB | 41/126 kB Progress (5): 1.2/1.7 MB | 1.5/2.0 MB | 2.1/3.2 MB | 0.2/1.3 MB | 41/126 kB Progress (5): 1.2/1.7 MB | 1.5/2.0 MB | 2.1/3.2 MB | 0.2/1.3 MB | 41/126 kB Progress (5): 1.2/1.7 MB | 1.5/2.0 MB | 2.1/3.2 MB | 0.2/1.3 MB | 41/126 kB Progress (5): 1.2/1.7 MB | 1.5/2.0 MB | 2.1/3.2 MB | 0.2/1.3 MB | 41/126 kB Progress (5): 1.2/1.7 MB | 1.5/2.0 MB | 2.1/3.2 MB | 0.2/1.3 MB | 41/126 kB Progress (5): 1.2/1.7 MB | 1.6/2.0 MB | 2.1/3.2 MB | 0.2/1.3 MB | 41/126 kB Progress (5): 1.2/1.7 MB | 1.6/2.0 MB | 2.1/3.2 MB | 0.2/1.3 MB | 41/126 kB Progress (5): 1.2/1.7 MB | 1.6/2.0 MB | 2.1/3.2 MB | 0.2/1.3 MB | 41/126 kB Progress (5): 1.2/1.7 MB | 1.6/2.0 MB | 2.1/3.2 MB | 0.2/1.3 MB | 41/126 kB Progress (5): 1.2/1.7 MB | 1.6/2.0 MB | 2.1/3.2 MB | 0.2/1.3 MB | 41/126 kB Progress (5): 1.2/1.7 MB | 1.6/2.0 MB | 2.1/3.2 MB | 0.2/1.3 MB | 41/126 kB Progress (5): 1.2/1.7 MB | 1.6/2.0 MB | 2.1/3.2 MB | 0.2/1.3 MB | 41/126 kB Progress (5): 1.2/1.7 MB | 1.6/2.0 MB | 2.1/3.2 MB | 0.2/1.3 MB | 41/126 kB Progress (5): 1.2/1.7 MB | 1.6/2.0 MB | 2.1/3.2 MB | 0.2/1.3 MB | 41/126 kB Progress (5): 1.2/1.7 MB | 1.6/2.0 MB | 2.1/3.2 MB | 0.2/1.3 MB | 41/126 kB Progress (5): 1.2/1.7 MB | 1.6/2.0 MB | 2.1/3.2 MB | 0.2/1.3 MB | 41/126 kB Progress (5): 1.2/1.7 MB | 1.6/2.0 MB | 2.1/3.2 MB | 0.2/1.3 MB | 41/126 kB Progress (5): 1.2/1.7 MB | 1.6/2.0 MB | 2.1/3.2 MB | 0.2/1.3 MB | 41/126 kB Progress (5): 1.2/1.7 MB | 1.6/2.0 MB | 2.1/3.2 MB | 0.2/1.3 MB | 45/126 kB Progress (5): 1.2/1.7 MB | 1.6/2.0 MB | 2.1/3.2 MB | 0.2/1.3 MB | 49/126 kB Progress (5): 1.2/1.7 MB | 1.6/2.0 MB | 2.1/3.2 MB | 0.2/1.3 MB | 53/126 kB Progress (5): 1.2/1.7 MB | 1.6/2.0 MB | 2.1/3.2 MB | 0.2/1.3 MB | 57/126 kB Progress (5): 1.2/1.7 MB | 1.6/2.0 MB | 2.1/3.2 MB | 0.2/1.3 MB | 61/126 kB Progress (5): 1.2/1.7 MB | 1.6/2.0 MB | 2.1/3.2 MB | 0.2/1.3 MB | 65/126 kB Progress (5): 1.2/1.7 MB | 1.6/2.0 MB | 2.1/3.2 MB | 0.2/1.3 MB | 65/126 kB Progress (5): 1.2/1.7 MB | 1.6/2.0 MB | 2.1/3.2 MB | 0.2/1.3 MB | 69/126 kB Progress (5): 1.2/1.7 MB | 1.6/2.0 MB | 2.1/3.2 MB | 0.2/1.3 MB | 73/126 kB Progress (5): 1.2/1.7 MB | 1.6/2.0 MB | 2.1/3.2 MB | 0.2/1.3 MB | 77/126 kB Progress (5): 1.2/1.7 MB | 1.6/2.0 MB | 2.1/3.2 MB | 0.2/1.3 MB | 82/126 kB Progress (5): 1.2/1.7 MB | 1.6/2.0 MB | 2.1/3.2 MB | 0.2/1.3 MB | 82/126 kB Progress (5): 1.2/1.7 MB | 1.6/2.0 MB | 2.1/3.2 MB | 0.2/1.3 MB | 82/126 kB Progress (5): 1.2/1.7 MB | 1.6/2.0 MB | 2.2/3.2 MB | 0.2/1.3 MB | 82/126 kB Progress (5): 1.2/1.7 MB | 1.6/2.0 MB | 2.2/3.2 MB | 0.2/1.3 MB | 82/126 kB Progress (5): 1.2/1.7 MB | 1.6/2.0 MB | 2.2/3.2 MB | 0.2/1.3 MB | 82/126 kB Progress (5): 1.2/1.7 MB | 1.6/2.0 MB | 2.2/3.2 MB | 0.2/1.3 MB | 82/126 kB Progress (5): 1.2/1.7 MB | 1.6/2.0 MB | 2.2/3.2 MB | 0.2/1.3 MB | 82/126 kB Progress (5): 1.2/1.7 MB | 1.6/2.0 MB | 2.2/3.2 MB | 0.2/1.3 MB | 82/126 kB Progress (5): 1.2/1.7 MB | 1.6/2.0 MB | 2.2/3.2 MB | 0.2/1.3 MB | 82/126 kB Progress (5): 1.2/1.7 MB | 1.6/2.0 MB | 2.2/3.2 MB | 0.2/1.3 MB | 82/126 kB Progress (5): 1.2/1.7 MB | 1.6/2.0 MB | 2.2/3.2 MB | 0.2/1.3 MB | 82/126 kB Progress (5): 1.2/1.7 MB | 1.6/2.0 MB | 2.2/3.2 MB | 0.2/1.3 MB | 82/126 kB Progress (5): 1.2/1.7 MB | 1.6/2.0 MB | 2.2/3.2 MB | 0.2/1.3 MB | 82/126 kB Progress (5): 1.2/1.7 MB | 1.6/2.0 MB | 2.2/3.2 MB | 0.2/1.3 MB | 82/126 kB Progress (5): 1.2/1.7 MB | 1.6/2.0 MB | 2.2/3.2 MB | 0.2/1.3 MB | 82/126 kB Progress (5): 1.2/1.7 MB | 1.6/2.0 MB | 2.2/3.2 MB | 0.2/1.3 MB | 82/126 kB Progress (5): 1.2/1.7 MB | 1.6/2.0 MB | 2.2/3.2 MB | 0.2/1.3 MB | 82/126 kB Progress (5): 1.2/1.7 MB | 1.6/2.0 MB | 2.2/3.2 MB | 0.2/1.3 MB | 82/126 kB Progress (5): 1.2/1.7 MB | 1.6/2.0 MB | 2.2/3.2 MB | 0.2/1.3 MB | 82/126 kB Progress (5): 1.2/1.7 MB | 1.6/2.0 MB | 2.2/3.2 MB | 0.2/1.3 MB | 82/126 kB Progress (5): 1.3/1.7 MB | 1.6/2.0 MB | 2.2/3.2 MB | 0.2/1.3 MB | 82/126 kB Progress (5): 1.3/1.7 MB | 1.6/2.0 MB | 2.2/3.2 MB | 0.2/1.3 MB | 82/126 kB Progress (5): 1.3/1.7 MB | 1.6/2.0 MB | 2.2/3.2 MB | 0.2/1.3 MB | 82/126 kB Progress (5): 1.3/1.7 MB | 1.6/2.0 MB | 2.2/3.2 MB | 0.3/1.3 MB | 82/126 kB Progress (5): 1.3/1.7 MB | 1.6/2.0 MB | 2.2/3.2 MB | 0.3/1.3 MB | 82/126 kB Progress (5): 1.3/1.7 MB | 1.6/2.0 MB | 2.2/3.2 MB | 0.3/1.3 MB | 82/126 kB Progress (5): 1.3/1.7 MB | 1.6/2.0 MB | 2.2/3.2 MB | 0.3/1.3 MB | 82/126 kB Progress (5): 1.3/1.7 MB | 1.7/2.0 MB | 2.2/3.2 MB | 0.3/1.3 MB | 82/126 kB Progress (5): 1.3/1.7 MB | 1.7/2.0 MB | 2.3/3.2 MB | 0.3/1.3 MB | 82/126 kB Progress (5): 1.3/1.7 MB | 1.7/2.0 MB | 2.3/3.2 MB | 0.3/1.3 MB | 82/126 kB Progress (5): 1.3/1.7 MB | 1.7/2.0 MB | 2.3/3.2 MB | 0.3/1.3 MB | 82/126 kB Progress (5): 1.3/1.7 MB | 1.7/2.0 MB | 2.3/3.2 MB | 0.3/1.3 MB | 82/126 kB Progress (5): 1.3/1.7 MB | 1.7/2.0 MB | 2.3/3.2 MB | 0.3/1.3 MB | 82/126 kB Progress (5): 1.3/1.7 MB | 1.7/2.0 MB | 2.3/3.2 MB | 0.3/1.3 MB | 82/126 kB Progress (5): 1.3/1.7 MB | 1.7/2.0 MB | 2.3/3.2 MB | 0.3/1.3 MB | 82/126 kB Progress (5): 1.3/1.7 MB | 1.7/2.0 MB | 2.3/3.2 MB | 0.3/1.3 MB | 82/126 kB Progress (5): 1.3/1.7 MB | 1.7/2.0 MB | 2.3/3.2 MB | 0.3/1.3 MB | 82/126 kB Progress (5): 1.3/1.7 MB | 1.7/2.0 MB | 2.3/3.2 MB | 0.3/1.3 MB | 82/126 kB Progress (5): 1.3/1.7 MB | 1.7/2.0 MB | 2.3/3.2 MB | 0.3/1.3 MB | 82/126 kB Progress (5): 1.3/1.7 MB | 1.7/2.0 MB | 2.3/3.2 MB | 0.3/1.3 MB | 82/126 kB Progress (5): 1.3/1.7 MB | 1.7/2.0 MB | 2.3/3.2 MB | 0.3/1.3 MB | 82/126 kB Progress (5): 1.3/1.7 MB | 1.7/2.0 MB | 2.3/3.2 MB | 0.3/1.3 MB | 82/126 kB Progress (5): 1.3/1.7 MB | 1.7/2.0 MB | 2.3/3.2 MB | 0.3/1.3 MB | 82/126 kB Progress (5): 1.3/1.7 MB | 1.7/2.0 MB | 2.3/3.2 MB | 0.3/1.3 MB | 86/126 kB Progress (5): 1.3/1.7 MB | 1.7/2.0 MB | 2.3/3.2 MB | 0.3/1.3 MB | 90/126 kB Progress (5): 1.3/1.7 MB | 1.7/2.0 MB | 2.3/3.2 MB | 0.3/1.3 MB | 94/126 kB Progress (5): 1.3/1.7 MB | 1.7/2.0 MB | 2.3/3.2 MB | 0.3/1.3 MB | 98/126 kB Progress (5): 1.3/1.7 MB | 1.7/2.0 MB | 2.3/3.2 MB | 0.3/1.3 MB | 102/126 kB Progress (5): 1.3/1.7 MB | 1.7/2.0 MB | 2.3/3.2 MB | 0.3/1.3 MB | 106/126 kB Progress (5): 1.3/1.7 MB | 1.7/2.0 MB | 2.3/3.2 MB | 0.3/1.3 MB | 110/126 kB Progress (5): 1.3/1.7 MB | 1.7/2.0 MB | 2.3/3.2 MB | 0.3/1.3 MB | 114/126 kB Progress (5): 1.3/1.7 MB | 1.7/2.0 MB | 2.3/3.2 MB | 0.3/1.3 MB | 118/126 kB Progress (5): 1.3/1.7 MB | 1.7/2.0 MB | 2.3/3.2 MB | 0.3/1.3 MB | 122/126 kB Progress (5): 1.3/1.7 MB | 1.7/2.0 MB | 2.3/3.2 MB | 0.3/1.3 MB | 126 kB Progress (5): 1.3/1.7 MB | 1.7/2.0 MB | 2.3/3.2 MB | 0.3/1.3 MB | 126 kB Progress (5): 1.3/1.7 MB | 1.7/2.0 MB | 2.3/3.2 MB | 0.3/1.3 MB | 126 kB Progress (5): 1.3/1.7 MB | 1.7/2.0 MB | 2.3/3.2 MB | 0.3/1.3 MB | 126 kB Progress (5): 1.3/1.7 MB | 1.7/2.0 MB | 2.3/3.2 MB | 0.3/1.3 MB | 126 kB Progress (5): 1.3/1.7 MB | 1.7/2.0 MB | 2.3/3.2 MB | 0.3/1.3 MB | 126 kB Progress (5): 1.3/1.7 MB | 1.7/2.0 MB | 2.4/3.2 MB | 0.3/1.3 MB | 126 kB Progress (5): 1.3/1.7 MB | 1.7/2.0 MB | 2.4/3.2 MB | 0.3/1.3 MB | 126 kB Progress (5): 1.3/1.7 MB | 1.7/2.0 MB | 2.4/3.2 MB | 0.3/1.3 MB | 126 kB Progress (5): 1.3/1.7 MB | 1.8/2.0 MB | 2.4/3.2 MB | 0.3/1.3 MB | 126 kB Progress (5): 1.3/1.7 MB | 1.8/2.0 MB | 2.4/3.2 MB | 0.3/1.3 MB | 126 kB Progress (5): 1.3/1.7 MB | 1.8/2.0 MB | 2.4/3.2 MB | 0.3/1.3 MB | 126 kB Progress (5): 1.3/1.7 MB | 1.8/2.0 MB | 2.4/3.2 MB | 0.3/1.3 MB | 126 kB Progress (5): 1.3/1.7 MB | 1.8/2.0 MB | 2.4/3.2 MB | 0.3/1.3 MB | 126 kB Progress (5): 1.3/1.7 MB | 1.8/2.0 MB | 2.4/3.2 MB | 0.3/1.3 MB | 126 kB Progress (5): 1.3/1.7 MB | 1.8/2.0 MB | 2.4/3.2 MB | 0.3/1.3 MB | 126 kB Progress (5): 1.3/1.7 MB | 1.8/2.0 MB | 2.4/3.2 MB | 0.3/1.3 MB | 126 kB Progress (5): 1.3/1.7 MB | 1.8/2.0 MB | 2.4/3.2 MB | 0.3/1.3 MB | 126 kB Progress (5): 1.3/1.7 MB | 1.8/2.0 MB | 2.4/3.2 MB | 0.3/1.3 MB | 126 kB Progress (5): 1.3/1.7 MB | 1.8/2.0 MB | 2.4/3.2 MB | 0.3/1.3 MB | 126 kB Progress (5): 1.3/1.7 MB | 1.8/2.0 MB | 2.4/3.2 MB | 0.3/1.3 MB | 126 kB Progress (5): 1.3/1.7 MB | 1.8/2.0 MB | 2.4/3.2 MB | 0.3/1.3 MB | 126 kB Progress (5): 1.3/1.7 MB | 1.8/2.0 MB | 2.4/3.2 MB | 0.3/1.3 MB | 126 kB Progress (5): 1.3/1.7 MB | 1.8/2.0 MB | 2.4/3.2 MB | 0.3/1.3 MB | 126 kB Progress (5): 1.3/1.7 MB | 1.8/2.0 MB | 2.4/3.2 MB | 0.3/1.3 MB | 126 kB Progress (5): 1.3/1.7 MB | 1.8/2.0 MB | 2.4/3.2 MB | 0.3/1.3 MB | 126 kB Progress (5): 1.3/1.7 MB | 1.8/2.0 MB | 2.4/3.2 MB | 0.3/1.3 MB | 126 kB Progress (5): 1.3/1.7 MB | 1.8/2.0 MB | 2.4/3.2 MB | 0.3/1.3 MB | 126 kB Progress (5): 1.3/1.7 MB | 1.8/2.0 MB | 2.4/3.2 MB | 0.3/1.3 MB | 126 kB Progress (5): 1.3/1.7 MB | 1.8/2.0 MB | 2.4/3.2 MB | 0.3/1.3 MB | 126 kB Progress (5): 1.3/1.7 MB | 1.8/2.0 MB | 2.4/3.2 MB | 0.3/1.3 MB | 126 kB Progress (5): 1.3/1.7 MB | 1.8/2.0 MB | 2.4/3.2 MB | 0.3/1.3 MB | 126 kB Progress (5): 1.3/1.7 MB | 1.8/2.0 MB | 2.4/3.2 MB | 0.3/1.3 MB | 126 kB Progress (5): 1.3/1.7 MB | 1.8/2.0 MB | 2.4/3.2 MB | 0.3/1.3 MB | 126 kB Progress (5): 1.3/1.7 MB | 1.8/2.0 MB | 2.4/3.2 MB | 0.3/1.3 MB | 126 kB Progress (5): 1.3/1.7 MB | 1.8/2.0 MB | 2.4/3.2 MB | 0.3/1.3 MB | 126 kB Progress (5): 1.3/1.7 MB | 1.8/2.0 MB | 2.5/3.2 MB | 0.3/1.3 MB | 126 kB Progress (5): 1.3/1.7 MB | 1.8/2.0 MB | 2.5/3.2 MB | 0.3/1.3 MB | 126 kB Progress (5): 1.3/1.7 MB | 1.8/2.0 MB | 2.5/3.2 MB | 0.3/1.3 MB | 126 kB Progress (5): 1.3/1.7 MB | 1.8/2.0 MB | 2.5/3.2 MB | 0.3/1.3 MB | 126 kB Progress (5): 1.3/1.7 MB | 1.8/2.0 MB | 2.5/3.2 MB | 0.3/1.3 MB | 126 kB Progress (5): 1.3/1.7 MB | 1.8/2.0 MB | 2.5/3.2 MB | 0.3/1.3 MB | 126 kB Progress (5): 1.4/1.7 MB | 1.8/2.0 MB | 2.5/3.2 MB | 0.3/1.3 MB | 126 kB Progress (5): 1.4/1.7 MB | 1.8/2.0 MB | 2.5/3.2 MB | 0.3/1.3 MB | 126 kB Progress (5): 1.4/1.7 MB | 1.8/2.0 MB | 2.5/3.2 MB | 0.3/1.3 MB | 126 kB Progress (5): 1.4/1.7 MB | 1.8/2.0 MB | 2.5/3.2 MB | 0.3/1.3 MB | 126 kB Progress (5): 1.4/1.7 MB | 1.9/2.0 MB | 2.5/3.2 MB | 0.3/1.3 MB | 126 kB Progress (5): 1.4/1.7 MB | 1.9/2.0 MB | 2.5/3.2 MB | 0.3/1.3 MB | 126 kB Progress (5): 1.4/1.7 MB | 1.9/2.0 MB | 2.5/3.2 MB | 0.3/1.3 MB | 126 kB Progress (5): 1.4/1.7 MB | 1.9/2.0 MB | 2.5/3.2 MB | 0.3/1.3 MB | 126 kB Progress (5): 1.4/1.7 MB | 1.9/2.0 MB | 2.6/3.2 MB | 0.3/1.3 MB | 126 kB Progress (5): 1.4/1.7 MB | 1.9/2.0 MB | 2.6/3.2 MB | 0.3/1.3 MB | 126 kB Progress (5): 1.4/1.7 MB | 1.9/2.0 MB | 2.6/3.2 MB | 0.3/1.3 MB | 126 kB Progress (5): 1.4/1.7 MB | 1.9/2.0 MB | 2.6/3.2 MB | 0.3/1.3 MB | 126 kB Progress (5): 1.4/1.7 MB | 1.9/2.0 MB | 2.6/3.2 MB | 0.3/1.3 MB | 126 kB Progress (5): 1.4/1.7 MB | 1.9/2.0 MB | 2.6/3.2 MB | 0.3/1.3 MB | 126 kB Progress (5): 1.4/1.7 MB | 1.9/2.0 MB | 2.6/3.2 MB | 0.3/1.3 MB | 126 kB Progress (5): 1.4/1.7 MB | 1.9/2.0 MB | 2.6/3.2 MB | 0.3/1.3 MB | 126 kB Progress (5): 1.4/1.7 MB | 1.9/2.0 MB | 2.6/3.2 MB | 0.3/1.3 MB | 126 kB Progress (5): 1.4/1.7 MB | 1.9/2.0 MB | 2.6/3.2 MB | 0.4/1.3 MB | 126 kB Progress (5): 1.4/1.7 MB | 1.9/2.0 MB | 2.6/3.2 MB | 0.4/1.3 MB | 126 kB Progress (5): 1.4/1.7 MB | 1.9/2.0 MB | 2.6/3.2 MB | 0.4/1.3 MB | 126 kB Progress (5): 1.4/1.7 MB | 1.9/2.0 MB | 2.6/3.2 MB | 0.4/1.3 MB | 126 kB Progress (5): 1.4/1.7 MB | 1.9/2.0 MB | 2.6/3.2 MB | 0.4/1.3 MB | 126 kB Progress (5): 1.4/1.7 MB | 1.9/2.0 MB | 2.6/3.2 MB | 0.4/1.3 MB | 126 kB Progress (5): 1.4/1.7 MB | 1.9/2.0 MB | 2.6/3.2 MB | 0.4/1.3 MB | 126 kB Progress (5): 1.4/1.7 MB | 1.9/2.0 MB | 2.6/3.2 MB | 0.4/1.3 MB | 126 kB Progress (5): 1.4/1.7 MB | 1.9/2.0 MB | 2.6/3.2 MB | 0.4/1.3 MB | 126 kB Progress (5): 1.4/1.7 MB | 1.9/2.0 MB | 2.6/3.2 MB | 0.4/1.3 MB | 126 kB Progress (5): 1.4/1.7 MB | 1.9/2.0 MB | 2.6/3.2 MB | 0.4/1.3 MB | 126 kB Progress (5): 1.4/1.7 MB | 1.9/2.0 MB | 2.6/3.2 MB | 0.4/1.3 MB | 126 kB Progress (5): 1.4/1.7 MB | 1.9/2.0 MB | 2.6/3.2 MB | 0.4/1.3 MB | 126 kB Progress (5): 1.4/1.7 MB | 1.9/2.0 MB | 2.6/3.2 MB | 0.4/1.3 MB | 126 kB Progress (5): 1.4/1.7 MB | 1.9/2.0 MB | 2.6/3.2 MB | 0.4/1.3 MB | 126 kB Progress (5): 1.4/1.7 MB | 1.9/2.0 MB | 2.6/3.2 MB | 0.4/1.3 MB | 126 kB Progress (5): 1.4/1.7 MB | 1.9/2.0 MB | 2.6/3.2 MB | 0.4/1.3 MB | 126 kB Progress (5): 1.4/1.7 MB | 1.9/2.0 MB | 2.6/3.2 MB | 0.4/1.3 MB | 126 kB Progress (5): 1.4/1.7 MB | 1.9/2.0 MB | 2.6/3.2 MB | 0.4/1.3 MB | 126 kB Progress (5): 1.4/1.7 MB | 1.9/2.0 MB | 2.6/3.2 MB | 0.4/1.3 MB | 126 kB Progress (5): 1.4/1.7 MB | 1.9/2.0 MB | 2.6/3.2 MB | 0.4/1.3 MB | 126 kB Progress (5): 1.4/1.7 MB | 1.9/2.0 MB | 2.6/3.2 MB | 0.4/1.3 MB | 126 kB Progress (5): 1.4/1.7 MB | 1.9/2.0 MB | 2.6/3.2 MB | 0.4/1.3 MB | 126 kB Progress (5): 1.4/1.7 MB | 1.9/2.0 MB | 2.7/3.2 MB | 0.4/1.3 MB | 126 kB Progress (5): 1.4/1.7 MB | 1.9/2.0 MB | 2.7/3.2 MB | 0.4/1.3 MB | 126 kB Progress (5): 1.4/1.7 MB | 1.9/2.0 MB | 2.7/3.2 MB | 0.4/1.3 MB | 126 kB Progress (5): 1.4/1.7 MB | 1.9/2.0 MB | 2.7/3.2 MB | 0.4/1.3 MB | 126 kB Progress (5): 1.4/1.7 MB | 1.9/2.0 MB | 2.7/3.2 MB | 0.4/1.3 MB | 126 kB Progress (5): 1.4/1.7 MB | 1.9/2.0 MB | 2.7/3.2 MB | 0.4/1.3 MB | 126 kB Progress (5): 1.4/1.7 MB | 2.0/2.0 MB | 2.7/3.2 MB | 0.4/1.3 MB | 126 kB Progress (5): 1.4/1.7 MB | 2.0/2.0 MB | 2.7/3.2 MB | 0.4/1.3 MB | 126 kB Progress (5): 1.4/1.7 MB | 2.0/2.0 MB | 2.7/3.2 MB | 0.4/1.3 MB | 126 kB Progress (5): 1.4/1.7 MB | 2.0/2.0 MB | 2.7/3.2 MB | 0.4/1.3 MB | 126 kB Progress (5): 1.4/1.7 MB | 2.0/2.0 MB | 2.7/3.2 MB | 0.4/1.3 MB | 126 kB Progress (5): 1.4/1.7 MB | 2.0/2.0 MB | 2.7/3.2 MB | 0.4/1.3 MB | 126 kB Progress (5): 1.4/1.7 MB | 2.0/2.0 MB | 2.7/3.2 MB | 0.4/1.3 MB | 126 kB Progress (5): 1.4/1.7 MB | 2.0/2.0 MB | 2.7/3.2 MB | 0.4/1.3 MB | 126 kB Progress (5): 1.4/1.7 MB | 2.0/2.0 MB | 2.8/3.2 MB | 0.4/1.3 MB | 126 kB Progress (5): 1.4/1.7 MB | 2.0/2.0 MB | 2.8/3.2 MB | 0.4/1.3 MB | 126 kB Progress (5): 1.4/1.7 MB | 2.0/2.0 MB | 2.8/3.2 MB | 0.4/1.3 MB | 126 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/net/sourceforge/htmlunit/neko-htmlunit/2.30/neko-htmlunit-2.30.jar (126 kB at 3.8 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/xerces/xercesImpl/2.11.0/xercesImpl-2.11.0.jar +Progress (4): 1.4/1.7 MB | 2.0/2.0 MB | 2.8/3.2 MB | 0.4/1.3 MB Progress (4): 1.4/1.7 MB | 2.0/2.0 MB | 2.8/3.2 MB | 0.4/1.3 MB Progress (4): 1.4/1.7 MB | 2.0/2.0 MB | 2.8/3.2 MB | 0.4/1.3 MB Progress (4): 1.4/1.7 MB | 2.0/2.0 MB | 2.8/3.2 MB | 0.4/1.3 MB Progress (4): 1.4/1.7 MB | 2.0/2.0 MB | 2.8/3.2 MB | 0.4/1.3 MB Progress (4): 1.4/1.7 MB | 2.0/2.0 MB | 2.8/3.2 MB | 0.4/1.3 MB Progress (4): 1.4/1.7 MB | 2.0/2.0 MB | 2.8/3.2 MB | 0.5/1.3 MB Progress (4): 1.4/1.7 MB | 2.0/2.0 MB | 2.8/3.2 MB | 0.5/1.3 MB Progress (4): 1.4/1.7 MB | 2.0/2.0 MB | 2.8/3.2 MB | 0.5/1.3 MB Progress (4): 1.4/1.7 MB | 2.0/2.0 MB | 2.8/3.2 MB | 0.5/1.3 MB Progress (4): 1.5/1.7 MB | 2.0/2.0 MB | 2.8/3.2 MB | 0.5/1.3 MB Progress (4): 1.5/1.7 MB | 2.0/2.0 MB | 2.8/3.2 MB | 0.5/1.3 MB Progress (4): 1.5/1.7 MB | 2.0/2.0 MB | 2.8/3.2 MB | 0.5/1.3 MB Progress (4): 1.5/1.7 MB | 2.0/2.0 MB | 2.8/3.2 MB | 0.5/1.3 MB Progress (4): 1.5/1.7 MB | 2.0/2.0 MB | 2.8/3.2 MB | 0.5/1.3 MB Progress (4): 1.5/1.7 MB | 2.0/2.0 MB | 2.8/3.2 MB | 0.5/1.3 MB Progress (4): 1.5/1.7 MB | 2.0/2.0 MB | 2.8/3.2 MB | 0.5/1.3 MB Progress (4): 1.5/1.7 MB | 2.0/2.0 MB | 2.8/3.2 MB | 0.5/1.3 MB Progress (4): 1.5/1.7 MB | 2.0/2.0 MB | 2.8/3.2 MB | 0.5/1.3 MB Progress (4): 1.5/1.7 MB | 2.0/2.0 MB | 2.8/3.2 MB | 0.5/1.3 MB Progress (4): 1.5/1.7 MB | 2.0/2.0 MB | 2.8/3.2 MB | 0.5/1.3 MB Progress (4): 1.5/1.7 MB | 2.0/2.0 MB | 2.8/3.2 MB | 0.5/1.3 MB Progress (4): 1.5/1.7 MB | 2.0/2.0 MB | 2.8/3.2 MB | 0.5/1.3 MB Progress (4): 1.5/1.7 MB | 2.0/2.0 MB | 2.8/3.2 MB | 0.5/1.3 MB Progress (4): 1.5/1.7 MB | 2.0/2.0 MB | 2.8/3.2 MB | 0.5/1.3 MB Progress (4): 1.5/1.7 MB | 2.0 MB | 2.8/3.2 MB | 0.5/1.3 MB Progress (4): 1.5/1.7 MB | 2.0 MB | 2.8/3.2 MB | 0.5/1.3 MB Progress (4): 1.5/1.7 MB | 2.0 MB | 2.8/3.2 MB | 0.5/1.3 MB Progress (4): 1.5/1.7 MB | 2.0 MB | 2.8/3.2 MB | 0.5/1.3 MB Progress (4): 1.5/1.7 MB | 2.0 MB | 2.9/3.2 MB | 0.5/1.3 MB Progress (4): 1.5/1.7 MB | 2.0 MB | 2.9/3.2 MB | 0.5/1.3 MB Progress (4): 1.5/1.7 MB | 2.0 MB | 2.9/3.2 MB | 0.5/1.3 MB Progress (4): 1.5/1.7 MB | 2.0 MB | 2.9/3.2 MB | 0.5/1.3 MB Progress (4): 1.5/1.7 MB | 2.0 MB | 2.9/3.2 MB | 0.5/1.3 MB Progress (4): 1.5/1.7 MB | 2.0 MB | 2.9/3.2 MB | 0.5/1.3 MB Progress (4): 1.5/1.7 MB | 2.0 MB | 2.9/3.2 MB | 0.5/1.3 MB Progress (4): 1.5/1.7 MB | 2.0 MB | 2.9/3.2 MB | 0.5/1.3 MB Progress (4): 1.5/1.7 MB | 2.0 MB | 2.9/3.2 MB | 0.5/1.3 MB Progress (4): 1.5/1.7 MB | 2.0 MB | 2.9/3.2 MB | 0.5/1.3 MB Progress (4): 1.5/1.7 MB | 2.0 MB | 2.9/3.2 MB | 0.5/1.3 MB Progress (4): 1.5/1.7 MB | 2.0 MB | 3.0/3.2 MB | 0.5/1.3 MB Progress (4): 1.5/1.7 MB | 2.0 MB | 3.0/3.2 MB | 0.5/1.3 MB Progress (4): 1.5/1.7 MB | 2.0 MB | 3.0/3.2 MB | 0.5/1.3 MB Progress (4): 1.5/1.7 MB | 2.0 MB | 3.0/3.2 MB | 0.5/1.3 MB Progress (4): 1.5/1.7 MB | 2.0 MB | 3.0/3.2 MB | 0.5/1.3 MB Progress (4): 1.5/1.7 MB | 2.0 MB | 3.0/3.2 MB | 0.5/1.3 MB Progress (4): 1.5/1.7 MB | 2.0 MB | 3.0/3.2 MB | 0.5/1.3 MB Progress (4): 1.5/1.7 MB | 2.0 MB | 3.0/3.2 MB | 0.5/1.3 MB Progress (4): 1.5/1.7 MB | 2.0 MB | 3.0/3.2 MB | 0.6/1.3 MB Progress (4): 1.5/1.7 MB | 2.0 MB | 3.0/3.2 MB | 0.6/1.3 MB Progress (4): 1.5/1.7 MB | 2.0 MB | 3.0/3.2 MB | 0.6/1.3 MB Progress (4): 1.5/1.7 MB | 2.0 MB | 3.0/3.2 MB | 0.6/1.3 MB Progress (4): 1.5/1.7 MB | 2.0 MB | 3.0/3.2 MB | 0.6/1.3 MB Progress (4): 1.5/1.7 MB | 2.0 MB | 3.0/3.2 MB | 0.6/1.3 MB Progress (4): 1.5/1.7 MB | 2.0 MB | 3.0/3.2 MB | 0.6/1.3 MB Progress (4): 1.5/1.7 MB | 2.0 MB | 3.0/3.2 MB | 0.6/1.3 MB Progress (4): 1.5/1.7 MB | 2.0 MB | 3.0/3.2 MB | 0.6/1.3 MB Progress (4): 1.6/1.7 MB | 2.0 MB | 3.0/3.2 MB | 0.6/1.3 MB Progress (4): 1.6/1.7 MB | 2.0 MB | 3.0/3.2 MB | 0.6/1.3 MB Progress (4): 1.6/1.7 MB | 2.0 MB | 3.0/3.2 MB | 0.6/1.3 MB Progress (4): 1.6/1.7 MB | 2.0 MB | 3.0/3.2 MB | 0.6/1.3 MB Progress (4): 1.6/1.7 MB | 2.0 MB | 3.0/3.2 MB | 0.6/1.3 MB Progress (4): 1.6/1.7 MB | 2.0 MB | 3.0/3.2 MB | 0.6/1.3 MB Progress (4): 1.6/1.7 MB | 2.0 MB | 3.0/3.2 MB | 0.6/1.3 MB Progress (4): 1.6/1.7 MB | 2.0 MB | 3.1/3.2 MB | 0.6/1.3 MB Progress (4): 1.6/1.7 MB | 2.0 MB | 3.1/3.2 MB | 0.6/1.3 MB Progress (4): 1.6/1.7 MB | 2.0 MB | 3.1/3.2 MB | 0.6/1.3 MB Progress (4): 1.6/1.7 MB | 2.0 MB | 3.1/3.2 MB | 0.6/1.3 MB Progress (4): 1.6/1.7 MB | 2.0 MB | 3.1/3.2 MB | 0.6/1.3 MB Progress (4): 1.6/1.7 MB | 2.0 MB | 3.1/3.2 MB | 0.6/1.3 MB Progress (4): 1.6/1.7 MB | 2.0 MB | 3.1/3.2 MB | 0.6/1.3 MB Progress (4): 1.6/1.7 MB | 2.0 MB | 3.1/3.2 MB | 0.6/1.3 MB Progress (4): 1.6/1.7 MB | 2.0 MB | 3.2 MB | 0.6/1.3 MB Progress (4): 1.6/1.7 MB | 2.0 MB | 3.2 MB | 0.6/1.3 MB Progress (4): 1.6/1.7 MB | 2.0 MB | 3.2 MB | 0.6/1.3 MB Progress (4): 1.6/1.7 MB | 2.0 MB | 3.2 MB | 0.6/1.3 MB Progress (4): 1.6/1.7 MB | 2.0 MB | 3.2 MB | 0.6/1.3 MB Progress (4): 1.6/1.7 MB | 2.0 MB | 3.2 MB | 0.6/1.3 MB Progress (4): 1.6/1.7 MB | 2.0 MB | 3.2 MB | 0.6/1.3 MB Progress (5): 1.6/1.7 MB | 2.0 MB | 3.2 MB | 0.6/1.3 MB | 0/1.4 MB Progress (5): 1.6/1.7 MB | 2.0 MB | 3.2 MB | 0.6/1.3 MB | 0/1.4 MB Progress (5): 1.6/1.7 MB | 2.0 MB | 3.2 MB | 0.6/1.3 MB | 0/1.4 MB Progress (5): 1.6/1.7 MB | 2.0 MB | 3.2 MB | 0.6/1.3 MB | 0/1.4 MB Progress (5): 1.6/1.7 MB | 2.0 MB | 3.2 MB | 0.6/1.3 MB | 0/1.4 MB Progress (5): 1.6/1.7 MB | 2.0 MB | 3.2 MB | 0.6/1.3 MB | 0/1.4 MB Progress (5): 1.6/1.7 MB | 2.0 MB | 3.2 MB | 0.6/1.3 MB | 0.1/1.4 MB Progress (5): 1.6/1.7 MB | 2.0 MB | 3.2 MB | 0.6/1.3 MB | 0.1/1.4 MB Progress (5): 1.6/1.7 MB | 2.0 MB | 3.2 MB | 0.6/1.3 MB | 0.1/1.4 MB Progress (5): 1.6/1.7 MB | 2.0 MB | 3.2 MB | 0.6/1.3 MB | 0.1/1.4 MB Progress (5): 1.6/1.7 MB | 2.0 MB | 3.2 MB | 0.6/1.3 MB | 0.1/1.4 MB Progress (5): 1.6/1.7 MB | 2.0 MB | 3.2 MB | 0.6/1.3 MB | 0.1/1.4 MB Progress (5): 1.6/1.7 MB | 2.0 MB | 3.2 MB | 0.6/1.3 MB | 0.1/1.4 MB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/net/sourceforge/htmlunit/htmlunit/2.30/htmlunit-2.30.jar (2.0 MB at 60 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/net/sourceforge/htmlunit/htmlunit-cssparser/1.0.0/htmlunit-cssparser-1.0.0.jar +Progress (4): 1.6/1.7 MB | 3.2 MB | 0.6/1.3 MB | 0.1/1.4 MB Progress (4): 1.6/1.7 MB | 3.2 MB | 0.6/1.3 MB | 0.1/1.4 MB Progress (4): 1.6/1.7 MB | 3.2 MB | 0.6/1.3 MB | 0.1/1.4 MB Progress (4): 1.6/1.7 MB | 3.2 MB | 0.6/1.3 MB | 0.1/1.4 MB Progress (4): 1.6/1.7 MB | 3.2 MB | 0.6/1.3 MB | 0.1/1.4 MB Progress (4): 1.6/1.7 MB | 3.2 MB | 0.6/1.3 MB | 0.2/1.4 MB Progress (4): 1.6/1.7 MB | 3.2 MB | 0.6/1.3 MB | 0.2/1.4 MB Progress (4): 1.6/1.7 MB | 3.2 MB | 0.6/1.3 MB | 0.2/1.4 MB Progress (4): 1.6/1.7 MB | 3.2 MB | 0.6/1.3 MB | 0.2/1.4 MB Progress (4): 1.6/1.7 MB | 3.2 MB | 0.6/1.3 MB | 0.2/1.4 MB Progress (4): 1.6/1.7 MB | 3.2 MB | 0.6/1.3 MB | 0.2/1.4 MB Progress (4): 1.6/1.7 MB | 3.2 MB | 0.6/1.3 MB | 0.2/1.4 MB Progress (4): 1.6/1.7 MB | 3.2 MB | 0.6/1.3 MB | 0.2/1.4 MB Progress (4): 1.6/1.7 MB | 3.2 MB | 0.6/1.3 MB | 0.2/1.4 MB Progress (4): 1.6/1.7 MB | 3.2 MB | 0.6/1.3 MB | 0.2/1.4 MB Progress (4): 1.6/1.7 MB | 3.2 MB | 0.6/1.3 MB | 0.2/1.4 MB Progress (4): 1.6/1.7 MB | 3.2 MB | 0.6/1.3 MB | 0.2/1.4 MB Progress (4): 1.6/1.7 MB | 3.2 MB | 0.6/1.3 MB | 0.2/1.4 MB Progress (4): 1.6/1.7 MB | 3.2 MB | 0.6/1.3 MB | 0.2/1.4 MB Progress (4): 1.6/1.7 MB | 3.2 MB | 0.6/1.3 MB | 0.2/1.4 MB Progress (4): 1.6/1.7 MB | 3.2 MB | 0.6/1.3 MB | 0.2/1.4 MB Progress (4): 1.6/1.7 MB | 3.2 MB | 0.7/1.3 MB | 0.2/1.4 MB Progress (4): 1.6/1.7 MB | 3.2 MB | 0.7/1.3 MB | 0.2/1.4 MB Progress (4): 1.6/1.7 MB | 3.2 MB | 0.7/1.3 MB | 0.2/1.4 MB Progress (4): 1.6/1.7 MB | 3.2 MB | 0.7/1.3 MB | 0.2/1.4 MB Progress (4): 1.6/1.7 MB | 3.2 MB | 0.7/1.3 MB | 0.2/1.4 MB Progress (4): 1.7/1.7 MB | 3.2 MB | 0.7/1.3 MB | 0.2/1.4 MB Progress (4): 1.7/1.7 MB | 3.2 MB | 0.7/1.3 MB | 0.2/1.4 MB Progress (4): 1.7/1.7 MB | 3.2 MB | 0.7/1.3 MB | 0.2/1.4 MB Progress (4): 1.7/1.7 MB | 3.2 MB | 0.7/1.3 MB | 0.2/1.4 MB Progress (4): 1.7/1.7 MB | 3.2 MB | 0.7/1.3 MB | 0.2/1.4 MB Progress (4): 1.7/1.7 MB | 3.2 MB | 0.7/1.3 MB | 0.2/1.4 MB Progress (4): 1.7/1.7 MB | 3.2 MB | 0.7/1.3 MB | 0.2/1.4 MB Progress (4): 1.7/1.7 MB | 3.2 MB | 0.7/1.3 MB | 0.2/1.4 MB Progress (4): 1.7/1.7 MB | 3.2 MB | 0.7/1.3 MB | 0.2/1.4 MB Progress (4): 1.7/1.7 MB | 3.2 MB | 0.7/1.3 MB | 0.2/1.4 MB Progress (4): 1.7/1.7 MB | 3.2 MB | 0.7/1.3 MB | 0.2/1.4 MB Progress (4): 1.7/1.7 MB | 3.2 MB | 0.7/1.3 MB | 0.2/1.4 MB Progress (4): 1.7/1.7 MB | 3.2 MB | 0.7/1.3 MB | 0.2/1.4 MB Progress (4): 1.7/1.7 MB | 3.2 MB | 0.7/1.3 MB | 0.2/1.4 MB Progress (4): 1.7/1.7 MB | 3.2 MB | 0.7/1.3 MB | 0.2/1.4 MB Progress (4): 1.7/1.7 MB | 3.2 MB | 0.7/1.3 MB | 0.2/1.4 MB Progress (4): 1.7/1.7 MB | 3.2 MB | 0.8/1.3 MB | 0.2/1.4 MB Progress (4): 1.7/1.7 MB | 3.2 MB | 0.8/1.3 MB | 0.2/1.4 MB Progress (4): 1.7/1.7 MB | 3.2 MB | 0.8/1.3 MB | 0.2/1.4 MB Progress (4): 1.7/1.7 MB | 3.2 MB | 0.8/1.3 MB | 0.2/1.4 MB Progress (4): 1.7/1.7 MB | 3.2 MB | 0.8/1.3 MB | 0.2/1.4 MB Progress (4): 1.7/1.7 MB | 3.2 MB | 0.8/1.3 MB | 0.2/1.4 MB Progress (4): 1.7 MB | 3.2 MB | 0.8/1.3 MB | 0.2/1.4 MB Progress (4): 1.7 MB | 3.2 MB | 0.8/1.3 MB | 0.2/1.4 MB Progress (4): 1.7 MB | 3.2 MB | 0.8/1.3 MB | 0.2/1.4 MB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/xalan/xalan/2.7.2/xalan-2.7.2.jar (3.2 MB at 92 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/commons-net/commons-net/3.6/commons-net-3.6.jar +Progress (3): 1.7 MB | 0.8/1.3 MB | 0.2/1.4 MB Progress (3): 1.7 MB | 0.8/1.3 MB | 0.3/1.4 MB Progress (3): 1.7 MB | 0.8/1.3 MB | 0.3/1.4 MB Progress (3): 1.7 MB | 0.8/1.3 MB | 0.3/1.4 MB Progress (3): 1.7 MB | 0.8/1.3 MB | 0.3/1.4 MB Progress (3): 1.7 MB | 0.8/1.3 MB | 0.3/1.4 MB Progress (3): 1.7 MB | 0.8/1.3 MB | 0.3/1.4 MB Progress (3): 1.7 MB | 0.8/1.3 MB | 0.3/1.4 MB Progress (3): 1.7 MB | 0.8/1.3 MB | 0.3/1.4 MB Progress (3): 1.7 MB | 0.8/1.3 MB | 0.3/1.4 MB Progress (3): 1.7 MB | 0.8/1.3 MB | 0.3/1.4 MB Progress (3): 1.7 MB | 0.8/1.3 MB | 0.3/1.4 MB Progress (3): 1.7 MB | 0.8/1.3 MB | 0.3/1.4 MB Progress (3): 1.7 MB | 0.8/1.3 MB | 0.4/1.4 MB Progress (3): 1.7 MB | 0.8/1.3 MB | 0.4/1.4 MB Progress (3): 1.7 MB | 0.8/1.3 MB | 0.4/1.4 MB Progress (3): 1.7 MB | 0.8/1.3 MB | 0.4/1.4 MB Progress (3): 1.7 MB | 0.8/1.3 MB | 0.4/1.4 MB Progress (3): 1.7 MB | 0.8/1.3 MB | 0.4/1.4 MB Progress (3): 1.7 MB | 0.8/1.3 MB | 0.4/1.4 MB Progress (4): 1.7 MB | 0.8/1.3 MB | 0.4/1.4 MB | 4.1/210 kB Progress (4): 1.7 MB | 0.8/1.3 MB | 0.4/1.4 MB | 7.8/210 kB Progress (4): 1.7 MB | 0.8/1.3 MB | 0.4/1.4 MB | 12/210 kB Progress (4): 1.7 MB | 0.8/1.3 MB | 0.4/1.4 MB | 16/210 kB Progress (4): 1.7 MB | 0.8/1.3 MB | 0.4/1.4 MB | 20/210 kB Progress (4): 1.7 MB | 0.8/1.3 MB | 0.4/1.4 MB | 24/210 kB Progress (4): 1.7 MB | 0.8/1.3 MB | 0.4/1.4 MB | 28/210 kB Progress (4): 1.7 MB | 0.8/1.3 MB | 0.4/1.4 MB | 32/210 kB Progress (4): 1.7 MB | 0.8/1.3 MB | 0.4/1.4 MB | 36/210 kB Progress (4): 1.7 MB | 0.8/1.3 MB | 0.4/1.4 MB | 41/210 kB Progress (4): 1.7 MB | 0.8/1.3 MB | 0.4/1.4 MB | 45/210 kB Progress (4): 1.7 MB | 0.8/1.3 MB | 0.4/1.4 MB | 49/210 kB Progress (4): 1.7 MB | 0.8/1.3 MB | 0.4/1.4 MB | 53/210 kB Progress (4): 1.7 MB | 0.8/1.3 MB | 0.4/1.4 MB | 57/210 kB Progress (4): 1.7 MB | 0.8/1.3 MB | 0.4/1.4 MB | 61/210 kB Progress (4): 1.7 MB | 0.8/1.3 MB | 0.4/1.4 MB | 65/210 kB Progress (4): 1.7 MB | 0.8/1.3 MB | 0.4/1.4 MB | 69/210 kB Progress (4): 1.7 MB | 0.8/1.3 MB | 0.4/1.4 MB | 73/210 kB Progress (4): 1.7 MB | 0.8/1.3 MB | 0.4/1.4 MB | 77/210 kB Progress (4): 1.7 MB | 0.8/1.3 MB | 0.4/1.4 MB | 82/210 kB Progress (4): 1.7 MB | 0.8/1.3 MB | 0.4/1.4 MB | 86/210 kB Progress (4): 1.7 MB | 0.8/1.3 MB | 0.4/1.4 MB | 86/210 kB Progress (4): 1.7 MB | 0.8/1.3 MB | 0.4/1.4 MB | 90/210 kB Progress (4): 1.7 MB | 0.8/1.3 MB | 0.4/1.4 MB | 90/210 kB Progress (4): 1.7 MB | 0.9/1.3 MB | 0.4/1.4 MB | 90/210 kB Progress (4): 1.7 MB | 0.9/1.3 MB | 0.4/1.4 MB | 90/210 kB Progress (4): 1.7 MB | 0.9/1.3 MB | 0.4/1.4 MB | 90/210 kB Progress (4): 1.7 MB | 0.9/1.3 MB | 0.4/1.4 MB | 90/210 kB Progress (4): 1.7 MB | 0.9/1.3 MB | 0.4/1.4 MB | 90/210 kB Progress (4): 1.7 MB | 0.9/1.3 MB | 0.4/1.4 MB | 90/210 kB Progress (4): 1.7 MB | 0.9/1.3 MB | 0.4/1.4 MB | 90/210 kB Progress (4): 1.7 MB | 0.9/1.3 MB | 0.4/1.4 MB | 90/210 kB Progress (4): 1.7 MB | 0.9/1.3 MB | 0.4/1.4 MB | 90/210 kB Progress (4): 1.7 MB | 0.9/1.3 MB | 0.4/1.4 MB | 90/210 kB Progress (4): 1.7 MB | 0.9/1.3 MB | 0.4/1.4 MB | 90/210 kB Progress (4): 1.7 MB | 0.9/1.3 MB | 0.4/1.4 MB | 90/210 kB Progress (4): 1.7 MB | 0.9/1.3 MB | 0.4/1.4 MB | 90/210 kB Progress (4): 1.7 MB | 0.9/1.3 MB | 0.5/1.4 MB | 90/210 kB Progress (4): 1.7 MB | 0.9/1.3 MB | 0.5/1.4 MB | 90/210 kB Progress (4): 1.7 MB | 0.9/1.3 MB | 0.5/1.4 MB | 90/210 kB Progress (4): 1.7 MB | 0.9/1.3 MB | 0.5/1.4 MB | 90/210 kB Progress (4): 1.7 MB | 0.9/1.3 MB | 0.5/1.4 MB | 90/210 kB Progress (4): 1.7 MB | 0.9/1.3 MB | 0.5/1.4 MB | 90/210 kB Progress (4): 1.7 MB | 0.9/1.3 MB | 0.5/1.4 MB | 90/210 kB Progress (4): 1.7 MB | 0.9/1.3 MB | 0.5/1.4 MB | 90/210 kB Progress (4): 1.7 MB | 0.9/1.3 MB | 0.5/1.4 MB | 90/210 kB Progress (4): 1.7 MB | 0.9/1.3 MB | 0.5/1.4 MB | 94/210 kB Progress (4): 1.7 MB | 0.9/1.3 MB | 0.5/1.4 MB | 98/210 kB Progress (4): 1.7 MB | 0.9/1.3 MB | 0.5/1.4 MB | 102/210 kB Progress (4): 1.7 MB | 0.9/1.3 MB | 0.5/1.4 MB | 106/210 kB Progress (4): 1.7 MB | 0.9/1.3 MB | 0.5/1.4 MB | 110/210 kB Progress (4): 1.7 MB | 0.9/1.3 MB | 0.5/1.4 MB | 114/210 kB Progress (4): 1.7 MB | 0.9/1.3 MB | 0.5/1.4 MB | 118/210 kB Progress (4): 1.7 MB | 0.9/1.3 MB | 0.5/1.4 MB | 122/210 kB Progress (4): 1.7 MB | 0.9/1.3 MB | 0.5/1.4 MB | 127/210 kB Progress (4): 1.7 MB | 0.9/1.3 MB | 0.5/1.4 MB | 131/210 kB Progress (4): 1.7 MB | 0.9/1.3 MB | 0.5/1.4 MB | 135/210 kB Progress (4): 1.7 MB | 0.9/1.3 MB | 0.5/1.4 MB | 139/210 kB Progress (4): 1.7 MB | 0.9/1.3 MB | 0.5/1.4 MB | 143/210 kB Progress (4): 1.7 MB | 0.9/1.3 MB | 0.5/1.4 MB | 147/210 kB Progress (4): 1.7 MB | 0.9/1.3 MB | 0.5/1.4 MB | 151/210 kB Progress (4): 1.7 MB | 0.9/1.3 MB | 0.5/1.4 MB | 155/210 kB Progress (4): 1.7 MB | 0.9/1.3 MB | 0.5/1.4 MB | 159/210 kB Progress (4): 1.7 MB | 0.9/1.3 MB | 0.5/1.4 MB | 163/210 kB Progress (4): 1.7 MB | 0.9/1.3 MB | 0.5/1.4 MB | 168/210 kB Progress (4): 1.7 MB | 0.9/1.3 MB | 0.5/1.4 MB | 172/210 kB Progress (4): 1.7 MB | 0.9/1.3 MB | 0.5/1.4 MB | 172/210 kB Progress (4): 1.7 MB | 0.9/1.3 MB | 0.5/1.4 MB | 172/210 kB Progress (4): 1.7 MB | 0.9/1.3 MB | 0.5/1.4 MB | 176/210 kB Progress (4): 1.7 MB | 0.9/1.3 MB | 0.5/1.4 MB | 180/210 kB Progress (4): 1.7 MB | 0.9/1.3 MB | 0.5/1.4 MB | 184/210 kB Progress (4): 1.7 MB | 0.9/1.3 MB | 0.5/1.4 MB | 188/210 kB Progress (4): 1.7 MB | 0.9/1.3 MB | 0.5/1.4 MB | 192/210 kB Progress (4): 1.7 MB | 0.9/1.3 MB | 0.5/1.4 MB | 196/210 kB Progress (4): 1.7 MB | 0.9/1.3 MB | 0.5/1.4 MB | 200/210 kB Progress (4): 1.7 MB | 0.9/1.3 MB | 0.5/1.4 MB | 204/210 kB Progress (4): 1.7 MB | 0.9/1.3 MB | 0.5/1.4 MB | 208/210 kB Progress (4): 1.7 MB | 0.9/1.3 MB | 0.5/1.4 MB | 210 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/seleniumhq/selenium/jetty-repacked/9.4.12.v20180830/jetty-repacked-9.4.12.v20180830.jar (1.7 MB at 50 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/eclipse/jetty/websocket/websocket-client/9.4.9.v20180320/websocket-client-9.4.9.v20180320.jar +Progress (3): 0.9/1.3 MB | 0.5/1.4 MB | 210 kB Progress (3): 0.9/1.3 MB | 0.5/1.4 MB | 210 kB Progress (3): 0.9/1.3 MB | 0.5/1.4 MB | 210 kB Progress (3): 0.9/1.3 MB | 0.5/1.4 MB | 210 kB Progress (3): 0.9/1.3 MB | 0.5/1.4 MB | 210 kB Progress (3): 0.9/1.3 MB | 0.5/1.4 MB | 210 kB Progress (3): 0.9/1.3 MB | 0.5/1.4 MB | 210 kB Progress (3): 0.9/1.3 MB | 0.5/1.4 MB | 210 kB Progress (3): 0.9/1.3 MB | 0.5/1.4 MB | 210 kB Progress (3): 0.9/1.3 MB | 0.6/1.4 MB | 210 kB Progress (3): 0.9/1.3 MB | 0.6/1.4 MB | 210 kB Progress (3): 0.9/1.3 MB | 0.6/1.4 MB | 210 kB Progress (4): 0.9/1.3 MB | 0.6/1.4 MB | 210 kB | 4.1/307 kB Progress (4): 0.9/1.3 MB | 0.6/1.4 MB | 210 kB | 7.8/307 kB Progress (4): 0.9/1.3 MB | 0.6/1.4 MB | 210 kB | 12/307 kB Progress (4): 0.9/1.3 MB | 0.6/1.4 MB | 210 kB | 16/307 kB Progress (4): 0.9/1.3 MB | 0.6/1.4 MB | 210 kB | 20/307 kB Progress (4): 0.9/1.3 MB | 0.6/1.4 MB | 210 kB | 24/307 kB Progress (4): 0.9/1.3 MB | 0.6/1.4 MB | 210 kB | 24/307 kB Progress (4): 0.9/1.3 MB | 0.6/1.4 MB | 210 kB | 24/307 kB Progress (4): 0.9/1.3 MB | 0.6/1.4 MB | 210 kB | 24/307 kB Progress (4): 0.9/1.3 MB | 0.6/1.4 MB | 210 kB | 24/307 kB Progress (4): 0.9/1.3 MB | 0.6/1.4 MB | 210 kB | 24/307 kB Progress (4): 0.9/1.3 MB | 0.6/1.4 MB | 210 kB | 24/307 kB Progress (4): 0.9/1.3 MB | 0.6/1.4 MB | 210 kB | 24/307 kB Progress (4): 1.0/1.3 MB | 0.6/1.4 MB | 210 kB | 24/307 kB Progress (4): 1.0/1.3 MB | 0.6/1.4 MB | 210 kB | 24/307 kB Progress (4): 1.0/1.3 MB | 0.6/1.4 MB | 210 kB | 24/307 kB Progress (4): 1.0/1.3 MB | 0.6/1.4 MB | 210 kB | 24/307 kB Progress (4): 1.0/1.3 MB | 0.6/1.4 MB | 210 kB | 24/307 kB Progress (4): 1.0/1.3 MB | 0.6/1.4 MB | 210 kB | 24/307 kB Progress (4): 1.0/1.3 MB | 0.6/1.4 MB | 210 kB | 24/307 kB Progress (4): 1.0/1.3 MB | 0.6/1.4 MB | 210 kB | 24/307 kB Progress (4): 1.0/1.3 MB | 0.6/1.4 MB | 210 kB | 24/307 kB Progress (4): 1.0/1.3 MB | 0.6/1.4 MB | 210 kB | 24/307 kB Progress (4): 1.0/1.3 MB | 0.6/1.4 MB | 210 kB | 24/307 kB Progress (4): 1.0/1.3 MB | 0.6/1.4 MB | 210 kB | 24/307 kB Progress (4): 1.0/1.3 MB | 0.6/1.4 MB | 210 kB | 24/307 kB Progress (4): 1.0/1.3 MB | 0.7/1.4 MB | 210 kB | 24/307 kB Progress (4): 1.0/1.3 MB | 0.7/1.4 MB | 210 kB | 24/307 kB Progress (4): 1.0/1.3 MB | 0.7/1.4 MB | 210 kB | 24/307 kB Progress (4): 1.0/1.3 MB | 0.7/1.4 MB | 210 kB | 24/307 kB Progress (4): 1.0/1.3 MB | 0.7/1.4 MB | 210 kB | 28/307 kB Progress (4): 1.0/1.3 MB | 0.7/1.4 MB | 210 kB | 32/307 kB Progress (4): 1.0/1.3 MB | 0.7/1.4 MB | 210 kB | 36/307 kB Progress (4): 1.0/1.3 MB | 0.7/1.4 MB | 210 kB | 41/307 kB Progress (4): 1.0/1.3 MB | 0.7/1.4 MB | 210 kB | 45/307 kB Progress (4): 1.0/1.3 MB | 0.7/1.4 MB | 210 kB | 49/307 kB Progress (4): 1.0/1.3 MB | 0.7/1.4 MB | 210 kB | 53/307 kB Progress (4): 1.0/1.3 MB | 0.7/1.4 MB | 210 kB | 57/307 kB Progress (4): 1.0/1.3 MB | 0.7/1.4 MB | 210 kB | 61/307 kB Progress (4): 1.0/1.3 MB | 0.7/1.4 MB | 210 kB | 65/307 kB Progress (4): 1.0/1.3 MB | 0.7/1.4 MB | 210 kB | 69/307 kB Progress (4): 1.0/1.3 MB | 0.7/1.4 MB | 210 kB | 73/307 kB Progress (4): 1.0/1.3 MB | 0.7/1.4 MB | 210 kB | 73/307 kB Progress (4): 1.0/1.3 MB | 0.7/1.4 MB | 210 kB | 73/307 kB Progress (4): 1.0/1.3 MB | 0.7/1.4 MB | 210 kB | 73/307 kB Progress (4): 1.0/1.3 MB | 0.7/1.4 MB | 210 kB | 73/307 kB Progress (4): 1.0/1.3 MB | 0.7/1.4 MB | 210 kB | 73/307 kB Progress (4): 1.0/1.3 MB | 0.7/1.4 MB | 210 kB | 73/307 kB Progress (4): 1.0/1.3 MB | 0.7/1.4 MB | 210 kB | 73/307 kB Progress (4): 1.0/1.3 MB | 0.7/1.4 MB | 210 kB | 73/307 kB Progress (4): 1.0/1.3 MB | 0.7/1.4 MB | 210 kB | 73/307 kB Progress (4): 1.0/1.3 MB | 0.7/1.4 MB | 210 kB | 73/307 kB Progress (4): 1.0/1.3 MB | 0.7/1.4 MB | 210 kB | 73/307 kB Progress (4): 1.1/1.3 MB | 0.7/1.4 MB | 210 kB | 73/307 kB Progress (4): 1.1/1.3 MB | 0.7/1.4 MB | 210 kB | 73/307 kB Progress (4): 1.1/1.3 MB | 0.7/1.4 MB | 210 kB | 73/307 kB Progress (4): 1.1/1.3 MB | 0.7/1.4 MB | 210 kB | 73/307 kB Progress (4): 1.1/1.3 MB | 0.7/1.4 MB | 210 kB | 73/307 kB Progress (4): 1.1/1.3 MB | 0.8/1.4 MB | 210 kB | 73/307 kB Progress (4): 1.1/1.3 MB | 0.8/1.4 MB | 210 kB | 73/307 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/net/sourceforge/htmlunit/htmlunit-cssparser/1.0.0/htmlunit-cssparser-1.0.0.jar (210 kB at 6.0 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/eclipse/jetty/jetty-client/9.4.9.v20180320/jetty-client-9.4.9.v20180320.jar +Progress (3): 1.1/1.3 MB | 0.8/1.4 MB | 73/307 kB Progress (3): 1.1/1.3 MB | 0.8/1.4 MB | 73/307 kB Progress (3): 1.1/1.3 MB | 0.8/1.4 MB | 77/307 kB Progress (3): 1.1/1.3 MB | 0.8/1.4 MB | 77/307 kB Progress (3): 1.1/1.3 MB | 0.8/1.4 MB | 82/307 kB Progress (3): 1.1/1.3 MB | 0.8/1.4 MB | 82/307 kB Progress (3): 1.1/1.3 MB | 0.8/1.4 MB | 86/307 kB Progress (3): 1.1/1.3 MB | 0.8/1.4 MB | 86/307 kB Progress (3): 1.1/1.3 MB | 0.8/1.4 MB | 90/307 kB Progress (3): 1.1/1.3 MB | 0.8/1.4 MB | 90/307 kB Progress (3): 1.1/1.3 MB | 0.8/1.4 MB | 94/307 kB Progress (3): 1.1/1.3 MB | 0.8/1.4 MB | 98/307 kB Progress (3): 1.1/1.3 MB | 0.8/1.4 MB | 102/307 kB Progress (3): 1.1/1.3 MB | 0.8/1.4 MB | 106/307 kB Progress (3): 1.1/1.3 MB | 0.8/1.4 MB | 106/307 kB Progress (3): 1.1/1.3 MB | 0.8/1.4 MB | 106/307 kB Progress (3): 1.1/1.3 MB | 0.8/1.4 MB | 110/307 kB Progress (3): 1.1/1.3 MB | 0.8/1.4 MB | 114/307 kB Progress (3): 1.1/1.3 MB | 0.8/1.4 MB | 118/307 kB Progress (3): 1.1/1.3 MB | 0.8/1.4 MB | 122/307 kB Progress (3): 1.1/1.3 MB | 0.8/1.4 MB | 127/307 kB Progress (3): 1.1/1.3 MB | 0.8/1.4 MB | 131/307 kB Progress (3): 1.1/1.3 MB | 0.8/1.4 MB | 135/307 kB Progress (3): 1.1/1.3 MB | 0.8/1.4 MB | 139/307 kB Progress (3): 1.1/1.3 MB | 0.8/1.4 MB | 139/307 kB Progress (3): 1.1/1.3 MB | 0.8/1.4 MB | 139/307 kB Progress (3): 1.1/1.3 MB | 0.8/1.4 MB | 139/307 kB Progress (3): 1.1/1.3 MB | 0.8/1.4 MB | 139/307 kB Progress (3): 1.1/1.3 MB | 0.8/1.4 MB | 139/307 kB Progress (3): 1.1/1.3 MB | 0.8/1.4 MB | 139/307 kB Progress (3): 1.1/1.3 MB | 0.8/1.4 MB | 139/307 kB Progress (3): 1.1/1.3 MB | 0.8/1.4 MB | 139/307 kB Progress (3): 1.1/1.3 MB | 0.9/1.4 MB | 139/307 kB Progress (3): 1.1/1.3 MB | 0.9/1.4 MB | 139/307 kB Progress (3): 1.1/1.3 MB | 0.9/1.4 MB | 139/307 kB Progress (3): 1.1/1.3 MB | 0.9/1.4 MB | 139/307 kB Progress (3): 1.1/1.3 MB | 0.9/1.4 MB | 139/307 kB Progress (3): 1.2/1.3 MB | 0.9/1.4 MB | 139/307 kB Progress (3): 1.2/1.3 MB | 0.9/1.4 MB | 139/307 kB Progress (3): 1.2/1.3 MB | 0.9/1.4 MB | 139/307 kB Progress (3): 1.2/1.3 MB | 0.9/1.4 MB | 139/307 kB Progress (3): 1.2/1.3 MB | 0.9/1.4 MB | 139/307 kB Progress (3): 1.2/1.3 MB | 0.9/1.4 MB | 139/307 kB Progress (3): 1.2/1.3 MB | 0.9/1.4 MB | 139/307 kB Progress (3): 1.2/1.3 MB | 0.9/1.4 MB | 143/307 kB Progress (3): 1.2/1.3 MB | 0.9/1.4 MB | 147/307 kB Progress (3): 1.2/1.3 MB | 0.9/1.4 MB | 151/307 kB Progress (3): 1.2/1.3 MB | 0.9/1.4 MB | 155/307 kB Progress (3): 1.2/1.3 MB | 0.9/1.4 MB | 155/307 kB Progress (3): 1.2/1.3 MB | 0.9/1.4 MB | 155/307 kB Progress (3): 1.2/1.3 MB | 0.9/1.4 MB | 155/307 kB Progress (3): 1.2/1.3 MB | 0.9/1.4 MB | 155/307 kB Progress (3): 1.2/1.3 MB | 0.9/1.4 MB | 159/307 kB Progress (3): 1.2/1.3 MB | 0.9/1.4 MB | 163/307 kB Progress (3): 1.2/1.3 MB | 0.9/1.4 MB | 168/307 kB Progress (3): 1.2/1.3 MB | 0.9/1.4 MB | 172/307 kB Progress (3): 1.2/1.3 MB | 0.9/1.4 MB | 176/307 kB Progress (3): 1.2/1.3 MB | 0.9/1.4 MB | 180/307 kB Progress (3): 1.2/1.3 MB | 0.9/1.4 MB | 184/307 kB Progress (3): 1.2/1.3 MB | 0.9/1.4 MB | 188/307 kB Progress (3): 1.2/1.3 MB | 0.9/1.4 MB | 188/307 kB Progress (3): 1.2/1.3 MB | 0.9/1.4 MB | 188/307 kB Progress (4): 1.2/1.3 MB | 0.9/1.4 MB | 188/307 kB | 4.1/36 kB Progress (4): 1.2/1.3 MB | 0.9/1.4 MB | 188/307 kB | 7.8/36 kB Progress (4): 1.2/1.3 MB | 0.9/1.4 MB | 188/307 kB | 12/36 kB Progress (4): 1.2/1.3 MB | 0.9/1.4 MB | 188/307 kB | 16/36 kB Progress (4): 1.2/1.3 MB | 0.9/1.4 MB | 188/307 kB | 20/36 kB Progress (4): 1.2/1.3 MB | 0.9/1.4 MB | 188/307 kB | 24/36 kB Progress (4): 1.2/1.3 MB | 0.9/1.4 MB | 188/307 kB | 28/36 kB Progress (4): 1.2/1.3 MB | 0.9/1.4 MB | 188/307 kB | 32/36 kB Progress (4): 1.2/1.3 MB | 0.9/1.4 MB | 192/307 kB | 32/36 kB Progress (4): 1.2/1.3 MB | 0.9/1.4 MB | 192/307 kB | 36 kB Progress (4): 1.2/1.3 MB | 0.9/1.4 MB | 196/307 kB | 36 kB Progress (4): 1.2/1.3 MB | 0.9/1.4 MB | 200/307 kB | 36 kB Progress (4): 1.2/1.3 MB | 0.9/1.4 MB | 204/307 kB | 36 kB Progress (4): 1.2/1.3 MB | 0.9/1.4 MB | 208/307 kB | 36 kB Progress (4): 1.2/1.3 MB | 0.9/1.4 MB | 213/307 kB | 36 kB Progress (4): 1.2/1.3 MB | 0.9/1.4 MB | 217/307 kB | 36 kB Progress (4): 1.2/1.3 MB | 0.9/1.4 MB | 221/307 kB | 36 kB Progress (4): 1.2/1.3 MB | 1.0/1.4 MB | 221/307 kB | 36 kB Progress (4): 1.2/1.3 MB | 1.0/1.4 MB | 221/307 kB | 36 kB Progress (4): 1.2/1.3 MB | 1.0/1.4 MB | 221/307 kB | 36 kB Progress (4): 1.2/1.3 MB | 1.0/1.4 MB | 221/307 kB | 36 kB Progress (4): 1.2/1.3 MB | 1.0/1.4 MB | 221/307 kB | 36 kB Progress (4): 1.2/1.3 MB | 1.0/1.4 MB | 221/307 kB | 36 kB Progress (4): 1.2/1.3 MB | 1.0/1.4 MB | 221/307 kB | 36 kB Progress (4): 1.2/1.3 MB | 1.0/1.4 MB | 221/307 kB | 36 kB Progress (4): 1.2/1.3 MB | 1.0/1.4 MB | 221/307 kB | 36 kB Progress (4): 1.2/1.3 MB | 1.0/1.4 MB | 221/307 kB | 36 kB Progress (4): 1.2/1.3 MB | 1.0/1.4 MB | 221/307 kB | 36 kB Progress (4): 1.2/1.3 MB | 1.0/1.4 MB | 221/307 kB | 36 kB Progress (4): 1.2/1.3 MB | 1.0/1.4 MB | 221/307 kB | 36 kB Progress (4): 1.2/1.3 MB | 1.0/1.4 MB | 221/307 kB | 36 kB Progress (4): 1.2/1.3 MB | 1.0/1.4 MB | 221/307 kB | 36 kB Progress (4): 1.3/1.3 MB | 1.0/1.4 MB | 221/307 kB | 36 kB Progress (4): 1.3 MB | 1.0/1.4 MB | 221/307 kB | 36 kB Progress (4): 1.3 MB | 1.0/1.4 MB | 221/307 kB | 36 kB Progress (4): 1.3 MB | 1.0/1.4 MB | 221/307 kB | 36 kB Progress (4): 1.3 MB | 1.0/1.4 MB | 221/307 kB | 36 kB Progress (4): 1.3 MB | 1.0/1.4 MB | 221/307 kB | 36 kB Progress (4): 1.3 MB | 1.0/1.4 MB | 221/307 kB | 36 kB Progress (4): 1.3 MB | 1.0/1.4 MB | 221/307 kB | 36 kB Progress (4): 1.3 MB | 1.0/1.4 MB | 225/307 kB | 36 kB Progress (4): 1.3 MB | 1.0/1.4 MB | 229/307 kB | 36 kB Progress (4): 1.3 MB | 1.0/1.4 MB | 233/307 kB | 36 kB Progress (4): 1.3 MB | 1.0/1.4 MB | 237/307 kB | 36 kB Progress (4): 1.3 MB | 1.1/1.4 MB | 237/307 kB | 36 kB Progress (4): 1.3 MB | 1.1/1.4 MB | 237/307 kB | 36 kB Progress (4): 1.3 MB | 1.1/1.4 MB | 241/307 kB | 36 kB Progress (4): 1.3 MB | 1.1/1.4 MB | 245/307 kB | 36 kB Progress (4): 1.3 MB | 1.1/1.4 MB | 249/307 kB | 36 kB Progress (4): 1.3 MB | 1.1/1.4 MB | 254/307 kB | 36 kB Progress (4): 1.3 MB | 1.1/1.4 MB | 258/307 kB | 36 kB Progress (4): 1.3 MB | 1.1/1.4 MB | 262/307 kB | 36 kB Progress (4): 1.3 MB | 1.1/1.4 MB | 262/307 kB | 36 kB Progress (4): 1.3 MB | 1.1/1.4 MB | 266/307 kB | 36 kB Progress (4): 1.3 MB | 1.1/1.4 MB | 266/307 kB | 36 kB Progress (4): 1.3 MB | 1.1/1.4 MB | 270/307 kB | 36 kB Progress (4): 1.3 MB | 1.1/1.4 MB | 274/307 kB | 36 kB Progress (4): 1.3 MB | 1.1/1.4 MB | 278/307 kB | 36 kB Progress (4): 1.3 MB | 1.1/1.4 MB | 282/307 kB | 36 kB Progress (4): 1.3 MB | 1.1/1.4 MB | 286/307 kB | 36 kB Progress (5): 1.3 MB | 1.1/1.4 MB | 286/307 kB | 36 kB | 4.1/280 kB Progress (5): 1.3 MB | 1.1/1.4 MB | 286/307 kB | 36 kB | 7.8/280 kB Progress (5): 1.3 MB | 1.1/1.4 MB | 286/307 kB | 36 kB | 12/280 kB Progress (5): 1.3 MB | 1.1/1.4 MB | 286/307 kB | 36 kB | 16/280 kB Progress (5): 1.3 MB | 1.1/1.4 MB | 286/307 kB | 36 kB | 20/280 kB Progress (5): 1.3 MB | 1.1/1.4 MB | 286/307 kB | 36 kB | 24/280 kB Progress (5): 1.3 MB | 1.1/1.4 MB | 286/307 kB | 36 kB | 28/280 kB Progress (5): 1.3 MB | 1.1/1.4 MB | 286/307 kB | 36 kB | 32/280 kB Progress (5): 1.3 MB | 1.1/1.4 MB | 286/307 kB | 36 kB | 36/280 kB Progress (5): 1.3 MB | 1.1/1.4 MB | 286/307 kB | 36 kB | 41/280 kB Progress (5): 1.3 MB | 1.1/1.4 MB | 286/307 kB | 36 kB | 41/280 kB Progress (5): 1.3 MB | 1.1/1.4 MB | 286/307 kB | 36 kB | 41/280 kB Progress (5): 1.3 MB | 1.1/1.4 MB | 286/307 kB | 36 kB | 41/280 kB Progress (5): 1.3 MB | 1.1/1.4 MB | 286/307 kB | 36 kB | 41/280 kB Progress (5): 1.3 MB | 1.1/1.4 MB | 286/307 kB | 36 kB | 41/280 kB Progress (5): 1.3 MB | 1.1/1.4 MB | 286/307 kB | 36 kB | 41/280 kB Progress (5): 1.3 MB | 1.1/1.4 MB | 286/307 kB | 36 kB | 41/280 kB Progress (5): 1.3 MB | 1.1/1.4 MB | 286/307 kB | 36 kB | 41/280 kB Progress (5): 1.3 MB | 1.1/1.4 MB | 286/307 kB | 36 kB | 41/280 kB Progress (5): 1.3 MB | 1.2/1.4 MB | 286/307 kB | 36 kB | 41/280 kB Progress (5): 1.3 MB | 1.2/1.4 MB | 290/307 kB | 36 kB | 41/280 kB Progress (5): 1.3 MB | 1.2/1.4 MB | 295/307 kB | 36 kB | 41/280 kB Progress (5): 1.3 MB | 1.2/1.4 MB | 299/307 kB | 36 kB | 41/280 kB Progress (5): 1.3 MB | 1.2/1.4 MB | 303/307 kB | 36 kB | 41/280 kB Progress (5): 1.3 MB | 1.2/1.4 MB | 307/307 kB | 36 kB | 41/280 kB Progress (5): 1.3 MB | 1.2/1.4 MB | 307 kB | 36 kB | 41/280 kB Progress (5): 1.3 MB | 1.2/1.4 MB | 307 kB | 36 kB | 41/280 kB Progress (5): 1.3 MB | 1.2/1.4 MB | 307 kB | 36 kB | 41/280 kB Progress (5): 1.3 MB | 1.2/1.4 MB | 307 kB | 36 kB | 41/280 kB Progress (5): 1.3 MB | 1.2/1.4 MB | 307 kB | 36 kB | 41/280 kB Progress (5): 1.3 MB | 1.2/1.4 MB | 307 kB | 36 kB | 45/280 kB Progress (5): 1.3 MB | 1.2/1.4 MB | 307 kB | 36 kB | 49/280 kB Progress (5): 1.3 MB | 1.2/1.4 MB | 307 kB | 36 kB | 53/280 kB Progress (5): 1.3 MB | 1.2/1.4 MB | 307 kB | 36 kB | 57/280 kB Progress (5): 1.3 MB | 1.2/1.4 MB | 307 kB | 36 kB | 61/280 kB Progress (5): 1.3 MB | 1.2/1.4 MB | 307 kB | 36 kB | 65/280 kB Progress (5): 1.3 MB | 1.2/1.4 MB | 307 kB | 36 kB | 69/280 kB Progress (5): 1.3 MB | 1.2/1.4 MB | 307 kB | 36 kB | 73/280 kB Progress (5): 1.3 MB | 1.2/1.4 MB | 307 kB | 36 kB | 77/280 kB Progress (5): 1.3 MB | 1.2/1.4 MB | 307 kB | 36 kB | 82/280 kB Progress (5): 1.3 MB | 1.2/1.4 MB | 307 kB | 36 kB | 86/280 kB Progress (5): 1.3 MB | 1.2/1.4 MB | 307 kB | 36 kB | 90/280 kB Progress (5): 1.3 MB | 1.2/1.4 MB | 307 kB | 36 kB | 94/280 kB Progress (5): 1.3 MB | 1.2/1.4 MB | 307 kB | 36 kB | 98/280 kB Progress (5): 1.3 MB | 1.2/1.4 MB | 307 kB | 36 kB | 102/280 kB Progress (5): 1.3 MB | 1.2/1.4 MB | 307 kB | 36 kB | 106/280 kB Progress (5): 1.3 MB | 1.2/1.4 MB | 307 kB | 36 kB | 110/280 kB Progress (5): 1.3 MB | 1.2/1.4 MB | 307 kB | 36 kB | 114/280 kB Progress (5): 1.3 MB | 1.2/1.4 MB | 307 kB | 36 kB | 118/280 kB Progress (5): 1.3 MB | 1.2/1.4 MB | 307 kB | 36 kB | 122/280 kB Progress (5): 1.3 MB | 1.2/1.4 MB | 307 kB | 36 kB | 122/280 kB Progress (5): 1.3 MB | 1.2/1.4 MB | 307 kB | 36 kB | 122/280 kB Progress (5): 1.3 MB | 1.2/1.4 MB | 307 kB | 36 kB | 122/280 kB Progress (5): 1.3 MB | 1.2/1.4 MB | 307 kB | 36 kB | 122/280 kB Progress (5): 1.3 MB | 1.2/1.4 MB | 307 kB | 36 kB | 122/280 kB Progress (5): 1.3 MB | 1.2/1.4 MB | 307 kB | 36 kB | 122/280 kB Progress (5): 1.3 MB | 1.2/1.4 MB | 307 kB | 36 kB | 122/280 kB Progress (5): 1.3 MB | 1.3/1.4 MB | 307 kB | 36 kB | 122/280 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/eclipse/jetty/websocket/websocket-client/9.4.9.v20180320/websocket-client-9.4.9.v20180320.jar (36 kB at 995 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/eclipse/jetty/jetty-http/9.4.9.v20180320/jetty-http-9.4.9.v20180320.jar +Progress (4): 1.3 MB | 1.3/1.4 MB | 307 kB | 122/280 kB Progress (4): 1.3 MB | 1.3/1.4 MB | 307 kB | 122/280 kB Progress (4): 1.3 MB | 1.3/1.4 MB | 307 kB | 122/280 kB Progress (4): 1.3 MB | 1.3/1.4 MB | 307 kB | 122/280 kB Progress (4): 1.3 MB | 1.3/1.4 MB | 307 kB | 122/280 kB Progress (4): 1.3 MB | 1.3/1.4 MB | 307 kB | 122/280 kB Progress (4): 1.3 MB | 1.3/1.4 MB | 307 kB | 122/280 kB Progress (4): 1.3 MB | 1.3/1.4 MB | 307 kB | 122/280 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/net/sourceforge/htmlunit/htmlunit-core-js/2.28/htmlunit-core-js-2.28.jar (1.3 MB at 35 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/eclipse/jetty/jetty-xml/9.4.9.v20180320/jetty-xml-9.4.9.v20180320.jar +Progress (3): 1.3/1.4 MB | 307 kB | 122/280 kB Progress (3): 1.3/1.4 MB | 307 kB | 127/280 kB Progress (3): 1.3/1.4 MB | 307 kB | 131/280 kB Progress (3): 1.3/1.4 MB | 307 kB | 131/280 kB Progress (3): 1.3/1.4 MB | 307 kB | 135/280 kB Progress (3): 1.3/1.4 MB | 307 kB | 139/280 kB Progress (3): 1.3/1.4 MB | 307 kB | 143/280 kB Progress (3): 1.3/1.4 MB | 307 kB | 147/280 kB Progress (3): 1.3/1.4 MB | 307 kB | 151/280 kB Progress (3): 1.3/1.4 MB | 307 kB | 155/280 kB Progress (3): 1.3/1.4 MB | 307 kB | 159/280 kB Progress (3): 1.3/1.4 MB | 307 kB | 163/280 kB Progress (3): 1.3/1.4 MB | 307 kB | 168/280 kB Progress (3): 1.3/1.4 MB | 307 kB | 172/280 kB Progress (3): 1.3/1.4 MB | 307 kB | 176/280 kB Progress (3): 1.3/1.4 MB | 307 kB | 180/280 kB Progress (3): 1.3/1.4 MB | 307 kB | 184/280 kB Progress (3): 1.3/1.4 MB | 307 kB | 188/280 kB Progress (3): 1.3/1.4 MB | 307 kB | 192/280 kB Progress (3): 1.3/1.4 MB | 307 kB | 196/280 kB Progress (3): 1.3/1.4 MB | 307 kB | 200/280 kB Progress (3): 1.3/1.4 MB | 307 kB | 204/280 kB Progress (3): 1.3/1.4 MB | 307 kB | 208/280 kB Progress (3): 1.3/1.4 MB | 307 kB | 213/280 kB Progress (3): 1.3/1.4 MB | 307 kB | 217/280 kB Progress (3): 1.3/1.4 MB | 307 kB | 221/280 kB Progress (3): 1.3/1.4 MB | 307 kB | 225/280 kB Progress (3): 1.3/1.4 MB | 307 kB | 229/280 kB Progress (3): 1.3/1.4 MB | 307 kB | 233/280 kB Progress (3): 1.3/1.4 MB | 307 kB | 237/280 kB Progress (3): 1.3/1.4 MB | 307 kB | 241/280 kB Progress (3): 1.3/1.4 MB | 307 kB | 245/280 kB Progress (3): 1.3/1.4 MB | 307 kB | 249/280 kB Progress (3): 1.3/1.4 MB | 307 kB | 254/280 kB Progress (3): 1.3/1.4 MB | 307 kB | 258/280 kB Progress (3): 1.3/1.4 MB | 307 kB | 262/280 kB Progress (3): 1.3/1.4 MB | 307 kB | 266/280 kB Progress (3): 1.3/1.4 MB | 307 kB | 270/280 kB Progress (3): 1.3/1.4 MB | 307 kB | 270/280 kB Progress (3): 1.4/1.4 MB | 307 kB | 270/280 kB Progress (3): 1.4/1.4 MB | 307 kB | 270/280 kB Progress (3): 1.4 MB | 307 kB | 270/280 kB Progress (3): 1.4 MB | 307 kB | 274/280 kB Progress (3): 1.4 MB | 307 kB | 278/280 kB Progress (3): 1.4 MB | 307 kB | 280 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/commons-net/commons-net/3.6/commons-net-3.6.jar (307 kB at 8.5 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/eclipse/jetty/jetty-util/9.4.9.v20180320/jetty-util-9.4.9.v20180320.jar +Progress (3): 1.4 MB | 280 kB | 4.1/170 kB Progress (3): 1.4 MB | 280 kB | 7.8/170 kB Progress (3): 1.4 MB | 280 kB | 12/170 kB Progress (3): 1.4 MB | 280 kB | 16/170 kB Progress (3): 1.4 MB | 280 kB | 20/170 kB Progress (3): 1.4 MB | 280 kB | 24/170 kB Progress (3): 1.4 MB | 280 kB | 28/170 kB Progress (3): 1.4 MB | 280 kB | 32/170 kB Progress (3): 1.4 MB | 280 kB | 36/170 kB Progress (3): 1.4 MB | 280 kB | 41/170 kB Progress (3): 1.4 MB | 280 kB | 45/170 kB Progress (3): 1.4 MB | 280 kB | 49/170 kB Progress (3): 1.4 MB | 280 kB | 53/170 kB Progress (3): 1.4 MB | 280 kB | 57/170 kB Progress (3): 1.4 MB | 280 kB | 61/170 kB Progress (3): 1.4 MB | 280 kB | 65/170 kB Progress (3): 1.4 MB | 280 kB | 69/170 kB Progress (3): 1.4 MB | 280 kB | 73/170 kB Progress (3): 1.4 MB | 280 kB | 77/170 kB Progress (3): 1.4 MB | 280 kB | 82/170 kB Progress (3): 1.4 MB | 280 kB | 86/170 kB Progress (3): 1.4 MB | 280 kB | 90/170 kB Progress (3): 1.4 MB | 280 kB | 94/170 kB Progress (3): 1.4 MB | 280 kB | 98/170 kB Progress (3): 1.4 MB | 280 kB | 102/170 kB Progress (3): 1.4 MB | 280 kB | 106/170 kB Progress (3): 1.4 MB | 280 kB | 110/170 kB Progress (3): 1.4 MB | 280 kB | 114/170 kB Progress (4): 1.4 MB | 280 kB | 114/170 kB | 4.1/52 kB Progress (4): 1.4 MB | 280 kB | 114/170 kB | 7.8/52 kB Progress (4): 1.4 MB | 280 kB | 114/170 kB | 12/52 kB Progress (4): 1.4 MB | 280 kB | 114/170 kB | 16/52 kB Progress (4): 1.4 MB | 280 kB | 114/170 kB | 20/52 kB Progress (4): 1.4 MB | 280 kB | 114/170 kB | 24/52 kB Progress (4): 1.4 MB | 280 kB | 114/170 kB | 28/52 kB Progress (4): 1.4 MB | 280 kB | 114/170 kB | 32/52 kB Progress (4): 1.4 MB | 280 kB | 114/170 kB | 36/52 kB Progress (4): 1.4 MB | 280 kB | 114/170 kB | 41/52 kB Progress (4): 1.4 MB | 280 kB | 114/170 kB | 45/52 kB Progress (4): 1.4 MB | 280 kB | 114/170 kB | 49/52 kB Progress (4): 1.4 MB | 280 kB | 114/170 kB | 52 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/xerces/xercesImpl/2.11.0/xercesImpl-2.11.0.jar (1.4 MB at 38 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/eclipse/jetty/jetty-io/9.4.9.v20180320/jetty-io-9.4.9.v20180320.jar +Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/eclipse/jetty/jetty-client/9.4.9.v20180320/jetty-client-9.4.9.v20180320.jar (280 kB at 7.7 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/eclipse/jetty/websocket/websocket-common/9.4.9.v20180320/websocket-common-9.4.9.v20180320.jar +Progress (3): 114/170 kB | 52 kB | 4.1/493 kB Progress (3): 114/170 kB | 52 kB | 7.8/493 kB Progress (3): 114/170 kB | 52 kB | 12/493 kB Progress (3): 114/170 kB | 52 kB | 16/493 kB Progress (3): 118/170 kB | 52 kB | 16/493 kB Progress (3): 122/170 kB | 52 kB | 16/493 kB Progress (3): 127/170 kB | 52 kB | 16/493 kB Progress (3): 131/170 kB | 52 kB | 16/493 kB Progress (3): 135/170 kB | 52 kB | 16/493 kB Progress (3): 139/170 kB | 52 kB | 16/493 kB Progress (3): 143/170 kB | 52 kB | 16/493 kB Progress (3): 147/170 kB | 52 kB | 16/493 kB Progress (3): 151/170 kB | 52 kB | 16/493 kB Progress (3): 155/170 kB | 52 kB | 16/493 kB Progress (3): 159/170 kB | 52 kB | 16/493 kB Progress (3): 163/170 kB | 52 kB | 16/493 kB Progress (3): 168/170 kB | 52 kB | 16/493 kB Progress (3): 170 kB | 52 kB | 16/493 kB Progress (3): 170 kB | 52 kB | 20/493 kB Progress (3): 170 kB | 52 kB | 24/493 kB Progress (3): 170 kB | 52 kB | 28/493 kB Progress (3): 170 kB | 52 kB | 32/493 kB Progress (3): 170 kB | 52 kB | 36/493 kB Progress (3): 170 kB | 52 kB | 41/493 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/eclipse/jetty/jetty-xml/9.4.9.v20180320/jetty-xml-9.4.9.v20180320.jar (52 kB at 1.4 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/eclipse/jetty/websocket/websocket-api/9.4.9.v20180320/websocket-api-9.4.9.v20180320.jar +Progress (3): 170 kB | 41/493 kB | 4.1/135 kB Progress (3): 170 kB | 41/493 kB | 7.8/135 kB Progress (3): 170 kB | 41/493 kB | 12/135 kB Progress (3): 170 kB | 41/493 kB | 16/135 kB Progress (3): 170 kB | 41/493 kB | 20/135 kB Progress (3): 170 kB | 41/493 kB | 24/135 kB Progress (3): 170 kB | 41/493 kB | 28/135 kB Progress (3): 170 kB | 41/493 kB | 32/135 kB Progress (3): 170 kB | 41/493 kB | 36/135 kB Progress (3): 170 kB | 41/493 kB | 41/135 kB Progress (4): 170 kB | 41/493 kB | 41/135 kB | 4.1/196 kB Progress (4): 170 kB | 41/493 kB | 41/135 kB | 7.8/196 kB Progress (4): 170 kB | 41/493 kB | 41/135 kB | 12/196 kB Progress (4): 170 kB | 41/493 kB | 41/135 kB | 16/196 kB Progress (4): 170 kB | 41/493 kB | 41/135 kB | 20/196 kB Progress (4): 170 kB | 41/493 kB | 41/135 kB | 24/196 kB Progress (4): 170 kB | 41/493 kB | 41/135 kB | 26/196 kB Progress (4): 170 kB | 41/493 kB | 41/135 kB | 30/196 kB Progress (4): 170 kB | 41/493 kB | 41/135 kB | 34/196 kB Progress (4): 170 kB | 41/493 kB | 41/135 kB | 39/196 kB Progress (4): 170 kB | 41/493 kB | 41/135 kB | 43/196 kB Progress (4): 170 kB | 41/493 kB | 41/135 kB | 47/196 kB Progress (4): 170 kB | 41/493 kB | 41/135 kB | 51/196 kB Progress (4): 170 kB | 41/493 kB | 41/135 kB | 55/196 kB Progress (4): 170 kB | 41/493 kB | 41/135 kB | 59/196 kB Progress (4): 170 kB | 41/493 kB | 41/135 kB | 63/196 kB Progress (4): 170 kB | 41/493 kB | 41/135 kB | 67/196 kB Progress (4): 170 kB | 41/493 kB | 41/135 kB | 71/196 kB Progress (4): 170 kB | 41/493 kB | 41/135 kB | 75/196 kB Progress (4): 170 kB | 41/493 kB | 41/135 kB | 80/196 kB Progress (4): 170 kB | 41/493 kB | 41/135 kB | 84/196 kB Progress (4): 170 kB | 41/493 kB | 41/135 kB | 88/196 kB Progress (4): 170 kB | 41/493 kB | 41/135 kB | 92/196 kB Progress (4): 170 kB | 45/493 kB | 41/135 kB | 92/196 kB Progress (4): 170 kB | 49/493 kB | 41/135 kB | 92/196 kB Progress (4): 170 kB | 53/493 kB | 41/135 kB | 92/196 kB Progress (4): 170 kB | 57/493 kB | 41/135 kB | 92/196 kB Progress (4): 170 kB | 61/493 kB | 41/135 kB | 92/196 kB Progress (4): 170 kB | 65/493 kB | 41/135 kB | 92/196 kB Progress (4): 170 kB | 69/493 kB | 41/135 kB | 92/196 kB Progress (4): 170 kB | 73/493 kB | 41/135 kB | 92/196 kB Progress (4): 170 kB | 77/493 kB | 41/135 kB | 92/196 kB Progress (4): 170 kB | 82/493 kB | 41/135 kB | 92/196 kB Progress (4): 170 kB | 86/493 kB | 41/135 kB | 92/196 kB Progress (4): 170 kB | 90/493 kB | 41/135 kB | 92/196 kB Progress (4): 170 kB | 94/493 kB | 41/135 kB | 92/196 kB Progress (4): 170 kB | 98/493 kB | 41/135 kB | 92/196 kB Progress (4): 170 kB | 102/493 kB | 41/135 kB | 92/196 kB Progress (4): 170 kB | 106/493 kB | 41/135 kB | 92/196 kB Progress (4): 170 kB | 110/493 kB | 41/135 kB | 92/196 kB Progress (4): 170 kB | 114/493 kB | 41/135 kB | 92/196 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/eclipse/jetty/jetty-http/9.4.9.v20180320/jetty-http-9.4.9.v20180320.jar (170 kB at 4.6 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/ru/stqa/selenium/webdriver-factory/4.2/webdriver-factory-4.2.jar +Progress (3): 114/493 kB | 45/135 kB | 92/196 kB Progress (3): 114/493 kB | 49/135 kB | 92/196 kB Progress (3): 114/493 kB | 53/135 kB | 92/196 kB Progress (3): 114/493 kB | 57/135 kB | 92/196 kB Progress (3): 114/493 kB | 61/135 kB | 92/196 kB Progress (3): 114/493 kB | 65/135 kB | 92/196 kB Progress (3): 114/493 kB | 69/135 kB | 92/196 kB Progress (3): 114/493 kB | 73/135 kB | 92/196 kB Progress (3): 114/493 kB | 77/135 kB | 92/196 kB Progress (3): 114/493 kB | 82/135 kB | 92/196 kB Progress (3): 114/493 kB | 86/135 kB | 92/196 kB Progress (3): 114/493 kB | 90/135 kB | 92/196 kB Progress (3): 114/493 kB | 94/135 kB | 92/196 kB Progress (3): 114/493 kB | 98/135 kB | 92/196 kB Progress (3): 114/493 kB | 102/135 kB | 92/196 kB Progress (3): 114/493 kB | 106/135 kB | 92/196 kB Progress (3): 114/493 kB | 106/135 kB | 96/196 kB Progress (3): 114/493 kB | 106/135 kB | 100/196 kB Progress (3): 114/493 kB | 106/135 kB | 104/196 kB Progress (3): 114/493 kB | 106/135 kB | 108/196 kB Progress (3): 114/493 kB | 106/135 kB | 112/196 kB Progress (3): 114/493 kB | 106/135 kB | 116/196 kB Progress (3): 114/493 kB | 106/135 kB | 121/196 kB Progress (3): 114/493 kB | 106/135 kB | 125/196 kB Progress (3): 114/493 kB | 106/135 kB | 129/196 kB Progress (3): 114/493 kB | 106/135 kB | 133/196 kB Progress (3): 114/493 kB | 106/135 kB | 137/196 kB Progress (3): 114/493 kB | 106/135 kB | 141/196 kB Progress (3): 114/493 kB | 106/135 kB | 145/196 kB Progress (3): 114/493 kB | 106/135 kB | 149/196 kB Progress (3): 114/493 kB | 106/135 kB | 153/196 kB Progress (3): 114/493 kB | 106/135 kB | 157/196 kB Progress (3): 114/493 kB | 106/135 kB | 161/196 kB Progress (3): 114/493 kB | 106/135 kB | 166/196 kB Progress (3): 114/493 kB | 106/135 kB | 170/196 kB Progress (3): 114/493 kB | 106/135 kB | 174/196 kB Progress (3): 114/493 kB | 106/135 kB | 178/196 kB Progress (3): 114/493 kB | 106/135 kB | 182/196 kB Progress (3): 114/493 kB | 106/135 kB | 186/196 kB Progress (3): 114/493 kB | 106/135 kB | 190/196 kB Progress (3): 118/493 kB | 106/135 kB | 190/196 kB Progress (3): 118/493 kB | 106/135 kB | 194/196 kB Progress (3): 122/493 kB | 106/135 kB | 194/196 kB Progress (3): 122/493 kB | 106/135 kB | 196 kB Progress (3): 127/493 kB | 106/135 kB | 196 kB Progress (3): 131/493 kB | 106/135 kB | 196 kB Progress (3): 135/493 kB | 106/135 kB | 196 kB Progress (3): 139/493 kB | 106/135 kB | 196 kB Progress (3): 143/493 kB | 106/135 kB | 196 kB Progress (3): 147/493 kB | 106/135 kB | 196 kB Progress (3): 151/493 kB | 106/135 kB | 196 kB Progress (3): 155/493 kB | 106/135 kB | 196 kB Progress (3): 159/493 kB | 106/135 kB | 196 kB Progress (3): 163/493 kB | 106/135 kB | 196 kB Progress (3): 168/493 kB | 106/135 kB | 196 kB Progress (3): 172/493 kB | 106/135 kB | 196 kB Progress (3): 176/493 kB | 106/135 kB | 196 kB Progress (3): 180/493 kB | 106/135 kB | 196 kB Progress (4): 180/493 kB | 106/135 kB | 196 kB | 4.1/42 kB Progress (4): 180/493 kB | 106/135 kB | 196 kB | 7.8/42 kB Progress (4): 180/493 kB | 106/135 kB | 196 kB | 12/42 kB Progress (4): 180/493 kB | 106/135 kB | 196 kB | 16/42 kB Progress (4): 180/493 kB | 106/135 kB | 196 kB | 20/42 kB Progress (4): 180/493 kB | 106/135 kB | 196 kB | 24/42 kB Progress (4): 180/493 kB | 106/135 kB | 196 kB | 28/42 kB Progress (4): 180/493 kB | 106/135 kB | 196 kB | 32/42 kB Progress (4): 180/493 kB | 106/135 kB | 196 kB | 36/42 kB Progress (4): 180/493 kB | 106/135 kB | 196 kB | 41/42 kB Progress (4): 180/493 kB | 106/135 kB | 196 kB | 42 kB Progress (4): 180/493 kB | 110/135 kB | 196 kB | 42 kB Progress (4): 180/493 kB | 114/135 kB | 196 kB | 42 kB Progress (4): 180/493 kB | 118/135 kB | 196 kB | 42 kB Progress (4): 180/493 kB | 122/135 kB | 196 kB | 42 kB Progress (4): 180/493 kB | 127/135 kB | 196 kB | 42 kB Progress (4): 180/493 kB | 131/135 kB | 196 kB | 42 kB Progress (4): 180/493 kB | 135/135 kB | 196 kB | 42 kB Progress (4): 180/493 kB | 135 kB | 196 kB | 42 kB Progress (4): 184/493 kB | 135 kB | 196 kB | 42 kB Progress (4): 188/493 kB | 135 kB | 196 kB | 42 kB Progress (4): 192/493 kB | 135 kB | 196 kB | 42 kB Progress (4): 196/493 kB | 135 kB | 196 kB | 42 kB Progress (4): 200/493 kB | 135 kB | 196 kB | 42 kB Progress (4): 204/493 kB | 135 kB | 196 kB | 42 kB Progress (4): 208/493 kB | 135 kB | 196 kB | 42 kB Progress (4): 213/493 kB | 135 kB | 196 kB | 42 kB Progress (4): 217/493 kB | 135 kB | 196 kB | 42 kB Progress (4): 221/493 kB | 135 kB | 196 kB | 42 kB Progress (4): 225/493 kB | 135 kB | 196 kB | 42 kB Progress (4): 229/493 kB | 135 kB | 196 kB | 42 kB Progress (4): 233/493 kB | 135 kB | 196 kB | 42 kB Progress (4): 237/493 kB | 135 kB | 196 kB | 42 kB Progress (4): 241/493 kB | 135 kB | 196 kB | 42 kB Progress (4): 245/493 kB | 135 kB | 196 kB | 42 kB Progress (4): 249/493 kB | 135 kB | 196 kB | 42 kB Progress (4): 254/493 kB | 135 kB | 196 kB | 42 kB Progress (4): 258/493 kB | 135 kB | 196 kB | 42 kB Progress (4): 262/493 kB | 135 kB | 196 kB | 42 kB Progress (5): 262/493 kB | 135 kB | 196 kB | 42 kB | 4.1/18 kB Progress (5): 262/493 kB | 135 kB | 196 kB | 42 kB | 7.8/18 kB Progress (5): 262/493 kB | 135 kB | 196 kB | 42 kB | 12/18 kB Progress (5): 262/493 kB | 135 kB | 196 kB | 42 kB | 16/18 kB Progress (5): 262/493 kB | 135 kB | 196 kB | 42 kB | 18 kB Progress (5): 266/493 kB | 135 kB | 196 kB | 42 kB | 18 kB Progress (5): 270/493 kB | 135 kB | 196 kB | 42 kB | 18 kB Progress (5): 274/493 kB | 135 kB | 196 kB | 42 kB | 18 kB Progress (5): 278/493 kB | 135 kB | 196 kB | 42 kB | 18 kB Progress (5): 282/493 kB | 135 kB | 196 kB | 42 kB | 18 kB Progress (5): 286/493 kB | 135 kB | 196 kB | 42 kB | 18 kB Progress (5): 290/493 kB | 135 kB | 196 kB | 42 kB | 18 kB Progress (5): 295/493 kB | 135 kB | 196 kB | 42 kB | 18 kB Progress (5): 299/493 kB | 135 kB | 196 kB | 42 kB | 18 kB Progress (5): 303/493 kB | 135 kB | 196 kB | 42 kB | 18 kB Progress (5): 307/493 kB | 135 kB | 196 kB | 42 kB | 18 kB Progress (5): 311/493 kB | 135 kB | 196 kB | 42 kB | 18 kB Progress (5): 315/493 kB | 135 kB | 196 kB | 42 kB | 18 kB Progress (5): 319/493 kB | 135 kB | 196 kB | 42 kB | 18 kB Progress (5): 323/493 kB | 135 kB | 196 kB | 42 kB | 18 kB Progress (5): 327/493 kB | 135 kB | 196 kB | 42 kB | 18 kB Progress (5): 331/493 kB | 135 kB | 196 kB | 42 kB | 18 kB Progress (5): 335/493 kB | 135 kB | 196 kB | 42 kB | 18 kB Progress (5): 340/493 kB | 135 kB | 196 kB | 42 kB | 18 kB Progress (5): 344/493 kB | 135 kB | 196 kB | 42 kB | 18 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/eclipse/jetty/websocket/websocket-common/9.4.9.v20180320/websocket-common-9.4.9.v20180320.jar (196 kB at 5.3 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/paulhammant/ngwebdriver/1.0/ngwebdriver-1.0.jar +Progress (4): 348/493 kB | 135 kB | 42 kB | 18 kB Progress (4): 352/493 kB | 135 kB | 42 kB | 18 kB Progress (4): 356/493 kB | 135 kB | 42 kB | 18 kB Progress (4): 360/493 kB | 135 kB | 42 kB | 18 kB Progress (4): 364/493 kB | 135 kB | 42 kB | 18 kB Progress (4): 368/493 kB | 135 kB | 42 kB | 18 kB Progress (4): 372/493 kB | 135 kB | 42 kB | 18 kB Progress (4): 376/493 kB | 135 kB | 42 kB | 18 kB Progress (4): 381/493 kB | 135 kB | 42 kB | 18 kB Progress (4): 385/493 kB | 135 kB | 42 kB | 18 kB Progress (4): 389/493 kB | 135 kB | 42 kB | 18 kB Progress (4): 393/493 kB | 135 kB | 42 kB | 18 kB Progress (4): 397/493 kB | 135 kB | 42 kB | 18 kB Progress (4): 401/493 kB | 135 kB | 42 kB | 18 kB Progress (4): 405/493 kB | 135 kB | 42 kB | 18 kB Progress (4): 409/493 kB | 135 kB | 42 kB | 18 kB Progress (4): 413/493 kB | 135 kB | 42 kB | 18 kB Progress (4): 417/493 kB | 135 kB | 42 kB | 18 kB Progress (4): 421/493 kB | 135 kB | 42 kB | 18 kB Progress (4): 426/493 kB | 135 kB | 42 kB | 18 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/eclipse/jetty/jetty-io/9.4.9.v20180320/jetty-io-9.4.9.v20180320.jar (135 kB at 3.6 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/fasterxml/jackson/core/jackson-core/2.9.3/jackson-core-2.9.3.jar +Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/eclipse/jetty/websocket/websocket-api/9.4.9.v20180320/websocket-api-9.4.9.v20180320.jar (42 kB at 1.1 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/fasterxml/jackson/core/jackson-databind/2.9.5/jackson-databind-2.9.5.jar +Progress (2): 430/493 kB | 18 kB Progress (2): 434/493 kB | 18 kB Progress (2): 438/493 kB | 18 kB Progress (2): 442/493 kB | 18 kB Progress (2): 446/493 kB | 18 kB Progress (2): 450/493 kB | 18 kB Progress (2): 454/493 kB | 18 kB Progress (2): 458/493 kB | 18 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/ru/stqa/selenium/webdriver-factory/4.2/webdriver-factory-4.2.jar (18 kB at 468 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/fasterxml/jackson/core/jackson-annotations/2.9.3/jackson-annotations-2.9.3.jar +Progress (1): 462/493 kB Progress (1): 467/493 kB Progress (1): 471/493 kB Progress (1): 475/493 kB Progress (1): 479/493 kB Progress (1): 483/493 kB Progress (1): 487/493 kB Progress (1): 491/493 kB Progress (1): 493 kB Progress (2): 493 kB | 4.1/30 kB Progress (2): 493 kB | 7.8/30 kB Progress (2): 493 kB | 12/30 kB Progress (2): 493 kB | 16/30 kB Progress (2): 493 kB | 20/30 kB Progress (2): 493 kB | 24/30 kB Progress (2): 493 kB | 28/30 kB Progress (2): 493 kB | 30 kB Progress (3): 493 kB | 30 kB | 4.1/321 kB Progress (3): 493 kB | 30 kB | 7.8/321 kB Progress (3): 493 kB | 30 kB | 12/321 kB Progress (3): 493 kB | 30 kB | 16/321 kB Progress (3): 493 kB | 30 kB | 20/321 kB Progress (3): 493 kB | 30 kB | 24/321 kB Progress (3): 493 kB | 30 kB | 28/321 kB Progress (3): 493 kB | 30 kB | 32/321 kB Progress (3): 493 kB | 30 kB | 36/321 kB Progress (3): 493 kB | 30 kB | 41/321 kB Progress (3): 493 kB | 30 kB | 45/321 kB Progress (3): 493 kB | 30 kB | 49/321 kB Progress (3): 493 kB | 30 kB | 53/321 kB Progress (3): 493 kB | 30 kB | 57/321 kB Progress (3): 493 kB | 30 kB | 61/321 kB Progress (3): 493 kB | 30 kB | 65/321 kB Progress (3): 493 kB | 30 kB | 69/321 kB Progress (3): 493 kB | 30 kB | 73/321 kB Progress (3): 493 kB | 30 kB | 77/321 kB Progress (3): 493 kB | 30 kB | 82/321 kB Progress (4): 493 kB | 30 kB | 82/321 kB | 0/1.3 MB Progress (4): 493 kB | 30 kB | 82/321 kB | 0/1.3 MB Progress (4): 493 kB | 30 kB | 82/321 kB | 0/1.3 MB Progress (4): 493 kB | 30 kB | 82/321 kB | 0/1.3 MB Progress (4): 493 kB | 30 kB | 82/321 kB | 0/1.3 MB Progress (4): 493 kB | 30 kB | 82/321 kB | 0/1.3 MB Progress (4): 493 kB | 30 kB | 82/321 kB | 0.1/1.3 MB Progress (4): 493 kB | 30 kB | 82/321 kB | 0.1/1.3 MB Progress (4): 493 kB | 30 kB | 82/321 kB | 0.1/1.3 MB Progress (4): 493 kB | 30 kB | 82/321 kB | 0.1/1.3 MB Progress (5): 493 kB | 30 kB | 82/321 kB | 0.1/1.3 MB | 4.1/67 kB Progress (5): 493 kB | 30 kB | 82/321 kB | 0.1/1.3 MB | 7.8/67 kB Progress (5): 493 kB | 30 kB | 82/321 kB | 0.1/1.3 MB | 12/67 kB Progress (5): 493 kB | 30 kB | 82/321 kB | 0.1/1.3 MB | 16/67 kB Progress (5): 493 kB | 30 kB | 82/321 kB | 0.1/1.3 MB | 20/67 kB Progress (5): 493 kB | 30 kB | 82/321 kB | 0.1/1.3 MB | 24/67 kB Progress (5): 493 kB | 30 kB | 82/321 kB | 0.1/1.3 MB | 28/67 kB Progress (5): 493 kB | 30 kB | 82/321 kB | 0.1/1.3 MB | 32/67 kB Progress (5): 493 kB | 30 kB | 82/321 kB | 0.1/1.3 MB | 36/67 kB Progress (5): 493 kB | 30 kB | 82/321 kB | 0.1/1.3 MB | 41/67 kB Progress (5): 493 kB | 30 kB | 82/321 kB | 0.1/1.3 MB | 45/67 kB Progress (5): 493 kB | 30 kB | 82/321 kB | 0.1/1.3 MB | 49/67 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/eclipse/jetty/jetty-util/9.4.9.v20180320/jetty-util-9.4.9.v20180320.jar (493 kB at 13 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/springframework/spring-context/4.3.8.RELEASE/spring-context-4.3.8.RELEASE.jar +Progress (4): 30 kB | 82/321 kB | 0.1/1.3 MB | 53/67 kB Progress (4): 30 kB | 82/321 kB | 0.1/1.3 MB | 57/67 kB Progress (4): 30 kB | 86/321 kB | 0.1/1.3 MB | 57/67 kB Progress (4): 30 kB | 90/321 kB | 0.1/1.3 MB | 57/67 kB Progress (4): 30 kB | 94/321 kB | 0.1/1.3 MB | 57/67 kB Progress (4): 30 kB | 98/321 kB | 0.1/1.3 MB | 57/67 kB Progress (4): 30 kB | 102/321 kB | 0.1/1.3 MB | 57/67 kB Progress (4): 30 kB | 106/321 kB | 0.1/1.3 MB | 57/67 kB Progress (4): 30 kB | 110/321 kB | 0.1/1.3 MB | 57/67 kB Progress (4): 30 kB | 114/321 kB | 0.1/1.3 MB | 57/67 kB Progress (4): 30 kB | 118/321 kB | 0.1/1.3 MB | 57/67 kB Progress (4): 30 kB | 122/321 kB | 0.1/1.3 MB | 57/67 kB Progress (4): 30 kB | 127/321 kB | 0.1/1.3 MB | 57/67 kB Progress (4): 30 kB | 131/321 kB | 0.1/1.3 MB | 57/67 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/paulhammant/ngwebdriver/1.0/ngwebdriver-1.0.jar (30 kB at 778 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/springframework/spring-aop/4.3.8.RELEASE/spring-aop-4.3.8.RELEASE.jar +Progress (3): 135/321 kB | 0.1/1.3 MB | 57/67 kB Progress (3): 139/321 kB | 0.1/1.3 MB | 57/67 kB Progress (3): 143/321 kB | 0.1/1.3 MB | 57/67 kB Progress (3): 147/321 kB | 0.1/1.3 MB | 57/67 kB Progress (3): 151/321 kB | 0.1/1.3 MB | 57/67 kB Progress (3): 155/321 kB | 0.1/1.3 MB | 57/67 kB Progress (3): 159/321 kB | 0.1/1.3 MB | 57/67 kB Progress (3): 163/321 kB | 0.1/1.3 MB | 57/67 kB Progress (3): 163/321 kB | 0.1/1.3 MB | 57/67 kB Progress (3): 163/321 kB | 0.1/1.3 MB | 57/67 kB Progress (3): 163/321 kB | 0.1/1.3 MB | 57/67 kB Progress (3): 163/321 kB | 0.1/1.3 MB | 57/67 kB Progress (3): 163/321 kB | 0.1/1.3 MB | 57/67 kB Progress (3): 163/321 kB | 0.1/1.3 MB | 57/67 kB Progress (3): 163/321 kB | 0.1/1.3 MB | 57/67 kB Progress (3): 163/321 kB | 0.1/1.3 MB | 57/67 kB Progress (3): 163/321 kB | 0.2/1.3 MB | 57/67 kB Progress (3): 163/321 kB | 0.2/1.3 MB | 57/67 kB Progress (3): 163/321 kB | 0.2/1.3 MB | 61/67 kB Progress (3): 163/321 kB | 0.2/1.3 MB | 65/67 kB Progress (3): 163/321 kB | 0.2/1.3 MB | 67 kB Progress (3): 168/321 kB | 0.2/1.3 MB | 67 kB Progress (3): 172/321 kB | 0.2/1.3 MB | 67 kB Progress (3): 176/321 kB | 0.2/1.3 MB | 67 kB Progress (3): 180/321 kB | 0.2/1.3 MB | 67 kB Progress (3): 184/321 kB | 0.2/1.3 MB | 67 kB Progress (3): 188/321 kB | 0.2/1.3 MB | 67 kB Progress (3): 192/321 kB | 0.2/1.3 MB | 67 kB Progress (3): 196/321 kB | 0.2/1.3 MB | 67 kB Progress (3): 200/321 kB | 0.2/1.3 MB | 67 kB Progress (3): 204/321 kB | 0.2/1.3 MB | 67 kB Progress (3): 208/321 kB | 0.2/1.3 MB | 67 kB Progress (3): 213/321 kB | 0.2/1.3 MB | 67 kB Progress (3): 217/321 kB | 0.2/1.3 MB | 67 kB Progress (3): 221/321 kB | 0.2/1.3 MB | 67 kB Progress (3): 225/321 kB | 0.2/1.3 MB | 67 kB Progress (3): 229/321 kB | 0.2/1.3 MB | 67 kB Progress (3): 233/321 kB | 0.2/1.3 MB | 67 kB Progress (3): 237/321 kB | 0.2/1.3 MB | 67 kB Progress (3): 237/321 kB | 0.2/1.3 MB | 67 kB Progress (3): 237/321 kB | 0.2/1.3 MB | 67 kB Progress (3): 237/321 kB | 0.2/1.3 MB | 67 kB Progress (3): 237/321 kB | 0.2/1.3 MB | 67 kB Progress (3): 237/321 kB | 0.2/1.3 MB | 67 kB Progress (3): 237/321 kB | 0.2/1.3 MB | 67 kB Progress (3): 237/321 kB | 0.2/1.3 MB | 67 kB Progress (3): 237/321 kB | 0.2/1.3 MB | 67 kB Progress (3): 237/321 kB | 0.2/1.3 MB | 67 kB Progress (3): 237/321 kB | 0.2/1.3 MB | 67 kB Progress (3): 237/321 kB | 0.3/1.3 MB | 67 kB Progress (3): 237/321 kB | 0.3/1.3 MB | 67 kB Progress (3): 241/321 kB | 0.3/1.3 MB | 67 kB Progress (3): 245/321 kB | 0.3/1.3 MB | 67 kB Progress (3): 249/321 kB | 0.3/1.3 MB | 67 kB Progress (3): 254/321 kB | 0.3/1.3 MB | 67 kB Progress (3): 258/321 kB | 0.3/1.3 MB | 67 kB Progress (3): 262/321 kB | 0.3/1.3 MB | 67 kB Progress (3): 266/321 kB | 0.3/1.3 MB | 67 kB Progress (3): 270/321 kB | 0.3/1.3 MB | 67 kB Progress (3): 274/321 kB | 0.3/1.3 MB | 67 kB Progress (3): 278/321 kB | 0.3/1.3 MB | 67 kB Progress (3): 282/321 kB | 0.3/1.3 MB | 67 kB Progress (3): 286/321 kB | 0.3/1.3 MB | 67 kB Progress (4): 286/321 kB | 0.3/1.3 MB | 67 kB | 0/1.1 MB Progress (4): 286/321 kB | 0.3/1.3 MB | 67 kB | 0/1.1 MB Progress (4): 286/321 kB | 0.3/1.3 MB | 67 kB | 0/1.1 MB Progress (4): 286/321 kB | 0.3/1.3 MB | 67 kB | 0/1.1 MB Progress (4): 286/321 kB | 0.3/1.3 MB | 67 kB | 0/1.1 MB Progress (4): 286/321 kB | 0.3/1.3 MB | 67 kB | 0/1.1 MB Progress (4): 286/321 kB | 0.3/1.3 MB | 67 kB | 0.1/1.1 MB Progress (4): 286/321 kB | 0.3/1.3 MB | 67 kB | 0.1/1.1 MB Progress (4): 286/321 kB | 0.3/1.3 MB | 67 kB | 0.1/1.1 MB Progress (4): 286/321 kB | 0.3/1.3 MB | 67 kB | 0.1/1.1 MB Progress (4): 286/321 kB | 0.3/1.3 MB | 67 kB | 0.1/1.1 MB Progress (4): 286/321 kB | 0.3/1.3 MB | 67 kB | 0.1/1.1 MB Progress (4): 286/321 kB | 0.3/1.3 MB | 67 kB | 0.1/1.1 MB Progress (4): 286/321 kB | 0.3/1.3 MB | 67 kB | 0.1/1.1 MB Progress (4): 286/321 kB | 0.3/1.3 MB | 67 kB | 0.1/1.1 MB Progress (4): 286/321 kB | 0.3/1.3 MB | 67 kB | 0.1/1.1 MB Progress (4): 286/321 kB | 0.3/1.3 MB | 67 kB | 0.1/1.1 MB Progress (4): 286/321 kB | 0.3/1.3 MB | 67 kB | 0.1/1.1 MB Progress (4): 286/321 kB | 0.3/1.3 MB | 67 kB | 0.1/1.1 MB Progress (4): 286/321 kB | 0.3/1.3 MB | 67 kB | 0.1/1.1 MB Progress (4): 286/321 kB | 0.3/1.3 MB | 67 kB | 0.1/1.1 MB Progress (4): 286/321 kB | 0.3/1.3 MB | 67 kB | 0.1/1.1 MB Progress (4): 286/321 kB | 0.3/1.3 MB | 67 kB | 0.1/1.1 MB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/fasterxml/jackson/core/jackson-annotations/2.9.3/jackson-annotations-2.9.3.jar (67 kB at 1.7 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/springframework/spring-beans/4.3.8.RELEASE/spring-beans-4.3.8.RELEASE.jar +Progress (3): 290/321 kB | 0.3/1.3 MB | 0.1/1.1 MB Progress (3): 295/321 kB | 0.3/1.3 MB | 0.1/1.1 MB Progress (3): 299/321 kB | 0.3/1.3 MB | 0.1/1.1 MB Progress (3): 303/321 kB | 0.3/1.3 MB | 0.1/1.1 MB Progress (3): 303/321 kB | 0.4/1.3 MB | 0.1/1.1 MB Progress (3): 303/321 kB | 0.4/1.3 MB | 0.1/1.1 MB Progress (3): 307/321 kB | 0.4/1.3 MB | 0.1/1.1 MB Progress (3): 311/321 kB | 0.4/1.3 MB | 0.1/1.1 MB Progress (3): 315/321 kB | 0.4/1.3 MB | 0.1/1.1 MB Progress (3): 319/321 kB | 0.4/1.3 MB | 0.1/1.1 MB Progress (3): 321 kB | 0.4/1.3 MB | 0.1/1.1 MB Progress (3): 321 kB | 0.4/1.3 MB | 0.1/1.1 MB Progress (3): 321 kB | 0.4/1.3 MB | 0.1/1.1 MB Progress (3): 321 kB | 0.4/1.3 MB | 0.1/1.1 MB Progress (3): 321 kB | 0.4/1.3 MB | 0.1/1.1 MB Progress (3): 321 kB | 0.4/1.3 MB | 0.1/1.1 MB Progress (3): 321 kB | 0.4/1.3 MB | 0.1/1.1 MB Progress (4): 321 kB | 0.4/1.3 MB | 0.1/1.1 MB | 4.1/381 kB Progress (4): 321 kB | 0.4/1.3 MB | 0.1/1.1 MB | 7.8/381 kB Progress (4): 321 kB | 0.4/1.3 MB | 0.1/1.1 MB | 12/381 kB Progress (4): 321 kB | 0.4/1.3 MB | 0.1/1.1 MB | 16/381 kB Progress (4): 321 kB | 0.4/1.3 MB | 0.1/1.1 MB | 20/381 kB Progress (4): 321 kB | 0.4/1.3 MB | 0.1/1.1 MB | 24/381 kB Progress (4): 321 kB | 0.4/1.3 MB | 0.1/1.1 MB | 28/381 kB Progress (4): 321 kB | 0.4/1.3 MB | 0.1/1.1 MB | 32/381 kB Progress (4): 321 kB | 0.4/1.3 MB | 0.1/1.1 MB | 32/381 kB Progress (4): 321 kB | 0.4/1.3 MB | 0.1/1.1 MB | 32/381 kB Progress (4): 321 kB | 0.4/1.3 MB | 0.1/1.1 MB | 32/381 kB Progress (4): 321 kB | 0.4/1.3 MB | 0.1/1.1 MB | 32/381 kB Progress (4): 321 kB | 0.4/1.3 MB | 0.1/1.1 MB | 32/381 kB Progress (4): 321 kB | 0.4/1.3 MB | 0.1/1.1 MB | 32/381 kB Progress (4): 321 kB | 0.4/1.3 MB | 0.1/1.1 MB | 32/381 kB Progress (4): 321 kB | 0.4/1.3 MB | 0.1/1.1 MB | 32/381 kB Progress (4): 321 kB | 0.4/1.3 MB | 0.1/1.1 MB | 32/381 kB Progress (4): 321 kB | 0.4/1.3 MB | 0.2/1.1 MB | 32/381 kB Progress (4): 321 kB | 0.4/1.3 MB | 0.2/1.1 MB | 32/381 kB Progress (4): 321 kB | 0.4/1.3 MB | 0.2/1.1 MB | 32/381 kB Progress (4): 321 kB | 0.4/1.3 MB | 0.2/1.1 MB | 32/381 kB Progress (4): 321 kB | 0.4/1.3 MB | 0.2/1.1 MB | 32/381 kB Progress (4): 321 kB | 0.4/1.3 MB | 0.2/1.1 MB | 32/381 kB Progress (4): 321 kB | 0.4/1.3 MB | 0.2/1.1 MB | 32/381 kB Progress (4): 321 kB | 0.4/1.3 MB | 0.2/1.1 MB | 32/381 kB Progress (4): 321 kB | 0.4/1.3 MB | 0.2/1.1 MB | 32/381 kB Progress (4): 321 kB | 0.4/1.3 MB | 0.2/1.1 MB | 32/381 kB Progress (4): 321 kB | 0.4/1.3 MB | 0.2/1.1 MB | 32/381 kB Progress (4): 321 kB | 0.4/1.3 MB | 0.2/1.1 MB | 32/381 kB Progress (4): 321 kB | 0.4/1.3 MB | 0.3/1.1 MB | 32/381 kB Progress (4): 321 kB | 0.4/1.3 MB | 0.3/1.1 MB | 32/381 kB Progress (4): 321 kB | 0.4/1.3 MB | 0.3/1.1 MB | 32/381 kB Progress (4): 321 kB | 0.4/1.3 MB | 0.3/1.1 MB | 32/381 kB Progress (4): 321 kB | 0.4/1.3 MB | 0.3/1.1 MB | 32/381 kB Progress (4): 321 kB | 0.4/1.3 MB | 0.3/1.1 MB | 32/381 kB Progress (4): 321 kB | 0.4/1.3 MB | 0.3/1.1 MB | 32/381 kB Progress (4): 321 kB | 0.4/1.3 MB | 0.3/1.1 MB | 32/381 kB Progress (4): 321 kB | 0.4/1.3 MB | 0.3/1.1 MB | 32/381 kB Progress (4): 321 kB | 0.4/1.3 MB | 0.3/1.1 MB | 32/381 kB Progress (4): 321 kB | 0.4/1.3 MB | 0.3/1.1 MB | 32/381 kB Progress (4): 321 kB | 0.4/1.3 MB | 0.3/1.1 MB | 32/381 kB Progress (4): 321 kB | 0.4/1.3 MB | 0.4/1.1 MB | 32/381 kB Progress (4): 321 kB | 0.4/1.3 MB | 0.4/1.1 MB | 32/381 kB Progress (4): 321 kB | 0.4/1.3 MB | 0.4/1.1 MB | 32/381 kB Progress (4): 321 kB | 0.4/1.3 MB | 0.4/1.1 MB | 32/381 kB Progress (4): 321 kB | 0.4/1.3 MB | 0.4/1.1 MB | 32/381 kB Progress (4): 321 kB | 0.5/1.3 MB | 0.4/1.1 MB | 32/381 kB Progress (4): 321 kB | 0.5/1.3 MB | 0.4/1.1 MB | 32/381 kB Progress (4): 321 kB | 0.5/1.3 MB | 0.4/1.1 MB | 32/381 kB Progress (4): 321 kB | 0.5/1.3 MB | 0.4/1.1 MB | 32/381 kB Progress (4): 321 kB | 0.5/1.3 MB | 0.4/1.1 MB | 32/381 kB Progress (4): 321 kB | 0.5/1.3 MB | 0.4/1.1 MB | 32/381 kB Progress (4): 321 kB | 0.5/1.3 MB | 0.4/1.1 MB | 36/381 kB Progress (4): 321 kB | 0.5/1.3 MB | 0.4/1.1 MB | 41/381 kB Progress (4): 321 kB | 0.5/1.3 MB | 0.4/1.1 MB | 45/381 kB Progress (4): 321 kB | 0.5/1.3 MB | 0.4/1.1 MB | 49/381 kB Progress (4): 321 kB | 0.5/1.3 MB | 0.4/1.1 MB | 49/381 kB Progress (4): 321 kB | 0.5/1.3 MB | 0.4/1.1 MB | 49/381 kB Progress (4): 321 kB | 0.5/1.3 MB | 0.4/1.1 MB | 53/381 kB Progress (4): 321 kB | 0.5/1.3 MB | 0.4/1.1 MB | 57/381 kB Progress (4): 321 kB | 0.5/1.3 MB | 0.4/1.1 MB | 61/381 kB Progress (4): 321 kB | 0.5/1.3 MB | 0.4/1.1 MB | 65/381 kB Progress (4): 321 kB | 0.5/1.3 MB | 0.4/1.1 MB | 69/381 kB Progress (4): 321 kB | 0.5/1.3 MB | 0.4/1.1 MB | 73/381 kB Progress (4): 321 kB | 0.5/1.3 MB | 0.4/1.1 MB | 77/381 kB Progress (4): 321 kB | 0.5/1.3 MB | 0.4/1.1 MB | 82/381 kB Progress (4): 321 kB | 0.5/1.3 MB | 0.4/1.1 MB | 82/381 kB Progress (4): 321 kB | 0.5/1.3 MB | 0.4/1.1 MB | 82/381 kB Progress (4): 321 kB | 0.5/1.3 MB | 0.4/1.1 MB | 82/381 kB Progress (4): 321 kB | 0.5/1.3 MB | 0.4/1.1 MB | 82/381 kB Progress (4): 321 kB | 0.5/1.3 MB | 0.4/1.1 MB | 82/381 kB Progress (4): 321 kB | 0.5/1.3 MB | 0.4/1.1 MB | 82/381 kB Progress (4): 321 kB | 0.5/1.3 MB | 0.4/1.1 MB | 82/381 kB Progress (4): 321 kB | 0.5/1.3 MB | 0.4/1.1 MB | 82/381 kB Progress (4): 321 kB | 0.5/1.3 MB | 0.4/1.1 MB | 82/381 kB Progress (4): 321 kB | 0.5/1.3 MB | 0.4/1.1 MB | 82/381 kB Progress (4): 321 kB | 0.5/1.3 MB | 0.4/1.1 MB | 82/381 kB Progress (4): 321 kB | 0.5/1.3 MB | 0.5/1.1 MB | 82/381 kB Progress (4): 321 kB | 0.5/1.3 MB | 0.5/1.1 MB | 82/381 kB Progress (4): 321 kB | 0.5/1.3 MB | 0.5/1.1 MB | 82/381 kB Progress (4): 321 kB | 0.5/1.3 MB | 0.5/1.1 MB | 82/381 kB Progress (4): 321 kB | 0.5/1.3 MB | 0.5/1.1 MB | 82/381 kB Progress (5): 321 kB | 0.5/1.3 MB | 0.5/1.1 MB | 82/381 kB | 4.1/763 kB Progress (5): 321 kB | 0.5/1.3 MB | 0.5/1.1 MB | 82/381 kB | 7.8/763 kB Progress (5): 321 kB | 0.5/1.3 MB | 0.5/1.1 MB | 82/381 kB | 12/763 kB Progress (5): 321 kB | 0.5/1.3 MB | 0.5/1.1 MB | 82/381 kB | 16/763 kB Progress (5): 321 kB | 0.5/1.3 MB | 0.5/1.1 MB | 82/381 kB | 20/763 kB Progress (5): 321 kB | 0.5/1.3 MB | 0.5/1.1 MB | 82/381 kB | 24/763 kB Progress (5): 321 kB | 0.5/1.3 MB | 0.5/1.1 MB | 82/381 kB | 28/763 kB Progress (5): 321 kB | 0.5/1.3 MB | 0.5/1.1 MB | 82/381 kB | 32/763 kB Progress (5): 321 kB | 0.5/1.3 MB | 0.5/1.1 MB | 82/381 kB | 36/763 kB Progress (5): 321 kB | 0.5/1.3 MB | 0.5/1.1 MB | 82/381 kB | 41/763 kB Progress (5): 321 kB | 0.5/1.3 MB | 0.5/1.1 MB | 82/381 kB | 45/763 kB Progress (5): 321 kB | 0.5/1.3 MB | 0.5/1.1 MB | 82/381 kB | 49/763 kB Progress (5): 321 kB | 0.5/1.3 MB | 0.5/1.1 MB | 82/381 kB | 53/763 kB Progress (5): 321 kB | 0.5/1.3 MB | 0.5/1.1 MB | 82/381 kB | 57/763 kB Progress (5): 321 kB | 0.5/1.3 MB | 0.5/1.1 MB | 82/381 kB | 57/763 kB Progress (5): 321 kB | 0.5/1.3 MB | 0.5/1.1 MB | 82/381 kB | 57/763 kB Progress (5): 321 kB | 0.5/1.3 MB | 0.5/1.1 MB | 82/381 kB | 57/763 kB Progress (5): 321 kB | 0.5/1.3 MB | 0.5/1.1 MB | 82/381 kB | 57/763 kB Progress (5): 321 kB | 0.6/1.3 MB | 0.5/1.1 MB | 82/381 kB | 57/763 kB Progress (5): 321 kB | 0.6/1.3 MB | 0.5/1.1 MB | 82/381 kB | 57/763 kB Progress (5): 321 kB | 0.6/1.3 MB | 0.5/1.1 MB | 82/381 kB | 57/763 kB Progress (5): 321 kB | 0.6/1.3 MB | 0.5/1.1 MB | 82/381 kB | 57/763 kB Progress (5): 321 kB | 0.6/1.3 MB | 0.5/1.1 MB | 82/381 kB | 57/763 kB Progress (5): 321 kB | 0.6/1.3 MB | 0.5/1.1 MB | 82/381 kB | 57/763 kB Progress (5): 321 kB | 0.6/1.3 MB | 0.5/1.1 MB | 86/381 kB | 57/763 kB Progress (5): 321 kB | 0.6/1.3 MB | 0.5/1.1 MB | 90/381 kB | 57/763 kB Progress (5): 321 kB | 0.6/1.3 MB | 0.5/1.1 MB | 94/381 kB | 57/763 kB Progress (5): 321 kB | 0.6/1.3 MB | 0.5/1.1 MB | 98/381 kB | 57/763 kB Progress (5): 321 kB | 0.6/1.3 MB | 0.5/1.1 MB | 98/381 kB | 57/763 kB Progress (5): 321 kB | 0.6/1.3 MB | 0.5/1.1 MB | 98/381 kB | 57/763 kB Progress (5): 321 kB | 0.6/1.3 MB | 0.5/1.1 MB | 102/381 kB | 57/763 kB Progress (5): 321 kB | 0.6/1.3 MB | 0.5/1.1 MB | 106/381 kB | 57/763 kB Progress (5): 321 kB | 0.6/1.3 MB | 0.5/1.1 MB | 110/381 kB | 57/763 kB Progress (5): 321 kB | 0.6/1.3 MB | 0.5/1.1 MB | 114/381 kB | 57/763 kB Progress (5): 321 kB | 0.6/1.3 MB | 0.5/1.1 MB | 118/381 kB | 57/763 kB Progress (5): 321 kB | 0.6/1.3 MB | 0.5/1.1 MB | 122/381 kB | 57/763 kB Progress (5): 321 kB | 0.6/1.3 MB | 0.5/1.1 MB | 127/381 kB | 57/763 kB Progress (5): 321 kB | 0.6/1.3 MB | 0.5/1.1 MB | 131/381 kB | 57/763 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/fasterxml/jackson/core/jackson-core/2.9.3/jackson-core-2.9.3.jar (321 kB at 8.2 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/springframework/spring-expression/4.3.8.RELEASE/spring-expression-4.3.8.RELEASE.jar +Progress (4): 0.6/1.3 MB | 0.5/1.1 MB | 131/381 kB | 57/763 kB Progress (4): 0.6/1.3 MB | 0.5/1.1 MB | 131/381 kB | 57/763 kB Progress (4): 0.6/1.3 MB | 0.5/1.1 MB | 131/381 kB | 57/763 kB Progress (4): 0.6/1.3 MB | 0.5/1.1 MB | 131/381 kB | 57/763 kB Progress (4): 0.6/1.3 MB | 0.5/1.1 MB | 131/381 kB | 57/763 kB Progress (4): 0.6/1.3 MB | 0.5/1.1 MB | 131/381 kB | 57/763 kB Progress (4): 0.6/1.3 MB | 0.5/1.1 MB | 131/381 kB | 57/763 kB Progress (4): 0.6/1.3 MB | 0.5/1.1 MB | 131/381 kB | 57/763 kB Progress (4): 0.6/1.3 MB | 0.6/1.1 MB | 131/381 kB | 57/763 kB Progress (4): 0.6/1.3 MB | 0.6/1.1 MB | 131/381 kB | 57/763 kB Progress (4): 0.6/1.3 MB | 0.6/1.1 MB | 131/381 kB | 57/763 kB Progress (4): 0.6/1.3 MB | 0.6/1.1 MB | 131/381 kB | 57/763 kB Progress (4): 0.6/1.3 MB | 0.6/1.1 MB | 131/381 kB | 57/763 kB Progress (4): 0.6/1.3 MB | 0.6/1.1 MB | 131/381 kB | 57/763 kB Progress (4): 0.6/1.3 MB | 0.6/1.1 MB | 131/381 kB | 61/763 kB Progress (4): 0.6/1.3 MB | 0.6/1.1 MB | 131/381 kB | 65/763 kB Progress (4): 0.6/1.3 MB | 0.6/1.1 MB | 131/381 kB | 69/763 kB Progress (4): 0.6/1.3 MB | 0.6/1.1 MB | 131/381 kB | 73/763 kB Progress (4): 0.6/1.3 MB | 0.6/1.1 MB | 131/381 kB | 77/763 kB Progress (4): 0.6/1.3 MB | 0.6/1.1 MB | 131/381 kB | 82/763 kB Progress (4): 0.6/1.3 MB | 0.6/1.1 MB | 131/381 kB | 86/763 kB Progress (4): 0.6/1.3 MB | 0.6/1.1 MB | 131/381 kB | 90/763 kB Progress (4): 0.6/1.3 MB | 0.6/1.1 MB | 131/381 kB | 94/763 kB Progress (4): 0.6/1.3 MB | 0.6/1.1 MB | 131/381 kB | 98/763 kB Progress (4): 0.6/1.3 MB | 0.6/1.1 MB | 131/381 kB | 102/763 kB Progress (4): 0.6/1.3 MB | 0.6/1.1 MB | 131/381 kB | 106/763 kB Progress (4): 0.6/1.3 MB | 0.6/1.1 MB | 131/381 kB | 106/763 kB Progress (4): 0.6/1.3 MB | 0.6/1.1 MB | 131/381 kB | 106/763 kB Progress (4): 0.6/1.3 MB | 0.6/1.1 MB | 131/381 kB | 106/763 kB Progress (4): 0.6/1.3 MB | 0.6/1.1 MB | 131/381 kB | 106/763 kB Progress (4): 0.6/1.3 MB | 0.6/1.1 MB | 131/381 kB | 106/763 kB Progress (4): 0.7/1.3 MB | 0.6/1.1 MB | 131/381 kB | 106/763 kB Progress (4): 0.7/1.3 MB | 0.6/1.1 MB | 131/381 kB | 106/763 kB Progress (4): 0.7/1.3 MB | 0.6/1.1 MB | 131/381 kB | 106/763 kB Progress (4): 0.7/1.3 MB | 0.6/1.1 MB | 135/381 kB | 106/763 kB Progress (4): 0.7/1.3 MB | 0.6/1.1 MB | 139/381 kB | 106/763 kB Progress (4): 0.7/1.3 MB | 0.6/1.1 MB | 143/381 kB | 106/763 kB Progress (4): 0.7/1.3 MB | 0.6/1.1 MB | 147/381 kB | 106/763 kB Progress (4): 0.7/1.3 MB | 0.6/1.1 MB | 147/381 kB | 106/763 kB Progress (4): 0.7/1.3 MB | 0.6/1.1 MB | 147/381 kB | 106/763 kB Progress (4): 0.7/1.3 MB | 0.6/1.1 MB | 151/381 kB | 106/763 kB Progress (4): 0.7/1.3 MB | 0.6/1.1 MB | 155/381 kB | 106/763 kB Progress (4): 0.7/1.3 MB | 0.6/1.1 MB | 159/381 kB | 106/763 kB Progress (4): 0.7/1.3 MB | 0.6/1.1 MB | 163/381 kB | 106/763 kB Progress (4): 0.7/1.3 MB | 0.6/1.1 MB | 163/381 kB | 106/763 kB Progress (4): 0.7/1.3 MB | 0.6/1.1 MB | 163/381 kB | 106/763 kB Progress (4): 0.7/1.3 MB | 0.6/1.1 MB | 168/381 kB | 106/763 kB Progress (4): 0.7/1.3 MB | 0.6/1.1 MB | 172/381 kB | 106/763 kB Progress (4): 0.7/1.3 MB | 0.6/1.1 MB | 176/381 kB | 106/763 kB Progress (4): 0.7/1.3 MB | 0.6/1.1 MB | 180/381 kB | 106/763 kB Progress (4): 0.7/1.3 MB | 0.6/1.1 MB | 180/381 kB | 106/763 kB Progress (4): 0.7/1.3 MB | 0.6/1.1 MB | 180/381 kB | 106/763 kB Progress (4): 0.7/1.3 MB | 0.6/1.1 MB | 180/381 kB | 106/763 kB Progress (4): 0.7/1.3 MB | 0.6/1.1 MB | 180/381 kB | 106/763 kB Progress (4): 0.7/1.3 MB | 0.7/1.1 MB | 180/381 kB | 106/763 kB Progress (4): 0.7/1.3 MB | 0.7/1.1 MB | 180/381 kB | 106/763 kB Progress (4): 0.7/1.3 MB | 0.7/1.1 MB | 180/381 kB | 106/763 kB Progress (4): 0.7/1.3 MB | 0.7/1.1 MB | 180/381 kB | 106/763 kB Progress (4): 0.7/1.3 MB | 0.7/1.1 MB | 180/381 kB | 106/763 kB Progress (4): 0.7/1.3 MB | 0.7/1.1 MB | 180/381 kB | 106/763 kB Progress (4): 0.7/1.3 MB | 0.7/1.1 MB | 180/381 kB | 106/763 kB Progress (4): 0.7/1.3 MB | 0.7/1.1 MB | 180/381 kB | 106/763 kB Progress (4): 0.7/1.3 MB | 0.7/1.1 MB | 180/381 kB | 106/763 kB Progress (4): 0.7/1.3 MB | 0.7/1.1 MB | 180/381 kB | 106/763 kB Progress (4): 0.7/1.3 MB | 0.7/1.1 MB | 180/381 kB | 106/763 kB Progress (4): 0.7/1.3 MB | 0.7/1.1 MB | 180/381 kB | 106/763 kB Progress (4): 0.7/1.3 MB | 0.7/1.1 MB | 180/381 kB | 110/763 kB Progress (4): 0.7/1.3 MB | 0.7/1.1 MB | 180/381 kB | 114/763 kB Progress (4): 0.7/1.3 MB | 0.7/1.1 MB | 180/381 kB | 118/763 kB Progress (4): 0.7/1.3 MB | 0.7/1.1 MB | 180/381 kB | 122/763 kB Progress (4): 0.7/1.3 MB | 0.7/1.1 MB | 180/381 kB | 127/763 kB Progress (4): 0.7/1.3 MB | 0.7/1.1 MB | 180/381 kB | 131/763 kB Progress (4): 0.7/1.3 MB | 0.7/1.1 MB | 180/381 kB | 135/763 kB Progress (4): 0.7/1.3 MB | 0.7/1.1 MB | 180/381 kB | 139/763 kB Progress (4): 0.7/1.3 MB | 0.7/1.1 MB | 180/381 kB | 143/763 kB Progress (4): 0.7/1.3 MB | 0.7/1.1 MB | 180/381 kB | 147/763 kB Progress (4): 0.7/1.3 MB | 0.7/1.1 MB | 180/381 kB | 151/763 kB Progress (4): 0.7/1.3 MB | 0.7/1.1 MB | 180/381 kB | 155/763 kB Progress (4): 0.7/1.3 MB | 0.7/1.1 MB | 180/381 kB | 155/763 kB Progress (4): 0.7/1.3 MB | 0.7/1.1 MB | 180/381 kB | 159/763 kB Progress (4): 0.7/1.3 MB | 0.7/1.1 MB | 180/381 kB | 159/763 kB Progress (4): 0.7/1.3 MB | 0.7/1.1 MB | 180/381 kB | 163/763 kB Progress (4): 0.7/1.3 MB | 0.7/1.1 MB | 180/381 kB | 168/763 kB Progress (4): 0.7/1.3 MB | 0.7/1.1 MB | 180/381 kB | 172/763 kB Progress (4): 0.7/1.3 MB | 0.8/1.1 MB | 180/381 kB | 172/763 kB Progress (4): 0.7/1.3 MB | 0.8/1.1 MB | 180/381 kB | 172/763 kB Progress (4): 0.7/1.3 MB | 0.8/1.1 MB | 180/381 kB | 172/763 kB Progress (4): 0.8/1.3 MB | 0.8/1.1 MB | 180/381 kB | 172/763 kB Progress (4): 0.8/1.3 MB | 0.8/1.1 MB | 184/381 kB | 172/763 kB Progress (4): 0.8/1.3 MB | 0.8/1.1 MB | 188/381 kB | 172/763 kB Progress (4): 0.8/1.3 MB | 0.8/1.1 MB | 192/381 kB | 172/763 kB Progress (4): 0.8/1.3 MB | 0.8/1.1 MB | 196/381 kB | 172/763 kB Progress (4): 0.8/1.3 MB | 0.8/1.1 MB | 196/381 kB | 172/763 kB Progress (4): 0.8/1.3 MB | 0.8/1.1 MB | 196/381 kB | 172/763 kB Progress (4): 0.8/1.3 MB | 0.8/1.1 MB | 200/381 kB | 172/763 kB Progress (4): 0.8/1.3 MB | 0.8/1.1 MB | 204/381 kB | 172/763 kB Progress (4): 0.8/1.3 MB | 0.8/1.1 MB | 208/381 kB | 172/763 kB Progress (4): 0.8/1.3 MB | 0.8/1.1 MB | 213/381 kB | 172/763 kB Progress (4): 0.8/1.3 MB | 0.8/1.1 MB | 213/381 kB | 172/763 kB Progress (4): 0.8/1.3 MB | 0.8/1.1 MB | 213/381 kB | 172/763 kB Progress (4): 0.8/1.3 MB | 0.8/1.1 MB | 217/381 kB | 172/763 kB Progress (4): 0.8/1.3 MB | 0.8/1.1 MB | 221/381 kB | 172/763 kB Progress (4): 0.8/1.3 MB | 0.8/1.1 MB | 225/381 kB | 172/763 kB Progress (4): 0.8/1.3 MB | 0.8/1.1 MB | 225/381 kB | 176/763 kB Progress (4): 0.8/1.3 MB | 0.8/1.1 MB | 225/381 kB | 180/763 kB Progress (4): 0.8/1.3 MB | 0.8/1.1 MB | 225/381 kB | 184/763 kB Progress (4): 0.8/1.3 MB | 0.8/1.1 MB | 225/381 kB | 188/763 kB Progress (4): 0.8/1.3 MB | 0.8/1.1 MB | 229/381 kB | 188/763 kB Progress (4): 0.8/1.3 MB | 0.8/1.1 MB | 233/381 kB | 188/763 kB Progress (4): 0.8/1.3 MB | 0.8/1.1 MB | 237/381 kB | 188/763 kB Progress (4): 0.8/1.3 MB | 0.8/1.1 MB | 241/381 kB | 188/763 kB Progress (4): 0.8/1.3 MB | 0.8/1.1 MB | 241/381 kB | 188/763 kB Progress (4): 0.8/1.3 MB | 0.8/1.1 MB | 241/381 kB | 188/763 kB Progress (4): 0.8/1.3 MB | 0.8/1.1 MB | 241/381 kB | 188/763 kB Progress (4): 0.8/1.3 MB | 0.8/1.1 MB | 241/381 kB | 188/763 kB Progress (4): 0.8/1.3 MB | 0.8/1.1 MB | 241/381 kB | 188/763 kB Progress (4): 0.8/1.3 MB | 0.8/1.1 MB | 241/381 kB | 188/763 kB Progress (4): 0.8/1.3 MB | 0.8/1.1 MB | 241/381 kB | 188/763 kB Progress (4): 0.8/1.3 MB | 0.8/1.1 MB | 241/381 kB | 188/763 kB Progress (4): 0.8/1.3 MB | 0.8/1.1 MB | 241/381 kB | 188/763 kB Progress (4): 0.8/1.3 MB | 0.8/1.1 MB | 241/381 kB | 188/763 kB Progress (4): 0.8/1.3 MB | 0.8/1.1 MB | 241/381 kB | 188/763 kB Progress (4): 0.8/1.3 MB | 0.8/1.1 MB | 241/381 kB | 188/763 kB Progress (4): 0.8/1.3 MB | 0.8/1.1 MB | 241/381 kB | 188/763 kB Progress (4): 0.8/1.3 MB | 0.8/1.1 MB | 241/381 kB | 188/763 kB Progress (4): 0.8/1.3 MB | 0.9/1.1 MB | 241/381 kB | 188/763 kB Progress (4): 0.8/1.3 MB | 0.9/1.1 MB | 241/381 kB | 188/763 kB Progress (4): 0.8/1.3 MB | 0.9/1.1 MB | 241/381 kB | 192/763 kB Progress (4): 0.8/1.3 MB | 0.9/1.1 MB | 241/381 kB | 196/763 kB Progress (4): 0.8/1.3 MB | 0.9/1.1 MB | 241/381 kB | 200/763 kB Progress (4): 0.8/1.3 MB | 0.9/1.1 MB | 241/381 kB | 204/763 kB Progress (4): 0.8/1.3 MB | 0.9/1.1 MB | 241/381 kB | 208/763 kB Progress (4): 0.8/1.3 MB | 0.9/1.1 MB | 241/381 kB | 213/763 kB Progress (4): 0.8/1.3 MB | 0.9/1.1 MB | 241/381 kB | 217/763 kB Progress (4): 0.8/1.3 MB | 0.9/1.1 MB | 241/381 kB | 221/763 kB Progress (4): 0.8/1.3 MB | 0.9/1.1 MB | 241/381 kB | 225/763 kB Progress (4): 0.8/1.3 MB | 0.9/1.1 MB | 241/381 kB | 229/763 kB Progress (4): 0.8/1.3 MB | 0.9/1.1 MB | 241/381 kB | 233/763 kB Progress (4): 0.8/1.3 MB | 0.9/1.1 MB | 241/381 kB | 237/763 kB Progress (4): 0.8/1.3 MB | 0.9/1.1 MB | 241/381 kB | 237/763 kB Progress (4): 0.8/1.3 MB | 0.9/1.1 MB | 241/381 kB | 237/763 kB Progress (4): 0.8/1.3 MB | 0.9/1.1 MB | 241/381 kB | 241/763 kB Progress (4): 0.8/1.3 MB | 0.9/1.1 MB | 241/381 kB | 245/763 kB Progress (4): 0.8/1.3 MB | 0.9/1.1 MB | 241/381 kB | 249/763 kB Progress (4): 0.8/1.3 MB | 0.9/1.1 MB | 241/381 kB | 254/763 kB Progress (4): 0.8/1.3 MB | 0.9/1.1 MB | 241/381 kB | 254/763 kB Progress (4): 0.8/1.3 MB | 0.9/1.1 MB | 241/381 kB | 254/763 kB Progress (4): 0.8/1.3 MB | 0.9/1.1 MB | 241/381 kB | 254/763 kB Progress (4): 0.9/1.3 MB | 0.9/1.1 MB | 241/381 kB | 254/763 kB Progress (4): 0.9/1.3 MB | 0.9/1.1 MB | 241/381 kB | 254/763 kB Progress (4): 0.9/1.3 MB | 0.9/1.1 MB | 245/381 kB | 254/763 kB Progress (4): 0.9/1.3 MB | 0.9/1.1 MB | 245/381 kB | 254/763 kB Progress (4): 0.9/1.3 MB | 0.9/1.1 MB | 249/381 kB | 254/763 kB Progress (4): 0.9/1.3 MB | 0.9/1.1 MB | 254/381 kB | 254/763 kB Progress (4): 0.9/1.3 MB | 0.9/1.1 MB | 258/381 kB | 254/763 kB Progress (4): 0.9/1.3 MB | 0.9/1.1 MB | 262/381 kB | 254/763 kB Progress (4): 0.9/1.3 MB | 0.9/1.1 MB | 266/381 kB | 254/763 kB Progress (4): 0.9/1.3 MB | 0.9/1.1 MB | 270/381 kB | 254/763 kB Progress (4): 0.9/1.3 MB | 0.9/1.1 MB | 274/381 kB | 254/763 kB Progress (4): 0.9/1.3 MB | 0.9/1.1 MB | 274/381 kB | 254/763 kB Progress (4): 0.9/1.3 MB | 0.9/1.1 MB | 274/381 kB | 254/763 kB Progress (4): 0.9/1.3 MB | 0.9/1.1 MB | 278/381 kB | 254/763 kB Progress (4): 0.9/1.3 MB | 0.9/1.1 MB | 282/381 kB | 254/763 kB Progress (4): 0.9/1.3 MB | 0.9/1.1 MB | 286/381 kB | 254/763 kB Progress (4): 0.9/1.3 MB | 0.9/1.1 MB | 290/381 kB | 254/763 kB Progress (4): 0.9/1.3 MB | 0.9/1.1 MB | 290/381 kB | 254/763 kB Progress (4): 0.9/1.3 MB | 0.9/1.1 MB | 290/381 kB | 254/763 kB Progress (4): 0.9/1.3 MB | 0.9/1.1 MB | 290/381 kB | 254/763 kB Progress (4): 0.9/1.3 MB | 0.9/1.1 MB | 290/381 kB | 254/763 kB Progress (4): 0.9/1.3 MB | 0.9/1.1 MB | 290/381 kB | 254/763 kB Progress (4): 0.9/1.3 MB | 0.9/1.1 MB | 290/381 kB | 254/763 kB Progress (4): 0.9/1.3 MB | 0.9/1.1 MB | 290/381 kB | 254/763 kB Progress (4): 0.9/1.3 MB | 0.9/1.1 MB | 290/381 kB | 254/763 kB Progress (5): 0.9/1.3 MB | 0.9/1.1 MB | 290/381 kB | 254/763 kB | 4.1/263 kB Progress (5): 0.9/1.3 MB | 0.9/1.1 MB | 290/381 kB | 254/763 kB | 7.8/263 kB Progress (5): 0.9/1.3 MB | 0.9/1.1 MB | 290/381 kB | 254/763 kB | 12/263 kB Progress (5): 0.9/1.3 MB | 0.9/1.1 MB | 290/381 kB | 254/763 kB | 16/263 kB Progress (5): 0.9/1.3 MB | 0.9/1.1 MB | 290/381 kB | 254/763 kB | 20/263 kB Progress (5): 0.9/1.3 MB | 0.9/1.1 MB | 290/381 kB | 254/763 kB | 24/263 kB Progress (5): 0.9/1.3 MB | 0.9/1.1 MB | 290/381 kB | 254/763 kB | 28/263 kB Progress (5): 0.9/1.3 MB | 0.9/1.1 MB | 290/381 kB | 254/763 kB | 32/263 kB Progress (5): 0.9/1.3 MB | 0.9/1.1 MB | 290/381 kB | 254/763 kB | 32/263 kB Progress (5): 0.9/1.3 MB | 0.9/1.1 MB | 290/381 kB | 254/763 kB | 36/263 kB Progress (5): 0.9/1.3 MB | 0.9/1.1 MB | 290/381 kB | 254/763 kB | 36/263 kB Progress (5): 0.9/1.3 MB | 0.9/1.1 MB | 290/381 kB | 254/763 kB | 41/263 kB Progress (5): 0.9/1.3 MB | 0.9/1.1 MB | 290/381 kB | 254/763 kB | 41/263 kB Progress (5): 0.9/1.3 MB | 0.9/1.1 MB | 290/381 kB | 254/763 kB | 41/263 kB Progress (5): 0.9/1.3 MB | 0.9/1.1 MB | 290/381 kB | 254/763 kB | 41/263 kB Progress (5): 0.9/1.3 MB | 1.0/1.1 MB | 290/381 kB | 254/763 kB | 41/263 kB Progress (5): 0.9/1.3 MB | 1.0/1.1 MB | 290/381 kB | 254/763 kB | 41/263 kB Progress (5): 0.9/1.3 MB | 1.0/1.1 MB | 290/381 kB | 254/763 kB | 41/263 kB Progress (5): 0.9/1.3 MB | 1.0/1.1 MB | 290/381 kB | 254/763 kB | 41/263 kB Progress (5): 0.9/1.3 MB | 1.0/1.1 MB | 290/381 kB | 254/763 kB | 41/263 kB Progress (5): 0.9/1.3 MB | 1.0/1.1 MB | 290/381 kB | 258/763 kB | 41/263 kB Progress (5): 0.9/1.3 MB | 1.0/1.1 MB | 290/381 kB | 262/763 kB | 41/263 kB Progress (5): 0.9/1.3 MB | 1.0/1.1 MB | 290/381 kB | 266/763 kB | 41/263 kB Progress (5): 0.9/1.3 MB | 1.0/1.1 MB | 290/381 kB | 270/763 kB | 41/263 kB Progress (5): 0.9/1.3 MB | 1.0/1.1 MB | 290/381 kB | 274/763 kB | 41/263 kB Progress (5): 0.9/1.3 MB | 1.0/1.1 MB | 290/381 kB | 278/763 kB | 41/263 kB Progress (5): 0.9/1.3 MB | 1.0/1.1 MB | 290/381 kB | 282/763 kB | 41/263 kB Progress (5): 0.9/1.3 MB | 1.0/1.1 MB | 290/381 kB | 286/763 kB | 41/263 kB Progress (5): 0.9/1.3 MB | 1.0/1.1 MB | 290/381 kB | 286/763 kB | 41/263 kB Progress (5): 0.9/1.3 MB | 1.0/1.1 MB | 290/381 kB | 290/763 kB | 41/263 kB Progress (5): 0.9/1.3 MB | 1.0/1.1 MB | 290/381 kB | 290/763 kB | 41/263 kB Progress (5): 0.9/1.3 MB | 1.0/1.1 MB | 290/381 kB | 295/763 kB | 41/263 kB Progress (5): 0.9/1.3 MB | 1.0/1.1 MB | 290/381 kB | 299/763 kB | 41/263 kB Progress (5): 0.9/1.3 MB | 1.0/1.1 MB | 290/381 kB | 303/763 kB | 41/263 kB Progress (5): 0.9/1.3 MB | 1.0/1.1 MB | 290/381 kB | 307/763 kB | 41/263 kB Progress (5): 0.9/1.3 MB | 1.0/1.1 MB | 290/381 kB | 311/763 kB | 41/263 kB Progress (5): 0.9/1.3 MB | 1.0/1.1 MB | 290/381 kB | 315/763 kB | 41/263 kB Progress (5): 0.9/1.3 MB | 1.0/1.1 MB | 290/381 kB | 319/763 kB | 41/263 kB Progress (5): 0.9/1.3 MB | 1.0/1.1 MB | 295/381 kB | 319/763 kB | 41/263 kB Progress (5): 0.9/1.3 MB | 1.0/1.1 MB | 299/381 kB | 319/763 kB | 41/263 kB Progress (5): 0.9/1.3 MB | 1.0/1.1 MB | 299/381 kB | 319/763 kB | 41/263 kB Progress (5): 0.9/1.3 MB | 1.0/1.1 MB | 303/381 kB | 319/763 kB | 41/263 kB Progress (5): 0.9/1.3 MB | 1.0/1.1 MB | 303/381 kB | 319/763 kB | 41/263 kB Progress (5): 0.9/1.3 MB | 1.0/1.1 MB | 307/381 kB | 319/763 kB | 41/263 kB Progress (5): 0.9/1.3 MB | 1.0/1.1 MB | 307/381 kB | 319/763 kB | 41/263 kB Progress (5): 1.0/1.3 MB | 1.0/1.1 MB | 307/381 kB | 319/763 kB | 41/263 kB Progress (5): 1.0/1.3 MB | 1.0/1.1 MB | 311/381 kB | 319/763 kB | 41/263 kB Progress (5): 1.0/1.3 MB | 1.0/1.1 MB | 315/381 kB | 319/763 kB | 41/263 kB Progress (5): 1.0/1.3 MB | 1.0/1.1 MB | 319/381 kB | 319/763 kB | 41/263 kB Progress (5): 1.0/1.3 MB | 1.0/1.1 MB | 319/381 kB | 319/763 kB | 41/263 kB Progress (5): 1.0/1.3 MB | 1.0/1.1 MB | 323/381 kB | 319/763 kB | 41/263 kB Progress (5): 1.0/1.3 MB | 1.0/1.1 MB | 323/381 kB | 319/763 kB | 41/263 kB Progress (5): 1.0/1.3 MB | 1.0/1.1 MB | 327/381 kB | 319/763 kB | 41/263 kB Progress (5): 1.0/1.3 MB | 1.0/1.1 MB | 331/381 kB | 319/763 kB | 41/263 kB Progress (5): 1.0/1.3 MB | 1.0/1.1 MB | 335/381 kB | 319/763 kB | 41/263 kB Progress (5): 1.0/1.3 MB | 1.0/1.1 MB | 340/381 kB | 319/763 kB | 41/263 kB Progress (5): 1.0/1.3 MB | 1.0/1.1 MB | 340/381 kB | 319/763 kB | 41/263 kB Progress (5): 1.0/1.3 MB | 1.0/1.1 MB | 340/381 kB | 319/763 kB | 41/263 kB Progress (5): 1.0/1.3 MB | 1.0/1.1 MB | 340/381 kB | 319/763 kB | 41/263 kB Progress (5): 1.0/1.3 MB | 1.0/1.1 MB | 340/381 kB | 319/763 kB | 41/263 kB Progress (5): 1.0/1.3 MB | 1.0/1.1 MB | 344/381 kB | 319/763 kB | 41/263 kB Progress (5): 1.0/1.3 MB | 1.0/1.1 MB | 348/381 kB | 319/763 kB | 41/263 kB Progress (5): 1.0/1.3 MB | 1.0/1.1 MB | 352/381 kB | 319/763 kB | 41/263 kB Progress (5): 1.0/1.3 MB | 1.0/1.1 MB | 356/381 kB | 319/763 kB | 41/263 kB Progress (5): 1.0/1.3 MB | 1.0/1.1 MB | 356/381 kB | 319/763 kB | 41/263 kB Progress (5): 1.0/1.3 MB | 1.0/1.1 MB | 356/381 kB | 319/763 kB | 41/263 kB Progress (5): 1.0/1.3 MB | 1.0/1.1 MB | 356/381 kB | 319/763 kB | 41/263 kB Progress (5): 1.0/1.3 MB | 1.0/1.1 MB | 356/381 kB | 319/763 kB | 41/263 kB Progress (5): 1.0/1.3 MB | 1.0/1.1 MB | 356/381 kB | 319/763 kB | 41/263 kB Progress (5): 1.0/1.3 MB | 1.0/1.1 MB | 356/381 kB | 319/763 kB | 41/263 kB Progress (5): 1.0/1.3 MB | 1.0/1.1 MB | 356/381 kB | 319/763 kB | 41/263 kB Progress (5): 1.0/1.3 MB | 1.1/1.1 MB | 356/381 kB | 319/763 kB | 41/263 kB Progress (5): 1.0/1.3 MB | 1.1/1.1 MB | 356/381 kB | 319/763 kB | 45/263 kB Progress (5): 1.0/1.3 MB | 1.1/1.1 MB | 356/381 kB | 319/763 kB | 49/263 kB Progress (5): 1.0/1.3 MB | 1.1/1.1 MB | 356/381 kB | 319/763 kB | 53/263 kB Progress (5): 1.0/1.3 MB | 1.1/1.1 MB | 356/381 kB | 319/763 kB | 57/263 kB Progress (5): 1.0/1.3 MB | 1.1/1.1 MB | 356/381 kB | 319/763 kB | 61/263 kB Progress (5): 1.0/1.3 MB | 1.1/1.1 MB | 356/381 kB | 319/763 kB | 65/263 kB Progress (5): 1.0/1.3 MB | 1.1/1.1 MB | 356/381 kB | 319/763 kB | 69/263 kB Progress (5): 1.0/1.3 MB | 1.1/1.1 MB | 356/381 kB | 319/763 kB | 73/263 kB Progress (5): 1.0/1.3 MB | 1.1/1.1 MB | 356/381 kB | 319/763 kB | 73/263 kB Progress (5): 1.0/1.3 MB | 1.1/1.1 MB | 356/381 kB | 319/763 kB | 73/263 kB Progress (5): 1.0/1.3 MB | 1.1/1.1 MB | 356/381 kB | 319/763 kB | 77/263 kB Progress (5): 1.0/1.3 MB | 1.1/1.1 MB | 356/381 kB | 319/763 kB | 82/263 kB Progress (5): 1.0/1.3 MB | 1.1/1.1 MB | 356/381 kB | 319/763 kB | 86/263 kB Progress (5): 1.0/1.3 MB | 1.1/1.1 MB | 356/381 kB | 319/763 kB | 90/263 kB Progress (5): 1.0/1.3 MB | 1.1/1.1 MB | 356/381 kB | 319/763 kB | 90/263 kB Progress (5): 1.0/1.3 MB | 1.1/1.1 MB | 356/381 kB | 319/763 kB | 90/263 kB Progress (5): 1.0/1.3 MB | 1.1/1.1 MB | 356/381 kB | 319/763 kB | 90/263 kB Progress (5): 1.0/1.3 MB | 1.1/1.1 MB | 356/381 kB | 319/763 kB | 90/263 kB Progress (5): 1.0/1.3 MB | 1.1/1.1 MB | 356/381 kB | 319/763 kB | 90/263 kB Progress (5): 1.0/1.3 MB | 1.1/1.1 MB | 356/381 kB | 319/763 kB | 90/263 kB Progress (5): 1.0/1.3 MB | 1.1/1.1 MB | 356/381 kB | 323/763 kB | 90/263 kB Progress (5): 1.0/1.3 MB | 1.1/1.1 MB | 356/381 kB | 327/763 kB | 90/263 kB Progress (5): 1.0/1.3 MB | 1.1/1.1 MB | 356/381 kB | 331/763 kB | 90/263 kB Progress (5): 1.0/1.3 MB | 1.1/1.1 MB | 356/381 kB | 335/763 kB | 90/263 kB Progress (5): 1.0/1.3 MB | 1.1/1.1 MB | 356/381 kB | 340/763 kB | 90/263 kB Progress (5): 1.0/1.3 MB | 1.1/1.1 MB | 356/381 kB | 344/763 kB | 90/263 kB Progress (5): 1.0/1.3 MB | 1.1/1.1 MB | 356/381 kB | 348/763 kB | 90/263 kB Progress (5): 1.0/1.3 MB | 1.1/1.1 MB | 356/381 kB | 352/763 kB | 90/263 kB Progress (5): 1.0/1.3 MB | 1.1/1.1 MB | 356/381 kB | 352/763 kB | 90/263 kB Progress (5): 1.0/1.3 MB | 1.1/1.1 MB | 356/381 kB | 352/763 kB | 90/263 kB Progress (5): 1.0/1.3 MB | 1.1/1.1 MB | 356/381 kB | 356/763 kB | 90/263 kB Progress (5): 1.0/1.3 MB | 1.1/1.1 MB | 356/381 kB | 360/763 kB | 90/263 kB Progress (5): 1.0/1.3 MB | 1.1/1.1 MB | 356/381 kB | 364/763 kB | 90/263 kB Progress (5): 1.0/1.3 MB | 1.1/1.1 MB | 356/381 kB | 368/763 kB | 90/263 kB Progress (5): 1.0/1.3 MB | 1.1 MB | 356/381 kB | 368/763 kB | 90/263 kB Progress (5): 1.0/1.3 MB | 1.1 MB | 356/381 kB | 372/763 kB | 90/263 kB Progress (5): 1.0/1.3 MB | 1.1 MB | 356/381 kB | 376/763 kB | 90/263 kB Progress (5): 1.0/1.3 MB | 1.1 MB | 356/381 kB | 381/763 kB | 90/263 kB Progress (5): 1.0/1.3 MB | 1.1 MB | 356/381 kB | 385/763 kB | 90/263 kB Progress (5): 1.0/1.3 MB | 1.1 MB | 356/381 kB | 389/763 kB | 90/263 kB Progress (5): 1.0/1.3 MB | 1.1 MB | 356/381 kB | 393/763 kB | 90/263 kB Progress (5): 1.0/1.3 MB | 1.1 MB | 356/381 kB | 397/763 kB | 90/263 kB Progress (5): 1.0/1.3 MB | 1.1 MB | 356/381 kB | 401/763 kB | 90/263 kB Progress (5): 1.0/1.3 MB | 1.1 MB | 356/381 kB | 401/763 kB | 90/263 kB Progress (5): 1.0/1.3 MB | 1.1 MB | 356/381 kB | 401/763 kB | 90/263 kB Progress (5): 1.0/1.3 MB | 1.1 MB | 360/381 kB | 401/763 kB | 90/263 kB Progress (5): 1.0/1.3 MB | 1.1 MB | 364/381 kB | 401/763 kB | 90/263 kB Progress (5): 1.0/1.3 MB | 1.1 MB | 364/381 kB | 401/763 kB | 90/263 kB Progress (5): 1.0/1.3 MB | 1.1 MB | 368/381 kB | 401/763 kB | 90/263 kB Progress (5): 1.0/1.3 MB | 1.1 MB | 368/381 kB | 401/763 kB | 90/263 kB Progress (5): 1.0/1.3 MB | 1.1 MB | 372/381 kB | 401/763 kB | 90/263 kB Progress (5): 1.0/1.3 MB | 1.1 MB | 376/381 kB | 401/763 kB | 90/263 kB Progress (5): 1.1/1.3 MB | 1.1 MB | 376/381 kB | 401/763 kB | 90/263 kB Progress (5): 1.1/1.3 MB | 1.1 MB | 381 kB | 401/763 kB | 90/263 kB Progress (5): 1.1/1.3 MB | 1.1 MB | 381 kB | 401/763 kB | 90/263 kB Progress (5): 1.1/1.3 MB | 1.1 MB | 381 kB | 401/763 kB | 90/263 kB Progress (5): 1.1/1.3 MB | 1.1 MB | 381 kB | 401/763 kB | 90/263 kB Progress (5): 1.1/1.3 MB | 1.1 MB | 381 kB | 401/763 kB | 90/263 kB Progress (5): 1.1/1.3 MB | 1.1 MB | 381 kB | 401/763 kB | 90/263 kB Progress (5): 1.1/1.3 MB | 1.1 MB | 381 kB | 401/763 kB | 90/263 kB Progress (5): 1.1/1.3 MB | 1.1 MB | 381 kB | 401/763 kB | 94/263 kB Progress (5): 1.1/1.3 MB | 1.1 MB | 381 kB | 401/763 kB | 98/263 kB Progress (5): 1.1/1.3 MB | 1.1 MB | 381 kB | 401/763 kB | 102/263 kB Progress (5): 1.1/1.3 MB | 1.1 MB | 381 kB | 401/763 kB | 106/263 kB Progress (5): 1.1/1.3 MB | 1.1 MB | 381 kB | 401/763 kB | 110/263 kB Progress (5): 1.1/1.3 MB | 1.1 MB | 381 kB | 401/763 kB | 114/263 kB Progress (5): 1.1/1.3 MB | 1.1 MB | 381 kB | 401/763 kB | 118/263 kB Progress (5): 1.1/1.3 MB | 1.1 MB | 381 kB | 401/763 kB | 122/263 kB Progress (5): 1.1/1.3 MB | 1.1 MB | 381 kB | 401/763 kB | 127/263 kB Progress (5): 1.1/1.3 MB | 1.1 MB | 381 kB | 401/763 kB | 131/263 kB Progress (5): 1.1/1.3 MB | 1.1 MB | 381 kB | 401/763 kB | 135/263 kB Progress (5): 1.1/1.3 MB | 1.1 MB | 381 kB | 401/763 kB | 139/263 kB Progress (5): 1.1/1.3 MB | 1.1 MB | 381 kB | 401/763 kB | 143/263 kB Progress (5): 1.1/1.3 MB | 1.1 MB | 381 kB | 401/763 kB | 147/263 kB Progress (5): 1.1/1.3 MB | 1.1 MB | 381 kB | 401/763 kB | 151/263 kB Progress (5): 1.1/1.3 MB | 1.1 MB | 381 kB | 401/763 kB | 155/263 kB Progress (5): 1.1/1.3 MB | 1.1 MB | 381 kB | 401/763 kB | 159/263 kB Progress (5): 1.1/1.3 MB | 1.1 MB | 381 kB | 401/763 kB | 163/263 kB Progress (5): 1.1/1.3 MB | 1.1 MB | 381 kB | 401/763 kB | 168/263 kB Progress (5): 1.1/1.3 MB | 1.1 MB | 381 kB | 401/763 kB | 172/263 kB Progress (5): 1.1/1.3 MB | 1.1 MB | 381 kB | 401/763 kB | 172/263 kB Progress (5): 1.1/1.3 MB | 1.1 MB | 381 kB | 401/763 kB | 176/263 kB Progress (5): 1.1/1.3 MB | 1.1 MB | 381 kB | 401/763 kB | 180/263 kB Progress (5): 1.1/1.3 MB | 1.1 MB | 381 kB | 401/763 kB | 184/263 kB Progress (5): 1.1/1.3 MB | 1.1 MB | 381 kB | 401/763 kB | 188/263 kB Progress (5): 1.1/1.3 MB | 1.1 MB | 381 kB | 405/763 kB | 188/263 kB Progress (5): 1.1/1.3 MB | 1.1 MB | 381 kB | 409/763 kB | 188/263 kB Progress (5): 1.1/1.3 MB | 1.1 MB | 381 kB | 413/763 kB | 188/263 kB Progress (5): 1.1/1.3 MB | 1.1 MB | 381 kB | 417/763 kB | 188/263 kB Progress (5): 1.1/1.3 MB | 1.1 MB | 381 kB | 421/763 kB | 188/263 kB Progress (5): 1.1/1.3 MB | 1.1 MB | 381 kB | 426/763 kB | 188/263 kB Progress (5): 1.1/1.3 MB | 1.1 MB | 381 kB | 430/763 kB | 188/263 kB Progress (5): 1.1/1.3 MB | 1.1 MB | 381 kB | 434/763 kB | 188/263 kB Progress (5): 1.1/1.3 MB | 1.1 MB | 381 kB | 438/763 kB | 188/263 kB Progress (5): 1.1/1.3 MB | 1.1 MB | 381 kB | 442/763 kB | 188/263 kB Progress (5): 1.1/1.3 MB | 1.1 MB | 381 kB | 446/763 kB | 188/263 kB Progress (5): 1.1/1.3 MB | 1.1 MB | 381 kB | 450/763 kB | 188/263 kB Progress (5): 1.1/1.3 MB | 1.1 MB | 381 kB | 454/763 kB | 188/263 kB Progress (5): 1.1/1.3 MB | 1.1 MB | 381 kB | 458/763 kB | 188/263 kB Progress (5): 1.1/1.3 MB | 1.1 MB | 381 kB | 462/763 kB | 188/263 kB Progress (5): 1.1/1.3 MB | 1.1 MB | 381 kB | 467/763 kB | 188/263 kB Progress (5): 1.1/1.3 MB | 1.1 MB | 381 kB | 467/763 kB | 188/263 kB Progress (5): 1.1/1.3 MB | 1.1 MB | 381 kB | 467/763 kB | 188/263 kB Progress (5): 1.1/1.3 MB | 1.1 MB | 381 kB | 467/763 kB | 188/263 kB Progress (5): 1.1/1.3 MB | 1.1 MB | 381 kB | 467/763 kB | 188/263 kB Progress (5): 1.2/1.3 MB | 1.1 MB | 381 kB | 467/763 kB | 188/263 kB Progress (5): 1.2/1.3 MB | 1.1 MB | 381 kB | 467/763 kB | 188/263 kB Progress (5): 1.2/1.3 MB | 1.1 MB | 381 kB | 467/763 kB | 188/263 kB Progress (5): 1.2/1.3 MB | 1.1 MB | 381 kB | 467/763 kB | 188/263 kB Progress (5): 1.2/1.3 MB | 1.1 MB | 381 kB | 467/763 kB | 188/263 kB Progress (5): 1.2/1.3 MB | 1.1 MB | 381 kB | 467/763 kB | 188/263 kB Progress (5): 1.2/1.3 MB | 1.1 MB | 381 kB | 467/763 kB | 192/263 kB Progress (5): 1.2/1.3 MB | 1.1 MB | 381 kB | 467/763 kB | 196/263 kB Progress (5): 1.2/1.3 MB | 1.1 MB | 381 kB | 467/763 kB | 200/263 kB Progress (5): 1.2/1.3 MB | 1.1 MB | 381 kB | 467/763 kB | 204/263 kB Progress (5): 1.2/1.3 MB | 1.1 MB | 381 kB | 467/763 kB | 208/263 kB Progress (5): 1.2/1.3 MB | 1.1 MB | 381 kB | 467/763 kB | 213/263 kB Progress (5): 1.2/1.3 MB | 1.1 MB | 381 kB | 467/763 kB | 217/263 kB Progress (5): 1.2/1.3 MB | 1.1 MB | 381 kB | 467/763 kB | 221/263 kB Progress (5): 1.2/1.3 MB | 1.1 MB | 381 kB | 467/763 kB | 225/263 kB Progress (5): 1.2/1.3 MB | 1.1 MB | 381 kB | 467/763 kB | 229/263 kB Progress (5): 1.2/1.3 MB | 1.1 MB | 381 kB | 467/763 kB | 233/263 kB Progress (5): 1.2/1.3 MB | 1.1 MB | 381 kB | 467/763 kB | 237/263 kB Progress (5): 1.2/1.3 MB | 1.1 MB | 381 kB | 467/763 kB | 241/263 kB Progress (5): 1.2/1.3 MB | 1.1 MB | 381 kB | 467/763 kB | 245/263 kB Progress (5): 1.2/1.3 MB | 1.1 MB | 381 kB | 467/763 kB | 249/263 kB Progress (5): 1.2/1.3 MB | 1.1 MB | 381 kB | 467/763 kB | 254/263 kB Progress (5): 1.2/1.3 MB | 1.1 MB | 381 kB | 467/763 kB | 258/263 kB Progress (5): 1.2/1.3 MB | 1.1 MB | 381 kB | 467/763 kB | 262/263 kB Progress (5): 1.2/1.3 MB | 1.1 MB | 381 kB | 467/763 kB | 263 kB Progress (5): 1.2/1.3 MB | 1.1 MB | 381 kB | 471/763 kB | 263 kB Progress (5): 1.2/1.3 MB | 1.1 MB | 381 kB | 475/763 kB | 263 kB Progress (5): 1.2/1.3 MB | 1.1 MB | 381 kB | 479/763 kB | 263 kB Progress (5): 1.2/1.3 MB | 1.1 MB | 381 kB | 483/763 kB | 263 kB Progress (5): 1.2/1.3 MB | 1.1 MB | 381 kB | 487/763 kB | 263 kB Progress (5): 1.2/1.3 MB | 1.1 MB | 381 kB | 491/763 kB | 263 kB Progress (5): 1.2/1.3 MB | 1.1 MB | 381 kB | 495/763 kB | 263 kB Progress (5): 1.2/1.3 MB | 1.1 MB | 381 kB | 499/763 kB | 263 kB Progress (5): 1.2/1.3 MB | 1.1 MB | 381 kB | 503/763 kB | 263 kB Progress (5): 1.2/1.3 MB | 1.1 MB | 381 kB | 508/763 kB | 263 kB Progress (5): 1.2/1.3 MB | 1.1 MB | 381 kB | 512/763 kB | 263 kB Progress (5): 1.2/1.3 MB | 1.1 MB | 381 kB | 516/763 kB | 263 kB Progress (5): 1.2/1.3 MB | 1.1 MB | 381 kB | 520/763 kB | 263 kB Progress (5): 1.2/1.3 MB | 1.1 MB | 381 kB | 524/763 kB | 263 kB Progress (5): 1.2/1.3 MB | 1.1 MB | 381 kB | 528/763 kB | 263 kB Progress (5): 1.2/1.3 MB | 1.1 MB | 381 kB | 532/763 kB | 263 kB Progress (5): 1.2/1.3 MB | 1.1 MB | 381 kB | 536/763 kB | 263 kB Progress (5): 1.2/1.3 MB | 1.1 MB | 381 kB | 540/763 kB | 263 kB Progress (5): 1.2/1.3 MB | 1.1 MB | 381 kB | 544/763 kB | 263 kB Progress (5): 1.2/1.3 MB | 1.1 MB | 381 kB | 548/763 kB | 263 kB Progress (5): 1.2/1.3 MB | 1.1 MB | 381 kB | 548/763 kB | 263 kB Progress (5): 1.2/1.3 MB | 1.1 MB | 381 kB | 548/763 kB | 263 kB Progress (5): 1.2/1.3 MB | 1.1 MB | 381 kB | 548/763 kB | 263 kB Progress (5): 1.2/1.3 MB | 1.1 MB | 381 kB | 548/763 kB | 263 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/springframework/spring-context/4.3.8.RELEASE/spring-context-4.3.8.RELEASE.jar (1.1 MB at 28 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/springframework/spring-tx/4.3.8.RELEASE/spring-tx-4.3.8.RELEASE.jar +Progress (4): 1.2/1.3 MB | 381 kB | 548/763 kB | 263 kB Progress (4): 1.2/1.3 MB | 381 kB | 548/763 kB | 263 kB Progress (4): 1.3/1.3 MB | 381 kB | 548/763 kB | 263 kB Progress (4): 1.3/1.3 MB | 381 kB | 548/763 kB | 263 kB Progress (4): 1.3/1.3 MB | 381 kB | 548/763 kB | 263 kB Progress (4): 1.3/1.3 MB | 381 kB | 548/763 kB | 263 kB Progress (4): 1.3/1.3 MB | 381 kB | 548/763 kB | 263 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/springframework/spring-aop/4.3.8.RELEASE/spring-aop-4.3.8.RELEASE.jar (381 kB at 9.4 kB/s) +Progress (3): 1.3/1.3 MB | 548/763 kB | 263 kB Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/springframework/spring-web/4.3.8.RELEASE/spring-web-4.3.8.RELEASE.jar +Progress (3): 1.3/1.3 MB | 553/763 kB | 263 kB Progress (3): 1.3/1.3 MB | 557/763 kB | 263 kB Progress (3): 1.3/1.3 MB | 561/763 kB | 263 kB Progress (3): 1.3/1.3 MB | 565/763 kB | 263 kB Progress (3): 1.3/1.3 MB | 569/763 kB | 263 kB Progress (3): 1.3/1.3 MB | 573/763 kB | 263 kB Progress (3): 1.3/1.3 MB | 577/763 kB | 263 kB Progress (3): 1.3/1.3 MB | 581/763 kB | 263 kB Progress (3): 1.3/1.3 MB | 585/763 kB | 263 kB Progress (3): 1.3/1.3 MB | 589/763 kB | 263 kB Progress (3): 1.3/1.3 MB | 594/763 kB | 263 kB Progress (3): 1.3/1.3 MB | 598/763 kB | 263 kB Progress (3): 1.3/1.3 MB | 602/763 kB | 263 kB Progress (3): 1.3/1.3 MB | 606/763 kB | 263 kB Progress (3): 1.3/1.3 MB | 610/763 kB | 263 kB Progress (3): 1.3/1.3 MB | 614/763 kB | 263 kB Progress (3): 1.3/1.3 MB | 618/763 kB | 263 kB Progress (3): 1.3/1.3 MB | 622/763 kB | 263 kB Progress (3): 1.3/1.3 MB | 626/763 kB | 263 kB Progress (3): 1.3/1.3 MB | 630/763 kB | 263 kB Progress (3): 1.3/1.3 MB | 630/763 kB | 263 kB Progress (3): 1.3/1.3 MB | 630/763 kB | 263 kB Progress (3): 1.3/1.3 MB | 630/763 kB | 263 kB Progress (3): 1.3/1.3 MB | 630/763 kB | 263 kB Progress (3): 1.3/1.3 MB | 630/763 kB | 263 kB Progress (3): 1.3 MB | 630/763 kB | 263 kB Progress (3): 1.3 MB | 634/763 kB | 263 kB Progress (3): 1.3 MB | 639/763 kB | 263 kB Progress (3): 1.3 MB | 643/763 kB | 263 kB Progress (3): 1.3 MB | 647/763 kB | 263 kB Progress (3): 1.3 MB | 651/763 kB | 263 kB Progress (3): 1.3 MB | 655/763 kB | 263 kB Progress (3): 1.3 MB | 659/763 kB | 263 kB Progress (3): 1.3 MB | 663/763 kB | 263 kB Progress (3): 1.3 MB | 667/763 kB | 263 kB Progress (3): 1.3 MB | 671/763 kB | 263 kB Progress (3): 1.3 MB | 675/763 kB | 263 kB Progress (3): 1.3 MB | 680/763 kB | 263 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/springframework/spring-expression/4.3.8.RELEASE/spring-expression-4.3.8.RELEASE.jar (263 kB at 6.5 kB/s) +Progress (2): 1.3 MB | 684/763 kB Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/springframework/spring-core/4.3.8.RELEASE/spring-core-4.3.8.RELEASE.jar +Progress (2): 1.3 MB | 688/763 kB Progress (2): 1.3 MB | 692/763 kB Progress (2): 1.3 MB | 696/763 kB Progress (2): 1.3 MB | 700/763 kB Progress (2): 1.3 MB | 704/763 kB Progress (2): 1.3 MB | 708/763 kB Progress (2): 1.3 MB | 712/763 kB Progress (3): 1.3 MB | 712/763 kB | 4.1/267 kB Progress (3): 1.3 MB | 712/763 kB | 7.8/267 kB Progress (3): 1.3 MB | 712/763 kB | 12/267 kB Progress (3): 1.3 MB | 712/763 kB | 16/267 kB Progress (3): 1.3 MB | 712/763 kB | 20/267 kB Progress (3): 1.3 MB | 712/763 kB | 24/267 kB Progress (4): 1.3 MB | 712/763 kB | 24/267 kB | 4.1/818 kB Progress (4): 1.3 MB | 712/763 kB | 24/267 kB | 7.8/818 kB Progress (4): 1.3 MB | 712/763 kB | 24/267 kB | 12/818 kB Progress (4): 1.3 MB | 712/763 kB | 24/267 kB | 16/818 kB Progress (4): 1.3 MB | 712/763 kB | 24/267 kB | 20/818 kB Progress (4): 1.3 MB | 712/763 kB | 24/267 kB | 24/818 kB Progress (4): 1.3 MB | 712/763 kB | 24/267 kB | 28/818 kB Progress (4): 1.3 MB | 712/763 kB | 24/267 kB | 32/818 kB Progress (4): 1.3 MB | 712/763 kB | 24/267 kB | 36/818 kB Progress (4): 1.3 MB | 712/763 kB | 24/267 kB | 41/818 kB Progress (4): 1.3 MB | 712/763 kB | 24/267 kB | 45/818 kB Progress (4): 1.3 MB | 712/763 kB | 24/267 kB | 49/818 kB Progress (4): 1.3 MB | 712/763 kB | 24/267 kB | 53/818 kB Progress (4): 1.3 MB | 712/763 kB | 24/267 kB | 57/818 kB Progress (4): 1.3 MB | 712/763 kB | 24/267 kB | 61/818 kB Progress (4): 1.3 MB | 712/763 kB | 24/267 kB | 65/818 kB Progress (4): 1.3 MB | 712/763 kB | 24/267 kB | 69/818 kB Progress (4): 1.3 MB | 712/763 kB | 24/267 kB | 73/818 kB Progress (4): 1.3 MB | 712/763 kB | 24/267 kB | 77/818 kB Progress (4): 1.3 MB | 712/763 kB | 24/267 kB | 82/818 kB Progress (4): 1.3 MB | 712/763 kB | 24/267 kB | 86/818 kB Progress (4): 1.3 MB | 712/763 kB | 24/267 kB | 90/818 kB Progress (4): 1.3 MB | 716/763 kB | 24/267 kB | 90/818 kB Progress (4): 1.3 MB | 720/763 kB | 24/267 kB | 90/818 kB Progress (4): 1.3 MB | 725/763 kB | 24/267 kB | 90/818 kB Progress (4): 1.3 MB | 729/763 kB | 24/267 kB | 90/818 kB Progress (4): 1.3 MB | 733/763 kB | 24/267 kB | 90/818 kB Progress (4): 1.3 MB | 737/763 kB | 24/267 kB | 90/818 kB Progress (4): 1.3 MB | 741/763 kB | 24/267 kB | 90/818 kB Progress (4): 1.3 MB | 745/763 kB | 24/267 kB | 90/818 kB Progress (4): 1.3 MB | 749/763 kB | 24/267 kB | 90/818 kB Progress (4): 1.3 MB | 753/763 kB | 24/267 kB | 90/818 kB Progress (4): 1.3 MB | 757/763 kB | 24/267 kB | 90/818 kB Progress (4): 1.3 MB | 761/763 kB | 24/267 kB | 90/818 kB Progress (4): 1.3 MB | 763 kB | 24/267 kB | 90/818 kB Progress (4): 1.3 MB | 763 kB | 28/267 kB | 90/818 kB Progress (4): 1.3 MB | 763 kB | 32/267 kB | 90/818 kB Progress (4): 1.3 MB | 763 kB | 36/267 kB | 90/818 kB Progress (4): 1.3 MB | 763 kB | 41/267 kB | 90/818 kB Progress (4): 1.3 MB | 763 kB | 45/267 kB | 90/818 kB Progress (4): 1.3 MB | 763 kB | 49/267 kB | 90/818 kB Progress (4): 1.3 MB | 763 kB | 53/267 kB | 90/818 kB Progress (4): 1.3 MB | 763 kB | 57/267 kB | 90/818 kB Progress (4): 1.3 MB | 763 kB | 61/267 kB | 90/818 kB Progress (4): 1.3 MB | 763 kB | 65/267 kB | 90/818 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/fasterxml/jackson/core/jackson-databind/2.9.5/jackson-databind-2.9.5.jar (1.3 MB at 33 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/json/json/20180130/json-20180130.jar +Progress (3): 763 kB | 65/267 kB | 94/818 kB Progress (3): 763 kB | 65/267 kB | 98/818 kB Progress (3): 763 kB | 65/267 kB | 102/818 kB Progress (3): 763 kB | 65/267 kB | 106/818 kB Progress (3): 763 kB | 65/267 kB | 110/818 kB Progress (3): 763 kB | 65/267 kB | 114/818 kB Progress (3): 763 kB | 65/267 kB | 118/818 kB Progress (3): 763 kB | 65/267 kB | 122/818 kB Progress (3): 763 kB | 65/267 kB | 127/818 kB Progress (3): 763 kB | 65/267 kB | 131/818 kB Progress (3): 763 kB | 65/267 kB | 135/818 kB Progress (3): 763 kB | 65/267 kB | 139/818 kB Progress (3): 763 kB | 65/267 kB | 143/818 kB Progress (3): 763 kB | 65/267 kB | 147/818 kB Progress (3): 763 kB | 65/267 kB | 151/818 kB Progress (3): 763 kB | 65/267 kB | 155/818 kB Progress (3): 763 kB | 65/267 kB | 159/818 kB Progress (3): 763 kB | 65/267 kB | 163/818 kB Progress (3): 763 kB | 65/267 kB | 168/818 kB Progress (3): 763 kB | 65/267 kB | 172/818 kB Progress (3): 763 kB | 65/267 kB | 176/818 kB Progress (3): 763 kB | 65/267 kB | 180/818 kB Progress (3): 763 kB | 65/267 kB | 184/818 kB Progress (3): 763 kB | 65/267 kB | 188/818 kB Progress (4): 763 kB | 65/267 kB | 188/818 kB | 0/1.1 MB Progress (4): 763 kB | 65/267 kB | 188/818 kB | 0/1.1 MB Progress (4): 763 kB | 65/267 kB | 188/818 kB | 0/1.1 MB Progress (4): 763 kB | 65/267 kB | 188/818 kB | 0/1.1 MB Progress (4): 763 kB | 65/267 kB | 188/818 kB | 0/1.1 MB Progress (4): 763 kB | 65/267 kB | 188/818 kB | 0/1.1 MB Progress (4): 763 kB | 65/267 kB | 188/818 kB | 0.1/1.1 MB Progress (4): 763 kB | 65/267 kB | 188/818 kB | 0.1/1.1 MB Progress (4): 763 kB | 65/267 kB | 188/818 kB | 0.1/1.1 MB Progress (4): 763 kB | 69/267 kB | 188/818 kB | 0.1/1.1 MB Progress (4): 763 kB | 73/267 kB | 188/818 kB | 0.1/1.1 MB Progress (4): 763 kB | 77/267 kB | 188/818 kB | 0.1/1.1 MB Progress (4): 763 kB | 82/267 kB | 188/818 kB | 0.1/1.1 MB Progress (4): 763 kB | 86/267 kB | 188/818 kB | 0.1/1.1 MB Progress (4): 763 kB | 90/267 kB | 188/818 kB | 0.1/1.1 MB Progress (4): 763 kB | 94/267 kB | 188/818 kB | 0.1/1.1 MB Progress (4): 763 kB | 98/267 kB | 188/818 kB | 0.1/1.1 MB Progress (4): 763 kB | 102/267 kB | 188/818 kB | 0.1/1.1 MB Progress (4): 763 kB | 106/267 kB | 188/818 kB | 0.1/1.1 MB Progress (4): 763 kB | 110/267 kB | 188/818 kB | 0.1/1.1 MB Progress (4): 763 kB | 114/267 kB | 188/818 kB | 0.1/1.1 MB Progress (4): 763 kB | 118/267 kB | 188/818 kB | 0.1/1.1 MB Progress (4): 763 kB | 122/267 kB | 188/818 kB | 0.1/1.1 MB Progress (4): 763 kB | 127/267 kB | 188/818 kB | 0.1/1.1 MB Progress (4): 763 kB | 131/267 kB | 188/818 kB | 0.1/1.1 MB Progress (4): 763 kB | 131/267 kB | 192/818 kB | 0.1/1.1 MB Progress (4): 763 kB | 131/267 kB | 196/818 kB | 0.1/1.1 MB Progress (4): 763 kB | 131/267 kB | 200/818 kB | 0.1/1.1 MB Progress (4): 763 kB | 131/267 kB | 204/818 kB | 0.1/1.1 MB Progress (4): 763 kB | 131/267 kB | 208/818 kB | 0.1/1.1 MB Progress (4): 763 kB | 131/267 kB | 213/818 kB | 0.1/1.1 MB Progress (4): 763 kB | 131/267 kB | 217/818 kB | 0.1/1.1 MB Progress (4): 763 kB | 131/267 kB | 221/818 kB | 0.1/1.1 MB Progress (4): 763 kB | 131/267 kB | 225/818 kB | 0.1/1.1 MB Progress (4): 763 kB | 131/267 kB | 229/818 kB | 0.1/1.1 MB Progress (4): 763 kB | 131/267 kB | 233/818 kB | 0.1/1.1 MB Progress (4): 763 kB | 131/267 kB | 237/818 kB | 0.1/1.1 MB Progress (4): 763 kB | 131/267 kB | 241/818 kB | 0.1/1.1 MB Progress (4): 763 kB | 131/267 kB | 245/818 kB | 0.1/1.1 MB Progress (4): 763 kB | 131/267 kB | 249/818 kB | 0.1/1.1 MB Progress (4): 763 kB | 131/267 kB | 254/818 kB | 0.1/1.1 MB Progress (4): 763 kB | 131/267 kB | 258/818 kB | 0.1/1.1 MB Progress (4): 763 kB | 131/267 kB | 262/818 kB | 0.1/1.1 MB Progress (4): 763 kB | 131/267 kB | 266/818 kB | 0.1/1.1 MB Progress (4): 763 kB | 131/267 kB | 270/818 kB | 0.1/1.1 MB Progress (4): 763 kB | 131/267 kB | 274/818 kB | 0.1/1.1 MB Progress (4): 763 kB | 131/267 kB | 278/818 kB | 0.1/1.1 MB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/springframework/spring-beans/4.3.8.RELEASE/spring-beans-4.3.8.RELEASE.jar (763 kB at 18 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/httpcomponents/httpclient/4.5.5/httpclient-4.5.5.jar +Progress (3): 131/267 kB | 278/818 kB | 0.1/1.1 MB Progress (3): 131/267 kB | 278/818 kB | 0.1/1.1 MB Progress (3): 131/267 kB | 278/818 kB | 0.1/1.1 MB Progress (3): 131/267 kB | 278/818 kB | 0.1/1.1 MB Progress (3): 131/267 kB | 278/818 kB | 0.1/1.1 MB Progress (3): 131/267 kB | 278/818 kB | 0.1/1.1 MB Progress (3): 131/267 kB | 278/818 kB | 0.1/1.1 MB Progress (3): 131/267 kB | 278/818 kB | 0.1/1.1 MB Progress (3): 131/267 kB | 278/818 kB | 0.1/1.1 MB Progress (3): 135/267 kB | 278/818 kB | 0.1/1.1 MB Progress (3): 139/267 kB | 278/818 kB | 0.1/1.1 MB Progress (3): 143/267 kB | 278/818 kB | 0.1/1.1 MB Progress (3): 147/267 kB | 278/818 kB | 0.1/1.1 MB Progress (3): 151/267 kB | 278/818 kB | 0.1/1.1 MB Progress (3): 155/267 kB | 278/818 kB | 0.1/1.1 MB Progress (3): 159/267 kB | 278/818 kB | 0.1/1.1 MB Progress (3): 163/267 kB | 278/818 kB | 0.1/1.1 MB Progress (3): 168/267 kB | 278/818 kB | 0.1/1.1 MB Progress (3): 172/267 kB | 278/818 kB | 0.1/1.1 MB Progress (3): 176/267 kB | 278/818 kB | 0.1/1.1 MB Progress (3): 180/267 kB | 278/818 kB | 0.1/1.1 MB Progress (4): 180/267 kB | 278/818 kB | 0.1/1.1 MB | 4.1/62 kB Progress (4): 180/267 kB | 278/818 kB | 0.1/1.1 MB | 7.8/62 kB Progress (4): 180/267 kB | 278/818 kB | 0.1/1.1 MB | 12/62 kB Progress (4): 180/267 kB | 278/818 kB | 0.1/1.1 MB | 16/62 kB Progress (4): 180/267 kB | 282/818 kB | 0.1/1.1 MB | 16/62 kB Progress (4): 180/267 kB | 282/818 kB | 0.1/1.1 MB | 20/62 kB Progress (4): 180/267 kB | 286/818 kB | 0.1/1.1 MB | 20/62 kB Progress (4): 180/267 kB | 286/818 kB | 0.1/1.1 MB | 24/62 kB Progress (4): 180/267 kB | 290/818 kB | 0.1/1.1 MB | 24/62 kB Progress (4): 180/267 kB | 295/818 kB | 0.1/1.1 MB | 24/62 kB Progress (4): 180/267 kB | 299/818 kB | 0.1/1.1 MB | 24/62 kB Progress (4): 180/267 kB | 303/818 kB | 0.1/1.1 MB | 24/62 kB Progress (4): 180/267 kB | 307/818 kB | 0.1/1.1 MB | 24/62 kB Progress (4): 180/267 kB | 311/818 kB | 0.1/1.1 MB | 24/62 kB Progress (4): 180/267 kB | 315/818 kB | 0.1/1.1 MB | 24/62 kB Progress (4): 180/267 kB | 319/818 kB | 0.1/1.1 MB | 24/62 kB Progress (4): 180/267 kB | 323/818 kB | 0.1/1.1 MB | 24/62 kB Progress (4): 180/267 kB | 327/818 kB | 0.1/1.1 MB | 24/62 kB Progress (4): 180/267 kB | 331/818 kB | 0.1/1.1 MB | 24/62 kB Progress (4): 180/267 kB | 335/818 kB | 0.1/1.1 MB | 24/62 kB Progress (4): 180/267 kB | 340/818 kB | 0.1/1.1 MB | 24/62 kB Progress (4): 180/267 kB | 344/818 kB | 0.1/1.1 MB | 24/62 kB Progress (4): 180/267 kB | 348/818 kB | 0.1/1.1 MB | 24/62 kB Progress (4): 180/267 kB | 352/818 kB | 0.1/1.1 MB | 24/62 kB Progress (4): 180/267 kB | 356/818 kB | 0.1/1.1 MB | 24/62 kB Progress (4): 180/267 kB | 360/818 kB | 0.1/1.1 MB | 24/62 kB Progress (4): 180/267 kB | 364/818 kB | 0.1/1.1 MB | 24/62 kB Progress (4): 180/267 kB | 368/818 kB | 0.1/1.1 MB | 24/62 kB Progress (4): 180/267 kB | 372/818 kB | 0.1/1.1 MB | 24/62 kB Progress (4): 180/267 kB | 376/818 kB | 0.1/1.1 MB | 24/62 kB Progress (4): 180/267 kB | 376/818 kB | 0.2/1.1 MB | 24/62 kB Progress (4): 180/267 kB | 376/818 kB | 0.2/1.1 MB | 24/62 kB Progress (4): 180/267 kB | 376/818 kB | 0.2/1.1 MB | 24/62 kB Progress (4): 180/267 kB | 376/818 kB | 0.2/1.1 MB | 24/62 kB Progress (4): 180/267 kB | 376/818 kB | 0.2/1.1 MB | 24/62 kB Progress (4): 180/267 kB | 376/818 kB | 0.2/1.1 MB | 24/62 kB Progress (4): 180/267 kB | 376/818 kB | 0.2/1.1 MB | 24/62 kB Progress (4): 180/267 kB | 376/818 kB | 0.2/1.1 MB | 24/62 kB Progress (4): 180/267 kB | 376/818 kB | 0.2/1.1 MB | 24/62 kB Progress (4): 180/267 kB | 376/818 kB | 0.2/1.1 MB | 24/62 kB Progress (4): 184/267 kB | 376/818 kB | 0.2/1.1 MB | 24/62 kB Progress (4): 188/267 kB | 376/818 kB | 0.2/1.1 MB | 24/62 kB Progress (4): 192/267 kB | 376/818 kB | 0.2/1.1 MB | 24/62 kB Progress (4): 196/267 kB | 376/818 kB | 0.2/1.1 MB | 24/62 kB Progress (4): 200/267 kB | 376/818 kB | 0.2/1.1 MB | 24/62 kB Progress (4): 204/267 kB | 376/818 kB | 0.2/1.1 MB | 24/62 kB Progress (4): 208/267 kB | 376/818 kB | 0.2/1.1 MB | 24/62 kB Progress (4): 213/267 kB | 376/818 kB | 0.2/1.1 MB | 24/62 kB Progress (4): 213/267 kB | 376/818 kB | 0.2/1.1 MB | 24/62 kB Progress (4): 213/267 kB | 376/818 kB | 0.2/1.1 MB | 24/62 kB Progress (4): 217/267 kB | 376/818 kB | 0.2/1.1 MB | 24/62 kB Progress (4): 221/267 kB | 376/818 kB | 0.2/1.1 MB | 24/62 kB Progress (4): 225/267 kB | 376/818 kB | 0.2/1.1 MB | 24/62 kB Progress (4): 229/267 kB | 376/818 kB | 0.2/1.1 MB | 24/62 kB Progress (4): 233/267 kB | 376/818 kB | 0.2/1.1 MB | 24/62 kB Progress (4): 237/267 kB | 376/818 kB | 0.2/1.1 MB | 24/62 kB Progress (4): 241/267 kB | 376/818 kB | 0.2/1.1 MB | 24/62 kB Progress (4): 245/267 kB | 376/818 kB | 0.2/1.1 MB | 24/62 kB Progress (4): 245/267 kB | 376/818 kB | 0.2/1.1 MB | 28/62 kB Progress (4): 245/267 kB | 376/818 kB | 0.2/1.1 MB | 32/62 kB Progress (4): 245/267 kB | 376/818 kB | 0.2/1.1 MB | 36/62 kB Progress (4): 245/267 kB | 376/818 kB | 0.2/1.1 MB | 41/62 kB Progress (4): 245/267 kB | 376/818 kB | 0.2/1.1 MB | 45/62 kB Progress (4): 245/267 kB | 376/818 kB | 0.2/1.1 MB | 49/62 kB Progress (4): 245/267 kB | 376/818 kB | 0.2/1.1 MB | 53/62 kB Progress (4): 245/267 kB | 376/818 kB | 0.2/1.1 MB | 57/62 kB Progress (4): 245/267 kB | 376/818 kB | 0.2/1.1 MB | 61/62 kB Progress (4): 245/267 kB | 376/818 kB | 0.2/1.1 MB | 62 kB Progress (4): 245/267 kB | 381/818 kB | 0.2/1.1 MB | 62 kB Progress (4): 245/267 kB | 385/818 kB | 0.2/1.1 MB | 62 kB Progress (4): 245/267 kB | 389/818 kB | 0.2/1.1 MB | 62 kB Progress (4): 245/267 kB | 393/818 kB | 0.2/1.1 MB | 62 kB Progress (4): 245/267 kB | 397/818 kB | 0.2/1.1 MB | 62 kB Progress (4): 245/267 kB | 401/818 kB | 0.2/1.1 MB | 62 kB Progress (4): 245/267 kB | 405/818 kB | 0.2/1.1 MB | 62 kB Progress (4): 245/267 kB | 409/818 kB | 0.2/1.1 MB | 62 kB Progress (4): 245/267 kB | 413/818 kB | 0.2/1.1 MB | 62 kB Progress (4): 245/267 kB | 417/818 kB | 0.2/1.1 MB | 62 kB Progress (4): 245/267 kB | 421/818 kB | 0.2/1.1 MB | 62 kB Progress (4): 245/267 kB | 426/818 kB | 0.2/1.1 MB | 62 kB Progress (4): 245/267 kB | 430/818 kB | 0.2/1.1 MB | 62 kB Progress (4): 245/267 kB | 434/818 kB | 0.2/1.1 MB | 62 kB Progress (4): 245/267 kB | 438/818 kB | 0.2/1.1 MB | 62 kB Progress (4): 245/267 kB | 442/818 kB | 0.2/1.1 MB | 62 kB Progress (4): 245/267 kB | 446/818 kB | 0.2/1.1 MB | 62 kB Progress (4): 245/267 kB | 450/818 kB | 0.2/1.1 MB | 62 kB Progress (4): 245/267 kB | 454/818 kB | 0.2/1.1 MB | 62 kB Progress (4): 245/267 kB | 458/818 kB | 0.2/1.1 MB | 62 kB Progress (4): 245/267 kB | 458/818 kB | 0.3/1.1 MB | 62 kB Progress (4): 245/267 kB | 458/818 kB | 0.3/1.1 MB | 62 kB Progress (4): 245/267 kB | 458/818 kB | 0.3/1.1 MB | 62 kB Progress (4): 245/267 kB | 458/818 kB | 0.3/1.1 MB | 62 kB Progress (4): 245/267 kB | 458/818 kB | 0.3/1.1 MB | 62 kB Progress (4): 245/267 kB | 458/818 kB | 0.3/1.1 MB | 62 kB Progress (5): 245/267 kB | 458/818 kB | 0.3/1.1 MB | 62 kB | 4.1/766 kB Progress (5): 245/267 kB | 458/818 kB | 0.3/1.1 MB | 62 kB | 7.8/766 kB Progress (5): 245/267 kB | 458/818 kB | 0.3/1.1 MB | 62 kB | 12/766 kB Progress (5): 245/267 kB | 458/818 kB | 0.3/1.1 MB | 62 kB | 16/766 kB Progress (5): 245/267 kB | 458/818 kB | 0.3/1.1 MB | 62 kB | 20/766 kB Progress (5): 245/267 kB | 458/818 kB | 0.3/1.1 MB | 62 kB | 24/766 kB Progress (5): 245/267 kB | 458/818 kB | 0.3/1.1 MB | 62 kB | 24/766 kB Progress (5): 245/267 kB | 458/818 kB | 0.3/1.1 MB | 62 kB | 24/766 kB Progress (5): 249/267 kB | 458/818 kB | 0.3/1.1 MB | 62 kB | 24/766 kB Progress (5): 254/267 kB | 458/818 kB | 0.3/1.1 MB | 62 kB | 24/766 kB Progress (5): 258/267 kB | 458/818 kB | 0.3/1.1 MB | 62 kB | 24/766 kB Progress (5): 262/267 kB | 458/818 kB | 0.3/1.1 MB | 62 kB | 24/766 kB Progress (5): 266/267 kB | 458/818 kB | 0.3/1.1 MB | 62 kB | 24/766 kB Progress (5): 267 kB | 458/818 kB | 0.3/1.1 MB | 62 kB | 24/766 kB Progress (5): 267 kB | 458/818 kB | 0.3/1.1 MB | 62 kB | 24/766 kB Progress (5): 267 kB | 458/818 kB | 0.3/1.1 MB | 62 kB | 24/766 kB Progress (5): 267 kB | 462/818 kB | 0.3/1.1 MB | 62 kB | 24/766 kB Progress (5): 267 kB | 467/818 kB | 0.3/1.1 MB | 62 kB | 24/766 kB Progress (5): 267 kB | 471/818 kB | 0.3/1.1 MB | 62 kB | 24/766 kB Progress (5): 267 kB | 475/818 kB | 0.3/1.1 MB | 62 kB | 24/766 kB Progress (5): 267 kB | 479/818 kB | 0.3/1.1 MB | 62 kB | 24/766 kB Progress (5): 267 kB | 483/818 kB | 0.3/1.1 MB | 62 kB | 24/766 kB Progress (5): 267 kB | 487/818 kB | 0.3/1.1 MB | 62 kB | 24/766 kB Progress (5): 267 kB | 491/818 kB | 0.3/1.1 MB | 62 kB | 24/766 kB Progress (5): 267 kB | 495/818 kB | 0.3/1.1 MB | 62 kB | 24/766 kB Progress (5): 267 kB | 499/818 kB | 0.3/1.1 MB | 62 kB | 24/766 kB Progress (5): 267 kB | 503/818 kB | 0.3/1.1 MB | 62 kB | 24/766 kB Progress (5): 267 kB | 508/818 kB | 0.3/1.1 MB | 62 kB | 24/766 kB Progress (5): 267 kB | 512/818 kB | 0.3/1.1 MB | 62 kB | 24/766 kB Progress (5): 267 kB | 516/818 kB | 0.3/1.1 MB | 62 kB | 24/766 kB Progress (5): 267 kB | 520/818 kB | 0.3/1.1 MB | 62 kB | 24/766 kB Progress (5): 267 kB | 524/818 kB | 0.3/1.1 MB | 62 kB | 24/766 kB Progress (5): 267 kB | 528/818 kB | 0.3/1.1 MB | 62 kB | 24/766 kB Progress (5): 267 kB | 532/818 kB | 0.3/1.1 MB | 62 kB | 24/766 kB Progress (5): 267 kB | 536/818 kB | 0.3/1.1 MB | 62 kB | 24/766 kB Progress (5): 267 kB | 540/818 kB | 0.3/1.1 MB | 62 kB | 24/766 kB Progress (5): 267 kB | 544/818 kB | 0.3/1.1 MB | 62 kB | 24/766 kB Progress (5): 267 kB | 548/818 kB | 0.3/1.1 MB | 62 kB | 24/766 kB Progress (5): 267 kB | 553/818 kB | 0.3/1.1 MB | 62 kB | 24/766 kB Progress (5): 267 kB | 557/818 kB | 0.3/1.1 MB | 62 kB | 24/766 kB Progress (5): 267 kB | 557/818 kB | 0.3/1.1 MB | 62 kB | 24/766 kB Progress (5): 267 kB | 557/818 kB | 0.3/1.1 MB | 62 kB | 24/766 kB Progress (5): 267 kB | 557/818 kB | 0.4/1.1 MB | 62 kB | 24/766 kB Progress (5): 267 kB | 557/818 kB | 0.4/1.1 MB | 62 kB | 24/766 kB Progress (5): 267 kB | 557/818 kB | 0.4/1.1 MB | 62 kB | 24/766 kB Progress (5): 267 kB | 557/818 kB | 0.4/1.1 MB | 62 kB | 24/766 kB Progress (5): 267 kB | 557/818 kB | 0.4/1.1 MB | 62 kB | 28/766 kB Progress (5): 267 kB | 557/818 kB | 0.4/1.1 MB | 62 kB | 32/766 kB Progress (5): 267 kB | 557/818 kB | 0.4/1.1 MB | 62 kB | 36/766 kB Progress (5): 267 kB | 557/818 kB | 0.4/1.1 MB | 62 kB | 41/766 kB Progress (5): 267 kB | 557/818 kB | 0.4/1.1 MB | 62 kB | 45/766 kB Progress (5): 267 kB | 557/818 kB | 0.4/1.1 MB | 62 kB | 49/766 kB Progress (5): 267 kB | 557/818 kB | 0.4/1.1 MB | 62 kB | 53/766 kB Progress (5): 267 kB | 557/818 kB | 0.4/1.1 MB | 62 kB | 57/766 kB Progress (5): 267 kB | 557/818 kB | 0.4/1.1 MB | 62 kB | 61/766 kB Progress (5): 267 kB | 557/818 kB | 0.4/1.1 MB | 62 kB | 65/766 kB Progress (5): 267 kB | 557/818 kB | 0.4/1.1 MB | 62 kB | 69/766 kB Progress (5): 267 kB | 557/818 kB | 0.4/1.1 MB | 62 kB | 73/766 kB Progress (5): 267 kB | 557/818 kB | 0.4/1.1 MB | 62 kB | 77/766 kB Progress (5): 267 kB | 557/818 kB | 0.4/1.1 MB | 62 kB | 82/766 kB Progress (5): 267 kB | 557/818 kB | 0.4/1.1 MB | 62 kB | 82/766 kB Progress (5): 267 kB | 557/818 kB | 0.4/1.1 MB | 62 kB | 82/766 kB Progress (5): 267 kB | 557/818 kB | 0.4/1.1 MB | 62 kB | 82/766 kB Progress (5): 267 kB | 557/818 kB | 0.4/1.1 MB | 62 kB | 82/766 kB Progress (5): 267 kB | 561/818 kB | 0.4/1.1 MB | 62 kB | 82/766 kB Progress (5): 267 kB | 565/818 kB | 0.4/1.1 MB | 62 kB | 82/766 kB Progress (5): 267 kB | 569/818 kB | 0.4/1.1 MB | 62 kB | 82/766 kB Progress (5): 267 kB | 573/818 kB | 0.4/1.1 MB | 62 kB | 82/766 kB Progress (5): 267 kB | 577/818 kB | 0.4/1.1 MB | 62 kB | 82/766 kB Progress (5): 267 kB | 581/818 kB | 0.4/1.1 MB | 62 kB | 82/766 kB Progress (5): 267 kB | 585/818 kB | 0.4/1.1 MB | 62 kB | 82/766 kB Progress (5): 267 kB | 589/818 kB | 0.4/1.1 MB | 62 kB | 82/766 kB Progress (5): 267 kB | 594/818 kB | 0.4/1.1 MB | 62 kB | 82/766 kB Progress (5): 267 kB | 598/818 kB | 0.4/1.1 MB | 62 kB | 82/766 kB Progress (5): 267 kB | 602/818 kB | 0.4/1.1 MB | 62 kB | 82/766 kB Progress (5): 267 kB | 606/818 kB | 0.4/1.1 MB | 62 kB | 82/766 kB Progress (5): 267 kB | 610/818 kB | 0.4/1.1 MB | 62 kB | 82/766 kB Progress (5): 267 kB | 614/818 kB | 0.4/1.1 MB | 62 kB | 82/766 kB Progress (5): 267 kB | 618/818 kB | 0.4/1.1 MB | 62 kB | 82/766 kB Progress (5): 267 kB | 622/818 kB | 0.4/1.1 MB | 62 kB | 82/766 kB Progress (5): 267 kB | 626/818 kB | 0.4/1.1 MB | 62 kB | 82/766 kB Progress (5): 267 kB | 630/818 kB | 0.4/1.1 MB | 62 kB | 82/766 kB Progress (5): 267 kB | 634/818 kB | 0.4/1.1 MB | 62 kB | 82/766 kB Progress (5): 267 kB | 639/818 kB | 0.4/1.1 MB | 62 kB | 82/766 kB Progress (5): 267 kB | 643/818 kB | 0.4/1.1 MB | 62 kB | 82/766 kB Progress (5): 267 kB | 647/818 kB | 0.4/1.1 MB | 62 kB | 82/766 kB Progress (5): 267 kB | 651/818 kB | 0.4/1.1 MB | 62 kB | 82/766 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/json/json/20180130/json-20180130.jar (62 kB at 1.5 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/httpcomponents/httpcore/4.4.9/httpcore-4.4.9.jar +Progress (4): 267 kB | 655/818 kB | 0.4/1.1 MB | 82/766 kB Progress (4): 267 kB | 655/818 kB | 0.4/1.1 MB | 82/766 kB Progress (4): 267 kB | 655/818 kB | 0.4/1.1 MB | 82/766 kB Progress (4): 267 kB | 655/818 kB | 0.4/1.1 MB | 82/766 kB Progress (4): 267 kB | 655/818 kB | 0.4/1.1 MB | 82/766 kB Progress (4): 267 kB | 655/818 kB | 0.5/1.1 MB | 82/766 kB Progress (4): 267 kB | 655/818 kB | 0.5/1.1 MB | 86/766 kB Progress (4): 267 kB | 655/818 kB | 0.5/1.1 MB | 86/766 kB Progress (4): 267 kB | 655/818 kB | 0.5/1.1 MB | 90/766 kB Progress (4): 267 kB | 655/818 kB | 0.5/1.1 MB | 94/766 kB Progress (4): 267 kB | 655/818 kB | 0.5/1.1 MB | 98/766 kB Progress (4): 267 kB | 655/818 kB | 0.5/1.1 MB | 102/766 kB Progress (4): 267 kB | 655/818 kB | 0.5/1.1 MB | 106/766 kB Progress (4): 267 kB | 655/818 kB | 0.5/1.1 MB | 110/766 kB Progress (4): 267 kB | 655/818 kB | 0.5/1.1 MB | 114/766 kB Progress (4): 267 kB | 655/818 kB | 0.5/1.1 MB | 118/766 kB Progress (4): 267 kB | 655/818 kB | 0.5/1.1 MB | 122/766 kB Progress (4): 267 kB | 655/818 kB | 0.5/1.1 MB | 127/766 kB Progress (4): 267 kB | 655/818 kB | 0.5/1.1 MB | 131/766 kB Progress (4): 267 kB | 655/818 kB | 0.5/1.1 MB | 135/766 kB Progress (4): 267 kB | 655/818 kB | 0.5/1.1 MB | 139/766 kB Progress (4): 267 kB | 655/818 kB | 0.5/1.1 MB | 143/766 kB Progress (4): 267 kB | 655/818 kB | 0.5/1.1 MB | 147/766 kB Progress (4): 267 kB | 655/818 kB | 0.5/1.1 MB | 151/766 kB Progress (4): 267 kB | 655/818 kB | 0.5/1.1 MB | 155/766 kB Progress (4): 267 kB | 655/818 kB | 0.5/1.1 MB | 159/766 kB Progress (4): 267 kB | 655/818 kB | 0.5/1.1 MB | 163/766 kB Progress (4): 267 kB | 655/818 kB | 0.5/1.1 MB | 168/766 kB Progress (4): 267 kB | 655/818 kB | 0.5/1.1 MB | 172/766 kB Progress (4): 267 kB | 655/818 kB | 0.5/1.1 MB | 176/766 kB Progress (4): 267 kB | 655/818 kB | 0.5/1.1 MB | 180/766 kB Progress (4): 267 kB | 655/818 kB | 0.5/1.1 MB | 184/766 kB Progress (4): 267 kB | 655/818 kB | 0.5/1.1 MB | 188/766 kB Progress (4): 267 kB | 655/818 kB | 0.5/1.1 MB | 192/766 kB Progress (4): 267 kB | 655/818 kB | 0.5/1.1 MB | 196/766 kB Progress (4): 267 kB | 655/818 kB | 0.5/1.1 MB | 200/766 kB Progress (4): 267 kB | 655/818 kB | 0.5/1.1 MB | 204/766 kB Progress (4): 267 kB | 655/818 kB | 0.5/1.1 MB | 208/766 kB Progress (4): 267 kB | 655/818 kB | 0.5/1.1 MB | 213/766 kB Progress (4): 267 kB | 655/818 kB | 0.5/1.1 MB | 213/766 kB Progress (4): 267 kB | 655/818 kB | 0.5/1.1 MB | 213/766 kB Progress (4): 267 kB | 655/818 kB | 0.5/1.1 MB | 213/766 kB Progress (4): 267 kB | 655/818 kB | 0.5/1.1 MB | 213/766 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/springframework/spring-tx/4.3.8.RELEASE/spring-tx-4.3.8.RELEASE.jar (267 kB at 6.3 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/commons-codec/commons-codec/1.10/commons-codec-1.10.jar +Progress (3): 659/818 kB | 0.5/1.1 MB | 213/766 kB Progress (3): 663/818 kB | 0.5/1.1 MB | 213/766 kB Progress (3): 667/818 kB | 0.5/1.1 MB | 213/766 kB Progress (3): 671/818 kB | 0.5/1.1 MB | 213/766 kB Progress (3): 675/818 kB | 0.5/1.1 MB | 213/766 kB Progress (3): 680/818 kB | 0.5/1.1 MB | 213/766 kB Progress (3): 684/818 kB | 0.5/1.1 MB | 213/766 kB Progress (3): 688/818 kB | 0.5/1.1 MB | 213/766 kB Progress (3): 692/818 kB | 0.5/1.1 MB | 213/766 kB Progress (3): 696/818 kB | 0.5/1.1 MB | 213/766 kB Progress (3): 700/818 kB | 0.5/1.1 MB | 213/766 kB Progress (3): 704/818 kB | 0.5/1.1 MB | 213/766 kB Progress (3): 708/818 kB | 0.5/1.1 MB | 213/766 kB Progress (3): 712/818 kB | 0.5/1.1 MB | 213/766 kB Progress (3): 716/818 kB | 0.5/1.1 MB | 213/766 kB Progress (3): 720/818 kB | 0.5/1.1 MB | 213/766 kB Progress (3): 725/818 kB | 0.5/1.1 MB | 213/766 kB Progress (3): 729/818 kB | 0.5/1.1 MB | 213/766 kB Progress (3): 733/818 kB | 0.5/1.1 MB | 213/766 kB Progress (3): 737/818 kB | 0.5/1.1 MB | 213/766 kB Progress (3): 741/818 kB | 0.5/1.1 MB | 213/766 kB Progress (3): 745/818 kB | 0.5/1.1 MB | 213/766 kB Progress (3): 749/818 kB | 0.5/1.1 MB | 213/766 kB Progress (3): 753/818 kB | 0.5/1.1 MB | 213/766 kB Progress (3): 753/818 kB | 0.5/1.1 MB | 213/766 kB Progress (3): 753/818 kB | 0.5/1.1 MB | 213/766 kB Progress (3): 753/818 kB | 0.5/1.1 MB | 213/766 kB Progress (3): 753/818 kB | 0.5/1.1 MB | 213/766 kB Progress (3): 753/818 kB | 0.5/1.1 MB | 213/766 kB Progress (3): 753/818 kB | 0.5/1.1 MB | 213/766 kB Progress (3): 753/818 kB | 0.5/1.1 MB | 217/766 kB Progress (3): 753/818 kB | 0.5/1.1 MB | 221/766 kB Progress (3): 753/818 kB | 0.5/1.1 MB | 225/766 kB Progress (3): 753/818 kB | 0.5/1.1 MB | 229/766 kB Progress (3): 753/818 kB | 0.5/1.1 MB | 233/766 kB Progress (3): 753/818 kB | 0.5/1.1 MB | 237/766 kB Progress (3): 753/818 kB | 0.5/1.1 MB | 241/766 kB Progress (3): 753/818 kB | 0.5/1.1 MB | 245/766 kB Progress (3): 753/818 kB | 0.5/1.1 MB | 249/766 kB Progress (3): 753/818 kB | 0.5/1.1 MB | 254/766 kB Progress (3): 753/818 kB | 0.5/1.1 MB | 258/766 kB Progress (3): 753/818 kB | 0.5/1.1 MB | 262/766 kB Progress (3): 753/818 kB | 0.5/1.1 MB | 266/766 kB Progress (3): 753/818 kB | 0.5/1.1 MB | 270/766 kB Progress (3): 753/818 kB | 0.5/1.1 MB | 274/766 kB Progress (3): 753/818 kB | 0.5/1.1 MB | 278/766 kB Progress (3): 753/818 kB | 0.5/1.1 MB | 282/766 kB Progress (3): 753/818 kB | 0.5/1.1 MB | 286/766 kB Progress (3): 753/818 kB | 0.5/1.1 MB | 290/766 kB Progress (3): 753/818 kB | 0.5/1.1 MB | 295/766 kB Progress (3): 753/818 kB | 0.5/1.1 MB | 299/766 kB Progress (3): 753/818 kB | 0.5/1.1 MB | 303/766 kB Progress (3): 753/818 kB | 0.5/1.1 MB | 307/766 kB Progress (3): 753/818 kB | 0.5/1.1 MB | 311/766 kB Progress (3): 753/818 kB | 0.5/1.1 MB | 315/766 kB Progress (3): 753/818 kB | 0.5/1.1 MB | 319/766 kB Progress (3): 753/818 kB | 0.5/1.1 MB | 323/766 kB Progress (3): 753/818 kB | 0.5/1.1 MB | 327/766 kB Progress (3): 753/818 kB | 0.5/1.1 MB | 331/766 kB Progress (3): 753/818 kB | 0.5/1.1 MB | 335/766 kB Progress (3): 753/818 kB | 0.5/1.1 MB | 340/766 kB Progress (3): 753/818 kB | 0.5/1.1 MB | 344/766 kB Progress (3): 753/818 kB | 0.5/1.1 MB | 344/766 kB Progress (3): 753/818 kB | 0.6/1.1 MB | 344/766 kB Progress (3): 753/818 kB | 0.6/1.1 MB | 344/766 kB Progress (3): 753/818 kB | 0.6/1.1 MB | 344/766 kB Progress (3): 757/818 kB | 0.6/1.1 MB | 344/766 kB Progress (3): 761/818 kB | 0.6/1.1 MB | 344/766 kB Progress (3): 766/818 kB | 0.6/1.1 MB | 344/766 kB Progress (3): 770/818 kB | 0.6/1.1 MB | 344/766 kB Progress (3): 774/818 kB | 0.6/1.1 MB | 344/766 kB Progress (3): 778/818 kB | 0.6/1.1 MB | 344/766 kB Progress (3): 782/818 kB | 0.6/1.1 MB | 344/766 kB Progress (3): 786/818 kB | 0.6/1.1 MB | 344/766 kB Progress (3): 790/818 kB | 0.6/1.1 MB | 344/766 kB Progress (3): 794/818 kB | 0.6/1.1 MB | 344/766 kB Progress (3): 798/818 kB | 0.6/1.1 MB | 344/766 kB Progress (3): 802/818 kB | 0.6/1.1 MB | 344/766 kB Progress (3): 807/818 kB | 0.6/1.1 MB | 344/766 kB Progress (3): 811/818 kB | 0.6/1.1 MB | 344/766 kB Progress (3): 815/818 kB | 0.6/1.1 MB | 344/766 kB Progress (3): 818 kB | 0.6/1.1 MB | 344/766 kB Progress (3): 818 kB | 0.6/1.1 MB | 344/766 kB Progress (3): 818 kB | 0.6/1.1 MB | 344/766 kB Progress (3): 818 kB | 0.6/1.1 MB | 344/766 kB Progress (3): 818 kB | 0.6/1.1 MB | 344/766 kB Progress (3): 818 kB | 0.6/1.1 MB | 348/766 kB Progress (3): 818 kB | 0.6/1.1 MB | 352/766 kB Progress (3): 818 kB | 0.6/1.1 MB | 356/766 kB Progress (3): 818 kB | 0.6/1.1 MB | 360/766 kB Progress (3): 818 kB | 0.6/1.1 MB | 360/766 kB Progress (3): 818 kB | 0.6/1.1 MB | 360/766 kB Progress (4): 818 kB | 0.6/1.1 MB | 360/766 kB | 4.1/326 kB Progress (4): 818 kB | 0.6/1.1 MB | 360/766 kB | 7.8/326 kB Progress (4): 818 kB | 0.6/1.1 MB | 360/766 kB | 12/326 kB Progress (4): 818 kB | 0.6/1.1 MB | 360/766 kB | 16/326 kB Progress (4): 818 kB | 0.6/1.1 MB | 360/766 kB | 20/326 kB Progress (4): 818 kB | 0.6/1.1 MB | 360/766 kB | 24/326 kB Progress (4): 818 kB | 0.6/1.1 MB | 360/766 kB | 28/326 kB Progress (4): 818 kB | 0.6/1.1 MB | 360/766 kB | 32/326 kB Progress (4): 818 kB | 0.6/1.1 MB | 360/766 kB | 36/326 kB Progress (4): 818 kB | 0.6/1.1 MB | 360/766 kB | 41/326 kB Progress (4): 818 kB | 0.6/1.1 MB | 364/766 kB | 41/326 kB Progress (4): 818 kB | 0.6/1.1 MB | 368/766 kB | 41/326 kB Progress (4): 818 kB | 0.6/1.1 MB | 372/766 kB | 41/326 kB Progress (4): 818 kB | 0.6/1.1 MB | 376/766 kB | 41/326 kB Progress (4): 818 kB | 0.6/1.1 MB | 381/766 kB | 41/326 kB Progress (4): 818 kB | 0.6/1.1 MB | 385/766 kB | 41/326 kB Progress (4): 818 kB | 0.6/1.1 MB | 389/766 kB | 41/326 kB Progress (4): 818 kB | 0.6/1.1 MB | 393/766 kB | 41/326 kB Progress (4): 818 kB | 0.6/1.1 MB | 397/766 kB | 41/326 kB Progress (4): 818 kB | 0.6/1.1 MB | 401/766 kB | 41/326 kB Progress (4): 818 kB | 0.6/1.1 MB | 405/766 kB | 41/326 kB Progress (4): 818 kB | 0.6/1.1 MB | 409/766 kB | 41/326 kB Progress (4): 818 kB | 0.6/1.1 MB | 413/766 kB | 41/326 kB Progress (4): 818 kB | 0.6/1.1 MB | 417/766 kB | 41/326 kB Progress (4): 818 kB | 0.6/1.1 MB | 421/766 kB | 41/326 kB Progress (4): 818 kB | 0.6/1.1 MB | 426/766 kB | 41/326 kB Progress (4): 818 kB | 0.6/1.1 MB | 430/766 kB | 41/326 kB Progress (4): 818 kB | 0.6/1.1 MB | 434/766 kB | 41/326 kB Progress (4): 818 kB | 0.6/1.1 MB | 438/766 kB | 41/326 kB Progress (4): 818 kB | 0.6/1.1 MB | 442/766 kB | 41/326 kB Progress (4): 818 kB | 0.6/1.1 MB | 446/766 kB | 41/326 kB Progress (4): 818 kB | 0.6/1.1 MB | 450/766 kB | 41/326 kB Progress (4): 818 kB | 0.6/1.1 MB | 454/766 kB | 41/326 kB Progress (4): 818 kB | 0.6/1.1 MB | 458/766 kB | 41/326 kB Progress (4): 818 kB | 0.6/1.1 MB | 462/766 kB | 41/326 kB Progress (4): 818 kB | 0.6/1.1 MB | 467/766 kB | 41/326 kB Progress (4): 818 kB | 0.6/1.1 MB | 471/766 kB | 41/326 kB Progress (4): 818 kB | 0.6/1.1 MB | 475/766 kB | 41/326 kB Progress (4): 818 kB | 0.6/1.1 MB | 475/766 kB | 41/326 kB Progress (4): 818 kB | 0.6/1.1 MB | 475/766 kB | 41/326 kB Progress (4): 818 kB | 0.6/1.1 MB | 475/766 kB | 41/326 kB Progress (4): 818 kB | 0.7/1.1 MB | 475/766 kB | 41/326 kB Progress (5): 818 kB | 0.7/1.1 MB | 475/766 kB | 41/326 kB | 4.1/284 kB Progress (5): 818 kB | 0.7/1.1 MB | 475/766 kB | 41/326 kB | 7.8/284 kB Progress (5): 818 kB | 0.7/1.1 MB | 475/766 kB | 41/326 kB | 12/284 kB Progress (5): 818 kB | 0.7/1.1 MB | 475/766 kB | 41/326 kB | 16/284 kB Progress (5): 818 kB | 0.7/1.1 MB | 475/766 kB | 41/326 kB | 20/284 kB Progress (5): 818 kB | 0.7/1.1 MB | 475/766 kB | 41/326 kB | 24/284 kB Progress (5): 818 kB | 0.7/1.1 MB | 475/766 kB | 41/326 kB | 28/284 kB Progress (5): 818 kB | 0.7/1.1 MB | 475/766 kB | 41/326 kB | 32/284 kB Progress (5): 818 kB | 0.7/1.1 MB | 475/766 kB | 41/326 kB | 32/284 kB Progress (5): 818 kB | 0.7/1.1 MB | 475/766 kB | 41/326 kB | 32/284 kB Progress (5): 818 kB | 0.7/1.1 MB | 475/766 kB | 41/326 kB | 32/284 kB Progress (5): 818 kB | 0.7/1.1 MB | 475/766 kB | 41/326 kB | 32/284 kB Progress (5): 818 kB | 0.7/1.1 MB | 479/766 kB | 41/326 kB | 32/284 kB Progress (5): 818 kB | 0.7/1.1 MB | 483/766 kB | 41/326 kB | 32/284 kB Progress (5): 818 kB | 0.7/1.1 MB | 487/766 kB | 41/326 kB | 32/284 kB Progress (5): 818 kB | 0.7/1.1 MB | 491/766 kB | 41/326 kB | 32/284 kB Progress (5): 818 kB | 0.7/1.1 MB | 491/766 kB | 41/326 kB | 32/284 kB Progress (5): 818 kB | 0.7/1.1 MB | 491/766 kB | 41/326 kB | 32/284 kB Progress (5): 818 kB | 0.7/1.1 MB | 491/766 kB | 45/326 kB | 32/284 kB Progress (5): 818 kB | 0.7/1.1 MB | 491/766 kB | 49/326 kB | 32/284 kB Progress (5): 818 kB | 0.7/1.1 MB | 491/766 kB | 53/326 kB | 32/284 kB Progress (5): 818 kB | 0.7/1.1 MB | 491/766 kB | 57/326 kB | 32/284 kB Progress (5): 818 kB | 0.7/1.1 MB | 491/766 kB | 61/326 kB | 32/284 kB Progress (5): 818 kB | 0.7/1.1 MB | 491/766 kB | 65/326 kB | 32/284 kB Progress (5): 818 kB | 0.7/1.1 MB | 491/766 kB | 69/326 kB | 32/284 kB Progress (5): 818 kB | 0.7/1.1 MB | 491/766 kB | 73/326 kB | 32/284 kB Progress (5): 818 kB | 0.7/1.1 MB | 495/766 kB | 73/326 kB | 32/284 kB Progress (5): 818 kB | 0.7/1.1 MB | 499/766 kB | 73/326 kB | 32/284 kB Progress (5): 818 kB | 0.7/1.1 MB | 503/766 kB | 73/326 kB | 32/284 kB Progress (5): 818 kB | 0.7/1.1 MB | 508/766 kB | 73/326 kB | 32/284 kB Progress (5): 818 kB | 0.7/1.1 MB | 508/766 kB | 77/326 kB | 32/284 kB Progress (5): 818 kB | 0.7/1.1 MB | 508/766 kB | 82/326 kB | 32/284 kB Progress (5): 818 kB | 0.7/1.1 MB | 508/766 kB | 86/326 kB | 32/284 kB Progress (5): 818 kB | 0.7/1.1 MB | 508/766 kB | 90/326 kB | 32/284 kB Progress (5): 818 kB | 0.7/1.1 MB | 508/766 kB | 94/326 kB | 32/284 kB Progress (5): 818 kB | 0.7/1.1 MB | 508/766 kB | 98/326 kB | 32/284 kB Progress (5): 818 kB | 0.7/1.1 MB | 508/766 kB | 102/326 kB | 32/284 kB Progress (5): 818 kB | 0.7/1.1 MB | 508/766 kB | 106/326 kB | 32/284 kB Progress (5): 818 kB | 0.7/1.1 MB | 508/766 kB | 110/326 kB | 32/284 kB Progress (5): 818 kB | 0.7/1.1 MB | 508/766 kB | 114/326 kB | 32/284 kB Progress (5): 818 kB | 0.7/1.1 MB | 508/766 kB | 118/326 kB | 32/284 kB Progress (5): 818 kB | 0.7/1.1 MB | 508/766 kB | 122/326 kB | 32/284 kB Progress (5): 818 kB | 0.7/1.1 MB | 512/766 kB | 122/326 kB | 32/284 kB Progress (5): 818 kB | 0.7/1.1 MB | 516/766 kB | 122/326 kB | 32/284 kB Progress (5): 818 kB | 0.7/1.1 MB | 520/766 kB | 122/326 kB | 32/284 kB Progress (5): 818 kB | 0.7/1.1 MB | 524/766 kB | 122/326 kB | 32/284 kB Progress (5): 818 kB | 0.7/1.1 MB | 528/766 kB | 122/326 kB | 32/284 kB Progress (5): 818 kB | 0.7/1.1 MB | 532/766 kB | 122/326 kB | 32/284 kB Progress (5): 818 kB | 0.7/1.1 MB | 536/766 kB | 122/326 kB | 32/284 kB Progress (5): 818 kB | 0.7/1.1 MB | 540/766 kB | 122/326 kB | 32/284 kB Progress (5): 818 kB | 0.7/1.1 MB | 544/766 kB | 122/326 kB | 32/284 kB Progress (5): 818 kB | 0.7/1.1 MB | 548/766 kB | 122/326 kB | 32/284 kB Progress (5): 818 kB | 0.7/1.1 MB | 553/766 kB | 122/326 kB | 32/284 kB Progress (5): 818 kB | 0.7/1.1 MB | 557/766 kB | 122/326 kB | 32/284 kB Progress (5): 818 kB | 0.7/1.1 MB | 561/766 kB | 122/326 kB | 32/284 kB Progress (5): 818 kB | 0.7/1.1 MB | 565/766 kB | 122/326 kB | 32/284 kB Progress (5): 818 kB | 0.7/1.1 MB | 569/766 kB | 122/326 kB | 32/284 kB Progress (5): 818 kB | 0.7/1.1 MB | 573/766 kB | 122/326 kB | 32/284 kB Progress (5): 818 kB | 0.7/1.1 MB | 573/766 kB | 122/326 kB | 32/284 kB Progress (5): 818 kB | 0.7/1.1 MB | 573/766 kB | 122/326 kB | 32/284 kB Progress (5): 818 kB | 0.7/1.1 MB | 577/766 kB | 122/326 kB | 32/284 kB Progress (5): 818 kB | 0.7/1.1 MB | 581/766 kB | 122/326 kB | 32/284 kB Progress (5): 818 kB | 0.7/1.1 MB | 585/766 kB | 122/326 kB | 32/284 kB Progress (5): 818 kB | 0.7/1.1 MB | 589/766 kB | 122/326 kB | 32/284 kB Progress (5): 818 kB | 0.7/1.1 MB | 594/766 kB | 122/326 kB | 32/284 kB Progress (5): 818 kB | 0.7/1.1 MB | 598/766 kB | 122/326 kB | 32/284 kB Progress (5): 818 kB | 0.7/1.1 MB | 602/766 kB | 122/326 kB | 32/284 kB Progress (5): 818 kB | 0.7/1.1 MB | 606/766 kB | 122/326 kB | 32/284 kB Progress (5): 818 kB | 0.7/1.1 MB | 610/766 kB | 122/326 kB | 32/284 kB Progress (5): 818 kB | 0.7/1.1 MB | 614/766 kB | 122/326 kB | 32/284 kB Progress (5): 818 kB | 0.7/1.1 MB | 618/766 kB | 122/326 kB | 32/284 kB Progress (5): 818 kB | 0.7/1.1 MB | 622/766 kB | 122/326 kB | 32/284 kB Progress (5): 818 kB | 0.7/1.1 MB | 622/766 kB | 122/326 kB | 32/284 kB Progress (5): 818 kB | 0.7/1.1 MB | 622/766 kB | 122/326 kB | 32/284 kB Progress (5): 818 kB | 0.7/1.1 MB | 622/766 kB | 122/326 kB | 36/284 kB Progress (5): 818 kB | 0.7/1.1 MB | 622/766 kB | 122/326 kB | 41/284 kB Progress (5): 818 kB | 0.7/1.1 MB | 622/766 kB | 122/326 kB | 45/284 kB Progress (5): 818 kB | 0.7/1.1 MB | 622/766 kB | 122/326 kB | 49/284 kB Progress (5): 818 kB | 0.7/1.1 MB | 622/766 kB | 122/326 kB | 53/284 kB Progress (5): 818 kB | 0.7/1.1 MB | 622/766 kB | 122/326 kB | 57/284 kB Progress (5): 818 kB | 0.7/1.1 MB | 622/766 kB | 122/326 kB | 61/284 kB Progress (5): 818 kB | 0.7/1.1 MB | 622/766 kB | 122/326 kB | 65/284 kB Progress (5): 818 kB | 0.7/1.1 MB | 622/766 kB | 122/326 kB | 69/284 kB Progress (5): 818 kB | 0.7/1.1 MB | 622/766 kB | 122/326 kB | 73/284 kB Progress (5): 818 kB | 0.7/1.1 MB | 622/766 kB | 122/326 kB | 77/284 kB Progress (5): 818 kB | 0.7/1.1 MB | 622/766 kB | 122/326 kB | 82/284 kB Progress (5): 818 kB | 0.7/1.1 MB | 622/766 kB | 122/326 kB | 82/284 kB Progress (5): 818 kB | 0.8/1.1 MB | 622/766 kB | 122/326 kB | 82/284 kB Progress (5): 818 kB | 0.8/1.1 MB | 622/766 kB | 122/326 kB | 82/284 kB Progress (5): 818 kB | 0.8/1.1 MB | 622/766 kB | 122/326 kB | 82/284 kB Progress (5): 818 kB | 0.8/1.1 MB | 626/766 kB | 122/326 kB | 82/284 kB Progress (5): 818 kB | 0.8/1.1 MB | 630/766 kB | 122/326 kB | 82/284 kB Progress (5): 818 kB | 0.8/1.1 MB | 634/766 kB | 122/326 kB | 82/284 kB Progress (5): 818 kB | 0.8/1.1 MB | 639/766 kB | 122/326 kB | 82/284 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/springframework/spring-web/4.3.8.RELEASE/spring-web-4.3.8.RELEASE.jar (818 kB at 19 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/sun/jersey/jersey-client/1.19/jersey-client-1.19.jar +Progress (4): 0.8/1.1 MB | 639/766 kB | 122/326 kB | 82/284 kB Progress (4): 0.8/1.1 MB | 639/766 kB | 122/326 kB | 82/284 kB Progress (4): 0.8/1.1 MB | 639/766 kB | 127/326 kB | 82/284 kB Progress (4): 0.8/1.1 MB | 639/766 kB | 131/326 kB | 82/284 kB Progress (4): 0.8/1.1 MB | 639/766 kB | 135/326 kB | 82/284 kB Progress (4): 0.8/1.1 MB | 639/766 kB | 139/326 kB | 82/284 kB Progress (4): 0.8/1.1 MB | 639/766 kB | 143/326 kB | 82/284 kB Progress (4): 0.8/1.1 MB | 639/766 kB | 147/326 kB | 82/284 kB Progress (4): 0.8/1.1 MB | 639/766 kB | 151/326 kB | 82/284 kB Progress (4): 0.8/1.1 MB | 639/766 kB | 155/326 kB | 82/284 kB Progress (4): 0.8/1.1 MB | 639/766 kB | 159/326 kB | 82/284 kB Progress (4): 0.8/1.1 MB | 639/766 kB | 163/326 kB | 82/284 kB Progress (4): 0.8/1.1 MB | 639/766 kB | 168/326 kB | 82/284 kB Progress (4): 0.8/1.1 MB | 639/766 kB | 172/326 kB | 82/284 kB Progress (4): 0.8/1.1 MB | 639/766 kB | 176/326 kB | 82/284 kB Progress (4): 0.8/1.1 MB | 639/766 kB | 180/326 kB | 82/284 kB Progress (4): 0.8/1.1 MB | 639/766 kB | 184/326 kB | 82/284 kB Progress (4): 0.8/1.1 MB | 639/766 kB | 188/326 kB | 82/284 kB Progress (4): 0.8/1.1 MB | 639/766 kB | 192/326 kB | 82/284 kB Progress (4): 0.8/1.1 MB | 639/766 kB | 196/326 kB | 82/284 kB Progress (4): 0.8/1.1 MB | 639/766 kB | 200/326 kB | 82/284 kB Progress (4): 0.8/1.1 MB | 639/766 kB | 204/326 kB | 82/284 kB Progress (4): 0.8/1.1 MB | 643/766 kB | 204/326 kB | 82/284 kB Progress (4): 0.8/1.1 MB | 647/766 kB | 204/326 kB | 82/284 kB Progress (4): 0.8/1.1 MB | 651/766 kB | 204/326 kB | 82/284 kB Progress (4): 0.8/1.1 MB | 655/766 kB | 204/326 kB | 82/284 kB Progress (4): 0.8/1.1 MB | 655/766 kB | 208/326 kB | 82/284 kB Progress (4): 0.8/1.1 MB | 655/766 kB | 213/326 kB | 82/284 kB Progress (4): 0.8/1.1 MB | 655/766 kB | 217/326 kB | 82/284 kB Progress (4): 0.8/1.1 MB | 655/766 kB | 221/326 kB | 82/284 kB Progress (4): 0.8/1.1 MB | 659/766 kB | 221/326 kB | 82/284 kB Progress (4): 0.8/1.1 MB | 663/766 kB | 221/326 kB | 82/284 kB Progress (4): 0.8/1.1 MB | 667/766 kB | 221/326 kB | 82/284 kB Progress (4): 0.8/1.1 MB | 671/766 kB | 221/326 kB | 82/284 kB Progress (4): 0.8/1.1 MB | 671/766 kB | 225/326 kB | 82/284 kB Progress (4): 0.8/1.1 MB | 671/766 kB | 229/326 kB | 82/284 kB Progress (4): 0.8/1.1 MB | 671/766 kB | 233/326 kB | 82/284 kB Progress (4): 0.8/1.1 MB | 671/766 kB | 237/326 kB | 82/284 kB Progress (4): 0.8/1.1 MB | 675/766 kB | 237/326 kB | 82/284 kB Progress (4): 0.8/1.1 MB | 680/766 kB | 237/326 kB | 82/284 kB Progress (4): 0.8/1.1 MB | 684/766 kB | 237/326 kB | 82/284 kB Progress (4): 0.8/1.1 MB | 688/766 kB | 237/326 kB | 82/284 kB Progress (4): 0.8/1.1 MB | 692/766 kB | 237/326 kB | 82/284 kB Progress (4): 0.8/1.1 MB | 696/766 kB | 237/326 kB | 82/284 kB Progress (4): 0.8/1.1 MB | 700/766 kB | 237/326 kB | 82/284 kB Progress (4): 0.8/1.1 MB | 704/766 kB | 237/326 kB | 82/284 kB Progress (4): 0.8/1.1 MB | 708/766 kB | 237/326 kB | 82/284 kB Progress (4): 0.8/1.1 MB | 712/766 kB | 237/326 kB | 82/284 kB Progress (4): 0.8/1.1 MB | 716/766 kB | 237/326 kB | 82/284 kB Progress (4): 0.8/1.1 MB | 720/766 kB | 237/326 kB | 82/284 kB Progress (4): 0.8/1.1 MB | 720/766 kB | 237/326 kB | 82/284 kB Progress (4): 0.8/1.1 MB | 720/766 kB | 237/326 kB | 82/284 kB Progress (4): 0.8/1.1 MB | 725/766 kB | 237/326 kB | 82/284 kB Progress (4): 0.8/1.1 MB | 729/766 kB | 237/326 kB | 82/284 kB Progress (4): 0.8/1.1 MB | 733/766 kB | 237/326 kB | 82/284 kB Progress (4): 0.8/1.1 MB | 737/766 kB | 237/326 kB | 82/284 kB Progress (4): 0.8/1.1 MB | 741/766 kB | 237/326 kB | 82/284 kB Progress (4): 0.8/1.1 MB | 745/766 kB | 237/326 kB | 82/284 kB Progress (4): 0.8/1.1 MB | 749/766 kB | 237/326 kB | 82/284 kB Progress (4): 0.8/1.1 MB | 753/766 kB | 237/326 kB | 82/284 kB Progress (4): 0.8/1.1 MB | 757/766 kB | 237/326 kB | 82/284 kB Progress (4): 0.8/1.1 MB | 761/766 kB | 237/326 kB | 82/284 kB Progress (4): 0.8/1.1 MB | 766/766 kB | 237/326 kB | 82/284 kB Progress (4): 0.8/1.1 MB | 766 kB | 237/326 kB | 82/284 kB Progress (4): 0.8/1.1 MB | 766 kB | 237/326 kB | 82/284 kB Progress (4): 0.8/1.1 MB | 766 kB | 237/326 kB | 82/284 kB Progress (4): 0.8/1.1 MB | 766 kB | 237/326 kB | 86/284 kB Progress (4): 0.8/1.1 MB | 766 kB | 237/326 kB | 90/284 kB Progress (4): 0.8/1.1 MB | 766 kB | 237/326 kB | 94/284 kB Progress (4): 0.8/1.1 MB | 766 kB | 237/326 kB | 98/284 kB Progress (4): 0.8/1.1 MB | 766 kB | 237/326 kB | 102/284 kB Progress (4): 0.8/1.1 MB | 766 kB | 237/326 kB | 106/284 kB Progress (4): 0.8/1.1 MB | 766 kB | 237/326 kB | 110/284 kB Progress (4): 0.8/1.1 MB | 766 kB | 237/326 kB | 114/284 kB Progress (4): 0.8/1.1 MB | 766 kB | 237/326 kB | 114/284 kB Progress (4): 0.8/1.1 MB | 766 kB | 237/326 kB | 114/284 kB Progress (4): 0.8/1.1 MB | 766 kB | 237/326 kB | 118/284 kB Progress (4): 0.8/1.1 MB | 766 kB | 237/326 kB | 122/284 kB Progress (4): 0.8/1.1 MB | 766 kB | 237/326 kB | 127/284 kB Progress (4): 0.8/1.1 MB | 766 kB | 237/326 kB | 131/284 kB Progress (4): 0.8/1.1 MB | 766 kB | 237/326 kB | 135/284 kB Progress (4): 0.8/1.1 MB | 766 kB | 237/326 kB | 139/284 kB Progress (4): 0.8/1.1 MB | 766 kB | 237/326 kB | 143/284 kB Progress (4): 0.8/1.1 MB | 766 kB | 237/326 kB | 147/284 kB Progress (4): 0.8/1.1 MB | 766 kB | 237/326 kB | 147/284 kB Progress (4): 0.9/1.1 MB | 766 kB | 237/326 kB | 147/284 kB Progress (4): 0.9/1.1 MB | 766 kB | 237/326 kB | 147/284 kB Progress (4): 0.9/1.1 MB | 766 kB | 237/326 kB | 147/284 kB Progress (4): 0.9/1.1 MB | 766 kB | 241/326 kB | 147/284 kB Progress (4): 0.9/1.1 MB | 766 kB | 245/326 kB | 147/284 kB Progress (4): 0.9/1.1 MB | 766 kB | 249/326 kB | 147/284 kB Progress (4): 0.9/1.1 MB | 766 kB | 254/326 kB | 147/284 kB Progress (4): 0.9/1.1 MB | 766 kB | 258/326 kB | 147/284 kB Progress (4): 0.9/1.1 MB | 766 kB | 262/326 kB | 147/284 kB Progress (4): 0.9/1.1 MB | 766 kB | 266/326 kB | 147/284 kB Progress (4): 0.9/1.1 MB | 766 kB | 270/326 kB | 147/284 kB Progress (4): 0.9/1.1 MB | 766 kB | 274/326 kB | 147/284 kB Progress (4): 0.9/1.1 MB | 766 kB | 278/326 kB | 147/284 kB Progress (4): 0.9/1.1 MB | 766 kB | 282/326 kB | 147/284 kB Progress (4): 0.9/1.1 MB | 766 kB | 286/326 kB | 147/284 kB Progress (4): 0.9/1.1 MB | 766 kB | 290/326 kB | 147/284 kB Progress (4): 0.9/1.1 MB | 766 kB | 295/326 kB | 147/284 kB Progress (4): 0.9/1.1 MB | 766 kB | 299/326 kB | 147/284 kB Progress (4): 0.9/1.1 MB | 766 kB | 303/326 kB | 147/284 kB Progress (4): 0.9/1.1 MB | 766 kB | 307/326 kB | 147/284 kB Progress (4): 0.9/1.1 MB | 766 kB | 311/326 kB | 147/284 kB Progress (4): 0.9/1.1 MB | 766 kB | 315/326 kB | 147/284 kB Progress (4): 0.9/1.1 MB | 766 kB | 319/326 kB | 147/284 kB Progress (4): 0.9/1.1 MB | 766 kB | 323/326 kB | 147/284 kB Progress (4): 0.9/1.1 MB | 766 kB | 326 kB | 147/284 kB Progress (4): 0.9/1.1 MB | 766 kB | 326 kB | 147/284 kB Progress (4): 0.9/1.1 MB | 766 kB | 326 kB | 147/284 kB Progress (4): 0.9/1.1 MB | 766 kB | 326 kB | 147/284 kB Progress (4): 0.9/1.1 MB | 766 kB | 326 kB | 147/284 kB Progress (4): 0.9/1.1 MB | 766 kB | 326 kB | 147/284 kB Progress (4): 0.9/1.1 MB | 766 kB | 326 kB | 147/284 kB Progress (4): 0.9/1.1 MB | 766 kB | 326 kB | 151/284 kB Progress (4): 0.9/1.1 MB | 766 kB | 326 kB | 155/284 kB Progress (4): 0.9/1.1 MB | 766 kB | 326 kB | 159/284 kB Progress (4): 0.9/1.1 MB | 766 kB | 326 kB | 163/284 kB Progress (4): 0.9/1.1 MB | 766 kB | 326 kB | 168/284 kB Progress (4): 0.9/1.1 MB | 766 kB | 326 kB | 172/284 kB Progress (4): 0.9/1.1 MB | 766 kB | 326 kB | 176/284 kB Progress (4): 0.9/1.1 MB | 766 kB | 326 kB | 180/284 kB Progress (4): 0.9/1.1 MB | 766 kB | 326 kB | 184/284 kB Progress (4): 0.9/1.1 MB | 766 kB | 326 kB | 188/284 kB Progress (4): 0.9/1.1 MB | 766 kB | 326 kB | 192/284 kB Progress (4): 0.9/1.1 MB | 766 kB | 326 kB | 196/284 kB Progress (4): 0.9/1.1 MB | 766 kB | 326 kB | 200/284 kB Progress (4): 0.9/1.1 MB | 766 kB | 326 kB | 204/284 kB Progress (4): 0.9/1.1 MB | 766 kB | 326 kB | 208/284 kB Progress (4): 0.9/1.1 MB | 766 kB | 326 kB | 213/284 kB Progress (4): 0.9/1.1 MB | 766 kB | 326 kB | 217/284 kB Progress (4): 0.9/1.1 MB | 766 kB | 326 kB | 221/284 kB Progress (4): 0.9/1.1 MB | 766 kB | 326 kB | 225/284 kB Progress (4): 0.9/1.1 MB | 766 kB | 326 kB | 229/284 kB Progress (4): 0.9/1.1 MB | 766 kB | 326 kB | 229/284 kB Progress (4): 0.9/1.1 MB | 766 kB | 326 kB | 229/284 kB Progress (4): 0.9/1.1 MB | 766 kB | 326 kB | 229/284 kB Progress (4): 0.9/1.1 MB | 766 kB | 326 kB | 229/284 kB Progress (5): 0.9/1.1 MB | 766 kB | 326 kB | 229/284 kB | 4.1/134 kB Progress (5): 0.9/1.1 MB | 766 kB | 326 kB | 229/284 kB | 7.8/134 kB Progress (5): 0.9/1.1 MB | 766 kB | 326 kB | 229/284 kB | 12/134 kB Progress (5): 0.9/1.1 MB | 766 kB | 326 kB | 229/284 kB | 16/134 kB Progress (5): 0.9/1.1 MB | 766 kB | 326 kB | 229/284 kB | 20/134 kB Progress (5): 0.9/1.1 MB | 766 kB | 326 kB | 229/284 kB | 24/134 kB Progress (5): 0.9/1.1 MB | 766 kB | 326 kB | 229/284 kB | 28/134 kB Progress (5): 0.9/1.1 MB | 766 kB | 326 kB | 229/284 kB | 32/134 kB Progress (5): 0.9/1.1 MB | 766 kB | 326 kB | 229/284 kB | 36/134 kB Progress (5): 0.9/1.1 MB | 766 kB | 326 kB | 229/284 kB | 41/134 kB Progress (5): 0.9/1.1 MB | 766 kB | 326 kB | 229/284 kB | 45/134 kB Progress (5): 0.9/1.1 MB | 766 kB | 326 kB | 229/284 kB | 49/134 kB Progress (5): 0.9/1.1 MB | 766 kB | 326 kB | 229/284 kB | 53/134 kB Progress (5): 0.9/1.1 MB | 766 kB | 326 kB | 229/284 kB | 57/134 kB Progress (5): 0.9/1.1 MB | 766 kB | 326 kB | 229/284 kB | 61/134 kB Progress (5): 0.9/1.1 MB | 766 kB | 326 kB | 229/284 kB | 65/134 kB Progress (5): 0.9/1.1 MB | 766 kB | 326 kB | 229/284 kB | 69/134 kB Progress (5): 0.9/1.1 MB | 766 kB | 326 kB | 229/284 kB | 73/134 kB Progress (5): 0.9/1.1 MB | 766 kB | 326 kB | 229/284 kB | 77/134 kB Progress (5): 0.9/1.1 MB | 766 kB | 326 kB | 229/284 kB | 82/134 kB Progress (5): 0.9/1.1 MB | 766 kB | 326 kB | 229/284 kB | 86/134 kB Progress (5): 0.9/1.1 MB | 766 kB | 326 kB | 229/284 kB | 90/134 kB Progress (5): 0.9/1.1 MB | 766 kB | 326 kB | 229/284 kB | 94/134 kB Progress (5): 0.9/1.1 MB | 766 kB | 326 kB | 229/284 kB | 98/134 kB Progress (5): 0.9/1.1 MB | 766 kB | 326 kB | 229/284 kB | 102/134 kB Progress (5): 0.9/1.1 MB | 766 kB | 326 kB | 229/284 kB | 106/134 kB Progress (5): 0.9/1.1 MB | 766 kB | 326 kB | 229/284 kB | 110/134 kB Progress (5): 0.9/1.1 MB | 766 kB | 326 kB | 229/284 kB | 114/134 kB Progress (5): 1.0/1.1 MB | 766 kB | 326 kB | 229/284 kB | 114/134 kB Progress (5): 1.0/1.1 MB | 766 kB | 326 kB | 229/284 kB | 114/134 kB Progress (5): 1.0/1.1 MB | 766 kB | 326 kB | 229/284 kB | 114/134 kB Progress (5): 1.0/1.1 MB | 766 kB | 326 kB | 229/284 kB | 114/134 kB Progress (5): 1.0/1.1 MB | 766 kB | 326 kB | 229/284 kB | 114/134 kB Progress (5): 1.0/1.1 MB | 766 kB | 326 kB | 229/284 kB | 114/134 kB Progress (5): 1.0/1.1 MB | 766 kB | 326 kB | 233/284 kB | 114/134 kB Progress (5): 1.0/1.1 MB | 766 kB | 326 kB | 237/284 kB | 114/134 kB Progress (5): 1.0/1.1 MB | 766 kB | 326 kB | 241/284 kB | 114/134 kB Progress (5): 1.0/1.1 MB | 766 kB | 326 kB | 245/284 kB | 114/134 kB Progress (5): 1.0/1.1 MB | 766 kB | 326 kB | 249/284 kB | 114/134 kB Progress (5): 1.0/1.1 MB | 766 kB | 326 kB | 254/284 kB | 114/134 kB Progress (5): 1.0/1.1 MB | 766 kB | 326 kB | 258/284 kB | 114/134 kB Progress (5): 1.0/1.1 MB | 766 kB | 326 kB | 262/284 kB | 114/134 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/httpcomponents/httpclient/4.5.5/httpclient-4.5.5.jar (766 kB at 18 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/sun/jersey/jersey-core/1.19/jersey-core-1.19.jar +Progress (4): 1.0/1.1 MB | 326 kB | 266/284 kB | 114/134 kB Progress (4): 1.0/1.1 MB | 326 kB | 270/284 kB | 114/134 kB Progress (4): 1.0/1.1 MB | 326 kB | 274/284 kB | 114/134 kB Progress (4): 1.0/1.1 MB | 326 kB | 278/284 kB | 114/134 kB Progress (4): 1.0/1.1 MB | 326 kB | 282/284 kB | 114/134 kB Progress (4): 1.0/1.1 MB | 326 kB | 284 kB | 114/134 kB Progress (4): 1.0/1.1 MB | 326 kB | 284 kB | 114/134 kB Progress (4): 1.0/1.1 MB | 326 kB | 284 kB | 114/134 kB Progress (4): 1.0/1.1 MB | 326 kB | 284 kB | 114/134 kB Progress (4): 1.0/1.1 MB | 326 kB | 284 kB | 114/134 kB Progress (4): 1.0/1.1 MB | 326 kB | 284 kB | 114/134 kB Progress (4): 1.0/1.1 MB | 326 kB | 284 kB | 114/134 kB Progress (4): 1.1/1.1 MB | 326 kB | 284 kB | 114/134 kB Progress (4): 1.1/1.1 MB | 326 kB | 284 kB | 114/134 kB Progress (4): 1.1/1.1 MB | 326 kB | 284 kB | 114/134 kB Progress (4): 1.1/1.1 MB | 326 kB | 284 kB | 114/134 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/httpcomponents/httpcore/4.4.9/httpcore-4.4.9.jar (326 kB at 7.5 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar +Progress (3): 1.1/1.1 MB | 284 kB | 114/134 kB Progress (3): 1.1/1.1 MB | 284 kB | 114/134 kB Progress (3): 1.1/1.1 MB | 284 kB | 114/134 kB Progress (3): 1.1/1.1 MB | 284 kB | 114/134 kB Progress (3): 1.1 MB | 284 kB | 114/134 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/commons-codec/commons-codec/1.10/commons-codec-1.10.jar (284 kB at 6.5 kB/s) +Progress (3): 1.1 MB | 114/134 kB | 4.1/437 kB Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/sun/jersey/jersey-json/1.19/jersey-json-1.19.jar +Progress (3): 1.1 MB | 114/134 kB | 7.8/437 kB Progress (3): 1.1 MB | 114/134 kB | 12/437 kB Progress (3): 1.1 MB | 114/134 kB | 16/437 kB Progress (3): 1.1 MB | 114/134 kB | 20/437 kB Progress (3): 1.1 MB | 114/134 kB | 24/437 kB Progress (3): 1.1 MB | 114/134 kB | 28/437 kB Progress (3): 1.1 MB | 114/134 kB | 32/437 kB Progress (3): 1.1 MB | 114/134 kB | 36/437 kB Progress (3): 1.1 MB | 114/134 kB | 41/437 kB Progress (3): 1.1 MB | 114/134 kB | 45/437 kB Progress (3): 1.1 MB | 114/134 kB | 49/437 kB Progress (3): 1.1 MB | 114/134 kB | 53/437 kB Progress (3): 1.1 MB | 114/134 kB | 57/437 kB Progress (3): 1.1 MB | 114/134 kB | 61/437 kB Progress (3): 1.1 MB | 114/134 kB | 65/437 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/springframework/spring-core/4.3.8.RELEASE/spring-core-4.3.8.RELEASE.jar (1.1 MB at 26 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/codehaus/jettison/jettison/1.1/jettison-1.1.jar +Progress (3): 114/134 kB | 65/437 kB | 4.1/46 kB Progress (3): 114/134 kB | 65/437 kB | 7.8/46 kB Progress (3): 114/134 kB | 65/437 kB | 12/46 kB Progress (3): 114/134 kB | 65/437 kB | 16/46 kB Progress (3): 114/134 kB | 65/437 kB | 20/46 kB Progress (3): 114/134 kB | 65/437 kB | 24/46 kB Progress (3): 114/134 kB | 65/437 kB | 28/46 kB Progress (3): 114/134 kB | 65/437 kB | 32/46 kB Progress (3): 114/134 kB | 65/437 kB | 36/46 kB Progress (3): 114/134 kB | 65/437 kB | 41/46 kB Progress (3): 114/134 kB | 69/437 kB | 41/46 kB Progress (3): 114/134 kB | 73/437 kB | 41/46 kB Progress (3): 114/134 kB | 77/437 kB | 41/46 kB Progress (3): 114/134 kB | 82/437 kB | 41/46 kB Progress (3): 114/134 kB | 86/437 kB | 41/46 kB Progress (3): 114/134 kB | 90/437 kB | 41/46 kB Progress (3): 114/134 kB | 94/437 kB | 41/46 kB Progress (3): 114/134 kB | 98/437 kB | 41/46 kB Progress (3): 114/134 kB | 102/437 kB | 41/46 kB Progress (3): 114/134 kB | 106/437 kB | 41/46 kB Progress (3): 114/134 kB | 110/437 kB | 41/46 kB Progress (3): 114/134 kB | 114/437 kB | 41/46 kB Progress (3): 114/134 kB | 118/437 kB | 41/46 kB Progress (3): 114/134 kB | 122/437 kB | 41/46 kB Progress (3): 114/134 kB | 127/437 kB | 41/46 kB Progress (3): 114/134 kB | 131/437 kB | 41/46 kB Progress (3): 114/134 kB | 135/437 kB | 41/46 kB Progress (3): 114/134 kB | 139/437 kB | 41/46 kB Progress (3): 114/134 kB | 143/437 kB | 41/46 kB Progress (3): 114/134 kB | 147/437 kB | 41/46 kB Progress (3): 114/134 kB | 147/437 kB | 45/46 kB Progress (3): 114/134 kB | 147/437 kB | 46 kB Progress (4): 114/134 kB | 147/437 kB | 46 kB | 4.1/165 kB Progress (4): 114/134 kB | 147/437 kB | 46 kB | 7.8/165 kB Progress (4): 114/134 kB | 147/437 kB | 46 kB | 12/165 kB Progress (4): 114/134 kB | 147/437 kB | 46 kB | 16/165 kB Progress (4): 114/134 kB | 151/437 kB | 46 kB | 16/165 kB Progress (4): 114/134 kB | 155/437 kB | 46 kB | 16/165 kB Progress (4): 114/134 kB | 159/437 kB | 46 kB | 16/165 kB Progress (4): 114/134 kB | 163/437 kB | 46 kB | 16/165 kB Progress (4): 114/134 kB | 168/437 kB | 46 kB | 16/165 kB Progress (4): 114/134 kB | 172/437 kB | 46 kB | 16/165 kB Progress (4): 114/134 kB | 176/437 kB | 46 kB | 16/165 kB Progress (4): 114/134 kB | 180/437 kB | 46 kB | 16/165 kB Progress (4): 114/134 kB | 184/437 kB | 46 kB | 16/165 kB Progress (4): 114/134 kB | 188/437 kB | 46 kB | 16/165 kB Progress (4): 114/134 kB | 192/437 kB | 46 kB | 16/165 kB Progress (4): 114/134 kB | 196/437 kB | 46 kB | 16/165 kB Progress (4): 114/134 kB | 200/437 kB | 46 kB | 16/165 kB Progress (4): 114/134 kB | 204/437 kB | 46 kB | 16/165 kB Progress (4): 114/134 kB | 208/437 kB | 46 kB | 16/165 kB Progress (4): 114/134 kB | 213/437 kB | 46 kB | 16/165 kB Progress (4): 114/134 kB | 217/437 kB | 46 kB | 16/165 kB Progress (4): 114/134 kB | 221/437 kB | 46 kB | 16/165 kB Progress (4): 114/134 kB | 225/437 kB | 46 kB | 16/165 kB Progress (4): 114/134 kB | 229/437 kB | 46 kB | 16/165 kB Progress (4): 114/134 kB | 233/437 kB | 46 kB | 16/165 kB Progress (4): 114/134 kB | 237/437 kB | 46 kB | 16/165 kB Progress (4): 114/134 kB | 241/437 kB | 46 kB | 16/165 kB Progress (4): 114/134 kB | 245/437 kB | 46 kB | 16/165 kB Progress (4): 114/134 kB | 245/437 kB | 46 kB | 20/165 kB Progress (4): 114/134 kB | 245/437 kB | 46 kB | 24/165 kB Progress (4): 114/134 kB | 245/437 kB | 46 kB | 28/165 kB Progress (4): 114/134 kB | 245/437 kB | 46 kB | 32/165 kB Progress (4): 114/134 kB | 245/437 kB | 46 kB | 36/165 kB Progress (4): 114/134 kB | 245/437 kB | 46 kB | 41/165 kB Progress (4): 118/134 kB | 245/437 kB | 46 kB | 41/165 kB Progress (4): 122/134 kB | 245/437 kB | 46 kB | 41/165 kB Progress (4): 127/134 kB | 245/437 kB | 46 kB | 41/165 kB Progress (4): 131/134 kB | 245/437 kB | 46 kB | 41/165 kB Progress (5): 131/134 kB | 245/437 kB | 46 kB | 41/165 kB | 4.1/68 kB Progress (5): 131/134 kB | 245/437 kB | 46 kB | 41/165 kB | 7.8/68 kB Progress (5): 131/134 kB | 245/437 kB | 46 kB | 41/165 kB | 12/68 kB Progress (5): 131/134 kB | 245/437 kB | 46 kB | 41/165 kB | 16/68 kB Progress (5): 131/134 kB | 245/437 kB | 46 kB | 41/165 kB | 20/68 kB Progress (5): 131/134 kB | 245/437 kB | 46 kB | 41/165 kB | 24/68 kB Progress (5): 131/134 kB | 245/437 kB | 46 kB | 41/165 kB | 28/68 kB Progress (5): 131/134 kB | 245/437 kB | 46 kB | 41/165 kB | 32/68 kB Progress (5): 131/134 kB | 245/437 kB | 46 kB | 41/165 kB | 36/68 kB Progress (5): 131/134 kB | 245/437 kB | 46 kB | 41/165 kB | 41/68 kB Progress (5): 131/134 kB | 245/437 kB | 46 kB | 41/165 kB | 45/68 kB Progress (5): 131/134 kB | 245/437 kB | 46 kB | 41/165 kB | 49/68 kB Progress (5): 131/134 kB | 245/437 kB | 46 kB | 41/165 kB | 53/68 kB Progress (5): 131/134 kB | 245/437 kB | 46 kB | 41/165 kB | 57/68 kB Progress (5): 131/134 kB | 245/437 kB | 46 kB | 41/165 kB | 61/68 kB Progress (5): 131/134 kB | 245/437 kB | 46 kB | 41/165 kB | 65/68 kB Progress (5): 131/134 kB | 245/437 kB | 46 kB | 41/165 kB | 68 kB Progress (5): 131/134 kB | 249/437 kB | 46 kB | 41/165 kB | 68 kB Progress (5): 131/134 kB | 254/437 kB | 46 kB | 41/165 kB | 68 kB Progress (5): 131/134 kB | 256/437 kB | 46 kB | 41/165 kB | 68 kB Progress (5): 131/134 kB | 260/437 kB | 46 kB | 41/165 kB | 68 kB Progress (5): 131/134 kB | 264/437 kB | 46 kB | 41/165 kB | 68 kB Progress (5): 131/134 kB | 268/437 kB | 46 kB | 41/165 kB | 68 kB Progress (5): 131/134 kB | 272/437 kB | 46 kB | 41/165 kB | 68 kB Progress (5): 131/134 kB | 276/437 kB | 46 kB | 41/165 kB | 68 kB Progress (5): 131/134 kB | 280/437 kB | 46 kB | 41/165 kB | 68 kB Progress (5): 131/134 kB | 284/437 kB | 46 kB | 41/165 kB | 68 kB Progress (5): 131/134 kB | 288/437 kB | 46 kB | 41/165 kB | 68 kB Progress (5): 131/134 kB | 293/437 kB | 46 kB | 41/165 kB | 68 kB Progress (5): 131/134 kB | 297/437 kB | 46 kB | 41/165 kB | 68 kB Progress (5): 131/134 kB | 301/437 kB | 46 kB | 41/165 kB | 68 kB Progress (5): 131/134 kB | 305/437 kB | 46 kB | 41/165 kB | 68 kB Progress (5): 131/134 kB | 309/437 kB | 46 kB | 41/165 kB | 68 kB Progress (5): 131/134 kB | 313/437 kB | 46 kB | 41/165 kB | 68 kB Progress (5): 131/134 kB | 317/437 kB | 46 kB | 41/165 kB | 68 kB Progress (5): 131/134 kB | 321/437 kB | 46 kB | 41/165 kB | 68 kB Progress (5): 131/134 kB | 325/437 kB | 46 kB | 41/165 kB | 68 kB Progress (5): 131/134 kB | 329/437 kB | 46 kB | 41/165 kB | 68 kB Progress (5): 131/134 kB | 333/437 kB | 46 kB | 41/165 kB | 68 kB Progress (5): 131/134 kB | 338/437 kB | 46 kB | 41/165 kB | 68 kB Progress (5): 131/134 kB | 342/437 kB | 46 kB | 41/165 kB | 68 kB Progress (5): 131/134 kB | 346/437 kB | 46 kB | 41/165 kB | 68 kB Progress (5): 131/134 kB | 350/437 kB | 46 kB | 41/165 kB | 68 kB Progress (5): 131/134 kB | 354/437 kB | 46 kB | 41/165 kB | 68 kB Progress (5): 131/134 kB | 354/437 kB | 46 kB | 45/165 kB | 68 kB Progress (5): 131/134 kB | 354/437 kB | 46 kB | 49/165 kB | 68 kB Progress (5): 131/134 kB | 354/437 kB | 46 kB | 53/165 kB | 68 kB Progress (5): 131/134 kB | 354/437 kB | 46 kB | 57/165 kB | 68 kB Progress (5): 131/134 kB | 354/437 kB | 46 kB | 61/165 kB | 68 kB Progress (5): 131/134 kB | 354/437 kB | 46 kB | 65/165 kB | 68 kB Progress (5): 131/134 kB | 354/437 kB | 46 kB | 69/165 kB | 68 kB Progress (5): 131/134 kB | 354/437 kB | 46 kB | 73/165 kB | 68 kB Progress (5): 134 kB | 354/437 kB | 46 kB | 73/165 kB | 68 kB Progress (5): 134 kB | 354/437 kB | 46 kB | 77/165 kB | 68 kB Progress (5): 134 kB | 354/437 kB | 46 kB | 82/165 kB | 68 kB Progress (5): 134 kB | 354/437 kB | 46 kB | 86/165 kB | 68 kB Progress (5): 134 kB | 354/437 kB | 46 kB | 90/165 kB | 68 kB Progress (5): 134 kB | 354/437 kB | 46 kB | 94/165 kB | 68 kB Progress (5): 134 kB | 354/437 kB | 46 kB | 98/165 kB | 68 kB Progress (5): 134 kB | 354/437 kB | 46 kB | 102/165 kB | 68 kB Progress (5): 134 kB | 354/437 kB | 46 kB | 106/165 kB | 68 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar (46 kB at 1.0 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/sun/xml/bind/jaxb-impl/2.2.3-1/jaxb-impl-2.2.3-1.jar +Progress (4): 134 kB | 358/437 kB | 106/165 kB | 68 kB Progress (4): 134 kB | 362/437 kB | 106/165 kB | 68 kB Progress (4): 134 kB | 366/437 kB | 106/165 kB | 68 kB Progress (4): 134 kB | 370/437 kB | 106/165 kB | 68 kB Progress (4): 134 kB | 374/437 kB | 106/165 kB | 68 kB Progress (4): 134 kB | 379/437 kB | 106/165 kB | 68 kB Progress (4): 134 kB | 383/437 kB | 106/165 kB | 68 kB Progress (4): 134 kB | 387/437 kB | 106/165 kB | 68 kB Progress (4): 134 kB | 391/437 kB | 106/165 kB | 68 kB Progress (4): 134 kB | 395/437 kB | 106/165 kB | 68 kB Progress (4): 134 kB | 399/437 kB | 106/165 kB | 68 kB Progress (4): 134 kB | 403/437 kB | 106/165 kB | 68 kB Progress (4): 134 kB | 407/437 kB | 106/165 kB | 68 kB Progress (4): 134 kB | 411/437 kB | 106/165 kB | 68 kB Progress (4): 134 kB | 415/437 kB | 106/165 kB | 68 kB Progress (4): 134 kB | 419/437 kB | 106/165 kB | 68 kB Progress (4): 134 kB | 424/437 kB | 106/165 kB | 68 kB Progress (4): 134 kB | 428/437 kB | 106/165 kB | 68 kB Progress (4): 134 kB | 432/437 kB | 106/165 kB | 68 kB Progress (4): 134 kB | 436/437 kB | 106/165 kB | 68 kB Progress (4): 134 kB | 437 kB | 106/165 kB | 68 kB Progress (4): 134 kB | 437 kB | 110/165 kB | 68 kB Progress (4): 134 kB | 437 kB | 114/165 kB | 68 kB Progress (4): 134 kB | 437 kB | 118/165 kB | 68 kB Progress (4): 134 kB | 437 kB | 122/165 kB | 68 kB Progress (4): 134 kB | 437 kB | 127/165 kB | 68 kB Progress (4): 134 kB | 437 kB | 131/165 kB | 68 kB Progress (4): 134 kB | 437 kB | 135/165 kB | 68 kB Progress (4): 134 kB | 437 kB | 139/165 kB | 68 kB Progress (4): 134 kB | 437 kB | 143/165 kB | 68 kB Progress (4): 134 kB | 437 kB | 147/165 kB | 68 kB Progress (4): 134 kB | 437 kB | 151/165 kB | 68 kB Progress (4): 134 kB | 437 kB | 155/165 kB | 68 kB Progress (4): 134 kB | 437 kB | 159/165 kB | 68 kB Progress (4): 134 kB | 437 kB | 163/165 kB | 68 kB Progress (4): 134 kB | 437 kB | 165 kB | 68 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/codehaus/jettison/jettison/1.1/jettison-1.1.jar (68 kB at 1.5 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/javax/xml/bind/jaxb-api/2.2.2/jaxb-api-2.2.2.jar +Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/sun/jersey/jersey-client/1.19/jersey-client-1.19.jar (134 kB at 3.0 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar +Progress (3): 437 kB | 165 kB | 7.8/890 kB Progress (3): 437 kB | 165 kB | 16/890 kB Progress (3): 437 kB | 165 kB | 24/890 kB Progress (3): 437 kB | 165 kB | 32/890 kB Progress (3): 437 kB | 165 kB | 41/890 kB Progress (3): 437 kB | 165 kB | 49/890 kB Progress (3): 437 kB | 165 kB | 57/890 kB Progress (3): 437 kB | 165 kB | 65/890 kB Progress (3): 437 kB | 165 kB | 73/890 kB Progress (3): 437 kB | 165 kB | 82/890 kB Progress (3): 437 kB | 165 kB | 90/890 kB Progress (3): 437 kB | 165 kB | 98/890 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/sun/jersey/jersey-core/1.19/jersey-core-1.19.jar (437 kB at 9.7 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/codehaus/jackson/jackson-core-asl/1.9.2/jackson-core-asl-1.9.2.jar +Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/sun/jersey/jersey-json/1.19/jersey-json-1.19.jar (165 kB at 3.7 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/codehaus/jackson/jackson-mapper-asl/1.9.2/jackson-mapper-asl-1.9.2.jar +Progress (1): 106/890 kB Progress (1): 114/890 kB Progress (1): 122/890 kB Progress (1): 131/890 kB Progress (1): 139/890 kB Progress (1): 147/890 kB Progress (1): 155/890 kB Progress (1): 163/890 kB Progress (1): 172/890 kB Progress (1): 180/890 kB Progress (1): 188/890 kB Progress (1): 196/890 kB Progress (1): 204/890 kB Progress (1): 213/890 kB Progress (2): 213/890 kB | 4.1/105 kB Progress (2): 213/890 kB | 7.8/105 kB Progress (2): 213/890 kB | 12/105 kB Progress (2): 213/890 kB | 16/105 kB Progress (2): 213/890 kB | 20/105 kB Progress (2): 213/890 kB | 24/105 kB Progress (2): 213/890 kB | 28/105 kB Progress (2): 213/890 kB | 32/105 kB Progress (2): 213/890 kB | 36/105 kB Progress (2): 213/890 kB | 41/105 kB Progress (2): 213/890 kB | 45/105 kB Progress (2): 213/890 kB | 49/105 kB Progress (2): 213/890 kB | 53/105 kB Progress (2): 213/890 kB | 57/105 kB Progress (2): 213/890 kB | 61/105 kB Progress (2): 213/890 kB | 65/105 kB Progress (2): 213/890 kB | 69/105 kB Progress (2): 213/890 kB | 73/105 kB Progress (2): 213/890 kB | 77/105 kB Progress (2): 213/890 kB | 82/105 kB Progress (3): 213/890 kB | 82/105 kB | 4.1/23 kB Progress (3): 213/890 kB | 82/105 kB | 7.8/23 kB Progress (3): 213/890 kB | 82/105 kB | 12/23 kB Progress (3): 213/890 kB | 82/105 kB | 16/23 kB Progress (3): 213/890 kB | 82/105 kB | 20/23 kB Progress (3): 213/890 kB | 82/105 kB | 23 kB Progress (3): 221/890 kB | 82/105 kB | 23 kB Progress (3): 229/890 kB | 82/105 kB | 23 kB Progress (3): 237/890 kB | 82/105 kB | 23 kB Progress (3): 245/890 kB | 82/105 kB | 23 kB Progress (3): 254/890 kB | 82/105 kB | 23 kB Progress (3): 262/890 kB | 82/105 kB | 23 kB Progress (3): 270/890 kB | 82/105 kB | 23 kB Progress (3): 278/890 kB | 82/105 kB | 23 kB Progress (3): 286/890 kB | 82/105 kB | 23 kB Progress (3): 295/890 kB | 82/105 kB | 23 kB Progress (3): 303/890 kB | 82/105 kB | 23 kB Progress (3): 311/890 kB | 82/105 kB | 23 kB Progress (3): 319/890 kB | 82/105 kB | 23 kB Progress (3): 327/890 kB | 82/105 kB | 23 kB Progress (3): 327/890 kB | 86/105 kB | 23 kB Progress (3): 327/890 kB | 90/105 kB | 23 kB Progress (3): 327/890 kB | 94/105 kB | 23 kB Progress (3): 327/890 kB | 98/105 kB | 23 kB Progress (3): 327/890 kB | 102/105 kB | 23 kB Progress (3): 327/890 kB | 105 kB | 23 kB Progress (3): 335/890 kB | 105 kB | 23 kB Progress (3): 344/890 kB | 105 kB | 23 kB Progress (3): 352/890 kB | 105 kB | 23 kB Progress (3): 360/890 kB | 105 kB | 23 kB Progress (3): 368/890 kB | 105 kB | 23 kB Progress (3): 376/890 kB | 105 kB | 23 kB Progress (3): 385/890 kB | 105 kB | 23 kB Progress (3): 393/890 kB | 105 kB | 23 kB Progress (3): 401/890 kB | 105 kB | 23 kB Progress (3): 409/890 kB | 105 kB | 23 kB Progress (4): 409/890 kB | 105 kB | 23 kB | 4.1/228 kB Progress (4): 409/890 kB | 105 kB | 23 kB | 7.8/228 kB Progress (4): 409/890 kB | 105 kB | 23 kB | 12/228 kB Progress (4): 409/890 kB | 105 kB | 23 kB | 16/228 kB Progress (4): 417/890 kB | 105 kB | 23 kB | 16/228 kB Progress (4): 426/890 kB | 105 kB | 23 kB | 16/228 kB Progress (4): 434/890 kB | 105 kB | 23 kB | 16/228 kB Progress (4): 442/890 kB | 105 kB | 23 kB | 16/228 kB Progress (4): 450/890 kB | 105 kB | 23 kB | 16/228 kB Progress (4): 458/890 kB | 105 kB | 23 kB | 16/228 kB Progress (4): 467/890 kB | 105 kB | 23 kB | 16/228 kB Progress (4): 475/890 kB | 105 kB | 23 kB | 16/228 kB Progress (4): 483/890 kB | 105 kB | 23 kB | 16/228 kB Progress (4): 491/890 kB | 105 kB | 23 kB | 16/228 kB Progress (4): 499/890 kB | 105 kB | 23 kB | 16/228 kB Progress (4): 508/890 kB | 105 kB | 23 kB | 16/228 kB Progress (4): 516/890 kB | 105 kB | 23 kB | 16/228 kB Progress (4): 524/890 kB | 105 kB | 23 kB | 16/228 kB Progress (4): 524/890 kB | 105 kB | 23 kB | 20/228 kB Progress (4): 524/890 kB | 105 kB | 23 kB | 24/228 kB Progress (4): 524/890 kB | 105 kB | 23 kB | 28/228 kB Progress (4): 524/890 kB | 105 kB | 23 kB | 32/228 kB Progress (4): 524/890 kB | 105 kB | 23 kB | 36/228 kB Progress (4): 524/890 kB | 105 kB | 23 kB | 41/228 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar (23 kB at 511 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/codehaus/jackson/jackson-jaxrs/1.9.2/jackson-jaxrs-1.9.2.jar +Progress (3): 532/890 kB | 105 kB | 41/228 kB Progress (3): 540/890 kB | 105 kB | 41/228 kB Progress (4): 540/890 kB | 105 kB | 41/228 kB | 4.1/766 kB Progress (4): 540/890 kB | 105 kB | 41/228 kB | 7.8/766 kB Progress (4): 540/890 kB | 105 kB | 41/228 kB | 12/766 kB Progress (4): 540/890 kB | 105 kB | 41/228 kB | 16/766 kB Progress (4): 540/890 kB | 105 kB | 41/228 kB | 20/766 kB Progress (4): 540/890 kB | 105 kB | 41/228 kB | 24/766 kB Progress (4): 540/890 kB | 105 kB | 41/228 kB | 28/766 kB Progress (4): 540/890 kB | 105 kB | 41/228 kB | 32/766 kB Progress (4): 540/890 kB | 105 kB | 41/228 kB | 36/766 kB Progress (4): 540/890 kB | 105 kB | 41/228 kB | 41/766 kB Progress (4): 548/890 kB | 105 kB | 41/228 kB | 41/766 kB Progress (4): 557/890 kB | 105 kB | 41/228 kB | 41/766 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/javax/xml/bind/jaxb-api/2.2.2/jaxb-api-2.2.2.jar (105 kB at 2.3 kB/s) +Progress (3): 565/890 kB | 41/228 kB | 41/766 kB Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/codehaus/jackson/jackson-xc/1.9.2/jackson-xc-1.9.2.jar +Progress (3): 573/890 kB | 41/228 kB | 41/766 kB Progress (3): 581/890 kB | 41/228 kB | 41/766 kB Progress (3): 589/890 kB | 41/228 kB | 41/766 kB Progress (3): 598/890 kB | 41/228 kB | 41/766 kB Progress (3): 606/890 kB | 41/228 kB | 41/766 kB Progress (3): 614/890 kB | 41/228 kB | 41/766 kB Progress (3): 622/890 kB | 41/228 kB | 41/766 kB Progress (3): 622/890 kB | 45/228 kB | 41/766 kB Progress (3): 622/890 kB | 49/228 kB | 41/766 kB Progress (3): 630/890 kB | 49/228 kB | 41/766 kB Progress (3): 630/890 kB | 53/228 kB | 41/766 kB Progress (3): 639/890 kB | 53/228 kB | 41/766 kB Progress (3): 639/890 kB | 57/228 kB | 41/766 kB Progress (3): 639/890 kB | 61/228 kB | 41/766 kB Progress (3): 639/890 kB | 65/228 kB | 41/766 kB Progress (3): 639/890 kB | 69/228 kB | 41/766 kB Progress (3): 639/890 kB | 73/228 kB | 41/766 kB Progress (3): 639/890 kB | 77/228 kB | 41/766 kB Progress (3): 639/890 kB | 82/228 kB | 41/766 kB Progress (3): 639/890 kB | 86/228 kB | 41/766 kB Progress (3): 639/890 kB | 90/228 kB | 41/766 kB Progress (3): 639/890 kB | 94/228 kB | 41/766 kB Progress (3): 639/890 kB | 98/228 kB | 41/766 kB Progress (3): 639/890 kB | 102/228 kB | 41/766 kB Progress (3): 639/890 kB | 106/228 kB | 41/766 kB Progress (3): 647/890 kB | 106/228 kB | 41/766 kB Progress (3): 655/890 kB | 106/228 kB | 41/766 kB Progress (3): 655/890 kB | 106/228 kB | 45/766 kB Progress (3): 655/890 kB | 106/228 kB | 49/766 kB Progress (3): 655/890 kB | 106/228 kB | 53/766 kB Progress (3): 655/890 kB | 106/228 kB | 57/766 kB Progress (3): 655/890 kB | 106/228 kB | 61/766 kB Progress (3): 655/890 kB | 106/228 kB | 65/766 kB Progress (3): 655/890 kB | 106/228 kB | 69/766 kB Progress (3): 655/890 kB | 106/228 kB | 73/766 kB Progress (3): 655/890 kB | 106/228 kB | 77/766 kB Progress (3): 655/890 kB | 106/228 kB | 82/766 kB Progress (3): 655/890 kB | 106/228 kB | 86/766 kB Progress (3): 655/890 kB | 106/228 kB | 90/766 kB Progress (3): 655/890 kB | 106/228 kB | 94/766 kB Progress (3): 655/890 kB | 106/228 kB | 98/766 kB Progress (3): 655/890 kB | 106/228 kB | 102/766 kB Progress (3): 655/890 kB | 106/228 kB | 106/766 kB Progress (3): 663/890 kB | 106/228 kB | 106/766 kB Progress (3): 671/890 kB | 106/228 kB | 106/766 kB Progress (3): 680/890 kB | 106/228 kB | 106/766 kB Progress (3): 688/890 kB | 106/228 kB | 106/766 kB Progress (3): 696/890 kB | 106/228 kB | 106/766 kB Progress (3): 704/890 kB | 106/228 kB | 106/766 kB Progress (3): 712/890 kB | 106/228 kB | 106/766 kB Progress (3): 720/890 kB | 106/228 kB | 106/766 kB Progress (3): 729/890 kB | 106/228 kB | 106/766 kB Progress (3): 737/890 kB | 106/228 kB | 106/766 kB Progress (3): 745/890 kB | 106/228 kB | 106/766 kB Progress (3): 753/890 kB | 106/228 kB | 106/766 kB Progress (3): 753/890 kB | 110/228 kB | 106/766 kB Progress (3): 753/890 kB | 114/228 kB | 106/766 kB Progress (3): 753/890 kB | 118/228 kB | 106/766 kB Progress (3): 753/890 kB | 122/228 kB | 106/766 kB Progress (3): 761/890 kB | 122/228 kB | 106/766 kB Progress (3): 770/890 kB | 122/228 kB | 106/766 kB Progress (3): 770/890 kB | 127/228 kB | 106/766 kB Progress (3): 770/890 kB | 131/228 kB | 106/766 kB Progress (3): 770/890 kB | 135/228 kB | 106/766 kB Progress (3): 770/890 kB | 139/228 kB | 106/766 kB Progress (3): 770/890 kB | 143/228 kB | 106/766 kB Progress (3): 770/890 kB | 147/228 kB | 106/766 kB Progress (3): 770/890 kB | 151/228 kB | 106/766 kB Progress (3): 770/890 kB | 155/228 kB | 106/766 kB Progress (3): 770/890 kB | 159/228 kB | 106/766 kB Progress (3): 770/890 kB | 163/228 kB | 106/766 kB Progress (3): 770/890 kB | 168/228 kB | 106/766 kB Progress (3): 770/890 kB | 172/228 kB | 106/766 kB Progress (3): 770/890 kB | 176/228 kB | 106/766 kB Progress (3): 770/890 kB | 180/228 kB | 106/766 kB Progress (3): 770/890 kB | 184/228 kB | 106/766 kB Progress (3): 770/890 kB | 188/228 kB | 106/766 kB Progress (3): 778/890 kB | 188/228 kB | 106/766 kB Progress (3): 786/890 kB | 188/228 kB | 106/766 kB Progress (3): 786/890 kB | 188/228 kB | 110/766 kB Progress (3): 786/890 kB | 188/228 kB | 114/766 kB Progress (3): 786/890 kB | 188/228 kB | 118/766 kB Progress (3): 786/890 kB | 188/228 kB | 122/766 kB Progress (3): 786/890 kB | 188/228 kB | 127/766 kB Progress (3): 786/890 kB | 188/228 kB | 131/766 kB Progress (3): 786/890 kB | 188/228 kB | 135/766 kB Progress (3): 786/890 kB | 188/228 kB | 139/766 kB Progress (3): 786/890 kB | 188/228 kB | 143/766 kB Progress (3): 786/890 kB | 188/228 kB | 147/766 kB Progress (3): 786/890 kB | 188/228 kB | 151/766 kB Progress (3): 786/890 kB | 188/228 kB | 155/766 kB Progress (3): 786/890 kB | 188/228 kB | 159/766 kB Progress (3): 786/890 kB | 188/228 kB | 163/766 kB Progress (3): 786/890 kB | 188/228 kB | 168/766 kB Progress (3): 786/890 kB | 188/228 kB | 172/766 kB Progress (3): 786/890 kB | 188/228 kB | 176/766 kB Progress (3): 786/890 kB | 188/228 kB | 180/766 kB Progress (3): 786/890 kB | 188/228 kB | 184/766 kB Progress (3): 786/890 kB | 188/228 kB | 188/766 kB Progress (3): 786/890 kB | 188/228 kB | 192/766 kB Progress (3): 786/890 kB | 188/228 kB | 196/766 kB Progress (3): 786/890 kB | 188/228 kB | 200/766 kB Progress (3): 786/890 kB | 188/228 kB | 204/766 kB Progress (3): 794/890 kB | 188/228 kB | 204/766 kB Progress (3): 802/890 kB | 188/228 kB | 204/766 kB Progress (3): 811/890 kB | 188/228 kB | 204/766 kB Progress (3): 819/890 kB | 188/228 kB | 204/766 kB Progress (4): 819/890 kB | 188/228 kB | 204/766 kB | 4.1/18 kB Progress (4): 819/890 kB | 188/228 kB | 204/766 kB | 7.8/18 kB Progress (4): 819/890 kB | 188/228 kB | 204/766 kB | 12/18 kB Progress (4): 819/890 kB | 188/228 kB | 204/766 kB | 16/18 kB Progress (4): 819/890 kB | 188/228 kB | 204/766 kB | 18 kB Progress (4): 827/890 kB | 188/228 kB | 204/766 kB | 18 kB Progress (4): 835/890 kB | 188/228 kB | 204/766 kB | 18 kB Progress (4): 843/890 kB | 188/228 kB | 204/766 kB | 18 kB Progress (4): 852/890 kB | 188/228 kB | 204/766 kB | 18 kB Progress (4): 860/890 kB | 188/228 kB | 204/766 kB | 18 kB Progress (4): 868/890 kB | 188/228 kB | 204/766 kB | 18 kB Progress (4): 876/890 kB | 188/228 kB | 204/766 kB | 18 kB Progress (4): 884/890 kB | 188/228 kB | 204/766 kB | 18 kB Progress (4): 890 kB | 188/228 kB | 204/766 kB | 18 kB Progress (4): 890 kB | 192/228 kB | 204/766 kB | 18 kB Progress (4): 890 kB | 196/228 kB | 204/766 kB | 18 kB Progress (4): 890 kB | 200/228 kB | 204/766 kB | 18 kB Progress (4): 890 kB | 204/228 kB | 204/766 kB | 18 kB Progress (4): 890 kB | 208/228 kB | 204/766 kB | 18 kB Progress (4): 890 kB | 213/228 kB | 204/766 kB | 18 kB Progress (4): 890 kB | 217/228 kB | 204/766 kB | 18 kB Progress (4): 890 kB | 221/228 kB | 204/766 kB | 18 kB Progress (4): 890 kB | 225/228 kB | 204/766 kB | 18 kB Progress (4): 890 kB | 228 kB | 204/766 kB | 18 kB Progress (5): 890 kB | 228 kB | 204/766 kB | 18 kB | 4.1/27 kB Progress (5): 890 kB | 228 kB | 204/766 kB | 18 kB | 7.8/27 kB Progress (5): 890 kB | 228 kB | 204/766 kB | 18 kB | 12/27 kB Progress (5): 890 kB | 228 kB | 204/766 kB | 18 kB | 16/27 kB Progress (5): 890 kB | 228 kB | 204/766 kB | 18 kB | 20/27 kB Progress (5): 890 kB | 228 kB | 204/766 kB | 18 kB | 24/27 kB Progress (5): 890 kB | 228 kB | 204/766 kB | 18 kB | 27 kB Progress (5): 890 kB | 228 kB | 208/766 kB | 18 kB | 27 kB Progress (5): 890 kB | 228 kB | 213/766 kB | 18 kB | 27 kB Progress (5): 890 kB | 228 kB | 217/766 kB | 18 kB | 27 kB Progress (5): 890 kB | 228 kB | 221/766 kB | 18 kB | 27 kB Progress (5): 890 kB | 228 kB | 225/766 kB | 18 kB | 27 kB Progress (5): 890 kB | 228 kB | 229/766 kB | 18 kB | 27 kB Progress (5): 890 kB | 228 kB | 233/766 kB | 18 kB | 27 kB Progress (5): 890 kB | 228 kB | 237/766 kB | 18 kB | 27 kB Progress (5): 890 kB | 228 kB | 241/766 kB | 18 kB | 27 kB Progress (5): 890 kB | 228 kB | 245/766 kB | 18 kB | 27 kB Progress (5): 890 kB | 228 kB | 249/766 kB | 18 kB | 27 kB Progress (5): 890 kB | 228 kB | 254/766 kB | 18 kB | 27 kB Progress (5): 890 kB | 228 kB | 258/766 kB | 18 kB | 27 kB Progress (5): 890 kB | 228 kB | 262/766 kB | 18 kB | 27 kB Progress (5): 890 kB | 228 kB | 266/766 kB | 18 kB | 27 kB Progress (5): 890 kB | 228 kB | 270/766 kB | 18 kB | 27 kB Progress (5): 890 kB | 228 kB | 274/766 kB | 18 kB | 27 kB Progress (5): 890 kB | 228 kB | 278/766 kB | 18 kB | 27 kB Progress (5): 890 kB | 228 kB | 282/766 kB | 18 kB | 27 kB Progress (5): 890 kB | 228 kB | 286/766 kB | 18 kB | 27 kB Progress (5): 890 kB | 228 kB | 290/766 kB | 18 kB | 27 kB Progress (5): 890 kB | 228 kB | 295/766 kB | 18 kB | 27 kB Progress (5): 890 kB | 228 kB | 299/766 kB | 18 kB | 27 kB Progress (5): 890 kB | 228 kB | 303/766 kB | 18 kB | 27 kB Progress (5): 890 kB | 228 kB | 307/766 kB | 18 kB | 27 kB Progress (5): 890 kB | 228 kB | 311/766 kB | 18 kB | 27 kB Progress (5): 890 kB | 228 kB | 315/766 kB | 18 kB | 27 kB Progress (5): 890 kB | 228 kB | 319/766 kB | 18 kB | 27 kB Progress (5): 890 kB | 228 kB | 323/766 kB | 18 kB | 27 kB Progress (5): 890 kB | 228 kB | 327/766 kB | 18 kB | 27 kB Progress (5): 890 kB | 228 kB | 331/766 kB | 18 kB | 27 kB Progress (5): 890 kB | 228 kB | 335/766 kB | 18 kB | 27 kB Progress (5): 890 kB | 228 kB | 340/766 kB | 18 kB | 27 kB Progress (5): 890 kB | 228 kB | 344/766 kB | 18 kB | 27 kB Progress (5): 890 kB | 228 kB | 348/766 kB | 18 kB | 27 kB Progress (5): 890 kB | 228 kB | 352/766 kB | 18 kB | 27 kB Progress (5): 890 kB | 228 kB | 356/766 kB | 18 kB | 27 kB Progress (5): 890 kB | 228 kB | 360/766 kB | 18 kB | 27 kB Progress (5): 890 kB | 228 kB | 364/766 kB | 18 kB | 27 kB Progress (5): 890 kB | 228 kB | 368/766 kB | 18 kB | 27 kB Progress (5): 890 kB | 228 kB | 372/766 kB | 18 kB | 27 kB Progress (5): 890 kB | 228 kB | 376/766 kB | 18 kB | 27 kB Progress (5): 890 kB | 228 kB | 381/766 kB | 18 kB | 27 kB Progress (5): 890 kB | 228 kB | 385/766 kB | 18 kB | 27 kB Progress (5): 890 kB | 228 kB | 389/766 kB | 18 kB | 27 kB Progress (5): 890 kB | 228 kB | 393/766 kB | 18 kB | 27 kB Progress (5): 890 kB | 228 kB | 397/766 kB | 18 kB | 27 kB Progress (5): 890 kB | 228 kB | 401/766 kB | 18 kB | 27 kB Progress (5): 890 kB | 228 kB | 405/766 kB | 18 kB | 27 kB Progress (5): 890 kB | 228 kB | 409/766 kB | 18 kB | 27 kB Progress (5): 890 kB | 228 kB | 413/766 kB | 18 kB | 27 kB Progress (5): 890 kB | 228 kB | 417/766 kB | 18 kB | 27 kB Progress (5): 890 kB | 228 kB | 421/766 kB | 18 kB | 27 kB Progress (5): 890 kB | 228 kB | 426/766 kB | 18 kB | 27 kB Progress (5): 890 kB | 228 kB | 430/766 kB | 18 kB | 27 kB Progress (5): 890 kB | 228 kB | 434/766 kB | 18 kB | 27 kB Progress (5): 890 kB | 228 kB | 438/766 kB | 18 kB | 27 kB Progress (5): 890 kB | 228 kB | 442/766 kB | 18 kB | 27 kB Progress (5): 890 kB | 228 kB | 446/766 kB | 18 kB | 27 kB Progress (5): 890 kB | 228 kB | 450/766 kB | 18 kB | 27 kB Progress (5): 890 kB | 228 kB | 454/766 kB | 18 kB | 27 kB Progress (5): 890 kB | 228 kB | 458/766 kB | 18 kB | 27 kB Progress (5): 890 kB | 228 kB | 462/766 kB | 18 kB | 27 kB Progress (5): 890 kB | 228 kB | 467/766 kB | 18 kB | 27 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/codehaus/jackson/jackson-jaxrs/1.9.2/jackson-jaxrs-1.9.2.jar (18 kB at 393 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/joda-time/joda-time/2.9.9/joda-time-2.9.9.jar +Progress (4): 890 kB | 228 kB | 471/766 kB | 27 kB Progress (4): 890 kB | 228 kB | 475/766 kB | 27 kB Progress (4): 890 kB | 228 kB | 479/766 kB | 27 kB Progress (4): 890 kB | 228 kB | 483/766 kB | 27 kB Progress (4): 890 kB | 228 kB | 487/766 kB | 27 kB Progress (4): 890 kB | 228 kB | 491/766 kB | 27 kB Progress (4): 890 kB | 228 kB | 495/766 kB | 27 kB Progress (4): 890 kB | 228 kB | 499/766 kB | 27 kB Progress (4): 890 kB | 228 kB | 503/766 kB | 27 kB Progress (4): 890 kB | 228 kB | 508/766 kB | 27 kB Progress (4): 890 kB | 228 kB | 512/766 kB | 27 kB Progress (4): 890 kB | 228 kB | 516/766 kB | 27 kB Progress (4): 890 kB | 228 kB | 520/766 kB | 27 kB Progress (4): 890 kB | 228 kB | 524/766 kB | 27 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/sun/xml/bind/jaxb-impl/2.2.3-1/jaxb-impl-2.2.3-1.jar (890 kB at 19 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/atlassian/sal/sal-api/3.0.7/sal-api-3.0.7.jar +Progress (3): 228 kB | 528/766 kB | 27 kB Progress (3): 228 kB | 532/766 kB | 27 kB Progress (3): 228 kB | 536/766 kB | 27 kB Progress (3): 228 kB | 540/766 kB | 27 kB Progress (3): 228 kB | 544/766 kB | 27 kB Progress (3): 228 kB | 548/766 kB | 27 kB Progress (3): 228 kB | 553/766 kB | 27 kB Progress (3): 228 kB | 557/766 kB | 27 kB Progress (3): 228 kB | 561/766 kB | 27 kB Progress (3): 228 kB | 565/766 kB | 27 kB Progress (3): 228 kB | 569/766 kB | 27 kB Progress (3): 228 kB | 573/766 kB | 27 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/codehaus/jackson/jackson-xc/1.9.2/jackson-xc-1.9.2.jar (27 kB at 580 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/atlassian/event/atlassian-event/3.0.0/atlassian-event-3.0.0.jar +Progress (2): 228 kB | 577/766 kB Progress (2): 228 kB | 581/766 kB Progress (2): 228 kB | 585/766 kB Progress (2): 228 kB | 589/766 kB Progress (2): 228 kB | 594/766 kB Progress (2): 228 kB | 598/766 kB Progress (2): 228 kB | 602/766 kB Progress (2): 228 kB | 606/766 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/codehaus/jackson/jackson-core-asl/1.9.2/jackson-core-asl-1.9.2.jar (228 kB at 4.9 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/httpcomponents/httpasyncclient-cache/4.1.3/httpasyncclient-cache-4.1.3.jar +Progress (1): 610/766 kB Progress (1): 614/766 kB Progress (1): 618/766 kB Progress (1): 622/766 kB Progress (1): 626/766 kB Progress (1): 630/766 kB Progress (1): 634/766 kB Progress (1): 639/766 kB Progress (1): 643/766 kB Progress (1): 647/766 kB Progress (1): 651/766 kB Progress (1): 655/766 kB Progress (1): 659/766 kB Progress (1): 663/766 kB Progress (1): 667/766 kB Progress (1): 671/766 kB Progress (1): 675/766 kB Progress (1): 680/766 kB Progress (1): 684/766 kB Progress (1): 688/766 kB Progress (1): 692/766 kB Progress (1): 696/766 kB Progress (1): 700/766 kB Progress (1): 704/766 kB Progress (1): 708/766 kB Progress (1): 712/766 kB Progress (1): 716/766 kB Progress (1): 720/766 kB Progress (1): 725/766 kB Progress (1): 729/766 kB Progress (1): 733/766 kB Progress (1): 737/766 kB Progress (1): 741/766 kB Progress (1): 745/766 kB Progress (1): 749/766 kB Progress (1): 753/766 kB Progress (2): 753/766 kB | 4.1/634 kB Progress (2): 753/766 kB | 7.8/634 kB Progress (2): 753/766 kB | 12/634 kB Progress (2): 753/766 kB | 16/634 kB Progress (2): 753/766 kB | 20/634 kB Progress (2): 753/766 kB | 24/634 kB Progress (2): 753/766 kB | 28/634 kB Progress (2): 753/766 kB | 32/634 kB Progress (2): 753/766 kB | 36/634 kB Progress (2): 753/766 kB | 41/634 kB Progress (2): 753/766 kB | 45/634 kB Progress (2): 753/766 kB | 49/634 kB Progress (2): 753/766 kB | 53/634 kB Progress (2): 753/766 kB | 57/634 kB Progress (2): 753/766 kB | 61/634 kB Progress (2): 753/766 kB | 65/634 kB Progress (2): 757/766 kB | 65/634 kB Progress (2): 761/766 kB | 65/634 kB Progress (2): 766/766 kB | 65/634 kB Progress (2): 766 kB | 65/634 kB Progress (3): 766 kB | 65/634 kB | 4.1/35 kB Progress (3): 766 kB | 65/634 kB | 7.8/35 kB Progress (3): 766 kB | 65/634 kB | 12/35 kB Progress (3): 766 kB | 65/634 kB | 16/35 kB Progress (3): 766 kB | 65/634 kB | 20/35 kB Progress (3): 766 kB | 65/634 kB | 24/35 kB Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/httpcomponents/httpclient-cache/4.5.3/httpclient-cache-4.5.3.jar +Progress (3): 766 kB | 69/634 kB | 24/35 kB Progress (3): 766 kB | 73/634 kB | 24/35 kB Progress (3): 766 kB | 77/634 kB | 24/35 kB Progress (3): 766 kB | 82/634 kB | 24/35 kB Progress (3): 766 kB | 86/634 kB | 24/35 kB Progress (3): 766 kB | 90/634 kB | 24/35 kB Progress (3): 766 kB | 94/634 kB | 24/35 kB Progress (3): 766 kB | 98/634 kB | 24/35 kB Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/httpcomponents/httpasyncclient/4.1.3/httpasyncclient-4.1.3.jar +Progress (3): 766 kB | 102/634 kB | 24/35 kB Progress (3): 766 kB | 106/634 kB | 24/35 kB Progress (3): 766 kB | 110/634 kB | 24/35 kB Progress (3): 766 kB | 114/634 kB | 24/35 kB Progress (3): 766 kB | 118/634 kB | 24/35 kB Progress (3): 766 kB | 122/634 kB | 24/35 kB Progress (3): 766 kB | 127/634 kB | 24/35 kB Progress (3): 766 kB | 131/634 kB | 24/35 kB Progress (3): 766 kB | 135/634 kB | 24/35 kB Progress (3): 766 kB | 139/634 kB | 24/35 kB Progress (3): 766 kB | 143/634 kB | 24/35 kB Progress (3): 766 kB | 147/634 kB | 24/35 kB Progress (3): 766 kB | 151/634 kB | 24/35 kB Progress (3): 766 kB | 155/634 kB | 24/35 kB Progress (3): 766 kB | 159/634 kB | 24/35 kB Progress (3): 766 kB | 163/634 kB | 24/35 kB Progress (3): 766 kB | 168/634 kB | 24/35 kB Progress (3): 766 kB | 172/634 kB | 24/35 kB Progress (3): 766 kB | 176/634 kB | 24/35 kB Progress (3): 766 kB | 180/634 kB | 24/35 kB Progress (3): 766 kB | 180/634 kB | 28/35 kB Progress (3): 766 kB | 180/634 kB | 32/35 kB Progress (3): 766 kB | 180/634 kB | 35 kB Progress (3): 766 kB | 184/634 kB | 35 kB Progress (3): 766 kB | 188/634 kB | 35 kB Progress (3): 766 kB | 192/634 kB | 35 kB Progress (3): 766 kB | 196/634 kB | 35 kB Progress (3): 766 kB | 200/634 kB | 35 kB Progress (3): 766 kB | 204/634 kB | 35 kB Progress (3): 766 kB | 208/634 kB | 35 kB Progress (3): 766 kB | 213/634 kB | 35 kB Progress (3): 766 kB | 217/634 kB | 35 kB Progress (3): 766 kB | 221/634 kB | 35 kB Progress (3): 766 kB | 225/634 kB | 35 kB Progress (3): 766 kB | 229/634 kB | 35 kB Progress (3): 766 kB | 233/634 kB | 35 kB Progress (3): 766 kB | 237/634 kB | 35 kB Progress (3): 766 kB | 241/634 kB | 35 kB Progress (3): 766 kB | 245/634 kB | 35 kB Progress (3): 766 kB | 249/634 kB | 35 kB Progress (3): 766 kB | 254/634 kB | 35 kB Progress (3): 766 kB | 258/634 kB | 35 kB Progress (3): 766 kB | 262/634 kB | 35 kB Progress (3): 766 kB | 266/634 kB | 35 kB Progress (3): 766 kB | 270/634 kB | 35 kB Progress (3): 766 kB | 274/634 kB | 35 kB Progress (3): 766 kB | 278/634 kB | 35 kB Progress (3): 766 kB | 282/634 kB | 35 kB Progress (3): 766 kB | 286/634 kB | 35 kB Progress (3): 766 kB | 290/634 kB | 35 kB Progress (3): 766 kB | 295/634 kB | 35 kB Progress (3): 766 kB | 299/634 kB | 35 kB Progress (3): 766 kB | 303/634 kB | 35 kB Progress (3): 766 kB | 307/634 kB | 35 kB Progress (3): 766 kB | 311/634 kB | 35 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/codehaus/jackson/jackson-mapper-asl/1.9.2/jackson-mapper-asl-1.9.2.jar (766 kB at 16 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/httpcomponents/httpcore-nio/4.4.6/httpcore-nio-4.4.6.jar +Progress (2): 315/634 kB | 35 kB Progress (2): 319/634 kB | 35 kB Progress (2): 323/634 kB | 35 kB Progress (2): 327/634 kB | 35 kB Progress (2): 331/634 kB | 35 kB Progress (2): 335/634 kB | 35 kB Progress (2): 340/634 kB | 35 kB Progress (2): 344/634 kB | 35 kB Progress (2): 348/634 kB | 35 kB Progress (2): 352/634 kB | 35 kB Progress (2): 356/634 kB | 35 kB Progress (2): 360/634 kB | 35 kB Progress (2): 364/634 kB | 35 kB Progress (2): 368/634 kB | 35 kB Progress (2): 372/634 kB | 35 kB Progress (2): 376/634 kB | 35 kB Progress (2): 381/634 kB | 35 kB Progress (2): 385/634 kB | 35 kB Progress (2): 389/634 kB | 35 kB Progress (2): 393/634 kB | 35 kB Progress (3): 393/634 kB | 35 kB | 4.1/160 kB Progress (3): 393/634 kB | 35 kB | 7.8/160 kB Progress (3): 393/634 kB | 35 kB | 12/160 kB Progress (3): 393/634 kB | 35 kB | 16/160 kB Progress (3): 393/634 kB | 35 kB | 20/160 kB Progress (3): 393/634 kB | 35 kB | 24/160 kB Progress (3): 393/634 kB | 35 kB | 28/160 kB Progress (3): 393/634 kB | 35 kB | 32/160 kB Progress (3): 393/634 kB | 35 kB | 36/160 kB Progress (3): 393/634 kB | 35 kB | 41/160 kB Progress (3): 393/634 kB | 35 kB | 45/160 kB Progress (3): 393/634 kB | 35 kB | 49/160 kB Progress (3): 393/634 kB | 35 kB | 53/160 kB Progress (3): 393/634 kB | 35 kB | 57/160 kB Progress (3): 397/634 kB | 35 kB | 57/160 kB Progress (3): 401/634 kB | 35 kB | 57/160 kB Progress (3): 405/634 kB | 35 kB | 57/160 kB Progress (3): 409/634 kB | 35 kB | 57/160 kB Progress (3): 413/634 kB | 35 kB | 57/160 kB Progress (3): 417/634 kB | 35 kB | 57/160 kB Progress (3): 421/634 kB | 35 kB | 57/160 kB Progress (3): 426/634 kB | 35 kB | 57/160 kB Progress (3): 430/634 kB | 35 kB | 57/160 kB Progress (3): 434/634 kB | 35 kB | 57/160 kB Progress (3): 438/634 kB | 35 kB | 57/160 kB Progress (3): 442/634 kB | 35 kB | 57/160 kB Progress (3): 446/634 kB | 35 kB | 57/160 kB Progress (3): 450/634 kB | 35 kB | 57/160 kB Progress (3): 454/634 kB | 35 kB | 57/160 kB Progress (3): 458/634 kB | 35 kB | 57/160 kB Progress (3): 462/634 kB | 35 kB | 57/160 kB Progress (3): 467/634 kB | 35 kB | 57/160 kB Progress (3): 471/634 kB | 35 kB | 57/160 kB Progress (3): 475/634 kB | 35 kB | 57/160 kB Progress (3): 479/634 kB | 35 kB | 57/160 kB Progress (3): 483/634 kB | 35 kB | 57/160 kB Progress (3): 487/634 kB | 35 kB | 57/160 kB Progress (3): 491/634 kB | 35 kB | 57/160 kB Progress (3): 495/634 kB | 35 kB | 57/160 kB Progress (3): 499/634 kB | 35 kB | 57/160 kB Progress (3): 503/634 kB | 35 kB | 57/160 kB Progress (3): 508/634 kB | 35 kB | 57/160 kB Progress (3): 512/634 kB | 35 kB | 57/160 kB Progress (3): 516/634 kB | 35 kB | 57/160 kB Progress (3): 520/634 kB | 35 kB | 57/160 kB Progress (3): 524/634 kB | 35 kB | 57/160 kB Progress (3): 528/634 kB | 35 kB | 57/160 kB Progress (3): 532/634 kB | 35 kB | 57/160 kB Progress (3): 536/634 kB | 35 kB | 57/160 kB Progress (3): 540/634 kB | 35 kB | 57/160 kB Progress (3): 540/634 kB | 35 kB | 61/160 kB Progress (3): 540/634 kB | 35 kB | 65/160 kB Progress (3): 540/634 kB | 35 kB | 69/160 kB Progress (3): 540/634 kB | 35 kB | 73/160 kB Progress (3): 544/634 kB | 35 kB | 73/160 kB Progress (3): 548/634 kB | 35 kB | 73/160 kB Progress (3): 553/634 kB | 35 kB | 73/160 kB Progress (3): 557/634 kB | 35 kB | 73/160 kB Progress (3): 557/634 kB | 35 kB | 77/160 kB Progress (3): 557/634 kB | 35 kB | 82/160 kB Progress (3): 557/634 kB | 35 kB | 86/160 kB Progress (3): 557/634 kB | 35 kB | 90/160 kB Progress (3): 557/634 kB | 35 kB | 94/160 kB Progress (3): 557/634 kB | 35 kB | 98/160 kB Progress (3): 557/634 kB | 35 kB | 102/160 kB Progress (3): 557/634 kB | 35 kB | 106/160 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/httpcomponents/httpasyncclient-cache/4.1.3/httpasyncclient-cache-4.1.3.jar (35 kB at 733 B/s) +Progress (2): 557/634 kB | 110/160 kB Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/atlassian/util/concurrent/atlassian-util-concurrent/3.0.0/atlassian-util-concurrent-3.0.0.jar +Progress (2): 557/634 kB | 114/160 kB Progress (2): 557/634 kB | 118/160 kB Progress (2): 557/634 kB | 122/160 kB Progress (2): 557/634 kB | 127/160 kB Progress (2): 557/634 kB | 131/160 kB Progress (2): 557/634 kB | 135/160 kB Progress (2): 557/634 kB | 139/160 kB Progress (2): 557/634 kB | 143/160 kB Progress (2): 557/634 kB | 147/160 kB Progress (2): 557/634 kB | 151/160 kB Progress (2): 557/634 kB | 155/160 kB Progress (2): 561/634 kB | 155/160 kB Progress (2): 565/634 kB | 155/160 kB Progress (2): 569/634 kB | 155/160 kB Progress (2): 573/634 kB | 155/160 kB Progress (2): 577/634 kB | 155/160 kB Progress (2): 581/634 kB | 155/160 kB Progress (2): 585/634 kB | 155/160 kB Progress (2): 589/634 kB | 155/160 kB Progress (2): 594/634 kB | 155/160 kB Progress (2): 598/634 kB | 155/160 kB Progress (2): 602/634 kB | 155/160 kB Progress (2): 606/634 kB | 155/160 kB Progress (2): 610/634 kB | 155/160 kB Progress (2): 614/634 kB | 155/160 kB Progress (2): 618/634 kB | 155/160 kB Progress (2): 622/634 kB | 155/160 kB Progress (2): 626/634 kB | 155/160 kB Progress (2): 630/634 kB | 155/160 kB Progress (2): 634 kB | 155/160 kB Progress (2): 634 kB | 159/160 kB Progress (2): 634 kB | 160 kB Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/slf4j/slf4j-api/1.7.10/slf4j-api-1.7.10.jar +Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/joda-time/joda-time/2.9.9/joda-time-2.9.9.jar (634 kB at 13 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/atlassian/connect/ac-play-java_2.10/0.10.1/ac-play-java_2.10-0.10.1.jar +Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/httpcomponents/httpclient-cache/4.5.3/httpclient-cache-4.5.3.jar (160 kB at 3.3 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/appium/java-client/7.0.0/java-client-7.0.0.jar +Progress (1): 4.1/179 kB Progress (1): 7.8/179 kB Progress (1): 12/179 kB Progress (1): 16/179 kB Progress (1): 20/179 kB Progress (1): 24/179 kB Progress (1): 26/179 kB Progress (1): 30/179 kB Progress (1): 34/179 kB Progress (1): 39/179 kB Progress (1): 43/179 kB Progress (2): 43/179 kB | 4.1/357 kB Progress (2): 47/179 kB | 4.1/357 kB Progress (2): 47/179 kB | 7.8/357 kB Progress (2): 51/179 kB | 7.8/357 kB Progress (2): 51/179 kB | 12/357 kB Progress (2): 53/179 kB | 12/357 kB Progress (2): 53/179 kB | 16/357 kB Progress (2): 53/179 kB | 20/357 kB Progress (2): 57/179 kB | 20/357 kB Progress (2): 57/179 kB | 24/357 kB Progress (2): 61/179 kB | 24/357 kB Progress (2): 65/179 kB | 24/357 kB Progress (2): 69/179 kB | 24/357 kB Progress (2): 69/179 kB | 28/357 kB Progress (2): 69/179 kB | 32/357 kB Progress (2): 69/179 kB | 36/357 kB Progress (2): 69/179 kB | 41/357 kB Progress (2): 73/179 kB | 41/357 kB Progress (2): 78/179 kB | 41/357 kB Progress (2): 82/179 kB | 41/357 kB Progress (2): 86/179 kB | 41/357 kB Progress (3): 86/179 kB | 41/357 kB | 4.1/32 kB Progress (3): 86/179 kB | 41/357 kB | 7.8/32 kB Progress (3): 86/179 kB | 41/357 kB | 12/32 kB Progress (3): 86/179 kB | 41/357 kB | 16/32 kB Progress (3): 86/179 kB | 41/357 kB | 20/32 kB Progress (3): 86/179 kB | 41/357 kB | 24/32 kB Progress (3): 86/179 kB | 41/357 kB | 28/32 kB Progress (3): 86/179 kB | 41/357 kB | 32 kB Progress (4): 86/179 kB | 41/357 kB | 32 kB | 4.1/357 kB Progress (4): 86/179 kB | 41/357 kB | 32 kB | 7.8/357 kB Progress (4): 86/179 kB | 41/357 kB | 32 kB | 12/357 kB Progress (4): 86/179 kB | 41/357 kB | 32 kB | 16/357 kB Progress (4): 86/179 kB | 41/357 kB | 32 kB | 20/357 kB Progress (4): 86/179 kB | 41/357 kB | 32 kB | 24/357 kB Progress (4): 86/179 kB | 41/357 kB | 32 kB | 28/357 kB Progress (4): 86/179 kB | 41/357 kB | 32 kB | 32/357 kB Progress (4): 86/179 kB | 41/357 kB | 32 kB | 36/357 kB Progress (4): 86/179 kB | 41/357 kB | 32 kB | 41/357 kB Progress (4): 86/179 kB | 45/357 kB | 32 kB | 41/357 kB Progress (4): 86/179 kB | 49/357 kB | 32 kB | 41/357 kB Progress (4): 86/179 kB | 53/357 kB | 32 kB | 41/357 kB Progress (4): 86/179 kB | 57/357 kB | 32 kB | 41/357 kB Progress (4): 90/179 kB | 57/357 kB | 32 kB | 41/357 kB Progress (4): 94/179 kB | 57/357 kB | 32 kB | 41/357 kB Progress (4): 98/179 kB | 57/357 kB | 32 kB | 41/357 kB Progress (4): 102/179 kB | 57/357 kB | 32 kB | 41/357 kB Progress (4): 102/179 kB | 61/357 kB | 32 kB | 41/357 kB Progress (4): 102/179 kB | 65/357 kB | 32 kB | 41/357 kB Progress (4): 102/179 kB | 69/357 kB | 32 kB | 41/357 kB Progress (4): 102/179 kB | 73/357 kB | 32 kB | 41/357 kB Progress (4): 106/179 kB | 73/357 kB | 32 kB | 41/357 kB Progress (4): 110/179 kB | 73/357 kB | 32 kB | 41/357 kB Progress (4): 114/179 kB | 73/357 kB | 32 kB | 41/357 kB Progress (4): 119/179 kB | 73/357 kB | 32 kB | 41/357 kB Progress (4): 123/179 kB | 73/357 kB | 32 kB | 41/357 kB Progress (4): 127/179 kB | 73/357 kB | 32 kB | 41/357 kB Progress (4): 131/179 kB | 73/357 kB | 32 kB | 41/357 kB Progress (4): 135/179 kB | 73/357 kB | 32 kB | 41/357 kB Progress (4): 135/179 kB | 77/357 kB | 32 kB | 41/357 kB Progress (4): 135/179 kB | 82/357 kB | 32 kB | 41/357 kB Progress (4): 135/179 kB | 86/357 kB | 32 kB | 41/357 kB Progress (4): 135/179 kB | 90/357 kB | 32 kB | 41/357 kB Progress (4): 139/179 kB | 90/357 kB | 32 kB | 41/357 kB Progress (4): 143/179 kB | 90/357 kB | 32 kB | 41/357 kB Progress (4): 147/179 kB | 90/357 kB | 32 kB | 41/357 kB Progress (4): 151/179 kB | 90/357 kB | 32 kB | 41/357 kB Progress (4): 155/179 kB | 90/357 kB | 32 kB | 41/357 kB Progress (4): 159/179 kB | 90/357 kB | 32 kB | 41/357 kB Progress (4): 164/179 kB | 90/357 kB | 32 kB | 41/357 kB Progress (4): 168/179 kB | 90/357 kB | 32 kB | 41/357 kB Progress (4): 172/179 kB | 90/357 kB | 32 kB | 41/357 kB Progress (4): 176/179 kB | 90/357 kB | 32 kB | 41/357 kB Progress (4): 179 kB | 90/357 kB | 32 kB | 41/357 kB Progress (4): 179 kB | 90/357 kB | 32 kB | 45/357 kB Progress (4): 179 kB | 90/357 kB | 32 kB | 49/357 kB Progress (4): 179 kB | 90/357 kB | 32 kB | 53/357 kB Progress (4): 179 kB | 90/357 kB | 32 kB | 57/357 kB Progress (4): 179 kB | 90/357 kB | 32 kB | 61/357 kB Progress (4): 179 kB | 90/357 kB | 32 kB | 65/357 kB Progress (4): 179 kB | 90/357 kB | 32 kB | 69/357 kB Progress (4): 179 kB | 90/357 kB | 32 kB | 73/357 kB Progress (4): 179 kB | 90/357 kB | 32 kB | 77/357 kB Progress (4): 179 kB | 90/357 kB | 32 kB | 82/357 kB Progress (4): 179 kB | 90/357 kB | 32 kB | 86/357 kB Progress (4): 179 kB | 90/357 kB | 32 kB | 90/357 kB Progress (4): 179 kB | 90/357 kB | 32 kB | 94/357 kB Progress (4): 179 kB | 90/357 kB | 32 kB | 98/357 kB Progress (4): 179 kB | 90/357 kB | 32 kB | 102/357 kB Progress (4): 179 kB | 90/357 kB | 32 kB | 106/357 kB Progress (4): 179 kB | 90/357 kB | 32 kB | 110/357 kB Progress (4): 179 kB | 90/357 kB | 32 kB | 114/357 kB Progress (4): 179 kB | 90/357 kB | 32 kB | 118/357 kB Progress (4): 179 kB | 90/357 kB | 32 kB | 122/357 kB Progress (4): 179 kB | 90/357 kB | 32 kB | 127/357 kB Progress (4): 179 kB | 90/357 kB | 32 kB | 131/357 kB Progress (4): 179 kB | 90/357 kB | 32 kB | 135/357 kB Progress (4): 179 kB | 94/357 kB | 32 kB | 135/357 kB Progress (4): 179 kB | 98/357 kB | 32 kB | 135/357 kB Progress (4): 179 kB | 102/357 kB | 32 kB | 135/357 kB Progress (4): 179 kB | 106/357 kB | 32 kB | 135/357 kB Progress (4): 179 kB | 110/357 kB | 32 kB | 135/357 kB Progress (4): 179 kB | 114/357 kB | 32 kB | 135/357 kB Progress (4): 179 kB | 118/357 kB | 32 kB | 135/357 kB Progress (4): 179 kB | 122/357 kB | 32 kB | 135/357 kB Progress (4): 179 kB | 127/357 kB | 32 kB | 135/357 kB Progress (4): 179 kB | 131/357 kB | 32 kB | 135/357 kB Progress (4): 179 kB | 135/357 kB | 32 kB | 135/357 kB Progress (4): 179 kB | 139/357 kB | 32 kB | 135/357 kB Progress (4): 179 kB | 143/357 kB | 32 kB | 135/357 kB Progress (4): 179 kB | 147/357 kB | 32 kB | 135/357 kB Progress (4): 179 kB | 151/357 kB | 32 kB | 135/357 kB Progress (4): 179 kB | 155/357 kB | 32 kB | 135/357 kB Progress (4): 179 kB | 159/357 kB | 32 kB | 135/357 kB Progress (4): 179 kB | 163/357 kB | 32 kB | 135/357 kB Progress (4): 179 kB | 168/357 kB | 32 kB | 135/357 kB Progress (4): 179 kB | 172/357 kB | 32 kB | 135/357 kB Progress (4): 179 kB | 176/357 kB | 32 kB | 135/357 kB Progress (4): 179 kB | 180/357 kB | 32 kB | 135/357 kB Progress (4): 179 kB | 184/357 kB | 32 kB | 135/357 kB Progress (4): 179 kB | 188/357 kB | 32 kB | 135/357 kB Progress (4): 179 kB | 192/357 kB | 32 kB | 135/357 kB Progress (4): 179 kB | 196/357 kB | 32 kB | 135/357 kB Progress (4): 179 kB | 200/357 kB | 32 kB | 135/357 kB Progress (4): 179 kB | 204/357 kB | 32 kB | 135/357 kB Progress (4): 179 kB | 204/357 kB | 32 kB | 139/357 kB Progress (4): 179 kB | 204/357 kB | 32 kB | 143/357 kB Progress (4): 179 kB | 204/357 kB | 32 kB | 147/357 kB Progress (4): 179 kB | 204/357 kB | 32 kB | 151/357 kB Progress (4): 179 kB | 204/357 kB | 32 kB | 155/357 kB Progress (4): 179 kB | 204/357 kB | 32 kB | 159/357 kB Progress (4): 179 kB | 204/357 kB | 32 kB | 163/357 kB Progress (4): 179 kB | 204/357 kB | 32 kB | 168/357 kB Progress (4): 179 kB | 204/357 kB | 32 kB | 172/357 kB Progress (4): 179 kB | 204/357 kB | 32 kB | 176/357 kB Progress (4): 179 kB | 204/357 kB | 32 kB | 180/357 kB Progress (4): 179 kB | 204/357 kB | 32 kB | 184/357 kB Progress (4): 179 kB | 204/357 kB | 32 kB | 188/357 kB Progress (4): 179 kB | 204/357 kB | 32 kB | 192/357 kB Progress (4): 179 kB | 204/357 kB | 32 kB | 196/357 kB Progress (4): 179 kB | 204/357 kB | 32 kB | 200/357 kB Progress (4): 179 kB | 204/357 kB | 32 kB | 204/357 kB Progress (4): 179 kB | 204/357 kB | 32 kB | 208/357 kB Progress (4): 179 kB | 204/357 kB | 32 kB | 213/357 kB Progress (4): 179 kB | 204/357 kB | 32 kB | 217/357 kB Progress (4): 179 kB | 204/357 kB | 32 kB | 221/357 kB Progress (4): 179 kB | 204/357 kB | 32 kB | 225/357 kB Progress (4): 179 kB | 204/357 kB | 32 kB | 229/357 kB Progress (4): 179 kB | 204/357 kB | 32 kB | 233/357 kB Progress (4): 179 kB | 204/357 kB | 32 kB | 237/357 kB Progress (4): 179 kB | 204/357 kB | 32 kB | 241/357 kB Progress (4): 179 kB | 204/357 kB | 32 kB | 245/357 kB Progress (4): 179 kB | 204/357 kB | 32 kB | 249/357 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/slf4j/slf4j-api/1.7.10/slf4j-api-1.7.10.jar (32 kB at 654 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/cglib/cglib/3.2.8/cglib-3.2.8.jar +Progress (3): 179 kB | 208/357 kB | 249/357 kB Progress (3): 179 kB | 213/357 kB | 249/357 kB Progress (3): 179 kB | 217/357 kB | 249/357 kB Progress (3): 179 kB | 221/357 kB | 249/357 kB Progress (3): 179 kB | 225/357 kB | 249/357 kB Progress (3): 179 kB | 229/357 kB | 249/357 kB Progress (3): 179 kB | 233/357 kB | 249/357 kB Progress (3): 179 kB | 237/357 kB | 249/357 kB Progress (3): 179 kB | 241/357 kB | 249/357 kB Progress (3): 179 kB | 245/357 kB | 249/357 kB Progress (3): 179 kB | 249/357 kB | 249/357 kB Progress (3): 179 kB | 254/357 kB | 249/357 kB Progress (3): 179 kB | 258/357 kB | 249/357 kB Progress (3): 179 kB | 262/357 kB | 249/357 kB Progress (3): 179 kB | 266/357 kB | 249/357 kB Progress (3): 179 kB | 270/357 kB | 249/357 kB Progress (3): 179 kB | 274/357 kB | 249/357 kB Progress (3): 179 kB | 278/357 kB | 249/357 kB Progress (3): 179 kB | 282/357 kB | 249/357 kB Progress (3): 179 kB | 286/357 kB | 249/357 kB Progress (3): 179 kB | 290/357 kB | 249/357 kB Progress (3): 179 kB | 295/357 kB | 249/357 kB Progress (3): 179 kB | 299/357 kB | 249/357 kB Progress (3): 179 kB | 303/357 kB | 249/357 kB Progress (3): 179 kB | 307/357 kB | 249/357 kB Progress (3): 179 kB | 311/357 kB | 249/357 kB Progress (3): 179 kB | 315/357 kB | 249/357 kB Progress (3): 179 kB | 319/357 kB | 249/357 kB Progress (3): 179 kB | 323/357 kB | 249/357 kB Progress (3): 179 kB | 327/357 kB | 249/357 kB Progress (3): 179 kB | 331/357 kB | 249/357 kB Progress (3): 179 kB | 335/357 kB | 249/357 kB Progress (3): 179 kB | 340/357 kB | 249/357 kB Progress (3): 179 kB | 344/357 kB | 249/357 kB Progress (3): 179 kB | 348/357 kB | 249/357 kB Progress (3): 179 kB | 352/357 kB | 249/357 kB Progress (3): 179 kB | 356/357 kB | 249/357 kB Progress (3): 179 kB | 357 kB | 249/357 kB Progress (3): 179 kB | 357 kB | 254/357 kB Progress (3): 179 kB | 357 kB | 258/357 kB Progress (3): 179 kB | 357 kB | 262/357 kB Progress (3): 179 kB | 357 kB | 266/357 kB Progress (3): 179 kB | 357 kB | 270/357 kB Progress (3): 179 kB | 357 kB | 274/357 kB Progress (3): 179 kB | 357 kB | 278/357 kB Progress (3): 179 kB | 357 kB | 282/357 kB Progress (3): 179 kB | 357 kB | 286/357 kB Progress (3): 179 kB | 357 kB | 290/357 kB Progress (3): 179 kB | 357 kB | 294/357 kB Progress (3): 179 kB | 357 kB | 299/357 kB Progress (3): 179 kB | 357 kB | 303/357 kB Progress (3): 179 kB | 357 kB | 307/357 kB Progress (3): 179 kB | 357 kB | 311/357 kB Progress (3): 179 kB | 357 kB | 315/357 kB Progress (3): 179 kB | 357 kB | 319/357 kB Progress (3): 179 kB | 357 kB | 323/357 kB Progress (3): 179 kB | 357 kB | 327/357 kB Progress (3): 179 kB | 357 kB | 331/357 kB Progress (3): 179 kB | 357 kB | 335/357 kB Progress (3): 179 kB | 357 kB | 340/357 kB Progress (3): 179 kB | 357 kB | 344/357 kB Progress (3): 179 kB | 357 kB | 348/357 kB Progress (3): 179 kB | 357 kB | 352/357 kB Progress (3): 179 kB | 357 kB | 356/357 kB Progress (3): 179 kB | 357 kB | 357 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/httpcomponents/httpasyncclient/4.1.3/httpasyncclient-4.1.3.jar (179 kB at 3.6 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/ow2/asm/asm/6.2.1/asm-6.2.1.jar +Progress (3): 357 kB | 357 kB | 4.1/307 kB Progress (3): 357 kB | 357 kB | 7.8/307 kB Progress (3): 357 kB | 357 kB | 12/307 kB Progress (3): 357 kB | 357 kB | 16/307 kB Progress (3): 357 kB | 357 kB | 20/307 kB Progress (3): 357 kB | 357 kB | 24/307 kB Progress (3): 357 kB | 357 kB | 28/307 kB Progress (3): 357 kB | 357 kB | 32/307 kB Progress (3): 357 kB | 357 kB | 36/307 kB Progress (3): 357 kB | 357 kB | 41/307 kB Progress (4): 357 kB | 357 kB | 41/307 kB | 4.1/368 kB Progress (4): 357 kB | 357 kB | 41/307 kB | 7.8/368 kB Progress (4): 357 kB | 357 kB | 41/307 kB | 12/368 kB Progress (4): 357 kB | 357 kB | 41/307 kB | 16/368 kB Progress (4): 357 kB | 357 kB | 41/307 kB | 20/368 kB Progress (4): 357 kB | 357 kB | 41/307 kB | 24/368 kB Progress (4): 357 kB | 357 kB | 41/307 kB | 26/368 kB Progress (4): 357 kB | 357 kB | 41/307 kB | 30/368 kB Progress (4): 357 kB | 357 kB | 41/307 kB | 34/368 kB Progress (4): 357 kB | 357 kB | 41/307 kB | 39/368 kB Progress (4): 357 kB | 357 kB | 41/307 kB | 43/368 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/atlassian/connect/ac-play-java_2.10/0.10.1/ac-play-java_2.10-0.10.1.jar (357 kB at 7.2 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/ant/ant/1.10.3/ant-1.10.3.jar +Progress (3): 357 kB | 45/307 kB | 43/368 kB Progress (3): 357 kB | 49/307 kB | 43/368 kB Progress (3): 357 kB | 53/307 kB | 43/368 kB Progress (3): 357 kB | 57/307 kB | 43/368 kB Progress (4): 357 kB | 57/307 kB | 43/368 kB | 4.1/113 kB Progress (4): 357 kB | 57/307 kB | 43/368 kB | 7.8/113 kB Progress (4): 357 kB | 57/307 kB | 43/368 kB | 12/113 kB Progress (4): 357 kB | 57/307 kB | 43/368 kB | 16/113 kB Progress (4): 357 kB | 57/307 kB | 43/368 kB | 20/113 kB Progress (4): 357 kB | 57/307 kB | 43/368 kB | 24/113 kB Progress (4): 357 kB | 57/307 kB | 43/368 kB | 28/113 kB Progress (4): 357 kB | 57/307 kB | 43/368 kB | 32/113 kB Progress (4): 357 kB | 57/307 kB | 43/368 kB | 36/113 kB Progress (4): 357 kB | 57/307 kB | 43/368 kB | 41/113 kB Progress (4): 357 kB | 57/307 kB | 43/368 kB | 45/113 kB Progress (4): 357 kB | 57/307 kB | 43/368 kB | 49/113 kB Progress (4): 357 kB | 57/307 kB | 43/368 kB | 53/113 kB Progress (4): 357 kB | 57/307 kB | 43/368 kB | 57/113 kB Progress (4): 357 kB | 57/307 kB | 43/368 kB | 61/113 kB Progress (4): 357 kB | 57/307 kB | 43/368 kB | 65/113 kB Progress (4): 357 kB | 57/307 kB | 43/368 kB | 69/113 kB Progress (4): 357 kB | 57/307 kB | 43/368 kB | 73/113 kB Progress (4): 357 kB | 57/307 kB | 43/368 kB | 77/113 kB Progress (4): 357 kB | 57/307 kB | 43/368 kB | 82/113 kB Progress (4): 357 kB | 61/307 kB | 43/368 kB | 82/113 kB Progress (4): 357 kB | 65/307 kB | 43/368 kB | 82/113 kB Progress (4): 357 kB | 69/307 kB | 43/368 kB | 82/113 kB Progress (4): 357 kB | 73/307 kB | 43/368 kB | 82/113 kB Progress (4): 357 kB | 77/307 kB | 43/368 kB | 82/113 kB Progress (4): 357 kB | 82/307 kB | 43/368 kB | 82/113 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/httpcomponents/httpcore-nio/4.4.6/httpcore-nio-4.4.6.jar (357 kB at 7.2 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/ant/ant-launcher/1.10.3/ant-launcher-1.10.3.jar +Progress (3): 82/307 kB | 47/368 kB | 82/113 kB Progress (3): 82/307 kB | 51/368 kB | 82/113 kB Progress (3): 82/307 kB | 55/368 kB | 82/113 kB Progress (3): 82/307 kB | 59/368 kB | 82/113 kB Progress (3): 82/307 kB | 63/368 kB | 82/113 kB Progress (3): 82/307 kB | 67/368 kB | 82/113 kB Progress (3): 82/307 kB | 71/368 kB | 82/113 kB Progress (3): 82/307 kB | 75/368 kB | 82/113 kB Progress (3): 82/307 kB | 80/368 kB | 82/113 kB Progress (3): 82/307 kB | 84/368 kB | 82/113 kB Progress (3): 82/307 kB | 88/368 kB | 82/113 kB Progress (3): 82/307 kB | 92/368 kB | 82/113 kB Progress (3): 82/307 kB | 92/368 kB | 86/113 kB Progress (3): 82/307 kB | 92/368 kB | 90/113 kB Progress (3): 82/307 kB | 92/368 kB | 94/113 kB Progress (3): 82/307 kB | 92/368 kB | 98/113 kB Progress (3): 82/307 kB | 92/368 kB | 102/113 kB Progress (3): 82/307 kB | 92/368 kB | 106/113 kB Progress (3): 82/307 kB | 92/368 kB | 110/113 kB Progress (3): 82/307 kB | 92/368 kB | 113 kB Progress (3): 82/307 kB | 96/368 kB | 113 kB Progress (3): 82/307 kB | 100/368 kB | 113 kB Progress (3): 82/307 kB | 104/368 kB | 113 kB Progress (3): 82/307 kB | 106/368 kB | 113 kB Progress (3): 82/307 kB | 111/368 kB | 113 kB Progress (3): 82/307 kB | 115/368 kB | 113 kB Progress (3): 82/307 kB | 119/368 kB | 113 kB Progress (3): 82/307 kB | 123/368 kB | 113 kB Progress (3): 82/307 kB | 127/368 kB | 113 kB Progress (3): 82/307 kB | 131/368 kB | 113 kB Progress (3): 82/307 kB | 135/368 kB | 113 kB Progress (3): 82/307 kB | 139/368 kB | 113 kB Progress (3): 82/307 kB | 143/368 kB | 113 kB Progress (3): 82/307 kB | 147/368 kB | 113 kB Progress (3): 82/307 kB | 151/368 kB | 113 kB Progress (3): 82/307 kB | 156/368 kB | 113 kB Progress (3): 82/307 kB | 160/368 kB | 113 kB Progress (3): 82/307 kB | 164/368 kB | 113 kB Progress (3): 82/307 kB | 168/368 kB | 113 kB Progress (3): 82/307 kB | 172/368 kB | 113 kB Progress (3): 82/307 kB | 176/368 kB | 113 kB Progress (3): 82/307 kB | 180/368 kB | 113 kB Progress (3): 82/307 kB | 184/368 kB | 113 kB Progress (3): 82/307 kB | 188/368 kB | 113 kB Progress (3): 82/307 kB | 192/368 kB | 113 kB Progress (3): 82/307 kB | 197/368 kB | 113 kB Progress (3): 82/307 kB | 201/368 kB | 113 kB Progress (3): 82/307 kB | 205/368 kB | 113 kB Progress (3): 82/307 kB | 209/368 kB | 113 kB Progress (3): 82/307 kB | 213/368 kB | 113 kB Progress (3): 86/307 kB | 213/368 kB | 113 kB Progress (3): 90/307 kB | 213/368 kB | 113 kB Progress (3): 94/307 kB | 213/368 kB | 113 kB Progress (3): 98/307 kB | 213/368 kB | 113 kB Progress (3): 102/307 kB | 213/368 kB | 113 kB Progress (3): 106/307 kB | 213/368 kB | 113 kB Progress (3): 110/307 kB | 213/368 kB | 113 kB Progress (3): 114/307 kB | 213/368 kB | 113 kB Progress (3): 118/307 kB | 213/368 kB | 113 kB Progress (3): 122/307 kB | 213/368 kB | 113 kB Progress (3): 127/307 kB | 213/368 kB | 113 kB Progress (3): 131/307 kB | 213/368 kB | 113 kB Progress (3): 135/307 kB | 213/368 kB | 113 kB Progress (3): 139/307 kB | 213/368 kB | 113 kB Progress (3): 143/307 kB | 213/368 kB | 113 kB Progress (3): 147/307 kB | 213/368 kB | 113 kB Progress (3): 151/307 kB | 213/368 kB | 113 kB Progress (3): 155/307 kB | 213/368 kB | 113 kB Progress (3): 159/307 kB | 213/368 kB | 113 kB Progress (3): 163/307 kB | 213/368 kB | 113 kB Progress (3): 168/307 kB | 213/368 kB | 113 kB Progress (3): 172/307 kB | 213/368 kB | 113 kB Progress (3): 176/307 kB | 213/368 kB | 113 kB Progress (3): 180/307 kB | 213/368 kB | 113 kB Progress (3): 184/307 kB | 213/368 kB | 113 kB Progress (3): 188/307 kB | 213/368 kB | 113 kB Progress (3): 192/307 kB | 213/368 kB | 113 kB Progress (3): 196/307 kB | 213/368 kB | 113 kB Progress (3): 200/307 kB | 213/368 kB | 113 kB Progress (3): 204/307 kB | 213/368 kB | 113 kB Progress (3): 208/307 kB | 213/368 kB | 113 kB Progress (3): 213/307 kB | 213/368 kB | 113 kB Progress (3): 217/307 kB | 213/368 kB | 113 kB Progress (3): 221/307 kB | 213/368 kB | 113 kB Progress (3): 225/307 kB | 213/368 kB | 113 kB Progress (3): 229/307 kB | 213/368 kB | 113 kB Progress (3): 233/307 kB | 213/368 kB | 113 kB Progress (3): 237/307 kB | 213/368 kB | 113 kB Progress (3): 241/307 kB | 213/368 kB | 113 kB Progress (3): 245/307 kB | 213/368 kB | 113 kB Progress (4): 245/307 kB | 213/368 kB | 113 kB | 0/2.2 MB Progress (4): 245/307 kB | 213/368 kB | 113 kB | 0/2.2 MB Progress (4): 245/307 kB | 213/368 kB | 113 kB | 0/2.2 MB Progress (4): 245/307 kB | 213/368 kB | 113 kB | 0.1/2.2 MB Progress (4): 245/307 kB | 213/368 kB | 113 kB | 0.1/2.2 MB Progress (4): 245/307 kB | 213/368 kB | 113 kB | 0.1/2.2 MB Progress (5): 245/307 kB | 213/368 kB | 113 kB | 0.1/2.2 MB | 4.1/19 kB Progress (5): 245/307 kB | 213/368 kB | 113 kB | 0.1/2.2 MB | 7.8/19 kB Progress (5): 245/307 kB | 213/368 kB | 113 kB | 0.1/2.2 MB | 12/19 kB Progress (5): 245/307 kB | 213/368 kB | 113 kB | 0.1/2.2 MB | 16/19 kB Progress (5): 245/307 kB | 213/368 kB | 113 kB | 0.1/2.2 MB | 19 kB Progress (5): 245/307 kB | 217/368 kB | 113 kB | 0.1/2.2 MB | 19 kB Progress (5): 245/307 kB | 221/368 kB | 113 kB | 0.1/2.2 MB | 19 kB Progress (5): 245/307 kB | 225/368 kB | 113 kB | 0.1/2.2 MB | 19 kB Progress (5): 245/307 kB | 229/368 kB | 113 kB | 0.1/2.2 MB | 19 kB Progress (5): 245/307 kB | 233/368 kB | 113 kB | 0.1/2.2 MB | 19 kB Progress (5): 245/307 kB | 237/368 kB | 113 kB | 0.1/2.2 MB | 19 kB Progress (5): 245/307 kB | 242/368 kB | 113 kB | 0.1/2.2 MB | 19 kB Progress (5): 245/307 kB | 246/368 kB | 113 kB | 0.1/2.2 MB | 19 kB Progress (5): 245/307 kB | 250/368 kB | 113 kB | 0.1/2.2 MB | 19 kB Progress (5): 245/307 kB | 254/368 kB | 113 kB | 0.1/2.2 MB | 19 kB Progress (5): 245/307 kB | 258/368 kB | 113 kB | 0.1/2.2 MB | 19 kB Progress (5): 245/307 kB | 262/368 kB | 113 kB | 0.1/2.2 MB | 19 kB Progress (5): 245/307 kB | 266/368 kB | 113 kB | 0.1/2.2 MB | 19 kB Progress (5): 245/307 kB | 270/368 kB | 113 kB | 0.1/2.2 MB | 19 kB Progress (5): 245/307 kB | 274/368 kB | 113 kB | 0.1/2.2 MB | 19 kB Progress (5): 245/307 kB | 278/368 kB | 113 kB | 0.1/2.2 MB | 19 kB Progress (5): 245/307 kB | 283/368 kB | 113 kB | 0.1/2.2 MB | 19 kB Progress (5): 245/307 kB | 287/368 kB | 113 kB | 0.1/2.2 MB | 19 kB Progress (5): 245/307 kB | 291/368 kB | 113 kB | 0.1/2.2 MB | 19 kB Progress (5): 245/307 kB | 295/368 kB | 113 kB | 0.1/2.2 MB | 19 kB Progress (5): 245/307 kB | 299/368 kB | 113 kB | 0.1/2.2 MB | 19 kB Progress (5): 245/307 kB | 303/368 kB | 113 kB | 0.1/2.2 MB | 19 kB Progress (5): 245/307 kB | 307/368 kB | 113 kB | 0.1/2.2 MB | 19 kB Progress (5): 245/307 kB | 311/368 kB | 113 kB | 0.1/2.2 MB | 19 kB Progress (5): 245/307 kB | 315/368 kB | 113 kB | 0.1/2.2 MB | 19 kB Progress (5): 245/307 kB | 319/368 kB | 113 kB | 0.1/2.2 MB | 19 kB Progress (5): 245/307 kB | 324/368 kB | 113 kB | 0.1/2.2 MB | 19 kB Progress (5): 245/307 kB | 328/368 kB | 113 kB | 0.1/2.2 MB | 19 kB Progress (5): 245/307 kB | 332/368 kB | 113 kB | 0.1/2.2 MB | 19 kB Progress (5): 245/307 kB | 336/368 kB | 113 kB | 0.1/2.2 MB | 19 kB Progress (5): 245/307 kB | 340/368 kB | 113 kB | 0.1/2.2 MB | 19 kB Progress (5): 245/307 kB | 344/368 kB | 113 kB | 0.1/2.2 MB | 19 kB Progress (5): 245/307 kB | 348/368 kB | 113 kB | 0.1/2.2 MB | 19 kB Progress (5): 245/307 kB | 352/368 kB | 113 kB | 0.1/2.2 MB | 19 kB Progress (5): 245/307 kB | 356/368 kB | 113 kB | 0.1/2.2 MB | 19 kB Progress (5): 245/307 kB | 360/368 kB | 113 kB | 0.1/2.2 MB | 19 kB Progress (5): 245/307 kB | 364/368 kB | 113 kB | 0.1/2.2 MB | 19 kB Progress (5): 245/307 kB | 368 kB | 113 kB | 0.1/2.2 MB | 19 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/ow2/asm/asm/6.2.1/asm-6.2.1.jar (113 kB at 2.2 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/commons-validator/commons-validator/1.6/commons-validator-1.6.jar +Progress (4): 249/307 kB | 368 kB | 0.1/2.2 MB | 19 kB Progress (4): 254/307 kB | 368 kB | 0.1/2.2 MB | 19 kB Progress (4): 258/307 kB | 368 kB | 0.1/2.2 MB | 19 kB Progress (4): 262/307 kB | 368 kB | 0.1/2.2 MB | 19 kB Progress (4): 266/307 kB | 368 kB | 0.1/2.2 MB | 19 kB Progress (4): 270/307 kB | 368 kB | 0.1/2.2 MB | 19 kB Progress (4): 274/307 kB | 368 kB | 0.1/2.2 MB | 19 kB Progress (4): 278/307 kB | 368 kB | 0.1/2.2 MB | 19 kB Progress (4): 282/307 kB | 368 kB | 0.1/2.2 MB | 19 kB Progress (4): 286/307 kB | 368 kB | 0.1/2.2 MB | 19 kB Progress (4): 290/307 kB | 368 kB | 0.1/2.2 MB | 19 kB Progress (4): 295/307 kB | 368 kB | 0.1/2.2 MB | 19 kB Progress (4): 299/307 kB | 368 kB | 0.1/2.2 MB | 19 kB Progress (4): 303/307 kB | 368 kB | 0.1/2.2 MB | 19 kB Progress (4): 307/307 kB | 368 kB | 0.1/2.2 MB | 19 kB Progress (4): 307 kB | 368 kB | 0.1/2.2 MB | 19 kB Progress (4): 307 kB | 368 kB | 0.1/2.2 MB | 19 kB Progress (4): 307 kB | 368 kB | 0.1/2.2 MB | 19 kB Progress (4): 307 kB | 368 kB | 0.1/2.2 MB | 19 kB Progress (4): 307 kB | 368 kB | 0.2/2.2 MB | 19 kB Progress (4): 307 kB | 368 kB | 0.2/2.2 MB | 19 kB Progress (4): 307 kB | 368 kB | 0.2/2.2 MB | 19 kB Progress (4): 307 kB | 368 kB | 0.2/2.2 MB | 19 kB Progress (4): 307 kB | 368 kB | 0.2/2.2 MB | 19 kB Progress (4): 307 kB | 368 kB | 0.2/2.2 MB | 19 kB Progress (4): 307 kB | 368 kB | 0.3/2.2 MB | 19 kB Progress (4): 307 kB | 368 kB | 0.3/2.2 MB | 19 kB Progress (4): 307 kB | 368 kB | 0.3/2.2 MB | 19 kB Progress (4): 307 kB | 368 kB | 0.3/2.2 MB | 19 kB Progress (4): 307 kB | 368 kB | 0.3/2.2 MB | 19 kB Progress (4): 307 kB | 368 kB | 0.3/2.2 MB | 19 kB Progress (4): 307 kB | 368 kB | 0.4/2.2 MB | 19 kB Progress (4): 307 kB | 368 kB | 0.4/2.2 MB | 19 kB Progress (4): 307 kB | 368 kB | 0.4/2.2 MB | 19 kB Progress (4): 307 kB | 368 kB | 0.4/2.2 MB | 19 kB Progress (4): 307 kB | 368 kB | 0.4/2.2 MB | 19 kB Progress (4): 307 kB | 368 kB | 0.4/2.2 MB | 19 kB Progress (4): 307 kB | 368 kB | 0.5/2.2 MB | 19 kB Progress (4): 307 kB | 368 kB | 0.5/2.2 MB | 19 kB Progress (4): 307 kB | 368 kB | 0.5/2.2 MB | 19 kB Progress (4): 307 kB | 368 kB | 0.5/2.2 MB | 19 kB Progress (4): 307 kB | 368 kB | 0.5/2.2 MB | 19 kB Progress (4): 307 kB | 368 kB | 0.5/2.2 MB | 19 kB Progress (4): 307 kB | 368 kB | 0.6/2.2 MB | 19 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/appium/java-client/7.0.0/java-client-7.0.0.jar (368 kB at 7.3 kB/s) +Progress (3): 307 kB | 0.6/2.2 MB | 19 kB Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/commons-beanutils/commons-beanutils/1.9.2/commons-beanutils-1.9.2.jar +Progress (3): 307 kB | 0.6/2.2 MB | 19 kB Progress (3): 307 kB | 0.6/2.2 MB | 19 kB Progress (3): 307 kB | 0.6/2.2 MB | 19 kB Progress (3): 307 kB | 0.6/2.2 MB | 19 kB Progress (3): 307 kB | 0.7/2.2 MB | 19 kB Progress (4): 307 kB | 0.7/2.2 MB | 19 kB | 4.1/186 kB Progress (4): 307 kB | 0.7/2.2 MB | 19 kB | 7.8/186 kB Progress (4): 307 kB | 0.7/2.2 MB | 19 kB | 12/186 kB Progress (4): 307 kB | 0.7/2.2 MB | 19 kB | 16/186 kB Progress (4): 307 kB | 0.7/2.2 MB | 19 kB | 20/186 kB Progress (4): 307 kB | 0.7/2.2 MB | 19 kB | 24/186 kB Progress (4): 307 kB | 0.7/2.2 MB | 19 kB | 28/186 kB Progress (4): 307 kB | 0.7/2.2 MB | 19 kB | 32/186 kB Progress (4): 307 kB | 0.7/2.2 MB | 19 kB | 36/186 kB Progress (4): 307 kB | 0.7/2.2 MB | 19 kB | 41/186 kB Progress (4): 307 kB | 0.7/2.2 MB | 19 kB | 45/186 kB Progress (4): 307 kB | 0.7/2.2 MB | 19 kB | 49/186 kB Progress (4): 307 kB | 0.7/2.2 MB | 19 kB | 53/186 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/ant/ant-launcher/1.10.3/ant-launcher-1.10.3.jar (19 kB at 370 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/commons-digester/commons-digester/1.8.1/commons-digester-1.8.1.jar +Progress (3): 307 kB | 0.7/2.2 MB | 57/186 kB Progress (3): 307 kB | 0.7/2.2 MB | 57/186 kB Progress (3): 307 kB | 0.7/2.2 MB | 57/186 kB Progress (3): 307 kB | 0.7/2.2 MB | 57/186 kB Progress (3): 307 kB | 0.7/2.2 MB | 57/186 kB Progress (3): 307 kB | 0.7/2.2 MB | 57/186 kB Progress (3): 307 kB | 0.8/2.2 MB | 57/186 kB Progress (3): 307 kB | 0.8/2.2 MB | 57/186 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/cglib/cglib/3.2.8/cglib-3.2.8.jar (307 kB at 6.1 kB/s) +Progress (2): 0.8/2.2 MB | 57/186 kB Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/commons-io/commons-io/2.6/commons-io-2.6.jar +Progress (2): 0.8/2.2 MB | 57/186 kB Progress (2): 0.8/2.2 MB | 57/186 kB Progress (2): 0.8/2.2 MB | 57/186 kB Progress (2): 0.9/2.2 MB | 57/186 kB Progress (2): 0.9/2.2 MB | 57/186 kB Progress (2): 0.9/2.2 MB | 61/186 kB Progress (2): 0.9/2.2 MB | 65/186 kB Progress (2): 0.9/2.2 MB | 69/186 kB Progress (2): 0.9/2.2 MB | 73/186 kB Progress (2): 0.9/2.2 MB | 77/186 kB Progress (2): 0.9/2.2 MB | 82/186 kB Progress (2): 0.9/2.2 MB | 86/186 kB Progress (2): 0.9/2.2 MB | 90/186 kB Progress (2): 0.9/2.2 MB | 94/186 kB Progress (2): 0.9/2.2 MB | 98/186 kB Progress (2): 0.9/2.2 MB | 102/186 kB Progress (2): 0.9/2.2 MB | 106/186 kB Progress (2): 0.9/2.2 MB | 106/186 kB Progress (2): 0.9/2.2 MB | 110/186 kB Progress (2): 0.9/2.2 MB | 114/186 kB Progress (2): 0.9/2.2 MB | 118/186 kB Progress (2): 0.9/2.2 MB | 122/186 kB Progress (2): 0.9/2.2 MB | 122/186 kB Progress (2): 0.9/2.2 MB | 122/186 kB Progress (2): 0.9/2.2 MB | 122/186 kB Progress (2): 0.9/2.2 MB | 122/186 kB Progress (2): 1.0/2.2 MB | 122/186 kB Progress (2): 1.0/2.2 MB | 122/186 kB Progress (2): 1.0/2.2 MB | 122/186 kB Progress (2): 1.0/2.2 MB | 122/186 kB Progress (2): 1.0/2.2 MB | 122/186 kB Progress (2): 1.0/2.2 MB | 122/186 kB Progress (2): 1.1/2.2 MB | 122/186 kB Progress (2): 1.1/2.2 MB | 122/186 kB Progress (2): 1.1/2.2 MB | 122/186 kB Progress (2): 1.1/2.2 MB | 127/186 kB Progress (2): 1.1/2.2 MB | 131/186 kB Progress (2): 1.1/2.2 MB | 135/186 kB Progress (2): 1.1/2.2 MB | 139/186 kB Progress (3): 1.1/2.2 MB | 139/186 kB | 4.1/234 kB Progress (3): 1.1/2.2 MB | 139/186 kB | 7.8/234 kB Progress (3): 1.1/2.2 MB | 139/186 kB | 12/234 kB Progress (3): 1.1/2.2 MB | 139/186 kB | 16/234 kB Progress (3): 1.1/2.2 MB | 139/186 kB | 20/234 kB Progress (3): 1.1/2.2 MB | 139/186 kB | 24/234 kB Progress (3): 1.1/2.2 MB | 139/186 kB | 28/234 kB Progress (3): 1.1/2.2 MB | 139/186 kB | 32/234 kB Progress (3): 1.1/2.2 MB | 139/186 kB | 36/234 kB Progress (3): 1.1/2.2 MB | 139/186 kB | 41/234 kB Progress (3): 1.1/2.2 MB | 139/186 kB | 45/234 kB Progress (3): 1.1/2.2 MB | 139/186 kB | 49/234 kB Progress (3): 1.1/2.2 MB | 139/186 kB | 53/234 kB Progress (3): 1.1/2.2 MB | 139/186 kB | 57/234 kB Progress (3): 1.1/2.2 MB | 139/186 kB | 61/234 kB Progress (3): 1.1/2.2 MB | 139/186 kB | 65/234 kB Progress (3): 1.1/2.2 MB | 139/186 kB | 69/234 kB Progress (3): 1.1/2.2 MB | 139/186 kB | 73/234 kB Progress (3): 1.1/2.2 MB | 139/186 kB | 77/234 kB Progress (3): 1.1/2.2 MB | 139/186 kB | 82/234 kB Progress (3): 1.1/2.2 MB | 139/186 kB | 86/234 kB Progress (3): 1.1/2.2 MB | 139/186 kB | 90/234 kB Progress (3): 1.1/2.2 MB | 143/186 kB | 90/234 kB Progress (3): 1.1/2.2 MB | 147/186 kB | 90/234 kB Progress (3): 1.1/2.2 MB | 151/186 kB | 90/234 kB Progress (3): 1.1/2.2 MB | 155/186 kB | 90/234 kB Progress (3): 1.1/2.2 MB | 159/186 kB | 90/234 kB Progress (3): 1.1/2.2 MB | 163/186 kB | 90/234 kB Progress (3): 1.1/2.2 MB | 168/186 kB | 90/234 kB Progress (3): 1.1/2.2 MB | 172/186 kB | 90/234 kB Progress (3): 1.1/2.2 MB | 176/186 kB | 90/234 kB Progress (3): 1.1/2.2 MB | 180/186 kB | 90/234 kB Progress (3): 1.1/2.2 MB | 184/186 kB | 90/234 kB Progress (3): 1.1/2.2 MB | 186 kB | 90/234 kB Progress (3): 1.1/2.2 MB | 186 kB | 90/234 kB Progress (3): 1.1/2.2 MB | 186 kB | 90/234 kB Progress (3): 1.1/2.2 MB | 186 kB | 90/234 kB Progress (3): 1.2/2.2 MB | 186 kB | 90/234 kB Progress (3): 1.2/2.2 MB | 186 kB | 90/234 kB Progress (3): 1.2/2.2 MB | 186 kB | 90/234 kB Progress (3): 1.2/2.2 MB | 186 kB | 90/234 kB Progress (3): 1.2/2.2 MB | 186 kB | 90/234 kB Progress (3): 1.2/2.2 MB | 186 kB | 90/234 kB Progress (3): 1.3/2.2 MB | 186 kB | 90/234 kB Progress (3): 1.3/2.2 MB | 186 kB | 90/234 kB Progress (3): 1.3/2.2 MB | 186 kB | 90/234 kB Progress (3): 1.3/2.2 MB | 186 kB | 90/234 kB Progress (3): 1.3/2.2 MB | 186 kB | 90/234 kB Progress (3): 1.3/2.2 MB | 186 kB | 90/234 kB Progress (4): 1.3/2.2 MB | 186 kB | 90/234 kB | 4.1/215 kB Progress (4): 1.3/2.2 MB | 186 kB | 90/234 kB | 7.8/215 kB Progress (4): 1.3/2.2 MB | 186 kB | 90/234 kB | 12/215 kB Progress (4): 1.3/2.2 MB | 186 kB | 90/234 kB | 16/215 kB Progress (4): 1.3/2.2 MB | 186 kB | 90/234 kB | 20/215 kB Progress (4): 1.3/2.2 MB | 186 kB | 90/234 kB | 24/215 kB Progress (4): 1.3/2.2 MB | 186 kB | 90/234 kB | 28/215 kB Progress (4): 1.3/2.2 MB | 186 kB | 90/234 kB | 32/215 kB Progress (4): 1.3/2.2 MB | 186 kB | 90/234 kB | 36/215 kB Progress (4): 1.3/2.2 MB | 186 kB | 90/234 kB | 41/215 kB Progress (4): 1.3/2.2 MB | 186 kB | 90/234 kB | 45/215 kB Progress (4): 1.3/2.2 MB | 186 kB | 90/234 kB | 49/215 kB Progress (4): 1.3/2.2 MB | 186 kB | 90/234 kB | 53/215 kB Progress (4): 1.3/2.2 MB | 186 kB | 90/234 kB | 57/215 kB Progress (4): 1.3/2.2 MB | 186 kB | 90/234 kB | 61/215 kB Progress (4): 1.3/2.2 MB | 186 kB | 90/234 kB | 65/215 kB Progress (4): 1.3/2.2 MB | 186 kB | 90/234 kB | 69/215 kB Progress (4): 1.3/2.2 MB | 186 kB | 90/234 kB | 73/215 kB Progress (4): 1.3/2.2 MB | 186 kB | 90/234 kB | 77/215 kB Progress (4): 1.3/2.2 MB | 186 kB | 90/234 kB | 82/215 kB Progress (4): 1.3/2.2 MB | 186 kB | 94/234 kB | 82/215 kB Progress (4): 1.3/2.2 MB | 186 kB | 98/234 kB | 82/215 kB Progress (4): 1.3/2.2 MB | 186 kB | 102/234 kB | 82/215 kB Progress (4): 1.3/2.2 MB | 186 kB | 106/234 kB | 82/215 kB Progress (4): 1.3/2.2 MB | 186 kB | 110/234 kB | 82/215 kB Progress (4): 1.3/2.2 MB | 186 kB | 114/234 kB | 82/215 kB Progress (4): 1.3/2.2 MB | 186 kB | 118/234 kB | 82/215 kB Progress (4): 1.3/2.2 MB | 186 kB | 122/234 kB | 82/215 kB Progress (4): 1.3/2.2 MB | 186 kB | 127/234 kB | 82/215 kB Progress (4): 1.3/2.2 MB | 186 kB | 131/234 kB | 82/215 kB Progress (4): 1.3/2.2 MB | 186 kB | 135/234 kB | 82/215 kB Progress (4): 1.3/2.2 MB | 186 kB | 139/234 kB | 82/215 kB Progress (4): 1.3/2.2 MB | 186 kB | 143/234 kB | 82/215 kB Progress (4): 1.3/2.2 MB | 186 kB | 147/234 kB | 82/215 kB Progress (4): 1.3/2.2 MB | 186 kB | 151/234 kB | 82/215 kB Progress (4): 1.3/2.2 MB | 186 kB | 155/234 kB | 82/215 kB Progress (4): 1.3/2.2 MB | 186 kB | 159/234 kB | 82/215 kB Progress (4): 1.3/2.2 MB | 186 kB | 163/234 kB | 82/215 kB Progress (4): 1.4/2.2 MB | 186 kB | 163/234 kB | 82/215 kB Progress (4): 1.4/2.2 MB | 186 kB | 163/234 kB | 82/215 kB Progress (4): 1.4/2.2 MB | 186 kB | 163/234 kB | 82/215 kB Progress (4): 1.4/2.2 MB | 186 kB | 163/234 kB | 82/215 kB Progress (4): 1.4/2.2 MB | 186 kB | 163/234 kB | 82/215 kB Progress (4): 1.4/2.2 MB | 186 kB | 163/234 kB | 82/215 kB Progress (4): 1.5/2.2 MB | 186 kB | 163/234 kB | 82/215 kB Progress (5): 1.5/2.2 MB | 186 kB | 163/234 kB | 82/215 kB | 4.1/146 kB Progress (5): 1.5/2.2 MB | 186 kB | 163/234 kB | 82/215 kB | 7.8/146 kB Progress (5): 1.5/2.2 MB | 186 kB | 163/234 kB | 82/215 kB | 12/146 kB Progress (5): 1.5/2.2 MB | 186 kB | 163/234 kB | 82/215 kB | 16/146 kB Progress (5): 1.5/2.2 MB | 186 kB | 163/234 kB | 82/215 kB | 20/146 kB Progress (5): 1.5/2.2 MB | 186 kB | 163/234 kB | 82/215 kB | 24/146 kB Progress (5): 1.5/2.2 MB | 186 kB | 163/234 kB | 82/215 kB | 28/146 kB Progress (5): 1.5/2.2 MB | 186 kB | 163/234 kB | 82/215 kB | 32/146 kB Progress (5): 1.5/2.2 MB | 186 kB | 163/234 kB | 82/215 kB | 36/146 kB Progress (5): 1.5/2.2 MB | 186 kB | 163/234 kB | 82/215 kB | 41/146 kB Progress (5): 1.5/2.2 MB | 186 kB | 163/234 kB | 82/215 kB | 41/146 kB Progress (5): 1.5/2.2 MB | 186 kB | 163/234 kB | 82/215 kB | 41/146 kB Progress (5): 1.5/2.2 MB | 186 kB | 163/234 kB | 82/215 kB | 41/146 kB Progress (5): 1.5/2.2 MB | 186 kB | 163/234 kB | 82/215 kB | 41/146 kB Progress (5): 1.5/2.2 MB | 186 kB | 163/234 kB | 82/215 kB | 41/146 kB Progress (5): 1.6/2.2 MB | 186 kB | 163/234 kB | 82/215 kB | 41/146 kB Progress (5): 1.6/2.2 MB | 186 kB | 163/234 kB | 82/215 kB | 41/146 kB Progress (5): 1.6/2.2 MB | 186 kB | 163/234 kB | 82/215 kB | 41/146 kB Progress (5): 1.6/2.2 MB | 186 kB | 163/234 kB | 86/215 kB | 41/146 kB Progress (5): 1.6/2.2 MB | 186 kB | 163/234 kB | 90/215 kB | 41/146 kB Progress (5): 1.6/2.2 MB | 186 kB | 163/234 kB | 94/215 kB | 41/146 kB Progress (5): 1.6/2.2 MB | 186 kB | 163/234 kB | 98/215 kB | 41/146 kB Progress (5): 1.6/2.2 MB | 186 kB | 163/234 kB | 102/215 kB | 41/146 kB Progress (5): 1.6/2.2 MB | 186 kB | 163/234 kB | 106/215 kB | 41/146 kB Progress (5): 1.6/2.2 MB | 186 kB | 163/234 kB | 110/215 kB | 41/146 kB Progress (5): 1.6/2.2 MB | 186 kB | 163/234 kB | 114/215 kB | 41/146 kB Progress (5): 1.6/2.2 MB | 186 kB | 163/234 kB | 118/215 kB | 41/146 kB Progress (5): 1.6/2.2 MB | 186 kB | 163/234 kB | 122/215 kB | 41/146 kB Progress (5): 1.6/2.2 MB | 186 kB | 163/234 kB | 127/215 kB | 41/146 kB Progress (5): 1.6/2.2 MB | 186 kB | 163/234 kB | 131/215 kB | 41/146 kB Progress (5): 1.6/2.2 MB | 186 kB | 163/234 kB | 135/215 kB | 41/146 kB Progress (5): 1.6/2.2 MB | 186 kB | 163/234 kB | 139/215 kB | 41/146 kB Progress (5): 1.6/2.2 MB | 186 kB | 163/234 kB | 143/215 kB | 41/146 kB Progress (5): 1.6/2.2 MB | 186 kB | 163/234 kB | 147/215 kB | 41/146 kB Progress (5): 1.6/2.2 MB | 186 kB | 163/234 kB | 151/215 kB | 41/146 kB Progress (5): 1.6/2.2 MB | 186 kB | 163/234 kB | 155/215 kB | 41/146 kB Progress (5): 1.6/2.2 MB | 186 kB | 163/234 kB | 159/215 kB | 41/146 kB Progress (5): 1.6/2.2 MB | 186 kB | 163/234 kB | 163/215 kB | 41/146 kB Progress (5): 1.6/2.2 MB | 186 kB | 163/234 kB | 168/215 kB | 41/146 kB Progress (5): 1.6/2.2 MB | 186 kB | 163/234 kB | 172/215 kB | 41/146 kB Progress (5): 1.6/2.2 MB | 186 kB | 163/234 kB | 176/215 kB | 41/146 kB Progress (5): 1.6/2.2 MB | 186 kB | 163/234 kB | 180/215 kB | 41/146 kB Progress (5): 1.6/2.2 MB | 186 kB | 163/234 kB | 184/215 kB | 41/146 kB Progress (5): 1.6/2.2 MB | 186 kB | 163/234 kB | 188/215 kB | 41/146 kB Progress (5): 1.6/2.2 MB | 186 kB | 163/234 kB | 192/215 kB | 41/146 kB Progress (5): 1.6/2.2 MB | 186 kB | 163/234 kB | 196/215 kB | 41/146 kB Progress (5): 1.6/2.2 MB | 186 kB | 163/234 kB | 200/215 kB | 41/146 kB Progress (5): 1.6/2.2 MB | 186 kB | 163/234 kB | 204/215 kB | 41/146 kB Progress (5): 1.6/2.2 MB | 186 kB | 163/234 kB | 208/215 kB | 41/146 kB Progress (5): 1.6/2.2 MB | 186 kB | 163/234 kB | 213/215 kB | 41/146 kB Progress (5): 1.6/2.2 MB | 186 kB | 163/234 kB | 215 kB | 41/146 kB Progress (5): 1.6/2.2 MB | 186 kB | 168/234 kB | 215 kB | 41/146 kB Progress (5): 1.6/2.2 MB | 186 kB | 172/234 kB | 215 kB | 41/146 kB Progress (5): 1.6/2.2 MB | 186 kB | 176/234 kB | 215 kB | 41/146 kB Progress (5): 1.6/2.2 MB | 186 kB | 180/234 kB | 215 kB | 41/146 kB Progress (5): 1.6/2.2 MB | 186 kB | 184/234 kB | 215 kB | 41/146 kB Progress (5): 1.6/2.2 MB | 186 kB | 188/234 kB | 215 kB | 41/146 kB Progress (5): 1.6/2.2 MB | 186 kB | 192/234 kB | 215 kB | 41/146 kB Progress (5): 1.6/2.2 MB | 186 kB | 196/234 kB | 215 kB | 41/146 kB Progress (5): 1.6/2.2 MB | 186 kB | 196/234 kB | 215 kB | 41/146 kB Progress (5): 1.6/2.2 MB | 186 kB | 196/234 kB | 215 kB | 41/146 kB Progress (5): 1.6/2.2 MB | 186 kB | 196/234 kB | 215 kB | 41/146 kB Progress (5): 1.7/2.2 MB | 186 kB | 196/234 kB | 215 kB | 41/146 kB Progress (5): 1.7/2.2 MB | 186 kB | 196/234 kB | 215 kB | 41/146 kB Progress (5): 1.7/2.2 MB | 186 kB | 196/234 kB | 215 kB | 41/146 kB Progress (5): 1.7/2.2 MB | 186 kB | 196/234 kB | 215 kB | 41/146 kB Progress (5): 1.7/2.2 MB | 186 kB | 196/234 kB | 215 kB | 45/146 kB Progress (5): 1.7/2.2 MB | 186 kB | 196/234 kB | 215 kB | 49/146 kB Progress (5): 1.7/2.2 MB | 186 kB | 196/234 kB | 215 kB | 53/146 kB Progress (5): 1.7/2.2 MB | 186 kB | 196/234 kB | 215 kB | 57/146 kB Progress (5): 1.7/2.2 MB | 186 kB | 196/234 kB | 215 kB | 61/146 kB Progress (5): 1.7/2.2 MB | 186 kB | 196/234 kB | 215 kB | 65/146 kB Progress (5): 1.7/2.2 MB | 186 kB | 196/234 kB | 215 kB | 69/146 kB Progress (5): 1.7/2.2 MB | 186 kB | 196/234 kB | 215 kB | 73/146 kB Progress (5): 1.7/2.2 MB | 186 kB | 196/234 kB | 215 kB | 77/146 kB Progress (5): 1.7/2.2 MB | 186 kB | 196/234 kB | 215 kB | 82/146 kB Progress (5): 1.7/2.2 MB | 186 kB | 196/234 kB | 215 kB | 86/146 kB Progress (5): 1.7/2.2 MB | 186 kB | 196/234 kB | 215 kB | 90/146 kB Progress (5): 1.7/2.2 MB | 186 kB | 196/234 kB | 215 kB | 90/146 kB Progress (5): 1.7/2.2 MB | 186 kB | 196/234 kB | 215 kB | 90/146 kB Progress (5): 1.8/2.2 MB | 186 kB | 196/234 kB | 215 kB | 90/146 kB Progress (5): 1.8/2.2 MB | 186 kB | 196/234 kB | 215 kB | 90/146 kB Progress (5): 1.8/2.2 MB | 186 kB | 196/234 kB | 215 kB | 90/146 kB Progress (5): 1.8/2.2 MB | 186 kB | 196/234 kB | 215 kB | 90/146 kB Progress (5): 1.8/2.2 MB | 186 kB | 196/234 kB | 215 kB | 90/146 kB Progress (5): 1.8/2.2 MB | 186 kB | 196/234 kB | 215 kB | 90/146 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/commons-validator/commons-validator/1.6/commons-validator-1.6.jar (186 kB at 3.6 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/aspectj/aspectjweaver/1.9.1/aspectjweaver-1.9.1.jar +Progress (4): 1.8/2.2 MB | 200/234 kB | 215 kB | 90/146 kB Progress (4): 1.8/2.2 MB | 204/234 kB | 215 kB | 90/146 kB Progress (4): 1.8/2.2 MB | 208/234 kB | 215 kB | 90/146 kB Progress (4): 1.8/2.2 MB | 213/234 kB | 215 kB | 90/146 kB Progress (4): 1.8/2.2 MB | 217/234 kB | 215 kB | 90/146 kB Progress (4): 1.8/2.2 MB | 221/234 kB | 215 kB | 90/146 kB Progress (4): 1.8/2.2 MB | 225/234 kB | 215 kB | 90/146 kB Progress (4): 1.8/2.2 MB | 229/234 kB | 215 kB | 90/146 kB Progress (4): 1.8/2.2 MB | 233/234 kB | 215 kB | 90/146 kB Progress (4): 1.8/2.2 MB | 234 kB | 215 kB | 90/146 kB Progress (4): 1.9/2.2 MB | 234 kB | 215 kB | 90/146 kB Progress (4): 1.9/2.2 MB | 234 kB | 215 kB | 90/146 kB Progress (4): 1.9/2.2 MB | 234 kB | 215 kB | 90/146 kB Progress (4): 1.9/2.2 MB | 234 kB | 215 kB | 90/146 kB Progress (4): 1.9/2.2 MB | 234 kB | 215 kB | 90/146 kB Progress (4): 1.9/2.2 MB | 234 kB | 215 kB | 90/146 kB Progress (4): 1.9/2.2 MB | 234 kB | 215 kB | 90/146 kB Progress (4): 1.9/2.2 MB | 234 kB | 215 kB | 94/146 kB Progress (4): 1.9/2.2 MB | 234 kB | 215 kB | 98/146 kB Progress (4): 1.9/2.2 MB | 234 kB | 215 kB | 102/146 kB Progress (4): 1.9/2.2 MB | 234 kB | 215 kB | 106/146 kB Progress (4): 1.9/2.2 MB | 234 kB | 215 kB | 110/146 kB Progress (4): 1.9/2.2 MB | 234 kB | 215 kB | 114/146 kB Progress (4): 1.9/2.2 MB | 234 kB | 215 kB | 118/146 kB Progress (4): 1.9/2.2 MB | 234 kB | 215 kB | 122/146 kB Progress (4): 1.9/2.2 MB | 234 kB | 215 kB | 127/146 kB Progress (4): 1.9/2.2 MB | 234 kB | 215 kB | 131/146 kB Progress (4): 1.9/2.2 MB | 234 kB | 215 kB | 135/146 kB Progress (4): 1.9/2.2 MB | 234 kB | 215 kB | 139/146 kB Progress (4): 1.9/2.2 MB | 234 kB | 215 kB | 143/146 kB Progress (4): 1.9/2.2 MB | 234 kB | 215 kB | 146 kB Progress (4): 2.0/2.2 MB | 234 kB | 215 kB | 146 kB Progress (4): 2.0/2.2 MB | 234 kB | 215 kB | 146 kB Progress (4): 2.0/2.2 MB | 234 kB | 215 kB | 146 kB Progress (4): 2.0/2.2 MB | 234 kB | 215 kB | 146 kB Progress (4): 2.0/2.2 MB | 234 kB | 215 kB | 146 kB Progress (4): 2.0/2.2 MB | 234 kB | 215 kB | 146 kB Progress (4): 2.1/2.2 MB | 234 kB | 215 kB | 146 kB Progress (4): 2.1/2.2 MB | 234 kB | 215 kB | 146 kB Progress (4): 2.1/2.2 MB | 234 kB | 215 kB | 146 kB Progress (4): 2.1/2.2 MB | 234 kB | 215 kB | 146 kB Progress (4): 2.1/2.2 MB | 234 kB | 215 kB | 146 kB Progress (4): 2.1/2.2 MB | 234 kB | 215 kB | 146 kB Progress (4): 2.2/2.2 MB | 234 kB | 215 kB | 146 kB Progress (4): 2.2/2.2 MB | 234 kB | 215 kB | 146 kB Progress (4): 2.2/2.2 MB | 234 kB | 215 kB | 146 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/commons-io/commons-io/2.6/commons-io-2.6.jar (215 kB at 4.1 kB/s) +Progress (3): 2.2 MB | 234 kB | 146 kB Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/github/bonigarcia/webdrivermanager/3.3.0/webdrivermanager-3.3.0.jar +Progress (4): 2.2 MB | 234 kB | 146 kB | 0/2.0 MB Progress (4): 2.2 MB | 234 kB | 146 kB | 0/2.0 MB Progress (4): 2.2 MB | 234 kB | 146 kB | 0/2.0 MB Progress (4): 2.2 MB | 234 kB | 146 kB | 0/2.0 MB Progress (4): 2.2 MB | 234 kB | 146 kB | 0/2.0 MB Progress (4): 2.2 MB | 234 kB | 146 kB | 0.1/2.0 MB Progress (4): 2.2 MB | 234 kB | 146 kB | 0.1/2.0 MB Progress (4): 2.2 MB | 234 kB | 146 kB | 0.1/2.0 MB Progress (4): 2.2 MB | 234 kB | 146 kB | 0.1/2.0 MB Progress (4): 2.2 MB | 234 kB | 146 kB | 0.1/2.0 MB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/commons-beanutils/commons-beanutils/1.9.2/commons-beanutils-1.9.2.jar (234 kB at 4.5 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/rauschig/jarchivelib/1.0.0/jarchivelib-1.0.0.jar +Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/commons-digester/commons-digester/1.8.1/commons-digester-1.8.1.jar (146 kB at 2.8 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar +Progress (2): 2.2 MB | 0.1/2.0 MB Progress (2): 2.2 MB | 0.1/2.0 MB Progress (2): 2.2 MB | 0.1/2.0 MB Progress (2): 2.2 MB | 0.1/2.0 MB Progress (2): 2.2 MB | 0.1/2.0 MB Progress (2): 2.2 MB | 0.1/2.0 MB Progress (2): 2.2 MB | 0.1/2.0 MB Progress (2): 2.2 MB | 0.2/2.0 MB Progress (2): 2.2 MB | 0.2/2.0 MB Progress (2): 2.2 MB | 0.2/2.0 MB Progress (2): 2.2 MB | 0.2/2.0 MB Progress (2): 2.2 MB | 0.2/2.0 MB Progress (2): 2.2 MB | 0.2/2.0 MB Progress (2): 2.2 MB | 0.2/2.0 MB Progress (2): 2.2 MB | 0.2/2.0 MB Progress (2): 2.2 MB | 0.2/2.0 MB Progress (2): 2.2 MB | 0.2/2.0 MB Progress (2): 2.2 MB | 0.2/2.0 MB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/ant/ant/1.10.3/ant-1.10.3.jar (2.2 MB at 42 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/net/lightbody/bmp/browsermob-core/2.1.5/browsermob-core-2.1.5.jar +Progress (2): 0.2/2.0 MB | 4.1/80 kB Progress (2): 0.2/2.0 MB | 7.8/80 kB Progress (2): 0.2/2.0 MB | 12/80 kB Progress (2): 0.2/2.0 MB | 16/80 kB Progress (2): 0.2/2.0 MB | 16/80 kB Progress (2): 0.3/2.0 MB | 16/80 kB Progress (2): 0.3/2.0 MB | 16/80 kB Progress (2): 0.3/2.0 MB | 16/80 kB Progress (2): 0.3/2.0 MB | 16/80 kB Progress (2): 0.3/2.0 MB | 16/80 kB Progress (2): 0.3/2.0 MB | 16/80 kB Progress (2): 0.3/2.0 MB | 16/80 kB Progress (2): 0.3/2.0 MB | 16/80 kB Progress (2): 0.3/2.0 MB | 16/80 kB Progress (2): 0.3/2.0 MB | 16/80 kB Progress (2): 0.3/2.0 MB | 16/80 kB Progress (2): 0.3/2.0 MB | 16/80 kB Progress (2): 0.4/2.0 MB | 16/80 kB Progress (2): 0.4/2.0 MB | 16/80 kB Progress (2): 0.4/2.0 MB | 16/80 kB Progress (2): 0.4/2.0 MB | 16/80 kB Progress (2): 0.4/2.0 MB | 16/80 kB Progress (2): 0.4/2.0 MB | 16/80 kB Progress (2): 0.4/2.0 MB | 16/80 kB Progress (2): 0.4/2.0 MB | 16/80 kB Progress (3): 0.4/2.0 MB | 16/80 kB | 4.1/41 kB Progress (3): 0.4/2.0 MB | 16/80 kB | 7.8/41 kB Progress (3): 0.4/2.0 MB | 16/80 kB | 12/41 kB Progress (3): 0.4/2.0 MB | 16/80 kB | 16/41 kB Progress (3): 0.4/2.0 MB | 16/80 kB | 20/41 kB Progress (3): 0.4/2.0 MB | 16/80 kB | 24/41 kB Progress (3): 0.4/2.0 MB | 16/80 kB | 28/41 kB Progress (3): 0.4/2.0 MB | 16/80 kB | 32/41 kB Progress (3): 0.4/2.0 MB | 16/80 kB | 36/41 kB Progress (3): 0.4/2.0 MB | 16/80 kB | 41/41 kB Progress (3): 0.4/2.0 MB | 16/80 kB | 41 kB Progress (3): 0.4/2.0 MB | 20/80 kB | 41 kB Progress (3): 0.4/2.0 MB | 24/80 kB | 41 kB Progress (3): 0.4/2.0 MB | 28/80 kB | 41 kB Progress (3): 0.4/2.0 MB | 32/80 kB | 41 kB Progress (3): 0.4/2.0 MB | 36/80 kB | 41 kB Progress (3): 0.4/2.0 MB | 41/80 kB | 41 kB Progress (3): 0.4/2.0 MB | 41/80 kB | 41 kB Progress (3): 0.4/2.0 MB | 41/80 kB | 41 kB Progress (4): 0.4/2.0 MB | 41/80 kB | 41 kB | 4.1/592 kB Progress (4): 0.4/2.0 MB | 41/80 kB | 41 kB | 7.8/592 kB Progress (4): 0.4/2.0 MB | 41/80 kB | 41 kB | 12/592 kB Progress (4): 0.4/2.0 MB | 41/80 kB | 41 kB | 16/592 kB Progress (4): 0.4/2.0 MB | 41/80 kB | 41 kB | 20/592 kB Progress (4): 0.4/2.0 MB | 41/80 kB | 41 kB | 24/592 kB Progress (4): 0.4/2.0 MB | 41/80 kB | 41 kB | 28/592 kB Progress (4): 0.4/2.0 MB | 41/80 kB | 41 kB | 32/592 kB Progress (4): 0.4/2.0 MB | 41/80 kB | 41 kB | 36/592 kB Progress (4): 0.4/2.0 MB | 41/80 kB | 41 kB | 41/592 kB Progress (4): 0.4/2.0 MB | 41/80 kB | 41 kB | 45/592 kB Progress (4): 0.4/2.0 MB | 41/80 kB | 41 kB | 49/592 kB Progress (4): 0.4/2.0 MB | 41/80 kB | 41 kB | 53/592 kB Progress (4): 0.4/2.0 MB | 41/80 kB | 41 kB | 57/592 kB Progress (4): 0.4/2.0 MB | 41/80 kB | 41 kB | 61/592 kB Progress (4): 0.4/2.0 MB | 41/80 kB | 41 kB | 65/592 kB Progress (4): 0.4/2.0 MB | 41/80 kB | 41 kB | 69/592 kB Progress (4): 0.4/2.0 MB | 41/80 kB | 41 kB | 73/592 kB Progress (4): 0.4/2.0 MB | 41/80 kB | 41 kB | 73/592 kB Progress (4): 0.5/2.0 MB | 41/80 kB | 41 kB | 73/592 kB Progress (4): 0.5/2.0 MB | 41/80 kB | 41 kB | 73/592 kB Progress (4): 0.5/2.0 MB | 41/80 kB | 41 kB | 73/592 kB Progress (4): 0.5/2.0 MB | 41/80 kB | 41 kB | 73/592 kB Progress (4): 0.5/2.0 MB | 41/80 kB | 41 kB | 73/592 kB Progress (4): 0.5/2.0 MB | 41/80 kB | 41 kB | 73/592 kB Progress (4): 0.5/2.0 MB | 41/80 kB | 41 kB | 73/592 kB Progress (4): 0.5/2.0 MB | 41/80 kB | 41 kB | 73/592 kB Progress (4): 0.5/2.0 MB | 41/80 kB | 41 kB | 73/592 kB Progress (4): 0.5/2.0 MB | 41/80 kB | 41 kB | 73/592 kB Progress (4): 0.5/2.0 MB | 41/80 kB | 41 kB | 73/592 kB Progress (4): 0.5/2.0 MB | 41/80 kB | 41 kB | 73/592 kB Progress (4): 0.5/2.0 MB | 41/80 kB | 41 kB | 73/592 kB Progress (4): 0.6/2.0 MB | 41/80 kB | 41 kB | 73/592 kB Progress (4): 0.6/2.0 MB | 41/80 kB | 41 kB | 73/592 kB Progress (4): 0.6/2.0 MB | 41/80 kB | 41 kB | 73/592 kB Progress (4): 0.6/2.0 MB | 41/80 kB | 41 kB | 73/592 kB Progress (4): 0.6/2.0 MB | 41/80 kB | 41 kB | 73/592 kB Progress (4): 0.6/2.0 MB | 41/80 kB | 41 kB | 73/592 kB Progress (4): 0.6/2.0 MB | 41/80 kB | 41 kB | 73/592 kB Progress (4): 0.6/2.0 MB | 41/80 kB | 41 kB | 73/592 kB Progress (4): 0.6/2.0 MB | 45/80 kB | 41 kB | 73/592 kB Progress (4): 0.6/2.0 MB | 49/80 kB | 41 kB | 73/592 kB Progress (4): 0.6/2.0 MB | 53/80 kB | 41 kB | 73/592 kB Progress (4): 0.6/2.0 MB | 57/80 kB | 41 kB | 73/592 kB Progress (4): 0.6/2.0 MB | 61/80 kB | 41 kB | 73/592 kB Progress (4): 0.6/2.0 MB | 65/80 kB | 41 kB | 73/592 kB Progress (4): 0.6/2.0 MB | 69/80 kB | 41 kB | 73/592 kB Progress (4): 0.6/2.0 MB | 73/80 kB | 41 kB | 73/592 kB Progress (4): 0.6/2.0 MB | 77/80 kB | 41 kB | 73/592 kB Progress (4): 0.6/2.0 MB | 80 kB | 41 kB | 73/592 kB Progress (5): 0.6/2.0 MB | 80 kB | 41 kB | 73/592 kB | 4.1/136 kB Progress (5): 0.6/2.0 MB | 80 kB | 41 kB | 73/592 kB | 7.8/136 kB Progress (5): 0.6/2.0 MB | 80 kB | 41 kB | 73/592 kB | 12/136 kB Progress (5): 0.6/2.0 MB | 80 kB | 41 kB | 73/592 kB | 16/136 kB Progress (5): 0.6/2.0 MB | 80 kB | 41 kB | 73/592 kB | 20/136 kB Progress (5): 0.6/2.0 MB | 80 kB | 41 kB | 73/592 kB | 24/136 kB Progress (5): 0.6/2.0 MB | 80 kB | 41 kB | 73/592 kB | 28/136 kB Progress (5): 0.6/2.0 MB | 80 kB | 41 kB | 73/592 kB | 32/136 kB Progress (5): 0.6/2.0 MB | 80 kB | 41 kB | 73/592 kB | 32/136 kB Progress (5): 0.6/2.0 MB | 80 kB | 41 kB | 73/592 kB | 32/136 kB Progress (5): 0.6/2.0 MB | 80 kB | 41 kB | 77/592 kB | 32/136 kB Progress (5): 0.6/2.0 MB | 80 kB | 41 kB | 82/592 kB | 32/136 kB Progress (5): 0.6/2.0 MB | 80 kB | 41 kB | 86/592 kB | 32/136 kB Progress (5): 0.6/2.0 MB | 80 kB | 41 kB | 90/592 kB | 32/136 kB Progress (5): 0.6/2.0 MB | 80 kB | 41 kB | 94/592 kB | 32/136 kB Progress (5): 0.6/2.0 MB | 80 kB | 41 kB | 98/592 kB | 32/136 kB Progress (5): 0.6/2.0 MB | 80 kB | 41 kB | 102/592 kB | 32/136 kB Progress (5): 0.6/2.0 MB | 80 kB | 41 kB | 106/592 kB | 32/136 kB Progress (5): 0.6/2.0 MB | 80 kB | 41 kB | 110/592 kB | 32/136 kB Progress (5): 0.6/2.0 MB | 80 kB | 41 kB | 114/592 kB | 32/136 kB Progress (5): 0.6/2.0 MB | 80 kB | 41 kB | 118/592 kB | 32/136 kB Progress (5): 0.6/2.0 MB | 80 kB | 41 kB | 122/592 kB | 32/136 kB Progress (5): 0.6/2.0 MB | 80 kB | 41 kB | 127/592 kB | 32/136 kB Progress (5): 0.6/2.0 MB | 80 kB | 41 kB | 131/592 kB | 32/136 kB Progress (5): 0.6/2.0 MB | 80 kB | 41 kB | 135/592 kB | 32/136 kB Progress (5): 0.6/2.0 MB | 80 kB | 41 kB | 139/592 kB | 32/136 kB Progress (5): 0.6/2.0 MB | 80 kB | 41 kB | 143/592 kB | 32/136 kB Progress (5): 0.6/2.0 MB | 80 kB | 41 kB | 147/592 kB | 32/136 kB Progress (5): 0.6/2.0 MB | 80 kB | 41 kB | 151/592 kB | 32/136 kB Progress (5): 0.6/2.0 MB | 80 kB | 41 kB | 155/592 kB | 32/136 kB Progress (5): 0.6/2.0 MB | 80 kB | 41 kB | 159/592 kB | 32/136 kB Progress (5): 0.6/2.0 MB | 80 kB | 41 kB | 163/592 kB | 32/136 kB Progress (5): 0.6/2.0 MB | 80 kB | 41 kB | 168/592 kB | 32/136 kB Progress (5): 0.6/2.0 MB | 80 kB | 41 kB | 172/592 kB | 32/136 kB Progress (5): 0.6/2.0 MB | 80 kB | 41 kB | 176/592 kB | 32/136 kB Progress (5): 0.6/2.0 MB | 80 kB | 41 kB | 180/592 kB | 32/136 kB Progress (5): 0.6/2.0 MB | 80 kB | 41 kB | 184/592 kB | 32/136 kB Progress (5): 0.6/2.0 MB | 80 kB | 41 kB | 188/592 kB | 32/136 kB Progress (5): 0.6/2.0 MB | 80 kB | 41 kB | 192/592 kB | 32/136 kB Progress (5): 0.6/2.0 MB | 80 kB | 41 kB | 196/592 kB | 32/136 kB Progress (5): 0.6/2.0 MB | 80 kB | 41 kB | 200/592 kB | 32/136 kB Progress (5): 0.6/2.0 MB | 80 kB | 41 kB | 204/592 kB | 32/136 kB Progress (5): 0.6/2.0 MB | 80 kB | 41 kB | 208/592 kB | 32/136 kB Progress (5): 0.6/2.0 MB | 80 kB | 41 kB | 213/592 kB | 32/136 kB Progress (5): 0.6/2.0 MB | 80 kB | 41 kB | 217/592 kB | 32/136 kB Progress (5): 0.6/2.0 MB | 80 kB | 41 kB | 221/592 kB | 32/136 kB Progress (5): 0.6/2.0 MB | 80 kB | 41 kB | 225/592 kB | 32/136 kB Progress (5): 0.6/2.0 MB | 80 kB | 41 kB | 229/592 kB | 32/136 kB Progress (5): 0.6/2.0 MB | 80 kB | 41 kB | 233/592 kB | 32/136 kB Progress (5): 0.6/2.0 MB | 80 kB | 41 kB | 237/592 kB | 32/136 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/rauschig/jarchivelib/1.0.0/jarchivelib-1.0.0.jar (41 kB at 776 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/net/lightbody/bmp/littleproxy/1.1.0-beta-bmp-17/littleproxy-1.1.0-beta-bmp-17.jar +Progress (4): 0.6/2.0 MB | 80 kB | 237/592 kB | 36/136 kB Progress (4): 0.6/2.0 MB | 80 kB | 237/592 kB | 41/136 kB Progress (4): 0.6/2.0 MB | 80 kB | 237/592 kB | 45/136 kB Progress (4): 0.6/2.0 MB | 80 kB | 237/592 kB | 49/136 kB Progress (4): 0.6/2.0 MB | 80 kB | 237/592 kB | 53/136 kB Progress (4): 0.6/2.0 MB | 80 kB | 237/592 kB | 57/136 kB Progress (4): 0.6/2.0 MB | 80 kB | 237/592 kB | 61/136 kB Progress (4): 0.6/2.0 MB | 80 kB | 237/592 kB | 65/136 kB Progress (4): 0.6/2.0 MB | 80 kB | 237/592 kB | 69/136 kB Progress (4): 0.6/2.0 MB | 80 kB | 237/592 kB | 73/136 kB Progress (4): 0.6/2.0 MB | 80 kB | 237/592 kB | 77/136 kB Progress (4): 0.6/2.0 MB | 80 kB | 237/592 kB | 82/136 kB Progress (4): 0.6/2.0 MB | 80 kB | 237/592 kB | 86/136 kB Progress (4): 0.6/2.0 MB | 80 kB | 237/592 kB | 90/136 kB Progress (4): 0.6/2.0 MB | 80 kB | 237/592 kB | 94/136 kB Progress (4): 0.6/2.0 MB | 80 kB | 237/592 kB | 98/136 kB Progress (4): 0.6/2.0 MB | 80 kB | 237/592 kB | 98/136 kB Progress (4): 0.6/2.0 MB | 80 kB | 237/592 kB | 98/136 kB Progress (4): 0.7/2.0 MB | 80 kB | 237/592 kB | 98/136 kB Progress (4): 0.7/2.0 MB | 80 kB | 237/592 kB | 98/136 kB Progress (4): 0.7/2.0 MB | 80 kB | 237/592 kB | 98/136 kB Progress (4): 0.7/2.0 MB | 80 kB | 237/592 kB | 98/136 kB Progress (4): 0.7/2.0 MB | 80 kB | 237/592 kB | 98/136 kB Progress (4): 0.7/2.0 MB | 80 kB | 237/592 kB | 98/136 kB Progress (4): 0.7/2.0 MB | 80 kB | 237/592 kB | 98/136 kB Progress (4): 0.7/2.0 MB | 80 kB | 237/592 kB | 98/136 kB Progress (4): 0.7/2.0 MB | 80 kB | 237/592 kB | 98/136 kB Progress (4): 0.7/2.0 MB | 80 kB | 237/592 kB | 98/136 kB Progress (4): 0.7/2.0 MB | 80 kB | 237/592 kB | 98/136 kB Progress (4): 0.7/2.0 MB | 80 kB | 237/592 kB | 98/136 kB Progress (4): 0.8/2.0 MB | 80 kB | 237/592 kB | 98/136 kB Progress (4): 0.8/2.0 MB | 80 kB | 237/592 kB | 98/136 kB Progress (4): 0.8/2.0 MB | 80 kB | 237/592 kB | 98/136 kB Progress (4): 0.8/2.0 MB | 80 kB | 237/592 kB | 98/136 kB Progress (4): 0.8/2.0 MB | 80 kB | 237/592 kB | 98/136 kB Progress (4): 0.8/2.0 MB | 80 kB | 237/592 kB | 98/136 kB Progress (4): 0.8/2.0 MB | 80 kB | 237/592 kB | 98/136 kB Progress (4): 0.8/2.0 MB | 80 kB | 237/592 kB | 98/136 kB Progress (4): 0.8/2.0 MB | 80 kB | 237/592 kB | 98/136 kB Progress (4): 0.8/2.0 MB | 80 kB | 237/592 kB | 98/136 kB Progress (4): 0.8/2.0 MB | 80 kB | 237/592 kB | 98/136 kB Progress (4): 0.8/2.0 MB | 80 kB | 237/592 kB | 98/136 kB Progress (4): 0.9/2.0 MB | 80 kB | 237/592 kB | 98/136 kB Progress (4): 0.9/2.0 MB | 80 kB | 237/592 kB | 98/136 kB Progress (4): 0.9/2.0 MB | 80 kB | 237/592 kB | 98/136 kB Progress (4): 0.9/2.0 MB | 80 kB | 237/592 kB | 98/136 kB Progress (4): 0.9/2.0 MB | 80 kB | 237/592 kB | 98/136 kB Progress (4): 0.9/2.0 MB | 80 kB | 237/592 kB | 98/136 kB Progress (4): 0.9/2.0 MB | 80 kB | 237/592 kB | 98/136 kB Progress (4): 0.9/2.0 MB | 80 kB | 237/592 kB | 98/136 kB Progress (4): 0.9/2.0 MB | 80 kB | 237/592 kB | 98/136 kB Progress (4): 0.9/2.0 MB | 80 kB | 237/592 kB | 98/136 kB Progress (4): 0.9/2.0 MB | 80 kB | 237/592 kB | 98/136 kB Progress (4): 0.9/2.0 MB | 80 kB | 237/592 kB | 98/136 kB Progress (4): 0.9/2.0 MB | 80 kB | 237/592 kB | 98/136 kB Progress (4): 1.0/2.0 MB | 80 kB | 237/592 kB | 98/136 kB Progress (4): 1.0/2.0 MB | 80 kB | 237/592 kB | 102/136 kB Progress (4): 1.0/2.0 MB | 80 kB | 237/592 kB | 106/136 kB Progress (4): 1.0/2.0 MB | 80 kB | 237/592 kB | 110/136 kB Progress (4): 1.0/2.0 MB | 80 kB | 237/592 kB | 114/136 kB Progress (4): 1.0/2.0 MB | 80 kB | 237/592 kB | 118/136 kB Progress (4): 1.0/2.0 MB | 80 kB | 237/592 kB | 122/136 kB Progress (4): 1.0/2.0 MB | 80 kB | 237/592 kB | 127/136 kB Progress (4): 1.0/2.0 MB | 80 kB | 237/592 kB | 131/136 kB Progress (4): 1.0/2.0 MB | 80 kB | 237/592 kB | 135/136 kB Progress (4): 1.0/2.0 MB | 80 kB | 237/592 kB | 136 kB Progress (4): 1.0/2.0 MB | 80 kB | 237/592 kB | 136 kB Progress (4): 1.0/2.0 MB | 80 kB | 237/592 kB | 136 kB Progress (4): 1.0/2.0 MB | 80 kB | 241/592 kB | 136 kB Progress (4): 1.0/2.0 MB | 80 kB | 245/592 kB | 136 kB Progress (4): 1.0/2.0 MB | 80 kB | 249/592 kB | 136 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/github/bonigarcia/webdrivermanager/3.3.0/webdrivermanager-3.3.0.jar (80 kB at 1.5 kB/s) +Progress (3): 1.0/2.0 MB | 254/592 kB | 136 kB Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/dnsjava/dnsjava/2.1.8/dnsjava-2.1.8.jar +Progress (3): 1.0/2.0 MB | 258/592 kB | 136 kB Progress (3): 1.0/2.0 MB | 262/592 kB | 136 kB Progress (3): 1.0/2.0 MB | 266/592 kB | 136 kB Progress (3): 1.0/2.0 MB | 270/592 kB | 136 kB Progress (3): 1.0/2.0 MB | 274/592 kB | 136 kB Progress (3): 1.0/2.0 MB | 278/592 kB | 136 kB Progress (3): 1.0/2.0 MB | 282/592 kB | 136 kB Progress (3): 1.0/2.0 MB | 286/592 kB | 136 kB Progress (3): 1.0/2.0 MB | 290/592 kB | 136 kB Progress (3): 1.0/2.0 MB | 295/592 kB | 136 kB Progress (3): 1.0/2.0 MB | 299/592 kB | 136 kB Progress (3): 1.0/2.0 MB | 303/592 kB | 136 kB Progress (3): 1.0/2.0 MB | 307/592 kB | 136 kB Progress (3): 1.0/2.0 MB | 311/592 kB | 136 kB Progress (3): 1.0/2.0 MB | 315/592 kB | 136 kB Progress (3): 1.0/2.0 MB | 319/592 kB | 136 kB Progress (3): 1.0/2.0 MB | 323/592 kB | 136 kB Progress (3): 1.0/2.0 MB | 327/592 kB | 136 kB Progress (3): 1.0/2.0 MB | 331/592 kB | 136 kB Progress (3): 1.0/2.0 MB | 335/592 kB | 136 kB Progress (3): 1.0/2.0 MB | 340/592 kB | 136 kB Progress (3): 1.0/2.0 MB | 344/592 kB | 136 kB Progress (3): 1.0/2.0 MB | 348/592 kB | 136 kB Progress (3): 1.0/2.0 MB | 352/592 kB | 136 kB Progress (3): 1.0/2.0 MB | 356/592 kB | 136 kB Progress (3): 1.0/2.0 MB | 360/592 kB | 136 kB Progress (3): 1.0/2.0 MB | 364/592 kB | 136 kB Progress (3): 1.0/2.0 MB | 368/592 kB | 136 kB Progress (3): 1.0/2.0 MB | 372/592 kB | 136 kB Progress (3): 1.0/2.0 MB | 376/592 kB | 136 kB Progress (3): 1.0/2.0 MB | 381/592 kB | 136 kB Progress (3): 1.0/2.0 MB | 385/592 kB | 136 kB Progress (3): 1.0/2.0 MB | 389/592 kB | 136 kB Progress (3): 1.0/2.0 MB | 393/592 kB | 136 kB Progress (3): 1.0/2.0 MB | 397/592 kB | 136 kB Progress (3): 1.0/2.0 MB | 401/592 kB | 136 kB Progress (3): 1.0/2.0 MB | 405/592 kB | 136 kB Progress (3): 1.0/2.0 MB | 409/592 kB | 136 kB Progress (3): 1.0/2.0 MB | 413/592 kB | 136 kB Progress (3): 1.0/2.0 MB | 417/592 kB | 136 kB Progress (3): 1.0/2.0 MB | 421/592 kB | 136 kB Progress (3): 1.0/2.0 MB | 426/592 kB | 136 kB Progress (3): 1.0/2.0 MB | 430/592 kB | 136 kB Progress (3): 1.0/2.0 MB | 434/592 kB | 136 kB Progress (3): 1.0/2.0 MB | 438/592 kB | 136 kB Progress (3): 1.0/2.0 MB | 442/592 kB | 136 kB Progress (3): 1.0/2.0 MB | 446/592 kB | 136 kB Progress (3): 1.0/2.0 MB | 450/592 kB | 136 kB Progress (3): 1.0/2.0 MB | 454/592 kB | 136 kB Progress (3): 1.0/2.0 MB | 458/592 kB | 136 kB Progress (3): 1.0/2.0 MB | 462/592 kB | 136 kB Progress (3): 1.0/2.0 MB | 467/592 kB | 136 kB Progress (3): 1.0/2.0 MB | 471/592 kB | 136 kB Progress (3): 1.0/2.0 MB | 475/592 kB | 136 kB Progress (3): 1.0/2.0 MB | 479/592 kB | 136 kB Progress (3): 1.0/2.0 MB | 483/592 kB | 136 kB Progress (3): 1.0/2.0 MB | 487/592 kB | 136 kB Progress (3): 1.0/2.0 MB | 491/592 kB | 136 kB Progress (3): 1.0/2.0 MB | 495/592 kB | 136 kB Progress (3): 1.0/2.0 MB | 499/592 kB | 136 kB Progress (3): 1.0/2.0 MB | 503/592 kB | 136 kB Progress (3): 1.0/2.0 MB | 508/592 kB | 136 kB Progress (3): 1.0/2.0 MB | 512/592 kB | 136 kB Progress (3): 1.0/2.0 MB | 516/592 kB | 136 kB Progress (3): 1.0/2.0 MB | 520/592 kB | 136 kB Progress (3): 1.0/2.0 MB | 524/592 kB | 136 kB Progress (3): 1.0/2.0 MB | 528/592 kB | 136 kB Progress (3): 1.0/2.0 MB | 532/592 kB | 136 kB Progress (3): 1.0/2.0 MB | 532/592 kB | 136 kB Progress (3): 1.0/2.0 MB | 532/592 kB | 136 kB Progress (3): 1.0/2.0 MB | 532/592 kB | 136 kB Progress (3): 1.0/2.0 MB | 532/592 kB | 136 kB Progress (3): 1.0/2.0 MB | 532/592 kB | 136 kB Progress (3): 1.0/2.0 MB | 532/592 kB | 136 kB Progress (3): 1.0/2.0 MB | 532/592 kB | 136 kB Progress (3): 1.0/2.0 MB | 532/592 kB | 136 kB Progress (3): 1.0/2.0 MB | 532/592 kB | 136 kB Progress (3): 1.1/2.0 MB | 532/592 kB | 136 kB Progress (3): 1.1/2.0 MB | 532/592 kB | 136 kB Progress (3): 1.1/2.0 MB | 532/592 kB | 136 kB Progress (3): 1.1/2.0 MB | 532/592 kB | 136 kB Progress (3): 1.1/2.0 MB | 532/592 kB | 136 kB Progress (3): 1.1/2.0 MB | 532/592 kB | 136 kB Progress (3): 1.1/2.0 MB | 532/592 kB | 136 kB Progress (3): 1.1/2.0 MB | 532/592 kB | 136 kB Progress (3): 1.1/2.0 MB | 532/592 kB | 136 kB Progress (3): 1.1/2.0 MB | 532/592 kB | 136 kB Progress (3): 1.1/2.0 MB | 532/592 kB | 136 kB Progress (3): 1.1/2.0 MB | 536/592 kB | 136 kB Progress (3): 1.1/2.0 MB | 540/592 kB | 136 kB Progress (3): 1.1/2.0 MB | 544/592 kB | 136 kB Progress (3): 1.1/2.0 MB | 548/592 kB | 136 kB Progress (3): 1.1/2.0 MB | 553/592 kB | 136 kB Progress (3): 1.1/2.0 MB | 557/592 kB | 136 kB Progress (3): 1.1/2.0 MB | 561/592 kB | 136 kB Progress (3): 1.1/2.0 MB | 565/592 kB | 136 kB Progress (4): 1.1/2.0 MB | 565/592 kB | 136 kB | 4.1/130 kB Progress (4): 1.1/2.0 MB | 565/592 kB | 136 kB | 7.8/130 kB Progress (4): 1.1/2.0 MB | 565/592 kB | 136 kB | 12/130 kB Progress (4): 1.1/2.0 MB | 565/592 kB | 136 kB | 16/130 kB Progress (4): 1.1/2.0 MB | 565/592 kB | 136 kB | 20/130 kB Progress (4): 1.1/2.0 MB | 565/592 kB | 136 kB | 24/130 kB Progress (4): 1.1/2.0 MB | 565/592 kB | 136 kB | 28/130 kB Progress (4): 1.1/2.0 MB | 565/592 kB | 136 kB | 32/130 kB Progress (4): 1.1/2.0 MB | 565/592 kB | 136 kB | 36/130 kB Progress (4): 1.1/2.0 MB | 565/592 kB | 136 kB | 41/130 kB Progress (4): 1.1/2.0 MB | 565/592 kB | 136 kB | 45/130 kB Progress (4): 1.1/2.0 MB | 565/592 kB | 136 kB | 49/130 kB Progress (4): 1.1/2.0 MB | 569/592 kB | 136 kB | 49/130 kB Progress (4): 1.1/2.0 MB | 573/592 kB | 136 kB | 49/130 kB Progress (4): 1.1/2.0 MB | 577/592 kB | 136 kB | 49/130 kB Progress (4): 1.1/2.0 MB | 581/592 kB | 136 kB | 49/130 kB Progress (4): 1.1/2.0 MB | 585/592 kB | 136 kB | 49/130 kB Progress (4): 1.1/2.0 MB | 589/592 kB | 136 kB | 49/130 kB Progress (4): 1.1/2.0 MB | 592 kB | 136 kB | 49/130 kB Progress (4): 1.1/2.0 MB | 592 kB | 136 kB | 49/130 kB Progress (4): 1.2/2.0 MB | 592 kB | 136 kB | 49/130 kB Progress (4): 1.2/2.0 MB | 592 kB | 136 kB | 49/130 kB Progress (4): 1.2/2.0 MB | 592 kB | 136 kB | 49/130 kB Progress (4): 1.2/2.0 MB | 592 kB | 136 kB | 49/130 kB Progress (4): 1.2/2.0 MB | 592 kB | 136 kB | 49/130 kB Progress (4): 1.2/2.0 MB | 592 kB | 136 kB | 49/130 kB Progress (4): 1.2/2.0 MB | 592 kB | 136 kB | 49/130 kB Progress (4): 1.2/2.0 MB | 592 kB | 136 kB | 49/130 kB Progress (4): 1.2/2.0 MB | 592 kB | 136 kB | 49/130 kB Progress (4): 1.2/2.0 MB | 592 kB | 136 kB | 49/130 kB Progress (4): 1.2/2.0 MB | 592 kB | 136 kB | 49/130 kB Progress (4): 1.3/2.0 MB | 592 kB | 136 kB | 49/130 kB Progress (4): 1.3/2.0 MB | 592 kB | 136 kB | 49/130 kB Progress (4): 1.3/2.0 MB | 592 kB | 136 kB | 49/130 kB Progress (4): 1.3/2.0 MB | 592 kB | 136 kB | 49/130 kB Progress (4): 1.3/2.0 MB | 592 kB | 136 kB | 49/130 kB Progress (4): 1.3/2.0 MB | 592 kB | 136 kB | 53/130 kB Progress (4): 1.3/2.0 MB | 592 kB | 136 kB | 57/130 kB Progress (4): 1.3/2.0 MB | 592 kB | 136 kB | 61/130 kB Progress (4): 1.3/2.0 MB | 592 kB | 136 kB | 65/130 kB Progress (4): 1.3/2.0 MB | 592 kB | 136 kB | 69/130 kB Progress (4): 1.3/2.0 MB | 592 kB | 136 kB | 73/130 kB Progress (4): 1.3/2.0 MB | 592 kB | 136 kB | 77/130 kB Progress (4): 1.3/2.0 MB | 592 kB | 136 kB | 82/130 kB Progress (4): 1.3/2.0 MB | 592 kB | 136 kB | 86/130 kB Progress (4): 1.3/2.0 MB | 592 kB | 136 kB | 90/130 kB Progress (4): 1.3/2.0 MB | 592 kB | 136 kB | 94/130 kB Progress (4): 1.3/2.0 MB | 592 kB | 136 kB | 98/130 kB Progress (4): 1.3/2.0 MB | 592 kB | 136 kB | 102/130 kB Progress (4): 1.3/2.0 MB | 592 kB | 136 kB | 106/130 kB Progress (4): 1.3/2.0 MB | 592 kB | 136 kB | 110/130 kB Progress (4): 1.3/2.0 MB | 592 kB | 136 kB | 114/130 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/net/lightbody/bmp/browsermob-core/2.1.5/browsermob-core-2.1.5.jar (136 kB at 2.6 kB/s) +Progress (3): 1.3/2.0 MB | 592 kB | 118/130 kB Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/slf4j/jcl-over-slf4j/1.7.25/jcl-over-slf4j-1.7.25.jar +Progress (3): 1.3/2.0 MB | 592 kB | 122/130 kB Progress (3): 1.3/2.0 MB | 592 kB | 127/130 kB Progress (3): 1.3/2.0 MB | 592 kB | 130 kB Progress (3): 1.3/2.0 MB | 592 kB | 130 kB Progress (3): 1.3/2.0 MB | 592 kB | 130 kB Progress (3): 1.3/2.0 MB | 592 kB | 130 kB Progress (3): 1.3/2.0 MB | 592 kB | 130 kB Progress (4): 1.3/2.0 MB | 592 kB | 130 kB | 4.1/315 kB Progress (4): 1.3/2.0 MB | 592 kB | 130 kB | 7.8/315 kB Progress (4): 1.3/2.0 MB | 592 kB | 130 kB | 12/315 kB Progress (4): 1.3/2.0 MB | 592 kB | 130 kB | 16/315 kB Progress (4): 1.3/2.0 MB | 592 kB | 130 kB | 20/315 kB Progress (4): 1.3/2.0 MB | 592 kB | 130 kB | 24/315 kB Progress (4): 1.3/2.0 MB | 592 kB | 130 kB | 28/315 kB Progress (4): 1.3/2.0 MB | 592 kB | 130 kB | 32/315 kB Progress (4): 1.3/2.0 MB | 592 kB | 130 kB | 36/315 kB Progress (4): 1.3/2.0 MB | 592 kB | 130 kB | 41/315 kB Progress (4): 1.3/2.0 MB | 592 kB | 130 kB | 45/315 kB Progress (4): 1.3/2.0 MB | 592 kB | 130 kB | 49/315 kB Progress (4): 1.3/2.0 MB | 592 kB | 130 kB | 53/315 kB Progress (4): 1.3/2.0 MB | 592 kB | 130 kB | 57/315 kB Progress (4): 1.3/2.0 MB | 592 kB | 130 kB | 61/315 kB Progress (4): 1.3/2.0 MB | 592 kB | 130 kB | 65/315 kB Progress (4): 1.3/2.0 MB | 592 kB | 130 kB | 69/315 kB Progress (4): 1.3/2.0 MB | 592 kB | 130 kB | 73/315 kB Progress (4): 1.3/2.0 MB | 592 kB | 130 kB | 77/315 kB Progress (4): 1.3/2.0 MB | 592 kB | 130 kB | 82/315 kB Progress (4): 1.3/2.0 MB | 592 kB | 130 kB | 82/315 kB Progress (4): 1.3/2.0 MB | 592 kB | 130 kB | 82/315 kB Progress (4): 1.3/2.0 MB | 592 kB | 130 kB | 82/315 kB Progress (4): 1.3/2.0 MB | 592 kB | 130 kB | 82/315 kB Progress (4): 1.4/2.0 MB | 592 kB | 130 kB | 82/315 kB Progress (4): 1.4/2.0 MB | 592 kB | 130 kB | 82/315 kB Progress (4): 1.4/2.0 MB | 592 kB | 130 kB | 82/315 kB Progress (4): 1.4/2.0 MB | 592 kB | 130 kB | 82/315 kB Progress (4): 1.4/2.0 MB | 592 kB | 130 kB | 82/315 kB Progress (4): 1.4/2.0 MB | 592 kB | 130 kB | 82/315 kB Progress (4): 1.4/2.0 MB | 592 kB | 130 kB | 82/315 kB Progress (4): 1.4/2.0 MB | 592 kB | 130 kB | 82/315 kB Progress (4): 1.4/2.0 MB | 592 kB | 130 kB | 82/315 kB Progress (4): 1.4/2.0 MB | 592 kB | 130 kB | 82/315 kB Progress (4): 1.4/2.0 MB | 592 kB | 130 kB | 82/315 kB Progress (4): 1.4/2.0 MB | 592 kB | 130 kB | 82/315 kB Progress (4): 1.5/2.0 MB | 592 kB | 130 kB | 82/315 kB Progress (4): 1.5/2.0 MB | 592 kB | 130 kB | 82/315 kB Progress (4): 1.5/2.0 MB | 592 kB | 130 kB | 82/315 kB Progress (4): 1.5/2.0 MB | 592 kB | 130 kB | 82/315 kB Progress (4): 1.5/2.0 MB | 592 kB | 130 kB | 86/315 kB Progress (4): 1.5/2.0 MB | 592 kB | 130 kB | 90/315 kB Progress (4): 1.5/2.0 MB | 592 kB | 130 kB | 94/315 kB Progress (4): 1.5/2.0 MB | 592 kB | 130 kB | 98/315 kB Progress (4): 1.5/2.0 MB | 592 kB | 130 kB | 102/315 kB Progress (4): 1.5/2.0 MB | 592 kB | 130 kB | 106/315 kB Progress (4): 1.5/2.0 MB | 592 kB | 130 kB | 110/315 kB Progress (4): 1.5/2.0 MB | 592 kB | 130 kB | 114/315 kB Progress (4): 1.5/2.0 MB | 592 kB | 130 kB | 118/315 kB Progress (4): 1.5/2.0 MB | 592 kB | 130 kB | 122/315 kB Progress (4): 1.5/2.0 MB | 592 kB | 130 kB | 127/315 kB Progress (4): 1.5/2.0 MB | 592 kB | 130 kB | 131/315 kB Progress (4): 1.5/2.0 MB | 592 kB | 130 kB | 135/315 kB Progress (4): 1.5/2.0 MB | 592 kB | 130 kB | 139/315 kB Progress (4): 1.5/2.0 MB | 592 kB | 130 kB | 143/315 kB Progress (4): 1.5/2.0 MB | 592 kB | 130 kB | 147/315 kB Progress (4): 1.5/2.0 MB | 592 kB | 130 kB | 151/315 kB Progress (4): 1.5/2.0 MB | 592 kB | 130 kB | 155/315 kB Progress (4): 1.5/2.0 MB | 592 kB | 130 kB | 159/315 kB Progress (4): 1.5/2.0 MB | 592 kB | 130 kB | 163/315 kB Progress (4): 1.5/2.0 MB | 592 kB | 130 kB | 168/315 kB Progress (4): 1.5/2.0 MB | 592 kB | 130 kB | 172/315 kB Progress (4): 1.5/2.0 MB | 592 kB | 130 kB | 176/315 kB Progress (4): 1.5/2.0 MB | 592 kB | 130 kB | 180/315 kB Progress (4): 1.5/2.0 MB | 592 kB | 130 kB | 184/315 kB Progress (4): 1.5/2.0 MB | 592 kB | 130 kB | 188/315 kB Progress (4): 1.5/2.0 MB | 592 kB | 130 kB | 192/315 kB Progress (4): 1.5/2.0 MB | 592 kB | 130 kB | 196/315 kB Progress (4): 1.5/2.0 MB | 592 kB | 130 kB | 200/315 kB Progress (4): 1.5/2.0 MB | 592 kB | 130 kB | 204/315 kB Progress (4): 1.5/2.0 MB | 592 kB | 130 kB | 208/315 kB Progress (4): 1.5/2.0 MB | 592 kB | 130 kB | 213/315 kB Progress (4): 1.5/2.0 MB | 592 kB | 130 kB | 217/315 kB Progress (4): 1.5/2.0 MB | 592 kB | 130 kB | 221/315 kB Progress (4): 1.5/2.0 MB | 592 kB | 130 kB | 225/315 kB Progress (4): 1.5/2.0 MB | 592 kB | 130 kB | 229/315 kB Progress (4): 1.5/2.0 MB | 592 kB | 130 kB | 233/315 kB Progress (4): 1.5/2.0 MB | 592 kB | 130 kB | 237/315 kB Progress (4): 1.5/2.0 MB | 592 kB | 130 kB | 241/315 kB Progress (4): 1.5/2.0 MB | 592 kB | 130 kB | 245/315 kB Progress (4): 1.5/2.0 MB | 592 kB | 130 kB | 249/315 kB Progress (4): 1.5/2.0 MB | 592 kB | 130 kB | 254/315 kB Progress (4): 1.5/2.0 MB | 592 kB | 130 kB | 258/315 kB Progress (4): 1.5/2.0 MB | 592 kB | 130 kB | 262/315 kB Progress (4): 1.5/2.0 MB | 592 kB | 130 kB | 262/315 kB Progress (4): 1.5/2.0 MB | 592 kB | 130 kB | 262/315 kB Progress (4): 1.5/2.0 MB | 592 kB | 130 kB | 262/315 kB Progress (4): 1.5/2.0 MB | 592 kB | 130 kB | 262/315 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar (592 kB at 11 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/jcraft/jzlib/1.1.3/jzlib-1.1.3.jar +Progress (3): 1.5/2.0 MB | 130 kB | 262/315 kB Progress (3): 1.5/2.0 MB | 130 kB | 262/315 kB Progress (3): 1.5/2.0 MB | 130 kB | 262/315 kB Progress (3): 1.5/2.0 MB | 130 kB | 262/315 kB Progress (3): 1.6/2.0 MB | 130 kB | 262/315 kB Progress (3): 1.6/2.0 MB | 130 kB | 262/315 kB Progress (3): 1.6/2.0 MB | 130 kB | 262/315 kB Progress (3): 1.6/2.0 MB | 130 kB | 262/315 kB Progress (3): 1.6/2.0 MB | 130 kB | 262/315 kB Progress (3): 1.6/2.0 MB | 130 kB | 262/315 kB Progress (3): 1.6/2.0 MB | 130 kB | 262/315 kB Progress (3): 1.6/2.0 MB | 130 kB | 262/315 kB Progress (3): 1.6/2.0 MB | 130 kB | 262/315 kB Progress (3): 1.6/2.0 MB | 130 kB | 262/315 kB Progress (3): 1.6/2.0 MB | 130 kB | 262/315 kB Progress (3): 1.6/2.0 MB | 130 kB | 262/315 kB Progress (3): 1.7/2.0 MB | 130 kB | 262/315 kB Progress (3): 1.7/2.0 MB | 130 kB | 262/315 kB Progress (3): 1.7/2.0 MB | 130 kB | 266/315 kB Progress (3): 1.7/2.0 MB | 130 kB | 270/315 kB Progress (3): 1.7/2.0 MB | 130 kB | 274/315 kB Progress (3): 1.7/2.0 MB | 130 kB | 278/315 kB Progress (3): 1.7/2.0 MB | 130 kB | 282/315 kB Progress (3): 1.7/2.0 MB | 130 kB | 286/315 kB Progress (3): 1.7/2.0 MB | 130 kB | 290/315 kB Progress (3): 1.7/2.0 MB | 130 kB | 295/315 kB Progress (3): 1.7/2.0 MB | 130 kB | 299/315 kB Progress (3): 1.7/2.0 MB | 130 kB | 303/315 kB Progress (3): 1.7/2.0 MB | 130 kB | 307/315 kB Progress (3): 1.7/2.0 MB | 130 kB | 311/315 kB Progress (3): 1.7/2.0 MB | 130 kB | 315 kB Progress (3): 1.7/2.0 MB | 130 kB | 315 kB Progress (3): 1.7/2.0 MB | 130 kB | 315 kB Progress (3): 1.7/2.0 MB | 130 kB | 315 kB Progress (3): 1.7/2.0 MB | 130 kB | 315 kB Progress (3): 1.7/2.0 MB | 130 kB | 315 kB Progress (3): 1.7/2.0 MB | 130 kB | 315 kB Progress (3): 1.7/2.0 MB | 130 kB | 315 kB Progress (3): 1.7/2.0 MB | 130 kB | 315 kB Progress (3): 1.7/2.0 MB | 130 kB | 315 kB Progress (3): 1.7/2.0 MB | 130 kB | 315 kB Progress (3): 1.8/2.0 MB | 130 kB | 315 kB Progress (3): 1.8/2.0 MB | 130 kB | 315 kB Progress (3): 1.8/2.0 MB | 130 kB | 315 kB Progress (3): 1.8/2.0 MB | 130 kB | 315 kB Progress (3): 1.8/2.0 MB | 130 kB | 315 kB Progress (3): 1.8/2.0 MB | 130 kB | 315 kB Progress (3): 1.8/2.0 MB | 130 kB | 315 kB Progress (3): 1.8/2.0 MB | 130 kB | 315 kB Progress (3): 1.8/2.0 MB | 130 kB | 315 kB Progress (3): 1.8/2.0 MB | 130 kB | 315 kB Progress (3): 1.8/2.0 MB | 130 kB | 315 kB Progress (3): 1.8/2.0 MB | 130 kB | 315 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/net/lightbody/bmp/littleproxy/1.1.0-beta-bmp-17/littleproxy-1.1.0-beta-bmp-17.jar (130 kB at 2.4 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/netty/netty-all/4.0.51.Final/netty-all-4.0.51.Final.jar +Progress (3): 1.8/2.0 MB | 315 kB | 4.1/17 kB Progress (3): 1.8/2.0 MB | 315 kB | 7.8/17 kB Progress (3): 1.8/2.0 MB | 315 kB | 12/17 kB Progress (3): 1.8/2.0 MB | 315 kB | 16/17 kB Progress (3): 1.8/2.0 MB | 315 kB | 17 kB Progress (3): 1.8/2.0 MB | 315 kB | 17 kB Progress (3): 1.9/2.0 MB | 315 kB | 17 kB Progress (3): 1.9/2.0 MB | 315 kB | 17 kB Progress (3): 1.9/2.0 MB | 315 kB | 17 kB Progress (3): 1.9/2.0 MB | 315 kB | 17 kB Progress (3): 1.9/2.0 MB | 315 kB | 17 kB Progress (3): 1.9/2.0 MB | 315 kB | 17 kB Progress (3): 1.9/2.0 MB | 315 kB | 17 kB Progress (3): 1.9/2.0 MB | 315 kB | 17 kB Progress (3): 1.9/2.0 MB | 315 kB | 17 kB Progress (3): 1.9/2.0 MB | 315 kB | 17 kB Progress (3): 1.9/2.0 MB | 315 kB | 17 kB Progress (3): 1.9/2.0 MB | 315 kB | 17 kB Progress (3): 2.0/2.0 MB | 315 kB | 17 kB Progress (3): 2.0/2.0 MB | 315 kB | 17 kB Progress (3): 2.0/2.0 MB | 315 kB | 17 kB Progress (3): 2.0/2.0 MB | 315 kB | 17 kB Progress (3): 2.0/2.0 MB | 315 kB | 17 kB Progress (4): 2.0/2.0 MB | 315 kB | 17 kB | 4.1/72 kB Progress (4): 2.0/2.0 MB | 315 kB | 17 kB | 7.8/72 kB Progress (4): 2.0/2.0 MB | 315 kB | 17 kB | 12/72 kB Progress (4): 2.0/2.0 MB | 315 kB | 17 kB | 16/72 kB Progress (4): 2.0/2.0 MB | 315 kB | 17 kB | 20/72 kB Progress (4): 2.0/2.0 MB | 315 kB | 17 kB | 24/72 kB Progress (4): 2.0/2.0 MB | 315 kB | 17 kB | 28/72 kB Progress (4): 2.0/2.0 MB | 315 kB | 17 kB | 32/72 kB Progress (4): 2.0/2.0 MB | 315 kB | 17 kB | 36/72 kB Progress (4): 2.0/2.0 MB | 315 kB | 17 kB | 41/72 kB Progress (4): 2.0/2.0 MB | 315 kB | 17 kB | 45/72 kB Progress (4): 2.0/2.0 MB | 315 kB | 17 kB | 49/72 kB Progress (4): 2.0/2.0 MB | 315 kB | 17 kB | 53/72 kB Progress (4): 2.0/2.0 MB | 315 kB | 17 kB | 57/72 kB Progress (4): 2.0/2.0 MB | 315 kB | 17 kB | 61/72 kB Progress (4): 2.0/2.0 MB | 315 kB | 17 kB | 65/72 kB Progress (4): 2.0/2.0 MB | 315 kB | 17 kB | 69/72 kB Progress (4): 2.0/2.0 MB | 315 kB | 17 kB | 72 kB Progress (4): 2.0/2.0 MB | 315 kB | 17 kB | 72 kB Progress (4): 2.0/2.0 MB | 315 kB | 17 kB | 72 kB Progress (4): 2.0/2.0 MB | 315 kB | 17 kB | 72 kB Progress (4): 2.0/2.0 MB | 315 kB | 17 kB | 72 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/dnsjava/dnsjava/2.1.8/dnsjava-2.1.8.jar (315 kB at 5.8 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/bouncycastle/bcprov-jdk15on/1.58/bcprov-jdk15on-1.58.jar +Progress (3): 2.0/2.0 MB | 17 kB | 72 kB Progress (3): 2.0 MB | 17 kB | 72 kB Progress (4): 2.0 MB | 17 kB | 72 kB | 0/2.3 MB Progress (4): 2.0 MB | 17 kB | 72 kB | 0/2.3 MB Progress (4): 2.0 MB | 17 kB | 72 kB | 0/2.3 MB Progress (4): 2.0 MB | 17 kB | 72 kB | 0.1/2.3 MB Progress (4): 2.0 MB | 17 kB | 72 kB | 0.1/2.3 MB Progress (4): 2.0 MB | 17 kB | 72 kB | 0.1/2.3 MB Progress (4): 2.0 MB | 17 kB | 72 kB | 0.1/2.3 MB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/jcraft/jzlib/1.1.3/jzlib-1.1.3.jar (72 kB at 1.3 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/bouncycastle/bcpkix-jdk15on/1.58/bcpkix-jdk15on-1.58.jar +Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/aspectj/aspectjweaver/1.9.1/aspectjweaver-1.9.1.jar (2.0 MB at 37 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/net/lightbody/bmp/mitm/2.1.5/mitm-2.1.5.jar +Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/slf4j/jcl-over-slf4j/1.7.25/jcl-over-slf4j-1.7.25.jar (17 kB at 301 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/guava/guava/27.0-jre/guava-27.0-jre.jar +Progress (1): 0.1/2.3 MB Progress (1): 0.1/2.3 MB Progress (1): 0.2/2.3 MB Progress (1): 0.2/2.3 MB Progress (1): 0.2/2.3 MB Progress (1): 0.2/2.3 MB Progress (1): 0.2/2.3 MB Progress (1): 0.2/2.3 MB Progress (1): 0.3/2.3 MB Progress (1): 0.3/2.3 MB Progress (1): 0.3/2.3 MB Progress (1): 0.3/2.3 MB Progress (1): 0.3/2.3 MB Progress (1): 0.3/2.3 MB Progress (1): 0.4/2.3 MB Progress (1): 0.4/2.3 MB Progress (1): 0.4/2.3 MB Progress (1): 0.4/2.3 MB Progress (1): 0.4/2.3 MB Progress (1): 0.4/2.3 MB Progress (1): 0.5/2.3 MB Progress (1): 0.5/2.3 MB Progress (1): 0.5/2.3 MB Progress (1): 0.5/2.3 MB Progress (1): 0.5/2.3 MB Progress (1): 0.5/2.3 MB Progress (1): 0.6/2.3 MB Progress (1): 0.6/2.3 MB Progress (1): 0.6/2.3 MB Progress (1): 0.6/2.3 MB Progress (1): 0.6/2.3 MB Progress (1): 0.6/2.3 MB Progress (1): 0.7/2.3 MB Progress (1): 0.7/2.3 MB Progress (1): 0.7/2.3 MB Progress (1): 0.7/2.3 MB Progress (1): 0.7/2.3 MB Progress (1): 0.7/2.3 MB Progress (1): 0.8/2.3 MB Progress (1): 0.8/2.3 MB Progress (1): 0.8/2.3 MB Progress (1): 0.8/2.3 MB Progress (1): 0.8/2.3 MB Progress (1): 0.8/2.3 MB Progress (1): 0.9/2.3 MB Progress (1): 0.9/2.3 MB Progress (2): 0.9/2.3 MB | 0/4.0 MB Progress (2): 0.9/2.3 MB | 0/4.0 MB Progress (2): 0.9/2.3 MB | 0/4.0 MB Progress (2): 0.9/2.3 MB | 0/4.0 MB Progress (2): 0.9/2.3 MB | 0/4.0 MB Progress (2): 1.0/2.3 MB | 0/4.0 MB Progress (2): 1.0/2.3 MB | 0/4.0 MB Progress (2): 1.0/2.3 MB | 0/4.0 MB Progress (2): 1.0/2.3 MB | 0/4.0 MB Progress (2): 1.0/2.3 MB | 0/4.0 MB Progress (2): 1.0/2.3 MB | 0/4.0 MB Progress (2): 1.0/2.3 MB | 0/4.0 MB Progress (2): 1.1/2.3 MB | 0/4.0 MB Progress (2): 1.1/2.3 MB | 0/4.0 MB Progress (2): 1.1/2.3 MB | 0/4.0 MB Progress (3): 1.1/2.3 MB | 0/4.0 MB | 0/2.7 MB Progress (3): 1.1/2.3 MB | 0/4.0 MB | 0/2.7 MB Progress (4): 1.1/2.3 MB | 0/4.0 MB | 0/2.7 MB | 4.1/217 kB Progress (4): 1.1/2.3 MB | 0/4.0 MB | 0/2.7 MB | 7.8/217 kB Progress (4): 1.1/2.3 MB | 0/4.0 MB | 0/2.7 MB | 12/217 kB Progress (4): 1.1/2.3 MB | 0/4.0 MB | 0/2.7 MB | 16/217 kB Progress (4): 1.1/2.3 MB | 0/4.0 MB | 0/2.7 MB | 20/217 kB Progress (4): 1.1/2.3 MB | 0/4.0 MB | 0/2.7 MB | 24/217 kB Progress (4): 1.1/2.3 MB | 0/4.0 MB | 0/2.7 MB | 28/217 kB Progress (4): 1.1/2.3 MB | 0/4.0 MB | 0/2.7 MB | 32/217 kB Progress (4): 1.1/2.3 MB | 0/4.0 MB | 0/2.7 MB | 36/217 kB Progress (4): 1.1/2.3 MB | 0/4.0 MB | 0/2.7 MB | 41/217 kB Progress (4): 1.1/2.3 MB | 0/4.0 MB | 0/2.7 MB | 45/217 kB Progress (4): 1.1/2.3 MB | 0/4.0 MB | 0/2.7 MB | 49/217 kB Progress (4): 1.1/2.3 MB | 0/4.0 MB | 0/2.7 MB | 53/217 kB Progress (4): 1.1/2.3 MB | 0/4.0 MB | 0/2.7 MB | 57/217 kB Progress (4): 1.1/2.3 MB | 0/4.0 MB | 0/2.7 MB | 61/217 kB Progress (4): 1.1/2.3 MB | 0/4.0 MB | 0/2.7 MB | 65/217 kB Progress (4): 1.1/2.3 MB | 0/4.0 MB | 0/2.7 MB | 69/217 kB Progress (4): 1.1/2.3 MB | 0/4.0 MB | 0/2.7 MB | 73/217 kB Progress (4): 1.1/2.3 MB | 0/4.0 MB | 0/2.7 MB | 77/217 kB Progress (4): 1.1/2.3 MB | 0/4.0 MB | 0/2.7 MB | 82/217 kB Progress (4): 1.1/2.3 MB | 0/4.0 MB | 0/2.7 MB | 86/217 kB Progress (4): 1.1/2.3 MB | 0/4.0 MB | 0/2.7 MB | 90/217 kB Progress (4): 1.1/2.3 MB | 0/4.0 MB | 0/2.7 MB | 94/217 kB Progress (4): 1.1/2.3 MB | 0/4.0 MB | 0/2.7 MB | 98/217 kB Progress (4): 1.1/2.3 MB | 0/4.0 MB | 0/2.7 MB | 102/217 kB Progress (4): 1.1/2.3 MB | 0/4.0 MB | 0/2.7 MB | 106/217 kB Progress (4): 1.1/2.3 MB | 0/4.0 MB | 0/2.7 MB | 110/217 kB Progress (4): 1.1/2.3 MB | 0/4.0 MB | 0/2.7 MB | 114/217 kB Progress (4): 1.1/2.3 MB | 0/4.0 MB | 0/2.7 MB | 114/217 kB Progress (4): 1.1/2.3 MB | 0/4.0 MB | 0/2.7 MB | 114/217 kB Progress (4): 1.1/2.3 MB | 0/4.0 MB | 0/2.7 MB | 114/217 kB Progress (4): 1.1/2.3 MB | 0/4.0 MB | 0/2.7 MB | 114/217 kB Progress (4): 1.2/2.3 MB | 0/4.0 MB | 0/2.7 MB | 114/217 kB Progress (4): 1.2/2.3 MB | 0/4.0 MB | 0/2.7 MB | 114/217 kB Progress (4): 1.2/2.3 MB | 0/4.0 MB | 0/2.7 MB | 114/217 kB Progress (4): 1.2/2.3 MB | 0/4.0 MB | 0/2.7 MB | 114/217 kB Progress (4): 1.2/2.3 MB | 0/4.0 MB | 0/2.7 MB | 114/217 kB Progress (4): 1.2/2.3 MB | 0/4.0 MB | 0/2.7 MB | 114/217 kB Progress (4): 1.3/2.3 MB | 0/4.0 MB | 0/2.7 MB | 114/217 kB Progress (4): 1.3/2.3 MB | 0/4.0 MB | 0/2.7 MB | 114/217 kB Progress (4): 1.3/2.3 MB | 0/4.0 MB | 0/2.7 MB | 114/217 kB Progress (4): 1.3/2.3 MB | 0/4.0 MB | 0/2.7 MB | 114/217 kB Progress (4): 1.3/2.3 MB | 0/4.0 MB | 0/2.7 MB | 114/217 kB Progress (4): 1.3/2.3 MB | 0/4.0 MB | 0/2.7 MB | 114/217 kB Progress (4): 1.4/2.3 MB | 0/4.0 MB | 0/2.7 MB | 114/217 kB Progress (4): 1.4/2.3 MB | 0/4.0 MB | 0/2.7 MB | 114/217 kB Progress (4): 1.4/2.3 MB | 0/4.0 MB | 0/2.7 MB | 114/217 kB Progress (4): 1.4/2.3 MB | 0/4.0 MB | 0/2.7 MB | 114/217 kB Progress (4): 1.4/2.3 MB | 0/4.0 MB | 0/2.7 MB | 114/217 kB Progress (4): 1.4/2.3 MB | 0/4.0 MB | 0/2.7 MB | 114/217 kB Progress (4): 1.5/2.3 MB | 0/4.0 MB | 0/2.7 MB | 114/217 kB Progress (4): 1.5/2.3 MB | 0/4.0 MB | 0/2.7 MB | 114/217 kB Progress (4): 1.5/2.3 MB | 0/4.0 MB | 0/2.7 MB | 114/217 kB Progress (4): 1.5/2.3 MB | 0/4.0 MB | 0/2.7 MB | 114/217 kB Progress (4): 1.5/2.3 MB | 0/4.0 MB | 0/2.7 MB | 114/217 kB Progress (4): 1.5/2.3 MB | 0/4.0 MB | 0/2.7 MB | 114/217 kB Progress (4): 1.6/2.3 MB | 0/4.0 MB | 0/2.7 MB | 114/217 kB Progress (4): 1.6/2.3 MB | 0/4.0 MB | 0/2.7 MB | 114/217 kB Progress (4): 1.6/2.3 MB | 0/4.0 MB | 0/2.7 MB | 114/217 kB Progress (4): 1.6/2.3 MB | 0/4.0 MB | 0.1/2.7 MB | 114/217 kB Progress (4): 1.6/2.3 MB | 0/4.0 MB | 0.1/2.7 MB | 114/217 kB Progress (4): 1.6/2.3 MB | 0/4.0 MB | 0.1/2.7 MB | 114/217 kB Progress (4): 1.6/2.3 MB | 0/4.0 MB | 0.1/2.7 MB | 118/217 kB Progress (4): 1.6/2.3 MB | 0/4.0 MB | 0.1/2.7 MB | 122/217 kB Progress (4): 1.6/2.3 MB | 0/4.0 MB | 0.1/2.7 MB | 127/217 kB Progress (4): 1.6/2.3 MB | 0/4.0 MB | 0.1/2.7 MB | 131/217 kB Progress (4): 1.6/2.3 MB | 0/4.0 MB | 0.1/2.7 MB | 135/217 kB Progress (4): 1.6/2.3 MB | 0/4.0 MB | 0.1/2.7 MB | 139/217 kB Progress (4): 1.6/2.3 MB | 0/4.0 MB | 0.1/2.7 MB | 143/217 kB Progress (4): 1.6/2.3 MB | 0/4.0 MB | 0.1/2.7 MB | 147/217 kB Progress (4): 1.6/2.3 MB | 0/4.0 MB | 0.1/2.7 MB | 151/217 kB Progress (4): 1.6/2.3 MB | 0/4.0 MB | 0.1/2.7 MB | 155/217 kB Progress (4): 1.6/2.3 MB | 0/4.0 MB | 0.1/2.7 MB | 159/217 kB Progress (4): 1.6/2.3 MB | 0/4.0 MB | 0.1/2.7 MB | 163/217 kB Progress (4): 1.6/2.3 MB | 0/4.0 MB | 0.1/2.7 MB | 168/217 kB Progress (4): 1.6/2.3 MB | 0/4.0 MB | 0.1/2.7 MB | 172/217 kB Progress (4): 1.6/2.3 MB | 0/4.0 MB | 0.1/2.7 MB | 176/217 kB Progress (4): 1.6/2.3 MB | 0/4.0 MB | 0.1/2.7 MB | 180/217 kB Progress (4): 1.6/2.3 MB | 0/4.0 MB | 0.1/2.7 MB | 184/217 kB Progress (4): 1.6/2.3 MB | 0/4.0 MB | 0.1/2.7 MB | 188/217 kB Progress (4): 1.6/2.3 MB | 0/4.0 MB | 0.1/2.7 MB | 192/217 kB Progress (4): 1.6/2.3 MB | 0/4.0 MB | 0.1/2.7 MB | 196/217 kB Progress (4): 1.6/2.3 MB | 0/4.0 MB | 0.1/2.7 MB | 200/217 kB Progress (4): 1.6/2.3 MB | 0/4.0 MB | 0.1/2.7 MB | 204/217 kB Progress (4): 1.6/2.3 MB | 0/4.0 MB | 0.1/2.7 MB | 208/217 kB Progress (4): 1.6/2.3 MB | 0/4.0 MB | 0.1/2.7 MB | 213/217 kB Progress (4): 1.6/2.3 MB | 0/4.0 MB | 0.1/2.7 MB | 217/217 kB Progress (4): 1.6/2.3 MB | 0/4.0 MB | 0.1/2.7 MB | 217 kB Progress (4): 1.6/2.3 MB | 0.1/4.0 MB | 0.1/2.7 MB | 217 kB Progress (4): 1.6/2.3 MB | 0.1/4.0 MB | 0.1/2.7 MB | 217 kB Progress (4): 1.6/2.3 MB | 0.1/4.0 MB | 0.1/2.7 MB | 217 kB Progress (4): 1.6/2.3 MB | 0.1/4.0 MB | 0.1/2.7 MB | 217 kB Progress (4): 1.6/2.3 MB | 0.1/4.0 MB | 0.1/2.7 MB | 217 kB Progress (4): 1.7/2.3 MB | 0.1/4.0 MB | 0.1/2.7 MB | 217 kB Progress (4): 1.7/2.3 MB | 0.1/4.0 MB | 0.1/2.7 MB | 217 kB Progress (4): 1.7/2.3 MB | 0.1/4.0 MB | 0.1/2.7 MB | 217 kB Progress (4): 1.7/2.3 MB | 0.1/4.0 MB | 0.1/2.7 MB | 217 kB Progress (4): 1.7/2.3 MB | 0.1/4.0 MB | 0.1/2.7 MB | 217 kB Progress (4): 1.7/2.3 MB | 0.1/4.0 MB | 0.1/2.7 MB | 217 kB Progress (4): 1.8/2.3 MB | 0.1/4.0 MB | 0.1/2.7 MB | 217 kB Progress (4): 1.8/2.3 MB | 0.1/4.0 MB | 0.1/2.7 MB | 217 kB Progress (4): 1.8/2.3 MB | 0.1/4.0 MB | 0.1/2.7 MB | 217 kB Progress (4): 1.8/2.3 MB | 0.1/4.0 MB | 0.1/2.7 MB | 217 kB Progress (4): 1.8/2.3 MB | 0.1/4.0 MB | 0.1/2.7 MB | 217 kB Progress (4): 1.8/2.3 MB | 0.1/4.0 MB | 0.1/2.7 MB | 217 kB Progress (4): 1.9/2.3 MB | 0.1/4.0 MB | 0.1/2.7 MB | 217 kB Progress (4): 1.9/2.3 MB | 0.1/4.0 MB | 0.1/2.7 MB | 217 kB Progress (4): 1.9/2.3 MB | 0.1/4.0 MB | 0.1/2.7 MB | 217 kB Progress (4): 1.9/2.3 MB | 0.1/4.0 MB | 0.1/2.7 MB | 217 kB Progress (4): 1.9/2.3 MB | 0.1/4.0 MB | 0.1/2.7 MB | 217 kB Progress (4): 1.9/2.3 MB | 0.1/4.0 MB | 0.2/2.7 MB | 217 kB Progress (4): 1.9/2.3 MB | 0.1/4.0 MB | 0.2/2.7 MB | 217 kB Progress (4): 1.9/2.3 MB | 0.1/4.0 MB | 0.2/2.7 MB | 217 kB Progress (4): 1.9/2.3 MB | 0.1/4.0 MB | 0.2/2.7 MB | 217 kB Progress (4): 1.9/2.3 MB | 0.1/4.0 MB | 0.2/2.7 MB | 217 kB Progress (4): 1.9/2.3 MB | 0.1/4.0 MB | 0.2/2.7 MB | 217 kB Progress (4): 1.9/2.3 MB | 0.1/4.0 MB | 0.2/2.7 MB | 217 kB Progress (4): 1.9/2.3 MB | 0.1/4.0 MB | 0.2/2.7 MB | 217 kB Progress (4): 2.0/2.3 MB | 0.1/4.0 MB | 0.2/2.7 MB | 217 kB Progress (4): 2.0/2.3 MB | 0.1/4.0 MB | 0.2/2.7 MB | 217 kB Progress (4): 2.0/2.3 MB | 0.1/4.0 MB | 0.2/2.7 MB | 217 kB Progress (4): 2.0/2.3 MB | 0.1/4.0 MB | 0.2/2.7 MB | 217 kB Progress (4): 2.0/2.3 MB | 0.1/4.0 MB | 0.2/2.7 MB | 217 kB Progress (4): 2.0/2.3 MB | 0.1/4.0 MB | 0.2/2.7 MB | 217 kB Progress (4): 2.1/2.3 MB | 0.1/4.0 MB | 0.2/2.7 MB | 217 kB Progress (4): 2.1/2.3 MB | 0.1/4.0 MB | 0.2/2.7 MB | 217 kB Progress (4): 2.1/2.3 MB | 0.1/4.0 MB | 0.2/2.7 MB | 217 kB Progress (4): 2.1/2.3 MB | 0.1/4.0 MB | 0.2/2.7 MB | 217 kB Progress (4): 2.1/2.3 MB | 0.1/4.0 MB | 0.2/2.7 MB | 217 kB Progress (4): 2.1/2.3 MB | 0.1/4.0 MB | 0.2/2.7 MB | 217 kB Progress (4): 2.1/2.3 MB | 0.1/4.0 MB | 0.2/2.7 MB | 217 kB Progress (4): 2.1/2.3 MB | 0.1/4.0 MB | 0.2/2.7 MB | 217 kB Progress (4): 2.1/2.3 MB | 0.1/4.0 MB | 0.2/2.7 MB | 217 kB Progress (4): 2.1/2.3 MB | 0.1/4.0 MB | 0.3/2.7 MB | 217 kB Progress (4): 2.1/2.3 MB | 0.1/4.0 MB | 0.3/2.7 MB | 217 kB Progress (4): 2.1/2.3 MB | 0.1/4.0 MB | 0.3/2.7 MB | 217 kB Progress (4): 2.1/2.3 MB | 0.1/4.0 MB | 0.3/2.7 MB | 217 kB Progress (4): 2.1/2.3 MB | 0.1/4.0 MB | 0.3/2.7 MB | 217 kB Progress (4): 2.1/2.3 MB | 0.1/4.0 MB | 0.3/2.7 MB | 217 kB Progress (4): 2.1/2.3 MB | 0.1/4.0 MB | 0.3/2.7 MB | 217 kB Progress (4): 2.2/2.3 MB | 0.1/4.0 MB | 0.3/2.7 MB | 217 kB Progress (4): 2.2/2.3 MB | 0.1/4.0 MB | 0.3/2.7 MB | 217 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/net/lightbody/bmp/mitm/2.1.5/mitm-2.1.5.jar (217 kB at 3.9 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/guava/failureaccess/1.0/failureaccess-1.0.jar +Progress (3): 2.2/2.3 MB | 0.1/4.0 MB | 0.3/2.7 MB Progress (3): 2.2/2.3 MB | 0.1/4.0 MB | 0.3/2.7 MB Progress (3): 2.2/2.3 MB | 0.1/4.0 MB | 0.3/2.7 MB Progress (3): 2.2/2.3 MB | 0.1/4.0 MB | 0.3/2.7 MB Progress (3): 2.3/2.3 MB | 0.1/4.0 MB | 0.3/2.7 MB Progress (3): 2.3/2.3 MB | 0.1/4.0 MB | 0.3/2.7 MB Progress (3): 2.3/2.3 MB | 0.1/4.0 MB | 0.3/2.7 MB Progress (3): 2.3/2.3 MB | 0.1/4.0 MB | 0.3/2.7 MB Progress (3): 2.3 MB | 0.1/4.0 MB | 0.3/2.7 MB Progress (3): 2.3 MB | 0.1/4.0 MB | 0.3/2.7 MB Progress (3): 2.3 MB | 0.1/4.0 MB | 0.4/2.7 MB Progress (3): 2.3 MB | 0.1/4.0 MB | 0.4/2.7 MB Progress (3): 2.3 MB | 0.1/4.0 MB | 0.4/2.7 MB Progress (3): 2.3 MB | 0.1/4.0 MB | 0.4/2.7 MB Progress (3): 2.3 MB | 0.1/4.0 MB | 0.4/2.7 MB Progress (3): 2.3 MB | 0.1/4.0 MB | 0.4/2.7 MB Progress (3): 2.3 MB | 0.1/4.0 MB | 0.5/2.7 MB Progress (3): 2.3 MB | 0.1/4.0 MB | 0.5/2.7 MB Progress (4): 2.3 MB | 0.1/4.0 MB | 0.5/2.7 MB | 4.1/786 kB Progress (4): 2.3 MB | 0.1/4.0 MB | 0.5/2.7 MB | 7.8/786 kB Progress (4): 2.3 MB | 0.1/4.0 MB | 0.5/2.7 MB | 12/786 kB Progress (4): 2.3 MB | 0.1/4.0 MB | 0.5/2.7 MB | 16/786 kB Progress (4): 2.3 MB | 0.1/4.0 MB | 0.5/2.7 MB | 16/786 kB Progress (4): 2.3 MB | 0.1/4.0 MB | 0.5/2.7 MB | 16/786 kB Progress (4): 2.3 MB | 0.1/4.0 MB | 0.5/2.7 MB | 16/786 kB Progress (4): 2.3 MB | 0.1/4.0 MB | 0.5/2.7 MB | 16/786 kB Progress (4): 2.3 MB | 0.1/4.0 MB | 0.5/2.7 MB | 16/786 kB Progress (4): 2.3 MB | 0.1/4.0 MB | 0.6/2.7 MB | 16/786 kB Progress (4): 2.3 MB | 0.1/4.0 MB | 0.6/2.7 MB | 16/786 kB Progress (4): 2.3 MB | 0.1/4.0 MB | 0.6/2.7 MB | 16/786 kB Progress (4): 2.3 MB | 0.1/4.0 MB | 0.6/2.7 MB | 16/786 kB Progress (4): 2.3 MB | 0.2/4.0 MB | 0.6/2.7 MB | 16/786 kB Progress (5): 2.3 MB | 0.2/4.0 MB | 0.6/2.7 MB | 16/786 kB | 3.7 kB Progress (5): 2.3 MB | 0.2/4.0 MB | 0.6/2.7 MB | 20/786 kB | 3.7 kB Progress (5): 2.3 MB | 0.2/4.0 MB | 0.6/2.7 MB | 24/786 kB | 3.7 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/netty/netty-all/4.0.51.Final/netty-all-4.0.51.Final.jar (2.3 MB at 41 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar +Progress (4): 0.2/4.0 MB | 0.6/2.7 MB | 24/786 kB | 3.7 kB Progress (4): 0.2/4.0 MB | 0.6/2.7 MB | 24/786 kB | 3.7 kB Progress (4): 0.2/4.0 MB | 0.7/2.7 MB | 24/786 kB | 3.7 kB Progress (4): 0.2/4.0 MB | 0.7/2.7 MB | 24/786 kB | 3.7 kB Progress (4): 0.2/4.0 MB | 0.7/2.7 MB | 24/786 kB | 3.7 kB Progress (4): 0.2/4.0 MB | 0.7/2.7 MB | 24/786 kB | 3.7 kB Progress (4): 0.2/4.0 MB | 0.7/2.7 MB | 24/786 kB | 3.7 kB Progress (4): 0.2/4.0 MB | 0.7/2.7 MB | 24/786 kB | 3.7 kB Progress (4): 0.2/4.0 MB | 0.7/2.7 MB | 24/786 kB | 3.7 kB Progress (4): 0.2/4.0 MB | 0.8/2.7 MB | 24/786 kB | 3.7 kB Progress (4): 0.2/4.0 MB | 0.8/2.7 MB | 28/786 kB | 3.7 kB Progress (4): 0.2/4.0 MB | 0.8/2.7 MB | 32/786 kB | 3.7 kB Progress (4): 0.2/4.0 MB | 0.8/2.7 MB | 36/786 kB | 3.7 kB Progress (4): 0.2/4.0 MB | 0.8/2.7 MB | 41/786 kB | 3.7 kB Progress (4): 0.2/4.0 MB | 0.8/2.7 MB | 41/786 kB | 3.7 kB Progress (4): 0.2/4.0 MB | 0.8/2.7 MB | 41/786 kB | 3.7 kB Progress (4): 0.2/4.0 MB | 0.8/2.7 MB | 41/786 kB | 3.7 kB Progress (4): 0.2/4.0 MB | 0.8/2.7 MB | 41/786 kB | 3.7 kB Progress (4): 0.2/4.0 MB | 0.8/2.7 MB | 41/786 kB | 3.7 kB Progress (4): 0.2/4.0 MB | 0.9/2.7 MB | 41/786 kB | 3.7 kB Progress (4): 0.2/4.0 MB | 0.9/2.7 MB | 41/786 kB | 3.7 kB Progress (4): 0.2/4.0 MB | 0.9/2.7 MB | 41/786 kB | 3.7 kB Progress (4): 0.2/4.0 MB | 0.9/2.7 MB | 41/786 kB | 3.7 kB Progress (4): 0.2/4.0 MB | 0.9/2.7 MB | 45/786 kB | 3.7 kB Progress (4): 0.2/4.0 MB | 0.9/2.7 MB | 49/786 kB | 3.7 kB Progress (4): 0.2/4.0 MB | 0.9/2.7 MB | 53/786 kB | 3.7 kB Progress (4): 0.2/4.0 MB | 0.9/2.7 MB | 57/786 kB | 3.7 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/guava/failureaccess/1.0/failureaccess-1.0.jar (3.7 kB at 65 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar +Progress (3): 0.2/4.0 MB | 0.9/2.7 MB | 57/786 kB Progress (3): 0.2/4.0 MB | 0.9/2.7 MB | 57/786 kB Progress (3): 0.2/4.0 MB | 0.9/2.7 MB | 57/786 kB Progress (3): 0.2/4.0 MB | 0.9/2.7 MB | 57/786 kB Progress (3): 0.2/4.0 MB | 1.0/2.7 MB | 57/786 kB Progress (3): 0.2/4.0 MB | 1.0/2.7 MB | 57/786 kB Progress (3): 0.2/4.0 MB | 1.0/2.7 MB | 57/786 kB Progress (4): 0.2/4.0 MB | 1.0/2.7 MB | 57/786 kB | 2.2 kB Progress (4): 0.2/4.0 MB | 1.0/2.7 MB | 57/786 kB | 2.2 kB Progress (4): 0.2/4.0 MB | 1.0/2.7 MB | 57/786 kB | 2.2 kB Progress (4): 0.2/4.0 MB | 1.0/2.7 MB | 57/786 kB | 2.2 kB Progress (4): 0.2/4.0 MB | 1.0/2.7 MB | 57/786 kB | 2.2 kB Progress (4): 0.2/4.0 MB | 1.0/2.7 MB | 61/786 kB | 2.2 kB Progress (4): 0.2/4.0 MB | 1.0/2.7 MB | 65/786 kB | 2.2 kB Progress (4): 0.2/4.0 MB | 1.0/2.7 MB | 69/786 kB | 2.2 kB Progress (4): 0.2/4.0 MB | 1.0/2.7 MB | 73/786 kB | 2.2 kB Progress (4): 0.2/4.0 MB | 1.1/2.7 MB | 73/786 kB | 2.2 kB Progress (4): 0.2/4.0 MB | 1.1/2.7 MB | 73/786 kB | 2.2 kB Progress (4): 0.2/4.0 MB | 1.1/2.7 MB | 73/786 kB | 2.2 kB Progress (4): 0.2/4.0 MB | 1.1/2.7 MB | 73/786 kB | 2.2 kB Progress (4): 0.2/4.0 MB | 1.1/2.7 MB | 73/786 kB | 2.2 kB Progress (4): 0.2/4.0 MB | 1.1/2.7 MB | 73/786 kB | 2.2 kB Progress (4): 0.2/4.0 MB | 1.2/2.7 MB | 73/786 kB | 2.2 kB Progress (4): 0.2/4.0 MB | 1.2/2.7 MB | 73/786 kB | 2.2 kB Progress (4): 0.3/4.0 MB | 1.2/2.7 MB | 73/786 kB | 2.2 kB Progress (4): 0.3/4.0 MB | 1.2/2.7 MB | 73/786 kB | 2.2 kB Progress (4): 0.3/4.0 MB | 1.2/2.7 MB | 77/786 kB | 2.2 kB Progress (4): 0.3/4.0 MB | 1.2/2.7 MB | 82/786 kB | 2.2 kB Progress (4): 0.3/4.0 MB | 1.2/2.7 MB | 86/786 kB | 2.2 kB Progress (4): 0.3/4.0 MB | 1.2/2.7 MB | 90/786 kB | 2.2 kB Progress (4): 0.3/4.0 MB | 1.2/2.7 MB | 90/786 kB | 2.2 kB Progress (4): 0.3/4.0 MB | 1.2/2.7 MB | 90/786 kB | 2.2 kB Progress (4): 0.3/4.0 MB | 1.2/2.7 MB | 94/786 kB | 2.2 kB Progress (4): 0.3/4.0 MB | 1.2/2.7 MB | 98/786 kB | 2.2 kB Progress (4): 0.3/4.0 MB | 1.2/2.7 MB | 102/786 kB | 2.2 kB Progress (4): 0.3/4.0 MB | 1.2/2.7 MB | 106/786 kB | 2.2 kB Progress (4): 0.3/4.0 MB | 1.2/2.7 MB | 106/786 kB | 2.2 kB Progress (4): 0.3/4.0 MB | 1.3/2.7 MB | 106/786 kB | 2.2 kB Progress (5): 0.3/4.0 MB | 1.3/2.7 MB | 106/786 kB | 2.2 kB | 4.1/20 kB Progress (5): 0.3/4.0 MB | 1.3/2.7 MB | 106/786 kB | 2.2 kB | 7.8/20 kB Progress (5): 0.3/4.0 MB | 1.3/2.7 MB | 106/786 kB | 2.2 kB | 12/20 kB Progress (5): 0.3/4.0 MB | 1.3/2.7 MB | 106/786 kB | 2.2 kB | 16/20 kB Progress (5): 0.3/4.0 MB | 1.3/2.7 MB | 106/786 kB | 2.2 kB | 20 kB Progress (5): 0.3/4.0 MB | 1.3/2.7 MB | 106/786 kB | 2.2 kB | 20 kB Progress (5): 0.3/4.0 MB | 1.3/2.7 MB | 106/786 kB | 2.2 kB | 20 kB Progress (5): 0.3/4.0 MB | 1.3/2.7 MB | 106/786 kB | 2.2 kB | 20 kB Progress (5): 0.3/4.0 MB | 1.3/2.7 MB | 106/786 kB | 2.2 kB | 20 kB Progress (5): 0.3/4.0 MB | 1.3/2.7 MB | 106/786 kB | 2.2 kB | 20 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar (2.2 kB at 38 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.jar +Progress (4): 0.3/4.0 MB | 1.3/2.7 MB | 106/786 kB | 20 kB Progress (4): 0.3/4.0 MB | 1.4/2.7 MB | 106/786 kB | 20 kB Progress (4): 0.3/4.0 MB | 1.4/2.7 MB | 106/786 kB | 20 kB Progress (4): 0.3/4.0 MB | 1.4/2.7 MB | 110/786 kB | 20 kB Progress (4): 0.3/4.0 MB | 1.4/2.7 MB | 114/786 kB | 20 kB Progress (4): 0.3/4.0 MB | 1.4/2.7 MB | 118/786 kB | 20 kB Progress (4): 0.3/4.0 MB | 1.4/2.7 MB | 122/786 kB | 20 kB Progress (4): 0.3/4.0 MB | 1.4/2.7 MB | 122/786 kB | 20 kB Progress (4): 0.3/4.0 MB | 1.4/2.7 MB | 122/786 kB | 20 kB Progress (4): 0.3/4.0 MB | 1.4/2.7 MB | 122/786 kB | 20 kB Progress (4): 0.3/4.0 MB | 1.4/2.7 MB | 122/786 kB | 20 kB Progress (4): 0.3/4.0 MB | 1.5/2.7 MB | 122/786 kB | 20 kB Progress (4): 0.3/4.0 MB | 1.5/2.7 MB | 122/786 kB | 20 kB Progress (4): 0.3/4.0 MB | 1.5/2.7 MB | 122/786 kB | 20 kB Progress (4): 0.3/4.0 MB | 1.5/2.7 MB | 127/786 kB | 20 kB Progress (4): 0.3/4.0 MB | 1.5/2.7 MB | 131/786 kB | 20 kB Progress (4): 0.3/4.0 MB | 1.5/2.7 MB | 135/786 kB | 20 kB Progress (4): 0.3/4.0 MB | 1.5/2.7 MB | 139/786 kB | 20 kB Progress (4): 0.3/4.0 MB | 1.5/2.7 MB | 139/786 kB | 20 kB Progress (4): 0.3/4.0 MB | 1.5/2.7 MB | 139/786 kB | 20 kB Progress (4): 0.3/4.0 MB | 1.5/2.7 MB | 139/786 kB | 20 kB Progress (4): 0.3/4.0 MB | 1.5/2.7 MB | 139/786 kB | 20 kB Progress (4): 0.3/4.0 MB | 1.5/2.7 MB | 139/786 kB | 20 kB Progress (4): 0.3/4.0 MB | 1.6/2.7 MB | 139/786 kB | 20 kB Progress (4): 0.3/4.0 MB | 1.6/2.7 MB | 139/786 kB | 20 kB Progress (4): 0.3/4.0 MB | 1.6/2.7 MB | 139/786 kB | 20 kB Progress (4): 0.3/4.0 MB | 1.6/2.7 MB | 139/786 kB | 20 kB Progress (4): 0.3/4.0 MB | 1.6/2.7 MB | 139/786 kB | 20 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar (20 kB at 345 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.jar +Progress (4): 0.3/4.0 MB | 1.6/2.7 MB | 139/786 kB | 4.1/193 kB Progress (4): 0.3/4.0 MB | 1.6/2.7 MB | 139/786 kB | 7.8/193 kB Progress (4): 0.3/4.0 MB | 1.6/2.7 MB | 139/786 kB | 12/193 kB Progress (4): 0.3/4.0 MB | 1.6/2.7 MB | 139/786 kB | 16/193 kB Progress (4): 0.3/4.0 MB | 1.6/2.7 MB | 139/786 kB | 20/193 kB Progress (4): 0.3/4.0 MB | 1.6/2.7 MB | 139/786 kB | 24/193 kB Progress (4): 0.3/4.0 MB | 1.6/2.7 MB | 139/786 kB | 28/193 kB Progress (4): 0.3/4.0 MB | 1.6/2.7 MB | 139/786 kB | 32/193 kB Progress (4): 0.3/4.0 MB | 1.6/2.7 MB | 139/786 kB | 36/193 kB Progress (4): 0.3/4.0 MB | 1.6/2.7 MB | 139/786 kB | 41/193 kB Progress (4): 0.3/4.0 MB | 1.6/2.7 MB | 139/786 kB | 45/193 kB Progress (4): 0.3/4.0 MB | 1.6/2.7 MB | 139/786 kB | 49/193 kB Progress (4): 0.3/4.0 MB | 1.6/2.7 MB | 139/786 kB | 53/193 kB Progress (4): 0.3/4.0 MB | 1.6/2.7 MB | 139/786 kB | 57/193 kB Progress (4): 0.3/4.0 MB | 1.6/2.7 MB | 143/786 kB | 57/193 kB Progress (4): 0.3/4.0 MB | 1.6/2.7 MB | 147/786 kB | 57/193 kB Progress (4): 0.3/4.0 MB | 1.6/2.7 MB | 151/786 kB | 57/193 kB Progress (4): 0.3/4.0 MB | 1.6/2.7 MB | 155/786 kB | 57/193 kB Progress (4): 0.3/4.0 MB | 1.6/2.7 MB | 155/786 kB | 57/193 kB Progress (4): 0.3/4.0 MB | 1.7/2.7 MB | 155/786 kB | 57/193 kB Progress (4): 0.3/4.0 MB | 1.7/2.7 MB | 155/786 kB | 57/193 kB Progress (4): 0.3/4.0 MB | 1.7/2.7 MB | 155/786 kB | 57/193 kB Progress (4): 0.3/4.0 MB | 1.7/2.7 MB | 155/786 kB | 57/193 kB Progress (4): 0.3/4.0 MB | 1.7/2.7 MB | 155/786 kB | 57/193 kB Progress (4): 0.3/4.0 MB | 1.7/2.7 MB | 155/786 kB | 57/193 kB Progress (4): 0.3/4.0 MB | 1.8/2.7 MB | 155/786 kB | 57/193 kB Progress (4): 0.3/4.0 MB | 1.8/2.7 MB | 155/786 kB | 57/193 kB Progress (4): 0.4/4.0 MB | 1.8/2.7 MB | 155/786 kB | 57/193 kB Progress (4): 0.4/4.0 MB | 1.8/2.7 MB | 155/786 kB | 57/193 kB Progress (4): 0.4/4.0 MB | 1.8/2.7 MB | 155/786 kB | 61/193 kB Progress (4): 0.4/4.0 MB | 1.8/2.7 MB | 155/786 kB | 65/193 kB Progress (4): 0.4/4.0 MB | 1.8/2.7 MB | 155/786 kB | 69/193 kB Progress (4): 0.4/4.0 MB | 1.8/2.7 MB | 155/786 kB | 73/193 kB Progress (4): 0.4/4.0 MB | 1.8/2.7 MB | 155/786 kB | 77/193 kB Progress (4): 0.4/4.0 MB | 1.8/2.7 MB | 155/786 kB | 82/193 kB Progress (4): 0.4/4.0 MB | 1.8/2.7 MB | 155/786 kB | 86/193 kB Progress (4): 0.4/4.0 MB | 1.8/2.7 MB | 155/786 kB | 90/193 kB Progress (4): 0.4/4.0 MB | 1.8/2.7 MB | 155/786 kB | 94/193 kB Progress (4): 0.4/4.0 MB | 1.8/2.7 MB | 155/786 kB | 98/193 kB Progress (4): 0.4/4.0 MB | 1.8/2.7 MB | 155/786 kB | 102/193 kB Progress (4): 0.4/4.0 MB | 1.8/2.7 MB | 155/786 kB | 106/193 kB Progress (4): 0.4/4.0 MB | 1.8/2.7 MB | 155/786 kB | 110/193 kB Progress (4): 0.4/4.0 MB | 1.8/2.7 MB | 155/786 kB | 114/193 kB Progress (4): 0.4/4.0 MB | 1.8/2.7 MB | 155/786 kB | 118/193 kB Progress (4): 0.4/4.0 MB | 1.8/2.7 MB | 155/786 kB | 122/193 kB Progress (4): 0.4/4.0 MB | 1.8/2.7 MB | 155/786 kB | 127/193 kB Progress (4): 0.4/4.0 MB | 1.8/2.7 MB | 155/786 kB | 131/193 kB Progress (4): 0.4/4.0 MB | 1.8/2.7 MB | 155/786 kB | 135/193 kB Progress (4): 0.4/4.0 MB | 1.8/2.7 MB | 155/786 kB | 139/193 kB Progress (4): 0.4/4.0 MB | 1.8/2.7 MB | 155/786 kB | 143/193 kB Progress (4): 0.4/4.0 MB | 1.8/2.7 MB | 155/786 kB | 147/193 kB Progress (4): 0.4/4.0 MB | 1.8/2.7 MB | 155/786 kB | 151/193 kB Progress (4): 0.4/4.0 MB | 1.8/2.7 MB | 155/786 kB | 155/193 kB Progress (4): 0.4/4.0 MB | 1.8/2.7 MB | 155/786 kB | 159/193 kB Progress (4): 0.4/4.0 MB | 1.8/2.7 MB | 155/786 kB | 163/193 kB Progress (4): 0.4/4.0 MB | 1.8/2.7 MB | 155/786 kB | 168/193 kB Progress (4): 0.4/4.0 MB | 1.8/2.7 MB | 155/786 kB | 172/193 kB Progress (4): 0.4/4.0 MB | 1.8/2.7 MB | 155/786 kB | 176/193 kB Progress (4): 0.4/4.0 MB | 1.8/2.7 MB | 155/786 kB | 180/193 kB Progress (4): 0.4/4.0 MB | 1.8/2.7 MB | 155/786 kB | 184/193 kB Progress (4): 0.4/4.0 MB | 1.8/2.7 MB | 155/786 kB | 188/193 kB Progress (4): 0.4/4.0 MB | 1.8/2.7 MB | 155/786 kB | 192/193 kB Progress (4): 0.4/4.0 MB | 1.8/2.7 MB | 159/786 kB | 192/193 kB Progress (4): 0.4/4.0 MB | 1.8/2.7 MB | 159/786 kB | 193 kB Progress (4): 0.4/4.0 MB | 1.8/2.7 MB | 163/786 kB | 193 kB Progress (4): 0.4/4.0 MB | 1.8/2.7 MB | 168/786 kB | 193 kB Progress (4): 0.4/4.0 MB | 1.8/2.7 MB | 172/786 kB | 193 kB Progress (4): 0.4/4.0 MB | 1.8/2.7 MB | 172/786 kB | 193 kB Progress (4): 0.4/4.0 MB | 1.8/2.7 MB | 172/786 kB | 193 kB Progress (4): 0.4/4.0 MB | 1.8/2.7 MB | 176/786 kB | 193 kB Progress (4): 0.4/4.0 MB | 1.8/2.7 MB | 180/786 kB | 193 kB Progress (4): 0.4/4.0 MB | 1.8/2.7 MB | 184/786 kB | 193 kB Progress (4): 0.4/4.0 MB | 1.8/2.7 MB | 184/786 kB | 193 kB Progress (4): 0.4/4.0 MB | 1.8/2.7 MB | 188/786 kB | 193 kB Progress (4): 0.4/4.0 MB | 1.8/2.7 MB | 188/786 kB | 193 kB Progress (4): 0.4/4.0 MB | 1.9/2.7 MB | 188/786 kB | 193 kB Progress (4): 0.4/4.0 MB | 1.9/2.7 MB | 188/786 kB | 193 kB Progress (4): 0.4/4.0 MB | 1.9/2.7 MB | 188/786 kB | 193 kB Progress (4): 0.4/4.0 MB | 1.9/2.7 MB | 188/786 kB | 193 kB Progress (4): 0.4/4.0 MB | 1.9/2.7 MB | 188/786 kB | 193 kB Progress (4): 0.4/4.0 MB | 1.9/2.7 MB | 188/786 kB | 193 kB Progress (5): 0.4/4.0 MB | 1.9/2.7 MB | 188/786 kB | 193 kB | 4.1/14 kB Progress (5): 0.4/4.0 MB | 1.9/2.7 MB | 188/786 kB | 193 kB | 7.8/14 kB Progress (5): 0.4/4.0 MB | 1.9/2.7 MB | 188/786 kB | 193 kB | 12/14 kB Progress (5): 0.4/4.0 MB | 1.9/2.7 MB | 188/786 kB | 193 kB | 14 kB Progress (5): 0.4/4.0 MB | 1.9/2.7 MB | 188/786 kB | 193 kB | 14 kB Progress (5): 0.4/4.0 MB | 1.9/2.7 MB | 188/786 kB | 193 kB | 14 kB Progress (5): 0.4/4.0 MB | 1.9/2.7 MB | 192/786 kB | 193 kB | 14 kB Progress (5): 0.4/4.0 MB | 1.9/2.7 MB | 196/786 kB | 193 kB | 14 kB Progress (5): 0.4/4.0 MB | 1.9/2.7 MB | 200/786 kB | 193 kB | 14 kB Progress (5): 0.4/4.0 MB | 2.0/2.7 MB | 200/786 kB | 193 kB | 14 kB Progress (5): 0.4/4.0 MB | 2.0/2.7 MB | 204/786 kB | 193 kB | 14 kB Progress (5): 0.4/4.0 MB | 2.0/2.7 MB | 204/786 kB | 193 kB | 14 kB Progress (5): 0.4/4.0 MB | 2.0/2.7 MB | 204/786 kB | 193 kB | 14 kB Progress (5): 0.4/4.0 MB | 2.0/2.7 MB | 204/786 kB | 193 kB | 14 kB Progress (5): 0.4/4.0 MB | 2.0/2.7 MB | 204/786 kB | 193 kB | 14 kB Progress (5): 0.4/4.0 MB | 2.0/2.7 MB | 204/786 kB | 193 kB | 14 kB Progress (5): 0.4/4.0 MB | 2.1/2.7 MB | 204/786 kB | 193 kB | 14 kB Progress (5): 0.4/4.0 MB | 2.1/2.7 MB | 204/786 kB | 193 kB | 14 kB Progress (5): 0.4/4.0 MB | 2.1/2.7 MB | 208/786 kB | 193 kB | 14 kB Progress (5): 0.4/4.0 MB | 2.1/2.7 MB | 208/786 kB | 193 kB | 14 kB Progress (5): 0.4/4.0 MB | 2.1/2.7 MB | 213/786 kB | 193 kB | 14 kB Progress (5): 0.4/4.0 MB | 2.1/2.7 MB | 217/786 kB | 193 kB | 14 kB Progress (5): 0.4/4.0 MB | 2.1/2.7 MB | 221/786 kB | 193 kB | 14 kB Progress (5): 0.4/4.0 MB | 2.1/2.7 MB | 221/786 kB | 193 kB | 14 kB Progress (5): 0.4/4.0 MB | 2.1/2.7 MB | 221/786 kB | 193 kB | 14 kB Progress (5): 0.4/4.0 MB | 2.1/2.7 MB | 221/786 kB | 193 kB | 14 kB Progress (5): 0.4/4.0 MB | 2.1/2.7 MB | 221/786 kB | 193 kB | 14 kB Progress (5): 0.4/4.0 MB | 2.2/2.7 MB | 221/786 kB | 193 kB | 14 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.jar (193 kB at 3.3 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar +Progress (4): 0.4/4.0 MB | 2.2/2.7 MB | 221/786 kB | 14 kB Progress (4): 0.4/4.0 MB | 2.2/2.7 MB | 221/786 kB | 14 kB Progress (4): 0.5/4.0 MB | 2.2/2.7 MB | 221/786 kB | 14 kB Progress (4): 0.5/4.0 MB | 2.2/2.7 MB | 221/786 kB | 14 kB Progress (4): 0.5/4.0 MB | 2.2/2.7 MB | 225/786 kB | 14 kB Progress (4): 0.5/4.0 MB | 2.2/2.7 MB | 229/786 kB | 14 kB Progress (4): 0.5/4.0 MB | 2.2/2.7 MB | 233/786 kB | 14 kB Progress (4): 0.5/4.0 MB | 2.2/2.7 MB | 237/786 kB | 14 kB Progress (4): 0.5/4.0 MB | 2.2/2.7 MB | 237/786 kB | 14 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.jar (14 kB at 234 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.jar +Progress (3): 0.5/4.0 MB | 2.2/2.7 MB | 237/786 kB Progress (3): 0.5/4.0 MB | 2.3/2.7 MB | 237/786 kB Progress (3): 0.5/4.0 MB | 2.3/2.7 MB | 237/786 kB Progress (3): 0.5/4.0 MB | 2.3/2.7 MB | 237/786 kB Progress (3): 0.5/4.0 MB | 2.3/2.7 MB | 237/786 kB Progress (3): 0.5/4.0 MB | 2.3/2.7 MB | 237/786 kB Progress (3): 0.5/4.0 MB | 2.3/2.7 MB | 237/786 kB Progress (3): 0.5/4.0 MB | 2.3/2.7 MB | 237/786 kB Progress (3): 0.5/4.0 MB | 2.4/2.7 MB | 237/786 kB Progress (3): 0.5/4.0 MB | 2.4/2.7 MB | 241/786 kB Progress (3): 0.5/4.0 MB | 2.4/2.7 MB | 245/786 kB Progress (3): 0.5/4.0 MB | 2.4/2.7 MB | 249/786 kB Progress (3): 0.5/4.0 MB | 2.4/2.7 MB | 254/786 kB Progress (3): 0.5/4.0 MB | 2.4/2.7 MB | 254/786 kB Progress (3): 0.5/4.0 MB | 2.4/2.7 MB | 254/786 kB Progress (3): 0.5/4.0 MB | 2.4/2.7 MB | 258/786 kB Progress (3): 0.5/4.0 MB | 2.4/2.7 MB | 262/786 kB Progress (3): 0.5/4.0 MB | 2.4/2.7 MB | 266/786 kB Progress (3): 0.5/4.0 MB | 2.4/2.7 MB | 270/786 kB Progress (3): 0.5/4.0 MB | 2.4/2.7 MB | 270/786 kB Progress (3): 0.5/4.0 MB | 2.4/2.7 MB | 270/786 kB Progress (3): 0.5/4.0 MB | 2.4/2.7 MB | 270/786 kB Progress (3): 0.5/4.0 MB | 2.5/2.7 MB | 270/786 kB Progress (3): 0.5/4.0 MB | 2.5/2.7 MB | 270/786 kB Progress (3): 0.5/4.0 MB | 2.5/2.7 MB | 270/786 kB Progress (3): 0.5/4.0 MB | 2.5/2.7 MB | 270/786 kB Progress (3): 0.5/4.0 MB | 2.5/2.7 MB | 270/786 kB Progress (4): 0.5/4.0 MB | 2.5/2.7 MB | 270/786 kB | 4.1/8.8 kB Progress (4): 0.5/4.0 MB | 2.5/2.7 MB | 270/786 kB | 7.8/8.8 kB Progress (4): 0.5/4.0 MB | 2.5/2.7 MB | 270/786 kB | 8.8 kB Progress (4): 0.5/4.0 MB | 2.5/2.7 MB | 270/786 kB | 8.8 kB Progress (4): 0.5/4.0 MB | 2.5/2.7 MB | 274/786 kB | 8.8 kB Progress (4): 0.5/4.0 MB | 2.5/2.7 MB | 278/786 kB | 8.8 kB Progress (4): 0.5/4.0 MB | 2.5/2.7 MB | 282/786 kB | 8.8 kB Progress (4): 0.5/4.0 MB | 2.5/2.7 MB | 286/786 kB | 8.8 kB Progress (4): 0.5/4.0 MB | 2.5/2.7 MB | 286/786 kB | 8.8 kB Progress (4): 0.5/4.0 MB | 2.5/2.7 MB | 286/786 kB | 8.8 kB Progress (4): 0.5/4.0 MB | 2.6/2.7 MB | 286/786 kB | 8.8 kB Progress (4): 0.5/4.0 MB | 2.6/2.7 MB | 286/786 kB | 8.8 kB Progress (4): 0.5/4.0 MB | 2.6/2.7 MB | 286/786 kB | 8.8 kB Progress (4): 0.5/4.0 MB | 2.6/2.7 MB | 286/786 kB | 8.8 kB Progress (4): 0.5/4.0 MB | 2.6/2.7 MB | 286/786 kB | 8.8 kB Progress (5): 0.5/4.0 MB | 2.6/2.7 MB | 286/786 kB | 8.8 kB | 3.4 kB Progress (5): 0.5/4.0 MB | 2.6/2.7 MB | 286/786 kB | 8.8 kB | 3.4 kB Progress (5): 0.5/4.0 MB | 2.7/2.7 MB | 286/786 kB | 8.8 kB | 3.4 kB Progress (5): 0.6/4.0 MB | 2.7/2.7 MB | 286/786 kB | 8.8 kB | 3.4 kB Progress (5): 0.6/4.0 MB | 2.7/2.7 MB | 290/786 kB | 8.8 kB | 3.4 kB Progress (5): 0.6/4.0 MB | 2.7/2.7 MB | 295/786 kB | 8.8 kB | 3.4 kB Progress (5): 0.6/4.0 MB | 2.7/2.7 MB | 299/786 kB | 8.8 kB | 3.4 kB Progress (5): 0.6/4.0 MB | 2.7/2.7 MB | 303/786 kB | 8.8 kB | 3.4 kB Progress (5): 0.6/4.0 MB | 2.7/2.7 MB | 303/786 kB | 8.8 kB | 3.4 kB Progress (5): 0.6/4.0 MB | 2.7/2.7 MB | 303/786 kB | 8.8 kB | 3.4 kB Progress (5): 0.6/4.0 MB | 2.7/2.7 MB | 307/786 kB | 8.8 kB | 3.4 kB Progress (5): 0.6/4.0 MB | 2.7/2.7 MB | 311/786 kB | 8.8 kB | 3.4 kB Progress (5): 0.6/4.0 MB | 2.7/2.7 MB | 315/786 kB | 8.8 kB | 3.4 kB Progress (5): 0.6/4.0 MB | 2.7/2.7 MB | 315/786 kB | 8.8 kB | 3.4 kB Progress (5): 0.6/4.0 MB | 2.7/2.7 MB | 319/786 kB | 8.8 kB | 3.4 kB Progress (5): 0.6/4.0 MB | 2.7/2.7 MB | 319/786 kB | 8.8 kB | 3.4 kB Progress (5): 0.6/4.0 MB | 2.7/2.7 MB | 319/786 kB | 8.8 kB | 3.4 kB Progress (5): 0.6/4.0 MB | 2.7 MB | 319/786 kB | 8.8 kB | 3.4 kB Progress (5): 0.6/4.0 MB | 2.7 MB | 319/786 kB | 8.8 kB | 3.4 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar (8.8 kB at 148 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/firebase/firebase-admin/5.9.0/firebase-admin-5.9.0.jar +Progress (4): 0.6/4.0 MB | 2.7 MB | 323/786 kB | 3.4 kB Progress (4): 0.6/4.0 MB | 2.7 MB | 327/786 kB | 3.4 kB Progress (4): 0.6/4.0 MB | 2.7 MB | 331/786 kB | 3.4 kB Progress (4): 0.6/4.0 MB | 2.7 MB | 335/786 kB | 3.4 kB Progress (4): 0.6/4.0 MB | 2.7 MB | 335/786 kB | 3.4 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.jar (3.4 kB at 58 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/api-client/google-api-client/1.23.0/google-api-client-1.23.0.jar +Progress (3): 0.6/4.0 MB | 2.7 MB | 340/786 kB Progress (3): 0.6/4.0 MB | 2.7 MB | 344/786 kB Progress (3): 0.6/4.0 MB | 2.7 MB | 348/786 kB Progress (3): 0.6/4.0 MB | 2.7 MB | 352/786 kB Progress (3): 0.6/4.0 MB | 2.7 MB | 352/786 kB Progress (3): 0.6/4.0 MB | 2.7 MB | 356/786 kB Progress (3): 0.6/4.0 MB | 2.7 MB | 360/786 kB Progress (3): 0.6/4.0 MB | 2.7 MB | 364/786 kB Progress (3): 0.6/4.0 MB | 2.7 MB | 368/786 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/guava/guava/27.0-jre/guava-27.0-jre.jar (2.7 MB at 46 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/oauth-client/google-oauth-client/1.23.0/google-oauth-client-1.23.0.jar +Progress (2): 0.7/4.0 MB | 368/786 kB Progress (2): 0.7/4.0 MB | 372/786 kB Progress (2): 0.7/4.0 MB | 376/786 kB Progress (2): 0.7/4.0 MB | 381/786 kB Progress (2): 0.7/4.0 MB | 385/786 kB Progress (3): 0.7/4.0 MB | 385/786 kB | 4.1/702 kB Progress (3): 0.7/4.0 MB | 385/786 kB | 7.8/702 kB Progress (3): 0.7/4.0 MB | 385/786 kB | 12/702 kB Progress (3): 0.7/4.0 MB | 385/786 kB | 16/702 kB Progress (3): 0.7/4.0 MB | 385/786 kB | 20/702 kB Progress (3): 0.7/4.0 MB | 385/786 kB | 24/702 kB Progress (3): 0.7/4.0 MB | 385/786 kB | 28/702 kB Progress (3): 0.7/4.0 MB | 385/786 kB | 32/702 kB Progress (3): 0.7/4.0 MB | 385/786 kB | 36/702 kB Progress (3): 0.7/4.0 MB | 385/786 kB | 41/702 kB Progress (3): 0.7/4.0 MB | 385/786 kB | 45/702 kB Progress (3): 0.7/4.0 MB | 385/786 kB | 49/702 kB Progress (3): 0.7/4.0 MB | 385/786 kB | 53/702 kB Progress (3): 0.7/4.0 MB | 385/786 kB | 57/702 kB Progress (3): 0.7/4.0 MB | 385/786 kB | 61/702 kB Progress (3): 0.7/4.0 MB | 385/786 kB | 65/702 kB Progress (3): 0.7/4.0 MB | 385/786 kB | 69/702 kB Progress (3): 0.7/4.0 MB | 385/786 kB | 73/702 kB Progress (3): 0.7/4.0 MB | 385/786 kB | 77/702 kB Progress (3): 0.7/4.0 MB | 385/786 kB | 82/702 kB Progress (3): 0.7/4.0 MB | 385/786 kB | 86/702 kB Progress (3): 0.7/4.0 MB | 385/786 kB | 90/702 kB Progress (3): 0.7/4.0 MB | 385/786 kB | 94/702 kB Progress (3): 0.7/4.0 MB | 385/786 kB | 98/702 kB Progress (3): 0.7/4.0 MB | 385/786 kB | 102/702 kB Progress (3): 0.7/4.0 MB | 385/786 kB | 106/702 kB Progress (3): 0.7/4.0 MB | 385/786 kB | 110/702 kB Progress (3): 0.7/4.0 MB | 385/786 kB | 114/702 kB Progress (3): 0.7/4.0 MB | 385/786 kB | 118/702 kB Progress (3): 0.7/4.0 MB | 385/786 kB | 122/702 kB Progress (3): 0.7/4.0 MB | 385/786 kB | 122/702 kB Progress (3): 0.7/4.0 MB | 389/786 kB | 122/702 kB Progress (3): 0.7/4.0 MB | 393/786 kB | 122/702 kB Progress (3): 0.7/4.0 MB | 397/786 kB | 122/702 kB Progress (3): 0.7/4.0 MB | 401/786 kB | 122/702 kB Progress (3): 0.7/4.0 MB | 401/786 kB | 122/702 kB Progress (3): 0.7/4.0 MB | 405/786 kB | 122/702 kB Progress (3): 0.7/4.0 MB | 409/786 kB | 122/702 kB Progress (3): 0.7/4.0 MB | 413/786 kB | 122/702 kB Progress (3): 0.7/4.0 MB | 417/786 kB | 122/702 kB Progress (3): 0.7/4.0 MB | 421/786 kB | 122/702 kB Progress (3): 0.7/4.0 MB | 426/786 kB | 122/702 kB Progress (3): 0.7/4.0 MB | 430/786 kB | 122/702 kB Progress (3): 0.7/4.0 MB | 434/786 kB | 122/702 kB Progress (3): 0.7/4.0 MB | 434/786 kB | 122/702 kB Progress (4): 0.7/4.0 MB | 434/786 kB | 122/702 kB | 4.1/200 kB Progress (4): 0.7/4.0 MB | 434/786 kB | 122/702 kB | 7.8/200 kB Progress (4): 0.7/4.0 MB | 434/786 kB | 122/702 kB | 12/200 kB Progress (4): 0.7/4.0 MB | 434/786 kB | 122/702 kB | 16/200 kB Progress (4): 0.7/4.0 MB | 434/786 kB | 122/702 kB | 20/200 kB Progress (4): 0.7/4.0 MB | 434/786 kB | 122/702 kB | 24/200 kB Progress (4): 0.7/4.0 MB | 434/786 kB | 122/702 kB | 28/200 kB Progress (4): 0.7/4.0 MB | 434/786 kB | 122/702 kB | 32/200 kB Progress (4): 0.7/4.0 MB | 434/786 kB | 122/702 kB | 36/200 kB Progress (4): 0.7/4.0 MB | 434/786 kB | 122/702 kB | 41/200 kB Progress (5): 0.7/4.0 MB | 434/786 kB | 122/702 kB | 41/200 kB | 4.1/62 kB Progress (5): 0.7/4.0 MB | 434/786 kB | 122/702 kB | 41/200 kB | 7.8/62 kB Progress (5): 0.7/4.0 MB | 434/786 kB | 122/702 kB | 41/200 kB | 12/62 kB Progress (5): 0.7/4.0 MB | 434/786 kB | 122/702 kB | 41/200 kB | 16/62 kB Progress (5): 0.7/4.0 MB | 434/786 kB | 122/702 kB | 41/200 kB | 20/62 kB Progress (5): 0.7/4.0 MB | 434/786 kB | 122/702 kB | 41/200 kB | 24/62 kB Progress (5): 0.7/4.0 MB | 434/786 kB | 127/702 kB | 41/200 kB | 24/62 kB Progress (5): 0.7/4.0 MB | 434/786 kB | 131/702 kB | 41/200 kB | 24/62 kB Progress (5): 0.7/4.0 MB | 434/786 kB | 135/702 kB | 41/200 kB | 24/62 kB Progress (5): 0.7/4.0 MB | 434/786 kB | 139/702 kB | 41/200 kB | 24/62 kB Progress (5): 0.7/4.0 MB | 434/786 kB | 143/702 kB | 41/200 kB | 24/62 kB Progress (5): 0.7/4.0 MB | 434/786 kB | 147/702 kB | 41/200 kB | 24/62 kB Progress (5): 0.7/4.0 MB | 434/786 kB | 151/702 kB | 41/200 kB | 24/62 kB Progress (5): 0.7/4.0 MB | 434/786 kB | 155/702 kB | 41/200 kB | 24/62 kB Progress (5): 0.7/4.0 MB | 434/786 kB | 159/702 kB | 41/200 kB | 24/62 kB Progress (5): 0.7/4.0 MB | 434/786 kB | 163/702 kB | 41/200 kB | 24/62 kB Progress (5): 0.7/4.0 MB | 434/786 kB | 168/702 kB | 41/200 kB | 24/62 kB Progress (5): 0.7/4.0 MB | 434/786 kB | 172/702 kB | 41/200 kB | 24/62 kB Progress (5): 0.7/4.0 MB | 434/786 kB | 176/702 kB | 41/200 kB | 24/62 kB Progress (5): 0.7/4.0 MB | 434/786 kB | 180/702 kB | 41/200 kB | 24/62 kB Progress (5): 0.7/4.0 MB | 434/786 kB | 184/702 kB | 41/200 kB | 24/62 kB Progress (5): 0.7/4.0 MB | 434/786 kB | 188/702 kB | 41/200 kB | 24/62 kB Progress (5): 0.7/4.0 MB | 434/786 kB | 192/702 kB | 41/200 kB | 24/62 kB Progress (5): 0.7/4.0 MB | 434/786 kB | 196/702 kB | 41/200 kB | 24/62 kB Progress (5): 0.7/4.0 MB | 434/786 kB | 200/702 kB | 41/200 kB | 24/62 kB Progress (5): 0.7/4.0 MB | 434/786 kB | 204/702 kB | 41/200 kB | 24/62 kB Progress (5): 0.7/4.0 MB | 434/786 kB | 208/702 kB | 41/200 kB | 24/62 kB Progress (5): 0.7/4.0 MB | 434/786 kB | 213/702 kB | 41/200 kB | 24/62 kB Progress (5): 0.7/4.0 MB | 434/786 kB | 217/702 kB | 41/200 kB | 24/62 kB Progress (5): 0.7/4.0 MB | 434/786 kB | 221/702 kB | 41/200 kB | 24/62 kB Progress (5): 0.7/4.0 MB | 434/786 kB | 225/702 kB | 41/200 kB | 24/62 kB Progress (5): 0.7/4.0 MB | 434/786 kB | 229/702 kB | 41/200 kB | 24/62 kB Progress (5): 0.7/4.0 MB | 434/786 kB | 233/702 kB | 41/200 kB | 24/62 kB Progress (5): 0.7/4.0 MB | 434/786 kB | 237/702 kB | 41/200 kB | 24/62 kB Progress (5): 0.7/4.0 MB | 434/786 kB | 241/702 kB | 41/200 kB | 24/62 kB Progress (5): 0.7/4.0 MB | 434/786 kB | 245/702 kB | 41/200 kB | 24/62 kB Progress (5): 0.7/4.0 MB | 434/786 kB | 249/702 kB | 41/200 kB | 24/62 kB Progress (5): 0.7/4.0 MB | 434/786 kB | 254/702 kB | 41/200 kB | 24/62 kB Progress (5): 0.7/4.0 MB | 434/786 kB | 258/702 kB | 41/200 kB | 24/62 kB Progress (5): 0.7/4.0 MB | 434/786 kB | 262/702 kB | 41/200 kB | 24/62 kB Progress (5): 0.7/4.0 MB | 434/786 kB | 266/702 kB | 41/200 kB | 24/62 kB Progress (5): 0.7/4.0 MB | 434/786 kB | 270/702 kB | 41/200 kB | 24/62 kB Progress (5): 0.7/4.0 MB | 434/786 kB | 274/702 kB | 41/200 kB | 24/62 kB Progress (5): 0.7/4.0 MB | 434/786 kB | 278/702 kB | 41/200 kB | 24/62 kB Progress (5): 0.7/4.0 MB | 434/786 kB | 282/702 kB | 41/200 kB | 24/62 kB Progress (5): 0.7/4.0 MB | 434/786 kB | 286/702 kB | 41/200 kB | 24/62 kB Progress (5): 0.7/4.0 MB | 434/786 kB | 290/702 kB | 41/200 kB | 24/62 kB Progress (5): 0.7/4.0 MB | 434/786 kB | 295/702 kB | 41/200 kB | 24/62 kB Progress (5): 0.7/4.0 MB | 434/786 kB | 299/702 kB | 41/200 kB | 24/62 kB Progress (5): 0.7/4.0 MB | 434/786 kB | 303/702 kB | 41/200 kB | 24/62 kB Progress (5): 0.7/4.0 MB | 434/786 kB | 307/702 kB | 41/200 kB | 24/62 kB Progress (5): 0.7/4.0 MB | 434/786 kB | 311/702 kB | 41/200 kB | 24/62 kB Progress (5): 0.7/4.0 MB | 434/786 kB | 315/702 kB | 41/200 kB | 24/62 kB Progress (5): 0.7/4.0 MB | 434/786 kB | 319/702 kB | 41/200 kB | 24/62 kB Progress (5): 0.7/4.0 MB | 434/786 kB | 323/702 kB | 41/200 kB | 24/62 kB Progress (5): 0.7/4.0 MB | 434/786 kB | 327/702 kB | 41/200 kB | 24/62 kB Progress (5): 0.7/4.0 MB | 434/786 kB | 331/702 kB | 41/200 kB | 24/62 kB Progress (5): 0.7/4.0 MB | 434/786 kB | 335/702 kB | 41/200 kB | 24/62 kB Progress (5): 0.7/4.0 MB | 438/786 kB | 335/702 kB | 41/200 kB | 24/62 kB Progress (5): 0.7/4.0 MB | 442/786 kB | 335/702 kB | 41/200 kB | 24/62 kB Progress (5): 0.7/4.0 MB | 446/786 kB | 335/702 kB | 41/200 kB | 24/62 kB Progress (5): 0.7/4.0 MB | 450/786 kB | 335/702 kB | 41/200 kB | 24/62 kB Progress (5): 0.7/4.0 MB | 450/786 kB | 340/702 kB | 41/200 kB | 24/62 kB Progress (5): 0.7/4.0 MB | 450/786 kB | 344/702 kB | 41/200 kB | 24/62 kB Progress (5): 0.7/4.0 MB | 450/786 kB | 348/702 kB | 41/200 kB | 24/62 kB Progress (5): 0.7/4.0 MB | 450/786 kB | 352/702 kB | 41/200 kB | 24/62 kB Progress (5): 0.8/4.0 MB | 450/786 kB | 352/702 kB | 41/200 kB | 24/62 kB Progress (5): 0.8/4.0 MB | 450/786 kB | 352/702 kB | 41/200 kB | 24/62 kB Progress (5): 0.8/4.0 MB | 450/786 kB | 352/702 kB | 45/200 kB | 24/62 kB Progress (5): 0.8/4.0 MB | 450/786 kB | 352/702 kB | 49/200 kB | 24/62 kB Progress (5): 0.8/4.0 MB | 450/786 kB | 352/702 kB | 53/200 kB | 24/62 kB Progress (5): 0.8/4.0 MB | 450/786 kB | 352/702 kB | 57/200 kB | 24/62 kB Progress (5): 0.8/4.0 MB | 450/786 kB | 352/702 kB | 61/200 kB | 24/62 kB Progress (5): 0.8/4.0 MB | 450/786 kB | 352/702 kB | 65/200 kB | 24/62 kB Progress (5): 0.8/4.0 MB | 450/786 kB | 352/702 kB | 69/200 kB | 24/62 kB Progress (5): 0.8/4.0 MB | 450/786 kB | 352/702 kB | 73/200 kB | 24/62 kB Progress (5): 0.8/4.0 MB | 450/786 kB | 352/702 kB | 77/200 kB | 24/62 kB Progress (5): 0.8/4.0 MB | 450/786 kB | 352/702 kB | 82/200 kB | 24/62 kB Progress (5): 0.8/4.0 MB | 450/786 kB | 352/702 kB | 82/200 kB | 28/62 kB Progress (5): 0.8/4.0 MB | 450/786 kB | 352/702 kB | 82/200 kB | 32/62 kB Progress (5): 0.8/4.0 MB | 450/786 kB | 352/702 kB | 82/200 kB | 36/62 kB Progress (5): 0.8/4.0 MB | 450/786 kB | 352/702 kB | 82/200 kB | 41/62 kB Progress (5): 0.8/4.0 MB | 450/786 kB | 352/702 kB | 82/200 kB | 45/62 kB Progress (5): 0.8/4.0 MB | 450/786 kB | 352/702 kB | 82/200 kB | 49/62 kB Progress (5): 0.8/4.0 MB | 450/786 kB | 352/702 kB | 82/200 kB | 53/62 kB Progress (5): 0.8/4.0 MB | 450/786 kB | 352/702 kB | 82/200 kB | 57/62 kB Progress (5): 0.8/4.0 MB | 450/786 kB | 352/702 kB | 82/200 kB | 61/62 kB Progress (5): 0.8/4.0 MB | 454/786 kB | 352/702 kB | 82/200 kB | 61/62 kB Progress (5): 0.8/4.0 MB | 454/786 kB | 352/702 kB | 82/200 kB | 62 kB Progress (5): 0.8/4.0 MB | 458/786 kB | 352/702 kB | 82/200 kB | 62 kB Progress (5): 0.8/4.0 MB | 462/786 kB | 352/702 kB | 82/200 kB | 62 kB Progress (5): 0.8/4.0 MB | 467/786 kB | 352/702 kB | 82/200 kB | 62 kB Progress (5): 0.8/4.0 MB | 467/786 kB | 356/702 kB | 82/200 kB | 62 kB Progress (5): 0.8/4.0 MB | 467/786 kB | 360/702 kB | 82/200 kB | 62 kB Progress (5): 0.8/4.0 MB | 467/786 kB | 364/702 kB | 82/200 kB | 62 kB Progress (5): 0.8/4.0 MB | 467/786 kB | 368/702 kB | 82/200 kB | 62 kB Progress (5): 0.8/4.0 MB | 467/786 kB | 372/702 kB | 82/200 kB | 62 kB Progress (5): 0.8/4.0 MB | 467/786 kB | 376/702 kB | 82/200 kB | 62 kB Progress (5): 0.8/4.0 MB | 467/786 kB | 381/702 kB | 82/200 kB | 62 kB Progress (5): 0.8/4.0 MB | 467/786 kB | 385/702 kB | 82/200 kB | 62 kB Progress (5): 0.8/4.0 MB | 467/786 kB | 389/702 kB | 82/200 kB | 62 kB Progress (5): 0.8/4.0 MB | 467/786 kB | 393/702 kB | 82/200 kB | 62 kB Progress (5): 0.8/4.0 MB | 467/786 kB | 397/702 kB | 82/200 kB | 62 kB Progress (5): 0.8/4.0 MB | 467/786 kB | 401/702 kB | 82/200 kB | 62 kB Progress (5): 0.8/4.0 MB | 467/786 kB | 405/702 kB | 82/200 kB | 62 kB Progress (5): 0.8/4.0 MB | 467/786 kB | 409/702 kB | 82/200 kB | 62 kB Progress (5): 0.8/4.0 MB | 467/786 kB | 413/702 kB | 82/200 kB | 62 kB Progress (5): 0.8/4.0 MB | 467/786 kB | 417/702 kB | 82/200 kB | 62 kB Progress (5): 0.8/4.0 MB | 467/786 kB | 421/702 kB | 82/200 kB | 62 kB Progress (5): 0.8/4.0 MB | 467/786 kB | 426/702 kB | 82/200 kB | 62 kB Progress (5): 0.8/4.0 MB | 467/786 kB | 430/702 kB | 82/200 kB | 62 kB Progress (5): 0.8/4.0 MB | 467/786 kB | 434/702 kB | 82/200 kB | 62 kB Progress (5): 0.8/4.0 MB | 467/786 kB | 438/702 kB | 82/200 kB | 62 kB Progress (5): 0.8/4.0 MB | 467/786 kB | 442/702 kB | 82/200 kB | 62 kB Progress (5): 0.8/4.0 MB | 467/786 kB | 446/702 kB | 82/200 kB | 62 kB Progress (5): 0.8/4.0 MB | 467/786 kB | 450/702 kB | 82/200 kB | 62 kB Progress (5): 0.8/4.0 MB | 471/786 kB | 450/702 kB | 82/200 kB | 62 kB Progress (5): 0.8/4.0 MB | 475/786 kB | 450/702 kB | 82/200 kB | 62 kB Progress (5): 0.8/4.0 MB | 479/786 kB | 450/702 kB | 82/200 kB | 62 kB Progress (5): 0.8/4.0 MB | 483/786 kB | 450/702 kB | 82/200 kB | 62 kB Progress (5): 0.8/4.0 MB | 483/786 kB | 450/702 kB | 82/200 kB | 62 kB Progress (5): 0.8/4.0 MB | 483/786 kB | 450/702 kB | 86/200 kB | 62 kB Progress (5): 0.8/4.0 MB | 483/786 kB | 450/702 kB | 90/200 kB | 62 kB Progress (5): 0.8/4.0 MB | 483/786 kB | 450/702 kB | 94/200 kB | 62 kB Progress (5): 0.8/4.0 MB | 483/786 kB | 450/702 kB | 98/200 kB | 62 kB Progress (5): 0.8/4.0 MB | 483/786 kB | 450/702 kB | 102/200 kB | 62 kB Progress (5): 0.8/4.0 MB | 483/786 kB | 450/702 kB | 106/200 kB | 62 kB Progress (5): 0.8/4.0 MB | 483/786 kB | 450/702 kB | 110/200 kB | 62 kB Progress (5): 0.8/4.0 MB | 483/786 kB | 450/702 kB | 114/200 kB | 62 kB Progress (5): 0.8/4.0 MB | 483/786 kB | 450/702 kB | 118/200 kB | 62 kB Progress (5): 0.8/4.0 MB | 483/786 kB | 450/702 kB | 122/200 kB | 62 kB Progress (5): 0.8/4.0 MB | 483/786 kB | 450/702 kB | 127/200 kB | 62 kB Progress (5): 0.8/4.0 MB | 483/786 kB | 450/702 kB | 131/200 kB | 62 kB Progress (5): 0.8/4.0 MB | 483/786 kB | 450/702 kB | 135/200 kB | 62 kB Progress (5): 0.8/4.0 MB | 483/786 kB | 450/702 kB | 139/200 kB | 62 kB Progress (5): 0.8/4.0 MB | 483/786 kB | 450/702 kB | 143/200 kB | 62 kB Progress (5): 0.8/4.0 MB | 483/786 kB | 450/702 kB | 147/200 kB | 62 kB Progress (5): 0.8/4.0 MB | 483/786 kB | 450/702 kB | 151/200 kB | 62 kB Progress (5): 0.8/4.0 MB | 483/786 kB | 450/702 kB | 155/200 kB | 62 kB Progress (5): 0.8/4.0 MB | 483/786 kB | 450/702 kB | 159/200 kB | 62 kB Progress (5): 0.8/4.0 MB | 483/786 kB | 450/702 kB | 163/200 kB | 62 kB Progress (5): 0.8/4.0 MB | 483/786 kB | 450/702 kB | 168/200 kB | 62 kB Progress (5): 0.8/4.0 MB | 483/786 kB | 450/702 kB | 172/200 kB | 62 kB Progress (5): 0.8/4.0 MB | 483/786 kB | 450/702 kB | 176/200 kB | 62 kB Progress (5): 0.8/4.0 MB | 483/786 kB | 450/702 kB | 180/200 kB | 62 kB Progress (5): 0.8/4.0 MB | 487/786 kB | 450/702 kB | 180/200 kB | 62 kB Progress (5): 0.8/4.0 MB | 491/786 kB | 450/702 kB | 180/200 kB | 62 kB Progress (5): 0.8/4.0 MB | 495/786 kB | 450/702 kB | 180/200 kB | 62 kB Progress (5): 0.8/4.0 MB | 499/786 kB | 450/702 kB | 180/200 kB | 62 kB Progress (5): 0.8/4.0 MB | 499/786 kB | 450/702 kB | 180/200 kB | 62 kB Progress (5): 0.8/4.0 MB | 499/786 kB | 454/702 kB | 180/200 kB | 62 kB Progress (5): 0.8/4.0 MB | 499/786 kB | 458/702 kB | 180/200 kB | 62 kB Progress (5): 0.8/4.0 MB | 499/786 kB | 462/702 kB | 180/200 kB | 62 kB Progress (5): 0.8/4.0 MB | 499/786 kB | 467/702 kB | 180/200 kB | 62 kB Progress (5): 0.8/4.0 MB | 499/786 kB | 471/702 kB | 180/200 kB | 62 kB Progress (5): 0.8/4.0 MB | 499/786 kB | 475/702 kB | 180/200 kB | 62 kB Progress (5): 0.8/4.0 MB | 499/786 kB | 479/702 kB | 180/200 kB | 62 kB Progress (5): 0.8/4.0 MB | 499/786 kB | 483/702 kB | 180/200 kB | 62 kB Progress (5): 0.8/4.0 MB | 499/786 kB | 487/702 kB | 180/200 kB | 62 kB Progress (5): 0.8/4.0 MB | 499/786 kB | 491/702 kB | 180/200 kB | 62 kB Progress (5): 0.8/4.0 MB | 499/786 kB | 495/702 kB | 180/200 kB | 62 kB Progress (5): 0.8/4.0 MB | 499/786 kB | 499/702 kB | 180/200 kB | 62 kB Progress (5): 0.8/4.0 MB | 499/786 kB | 503/702 kB | 180/200 kB | 62 kB Progress (5): 0.8/4.0 MB | 499/786 kB | 508/702 kB | 180/200 kB | 62 kB Progress (5): 0.8/4.0 MB | 499/786 kB | 512/702 kB | 180/200 kB | 62 kB Progress (5): 0.8/4.0 MB | 499/786 kB | 516/702 kB | 180/200 kB | 62 kB Progress (5): 0.8/4.0 MB | 499/786 kB | 520/702 kB | 180/200 kB | 62 kB Progress (5): 0.8/4.0 MB | 499/786 kB | 524/702 kB | 180/200 kB | 62 kB Progress (5): 0.8/4.0 MB | 499/786 kB | 528/702 kB | 180/200 kB | 62 kB Progress (5): 0.8/4.0 MB | 499/786 kB | 532/702 kB | 180/200 kB | 62 kB Progress (5): 0.8/4.0 MB | 499/786 kB | 536/702 kB | 180/200 kB | 62 kB Progress (5): 0.8/4.0 MB | 499/786 kB | 540/702 kB | 180/200 kB | 62 kB Progress (5): 0.8/4.0 MB | 499/786 kB | 544/702 kB | 180/200 kB | 62 kB Progress (5): 0.8/4.0 MB | 499/786 kB | 548/702 kB | 180/200 kB | 62 kB Progress (5): 0.8/4.0 MB | 499/786 kB | 553/702 kB | 180/200 kB | 62 kB Progress (5): 0.8/4.0 MB | 499/786 kB | 557/702 kB | 180/200 kB | 62 kB Progress (5): 0.8/4.0 MB | 499/786 kB | 561/702 kB | 180/200 kB | 62 kB Progress (5): 0.8/4.0 MB | 499/786 kB | 565/702 kB | 180/200 kB | 62 kB Progress (5): 0.8/4.0 MB | 503/786 kB | 565/702 kB | 180/200 kB | 62 kB Progress (5): 0.8/4.0 MB | 508/786 kB | 565/702 kB | 180/200 kB | 62 kB Progress (5): 0.8/4.0 MB | 512/786 kB | 565/702 kB | 180/200 kB | 62 kB Progress (5): 0.8/4.0 MB | 516/786 kB | 565/702 kB | 180/200 kB | 62 kB Progress (5): 0.8/4.0 MB | 516/786 kB | 565/702 kB | 184/200 kB | 62 kB Progress (5): 0.8/4.0 MB | 516/786 kB | 565/702 kB | 188/200 kB | 62 kB Progress (5): 0.8/4.0 MB | 516/786 kB | 565/702 kB | 192/200 kB | 62 kB Progress (5): 0.8/4.0 MB | 516/786 kB | 565/702 kB | 196/200 kB | 62 kB Progress (5): 0.8/4.0 MB | 516/786 kB | 565/702 kB | 200 kB | 62 kB Progress (5): 0.9/4.0 MB | 516/786 kB | 565/702 kB | 200 kB | 62 kB Progress (5): 0.9/4.0 MB | 516/786 kB | 569/702 kB | 200 kB | 62 kB Progress (5): 0.9/4.0 MB | 516/786 kB | 573/702 kB | 200 kB | 62 kB Progress (5): 0.9/4.0 MB | 516/786 kB | 577/702 kB | 200 kB | 62 kB Progress (5): 0.9/4.0 MB | 516/786 kB | 581/702 kB | 200 kB | 62 kB Progress (5): 0.9/4.0 MB | 516/786 kB | 585/702 kB | 200 kB | 62 kB Progress (5): 0.9/4.0 MB | 516/786 kB | 589/702 kB | 200 kB | 62 kB Progress (5): 0.9/4.0 MB | 516/786 kB | 594/702 kB | 200 kB | 62 kB Progress (5): 0.9/4.0 MB | 516/786 kB | 598/702 kB | 200 kB | 62 kB Progress (5): 0.9/4.0 MB | 520/786 kB | 598/702 kB | 200 kB | 62 kB Progress (5): 0.9/4.0 MB | 524/786 kB | 598/702 kB | 200 kB | 62 kB Progress (5): 0.9/4.0 MB | 528/786 kB | 598/702 kB | 200 kB | 62 kB Progress (5): 0.9/4.0 MB | 528/786 kB | 602/702 kB | 200 kB | 62 kB Progress (5): 0.9/4.0 MB | 532/786 kB | 602/702 kB | 200 kB | 62 kB Progress (5): 0.9/4.0 MB | 532/786 kB | 606/702 kB | 200 kB | 62 kB Progress (5): 0.9/4.0 MB | 532/786 kB | 610/702 kB | 200 kB | 62 kB Progress (5): 0.9/4.0 MB | 532/786 kB | 614/702 kB | 200 kB | 62 kB Progress (5): 0.9/4.0 MB | 532/786 kB | 618/702 kB | 200 kB | 62 kB Progress (5): 0.9/4.0 MB | 532/786 kB | 622/702 kB | 200 kB | 62 kB Progress (5): 0.9/4.0 MB | 532/786 kB | 626/702 kB | 200 kB | 62 kB Progress (5): 0.9/4.0 MB | 532/786 kB | 630/702 kB | 200 kB | 62 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/oauth-client/google-oauth-client/1.23.0/google-oauth-client-1.23.0.jar (62 kB at 1.0 kB/s) +Progress (4): 0.9/4.0 MB | 532/786 kB | 634/702 kB | 200 kB Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/http-client/google-http-client-jackson2/1.23.0/google-http-client-jackson2-1.23.0.jar +Progress (4): 0.9/4.0 MB | 532/786 kB | 639/702 kB | 200 kB Progress (4): 0.9/4.0 MB | 532/786 kB | 643/702 kB | 200 kB Progress (4): 0.9/4.0 MB | 532/786 kB | 647/702 kB | 200 kB Progress (4): 0.9/4.0 MB | 532/786 kB | 651/702 kB | 200 kB Progress (4): 0.9/4.0 MB | 532/786 kB | 655/702 kB | 200 kB Progress (4): 0.9/4.0 MB | 532/786 kB | 659/702 kB | 200 kB Progress (4): 0.9/4.0 MB | 532/786 kB | 663/702 kB | 200 kB Progress (4): 0.9/4.0 MB | 532/786 kB | 663/702 kB | 200 kB Progress (4): 0.9/4.0 MB | 532/786 kB | 667/702 kB | 200 kB Progress (4): 0.9/4.0 MB | 532/786 kB | 671/702 kB | 200 kB Progress (4): 0.9/4.0 MB | 532/786 kB | 675/702 kB | 200 kB Progress (4): 0.9/4.0 MB | 532/786 kB | 680/702 kB | 200 kB Progress (4): 0.9/4.0 MB | 536/786 kB | 680/702 kB | 200 kB Progress (4): 0.9/4.0 MB | 540/786 kB | 680/702 kB | 200 kB Progress (4): 0.9/4.0 MB | 544/786 kB | 680/702 kB | 200 kB Progress (4): 0.9/4.0 MB | 548/786 kB | 680/702 kB | 200 kB Progress (4): 0.9/4.0 MB | 548/786 kB | 684/702 kB | 200 kB Progress (4): 0.9/4.0 MB | 548/786 kB | 688/702 kB | 200 kB Progress (4): 0.9/4.0 MB | 548/786 kB | 692/702 kB | 200 kB Progress (4): 0.9/4.0 MB | 548/786 kB | 696/702 kB | 200 kB Progress (4): 0.9/4.0 MB | 548/786 kB | 700/702 kB | 200 kB Progress (4): 0.9/4.0 MB | 548/786 kB | 702 kB | 200 kB Progress (4): 0.9/4.0 MB | 548/786 kB | 702 kB | 200 kB Progress (4): 0.9/4.0 MB | 553/786 kB | 702 kB | 200 kB Progress (4): 0.9/4.0 MB | 557/786 kB | 702 kB | 200 kB Progress (4): 0.9/4.0 MB | 561/786 kB | 702 kB | 200 kB Progress (4): 0.9/4.0 MB | 565/786 kB | 702 kB | 200 kB Progress (4): 0.9/4.0 MB | 569/786 kB | 702 kB | 200 kB Progress (4): 0.9/4.0 MB | 573/786 kB | 702 kB | 200 kB Progress (4): 0.9/4.0 MB | 577/786 kB | 702 kB | 200 kB Progress (4): 0.9/4.0 MB | 581/786 kB | 702 kB | 200 kB Progress (4): 0.9/4.0 MB | 581/786 kB | 702 kB | 200 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/api-client/google-api-client/1.23.0/google-api-client-1.23.0.jar (200 kB at 3.3 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/api-client/google-api-client-gson/1.23.0/google-api-client-gson-1.23.0.jar +Progress (3): 0.9/4.0 MB | 585/786 kB | 702 kB Progress (3): 0.9/4.0 MB | 589/786 kB | 702 kB Progress (3): 0.9/4.0 MB | 594/786 kB | 702 kB Progress (3): 0.9/4.0 MB | 598/786 kB | 702 kB Progress (3): 1.0/4.0 MB | 598/786 kB | 702 kB Progress (4): 1.0/4.0 MB | 598/786 kB | 702 kB | 4.1/6.7 kB Progress (4): 1.0/4.0 MB | 598/786 kB | 702 kB | 6.7 kB Progress (4): 1.0/4.0 MB | 602/786 kB | 702 kB | 6.7 kB Progress (4): 1.0/4.0 MB | 606/786 kB | 702 kB | 6.7 kB Progress (4): 1.0/4.0 MB | 610/786 kB | 702 kB | 6.7 kB Progress (4): 1.0/4.0 MB | 614/786 kB | 702 kB | 6.7 kB Progress (4): 1.0/4.0 MB | 614/786 kB | 702 kB | 6.7 kB Progress (4): 1.0/4.0 MB | 618/786 kB | 702 kB | 6.7 kB Progress (4): 1.0/4.0 MB | 622/786 kB | 702 kB | 6.7 kB Progress (4): 1.0/4.0 MB | 626/786 kB | 702 kB | 6.7 kB Progress (4): 1.0/4.0 MB | 630/786 kB | 702 kB | 6.7 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/firebase/firebase-admin/5.9.0/firebase-admin-5.9.0.jar (702 kB at 12 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/http-client/google-http-client-gson/1.23.0/google-http-client-gson-1.23.0.jar +Progress (3): 1.0/4.0 MB | 630/786 kB | 6.7 kB Progress (3): 1.0/4.0 MB | 634/786 kB | 6.7 kB Progress (3): 1.0/4.0 MB | 639/786 kB | 6.7 kB Progress (3): 1.0/4.0 MB | 643/786 kB | 6.7 kB Progress (3): 1.0/4.0 MB | 647/786 kB | 6.7 kB Progress (3): 1.0/4.0 MB | 647/786 kB | 6.7 kB Progress (3): 1.1/4.0 MB | 647/786 kB | 6.7 kB Progress (3): 1.1/4.0 MB | 651/786 kB | 6.7 kB Progress (3): 1.1/4.0 MB | 655/786 kB | 6.7 kB Progress (3): 1.1/4.0 MB | 659/786 kB | 6.7 kB Progress (3): 1.1/4.0 MB | 663/786 kB | 6.7 kB Progress (4): 1.1/4.0 MB | 663/786 kB | 6.7 kB | 2.7 kB Progress (4): 1.1/4.0 MB | 663/786 kB | 6.7 kB | 2.7 kB Progress (4): 1.1/4.0 MB | 667/786 kB | 6.7 kB | 2.7 kB Progress (4): 1.1/4.0 MB | 671/786 kB | 6.7 kB | 2.7 kB Progress (4): 1.1/4.0 MB | 675/786 kB | 6.7 kB | 2.7 kB Progress (4): 1.1/4.0 MB | 680/786 kB | 6.7 kB | 2.7 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/http-client/google-http-client-jackson2/1.23.0/google-http-client-jackson2-1.23.0.jar (6.7 kB at 109 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/http-client/google-http-client/1.23.0/google-http-client-1.23.0.jar +Progress (3): 1.1/4.0 MB | 680/786 kB | 2.7 kB Progress (3): 1.1/4.0 MB | 684/786 kB | 2.7 kB Progress (3): 1.1/4.0 MB | 688/786 kB | 2.7 kB Progress (3): 1.1/4.0 MB | 692/786 kB | 2.7 kB Progress (3): 1.1/4.0 MB | 696/786 kB | 2.7 kB Progress (3): 1.1/4.0 MB | 696/786 kB | 2.7 kB Progress (3): 1.1/4.0 MB | 700/786 kB | 2.7 kB Progress (3): 1.1/4.0 MB | 704/786 kB | 2.7 kB Progress (3): 1.1/4.0 MB | 708/786 kB | 2.7 kB Progress (3): 1.1/4.0 MB | 712/786 kB | 2.7 kB Progress (4): 1.1/4.0 MB | 712/786 kB | 2.7 kB | 4.1/8.5 kB Progress (4): 1.1/4.0 MB | 712/786 kB | 2.7 kB | 7.8/8.5 kB Progress (4): 1.1/4.0 MB | 712/786 kB | 2.7 kB | 8.5 kB Progress (4): 1.2/4.0 MB | 712/786 kB | 2.7 kB | 8.5 kB Progress (4): 1.2/4.0 MB | 712/786 kB | 2.7 kB | 8.5 kB Progress (4): 1.2/4.0 MB | 716/786 kB | 2.7 kB | 8.5 kB Progress (4): 1.2/4.0 MB | 720/786 kB | 2.7 kB | 8.5 kB Progress (4): 1.2/4.0 MB | 725/786 kB | 2.7 kB | 8.5 kB Progress (4): 1.2/4.0 MB | 729/786 kB | 2.7 kB | 8.5 kB Progress (4): 1.2/4.0 MB | 733/786 kB | 2.7 kB | 8.5 kB Progress (4): 1.2/4.0 MB | 737/786 kB | 2.7 kB | 8.5 kB Progress (4): 1.2/4.0 MB | 741/786 kB | 2.7 kB | 8.5 kB Progress (4): 1.2/4.0 MB | 745/786 kB | 2.7 kB | 8.5 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/api-client/google-api-client-gson/1.23.0/google-api-client-gson-1.23.0.jar (2.7 kB at 43 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/api/api-common/1.2.0/api-common-1.2.0.jar +Progress (3): 1.2/4.0 MB | 745/786 kB | 8.5 kB Progress (3): 1.2/4.0 MB | 745/786 kB | 8.5 kB Progress (4): 1.2/4.0 MB | 745/786 kB | 8.5 kB | 4.1/358 kB Progress (4): 1.2/4.0 MB | 745/786 kB | 8.5 kB | 7.8/358 kB Progress (4): 1.2/4.0 MB | 745/786 kB | 8.5 kB | 12/358 kB Progress (4): 1.2/4.0 MB | 745/786 kB | 8.5 kB | 16/358 kB Progress (4): 1.2/4.0 MB | 745/786 kB | 8.5 kB | 20/358 kB Progress (4): 1.2/4.0 MB | 745/786 kB | 8.5 kB | 24/358 kB Progress (4): 1.2/4.0 MB | 745/786 kB | 8.5 kB | 28/358 kB Progress (4): 1.2/4.0 MB | 745/786 kB | 8.5 kB | 32/358 kB Progress (4): 1.2/4.0 MB | 745/786 kB | 8.5 kB | 36/358 kB Progress (4): 1.2/4.0 MB | 745/786 kB | 8.5 kB | 41/358 kB Progress (4): 1.2/4.0 MB | 745/786 kB | 8.5 kB | 45/358 kB Progress (4): 1.2/4.0 MB | 745/786 kB | 8.5 kB | 49/358 kB Progress (4): 1.2/4.0 MB | 745/786 kB | 8.5 kB | 53/358 kB Progress (4): 1.2/4.0 MB | 745/786 kB | 8.5 kB | 57/358 kB Progress (4): 1.2/4.0 MB | 745/786 kB | 8.5 kB | 61/358 kB Progress (4): 1.2/4.0 MB | 745/786 kB | 8.5 kB | 65/358 kB Progress (4): 1.2/4.0 MB | 745/786 kB | 8.5 kB | 69/358 kB Progress (4): 1.2/4.0 MB | 745/786 kB | 8.5 kB | 73/358 kB Progress (4): 1.2/4.0 MB | 745/786 kB | 8.5 kB | 77/358 kB Progress (4): 1.2/4.0 MB | 745/786 kB | 8.5 kB | 82/358 kB Progress (4): 1.2/4.0 MB | 745/786 kB | 8.5 kB | 86/358 kB Progress (4): 1.2/4.0 MB | 745/786 kB | 8.5 kB | 90/358 kB Progress (4): 1.2/4.0 MB | 745/786 kB | 8.5 kB | 94/358 kB Progress (4): 1.2/4.0 MB | 745/786 kB | 8.5 kB | 98/358 kB Progress (4): 1.2/4.0 MB | 745/786 kB | 8.5 kB | 102/358 kB Progress (4): 1.2/4.0 MB | 745/786 kB | 8.5 kB | 106/358 kB Progress (4): 1.2/4.0 MB | 749/786 kB | 8.5 kB | 106/358 kB Progress (4): 1.2/4.0 MB | 753/786 kB | 8.5 kB | 106/358 kB Progress (4): 1.2/4.0 MB | 757/786 kB | 8.5 kB | 106/358 kB Progress (4): 1.2/4.0 MB | 761/786 kB | 8.5 kB | 106/358 kB Progress (4): 1.2/4.0 MB | 766/786 kB | 8.5 kB | 106/358 kB Progress (4): 1.2/4.0 MB | 770/786 kB | 8.5 kB | 106/358 kB Progress (4): 1.2/4.0 MB | 774/786 kB | 8.5 kB | 106/358 kB Progress (4): 1.2/4.0 MB | 778/786 kB | 8.5 kB | 106/358 kB Progress (4): 1.2/4.0 MB | 782/786 kB | 8.5 kB | 106/358 kB Progress (4): 1.2/4.0 MB | 786 kB | 8.5 kB | 106/358 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/http-client/google-http-client-gson/1.23.0/google-http-client-gson-1.23.0.jar (8.5 kB at 137 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/auth/google-auth-library-oauth2-http/0.8.0/google-auth-library-oauth2-http-0.8.0.jar +Progress (3): 1.3/4.0 MB | 786 kB | 106/358 kB Progress (3): 1.3/4.0 MB | 786 kB | 106/358 kB Progress (3): 1.3/4.0 MB | 786 kB | 106/358 kB Progress (3): 1.3/4.0 MB | 786 kB | 106/358 kB Progress (4): 1.3/4.0 MB | 786 kB | 106/358 kB | 4.1/45 kB Progress (4): 1.3/4.0 MB | 786 kB | 106/358 kB | 7.8/45 kB Progress (4): 1.3/4.0 MB | 786 kB | 106/358 kB | 12/45 kB Progress (4): 1.3/4.0 MB | 786 kB | 106/358 kB | 16/45 kB Progress (4): 1.3/4.0 MB | 786 kB | 106/358 kB | 20/45 kB Progress (4): 1.3/4.0 MB | 786 kB | 106/358 kB | 24/45 kB Progress (4): 1.3/4.0 MB | 786 kB | 106/358 kB | 28/45 kB Progress (4): 1.3/4.0 MB | 786 kB | 106/358 kB | 32/45 kB Progress (4): 1.3/4.0 MB | 786 kB | 106/358 kB | 36/45 kB Progress (4): 1.3/4.0 MB | 786 kB | 106/358 kB | 41/45 kB Progress (4): 1.3/4.0 MB | 786 kB | 110/358 kB | 41/45 kB Progress (4): 1.3/4.0 MB | 786 kB | 114/358 kB | 41/45 kB Progress (4): 1.3/4.0 MB | 786 kB | 118/358 kB | 41/45 kB Progress (4): 1.3/4.0 MB | 786 kB | 122/358 kB | 41/45 kB Progress (4): 1.3/4.0 MB | 786 kB | 127/358 kB | 41/45 kB Progress (4): 1.3/4.0 MB | 786 kB | 131/358 kB | 41/45 kB Progress (4): 1.3/4.0 MB | 786 kB | 135/358 kB | 41/45 kB Progress (4): 1.3/4.0 MB | 786 kB | 139/358 kB | 41/45 kB Progress (4): 1.3/4.0 MB | 786 kB | 143/358 kB | 41/45 kB Progress (4): 1.3/4.0 MB | 786 kB | 147/358 kB | 41/45 kB Progress (4): 1.3/4.0 MB | 786 kB | 151/358 kB | 41/45 kB Progress (4): 1.3/4.0 MB | 786 kB | 155/358 kB | 41/45 kB Progress (4): 1.3/4.0 MB | 786 kB | 159/358 kB | 41/45 kB Progress (4): 1.3/4.0 MB | 786 kB | 163/358 kB | 41/45 kB Progress (4): 1.3/4.0 MB | 786 kB | 168/358 kB | 41/45 kB Progress (4): 1.3/4.0 MB | 786 kB | 172/358 kB | 41/45 kB Progress (4): 1.3/4.0 MB | 786 kB | 176/358 kB | 41/45 kB Progress (4): 1.3/4.0 MB | 786 kB | 180/358 kB | 41/45 kB Progress (4): 1.3/4.0 MB | 786 kB | 184/358 kB | 41/45 kB Progress (4): 1.3/4.0 MB | 786 kB | 188/358 kB | 41/45 kB Progress (4): 1.3/4.0 MB | 786 kB | 192/358 kB | 41/45 kB Progress (4): 1.3/4.0 MB | 786 kB | 196/358 kB | 41/45 kB Progress (4): 1.3/4.0 MB | 786 kB | 200/358 kB | 41/45 kB Progress (4): 1.3/4.0 MB | 786 kB | 204/358 kB | 41/45 kB Progress (4): 1.3/4.0 MB | 786 kB | 208/358 kB | 41/45 kB Progress (4): 1.3/4.0 MB | 786 kB | 213/358 kB | 41/45 kB Progress (4): 1.3/4.0 MB | 786 kB | 217/358 kB | 41/45 kB Progress (4): 1.3/4.0 MB | 786 kB | 221/358 kB | 41/45 kB Progress (4): 1.3/4.0 MB | 786 kB | 225/358 kB | 41/45 kB Progress (4): 1.3/4.0 MB | 786 kB | 229/358 kB | 41/45 kB Progress (4): 1.3/4.0 MB | 786 kB | 233/358 kB | 41/45 kB Progress (4): 1.3/4.0 MB | 786 kB | 237/358 kB | 41/45 kB Progress (4): 1.3/4.0 MB | 786 kB | 241/358 kB | 41/45 kB Progress (4): 1.3/4.0 MB | 786 kB | 245/358 kB | 41/45 kB Progress (4): 1.3/4.0 MB | 786 kB | 249/358 kB | 41/45 kB Progress (4): 1.3/4.0 MB | 786 kB | 254/358 kB | 41/45 kB Progress (4): 1.3/4.0 MB | 786 kB | 258/358 kB | 41/45 kB Progress (4): 1.3/4.0 MB | 786 kB | 262/358 kB | 41/45 kB Progress (4): 1.3/4.0 MB | 786 kB | 266/358 kB | 41/45 kB Progress (4): 1.3/4.0 MB | 786 kB | 270/358 kB | 41/45 kB Progress (4): 1.3/4.0 MB | 786 kB | 274/358 kB | 41/45 kB Progress (4): 1.3/4.0 MB | 786 kB | 278/358 kB | 41/45 kB Progress (4): 1.3/4.0 MB | 786 kB | 282/358 kB | 41/45 kB Progress (4): 1.3/4.0 MB | 786 kB | 286/358 kB | 41/45 kB Progress (4): 1.3/4.0 MB | 786 kB | 290/358 kB | 41/45 kB Progress (4): 1.3/4.0 MB | 786 kB | 295/358 kB | 41/45 kB Progress (4): 1.3/4.0 MB | 786 kB | 299/358 kB | 41/45 kB Progress (4): 1.3/4.0 MB | 786 kB | 303/358 kB | 41/45 kB Progress (4): 1.4/4.0 MB | 786 kB | 303/358 kB | 41/45 kB Progress (4): 1.4/4.0 MB | 786 kB | 303/358 kB | 41/45 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/bouncycastle/bcpkix-jdk15on/1.58/bcpkix-jdk15on-1.58.jar (786 kB at 13 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/auth/google-auth-library-credentials/0.8.0/google-auth-library-credentials-0.8.0.jar +Progress (3): 1.4/4.0 MB | 303/358 kB | 45 kB Progress (3): 1.4/4.0 MB | 307/358 kB | 45 kB Progress (3): 1.4/4.0 MB | 311/358 kB | 45 kB Progress (3): 1.4/4.0 MB | 315/358 kB | 45 kB Progress (3): 1.4/4.0 MB | 319/358 kB | 45 kB Progress (3): 1.4/4.0 MB | 319/358 kB | 45 kB Progress (3): 1.4/4.0 MB | 323/358 kB | 45 kB Progress (3): 1.4/4.0 MB | 327/358 kB | 45 kB Progress (3): 1.4/4.0 MB | 331/358 kB | 45 kB Progress (3): 1.4/4.0 MB | 335/358 kB | 45 kB Progress (3): 1.4/4.0 MB | 340/358 kB | 45 kB Progress (3): 1.4/4.0 MB | 344/358 kB | 45 kB Progress (3): 1.4/4.0 MB | 348/358 kB | 45 kB Progress (3): 1.4/4.0 MB | 352/358 kB | 45 kB Progress (3): 1.4/4.0 MB | 356/358 kB | 45 kB Progress (3): 1.4/4.0 MB | 358 kB | 45 kB Progress (3): 1.4/4.0 MB | 358 kB | 45 kB Progress (3): 1.4/4.0 MB | 358 kB | 45 kB Progress (3): 1.5/4.0 MB | 358 kB | 45 kB Progress (4): 1.5/4.0 MB | 358 kB | 45 kB | 4.1/67 kB Progress (4): 1.5/4.0 MB | 358 kB | 45 kB | 7.8/67 kB Progress (4): 1.5/4.0 MB | 358 kB | 45 kB | 12/67 kB Progress (4): 1.5/4.0 MB | 358 kB | 45 kB | 16/67 kB Progress (4): 1.5/4.0 MB | 358 kB | 45 kB | 20/67 kB Progress (4): 1.5/4.0 MB | 358 kB | 45 kB | 24/67 kB Progress (4): 1.5/4.0 MB | 358 kB | 45 kB | 28/67 kB Progress (4): 1.5/4.0 MB | 358 kB | 45 kB | 32/67 kB Progress (4): 1.5/4.0 MB | 358 kB | 45 kB | 36/67 kB Progress (4): 1.5/4.0 MB | 358 kB | 45 kB | 41/67 kB Progress (4): 1.5/4.0 MB | 358 kB | 45 kB | 41/67 kB Progress (4): 1.5/4.0 MB | 358 kB | 45 kB | 41/67 kB Progress (5): 1.5/4.0 MB | 358 kB | 45 kB | 41/67 kB | 4.1/5.7 kB Progress (5): 1.5/4.0 MB | 358 kB | 45 kB | 41/67 kB | 5.7 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/api/api-common/1.2.0/api-common-1.2.0.jar (45 kB at 713 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/cloud/google-cloud-storage/1.15.0/google-cloud-storage-1.15.0.jar +Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/http-client/google-http-client/1.23.0/google-http-client-1.23.0.jar (358 kB at 5.7 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/cloud/google-cloud-core/1.15.0/google-cloud-core-1.15.0.jar +Progress (3): 1.5/4.0 MB | 45/67 kB | 5.7 kB Progress (3): 1.5/4.0 MB | 49/67 kB | 5.7 kB Progress (3): 1.5/4.0 MB | 53/67 kB | 5.7 kB Progress (3): 1.5/4.0 MB | 57/67 kB | 5.7 kB Progress (3): 1.5/4.0 MB | 61/67 kB | 5.7 kB Progress (3): 1.5/4.0 MB | 65/67 kB | 5.7 kB Progress (3): 1.5/4.0 MB | 67 kB | 5.7 kB Progress (3): 1.5/4.0 MB | 67 kB | 5.7 kB Progress (3): 1.6/4.0 MB | 67 kB | 5.7 kB Progress (3): 1.6/4.0 MB | 67 kB | 5.7 kB Progress (3): 1.6/4.0 MB | 67 kB | 5.7 kB Progress (3): 1.6/4.0 MB | 67 kB | 5.7 kB Progress (3): 1.7/4.0 MB | 67 kB | 5.7 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/auth/google-auth-library-credentials/0.8.0/google-auth-library-credentials-0.8.0.jar (5.7 kB at 90 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/api/gax/1.16.0/gax-1.16.0.jar +Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/auth/google-auth-library-oauth2-http/0.8.0/google-auth-library-oauth2-http-0.8.0.jar (67 kB at 1.1 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/protobuf/protobuf-java-util/3.5.1/protobuf-java-util-3.5.1.jar +Progress (1): 1.7/4.0 MB Progress (1): 1.7/4.0 MB Progress (2): 1.7/4.0 MB | 4.1/119 kB Progress (2): 1.7/4.0 MB | 7.8/119 kB Progress (2): 1.7/4.0 MB | 12/119 kB Progress (2): 1.7/4.0 MB | 16/119 kB Progress (2): 1.7/4.0 MB | 20/119 kB Progress (2): 1.7/4.0 MB | 24/119 kB Progress (3): 1.7/4.0 MB | 24/119 kB | 4.1/245 kB Progress (3): 1.7/4.0 MB | 24/119 kB | 7.8/245 kB Progress (3): 1.7/4.0 MB | 24/119 kB | 12/245 kB Progress (3): 1.7/4.0 MB | 24/119 kB | 16/245 kB Progress (3): 1.7/4.0 MB | 28/119 kB | 16/245 kB Progress (3): 1.7/4.0 MB | 32/119 kB | 16/245 kB Progress (3): 1.7/4.0 MB | 36/119 kB | 16/245 kB Progress (3): 1.7/4.0 MB | 41/119 kB | 16/245 kB Progress (3): 1.7/4.0 MB | 41/119 kB | 20/245 kB Progress (3): 1.7/4.0 MB | 41/119 kB | 24/245 kB Progress (3): 1.7/4.0 MB | 41/119 kB | 28/245 kB Progress (3): 1.7/4.0 MB | 41/119 kB | 32/245 kB Progress (3): 1.7/4.0 MB | 41/119 kB | 36/245 kB Progress (3): 1.7/4.0 MB | 41/119 kB | 41/245 kB Progress (3): 1.7/4.0 MB | 41/119 kB | 41/245 kB Progress (3): 1.8/4.0 MB | 41/119 kB | 41/245 kB Progress (3): 1.8/4.0 MB | 41/119 kB | 41/245 kB Progress (3): 1.8/4.0 MB | 45/119 kB | 41/245 kB Progress (3): 1.8/4.0 MB | 49/119 kB | 41/245 kB Progress (3): 1.8/4.0 MB | 53/119 kB | 41/245 kB Progress (3): 1.8/4.0 MB | 57/119 kB | 41/245 kB Progress (3): 1.8/4.0 MB | 61/119 kB | 41/245 kB Progress (3): 1.8/4.0 MB | 65/119 kB | 41/245 kB Progress (3): 1.8/4.0 MB | 69/119 kB | 41/245 kB Progress (3): 1.8/4.0 MB | 73/119 kB | 41/245 kB Progress (3): 1.8/4.0 MB | 73/119 kB | 45/245 kB Progress (3): 1.8/4.0 MB | 73/119 kB | 49/245 kB Progress (3): 1.8/4.0 MB | 73/119 kB | 53/245 kB Progress (3): 1.8/4.0 MB | 73/119 kB | 57/245 kB Progress (3): 1.8/4.0 MB | 73/119 kB | 61/245 kB Progress (3): 1.8/4.0 MB | 73/119 kB | 65/245 kB Progress (3): 1.8/4.0 MB | 73/119 kB | 69/245 kB Progress (3): 1.8/4.0 MB | 73/119 kB | 73/245 kB Progress (3): 1.8/4.0 MB | 73/119 kB | 77/245 kB Progress (3): 1.8/4.0 MB | 73/119 kB | 82/245 kB Progress (3): 1.8/4.0 MB | 73/119 kB | 86/245 kB Progress (3): 1.8/4.0 MB | 73/119 kB | 90/245 kB Progress (3): 1.8/4.0 MB | 73/119 kB | 90/245 kB Progress (4): 1.8/4.0 MB | 73/119 kB | 90/245 kB | 4.1/206 kB Progress (4): 1.8/4.0 MB | 73/119 kB | 90/245 kB | 7.8/206 kB Progress (4): 1.8/4.0 MB | 73/119 kB | 90/245 kB | 12/206 kB Progress (4): 1.8/4.0 MB | 73/119 kB | 90/245 kB | 16/206 kB Progress (5): 1.8/4.0 MB | 73/119 kB | 90/245 kB | 16/206 kB | 4.1/69 kB Progress (5): 1.8/4.0 MB | 73/119 kB | 90/245 kB | 16/206 kB | 7.8/69 kB Progress (5): 1.8/4.0 MB | 73/119 kB | 90/245 kB | 16/206 kB | 12/69 kB Progress (5): 1.8/4.0 MB | 73/119 kB | 90/245 kB | 16/206 kB | 16/69 kB Progress (5): 1.8/4.0 MB | 73/119 kB | 90/245 kB | 16/206 kB | 16/69 kB Progress (5): 1.9/4.0 MB | 73/119 kB | 90/245 kB | 16/206 kB | 16/69 kB Progress (5): 1.9/4.0 MB | 77/119 kB | 90/245 kB | 16/206 kB | 16/69 kB Progress (5): 1.9/4.0 MB | 82/119 kB | 90/245 kB | 16/206 kB | 16/69 kB Progress (5): 1.9/4.0 MB | 86/119 kB | 90/245 kB | 16/206 kB | 16/69 kB Progress (5): 1.9/4.0 MB | 90/119 kB | 90/245 kB | 16/206 kB | 16/69 kB Progress (5): 1.9/4.0 MB | 94/119 kB | 90/245 kB | 16/206 kB | 16/69 kB Progress (5): 1.9/4.0 MB | 98/119 kB | 90/245 kB | 16/206 kB | 16/69 kB Progress (5): 1.9/4.0 MB | 102/119 kB | 90/245 kB | 16/206 kB | 16/69 kB Progress (5): 1.9/4.0 MB | 106/119 kB | 90/245 kB | 16/206 kB | 16/69 kB Progress (5): 1.9/4.0 MB | 110/119 kB | 90/245 kB | 16/206 kB | 16/69 kB Progress (5): 1.9/4.0 MB | 114/119 kB | 90/245 kB | 16/206 kB | 16/69 kB Progress (5): 1.9/4.0 MB | 118/119 kB | 90/245 kB | 16/206 kB | 16/69 kB Progress (5): 1.9/4.0 MB | 119 kB | 90/245 kB | 16/206 kB | 16/69 kB Progress (5): 1.9/4.0 MB | 119 kB | 94/245 kB | 16/206 kB | 16/69 kB Progress (5): 1.9/4.0 MB | 119 kB | 98/245 kB | 16/206 kB | 16/69 kB Progress (5): 1.9/4.0 MB | 119 kB | 102/245 kB | 16/206 kB | 16/69 kB Progress (5): 1.9/4.0 MB | 119 kB | 106/245 kB | 16/206 kB | 16/69 kB Progress (5): 1.9/4.0 MB | 119 kB | 110/245 kB | 16/206 kB | 16/69 kB Progress (5): 1.9/4.0 MB | 119 kB | 114/245 kB | 16/206 kB | 16/69 kB Progress (5): 1.9/4.0 MB | 119 kB | 118/245 kB | 16/206 kB | 16/69 kB Progress (5): 1.9/4.0 MB | 119 kB | 122/245 kB | 16/206 kB | 16/69 kB Progress (5): 1.9/4.0 MB | 119 kB | 127/245 kB | 16/206 kB | 16/69 kB Progress (5): 1.9/4.0 MB | 119 kB | 131/245 kB | 16/206 kB | 16/69 kB Progress (5): 1.9/4.0 MB | 119 kB | 135/245 kB | 16/206 kB | 16/69 kB Progress (5): 1.9/4.0 MB | 119 kB | 139/245 kB | 16/206 kB | 16/69 kB Progress (5): 1.9/4.0 MB | 119 kB | 143/245 kB | 16/206 kB | 16/69 kB Progress (5): 1.9/4.0 MB | 119 kB | 147/245 kB | 16/206 kB | 16/69 kB Progress (5): 1.9/4.0 MB | 119 kB | 151/245 kB | 16/206 kB | 16/69 kB Progress (5): 1.9/4.0 MB | 119 kB | 155/245 kB | 16/206 kB | 16/69 kB Progress (5): 1.9/4.0 MB | 119 kB | 159/245 kB | 16/206 kB | 16/69 kB Progress (5): 1.9/4.0 MB | 119 kB | 163/245 kB | 16/206 kB | 16/69 kB Progress (5): 1.9/4.0 MB | 119 kB | 168/245 kB | 16/206 kB | 16/69 kB Progress (5): 1.9/4.0 MB | 119 kB | 172/245 kB | 16/206 kB | 16/69 kB Progress (5): 1.9/4.0 MB | 119 kB | 176/245 kB | 16/206 kB | 16/69 kB Progress (5): 1.9/4.0 MB | 119 kB | 180/245 kB | 16/206 kB | 16/69 kB Progress (5): 1.9/4.0 MB | 119 kB | 184/245 kB | 16/206 kB | 16/69 kB Progress (5): 1.9/4.0 MB | 119 kB | 188/245 kB | 16/206 kB | 16/69 kB Progress (5): 1.9/4.0 MB | 119 kB | 188/245 kB | 20/206 kB | 16/69 kB Progress (5): 1.9/4.0 MB | 119 kB | 188/245 kB | 24/206 kB | 16/69 kB Progress (5): 1.9/4.0 MB | 119 kB | 188/245 kB | 28/206 kB | 16/69 kB Progress (5): 1.9/4.0 MB | 119 kB | 188/245 kB | 32/206 kB | 16/69 kB Progress (5): 1.9/4.0 MB | 119 kB | 188/245 kB | 36/206 kB | 16/69 kB Progress (5): 1.9/4.0 MB | 119 kB | 188/245 kB | 41/206 kB | 16/69 kB Progress (5): 1.9/4.0 MB | 119 kB | 188/245 kB | 45/206 kB | 16/69 kB Progress (5): 1.9/4.0 MB | 119 kB | 188/245 kB | 49/206 kB | 16/69 kB Progress (5): 1.9/4.0 MB | 119 kB | 188/245 kB | 49/206 kB | 16/69 kB Progress (5): 1.9/4.0 MB | 119 kB | 188/245 kB | 49/206 kB | 20/69 kB Progress (5): 1.9/4.0 MB | 119 kB | 188/245 kB | 49/206 kB | 24/69 kB Progress (5): 1.9/4.0 MB | 119 kB | 188/245 kB | 49/206 kB | 28/69 kB Progress (5): 1.9/4.0 MB | 119 kB | 188/245 kB | 49/206 kB | 32/69 kB Progress (5): 1.9/4.0 MB | 119 kB | 188/245 kB | 49/206 kB | 36/69 kB Progress (5): 1.9/4.0 MB | 119 kB | 188/245 kB | 49/206 kB | 41/69 kB Progress (5): 1.9/4.0 MB | 119 kB | 188/245 kB | 49/206 kB | 45/69 kB Progress (5): 1.9/4.0 MB | 119 kB | 188/245 kB | 49/206 kB | 49/69 kB Progress (5): 1.9/4.0 MB | 119 kB | 188/245 kB | 49/206 kB | 53/69 kB Progress (5): 1.9/4.0 MB | 119 kB | 188/245 kB | 49/206 kB | 57/69 kB Progress (5): 1.9/4.0 MB | 119 kB | 188/245 kB | 49/206 kB | 57/69 kB Progress (5): 1.9/4.0 MB | 119 kB | 188/245 kB | 49/206 kB | 57/69 kB Progress (5): 1.9/4.0 MB | 119 kB | 192/245 kB | 49/206 kB | 57/69 kB Progress (5): 1.9/4.0 MB | 119 kB | 196/245 kB | 49/206 kB | 57/69 kB Progress (5): 1.9/4.0 MB | 119 kB | 200/245 kB | 49/206 kB | 57/69 kB Progress (5): 1.9/4.0 MB | 119 kB | 204/245 kB | 49/206 kB | 57/69 kB Progress (5): 1.9/4.0 MB | 119 kB | 208/245 kB | 49/206 kB | 57/69 kB Progress (5): 1.9/4.0 MB | 119 kB | 213/245 kB | 49/206 kB | 57/69 kB Progress (5): 1.9/4.0 MB | 119 kB | 217/245 kB | 49/206 kB | 57/69 kB Progress (5): 1.9/4.0 MB | 119 kB | 221/245 kB | 49/206 kB | 57/69 kB Progress (5): 1.9/4.0 MB | 119 kB | 225/245 kB | 49/206 kB | 57/69 kB Progress (5): 1.9/4.0 MB | 119 kB | 229/245 kB | 49/206 kB | 57/69 kB Progress (5): 1.9/4.0 MB | 119 kB | 233/245 kB | 49/206 kB | 57/69 kB Progress (5): 1.9/4.0 MB | 119 kB | 237/245 kB | 49/206 kB | 57/69 kB Progress (5): 1.9/4.0 MB | 119 kB | 241/245 kB | 49/206 kB | 57/69 kB Progress (5): 1.9/4.0 MB | 119 kB | 245 kB | 49/206 kB | 57/69 kB Progress (5): 1.9/4.0 MB | 119 kB | 245 kB | 53/206 kB | 57/69 kB Progress (5): 1.9/4.0 MB | 119 kB | 245 kB | 57/206 kB | 57/69 kB Progress (5): 1.9/4.0 MB | 119 kB | 245 kB | 61/206 kB | 57/69 kB Progress (5): 1.9/4.0 MB | 119 kB | 245 kB | 65/206 kB | 57/69 kB Progress (5): 2.0/4.0 MB | 119 kB | 245 kB | 65/206 kB | 57/69 kB Progress (5): 2.0/4.0 MB | 119 kB | 245 kB | 69/206 kB | 57/69 kB Progress (5): 2.0/4.0 MB | 119 kB | 245 kB | 73/206 kB | 57/69 kB Progress (5): 2.0/4.0 MB | 119 kB | 245 kB | 77/206 kB | 57/69 kB Progress (5): 2.0/4.0 MB | 119 kB | 245 kB | 82/206 kB | 57/69 kB Progress (5): 2.0/4.0 MB | 119 kB | 245 kB | 86/206 kB | 57/69 kB Progress (5): 2.0/4.0 MB | 119 kB | 245 kB | 90/206 kB | 57/69 kB Progress (5): 2.0/4.0 MB | 119 kB | 245 kB | 94/206 kB | 57/69 kB Progress (5): 2.0/4.0 MB | 119 kB | 245 kB | 98/206 kB | 57/69 kB Progress (5): 2.0/4.0 MB | 119 kB | 245 kB | 102/206 kB | 57/69 kB Progress (5): 2.0/4.0 MB | 119 kB | 245 kB | 106/206 kB | 57/69 kB Progress (5): 2.0/4.0 MB | 119 kB | 245 kB | 110/206 kB | 57/69 kB Progress (5): 2.0/4.0 MB | 119 kB | 245 kB | 114/206 kB | 57/69 kB Progress (5): 2.0/4.0 MB | 119 kB | 245 kB | 118/206 kB | 57/69 kB Progress (5): 2.0/4.0 MB | 119 kB | 245 kB | 122/206 kB | 57/69 kB Progress (5): 2.0/4.0 MB | 119 kB | 245 kB | 127/206 kB | 57/69 kB Progress (5): 2.0/4.0 MB | 119 kB | 245 kB | 131/206 kB | 57/69 kB Progress (5): 2.0/4.0 MB | 119 kB | 245 kB | 131/206 kB | 61/69 kB Progress (5): 2.0/4.0 MB | 119 kB | 245 kB | 131/206 kB | 65/69 kB Progress (5): 2.0/4.0 MB | 119 kB | 245 kB | 131/206 kB | 69 kB Progress (5): 2.0/4.0 MB | 119 kB | 245 kB | 135/206 kB | 69 kB Progress (5): 2.0/4.0 MB | 119 kB | 245 kB | 139/206 kB | 69 kB Progress (5): 2.0/4.0 MB | 119 kB | 245 kB | 143/206 kB | 69 kB Progress (5): 2.0/4.0 MB | 119 kB | 245 kB | 147/206 kB | 69 kB Progress (5): 2.0/4.0 MB | 119 kB | 245 kB | 147/206 kB | 69 kB Progress (5): 2.0/4.0 MB | 119 kB | 245 kB | 147/206 kB | 69 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/cloud/google-cloud-core/1.15.0/google-cloud-core-1.15.0.jar (119 kB at 1.9 kB/s) +Progress (4): 2.0/4.0 MB | 245 kB | 151/206 kB | 69 kB Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/api/grpc/proto-google-common-protos/1.0.4/proto-google-common-protos-1.0.4.jar +Progress (4): 2.0/4.0 MB | 245 kB | 151/206 kB | 69 kB Progress (4): 2.0/4.0 MB | 245 kB | 155/206 kB | 69 kB Progress (4): 2.0/4.0 MB | 245 kB | 159/206 kB | 69 kB Progress (4): 2.0/4.0 MB | 245 kB | 163/206 kB | 69 kB Progress (4): 2.0/4.0 MB | 245 kB | 168/206 kB | 69 kB Progress (4): 2.0/4.0 MB | 245 kB | 172/206 kB | 69 kB Progress (4): 2.0/4.0 MB | 245 kB | 176/206 kB | 69 kB Progress (4): 2.0/4.0 MB | 245 kB | 180/206 kB | 69 kB Progress (4): 2.0/4.0 MB | 245 kB | 184/206 kB | 69 kB Progress (4): 2.0/4.0 MB | 245 kB | 188/206 kB | 69 kB Progress (4): 2.0/4.0 MB | 245 kB | 192/206 kB | 69 kB Progress (4): 2.0/4.0 MB | 245 kB | 196/206 kB | 69 kB Progress (4): 2.0/4.0 MB | 245 kB | 200/206 kB | 69 kB Progress (4): 2.0/4.0 MB | 245 kB | 204/206 kB | 69 kB Progress (4): 2.0/4.0 MB | 245 kB | 206 kB | 69 kB Progress (4): 2.1/4.0 MB | 245 kB | 206 kB | 69 kB Progress (4): 2.1/4.0 MB | 245 kB | 206 kB | 69 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/cloud/google-cloud-storage/1.15.0/google-cloud-storage-1.15.0.jar (245 kB at 3.8 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/api/grpc/proto-google-iam-v1/0.1.28/proto-google-iam-v1-0.1.28.jar +Progress (3): 2.1/4.0 MB | 206 kB | 69 kB Progress (3): 2.1/4.0 MB | 206 kB | 69 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/protobuf/protobuf-java-util/3.5.1/protobuf-java-util-3.5.1.jar (69 kB at 1.1 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/cloud/google-cloud-core-http/1.15.0/google-cloud-core-http-1.15.0.jar +Progress (2): 2.2/4.0 MB | 206 kB Progress (2): 2.2/4.0 MB | 206 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/api/gax/1.16.0/gax-1.16.0.jar (206 kB at 3.2 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/http-client/google-http-client-appengine/1.23.0/google-http-client-appengine-1.23.0.jar +Progress (1): 2.2/4.0 MB Progress (1): 2.2/4.0 MB Progress (1): 2.3/4.0 MB Progress (2): 2.3/4.0 MB | 0/1.1 MB Progress (2): 2.3/4.0 MB | 0/1.1 MB Progress (2): 2.3/4.0 MB | 0/1.1 MB Progress (2): 2.3/4.0 MB | 0/1.1 MB Progress (2): 2.3/4.0 MB | 0/1.1 MB Progress (2): 2.3/4.0 MB | 0/1.1 MB Progress (2): 2.3/4.0 MB | 0/1.1 MB Progress (2): 2.3/4.0 MB | 0/1.1 MB Progress (2): 2.3/4.0 MB | 0/1.1 MB Progress (2): 2.3/4.0 MB | 0.1/1.1 MB Progress (2): 2.3/4.0 MB | 0.1/1.1 MB Progress (2): 2.3/4.0 MB | 0.1/1.1 MB Progress (2): 2.3/4.0 MB | 0.1/1.1 MB Progress (2): 2.3/4.0 MB | 0.1/1.1 MB Progress (2): 2.4/4.0 MB | 0.1/1.1 MB Progress (3): 2.4/4.0 MB | 0.1/1.1 MB | 4.1/11 kB Progress (3): 2.4/4.0 MB | 0.1/1.1 MB | 7.8/11 kB Progress (3): 2.4/4.0 MB | 0.1/1.1 MB | 11 kB Progress (4): 2.4/4.0 MB | 0.1/1.1 MB | 11 kB | 4.1/108 kB Progress (4): 2.4/4.0 MB | 0.1/1.1 MB | 11 kB | 7.8/108 kB Progress (4): 2.4/4.0 MB | 0.1/1.1 MB | 11 kB | 12/108 kB Progress (4): 2.4/4.0 MB | 0.1/1.1 MB | 11 kB | 16/108 kB Progress (4): 2.4/4.0 MB | 0.1/1.1 MB | 11 kB | 20/108 kB Progress (4): 2.4/4.0 MB | 0.1/1.1 MB | 11 kB | 24/108 kB Progress (4): 2.4/4.0 MB | 0.1/1.1 MB | 11 kB | 28/108 kB Progress (4): 2.4/4.0 MB | 0.1/1.1 MB | 11 kB | 32/108 kB Progress (5): 2.4/4.0 MB | 0.1/1.1 MB | 11 kB | 32/108 kB | 4.1/16 kB Progress (5): 2.4/4.0 MB | 0.1/1.1 MB | 11 kB | 32/108 kB | 7.8/16 kB Progress (5): 2.4/4.0 MB | 0.1/1.1 MB | 11 kB | 32/108 kB | 12/16 kB Progress (5): 2.4/4.0 MB | 0.1/1.1 MB | 11 kB | 32/108 kB | 16 kB Progress (5): 2.4/4.0 MB | 0.1/1.1 MB | 11 kB | 32/108 kB | 16 kB Progress (5): 2.4/4.0 MB | 0.1/1.1 MB | 11 kB | 32/108 kB | 16 kB Progress (5): 2.4/4.0 MB | 0.1/1.1 MB | 11 kB | 32/108 kB | 16 kB Progress (5): 2.4/4.0 MB | 0.1/1.1 MB | 11 kB | 32/108 kB | 16 kB Progress (5): 2.4/4.0 MB | 0.1/1.1 MB | 11 kB | 32/108 kB | 16 kB Progress (5): 2.4/4.0 MB | 0.1/1.1 MB | 11 kB | 32/108 kB | 16 kB Progress (5): 2.4/4.0 MB | 0.1/1.1 MB | 11 kB | 32/108 kB | 16 kB Progress (5): 2.4/4.0 MB | 0.1/1.1 MB | 11 kB | 32/108 kB | 16 kB Progress (5): 2.4/4.0 MB | 0.1/1.1 MB | 11 kB | 32/108 kB | 16 kB Progress (5): 2.4/4.0 MB | 0.1/1.1 MB | 11 kB | 36/108 kB | 16 kB Progress (5): 2.4/4.0 MB | 0.1/1.1 MB | 11 kB | 41/108 kB | 16 kB Progress (5): 2.4/4.0 MB | 0.1/1.1 MB | 11 kB | 45/108 kB | 16 kB Progress (5): 2.4/4.0 MB | 0.1/1.1 MB | 11 kB | 49/108 kB | 16 kB Progress (5): 2.4/4.0 MB | 0.1/1.1 MB | 11 kB | 53/108 kB | 16 kB Progress (5): 2.4/4.0 MB | 0.1/1.1 MB | 11 kB | 57/108 kB | 16 kB Progress (5): 2.4/4.0 MB | 0.1/1.1 MB | 11 kB | 61/108 kB | 16 kB Progress (5): 2.4/4.0 MB | 0.1/1.1 MB | 11 kB | 65/108 kB | 16 kB Progress (5): 2.4/4.0 MB | 0.1/1.1 MB | 11 kB | 69/108 kB | 16 kB Progress (5): 2.4/4.0 MB | 0.1/1.1 MB | 11 kB | 73/108 kB | 16 kB Progress (5): 2.4/4.0 MB | 0.1/1.1 MB | 11 kB | 77/108 kB | 16 kB Progress (5): 2.4/4.0 MB | 0.1/1.1 MB | 11 kB | 82/108 kB | 16 kB Progress (5): 2.4/4.0 MB | 0.1/1.1 MB | 11 kB | 86/108 kB | 16 kB Progress (5): 2.4/4.0 MB | 0.1/1.1 MB | 11 kB | 90/108 kB | 16 kB Progress (5): 2.4/4.0 MB | 0.1/1.1 MB | 11 kB | 94/108 kB | 16 kB Progress (5): 2.4/4.0 MB | 0.1/1.1 MB | 11 kB | 98/108 kB | 16 kB Progress (5): 2.4/4.0 MB | 0.1/1.1 MB | 11 kB | 102/108 kB | 16 kB Progress (5): 2.4/4.0 MB | 0.1/1.1 MB | 11 kB | 102/108 kB | 16 kB Progress (5): 2.4/4.0 MB | 0.1/1.1 MB | 11 kB | 106/108 kB | 16 kB Progress (5): 2.4/4.0 MB | 0.1/1.1 MB | 11 kB | 108 kB | 16 kB Progress (5): 2.5/4.0 MB | 0.1/1.1 MB | 11 kB | 108 kB | 16 kB Progress (5): 2.5/4.0 MB | 0.1/1.1 MB | 11 kB | 108 kB | 16 kB Progress (5): 2.5/4.0 MB | 0.2/1.1 MB | 11 kB | 108 kB | 16 kB Progress (5): 2.5/4.0 MB | 0.2/1.1 MB | 11 kB | 108 kB | 16 kB Progress (5): 2.5/4.0 MB | 0.2/1.1 MB | 11 kB | 108 kB | 16 kB Progress (5): 2.5/4.0 MB | 0.2/1.1 MB | 11 kB | 108 kB | 16 kB Progress (5): 2.5/4.0 MB | 0.2/1.1 MB | 11 kB | 108 kB | 16 kB Progress (5): 2.5/4.0 MB | 0.2/1.1 MB | 11 kB | 108 kB | 16 kB Progress (5): 2.5/4.0 MB | 0.2/1.1 MB | 11 kB | 108 kB | 16 kB Progress (5): 2.5/4.0 MB | 0.2/1.1 MB | 11 kB | 108 kB | 16 kB Progress (5): 2.5/4.0 MB | 0.2/1.1 MB | 11 kB | 108 kB | 16 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/cloud/google-cloud-core-http/1.15.0/google-cloud-core-http-1.15.0.jar (11 kB at 166 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/http-client/google-http-client-jackson/1.23.0/google-http-client-jackson-1.23.0.jar +Progress (4): 2.5/4.0 MB | 0.2/1.1 MB | 108 kB | 16 kB Progress (4): 2.5/4.0 MB | 0.2/1.1 MB | 108 kB | 16 kB Progress (4): 2.5/4.0 MB | 0.2/1.1 MB | 108 kB | 16 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/http-client/google-http-client-appengine/1.23.0/google-http-client-appengine-1.23.0.jar (16 kB at 240 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/api/gax-httpjson/0.33.0/gax-httpjson-0.33.0.jar +Progress (3): 2.6/4.0 MB | 0.2/1.1 MB | 108 kB Progress (3): 2.6/4.0 MB | 0.2/1.1 MB | 108 kB Progress (3): 2.6/4.0 MB | 0.2/1.1 MB | 108 kB Progress (3): 2.6/4.0 MB | 0.3/1.1 MB | 108 kB Progress (3): 2.6/4.0 MB | 0.3/1.1 MB | 108 kB Progress (3): 2.6/4.0 MB | 0.3/1.1 MB | 108 kB Progress (3): 2.6/4.0 MB | 0.3/1.1 MB | 108 kB Progress (3): 2.6/4.0 MB | 0.3/1.1 MB | 108 kB Progress (3): 2.6/4.0 MB | 0.3/1.1 MB | 108 kB Progress (3): 2.6/4.0 MB | 0.3/1.1 MB | 108 kB Progress (3): 2.6/4.0 MB | 0.3/1.1 MB | 108 kB Progress (3): 2.6/4.0 MB | 0.3/1.1 MB | 108 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/api/grpc/proto-google-iam-v1/0.1.28/proto-google-iam-v1-0.1.28.jar (108 kB at 1.7 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/apis/google-api-services-storage/v1-rev114-1.23.0/google-api-services-storage-v1-rev114-1.23.0.jar +Progress (2): 2.6/4.0 MB | 0.3/1.1 MB Progress (2): 2.6/4.0 MB | 0.3/1.1 MB Progress (2): 2.6/4.0 MB | 0.3/1.1 MB Progress (2): 2.6/4.0 MB | 0.3/1.1 MB Progress (2): 2.6/4.0 MB | 0.3/1.1 MB Progress (2): 2.6/4.0 MB | 0.4/1.1 MB Progress (2): 2.6/4.0 MB | 0.4/1.1 MB Progress (2): 2.6/4.0 MB | 0.4/1.1 MB Progress (2): 2.6/4.0 MB | 0.4/1.1 MB Progress (2): 2.6/4.0 MB | 0.4/1.1 MB Progress (2): 2.6/4.0 MB | 0.4/1.1 MB Progress (2): 2.6/4.0 MB | 0.4/1.1 MB Progress (2): 2.7/4.0 MB | 0.4/1.1 MB Progress (2): 2.7/4.0 MB | 0.4/1.1 MB Progress (3): 2.7/4.0 MB | 0.4/1.1 MB | 4.1/6.0 kB Progress (3): 2.7/4.0 MB | 0.4/1.1 MB | 6.0 kB Progress (3): 2.7/4.0 MB | 0.4/1.1 MB | 6.0 kB Progress (3): 2.7/4.0 MB | 0.4/1.1 MB | 6.0 kB Progress (3): 2.7/4.0 MB | 0.4/1.1 MB | 6.0 kB Progress (3): 2.7/4.0 MB | 0.4/1.1 MB | 6.0 kB Progress (3): 2.7/4.0 MB | 0.4/1.1 MB | 6.0 kB Progress (3): 2.7/4.0 MB | 0.4/1.1 MB | 6.0 kB Progress (3): 2.7/4.0 MB | 0.4/1.1 MB | 6.0 kB Progress (4): 2.7/4.0 MB | 0.4/1.1 MB | 6.0 kB | 4.1/50 kB Progress (4): 2.7/4.0 MB | 0.4/1.1 MB | 6.0 kB | 7.8/50 kB Progress (4): 2.7/4.0 MB | 0.4/1.1 MB | 6.0 kB | 12/50 kB Progress (4): 2.7/4.0 MB | 0.4/1.1 MB | 6.0 kB | 16/50 kB Progress (4): 2.7/4.0 MB | 0.5/1.1 MB | 6.0 kB | 16/50 kB Progress (4): 2.7/4.0 MB | 0.5/1.1 MB | 6.0 kB | 16/50 kB Progress (4): 2.7/4.0 MB | 0.5/1.1 MB | 6.0 kB | 16/50 kB Progress (4): 2.7/4.0 MB | 0.5/1.1 MB | 6.0 kB | 16/50 kB Progress (4): 2.7/4.0 MB | 0.5/1.1 MB | 6.0 kB | 16/50 kB Progress (4): 2.7/4.0 MB | 0.5/1.1 MB | 6.0 kB | 16/50 kB Progress (4): 2.7/4.0 MB | 0.5/1.1 MB | 6.0 kB | 16/50 kB Progress (4): 2.8/4.0 MB | 0.5/1.1 MB | 6.0 kB | 16/50 kB Progress (5): 2.8/4.0 MB | 0.5/1.1 MB | 6.0 kB | 16/50 kB | 4.1/131 kB Progress (5): 2.8/4.0 MB | 0.5/1.1 MB | 6.0 kB | 16/50 kB | 7.8/131 kB Progress (5): 2.8/4.0 MB | 0.5/1.1 MB | 6.0 kB | 16/50 kB | 12/131 kB Progress (5): 2.8/4.0 MB | 0.5/1.1 MB | 6.0 kB | 16/50 kB | 16/131 kB Progress (5): 2.8/4.0 MB | 0.5/1.1 MB | 6.0 kB | 16/50 kB | 16/131 kB Progress (5): 2.8/4.0 MB | 0.5/1.1 MB | 6.0 kB | 16/50 kB | 16/131 kB Progress (5): 2.8/4.0 MB | 0.5/1.1 MB | 6.0 kB | 16/50 kB | 16/131 kB Progress (5): 2.8/4.0 MB | 0.5/1.1 MB | 6.0 kB | 16/50 kB | 16/131 kB Progress (5): 2.8/4.0 MB | 0.5/1.1 MB | 6.0 kB | 16/50 kB | 16/131 kB Progress (5): 2.8/4.0 MB | 0.5/1.1 MB | 6.0 kB | 16/50 kB | 16/131 kB Progress (5): 2.8/4.0 MB | 0.5/1.1 MB | 6.0 kB | 20/50 kB | 16/131 kB Progress (5): 2.8/4.0 MB | 0.5/1.1 MB | 6.0 kB | 24/50 kB | 16/131 kB Progress (5): 2.8/4.0 MB | 0.5/1.1 MB | 6.0 kB | 28/50 kB | 16/131 kB Progress (5): 2.8/4.0 MB | 0.5/1.1 MB | 6.0 kB | 32/50 kB | 16/131 kB Progress (5): 2.8/4.0 MB | 0.5/1.1 MB | 6.0 kB | 36/50 kB | 16/131 kB Progress (5): 2.8/4.0 MB | 0.5/1.1 MB | 6.0 kB | 41/50 kB | 16/131 kB Progress (5): 2.8/4.0 MB | 0.5/1.1 MB | 6.0 kB | 45/50 kB | 16/131 kB Progress (5): 2.8/4.0 MB | 0.5/1.1 MB | 6.0 kB | 45/50 kB | 16/131 kB Progress (5): 2.8/4.0 MB | 0.5/1.1 MB | 6.0 kB | 49/50 kB | 16/131 kB Progress (5): 2.8/4.0 MB | 0.6/1.1 MB | 6.0 kB | 49/50 kB | 16/131 kB Progress (5): 2.8/4.0 MB | 0.6/1.1 MB | 6.0 kB | 50 kB | 16/131 kB Progress (5): 2.8/4.0 MB | 0.6/1.1 MB | 6.0 kB | 50 kB | 16/131 kB Progress (5): 2.8/4.0 MB | 0.6/1.1 MB | 6.0 kB | 50 kB | 16/131 kB Progress (5): 2.8/4.0 MB | 0.6/1.1 MB | 6.0 kB | 50 kB | 16/131 kB Progress (5): 2.8/4.0 MB | 0.6/1.1 MB | 6.0 kB | 50 kB | 16/131 kB Progress (5): 2.8/4.0 MB | 0.6/1.1 MB | 6.0 kB | 50 kB | 16/131 kB Progress (5): 2.8/4.0 MB | 0.6/1.1 MB | 6.0 kB | 50 kB | 16/131 kB Progress (5): 2.8/4.0 MB | 0.6/1.1 MB | 6.0 kB | 50 kB | 16/131 kB Progress (5): 2.8/4.0 MB | 0.6/1.1 MB | 6.0 kB | 50 kB | 16/131 kB Progress (5): 2.8/4.0 MB | 0.6/1.1 MB | 6.0 kB | 50 kB | 16/131 kB Progress (5): 2.8/4.0 MB | 0.6/1.1 MB | 6.0 kB | 50 kB | 20/131 kB Progress (5): 2.8/4.0 MB | 0.6/1.1 MB | 6.0 kB | 50 kB | 24/131 kB Progress (5): 2.8/4.0 MB | 0.6/1.1 MB | 6.0 kB | 50 kB | 28/131 kB Progress (5): 2.8/4.0 MB | 0.6/1.1 MB | 6.0 kB | 50 kB | 32/131 kB Progress (5): 2.8/4.0 MB | 0.6/1.1 MB | 6.0 kB | 50 kB | 36/131 kB Progress (5): 2.8/4.0 MB | 0.6/1.1 MB | 6.0 kB | 50 kB | 41/131 kB Progress (5): 2.8/4.0 MB | 0.6/1.1 MB | 6.0 kB | 50 kB | 41/131 kB Progress (5): 2.8/4.0 MB | 0.6/1.1 MB | 6.0 kB | 50 kB | 41/131 kB Progress (5): 2.9/4.0 MB | 0.6/1.1 MB | 6.0 kB | 50 kB | 41/131 kB Progress (5): 2.9/4.0 MB | 0.6/1.1 MB | 6.0 kB | 50 kB | 41/131 kB Progress (5): 2.9/4.0 MB | 0.6/1.1 MB | 6.0 kB | 50 kB | 41/131 kB Progress (5): 2.9/4.0 MB | 0.6/1.1 MB | 6.0 kB | 50 kB | 41/131 kB Progress (5): 2.9/4.0 MB | 0.7/1.1 MB | 6.0 kB | 50 kB | 41/131 kB Progress (5): 2.9/4.0 MB | 0.7/1.1 MB | 6.0 kB | 50 kB | 41/131 kB Progress (5): 2.9/4.0 MB | 0.7/1.1 MB | 6.0 kB | 50 kB | 41/131 kB Progress (5): 2.9/4.0 MB | 0.7/1.1 MB | 6.0 kB | 50 kB | 41/131 kB Progress (5): 2.9/4.0 MB | 0.7/1.1 MB | 6.0 kB | 50 kB | 41/131 kB Progress (5): 2.9/4.0 MB | 0.7/1.1 MB | 6.0 kB | 50 kB | 41/131 kB Progress (5): 2.9/4.0 MB | 0.7/1.1 MB | 6.0 kB | 50 kB | 41/131 kB Progress (5): 2.9/4.0 MB | 0.7/1.1 MB | 6.0 kB | 50 kB | 41/131 kB Progress (5): 2.9/4.0 MB | 0.7/1.1 MB | 6.0 kB | 50 kB | 41/131 kB Progress (5): 2.9/4.0 MB | 0.7/1.1 MB | 6.0 kB | 50 kB | 41/131 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/http-client/google-http-client-jackson/1.23.0/google-http-client-jackson-1.23.0.jar (6.0 kB at 90 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/cloud/google-cloud-firestore/0.33.0-beta/google-cloud-firestore-0.33.0-beta.jar +Progress (4): 2.9/4.0 MB | 0.7/1.1 MB | 50 kB | 41/131 kB Progress (4): 2.9/4.0 MB | 0.7/1.1 MB | 50 kB | 45/131 kB Progress (4): 2.9/4.0 MB | 0.7/1.1 MB | 50 kB | 49/131 kB Progress (4): 2.9/4.0 MB | 0.7/1.1 MB | 50 kB | 53/131 kB Progress (4): 2.9/4.0 MB | 0.7/1.1 MB | 50 kB | 57/131 kB Progress (4): 2.9/4.0 MB | 0.7/1.1 MB | 50 kB | 61/131 kB Progress (4): 2.9/4.0 MB | 0.7/1.1 MB | 50 kB | 65/131 kB Progress (4): 2.9/4.0 MB | 0.7/1.1 MB | 50 kB | 69/131 kB Progress (4): 2.9/4.0 MB | 0.7/1.1 MB | 50 kB | 73/131 kB Progress (4): 2.9/4.0 MB | 0.7/1.1 MB | 50 kB | 77/131 kB Progress (4): 2.9/4.0 MB | 0.7/1.1 MB | 50 kB | 82/131 kB Progress (4): 2.9/4.0 MB | 0.7/1.1 MB | 50 kB | 86/131 kB Progress (4): 2.9/4.0 MB | 0.7/1.1 MB | 50 kB | 90/131 kB Progress (4): 2.9/4.0 MB | 0.7/1.1 MB | 50 kB | 94/131 kB Progress (4): 2.9/4.0 MB | 0.7/1.1 MB | 50 kB | 98/131 kB Progress (4): 2.9/4.0 MB | 0.7/1.1 MB | 50 kB | 102/131 kB Progress (4): 2.9/4.0 MB | 0.7/1.1 MB | 50 kB | 106/131 kB Progress (4): 2.9/4.0 MB | 0.7/1.1 MB | 50 kB | 106/131 kB Progress (4): 2.9/4.0 MB | 0.7/1.1 MB | 50 kB | 106/131 kB Progress (4): 2.9/4.0 MB | 0.7/1.1 MB | 50 kB | 106/131 kB Progress (4): 2.9/4.0 MB | 0.8/1.1 MB | 50 kB | 106/131 kB Progress (4): 2.9/4.0 MB | 0.8/1.1 MB | 50 kB | 106/131 kB Progress (4): 2.9/4.0 MB | 0.8/1.1 MB | 50 kB | 106/131 kB Progress (4): 2.9/4.0 MB | 0.8/1.1 MB | 50 kB | 106/131 kB Progress (4): 2.9/4.0 MB | 0.8/1.1 MB | 50 kB | 106/131 kB Progress (4): 2.9/4.0 MB | 0.8/1.1 MB | 50 kB | 106/131 kB Progress (4): 2.9/4.0 MB | 0.8/1.1 MB | 50 kB | 106/131 kB Progress (4): 2.9/4.0 MB | 0.8/1.1 MB | 50 kB | 106/131 kB Progress (4): 2.9/4.0 MB | 0.8/1.1 MB | 50 kB | 106/131 kB Progress (4): 2.9/4.0 MB | 0.8/1.1 MB | 50 kB | 106/131 kB Progress (4): 2.9/4.0 MB | 0.8/1.1 MB | 50 kB | 106/131 kB Progress (4): 2.9/4.0 MB | 0.8/1.1 MB | 50 kB | 106/131 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/api/gax-httpjson/0.33.0/gax-httpjson-0.33.0.jar (50 kB at 752 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/netty/netty-tcnative-boringssl-static/2.0.7.Final/netty-tcnative-boringssl-static-2.0.7.Final.jar +Progress (3): 2.9/4.0 MB | 0.8/1.1 MB | 106/131 kB Progress (3): 3.0/4.0 MB | 0.8/1.1 MB | 106/131 kB Progress (3): 3.0/4.0 MB | 0.8/1.1 MB | 110/131 kB Progress (3): 3.0/4.0 MB | 0.8/1.1 MB | 114/131 kB Progress (3): 3.0/4.0 MB | 0.8/1.1 MB | 118/131 kB Progress (3): 3.0/4.0 MB | 0.8/1.1 MB | 122/131 kB Progress (3): 3.0/4.0 MB | 0.8/1.1 MB | 127/131 kB Progress (3): 3.0/4.0 MB | 0.8/1.1 MB | 131/131 kB Progress (3): 3.0/4.0 MB | 0.8/1.1 MB | 131 kB Progress (3): 3.0/4.0 MB | 0.8/1.1 MB | 131 kB Progress (3): 3.0/4.0 MB | 0.9/1.1 MB | 131 kB Progress (3): 3.0/4.0 MB | 0.9/1.1 MB | 131 kB Progress (3): 3.0/4.0 MB | 0.9/1.1 MB | 131 kB Progress (3): 3.0/4.0 MB | 0.9/1.1 MB | 131 kB Progress (3): 3.0/4.0 MB | 0.9/1.1 MB | 131 kB Progress (3): 3.0/4.0 MB | 0.9/1.1 MB | 131 kB Progress (3): 3.0/4.0 MB | 0.9/1.1 MB | 131 kB Progress (3): 3.0/4.0 MB | 0.9/1.1 MB | 131 kB Progress (3): 3.0/4.0 MB | 0.9/1.1 MB | 131 kB Progress (3): 3.0/4.0 MB | 0.9/1.1 MB | 131 kB Progress (3): 3.0/4.0 MB | 0.9/1.1 MB | 131 kB Progress (3): 3.0/4.0 MB | 0.9/1.1 MB | 131 kB Progress (3): 3.0/4.0 MB | 0.9/1.1 MB | 131 kB Progress (3): 3.0/4.0 MB | 1.0/1.1 MB | 131 kB Progress (3): 3.0/4.0 MB | 1.0/1.1 MB | 131 kB Progress (3): 3.0/4.0 MB | 1.0/1.1 MB | 131 kB Progress (3): 3.0/4.0 MB | 1.0/1.1 MB | 131 kB Progress (3): 3.0/4.0 MB | 1.0/1.1 MB | 131 kB Progress (3): 3.0/4.0 MB | 1.0/1.1 MB | 131 kB Progress (4): 3.0/4.0 MB | 1.0/1.1 MB | 131 kB | 4.1/227 kB Progress (4): 3.0/4.0 MB | 1.0/1.1 MB | 131 kB | 7.8/227 kB Progress (4): 3.0/4.0 MB | 1.0/1.1 MB | 131 kB | 12/227 kB Progress (4): 3.0/4.0 MB | 1.0/1.1 MB | 131 kB | 16/227 kB Progress (4): 3.0/4.0 MB | 1.0/1.1 MB | 131 kB | 20/227 kB Progress (4): 3.0/4.0 MB | 1.0/1.1 MB | 131 kB | 24/227 kB Progress (4): 3.0/4.0 MB | 1.0/1.1 MB | 131 kB | 28/227 kB Progress (4): 3.0/4.0 MB | 1.0/1.1 MB | 131 kB | 32/227 kB Progress (4): 3.0/4.0 MB | 1.0/1.1 MB | 131 kB | 32/227 kB Progress (4): 3.0/4.0 MB | 1.0/1.1 MB | 131 kB | 32/227 kB Progress (4): 3.0/4.0 MB | 1.0/1.1 MB | 131 kB | 32/227 kB Progress (4): 3.0/4.0 MB | 1.0/1.1 MB | 131 kB | 32/227 kB Progress (4): 3.0/4.0 MB | 1.0/1.1 MB | 131 kB | 32/227 kB Progress (4): 3.0/4.0 MB | 1.0/1.1 MB | 131 kB | 32/227 kB Progress (4): 3.0/4.0 MB | 1.0/1.1 MB | 131 kB | 32/227 kB Progress (4): 3.0/4.0 MB | 1.0/1.1 MB | 131 kB | 32/227 kB Progress (4): 3.0/4.0 MB | 1.0/1.1 MB | 131 kB | 32/227 kB Progress (4): 3.0/4.0 MB | 1.1/1.1 MB | 131 kB | 32/227 kB Progress (4): 3.0/4.0 MB | 1.1/1.1 MB | 131 kB | 32/227 kB Progress (4): 3.0/4.0 MB | 1.1/1.1 MB | 131 kB | 32/227 kB Progress (4): 3.0/4.0 MB | 1.1/1.1 MB | 131 kB | 32/227 kB Progress (4): 3.0/4.0 MB | 1.1/1.1 MB | 131 kB | 32/227 kB Progress (4): 3.0/4.0 MB | 1.1/1.1 MB | 131 kB | 32/227 kB Progress (4): 3.0/4.0 MB | 1.1/1.1 MB | 131 kB | 32/227 kB Progress (4): 3.0/4.0 MB | 1.1 MB | 131 kB | 32/227 kB Progress (4): 3.1/4.0 MB | 1.1 MB | 131 kB | 32/227 kB Progress (4): 3.1/4.0 MB | 1.1 MB | 131 kB | 32/227 kB Progress (5): 3.1/4.0 MB | 1.1 MB | 131 kB | 32/227 kB | 0/2.8 MB Progress (5): 3.1/4.0 MB | 1.1 MB | 131 kB | 32/227 kB | 0/2.8 MB Progress (5): 3.1/4.0 MB | 1.1 MB | 131 kB | 32/227 kB | 0/2.8 MB Progress (5): 3.1/4.0 MB | 1.1 MB | 131 kB | 32/227 kB | 0.1/2.8 MB Progress (5): 3.1/4.0 MB | 1.1 MB | 131 kB | 32/227 kB | 0.1/2.8 MB Progress (5): 3.1/4.0 MB | 1.1 MB | 131 kB | 36/227 kB | 0.1/2.8 MB Progress (5): 3.1/4.0 MB | 1.1 MB | 131 kB | 41/227 kB | 0.1/2.8 MB Progress (5): 3.1/4.0 MB | 1.1 MB | 131 kB | 45/227 kB | 0.1/2.8 MB Progress (5): 3.1/4.0 MB | 1.1 MB | 131 kB | 49/227 kB | 0.1/2.8 MB Progress (5): 3.1/4.0 MB | 1.1 MB | 131 kB | 53/227 kB | 0.1/2.8 MB Progress (5): 3.1/4.0 MB | 1.1 MB | 131 kB | 57/227 kB | 0.1/2.8 MB Progress (5): 3.1/4.0 MB | 1.1 MB | 131 kB | 59/227 kB | 0.1/2.8 MB Progress (5): 3.1/4.0 MB | 1.1 MB | 131 kB | 64/227 kB | 0.1/2.8 MB Progress (5): 3.1/4.0 MB | 1.1 MB | 131 kB | 68/227 kB | 0.1/2.8 MB Progress (5): 3.1/4.0 MB | 1.1 MB | 131 kB | 72/227 kB | 0.1/2.8 MB Progress (5): 3.1/4.0 MB | 1.1 MB | 131 kB | 76/227 kB | 0.1/2.8 MB Progress (5): 3.1/4.0 MB | 1.1 MB | 131 kB | 80/227 kB | 0.1/2.8 MB Progress (5): 3.1/4.0 MB | 1.1 MB | 131 kB | 84/227 kB | 0.1/2.8 MB Progress (5): 3.1/4.0 MB | 1.1 MB | 131 kB | 88/227 kB | 0.1/2.8 MB Progress (5): 3.1/4.0 MB | 1.1 MB | 131 kB | 92/227 kB | 0.1/2.8 MB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/apis/google-api-services-storage/v1-rev114-1.23.0/google-api-services-storage-v1-rev114-1.23.0.jar (131 kB at 2.0 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/cloud/google-cloud-core-grpc/1.15.0/google-cloud-core-grpc-1.15.0.jar +Progress (4): 3.1/4.0 MB | 1.1 MB | 92/227 kB | 0.1/2.8 MB Progress (4): 3.1/4.0 MB | 1.1 MB | 92/227 kB | 0.1/2.8 MB Progress (4): 3.2/4.0 MB | 1.1 MB | 92/227 kB | 0.1/2.8 MB Progress (4): 3.2/4.0 MB | 1.1 MB | 92/227 kB | 0.1/2.8 MB Progress (4): 3.2/4.0 MB | 1.1 MB | 92/227 kB | 0.1/2.8 MB Progress (4): 3.2/4.0 MB | 1.1 MB | 92/227 kB | 0.1/2.8 MB Progress (4): 3.2/4.0 MB | 1.1 MB | 92/227 kB | 0.1/2.8 MB Progress (4): 3.2/4.0 MB | 1.1 MB | 92/227 kB | 0.2/2.8 MB Progress (4): 3.2/4.0 MB | 1.1 MB | 92/227 kB | 0.2/2.8 MB Progress (4): 3.2/4.0 MB | 1.1 MB | 92/227 kB | 0.2/2.8 MB Progress (4): 3.2/4.0 MB | 1.1 MB | 96/227 kB | 0.2/2.8 MB Progress (4): 3.2/4.0 MB | 1.1 MB | 100/227 kB | 0.2/2.8 MB Progress (4): 3.2/4.0 MB | 1.1 MB | 105/227 kB | 0.2/2.8 MB Progress (4): 3.2/4.0 MB | 1.1 MB | 109/227 kB | 0.2/2.8 MB Progress (4): 3.2/4.0 MB | 1.1 MB | 109/227 kB | 0.2/2.8 MB Progress (4): 3.2/4.0 MB | 1.1 MB | 113/227 kB | 0.2/2.8 MB Progress (4): 3.2/4.0 MB | 1.1 MB | 117/227 kB | 0.2/2.8 MB Progress (4): 3.2/4.0 MB | 1.1 MB | 121/227 kB | 0.2/2.8 MB Progress (4): 3.2/4.0 MB | 1.1 MB | 125/227 kB | 0.2/2.8 MB Progress (4): 3.2/4.0 MB | 1.1 MB | 129/227 kB | 0.2/2.8 MB Progress (4): 3.2/4.0 MB | 1.1 MB | 133/227 kB | 0.2/2.8 MB Progress (4): 3.2/4.0 MB | 1.1 MB | 137/227 kB | 0.2/2.8 MB Progress (4): 3.2/4.0 MB | 1.1 MB | 141/227 kB | 0.2/2.8 MB Progress (4): 3.2/4.0 MB | 1.1 MB | 145/227 kB | 0.2/2.8 MB Progress (4): 3.2/4.0 MB | 1.1 MB | 150/227 kB | 0.2/2.8 MB Progress (4): 3.2/4.0 MB | 1.1 MB | 154/227 kB | 0.2/2.8 MB Progress (4): 3.2/4.0 MB | 1.1 MB | 158/227 kB | 0.2/2.8 MB Progress (4): 3.2/4.0 MB | 1.1 MB | 162/227 kB | 0.2/2.8 MB Progress (4): 3.2/4.0 MB | 1.1 MB | 166/227 kB | 0.2/2.8 MB Progress (4): 3.2/4.0 MB | 1.1 MB | 170/227 kB | 0.2/2.8 MB Progress (4): 3.2/4.0 MB | 1.1 MB | 174/227 kB | 0.2/2.8 MB Progress (4): 3.2/4.0 MB | 1.1 MB | 178/227 kB | 0.2/2.8 MB Progress (4): 3.2/4.0 MB | 1.1 MB | 182/227 kB | 0.2/2.8 MB Progress (4): 3.2/4.0 MB | 1.1 MB | 186/227 kB | 0.2/2.8 MB Progress (4): 3.2/4.0 MB | 1.1 MB | 191/227 kB | 0.2/2.8 MB Progress (4): 3.2/4.0 MB | 1.1 MB | 195/227 kB | 0.2/2.8 MB Progress (4): 3.2/4.0 MB | 1.1 MB | 199/227 kB | 0.2/2.8 MB Progress (4): 3.2/4.0 MB | 1.1 MB | 203/227 kB | 0.2/2.8 MB Progress (4): 3.2/4.0 MB | 1.1 MB | 207/227 kB | 0.2/2.8 MB Progress (4): 3.2/4.0 MB | 1.1 MB | 211/227 kB | 0.2/2.8 MB Progress (4): 3.2/4.0 MB | 1.1 MB | 215/227 kB | 0.2/2.8 MB Progress (4): 3.2/4.0 MB | 1.1 MB | 219/227 kB | 0.2/2.8 MB Progress (4): 3.2/4.0 MB | 1.1 MB | 223/227 kB | 0.2/2.8 MB Progress (4): 3.2/4.0 MB | 1.1 MB | 227 kB | 0.2/2.8 MB Progress (4): 3.2/4.0 MB | 1.1 MB | 227 kB | 0.2/2.8 MB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/api/grpc/proto-google-common-protos/1.0.4/proto-google-common-protos-1.0.4.jar (1.1 MB at 17 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/protobuf/protobuf-java/3.5.1/protobuf-java-3.5.1.jar +Progress (3): 3.2/4.0 MB | 227 kB | 0.2/2.8 MB Progress (3): 3.2/4.0 MB | 227 kB | 0.2/2.8 MB Progress (3): 3.2/4.0 MB | 227 kB | 0.2/2.8 MB Progress (3): 3.2/4.0 MB | 227 kB | 0.2/2.8 MB Progress (3): 3.2/4.0 MB | 227 kB | 0.3/2.8 MB Progress (3): 3.2/4.0 MB | 227 kB | 0.3/2.8 MB Progress (3): 3.2/4.0 MB | 227 kB | 0.3/2.8 MB Progress (3): 3.3/4.0 MB | 227 kB | 0.3/2.8 MB Progress (3): 3.3/4.0 MB | 227 kB | 0.3/2.8 MB Progress (4): 3.3/4.0 MB | 227 kB | 0.3/2.8 MB | 4.1/10 kB Progress (4): 3.3/4.0 MB | 227 kB | 0.3/2.8 MB | 7.8/10 kB Progress (4): 3.3/4.0 MB | 227 kB | 0.3/2.8 MB | 10 kB Progress (4): 3.3/4.0 MB | 227 kB | 0.3/2.8 MB | 10 kB Progress (4): 3.3/4.0 MB | 227 kB | 0.3/2.8 MB | 10 kB Progress (4): 3.3/4.0 MB | 227 kB | 0.3/2.8 MB | 10 kB Progress (4): 3.3/4.0 MB | 227 kB | 0.3/2.8 MB | 10 kB Progress (4): 3.3/4.0 MB | 227 kB | 0.4/2.8 MB | 10 kB Progress (4): 3.3/4.0 MB | 227 kB | 0.4/2.8 MB | 10 kB Progress (4): 3.3/4.0 MB | 227 kB | 0.4/2.8 MB | 10 kB Progress (4): 3.3/4.0 MB | 227 kB | 0.4/2.8 MB | 10 kB Progress (4): 3.3/4.0 MB | 227 kB | 0.4/2.8 MB | 10 kB Progress (4): 3.4/4.0 MB | 227 kB | 0.4/2.8 MB | 10 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/cloud/google-cloud-firestore/0.33.0-beta/google-cloud-firestore-0.33.0-beta.jar (227 kB at 3.4 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/grpc/grpc-protobuf/1.9.0/grpc-protobuf-1.9.0.jar +Progress (3): 3.4/4.0 MB | 0.4/2.8 MB | 10 kB Progress (3): 3.4/4.0 MB | 0.4/2.8 MB | 10 kB Progress (3): 3.4/4.0 MB | 0.4/2.8 MB | 10 kB Progress (3): 3.4/4.0 MB | 0.5/2.8 MB | 10 kB Progress (4): 3.4/4.0 MB | 0.5/2.8 MB | 10 kB | 0/1.4 MB Progress (4): 3.4/4.0 MB | 0.5/2.8 MB | 10 kB | 0/1.4 MB Progress (4): 3.4/4.0 MB | 0.5/2.8 MB | 10 kB | 0/1.4 MB Progress (4): 3.4/4.0 MB | 0.5/2.8 MB | 10 kB | 0/1.4 MB Progress (4): 3.4/4.0 MB | 0.5/2.8 MB | 10 kB | 0/1.4 MB Progress (4): 3.4/4.0 MB | 0.5/2.8 MB | 10 kB | 0/1.4 MB Progress (4): 3.4/4.0 MB | 0.5/2.8 MB | 10 kB | 0/1.4 MB Progress (4): 3.4/4.0 MB | 0.5/2.8 MB | 10 kB | 0.1/1.4 MB Progress (4): 3.4/4.0 MB | 0.5/2.8 MB | 10 kB | 0.1/1.4 MB Progress (4): 3.4/4.0 MB | 0.5/2.8 MB | 10 kB | 0.1/1.4 MB Progress (4): 3.4/4.0 MB | 0.5/2.8 MB | 10 kB | 0.1/1.4 MB Progress (4): 3.4/4.0 MB | 0.5/2.8 MB | 10 kB | 0.1/1.4 MB Progress (4): 3.4/4.0 MB | 0.5/2.8 MB | 10 kB | 0.1/1.4 MB Progress (4): 3.4/4.0 MB | 0.5/2.8 MB | 10 kB | 0.1/1.4 MB Progress (4): 3.4/4.0 MB | 0.5/2.8 MB | 10 kB | 0.1/1.4 MB Progress (4): 3.4/4.0 MB | 0.5/2.8 MB | 10 kB | 0.1/1.4 MB Progress (4): 3.5/4.0 MB | 0.5/2.8 MB | 10 kB | 0.1/1.4 MB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/cloud/google-cloud-core-grpc/1.15.0/google-cloud-core-grpc-1.15.0.jar (10 kB at 153 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/grpc/grpc-protobuf-lite/1.9.0/grpc-protobuf-lite-1.9.0.jar +Progress (3): 3.5/4.0 MB | 0.5/2.8 MB | 0.1/1.4 MB Progress (3): 3.5/4.0 MB | 0.5/2.8 MB | 0.1/1.4 MB Progress (3): 3.5/4.0 MB | 0.5/2.8 MB | 0.1/1.4 MB Progress (3): 3.5/4.0 MB | 0.5/2.8 MB | 0.1/1.4 MB Progress (3): 3.5/4.0 MB | 0.5/2.8 MB | 0.1/1.4 MB Progress (3): 3.5/4.0 MB | 0.6/2.8 MB | 0.1/1.4 MB Progress (3): 3.5/4.0 MB | 0.6/2.8 MB | 0.1/1.4 MB Progress (3): 3.5/4.0 MB | 0.6/2.8 MB | 0.1/1.4 MB Progress (3): 3.5/4.0 MB | 0.6/2.8 MB | 0.1/1.4 MB Progress (3): 3.5/4.0 MB | 0.6/2.8 MB | 0.1/1.4 MB Progress (3): 3.5/4.0 MB | 0.6/2.8 MB | 0.1/1.4 MB Progress (3): 3.5/4.0 MB | 0.6/2.8 MB | 0.1/1.4 MB Progress (3): 3.5/4.0 MB | 0.6/2.8 MB | 0.1/1.4 MB Progress (3): 3.5/4.0 MB | 0.6/2.8 MB | 0.1/1.4 MB Progress (3): 3.5/4.0 MB | 0.6/2.8 MB | 0.1/1.4 MB Progress (3): 3.5/4.0 MB | 0.6/2.8 MB | 0.2/1.4 MB Progress (3): 3.5/4.0 MB | 0.6/2.8 MB | 0.2/1.4 MB Progress (3): 3.5/4.0 MB | 0.6/2.8 MB | 0.2/1.4 MB Progress (3): 3.5/4.0 MB | 0.6/2.8 MB | 0.2/1.4 MB Progress (3): 3.5/4.0 MB | 0.6/2.8 MB | 0.2/1.4 MB Progress (3): 3.5/4.0 MB | 0.6/2.8 MB | 0.2/1.4 MB Progress (3): 3.5/4.0 MB | 0.6/2.8 MB | 0.2/1.4 MB Progress (3): 3.5/4.0 MB | 0.6/2.8 MB | 0.2/1.4 MB Progress (3): 3.5/4.0 MB | 0.6/2.8 MB | 0.2/1.4 MB Progress (3): 3.5/4.0 MB | 0.6/2.8 MB | 0.2/1.4 MB Progress (3): 3.5/4.0 MB | 0.6/2.8 MB | 0.2/1.4 MB Progress (3): 3.5/4.0 MB | 0.6/2.8 MB | 0.2/1.4 MB Progress (4): 3.5/4.0 MB | 0.6/2.8 MB | 0.2/1.4 MB | 4.1/6.7 kB Progress (4): 3.5/4.0 MB | 0.6/2.8 MB | 0.2/1.4 MB | 6.7 kB Progress (4): 3.5/4.0 MB | 0.6/2.8 MB | 0.2/1.4 MB | 6.7 kB Progress (4): 3.5/4.0 MB | 0.6/2.8 MB | 0.2/1.4 MB | 6.7 kB Progress (4): 3.5/4.0 MB | 0.7/2.8 MB | 0.2/1.4 MB | 6.7 kB Progress (4): 3.5/4.0 MB | 0.7/2.8 MB | 0.2/1.4 MB | 6.7 kB Progress (4): 3.5/4.0 MB | 0.7/2.8 MB | 0.2/1.4 MB | 6.7 kB Progress (4): 3.6/4.0 MB | 0.7/2.8 MB | 0.2/1.4 MB | 6.7 kB Progress (4): 3.6/4.0 MB | 0.7/2.8 MB | 0.2/1.4 MB | 6.7 kB Progress (4): 3.6/4.0 MB | 0.7/2.8 MB | 0.2/1.4 MB | 6.7 kB Progress (4): 3.6/4.0 MB | 0.7/2.8 MB | 0.2/1.4 MB | 6.7 kB Progress (4): 3.6/4.0 MB | 0.7/2.8 MB | 0.2/1.4 MB | 6.7 kB Progress (4): 3.6/4.0 MB | 0.7/2.8 MB | 0.2/1.4 MB | 6.7 kB Progress (4): 3.6/4.0 MB | 0.7/2.8 MB | 0.2/1.4 MB | 6.7 kB Progress (5): 3.6/4.0 MB | 0.7/2.8 MB | 0.2/1.4 MB | 6.7 kB | 4.1/8.0 kB Progress (5): 3.6/4.0 MB | 0.7/2.8 MB | 0.2/1.4 MB | 6.7 kB | 7.8/8.0 kB Progress (5): 3.6/4.0 MB | 0.7/2.8 MB | 0.2/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 3.6/4.0 MB | 0.7/2.8 MB | 0.2/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 3.6/4.0 MB | 0.7/2.8 MB | 0.3/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 3.6/4.0 MB | 0.7/2.8 MB | 0.3/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 3.6/4.0 MB | 0.7/2.8 MB | 0.3/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 3.6/4.0 MB | 0.7/2.8 MB | 0.3/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 3.6/4.0 MB | 0.7/2.8 MB | 0.3/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 3.6/4.0 MB | 0.7/2.8 MB | 0.3/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 3.6/4.0 MB | 0.7/2.8 MB | 0.3/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 3.6/4.0 MB | 0.7/2.8 MB | 0.3/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 3.6/4.0 MB | 0.7/2.8 MB | 0.3/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 3.6/4.0 MB | 0.7/2.8 MB | 0.3/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 3.6/4.0 MB | 0.7/2.8 MB | 0.3/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 3.6/4.0 MB | 0.7/2.8 MB | 0.3/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 3.6/4.0 MB | 0.7/2.8 MB | 0.4/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 3.6/4.0 MB | 0.7/2.8 MB | 0.4/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 3.6/4.0 MB | 0.7/2.8 MB | 0.4/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 3.6/4.0 MB | 0.7/2.8 MB | 0.4/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 3.6/4.0 MB | 0.7/2.8 MB | 0.4/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 3.6/4.0 MB | 0.7/2.8 MB | 0.4/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 3.6/4.0 MB | 0.7/2.8 MB | 0.4/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 3.6/4.0 MB | 0.7/2.8 MB | 0.4/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 3.6/4.0 MB | 0.7/2.8 MB | 0.4/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 3.6/4.0 MB | 0.7/2.8 MB | 0.4/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 3.6/4.0 MB | 0.7/2.8 MB | 0.4/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 3.6/4.0 MB | 0.7/2.8 MB | 0.4/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 3.6/4.0 MB | 0.7/2.8 MB | 0.5/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 3.6/4.0 MB | 0.7/2.8 MB | 0.5/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 3.6/4.0 MB | 0.7/2.8 MB | 0.5/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 3.6/4.0 MB | 0.7/2.8 MB | 0.5/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 3.6/4.0 MB | 0.7/2.8 MB | 0.5/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 3.6/4.0 MB | 0.7/2.8 MB | 0.5/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 3.6/4.0 MB | 0.7/2.8 MB | 0.5/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 3.6/4.0 MB | 0.7/2.8 MB | 0.5/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 3.6/4.0 MB | 0.7/2.8 MB | 0.5/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 3.6/4.0 MB | 0.7/2.8 MB | 0.5/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 3.6/4.0 MB | 0.7/2.8 MB | 0.5/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 3.6/4.0 MB | 0.7/2.8 MB | 0.5/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 3.6/4.0 MB | 0.7/2.8 MB | 0.5/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 3.6/4.0 MB | 0.7/2.8 MB | 0.6/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 3.6/4.0 MB | 0.7/2.8 MB | 0.6/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 3.6/4.0 MB | 0.7/2.8 MB | 0.6/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 3.6/4.0 MB | 0.7/2.8 MB | 0.6/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 3.6/4.0 MB | 0.7/2.8 MB | 0.6/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 3.6/4.0 MB | 0.7/2.8 MB | 0.6/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 3.6/4.0 MB | 0.7/2.8 MB | 0.6/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 3.6/4.0 MB | 0.7/2.8 MB | 0.6/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 3.6/4.0 MB | 0.7/2.8 MB | 0.6/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 3.6/4.0 MB | 0.7/2.8 MB | 0.6/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 3.6/4.0 MB | 0.8/2.8 MB | 0.6/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 3.6/4.0 MB | 0.8/2.8 MB | 0.6/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 3.7/4.0 MB | 0.8/2.8 MB | 0.6/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 3.7/4.0 MB | 0.8/2.8 MB | 0.6/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 3.7/4.0 MB | 0.8/2.8 MB | 0.6/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 3.7/4.0 MB | 0.8/2.8 MB | 0.7/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 3.7/4.0 MB | 0.8/2.8 MB | 0.7/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 3.7/4.0 MB | 0.8/2.8 MB | 0.7/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 3.7/4.0 MB | 0.8/2.8 MB | 0.7/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 3.7/4.0 MB | 0.8/2.8 MB | 0.7/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 3.7/4.0 MB | 0.8/2.8 MB | 0.7/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 3.7/4.0 MB | 0.8/2.8 MB | 0.7/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 3.7/4.0 MB | 0.8/2.8 MB | 0.7/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 3.7/4.0 MB | 0.8/2.8 MB | 0.7/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 3.7/4.0 MB | 0.8/2.8 MB | 0.7/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 3.7/4.0 MB | 0.8/2.8 MB | 0.7/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 3.7/4.0 MB | 0.8/2.8 MB | 0.7/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 3.7/4.0 MB | 0.8/2.8 MB | 0.7/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 3.7/4.0 MB | 0.8/2.8 MB | 0.7/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 3.7/4.0 MB | 0.8/2.8 MB | 0.7/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 3.7/4.0 MB | 0.8/2.8 MB | 0.7/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 3.7/4.0 MB | 0.8/2.8 MB | 0.7/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 3.7/4.0 MB | 0.8/2.8 MB | 0.8/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 3.7/4.0 MB | 0.8/2.8 MB | 0.8/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 3.7/4.0 MB | 0.8/2.8 MB | 0.8/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 3.7/4.0 MB | 0.8/2.8 MB | 0.8/1.4 MB | 6.7 kB | 8.0 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/grpc/grpc-protobuf/1.9.0/grpc-protobuf-1.9.0.jar (6.7 kB at 98 B/s) +Progress (4): 3.7/4.0 MB | 0.8/2.8 MB | 0.8/1.4 MB | 8.0 kB Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/grpc/grpc-context/1.9.0/grpc-context-1.9.0.jar +Progress (4): 3.7/4.0 MB | 0.8/2.8 MB | 0.8/1.4 MB | 8.0 kB Progress (4): 3.7/4.0 MB | 0.8/2.8 MB | 0.8/1.4 MB | 8.0 kB Progress (4): 3.7/4.0 MB | 0.8/2.8 MB | 0.8/1.4 MB | 8.0 kB Progress (4): 3.7/4.0 MB | 0.8/2.8 MB | 0.8/1.4 MB | 8.0 kB Progress (4): 3.7/4.0 MB | 0.8/2.8 MB | 0.8/1.4 MB | 8.0 kB Progress (4): 3.7/4.0 MB | 0.8/2.8 MB | 0.8/1.4 MB | 8.0 kB Progress (4): 3.7/4.0 MB | 0.9/2.8 MB | 0.8/1.4 MB | 8.0 kB Progress (4): 3.7/4.0 MB | 0.9/2.8 MB | 0.8/1.4 MB | 8.0 kB Progress (4): 3.7/4.0 MB | 0.9/2.8 MB | 0.8/1.4 MB | 8.0 kB Progress (4): 3.7/4.0 MB | 0.9/2.8 MB | 0.8/1.4 MB | 8.0 kB Progress (4): 3.8/4.0 MB | 0.9/2.8 MB | 0.8/1.4 MB | 8.0 kB Progress (4): 3.8/4.0 MB | 0.9/2.8 MB | 0.9/1.4 MB | 8.0 kB Progress (4): 3.8/4.0 MB | 0.9/2.8 MB | 0.9/1.4 MB | 8.0 kB Progress (4): 3.8/4.0 MB | 0.9/2.8 MB | 0.9/1.4 MB | 8.0 kB Progress (4): 3.8/4.0 MB | 0.9/2.8 MB | 0.9/1.4 MB | 8.0 kB Progress (4): 3.8/4.0 MB | 0.9/2.8 MB | 0.9/1.4 MB | 8.0 kB Progress (4): 3.8/4.0 MB | 0.9/2.8 MB | 0.9/1.4 MB | 8.0 kB Progress (4): 3.8/4.0 MB | 0.9/2.8 MB | 0.9/1.4 MB | 8.0 kB Progress (4): 3.8/4.0 MB | 0.9/2.8 MB | 0.9/1.4 MB | 8.0 kB Progress (4): 3.8/4.0 MB | 0.9/2.8 MB | 0.9/1.4 MB | 8.0 kB Progress (4): 3.8/4.0 MB | 0.9/2.8 MB | 0.9/1.4 MB | 8.0 kB Progress (4): 3.8/4.0 MB | 0.9/2.8 MB | 0.9/1.4 MB | 8.0 kB Progress (4): 3.8/4.0 MB | 0.9/2.8 MB | 0.9/1.4 MB | 8.0 kB Progress (4): 3.8/4.0 MB | 0.9/2.8 MB | 0.9/1.4 MB | 8.0 kB Progress (4): 3.8/4.0 MB | 0.9/2.8 MB | 1.0/1.4 MB | 8.0 kB Progress (4): 3.8/4.0 MB | 0.9/2.8 MB | 1.0/1.4 MB | 8.0 kB Progress (4): 3.8/4.0 MB | 0.9/2.8 MB | 1.0/1.4 MB | 8.0 kB Progress (4): 3.8/4.0 MB | 0.9/2.8 MB | 1.0/1.4 MB | 8.0 kB Progress (4): 3.8/4.0 MB | 0.9/2.8 MB | 1.0/1.4 MB | 8.0 kB Progress (4): 3.8/4.0 MB | 0.9/2.8 MB | 1.0/1.4 MB | 8.0 kB Progress (4): 3.8/4.0 MB | 0.9/2.8 MB | 1.0/1.4 MB | 8.0 kB Progress (4): 3.8/4.0 MB | 0.9/2.8 MB | 1.0/1.4 MB | 8.0 kB Progress (4): 3.8/4.0 MB | 0.9/2.8 MB | 1.0/1.4 MB | 8.0 kB Progress (4): 3.8/4.0 MB | 0.9/2.8 MB | 1.0/1.4 MB | 8.0 kB Progress (4): 3.8/4.0 MB | 0.9/2.8 MB | 1.0/1.4 MB | 8.0 kB Progress (4): 3.8/4.0 MB | 0.9/2.8 MB | 1.0/1.4 MB | 8.0 kB Progress (4): 3.8/4.0 MB | 0.9/2.8 MB | 1.0/1.4 MB | 8.0 kB Progress (4): 3.8/4.0 MB | 0.9/2.8 MB | 1.0/1.4 MB | 8.0 kB Progress (4): 3.8/4.0 MB | 0.9/2.8 MB | 1.0/1.4 MB | 8.0 kB Progress (4): 3.8/4.0 MB | 0.9/2.8 MB | 1.0/1.4 MB | 8.0 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/grpc/grpc-protobuf-lite/1.9.0/grpc-protobuf-lite-1.9.0.jar (8.0 kB at 117 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/api/gax-grpc/1.16.0/gax-grpc-1.16.0.jar +Progress (3): 3.8/4.0 MB | 0.9/2.8 MB | 1.0/1.4 MB Progress (3): 3.8/4.0 MB | 0.9/2.8 MB | 1.0/1.4 MB Progress (3): 3.8/4.0 MB | 0.9/2.8 MB | 1.0/1.4 MB Progress (3): 3.8/4.0 MB | 0.9/2.8 MB | 1.0/1.4 MB Progress (3): 3.8/4.0 MB | 0.9/2.8 MB | 1.1/1.4 MB Progress (3): 3.8/4.0 MB | 0.9/2.8 MB | 1.1/1.4 MB Progress (3): 3.8/4.0 MB | 0.9/2.8 MB | 1.1/1.4 MB Progress (3): 3.8/4.0 MB | 0.9/2.8 MB | 1.1/1.4 MB Progress (3): 3.8/4.0 MB | 0.9/2.8 MB | 1.1/1.4 MB Progress (3): 3.8/4.0 MB | 0.9/2.8 MB | 1.1/1.4 MB Progress (3): 3.8/4.0 MB | 0.9/2.8 MB | 1.1/1.4 MB Progress (3): 3.8/4.0 MB | 0.9/2.8 MB | 1.1/1.4 MB Progress (3): 3.8/4.0 MB | 0.9/2.8 MB | 1.1/1.4 MB Progress (3): 3.8/4.0 MB | 0.9/2.8 MB | 1.1/1.4 MB Progress (3): 3.8/4.0 MB | 0.9/2.8 MB | 1.1/1.4 MB Progress (3): 3.8/4.0 MB | 0.9/2.8 MB | 1.1/1.4 MB Progress (3): 3.8/4.0 MB | 0.9/2.8 MB | 1.2/1.4 MB Progress (3): 3.8/4.0 MB | 0.9/2.8 MB | 1.2/1.4 MB Progress (3): 3.9/4.0 MB | 0.9/2.8 MB | 1.2/1.4 MB Progress (3): 3.9/4.0 MB | 1.0/2.8 MB | 1.2/1.4 MB Progress (3): 3.9/4.0 MB | 1.0/2.8 MB | 1.2/1.4 MB Progress (3): 3.9/4.0 MB | 1.0/2.8 MB | 1.2/1.4 MB Progress (3): 3.9/4.0 MB | 1.0/2.8 MB | 1.2/1.4 MB Progress (3): 3.9/4.0 MB | 1.0/2.8 MB | 1.2/1.4 MB Progress (3): 3.9/4.0 MB | 1.0/2.8 MB | 1.2/1.4 MB Progress (3): 3.9/4.0 MB | 1.0/2.8 MB | 1.2/1.4 MB Progress (3): 3.9/4.0 MB | 1.0/2.8 MB | 1.2/1.4 MB Progress (3): 3.9/4.0 MB | 1.0/2.8 MB | 1.2/1.4 MB Progress (3): 3.9/4.0 MB | 1.0/2.8 MB | 1.2/1.4 MB Progress (3): 3.9/4.0 MB | 1.0/2.8 MB | 1.2/1.4 MB Progress (3): 3.9/4.0 MB | 1.0/2.8 MB | 1.2/1.4 MB Progress (3): 3.9/4.0 MB | 1.0/2.8 MB | 1.2/1.4 MB Progress (3): 3.9/4.0 MB | 1.0/2.8 MB | 1.2/1.4 MB Progress (3): 3.9/4.0 MB | 1.0/2.8 MB | 1.2/1.4 MB Progress (3): 3.9/4.0 MB | 1.0/2.8 MB | 1.2/1.4 MB Progress (3): 3.9/4.0 MB | 1.0/2.8 MB | 1.2/1.4 MB Progress (3): 3.9/4.0 MB | 1.0/2.8 MB | 1.2/1.4 MB Progress (3): 3.9/4.0 MB | 1.0/2.8 MB | 1.3/1.4 MB Progress (3): 3.9/4.0 MB | 1.0/2.8 MB | 1.3/1.4 MB Progress (3): 3.9/4.0 MB | 1.0/2.8 MB | 1.3/1.4 MB Progress (3): 3.9/4.0 MB | 1.0/2.8 MB | 1.3/1.4 MB Progress (3): 3.9/4.0 MB | 1.0/2.8 MB | 1.3/1.4 MB Progress (3): 3.9/4.0 MB | 1.0/2.8 MB | 1.3/1.4 MB Progress (3): 3.9/4.0 MB | 1.0/2.8 MB | 1.3/1.4 MB Progress (3): 3.9/4.0 MB | 1.0/2.8 MB | 1.3/1.4 MB Progress (3): 3.9/4.0 MB | 1.0/2.8 MB | 1.3/1.4 MB Progress (3): 3.9/4.0 MB | 1.0/2.8 MB | 1.3/1.4 MB Progress (3): 3.9/4.0 MB | 1.0/2.8 MB | 1.3/1.4 MB Progress (3): 3.9/4.0 MB | 1.0/2.8 MB | 1.3/1.4 MB Progress (3): 3.9/4.0 MB | 1.0/2.8 MB | 1.4/1.4 MB Progress (3): 3.9/4.0 MB | 1.0/2.8 MB | 1.4/1.4 MB Progress (3): 3.9/4.0 MB | 1.0/2.8 MB | 1.4/1.4 MB Progress (3): 3.9/4.0 MB | 1.0/2.8 MB | 1.4/1.4 MB Progress (3): 3.9/4.0 MB | 1.0/2.8 MB | 1.4/1.4 MB Progress (3): 4.0 MB | 1.0/2.8 MB | 1.4/1.4 MB Progress (3): 4.0 MB | 1.1/2.8 MB | 1.4/1.4 MB Progress (3): 4.0 MB | 1.1/2.8 MB | 1.4/1.4 MB Progress (3): 4.0 MB | 1.1/2.8 MB | 1.4/1.4 MB Progress (3): 4.0 MB | 1.1/2.8 MB | 1.4/1.4 MB Progress (3): 4.0 MB | 1.1/2.8 MB | 1.4/1.4 MB Progress (3): 4.0 MB | 1.1/2.8 MB | 1.4/1.4 MB Progress (3): 4.0 MB | 1.1/2.8 MB | 1.4/1.4 MB Progress (3): 4.0 MB | 1.1/2.8 MB | 1.4/1.4 MB Progress (3): 4.0 MB | 1.1/2.8 MB | 1.4 MB Progress (3): 4.0 MB | 1.1/2.8 MB | 1.4 MB Progress (3): 4.0 MB | 1.1/2.8 MB | 1.4 MB Progress (4): 4.0 MB | 1.1/2.8 MB | 1.4 MB | 4.1/27 kB Progress (4): 4.0 MB | 1.1/2.8 MB | 1.4 MB | 7.8/27 kB Progress (4): 4.0 MB | 1.1/2.8 MB | 1.4 MB | 12/27 kB Progress (4): 4.0 MB | 1.1/2.8 MB | 1.4 MB | 16/27 kB Progress (4): 4.0 MB | 1.1/2.8 MB | 1.4 MB | 20/27 kB Progress (4): 4.0 MB | 1.1/2.8 MB | 1.4 MB | 24/27 kB Progress (4): 4.0 MB | 1.1/2.8 MB | 1.4 MB | 27 kB Progress (4): 4.0 MB | 1.1/2.8 MB | 1.4 MB | 27 kB Progress (4): 4.0 MB | 1.2/2.8 MB | 1.4 MB | 27 kB Progress (4): 4.0 MB | 1.2/2.8 MB | 1.4 MB | 27 kB Progress (4): 4.0 MB | 1.2/2.8 MB | 1.4 MB | 27 kB Progress (4): 4.0 MB | 1.2/2.8 MB | 1.4 MB | 27 kB Progress (4): 4.0 MB | 1.2/2.8 MB | 1.4 MB | 27 kB Progress (5): 4.0 MB | 1.2/2.8 MB | 1.4 MB | 27 kB | 4.1/77 kB Progress (5): 4.0 MB | 1.2/2.8 MB | 1.4 MB | 27 kB | 7.8/77 kB Progress (5): 4.0 MB | 1.2/2.8 MB | 1.4 MB | 27 kB | 12/77 kB Progress (5): 4.0 MB | 1.2/2.8 MB | 1.4 MB | 27 kB | 16/77 kB Progress (5): 4.0 MB | 1.2/2.8 MB | 1.4 MB | 27 kB | 20/77 kB Progress (5): 4.0 MB | 1.2/2.8 MB | 1.4 MB | 27 kB | 24/77 kB Progress (5): 4.0 MB | 1.2/2.8 MB | 1.4 MB | 27 kB | 24/77 kB Progress (5): 4.0 MB | 1.2/2.8 MB | 1.4 MB | 27 kB | 28/77 kB Progress (5): 4.0 MB | 1.2/2.8 MB | 1.4 MB | 27 kB | 32/77 kB Progress (5): 4.0 MB | 1.2/2.8 MB | 1.4 MB | 27 kB | 36/77 kB Progress (5): 4.0 MB | 1.2/2.8 MB | 1.4 MB | 27 kB | 41/77 kB Progress (5): 4.0 MB | 1.3/2.8 MB | 1.4 MB | 27 kB | 41/77 kB Progress (5): 4.0 MB | 1.3/2.8 MB | 1.4 MB | 27 kB | 41/77 kB Progress (5): 4.0 MB | 1.3/2.8 MB | 1.4 MB | 27 kB | 41/77 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/bouncycastle/bcprov-jdk15on/1.58/bcprov-jdk15on-1.58.jar (4.0 MB at 57 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/auto/value/auto-value/1.2/auto-value-1.2.jar +Progress (4): 1.3/2.8 MB | 1.4 MB | 27 kB | 41/77 kB Progress (4): 1.3/2.8 MB | 1.4 MB | 27 kB | 41/77 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/protobuf/protobuf-java/3.5.1/protobuf-java-3.5.1.jar (1.4 MB at 20 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/threeten/threetenbp/1.3.3/threetenbp-1.3.3.jar +Progress (3): 1.3/2.8 MB | 27 kB | 45/77 kB Progress (3): 1.3/2.8 MB | 27 kB | 49/77 kB Progress (3): 1.3/2.8 MB | 27 kB | 53/77 kB Progress (3): 1.3/2.8 MB | 27 kB | 57/77 kB Progress (3): 1.3/2.8 MB | 27 kB | 61/77 kB Progress (3): 1.3/2.8 MB | 27 kB | 65/77 kB Progress (3): 1.3/2.8 MB | 27 kB | 69/77 kB Progress (3): 1.3/2.8 MB | 27 kB | 73/77 kB Progress (3): 1.3/2.8 MB | 27 kB | 77 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/grpc/grpc-context/1.9.0/grpc-context-1.9.0.jar (27 kB at 396 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/api/grpc/proto-google-cloud-firestore-v1beta1/0.1.28/proto-google-cloud-firestore-v1beta1-0.1.28.jar +Progress (2): 1.3/2.8 MB | 77 kB Progress (2): 1.4/2.8 MB | 77 kB Progress (2): 1.4/2.8 MB | 77 kB Progress (2): 1.4/2.8 MB | 77 kB Progress (2): 1.4/2.8 MB | 77 kB Progress (2): 1.4/2.8 MB | 77 kB Progress (2): 1.4/2.8 MB | 77 kB Progress (2): 1.5/2.8 MB | 77 kB Progress (2): 1.5/2.8 MB | 77 kB Progress (2): 1.5/2.8 MB | 77 kB Progress (2): 1.5/2.8 MB | 77 kB Progress (2): 1.5/2.8 MB | 77 kB Progress (2): 1.5/2.8 MB | 77 kB Progress (3): 1.5/2.8 MB | 77 kB | 0/1.4 MB Progress (3): 1.5/2.8 MB | 77 kB | 0/1.4 MB Progress (3): 1.5/2.8 MB | 77 kB | 0/1.4 MB Progress (3): 1.5/2.8 MB | 77 kB | 0/1.4 MB Progress (4): 1.5/2.8 MB | 77 kB | 0/1.4 MB | 4.1/511 kB Progress (4): 1.5/2.8 MB | 77 kB | 0/1.4 MB | 7.8/511 kB Progress (4): 1.5/2.8 MB | 77 kB | 0/1.4 MB | 12/511 kB Progress (4): 1.5/2.8 MB | 77 kB | 0/1.4 MB | 16/511 kB Progress (4): 1.5/2.8 MB | 77 kB | 0/1.4 MB | 20/511 kB Progress (4): 1.5/2.8 MB | 77 kB | 0/1.4 MB | 24/511 kB Progress (4): 1.5/2.8 MB | 77 kB | 0/1.4 MB | 28/511 kB Progress (4): 1.5/2.8 MB | 77 kB | 0/1.4 MB | 32/511 kB Progress (4): 1.5/2.8 MB | 77 kB | 0/1.4 MB | 36/511 kB Progress (4): 1.5/2.8 MB | 77 kB | 0/1.4 MB | 41/511 kB Progress (4): 1.5/2.8 MB | 77 kB | 0/1.4 MB | 45/511 kB Progress (4): 1.5/2.8 MB | 77 kB | 0/1.4 MB | 49/511 kB Progress (4): 1.5/2.8 MB | 77 kB | 0/1.4 MB | 53/511 kB Progress (4): 1.5/2.8 MB | 77 kB | 0/1.4 MB | 57/511 kB Progress (4): 1.5/2.8 MB | 77 kB | 0/1.4 MB | 61/511 kB Progress (4): 1.5/2.8 MB | 77 kB | 0/1.4 MB | 65/511 kB Progress (4): 1.5/2.8 MB | 77 kB | 0/1.4 MB | 69/511 kB Progress (4): 1.5/2.8 MB | 77 kB | 0/1.4 MB | 73/511 kB Progress (4): 1.5/2.8 MB | 77 kB | 0/1.4 MB | 77/511 kB Progress (4): 1.5/2.8 MB | 77 kB | 0/1.4 MB | 82/511 kB Progress (4): 1.6/2.8 MB | 77 kB | 0/1.4 MB | 82/511 kB Progress (4): 1.6/2.8 MB | 77 kB | 0/1.4 MB | 82/511 kB Progress (4): 1.6/2.8 MB | 77 kB | 0/1.4 MB | 82/511 kB Progress (4): 1.6/2.8 MB | 77 kB | 0/1.4 MB | 82/511 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/api/gax-grpc/1.16.0/gax-grpc-1.16.0.jar (77 kB at 1.1 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/grpc/grpc-netty/1.9.0/grpc-netty-1.9.0.jar +Progress (4): 1.6/2.8 MB | 0/1.4 MB | 82/511 kB | 4.1/755 kB Progress (4): 1.6/2.8 MB | 0/1.4 MB | 82/511 kB | 7.8/755 kB Progress (4): 1.6/2.8 MB | 0/1.4 MB | 82/511 kB | 12/755 kB Progress (4): 1.6/2.8 MB | 0/1.4 MB | 82/511 kB | 16/755 kB Progress (4): 1.6/2.8 MB | 0/1.4 MB | 82/511 kB | 16/755 kB Progress (4): 1.6/2.8 MB | 0/1.4 MB | 82/511 kB | 16/755 kB Progress (4): 1.6/2.8 MB | 0/1.4 MB | 82/511 kB | 16/755 kB Progress (4): 1.6/2.8 MB | 0/1.4 MB | 82/511 kB | 16/755 kB Progress (4): 1.6/2.8 MB | 0.1/1.4 MB | 82/511 kB | 16/755 kB Progress (4): 1.6/2.8 MB | 0.1/1.4 MB | 82/511 kB | 16/755 kB Progress (4): 1.6/2.8 MB | 0.1/1.4 MB | 82/511 kB | 16/755 kB Progress (4): 1.6/2.8 MB | 0.1/1.4 MB | 82/511 kB | 16/755 kB Progress (4): 1.6/2.8 MB | 0.1/1.4 MB | 82/511 kB | 16/755 kB Progress (4): 1.6/2.8 MB | 0.1/1.4 MB | 82/511 kB | 16/755 kB Progress (4): 1.6/2.8 MB | 0.1/1.4 MB | 82/511 kB | 16/755 kB Progress (4): 1.6/2.8 MB | 0.1/1.4 MB | 82/511 kB | 16/755 kB Progress (4): 1.7/2.8 MB | 0.1/1.4 MB | 82/511 kB | 16/755 kB Progress (4): 1.7/2.8 MB | 0.1/1.4 MB | 86/511 kB | 16/755 kB Progress (4): 1.7/2.8 MB | 0.1/1.4 MB | 90/511 kB | 16/755 kB Progress (4): 1.7/2.8 MB | 0.1/1.4 MB | 94/511 kB | 16/755 kB Progress (4): 1.7/2.8 MB | 0.1/1.4 MB | 98/511 kB | 16/755 kB Progress (4): 1.7/2.8 MB | 0.1/1.4 MB | 102/511 kB | 16/755 kB Progress (4): 1.7/2.8 MB | 0.1/1.4 MB | 106/511 kB | 16/755 kB Progress (4): 1.7/2.8 MB | 0.1/1.4 MB | 110/511 kB | 16/755 kB Progress (4): 1.7/2.8 MB | 0.1/1.4 MB | 114/511 kB | 16/755 kB Progress (4): 1.7/2.8 MB | 0.1/1.4 MB | 118/511 kB | 16/755 kB Progress (4): 1.7/2.8 MB | 0.1/1.4 MB | 122/511 kB | 16/755 kB Progress (4): 1.7/2.8 MB | 0.1/1.4 MB | 127/511 kB | 16/755 kB Progress (4): 1.7/2.8 MB | 0.1/1.4 MB | 131/511 kB | 16/755 kB Progress (4): 1.7/2.8 MB | 0.1/1.4 MB | 135/511 kB | 16/755 kB Progress (4): 1.7/2.8 MB | 0.1/1.4 MB | 139/511 kB | 16/755 kB Progress (4): 1.7/2.8 MB | 0.1/1.4 MB | 143/511 kB | 16/755 kB Progress (4): 1.7/2.8 MB | 0.1/1.4 MB | 147/511 kB | 16/755 kB Progress (4): 1.7/2.8 MB | 0.1/1.4 MB | 151/511 kB | 16/755 kB Progress (4): 1.7/2.8 MB | 0.1/1.4 MB | 155/511 kB | 16/755 kB Progress (4): 1.7/2.8 MB | 0.1/1.4 MB | 159/511 kB | 16/755 kB Progress (4): 1.7/2.8 MB | 0.1/1.4 MB | 163/511 kB | 16/755 kB Progress (4): 1.7/2.8 MB | 0.1/1.4 MB | 168/511 kB | 16/755 kB Progress (4): 1.7/2.8 MB | 0.1/1.4 MB | 172/511 kB | 16/755 kB Progress (4): 1.7/2.8 MB | 0.1/1.4 MB | 176/511 kB | 16/755 kB Progress (4): 1.7/2.8 MB | 0.1/1.4 MB | 180/511 kB | 16/755 kB Progress (4): 1.7/2.8 MB | 0.1/1.4 MB | 184/511 kB | 16/755 kB Progress (4): 1.7/2.8 MB | 0.1/1.4 MB | 188/511 kB | 16/755 kB Progress (4): 1.7/2.8 MB | 0.1/1.4 MB | 192/511 kB | 16/755 kB Progress (4): 1.7/2.8 MB | 0.1/1.4 MB | 196/511 kB | 16/755 kB Progress (4): 1.7/2.8 MB | 0.1/1.4 MB | 200/511 kB | 16/755 kB Progress (4): 1.7/2.8 MB | 0.1/1.4 MB | 204/511 kB | 16/755 kB Progress (4): 1.7/2.8 MB | 0.1/1.4 MB | 208/511 kB | 16/755 kB Progress (4): 1.7/2.8 MB | 0.1/1.4 MB | 213/511 kB | 16/755 kB Progress (4): 1.7/2.8 MB | 0.1/1.4 MB | 217/511 kB | 16/755 kB Progress (4): 1.7/2.8 MB | 0.1/1.4 MB | 221/511 kB | 16/755 kB Progress (4): 1.7/2.8 MB | 0.1/1.4 MB | 225/511 kB | 16/755 kB Progress (4): 1.7/2.8 MB | 0.1/1.4 MB | 229/511 kB | 16/755 kB Progress (4): 1.7/2.8 MB | 0.1/1.4 MB | 229/511 kB | 16/755 kB Progress (4): 1.7/2.8 MB | 0.1/1.4 MB | 229/511 kB | 16/755 kB Progress (4): 1.7/2.8 MB | 0.1/1.4 MB | 229/511 kB | 16/755 kB Progress (4): 1.7/2.8 MB | 0.1/1.4 MB | 229/511 kB | 16/755 kB Progress (4): 1.7/2.8 MB | 0.1/1.4 MB | 229/511 kB | 20/755 kB Progress (4): 1.7/2.8 MB | 0.1/1.4 MB | 229/511 kB | 24/755 kB Progress (4): 1.7/2.8 MB | 0.1/1.4 MB | 229/511 kB | 28/755 kB Progress (4): 1.7/2.8 MB | 0.1/1.4 MB | 229/511 kB | 32/755 kB Progress (4): 1.7/2.8 MB | 0.1/1.4 MB | 229/511 kB | 36/755 kB Progress (4): 1.7/2.8 MB | 0.1/1.4 MB | 229/511 kB | 41/755 kB Progress (4): 1.7/2.8 MB | 0.1/1.4 MB | 229/511 kB | 45/755 kB Progress (4): 1.7/2.8 MB | 0.1/1.4 MB | 229/511 kB | 49/755 kB Progress (4): 1.7/2.8 MB | 0.1/1.4 MB | 229/511 kB | 49/755 kB Progress (4): 1.8/2.8 MB | 0.1/1.4 MB | 229/511 kB | 49/755 kB Progress (4): 1.8/2.8 MB | 0.1/1.4 MB | 229/511 kB | 49/755 kB Progress (4): 1.8/2.8 MB | 0.1/1.4 MB | 229/511 kB | 49/755 kB Progress (4): 1.8/2.8 MB | 0.1/1.4 MB | 229/511 kB | 49/755 kB Progress (4): 1.8/2.8 MB | 0.1/1.4 MB | 229/511 kB | 49/755 kB Progress (4): 1.8/2.8 MB | 0.2/1.4 MB | 229/511 kB | 49/755 kB Progress (4): 1.8/2.8 MB | 0.2/1.4 MB | 229/511 kB | 49/755 kB Progress (4): 1.8/2.8 MB | 0.2/1.4 MB | 229/511 kB | 49/755 kB Progress (4): 1.8/2.8 MB | 0.2/1.4 MB | 229/511 kB | 49/755 kB Progress (4): 1.8/2.8 MB | 0.2/1.4 MB | 229/511 kB | 49/755 kB Progress (4): 1.8/2.8 MB | 0.2/1.4 MB | 229/511 kB | 49/755 kB Progress (4): 1.8/2.8 MB | 0.2/1.4 MB | 233/511 kB | 49/755 kB Progress (4): 1.8/2.8 MB | 0.2/1.4 MB | 237/511 kB | 49/755 kB Progress (4): 1.8/2.8 MB | 0.2/1.4 MB | 241/511 kB | 49/755 kB Progress (4): 1.8/2.8 MB | 0.2/1.4 MB | 245/511 kB | 49/755 kB Progress (4): 1.8/2.8 MB | 0.2/1.4 MB | 249/511 kB | 49/755 kB Progress (4): 1.8/2.8 MB | 0.2/1.4 MB | 254/511 kB | 49/755 kB Progress (4): 1.8/2.8 MB | 0.2/1.4 MB | 258/511 kB | 49/755 kB Progress (4): 1.8/2.8 MB | 0.2/1.4 MB | 262/511 kB | 49/755 kB Progress (4): 1.8/2.8 MB | 0.2/1.4 MB | 266/511 kB | 49/755 kB Progress (4): 1.8/2.8 MB | 0.2/1.4 MB | 270/511 kB | 49/755 kB Progress (4): 1.8/2.8 MB | 0.2/1.4 MB | 274/511 kB | 49/755 kB Progress (4): 1.8/2.8 MB | 0.2/1.4 MB | 278/511 kB | 49/755 kB Progress (4): 1.8/2.8 MB | 0.2/1.4 MB | 282/511 kB | 49/755 kB Progress (4): 1.8/2.8 MB | 0.2/1.4 MB | 286/511 kB | 49/755 kB Progress (4): 1.8/2.8 MB | 0.2/1.4 MB | 290/511 kB | 49/755 kB Progress (4): 1.8/2.8 MB | 0.2/1.4 MB | 295/511 kB | 49/755 kB Progress (4): 1.8/2.8 MB | 0.2/1.4 MB | 299/511 kB | 49/755 kB Progress (4): 1.8/2.8 MB | 0.2/1.4 MB | 303/511 kB | 49/755 kB Progress (4): 1.8/2.8 MB | 0.2/1.4 MB | 307/511 kB | 49/755 kB Progress (4): 1.8/2.8 MB | 0.2/1.4 MB | 311/511 kB | 49/755 kB Progress (4): 1.8/2.8 MB | 0.2/1.4 MB | 315/511 kB | 49/755 kB Progress (4): 1.8/2.8 MB | 0.2/1.4 MB | 319/511 kB | 49/755 kB Progress (4): 1.8/2.8 MB | 0.2/1.4 MB | 323/511 kB | 49/755 kB Progress (4): 1.8/2.8 MB | 0.2/1.4 MB | 327/511 kB | 49/755 kB Progress (4): 1.8/2.8 MB | 0.2/1.4 MB | 331/511 kB | 49/755 kB Progress (4): 1.8/2.8 MB | 0.2/1.4 MB | 335/511 kB | 49/755 kB Progress (4): 1.8/2.8 MB | 0.2/1.4 MB | 340/511 kB | 49/755 kB Progress (4): 1.8/2.8 MB | 0.2/1.4 MB | 344/511 kB | 49/755 kB Progress (4): 1.8/2.8 MB | 0.2/1.4 MB | 348/511 kB | 49/755 kB Progress (4): 1.8/2.8 MB | 0.2/1.4 MB | 352/511 kB | 49/755 kB Progress (4): 1.8/2.8 MB | 0.2/1.4 MB | 356/511 kB | 49/755 kB Progress (4): 1.8/2.8 MB | 0.2/1.4 MB | 360/511 kB | 49/755 kB Progress (4): 1.8/2.8 MB | 0.2/1.4 MB | 360/511 kB | 49/755 kB Progress (4): 1.8/2.8 MB | 0.2/1.4 MB | 360/511 kB | 49/755 kB Progress (4): 1.8/2.8 MB | 0.2/1.4 MB | 364/511 kB | 49/755 kB Progress (4): 1.8/2.8 MB | 0.2/1.4 MB | 368/511 kB | 49/755 kB Progress (4): 1.8/2.8 MB | 0.2/1.4 MB | 372/511 kB | 49/755 kB Progress (4): 1.8/2.8 MB | 0.2/1.4 MB | 376/511 kB | 49/755 kB Progress (4): 1.8/2.8 MB | 0.2/1.4 MB | 381/511 kB | 49/755 kB Progress (4): 1.8/2.8 MB | 0.2/1.4 MB | 385/511 kB | 49/755 kB Progress (4): 1.8/2.8 MB | 0.2/1.4 MB | 389/511 kB | 49/755 kB Progress (4): 1.8/2.8 MB | 0.2/1.4 MB | 393/511 kB | 49/755 kB Progress (4): 1.8/2.8 MB | 0.2/1.4 MB | 397/511 kB | 49/755 kB Progress (4): 1.8/2.8 MB | 0.2/1.4 MB | 401/511 kB | 49/755 kB Progress (4): 1.8/2.8 MB | 0.2/1.4 MB | 405/511 kB | 49/755 kB Progress (4): 1.8/2.8 MB | 0.2/1.4 MB | 409/511 kB | 49/755 kB Progress (4): 1.8/2.8 MB | 0.2/1.4 MB | 409/511 kB | 49/755 kB Progress (4): 1.8/2.8 MB | 0.2/1.4 MB | 409/511 kB | 49/755 kB Progress (4): 1.8/2.8 MB | 0.2/1.4 MB | 409/511 kB | 49/755 kB Progress (4): 1.8/2.8 MB | 0.2/1.4 MB | 409/511 kB | 49/755 kB Progress (4): 1.8/2.8 MB | 0.2/1.4 MB | 409/511 kB | 53/755 kB Progress (4): 1.8/2.8 MB | 0.2/1.4 MB | 409/511 kB | 57/755 kB Progress (4): 1.8/2.8 MB | 0.2/1.4 MB | 409/511 kB | 61/755 kB Progress (4): 1.8/2.8 MB | 0.2/1.4 MB | 409/511 kB | 65/755 kB Progress (4): 1.8/2.8 MB | 0.2/1.4 MB | 409/511 kB | 69/755 kB Progress (4): 1.8/2.8 MB | 0.2/1.4 MB | 409/511 kB | 73/755 kB Progress (4): 1.8/2.8 MB | 0.2/1.4 MB | 409/511 kB | 77/755 kB Progress (4): 1.8/2.8 MB | 0.2/1.4 MB | 409/511 kB | 82/755 kB Progress (4): 1.8/2.8 MB | 0.2/1.4 MB | 409/511 kB | 86/755 kB Progress (4): 1.8/2.8 MB | 0.2/1.4 MB | 409/511 kB | 90/755 kB Progress (4): 1.8/2.8 MB | 0.2/1.4 MB | 409/511 kB | 94/755 kB Progress (4): 1.8/2.8 MB | 0.2/1.4 MB | 409/511 kB | 98/755 kB Progress (4): 1.8/2.8 MB | 0.2/1.4 MB | 409/511 kB | 102/755 kB Progress (4): 1.8/2.8 MB | 0.2/1.4 MB | 409/511 kB | 106/755 kB Progress (4): 1.8/2.8 MB | 0.2/1.4 MB | 409/511 kB | 110/755 kB Progress (4): 1.8/2.8 MB | 0.2/1.4 MB | 409/511 kB | 114/755 kB Progress (4): 1.8/2.8 MB | 0.2/1.4 MB | 409/511 kB | 118/755 kB Progress (4): 1.8/2.8 MB | 0.2/1.4 MB | 409/511 kB | 122/755 kB Progress (4): 1.8/2.8 MB | 0.2/1.4 MB | 409/511 kB | 127/755 kB Progress (4): 1.8/2.8 MB | 0.2/1.4 MB | 409/511 kB | 131/755 kB Progress (4): 1.8/2.8 MB | 0.2/1.4 MB | 413/511 kB | 131/755 kB Progress (4): 1.8/2.8 MB | 0.2/1.4 MB | 417/511 kB | 131/755 kB Progress (4): 1.8/2.8 MB | 0.2/1.4 MB | 421/511 kB | 131/755 kB Progress (4): 1.8/2.8 MB | 0.2/1.4 MB | 426/511 kB | 131/755 kB Progress (4): 1.8/2.8 MB | 0.2/1.4 MB | 426/511 kB | 131/755 kB Progress (4): 1.9/2.8 MB | 0.2/1.4 MB | 426/511 kB | 131/755 kB Progress (5): 1.9/2.8 MB | 0.2/1.4 MB | 426/511 kB | 131/755 kB | 4.1/189 kB Progress (5): 1.9/2.8 MB | 0.2/1.4 MB | 426/511 kB | 131/755 kB | 7.8/189 kB Progress (5): 1.9/2.8 MB | 0.2/1.4 MB | 426/511 kB | 131/755 kB | 12/189 kB Progress (5): 1.9/2.8 MB | 0.2/1.4 MB | 426/511 kB | 131/755 kB | 16/189 kB Progress (5): 1.9/2.8 MB | 0.2/1.4 MB | 426/511 kB | 131/755 kB | 20/189 kB Progress (5): 1.9/2.8 MB | 0.2/1.4 MB | 426/511 kB | 131/755 kB | 24/189 kB Progress (5): 1.9/2.8 MB | 0.2/1.4 MB | 426/511 kB | 135/755 kB | 24/189 kB Progress (5): 1.9/2.8 MB | 0.2/1.4 MB | 426/511 kB | 139/755 kB | 24/189 kB Progress (5): 1.9/2.8 MB | 0.2/1.4 MB | 426/511 kB | 143/755 kB | 24/189 kB Progress (5): 1.9/2.8 MB | 0.2/1.4 MB | 426/511 kB | 147/755 kB | 24/189 kB Progress (5): 1.9/2.8 MB | 0.2/1.4 MB | 426/511 kB | 147/755 kB | 24/189 kB Progress (5): 1.9/2.8 MB | 0.2/1.4 MB | 426/511 kB | 147/755 kB | 24/189 kB Progress (5): 1.9/2.8 MB | 0.2/1.4 MB | 426/511 kB | 147/755 kB | 24/189 kB Progress (5): 1.9/2.8 MB | 0.2/1.4 MB | 426/511 kB | 147/755 kB | 24/189 kB Progress (5): 1.9/2.8 MB | 0.3/1.4 MB | 426/511 kB | 147/755 kB | 24/189 kB Progress (5): 1.9/2.8 MB | 0.3/1.4 MB | 426/511 kB | 147/755 kB | 24/189 kB Progress (5): 1.9/2.8 MB | 0.3/1.4 MB | 426/511 kB | 147/755 kB | 24/189 kB Progress (5): 1.9/2.8 MB | 0.3/1.4 MB | 426/511 kB | 147/755 kB | 24/189 kB Progress (5): 1.9/2.8 MB | 0.3/1.4 MB | 426/511 kB | 147/755 kB | 24/189 kB Progress (5): 1.9/2.8 MB | 0.3/1.4 MB | 426/511 kB | 147/755 kB | 24/189 kB Progress (5): 1.9/2.8 MB | 0.3/1.4 MB | 426/511 kB | 147/755 kB | 24/189 kB Progress (5): 1.9/2.8 MB | 0.3/1.4 MB | 430/511 kB | 147/755 kB | 24/189 kB Progress (5): 1.9/2.8 MB | 0.3/1.4 MB | 434/511 kB | 147/755 kB | 24/189 kB Progress (5): 1.9/2.8 MB | 0.3/1.4 MB | 438/511 kB | 147/755 kB | 24/189 kB Progress (5): 1.9/2.8 MB | 0.3/1.4 MB | 442/511 kB | 147/755 kB | 24/189 kB Progress (5): 1.9/2.8 MB | 0.3/1.4 MB | 446/511 kB | 147/755 kB | 24/189 kB Progress (5): 1.9/2.8 MB | 0.3/1.4 MB | 450/511 kB | 147/755 kB | 24/189 kB Progress (5): 1.9/2.8 MB | 0.3/1.4 MB | 454/511 kB | 147/755 kB | 24/189 kB Progress (5): 1.9/2.8 MB | 0.3/1.4 MB | 458/511 kB | 147/755 kB | 24/189 kB Progress (5): 1.9/2.8 MB | 0.3/1.4 MB | 462/511 kB | 147/755 kB | 24/189 kB Progress (5): 1.9/2.8 MB | 0.3/1.4 MB | 467/511 kB | 147/755 kB | 24/189 kB Progress (5): 1.9/2.8 MB | 0.3/1.4 MB | 471/511 kB | 147/755 kB | 24/189 kB Progress (5): 1.9/2.8 MB | 0.3/1.4 MB | 475/511 kB | 147/755 kB | 24/189 kB Progress (5): 1.9/2.8 MB | 0.3/1.4 MB | 479/511 kB | 147/755 kB | 24/189 kB Progress (5): 1.9/2.8 MB | 0.3/1.4 MB | 483/511 kB | 147/755 kB | 24/189 kB Progress (5): 1.9/2.8 MB | 0.3/1.4 MB | 487/511 kB | 147/755 kB | 24/189 kB Progress (5): 1.9/2.8 MB | 0.3/1.4 MB | 491/511 kB | 147/755 kB | 24/189 kB Progress (5): 1.9/2.8 MB | 0.3/1.4 MB | 495/511 kB | 147/755 kB | 24/189 kB Progress (5): 1.9/2.8 MB | 0.3/1.4 MB | 499/511 kB | 147/755 kB | 24/189 kB Progress (5): 1.9/2.8 MB | 0.3/1.4 MB | 503/511 kB | 147/755 kB | 24/189 kB Progress (5): 1.9/2.8 MB | 0.3/1.4 MB | 508/511 kB | 147/755 kB | 24/189 kB Progress (5): 1.9/2.8 MB | 0.3/1.4 MB | 511 kB | 147/755 kB | 24/189 kB Progress (5): 1.9/2.8 MB | 0.3/1.4 MB | 511 kB | 147/755 kB | 24/189 kB Progress (5): 1.9/2.8 MB | 0.3/1.4 MB | 511 kB | 147/755 kB | 24/189 kB Progress (5): 1.9/2.8 MB | 0.3/1.4 MB | 511 kB | 147/755 kB | 24/189 kB Progress (5): 1.9/2.8 MB | 0.3/1.4 MB | 511 kB | 147/755 kB | 24/189 kB Progress (5): 1.9/2.8 MB | 0.3/1.4 MB | 511 kB | 147/755 kB | 24/189 kB Progress (5): 1.9/2.8 MB | 0.3/1.4 MB | 511 kB | 147/755 kB | 24/189 kB Progress (5): 1.9/2.8 MB | 0.3/1.4 MB | 511 kB | 151/755 kB | 24/189 kB Progress (5): 1.9/2.8 MB | 0.3/1.4 MB | 511 kB | 155/755 kB | 24/189 kB Progress (5): 1.9/2.8 MB | 0.3/1.4 MB | 511 kB | 159/755 kB | 24/189 kB Progress (5): 1.9/2.8 MB | 0.3/1.4 MB | 511 kB | 163/755 kB | 24/189 kB Progress (5): 1.9/2.8 MB | 0.3/1.4 MB | 511 kB | 168/755 kB | 24/189 kB Progress (5): 1.9/2.8 MB | 0.3/1.4 MB | 511 kB | 172/755 kB | 24/189 kB Progress (5): 1.9/2.8 MB | 0.3/1.4 MB | 511 kB | 176/755 kB | 24/189 kB Progress (5): 1.9/2.8 MB | 0.3/1.4 MB | 511 kB | 180/755 kB | 24/189 kB Progress (5): 1.9/2.8 MB | 0.3/1.4 MB | 511 kB | 184/755 kB | 24/189 kB Progress (5): 1.9/2.8 MB | 0.3/1.4 MB | 511 kB | 188/755 kB | 24/189 kB Progress (5): 1.9/2.8 MB | 0.3/1.4 MB | 511 kB | 192/755 kB | 24/189 kB Progress (5): 1.9/2.8 MB | 0.3/1.4 MB | 511 kB | 196/755 kB | 24/189 kB Progress (5): 1.9/2.8 MB | 0.3/1.4 MB | 511 kB | 200/755 kB | 24/189 kB Progress (5): 1.9/2.8 MB | 0.3/1.4 MB | 511 kB | 204/755 kB | 24/189 kB Progress (5): 1.9/2.8 MB | 0.3/1.4 MB | 511 kB | 208/755 kB | 24/189 kB Progress (5): 1.9/2.8 MB | 0.3/1.4 MB | 511 kB | 213/755 kB | 24/189 kB Progress (5): 1.9/2.8 MB | 0.3/1.4 MB | 511 kB | 217/755 kB | 24/189 kB Progress (5): 1.9/2.8 MB | 0.3/1.4 MB | 511 kB | 221/755 kB | 24/189 kB Progress (5): 1.9/2.8 MB | 0.3/1.4 MB | 511 kB | 225/755 kB | 24/189 kB Progress (5): 1.9/2.8 MB | 0.3/1.4 MB | 511 kB | 229/755 kB | 24/189 kB Progress (5): 1.9/2.8 MB | 0.3/1.4 MB | 511 kB | 229/755 kB | 24/189 kB Progress (5): 2.0/2.8 MB | 0.3/1.4 MB | 511 kB | 229/755 kB | 24/189 kB Progress (5): 2.0/2.8 MB | 0.3/1.4 MB | 511 kB | 229/755 kB | 28/189 kB Progress (5): 2.0/2.8 MB | 0.3/1.4 MB | 511 kB | 229/755 kB | 32/189 kB Progress (5): 2.0/2.8 MB | 0.3/1.4 MB | 511 kB | 229/755 kB | 36/189 kB Progress (5): 2.0/2.8 MB | 0.3/1.4 MB | 511 kB | 229/755 kB | 41/189 kB Progress (5): 2.0/2.8 MB | 0.3/1.4 MB | 511 kB | 229/755 kB | 45/189 kB Progress (5): 2.0/2.8 MB | 0.3/1.4 MB | 511 kB | 229/755 kB | 49/189 kB Progress (5): 2.0/2.8 MB | 0.3/1.4 MB | 511 kB | 229/755 kB | 53/189 kB Progress (5): 2.0/2.8 MB | 0.3/1.4 MB | 511 kB | 229/755 kB | 57/189 kB Progress (5): 2.0/2.8 MB | 0.3/1.4 MB | 511 kB | 229/755 kB | 61/189 kB Progress (5): 2.0/2.8 MB | 0.3/1.4 MB | 511 kB | 229/755 kB | 65/189 kB Progress (5): 2.0/2.8 MB | 0.3/1.4 MB | 511 kB | 229/755 kB | 69/189 kB Progress (5): 2.0/2.8 MB | 0.3/1.4 MB | 511 kB | 229/755 kB | 73/189 kB Progress (5): 2.0/2.8 MB | 0.3/1.4 MB | 511 kB | 233/755 kB | 73/189 kB Progress (5): 2.0/2.8 MB | 0.3/1.4 MB | 511 kB | 237/755 kB | 73/189 kB Progress (5): 2.0/2.8 MB | 0.3/1.4 MB | 511 kB | 241/755 kB | 73/189 kB Progress (5): 2.0/2.8 MB | 0.3/1.4 MB | 511 kB | 245/755 kB | 73/189 kB Progress (5): 2.0/2.8 MB | 0.3/1.4 MB | 511 kB | 245/755 kB | 73/189 kB Progress (5): 2.0/2.8 MB | 0.3/1.4 MB | 511 kB | 245/755 kB | 73/189 kB Progress (5): 2.0/2.8 MB | 0.3/1.4 MB | 511 kB | 245/755 kB | 73/189 kB Progress (5): 2.0/2.8 MB | 0.3/1.4 MB | 511 kB | 245/755 kB | 73/189 kB Progress (5): 2.0/2.8 MB | 0.4/1.4 MB | 511 kB | 245/755 kB | 73/189 kB Progress (5): 2.0/2.8 MB | 0.4/1.4 MB | 511 kB | 245/755 kB | 73/189 kB Progress (5): 2.0/2.8 MB | 0.4/1.4 MB | 511 kB | 245/755 kB | 73/189 kB Progress (5): 2.0/2.8 MB | 0.4/1.4 MB | 511 kB | 245/755 kB | 73/189 kB Progress (5): 2.0/2.8 MB | 0.4/1.4 MB | 511 kB | 245/755 kB | 73/189 kB Progress (5): 2.0/2.8 MB | 0.4/1.4 MB | 511 kB | 245/755 kB | 73/189 kB Progress (5): 2.0/2.8 MB | 0.4/1.4 MB | 511 kB | 245/755 kB | 73/189 kB Progress (5): 2.0/2.8 MB | 0.4/1.4 MB | 511 kB | 245/755 kB | 73/189 kB Progress (5): 2.0/2.8 MB | 0.4/1.4 MB | 511 kB | 245/755 kB | 73/189 kB Progress (5): 2.0/2.8 MB | 0.4/1.4 MB | 511 kB | 245/755 kB | 73/189 kB Progress (5): 2.0/2.8 MB | 0.4/1.4 MB | 511 kB | 245/755 kB | 73/189 kB Progress (5): 2.0/2.8 MB | 0.4/1.4 MB | 511 kB | 245/755 kB | 73/189 kB Progress (5): 2.0/2.8 MB | 0.4/1.4 MB | 511 kB | 245/755 kB | 73/189 kB Progress (5): 2.0/2.8 MB | 0.4/1.4 MB | 511 kB | 249/755 kB | 73/189 kB Progress (5): 2.0/2.8 MB | 0.4/1.4 MB | 511 kB | 254/755 kB | 73/189 kB Progress (5): 2.0/2.8 MB | 0.4/1.4 MB | 511 kB | 258/755 kB | 73/189 kB Progress (5): 2.0/2.8 MB | 0.4/1.4 MB | 511 kB | 262/755 kB | 73/189 kB Progress (5): 2.0/2.8 MB | 0.4/1.4 MB | 511 kB | 266/755 kB | 73/189 kB Progress (5): 2.0/2.8 MB | 0.4/1.4 MB | 511 kB | 270/755 kB | 73/189 kB Progress (5): 2.0/2.8 MB | 0.4/1.4 MB | 511 kB | 274/755 kB | 73/189 kB Progress (5): 2.0/2.8 MB | 0.4/1.4 MB | 511 kB | 278/755 kB | 73/189 kB Progress (5): 2.0/2.8 MB | 0.4/1.4 MB | 511 kB | 282/755 kB | 73/189 kB Progress (5): 2.0/2.8 MB | 0.4/1.4 MB | 511 kB | 286/755 kB | 73/189 kB Progress (5): 2.0/2.8 MB | 0.4/1.4 MB | 511 kB | 290/755 kB | 73/189 kB Progress (5): 2.0/2.8 MB | 0.4/1.4 MB | 511 kB | 295/755 kB | 73/189 kB Progress (5): 2.0/2.8 MB | 0.4/1.4 MB | 511 kB | 299/755 kB | 73/189 kB Progress (5): 2.0/2.8 MB | 0.4/1.4 MB | 511 kB | 303/755 kB | 73/189 kB Progress (5): 2.0/2.8 MB | 0.4/1.4 MB | 511 kB | 307/755 kB | 73/189 kB Progress (5): 2.0/2.8 MB | 0.4/1.4 MB | 511 kB | 311/755 kB | 73/189 kB Progress (5): 2.0/2.8 MB | 0.4/1.4 MB | 511 kB | 315/755 kB | 73/189 kB Progress (5): 2.0/2.8 MB | 0.4/1.4 MB | 511 kB | 319/755 kB | 73/189 kB Progress (5): 2.0/2.8 MB | 0.4/1.4 MB | 511 kB | 323/755 kB | 73/189 kB Progress (5): 2.0/2.8 MB | 0.4/1.4 MB | 511 kB | 327/755 kB | 73/189 kB Progress (5): 2.1/2.8 MB | 0.4/1.4 MB | 511 kB | 327/755 kB | 73/189 kB Progress (5): 2.1/2.8 MB | 0.4/1.4 MB | 511 kB | 327/755 kB | 77/189 kB Progress (5): 2.1/2.8 MB | 0.4/1.4 MB | 511 kB | 327/755 kB | 82/189 kB Progress (5): 2.1/2.8 MB | 0.4/1.4 MB | 511 kB | 327/755 kB | 86/189 kB Progress (5): 2.1/2.8 MB | 0.4/1.4 MB | 511 kB | 327/755 kB | 90/189 kB Progress (5): 2.1/2.8 MB | 0.4/1.4 MB | 511 kB | 327/755 kB | 94/189 kB Progress (5): 2.1/2.8 MB | 0.4/1.4 MB | 511 kB | 327/755 kB | 98/189 kB Progress (5): 2.1/2.8 MB | 0.4/1.4 MB | 511 kB | 327/755 kB | 102/189 kB Progress (5): 2.1/2.8 MB | 0.4/1.4 MB | 511 kB | 327/755 kB | 106/189 kB Progress (5): 2.1/2.8 MB | 0.4/1.4 MB | 511 kB | 327/755 kB | 110/189 kB Progress (5): 2.1/2.8 MB | 0.4/1.4 MB | 511 kB | 327/755 kB | 114/189 kB Progress (5): 2.1/2.8 MB | 0.4/1.4 MB | 511 kB | 327/755 kB | 118/189 kB Progress (5): 2.1/2.8 MB | 0.4/1.4 MB | 511 kB | 327/755 kB | 122/189 kB Progress (5): 2.1/2.8 MB | 0.4/1.4 MB | 511 kB | 327/755 kB | 127/189 kB Progress (5): 2.1/2.8 MB | 0.4/1.4 MB | 511 kB | 327/755 kB | 131/189 kB Progress (5): 2.1/2.8 MB | 0.4/1.4 MB | 511 kB | 327/755 kB | 135/189 kB Progress (5): 2.1/2.8 MB | 0.4/1.4 MB | 511 kB | 327/755 kB | 139/189 kB Progress (5): 2.1/2.8 MB | 0.4/1.4 MB | 511 kB | 327/755 kB | 143/189 kB Progress (5): 2.1/2.8 MB | 0.4/1.4 MB | 511 kB | 327/755 kB | 147/189 kB Progress (5): 2.1/2.8 MB | 0.4/1.4 MB | 511 kB | 327/755 kB | 151/189 kB Progress (5): 2.1/2.8 MB | 0.4/1.4 MB | 511 kB | 327/755 kB | 155/189 kB Progress (5): 2.1/2.8 MB | 0.4/1.4 MB | 511 kB | 327/755 kB | 159/189 kB Progress (5): 2.1/2.8 MB | 0.4/1.4 MB | 511 kB | 327/755 kB | 163/189 kB Progress (5): 2.1/2.8 MB | 0.4/1.4 MB | 511 kB | 327/755 kB | 168/189 kB Progress (5): 2.1/2.8 MB | 0.4/1.4 MB | 511 kB | 327/755 kB | 172/189 kB Progress (5): 2.1/2.8 MB | 0.4/1.4 MB | 511 kB | 327/755 kB | 172/189 kB Progress (5): 2.1/2.8 MB | 0.4/1.4 MB | 511 kB | 331/755 kB | 172/189 kB Progress (5): 2.1/2.8 MB | 0.4/1.4 MB | 511 kB | 335/755 kB | 172/189 kB Progress (5): 2.1/2.8 MB | 0.4/1.4 MB | 511 kB | 340/755 kB | 172/189 kB Progress (5): 2.1/2.8 MB | 0.4/1.4 MB | 511 kB | 344/755 kB | 172/189 kB Progress (5): 2.1/2.8 MB | 0.4/1.4 MB | 511 kB | 344/755 kB | 172/189 kB Progress (5): 2.1/2.8 MB | 0.4/1.4 MB | 511 kB | 344/755 kB | 172/189 kB Progress (5): 2.1/2.8 MB | 0.4/1.4 MB | 511 kB | 344/755 kB | 172/189 kB Progress (5): 2.1/2.8 MB | 0.4/1.4 MB | 511 kB | 344/755 kB | 172/189 kB Progress (5): 2.1/2.8 MB | 0.5/1.4 MB | 511 kB | 344/755 kB | 172/189 kB Progress (5): 2.1/2.8 MB | 0.5/1.4 MB | 511 kB | 344/755 kB | 172/189 kB Progress (5): 2.1/2.8 MB | 0.5/1.4 MB | 511 kB | 344/755 kB | 172/189 kB Progress (5): 2.1/2.8 MB | 0.5/1.4 MB | 511 kB | 344/755 kB | 172/189 kB Progress (5): 2.1/2.8 MB | 0.5/1.4 MB | 511 kB | 344/755 kB | 172/189 kB Progress (5): 2.1/2.8 MB | 0.5/1.4 MB | 511 kB | 344/755 kB | 172/189 kB Progress (5): 2.1/2.8 MB | 0.5/1.4 MB | 511 kB | 344/755 kB | 172/189 kB Progress (5): 2.1/2.8 MB | 0.5/1.4 MB | 511 kB | 344/755 kB | 172/189 kB Progress (5): 2.1/2.8 MB | 0.5/1.4 MB | 511 kB | 344/755 kB | 172/189 kB Progress (5): 2.1/2.8 MB | 0.5/1.4 MB | 511 kB | 344/755 kB | 176/189 kB Progress (5): 2.1/2.8 MB | 0.5/1.4 MB | 511 kB | 344/755 kB | 180/189 kB Progress (5): 2.1/2.8 MB | 0.5/1.4 MB | 511 kB | 344/755 kB | 184/189 kB Progress (5): 2.1/2.8 MB | 0.5/1.4 MB | 511 kB | 344/755 kB | 188/189 kB Progress (5): 2.1/2.8 MB | 0.5/1.4 MB | 511 kB | 344/755 kB | 188/189 kB Progress (5): 2.1/2.8 MB | 0.5/1.4 MB | 511 kB | 344/755 kB | 188/189 kB Progress (5): 2.1/2.8 MB | 0.5/1.4 MB | 511 kB | 344/755 kB | 188/189 kB Progress (5): 2.1/2.8 MB | 0.5/1.4 MB | 511 kB | 344/755 kB | 188/189 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/threeten/threetenbp/1.3.3/threetenbp-1.3.3.jar (511 kB at 7.3 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/grpc/grpc-core/1.9.0/grpc-core-1.9.0.jar +Progress (4): 2.1/2.8 MB | 0.5/1.4 MB | 344/755 kB | 188/189 kB Progress (4): 2.1/2.8 MB | 0.5/1.4 MB | 348/755 kB | 188/189 kB Progress (4): 2.1/2.8 MB | 0.5/1.4 MB | 352/755 kB | 188/189 kB Progress (4): 2.1/2.8 MB | 0.5/1.4 MB | 356/755 kB | 188/189 kB Progress (4): 2.1/2.8 MB | 0.5/1.4 MB | 360/755 kB | 188/189 kB Progress (4): 2.1/2.8 MB | 0.5/1.4 MB | 364/755 kB | 188/189 kB Progress (4): 2.1/2.8 MB | 0.5/1.4 MB | 368/755 kB | 188/189 kB Progress (4): 2.1/2.8 MB | 0.5/1.4 MB | 372/755 kB | 188/189 kB Progress (4): 2.1/2.8 MB | 0.5/1.4 MB | 376/755 kB | 188/189 kB Progress (4): 2.1/2.8 MB | 0.5/1.4 MB | 381/755 kB | 188/189 kB Progress (4): 2.1/2.8 MB | 0.5/1.4 MB | 385/755 kB | 188/189 kB Progress (4): 2.1/2.8 MB | 0.5/1.4 MB | 389/755 kB | 188/189 kB Progress (4): 2.1/2.8 MB | 0.5/1.4 MB | 393/755 kB | 188/189 kB Progress (4): 2.1/2.8 MB | 0.5/1.4 MB | 397/755 kB | 188/189 kB Progress (4): 2.1/2.8 MB | 0.5/1.4 MB | 401/755 kB | 188/189 kB Progress (4): 2.1/2.8 MB | 0.5/1.4 MB | 405/755 kB | 188/189 kB Progress (4): 2.1/2.8 MB | 0.5/1.4 MB | 409/755 kB | 188/189 kB Progress (4): 2.1/2.8 MB | 0.5/1.4 MB | 413/755 kB | 188/189 kB Progress (4): 2.1/2.8 MB | 0.5/1.4 MB | 417/755 kB | 188/189 kB Progress (4): 2.1/2.8 MB | 0.5/1.4 MB | 421/755 kB | 188/189 kB Progress (4): 2.1/2.8 MB | 0.5/1.4 MB | 426/755 kB | 188/189 kB Progress (4): 2.2/2.8 MB | 0.5/1.4 MB | 426/755 kB | 188/189 kB Progress (4): 2.2/2.8 MB | 0.5/1.4 MB | 426/755 kB | 188/189 kB Progress (4): 2.2/2.8 MB | 0.5/1.4 MB | 426/755 kB | 189 kB Progress (4): 2.2/2.8 MB | 0.5/1.4 MB | 430/755 kB | 189 kB Progress (4): 2.2/2.8 MB | 0.5/1.4 MB | 434/755 kB | 189 kB Progress (4): 2.2/2.8 MB | 0.5/1.4 MB | 438/755 kB | 189 kB Progress (4): 2.2/2.8 MB | 0.5/1.4 MB | 442/755 kB | 189 kB Progress (4): 2.2/2.8 MB | 0.5/1.4 MB | 442/755 kB | 189 kB Progress (4): 2.2/2.8 MB | 0.5/1.4 MB | 442/755 kB | 189 kB Progress (4): 2.2/2.8 MB | 0.5/1.4 MB | 442/755 kB | 189 kB Progress (4): 2.2/2.8 MB | 0.6/1.4 MB | 442/755 kB | 189 kB Progress (4): 2.2/2.8 MB | 0.6/1.4 MB | 442/755 kB | 189 kB Progress (4): 2.2/2.8 MB | 0.6/1.4 MB | 442/755 kB | 189 kB Progress (4): 2.2/2.8 MB | 0.6/1.4 MB | 442/755 kB | 189 kB Progress (4): 2.2/2.8 MB | 0.6/1.4 MB | 442/755 kB | 189 kB Progress (4): 2.2/2.8 MB | 0.6/1.4 MB | 442/755 kB | 189 kB Progress (4): 2.2/2.8 MB | 0.6/1.4 MB | 442/755 kB | 189 kB Progress (4): 2.2/2.8 MB | 0.6/1.4 MB | 442/755 kB | 189 kB Progress (4): 2.2/2.8 MB | 0.6/1.4 MB | 442/755 kB | 189 kB Progress (4): 2.2/2.8 MB | 0.6/1.4 MB | 442/755 kB | 189 kB Progress (4): 2.2/2.8 MB | 0.6/1.4 MB | 442/755 kB | 189 kB Progress (4): 2.2/2.8 MB | 0.6/1.4 MB | 442/755 kB | 189 kB Progress (4): 2.2/2.8 MB | 0.6/1.4 MB | 442/755 kB | 189 kB Progress (4): 2.2/2.8 MB | 0.6/1.4 MB | 442/755 kB | 189 kB Progress (4): 2.2/2.8 MB | 0.6/1.4 MB | 442/755 kB | 189 kB Progress (4): 2.3/2.8 MB | 0.6/1.4 MB | 442/755 kB | 189 kB Progress (4): 2.3/2.8 MB | 0.6/1.4 MB | 446/755 kB | 189 kB Progress (4): 2.3/2.8 MB | 0.6/1.4 MB | 450/755 kB | 189 kB Progress (4): 2.3/2.8 MB | 0.6/1.4 MB | 454/755 kB | 189 kB Progress (4): 2.3/2.8 MB | 0.6/1.4 MB | 458/755 kB | 189 kB Progress (4): 2.3/2.8 MB | 0.6/1.4 MB | 462/755 kB | 189 kB Progress (4): 2.3/2.8 MB | 0.6/1.4 MB | 467/755 kB | 189 kB Progress (4): 2.3/2.8 MB | 0.6/1.4 MB | 471/755 kB | 189 kB Progress (4): 2.3/2.8 MB | 0.6/1.4 MB | 475/755 kB | 189 kB Progress (4): 2.3/2.8 MB | 0.6/1.4 MB | 479/755 kB | 189 kB Progress (4): 2.3/2.8 MB | 0.6/1.4 MB | 483/755 kB | 189 kB Progress (4): 2.3/2.8 MB | 0.6/1.4 MB | 487/755 kB | 189 kB Progress (4): 2.3/2.8 MB | 0.6/1.4 MB | 491/755 kB | 189 kB Progress (4): 2.3/2.8 MB | 0.6/1.4 MB | 495/755 kB | 189 kB Progress (4): 2.3/2.8 MB | 0.6/1.4 MB | 499/755 kB | 189 kB Progress (4): 2.3/2.8 MB | 0.6/1.4 MB | 503/755 kB | 189 kB Progress (4): 2.3/2.8 MB | 0.6/1.4 MB | 508/755 kB | 189 kB Progress (4): 2.3/2.8 MB | 0.6/1.4 MB | 512/755 kB | 189 kB Progress (4): 2.3/2.8 MB | 0.6/1.4 MB | 516/755 kB | 189 kB Progress (4): 2.3/2.8 MB | 0.6/1.4 MB | 520/755 kB | 189 kB Progress (4): 2.3/2.8 MB | 0.6/1.4 MB | 524/755 kB | 189 kB Progress (4): 2.3/2.8 MB | 0.6/1.4 MB | 528/755 kB | 189 kB Progress (4): 2.3/2.8 MB | 0.6/1.4 MB | 532/755 kB | 189 kB Progress (4): 2.3/2.8 MB | 0.6/1.4 MB | 536/755 kB | 189 kB Progress (4): 2.3/2.8 MB | 0.6/1.4 MB | 540/755 kB | 189 kB Progress (4): 2.3/2.8 MB | 0.6/1.4 MB | 540/755 kB | 189 kB Progress (4): 2.3/2.8 MB | 0.6/1.4 MB | 540/755 kB | 189 kB Progress (4): 2.3/2.8 MB | 0.6/1.4 MB | 540/755 kB | 189 kB Progress (4): 2.3/2.8 MB | 0.7/1.4 MB | 540/755 kB | 189 kB Progress (4): 2.3/2.8 MB | 0.7/1.4 MB | 540/755 kB | 189 kB Progress (4): 2.3/2.8 MB | 0.7/1.4 MB | 540/755 kB | 189 kB Progress (4): 2.3/2.8 MB | 0.7/1.4 MB | 540/755 kB | 189 kB Progress (4): 2.3/2.8 MB | 0.7/1.4 MB | 540/755 kB | 189 kB Progress (4): 2.3/2.8 MB | 0.7/1.4 MB | 540/755 kB | 189 kB Progress (4): 2.3/2.8 MB | 0.7/1.4 MB | 540/755 kB | 189 kB Progress (4): 2.3/2.8 MB | 0.7/1.4 MB | 540/755 kB | 189 kB Progress (4): 2.3/2.8 MB | 0.7/1.4 MB | 540/755 kB | 189 kB Progress (4): 2.3/2.8 MB | 0.7/1.4 MB | 540/755 kB | 189 kB Progress (4): 2.3/2.8 MB | 0.7/1.4 MB | 540/755 kB | 189 kB Progress (4): 2.3/2.8 MB | 0.7/1.4 MB | 540/755 kB | 189 kB Progress (4): 2.3/2.8 MB | 0.7/1.4 MB | 540/755 kB | 189 kB Progress (4): 2.3/2.8 MB | 0.8/1.4 MB | 540/755 kB | 189 kB Progress (4): 2.3/2.8 MB | 0.8/1.4 MB | 540/755 kB | 189 kB Progress (4): 2.3/2.8 MB | 0.8/1.4 MB | 540/755 kB | 189 kB Progress (4): 2.3/2.8 MB | 0.8/1.4 MB | 540/755 kB | 189 kB Progress (4): 2.3/2.8 MB | 0.8/1.4 MB | 540/755 kB | 189 kB Progress (4): 2.4/2.8 MB | 0.8/1.4 MB | 540/755 kB | 189 kB Progress (4): 2.4/2.8 MB | 0.8/1.4 MB | 540/755 kB | 189 kB Progress (4): 2.4/2.8 MB | 0.8/1.4 MB | 544/755 kB | 189 kB Progress (4): 2.4/2.8 MB | 0.8/1.4 MB | 548/755 kB | 189 kB Progress (4): 2.4/2.8 MB | 0.8/1.4 MB | 553/755 kB | 189 kB Progress (4): 2.4/2.8 MB | 0.8/1.4 MB | 557/755 kB | 189 kB Progress (4): 2.4/2.8 MB | 0.8/1.4 MB | 561/755 kB | 189 kB Progress (4): 2.4/2.8 MB | 0.8/1.4 MB | 565/755 kB | 189 kB Progress (4): 2.4/2.8 MB | 0.8/1.4 MB | 569/755 kB | 189 kB Progress (4): 2.4/2.8 MB | 0.8/1.4 MB | 573/755 kB | 189 kB Progress (4): 2.4/2.8 MB | 0.8/1.4 MB | 577/755 kB | 189 kB Progress (4): 2.4/2.8 MB | 0.8/1.4 MB | 581/755 kB | 189 kB Progress (4): 2.4/2.8 MB | 0.8/1.4 MB | 585/755 kB | 189 kB Progress (4): 2.4/2.8 MB | 0.8/1.4 MB | 589/755 kB | 189 kB Progress (4): 2.4/2.8 MB | 0.8/1.4 MB | 594/755 kB | 189 kB Progress (4): 2.4/2.8 MB | 0.8/1.4 MB | 598/755 kB | 189 kB Progress (4): 2.4/2.8 MB | 0.8/1.4 MB | 602/755 kB | 189 kB Progress (4): 2.4/2.8 MB | 0.8/1.4 MB | 606/755 kB | 189 kB Progress (4): 2.4/2.8 MB | 0.8/1.4 MB | 610/755 kB | 189 kB Progress (4): 2.4/2.8 MB | 0.8/1.4 MB | 614/755 kB | 189 kB Progress (4): 2.4/2.8 MB | 0.8/1.4 MB | 618/755 kB | 189 kB Progress (4): 2.4/2.8 MB | 0.8/1.4 MB | 622/755 kB | 189 kB Progress (4): 2.4/2.8 MB | 0.8/1.4 MB | 626/755 kB | 189 kB Progress (4): 2.4/2.8 MB | 0.8/1.4 MB | 630/755 kB | 189 kB Progress (4): 2.4/2.8 MB | 0.8/1.4 MB | 634/755 kB | 189 kB Progress (4): 2.4/2.8 MB | 0.8/1.4 MB | 639/755 kB | 189 kB Progress (4): 2.4/2.8 MB | 0.8/1.4 MB | 639/755 kB | 189 kB Progress (4): 2.4/2.8 MB | 0.8/1.4 MB | 639/755 kB | 189 kB Progress (5): 2.4/2.8 MB | 0.8/1.4 MB | 639/755 kB | 189 kB | 4.1/562 kB Progress (5): 2.4/2.8 MB | 0.8/1.4 MB | 639/755 kB | 189 kB | 7.8/562 kB Progress (5): 2.4/2.8 MB | 0.8/1.4 MB | 639/755 kB | 189 kB | 12/562 kB Progress (5): 2.4/2.8 MB | 0.8/1.4 MB | 639/755 kB | 189 kB | 16/562 kB Progress (5): 2.4/2.8 MB | 0.8/1.4 MB | 639/755 kB | 189 kB | 20/562 kB Progress (5): 2.4/2.8 MB | 0.8/1.4 MB | 639/755 kB | 189 kB | 24/562 kB Progress (5): 2.4/2.8 MB | 0.8/1.4 MB | 639/755 kB | 189 kB | 28/562 kB Progress (5): 2.4/2.8 MB | 0.8/1.4 MB | 639/755 kB | 189 kB | 32/562 kB Progress (5): 2.4/2.8 MB | 0.8/1.4 MB | 639/755 kB | 189 kB | 36/562 kB Progress (5): 2.4/2.8 MB | 0.8/1.4 MB | 639/755 kB | 189 kB | 41/562 kB Progress (5): 2.4/2.8 MB | 0.8/1.4 MB | 639/755 kB | 189 kB | 45/562 kB Progress (5): 2.4/2.8 MB | 0.8/1.4 MB | 639/755 kB | 189 kB | 49/562 kB Progress (5): 2.4/2.8 MB | 0.8/1.4 MB | 639/755 kB | 189 kB | 53/562 kB Progress (5): 2.4/2.8 MB | 0.8/1.4 MB | 639/755 kB | 189 kB | 57/562 kB Progress (5): 2.4/2.8 MB | 0.8/1.4 MB | 639/755 kB | 189 kB | 61/562 kB Progress (5): 2.4/2.8 MB | 0.8/1.4 MB | 639/755 kB | 189 kB | 65/562 kB Progress (5): 2.4/2.8 MB | 0.8/1.4 MB | 639/755 kB | 189 kB | 69/562 kB Progress (5): 2.4/2.8 MB | 0.8/1.4 MB | 639/755 kB | 189 kB | 73/562 kB Progress (5): 2.4/2.8 MB | 0.8/1.4 MB | 639/755 kB | 189 kB | 77/562 kB Progress (5): 2.4/2.8 MB | 0.8/1.4 MB | 639/755 kB | 189 kB | 82/562 kB Progress (5): 2.4/2.8 MB | 0.8/1.4 MB | 639/755 kB | 189 kB | 86/562 kB Progress (5): 2.4/2.8 MB | 0.8/1.4 MB | 639/755 kB | 189 kB | 90/562 kB Progress (5): 2.4/2.8 MB | 0.8/1.4 MB | 639/755 kB | 189 kB | 94/562 kB Progress (5): 2.4/2.8 MB | 0.8/1.4 MB | 639/755 kB | 189 kB | 98/562 kB Progress (5): 2.4/2.8 MB | 0.8/1.4 MB | 639/755 kB | 189 kB | 102/562 kB Progress (5): 2.4/2.8 MB | 0.8/1.4 MB | 639/755 kB | 189 kB | 106/562 kB Progress (5): 2.4/2.8 MB | 0.8/1.4 MB | 643/755 kB | 189 kB | 106/562 kB Progress (5): 2.4/2.8 MB | 0.8/1.4 MB | 647/755 kB | 189 kB | 106/562 kB Progress (5): 2.4/2.8 MB | 0.8/1.4 MB | 651/755 kB | 189 kB | 106/562 kB Progress (5): 2.4/2.8 MB | 0.8/1.4 MB | 655/755 kB | 189 kB | 106/562 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/grpc/grpc-netty/1.9.0/grpc-netty-1.9.0.jar (189 kB at 2.7 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/instrumentation/instrumentation-api/0.4.3/instrumentation-api-0.4.3.jar +Progress (4): 2.4/2.8 MB | 0.8/1.4 MB | 655/755 kB | 106/562 kB Progress (4): 2.4/2.8 MB | 0.8/1.4 MB | 655/755 kB | 106/562 kB Progress (4): 2.4/2.8 MB | 0.8/1.4 MB | 655/755 kB | 106/562 kB Progress (4): 2.4/2.8 MB | 0.8/1.4 MB | 655/755 kB | 106/562 kB Progress (4): 2.4/2.8 MB | 0.8/1.4 MB | 655/755 kB | 106/562 kB Progress (4): 2.4/2.8 MB | 0.8/1.4 MB | 655/755 kB | 106/562 kB Progress (4): 2.4/2.8 MB | 0.8/1.4 MB | 655/755 kB | 106/562 kB Progress (4): 2.4/2.8 MB | 0.8/1.4 MB | 655/755 kB | 106/562 kB Progress (4): 2.4/2.8 MB | 0.8/1.4 MB | 655/755 kB | 106/562 kB Progress (4): 2.4/2.8 MB | 0.8/1.4 MB | 655/755 kB | 106/562 kB Progress (4): 2.4/2.8 MB | 0.9/1.4 MB | 655/755 kB | 106/562 kB Progress (4): 2.4/2.8 MB | 0.9/1.4 MB | 655/755 kB | 106/562 kB Progress (4): 2.4/2.8 MB | 0.9/1.4 MB | 655/755 kB | 106/562 kB Progress (4): 2.4/2.8 MB | 0.9/1.4 MB | 655/755 kB | 106/562 kB Progress (4): 2.4/2.8 MB | 0.9/1.4 MB | 655/755 kB | 106/562 kB Progress (4): 2.4/2.8 MB | 0.9/1.4 MB | 655/755 kB | 106/562 kB Progress (4): 2.5/2.8 MB | 0.9/1.4 MB | 655/755 kB | 106/562 kB Progress (4): 2.5/2.8 MB | 0.9/1.4 MB | 655/755 kB | 106/562 kB Progress (4): 2.5/2.8 MB | 0.9/1.4 MB | 655/755 kB | 106/562 kB Progress (4): 2.5/2.8 MB | 0.9/1.4 MB | 659/755 kB | 106/562 kB Progress (4): 2.5/2.8 MB | 0.9/1.4 MB | 663/755 kB | 106/562 kB Progress (4): 2.5/2.8 MB | 0.9/1.4 MB | 667/755 kB | 106/562 kB Progress (4): 2.5/2.8 MB | 0.9/1.4 MB | 671/755 kB | 106/562 kB Progress (4): 2.5/2.8 MB | 0.9/1.4 MB | 675/755 kB | 106/562 kB Progress (4): 2.5/2.8 MB | 0.9/1.4 MB | 680/755 kB | 106/562 kB Progress (4): 2.5/2.8 MB | 0.9/1.4 MB | 684/755 kB | 106/562 kB Progress (4): 2.5/2.8 MB | 0.9/1.4 MB | 688/755 kB | 106/562 kB Progress (4): 2.5/2.8 MB | 0.9/1.4 MB | 692/755 kB | 106/562 kB Progress (4): 2.5/2.8 MB | 0.9/1.4 MB | 696/755 kB | 106/562 kB Progress (4): 2.5/2.8 MB | 0.9/1.4 MB | 700/755 kB | 106/562 kB Progress (4): 2.5/2.8 MB | 0.9/1.4 MB | 704/755 kB | 106/562 kB Progress (4): 2.5/2.8 MB | 0.9/1.4 MB | 708/755 kB | 106/562 kB Progress (4): 2.5/2.8 MB | 0.9/1.4 MB | 712/755 kB | 106/562 kB Progress (4): 2.5/2.8 MB | 0.9/1.4 MB | 716/755 kB | 106/562 kB Progress (4): 2.5/2.8 MB | 0.9/1.4 MB | 720/755 kB | 106/562 kB Progress (4): 2.5/2.8 MB | 0.9/1.4 MB | 725/755 kB | 106/562 kB Progress (4): 2.5/2.8 MB | 0.9/1.4 MB | 729/755 kB | 106/562 kB Progress (4): 2.5/2.8 MB | 0.9/1.4 MB | 733/755 kB | 106/562 kB Progress (4): 2.5/2.8 MB | 0.9/1.4 MB | 737/755 kB | 106/562 kB Progress (4): 2.5/2.8 MB | 0.9/1.4 MB | 737/755 kB | 106/562 kB Progress (4): 2.5/2.8 MB | 0.9/1.4 MB | 737/755 kB | 106/562 kB Progress (4): 2.5/2.8 MB | 0.9/1.4 MB | 741/755 kB | 106/562 kB Progress (4): 2.5/2.8 MB | 0.9/1.4 MB | 741/755 kB | 106/562 kB Progress (4): 2.5/2.8 MB | 0.9/1.4 MB | 745/755 kB | 106/562 kB Progress (4): 2.5/2.8 MB | 0.9/1.4 MB | 745/755 kB | 106/562 kB Progress (4): 2.5/2.8 MB | 0.9/1.4 MB | 749/755 kB | 106/562 kB Progress (4): 2.5/2.8 MB | 0.9/1.4 MB | 753/755 kB | 106/562 kB Progress (4): 2.5/2.8 MB | 0.9/1.4 MB | 755 kB | 106/562 kB Progress (4): 2.5/2.8 MB | 0.9/1.4 MB | 755 kB | 106/562 kB Progress (4): 2.5/2.8 MB | 0.9/1.4 MB | 755 kB | 106/562 kB Progress (4): 2.5/2.8 MB | 0.9/1.4 MB | 755 kB | 106/562 kB Progress (4): 2.5/2.8 MB | 0.9/1.4 MB | 755 kB | 106/562 kB Progress (4): 2.5/2.8 MB | 0.9/1.4 MB | 755 kB | 106/562 kB Progress (4): 2.5/2.8 MB | 1.0/1.4 MB | 755 kB | 106/562 kB Progress (4): 2.5/2.8 MB | 1.0/1.4 MB | 755 kB | 106/562 kB Progress (4): 2.5/2.8 MB | 1.0/1.4 MB | 755 kB | 106/562 kB Progress (4): 2.5/2.8 MB | 1.0/1.4 MB | 755 kB | 106/562 kB Progress (4): 2.5/2.8 MB | 1.0/1.4 MB | 755 kB | 106/562 kB Progress (4): 2.5/2.8 MB | 1.0/1.4 MB | 755 kB | 106/562 kB Progress (4): 2.5/2.8 MB | 1.0/1.4 MB | 755 kB | 106/562 kB Progress (4): 2.5/2.8 MB | 1.0/1.4 MB | 755 kB | 106/562 kB Progress (4): 2.5/2.8 MB | 1.0/1.4 MB | 755 kB | 106/562 kB Progress (4): 2.5/2.8 MB | 1.0/1.4 MB | 755 kB | 106/562 kB Progress (4): 2.6/2.8 MB | 1.0/1.4 MB | 755 kB | 106/562 kB Progress (4): 2.6/2.8 MB | 1.0/1.4 MB | 755 kB | 106/562 kB Progress (4): 2.6/2.8 MB | 1.0/1.4 MB | 755 kB | 106/562 kB Progress (4): 2.6/2.8 MB | 1.0/1.4 MB | 755 kB | 106/562 kB Progress (4): 2.6/2.8 MB | 1.0/1.4 MB | 755 kB | 106/562 kB Progress (4): 2.6/2.8 MB | 1.0/1.4 MB | 755 kB | 106/562 kB Progress (4): 2.6/2.8 MB | 1.0/1.4 MB | 755 kB | 106/562 kB Progress (4): 2.6/2.8 MB | 1.0/1.4 MB | 755 kB | 110/562 kB Progress (4): 2.6/2.8 MB | 1.0/1.4 MB | 755 kB | 114/562 kB Progress (4): 2.6/2.8 MB | 1.0/1.4 MB | 755 kB | 118/562 kB Progress (4): 2.6/2.8 MB | 1.0/1.4 MB | 755 kB | 122/562 kB Progress (4): 2.6/2.8 MB | 1.0/1.4 MB | 755 kB | 127/562 kB Progress (4): 2.6/2.8 MB | 1.0/1.4 MB | 755 kB | 131/562 kB Progress (4): 2.6/2.8 MB | 1.0/1.4 MB | 755 kB | 135/562 kB Progress (4): 2.6/2.8 MB | 1.0/1.4 MB | 755 kB | 139/562 kB Progress (4): 2.6/2.8 MB | 1.0/1.4 MB | 755 kB | 143/562 kB Progress (4): 2.6/2.8 MB | 1.0/1.4 MB | 755 kB | 147/562 kB Progress (4): 2.6/2.8 MB | 1.0/1.4 MB | 755 kB | 151/562 kB Progress (4): 2.6/2.8 MB | 1.0/1.4 MB | 755 kB | 155/562 kB Progress (4): 2.6/2.8 MB | 1.0/1.4 MB | 755 kB | 159/562 kB Progress (4): 2.6/2.8 MB | 1.0/1.4 MB | 755 kB | 163/562 kB Progress (4): 2.6/2.8 MB | 1.0/1.4 MB | 755 kB | 168/562 kB Progress (4): 2.6/2.8 MB | 1.0/1.4 MB | 755 kB | 172/562 kB Progress (4): 2.6/2.8 MB | 1.0/1.4 MB | 755 kB | 176/562 kB Progress (4): 2.6/2.8 MB | 1.0/1.4 MB | 755 kB | 180/562 kB Progress (4): 2.6/2.8 MB | 1.0/1.4 MB | 755 kB | 184/562 kB Progress (4): 2.6/2.8 MB | 1.0/1.4 MB | 755 kB | 188/562 kB Progress (4): 2.6/2.8 MB | 1.0/1.4 MB | 755 kB | 192/562 kB Progress (4): 2.6/2.8 MB | 1.0/1.4 MB | 755 kB | 196/562 kB Progress (4): 2.6/2.8 MB | 1.0/1.4 MB | 755 kB | 200/562 kB Progress (4): 2.6/2.8 MB | 1.0/1.4 MB | 755 kB | 204/562 kB Progress (4): 2.6/2.8 MB | 1.0/1.4 MB | 755 kB | 208/562 kB Progress (4): 2.6/2.8 MB | 1.0/1.4 MB | 755 kB | 213/562 kB Progress (4): 2.6/2.8 MB | 1.0/1.4 MB | 755 kB | 217/562 kB Progress (4): 2.6/2.8 MB | 1.0/1.4 MB | 755 kB | 221/562 kB Progress (4): 2.6/2.8 MB | 1.0/1.4 MB | 755 kB | 225/562 kB Progress (4): 2.6/2.8 MB | 1.0/1.4 MB | 755 kB | 229/562 kB Progress (4): 2.6/2.8 MB | 1.0/1.4 MB | 755 kB | 233/562 kB Progress (4): 2.6/2.8 MB | 1.0/1.4 MB | 755 kB | 237/562 kB Progress (4): 2.6/2.8 MB | 1.0/1.4 MB | 755 kB | 241/562 kB Progress (4): 2.6/2.8 MB | 1.0/1.4 MB | 755 kB | 245/562 kB Progress (4): 2.6/2.8 MB | 1.0/1.4 MB | 755 kB | 249/562 kB Progress (4): 2.6/2.8 MB | 1.0/1.4 MB | 755 kB | 254/562 kB Progress (4): 2.6/2.8 MB | 1.0/1.4 MB | 755 kB | 258/562 kB Progress (4): 2.6/2.8 MB | 1.0/1.4 MB | 755 kB | 262/562 kB Progress (4): 2.6/2.8 MB | 1.0/1.4 MB | 755 kB | 266/562 kB Progress (4): 2.6/2.8 MB | 1.0/1.4 MB | 755 kB | 270/562 kB Progress (4): 2.6/2.8 MB | 1.0/1.4 MB | 755 kB | 274/562 kB Progress (4): 2.6/2.8 MB | 1.0/1.4 MB | 755 kB | 278/562 kB Progress (4): 2.6/2.8 MB | 1.0/1.4 MB | 755 kB | 282/562 kB Progress (4): 2.6/2.8 MB | 1.0/1.4 MB | 755 kB | 286/562 kB Progress (4): 2.6/2.8 MB | 1.0/1.4 MB | 755 kB | 290/562 kB Progress (4): 2.6/2.8 MB | 1.0/1.4 MB | 755 kB | 295/562 kB Progress (4): 2.6/2.8 MB | 1.0/1.4 MB | 755 kB | 299/562 kB Progress (4): 2.6/2.8 MB | 1.0/1.4 MB | 755 kB | 303/562 kB Progress (4): 2.6/2.8 MB | 1.0/1.4 MB | 755 kB | 307/562 kB Progress (4): 2.6/2.8 MB | 1.0/1.4 MB | 755 kB | 311/562 kB Progress (4): 2.6/2.8 MB | 1.0/1.4 MB | 755 kB | 315/562 kB Progress (4): 2.6/2.8 MB | 1.0/1.4 MB | 755 kB | 319/562 kB Progress (4): 2.6/2.8 MB | 1.0/1.4 MB | 755 kB | 323/562 kB Progress (4): 2.6/2.8 MB | 1.0/1.4 MB | 755 kB | 327/562 kB Progress (4): 2.6/2.8 MB | 1.0/1.4 MB | 755 kB | 331/562 kB Progress (4): 2.6/2.8 MB | 1.0/1.4 MB | 755 kB | 335/562 kB Progress (4): 2.6/2.8 MB | 1.0/1.4 MB | 755 kB | 335/562 kB Progress (4): 2.6/2.8 MB | 1.0/1.4 MB | 755 kB | 335/562 kB Progress (4): 2.6/2.8 MB | 1.0/1.4 MB | 755 kB | 335/562 kB Progress (4): 2.6/2.8 MB | 1.1/1.4 MB | 755 kB | 335/562 kB Progress (4): 2.6/2.8 MB | 1.1/1.4 MB | 755 kB | 335/562 kB Progress (4): 2.6/2.8 MB | 1.1/1.4 MB | 755 kB | 335/562 kB Progress (4): 2.6/2.8 MB | 1.1/1.4 MB | 755 kB | 335/562 kB Progress (4): 2.6/2.8 MB | 1.1/1.4 MB | 755 kB | 335/562 kB Progress (4): 2.6/2.8 MB | 1.1/1.4 MB | 755 kB | 335/562 kB Progress (4): 2.6/2.8 MB | 1.1/1.4 MB | 755 kB | 335/562 kB Progress (4): 2.6/2.8 MB | 1.1/1.4 MB | 755 kB | 335/562 kB Progress (4): 2.6/2.8 MB | 1.1/1.4 MB | 755 kB | 340/562 kB Progress (4): 2.6/2.8 MB | 1.1/1.4 MB | 755 kB | 344/562 kB Progress (4): 2.6/2.8 MB | 1.1/1.4 MB | 755 kB | 348/562 kB Progress (4): 2.6/2.8 MB | 1.1/1.4 MB | 755 kB | 352/562 kB Progress (4): 2.6/2.8 MB | 1.1/1.4 MB | 755 kB | 352/562 kB Progress (4): 2.6/2.8 MB | 1.1/1.4 MB | 755 kB | 352/562 kB Progress (4): 2.7/2.8 MB | 1.1/1.4 MB | 755 kB | 352/562 kB Progress (5): 2.7/2.8 MB | 1.1/1.4 MB | 755 kB | 352/562 kB | 4.1/94 kB Progress (5): 2.7/2.8 MB | 1.1/1.4 MB | 755 kB | 352/562 kB | 7.8/94 kB Progress (5): 2.7/2.8 MB | 1.1/1.4 MB | 755 kB | 352/562 kB | 12/94 kB Progress (5): 2.7/2.8 MB | 1.1/1.4 MB | 755 kB | 352/562 kB | 16/94 kB Progress (5): 2.7/2.8 MB | 1.1/1.4 MB | 755 kB | 352/562 kB | 20/94 kB Progress (5): 2.7/2.8 MB | 1.1/1.4 MB | 755 kB | 352/562 kB | 24/94 kB Progress (5): 2.7/2.8 MB | 1.1/1.4 MB | 755 kB | 352/562 kB | 24/94 kB Progress (5): 2.7/2.8 MB | 1.1/1.4 MB | 755 kB | 352/562 kB | 24/94 kB Progress (5): 2.7/2.8 MB | 1.2/1.4 MB | 755 kB | 352/562 kB | 24/94 kB Progress (5): 2.7/2.8 MB | 1.2/1.4 MB | 755 kB | 352/562 kB | 24/94 kB Progress (5): 2.7/2.8 MB | 1.2/1.4 MB | 755 kB | 352/562 kB | 24/94 kB Progress (5): 2.7/2.8 MB | 1.2/1.4 MB | 755 kB | 352/562 kB | 24/94 kB Progress (5): 2.7/2.8 MB | 1.2/1.4 MB | 755 kB | 352/562 kB | 24/94 kB Progress (5): 2.7/2.8 MB | 1.2/1.4 MB | 755 kB | 352/562 kB | 24/94 kB Progress (5): 2.7/2.8 MB | 1.2/1.4 MB | 755 kB | 352/562 kB | 24/94 kB Progress (5): 2.7/2.8 MB | 1.2/1.4 MB | 755 kB | 352/562 kB | 24/94 kB Progress (5): 2.7/2.8 MB | 1.2/1.4 MB | 755 kB | 352/562 kB | 24/94 kB Progress (5): 2.7/2.8 MB | 1.2/1.4 MB | 755 kB | 356/562 kB | 24/94 kB Progress (5): 2.7/2.8 MB | 1.2/1.4 MB | 755 kB | 360/562 kB | 24/94 kB Progress (5): 2.7/2.8 MB | 1.2/1.4 MB | 755 kB | 364/562 kB | 24/94 kB Progress (5): 2.7/2.8 MB | 1.2/1.4 MB | 755 kB | 368/562 kB | 24/94 kB Progress (5): 2.7/2.8 MB | 1.2/1.4 MB | 755 kB | 372/562 kB | 24/94 kB Progress (5): 2.7/2.8 MB | 1.2/1.4 MB | 755 kB | 376/562 kB | 24/94 kB Progress (5): 2.7/2.8 MB | 1.2/1.4 MB | 755 kB | 381/562 kB | 24/94 kB Progress (5): 2.7/2.8 MB | 1.2/1.4 MB | 755 kB | 385/562 kB | 24/94 kB Progress (5): 2.7/2.8 MB | 1.2/1.4 MB | 755 kB | 389/562 kB | 24/94 kB Progress (5): 2.7/2.8 MB | 1.2/1.4 MB | 755 kB | 393/562 kB | 24/94 kB Progress (5): 2.7/2.8 MB | 1.2/1.4 MB | 755 kB | 397/562 kB | 24/94 kB Progress (5): 2.7/2.8 MB | 1.2/1.4 MB | 755 kB | 401/562 kB | 24/94 kB Progress (5): 2.7/2.8 MB | 1.2/1.4 MB | 755 kB | 405/562 kB | 24/94 kB Progress (5): 2.7/2.8 MB | 1.2/1.4 MB | 755 kB | 409/562 kB | 24/94 kB Progress (5): 2.7/2.8 MB | 1.2/1.4 MB | 755 kB | 413/562 kB | 24/94 kB Progress (5): 2.7/2.8 MB | 1.2/1.4 MB | 755 kB | 417/562 kB | 24/94 kB Progress (5): 2.7/2.8 MB | 1.2/1.4 MB | 755 kB | 421/562 kB | 24/94 kB Progress (5): 2.7/2.8 MB | 1.2/1.4 MB | 755 kB | 426/562 kB | 24/94 kB Progress (5): 2.7/2.8 MB | 1.2/1.4 MB | 755 kB | 430/562 kB | 24/94 kB Progress (5): 2.7/2.8 MB | 1.2/1.4 MB | 755 kB | 434/562 kB | 24/94 kB Progress (5): 2.7/2.8 MB | 1.2/1.4 MB | 755 kB | 438/562 kB | 24/94 kB Progress (5): 2.7/2.8 MB | 1.2/1.4 MB | 755 kB | 442/562 kB | 24/94 kB Progress (5): 2.7/2.8 MB | 1.2/1.4 MB | 755 kB | 446/562 kB | 24/94 kB Progress (5): 2.7/2.8 MB | 1.2/1.4 MB | 755 kB | 450/562 kB | 24/94 kB Progress (5): 2.7/2.8 MB | 1.2/1.4 MB | 755 kB | 454/562 kB | 24/94 kB Progress (5): 2.7/2.8 MB | 1.2/1.4 MB | 755 kB | 458/562 kB | 24/94 kB Progress (5): 2.7/2.8 MB | 1.2/1.4 MB | 755 kB | 462/562 kB | 24/94 kB Progress (5): 2.7/2.8 MB | 1.2/1.4 MB | 755 kB | 467/562 kB | 24/94 kB Progress (5): 2.7/2.8 MB | 1.2/1.4 MB | 755 kB | 471/562 kB | 24/94 kB Progress (5): 2.7/2.8 MB | 1.2/1.4 MB | 755 kB | 475/562 kB | 24/94 kB Progress (5): 2.7/2.8 MB | 1.2/1.4 MB | 755 kB | 479/562 kB | 24/94 kB Progress (5): 2.7/2.8 MB | 1.2/1.4 MB | 755 kB | 483/562 kB | 24/94 kB Progress (5): 2.7/2.8 MB | 1.2/1.4 MB | 755 kB | 487/562 kB | 24/94 kB Progress (5): 2.7/2.8 MB | 1.2/1.4 MB | 755 kB | 491/562 kB | 24/94 kB Progress (5): 2.7/2.8 MB | 1.2/1.4 MB | 755 kB | 495/562 kB | 24/94 kB Progress (5): 2.7/2.8 MB | 1.2/1.4 MB | 755 kB | 499/562 kB | 24/94 kB Progress (5): 2.8/2.8 MB | 1.2/1.4 MB | 755 kB | 499/562 kB | 24/94 kB Progress (5): 2.8/2.8 MB | 1.2/1.4 MB | 755 kB | 499/562 kB | 24/94 kB Progress (5): 2.8/2.8 MB | 1.2/1.4 MB | 755 kB | 499/562 kB | 24/94 kB Progress (5): 2.8/2.8 MB | 1.2/1.4 MB | 755 kB | 499/562 kB | 24/94 kB Progress (5): 2.8/2.8 MB | 1.2/1.4 MB | 755 kB | 499/562 kB | 24/94 kB Progress (5): 2.8 MB | 1.2/1.4 MB | 755 kB | 499/562 kB | 24/94 kB Progress (5): 2.8 MB | 1.2/1.4 MB | 755 kB | 499/562 kB | 24/94 kB Progress (5): 2.8 MB | 1.2/1.4 MB | 755 kB | 499/562 kB | 24/94 kB Progress (5): 2.8 MB | 1.2/1.4 MB | 755 kB | 499/562 kB | 24/94 kB Progress (5): 2.8 MB | 1.2/1.4 MB | 755 kB | 499/562 kB | 24/94 kB Progress (5): 2.8 MB | 1.3/1.4 MB | 755 kB | 499/562 kB | 24/94 kB Progress (5): 2.8 MB | 1.3/1.4 MB | 755 kB | 499/562 kB | 24/94 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/api/grpc/proto-google-cloud-firestore-v1beta1/0.1.28/proto-google-cloud-firestore-v1beta1-0.1.28.jar (755 kB at 11 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/opencensus/opencensus-api/0.10.0/opencensus-api-0.10.0.jar +Progress (4): 2.8 MB | 1.3/1.4 MB | 499/562 kB | 24/94 kB Progress (4): 2.8 MB | 1.3/1.4 MB | 499/562 kB | 24/94 kB Progress (4): 2.8 MB | 1.3/1.4 MB | 499/562 kB | 24/94 kB Progress (4): 2.8 MB | 1.3/1.4 MB | 499/562 kB | 24/94 kB Progress (4): 2.8 MB | 1.3/1.4 MB | 499/562 kB | 28/94 kB Progress (4): 2.8 MB | 1.3/1.4 MB | 499/562 kB | 32/94 kB Progress (4): 2.8 MB | 1.3/1.4 MB | 499/562 kB | 36/94 kB Progress (4): 2.8 MB | 1.3/1.4 MB | 499/562 kB | 41/94 kB Progress (4): 2.8 MB | 1.3/1.4 MB | 499/562 kB | 45/94 kB Progress (4): 2.8 MB | 1.3/1.4 MB | 499/562 kB | 49/94 kB Progress (4): 2.8 MB | 1.3/1.4 MB | 499/562 kB | 53/94 kB Progress (4): 2.8 MB | 1.3/1.4 MB | 499/562 kB | 57/94 kB Progress (4): 2.8 MB | 1.3/1.4 MB | 499/562 kB | 61/94 kB Progress (4): 2.8 MB | 1.3/1.4 MB | 499/562 kB | 65/94 kB Progress (4): 2.8 MB | 1.3/1.4 MB | 499/562 kB | 69/94 kB Progress (4): 2.8 MB | 1.3/1.4 MB | 499/562 kB | 73/94 kB Progress (4): 2.8 MB | 1.3/1.4 MB | 499/562 kB | 73/94 kB Progress (4): 2.8 MB | 1.3/1.4 MB | 499/562 kB | 73/94 kB Progress (4): 2.8 MB | 1.3/1.4 MB | 499/562 kB | 73/94 kB Progress (4): 2.8 MB | 1.3/1.4 MB | 499/562 kB | 73/94 kB Progress (4): 2.8 MB | 1.3/1.4 MB | 503/562 kB | 73/94 kB Progress (4): 2.8 MB | 1.3/1.4 MB | 508/562 kB | 73/94 kB Progress (4): 2.8 MB | 1.3/1.4 MB | 512/562 kB | 73/94 kB Progress (4): 2.8 MB | 1.3/1.4 MB | 516/562 kB | 73/94 kB Progress (4): 2.8 MB | 1.3/1.4 MB | 520/562 kB | 73/94 kB Progress (4): 2.8 MB | 1.3/1.4 MB | 524/562 kB | 73/94 kB Progress (4): 2.8 MB | 1.3/1.4 MB | 528/562 kB | 73/94 kB Progress (4): 2.8 MB | 1.3/1.4 MB | 532/562 kB | 73/94 kB Progress (4): 2.8 MB | 1.3/1.4 MB | 536/562 kB | 73/94 kB Progress (4): 2.8 MB | 1.3/1.4 MB | 540/562 kB | 73/94 kB Progress (4): 2.8 MB | 1.3/1.4 MB | 544/562 kB | 73/94 kB Progress (4): 2.8 MB | 1.3/1.4 MB | 548/562 kB | 73/94 kB Progress (4): 2.8 MB | 1.3/1.4 MB | 553/562 kB | 73/94 kB Progress (4): 2.8 MB | 1.3/1.4 MB | 557/562 kB | 73/94 kB Progress (4): 2.8 MB | 1.3/1.4 MB | 561/562 kB | 73/94 kB Progress (4): 2.8 MB | 1.3/1.4 MB | 562 kB | 73/94 kB Progress (4): 2.8 MB | 1.3/1.4 MB | 562 kB | 73/94 kB Progress (4): 2.8 MB | 1.3/1.4 MB | 562 kB | 73/94 kB Progress (4): 2.8 MB | 1.4/1.4 MB | 562 kB | 73/94 kB Progress (4): 2.8 MB | 1.4/1.4 MB | 562 kB | 73/94 kB Progress (4): 2.8 MB | 1.4/1.4 MB | 562 kB | 73/94 kB Progress (4): 2.8 MB | 1.4/1.4 MB | 562 kB | 73/94 kB Progress (4): 2.8 MB | 1.4/1.4 MB | 562 kB | 73/94 kB Progress (4): 2.8 MB | 1.4 MB | 562 kB | 73/94 kB Progress (4): 2.8 MB | 1.4 MB | 562 kB | 77/94 kB Progress (4): 2.8 MB | 1.4 MB | 562 kB | 82/94 kB Progress (4): 2.8 MB | 1.4 MB | 562 kB | 86/94 kB Progress (4): 2.8 MB | 1.4 MB | 562 kB | 90/94 kB Progress (4): 2.8 MB | 1.4 MB | 562 kB | 94 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/netty/netty-tcnative-boringssl-static/2.0.7.Final/netty-tcnative-boringssl-static-2.0.7.Final.jar (2.8 MB at 39 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/opencensus/opencensus-contrib-grpc-metrics/0.10.0/opencensus-contrib-grpc-metrics-0.10.0.jar +Progress (4): 1.4 MB | 562 kB | 94 kB | 4.1/198 kB Progress (4): 1.4 MB | 562 kB | 94 kB | 7.8/198 kB Progress (4): 1.4 MB | 562 kB | 94 kB | 12/198 kB Progress (4): 1.4 MB | 562 kB | 94 kB | 16/198 kB Progress (4): 1.4 MB | 562 kB | 94 kB | 20/198 kB Progress (4): 1.4 MB | 562 kB | 94 kB | 24/198 kB Progress (4): 1.4 MB | 562 kB | 94 kB | 28/198 kB Progress (4): 1.4 MB | 562 kB | 94 kB | 32/198 kB Progress (4): 1.4 MB | 562 kB | 94 kB | 36/198 kB Progress (4): 1.4 MB | 562 kB | 94 kB | 41/198 kB Progress (4): 1.4 MB | 562 kB | 94 kB | 45/198 kB Progress (4): 1.4 MB | 562 kB | 94 kB | 49/198 kB Progress (4): 1.4 MB | 562 kB | 94 kB | 53/198 kB Progress (4): 1.4 MB | 562 kB | 94 kB | 57/198 kB Progress (4): 1.4 MB | 562 kB | 94 kB | 61/198 kB Progress (4): 1.4 MB | 562 kB | 94 kB | 65/198 kB Progress (4): 1.4 MB | 562 kB | 94 kB | 69/198 kB Progress (4): 1.4 MB | 562 kB | 94 kB | 73/198 kB Progress (4): 1.4 MB | 562 kB | 94 kB | 77/198 kB Progress (4): 1.4 MB | 562 kB | 94 kB | 82/198 kB Progress (4): 1.4 MB | 562 kB | 94 kB | 86/198 kB Progress (4): 1.4 MB | 562 kB | 94 kB | 90/198 kB Progress (4): 1.4 MB | 562 kB | 94 kB | 94/198 kB Progress (4): 1.4 MB | 562 kB | 94 kB | 98/198 kB Progress (4): 1.4 MB | 562 kB | 94 kB | 102/198 kB Progress (4): 1.4 MB | 562 kB | 94 kB | 106/198 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/grpc/grpc-core/1.9.0/grpc-core-1.9.0.jar (562 kB at 7.8 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/netty/netty-codec-http2/4.1.17.Final/netty-codec-http2-4.1.17.Final.jar +Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/auto/value/auto-value/1.2/auto-value-1.2.jar (1.4 MB at 19 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/netty/netty-handler-proxy/4.1.17.Final/netty-handler-proxy-4.1.17.Final.jar +Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/google/instrumentation/instrumentation-api/0.4.3/instrumentation-api-0.4.3.jar (94 kB at 1.3 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/netty/netty-codec-socks/4.1.17.Final/netty-codec-socks-4.1.17.Final.jar +Progress (1): 110/198 kB Progress (1): 114/198 kB Progress (1): 118/198 kB Progress (1): 122/198 kB Progress (1): 127/198 kB Progress (1): 131/198 kB Progress (1): 135/198 kB Progress (1): 139/198 kB Progress (1): 143/198 kB Progress (1): 147/198 kB Progress (1): 151/198 kB Progress (1): 155/198 kB Progress (2): 155/198 kB | 4.1/8.7 kB Progress (2): 155/198 kB | 7.8/8.7 kB Progress (2): 155/198 kB | 8.7 kB Progress (3): 155/198 kB | 8.7 kB | 4.1/404 kB Progress (3): 155/198 kB | 8.7 kB | 7.8/404 kB Progress (3): 155/198 kB | 8.7 kB | 12/404 kB Progress (3): 155/198 kB | 8.7 kB | 16/404 kB Progress (3): 155/198 kB | 8.7 kB | 20/404 kB Progress (3): 155/198 kB | 8.7 kB | 24/404 kB Progress (3): 159/198 kB | 8.7 kB | 24/404 kB Progress (3): 163/198 kB | 8.7 kB | 24/404 kB Progress (3): 168/198 kB | 8.7 kB | 24/404 kB Progress (3): 172/198 kB | 8.7 kB | 24/404 kB Progress (3): 176/198 kB | 8.7 kB | 24/404 kB Progress (3): 180/198 kB | 8.7 kB | 24/404 kB Progress (3): 184/198 kB | 8.7 kB | 24/404 kB Progress (3): 188/198 kB | 8.7 kB | 24/404 kB Progress (3): 192/198 kB | 8.7 kB | 24/404 kB Progress (3): 196/198 kB | 8.7 kB | 24/404 kB Progress (3): 198 kB | 8.7 kB | 24/404 kB Progress (4): 198 kB | 8.7 kB | 24/404 kB | 4.1/21 kB Progress (4): 198 kB | 8.7 kB | 24/404 kB | 7.8/21 kB Progress (4): 198 kB | 8.7 kB | 24/404 kB | 12/21 kB Progress (4): 198 kB | 8.7 kB | 24/404 kB | 16/21 kB Progress (4): 198 kB | 8.7 kB | 24/404 kB | 20/21 kB Progress (4): 198 kB | 8.7 kB | 24/404 kB | 21 kB Progress (5): 198 kB | 8.7 kB | 24/404 kB | 21 kB | 4.1/119 kB Progress (5): 198 kB | 8.7 kB | 24/404 kB | 21 kB | 7.8/119 kB Progress (5): 198 kB | 8.7 kB | 24/404 kB | 21 kB | 12/119 kB Progress (5): 198 kB | 8.7 kB | 24/404 kB | 21 kB | 16/119 kB Progress (5): 198 kB | 8.7 kB | 24/404 kB | 21 kB | 20/119 kB Progress (5): 198 kB | 8.7 kB | 24/404 kB | 21 kB | 24/119 kB Progress (5): 198 kB | 8.7 kB | 24/404 kB | 21 kB | 28/119 kB Progress (5): 198 kB | 8.7 kB | 24/404 kB | 21 kB | 32/119 kB Progress (5): 198 kB | 8.7 kB | 24/404 kB | 21 kB | 36/119 kB Progress (5): 198 kB | 8.7 kB | 24/404 kB | 21 kB | 41/119 kB Progress (5): 198 kB | 8.7 kB | 24/404 kB | 21 kB | 45/119 kB Progress (5): 198 kB | 8.7 kB | 24/404 kB | 21 kB | 49/119 kB Progress (5): 198 kB | 8.7 kB | 24/404 kB | 21 kB | 53/119 kB Progress (5): 198 kB | 8.7 kB | 24/404 kB | 21 kB | 57/119 kB Progress (5): 198 kB | 8.7 kB | 24/404 kB | 21 kB | 61/119 kB Progress (5): 198 kB | 8.7 kB | 24/404 kB | 21 kB | 65/119 kB Progress (5): 198 kB | 8.7 kB | 24/404 kB | 21 kB | 69/119 kB Progress (5): 198 kB | 8.7 kB | 24/404 kB | 21 kB | 73/119 kB Progress (5): 198 kB | 8.7 kB | 28/404 kB | 21 kB | 73/119 kB Progress (5): 198 kB | 8.7 kB | 32/404 kB | 21 kB | 73/119 kB Progress (5): 198 kB | 8.7 kB | 36/404 kB | 21 kB | 73/119 kB Progress (5): 198 kB | 8.7 kB | 41/404 kB | 21 kB | 73/119 kB Progress (5): 198 kB | 8.7 kB | 45/404 kB | 21 kB | 73/119 kB Progress (5): 198 kB | 8.7 kB | 49/404 kB | 21 kB | 73/119 kB Progress (5): 198 kB | 8.7 kB | 53/404 kB | 21 kB | 73/119 kB Progress (5): 198 kB | 8.7 kB | 57/404 kB | 21 kB | 73/119 kB Progress (5): 198 kB | 8.7 kB | 61/404 kB | 21 kB | 73/119 kB Progress (5): 198 kB | 8.7 kB | 65/404 kB | 21 kB | 73/119 kB Progress (5): 198 kB | 8.7 kB | 69/404 kB | 21 kB | 73/119 kB Progress (5): 198 kB | 8.7 kB | 73/404 kB | 21 kB | 73/119 kB Progress (5): 198 kB | 8.7 kB | 73/404 kB | 21 kB | 77/119 kB Progress (5): 198 kB | 8.7 kB | 73/404 kB | 21 kB | 82/119 kB Progress (5): 198 kB | 8.7 kB | 73/404 kB | 21 kB | 86/119 kB Progress (5): 198 kB | 8.7 kB | 73/404 kB | 21 kB | 90/119 kB Progress (5): 198 kB | 8.7 kB | 73/404 kB | 21 kB | 94/119 kB Progress (5): 198 kB | 8.7 kB | 73/404 kB | 21 kB | 98/119 kB Progress (5): 198 kB | 8.7 kB | 73/404 kB | 21 kB | 102/119 kB Progress (5): 198 kB | 8.7 kB | 73/404 kB | 21 kB | 106/119 kB Progress (5): 198 kB | 8.7 kB | 73/404 kB | 21 kB | 110/119 kB Progress (5): 198 kB | 8.7 kB | 73/404 kB | 21 kB | 114/119 kB Progress (5): 198 kB | 8.7 kB | 73/404 kB | 21 kB | 118/119 kB Progress (5): 198 kB | 8.7 kB | 73/404 kB | 21 kB | 119 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/opencensus/opencensus-contrib-grpc-metrics/0.10.0/opencensus-contrib-grpc-metrics-0.10.0.jar (8.7 kB at 119 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/grpc/grpc-stub/1.9.0/grpc-stub-1.9.0.jar +Progress (4): 198 kB | 77/404 kB | 21 kB | 119 kB Progress (4): 198 kB | 82/404 kB | 21 kB | 119 kB Progress (4): 198 kB | 86/404 kB | 21 kB | 119 kB Progress (4): 198 kB | 90/404 kB | 21 kB | 119 kB Progress (4): 198 kB | 94/404 kB | 21 kB | 119 kB Progress (4): 198 kB | 98/404 kB | 21 kB | 119 kB Progress (4): 198 kB | 102/404 kB | 21 kB | 119 kB Progress (4): 198 kB | 106/404 kB | 21 kB | 119 kB Progress (4): 198 kB | 110/404 kB | 21 kB | 119 kB Progress (4): 198 kB | 114/404 kB | 21 kB | 119 kB Progress (4): 198 kB | 118/404 kB | 21 kB | 119 kB Progress (4): 198 kB | 122/404 kB | 21 kB | 119 kB Progress (4): 198 kB | 127/404 kB | 21 kB | 119 kB Progress (4): 198 kB | 131/404 kB | 21 kB | 119 kB Progress (4): 198 kB | 135/404 kB | 21 kB | 119 kB Progress (4): 198 kB | 139/404 kB | 21 kB | 119 kB Progress (4): 198 kB | 143/404 kB | 21 kB | 119 kB Progress (4): 198 kB | 147/404 kB | 21 kB | 119 kB Progress (4): 198 kB | 151/404 kB | 21 kB | 119 kB Progress (4): 198 kB | 155/404 kB | 21 kB | 119 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/opencensus/opencensus-api/0.10.0/opencensus-api-0.10.0.jar (198 kB at 2.7 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/grpc/grpc-auth/1.9.0/grpc-auth-1.9.0.jar +Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/netty/netty-handler-proxy/4.1.17.Final/netty-handler-proxy-4.1.17.Final.jar (21 kB at 287 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/netty/netty-codec-http/4.1.17.Final/netty-codec-http-4.1.17.Final.jar +Progress (2): 159/404 kB | 119 kB Progress (2): 163/404 kB | 119 kB Progress (2): 168/404 kB | 119 kB Progress (2): 172/404 kB | 119 kB Progress (2): 176/404 kB | 119 kB Progress (2): 180/404 kB | 119 kB Progress (2): 184/404 kB | 119 kB Progress (2): 188/404 kB | 119 kB Progress (2): 192/404 kB | 119 kB Progress (2): 196/404 kB | 119 kB Progress (2): 200/404 kB | 119 kB Progress (2): 204/404 kB | 119 kB Progress (2): 208/404 kB | 119 kB Progress (2): 213/404 kB | 119 kB Progress (2): 217/404 kB | 119 kB Progress (2): 221/404 kB | 119 kB Progress (2): 225/404 kB | 119 kB Progress (2): 229/404 kB | 119 kB Progress (2): 233/404 kB | 119 kB Progress (2): 237/404 kB | 119 kB Progress (2): 241/404 kB | 119 kB Progress (2): 245/404 kB | 119 kB Progress (2): 249/404 kB | 119 kB Progress (2): 254/404 kB | 119 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/netty/netty-codec-socks/4.1.17.Final/netty-codec-socks-4.1.17.Final.jar (119 kB at 1.6 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/netty/netty-codec/4.1.17.Final/netty-codec-4.1.17.Final.jar +Progress (1): 258/404 kB Progress (1): 262/404 kB Progress (1): 266/404 kB Progress (1): 270/404 kB Progress (1): 274/404 kB Progress (1): 278/404 kB Progress (1): 282/404 kB Progress (1): 286/404 kB Progress (1): 290/404 kB Progress (1): 295/404 kB Progress (1): 299/404 kB Progress (1): 303/404 kB Progress (1): 307/404 kB Progress (1): 311/404 kB Progress (1): 315/404 kB Progress (1): 319/404 kB Progress (1): 323/404 kB Progress (1): 327/404 kB Progress (1): 331/404 kB Progress (1): 335/404 kB Progress (1): 340/404 kB Progress (1): 344/404 kB Progress (1): 348/404 kB Progress (1): 352/404 kB Progress (2): 352/404 kB | 4.1/38 kB Progress (2): 352/404 kB | 7.8/38 kB Progress (2): 352/404 kB | 12/38 kB Progress (2): 352/404 kB | 16/38 kB Progress (2): 352/404 kB | 20/38 kB Progress (2): 352/404 kB | 24/38 kB Progress (2): 356/404 kB | 24/38 kB Progress (2): 360/404 kB | 24/38 kB Progress (2): 364/404 kB | 24/38 kB Progress (2): 368/404 kB | 24/38 kB Progress (3): 368/404 kB | 24/38 kB | 4.1/13 kB Progress (3): 368/404 kB | 24/38 kB | 7.8/13 kB Progress (3): 368/404 kB | 24/38 kB | 12/13 kB Progress (3): 368/404 kB | 24/38 kB | 13 kB Progress (3): 372/404 kB | 24/38 kB | 13 kB Progress (3): 376/404 kB | 24/38 kB | 13 kB Progress (3): 381/404 kB | 24/38 kB | 13 kB Progress (3): 385/404 kB | 24/38 kB | 13 kB Progress (3): 389/404 kB | 24/38 kB | 13 kB Progress (3): 393/404 kB | 24/38 kB | 13 kB Progress (3): 397/404 kB | 24/38 kB | 13 kB Progress (3): 401/404 kB | 24/38 kB | 13 kB Progress (3): 404 kB | 24/38 kB | 13 kB Progress (4): 404 kB | 24/38 kB | 13 kB | 4.1/556 kB Progress (4): 404 kB | 24/38 kB | 13 kB | 7.8/556 kB Progress (4): 404 kB | 24/38 kB | 13 kB | 12/556 kB Progress (4): 404 kB | 24/38 kB | 13 kB | 16/556 kB Progress (4): 404 kB | 24/38 kB | 13 kB | 20/556 kB Progress (4): 404 kB | 24/38 kB | 13 kB | 24/556 kB Progress (4): 404 kB | 24/38 kB | 13 kB | 28/556 kB Progress (4): 404 kB | 24/38 kB | 13 kB | 32/556 kB Progress (4): 404 kB | 24/38 kB | 13 kB | 36/556 kB Progress (4): 404 kB | 24/38 kB | 13 kB | 41/556 kB Progress (4): 404 kB | 24/38 kB | 13 kB | 45/556 kB Progress (4): 404 kB | 24/38 kB | 13 kB | 49/556 kB Progress (4): 404 kB | 24/38 kB | 13 kB | 53/556 kB Progress (4): 404 kB | 24/38 kB | 13 kB | 57/556 kB Progress (4): 404 kB | 28/38 kB | 13 kB | 57/556 kB Progress (4): 404 kB | 32/38 kB | 13 kB | 57/556 kB Progress (4): 404 kB | 36/38 kB | 13 kB | 57/556 kB Progress (4): 404 kB | 38 kB | 13 kB | 57/556 kB Progress (5): 404 kB | 38 kB | 13 kB | 57/556 kB | 4.1/314 kB Progress (5): 404 kB | 38 kB | 13 kB | 57/556 kB | 7.8/314 kB Progress (5): 404 kB | 38 kB | 13 kB | 57/556 kB | 12/314 kB Progress (5): 404 kB | 38 kB | 13 kB | 57/556 kB | 16/314 kB Progress (5): 404 kB | 38 kB | 13 kB | 57/556 kB | 20/314 kB Progress (5): 404 kB | 38 kB | 13 kB | 57/556 kB | 24/314 kB Progress (5): 404 kB | 38 kB | 13 kB | 61/556 kB | 24/314 kB Progress (5): 404 kB | 38 kB | 13 kB | 61/556 kB | 28/314 kB Progress (5): 404 kB | 38 kB | 13 kB | 65/556 kB | 28/314 kB Progress (5): 404 kB | 38 kB | 13 kB | 69/556 kB | 28/314 kB Progress (5): 404 kB | 38 kB | 13 kB | 73/556 kB | 28/314 kB Progress (5): 404 kB | 38 kB | 13 kB | 77/556 kB | 28/314 kB Progress (5): 404 kB | 38 kB | 13 kB | 82/556 kB | 28/314 kB Progress (5): 404 kB | 38 kB | 13 kB | 86/556 kB | 28/314 kB Progress (5): 404 kB | 38 kB | 13 kB | 90/556 kB | 28/314 kB Progress (5): 404 kB | 38 kB | 13 kB | 94/556 kB | 28/314 kB Progress (5): 404 kB | 38 kB | 13 kB | 98/556 kB | 28/314 kB Progress (5): 404 kB | 38 kB | 13 kB | 102/556 kB | 28/314 kB Progress (5): 404 kB | 38 kB | 13 kB | 106/556 kB | 28/314 kB Progress (5): 404 kB | 38 kB | 13 kB | 106/556 kB | 32/314 kB Progress (5): 404 kB | 38 kB | 13 kB | 110/556 kB | 32/314 kB Progress (5): 404 kB | 38 kB | 13 kB | 114/556 kB | 32/314 kB Progress (5): 404 kB | 38 kB | 13 kB | 118/556 kB | 32/314 kB Progress (5): 404 kB | 38 kB | 13 kB | 122/556 kB | 32/314 kB Progress (5): 404 kB | 38 kB | 13 kB | 127/556 kB | 32/314 kB Progress (5): 404 kB | 38 kB | 13 kB | 131/556 kB | 32/314 kB Progress (5): 404 kB | 38 kB | 13 kB | 135/556 kB | 32/314 kB Progress (5): 404 kB | 38 kB | 13 kB | 139/556 kB | 32/314 kB Progress (5): 404 kB | 38 kB | 13 kB | 143/556 kB | 32/314 kB Progress (5): 404 kB | 38 kB | 13 kB | 147/556 kB | 32/314 kB Progress (5): 404 kB | 38 kB | 13 kB | 151/556 kB | 32/314 kB Progress (5): 404 kB | 38 kB | 13 kB | 155/556 kB | 32/314 kB Progress (5): 404 kB | 38 kB | 13 kB | 159/556 kB | 32/314 kB Progress (5): 404 kB | 38 kB | 13 kB | 163/556 kB | 32/314 kB Progress (5): 404 kB | 38 kB | 13 kB | 168/556 kB | 32/314 kB Progress (5): 404 kB | 38 kB | 13 kB | 172/556 kB | 32/314 kB Progress (5): 404 kB | 38 kB | 13 kB | 172/556 kB | 36/314 kB Progress (5): 404 kB | 38 kB | 13 kB | 172/556 kB | 41/314 kB Progress (5): 404 kB | 38 kB | 13 kB | 172/556 kB | 45/314 kB Progress (5): 404 kB | 38 kB | 13 kB | 172/556 kB | 49/314 kB Progress (5): 404 kB | 38 kB | 13 kB | 172/556 kB | 53/314 kB Progress (5): 404 kB | 38 kB | 13 kB | 172/556 kB | 57/314 kB Progress (5): 404 kB | 38 kB | 13 kB | 172/556 kB | 61/314 kB Progress (5): 404 kB | 38 kB | 13 kB | 172/556 kB | 65/314 kB Progress (5): 404 kB | 38 kB | 13 kB | 172/556 kB | 69/314 kB Progress (5): 404 kB | 38 kB | 13 kB | 172/556 kB | 73/314 kB Progress (5): 404 kB | 38 kB | 13 kB | 172/556 kB | 77/314 kB Progress (5): 404 kB | 38 kB | 13 kB | 172/556 kB | 82/314 kB Progress (5): 404 kB | 38 kB | 13 kB | 172/556 kB | 86/314 kB Progress (5): 404 kB | 38 kB | 13 kB | 172/556 kB | 90/314 kB Progress (5): 404 kB | 38 kB | 13 kB | 172/556 kB | 94/314 kB Progress (5): 404 kB | 38 kB | 13 kB | 172/556 kB | 98/314 kB Progress (5): 404 kB | 38 kB | 13 kB | 176/556 kB | 98/314 kB Progress (5): 404 kB | 38 kB | 13 kB | 180/556 kB | 98/314 kB Progress (5): 404 kB | 38 kB | 13 kB | 184/556 kB | 98/314 kB Progress (5): 404 kB | 38 kB | 13 kB | 188/556 kB | 98/314 kB Progress (5): 404 kB | 38 kB | 13 kB | 192/556 kB | 98/314 kB Progress (5): 404 kB | 38 kB | 13 kB | 196/556 kB | 98/314 kB Progress (5): 404 kB | 38 kB | 13 kB | 200/556 kB | 98/314 kB Progress (5): 404 kB | 38 kB | 13 kB | 204/556 kB | 98/314 kB Progress (5): 404 kB | 38 kB | 13 kB | 208/556 kB | 98/314 kB Progress (5): 404 kB | 38 kB | 13 kB | 213/556 kB | 98/314 kB Progress (5): 404 kB | 38 kB | 13 kB | 217/556 kB | 98/314 kB Progress (5): 404 kB | 38 kB | 13 kB | 221/556 kB | 98/314 kB Progress (5): 404 kB | 38 kB | 13 kB | 225/556 kB | 98/314 kB Progress (5): 404 kB | 38 kB | 13 kB | 229/556 kB | 98/314 kB Progress (5): 404 kB | 38 kB | 13 kB | 233/556 kB | 98/314 kB Progress (5): 404 kB | 38 kB | 13 kB | 237/556 kB | 98/314 kB Progress (5): 404 kB | 38 kB | 13 kB | 241/556 kB | 98/314 kB Progress (5): 404 kB | 38 kB | 13 kB | 245/556 kB | 98/314 kB Progress (5): 404 kB | 38 kB | 13 kB | 249/556 kB | 98/314 kB Progress (5): 404 kB | 38 kB | 13 kB | 254/556 kB | 98/314 kB Progress (5): 404 kB | 38 kB | 13 kB | 258/556 kB | 98/314 kB Progress (5): 404 kB | 38 kB | 13 kB | 262/556 kB | 98/314 kB Progress (5): 404 kB | 38 kB | 13 kB | 266/556 kB | 98/314 kB Progress (5): 404 kB | 38 kB | 13 kB | 270/556 kB | 98/314 kB Progress (5): 404 kB | 38 kB | 13 kB | 274/556 kB | 98/314 kB Progress (5): 404 kB | 38 kB | 13 kB | 278/556 kB | 98/314 kB Progress (5): 404 kB | 38 kB | 13 kB | 282/556 kB | 98/314 kB Progress (5): 404 kB | 38 kB | 13 kB | 286/556 kB | 98/314 kB Progress (5): 404 kB | 38 kB | 13 kB | 290/556 kB | 98/314 kB Progress (5): 404 kB | 38 kB | 13 kB | 295/556 kB | 98/314 kB Progress (5): 404 kB | 38 kB | 13 kB | 299/556 kB | 98/314 kB Progress (5): 404 kB | 38 kB | 13 kB | 303/556 kB | 98/314 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/grpc/grpc-auth/1.9.0/grpc-auth-1.9.0.jar (13 kB at 174 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/netty/netty-handler/4.1.17.Final/netty-handler-4.1.17.Final.jar +Progress (4): 404 kB | 38 kB | 307/556 kB | 98/314 kB Progress (4): 404 kB | 38 kB | 311/556 kB | 98/314 kB Progress (4): 404 kB | 38 kB | 315/556 kB | 98/314 kB Progress (4): 404 kB | 38 kB | 319/556 kB | 98/314 kB Progress (4): 404 kB | 38 kB | 323/556 kB | 98/314 kB Progress (4): 404 kB | 38 kB | 327/556 kB | 98/314 kB Progress (4): 404 kB | 38 kB | 331/556 kB | 98/314 kB Progress (4): 404 kB | 38 kB | 335/556 kB | 98/314 kB Progress (4): 404 kB | 38 kB | 340/556 kB | 98/314 kB Progress (4): 404 kB | 38 kB | 344/556 kB | 98/314 kB Progress (4): 404 kB | 38 kB | 348/556 kB | 98/314 kB Progress (4): 404 kB | 38 kB | 352/556 kB | 98/314 kB Progress (4): 404 kB | 38 kB | 356/556 kB | 98/314 kB Progress (4): 404 kB | 38 kB | 360/556 kB | 98/314 kB Progress (4): 404 kB | 38 kB | 364/556 kB | 98/314 kB Progress (4): 404 kB | 38 kB | 368/556 kB | 98/314 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/netty/netty-codec-http2/4.1.17.Final/netty-codec-http2-4.1.17.Final.jar (404 kB at 5.5 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/netty/netty-buffer/4.1.17.Final/netty-buffer-4.1.17.Final.jar +Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/grpc/grpc-stub/1.9.0/grpc-stub-1.9.0.jar (38 kB at 518 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/netty/netty-common/4.1.17.Final/netty-common-4.1.17.Final.jar +Progress (2): 372/556 kB | 98/314 kB Progress (2): 376/556 kB | 98/314 kB Progress (2): 381/556 kB | 98/314 kB Progress (2): 385/556 kB | 98/314 kB Progress (2): 389/556 kB | 98/314 kB Progress (2): 393/556 kB | 98/314 kB Progress (2): 397/556 kB | 98/314 kB Progress (2): 401/556 kB | 98/314 kB Progress (2): 405/556 kB | 98/314 kB Progress (2): 409/556 kB | 98/314 kB Progress (2): 413/556 kB | 98/314 kB Progress (2): 417/556 kB | 98/314 kB Progress (2): 421/556 kB | 98/314 kB Progress (2): 426/556 kB | 98/314 kB Progress (2): 430/556 kB | 98/314 kB Progress (2): 434/556 kB | 98/314 kB Progress (2): 438/556 kB | 98/314 kB Progress (2): 442/556 kB | 98/314 kB Progress (2): 446/556 kB | 98/314 kB Progress (2): 450/556 kB | 98/314 kB Progress (2): 454/556 kB | 98/314 kB Progress (2): 458/556 kB | 98/314 kB Progress (2): 462/556 kB | 98/314 kB Progress (2): 467/556 kB | 98/314 kB Progress (2): 471/556 kB | 98/314 kB Progress (2): 475/556 kB | 98/314 kB Progress (2): 479/556 kB | 98/314 kB Progress (2): 483/556 kB | 98/314 kB Progress (2): 487/556 kB | 98/314 kB Progress (2): 491/556 kB | 98/314 kB Progress (2): 495/556 kB | 98/314 kB Progress (2): 499/556 kB | 98/314 kB Progress (2): 503/556 kB | 98/314 kB Progress (2): 508/556 kB | 98/314 kB Progress (2): 512/556 kB | 98/314 kB Progress (2): 516/556 kB | 98/314 kB Progress (2): 520/556 kB | 98/314 kB Progress (2): 524/556 kB | 98/314 kB Progress (2): 528/556 kB | 98/314 kB Progress (2): 532/556 kB | 98/314 kB Progress (2): 536/556 kB | 98/314 kB Progress (2): 540/556 kB | 98/314 kB Progress (2): 544/556 kB | 98/314 kB Progress (2): 548/556 kB | 98/314 kB Progress (2): 548/556 kB | 102/314 kB Progress (2): 548/556 kB | 106/314 kB Progress (2): 548/556 kB | 110/314 kB Progress (2): 548/556 kB | 114/314 kB Progress (2): 548/556 kB | 118/314 kB Progress (2): 548/556 kB | 122/314 kB Progress (2): 548/556 kB | 127/314 kB Progress (2): 548/556 kB | 131/314 kB Progress (2): 548/556 kB | 135/314 kB Progress (2): 548/556 kB | 139/314 kB Progress (2): 548/556 kB | 143/314 kB Progress (2): 548/556 kB | 147/314 kB Progress (2): 548/556 kB | 151/314 kB Progress (2): 548/556 kB | 155/314 kB Progress (2): 548/556 kB | 159/314 kB Progress (2): 548/556 kB | 163/314 kB Progress (2): 548/556 kB | 168/314 kB Progress (2): 548/556 kB | 172/314 kB Progress (2): 548/556 kB | 176/314 kB Progress (2): 548/556 kB | 180/314 kB Progress (2): 548/556 kB | 184/314 kB Progress (2): 548/556 kB | 188/314 kB Progress (2): 548/556 kB | 192/314 kB Progress (2): 548/556 kB | 196/314 kB Progress (2): 548/556 kB | 200/314 kB Progress (2): 548/556 kB | 204/314 kB Progress (2): 548/556 kB | 208/314 kB Progress (2): 548/556 kB | 213/314 kB Progress (2): 548/556 kB | 217/314 kB Progress (2): 548/556 kB | 221/314 kB Progress (2): 548/556 kB | 225/314 kB Progress (2): 548/556 kB | 229/314 kB Progress (2): 548/556 kB | 233/314 kB Progress (2): 548/556 kB | 237/314 kB Progress (2): 548/556 kB | 241/314 kB Progress (2): 548/556 kB | 245/314 kB Progress (2): 548/556 kB | 249/314 kB Progress (2): 548/556 kB | 254/314 kB Progress (2): 548/556 kB | 258/314 kB Progress (2): 548/556 kB | 262/314 kB Progress (2): 548/556 kB | 266/314 kB Progress (2): 548/556 kB | 270/314 kB Progress (2): 548/556 kB | 274/314 kB Progress (2): 548/556 kB | 278/314 kB Progress (2): 548/556 kB | 282/314 kB Progress (2): 548/556 kB | 286/314 kB Progress (2): 548/556 kB | 290/314 kB Progress (2): 548/556 kB | 295/314 kB Progress (2): 548/556 kB | 299/314 kB Progress (2): 548/556 kB | 303/314 kB Progress (2): 548/556 kB | 307/314 kB Progress (2): 548/556 kB | 311/314 kB Progress (2): 548/556 kB | 314 kB Progress (3): 548/556 kB | 314 kB | 4.1/270 kB Progress (3): 548/556 kB | 314 kB | 7.8/270 kB Progress (3): 548/556 kB | 314 kB | 12/270 kB Progress (3): 548/556 kB | 314 kB | 16/270 kB Progress (3): 548/556 kB | 314 kB | 20/270 kB Progress (3): 548/556 kB | 314 kB | 24/270 kB Progress (4): 548/556 kB | 314 kB | 24/270 kB | 4.1/565 kB Progress (4): 548/556 kB | 314 kB | 24/270 kB | 7.8/565 kB Progress (4): 548/556 kB | 314 kB | 24/270 kB | 12/565 kB Progress (4): 548/556 kB | 314 kB | 24/270 kB | 16/565 kB Progress (4): 548/556 kB | 314 kB | 24/270 kB | 20/565 kB Progress (4): 548/556 kB | 314 kB | 24/270 kB | 24/565 kB Progress (4): 553/556 kB | 314 kB | 24/270 kB | 24/565 kB Progress (4): 556 kB | 314 kB | 24/270 kB | 24/565 kB Progress (5): 556 kB | 314 kB | 24/270 kB | 24/565 kB | 4.1/374 kB Progress (5): 556 kB | 314 kB | 24/270 kB | 24/565 kB | 7.8/374 kB Progress (5): 556 kB | 314 kB | 24/270 kB | 24/565 kB | 12/374 kB Progress (5): 556 kB | 314 kB | 24/270 kB | 24/565 kB | 16/374 kB Progress (5): 556 kB | 314 kB | 24/270 kB | 24/565 kB | 20/374 kB Progress (5): 556 kB | 314 kB | 24/270 kB | 24/565 kB | 24/374 kB Progress (5): 556 kB | 314 kB | 24/270 kB | 24/565 kB | 28/374 kB Progress (5): 556 kB | 314 kB | 24/270 kB | 24/565 kB | 32/374 kB Progress (5): 556 kB | 314 kB | 24/270 kB | 24/565 kB | 36/374 kB Progress (5): 556 kB | 314 kB | 24/270 kB | 24/565 kB | 41/374 kB Progress (5): 556 kB | 314 kB | 28/270 kB | 24/565 kB | 41/374 kB Progress (5): 556 kB | 314 kB | 32/270 kB | 24/565 kB | 41/374 kB Progress (5): 556 kB | 314 kB | 36/270 kB | 24/565 kB | 41/374 kB Progress (5): 556 kB | 314 kB | 41/270 kB | 24/565 kB | 41/374 kB Progress (5): 556 kB | 314 kB | 45/270 kB | 24/565 kB | 41/374 kB Progress (5): 556 kB | 314 kB | 49/270 kB | 24/565 kB | 41/374 kB Progress (5): 556 kB | 314 kB | 53/270 kB | 24/565 kB | 41/374 kB Progress (5): 556 kB | 314 kB | 57/270 kB | 24/565 kB | 41/374 kB Progress (5): 556 kB | 314 kB | 61/270 kB | 24/565 kB | 41/374 kB Progress (5): 556 kB | 314 kB | 65/270 kB | 24/565 kB | 41/374 kB Progress (5): 556 kB | 314 kB | 69/270 kB | 24/565 kB | 41/374 kB Progress (5): 556 kB | 314 kB | 73/270 kB | 24/565 kB | 41/374 kB Progress (5): 556 kB | 314 kB | 73/270 kB | 28/565 kB | 41/374 kB Progress (5): 556 kB | 314 kB | 73/270 kB | 32/565 kB | 41/374 kB Progress (5): 556 kB | 314 kB | 73/270 kB | 36/565 kB | 41/374 kB Progress (5): 556 kB | 314 kB | 73/270 kB | 41/565 kB | 41/374 kB Progress (5): 556 kB | 314 kB | 73/270 kB | 45/565 kB | 41/374 kB Progress (5): 556 kB | 314 kB | 73/270 kB | 49/565 kB | 41/374 kB Progress (5): 556 kB | 314 kB | 73/270 kB | 53/565 kB | 41/374 kB Progress (5): 556 kB | 314 kB | 73/270 kB | 57/565 kB | 41/374 kB Progress (5): 556 kB | 314 kB | 73/270 kB | 61/565 kB | 41/374 kB Progress (5): 556 kB | 314 kB | 73/270 kB | 65/565 kB | 41/374 kB Progress (5): 556 kB | 314 kB | 73/270 kB | 69/565 kB | 41/374 kB Progress (5): 556 kB | 314 kB | 73/270 kB | 73/565 kB | 41/374 kB Progress (5): 556 kB | 314 kB | 73/270 kB | 77/565 kB | 41/374 kB Progress (5): 556 kB | 314 kB | 73/270 kB | 82/565 kB | 41/374 kB Progress (5): 556 kB | 314 kB | 73/270 kB | 86/565 kB | 41/374 kB Progress (5): 556 kB | 314 kB | 73/270 kB | 90/565 kB | 41/374 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/netty/netty-codec/4.1.17.Final/netty-codec-4.1.17.Final.jar (314 kB at 4.2 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/netty/netty-transport/4.1.17.Final/netty-transport-4.1.17.Final.jar +Progress (4): 556 kB | 73/270 kB | 90/565 kB | 45/374 kB Progress (4): 556 kB | 73/270 kB | 90/565 kB | 49/374 kB Progress (4): 556 kB | 73/270 kB | 90/565 kB | 53/374 kB Progress (4): 556 kB | 73/270 kB | 90/565 kB | 57/374 kB Progress (4): 556 kB | 73/270 kB | 90/565 kB | 61/374 kB Progress (4): 556 kB | 73/270 kB | 90/565 kB | 65/374 kB Progress (4): 556 kB | 73/270 kB | 90/565 kB | 69/374 kB Progress (4): 556 kB | 73/270 kB | 90/565 kB | 73/374 kB Progress (4): 556 kB | 73/270 kB | 90/565 kB | 77/374 kB Progress (4): 556 kB | 73/270 kB | 90/565 kB | 82/374 kB Progress (4): 556 kB | 73/270 kB | 90/565 kB | 86/374 kB Progress (4): 556 kB | 73/270 kB | 90/565 kB | 90/374 kB Progress (4): 556 kB | 77/270 kB | 90/565 kB | 90/374 kB Progress (4): 556 kB | 82/270 kB | 90/565 kB | 90/374 kB Progress (4): 556 kB | 86/270 kB | 90/565 kB | 90/374 kB Progress (4): 556 kB | 90/270 kB | 90/565 kB | 90/374 kB Progress (4): 556 kB | 94/270 kB | 90/565 kB | 90/374 kB Progress (4): 556 kB | 98/270 kB | 90/565 kB | 90/374 kB Progress (4): 556 kB | 102/270 kB | 90/565 kB | 90/374 kB Progress (4): 556 kB | 106/270 kB | 90/565 kB | 90/374 kB Progress (4): 556 kB | 110/270 kB | 90/565 kB | 90/374 kB Progress (4): 556 kB | 114/270 kB | 90/565 kB | 90/374 kB Progress (4): 556 kB | 118/270 kB | 90/565 kB | 90/374 kB Progress (4): 556 kB | 122/270 kB | 90/565 kB | 90/374 kB Progress (4): 556 kB | 127/270 kB | 90/565 kB | 90/374 kB Progress (4): 556 kB | 131/270 kB | 90/565 kB | 90/374 kB Progress (4): 556 kB | 135/270 kB | 90/565 kB | 90/374 kB Progress (4): 556 kB | 139/270 kB | 90/565 kB | 90/374 kB Progress (4): 556 kB | 143/270 kB | 90/565 kB | 90/374 kB Progress (4): 556 kB | 147/270 kB | 90/565 kB | 90/374 kB Progress (4): 556 kB | 151/270 kB | 90/565 kB | 90/374 kB Progress (4): 556 kB | 155/270 kB | 90/565 kB | 90/374 kB Progress (4): 556 kB | 155/270 kB | 94/565 kB | 90/374 kB Progress (4): 556 kB | 155/270 kB | 98/565 kB | 90/374 kB Progress (4): 556 kB | 155/270 kB | 102/565 kB | 90/374 kB Progress (4): 556 kB | 155/270 kB | 106/565 kB | 90/374 kB Progress (4): 556 kB | 155/270 kB | 110/565 kB | 90/374 kB Progress (4): 556 kB | 155/270 kB | 114/565 kB | 90/374 kB Progress (4): 556 kB | 155/270 kB | 118/565 kB | 90/374 kB Progress (4): 556 kB | 155/270 kB | 122/565 kB | 90/374 kB Progress (4): 556 kB | 155/270 kB | 127/565 kB | 90/374 kB Progress (4): 556 kB | 155/270 kB | 131/565 kB | 90/374 kB Progress (4): 556 kB | 155/270 kB | 135/565 kB | 90/374 kB Progress (4): 556 kB | 155/270 kB | 139/565 kB | 90/374 kB Progress (4): 556 kB | 155/270 kB | 143/565 kB | 90/374 kB Progress (4): 556 kB | 155/270 kB | 147/565 kB | 90/374 kB Progress (4): 556 kB | 155/270 kB | 151/565 kB | 90/374 kB Progress (4): 556 kB | 155/270 kB | 155/565 kB | 90/374 kB Progress (4): 556 kB | 155/270 kB | 159/565 kB | 90/374 kB Progress (4): 556 kB | 155/270 kB | 163/565 kB | 90/374 kB Progress (4): 556 kB | 155/270 kB | 168/565 kB | 90/374 kB Progress (4): 556 kB | 155/270 kB | 172/565 kB | 90/374 kB Progress (4): 556 kB | 155/270 kB | 176/565 kB | 90/374 kB Progress (4): 556 kB | 155/270 kB | 180/565 kB | 90/374 kB Progress (4): 556 kB | 155/270 kB | 184/565 kB | 90/374 kB Progress (4): 556 kB | 155/270 kB | 188/565 kB | 90/374 kB Progress (4): 556 kB | 155/270 kB | 188/565 kB | 94/374 kB Progress (4): 556 kB | 155/270 kB | 188/565 kB | 98/374 kB Progress (4): 556 kB | 155/270 kB | 188/565 kB | 102/374 kB Progress (4): 556 kB | 155/270 kB | 188/565 kB | 106/374 kB Progress (4): 556 kB | 155/270 kB | 188/565 kB | 110/374 kB Progress (4): 556 kB | 155/270 kB | 188/565 kB | 114/374 kB Progress (4): 556 kB | 155/270 kB | 188/565 kB | 118/374 kB Progress (4): 556 kB | 155/270 kB | 188/565 kB | 122/374 kB Progress (4): 556 kB | 155/270 kB | 188/565 kB | 127/374 kB Progress (4): 556 kB | 155/270 kB | 188/565 kB | 131/374 kB Progress (4): 556 kB | 155/270 kB | 188/565 kB | 135/374 kB Progress (4): 556 kB | 155/270 kB | 188/565 kB | 139/374 kB Progress (4): 556 kB | 155/270 kB | 188/565 kB | 143/374 kB Progress (4): 556 kB | 155/270 kB | 188/565 kB | 147/374 kB Progress (4): 556 kB | 155/270 kB | 188/565 kB | 151/374 kB Progress (4): 556 kB | 155/270 kB | 188/565 kB | 155/374 kB Progress (4): 556 kB | 159/270 kB | 188/565 kB | 155/374 kB Progress (4): 556 kB | 163/270 kB | 188/565 kB | 155/374 kB Progress (4): 556 kB | 168/270 kB | 188/565 kB | 155/374 kB Progress (4): 556 kB | 172/270 kB | 188/565 kB | 155/374 kB Progress (4): 556 kB | 172/270 kB | 188/565 kB | 159/374 kB Progress (4): 556 kB | 172/270 kB | 188/565 kB | 163/374 kB Progress (4): 556 kB | 172/270 kB | 188/565 kB | 168/374 kB Progress (4): 556 kB | 172/270 kB | 188/565 kB | 172/374 kB Progress (4): 556 kB | 172/270 kB | 188/565 kB | 176/374 kB Progress (4): 556 kB | 172/270 kB | 188/565 kB | 180/374 kB Progress (4): 556 kB | 172/270 kB | 188/565 kB | 184/374 kB Progress (4): 556 kB | 172/270 kB | 188/565 kB | 188/374 kB Progress (4): 556 kB | 176/270 kB | 188/565 kB | 188/374 kB Progress (4): 556 kB | 180/270 kB | 188/565 kB | 188/374 kB Progress (4): 556 kB | 184/270 kB | 188/565 kB | 188/374 kB Progress (4): 556 kB | 188/270 kB | 188/565 kB | 188/374 kB Progress (4): 556 kB | 188/270 kB | 188/565 kB | 192/374 kB Progress (4): 556 kB | 188/270 kB | 188/565 kB | 196/374 kB Progress (4): 556 kB | 188/270 kB | 188/565 kB | 200/374 kB Progress (4): 556 kB | 188/270 kB | 188/565 kB | 204/374 kB Progress (4): 556 kB | 192/270 kB | 188/565 kB | 204/374 kB Progress (4): 556 kB | 196/270 kB | 188/565 kB | 204/374 kB Progress (4): 556 kB | 200/270 kB | 188/565 kB | 204/374 kB Progress (4): 556 kB | 204/270 kB | 188/565 kB | 204/374 kB Progress (4): 556 kB | 208/270 kB | 188/565 kB | 204/374 kB Progress (4): 556 kB | 213/270 kB | 188/565 kB | 204/374 kB Progress (4): 556 kB | 217/270 kB | 188/565 kB | 204/374 kB Progress (4): 556 kB | 221/270 kB | 188/565 kB | 204/374 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/netty/netty-codec-http/4.1.17.Final/netty-codec-http-4.1.17.Final.jar (556 kB at 7.4 kB/s) +Progress (3): 225/270 kB | 188/565 kB | 204/374 kB Progress (3): 229/270 kB | 188/565 kB | 204/374 kB Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/netty/netty-resolver/4.1.17.Final/netty-resolver-4.1.17.Final.jar +Progress (3): 233/270 kB | 188/565 kB | 204/374 kB Progress (3): 237/270 kB | 188/565 kB | 204/374 kB Progress (3): 241/270 kB | 188/565 kB | 204/374 kB Progress (3): 245/270 kB | 188/565 kB | 204/374 kB Progress (3): 249/270 kB | 188/565 kB | 204/374 kB Progress (3): 254/270 kB | 188/565 kB | 204/374 kB Progress (3): 254/270 kB | 192/565 kB | 204/374 kB Progress (3): 254/270 kB | 196/565 kB | 204/374 kB Progress (3): 254/270 kB | 200/565 kB | 204/374 kB Progress (3): 254/270 kB | 204/565 kB | 204/374 kB Progress (3): 254/270 kB | 208/565 kB | 204/374 kB Progress (3): 254/270 kB | 213/565 kB | 204/374 kB Progress (3): 254/270 kB | 217/565 kB | 204/374 kB Progress (3): 254/270 kB | 221/565 kB | 204/374 kB Progress (3): 254/270 kB | 225/565 kB | 204/374 kB Progress (3): 254/270 kB | 229/565 kB | 204/374 kB Progress (3): 254/270 kB | 233/565 kB | 204/374 kB Progress (3): 254/270 kB | 237/565 kB | 204/374 kB Progress (3): 254/270 kB | 241/565 kB | 204/374 kB Progress (3): 254/270 kB | 245/565 kB | 204/374 kB Progress (3): 254/270 kB | 249/565 kB | 204/374 kB Progress (3): 254/270 kB | 254/565 kB | 204/374 kB Progress (3): 254/270 kB | 258/565 kB | 204/374 kB Progress (3): 254/270 kB | 262/565 kB | 204/374 kB Progress (3): 254/270 kB | 266/565 kB | 204/374 kB Progress (3): 254/270 kB | 270/565 kB | 204/374 kB Progress (3): 254/270 kB | 274/565 kB | 204/374 kB Progress (3): 254/270 kB | 278/565 kB | 204/374 kB Progress (3): 254/270 kB | 282/565 kB | 204/374 kB Progress (3): 254/270 kB | 286/565 kB | 204/374 kB Progress (3): 254/270 kB | 290/565 kB | 204/374 kB Progress (3): 254/270 kB | 295/565 kB | 204/374 kB Progress (4): 254/270 kB | 295/565 kB | 204/374 kB | 4.1/452 kB Progress (4): 254/270 kB | 295/565 kB | 204/374 kB | 7.8/452 kB Progress (4): 254/270 kB | 295/565 kB | 204/374 kB | 12/452 kB Progress (4): 254/270 kB | 295/565 kB | 204/374 kB | 16/452 kB Progress (4): 254/270 kB | 295/565 kB | 204/374 kB | 20/452 kB Progress (4): 254/270 kB | 295/565 kB | 204/374 kB | 24/452 kB Progress (4): 254/270 kB | 295/565 kB | 204/374 kB | 28/452 kB Progress (4): 254/270 kB | 295/565 kB | 204/374 kB | 32/452 kB Progress (4): 254/270 kB | 295/565 kB | 204/374 kB | 36/452 kB Progress (4): 254/270 kB | 295/565 kB | 204/374 kB | 41/452 kB Progress (4): 254/270 kB | 295/565 kB | 204/374 kB | 45/452 kB Progress (4): 254/270 kB | 295/565 kB | 204/374 kB | 49/452 kB Progress (4): 254/270 kB | 295/565 kB | 204/374 kB | 53/452 kB Progress (4): 254/270 kB | 295/565 kB | 204/374 kB | 57/452 kB Progress (4): 254/270 kB | 295/565 kB | 204/374 kB | 61/452 kB Progress (4): 254/270 kB | 295/565 kB | 204/374 kB | 65/452 kB Progress (4): 254/270 kB | 295/565 kB | 204/374 kB | 69/452 kB Progress (4): 254/270 kB | 295/565 kB | 204/374 kB | 73/452 kB Progress (4): 254/270 kB | 295/565 kB | 204/374 kB | 77/452 kB Progress (4): 254/270 kB | 295/565 kB | 204/374 kB | 82/452 kB Progress (4): 254/270 kB | 295/565 kB | 204/374 kB | 86/452 kB Progress (4): 254/270 kB | 295/565 kB | 204/374 kB | 90/452 kB Progress (4): 254/270 kB | 295/565 kB | 208/374 kB | 90/452 kB Progress (4): 254/270 kB | 295/565 kB | 213/374 kB | 90/452 kB Progress (4): 254/270 kB | 295/565 kB | 217/374 kB | 90/452 kB Progress (4): 254/270 kB | 295/565 kB | 221/374 kB | 90/452 kB Progress (4): 254/270 kB | 295/565 kB | 225/374 kB | 90/452 kB Progress (4): 254/270 kB | 295/565 kB | 229/374 kB | 90/452 kB Progress (4): 254/270 kB | 295/565 kB | 233/374 kB | 90/452 kB Progress (4): 254/270 kB | 295/565 kB | 237/374 kB | 90/452 kB Progress (4): 254/270 kB | 295/565 kB | 241/374 kB | 90/452 kB Progress (4): 254/270 kB | 295/565 kB | 245/374 kB | 90/452 kB Progress (4): 254/270 kB | 295/565 kB | 249/374 kB | 90/452 kB Progress (4): 254/270 kB | 295/565 kB | 254/374 kB | 90/452 kB Progress (4): 258/270 kB | 295/565 kB | 254/374 kB | 90/452 kB Progress (4): 262/270 kB | 295/565 kB | 254/374 kB | 90/452 kB Progress (4): 262/270 kB | 295/565 kB | 258/374 kB | 90/452 kB Progress (4): 266/270 kB | 295/565 kB | 258/374 kB | 90/452 kB Progress (4): 266/270 kB | 295/565 kB | 262/374 kB | 90/452 kB Progress (4): 270/270 kB | 295/565 kB | 262/374 kB | 90/452 kB Progress (4): 270/270 kB | 295/565 kB | 266/374 kB | 90/452 kB Progress (4): 270 kB | 295/565 kB | 266/374 kB | 90/452 kB Progress (4): 270 kB | 295/565 kB | 270/374 kB | 90/452 kB Progress (4): 270 kB | 295/565 kB | 274/374 kB | 90/452 kB Progress (4): 270 kB | 295/565 kB | 278/374 kB | 90/452 kB Progress (4): 270 kB | 295/565 kB | 282/374 kB | 90/452 kB Progress (4): 270 kB | 295/565 kB | 286/374 kB | 90/452 kB Progress (4): 270 kB | 295/565 kB | 290/374 kB | 90/452 kB Progress (4): 270 kB | 295/565 kB | 295/374 kB | 90/452 kB Progress (4): 270 kB | 295/565 kB | 299/374 kB | 90/452 kB Progress (4): 270 kB | 295/565 kB | 303/374 kB | 90/452 kB Progress (4): 270 kB | 295/565 kB | 307/374 kB | 90/452 kB Progress (4): 270 kB | 295/565 kB | 311/374 kB | 90/452 kB Progress (4): 270 kB | 295/565 kB | 315/374 kB | 90/452 kB Progress (4): 270 kB | 295/565 kB | 319/374 kB | 90/452 kB Progress (4): 270 kB | 295/565 kB | 323/374 kB | 90/452 kB Progress (4): 270 kB | 295/565 kB | 327/374 kB | 90/452 kB Progress (4): 270 kB | 295/565 kB | 331/374 kB | 90/452 kB Progress (4): 270 kB | 295/565 kB | 335/374 kB | 90/452 kB Progress (4): 270 kB | 299/565 kB | 335/374 kB | 90/452 kB Progress (4): 270 kB | 303/565 kB | 335/374 kB | 90/452 kB Progress (4): 270 kB | 307/565 kB | 335/374 kB | 90/452 kB Progress (4): 270 kB | 311/565 kB | 335/374 kB | 90/452 kB Progress (4): 270 kB | 315/565 kB | 335/374 kB | 90/452 kB Progress (4): 270 kB | 319/565 kB | 335/374 kB | 90/452 kB Progress (4): 270 kB | 323/565 kB | 335/374 kB | 90/452 kB Progress (4): 270 kB | 327/565 kB | 335/374 kB | 90/452 kB Progress (4): 270 kB | 331/565 kB | 335/374 kB | 90/452 kB Progress (4): 270 kB | 335/565 kB | 335/374 kB | 90/452 kB Progress (4): 270 kB | 340/565 kB | 335/374 kB | 90/452 kB Progress (4): 270 kB | 344/565 kB | 335/374 kB | 90/452 kB Progress (4): 270 kB | 348/565 kB | 335/374 kB | 90/452 kB Progress (4): 270 kB | 352/565 kB | 335/374 kB | 90/452 kB Progress (4): 270 kB | 356/565 kB | 335/374 kB | 90/452 kB Progress (4): 270 kB | 360/565 kB | 335/374 kB | 90/452 kB Progress (4): 270 kB | 364/565 kB | 335/374 kB | 90/452 kB Progress (4): 270 kB | 368/565 kB | 335/374 kB | 90/452 kB Progress (4): 270 kB | 372/565 kB | 335/374 kB | 90/452 kB Progress (4): 270 kB | 376/565 kB | 335/374 kB | 90/452 kB Progress (4): 270 kB | 381/565 kB | 335/374 kB | 90/452 kB Progress (4): 270 kB | 385/565 kB | 335/374 kB | 90/452 kB Progress (4): 270 kB | 389/565 kB | 335/374 kB | 90/452 kB Progress (4): 270 kB | 393/565 kB | 335/374 kB | 90/452 kB Progress (4): 270 kB | 393/565 kB | 335/374 kB | 94/452 kB Progress (4): 270 kB | 393/565 kB | 335/374 kB | 98/452 kB Progress (4): 270 kB | 393/565 kB | 335/374 kB | 102/452 kB Progress (4): 270 kB | 393/565 kB | 335/374 kB | 106/452 kB Progress (4): 270 kB | 393/565 kB | 335/374 kB | 110/452 kB Progress (4): 270 kB | 393/565 kB | 335/374 kB | 114/452 kB Progress (4): 270 kB | 393/565 kB | 335/374 kB | 118/452 kB Progress (4): 270 kB | 393/565 kB | 335/374 kB | 122/452 kB Progress (4): 270 kB | 393/565 kB | 335/374 kB | 127/452 kB Progress (4): 270 kB | 393/565 kB | 335/374 kB | 131/452 kB Progress (4): 270 kB | 393/565 kB | 335/374 kB | 135/452 kB Progress (4): 270 kB | 393/565 kB | 335/374 kB | 139/452 kB Progress (4): 270 kB | 393/565 kB | 335/374 kB | 143/452 kB Progress (4): 270 kB | 393/565 kB | 335/374 kB | 147/452 kB Progress (4): 270 kB | 393/565 kB | 335/374 kB | 151/452 kB Progress (4): 270 kB | 393/565 kB | 335/374 kB | 155/452 kB Progress (4): 270 kB | 393/565 kB | 335/374 kB | 159/452 kB Progress (4): 270 kB | 393/565 kB | 335/374 kB | 163/452 kB Progress (4): 270 kB | 393/565 kB | 335/374 kB | 168/452 kB Progress (4): 270 kB | 393/565 kB | 335/374 kB | 172/452 kB Progress (4): 270 kB | 393/565 kB | 335/374 kB | 176/452 kB Progress (4): 270 kB | 393/565 kB | 335/374 kB | 180/452 kB Progress (4): 270 kB | 393/565 kB | 335/374 kB | 184/452 kB Progress (4): 270 kB | 393/565 kB | 335/374 kB | 188/452 kB Progress (4): 270 kB | 393/565 kB | 335/374 kB | 192/452 kB Progress (4): 270 kB | 393/565 kB | 335/374 kB | 196/452 kB Progress (4): 270 kB | 393/565 kB | 335/374 kB | 200/452 kB Progress (4): 270 kB | 393/565 kB | 335/374 kB | 204/452 kB Progress (4): 270 kB | 393/565 kB | 335/374 kB | 208/452 kB Progress (4): 270 kB | 393/565 kB | 335/374 kB | 213/452 kB Progress (4): 270 kB | 393/565 kB | 335/374 kB | 217/452 kB Progress (4): 270 kB | 393/565 kB | 335/374 kB | 221/452 kB Progress (4): 270 kB | 393/565 kB | 335/374 kB | 225/452 kB Progress (4): 270 kB | 393/565 kB | 335/374 kB | 229/452 kB Progress (4): 270 kB | 393/565 kB | 335/374 kB | 233/452 kB Progress (4): 270 kB | 393/565 kB | 335/374 kB | 237/452 kB Progress (4): 270 kB | 393/565 kB | 335/374 kB | 241/452 kB Progress (4): 270 kB | 393/565 kB | 335/374 kB | 245/452 kB Progress (4): 270 kB | 393/565 kB | 335/374 kB | 249/452 kB Progress (4): 270 kB | 393/565 kB | 335/374 kB | 254/452 kB Progress (4): 270 kB | 393/565 kB | 335/374 kB | 258/452 kB Progress (4): 270 kB | 393/565 kB | 335/374 kB | 262/452 kB Progress (4): 270 kB | 393/565 kB | 335/374 kB | 266/452 kB Progress (4): 270 kB | 393/565 kB | 335/374 kB | 270/452 kB Progress (4): 270 kB | 393/565 kB | 335/374 kB | 274/452 kB Progress (4): 270 kB | 393/565 kB | 335/374 kB | 278/452 kB Progress (4): 270 kB | 393/565 kB | 335/374 kB | 282/452 kB Progress (4): 270 kB | 393/565 kB | 335/374 kB | 286/452 kB Progress (4): 270 kB | 393/565 kB | 335/374 kB | 290/452 kB Progress (4): 270 kB | 393/565 kB | 335/374 kB | 295/452 kB Progress (4): 270 kB | 393/565 kB | 335/374 kB | 299/452 kB Progress (4): 270 kB | 393/565 kB | 335/374 kB | 303/452 kB Progress (4): 270 kB | 393/565 kB | 340/374 kB | 303/452 kB Progress (4): 270 kB | 393/565 kB | 344/374 kB | 303/452 kB Progress (4): 270 kB | 393/565 kB | 348/374 kB | 303/452 kB Progress (4): 270 kB | 393/565 kB | 352/374 kB | 303/452 kB Progress (4): 270 kB | 393/565 kB | 356/374 kB | 303/452 kB Progress (4): 270 kB | 393/565 kB | 360/374 kB | 303/452 kB Progress (4): 270 kB | 393/565 kB | 364/374 kB | 303/452 kB Progress (4): 270 kB | 393/565 kB | 368/374 kB | 303/452 kB Progress (4): 270 kB | 393/565 kB | 372/374 kB | 303/452 kB Progress (4): 270 kB | 393/565 kB | 374 kB | 303/452 kB Progress (4): 270 kB | 397/565 kB | 374 kB | 303/452 kB Progress (4): 270 kB | 401/565 kB | 374 kB | 303/452 kB Progress (4): 270 kB | 405/565 kB | 374 kB | 303/452 kB Progress (4): 270 kB | 409/565 kB | 374 kB | 303/452 kB Progress (4): 270 kB | 413/565 kB | 374 kB | 303/452 kB Progress (4): 270 kB | 417/565 kB | 374 kB | 303/452 kB Progress (4): 270 kB | 421/565 kB | 374 kB | 303/452 kB Progress (4): 270 kB | 426/565 kB | 374 kB | 303/452 kB Progress (4): 270 kB | 430/565 kB | 374 kB | 303/452 kB Progress (4): 270 kB | 434/565 kB | 374 kB | 303/452 kB Progress (4): 270 kB | 438/565 kB | 374 kB | 303/452 kB Progress (4): 270 kB | 442/565 kB | 374 kB | 303/452 kB Progress (4): 270 kB | 446/565 kB | 374 kB | 303/452 kB Progress (4): 270 kB | 450/565 kB | 374 kB | 303/452 kB Progress (4): 270 kB | 454/565 kB | 374 kB | 303/452 kB Progress (4): 270 kB | 458/565 kB | 374 kB | 303/452 kB Progress (4): 270 kB | 462/565 kB | 374 kB | 303/452 kB Progress (4): 270 kB | 467/565 kB | 374 kB | 303/452 kB Progress (4): 270 kB | 471/565 kB | 374 kB | 303/452 kB Progress (4): 270 kB | 475/565 kB | 374 kB | 303/452 kB Progress (4): 270 kB | 479/565 kB | 374 kB | 303/452 kB Progress (4): 270 kB | 483/565 kB | 374 kB | 303/452 kB Progress (4): 270 kB | 487/565 kB | 374 kB | 303/452 kB Progress (4): 270 kB | 491/565 kB | 374 kB | 303/452 kB Progress (5): 270 kB | 491/565 kB | 374 kB | 303/452 kB | 4.1/32 kB Progress (5): 270 kB | 491/565 kB | 374 kB | 303/452 kB | 7.8/32 kB Progress (5): 270 kB | 491/565 kB | 374 kB | 303/452 kB | 12/32 kB Progress (5): 270 kB | 491/565 kB | 374 kB | 303/452 kB | 16/32 kB Progress (5): 270 kB | 491/565 kB | 374 kB | 303/452 kB | 20/32 kB Progress (5): 270 kB | 491/565 kB | 374 kB | 303/452 kB | 24/32 kB Progress (5): 270 kB | 491/565 kB | 374 kB | 303/452 kB | 28/32 kB Progress (5): 270 kB | 491/565 kB | 374 kB | 303/452 kB | 32 kB Progress (5): 270 kB | 495/565 kB | 374 kB | 303/452 kB | 32 kB Progress (5): 270 kB | 499/565 kB | 374 kB | 303/452 kB | 32 kB Progress (5): 270 kB | 503/565 kB | 374 kB | 303/452 kB | 32 kB Progress (5): 270 kB | 508/565 kB | 374 kB | 303/452 kB | 32 kB Progress (5): 270 kB | 508/565 kB | 374 kB | 307/452 kB | 32 kB Progress (5): 270 kB | 508/565 kB | 374 kB | 311/452 kB | 32 kB Progress (5): 270 kB | 508/565 kB | 374 kB | 315/452 kB | 32 kB Progress (5): 270 kB | 508/565 kB | 374 kB | 319/452 kB | 32 kB Progress (5): 270 kB | 508/565 kB | 374 kB | 323/452 kB | 32 kB Progress (5): 270 kB | 508/565 kB | 374 kB | 327/452 kB | 32 kB Progress (5): 270 kB | 508/565 kB | 374 kB | 331/452 kB | 32 kB Progress (5): 270 kB | 508/565 kB | 374 kB | 335/452 kB | 32 kB Progress (5): 270 kB | 508/565 kB | 374 kB | 340/452 kB | 32 kB Progress (5): 270 kB | 508/565 kB | 374 kB | 344/452 kB | 32 kB Progress (5): 270 kB | 508/565 kB | 374 kB | 348/452 kB | 32 kB Progress (5): 270 kB | 508/565 kB | 374 kB | 352/452 kB | 32 kB Progress (5): 270 kB | 508/565 kB | 374 kB | 356/452 kB | 32 kB Progress (5): 270 kB | 508/565 kB | 374 kB | 360/452 kB | 32 kB Progress (5): 270 kB | 508/565 kB | 374 kB | 364/452 kB | 32 kB Progress (5): 270 kB | 508/565 kB | 374 kB | 368/452 kB | 32 kB Progress (5): 270 kB | 508/565 kB | 374 kB | 372/452 kB | 32 kB Progress (5): 270 kB | 508/565 kB | 374 kB | 376/452 kB | 32 kB Progress (5): 270 kB | 508/565 kB | 374 kB | 381/452 kB | 32 kB Progress (5): 270 kB | 508/565 kB | 374 kB | 385/452 kB | 32 kB Progress (5): 270 kB | 508/565 kB | 374 kB | 389/452 kB | 32 kB Progress (5): 270 kB | 508/565 kB | 374 kB | 393/452 kB | 32 kB Progress (5): 270 kB | 508/565 kB | 374 kB | 397/452 kB | 32 kB Progress (5): 270 kB | 508/565 kB | 374 kB | 401/452 kB | 32 kB Progress (5): 270 kB | 508/565 kB | 374 kB | 405/452 kB | 32 kB Progress (5): 270 kB | 508/565 kB | 374 kB | 409/452 kB | 32 kB Progress (5): 270 kB | 508/565 kB | 374 kB | 413/452 kB | 32 kB Progress (5): 270 kB | 508/565 kB | 374 kB | 417/452 kB | 32 kB Progress (5): 270 kB | 508/565 kB | 374 kB | 421/452 kB | 32 kB Progress (5): 270 kB | 508/565 kB | 374 kB | 426/452 kB | 32 kB Progress (5): 270 kB | 508/565 kB | 374 kB | 430/452 kB | 32 kB Progress (5): 270 kB | 508/565 kB | 374 kB | 434/452 kB | 32 kB Progress (5): 270 kB | 508/565 kB | 374 kB | 438/452 kB | 32 kB Progress (5): 270 kB | 508/565 kB | 374 kB | 442/452 kB | 32 kB Progress (5): 270 kB | 508/565 kB | 374 kB | 446/452 kB | 32 kB Progress (5): 270 kB | 508/565 kB | 374 kB | 450/452 kB | 32 kB Progress (5): 270 kB | 508/565 kB | 374 kB | 452 kB | 32 kB Progress (5): 270 kB | 512/565 kB | 374 kB | 452 kB | 32 kB Progress (5): 270 kB | 516/565 kB | 374 kB | 452 kB | 32 kB Progress (5): 270 kB | 520/565 kB | 374 kB | 452 kB | 32 kB Progress (5): 270 kB | 524/565 kB | 374 kB | 452 kB | 32 kB Progress (5): 270 kB | 528/565 kB | 374 kB | 452 kB | 32 kB Progress (5): 270 kB | 532/565 kB | 374 kB | 452 kB | 32 kB Progress (5): 270 kB | 536/565 kB | 374 kB | 452 kB | 32 kB Progress (5): 270 kB | 540/565 kB | 374 kB | 452 kB | 32 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/netty/netty-buffer/4.1.17.Final/netty-buffer-4.1.17.Final.jar (270 kB at 3.6 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/firebase/firebase-client-android/2.5.2/firebase-client-android-2.5.2.jar +Progress (4): 544/565 kB | 374 kB | 452 kB | 32 kB Progress (4): 548/565 kB | 374 kB | 452 kB | 32 kB Progress (4): 553/565 kB | 374 kB | 452 kB | 32 kB Progress (4): 557/565 kB | 374 kB | 452 kB | 32 kB Progress (4): 561/565 kB | 374 kB | 452 kB | 32 kB Progress (4): 565/565 kB | 374 kB | 452 kB | 32 kB Progress (4): 565 kB | 374 kB | 452 kB | 32 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/netty/netty-handler/4.1.17.Final/netty-handler-4.1.17.Final.jar (374 kB at 5.0 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/firebase/firebase-client-jvm/2.5.2/firebase-client-jvm-2.5.2.jar +Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/netty/netty-resolver/4.1.17.Final/netty-resolver-4.1.17.Final.jar (32 kB at 426 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/firebase/tubesock/0.0.12/tubesock-0.0.12.jar +Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/netty/netty-transport/4.1.17.Final/netty-transport-4.1.17.Final.jar (452 kB at 6.0 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/freemarker/freemarker/2.3.23/freemarker-2.3.23.jar +Progress (2): 565 kB | 4.1/31 kB Progress (2): 565 kB | 7.8/31 kB Progress (2): 565 kB | 12/31 kB Progress (2): 565 kB | 16/31 kB Progress (2): 565 kB | 20/31 kB Progress (2): 565 kB | 24/31 kB Progress (2): 565 kB | 28/31 kB Progress (2): 565 kB | 31 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/io/netty/netty-common/4.1.17.Final/netty-common-4.1.17.Final.jar (565 kB at 7.5 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/net/java/dev/jna/jna-platform/4.0.0/jna-platform-4.0.0.jar +Progress (2): 31 kB | 4.1/519 kB Progress (2): 31 kB | 7.8/519 kB Progress (2): 31 kB | 12/519 kB Progress (2): 31 kB | 16/519 kB Progress (2): 31 kB | 20/519 kB Progress (2): 31 kB | 24/519 kB Progress (2): 31 kB | 28/519 kB Progress (2): 31 kB | 32/519 kB Progress (2): 31 kB | 36/519 kB Progress (2): 31 kB | 41/519 kB Progress (2): 31 kB | 45/519 kB Progress (2): 31 kB | 49/519 kB Progress (2): 31 kB | 53/519 kB Progress (2): 31 kB | 57/519 kB Progress (2): 31 kB | 61/519 kB Progress (2): 31 kB | 65/519 kB Progress (2): 31 kB | 69/519 kB Progress (2): 31 kB | 73/519 kB Progress (2): 31 kB | 77/519 kB Progress (2): 31 kB | 82/519 kB Progress (2): 31 kB | 86/519 kB Progress (2): 31 kB | 90/519 kB Progress (2): 31 kB | 94/519 kB Progress (2): 31 kB | 98/519 kB Progress (2): 31 kB | 102/519 kB Progress (2): 31 kB | 106/519 kB Progress (2): 31 kB | 110/519 kB Progress (2): 31 kB | 114/519 kB Progress (2): 31 kB | 118/519 kB Progress (2): 31 kB | 122/519 kB Progress (3): 31 kB | 122/519 kB | 4.1/31 kB Progress (3): 31 kB | 122/519 kB | 7.8/31 kB Progress (3): 31 kB | 122/519 kB | 12/31 kB Progress (3): 31 kB | 122/519 kB | 16/31 kB Progress (3): 31 kB | 122/519 kB | 20/31 kB Progress (3): 31 kB | 122/519 kB | 24/31 kB Progress (3): 31 kB | 122/519 kB | 28/31 kB Progress (3): 31 kB | 122/519 kB | 31 kB Progress (4): 31 kB | 122/519 kB | 31 kB | 0/1.4 MB Progress (4): 31 kB | 122/519 kB | 31 kB | 0/1.4 MB Progress (4): 31 kB | 122/519 kB | 31 kB | 0/1.4 MB Progress (4): 31 kB | 122/519 kB | 31 kB | 0/1.4 MB Progress (4): 31 kB | 122/519 kB | 31 kB | 0/1.4 MB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/firebase/firebase-client-android/2.5.2/firebase-client-android-2.5.2.jar (31 kB at 405 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/net/java/dev/jna/jna/4.0.0/jna-4.0.0.jar +Progress (3): 122/519 kB | 31 kB | 0/1.4 MB Progress (3): 122/519 kB | 31 kB | 0.1/1.4 MB Progress (3): 122/519 kB | 31 kB | 0.1/1.4 MB Progress (3): 122/519 kB | 31 kB | 0.1/1.4 MB Progress (3): 122/519 kB | 31 kB | 0.1/1.4 MB Progress (3): 122/519 kB | 31 kB | 0.1/1.4 MB Progress (3): 122/519 kB | 31 kB | 0.1/1.4 MB Progress (3): 122/519 kB | 31 kB | 0.1/1.4 MB Progress (3): 122/519 kB | 31 kB | 0.1/1.4 MB Progress (3): 122/519 kB | 31 kB | 0.1/1.4 MB Progress (3): 122/519 kB | 31 kB | 0.1/1.4 MB Progress (3): 122/519 kB | 31 kB | 0.1/1.4 MB Progress (3): 127/519 kB | 31 kB | 0.1/1.4 MB Progress (3): 131/519 kB | 31 kB | 0.1/1.4 MB Progress (3): 135/519 kB | 31 kB | 0.1/1.4 MB Progress (3): 139/519 kB | 31 kB | 0.1/1.4 MB Progress (3): 143/519 kB | 31 kB | 0.1/1.4 MB Progress (3): 147/519 kB | 31 kB | 0.1/1.4 MB Progress (3): 151/519 kB | 31 kB | 0.1/1.4 MB Progress (3): 155/519 kB | 31 kB | 0.1/1.4 MB Progress (3): 159/519 kB | 31 kB | 0.1/1.4 MB Progress (3): 163/519 kB | 31 kB | 0.1/1.4 MB Progress (3): 168/519 kB | 31 kB | 0.1/1.4 MB Progress (3): 172/519 kB | 31 kB | 0.1/1.4 MB Progress (3): 176/519 kB | 31 kB | 0.1/1.4 MB Progress (3): 180/519 kB | 31 kB | 0.1/1.4 MB Progress (3): 184/519 kB | 31 kB | 0.1/1.4 MB Progress (3): 188/519 kB | 31 kB | 0.1/1.4 MB Progress (3): 192/519 kB | 31 kB | 0.1/1.4 MB Progress (3): 196/519 kB | 31 kB | 0.1/1.4 MB Progress (3): 200/519 kB | 31 kB | 0.1/1.4 MB Progress (3): 204/519 kB | 31 kB | 0.1/1.4 MB Progress (3): 208/519 kB | 31 kB | 0.1/1.4 MB Progress (3): 213/519 kB | 31 kB | 0.1/1.4 MB Progress (3): 217/519 kB | 31 kB | 0.1/1.4 MB Progress (3): 221/519 kB | 31 kB | 0.1/1.4 MB Progress (3): 225/519 kB | 31 kB | 0.1/1.4 MB Progress (3): 229/519 kB | 31 kB | 0.1/1.4 MB Progress (3): 233/519 kB | 31 kB | 0.1/1.4 MB Progress (3): 237/519 kB | 31 kB | 0.1/1.4 MB Progress (3): 241/519 kB | 31 kB | 0.1/1.4 MB Progress (3): 245/519 kB | 31 kB | 0.1/1.4 MB Progress (3): 249/519 kB | 31 kB | 0.1/1.4 MB Progress (3): 254/519 kB | 31 kB | 0.1/1.4 MB Progress (3): 258/519 kB | 31 kB | 0.1/1.4 MB Progress (3): 262/519 kB | 31 kB | 0.1/1.4 MB Progress (3): 266/519 kB | 31 kB | 0.1/1.4 MB Progress (3): 270/519 kB | 31 kB | 0.1/1.4 MB Progress (3): 274/519 kB | 31 kB | 0.1/1.4 MB Progress (3): 278/519 kB | 31 kB | 0.1/1.4 MB Progress (3): 282/519 kB | 31 kB | 0.1/1.4 MB Progress (3): 286/519 kB | 31 kB | 0.1/1.4 MB Progress (3): 290/519 kB | 31 kB | 0.1/1.4 MB Progress (3): 295/519 kB | 31 kB | 0.1/1.4 MB Progress (3): 299/519 kB | 31 kB | 0.1/1.4 MB Progress (3): 303/519 kB | 31 kB | 0.1/1.4 MB Progress (3): 307/519 kB | 31 kB | 0.1/1.4 MB Progress (3): 311/519 kB | 31 kB | 0.1/1.4 MB Progress (3): 315/519 kB | 31 kB | 0.1/1.4 MB Progress (3): 319/519 kB | 31 kB | 0.1/1.4 MB Progress (3): 323/519 kB | 31 kB | 0.1/1.4 MB Progress (3): 327/519 kB | 31 kB | 0.1/1.4 MB Progress (3): 331/519 kB | 31 kB | 0.1/1.4 MB Progress (3): 335/519 kB | 31 kB | 0.1/1.4 MB Progress (3): 340/519 kB | 31 kB | 0.1/1.4 MB Progress (3): 344/519 kB | 31 kB | 0.1/1.4 MB Progress (3): 348/519 kB | 31 kB | 0.1/1.4 MB Progress (3): 352/519 kB | 31 kB | 0.1/1.4 MB Progress (3): 356/519 kB | 31 kB | 0.1/1.4 MB Progress (3): 360/519 kB | 31 kB | 0.1/1.4 MB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/firebase/tubesock/0.0.12/tubesock-0.0.12.jar (31 kB at 404 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.jar +Progress (3): 360/519 kB | 0.1/1.4 MB | 0/1.2 MB Progress (3): 360/519 kB | 0.1/1.4 MB | 0/1.2 MB Progress (3): 360/519 kB | 0.1/1.4 MB | 0/1.2 MB Progress (3): 360/519 kB | 0.1/1.4 MB | 0/1.2 MB Progress (3): 360/519 kB | 0.1/1.4 MB | 0/1.2 MB Progress (3): 360/519 kB | 0.2/1.4 MB | 0/1.2 MB Progress (3): 360/519 kB | 0.2/1.4 MB | 0/1.2 MB Progress (3): 360/519 kB | 0.2/1.4 MB | 0/1.2 MB Progress (3): 360/519 kB | 0.2/1.4 MB | 0/1.2 MB Progress (3): 360/519 kB | 0.2/1.4 MB | 0/1.2 MB Progress (3): 360/519 kB | 0.2/1.4 MB | 0/1.2 MB Progress (3): 360/519 kB | 0.2/1.4 MB | 0/1.2 MB Progress (3): 360/519 kB | 0.2/1.4 MB | 0/1.2 MB Progress (3): 360/519 kB | 0.2/1.4 MB | 0/1.2 MB Progress (3): 360/519 kB | 0.2/1.4 MB | 0/1.2 MB Progress (3): 360/519 kB | 0.2/1.4 MB | 0/1.2 MB Progress (3): 364/519 kB | 0.2/1.4 MB | 0/1.2 MB Progress (3): 368/519 kB | 0.2/1.4 MB | 0/1.2 MB Progress (3): 372/519 kB | 0.2/1.4 MB | 0/1.2 MB Progress (3): 376/519 kB | 0.2/1.4 MB | 0/1.2 MB Progress (3): 381/519 kB | 0.2/1.4 MB | 0/1.2 MB Progress (3): 385/519 kB | 0.2/1.4 MB | 0/1.2 MB Progress (3): 389/519 kB | 0.2/1.4 MB | 0/1.2 MB Progress (3): 393/519 kB | 0.2/1.4 MB | 0/1.2 MB Progress (3): 397/519 kB | 0.2/1.4 MB | 0/1.2 MB Progress (3): 401/519 kB | 0.2/1.4 MB | 0/1.2 MB Progress (3): 405/519 kB | 0.2/1.4 MB | 0/1.2 MB Progress (3): 409/519 kB | 0.2/1.4 MB | 0/1.2 MB Progress (3): 413/519 kB | 0.2/1.4 MB | 0/1.2 MB Progress (3): 417/519 kB | 0.2/1.4 MB | 0/1.2 MB Progress (3): 421/519 kB | 0.2/1.4 MB | 0/1.2 MB Progress (3): 426/519 kB | 0.2/1.4 MB | 0/1.2 MB Progress (3): 430/519 kB | 0.2/1.4 MB | 0/1.2 MB Progress (3): 434/519 kB | 0.2/1.4 MB | 0/1.2 MB Progress (3): 438/519 kB | 0.2/1.4 MB | 0/1.2 MB Progress (3): 442/519 kB | 0.2/1.4 MB | 0/1.2 MB Progress (3): 446/519 kB | 0.2/1.4 MB | 0/1.2 MB Progress (3): 450/519 kB | 0.2/1.4 MB | 0/1.2 MB Progress (3): 454/519 kB | 0.2/1.4 MB | 0/1.2 MB Progress (3): 458/519 kB | 0.2/1.4 MB | 0/1.2 MB Progress (3): 462/519 kB | 0.2/1.4 MB | 0/1.2 MB Progress (3): 467/519 kB | 0.2/1.4 MB | 0/1.2 MB Progress (3): 471/519 kB | 0.2/1.4 MB | 0/1.2 MB Progress (3): 475/519 kB | 0.2/1.4 MB | 0/1.2 MB Progress (3): 475/519 kB | 0.2/1.4 MB | 0/1.2 MB Progress (3): 475/519 kB | 0.2/1.4 MB | 0/1.2 MB Progress (3): 475/519 kB | 0.2/1.4 MB | 0.1/1.2 MB Progress (3): 475/519 kB | 0.2/1.4 MB | 0.1/1.2 MB Progress (3): 475/519 kB | 0.2/1.4 MB | 0.1/1.2 MB Progress (3): 475/519 kB | 0.2/1.4 MB | 0.1/1.2 MB Progress (3): 475/519 kB | 0.2/1.4 MB | 0.1/1.2 MB Progress (3): 475/519 kB | 0.2/1.4 MB | 0.1/1.2 MB Progress (4): 475/519 kB | 0.2/1.4 MB | 0.1/1.2 MB | 7.8/915 kB Progress (4): 475/519 kB | 0.2/1.4 MB | 0.1/1.2 MB | 16/915 kB Progress (4): 475/519 kB | 0.2/1.4 MB | 0.1/1.2 MB | 24/915 kB Progress (4): 475/519 kB | 0.2/1.4 MB | 0.1/1.2 MB | 24/915 kB Progress (4): 475/519 kB | 0.3/1.4 MB | 0.1/1.2 MB | 24/915 kB Progress (4): 475/519 kB | 0.3/1.4 MB | 0.1/1.2 MB | 24/915 kB Progress (4): 475/519 kB | 0.3/1.4 MB | 0.1/1.2 MB | 24/915 kB Progress (4): 475/519 kB | 0.3/1.4 MB | 0.1/1.2 MB | 24/915 kB Progress (4): 475/519 kB | 0.3/1.4 MB | 0.1/1.2 MB | 24/915 kB Progress (4): 475/519 kB | 0.3/1.4 MB | 0.1/1.2 MB | 24/915 kB Progress (4): 475/519 kB | 0.3/1.4 MB | 0.1/1.2 MB | 24/915 kB Progress (4): 475/519 kB | 0.3/1.4 MB | 0.1/1.2 MB | 24/915 kB Progress (4): 475/519 kB | 0.3/1.4 MB | 0.1/1.2 MB | 24/915 kB Progress (4): 475/519 kB | 0.3/1.4 MB | 0.1/1.2 MB | 24/915 kB Progress (4): 475/519 kB | 0.3/1.4 MB | 0.1/1.2 MB | 24/915 kB Progress (4): 479/519 kB | 0.3/1.4 MB | 0.1/1.2 MB | 24/915 kB Progress (4): 483/519 kB | 0.3/1.4 MB | 0.1/1.2 MB | 24/915 kB Progress (4): 487/519 kB | 0.3/1.4 MB | 0.1/1.2 MB | 24/915 kB Progress (4): 491/519 kB | 0.3/1.4 MB | 0.1/1.2 MB | 24/915 kB Progress (4): 495/519 kB | 0.3/1.4 MB | 0.1/1.2 MB | 24/915 kB Progress (4): 499/519 kB | 0.3/1.4 MB | 0.1/1.2 MB | 24/915 kB Progress (4): 503/519 kB | 0.3/1.4 MB | 0.1/1.2 MB | 24/915 kB Progress (4): 508/519 kB | 0.3/1.4 MB | 0.1/1.2 MB | 24/915 kB Progress (4): 512/519 kB | 0.3/1.4 MB | 0.1/1.2 MB | 24/915 kB Progress (4): 516/519 kB | 0.3/1.4 MB | 0.1/1.2 MB | 24/915 kB Progress (4): 519 kB | 0.3/1.4 MB | 0.1/1.2 MB | 24/915 kB Progress (4): 519 kB | 0.3/1.4 MB | 0.1/1.2 MB | 24/915 kB Progress (4): 519 kB | 0.3/1.4 MB | 0.1/1.2 MB | 24/915 kB Progress (4): 519 kB | 0.3/1.4 MB | 0.1/1.2 MB | 24/915 kB Progress (4): 519 kB | 0.3/1.4 MB | 0.1/1.2 MB | 24/915 kB Progress (4): 519 kB | 0.3/1.4 MB | 0.1/1.2 MB | 24/915 kB Progress (4): 519 kB | 0.3/1.4 MB | 0.1/1.2 MB | 24/915 kB Progress (4): 519 kB | 0.3/1.4 MB | 0.2/1.2 MB | 24/915 kB Progress (4): 519 kB | 0.3/1.4 MB | 0.2/1.2 MB | 24/915 kB Progress (4): 519 kB | 0.3/1.4 MB | 0.2/1.2 MB | 24/915 kB Progress (4): 519 kB | 0.3/1.4 MB | 0.2/1.2 MB | 24/915 kB Progress (4): 519 kB | 0.3/1.4 MB | 0.2/1.2 MB | 32/915 kB Progress (4): 519 kB | 0.3/1.4 MB | 0.2/1.2 MB | 41/915 kB Progress (4): 519 kB | 0.3/1.4 MB | 0.2/1.2 MB | 49/915 kB Progress (4): 519 kB | 0.3/1.4 MB | 0.2/1.2 MB | 57/915 kB Progress (4): 519 kB | 0.3/1.4 MB | 0.2/1.2 MB | 65/915 kB Progress (4): 519 kB | 0.3/1.4 MB | 0.2/1.2 MB | 73/915 kB Progress (4): 519 kB | 0.3/1.4 MB | 0.2/1.2 MB | 73/915 kB Progress (4): 519 kB | 0.4/1.4 MB | 0.2/1.2 MB | 73/915 kB Progress (4): 519 kB | 0.4/1.4 MB | 0.2/1.2 MB | 73/915 kB Progress (4): 519 kB | 0.4/1.4 MB | 0.2/1.2 MB | 73/915 kB Progress (5): 519 kB | 0.4/1.4 MB | 0.2/1.2 MB | 73/915 kB | 4.1/221 kB Progress (5): 519 kB | 0.4/1.4 MB | 0.2/1.2 MB | 73/915 kB | 7.8/221 kB Progress (5): 519 kB | 0.4/1.4 MB | 0.2/1.2 MB | 73/915 kB | 12/221 kB Progress (5): 519 kB | 0.4/1.4 MB | 0.2/1.2 MB | 73/915 kB | 16/221 kB Progress (5): 519 kB | 0.4/1.4 MB | 0.2/1.2 MB | 73/915 kB | 20/221 kB Progress (5): 519 kB | 0.4/1.4 MB | 0.2/1.2 MB | 73/915 kB | 24/221 kB Progress (5): 519 kB | 0.4/1.4 MB | 0.2/1.2 MB | 73/915 kB | 28/221 kB Progress (5): 519 kB | 0.4/1.4 MB | 0.2/1.2 MB | 73/915 kB | 32/221 kB Progress (5): 519 kB | 0.4/1.4 MB | 0.2/1.2 MB | 73/915 kB | 36/221 kB Progress (5): 519 kB | 0.4/1.4 MB | 0.2/1.2 MB | 73/915 kB | 41/221 kB Progress (5): 519 kB | 0.4/1.4 MB | 0.2/1.2 MB | 73/915 kB | 45/221 kB Progress (5): 519 kB | 0.4/1.4 MB | 0.2/1.2 MB | 73/915 kB | 49/221 kB Progress (5): 519 kB | 0.4/1.4 MB | 0.2/1.2 MB | 73/915 kB | 49/221 kB Progress (5): 519 kB | 0.4/1.4 MB | 0.2/1.2 MB | 73/915 kB | 49/221 kB Progress (5): 519 kB | 0.4/1.4 MB | 0.2/1.2 MB | 73/915 kB | 49/221 kB Progress (5): 519 kB | 0.4/1.4 MB | 0.2/1.2 MB | 73/915 kB | 49/221 kB Progress (5): 519 kB | 0.4/1.4 MB | 0.2/1.2 MB | 73/915 kB | 49/221 kB Progress (5): 519 kB | 0.4/1.4 MB | 0.2/1.2 MB | 73/915 kB | 49/221 kB Progress (5): 519 kB | 0.4/1.4 MB | 0.2/1.2 MB | 73/915 kB | 49/221 kB Progress (5): 519 kB | 0.4/1.4 MB | 0.2/1.2 MB | 73/915 kB | 49/221 kB Progress (5): 519 kB | 0.4/1.4 MB | 0.2/1.2 MB | 73/915 kB | 49/221 kB Progress (5): 519 kB | 0.4/1.4 MB | 0.2/1.2 MB | 73/915 kB | 49/221 kB Progress (5): 519 kB | 0.4/1.4 MB | 0.3/1.2 MB | 73/915 kB | 49/221 kB Progress (5): 519 kB | 0.4/1.4 MB | 0.3/1.2 MB | 73/915 kB | 49/221 kB Progress (5): 519 kB | 0.4/1.4 MB | 0.3/1.2 MB | 73/915 kB | 49/221 kB Progress (5): 519 kB | 0.4/1.4 MB | 0.3/1.2 MB | 73/915 kB | 49/221 kB Progress (5): 519 kB | 0.4/1.4 MB | 0.3/1.2 MB | 73/915 kB | 49/221 kB Progress (5): 519 kB | 0.4/1.4 MB | 0.3/1.2 MB | 82/915 kB | 49/221 kB Progress (5): 519 kB | 0.4/1.4 MB | 0.3/1.2 MB | 90/915 kB | 49/221 kB Progress (5): 519 kB | 0.4/1.4 MB | 0.3/1.2 MB | 98/915 kB | 49/221 kB Progress (5): 519 kB | 0.4/1.4 MB | 0.3/1.2 MB | 106/915 kB | 49/221 kB Progress (5): 519 kB | 0.4/1.4 MB | 0.3/1.2 MB | 114/915 kB | 49/221 kB Progress (5): 519 kB | 0.4/1.4 MB | 0.3/1.2 MB | 122/915 kB | 49/221 kB Progress (5): 519 kB | 0.4/1.4 MB | 0.3/1.2 MB | 131/915 kB | 49/221 kB Progress (5): 519 kB | 0.4/1.4 MB | 0.3/1.2 MB | 139/915 kB | 49/221 kB Progress (5): 519 kB | 0.4/1.4 MB | 0.3/1.2 MB | 147/915 kB | 49/221 kB Progress (5): 519 kB | 0.4/1.4 MB | 0.3/1.2 MB | 155/915 kB | 49/221 kB Progress (5): 519 kB | 0.4/1.4 MB | 0.3/1.2 MB | 163/915 kB | 49/221 kB Progress (5): 519 kB | 0.4/1.4 MB | 0.3/1.2 MB | 172/915 kB | 49/221 kB Progress (5): 519 kB | 0.4/1.4 MB | 0.3/1.2 MB | 172/915 kB | 53/221 kB Progress (5): 519 kB | 0.4/1.4 MB | 0.3/1.2 MB | 172/915 kB | 57/221 kB Progress (5): 519 kB | 0.4/1.4 MB | 0.3/1.2 MB | 172/915 kB | 61/221 kB Progress (5): 519 kB | 0.4/1.4 MB | 0.3/1.2 MB | 172/915 kB | 65/221 kB Progress (5): 519 kB | 0.4/1.4 MB | 0.3/1.2 MB | 172/915 kB | 69/221 kB Progress (5): 519 kB | 0.4/1.4 MB | 0.3/1.2 MB | 172/915 kB | 73/221 kB Progress (5): 519 kB | 0.4/1.4 MB | 0.3/1.2 MB | 172/915 kB | 77/221 kB Progress (5): 519 kB | 0.4/1.4 MB | 0.3/1.2 MB | 172/915 kB | 82/221 kB Progress (5): 519 kB | 0.4/1.4 MB | 0.3/1.2 MB | 172/915 kB | 86/221 kB Progress (5): 519 kB | 0.4/1.4 MB | 0.3/1.2 MB | 172/915 kB | 90/221 kB Progress (5): 519 kB | 0.4/1.4 MB | 0.3/1.2 MB | 172/915 kB | 94/221 kB Progress (5): 519 kB | 0.4/1.4 MB | 0.3/1.2 MB | 172/915 kB | 98/221 kB Progress (5): 519 kB | 0.4/1.4 MB | 0.3/1.2 MB | 172/915 kB | 102/221 kB Progress (5): 519 kB | 0.4/1.4 MB | 0.3/1.2 MB | 172/915 kB | 106/221 kB Progress (5): 519 kB | 0.4/1.4 MB | 0.3/1.2 MB | 172/915 kB | 110/221 kB Progress (5): 519 kB | 0.4/1.4 MB | 0.3/1.2 MB | 172/915 kB | 114/221 kB Progress (5): 519 kB | 0.4/1.4 MB | 0.3/1.2 MB | 172/915 kB | 118/221 kB Progress (5): 519 kB | 0.4/1.4 MB | 0.3/1.2 MB | 172/915 kB | 122/221 kB Progress (5): 519 kB | 0.4/1.4 MB | 0.3/1.2 MB | 172/915 kB | 127/221 kB Progress (5): 519 kB | 0.4/1.4 MB | 0.3/1.2 MB | 172/915 kB | 131/221 kB Progress (5): 519 kB | 0.4/1.4 MB | 0.3/1.2 MB | 172/915 kB | 135/221 kB Progress (5): 519 kB | 0.4/1.4 MB | 0.3/1.2 MB | 172/915 kB | 139/221 kB Progress (5): 519 kB | 0.4/1.4 MB | 0.3/1.2 MB | 172/915 kB | 143/221 kB Progress (5): 519 kB | 0.4/1.4 MB | 0.3/1.2 MB | 172/915 kB | 147/221 kB Progress (5): 519 kB | 0.4/1.4 MB | 0.3/1.2 MB | 172/915 kB | 151/221 kB Progress (5): 519 kB | 0.4/1.4 MB | 0.3/1.2 MB | 172/915 kB | 155/221 kB Progress (5): 519 kB | 0.4/1.4 MB | 0.3/1.2 MB | 172/915 kB | 159/221 kB Progress (5): 519 kB | 0.4/1.4 MB | 0.3/1.2 MB | 172/915 kB | 163/221 kB Progress (5): 519 kB | 0.4/1.4 MB | 0.3/1.2 MB | 172/915 kB | 163/221 kB Progress (5): 519 kB | 0.4/1.4 MB | 0.3/1.2 MB | 172/915 kB | 163/221 kB Progress (5): 519 kB | 0.4/1.4 MB | 0.3/1.2 MB | 172/915 kB | 163/221 kB Progress (5): 519 kB | 0.4/1.4 MB | 0.3/1.2 MB | 172/915 kB | 163/221 kB Progress (5): 519 kB | 0.4/1.4 MB | 0.3/1.2 MB | 172/915 kB | 163/221 kB Progress (5): 519 kB | 0.4/1.4 MB | 0.3/1.2 MB | 172/915 kB | 163/221 kB Progress (5): 519 kB | 0.4/1.4 MB | 0.3/1.2 MB | 172/915 kB | 163/221 kB Progress (5): 519 kB | 0.5/1.4 MB | 0.3/1.2 MB | 172/915 kB | 163/221 kB Progress (5): 519 kB | 0.5/1.4 MB | 0.3/1.2 MB | 172/915 kB | 163/221 kB Progress (5): 519 kB | 0.5/1.4 MB | 0.3/1.2 MB | 172/915 kB | 163/221 kB Progress (5): 519 kB | 0.5/1.4 MB | 0.3/1.2 MB | 172/915 kB | 163/221 kB Progress (5): 519 kB | 0.5/1.4 MB | 0.3/1.2 MB | 172/915 kB | 163/221 kB Progress (5): 519 kB | 0.5/1.4 MB | 0.3/1.2 MB | 172/915 kB | 163/221 kB Progress (5): 519 kB | 0.5/1.4 MB | 0.3/1.2 MB | 172/915 kB | 163/221 kB Progress (5): 519 kB | 0.5/1.4 MB | 0.3/1.2 MB | 172/915 kB | 163/221 kB Progress (5): 519 kB | 0.5/1.4 MB | 0.3/1.2 MB | 172/915 kB | 163/221 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/com/firebase/firebase-client-jvm/2.5.2/firebase-client-jvm-2.5.2.jar (519 kB at 6.7 kB/s) +Progress (4): 0.5/1.4 MB | 0.3/1.2 MB | 172/915 kB | 163/221 kB Progress (4): 0.5/1.4 MB | 0.3/1.2 MB | 172/915 kB | 163/221 kB Progress (4): 0.5/1.4 MB | 0.3/1.2 MB | 172/915 kB | 163/221 kB Progress (4): 0.5/1.4 MB | 0.3/1.2 MB | 172/915 kB | 163/221 kB Progress (4): 0.5/1.4 MB | 0.3/1.2 MB | 172/915 kB | 163/221 kB Progress (4): 0.5/1.4 MB | 0.3/1.2 MB | 172/915 kB | 163/221 kB Progress (4): 0.5/1.4 MB | 0.3/1.2 MB | 172/915 kB | 163/221 kB Progress (4): 0.5/1.4 MB | 0.4/1.2 MB | 172/915 kB | 163/221 kB Progress (4): 0.5/1.4 MB | 0.4/1.2 MB | 172/915 kB | 163/221 kB Progress (4): 0.5/1.4 MB | 0.4/1.2 MB | 172/915 kB | 163/221 kB Progress (4): 0.5/1.4 MB | 0.4/1.2 MB | 172/915 kB | 163/221 kB Progress (4): 0.5/1.4 MB | 0.4/1.2 MB | 172/915 kB | 163/221 kB Progress (4): 0.5/1.4 MB | 0.4/1.2 MB | 180/915 kB | 163/221 kB Progress (4): 0.5/1.4 MB | 0.4/1.2 MB | 188/915 kB | 163/221 kB Progress (4): 0.5/1.4 MB | 0.4/1.2 MB | 196/915 kB | 163/221 kB Progress (4): 0.5/1.4 MB | 0.4/1.2 MB | 204/915 kB | 163/221 kB Progress (4): 0.5/1.4 MB | 0.4/1.2 MB | 213/915 kB | 163/221 kB Progress (4): 0.5/1.4 MB | 0.4/1.2 MB | 221/915 kB | 163/221 kB Progress (4): 0.5/1.4 MB | 0.4/1.2 MB | 229/915 kB | 163/221 kB Progress (4): 0.5/1.4 MB | 0.4/1.2 MB | 237/915 kB | 163/221 kB Progress (4): 0.5/1.4 MB | 0.4/1.2 MB | 245/915 kB | 163/221 kB Progress (4): 0.5/1.4 MB | 0.4/1.2 MB | 254/915 kB | 163/221 kB Progress (4): 0.5/1.4 MB | 0.4/1.2 MB | 262/915 kB | 163/221 kB Progress (4): 0.5/1.4 MB | 0.4/1.2 MB | 270/915 kB | 163/221 kB Progress (4): 0.5/1.4 MB | 0.4/1.2 MB | 270/915 kB | 163/221 kB Progress (4): 0.5/1.4 MB | 0.4/1.2 MB | 270/915 kB | 163/221 kB Progress (4): 0.5/1.4 MB | 0.4/1.2 MB | 270/915 kB | 163/221 kB Progress (4): 0.5/1.4 MB | 0.4/1.2 MB | 270/915 kB | 163/221 kB Progress (4): 0.5/1.4 MB | 0.4/1.2 MB | 270/915 kB | 168/221 kB Progress (4): 0.5/1.4 MB | 0.4/1.2 MB | 270/915 kB | 172/221 kB Progress (4): 0.5/1.4 MB | 0.4/1.2 MB | 270/915 kB | 176/221 kB Progress (4): 0.5/1.4 MB | 0.4/1.2 MB | 270/915 kB | 180/221 kB Progress (4): 0.5/1.4 MB | 0.4/1.2 MB | 270/915 kB | 184/221 kB Progress (4): 0.5/1.4 MB | 0.4/1.2 MB | 270/915 kB | 188/221 kB Progress (4): 0.5/1.4 MB | 0.4/1.2 MB | 270/915 kB | 192/221 kB Progress (4): 0.5/1.4 MB | 0.4/1.2 MB | 270/915 kB | 196/221 kB Progress (4): 0.5/1.4 MB | 0.4/1.2 MB | 270/915 kB | 200/221 kB Progress (4): 0.5/1.4 MB | 0.4/1.2 MB | 270/915 kB | 204/221 kB Progress (4): 0.5/1.4 MB | 0.4/1.2 MB | 270/915 kB | 208/221 kB Progress (4): 0.5/1.4 MB | 0.4/1.2 MB | 270/915 kB | 213/221 kB Progress (4): 0.5/1.4 MB | 0.4/1.2 MB | 270/915 kB | 217/221 kB Progress (4): 0.5/1.4 MB | 0.4/1.2 MB | 270/915 kB | 221 kB Progress (4): 0.6/1.4 MB | 0.4/1.2 MB | 270/915 kB | 221 kB Progress (4): 0.6/1.4 MB | 0.4/1.2 MB | 270/915 kB | 221 kB Progress (4): 0.6/1.4 MB | 0.4/1.2 MB | 270/915 kB | 221 kB Progress (4): 0.6/1.4 MB | 0.4/1.2 MB | 270/915 kB | 221 kB Progress (4): 0.6/1.4 MB | 0.4/1.2 MB | 270/915 kB | 221 kB Progress (4): 0.6/1.4 MB | 0.4/1.2 MB | 270/915 kB | 221 kB Progress (4): 0.6/1.4 MB | 0.4/1.2 MB | 270/915 kB | 221 kB Progress (4): 0.6/1.4 MB | 0.4/1.2 MB | 270/915 kB | 221 kB Progress (4): 0.6/1.4 MB | 0.4/1.2 MB | 270/915 kB | 221 kB Progress (4): 0.6/1.4 MB | 0.4/1.2 MB | 270/915 kB | 221 kB Progress (4): 0.6/1.4 MB | 0.4/1.2 MB | 270/915 kB | 221 kB Progress (4): 0.6/1.4 MB | 0.4/1.2 MB | 270/915 kB | 221 kB Progress (4): 0.6/1.4 MB | 0.4/1.2 MB | 270/915 kB | 221 kB Progress (4): 0.6/1.4 MB | 0.5/1.2 MB | 270/915 kB | 221 kB Progress (4): 0.6/1.4 MB | 0.5/1.2 MB | 270/915 kB | 221 kB Progress (4): 0.6/1.4 MB | 0.5/1.2 MB | 270/915 kB | 221 kB Progress (4): 0.6/1.4 MB | 0.5/1.2 MB | 270/915 kB | 221 kB Progress (4): 0.6/1.4 MB | 0.5/1.2 MB | 270/915 kB | 221 kB Progress (4): 0.6/1.4 MB | 0.5/1.2 MB | 270/915 kB | 221 kB Progress (4): 0.6/1.4 MB | 0.5/1.2 MB | 270/915 kB | 221 kB Progress (4): 0.6/1.4 MB | 0.5/1.2 MB | 278/915 kB | 221 kB Progress (4): 0.6/1.4 MB | 0.5/1.2 MB | 286/915 kB | 221 kB Progress (4): 0.6/1.4 MB | 0.5/1.2 MB | 295/915 kB | 221 kB Progress (4): 0.6/1.4 MB | 0.5/1.2 MB | 303/915 kB | 221 kB Progress (4): 0.6/1.4 MB | 0.5/1.2 MB | 311/915 kB | 221 kB Progress (4): 0.6/1.4 MB | 0.5/1.2 MB | 319/915 kB | 221 kB Progress (4): 0.6/1.4 MB | 0.5/1.2 MB | 327/915 kB | 221 kB Progress (4): 0.6/1.4 MB | 0.5/1.2 MB | 335/915 kB | 221 kB Progress (4): 0.6/1.4 MB | 0.5/1.2 MB | 344/915 kB | 221 kB Progress (4): 0.6/1.4 MB | 0.5/1.2 MB | 352/915 kB | 221 kB Progress (4): 0.6/1.4 MB | 0.5/1.2 MB | 360/915 kB | 221 kB Progress (4): 0.6/1.4 MB | 0.5/1.2 MB | 368/915 kB | 221 kB Progress (4): 0.6/1.4 MB | 0.5/1.2 MB | 376/915 kB | 221 kB Progress (4): 0.6/1.4 MB | 0.5/1.2 MB | 376/915 kB | 221 kB Progress (4): 0.6/1.4 MB | 0.5/1.2 MB | 376/915 kB | 221 kB Progress (4): 0.6/1.4 MB | 0.5/1.2 MB | 376/915 kB | 221 kB Progress (4): 0.6/1.4 MB | 0.5/1.2 MB | 376/915 kB | 221 kB Progress (4): 0.6/1.4 MB | 0.5/1.2 MB | 376/915 kB | 221 kB Progress (4): 0.6/1.4 MB | 0.5/1.2 MB | 376/915 kB | 221 kB Progress (4): 0.7/1.4 MB | 0.5/1.2 MB | 376/915 kB | 221 kB Progress (4): 0.7/1.4 MB | 0.5/1.2 MB | 376/915 kB | 221 kB Progress (4): 0.7/1.4 MB | 0.5/1.2 MB | 376/915 kB | 221 kB Progress (4): 0.7/1.4 MB | 0.5/1.2 MB | 376/915 kB | 221 kB Progress (4): 0.7/1.4 MB | 0.5/1.2 MB | 376/915 kB | 221 kB Progress (4): 0.7/1.4 MB | 0.5/1.2 MB | 376/915 kB | 221 kB Progress (4): 0.7/1.4 MB | 0.5/1.2 MB | 376/915 kB | 221 kB Progress (4): 0.7/1.4 MB | 0.5/1.2 MB | 376/915 kB | 221 kB Progress (4): 0.7/1.4 MB | 0.5/1.2 MB | 376/915 kB | 221 kB Progress (4): 0.7/1.4 MB | 0.5/1.2 MB | 376/915 kB | 221 kB Progress (4): 0.7/1.4 MB | 0.6/1.2 MB | 376/915 kB | 221 kB Progress (4): 0.7/1.4 MB | 0.6/1.2 MB | 376/915 kB | 221 kB Progress (4): 0.7/1.4 MB | 0.6/1.2 MB | 376/915 kB | 221 kB Progress (4): 0.7/1.4 MB | 0.6/1.2 MB | 376/915 kB | 221 kB Progress (4): 0.7/1.4 MB | 0.6/1.2 MB | 376/915 kB | 221 kB Progress (4): 0.7/1.4 MB | 0.6/1.2 MB | 376/915 kB | 221 kB Progress (4): 0.7/1.4 MB | 0.6/1.2 MB | 376/915 kB | 221 kB Progress (4): 0.7/1.4 MB | 0.6/1.2 MB | 376/915 kB | 221 kB Progress (4): 0.7/1.4 MB | 0.6/1.2 MB | 385/915 kB | 221 kB Progress (4): 0.7/1.4 MB | 0.6/1.2 MB | 393/915 kB | 221 kB Progress (4): 0.7/1.4 MB | 0.6/1.2 MB | 401/915 kB | 221 kB Progress (4): 0.7/1.4 MB | 0.6/1.2 MB | 409/915 kB | 221 kB Progress (4): 0.7/1.4 MB | 0.6/1.2 MB | 417/915 kB | 221 kB Progress (4): 0.7/1.4 MB | 0.6/1.2 MB | 426/915 kB | 221 kB Progress (4): 0.7/1.4 MB | 0.6/1.2 MB | 434/915 kB | 221 kB Progress (4): 0.7/1.4 MB | 0.6/1.2 MB | 442/915 kB | 221 kB Progress (4): 0.7/1.4 MB | 0.6/1.2 MB | 450/915 kB | 221 kB Progress (4): 0.7/1.4 MB | 0.6/1.2 MB | 458/915 kB | 221 kB Progress (4): 0.7/1.4 MB | 0.6/1.2 MB | 467/915 kB | 221 kB Progress (4): 0.7/1.4 MB | 0.6/1.2 MB | 475/915 kB | 221 kB Progress (4): 0.7/1.4 MB | 0.6/1.2 MB | 483/915 kB | 221 kB Progress (4): 0.7/1.4 MB | 0.6/1.2 MB | 491/915 kB | 221 kB Progress (4): 0.7/1.4 MB | 0.6/1.2 MB | 491/915 kB | 221 kB Progress (4): 0.7/1.4 MB | 0.6/1.2 MB | 491/915 kB | 221 kB Progress (4): 0.7/1.4 MB | 0.6/1.2 MB | 491/915 kB | 221 kB Progress (4): 0.7/1.4 MB | 0.6/1.2 MB | 491/915 kB | 221 kB Progress (4): 0.7/1.4 MB | 0.6/1.2 MB | 491/915 kB | 221 kB Progress (4): 0.7/1.4 MB | 0.6/1.2 MB | 491/915 kB | 221 kB Progress (4): 0.7/1.4 MB | 0.6/1.2 MB | 491/915 kB | 221 kB Progress (4): 0.7/1.4 MB | 0.6/1.2 MB | 491/915 kB | 221 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.jar (221 kB at 2.8 kB/s) +Progress (3): 0.8/1.4 MB | 0.6/1.2 MB | 491/915 kB Progress (3): 0.8/1.4 MB | 0.6/1.2 MB | 491/915 kB Progress (3): 0.8/1.4 MB | 0.6/1.2 MB | 491/915 kB Progress (3): 0.8/1.4 MB | 0.6/1.2 MB | 491/915 kB Progress (3): 0.8/1.4 MB | 0.6/1.2 MB | 491/915 kB Progress (3): 0.8/1.4 MB | 0.6/1.2 MB | 491/915 kB Progress (3): 0.8/1.4 MB | 0.7/1.2 MB | 491/915 kB Progress (3): 0.8/1.4 MB | 0.7/1.2 MB | 491/915 kB Progress (3): 0.8/1.4 MB | 0.7/1.2 MB | 491/915 kB Progress (3): 0.8/1.4 MB | 0.7/1.2 MB | 491/915 kB Progress (3): 0.8/1.4 MB | 0.7/1.2 MB | 491/915 kB Progress (3): 0.8/1.4 MB | 0.7/1.2 MB | 491/915 kB Progress (3): 0.8/1.4 MB | 0.7/1.2 MB | 491/915 kB Progress (3): 0.8/1.4 MB | 0.7/1.2 MB | 491/915 kB Progress (3): 0.8/1.4 MB | 0.7/1.2 MB | 491/915 kB Progress (3): 0.8/1.4 MB | 0.7/1.2 MB | 491/915 kB Progress (3): 0.8/1.4 MB | 0.7/1.2 MB | 499/915 kB Progress (3): 0.8/1.4 MB | 0.7/1.2 MB | 508/915 kB Progress (3): 0.8/1.4 MB | 0.7/1.2 MB | 516/915 kB Progress (3): 0.8/1.4 MB | 0.7/1.2 MB | 524/915 kB Progress (3): 0.8/1.4 MB | 0.7/1.2 MB | 532/915 kB Progress (3): 0.8/1.4 MB | 0.7/1.2 MB | 540/915 kB Progress (3): 0.8/1.4 MB | 0.7/1.2 MB | 548/915 kB Progress (3): 0.8/1.4 MB | 0.7/1.2 MB | 557/915 kB Progress (3): 0.8/1.4 MB | 0.7/1.2 MB | 565/915 kB Progress (3): 0.8/1.4 MB | 0.7/1.2 MB | 573/915 kB Progress (3): 0.8/1.4 MB | 0.7/1.2 MB | 581/915 kB Progress (3): 0.8/1.4 MB | 0.7/1.2 MB | 589/915 kB Progress (3): 0.8/1.4 MB | 0.7/1.2 MB | 598/915 kB Progress (3): 0.8/1.4 MB | 0.7/1.2 MB | 606/915 kB Progress (3): 0.8/1.4 MB | 0.7/1.2 MB | 606/915 kB Progress (3): 0.8/1.4 MB | 0.7/1.2 MB | 606/915 kB Progress (3): 0.8/1.4 MB | 0.7/1.2 MB | 606/915 kB Progress (3): 0.8/1.4 MB | 0.7/1.2 MB | 606/915 kB Progress (3): 0.8/1.4 MB | 0.7/1.2 MB | 606/915 kB Progress (3): 0.8/1.4 MB | 0.7/1.2 MB | 606/915 kB Progress (3): 0.8/1.4 MB | 0.7/1.2 MB | 606/915 kB Progress (3): 0.8/1.4 MB | 0.7/1.2 MB | 606/915 kB Progress (3): 0.8/1.4 MB | 0.7/1.2 MB | 606/915 kB Progress (3): 0.8/1.4 MB | 0.7/1.2 MB | 606/915 kB Progress (3): 0.8/1.4 MB | 0.7/1.2 MB | 606/915 kB Progress (3): 0.8/1.4 MB | 0.7/1.2 MB | 606/915 kB Progress (3): 0.8/1.4 MB | 0.8/1.2 MB | 606/915 kB Progress (3): 0.8/1.4 MB | 0.8/1.2 MB | 606/915 kB Progress (3): 0.8/1.4 MB | 0.8/1.2 MB | 606/915 kB Progress (3): 0.8/1.4 MB | 0.8/1.2 MB | 606/915 kB Progress (3): 0.8/1.4 MB | 0.8/1.2 MB | 606/915 kB Progress (3): 0.8/1.4 MB | 0.8/1.2 MB | 606/915 kB Progress (3): 0.8/1.4 MB | 0.8/1.2 MB | 606/915 kB Progress (3): 0.8/1.4 MB | 0.8/1.2 MB | 606/915 kB Progress (3): 0.8/1.4 MB | 0.8/1.2 MB | 606/915 kB Progress (3): 0.8/1.4 MB | 0.8/1.2 MB | 606/915 kB Progress (3): 0.8/1.4 MB | 0.8/1.2 MB | 606/915 kB Progress (3): 0.8/1.4 MB | 0.8/1.2 MB | 606/915 kB Progress (3): 0.8/1.4 MB | 0.8/1.2 MB | 614/915 kB Progress (3): 0.8/1.4 MB | 0.8/1.2 MB | 622/915 kB Progress (3): 0.8/1.4 MB | 0.8/1.2 MB | 630/915 kB Progress (3): 0.8/1.4 MB | 0.8/1.2 MB | 639/915 kB Progress (3): 0.8/1.4 MB | 0.8/1.2 MB | 647/915 kB Progress (3): 0.8/1.4 MB | 0.8/1.2 MB | 655/915 kB Progress (3): 0.8/1.4 MB | 0.8/1.2 MB | 663/915 kB Progress (3): 0.8/1.4 MB | 0.8/1.2 MB | 671/915 kB Progress (3): 0.8/1.4 MB | 0.8/1.2 MB | 680/915 kB Progress (3): 0.8/1.4 MB | 0.8/1.2 MB | 688/915 kB Progress (3): 0.8/1.4 MB | 0.8/1.2 MB | 696/915 kB Progress (3): 0.8/1.4 MB | 0.8/1.2 MB | 704/915 kB Progress (3): 0.8/1.4 MB | 0.8/1.2 MB | 712/915 kB Progress (3): 0.8/1.4 MB | 0.8/1.2 MB | 720/915 kB Progress (3): 0.9/1.4 MB | 0.8/1.2 MB | 720/915 kB Progress (3): 0.9/1.4 MB | 0.8/1.2 MB | 720/915 kB Progress (3): 0.9/1.4 MB | 0.8/1.2 MB | 720/915 kB Progress (3): 0.9/1.4 MB | 0.8/1.2 MB | 720/915 kB Progress (3): 0.9/1.4 MB | 0.8/1.2 MB | 720/915 kB Progress (3): 0.9/1.4 MB | 0.8/1.2 MB | 720/915 kB Progress (3): 0.9/1.4 MB | 0.8/1.2 MB | 720/915 kB Progress (3): 0.9/1.4 MB | 0.8/1.2 MB | 720/915 kB Progress (3): 0.9/1.4 MB | 0.8/1.2 MB | 720/915 kB Progress (3): 0.9/1.4 MB | 0.8/1.2 MB | 720/915 kB Progress (3): 0.9/1.4 MB | 0.8/1.2 MB | 720/915 kB Progress (3): 0.9/1.4 MB | 0.8/1.2 MB | 720/915 kB Progress (3): 0.9/1.4 MB | 0.9/1.2 MB | 720/915 kB Progress (3): 0.9/1.4 MB | 0.9/1.2 MB | 720/915 kB Progress (3): 0.9/1.4 MB | 0.9/1.2 MB | 729/915 kB Progress (3): 0.9/1.4 MB | 0.9/1.2 MB | 737/915 kB Progress (3): 0.9/1.4 MB | 0.9/1.2 MB | 737/915 kB Progress (3): 0.9/1.4 MB | 0.9/1.2 MB | 737/915 kB Progress (3): 0.9/1.4 MB | 0.9/1.2 MB | 737/915 kB Progress (3): 0.9/1.4 MB | 0.9/1.2 MB | 737/915 kB Progress (3): 0.9/1.4 MB | 0.9/1.2 MB | 737/915 kB Progress (3): 0.9/1.4 MB | 0.9/1.2 MB | 737/915 kB Progress (3): 0.9/1.4 MB | 0.9/1.2 MB | 737/915 kB Progress (3): 0.9/1.4 MB | 0.9/1.2 MB | 737/915 kB Progress (3): 0.9/1.4 MB | 0.9/1.2 MB | 737/915 kB Progress (3): 0.9/1.4 MB | 0.9/1.2 MB | 737/915 kB Progress (3): 0.9/1.4 MB | 0.9/1.2 MB | 737/915 kB Progress (3): 0.9/1.4 MB | 1.0/1.2 MB | 737/915 kB Progress (3): 0.9/1.4 MB | 1.0/1.2 MB | 745/915 kB Progress (3): 0.9/1.4 MB | 1.0/1.2 MB | 753/915 kB Progress (3): 0.9/1.4 MB | 1.0/1.2 MB | 761/915 kB Progress (3): 0.9/1.4 MB | 1.0/1.2 MB | 770/915 kB Progress (3): 0.9/1.4 MB | 1.0/1.2 MB | 778/915 kB Progress (3): 0.9/1.4 MB | 1.0/1.2 MB | 786/915 kB Progress (3): 0.9/1.4 MB | 1.0/1.2 MB | 794/915 kB Progress (3): 0.9/1.4 MB | 1.0/1.2 MB | 802/915 kB Progress (3): 0.9/1.4 MB | 1.0/1.2 MB | 811/915 kB Progress (3): 0.9/1.4 MB | 1.0/1.2 MB | 819/915 kB Progress (3): 0.9/1.4 MB | 1.0/1.2 MB | 827/915 kB Progress (3): 0.9/1.4 MB | 1.0/1.2 MB | 835/915 kB Progress (3): 0.9/1.4 MB | 1.0/1.2 MB | 843/915 kB Progress (3): 0.9/1.4 MB | 1.0/1.2 MB | 852/915 kB Progress (3): 0.9/1.4 MB | 1.0/1.2 MB | 852/915 kB Progress (3): 1.0/1.4 MB | 1.0/1.2 MB | 852/915 kB Progress (3): 1.0/1.4 MB | 1.0/1.2 MB | 852/915 kB Progress (3): 1.0/1.4 MB | 1.0/1.2 MB | 852/915 kB Progress (3): 1.0/1.4 MB | 1.0/1.2 MB | 852/915 kB Progress (3): 1.0/1.4 MB | 1.0/1.2 MB | 852/915 kB Progress (3): 1.0/1.4 MB | 1.0/1.2 MB | 852/915 kB Progress (3): 1.0/1.4 MB | 1.0/1.2 MB | 852/915 kB Progress (3): 1.0/1.4 MB | 1.0/1.2 MB | 852/915 kB Progress (3): 1.0/1.4 MB | 1.0/1.2 MB | 852/915 kB Progress (3): 1.0/1.4 MB | 1.0/1.2 MB | 852/915 kB Progress (3): 1.0/1.4 MB | 1.0/1.2 MB | 852/915 kB Progress (3): 1.0/1.4 MB | 1.0/1.2 MB | 852/915 kB Progress (3): 1.0/1.4 MB | 1.0/1.2 MB | 852/915 kB Progress (3): 1.0/1.4 MB | 1.0/1.2 MB | 852/915 kB Progress (3): 1.0/1.4 MB | 1.0/1.2 MB | 852/915 kB Progress (3): 1.0/1.4 MB | 1.0/1.2 MB | 852/915 kB Progress (3): 1.0/1.4 MB | 1.0/1.2 MB | 852/915 kB Progress (3): 1.0/1.4 MB | 1.0/1.2 MB | 852/915 kB Progress (3): 1.0/1.4 MB | 1.0/1.2 MB | 852/915 kB Progress (3): 1.0/1.4 MB | 1.0/1.2 MB | 852/915 kB Progress (3): 1.0/1.4 MB | 1.1/1.2 MB | 852/915 kB Progress (3): 1.0/1.4 MB | 1.1/1.2 MB | 852/915 kB Progress (3): 1.0/1.4 MB | 1.1/1.2 MB | 852/915 kB Progress (3): 1.0/1.4 MB | 1.1/1.2 MB | 860/915 kB Progress (3): 1.0/1.4 MB | 1.1/1.2 MB | 868/915 kB Progress (3): 1.0/1.4 MB | 1.1/1.2 MB | 876/915 kB Progress (3): 1.0/1.4 MB | 1.1/1.2 MB | 884/915 kB Progress (3): 1.0/1.4 MB | 1.1/1.2 MB | 893/915 kB Progress (3): 1.0/1.4 MB | 1.1/1.2 MB | 901/915 kB Progress (3): 1.0/1.4 MB | 1.1/1.2 MB | 909/915 kB Progress (3): 1.0/1.4 MB | 1.1/1.2 MB | 915 kB Progress (3): 1.0/1.4 MB | 1.1/1.2 MB | 915 kB Progress (3): 1.0/1.4 MB | 1.1/1.2 MB | 915 kB Progress (3): 1.0/1.4 MB | 1.1/1.2 MB | 915 kB Progress (3): 1.0/1.4 MB | 1.1/1.2 MB | 915 kB Progress (3): 1.0/1.4 MB | 1.1/1.2 MB | 915 kB Progress (3): 1.1/1.4 MB | 1.1/1.2 MB | 915 kB Progress (3): 1.1/1.4 MB | 1.1/1.2 MB | 915 kB Progress (3): 1.1/1.4 MB | 1.1/1.2 MB | 915 kB Progress (3): 1.1/1.4 MB | 1.1/1.2 MB | 915 kB Progress (3): 1.1/1.4 MB | 1.1/1.2 MB | 915 kB Progress (3): 1.1/1.4 MB | 1.1/1.2 MB | 915 kB Progress (3): 1.1/1.4 MB | 1.1/1.2 MB | 915 kB Progress (3): 1.1/1.4 MB | 1.1/1.2 MB | 915 kB Progress (3): 1.1/1.4 MB | 1.1/1.2 MB | 915 kB Progress (3): 1.1/1.4 MB | 1.1/1.2 MB | 915 kB Progress (3): 1.1/1.4 MB | 1.1/1.2 MB | 915 kB Progress (3): 1.1/1.4 MB | 1.1/1.2 MB | 915 kB Progress (3): 1.1/1.4 MB | 1.1/1.2 MB | 915 kB Progress (3): 1.1/1.4 MB | 1.1/1.2 MB | 915 kB Progress (3): 1.1/1.4 MB | 1.1/1.2 MB | 915 kB Progress (3): 1.1/1.4 MB | 1.1/1.2 MB | 915 kB Progress (3): 1.1/1.4 MB | 1.1/1.2 MB | 915 kB Progress (3): 1.1/1.4 MB | 1.2/1.2 MB | 915 kB Progress (3): 1.1/1.4 MB | 1.2/1.2 MB | 915 kB Progress (3): 1.1/1.4 MB | 1.2/1.2 MB | 915 kB Progress (3): 1.1/1.4 MB | 1.2/1.2 MB | 915 kB Progress (3): 1.1/1.4 MB | 1.2/1.2 MB | 915 kB Progress (3): 1.1/1.4 MB | 1.2/1.2 MB | 915 kB Progress (3): 1.1/1.4 MB | 1.2/1.2 MB | 915 kB Progress (3): 1.1/1.4 MB | 1.2/1.2 MB | 915 kB Progress (3): 1.1/1.4 MB | 1.2 MB | 915 kB Progress (3): 1.1/1.4 MB | 1.2 MB | 915 kB Progress (3): 1.1/1.4 MB | 1.2 MB | 915 kB Progress (3): 1.2/1.4 MB | 1.2 MB | 915 kB Progress (3): 1.2/1.4 MB | 1.2 MB | 915 kB Progress (3): 1.2/1.4 MB | 1.2 MB | 915 kB Progress (3): 1.2/1.4 MB | 1.2 MB | 915 kB Progress (3): 1.2/1.4 MB | 1.2 MB | 915 kB Progress (3): 1.2/1.4 MB | 1.2 MB | 915 kB Progress (3): 1.2/1.4 MB | 1.2 MB | 915 kB Progress (3): 1.2/1.4 MB | 1.2 MB | 915 kB Progress (3): 1.2/1.4 MB | 1.2 MB | 915 kB Progress (3): 1.2/1.4 MB | 1.2 MB | 915 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/net/java/dev/jna/jna/4.0.0/jna-4.0.0.jar (915 kB at 12 kB/s) +Progress (2): 1.2/1.4 MB | 1.2 MB Progress (2): 1.2/1.4 MB | 1.2 MB Progress (2): 1.3/1.4 MB | 1.2 MB Progress (2): 1.3/1.4 MB | 1.2 MB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/net/java/dev/jna/jna-platform/4.0.0/jna-platform-4.0.0.jar (1.2 MB at 15 kB/s) +Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.4 MB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-s3/org/freemarker/freemarker/2.3.23/freemarker-2.3.23.jar (1.4 MB at 17 kB/s) +Downloading from atlassian-public: https://maven.atlassian.com/repository/public/com/atlassian/sal/sal-api/3.0.7/sal-api-3.0.7.jar +Downloading from atlassian-public: https://maven.atlassian.com/repository/public/com/atlassian/util/concurrent/atlassian-util-concurrent/3.0.0/atlassian-util-concurrent-3.0.0.jar +Downloading from atlassian-public: https://maven.atlassian.com/repository/public/com/atlassian/event/atlassian-event/3.0.0/atlassian-event-3.0.0.jar +Progress (1): 3.6/73 kB Progress (1): 7.7/73 kB Progress (1): 12/73 kB Progress (1): 16/73 kB Progress (2): 16/73 kB | 4.1/50 kB Progress (2): 20/73 kB | 4.1/50 kB Progress (2): 20/73 kB | 7.3/50 kB Progress (2): 20/73 kB | 11/50 kB Progress (2): 20/73 kB | 16/50 kB Progress (2): 20/73 kB | 20/50 kB Progress (2): 20/73 kB | 24/50 kB Progress (2): 20/73 kB | 28/50 kB Progress (2): 20/73 kB | 32/50 kB Progress (2): 24/73 kB | 32/50 kB Progress (2): 28/73 kB | 32/50 kB Progress (2): 32/73 kB | 32/50 kB Progress (2): 36/73 kB | 32/50 kB Progress (2): 36/73 kB | 36/50 kB Progress (2): 40/73 kB | 36/50 kB Progress (2): 40/73 kB | 40/50 kB Progress (2): 45/73 kB | 40/50 kB Progress (2): 45/73 kB | 44/50 kB Progress (2): 49/73 kB | 44/50 kB Progress (2): 49/73 kB | 48/50 kB Progress (2): 53/73 kB | 48/50 kB Progress (2): 53/73 kB | 50 kB Progress (2): 57/73 kB | 50 kB Progress (2): 61/73 kB | 50 kB Progress (2): 65/73 kB | 50 kB Progress (2): 69/73 kB | 50 kB Progress (2): 73 kB | 50 kB Downloaded from atlassian-public: https://maven.atlassian.com/repository/public/com/atlassian/event/atlassian-event/3.0.0/atlassian-event-3.0.0.jar (50 kB at 24 kB/s) +Downloaded from atlassian-public: https://maven.atlassian.com/repository/public/com/atlassian/sal/sal-api/3.0.7/sal-api-3.0.7.jar (73 kB at 34 kB/s) +Progress (1): 4.1/144 kB Progress (1): 8.2/144 kB Progress (1): 12/144 kB Progress (1): 16/144 kB Progress (1): 20/144 kB Progress (1): 25/144 kB Progress (1): 29/144 kB Progress (1): 33/144 kB Progress (1): 37/144 kB Progress (1): 41/144 kB Progress (1): 45/144 kB Progress (1): 49/144 kB Progress (1): 52/144 kB Progress (1): 56/144 kB Progress (1): 60/144 kB Progress (1): 64/144 kB Progress (1): 68/144 kB Progress (1): 72/144 kB Progress (1): 76/144 kB Progress (1): 80/144 kB Progress (1): 84/144 kB Progress (1): 86/144 kB Progress (1): 90/144 kB Progress (1): 95/144 kB Progress (1): 99/144 kB Progress (1): 103/144 kB Progress (1): 107/144 kB Progress (1): 111/144 kB Progress (1): 115/144 kB Progress (1): 119/144 kB Progress (1): 121/144 kB Progress (1): 125/144 kB Progress (1): 129/144 kB Progress (1): 133/144 kB Progress (1): 138/144 kB Progress (1): 142/144 kB Progress (1): 144 kB Downloaded from atlassian-public: https://maven.atlassian.com/repository/public/com/atlassian/util/concurrent/atlassian-util-concurrent/3.0.0/atlassian-util-concurrent-3.0.0.jar (144 kB at 49 kB/s) +[INFO] +[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ lippia-api-example-project --- +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom +Progress (1): 1.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom (1.5 kB at 1.4 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.6/maven-2.0.6.pom +Progress (1): 2.2/9.0 kB Progress (1): 5.0/9.0 kB Progress (1): 7.8/9.0 kB Progress (1): 9.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.6/maven-2.0.6.pom (9.0 kB at 26 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/5/maven-parent-5.pom +Progress (1): 2.2/15 kB Progress (1): 5.0/15 kB Progress (1): 7.8/15 kB Progress (1): 11/15 kB Progress (1): 13/15 kB Progress (1): 15 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/5/maven-parent-5.pom (15 kB at 42 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/3/apache-3.pom +Progress (1): 2.2/3.4 kB Progress (1): 3.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/3/apache-3.pom (3.4 kB at 8.6 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom +Progress (1): 2.2/4.1 kB Progress (1): 4.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom (4.1 kB at 10 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/16/spice-parent-16.pom +Progress (1): 2.2/8.4 kB Progress (1): 5.0/8.4 kB Progress (1): 7.8/8.4 kB Progress (1): 8.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (8.4 kB at 18 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/5/forge-parent-5.pom +Progress (1): 2.2/8.4 kB Progress (1): 5.0/8.4 kB Progress (1): 7.8/8.4 kB Progress (1): 8.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (8.4 kB at 21 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar +Progress (1): 2.2/13 kB Progress (1): 5.0/13 kB Progress (1): 7.7/13 kB Progress (1): 10/13 kB Progress (1): 13 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar (13 kB at 32 kB/s) +Progress (1): 2.2/226 kB Progress (1): 5.0/226 kB Progress (1): 7.7/226 kB Progress (1): 10/226 kB Progress (1): 13/226 kB Progress (1): 16/226 kB Progress (1): 19/226 kB Progress (1): 21/226 kB Progress (1): 24/226 kB Progress (1): 27/226 kB Progress (1): 30/226 kB Progress (1): 32/226 kB Progress (1): 36/226 kB Progress (1): 40/226 kB Progress (1): 45/226 kB Progress (1): 49/226 kB Progress (1): 53/226 kB Progress (1): 57/226 kB Progress (1): 61/226 kB Progress (1): 65/226 kB Progress (1): 69/226 kB Progress (1): 73/226 kB Progress (1): 77/226 kB Progress (1): 81/226 kB Progress (1): 85/226 kB Progress (1): 90/226 kB Progress (1): 94/226 kB Progress (1): 98/226 kB Progress (1): 102/226 kB Progress (1): 106/226 kB Progress (1): 110/226 kB Progress (1): 114/226 kB Progress (1): 118/226 kB Progress (1): 122/226 kB Progress (1): 126/226 kB Progress (1): 131/226 kB Progress (1): 135/226 kB Progress (1): 139/226 kB Progress (1): 143/226 kB Progress (1): 147/226 kB Progress (1): 151/226 kB Progress (1): 155/226 kB Progress (1): 159/226 kB Progress (1): 163/226 kB Progress (1): 167/226 kB Progress (1): 171/226 kB Progress (1): 176/226 kB Progress (1): 180/226 kB Progress (1): 184/226 kB Progress (1): 188/226 kB Progress (1): 192/226 kB Progress (1): 196/226 kB Progress (1): 200/226 kB Progress (1): 204/226 kB Progress (1): 208/226 kB Progress (1): 212/226 kB Progress (1): 217/226 kB Progress (1): 221/226 kB Progress (1): 225/226 kB Progress (1): 226 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar (226 kB at 148 kB/s) +[INFO] +[INFO] --- maven-resources-plugin:2.4:resources (default-resources) @ lippia-api-example-project --- +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom +Progress (1): 2.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom (2.6 kB at 7.3 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom +Progress (1): 2.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom (2.0 kB at 5.0 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom +Progress (1): 2.2/3.0 kB Progress (1): 3.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom (3.0 kB at 7.6 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom +Progress (1): 1.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom (1.9 kB at 5.5 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom +Progress (1): 2.2/9.0 kB Progress (1): 5.0/9.0 kB Progress (1): 7.7/9.0 kB Progress (1): 9.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9.0 kB at 22 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom +Progress (1): 2.2/3.9 kB Progress (1): 3.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom (3.9 kB at 9.8 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom +Progress (1): 492 B Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (492 B at 1.4 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom +Progress (1): 2.2/5.7 kB Progress (1): 5.0/5.7 kB Progress (1): 5.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (5.7 kB at 14 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.pom +Progress (1): 998 B Downloaded from central: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.pom (998 B at 2.5 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom +Progress (1): 2.2/6.9 kB Progress (1): 5.0/6.9 kB Progress (1): 6.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (6.9 kB at 17 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom +Progress (1): 2.2/3.1 kB Progress (1): 3.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom (3.1 kB at 9.1 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom +Progress (1): 2.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom (2.0 kB at 4.9 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom +Progress (1): 2.2/2.6 kB Progress (1): 2.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom (2.6 kB at 6.5 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom +Progress (1): 1.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom (1.9 kB at 4.6 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom +Progress (1): 1.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom (1.6 kB at 3.9 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom +Progress (1): 1.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom (1.9 kB at 4.9 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom +Progress (1): 2.2/6.8 kB Progress (1): 5.0/6.8 kB Progress (1): 6.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom (6.8 kB at 17 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom +Progress (1): 2.2/12 kB Progress (1): 5.0/12 kB Progress (1): 7.8/12 kB Progress (1): 11/12 kB Progress (1): 12 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 kB at 29 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.0-beta-3/maven-filtering-1.0-beta-3.pom +Progress (1): 2.2/5.5 kB Progress (1): 5.0/5.5 kB Progress (1): 5.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.0-beta-3/maven-filtering-1.0-beta-3.pom (5.5 kB at 14 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/11/maven-shared-components-11.pom +Progress (1): 2.2/8.3 kB Progress (1): 5.0/8.3 kB Progress (1): 7.8/8.3 kB Progress (1): 8.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/11/maven-shared-components-11.pom (8.3 kB at 21 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom +Progress (1): 2.2/6.7 kB Progress (1): 5.0/6.7 kB Progress (1): 6.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom (6.7 kB at 17 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom +Progress (1): 1.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom (1.9 kB at 4.8 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom +Progress (1): 1.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom (1.8 kB at 4.4 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom +Progress (1): 1.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom (1.4 kB at 3.6 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom +Progress (1): 424 B Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom (424 B at 1.1 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom +Progress (1): 2.2/3.9 kB Progress (1): 3.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom (3.9 kB at 9.7 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom +Progress (1): 1.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom (1.7 kB at 4.2 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.pom +Progress (1): 2.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.pom (2.1 kB at 5.2 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom +Progress (1): 2.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom (2.0 kB at 5.0 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom +Progress (1): 2.2/7.1 kB Progress (1): 5.0/7.1 kB Progress (1): 7.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom (7.1 kB at 20 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom +Progress (1): 1.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom (1.3 kB at 3.2 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.pom +Progress (1): 2.2/3.3 kB Progress (1): 3.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.pom (3.3 kB at 8.2 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom +Progress (1): 889 B Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom (889 B at 2.2 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom +Progress (1): 2.2/5.8 kB Progress (1): 5.0/5.8 kB Progress (1): 5.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (5.8 kB at 14 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom +Progress (1): 2.8/2.9 kB Progress (1): 2.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom (2.9 kB at 7.2 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/10/spice-parent-10.pom +Progress (1): 2.2/3.0 kB Progress (1): 3.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/10/spice-parent-10.pom (3.0 kB at 7.5 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/3/forge-parent-3.pom +Progress (1): 2.2/5.0 kB Progress (1): 5.0/5.0 kB Progress (1): 5.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/3/forge-parent-3.pom (5.0 kB at 12 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom +Progress (1): 2.2/8.1 kB Progress (1): 5.0/8.1 kB Progress (1): 7.8/8.1 kB Progress (1): 8.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom (8.1 kB at 20 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar +Progress (1): 2.2/49 kB Progress (1): 5.0/49 kB Progress (2): 5.0/49 kB | 2.2/116 kB Progress (2): 7.7/49 kB | 2.2/116 kB Progress (2): 7.7/49 kB | 5.0/116 kB Progress (2): 10/49 kB | 5.0/116 kB Progress (2): 10/49 kB | 7.7/116 kB Progress (2): 13/49 kB | 7.7/116 kB Progress (2): 13/49 kB | 10/116 kB Progress (2): 16/49 kB | 10/116 kB Progress (2): 19/49 kB | 10/116 kB Progress (2): 21/49 kB | 10/116 kB Progress (2): 24/49 kB | 10/116 kB Progress (2): 27/49 kB | 10/116 kB Progress (2): 30/49 kB | 10/116 kB Progress (2): 32/49 kB | 10/116 kB Progress (2): 36/49 kB | 10/116 kB Progress (2): 40/49 kB | 10/116 kB Progress (2): 45/49 kB | 10/116 kB Progress (2): 49/49 kB | 10/116 kB Progress (2): 49 kB | 10/116 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar (49 kB at 77 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar +Progress (2): 10/116 kB | 4.1/24 kB Progress (2): 10/116 kB | 7.7/24 kB Progress (2): 10/116 kB | 12/24 kB Progress (2): 10/116 kB | 16/24 kB Progress (2): 10/116 kB | 20/24 kB Progress (2): 10/116 kB | 24/24 kB Progress (2): 10/116 kB | 24 kB Progress (2): 13/116 kB | 24 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar (24 kB at 26 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar +Progress (1): 16/116 kB Progress (2): 16/116 kB | 4.1/29 kB Progress (2): 16/116 kB | 7.7/29 kB Progress (2): 16/116 kB | 12/29 kB Progress (2): 16/116 kB | 16/29 kB Progress (2): 16/116 kB | 20/29 kB Progress (2): 16/116 kB | 24/29 kB Progress (2): 16/116 kB | 28/29 kB Progress (2): 16/116 kB | 29 kB Progress (2): 19/116 kB | 29 kB Progress (2): 21/116 kB | 29 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar (29 kB at 23 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar +Progress (1): 24/116 kB Progress (1): 27/116 kB Progress (1): 30/116 kB Progress (1): 32/116 kB Progress (2): 32/116 kB | 4.1/87 kB Progress (2): 32/116 kB | 7.7/87 kB Progress (2): 32/116 kB | 12/87 kB Progress (2): 32/116 kB | 16/87 kB Progress (2): 32/116 kB | 20/87 kB Progress (2): 32/116 kB | 24/87 kB Progress (2): 32/116 kB | 28/87 kB Progress (2): 32/116 kB | 32/87 kB Progress (2): 32/116 kB | 36/87 kB Progress (2): 32/116 kB | 40/87 kB Progress (2): 32/116 kB | 45/87 kB Progress (2): 32/116 kB | 49/87 kB Progress (3): 32/116 kB | 49/87 kB | 2.2/57 kB Progress (3): 32/116 kB | 49/87 kB | 5.0/57 kB Progress (3): 32/116 kB | 49/87 kB | 7.7/57 kB Progress (3): 32/116 kB | 49/87 kB | 10/57 kB Progress (3): 32/116 kB | 49/87 kB | 13/57 kB Progress (4): 32/116 kB | 49/87 kB | 13/57 kB | 2.2/35 kB Progress (5): 32/116 kB | 49/87 kB | 13/57 kB | 2.2/35 kB | 2.2/86 kB Progress (5): 32/116 kB | 49/87 kB | 13/57 kB | 2.2/35 kB | 5.0/86 kB Progress (5): 32/116 kB | 49/87 kB | 13/57 kB | 2.2/35 kB | 7.7/86 kB Progress (5): 32/116 kB | 49/87 kB | 13/57 kB | 2.2/35 kB | 10/86 kB Progress (5): 32/116 kB | 49/87 kB | 13/57 kB | 2.2/35 kB | 13/86 kB Progress (5): 36/116 kB | 49/87 kB | 13/57 kB | 2.2/35 kB | 13/86 kB Progress (5): 40/116 kB | 49/87 kB | 13/57 kB | 2.2/35 kB | 13/86 kB Progress (5): 45/116 kB | 49/87 kB | 13/57 kB | 2.2/35 kB | 13/86 kB Progress (5): 49/116 kB | 49/87 kB | 13/57 kB | 2.2/35 kB | 13/86 kB Progress (5): 49/116 kB | 53/87 kB | 13/57 kB | 2.2/35 kB | 13/86 kB Progress (5): 49/116 kB | 57/87 kB | 13/57 kB | 2.2/35 kB | 13/86 kB Progress (5): 49/116 kB | 61/87 kB | 13/57 kB | 2.2/35 kB | 13/86 kB Progress (5): 49/116 kB | 65/87 kB | 13/57 kB | 2.2/35 kB | 13/86 kB Progress (5): 49/116 kB | 69/87 kB | 13/57 kB | 2.2/35 kB | 13/86 kB Progress (5): 49/116 kB | 73/87 kB | 13/57 kB | 2.2/35 kB | 13/86 kB Progress (5): 49/116 kB | 77/87 kB | 13/57 kB | 2.2/35 kB | 13/86 kB Progress (5): 49/116 kB | 81/87 kB | 13/57 kB | 2.2/35 kB | 13/86 kB Progress (5): 49/116 kB | 85/87 kB | 13/57 kB | 2.2/35 kB | 13/86 kB Progress (5): 49/116 kB | 87 kB | 13/57 kB | 2.2/35 kB | 13/86 kB Progress (5): 49/116 kB | 87 kB | 16/57 kB | 2.2/35 kB | 13/86 kB Progress (5): 49/116 kB | 87 kB | 19/57 kB | 2.2/35 kB | 13/86 kB Progress (5): 49/116 kB | 87 kB | 21/57 kB | 2.2/35 kB | 13/86 kB Progress (5): 49/116 kB | 87 kB | 24/57 kB | 2.2/35 kB | 13/86 kB Progress (5): 49/116 kB | 87 kB | 27/57 kB | 2.2/35 kB | 13/86 kB Progress (5): 49/116 kB | 87 kB | 30/57 kB | 2.2/35 kB | 13/86 kB Progress (5): 49/116 kB | 87 kB | 32/57 kB | 2.2/35 kB | 13/86 kB Progress (5): 49/116 kB | 87 kB | 32/57 kB | 5.0/35 kB | 13/86 kB Progress (5): 49/116 kB | 87 kB | 32/57 kB | 7.7/35 kB | 13/86 kB Progress (5): 49/116 kB | 87 kB | 32/57 kB | 7.7/35 kB | 16/86 kB Progress (5): 49/116 kB | 87 kB | 32/57 kB | 7.7/35 kB | 19/86 kB Progress (5): 49/116 kB | 87 kB | 32/57 kB | 7.7/35 kB | 21/86 kB Progress (5): 49/116 kB | 87 kB | 32/57 kB | 7.7/35 kB | 24/86 kB Progress (5): 49/116 kB | 87 kB | 32/57 kB | 7.7/35 kB | 27/86 kB Progress (5): 49/116 kB | 87 kB | 32/57 kB | 7.7/35 kB | 30/86 kB Progress (5): 49/116 kB | 87 kB | 32/57 kB | 7.7/35 kB | 32/86 kB Progress (5): 53/116 kB | 87 kB | 32/57 kB | 7.7/35 kB | 32/86 kB Progress (5): 57/116 kB | 87 kB | 32/57 kB | 7.7/35 kB | 32/86 kB Progress (5): 61/116 kB | 87 kB | 32/57 kB | 7.7/35 kB | 32/86 kB Progress (5): 65/116 kB | 87 kB | 32/57 kB | 7.7/35 kB | 32/86 kB Progress (5): 69/116 kB | 87 kB | 32/57 kB | 7.7/35 kB | 32/86 kB Progress (5): 73/116 kB | 87 kB | 32/57 kB | 7.7/35 kB | 32/86 kB Progress (5): 77/116 kB | 87 kB | 32/57 kB | 7.7/35 kB | 32/86 kB Progress (5): 81/116 kB | 87 kB | 32/57 kB | 7.7/35 kB | 32/86 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar (87 kB at 50 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar +Progress (4): 81/116 kB | 36/57 kB | 7.7/35 kB | 32/86 kB Progress (4): 81/116 kB | 40/57 kB | 7.7/35 kB | 32/86 kB Progress (4): 81/116 kB | 45/57 kB | 7.7/35 kB | 32/86 kB Progress (4): 81/116 kB | 49/57 kB | 7.7/35 kB | 32/86 kB Progress (4): 81/116 kB | 53/57 kB | 7.7/35 kB | 32/86 kB Progress (4): 81/116 kB | 57 kB | 7.7/35 kB | 32/86 kB Progress (4): 81/116 kB | 57 kB | 10/35 kB | 32/86 kB Progress (4): 81/116 kB | 57 kB | 13/35 kB | 32/86 kB Progress (4): 81/116 kB | 57 kB | 16/35 kB | 32/86 kB Progress (4): 81/116 kB | 57 kB | 19/35 kB | 32/86 kB Progress (4): 81/116 kB | 57 kB | 19/35 kB | 36/86 kB Progress (4): 81/116 kB | 57 kB | 19/35 kB | 40/86 kB Progress (4): 81/116 kB | 57 kB | 19/35 kB | 45/86 kB Progress (4): 81/116 kB | 57 kB | 19/35 kB | 49/86 kB Progress (4): 81/116 kB | 57 kB | 19/35 kB | 53/86 kB Progress (4): 81/116 kB | 57 kB | 19/35 kB | 57/86 kB Progress (4): 81/116 kB | 57 kB | 19/35 kB | 61/86 kB Progress (4): 81/116 kB | 57 kB | 19/35 kB | 65/86 kB Progress (4): 81/116 kB | 57 kB | 19/35 kB | 69/86 kB Progress (4): 81/116 kB | 57 kB | 19/35 kB | 73/86 kB Progress (4): 81/116 kB | 57 kB | 19/35 kB | 77/86 kB Progress (4): 81/116 kB | 57 kB | 19/35 kB | 81/86 kB Progress (4): 81/116 kB | 57 kB | 19/35 kB | 85/86 kB Progress (4): 81/116 kB | 57 kB | 19/35 kB | 86 kB Progress (4): 85/116 kB | 57 kB | 19/35 kB | 86 kB Progress (4): 90/116 kB | 57 kB | 19/35 kB | 86 kB Progress (4): 94/116 kB | 57 kB | 19/35 kB | 86 kB Progress (4): 98/116 kB | 57 kB | 19/35 kB | 86 kB Progress (4): 102/116 kB | 57 kB | 19/35 kB | 86 kB Progress (4): 106/116 kB | 57 kB | 19/35 kB | 86 kB Progress (4): 110/116 kB | 57 kB | 19/35 kB | 86 kB Progress (4): 114/116 kB | 57 kB | 19/35 kB | 86 kB Progress (4): 116 kB | 57 kB | 19/35 kB | 86 kB Progress (5): 116 kB | 57 kB | 19/35 kB | 86 kB | 2.2/194 kB Progress (5): 116 kB | 57 kB | 19/35 kB | 86 kB | 5.0/194 kB Progress (5): 116 kB | 57 kB | 19/35 kB | 86 kB | 7.7/194 kB Progress (5): 116 kB | 57 kB | 19/35 kB | 86 kB | 10/194 kB Progress (5): 116 kB | 57 kB | 19/35 kB | 86 kB | 13/194 kB Progress (5): 116 kB | 57 kB | 19/35 kB | 86 kB | 16/194 kB Progress (5): 116 kB | 57 kB | 19/35 kB | 86 kB | 19/194 kB Progress (5): 116 kB | 57 kB | 19/35 kB | 86 kB | 21/194 kB Progress (5): 116 kB | 57 kB | 19/35 kB | 86 kB | 24/194 kB Progress (5): 116 kB | 57 kB | 19/35 kB | 86 kB | 27/194 kB Progress (5): 116 kB | 57 kB | 19/35 kB | 86 kB | 30/194 kB Progress (5): 116 kB | 57 kB | 19/35 kB | 86 kB | 32/194 kB Progress (5): 116 kB | 57 kB | 19/35 kB | 86 kB | 36/194 kB Progress (5): 116 kB | 57 kB | 19/35 kB | 86 kB | 40/194 kB Progress (5): 116 kB | 57 kB | 19/35 kB | 86 kB | 45/194 kB Progress (5): 116 kB | 57 kB | 19/35 kB | 86 kB | 49/194 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar (57 kB at 29 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar +Progress (4): 116 kB | 21/35 kB | 86 kB | 49/194 kB Progress (4): 116 kB | 24/35 kB | 86 kB | 49/194 kB Progress (4): 116 kB | 27/35 kB | 86 kB | 49/194 kB Progress (4): 116 kB | 30/35 kB | 86 kB | 49/194 kB Progress (4): 116 kB | 32/35 kB | 86 kB | 49/194 kB Progress (4): 116 kB | 35/35 kB | 86 kB | 49/194 kB Progress (4): 116 kB | 35 kB | 86 kB | 49/194 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar (86 kB at 44 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar +Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar (116 kB at 57 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar +Progress (2): 35 kB | 53/194 kB Progress (2): 35 kB | 57/194 kB Progress (2): 35 kB | 61/194 kB Progress (2): 35 kB | 65/194 kB Progress (2): 35 kB | 69/194 kB Progress (2): 35 kB | 73/194 kB Progress (2): 35 kB | 77/194 kB Progress (2): 35 kB | 81/194 kB Progress (2): 35 kB | 85/194 kB Progress (2): 35 kB | 90/194 kB Progress (2): 35 kB | 94/194 kB Progress (2): 35 kB | 98/194 kB Progress (2): 35 kB | 102/194 kB Progress (2): 35 kB | 106/194 kB Progress (2): 35 kB | 110/194 kB Progress (2): 35 kB | 114/194 kB Progress (3): 35 kB | 114/194 kB | 4.1/121 kB Progress (3): 35 kB | 114/194 kB | 7.7/121 kB Progress (3): 35 kB | 114/194 kB | 12/121 kB Progress (3): 35 kB | 114/194 kB | 16/121 kB Progress (3): 35 kB | 114/194 kB | 20/121 kB Progress (3): 35 kB | 114/194 kB | 24/121 kB Progress (3): 35 kB | 114/194 kB | 28/121 kB Progress (3): 35 kB | 114/194 kB | 32/121 kB Progress (3): 35 kB | 114/194 kB | 36/121 kB Progress (3): 35 kB | 114/194 kB | 40/121 kB Progress (3): 35 kB | 114/194 kB | 45/121 kB Progress (3): 35 kB | 114/194 kB | 49/121 kB Progress (3): 35 kB | 114/194 kB | 53/121 kB Progress (3): 35 kB | 114/194 kB | 57/121 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar (35 kB at 17 kB/s) +Progress (2): 114/194 kB | 61/121 kB Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.0-beta-3/maven-filtering-1.0-beta-3.jar +Progress (2): 114/194 kB | 65/121 kB Progress (2): 118/194 kB | 65/121 kB Progress (2): 122/194 kB | 65/121 kB Progress (2): 126/194 kB | 65/121 kB Progress (2): 131/194 kB | 65/121 kB Progress (3): 131/194 kB | 65/121 kB | 4.1/38 kB Progress (3): 131/194 kB | 65/121 kB | 7.7/38 kB Progress (3): 131/194 kB | 65/121 kB | 12/38 kB Progress (3): 131/194 kB | 65/121 kB | 16/38 kB Progress (3): 131/194 kB | 65/121 kB | 20/38 kB Progress (3): 131/194 kB | 65/121 kB | 24/38 kB Progress (3): 131/194 kB | 65/121 kB | 28/38 kB Progress (3): 131/194 kB | 65/121 kB | 32/38 kB Progress (3): 131/194 kB | 65/121 kB | 36/38 kB Progress (3): 131/194 kB | 65/121 kB | 38 kB Progress (4): 131/194 kB | 65/121 kB | 38 kB | 2.2/228 kB Progress (4): 131/194 kB | 65/121 kB | 38 kB | 5.0/228 kB Progress (4): 131/194 kB | 65/121 kB | 38 kB | 7.7/228 kB Progress (4): 131/194 kB | 65/121 kB | 38 kB | 10/228 kB Progress (4): 131/194 kB | 65/121 kB | 38 kB | 13/228 kB Progress (4): 131/194 kB | 65/121 kB | 38 kB | 16/228 kB Progress (4): 131/194 kB | 65/121 kB | 38 kB | 19/228 kB Progress (4): 131/194 kB | 65/121 kB | 38 kB | 21/228 kB Progress (4): 131/194 kB | 65/121 kB | 38 kB | 24/228 kB Progress (4): 131/194 kB | 65/121 kB | 38 kB | 27/228 kB Progress (4): 131/194 kB | 65/121 kB | 38 kB | 30/228 kB Progress (4): 131/194 kB | 65/121 kB | 38 kB | 32/228 kB Progress (4): 131/194 kB | 65/121 kB | 38 kB | 36/228 kB Progress (4): 131/194 kB | 65/121 kB | 38 kB | 40/228 kB Progress (4): 131/194 kB | 65/121 kB | 38 kB | 45/228 kB Progress (4): 131/194 kB | 65/121 kB | 38 kB | 49/228 kB Progress (4): 131/194 kB | 65/121 kB | 38 kB | 53/228 kB Progress (4): 131/194 kB | 65/121 kB | 38 kB | 57/228 kB Progress (4): 131/194 kB | 65/121 kB | 38 kB | 61/228 kB Progress (4): 131/194 kB | 65/121 kB | 38 kB | 65/228 kB Progress (4): 131/194 kB | 65/121 kB | 38 kB | 69/228 kB Progress (4): 131/194 kB | 65/121 kB | 38 kB | 73/228 kB Progress (4): 131/194 kB | 65/121 kB | 38 kB | 77/228 kB Progress (4): 131/194 kB | 65/121 kB | 38 kB | 81/228 kB Progress (4): 131/194 kB | 65/121 kB | 38 kB | 85/228 kB Progress (4): 131/194 kB | 65/121 kB | 38 kB | 90/228 kB Progress (4): 131/194 kB | 65/121 kB | 38 kB | 94/228 kB Progress (4): 131/194 kB | 65/121 kB | 38 kB | 98/228 kB Progress (4): 131/194 kB | 65/121 kB | 38 kB | 102/228 kB Progress (4): 131/194 kB | 65/121 kB | 38 kB | 106/228 kB Progress (4): 131/194 kB | 65/121 kB | 38 kB | 110/228 kB Progress (4): 131/194 kB | 65/121 kB | 38 kB | 114/228 kB Progress (4): 135/194 kB | 65/121 kB | 38 kB | 114/228 kB Progress (4): 139/194 kB | 65/121 kB | 38 kB | 114/228 kB Progress (4): 143/194 kB | 65/121 kB | 38 kB | 114/228 kB Progress (4): 147/194 kB | 65/121 kB | 38 kB | 114/228 kB Progress (4): 151/194 kB | 65/121 kB | 38 kB | 114/228 kB Progress (4): 155/194 kB | 65/121 kB | 38 kB | 114/228 kB Progress (4): 159/194 kB | 65/121 kB | 38 kB | 114/228 kB Progress (4): 163/194 kB | 65/121 kB | 38 kB | 114/228 kB Progress (4): 167/194 kB | 65/121 kB | 38 kB | 114/228 kB Progress (4): 171/194 kB | 65/121 kB | 38 kB | 114/228 kB Progress (4): 176/194 kB | 65/121 kB | 38 kB | 114/228 kB Progress (4): 180/194 kB | 65/121 kB | 38 kB | 114/228 kB Progress (4): 184/194 kB | 65/121 kB | 38 kB | 114/228 kB Progress (4): 188/194 kB | 65/121 kB | 38 kB | 114/228 kB Progress (4): 192/194 kB | 65/121 kB | 38 kB | 114/228 kB Progress (4): 194 kB | 65/121 kB | 38 kB | 114/228 kB Progress (4): 194 kB | 69/121 kB | 38 kB | 114/228 kB Progress (4): 194 kB | 73/121 kB | 38 kB | 114/228 kB Progress (4): 194 kB | 77/121 kB | 38 kB | 114/228 kB Progress (4): 194 kB | 81/121 kB | 38 kB | 114/228 kB Progress (4): 194 kB | 85/121 kB | 38 kB | 114/228 kB Progress (4): 194 kB | 90/121 kB | 38 kB | 114/228 kB Progress (4): 194 kB | 94/121 kB | 38 kB | 114/228 kB Progress (4): 194 kB | 98/121 kB | 38 kB | 114/228 kB Progress (4): 194 kB | 102/121 kB | 38 kB | 114/228 kB Progress (4): 194 kB | 106/121 kB | 38 kB | 114/228 kB Progress (4): 194 kB | 110/121 kB | 38 kB | 114/228 kB Progress (4): 194 kB | 114/121 kB | 38 kB | 114/228 kB Progress (4): 194 kB | 118/121 kB | 38 kB | 114/228 kB Progress (4): 194 kB | 121 kB | 38 kB | 114/228 kB Progress (5): 194 kB | 121 kB | 38 kB | 114/228 kB | 2.2/34 kB Progress (5): 194 kB | 121 kB | 38 kB | 114/228 kB | 5.0/34 kB Progress (5): 194 kB | 121 kB | 38 kB | 114/228 kB | 7.7/34 kB Progress (5): 194 kB | 121 kB | 38 kB | 114/228 kB | 10/34 kB Progress (5): 194 kB | 121 kB | 38 kB | 114/228 kB | 13/34 kB Progress (5): 194 kB | 121 kB | 38 kB | 114/228 kB | 16/34 kB Progress (5): 194 kB | 121 kB | 38 kB | 114/228 kB | 19/34 kB Progress (5): 194 kB | 121 kB | 38 kB | 114/228 kB | 21/34 kB Progress (5): 194 kB | 121 kB | 38 kB | 114/228 kB | 24/34 kB Progress (5): 194 kB | 121 kB | 38 kB | 114/228 kB | 27/34 kB Progress (5): 194 kB | 121 kB | 38 kB | 114/228 kB | 30/34 kB Progress (5): 194 kB | 121 kB | 38 kB | 114/228 kB | 32/34 kB Progress (5): 194 kB | 121 kB | 38 kB | 114/228 kB | 34 kB Downloaded from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (38 kB at 16 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar +Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar (194 kB at 81 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar +Downloaded from central: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar (121 kB at 50 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar +Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.0-beta-3/maven-filtering-1.0-beta-3.jar (34 kB at 14 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar +Progress (2): 114/228 kB | 4.1/152 kB Progress (2): 114/228 kB | 7.7/152 kB Progress (2): 114/228 kB | 12/152 kB Progress (2): 114/228 kB | 16/152 kB Progress (2): 114/228 kB | 20/152 kB Progress (2): 114/228 kB | 24/152 kB Progress (2): 114/228 kB | 28/152 kB Progress (2): 114/228 kB | 32/152 kB Progress (2): 114/228 kB | 36/152 kB Progress (2): 114/228 kB | 40/152 kB Progress (2): 114/228 kB | 45/152 kB Progress (2): 114/228 kB | 49/152 kB Progress (2): 114/228 kB | 53/152 kB Progress (2): 114/228 kB | 57/152 kB Progress (2): 114/228 kB | 61/152 kB Progress (2): 114/228 kB | 65/152 kB Progress (2): 114/228 kB | 69/152 kB Progress (2): 114/228 kB | 73/152 kB Progress (2): 114/228 kB | 77/152 kB Progress (2): 114/228 kB | 81/152 kB Progress (2): 118/228 kB | 81/152 kB Progress (2): 122/228 kB | 81/152 kB Progress (2): 126/228 kB | 81/152 kB Progress (2): 131/228 kB | 81/152 kB Progress (2): 135/228 kB | 81/152 kB Progress (2): 139/228 kB | 81/152 kB Progress (2): 143/228 kB | 81/152 kB Progress (2): 147/228 kB | 81/152 kB Progress (2): 151/228 kB | 81/152 kB Progress (2): 155/228 kB | 81/152 kB Progress (2): 159/228 kB | 81/152 kB Progress (2): 163/228 kB | 81/152 kB Progress (2): 167/228 kB | 81/152 kB Progress (2): 171/228 kB | 81/152 kB Progress (2): 176/228 kB | 81/152 kB Progress (2): 180/228 kB | 81/152 kB Progress (2): 184/228 kB | 81/152 kB Progress (2): 188/228 kB | 81/152 kB Progress (2): 192/228 kB | 81/152 kB Progress (2): 196/228 kB | 81/152 kB Progress (2): 200/228 kB | 81/152 kB Progress (2): 204/228 kB | 81/152 kB Progress (2): 208/228 kB | 81/152 kB Progress (2): 212/228 kB | 81/152 kB Progress (2): 217/228 kB | 81/152 kB Progress (2): 221/228 kB | 81/152 kB Progress (2): 225/228 kB | 81/152 kB Progress (2): 228 kB | 81/152 kB Progress (3): 228 kB | 81/152 kB | 4.1/21 kB Progress (3): 228 kB | 81/152 kB | 7.7/21 kB Progress (3): 228 kB | 81/152 kB | 12/21 kB Progress (3): 228 kB | 81/152 kB | 16/21 kB Progress (3): 228 kB | 81/152 kB | 20/21 kB Progress (3): 228 kB | 81/152 kB | 21 kB Progress (4): 228 kB | 81/152 kB | 21 kB | 4.1/9.9 kB Progress (4): 228 kB | 81/152 kB | 21 kB | 7.7/9.9 kB Progress (4): 228 kB | 81/152 kB | 21 kB | 9.9 kB Progress (5): 228 kB | 81/152 kB | 21 kB | 9.9 kB | 2.2/5.9 kB Progress (5): 228 kB | 81/152 kB | 21 kB | 9.9 kB | 5.0/5.9 kB Progress (5): 228 kB | 81/152 kB | 21 kB | 9.9 kB | 5.9 kB Progress (5): 228 kB | 85/152 kB | 21 kB | 9.9 kB | 5.9 kB Progress (5): 228 kB | 90/152 kB | 21 kB | 9.9 kB | 5.9 kB Progress (5): 228 kB | 94/152 kB | 21 kB | 9.9 kB | 5.9 kB Progress (5): 228 kB | 98/152 kB | 21 kB | 9.9 kB | 5.9 kB Progress (5): 228 kB | 102/152 kB | 21 kB | 9.9 kB | 5.9 kB Progress (5): 228 kB | 106/152 kB | 21 kB | 9.9 kB | 5.9 kB Progress (5): 228 kB | 110/152 kB | 21 kB | 9.9 kB | 5.9 kB Progress (5): 228 kB | 114/152 kB | 21 kB | 9.9 kB | 5.9 kB Progress (5): 228 kB | 118/152 kB | 21 kB | 9.9 kB | 5.9 kB Progress (5): 228 kB | 122/152 kB | 21 kB | 9.9 kB | 5.9 kB Progress (5): 228 kB | 126/152 kB | 21 kB | 9.9 kB | 5.9 kB Progress (5): 228 kB | 131/152 kB | 21 kB | 9.9 kB | 5.9 kB Progress (5): 228 kB | 135/152 kB | 21 kB | 9.9 kB | 5.9 kB Progress (5): 228 kB | 139/152 kB | 21 kB | 9.9 kB | 5.9 kB Progress (5): 228 kB | 143/152 kB | 21 kB | 9.9 kB | 5.9 kB Progress (5): 228 kB | 147/152 kB | 21 kB | 9.9 kB | 5.9 kB Progress (5): 228 kB | 151/152 kB | 21 kB | 9.9 kB | 5.9 kB Progress (5): 228 kB | 152 kB | 21 kB | 9.9 kB | 5.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar (228 kB at 85 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar +Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar (21 kB at 7.6 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.jar +Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar (9.9 kB at 3.6 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar +Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar (5.9 kB at 2.1 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar +Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar (152 kB at 54 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar +Progress (1): 4.1/14 kB Progress (1): 7.7/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Progress (2): 14 kB | 4.1/30 kB Progress (2): 14 kB | 7.7/30 kB Progress (2): 14 kB | 12/30 kB Progress (2): 14 kB | 16/30 kB Progress (2): 14 kB | 20/30 kB Progress (2): 14 kB | 24/30 kB Progress (2): 14 kB | 28/30 kB Progress (2): 14 kB | 30 kB Progress (3): 14 kB | 30 kB | 4.1/37 kB Progress (3): 14 kB | 30 kB | 7.6/37 kB Progress (3): 14 kB | 30 kB | 12/37 kB Progress (3): 14 kB | 30 kB | 16/37 kB Progress (3): 14 kB | 30 kB | 20/37 kB Progress (3): 14 kB | 30 kB | 24/37 kB Progress (3): 14 kB | 30 kB | 28/37 kB Progress (3): 14 kB | 30 kB | 32/37 kB Progress (3): 14 kB | 30 kB | 36/37 kB Progress (3): 14 kB | 30 kB | 37 kB Progress (4): 14 kB | 30 kB | 37 kB | 2.2/13 kB Progress (4): 14 kB | 30 kB | 37 kB | 5.0/13 kB Progress (4): 14 kB | 30 kB | 37 kB | 7.7/13 kB Progress (4): 14 kB | 30 kB | 37 kB | 10/13 kB Progress (4): 14 kB | 30 kB | 37 kB | 13/13 kB Progress (4): 14 kB | 30 kB | 37 kB | 13 kB Progress (5): 14 kB | 30 kB | 37 kB | 13 kB | 4.1/10 kB Progress (5): 14 kB | 30 kB | 37 kB | 13 kB | 7.6/10 kB Progress (5): 14 kB | 30 kB | 37 kB | 13 kB | 10 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar (14 kB at 4.5 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar +Downloaded from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.jar (30 kB at 9.8 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.jar +Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar (37 kB at 12 kB/s) +Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar (13 kB at 4.3 kB/s) +Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar (10 kB at 3.3 kB/s) +Progress (1): 4.1/6.8 kB Progress (1): 6.8 kB Progress (2): 6.8 kB | 4.1/61 kB Progress (2): 6.8 kB | 7.7/61 kB Progress (2): 6.8 kB | 12/61 kB Progress (2): 6.8 kB | 16/61 kB Progress (2): 6.8 kB | 20/61 kB Progress (2): 6.8 kB | 24/61 kB Progress (2): 6.8 kB | 28/61 kB Progress (2): 6.8 kB | 32/61 kB Progress (2): 6.8 kB | 36/61 kB Progress (2): 6.8 kB | 40/61 kB Progress (2): 6.8 kB | 45/61 kB Progress (2): 6.8 kB | 49/61 kB Progress (2): 6.8 kB | 53/61 kB Progress (2): 6.8 kB | 57/61 kB Progress (2): 6.8 kB | 61/61 kB Progress (2): 6.8 kB | 61 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar (6.8 kB at 2.0 kB/s) +Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.jar (61 kB at 18 kB/s) +[INFO] Using 'UTF-8' encoding to copy filtered resources. +[INFO] Copying 3 resources +[INFO] +[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ lippia-api-example-project --- +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom +Progress (1): 2.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom (2.3 kB at 6.3 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.0/maven-3.0.pom +Progress (1): 2.2/22 kB Progress (1): 5.0/22 kB Progress (1): 7.8/22 kB Progress (1): 11/22 kB Progress (1): 13/22 kB Progress (1): 16/22 kB Progress (1): 19/22 kB Progress (1): 21/22 kB Progress (1): 22 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.0/maven-3.0.pom (22 kB at 53 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/15/maven-parent-15.pom +Progress (1): 2.2/24 kB Progress (1): 5.0/24 kB Progress (1): 7.8/24 kB Progress (1): 11/24 kB Progress (1): 13/24 kB Progress (1): 16/24 kB Progress (1): 19/24 kB Progress (1): 21/24 kB Progress (1): 24 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/15/maven-parent-15.pom (24 kB at 54 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/6/apache-6.pom +Progress (1): 2.2/13 kB Progress (1): 5.0/13 kB Progress (1): 7.8/13 kB Progress (1): 11/13 kB Progress (1): 13 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/6/apache-6.pom (13 kB at 32 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0/maven-model-3.0.pom +Progress (1): 2.2/3.9 kB Progress (1): 3.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0/maven-model-3.0.pom (3.9 kB at 9.7 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom +Progress (1): 2.2/3.3 kB Progress (1): 3.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom (3.3 kB at 8.5 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom +Progress (1): 2.2/17 kB Progress (1): 5.0/17 kB Progress (1): 7.8/17 kB Progress (1): 11/17 kB Progress (1): 13/17 kB Progress (1): 16/17 kB Progress (1): 17 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (17 kB at 46 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom +Progress (1): 1.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom (1.9 kB at 4.8 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom +Progress (1): 2.2/5.4 kB Progress (1): 5.0/5.4 kB Progress (1): 5.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom (5.4 kB at 13 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom +Progress (1): 2.2/3.1 kB Progress (1): 3.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom (3.1 kB at 7.8 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom +Progress (1): 2.2/2.6 kB Progress (1): 2.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom (2.6 kB at 6.4 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom +Progress (1): 1.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom (1.2 kB at 3.1 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom +Progress (1): 2.2/7.8 kB Progress (1): 5.0/7.8 kB Progress (1): 7.8/7.8 kB Progress (1): 7.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom (7.8 kB at 19 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/6/forge-parent-6.pom +Progress (1): 2.2/11 kB Progress (1): 5.0/11 kB Progress (1): 7.8/11 kB Progress (1): 11/11 kB Progress (1): 11 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/6/forge-parent-6.pom (11 kB at 26 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom +Progress (1): 748 B Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom (748 B at 1.9 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom +Progress (1): 2.2/3.8 kB Progress (1): 3.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom (3.8 kB at 9.3 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom +Progress (1): 2.2/22 kB Progress (1): 5.0/22 kB Progress (1): 7.8/22 kB Progress (1): 11/22 kB Progress (1): 13/22 kB Progress (1): 16/22 kB Progress (1): 19/22 kB Progress (1): 21/22 kB Progress (1): 22 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom (22 kB at 53 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/17/spice-parent-17.pom +Progress (1): 2.2/6.8 kB Progress (1): 5.0/6.8 kB Progress (1): 6.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (6.8 kB at 17 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/10/forge-parent-10.pom +Progress (1): 2.2/14 kB Progress (1): 5.0/14 kB Progress (1): 7.8/14 kB Progress (1): 11/14 kB Progress (1): 13/14 kB Progress (1): 14 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 kB at 33 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom +Progress (1): 2.2/4.0 kB Progress (1): 4.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom (4.0 kB at 10 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom +Progress (1): 2.2/3.3 kB Progress (1): 3.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom (3.3 kB at 8.3 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom +Progress (1): 2.2/5.5 kB Progress (1): 5.0/5.5 kB Progress (1): 5.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom (5.5 kB at 14 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom +Progress (1): 2.2/11 kB Progress (1): 5.0/11 kB Progress (1): 7.8/11 kB Progress (1): 11/11 kB Progress (1): 11 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom (11 kB at 27 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0/maven-core-3.0.pom +Progress (1): 2.2/6.6 kB Progress (1): 5.0/6.6 kB Progress (1): 6.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0/maven-core-3.0.pom (6.6 kB at 17 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom +Progress (1): 1.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom (1.9 kB at 4.8 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom +Progress (1): 2.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom (2.2 kB at 5.5 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom +Progress (1): 910 B Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom (910 B at 2.3 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom +Progress (1): 2.2/5.4 kB Progress (1): 5.0/5.4 kB Progress (1): 5.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom (5.4 kB at 13 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom +Progress (1): 2.2/17 kB Progress (1): 5.0/17 kB Progress (1): 7.8/17 kB Progress (1): 11/17 kB Progress (1): 13/17 kB Progress (1): 16/17 kB Progress (1): 17 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 kB at 38 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom +Progress (1): 2.2/3.0 kB Progress (1): 3.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom (3.0 kB at 8.1 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/12/spice-parent-12.pom +Progress (1): 2.2/6.8 kB Progress (1): 5.0/6.8 kB Progress (1): 6.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (6.8 kB at 20 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/4/forge-parent-4.pom +Progress (1): 2.2/8.4 kB Progress (1): 5.0/8.4 kB Progress (1): 7.8/8.4 kB Progress (1): 8.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (8.4 kB at 24 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom +Progress (1): 2.2/5.1 kB Progress (1): 5.0/5.1 kB Progress (1): 5.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (5.1 kB at 13 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom +Progress (1): 2.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom (2.1 kB at 5.1 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom +Progress (1): 1.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom (1.9 kB at 4.8 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom +Progress (1): 2.2/2.2 kB Progress (1): 2.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom (2.2 kB at 5.0 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom +Progress (1): 2.2/2.5 kB Progress (1): 2.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom (2.5 kB at 6.2 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom +Progress (1): 1.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom (1.7 kB at 4.2 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom +Progress (1): 2.2/7.7 kB Progress (1): 5.0/7.7 kB Progress (1): 7.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom (7.7 kB at 19 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom +Progress (1): 2.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom (2.1 kB at 5.1 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom +Progress (1): 2.2/3.7 kB Progress (1): 3.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom (3.7 kB at 9.1 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom +Progress (1): 1.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom (1.7 kB at 4.4 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom +Progress (1): 2.2/5.0 kB Progress (1): 5.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom (5.0 kB at 12 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom +Progress (1): 2.2/4.6 kB Progress (1): 4.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom (4.6 kB at 14 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.pom +Progress (1): 2.2/13 kB Progress (1): 5.0/13 kB Progress (1): 7.8/13 kB Progress (1): 11/13 kB Progress (1): 13/13 kB Progress (1): 13 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.pom (13 kB at 32 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom +Progress (1): 2.2/4.7 kB Progress (1): 4.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom (4.7 kB at 14 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom +Progress (1): 2.2/6.4 kB Progress (1): 5.0/6.4 kB Progress (1): 6.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom (6.4 kB at 16 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/23/maven-parent-23.pom +Progress (1): 2.2/33 kB Progress (1): 5.0/33 kB Progress (1): 7.8/33 kB Progress (1): 11/33 kB Progress (1): 13/33 kB Progress (1): 16/33 kB Progress (1): 19/33 kB Progress (1): 21/33 kB Progress (1): 24/33 kB Progress (1): 27/33 kB Progress (1): 30/33 kB Progress (1): 32/33 kB Progress (1): 33 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/23/maven-parent-23.pom (33 kB at 80 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom +Progress (1): 1.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom (1.5 kB at 3.7 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.2.1/maven-2.2.1.pom +Progress (1): 2.2/22 kB Progress (1): 5.0/22 kB Progress (1): 7.8/22 kB Progress (1): 11/22 kB Progress (1): 13/22 kB Progress (1): 16/22 kB Progress (1): 19/22 kB Progress (1): 21/22 kB Progress (1): 22 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.2.1/maven-2.2.1.pom (22 kB at 55 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom +Progress (1): 2.2/12 kB Progress (1): 5.0/12 kB Progress (1): 7.8/12 kB Progress (1): 11/12 kB Progress (1): 12 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom (12 kB at 29 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom +Progress (1): 2.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom (2.2 kB at 5.5 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom +Progress (1): 2.8/3.2 kB Progress (1): 3.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom (3.2 kB at 8.7 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom +Progress (1): 889 B Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom (889 B at 2.2 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom +Progress (1): 2.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom (2.0 kB at 4.9 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom +Progress (1): 1.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom (1.9 kB at 4.7 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom +Progress (1): 2.2/7.9 kB Progress (1): 5.0/7.9 kB Progress (1): 7.8/7.9 kB Progress (1): 7.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom (7.9 kB at 26 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom +Progress (1): 2.2/3.0 kB Progress (1): 3.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom (3.0 kB at 8.4 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom +Progress (1): 2.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom (2.2 kB at 5.4 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom +Progress (1): 2.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom (2.2 kB at 5.4 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom +Progress (1): 1.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom (1.6 kB at 3.5 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom +Progress (1): 1.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom (1.9 kB at 4.7 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom +Progress (1): 1.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom (1.7 kB at 4.2 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom +Progress (1): 2.2/2.8 kB Progress (1): 2.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom (2.8 kB at 7.9 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom +Progress (1): 2.2/3.1 kB Progress (1): 3.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom (3.1 kB at 7.7 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom +Progress (1): 880 B Downloaded from central: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom (880 B at 2.2 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom +Progress (1): 1.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom (1.9 kB at 4.7 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom +Progress (1): 2.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom (2.1 kB at 5.7 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom +Progress (1): 1.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom (1.3 kB at 3.1 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom +Progress (1): 2.2/4.0 kB Progress (1): 4.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom (4.0 kB at 10 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom +Progress (1): 2.2/4.9 kB Progress (1): 4.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom (4.9 kB at 12 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/22/maven-parent-22.pom +Progress (1): 2.2/30 kB Progress (1): 5.0/30 kB Progress (1): 7.8/30 kB Progress (1): 11/30 kB Progress (1): 13/30 kB Progress (1): 16/30 kB Progress (1): 19/30 kB Progress (1): 21/30 kB Progress (1): 24/30 kB Progress (1): 27/30 kB Progress (1): 30/30 kB Progress (1): 30 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/22/maven-parent-22.pom (30 kB at 73 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/11/apache-11.pom +Progress (1): 2.2/15 kB Progress (1): 5.0/15 kB Progress (1): 7.8/15 kB Progress (1): 11/15 kB Progress (1): 13/15 kB Progress (1): 15 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/11/apache-11.pom (15 kB at 37 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom +Progress (1): 965 B Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom (965 B at 2.4 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/0.9.2/plexus-java-0.9.2.pom +Progress (1): 2.2/2.4 kB Progress (1): 2.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/0.9.2/plexus-java-0.9.2.pom (2.4 kB at 6.0 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-languages/0.9.2/plexus-languages-0.9.2.pom +Progress (1): 2.2/2.3 kB Progress (1): 2.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-languages/0.9.2/plexus-languages-0.9.2.pom (2.3 kB at 5.6 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom +Progress (1): 2.2/22 kB Progress (1): 5.0/22 kB Progress (1): 7.8/22 kB Progress (1): 11/22 kB Progress (1): 13/22 kB Progress (1): 16/22 kB Progress (1): 19/22 kB Progress (1): 21/22 kB Progress (1): 22 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom (22 kB at 53 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/6.0_BETA/asm-6.0_BETA.pom +Progress (1): 1.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/6.0_BETA/asm-6.0_BETA.pom (1.9 kB at 4.9 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/6.0_BETA/asm-parent-6.0_BETA.pom +Progress (1): 2.2/5.5 kB Progress (1): 5.0/5.5 kB Progress (1): 5.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/6.0_BETA/asm-parent-6.0_BETA.pom (5.5 kB at 14 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/ow2/1.3/ow2-1.3.pom +Progress (1): 2.2/9.5 kB Progress (1): 5.0/9.5 kB Progress (1): 7.8/9.5 kB Progress (1): 9.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/ow2/1.3/ow2-1.3.pom (9.5 kB at 23 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.pom +Progress (1): 2.2/16 kB Progress (1): 5.0/16 kB Progress (1): 7.8/16 kB Progress (1): 11/16 kB Progress (1): 13/16 kB Progress (1): 16 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.pom (16 kB at 39 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.8.2/plexus-compiler-api-2.8.2.pom +Progress (1): 867 B Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.8.2/plexus-compiler-api-2.8.2.pom (867 B at 2.1 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/2.8.2/plexus-compiler-2.8.2.pom +Progress (1): 2.2/4.9 kB Progress (1): 4.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/2.8.2/plexus-compiler-2.8.2.pom (4.9 kB at 12 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom +Progress (1): 2.2/2.7 kB Progress (1): 2.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom (2.7 kB at 6.6 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom +Progress (1): 2.2/3.8 kB Progress (1): 3.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom (3.8 kB at 9.6 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom +Progress (1): 2.2/20 kB Progress (1): 5.0/20 kB Progress (1): 7.7/20 kB Progress (1): 11/20 kB Progress (1): 13/20 kB Progress (1): 16/20 kB Progress (1): 19/20 kB Progress (1): 20 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 kB at 50 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.8.2/plexus-compiler-manager-2.8.2.pom +Progress (1): 692 B Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.8.2/plexus-compiler-manager-2.8.2.pom (692 B at 1.7 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.8.2/plexus-compiler-javac-2.8.2.pom +Progress (1): 771 B Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.8.2/plexus-compiler-javac-2.8.2.pom (771 B at 2.2 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/2.8.2/plexus-compilers-2.8.2.pom +Progress (1): 1.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/2.8.2/plexus-compilers-2.8.2.pom (1.3 kB at 3.3 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar +Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar +Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar +Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0/maven-model-3.0.jar +Progress (1): 2.2/49 kB Progress (1): 5.0/49 kB Progress (1): 7.7/49 kB Progress (1): 10/49 kB Progress (1): 13/49 kB Progress (1): 16/49 kB Progress (1): 19/49 kB Progress (1): 21/49 kB Progress (1): 24/49 kB Progress (1): 27/49 kB Progress (1): 30/49 kB Progress (1): 32/49 kB Progress (2): 32/49 kB | 2.2/165 kB Progress (3): 32/49 kB | 2.2/165 kB | 2.2/153 kB Progress (4): 32/49 kB | 2.2/165 kB | 2.2/153 kB | 2.2/202 kB Progress (5): 32/49 kB | 2.2/165 kB | 2.2/153 kB | 2.2/202 kB | 2.2/472 kB Progress (5): 32/49 kB | 5.0/165 kB | 2.2/153 kB | 2.2/202 kB | 2.2/472 kB Progress (5): 32/49 kB | 7.7/165 kB | 2.2/153 kB | 2.2/202 kB | 2.2/472 kB Progress (5): 32/49 kB | 7.7/165 kB | 5.0/153 kB | 2.2/202 kB | 2.2/472 kB Progress (5): 32/49 kB | 7.7/165 kB | 7.7/153 kB | 2.2/202 kB | 2.2/472 kB Progress (5): 32/49 kB | 7.7/165 kB | 7.7/153 kB | 5.0/202 kB | 2.2/472 kB Progress (5): 32/49 kB | 7.7/165 kB | 7.7/153 kB | 7.7/202 kB | 2.2/472 kB Progress (5): 32/49 kB | 7.7/165 kB | 7.7/153 kB | 7.7/202 kB | 5.0/472 kB Progress (5): 32/49 kB | 7.7/165 kB | 7.7/153 kB | 7.7/202 kB | 7.7/472 kB Progress (5): 36/49 kB | 7.7/165 kB | 7.7/153 kB | 7.7/202 kB | 7.7/472 kB Progress (5): 40/49 kB | 7.7/165 kB | 7.7/153 kB | 7.7/202 kB | 7.7/472 kB Progress (5): 45/49 kB | 7.7/165 kB | 7.7/153 kB | 7.7/202 kB | 7.7/472 kB Progress (5): 49/49 kB | 7.7/165 kB | 7.7/153 kB | 7.7/202 kB | 7.7/472 kB Progress (5): 49 kB | 7.7/165 kB | 7.7/153 kB | 7.7/202 kB | 7.7/472 kB Progress (5): 49 kB | 10/165 kB | 7.7/153 kB | 7.7/202 kB | 7.7/472 kB Progress (5): 49 kB | 13/165 kB | 7.7/153 kB | 7.7/202 kB | 7.7/472 kB Progress (5): 49 kB | 16/165 kB | 7.7/153 kB | 7.7/202 kB | 7.7/472 kB Progress (5): 49 kB | 16/165 kB | 10/153 kB | 7.7/202 kB | 7.7/472 kB Progress (5): 49 kB | 19/165 kB | 10/153 kB | 7.7/202 kB | 7.7/472 kB Progress (5): 49 kB | 19/165 kB | 13/153 kB | 7.7/202 kB | 7.7/472 kB Progress (5): 49 kB | 19/165 kB | 16/153 kB | 7.7/202 kB | 7.7/472 kB Progress (5): 49 kB | 19/165 kB | 19/153 kB | 7.7/202 kB | 7.7/472 kB Progress (5): 49 kB | 19/165 kB | 19/153 kB | 10/202 kB | 7.7/472 kB Progress (5): 49 kB | 19/165 kB | 19/153 kB | 13/202 kB | 7.7/472 kB Progress (5): 49 kB | 19/165 kB | 19/153 kB | 16/202 kB | 7.7/472 kB Progress (5): 49 kB | 19/165 kB | 19/153 kB | 19/202 kB | 7.7/472 kB Progress (5): 49 kB | 19/165 kB | 19/153 kB | 19/202 kB | 10/472 kB Progress (5): 49 kB | 19/165 kB | 19/153 kB | 19/202 kB | 13/472 kB Progress (5): 49 kB | 19/165 kB | 19/153 kB | 19/202 kB | 16/472 kB Progress (5): 49 kB | 19/165 kB | 19/153 kB | 19/202 kB | 19/472 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar (49 kB at 39 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar +Progress (4): 21/165 kB | 19/153 kB | 19/202 kB | 19/472 kB Progress (4): 24/165 kB | 19/153 kB | 19/202 kB | 19/472 kB Progress (4): 27/165 kB | 19/153 kB | 19/202 kB | 19/472 kB Progress (4): 30/165 kB | 19/153 kB | 19/202 kB | 19/472 kB Progress (4): 32/165 kB | 19/153 kB | 19/202 kB | 19/472 kB Progress (4): 32/165 kB | 21/153 kB | 19/202 kB | 19/472 kB Progress (4): 32/165 kB | 24/153 kB | 19/202 kB | 19/472 kB Progress (4): 32/165 kB | 27/153 kB | 19/202 kB | 19/472 kB Progress (4): 32/165 kB | 30/153 kB | 19/202 kB | 19/472 kB Progress (4): 32/165 kB | 32/153 kB | 19/202 kB | 19/472 kB Progress (4): 32/165 kB | 32/153 kB | 21/202 kB | 19/472 kB Progress (4): 32/165 kB | 32/153 kB | 24/202 kB | 19/472 kB Progress (4): 32/165 kB | 32/153 kB | 27/202 kB | 19/472 kB Progress (4): 32/165 kB | 32/153 kB | 30/202 kB | 19/472 kB Progress (4): 32/165 kB | 32/153 kB | 32/202 kB | 19/472 kB Progress (4): 32/165 kB | 32/153 kB | 32/202 kB | 21/472 kB Progress (4): 32/165 kB | 32/153 kB | 32/202 kB | 24/472 kB Progress (4): 32/165 kB | 32/153 kB | 32/202 kB | 27/472 kB Progress (4): 32/165 kB | 32/153 kB | 32/202 kB | 30/472 kB Progress (4): 32/165 kB | 32/153 kB | 32/202 kB | 32/472 kB Progress (5): 32/165 kB | 32/153 kB | 32/202 kB | 32/472 kB | 2.2/52 kB Progress (5): 32/165 kB | 32/153 kB | 32/202 kB | 32/472 kB | 5.0/52 kB Progress (5): 32/165 kB | 32/153 kB | 32/202 kB | 32/472 kB | 7.7/52 kB Progress (5): 32/165 kB | 32/153 kB | 32/202 kB | 32/472 kB | 10/52 kB Progress (5): 32/165 kB | 32/153 kB | 32/202 kB | 32/472 kB | 13/52 kB Progress (5): 32/165 kB | 32/153 kB | 32/202 kB | 32/472 kB | 16/52 kB Progress (5): 32/165 kB | 32/153 kB | 32/202 kB | 32/472 kB | 19/52 kB Progress (5): 32/165 kB | 32/153 kB | 32/202 kB | 32/472 kB | 21/52 kB Progress (5): 32/165 kB | 32/153 kB | 32/202 kB | 32/472 kB | 24/52 kB Progress (5): 32/165 kB | 32/153 kB | 32/202 kB | 32/472 kB | 27/52 kB Progress (5): 32/165 kB | 32/153 kB | 32/202 kB | 32/472 kB | 30/52 kB Progress (5): 32/165 kB | 32/153 kB | 32/202 kB | 32/472 kB | 32/52 kB Progress (5): 32/165 kB | 32/153 kB | 32/202 kB | 32/472 kB | 36/52 kB Progress (5): 32/165 kB | 32/153 kB | 32/202 kB | 32/472 kB | 40/52 kB Progress (5): 32/165 kB | 32/153 kB | 32/202 kB | 32/472 kB | 45/52 kB Progress (5): 32/165 kB | 32/153 kB | 32/202 kB | 32/472 kB | 49/52 kB Progress (5): 36/165 kB | 32/153 kB | 32/202 kB | 32/472 kB | 49/52 kB Progress (5): 40/165 kB | 32/153 kB | 32/202 kB | 32/472 kB | 49/52 kB Progress (5): 45/165 kB | 32/153 kB | 32/202 kB | 32/472 kB | 49/52 kB Progress (5): 49/165 kB | 32/153 kB | 32/202 kB | 32/472 kB | 49/52 kB Progress (5): 53/165 kB | 32/153 kB | 32/202 kB | 32/472 kB | 49/52 kB Progress (5): 57/165 kB | 32/153 kB | 32/202 kB | 32/472 kB | 49/52 kB Progress (5): 61/165 kB | 32/153 kB | 32/202 kB | 32/472 kB | 49/52 kB Progress (5): 65/165 kB | 32/153 kB | 32/202 kB | 32/472 kB | 49/52 kB Progress (5): 69/165 kB | 32/153 kB | 32/202 kB | 32/472 kB | 49/52 kB Progress (5): 73/165 kB | 32/153 kB | 32/202 kB | 32/472 kB | 49/52 kB Progress (5): 77/165 kB | 32/153 kB | 32/202 kB | 32/472 kB | 49/52 kB Progress (5): 81/165 kB | 32/153 kB | 32/202 kB | 32/472 kB | 49/52 kB Progress (5): 81/165 kB | 36/153 kB | 32/202 kB | 32/472 kB | 49/52 kB Progress (5): 81/165 kB | 40/153 kB | 32/202 kB | 32/472 kB | 49/52 kB Progress (5): 81/165 kB | 45/153 kB | 32/202 kB | 32/472 kB | 49/52 kB Progress (5): 81/165 kB | 49/153 kB | 32/202 kB | 32/472 kB | 49/52 kB Progress (5): 81/165 kB | 53/153 kB | 32/202 kB | 32/472 kB | 49/52 kB Progress (5): 81/165 kB | 57/153 kB | 32/202 kB | 32/472 kB | 49/52 kB Progress (5): 81/165 kB | 61/153 kB | 32/202 kB | 32/472 kB | 49/52 kB Progress (5): 81/165 kB | 65/153 kB | 32/202 kB | 32/472 kB | 49/52 kB Progress (5): 81/165 kB | 69/153 kB | 32/202 kB | 32/472 kB | 49/52 kB Progress (5): 81/165 kB | 73/153 kB | 32/202 kB | 32/472 kB | 49/52 kB Progress (5): 81/165 kB | 77/153 kB | 32/202 kB | 32/472 kB | 49/52 kB Progress (5): 81/165 kB | 81/153 kB | 32/202 kB | 32/472 kB | 49/52 kB Progress (5): 81/165 kB | 81/153 kB | 36/202 kB | 32/472 kB | 49/52 kB Progress (5): 81/165 kB | 81/153 kB | 40/202 kB | 32/472 kB | 49/52 kB Progress (5): 81/165 kB | 81/153 kB | 45/202 kB | 32/472 kB | 49/52 kB Progress (5): 81/165 kB | 81/153 kB | 49/202 kB | 32/472 kB | 49/52 kB Progress (5): 81/165 kB | 81/153 kB | 53/202 kB | 32/472 kB | 49/52 kB Progress (5): 81/165 kB | 81/153 kB | 57/202 kB | 32/472 kB | 49/52 kB Progress (5): 81/165 kB | 81/153 kB | 61/202 kB | 32/472 kB | 49/52 kB Progress (5): 81/165 kB | 81/153 kB | 65/202 kB | 32/472 kB | 49/52 kB Progress (5): 81/165 kB | 81/153 kB | 68/202 kB | 32/472 kB | 49/52 kB Progress (5): 81/165 kB | 81/153 kB | 71/202 kB | 32/472 kB | 49/52 kB Progress (5): 81/165 kB | 81/153 kB | 73/202 kB | 32/472 kB | 49/52 kB Progress (5): 81/165 kB | 81/153 kB | 76/202 kB | 32/472 kB | 49/52 kB Progress (5): 81/165 kB | 81/153 kB | 79/202 kB | 32/472 kB | 49/52 kB Progress (5): 81/165 kB | 81/153 kB | 81/202 kB | 32/472 kB | 49/52 kB Progress (5): 81/165 kB | 81/153 kB | 81/202 kB | 36/472 kB | 49/52 kB Progress (5): 81/165 kB | 81/153 kB | 84/202 kB | 36/472 kB | 49/52 kB Progress (5): 81/165 kB | 81/153 kB | 84/202 kB | 40/472 kB | 49/52 kB Progress (5): 81/165 kB | 81/153 kB | 84/202 kB | 45/472 kB | 49/52 kB Progress (5): 81/165 kB | 81/153 kB | 84/202 kB | 49/472 kB | 49/52 kB Progress (5): 81/165 kB | 81/153 kB | 84/202 kB | 53/472 kB | 49/52 kB Progress (5): 81/165 kB | 81/153 kB | 84/202 kB | 57/472 kB | 49/52 kB Progress (5): 81/165 kB | 81/153 kB | 84/202 kB | 61/472 kB | 49/52 kB Progress (5): 81/165 kB | 81/153 kB | 84/202 kB | 65/472 kB | 49/52 kB Progress (5): 81/165 kB | 81/153 kB | 84/202 kB | 69/472 kB | 49/52 kB Progress (5): 81/165 kB | 81/153 kB | 84/202 kB | 73/472 kB | 49/52 kB Progress (5): 81/165 kB | 81/153 kB | 84/202 kB | 77/472 kB | 49/52 kB Progress (5): 81/165 kB | 81/153 kB | 84/202 kB | 81/472 kB | 49/52 kB Progress (5): 81/165 kB | 81/153 kB | 84/202 kB | 81/472 kB | 52 kB Progress (5): 85/165 kB | 81/153 kB | 84/202 kB | 81/472 kB | 52 kB Progress (5): 90/165 kB | 81/153 kB | 84/202 kB | 81/472 kB | 52 kB Progress (5): 94/165 kB | 81/153 kB | 84/202 kB | 81/472 kB | 52 kB Progress (5): 98/165 kB | 81/153 kB | 84/202 kB | 81/472 kB | 52 kB Progress (5): 101/165 kB | 81/153 kB | 84/202 kB | 81/472 kB | 52 kB Progress (5): 103/165 kB | 81/153 kB | 84/202 kB | 81/472 kB | 52 kB Progress (5): 106/165 kB | 81/153 kB | 84/202 kB | 81/472 kB | 52 kB Progress (5): 109/165 kB | 81/153 kB | 84/202 kB | 81/472 kB | 52 kB Progress (5): 112/165 kB | 81/153 kB | 84/202 kB | 81/472 kB | 52 kB Progress (5): 114/165 kB | 81/153 kB | 84/202 kB | 81/472 kB | 52 kB Progress (5): 117/165 kB | 81/153 kB | 84/202 kB | 81/472 kB | 52 kB Progress (5): 120/165 kB | 81/153 kB | 84/202 kB | 81/472 kB | 52 kB Progress (5): 122/165 kB | 81/153 kB | 84/202 kB | 81/472 kB | 52 kB Progress (5): 125/165 kB | 81/153 kB | 84/202 kB | 81/472 kB | 52 kB Progress (5): 128/165 kB | 81/153 kB | 84/202 kB | 81/472 kB | 52 kB Progress (5): 131/165 kB | 81/153 kB | 84/202 kB | 81/472 kB | 52 kB Progress (5): 135/165 kB | 81/153 kB | 84/202 kB | 81/472 kB | 52 kB Progress (5): 139/165 kB | 81/153 kB | 84/202 kB | 81/472 kB | 52 kB Progress (5): 143/165 kB | 81/153 kB | 84/202 kB | 81/472 kB | 52 kB Progress (5): 147/165 kB | 81/153 kB | 84/202 kB | 81/472 kB | 52 kB Progress (5): 151/165 kB | 81/153 kB | 84/202 kB | 81/472 kB | 52 kB Progress (5): 155/165 kB | 81/153 kB | 84/202 kB | 81/472 kB | 52 kB Progress (5): 159/165 kB | 81/153 kB | 84/202 kB | 81/472 kB | 52 kB Progress (5): 159/165 kB | 85/153 kB | 84/202 kB | 81/472 kB | 52 kB Progress (5): 163/165 kB | 85/153 kB | 84/202 kB | 81/472 kB | 52 kB Progress (5): 163/165 kB | 90/153 kB | 84/202 kB | 81/472 kB | 52 kB Progress (5): 165 kB | 90/153 kB | 84/202 kB | 81/472 kB | 52 kB Progress (5): 165 kB | 94/153 kB | 84/202 kB | 81/472 kB | 52 kB Progress (5): 165 kB | 98/153 kB | 84/202 kB | 81/472 kB | 52 kB Progress (5): 165 kB | 102/153 kB | 84/202 kB | 81/472 kB | 52 kB Progress (5): 165 kB | 106/153 kB | 84/202 kB | 81/472 kB | 52 kB Progress (5): 165 kB | 110/153 kB | 84/202 kB | 81/472 kB | 52 kB Progress (5): 165 kB | 114/153 kB | 84/202 kB | 81/472 kB | 52 kB Progress (5): 165 kB | 118/153 kB | 84/202 kB | 81/472 kB | 52 kB Progress (5): 165 kB | 122/153 kB | 84/202 kB | 81/472 kB | 52 kB Progress (5): 165 kB | 126/153 kB | 84/202 kB | 81/472 kB | 52 kB Progress (5): 165 kB | 131/153 kB | 84/202 kB | 81/472 kB | 52 kB Progress (5): 165 kB | 131/153 kB | 87/202 kB | 81/472 kB | 52 kB Progress (5): 165 kB | 135/153 kB | 87/202 kB | 81/472 kB | 52 kB Progress (5): 165 kB | 135/153 kB | 90/202 kB | 81/472 kB | 52 kB Progress (5): 165 kB | 139/153 kB | 90/202 kB | 81/472 kB | 52 kB Progress (5): 165 kB | 139/153 kB | 92/202 kB | 81/472 kB | 52 kB Progress (5): 165 kB | 143/153 kB | 92/202 kB | 81/472 kB | 52 kB Progress (5): 165 kB | 143/153 kB | 95/202 kB | 81/472 kB | 52 kB Progress (5): 165 kB | 147/153 kB | 95/202 kB | 81/472 kB | 52 kB Progress (5): 165 kB | 147/153 kB | 98/202 kB | 81/472 kB | 52 kB Progress (5): 165 kB | 151/153 kB | 98/202 kB | 81/472 kB | 52 kB Progress (5): 165 kB | 153 kB | 98/202 kB | 81/472 kB | 52 kB Progress (5): 165 kB | 153 kB | 102/202 kB | 81/472 kB | 52 kB Progress (5): 165 kB | 153 kB | 106/202 kB | 81/472 kB | 52 kB Progress (5): 165 kB | 153 kB | 110/202 kB | 81/472 kB | 52 kB Progress (5): 165 kB | 153 kB | 114/202 kB | 81/472 kB | 52 kB Progress (5): 165 kB | 153 kB | 118/202 kB | 81/472 kB | 52 kB Progress (5): 165 kB | 153 kB | 122/202 kB | 81/472 kB | 52 kB Progress (5): 165 kB | 153 kB | 126/202 kB | 81/472 kB | 52 kB Progress (5): 165 kB | 153 kB | 131/202 kB | 81/472 kB | 52 kB Progress (5): 165 kB | 153 kB | 131/202 kB | 85/472 kB | 52 kB Progress (5): 165 kB | 153 kB | 131/202 kB | 90/472 kB | 52 kB Progress (5): 165 kB | 153 kB | 131/202 kB | 94/472 kB | 52 kB Progress (5): 165 kB | 153 kB | 131/202 kB | 98/472 kB | 52 kB Progress (5): 165 kB | 153 kB | 131/202 kB | 102/472 kB | 52 kB Progress (5): 165 kB | 153 kB | 131/202 kB | 106/472 kB | 52 kB Progress (5): 165 kB | 153 kB | 131/202 kB | 110/472 kB | 52 kB Progress (5): 165 kB | 153 kB | 131/202 kB | 114/472 kB | 52 kB Progress (5): 165 kB | 153 kB | 131/202 kB | 118/472 kB | 52 kB Progress (5): 165 kB | 153 kB | 131/202 kB | 122/472 kB | 52 kB Progress (5): 165 kB | 153 kB | 131/202 kB | 126/472 kB | 52 kB Progress (5): 165 kB | 153 kB | 131/202 kB | 131/472 kB | 52 kB Progress (5): 165 kB | 153 kB | 131/202 kB | 135/472 kB | 52 kB Progress (5): 165 kB | 153 kB | 131/202 kB | 139/472 kB | 52 kB Progress (5): 165 kB | 153 kB | 131/202 kB | 143/472 kB | 52 kB Progress (5): 165 kB | 153 kB | 131/202 kB | 147/472 kB | 52 kB Progress (5): 165 kB | 153 kB | 131/202 kB | 151/472 kB | 52 kB Progress (5): 165 kB | 153 kB | 131/202 kB | 155/472 kB | 52 kB Progress (5): 165 kB | 153 kB | 131/202 kB | 159/472 kB | 52 kB Progress (5): 165 kB | 153 kB | 131/202 kB | 163/472 kB | 52 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar (52 kB at 30 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar +Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0/maven-model-3.0.jar (165 kB at 92 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0/maven-core-3.0.jar +Progress (3): 153 kB | 135/202 kB | 163/472 kB Progress (3): 153 kB | 139/202 kB | 163/472 kB Progress (3): 153 kB | 143/202 kB | 163/472 kB Progress (3): 153 kB | 147/202 kB | 163/472 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (153 kB at 84 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar +Progress (2): 151/202 kB | 163/472 kB Progress (2): 155/202 kB | 163/472 kB Progress (2): 159/202 kB | 163/472 kB Progress (2): 163/202 kB | 163/472 kB Progress (2): 167/202 kB | 163/472 kB Progress (2): 171/202 kB | 163/472 kB Progress (2): 176/202 kB | 163/472 kB Progress (2): 180/202 kB | 163/472 kB Progress (2): 184/202 kB | 163/472 kB Progress (2): 188/202 kB | 163/472 kB Progress (2): 192/202 kB | 163/472 kB Progress (2): 196/202 kB | 163/472 kB Progress (2): 196/202 kB | 167/472 kB Progress (2): 196/202 kB | 171/472 kB Progress (2): 196/202 kB | 176/472 kB Progress (2): 196/202 kB | 180/472 kB Progress (2): 196/202 kB | 184/472 kB Progress (2): 196/202 kB | 188/472 kB Progress (2): 196/202 kB | 192/472 kB Progress (2): 196/202 kB | 196/472 kB Progress (2): 196/202 kB | 200/472 kB Progress (2): 196/202 kB | 204/472 kB Progress (2): 196/202 kB | 208/472 kB Progress (2): 196/202 kB | 212/472 kB Progress (2): 196/202 kB | 217/472 kB Progress (2): 196/202 kB | 221/472 kB Progress (2): 196/202 kB | 225/472 kB Progress (2): 196/202 kB | 229/472 kB Progress (2): 196/202 kB | 233/472 kB Progress (2): 196/202 kB | 237/472 kB Progress (2): 196/202 kB | 241/472 kB Progress (2): 196/202 kB | 245/472 kB Progress (2): 196/202 kB | 249/472 kB Progress (2): 196/202 kB | 253/472 kB Progress (2): 196/202 kB | 258/472 kB Progress (2): 196/202 kB | 262/472 kB Progress (2): 196/202 kB | 266/472 kB Progress (2): 196/202 kB | 270/472 kB Progress (2): 196/202 kB | 274/472 kB Progress (2): 196/202 kB | 278/472 kB Progress (2): 196/202 kB | 282/472 kB Progress (2): 196/202 kB | 286/472 kB Progress (2): 196/202 kB | 290/472 kB Progress (2): 196/202 kB | 294/472 kB Progress (2): 196/202 kB | 298/472 kB Progress (2): 196/202 kB | 303/472 kB Progress (2): 196/202 kB | 307/472 kB Progress (2): 196/202 kB | 311/472 kB Progress (2): 196/202 kB | 314/472 kB Progress (2): 196/202 kB | 316/472 kB Progress (2): 196/202 kB | 319/472 kB Progress (2): 196/202 kB | 322/472 kB Progress (2): 196/202 kB | 325/472 kB Progress (2): 196/202 kB | 327/472 kB Progress (2): 196/202 kB | 330/472 kB Progress (2): 196/202 kB | 333/472 kB Progress (2): 196/202 kB | 335/472 kB Progress (2): 196/202 kB | 338/472 kB Progress (2): 196/202 kB | 341/472 kB Progress (2): 196/202 kB | 344/472 kB Progress (3): 196/202 kB | 344/472 kB | 4.1/222 kB Progress (3): 196/202 kB | 344/472 kB | 7.7/222 kB Progress (3): 196/202 kB | 344/472 kB | 12/222 kB Progress (3): 196/202 kB | 344/472 kB | 16/222 kB Progress (3): 196/202 kB | 344/472 kB | 20/222 kB Progress (3): 196/202 kB | 344/472 kB | 24/222 kB Progress (3): 196/202 kB | 344/472 kB | 28/222 kB Progress (3): 196/202 kB | 344/472 kB | 32/222 kB Progress (3): 196/202 kB | 344/472 kB | 36/222 kB Progress (3): 196/202 kB | 344/472 kB | 40/222 kB Progress (3): 196/202 kB | 344/472 kB | 45/222 kB Progress (3): 196/202 kB | 344/472 kB | 49/222 kB Progress (4): 196/202 kB | 344/472 kB | 49/222 kB | 4.1/527 kB Progress (4): 196/202 kB | 344/472 kB | 49/222 kB | 7.7/527 kB Progress (4): 196/202 kB | 344/472 kB | 49/222 kB | 12/527 kB Progress (4): 196/202 kB | 344/472 kB | 49/222 kB | 16/527 kB Progress (4): 196/202 kB | 344/472 kB | 49/222 kB | 20/527 kB Progress (4): 196/202 kB | 344/472 kB | 49/222 kB | 24/527 kB Progress (4): 196/202 kB | 344/472 kB | 49/222 kB | 28/527 kB Progress (4): 196/202 kB | 344/472 kB | 49/222 kB | 32/527 kB Progress (4): 196/202 kB | 344/472 kB | 49/222 kB | 36/527 kB Progress (4): 196/202 kB | 344/472 kB | 49/222 kB | 40/527 kB Progress (4): 196/202 kB | 344/472 kB | 49/222 kB | 45/527 kB Progress (4): 196/202 kB | 344/472 kB | 49/222 kB | 49/527 kB Progress (4): 196/202 kB | 344/472 kB | 49/222 kB | 53/527 kB Progress (4): 196/202 kB | 344/472 kB | 49/222 kB | 57/527 kB Progress (4): 196/202 kB | 344/472 kB | 49/222 kB | 61/527 kB Progress (4): 196/202 kB | 344/472 kB | 49/222 kB | 65/527 kB Progress (4): 196/202 kB | 344/472 kB | 49/222 kB | 69/527 kB Progress (4): 196/202 kB | 344/472 kB | 49/222 kB | 73/527 kB Progress (4): 196/202 kB | 344/472 kB | 49/222 kB | 77/527 kB Progress (4): 196/202 kB | 344/472 kB | 49/222 kB | 81/527 kB Progress (4): 196/202 kB | 344/472 kB | 49/222 kB | 85/527 kB Progress (4): 196/202 kB | 344/472 kB | 49/222 kB | 90/527 kB Progress (4): 196/202 kB | 344/472 kB | 49/222 kB | 94/527 kB Progress (4): 196/202 kB | 344/472 kB | 49/222 kB | 98/527 kB Progress (4): 200/202 kB | 344/472 kB | 49/222 kB | 98/527 kB Progress (5): 200/202 kB | 344/472 kB | 49/222 kB | 98/527 kB | 2.8/47 kB Progress (5): 200/202 kB | 344/472 kB | 49/222 kB | 102/527 kB | 2.8/47 kB Progress (5): 202 kB | 344/472 kB | 49/222 kB | 102/527 kB | 2.8/47 kB Progress (5): 202 kB | 344/472 kB | 49/222 kB | 106/527 kB | 2.8/47 kB Progress (5): 202 kB | 344/472 kB | 49/222 kB | 106/527 kB | 5.5/47 kB Progress (5): 202 kB | 344/472 kB | 49/222 kB | 110/527 kB | 5.5/47 kB Progress (5): 202 kB | 344/472 kB | 49/222 kB | 110/527 kB | 8.3/47 kB Progress (5): 202 kB | 344/472 kB | 49/222 kB | 114/527 kB | 8.3/47 kB Progress (5): 202 kB | 344/472 kB | 49/222 kB | 114/527 kB | 11/47 kB Progress (5): 202 kB | 344/472 kB | 49/222 kB | 114/527 kB | 14/47 kB Progress (5): 202 kB | 344/472 kB | 49/222 kB | 114/527 kB | 16/47 kB Progress (5): 202 kB | 344/472 kB | 49/222 kB | 114/527 kB | 19/47 kB Progress (5): 202 kB | 344/472 kB | 49/222 kB | 114/527 kB | 22/47 kB Progress (5): 202 kB | 344/472 kB | 49/222 kB | 114/527 kB | 25/47 kB Progress (5): 202 kB | 344/472 kB | 49/222 kB | 114/527 kB | 27/47 kB Progress (5): 202 kB | 344/472 kB | 49/222 kB | 114/527 kB | 30/47 kB Progress (5): 202 kB | 344/472 kB | 49/222 kB | 114/527 kB | 33/47 kB Progress (5): 202 kB | 344/472 kB | 49/222 kB | 114/527 kB | 37/47 kB Progress (5): 202 kB | 344/472 kB | 49/222 kB | 114/527 kB | 41/47 kB Progress (5): 202 kB | 344/472 kB | 49/222 kB | 114/527 kB | 45/47 kB Progress (5): 202 kB | 344/472 kB | 49/222 kB | 114/527 kB | 47 kB Progress (5): 202 kB | 348/472 kB | 49/222 kB | 114/527 kB | 47 kB Progress (5): 202 kB | 352/472 kB | 49/222 kB | 114/527 kB | 47 kB Progress (5): 202 kB | 356/472 kB | 49/222 kB | 114/527 kB | 47 kB Progress (5): 202 kB | 360/472 kB | 49/222 kB | 114/527 kB | 47 kB Progress (5): 202 kB | 364/472 kB | 49/222 kB | 114/527 kB | 47 kB Progress (5): 202 kB | 368/472 kB | 49/222 kB | 114/527 kB | 47 kB Progress (5): 202 kB | 372/472 kB | 49/222 kB | 114/527 kB | 47 kB Progress (5): 202 kB | 376/472 kB | 49/222 kB | 114/527 kB | 47 kB Progress (5): 202 kB | 380/472 kB | 49/222 kB | 114/527 kB | 47 kB Progress (5): 202 kB | 384/472 kB | 49/222 kB | 114/527 kB | 47 kB Progress (5): 202 kB | 389/472 kB | 49/222 kB | 114/527 kB | 47 kB Progress (5): 202 kB | 393/472 kB | 49/222 kB | 114/527 kB | 47 kB Progress (5): 202 kB | 397/472 kB | 49/222 kB | 114/527 kB | 47 kB Progress (5): 202 kB | 401/472 kB | 49/222 kB | 114/527 kB | 47 kB Progress (5): 202 kB | 405/472 kB | 49/222 kB | 114/527 kB | 47 kB Progress (5): 202 kB | 409/472 kB | 49/222 kB | 114/527 kB | 47 kB Progress (5): 202 kB | 413/472 kB | 49/222 kB | 114/527 kB | 47 kB Progress (5): 202 kB | 417/472 kB | 49/222 kB | 114/527 kB | 47 kB Progress (5): 202 kB | 421/472 kB | 49/222 kB | 114/527 kB | 47 kB Progress (5): 202 kB | 425/472 kB | 49/222 kB | 114/527 kB | 47 kB Progress (5): 202 kB | 430/472 kB | 49/222 kB | 114/527 kB | 47 kB Progress (5): 202 kB | 434/472 kB | 49/222 kB | 114/527 kB | 47 kB Progress (5): 202 kB | 438/472 kB | 49/222 kB | 114/527 kB | 47 kB Progress (5): 202 kB | 442/472 kB | 49/222 kB | 114/527 kB | 47 kB Progress (5): 202 kB | 446/472 kB | 49/222 kB | 114/527 kB | 47 kB Progress (5): 202 kB | 450/472 kB | 49/222 kB | 114/527 kB | 47 kB Progress (5): 202 kB | 454/472 kB | 49/222 kB | 114/527 kB | 47 kB Progress (5): 202 kB | 458/472 kB | 49/222 kB | 114/527 kB | 47 kB Progress (5): 202 kB | 462/472 kB | 49/222 kB | 114/527 kB | 47 kB Progress (5): 202 kB | 466/472 kB | 49/222 kB | 114/527 kB | 47 kB Progress (5): 202 kB | 470/472 kB | 49/222 kB | 114/527 kB | 47 kB Progress (5): 202 kB | 472 kB | 49/222 kB | 114/527 kB | 47 kB Progress (5): 202 kB | 472 kB | 53/222 kB | 114/527 kB | 47 kB Progress (5): 202 kB | 472 kB | 57/222 kB | 114/527 kB | 47 kB Progress (5): 202 kB | 472 kB | 61/222 kB | 114/527 kB | 47 kB Progress (5): 202 kB | 472 kB | 65/222 kB | 114/527 kB | 47 kB Progress (5): 202 kB | 472 kB | 69/222 kB | 114/527 kB | 47 kB Progress (5): 202 kB | 472 kB | 73/222 kB | 114/527 kB | 47 kB Progress (5): 202 kB | 472 kB | 77/222 kB | 114/527 kB | 47 kB Progress (5): 202 kB | 472 kB | 81/222 kB | 114/527 kB | 47 kB Progress (5): 202 kB | 472 kB | 85/222 kB | 114/527 kB | 47 kB Progress (5): 202 kB | 472 kB | 90/222 kB | 114/527 kB | 47 kB Progress (5): 202 kB | 472 kB | 94/222 kB | 114/527 kB | 47 kB Progress (5): 202 kB | 472 kB | 98/222 kB | 114/527 kB | 47 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (202 kB at 93 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar +Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar (47 kB at 22 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar +Progress (3): 472 kB | 102/222 kB | 114/527 kB Progress (3): 472 kB | 106/222 kB | 114/527 kB Progress (3): 472 kB | 110/222 kB | 114/527 kB Progress (3): 472 kB | 114/222 kB | 114/527 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (472 kB at 213 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar +Progress (2): 118/222 kB | 114/527 kB Progress (2): 122/222 kB | 114/527 kB Progress (2): 126/222 kB | 114/527 kB Progress (2): 131/222 kB | 114/527 kB Progress (2): 135/222 kB | 114/527 kB Progress (2): 139/222 kB | 114/527 kB Progress (2): 143/222 kB | 114/527 kB Progress (2): 147/222 kB | 114/527 kB Progress (2): 151/222 kB | 114/527 kB Progress (2): 155/222 kB | 114/527 kB Progress (2): 159/222 kB | 114/527 kB Progress (2): 163/222 kB | 114/527 kB Progress (2): 163/222 kB | 118/527 kB Progress (2): 163/222 kB | 122/527 kB Progress (2): 163/222 kB | 126/527 kB Progress (2): 163/222 kB | 131/527 kB Progress (2): 163/222 kB | 135/527 kB Progress (2): 163/222 kB | 139/527 kB Progress (2): 163/222 kB | 143/527 kB Progress (2): 163/222 kB | 147/527 kB Progress (2): 163/222 kB | 151/527 kB Progress (2): 163/222 kB | 155/527 kB Progress (2): 163/222 kB | 159/527 kB Progress (2): 163/222 kB | 163/527 kB Progress (2): 163/222 kB | 167/527 kB Progress (2): 163/222 kB | 171/527 kB Progress (2): 163/222 kB | 176/527 kB Progress (2): 163/222 kB | 180/527 kB Progress (2): 163/222 kB | 184/527 kB Progress (2): 163/222 kB | 188/527 kB Progress (2): 163/222 kB | 192/527 kB Progress (2): 163/222 kB | 196/527 kB Progress (2): 163/222 kB | 200/527 kB Progress (2): 163/222 kB | 204/527 kB Progress (2): 163/222 kB | 208/527 kB Progress (2): 163/222 kB | 212/527 kB Progress (2): 163/222 kB | 217/527 kB Progress (2): 163/222 kB | 221/527 kB Progress (2): 163/222 kB | 225/527 kB Progress (2): 163/222 kB | 229/527 kB Progress (2): 163/222 kB | 233/527 kB Progress (2): 163/222 kB | 237/527 kB Progress (2): 163/222 kB | 241/527 kB Progress (2): 163/222 kB | 245/527 kB Progress (2): 163/222 kB | 249/527 kB Progress (2): 163/222 kB | 253/527 kB Progress (2): 163/222 kB | 258/527 kB Progress (2): 163/222 kB | 262/527 kB Progress (2): 163/222 kB | 266/527 kB Progress (2): 163/222 kB | 270/527 kB Progress (2): 163/222 kB | 274/527 kB Progress (2): 163/222 kB | 278/527 kB Progress (2): 163/222 kB | 282/527 kB Progress (2): 163/222 kB | 286/527 kB Progress (2): 163/222 kB | 290/527 kB Progress (2): 163/222 kB | 294/527 kB Progress (2): 163/222 kB | 298/527 kB Progress (2): 163/222 kB | 303/527 kB Progress (2): 163/222 kB | 307/527 kB Progress (2): 163/222 kB | 311/527 kB Progress (2): 163/222 kB | 315/527 kB Progress (2): 163/222 kB | 319/527 kB Progress (2): 163/222 kB | 323/527 kB Progress (2): 163/222 kB | 327/527 kB Progress (2): 163/222 kB | 331/527 kB Progress (2): 163/222 kB | 335/527 kB Progress (2): 163/222 kB | 339/527 kB Progress (2): 163/222 kB | 344/527 kB Progress (3): 163/222 kB | 344/527 kB | 4.1/38 kB Progress (3): 163/222 kB | 344/527 kB | 7.7/38 kB Progress (3): 163/222 kB | 344/527 kB | 12/38 kB Progress (3): 163/222 kB | 344/527 kB | 16/38 kB Progress (3): 163/222 kB | 344/527 kB | 20/38 kB Progress (3): 163/222 kB | 344/527 kB | 24/38 kB Progress (3): 163/222 kB | 344/527 kB | 28/38 kB Progress (3): 163/222 kB | 344/527 kB | 32/38 kB Progress (3): 163/222 kB | 344/527 kB | 36/38 kB Progress (3): 163/222 kB | 344/527 kB | 38 kB Progress (4): 163/222 kB | 344/527 kB | 38 kB | 4.1/30 kB Progress (4): 163/222 kB | 344/527 kB | 38 kB | 7.7/30 kB Progress (4): 163/222 kB | 344/527 kB | 38 kB | 12/30 kB Progress (4): 163/222 kB | 344/527 kB | 38 kB | 16/30 kB Progress (4): 163/222 kB | 344/527 kB | 38 kB | 20/30 kB Progress (4): 163/222 kB | 344/527 kB | 38 kB | 24/30 kB Progress (4): 163/222 kB | 344/527 kB | 38 kB | 28/30 kB Progress (4): 163/222 kB | 344/527 kB | 38 kB | 30 kB Progress (4): 167/222 kB | 344/527 kB | 38 kB | 30 kB Progress (4): 171/222 kB | 344/527 kB | 38 kB | 30 kB Progress (4): 176/222 kB | 344/527 kB | 38 kB | 30 kB Progress (4): 180/222 kB | 344/527 kB | 38 kB | 30 kB Progress (4): 184/222 kB | 344/527 kB | 38 kB | 30 kB Progress (4): 188/222 kB | 344/527 kB | 38 kB | 30 kB Progress (4): 192/222 kB | 344/527 kB | 38 kB | 30 kB Progress (4): 196/222 kB | 344/527 kB | 38 kB | 30 kB Progress (5): 196/222 kB | 344/527 kB | 38 kB | 30 kB | 4.1/148 kB Progress (5): 196/222 kB | 344/527 kB | 38 kB | 30 kB | 7.7/148 kB Progress (5): 196/222 kB | 344/527 kB | 38 kB | 30 kB | 12/148 kB Progress (5): 196/222 kB | 344/527 kB | 38 kB | 30 kB | 16/148 kB Progress (5): 196/222 kB | 344/527 kB | 38 kB | 30 kB | 20/148 kB Progress (5): 196/222 kB | 344/527 kB | 38 kB | 30 kB | 24/148 kB Progress (5): 196/222 kB | 344/527 kB | 38 kB | 30 kB | 28/148 kB Progress (5): 196/222 kB | 344/527 kB | 38 kB | 30 kB | 32/148 kB Progress (5): 196/222 kB | 344/527 kB | 38 kB | 30 kB | 36/148 kB Progress (5): 196/222 kB | 344/527 kB | 38 kB | 30 kB | 40/148 kB Progress (5): 196/222 kB | 344/527 kB | 38 kB | 30 kB | 45/148 kB Progress (5): 196/222 kB | 344/527 kB | 38 kB | 30 kB | 49/148 kB Progress (5): 196/222 kB | 344/527 kB | 38 kB | 30 kB | 53/148 kB Progress (5): 196/222 kB | 344/527 kB | 38 kB | 30 kB | 57/148 kB Progress (5): 196/222 kB | 344/527 kB | 38 kB | 30 kB | 61/148 kB Progress (5): 196/222 kB | 344/527 kB | 38 kB | 30 kB | 65/148 kB Progress (5): 196/222 kB | 344/527 kB | 38 kB | 30 kB | 69/148 kB Progress (5): 196/222 kB | 344/527 kB | 38 kB | 30 kB | 73/148 kB Progress (5): 196/222 kB | 344/527 kB | 38 kB | 30 kB | 77/148 kB Progress (5): 196/222 kB | 344/527 kB | 38 kB | 30 kB | 81/148 kB Progress (5): 196/222 kB | 344/527 kB | 38 kB | 30 kB | 85/148 kB Progress (5): 196/222 kB | 344/527 kB | 38 kB | 30 kB | 90/148 kB Progress (5): 196/222 kB | 344/527 kB | 38 kB | 30 kB | 94/148 kB Progress (5): 196/222 kB | 344/527 kB | 38 kB | 30 kB | 98/148 kB Progress (5): 196/222 kB | 344/527 kB | 38 kB | 30 kB | 102/148 kB Progress (5): 196/222 kB | 344/527 kB | 38 kB | 30 kB | 106/148 kB Progress (5): 196/222 kB | 344/527 kB | 38 kB | 30 kB | 110/148 kB Progress (5): 196/222 kB | 344/527 kB | 38 kB | 30 kB | 114/148 kB Progress (5): 196/222 kB | 348/527 kB | 38 kB | 30 kB | 114/148 kB Progress (5): 196/222 kB | 352/527 kB | 38 kB | 30 kB | 114/148 kB Progress (5): 196/222 kB | 356/527 kB | 38 kB | 30 kB | 114/148 kB Progress (5): 196/222 kB | 360/527 kB | 38 kB | 30 kB | 114/148 kB Progress (5): 196/222 kB | 364/527 kB | 38 kB | 30 kB | 114/148 kB Progress (5): 196/222 kB | 368/527 kB | 38 kB | 30 kB | 114/148 kB Progress (5): 196/222 kB | 372/527 kB | 38 kB | 30 kB | 114/148 kB Progress (5): 196/222 kB | 376/527 kB | 38 kB | 30 kB | 114/148 kB Progress (5): 196/222 kB | 380/527 kB | 38 kB | 30 kB | 114/148 kB Progress (5): 196/222 kB | 384/527 kB | 38 kB | 30 kB | 114/148 kB Progress (5): 196/222 kB | 389/527 kB | 38 kB | 30 kB | 114/148 kB Progress (5): 196/222 kB | 393/527 kB | 38 kB | 30 kB | 114/148 kB Progress (5): 196/222 kB | 397/527 kB | 38 kB | 30 kB | 114/148 kB Progress (5): 196/222 kB | 401/527 kB | 38 kB | 30 kB | 114/148 kB Progress (5): 196/222 kB | 405/527 kB | 38 kB | 30 kB | 114/148 kB Progress (5): 196/222 kB | 409/527 kB | 38 kB | 30 kB | 114/148 kB Progress (5): 196/222 kB | 413/527 kB | 38 kB | 30 kB | 114/148 kB Progress (5): 196/222 kB | 417/527 kB | 38 kB | 30 kB | 114/148 kB Progress (5): 196/222 kB | 421/527 kB | 38 kB | 30 kB | 114/148 kB Progress (5): 196/222 kB | 425/527 kB | 38 kB | 30 kB | 114/148 kB Progress (5): 196/222 kB | 430/527 kB | 38 kB | 30 kB | 114/148 kB Progress (5): 196/222 kB | 434/527 kB | 38 kB | 30 kB | 114/148 kB Progress (5): 196/222 kB | 438/527 kB | 38 kB | 30 kB | 114/148 kB Progress (5): 196/222 kB | 442/527 kB | 38 kB | 30 kB | 114/148 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar (38 kB at 15 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar +Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar (30 kB at 12 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar +Progress (3): 196/222 kB | 446/527 kB | 114/148 kB Progress (3): 196/222 kB | 450/527 kB | 114/148 kB Progress (3): 196/222 kB | 454/527 kB | 114/148 kB Progress (3): 196/222 kB | 458/527 kB | 114/148 kB Progress (3): 196/222 kB | 462/527 kB | 114/148 kB Progress (3): 196/222 kB | 466/527 kB | 114/148 kB Progress (3): 196/222 kB | 470/527 kB | 114/148 kB Progress (3): 196/222 kB | 475/527 kB | 114/148 kB Progress (3): 196/222 kB | 479/527 kB | 114/148 kB Progress (3): 196/222 kB | 483/527 kB | 114/148 kB Progress (3): 196/222 kB | 487/527 kB | 114/148 kB Progress (3): 196/222 kB | 491/527 kB | 114/148 kB Progress (3): 196/222 kB | 495/527 kB | 114/148 kB Progress (3): 196/222 kB | 499/527 kB | 114/148 kB Progress (3): 196/222 kB | 503/527 kB | 114/148 kB Progress (3): 196/222 kB | 507/527 kB | 114/148 kB Progress (3): 196/222 kB | 511/527 kB | 114/148 kB Progress (3): 196/222 kB | 516/527 kB | 114/148 kB Progress (3): 196/222 kB | 520/527 kB | 114/148 kB Progress (3): 196/222 kB | 524/527 kB | 114/148 kB Progress (3): 196/222 kB | 527 kB | 114/148 kB Progress (4): 196/222 kB | 527 kB | 114/148 kB | 2.8/51 kB Progress (4): 196/222 kB | 527 kB | 114/148 kB | 6.5/51 kB Progress (4): 196/222 kB | 527 kB | 114/148 kB | 11/51 kB Progress (4): 196/222 kB | 527 kB | 114/148 kB | 15/51 kB Progress (4): 196/222 kB | 527 kB | 114/148 kB | 19/51 kB Progress (4): 196/222 kB | 527 kB | 114/148 kB | 23/51 kB Progress (4): 196/222 kB | 527 kB | 114/148 kB | 27/51 kB Progress (4): 196/222 kB | 527 kB | 114/148 kB | 31/51 kB Progress (4): 196/222 kB | 527 kB | 114/148 kB | 35/51 kB Progress (4): 196/222 kB | 527 kB | 114/148 kB | 39/51 kB Progress (4): 196/222 kB | 527 kB | 114/148 kB | 43/51 kB Progress (4): 196/222 kB | 527 kB | 114/148 kB | 46/51 kB Progress (4): 196/222 kB | 527 kB | 114/148 kB | 49/51 kB Progress (4): 196/222 kB | 527 kB | 114/148 kB | 51 kB Progress (5): 196/222 kB | 527 kB | 114/148 kB | 51 kB | 4.1/106 kB Progress (5): 196/222 kB | 527 kB | 114/148 kB | 51 kB | 7.7/106 kB Progress (5): 196/222 kB | 527 kB | 114/148 kB | 51 kB | 12/106 kB Progress (5): 196/222 kB | 527 kB | 114/148 kB | 51 kB | 16/106 kB Progress (5): 196/222 kB | 527 kB | 114/148 kB | 51 kB | 20/106 kB Progress (5): 196/222 kB | 527 kB | 114/148 kB | 51 kB | 24/106 kB Progress (5): 196/222 kB | 527 kB | 114/148 kB | 51 kB | 28/106 kB Progress (5): 196/222 kB | 527 kB | 114/148 kB | 51 kB | 32/106 kB Progress (5): 196/222 kB | 527 kB | 114/148 kB | 51 kB | 36/106 kB Progress (5): 196/222 kB | 527 kB | 114/148 kB | 51 kB | 40/106 kB Progress (5): 196/222 kB | 527 kB | 114/148 kB | 51 kB | 45/106 kB Progress (5): 196/222 kB | 527 kB | 114/148 kB | 51 kB | 49/106 kB Progress (5): 196/222 kB | 527 kB | 114/148 kB | 51 kB | 53/106 kB Progress (5): 196/222 kB | 527 kB | 114/148 kB | 51 kB | 57/106 kB Progress (5): 196/222 kB | 527 kB | 114/148 kB | 51 kB | 61/106 kB Progress (5): 196/222 kB | 527 kB | 114/148 kB | 51 kB | 65/106 kB Progress (5): 196/222 kB | 527 kB | 114/148 kB | 51 kB | 69/106 kB Progress (5): 196/222 kB | 527 kB | 114/148 kB | 51 kB | 73/106 kB Progress (5): 196/222 kB | 527 kB | 114/148 kB | 51 kB | 77/106 kB Progress (5): 196/222 kB | 527 kB | 114/148 kB | 51 kB | 81/106 kB Progress (5): 200/222 kB | 527 kB | 114/148 kB | 51 kB | 81/106 kB Progress (5): 204/222 kB | 527 kB | 114/148 kB | 51 kB | 81/106 kB Progress (5): 208/222 kB | 527 kB | 114/148 kB | 51 kB | 81/106 kB Progress (5): 212/222 kB | 527 kB | 114/148 kB | 51 kB | 81/106 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0/maven-core-3.0.jar (527 kB at 191 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar +Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (51 kB at 18 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar +Progress (3): 212/222 kB | 114/148 kB | 85/106 kB Progress (3): 212/222 kB | 114/148 kB | 90/106 kB Progress (3): 212/222 kB | 114/148 kB | 94/106 kB Progress (3): 212/222 kB | 114/148 kB | 98/106 kB Progress (3): 212/222 kB | 114/148 kB | 102/106 kB Progress (3): 212/222 kB | 114/148 kB | 106/106 kB Progress (3): 212/222 kB | 114/148 kB | 106 kB Progress (3): 217/222 kB | 114/148 kB | 106 kB Progress (3): 221/222 kB | 114/148 kB | 106 kB Progress (3): 222 kB | 114/148 kB | 106 kB Progress (4): 222 kB | 114/148 kB | 106 kB | 4.1/14 kB Progress (4): 222 kB | 114/148 kB | 106 kB | 7.6/14 kB Progress (4): 222 kB | 114/148 kB | 106 kB | 12/14 kB Progress (4): 222 kB | 114/148 kB | 106 kB | 14 kB Progress (5): 222 kB | 114/148 kB | 106 kB | 14 kB | 2.2/74 kB Progress (5): 222 kB | 114/148 kB | 106 kB | 14 kB | 5.0/74 kB Progress (5): 222 kB | 114/148 kB | 106 kB | 14 kB | 7.7/74 kB Progress (5): 222 kB | 114/148 kB | 106 kB | 14 kB | 10/74 kB Progress (5): 222 kB | 114/148 kB | 106 kB | 14 kB | 13/74 kB Progress (5): 222 kB | 114/148 kB | 106 kB | 14 kB | 16/74 kB Progress (5): 222 kB | 114/148 kB | 106 kB | 14 kB | 19/74 kB Progress (5): 222 kB | 114/148 kB | 106 kB | 14 kB | 21/74 kB Progress (5): 222 kB | 114/148 kB | 106 kB | 14 kB | 24/74 kB Progress (5): 222 kB | 114/148 kB | 106 kB | 14 kB | 27/74 kB Progress (5): 222 kB | 114/148 kB | 106 kB | 14 kB | 30/74 kB Progress (5): 222 kB | 114/148 kB | 106 kB | 14 kB | 32/74 kB Progress (5): 222 kB | 114/148 kB | 106 kB | 14 kB | 36/74 kB Progress (5): 222 kB | 114/148 kB | 106 kB | 14 kB | 40/74 kB Progress (5): 222 kB | 114/148 kB | 106 kB | 14 kB | 45/74 kB Progress (5): 222 kB | 114/148 kB | 106 kB | 14 kB | 49/74 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar (106 kB at 35 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar +Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar (222 kB at 73 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar +Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar (14 kB at 4.4 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar +Progress (2): 114/148 kB | 53/74 kB Progress (2): 114/148 kB | 57/74 kB Progress (2): 114/148 kB | 61/74 kB Progress (2): 114/148 kB | 65/74 kB Progress (2): 114/148 kB | 69/74 kB Progress (2): 114/148 kB | 73/74 kB Progress (2): 114/148 kB | 74 kB Progress (3): 114/148 kB | 74 kB | 4.1/108 kB Progress (3): 114/148 kB | 74 kB | 7.7/108 kB Progress (3): 114/148 kB | 74 kB | 12/108 kB Progress (3): 114/148 kB | 74 kB | 16/108 kB Progress (3): 114/148 kB | 74 kB | 20/108 kB Progress (3): 114/148 kB | 74 kB | 24/108 kB Progress (3): 114/148 kB | 74 kB | 28/108 kB Progress (3): 114/148 kB | 74 kB | 32/108 kB Progress (3): 114/148 kB | 74 kB | 36/108 kB Progress (3): 114/148 kB | 74 kB | 40/108 kB Progress (3): 114/148 kB | 74 kB | 45/108 kB Progress (3): 114/148 kB | 74 kB | 49/108 kB Progress (3): 114/148 kB | 74 kB | 53/108 kB Progress (3): 114/148 kB | 74 kB | 57/108 kB Progress (3): 114/148 kB | 74 kB | 61/108 kB Progress (3): 114/148 kB | 74 kB | 65/108 kB Progress (3): 114/148 kB | 74 kB | 69/108 kB Progress (3): 114/148 kB | 74 kB | 73/108 kB Progress (3): 114/148 kB | 74 kB | 77/108 kB Progress (3): 114/148 kB | 74 kB | 81/108 kB Progress (4): 114/148 kB | 74 kB | 81/108 kB | 2.2/61 kB Progress (4): 114/148 kB | 74 kB | 81/108 kB | 5.0/61 kB Progress (4): 114/148 kB | 74 kB | 81/108 kB | 7.7/61 kB Progress (4): 114/148 kB | 74 kB | 81/108 kB | 10/61 kB Progress (4): 114/148 kB | 74 kB | 81/108 kB | 13/61 kB Progress (4): 114/148 kB | 74 kB | 81/108 kB | 16/61 kB Progress (4): 114/148 kB | 74 kB | 81/108 kB | 19/61 kB Progress (4): 114/148 kB | 74 kB | 81/108 kB | 21/61 kB Progress (4): 114/148 kB | 74 kB | 81/108 kB | 24/61 kB Progress (4): 114/148 kB | 74 kB | 81/108 kB | 27/61 kB Progress (4): 114/148 kB | 74 kB | 81/108 kB | 30/61 kB Progress (4): 114/148 kB | 74 kB | 81/108 kB | 32/61 kB Progress (5): 114/148 kB | 74 kB | 81/108 kB | 32/61 kB | 4.1/46 kB Progress (5): 114/148 kB | 74 kB | 81/108 kB | 32/61 kB | 7.7/46 kB Progress (5): 114/148 kB | 74 kB | 81/108 kB | 32/61 kB | 12/46 kB Progress (5): 114/148 kB | 74 kB | 81/108 kB | 32/61 kB | 16/46 kB Progress (5): 114/148 kB | 74 kB | 81/108 kB | 32/61 kB | 20/46 kB Progress (5): 114/148 kB | 74 kB | 81/108 kB | 32/61 kB | 24/46 kB Progress (5): 114/148 kB | 74 kB | 81/108 kB | 32/61 kB | 28/46 kB Progress (5): 114/148 kB | 74 kB | 81/108 kB | 32/61 kB | 32/46 kB Progress (5): 114/148 kB | 74 kB | 81/108 kB | 32/61 kB | 36/46 kB Progress (5): 114/148 kB | 74 kB | 81/108 kB | 32/61 kB | 40/46 kB Progress (5): 114/148 kB | 74 kB | 81/108 kB | 32/61 kB | 45/46 kB Progress (5): 114/148 kB | 74 kB | 81/108 kB | 32/61 kB | 46 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar (74 kB at 22 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar +Progress (4): 114/148 kB | 85/108 kB | 32/61 kB | 46 kB Progress (4): 114/148 kB | 90/108 kB | 32/61 kB | 46 kB Progress (4): 114/148 kB | 94/108 kB | 32/61 kB | 46 kB Progress (4): 114/148 kB | 98/108 kB | 32/61 kB | 46 kB Progress (4): 114/148 kB | 102/108 kB | 32/61 kB | 46 kB Progress (4): 114/148 kB | 106/108 kB | 32/61 kB | 46 kB Progress (4): 114/148 kB | 108 kB | 32/61 kB | 46 kB Progress (4): 114/148 kB | 108 kB | 36/61 kB | 46 kB Progress (4): 114/148 kB | 108 kB | 40/61 kB | 46 kB Progress (4): 114/148 kB | 108 kB | 45/61 kB | 46 kB Progress (4): 114/148 kB | 108 kB | 49/61 kB | 46 kB Progress (4): 114/148 kB | 108 kB | 53/61 kB | 46 kB Progress (4): 114/148 kB | 108 kB | 57/61 kB | 46 kB Progress (4): 114/148 kB | 108 kB | 61/61 kB | 46 kB Progress (4): 114/148 kB | 108 kB | 61 kB | 46 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar (46 kB at 13 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar +Progress (4): 114/148 kB | 108 kB | 61 kB | 4.1/4.3 kB Progress (4): 114/148 kB | 108 kB | 61 kB | 4.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar (108 kB at 31 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar +Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar (61 kB at 17 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.jar +Progress (3): 114/148 kB | 4.3 kB | 4.1/29 kB Progress (3): 114/148 kB | 4.3 kB | 7.7/29 kB Progress (3): 114/148 kB | 4.3 kB | 12/29 kB Progress (3): 114/148 kB | 4.3 kB | 16/29 kB Progress (3): 114/148 kB | 4.3 kB | 20/29 kB Progress (3): 114/148 kB | 4.3 kB | 24/29 kB Progress (3): 114/148 kB | 4.3 kB | 28/29 kB Progress (3): 114/148 kB | 4.3 kB | 29 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar (4.3 kB at 1.2 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.jar +Progress (3): 114/148 kB | 29 kB | 4.1/13 kB Progress (3): 114/148 kB | 29 kB | 7.6/13 kB Progress (3): 114/148 kB | 29 kB | 12/13 kB Progress (3): 114/148 kB | 29 kB | 13 kB Progress (3): 118/148 kB | 29 kB | 13 kB Progress (3): 122/148 kB | 29 kB | 13 kB Progress (3): 126/148 kB | 29 kB | 13 kB Progress (3): 131/148 kB | 29 kB | 13 kB Progress (4): 131/148 kB | 29 kB | 13 kB | 4.1/164 kB Progress (4): 131/148 kB | 29 kB | 13 kB | 7.7/164 kB Progress (4): 131/148 kB | 29 kB | 13 kB | 12/164 kB Progress (4): 131/148 kB | 29 kB | 13 kB | 16/164 kB Progress (4): 131/148 kB | 29 kB | 13 kB | 20/164 kB Progress (4): 131/148 kB | 29 kB | 13 kB | 24/164 kB Progress (4): 131/148 kB | 29 kB | 13 kB | 28/164 kB Progress (4): 131/148 kB | 29 kB | 13 kB | 32/164 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (29 kB at 7.6 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar +Progress (4): 131/148 kB | 13 kB | 32/164 kB | 2.2/209 kB Progress (4): 131/148 kB | 13 kB | 32/164 kB | 5.0/209 kB Progress (4): 131/148 kB | 13 kB | 32/164 kB | 7.7/209 kB Progress (4): 131/148 kB | 13 kB | 32/164 kB | 10/209 kB Progress (4): 131/148 kB | 13 kB | 32/164 kB | 13/209 kB Progress (4): 131/148 kB | 13 kB | 32/164 kB | 16/209 kB Progress (4): 131/148 kB | 13 kB | 32/164 kB | 19/209 kB Progress (4): 131/148 kB | 13 kB | 32/164 kB | 21/209 kB Progress (4): 131/148 kB | 13 kB | 32/164 kB | 24/209 kB Progress (4): 131/148 kB | 13 kB | 32/164 kB | 27/209 kB Progress (4): 131/148 kB | 13 kB | 32/164 kB | 30/209 kB Progress (4): 131/148 kB | 13 kB | 32/164 kB | 32/209 kB Progress (4): 131/148 kB | 13 kB | 32/164 kB | 36/209 kB Progress (4): 131/148 kB | 13 kB | 32/164 kB | 40/209 kB Progress (4): 131/148 kB | 13 kB | 32/164 kB | 45/209 kB Progress (4): 131/148 kB | 13 kB | 32/164 kB | 49/209 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (13 kB at 3.5 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/0.9.2/plexus-java-0.9.2.jar +Progress (3): 135/148 kB | 32/164 kB | 49/209 kB Progress (3): 139/148 kB | 32/164 kB | 49/209 kB Progress (3): 143/148 kB | 32/164 kB | 49/209 kB Progress (3): 147/148 kB | 32/164 kB | 49/209 kB Progress (3): 148 kB | 32/164 kB | 49/209 kB Progress (4): 148 kB | 32/164 kB | 49/209 kB | 4.1/14 kB Progress (4): 148 kB | 32/164 kB | 49/209 kB | 7.6/14 kB Progress (4): 148 kB | 32/164 kB | 49/209 kB | 12/14 kB Progress (4): 148 kB | 32/164 kB | 49/209 kB | 14 kB Progress (4): 148 kB | 32/164 kB | 53/209 kB | 14 kB Progress (4): 148 kB | 32/164 kB | 57/209 kB | 14 kB Progress (4): 148 kB | 32/164 kB | 61/209 kB | 14 kB Progress (4): 148 kB | 32/164 kB | 65/209 kB | 14 kB Progress (4): 148 kB | 32/164 kB | 69/209 kB | 14 kB Progress (4): 148 kB | 32/164 kB | 73/209 kB | 14 kB Progress (4): 148 kB | 32/164 kB | 77/209 kB | 14 kB Progress (4): 148 kB | 32/164 kB | 81/209 kB | 14 kB Progress (4): 148 kB | 32/164 kB | 85/209 kB | 14 kB Progress (4): 148 kB | 32/164 kB | 90/209 kB | 14 kB Progress (4): 148 kB | 32/164 kB | 94/209 kB | 14 kB Progress (4): 148 kB | 32/164 kB | 98/209 kB | 14 kB Progress (4): 148 kB | 32/164 kB | 102/209 kB | 14 kB Progress (4): 148 kB | 32/164 kB | 106/209 kB | 14 kB Progress (4): 148 kB | 32/164 kB | 110/209 kB | 14 kB Progress (4): 148 kB | 32/164 kB | 114/209 kB | 14 kB Progress (5): 148 kB | 32/164 kB | 114/209 kB | 14 kB | 4.1/31 kB Progress (5): 148 kB | 32/164 kB | 114/209 kB | 14 kB | 7.7/31 kB Progress (5): 148 kB | 32/164 kB | 114/209 kB | 14 kB | 12/31 kB Progress (5): 148 kB | 32/164 kB | 114/209 kB | 14 kB | 16/31 kB Progress (5): 148 kB | 32/164 kB | 114/209 kB | 14 kB | 20/31 kB Progress (5): 148 kB | 32/164 kB | 114/209 kB | 14 kB | 24/31 kB Progress (5): 148 kB | 32/164 kB | 114/209 kB | 14 kB | 28/31 kB Progress (5): 148 kB | 32/164 kB | 114/209 kB | 14 kB | 31 kB Progress (5): 148 kB | 36/164 kB | 114/209 kB | 14 kB | 31 kB Progress (5): 148 kB | 40/164 kB | 114/209 kB | 14 kB | 31 kB Progress (5): 148 kB | 45/164 kB | 114/209 kB | 14 kB | 31 kB Progress (5): 148 kB | 49/164 kB | 114/209 kB | 14 kB | 31 kB Progress (5): 148 kB | 53/164 kB | 114/209 kB | 14 kB | 31 kB Progress (5): 148 kB | 57/164 kB | 114/209 kB | 14 kB | 31 kB Progress (5): 148 kB | 61/164 kB | 114/209 kB | 14 kB | 31 kB Progress (5): 148 kB | 65/164 kB | 114/209 kB | 14 kB | 31 kB Progress (5): 148 kB | 69/164 kB | 114/209 kB | 14 kB | 31 kB Progress (5): 148 kB | 73/164 kB | 114/209 kB | 14 kB | 31 kB Progress (5): 148 kB | 77/164 kB | 114/209 kB | 14 kB | 31 kB Progress (5): 148 kB | 81/164 kB | 114/209 kB | 14 kB | 31 kB Progress (5): 148 kB | 85/164 kB | 114/209 kB | 14 kB | 31 kB Progress (5): 148 kB | 90/164 kB | 114/209 kB | 14 kB | 31 kB Progress (5): 148 kB | 94/164 kB | 114/209 kB | 14 kB | 31 kB Progress (5): 148 kB | 98/164 kB | 114/209 kB | 14 kB | 31 kB Progress (5): 148 kB | 102/164 kB | 114/209 kB | 14 kB | 31 kB Progress (5): 148 kB | 106/164 kB | 114/209 kB | 14 kB | 31 kB Progress (5): 148 kB | 110/164 kB | 114/209 kB | 14 kB | 31 kB Progress (5): 148 kB | 114/164 kB | 114/209 kB | 14 kB | 31 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar (148 kB at 37 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/6.0_BETA/asm-6.0_BETA.jar +Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar (14 kB at 3.3 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.jar +Progress (3): 114/164 kB | 118/209 kB | 31 kB Progress (3): 114/164 kB | 122/209 kB | 31 kB Progress (3): 114/164 kB | 126/209 kB | 31 kB Progress (3): 114/164 kB | 131/209 kB | 31 kB Progress (3): 114/164 kB | 135/209 kB | 31 kB Progress (3): 114/164 kB | 139/209 kB | 31 kB Progress (3): 114/164 kB | 143/209 kB | 31 kB Progress (3): 114/164 kB | 147/209 kB | 31 kB Progress (3): 114/164 kB | 151/209 kB | 31 kB Progress (3): 114/164 kB | 155/209 kB | 31 kB Progress (3): 114/164 kB | 159/209 kB | 31 kB Progress (3): 114/164 kB | 163/209 kB | 31 kB Progress (3): 114/164 kB | 167/209 kB | 31 kB Progress (3): 114/164 kB | 171/209 kB | 31 kB Progress (3): 114/164 kB | 176/209 kB | 31 kB Progress (3): 114/164 kB | 180/209 kB | 31 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/0.9.2/plexus-java-0.9.2.jar (31 kB at 7.5 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.8.2/plexus-compiler-api-2.8.2.jar +Progress (2): 118/164 kB | 180/209 kB Progress (2): 122/164 kB | 180/209 kB Progress (2): 126/164 kB | 180/209 kB Progress (2): 131/164 kB | 180/209 kB Progress (2): 135/164 kB | 180/209 kB Progress (2): 139/164 kB | 180/209 kB Progress (2): 143/164 kB | 180/209 kB Progress (2): 147/164 kB | 180/209 kB Progress (3): 147/164 kB | 180/209 kB | 2.2/56 kB Progress (3): 147/164 kB | 180/209 kB | 5.0/56 kB Progress (3): 147/164 kB | 180/209 kB | 7.7/56 kB Progress (3): 147/164 kB | 180/209 kB | 10/56 kB Progress (3): 147/164 kB | 180/209 kB | 13/56 kB Progress (3): 147/164 kB | 180/209 kB | 16/56 kB Progress (3): 147/164 kB | 180/209 kB | 19/56 kB Progress (3): 147/164 kB | 180/209 kB | 21/56 kB Progress (3): 147/164 kB | 180/209 kB | 24/56 kB Progress (3): 147/164 kB | 180/209 kB | 27/56 kB Progress (3): 147/164 kB | 180/209 kB | 30/56 kB Progress (3): 147/164 kB | 180/209 kB | 32/56 kB Progress (3): 147/164 kB | 180/209 kB | 36/56 kB Progress (3): 147/164 kB | 180/209 kB | 40/56 kB Progress (3): 147/164 kB | 180/209 kB | 45/56 kB Progress (3): 147/164 kB | 180/209 kB | 49/56 kB Progress (3): 147/164 kB | 180/209 kB | 53/56 kB Progress (3): 147/164 kB | 180/209 kB | 56 kB Progress (3): 147/164 kB | 184/209 kB | 56 kB Progress (3): 147/164 kB | 188/209 kB | 56 kB Progress (3): 147/164 kB | 192/209 kB | 56 kB Progress (3): 147/164 kB | 196/209 kB | 56 kB Progress (4): 147/164 kB | 196/209 kB | 56 kB | 4.1/315 kB Progress (4): 147/164 kB | 196/209 kB | 56 kB | 7.6/315 kB Progress (4): 147/164 kB | 196/209 kB | 56 kB | 12/315 kB Progress (4): 147/164 kB | 196/209 kB | 56 kB | 16/315 kB Progress (4): 147/164 kB | 196/209 kB | 56 kB | 20/315 kB Progress (4): 147/164 kB | 196/209 kB | 56 kB | 24/315 kB Progress (4): 147/164 kB | 196/209 kB | 56 kB | 28/315 kB Progress (4): 147/164 kB | 196/209 kB | 56 kB | 32/315 kB Progress (4): 147/164 kB | 196/209 kB | 56 kB | 36/315 kB Progress (4): 147/164 kB | 196/209 kB | 56 kB | 40/315 kB Progress (4): 147/164 kB | 196/209 kB | 56 kB | 45/315 kB Progress (4): 147/164 kB | 196/209 kB | 56 kB | 49/315 kB Progress (4): 147/164 kB | 196/209 kB | 56 kB | 53/315 kB Progress (4): 147/164 kB | 196/209 kB | 56 kB | 57/315 kB Progress (4): 147/164 kB | 196/209 kB | 56 kB | 61/315 kB Progress (4): 147/164 kB | 196/209 kB | 56 kB | 65/315 kB Progress (4): 147/164 kB | 196/209 kB | 56 kB | 69/315 kB Progress (4): 147/164 kB | 196/209 kB | 56 kB | 73/315 kB Progress (4): 147/164 kB | 196/209 kB | 56 kB | 77/315 kB Progress (4): 147/164 kB | 196/209 kB | 56 kB | 81/315 kB Progress (4): 147/164 kB | 196/209 kB | 56 kB | 85/315 kB Progress (4): 147/164 kB | 196/209 kB | 56 kB | 90/315 kB Progress (4): 147/164 kB | 196/209 kB | 56 kB | 94/315 kB Progress (4): 147/164 kB | 196/209 kB | 56 kB | 98/315 kB Progress (4): 147/164 kB | 200/209 kB | 56 kB | 98/315 kB Progress (4): 147/164 kB | 204/209 kB | 56 kB | 98/315 kB Progress (4): 147/164 kB | 208/209 kB | 56 kB | 98/315 kB Progress (4): 147/164 kB | 209 kB | 56 kB | 98/315 kB Progress (5): 147/164 kB | 209 kB | 56 kB | 98/315 kB | 4.1/26 kB Progress (5): 147/164 kB | 209 kB | 56 kB | 98/315 kB | 7.7/26 kB Progress (5): 147/164 kB | 209 kB | 56 kB | 98/315 kB | 12/26 kB Progress (5): 147/164 kB | 209 kB | 56 kB | 98/315 kB | 16/26 kB Progress (5): 147/164 kB | 209 kB | 56 kB | 98/315 kB | 20/26 kB Progress (5): 147/164 kB | 209 kB | 56 kB | 98/315 kB | 24/26 kB Progress (5): 147/164 kB | 209 kB | 56 kB | 98/315 kB | 26 kB Progress (5): 151/164 kB | 209 kB | 56 kB | 98/315 kB | 26 kB Progress (5): 155/164 kB | 209 kB | 56 kB | 98/315 kB | 26 kB Progress (5): 159/164 kB | 209 kB | 56 kB | 98/315 kB | 26 kB Progress (5): 163/164 kB | 209 kB | 56 kB | 98/315 kB | 26 kB Progress (5): 164 kB | 209 kB | 56 kB | 98/315 kB | 26 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/6.0_BETA/asm-6.0_BETA.jar (56 kB at 13 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.8.2/plexus-compiler-manager-2.8.2.jar +Progress (4): 164 kB | 209 kB | 102/315 kB | 26 kB Progress (4): 164 kB | 209 kB | 106/315 kB | 26 kB Progress (4): 164 kB | 209 kB | 110/315 kB | 26 kB Progress (4): 164 kB | 209 kB | 114/315 kB | 26 kB Progress (4): 164 kB | 209 kB | 118/315 kB | 26 kB Progress (4): 164 kB | 209 kB | 122/315 kB | 26 kB Progress (4): 164 kB | 209 kB | 126/315 kB | 26 kB Progress (4): 164 kB | 209 kB | 131/315 kB | 26 kB Progress (4): 164 kB | 209 kB | 135/315 kB | 26 kB Progress (4): 164 kB | 209 kB | 139/315 kB | 26 kB Progress (4): 164 kB | 209 kB | 143/315 kB | 26 kB Progress (4): 164 kB | 209 kB | 147/315 kB | 26 kB Progress (4): 164 kB | 209 kB | 151/315 kB | 26 kB Progress (4): 164 kB | 209 kB | 155/315 kB | 26 kB Progress (4): 164 kB | 209 kB | 159/315 kB | 26 kB Progress (4): 164 kB | 209 kB | 163/315 kB | 26 kB Progress (4): 164 kB | 209 kB | 167/315 kB | 26 kB Progress (4): 164 kB | 209 kB | 171/315 kB | 26 kB Progress (4): 164 kB | 209 kB | 176/315 kB | 26 kB Progress (4): 164 kB | 209 kB | 180/315 kB | 26 kB Progress (4): 164 kB | 209 kB | 184/315 kB | 26 kB Progress (4): 164 kB | 209 kB | 188/315 kB | 26 kB Progress (4): 164 kB | 209 kB | 192/315 kB | 26 kB Progress (4): 164 kB | 209 kB | 196/315 kB | 26 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.jar (209 kB at 47 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.8.2/plexus-compiler-javac-2.8.2.jar +Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.jar (164 kB at 37 kB/s) +Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.8.2/plexus-compiler-api-2.8.2.jar (26 kB at 5.9 kB/s) +Progress (2): 196/315 kB | 2.2/4.7 kB Progress (2): 196/315 kB | 4.7 kB Progress (2): 200/315 kB | 4.7 kB Progress (2): 204/315 kB | 4.7 kB Progress (2): 208/315 kB | 4.7 kB Progress (2): 212/315 kB | 4.7 kB Progress (2): 217/315 kB | 4.7 kB Progress (2): 221/315 kB | 4.7 kB Progress (2): 225/315 kB | 4.7 kB Progress (2): 229/315 kB | 4.7 kB Progress (2): 233/315 kB | 4.7 kB Progress (2): 237/315 kB | 4.7 kB Progress (2): 241/315 kB | 4.7 kB Progress (2): 245/315 kB | 4.7 kB Progress (2): 249/315 kB | 4.7 kB Progress (2): 253/315 kB | 4.7 kB Progress (2): 258/315 kB | 4.7 kB Progress (2): 262/315 kB | 4.7 kB Progress (2): 266/315 kB | 4.7 kB Progress (2): 270/315 kB | 4.7 kB Progress (2): 274/315 kB | 4.7 kB Progress (2): 278/315 kB | 4.7 kB Progress (2): 282/315 kB | 4.7 kB Progress (2): 286/315 kB | 4.7 kB Progress (2): 290/315 kB | 4.7 kB Progress (2): 294/315 kB | 4.7 kB Progress (2): 298/315 kB | 4.7 kB Progress (2): 303/315 kB | 4.7 kB Progress (2): 307/315 kB | 4.7 kB Progress (2): 311/315 kB | 4.7 kB Progress (2): 315/315 kB | 4.7 kB Progress (2): 315 kB | 4.7 kB Progress (3): 315 kB | 4.7 kB | 4.1/20 kB Progress (3): 315 kB | 4.7 kB | 7.7/20 kB Progress (3): 315 kB | 4.7 kB | 12/20 kB Progress (3): 315 kB | 4.7 kB | 16/20 kB Progress (3): 315 kB | 4.7 kB | 20/20 kB Progress (3): 315 kB | 4.7 kB | 20 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.8.2/plexus-compiler-manager-2.8.2.jar (4.7 kB at 999 B/s) +Downloaded from central: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.jar (315 kB at 66 kB/s) +Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.8.2/plexus-compiler-javac-2.8.2.jar (20 kB at 4.2 kB/s) +[INFO] Changes detected - recompiling the module! +[INFO] Compiling 6 source files to /var/jenkins_home/workspace/ippia-api-example-project_master/target/classes +[INFO] +[INFO] --- maven-resources-plugin:2.4:testResources (default-testResources) @ lippia-api-example-project --- +[INFO] Using 'UTF-8' encoding to copy filtered resources. +[INFO] Copying 4 resources +[INFO] +[INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ lippia-api-example-project --- +[INFO] Changes detected - recompiling the module! +[INFO] Compiling 4 source files to /var/jenkins_home/workspace/ippia-api-example-project_master/target/test-classes +[INFO] +[INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ lippia-api-example-project --- +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.22.1/maven-surefire-common-2.22.1.pom +Progress (1): 2.2/11 kB Progress (1): 5.0/11 kB Progress (1): 7.8/11 kB Progress (1): 11/11 kB Progress (1): 11 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.22.1/maven-surefire-common-2.22.1.pom (11 kB at 26 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.pom +Progress (1): 1.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.pom (1.6 kB at 4.1 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools/3.5.2/maven-plugin-tools-3.5.2.pom +Progress (1): 2.2/15 kB Progress (1): 5.0/15 kB Progress (1): 7.8/15 kB Progress (1): 11/15 kB Progress (1): 13/15 kB Progress (1): 15 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools/3.5.2/maven-plugin-tools-3.5.2.pom (15 kB at 39 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/31/maven-parent-31.pom +Progress (1): 2.2/43 kB Progress (1): 5.0/43 kB Progress (1): 7.8/43 kB Progress (1): 11/43 kB Progress (1): 13/43 kB Progress (1): 16/43 kB Progress (1): 19/43 kB Progress (1): 21/43 kB Progress (1): 24/43 kB Progress (1): 27/43 kB Progress (1): 30/43 kB Progress (1): 32/43 kB Progress (1): 36/43 kB Progress (1): 40/43 kB Progress (1): 43 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/31/maven-parent-31.pom (43 kB at 117 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.22.1/surefire-api-2.22.1.pom +Progress (1): 3.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.22.1/surefire-api-2.22.1.pom (3.5 kB at 9.2 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-logger-api/2.22.1/surefire-logger-api-2.22.1.pom +Progress (1): 2.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-logger-api/2.22.1/surefire-logger-api-2.22.1.pom (2.0 kB at 4.4 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.22.1/surefire-booter-2.22.1.pom +Progress (1): 2.2/7.5 kB Progress (1): 5.0/7.5 kB Progress (1): 7.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.22.1/surefire-booter-2.22.1.pom (7.5 kB at 18 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.pom +Progress (1): 2.2/24 kB Progress (1): 5.0/24 kB Progress (1): 7.8/24 kB Progress (1): 11/24 kB Progress (1): 13/24 kB Progress (1): 16/24 kB Progress (1): 19/24 kB Progress (1): 21/24 kB Progress (1): 24 kB Downloaded from central: https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.pom (24 kB at 59 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom +Progress (1): 2.2/2.4 kB Progress (1): 2.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom (2.4 kB at 6.0 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom +Progress (1): 2.2/9.3 kB Progress (1): 5.0/9.3 kB Progress (1): 7.8/9.3 kB Progress (1): 9.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom (9.3 kB at 23 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/16/maven-parent-16.pom +Progress (1): 2.2/23 kB Progress (1): 5.0/23 kB Progress (1): 7.8/23 kB Progress (1): 11/23 kB Progress (1): 13/23 kB Progress (1): 16/23 kB Progress (1): 19/23 kB Progress (1): 21/23 kB Progress (1): 23 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/16/maven-parent-16.pom (23 kB at 58 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom +Progress (1): 2.2/3.3 kB Progress (1): 3.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom (3.3 kB at 8.5 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom +Progress (1): 2.2/5.1 kB Progress (1): 5.0/5.1 kB Progress (1): 5.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom (5.1 kB at 13 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom +Progress (1): 2.2/4.1 kB Progress (1): 4.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom (4.1 kB at 10 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/6.2/asm-6.2.pom +Progress (1): 2.2/2.9 kB Progress (1): 2.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/6.2/asm-6.2.pom (2.9 kB at 7.3 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.pom +Progress (1): 2.2/16 kB Progress (1): 5.0/16 kB Progress (1): 7.8/16 kB Progress (1): 11/16 kB Progress (1): 13/16 kB Progress (1): 16 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.pom (16 kB at 39 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.22.1/maven-surefire-common-2.22.1.jar +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.22.1/surefire-api-2.22.1.jar +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-logger-api/2.22.1/surefire-logger-api-2.22.1.jar +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.jar +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar +Progress (1): 2.2/12 kB Progress (2): 2.2/12 kB | 2.8/186 kB Progress (2): 5.0/12 kB | 2.8/186 kB Progress (2): 5.0/12 kB | 5.5/186 kB Progress (2): 7.7/12 kB | 5.5/186 kB Progress (2): 7.7/12 kB | 8.3/186 kB Progress (2): 10/12 kB | 8.3/186 kB Progress (2): 10/12 kB | 11/186 kB Progress (2): 12 kB | 11/186 kB Progress (2): 12 kB | 14/186 kB Progress (2): 12 kB | 16/186 kB Progress (2): 12 kB | 19/186 kB Progress (2): 12 kB | 22/186 kB Progress (2): 12 kB | 25/186 kB Progress (2): 12 kB | 27/186 kB Progress (2): 12 kB | 30/186 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar (12 kB at 29 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.22.1/surefire-booter-2.22.1.jar +Progress (1): 33/186 kB Progress (1): 37/186 kB Progress (1): 41/186 kB Progress (1): 45/186 kB Progress (1): 49/186 kB Progress (2): 49/186 kB | 2.2/274 kB Progress (2): 49/186 kB | 5.0/274 kB Progress (2): 49/186 kB | 7.7/274 kB Progress (2): 49/186 kB | 10/274 kB Progress (2): 49/186 kB | 13/274 kB Progress (2): 49/186 kB | 16/274 kB Progress (2): 49/186 kB | 19/274 kB Progress (2): 49/186 kB | 21/274 kB Progress (2): 49/186 kB | 24/274 kB Progress (2): 49/186 kB | 27/274 kB Progress (2): 49/186 kB | 30/274 kB Progress (2): 49/186 kB | 32/274 kB Progress (2): 53/186 kB | 32/274 kB Progress (2): 57/186 kB | 32/274 kB Progress (2): 61/186 kB | 32/274 kB Progress (2): 66/186 kB | 32/274 kB Progress (2): 70/186 kB | 32/274 kB Progress (2): 74/186 kB | 32/274 kB Progress (2): 78/186 kB | 32/274 kB Progress (2): 82/186 kB | 32/274 kB Progress (2): 86/186 kB | 32/274 kB Progress (2): 90/186 kB | 32/274 kB Progress (2): 94/186 kB | 32/274 kB Progress (2): 98/186 kB | 32/274 kB Progress (2): 102/186 kB | 32/274 kB Progress (2): 106/186 kB | 32/274 kB Progress (2): 111/186 kB | 32/274 kB Progress (2): 115/186 kB | 32/274 kB Progress (2): 119/186 kB | 32/274 kB Progress (2): 123/186 kB | 32/274 kB Progress (2): 127/186 kB | 32/274 kB Progress (2): 131/186 kB | 32/274 kB Progress (2): 135/186 kB | 32/274 kB Progress (2): 139/186 kB | 32/274 kB Progress (2): 143/186 kB | 32/274 kB Progress (2): 147/186 kB | 32/274 kB Progress (2): 147/186 kB | 36/274 kB Progress (2): 147/186 kB | 40/274 kB Progress (2): 147/186 kB | 45/274 kB Progress (2): 147/186 kB | 49/274 kB Progress (2): 147/186 kB | 53/274 kB Progress (2): 147/186 kB | 57/274 kB Progress (2): 147/186 kB | 61/274 kB Progress (2): 147/186 kB | 65/274 kB Progress (3): 147/186 kB | 65/274 kB | 2.2/14 kB Progress (4): 147/186 kB | 65/274 kB | 2.2/14 kB | 2.2/13 kB Progress (5): 147/186 kB | 65/274 kB | 2.2/14 kB | 2.2/13 kB | 2.2/528 kB Progress (5): 152/186 kB | 65/274 kB | 2.2/14 kB | 2.2/13 kB | 2.2/528 kB Progress (5): 156/186 kB | 65/274 kB | 2.2/14 kB | 2.2/13 kB | 2.2/528 kB Progress (5): 160/186 kB | 65/274 kB | 2.2/14 kB | 2.2/13 kB | 2.2/528 kB Progress (5): 164/186 kB | 65/274 kB | 2.2/14 kB | 2.2/13 kB | 2.2/528 kB Progress (5): 168/186 kB | 65/274 kB | 2.2/14 kB | 2.2/13 kB | 2.2/528 kB Progress (5): 172/186 kB | 65/274 kB | 2.2/14 kB | 2.2/13 kB | 2.2/528 kB Progress (5): 176/186 kB | 65/274 kB | 2.2/14 kB | 2.2/13 kB | 2.2/528 kB Progress (5): 180/186 kB | 65/274 kB | 2.2/14 kB | 2.2/13 kB | 2.2/528 kB Progress (5): 184/186 kB | 65/274 kB | 2.2/14 kB | 2.2/13 kB | 2.2/528 kB Progress (5): 186 kB | 65/274 kB | 2.2/14 kB | 2.2/13 kB | 2.2/528 kB Progress (5): 186 kB | 69/274 kB | 2.2/14 kB | 2.2/13 kB | 2.2/528 kB Progress (5): 186 kB | 73/274 kB | 2.2/14 kB | 2.2/13 kB | 2.2/528 kB Progress (5): 186 kB | 77/274 kB | 2.2/14 kB | 2.2/13 kB | 2.2/528 kB Progress (5): 186 kB | 81/274 kB | 2.2/14 kB | 2.2/13 kB | 2.2/528 kB Progress (5): 186 kB | 85/274 kB | 2.2/14 kB | 2.2/13 kB | 2.2/528 kB Progress (5): 186 kB | 90/274 kB | 2.2/14 kB | 2.2/13 kB | 2.2/528 kB Progress (5): 186 kB | 94/274 kB | 2.2/14 kB | 2.2/13 kB | 2.2/528 kB Progress (5): 186 kB | 98/274 kB | 2.2/14 kB | 2.2/13 kB | 2.2/528 kB Progress (5): 186 kB | 98/274 kB | 5.0/14 kB | 2.2/13 kB | 2.2/528 kB Progress (5): 186 kB | 98/274 kB | 7.7/14 kB | 2.2/13 kB | 2.2/528 kB Progress (5): 186 kB | 102/274 kB | 7.7/14 kB | 2.2/13 kB | 2.2/528 kB Progress (5): 186 kB | 106/274 kB | 7.7/14 kB | 2.2/13 kB | 2.2/528 kB Progress (5): 186 kB | 106/274 kB | 7.7/14 kB | 5.0/13 kB | 2.2/528 kB Progress (5): 186 kB | 110/274 kB | 7.7/14 kB | 5.0/13 kB | 2.2/528 kB Progress (5): 186 kB | 110/274 kB | 7.7/14 kB | 7.7/13 kB | 2.2/528 kB Progress (5): 186 kB | 114/274 kB | 7.7/14 kB | 7.7/13 kB | 2.2/528 kB Progress (5): 186 kB | 114/274 kB | 7.7/14 kB | 7.7/13 kB | 5.0/528 kB Progress (5): 186 kB | 114/274 kB | 7.7/14 kB | 7.7/13 kB | 7.7/528 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.22.1/surefire-api-2.22.1.jar (186 kB at 177 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar +Progress (4): 118/274 kB | 7.7/14 kB | 7.7/13 kB | 7.7/528 kB Progress (4): 122/274 kB | 7.7/14 kB | 7.7/13 kB | 7.7/528 kB Progress (4): 126/274 kB | 7.7/14 kB | 7.7/13 kB | 7.7/528 kB Progress (4): 131/274 kB | 7.7/14 kB | 7.7/13 kB | 7.7/528 kB Progress (4): 135/274 kB | 7.7/14 kB | 7.7/13 kB | 7.7/528 kB Progress (4): 139/274 kB | 7.7/14 kB | 7.7/13 kB | 7.7/528 kB Progress (4): 143/274 kB | 7.7/14 kB | 7.7/13 kB | 7.7/528 kB Progress (4): 147/274 kB | 7.7/14 kB | 7.7/13 kB | 7.7/528 kB Progress (4): 147/274 kB | 10/14 kB | 7.7/13 kB | 7.7/528 kB Progress (4): 147/274 kB | 13/14 kB | 7.7/13 kB | 7.7/528 kB Progress (4): 147/274 kB | 14 kB | 7.7/13 kB | 7.7/528 kB Progress (4): 147/274 kB | 14 kB | 10/13 kB | 7.7/528 kB Progress (4): 147/274 kB | 14 kB | 13/13 kB | 7.7/528 kB Progress (4): 147/274 kB | 14 kB | 13 kB | 7.7/528 kB Progress (4): 147/274 kB | 14 kB | 13 kB | 10/528 kB Progress (4): 147/274 kB | 14 kB | 13 kB | 13/528 kB Progress (4): 147/274 kB | 14 kB | 13 kB | 16/528 kB Progress (4): 147/274 kB | 14 kB | 13 kB | 19/528 kB Progress (5): 147/274 kB | 14 kB | 13 kB | 19/528 kB | 2.8/80 kB Progress (5): 147/274 kB | 14 kB | 13 kB | 19/528 kB | 5.5/80 kB Progress (5): 147/274 kB | 14 kB | 13 kB | 19/528 kB | 8.3/80 kB Progress (5): 147/274 kB | 14 kB | 13 kB | 19/528 kB | 11/80 kB Progress (5): 147/274 kB | 14 kB | 13 kB | 19/528 kB | 14/80 kB Progress (5): 147/274 kB | 14 kB | 13 kB | 19/528 kB | 16/80 kB Progress (5): 147/274 kB | 14 kB | 13 kB | 19/528 kB | 19/80 kB Progress (5): 147/274 kB | 14 kB | 13 kB | 19/528 kB | 22/80 kB Progress (5): 147/274 kB | 14 kB | 13 kB | 19/528 kB | 25/80 kB Progress (5): 147/274 kB | 14 kB | 13 kB | 19/528 kB | 27/80 kB Progress (5): 147/274 kB | 14 kB | 13 kB | 19/528 kB | 30/80 kB Progress (5): 147/274 kB | 14 kB | 13 kB | 19/528 kB | 33/80 kB Progress (5): 147/274 kB | 14 kB | 13 kB | 19/528 kB | 37/80 kB Progress (5): 147/274 kB | 14 kB | 13 kB | 19/528 kB | 41/80 kB Progress (5): 147/274 kB | 14 kB | 13 kB | 19/528 kB | 45/80 kB Progress (5): 147/274 kB | 14 kB | 13 kB | 19/528 kB | 49/80 kB Progress (5): 147/274 kB | 14 kB | 13 kB | 19/528 kB | 53/80 kB Progress (5): 147/274 kB | 14 kB | 13 kB | 19/528 kB | 57/80 kB Progress (5): 147/274 kB | 14 kB | 13 kB | 19/528 kB | 61/80 kB Progress (5): 147/274 kB | 14 kB | 13 kB | 19/528 kB | 66/80 kB Progress (5): 151/274 kB | 14 kB | 13 kB | 19/528 kB | 66/80 kB Progress (5): 155/274 kB | 14 kB | 13 kB | 19/528 kB | 66/80 kB Progress (5): 159/274 kB | 14 kB | 13 kB | 19/528 kB | 66/80 kB Progress (5): 163/274 kB | 14 kB | 13 kB | 19/528 kB | 66/80 kB Progress (5): 167/274 kB | 14 kB | 13 kB | 19/528 kB | 66/80 kB Progress (5): 171/274 kB | 14 kB | 13 kB | 19/528 kB | 66/80 kB Progress (5): 176/274 kB | 14 kB | 13 kB | 19/528 kB | 66/80 kB Progress (5): 180/274 kB | 14 kB | 13 kB | 19/528 kB | 66/80 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.jar (14 kB at 11 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar +Progress (4): 184/274 kB | 13 kB | 19/528 kB | 66/80 kB Progress (4): 188/274 kB | 13 kB | 19/528 kB | 66/80 kB Progress (4): 192/274 kB | 13 kB | 19/528 kB | 66/80 kB Progress (4): 196/274 kB | 13 kB | 19/528 kB | 66/80 kB Progress (4): 196/274 kB | 13 kB | 21/528 kB | 66/80 kB Progress (4): 196/274 kB | 13 kB | 24/528 kB | 66/80 kB Progress (4): 196/274 kB | 13 kB | 27/528 kB | 66/80 kB Progress (4): 196/274 kB | 13 kB | 30/528 kB | 66/80 kB Progress (4): 196/274 kB | 13 kB | 32/528 kB | 66/80 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-logger-api/2.22.1/surefire-logger-api-2.22.1.jar (13 kB at 10 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.jar +Progress (3): 196/274 kB | 32/528 kB | 70/80 kB Progress (3): 196/274 kB | 32/528 kB | 74/80 kB Progress (3): 196/274 kB | 32/528 kB | 78/80 kB Progress (3): 196/274 kB | 32/528 kB | 80 kB Progress (3): 200/274 kB | 32/528 kB | 80 kB Progress (3): 204/274 kB | 32/528 kB | 80 kB Progress (3): 208/274 kB | 32/528 kB | 80 kB Progress (3): 212/274 kB | 32/528 kB | 80 kB Progress (3): 217/274 kB | 32/528 kB | 80 kB Progress (3): 219/274 kB | 32/528 kB | 80 kB Progress (4): 219/274 kB | 32/528 kB | 80 kB | 2.2/39 kB Progress (4): 219/274 kB | 32/528 kB | 80 kB | 5.0/39 kB Progress (4): 219/274 kB | 32/528 kB | 80 kB | 7.7/39 kB Progress (4): 219/274 kB | 32/528 kB | 80 kB | 10/39 kB Progress (4): 219/274 kB | 32/528 kB | 80 kB | 13/39 kB Progress (4): 219/274 kB | 32/528 kB | 80 kB | 16/39 kB Progress (4): 219/274 kB | 32/528 kB | 80 kB | 19/39 kB Progress (4): 219/274 kB | 32/528 kB | 80 kB | 21/39 kB Progress (4): 219/274 kB | 32/528 kB | 80 kB | 24/39 kB Progress (4): 219/274 kB | 32/528 kB | 80 kB | 27/39 kB Progress (4): 219/274 kB | 32/528 kB | 80 kB | 30/39 kB Progress (4): 219/274 kB | 32/528 kB | 80 kB | 32/39 kB Progress (4): 219/274 kB | 32/528 kB | 80 kB | 35/39 kB Progress (4): 219/274 kB | 32/528 kB | 80 kB | 38/39 kB Progress (4): 223/274 kB | 32/528 kB | 80 kB | 38/39 kB Progress (4): 223/274 kB | 32/528 kB | 80 kB | 39 kB Progress (4): 227/274 kB | 32/528 kB | 80 kB | 39 kB Progress (4): 231/274 kB | 32/528 kB | 80 kB | 39 kB Progress (4): 231/274 kB | 36/528 kB | 80 kB | 39 kB Progress (4): 235/274 kB | 36/528 kB | 80 kB | 39 kB Progress (4): 235/274 kB | 40/528 kB | 80 kB | 39 kB Progress (4): 235/274 kB | 45/528 kB | 80 kB | 39 kB Progress (4): 235/274 kB | 49/528 kB | 80 kB | 39 kB Progress (4): 235/274 kB | 53/528 kB | 80 kB | 39 kB Progress (4): 235/274 kB | 57/528 kB | 80 kB | 39 kB Progress (4): 235/274 kB | 61/528 kB | 80 kB | 39 kB Progress (4): 235/274 kB | 65/528 kB | 80 kB | 39 kB Progress (5): 235/274 kB | 65/528 kB | 80 kB | 39 kB | 2.2/315 kB Progress (5): 235/274 kB | 69/528 kB | 80 kB | 39 kB | 2.2/315 kB Progress (5): 235/274 kB | 69/528 kB | 80 kB | 39 kB | 5.0/315 kB Progress (5): 235/274 kB | 73/528 kB | 80 kB | 39 kB | 5.0/315 kB Progress (5): 235/274 kB | 73/528 kB | 80 kB | 39 kB | 7.7/315 kB Progress (5): 235/274 kB | 77/528 kB | 80 kB | 39 kB | 7.7/315 kB Progress (5): 235/274 kB | 77/528 kB | 80 kB | 39 kB | 10/315 kB Progress (5): 235/274 kB | 81/528 kB | 80 kB | 39 kB | 10/315 kB Progress (5): 235/274 kB | 81/528 kB | 80 kB | 39 kB | 13/315 kB Progress (5): 235/274 kB | 81/528 kB | 80 kB | 39 kB | 16/315 kB Progress (5): 235/274 kB | 81/528 kB | 80 kB | 39 kB | 19/315 kB Progress (5): 235/274 kB | 81/528 kB | 80 kB | 39 kB | 21/315 kB Progress (5): 235/274 kB | 81/528 kB | 80 kB | 39 kB | 24/315 kB Progress (5): 235/274 kB | 81/528 kB | 80 kB | 39 kB | 27/315 kB Progress (5): 235/274 kB | 81/528 kB | 80 kB | 39 kB | 30/315 kB Progress (5): 235/274 kB | 81/528 kB | 80 kB | 39 kB | 32/315 kB Progress (5): 235/274 kB | 81/528 kB | 80 kB | 39 kB | 36/315 kB Progress (5): 235/274 kB | 81/528 kB | 80 kB | 39 kB | 40/315 kB Progress (5): 235/274 kB | 81/528 kB | 80 kB | 39 kB | 45/315 kB Progress (5): 235/274 kB | 81/528 kB | 80 kB | 39 kB | 49/315 kB Progress (5): 235/274 kB | 81/528 kB | 80 kB | 39 kB | 53/315 kB Progress (5): 235/274 kB | 81/528 kB | 80 kB | 39 kB | 57/315 kB Progress (5): 235/274 kB | 81/528 kB | 80 kB | 39 kB | 61/315 kB Progress (5): 235/274 kB | 81/528 kB | 80 kB | 39 kB | 65/315 kB Progress (5): 235/274 kB | 81/528 kB | 80 kB | 39 kB | 69/315 kB Progress (5): 235/274 kB | 81/528 kB | 80 kB | 39 kB | 73/315 kB Progress (5): 235/274 kB | 81/528 kB | 80 kB | 39 kB | 77/315 kB Progress (5): 235/274 kB | 81/528 kB | 80 kB | 39 kB | 81/315 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar (80 kB at 53 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar +Progress (4): 239/274 kB | 81/528 kB | 39 kB | 81/315 kB Progress (4): 243/274 kB | 81/528 kB | 39 kB | 81/315 kB Progress (4): 247/274 kB | 81/528 kB | 39 kB | 81/315 kB Progress (4): 251/274 kB | 81/528 kB | 39 kB | 81/315 kB Progress (4): 256/274 kB | 81/528 kB | 39 kB | 81/315 kB Progress (4): 260/274 kB | 81/528 kB | 39 kB | 81/315 kB Progress (4): 264/274 kB | 81/528 kB | 39 kB | 81/315 kB Progress (4): 268/274 kB | 81/528 kB | 39 kB | 81/315 kB Progress (4): 272/274 kB | 81/528 kB | 39 kB | 81/315 kB Progress (4): 274 kB | 81/528 kB | 39 kB | 81/315 kB Progress (4): 274 kB | 85/528 kB | 39 kB | 81/315 kB Progress (4): 274 kB | 90/528 kB | 39 kB | 81/315 kB Progress (4): 274 kB | 94/528 kB | 39 kB | 81/315 kB Progress (4): 274 kB | 98/528 kB | 39 kB | 81/315 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar (39 kB at 24 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar +Progress (3): 274 kB | 102/528 kB | 81/315 kB Progress (3): 274 kB | 106/528 kB | 81/315 kB Progress (3): 274 kB | 110/528 kB | 81/315 kB Progress (3): 274 kB | 114/528 kB | 81/315 kB Progress (3): 274 kB | 118/528 kB | 81/315 kB Progress (3): 274 kB | 122/528 kB | 81/315 kB Progress (3): 274 kB | 126/528 kB | 81/315 kB Progress (3): 274 kB | 131/528 kB | 81/315 kB Progress (3): 274 kB | 131/528 kB | 85/315 kB Progress (3): 274 kB | 131/528 kB | 90/315 kB Progress (3): 274 kB | 131/528 kB | 94/315 kB Progress (3): 274 kB | 131/528 kB | 98/315 kB Progress (3): 274 kB | 131/528 kB | 102/315 kB Progress (3): 274 kB | 131/528 kB | 106/315 kB Progress (3): 274 kB | 131/528 kB | 110/315 kB Progress (3): 274 kB | 131/528 kB | 114/315 kB Progress (3): 274 kB | 131/528 kB | 118/315 kB Progress (3): 274 kB | 131/528 kB | 122/315 kB Progress (3): 274 kB | 131/528 kB | 126/315 kB Progress (3): 274 kB | 131/528 kB | 131/315 kB Progress (3): 274 kB | 131/528 kB | 135/315 kB Progress (3): 274 kB | 131/528 kB | 139/315 kB Progress (3): 274 kB | 131/528 kB | 143/315 kB Progress (3): 274 kB | 131/528 kB | 147/315 kB Progress (3): 274 kB | 131/528 kB | 151/315 kB Progress (3): 274 kB | 131/528 kB | 155/315 kB Progress (3): 274 kB | 131/528 kB | 159/315 kB Progress (3): 274 kB | 131/528 kB | 163/315 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar (0 B at 0 B/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar +Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.22.1/surefire-booter-2.22.1.jar (274 kB at 160 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar +Progress (2): 135/528 kB | 163/315 kB Progress (2): 139/528 kB | 163/315 kB Progress (2): 143/528 kB | 163/315 kB Progress (2): 147/528 kB | 163/315 kB Progress (2): 151/528 kB | 163/315 kB Progress (3): 151/528 kB | 163/315 kB | 2.2/156 kB Progress (3): 155/528 kB | 163/315 kB | 2.2/156 kB Progress (3): 159/528 kB | 163/315 kB | 2.2/156 kB Progress (3): 159/528 kB | 163/315 kB | 5.0/156 kB Progress (3): 163/528 kB | 163/315 kB | 5.0/156 kB Progress (3): 163/528 kB | 163/315 kB | 7.7/156 kB Progress (3): 163/528 kB | 163/315 kB | 10/156 kB Progress (3): 163/528 kB | 163/315 kB | 13/156 kB Progress (3): 163/528 kB | 163/315 kB | 16/156 kB Progress (3): 163/528 kB | 163/315 kB | 19/156 kB Progress (3): 163/528 kB | 163/315 kB | 21/156 kB Progress (3): 163/528 kB | 163/315 kB | 24/156 kB Progress (3): 163/528 kB | 163/315 kB | 27/156 kB Progress (3): 163/528 kB | 163/315 kB | 30/156 kB Progress (3): 163/528 kB | 163/315 kB | 32/156 kB Progress (3): 163/528 kB | 163/315 kB | 36/156 kB Progress (3): 163/528 kB | 163/315 kB | 40/156 kB Progress (3): 163/528 kB | 163/315 kB | 45/156 kB Progress (3): 163/528 kB | 163/315 kB | 49/156 kB Progress (3): 167/528 kB | 163/315 kB | 49/156 kB Progress (3): 171/528 kB | 163/315 kB | 49/156 kB Progress (3): 176/528 kB | 163/315 kB | 49/156 kB Progress (3): 180/528 kB | 163/315 kB | 49/156 kB Progress (3): 180/528 kB | 167/315 kB | 49/156 kB Progress (3): 180/528 kB | 171/315 kB | 49/156 kB Progress (3): 180/528 kB | 176/315 kB | 49/156 kB Progress (3): 180/528 kB | 180/315 kB | 49/156 kB Progress (3): 180/528 kB | 184/315 kB | 49/156 kB Progress (3): 180/528 kB | 188/315 kB | 49/156 kB Progress (3): 180/528 kB | 192/315 kB | 49/156 kB Progress (3): 180/528 kB | 196/315 kB | 49/156 kB Progress (3): 180/528 kB | 200/315 kB | 49/156 kB Progress (3): 180/528 kB | 204/315 kB | 49/156 kB Progress (3): 180/528 kB | 208/315 kB | 49/156 kB Progress (3): 180/528 kB | 212/315 kB | 49/156 kB Progress (3): 180/528 kB | 217/315 kB | 49/156 kB Progress (3): 180/528 kB | 221/315 kB | 49/156 kB Progress (3): 180/528 kB | 225/315 kB | 49/156 kB Progress (3): 180/528 kB | 229/315 kB | 49/156 kB Progress (3): 180/528 kB | 233/315 kB | 49/156 kB Progress (3): 180/528 kB | 237/315 kB | 49/156 kB Progress (3): 180/528 kB | 241/315 kB | 49/156 kB Progress (3): 180/528 kB | 245/315 kB | 49/156 kB Progress (3): 180/528 kB | 249/315 kB | 49/156 kB Progress (3): 180/528 kB | 253/315 kB | 49/156 kB Progress (3): 180/528 kB | 258/315 kB | 49/156 kB Progress (3): 180/528 kB | 262/315 kB | 49/156 kB Progress (4): 180/528 kB | 262/315 kB | 49/156 kB | 4.1/49 kB Progress (4): 180/528 kB | 262/315 kB | 49/156 kB | 7.7/49 kB Progress (4): 180/528 kB | 262/315 kB | 49/156 kB | 12/49 kB Progress (4): 180/528 kB | 262/315 kB | 49/156 kB | 16/49 kB Progress (4): 180/528 kB | 262/315 kB | 49/156 kB | 20/49 kB Progress (4): 180/528 kB | 262/315 kB | 49/156 kB | 24/49 kB Progress (4): 180/528 kB | 262/315 kB | 49/156 kB | 28/49 kB Progress (4): 180/528 kB | 262/315 kB | 49/156 kB | 32/49 kB Progress (5): 180/528 kB | 262/315 kB | 49/156 kB | 32/49 kB | 4.1/35 kB Progress (5): 180/528 kB | 262/315 kB | 49/156 kB | 32/49 kB | 7.7/35 kB Progress (5): 180/528 kB | 262/315 kB | 49/156 kB | 32/49 kB | 12/35 kB Progress (5): 180/528 kB | 262/315 kB | 49/156 kB | 32/49 kB | 16/35 kB Progress (5): 180/528 kB | 262/315 kB | 49/156 kB | 32/49 kB | 20/35 kB Progress (5): 180/528 kB | 262/315 kB | 49/156 kB | 32/49 kB | 24/35 kB Progress (5): 180/528 kB | 262/315 kB | 49/156 kB | 32/49 kB | 28/35 kB Progress (5): 180/528 kB | 262/315 kB | 49/156 kB | 32/49 kB | 32/35 kB Progress (5): 180/528 kB | 262/315 kB | 49/156 kB | 32/49 kB | 35 kB Progress (5): 184/528 kB | 262/315 kB | 49/156 kB | 32/49 kB | 35 kB Progress (5): 188/528 kB | 262/315 kB | 49/156 kB | 32/49 kB | 35 kB Progress (5): 192/528 kB | 262/315 kB | 49/156 kB | 32/49 kB | 35 kB Progress (5): 196/528 kB | 262/315 kB | 49/156 kB | 32/49 kB | 35 kB Progress (5): 199/528 kB | 262/315 kB | 49/156 kB | 32/49 kB | 35 kB Progress (5): 202/528 kB | 262/315 kB | 49/156 kB | 32/49 kB | 35 kB Progress (5): 204/528 kB | 262/315 kB | 49/156 kB | 32/49 kB | 35 kB Progress (5): 207/528 kB | 262/315 kB | 49/156 kB | 32/49 kB | 35 kB Progress (5): 210/528 kB | 262/315 kB | 49/156 kB | 32/49 kB | 35 kB Progress (5): 212/528 kB | 262/315 kB | 49/156 kB | 32/49 kB | 35 kB Progress (5): 215/528 kB | 262/315 kB | 49/156 kB | 32/49 kB | 35 kB Progress (5): 215/528 kB | 262/315 kB | 53/156 kB | 32/49 kB | 35 kB Progress (5): 215/528 kB | 262/315 kB | 57/156 kB | 32/49 kB | 35 kB Progress (5): 215/528 kB | 262/315 kB | 61/156 kB | 32/49 kB | 35 kB Progress (5): 215/528 kB | 262/315 kB | 65/156 kB | 32/49 kB | 35 kB Progress (5): 218/528 kB | 262/315 kB | 65/156 kB | 32/49 kB | 35 kB Progress (5): 218/528 kB | 262/315 kB | 69/156 kB | 32/49 kB | 35 kB Progress (5): 218/528 kB | 262/315 kB | 73/156 kB | 32/49 kB | 35 kB Progress (5): 218/528 kB | 262/315 kB | 77/156 kB | 32/49 kB | 35 kB Progress (5): 218/528 kB | 262/315 kB | 81/156 kB | 32/49 kB | 35 kB Progress (5): 218/528 kB | 262/315 kB | 85/156 kB | 32/49 kB | 35 kB Progress (5): 218/528 kB | 262/315 kB | 90/156 kB | 32/49 kB | 35 kB Progress (5): 218/528 kB | 262/315 kB | 94/156 kB | 32/49 kB | 35 kB Progress (5): 218/528 kB | 262/315 kB | 98/156 kB | 32/49 kB | 35 kB Progress (5): 218/528 kB | 262/315 kB | 102/156 kB | 32/49 kB | 35 kB Progress (5): 218/528 kB | 262/315 kB | 106/156 kB | 32/49 kB | 35 kB Progress (5): 218/528 kB | 262/315 kB | 110/156 kB | 32/49 kB | 35 kB Progress (5): 218/528 kB | 262/315 kB | 114/156 kB | 32/49 kB | 35 kB Progress (5): 221/528 kB | 262/315 kB | 114/156 kB | 32/49 kB | 35 kB Progress (5): 223/528 kB | 262/315 kB | 114/156 kB | 32/49 kB | 35 kB Progress (5): 226/528 kB | 262/315 kB | 114/156 kB | 32/49 kB | 35 kB Progress (5): 229/528 kB | 262/315 kB | 114/156 kB | 32/49 kB | 35 kB Progress (5): 229/528 kB | 266/315 kB | 114/156 kB | 32/49 kB | 35 kB Progress (5): 229/528 kB | 270/315 kB | 114/156 kB | 32/49 kB | 35 kB Progress (5): 229/528 kB | 274/315 kB | 114/156 kB | 32/49 kB | 35 kB Progress (5): 229/528 kB | 278/315 kB | 114/156 kB | 32/49 kB | 35 kB Progress (5): 229/528 kB | 282/315 kB | 114/156 kB | 32/49 kB | 35 kB Progress (5): 229/528 kB | 286/315 kB | 114/156 kB | 32/49 kB | 35 kB Progress (5): 229/528 kB | 290/315 kB | 114/156 kB | 32/49 kB | 35 kB Progress (5): 229/528 kB | 294/315 kB | 114/156 kB | 32/49 kB | 35 kB Progress (5): 229/528 kB | 298/315 kB | 114/156 kB | 32/49 kB | 35 kB Progress (5): 229/528 kB | 303/315 kB | 114/156 kB | 32/49 kB | 35 kB Progress (5): 229/528 kB | 307/315 kB | 114/156 kB | 32/49 kB | 35 kB Progress (5): 229/528 kB | 311/315 kB | 114/156 kB | 32/49 kB | 35 kB Progress (5): 229/528 kB | 315/315 kB | 114/156 kB | 32/49 kB | 35 kB Progress (5): 229/528 kB | 315 kB | 114/156 kB | 32/49 kB | 35 kB Progress (5): 229/528 kB | 315 kB | 118/156 kB | 32/49 kB | 35 kB Progress (5): 229/528 kB | 315 kB | 122/156 kB | 32/49 kB | 35 kB Progress (5): 229/528 kB | 315 kB | 126/156 kB | 32/49 kB | 35 kB Progress (5): 229/528 kB | 315 kB | 131/156 kB | 32/49 kB | 35 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar (35 kB at 17 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar +Progress (4): 233/528 kB | 315 kB | 131/156 kB | 32/49 kB Progress (4): 237/528 kB | 315 kB | 131/156 kB | 32/49 kB Progress (4): 241/528 kB | 315 kB | 131/156 kB | 32/49 kB Progress (4): 245/528 kB | 315 kB | 131/156 kB | 32/49 kB Progress (4): 249/528 kB | 315 kB | 131/156 kB | 32/49 kB Progress (4): 253/528 kB | 315 kB | 131/156 kB | 32/49 kB Progress (4): 258/528 kB | 315 kB | 131/156 kB | 32/49 kB Progress (4): 262/528 kB | 315 kB | 131/156 kB | 32/49 kB Progress (4): 262/528 kB | 315 kB | 135/156 kB | 32/49 kB Progress (4): 262/528 kB | 315 kB | 139/156 kB | 32/49 kB Progress (4): 262/528 kB | 315 kB | 143/156 kB | 32/49 kB Progress (4): 262/528 kB | 315 kB | 147/156 kB | 32/49 kB Progress (4): 262/528 kB | 315 kB | 151/156 kB | 32/49 kB Progress (4): 262/528 kB | 315 kB | 155/156 kB | 32/49 kB Progress (4): 262/528 kB | 315 kB | 156 kB | 32/49 kB Progress (4): 266/528 kB | 315 kB | 156 kB | 32/49 kB Progress (4): 270/528 kB | 315 kB | 156 kB | 32/49 kB Progress (4): 274/528 kB | 315 kB | 156 kB | 32/49 kB Progress (4): 278/528 kB | 315 kB | 156 kB | 32/49 kB Downloaded from central: https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.jar (315 kB at 146 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar +Progress (4): 278/528 kB | 156 kB | 32/49 kB | 2.8/68 kB Progress (4): 278/528 kB | 156 kB | 32/49 kB | 5.5/68 kB Progress (4): 278/528 kB | 156 kB | 32/49 kB | 8.3/68 kB Progress (4): 278/528 kB | 156 kB | 32/49 kB | 11/68 kB Progress (4): 278/528 kB | 156 kB | 32/49 kB | 14/68 kB Progress (4): 278/528 kB | 156 kB | 32/49 kB | 16/68 kB Progress (4): 278/528 kB | 156 kB | 32/49 kB | 19/68 kB Progress (4): 278/528 kB | 156 kB | 32/49 kB | 22/68 kB Progress (4): 278/528 kB | 156 kB | 32/49 kB | 25/68 kB Progress (4): 278/528 kB | 156 kB | 32/49 kB | 27/68 kB Progress (4): 278/528 kB | 156 kB | 32/49 kB | 30/68 kB Progress (4): 278/528 kB | 156 kB | 32/49 kB | 33/68 kB Progress (4): 282/528 kB | 156 kB | 32/49 kB | 33/68 kB Progress (4): 286/528 kB | 156 kB | 32/49 kB | 33/68 kB Progress (4): 290/528 kB | 156 kB | 32/49 kB | 33/68 kB Progress (4): 294/528 kB | 156 kB | 32/49 kB | 33/68 kB Progress (4): 298/528 kB | 156 kB | 32/49 kB | 33/68 kB Progress (4): 303/528 kB | 156 kB | 32/49 kB | 33/68 kB Progress (4): 307/528 kB | 156 kB | 32/49 kB | 33/68 kB Progress (4): 311/528 kB | 156 kB | 32/49 kB | 33/68 kB Progress (4): 315/528 kB | 156 kB | 32/49 kB | 33/68 kB Progress (4): 319/528 kB | 156 kB | 32/49 kB | 33/68 kB Progress (4): 323/528 kB | 156 kB | 32/49 kB | 33/68 kB Progress (4): 327/528 kB | 156 kB | 32/49 kB | 33/68 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar (156 kB at 69 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar +Progress (3): 331/528 kB | 32/49 kB | 33/68 kB Progress (3): 335/528 kB | 32/49 kB | 33/68 kB Progress (3): 339/528 kB | 32/49 kB | 33/68 kB Progress (3): 344/528 kB | 32/49 kB | 33/68 kB Progress (4): 344/528 kB | 32/49 kB | 33/68 kB | 4.1/332 kB Progress (4): 344/528 kB | 32/49 kB | 33/68 kB | 7.7/332 kB Progress (4): 344/528 kB | 32/49 kB | 33/68 kB | 12/332 kB Progress (4): 344/528 kB | 32/49 kB | 33/68 kB | 16/332 kB Progress (4): 344/528 kB | 32/49 kB | 33/68 kB | 20/332 kB Progress (4): 344/528 kB | 32/49 kB | 33/68 kB | 24/332 kB Progress (4): 344/528 kB | 32/49 kB | 33/68 kB | 28/332 kB Progress (4): 344/528 kB | 32/49 kB | 33/68 kB | 32/332 kB Progress (4): 344/528 kB | 32/49 kB | 33/68 kB | 36/332 kB Progress (4): 344/528 kB | 32/49 kB | 33/68 kB | 40/332 kB Progress (4): 344/528 kB | 32/49 kB | 33/68 kB | 45/332 kB Progress (4): 344/528 kB | 32/49 kB | 33/68 kB | 49/332 kB Progress (4): 344/528 kB | 32/49 kB | 33/68 kB | 53/332 kB Progress (4): 344/528 kB | 32/49 kB | 33/68 kB | 57/332 kB Progress (4): 344/528 kB | 32/49 kB | 33/68 kB | 61/332 kB Progress (4): 344/528 kB | 32/49 kB | 33/68 kB | 65/332 kB Progress (4): 344/528 kB | 32/49 kB | 33/68 kB | 69/332 kB Progress (4): 344/528 kB | 32/49 kB | 33/68 kB | 73/332 kB Progress (4): 344/528 kB | 32/49 kB | 33/68 kB | 77/332 kB Progress (4): 344/528 kB | 32/49 kB | 33/68 kB | 81/332 kB Progress (4): 344/528 kB | 32/49 kB | 37/68 kB | 81/332 kB Progress (4): 344/528 kB | 32/49 kB | 41/68 kB | 81/332 kB Progress (4): 344/528 kB | 32/49 kB | 45/68 kB | 81/332 kB Progress (4): 344/528 kB | 32/49 kB | 49/68 kB | 81/332 kB Progress (4): 344/528 kB | 32/49 kB | 53/68 kB | 81/332 kB Progress (4): 344/528 kB | 32/49 kB | 57/68 kB | 81/332 kB Progress (4): 344/528 kB | 32/49 kB | 61/68 kB | 81/332 kB Progress (4): 344/528 kB | 32/49 kB | 66/68 kB | 81/332 kB Progress (4): 344/528 kB | 32/49 kB | 68 kB | 81/332 kB Progress (4): 348/528 kB | 32/49 kB | 68 kB | 81/332 kB Progress (4): 352/528 kB | 32/49 kB | 68 kB | 81/332 kB Progress (4): 356/528 kB | 32/49 kB | 68 kB | 81/332 kB Progress (4): 360/528 kB | 32/49 kB | 68 kB | 81/332 kB Progress (4): 364/528 kB | 32/49 kB | 68 kB | 81/332 kB Progress (4): 368/528 kB | 32/49 kB | 68 kB | 81/332 kB Progress (4): 372/528 kB | 32/49 kB | 68 kB | 81/332 kB Progress (4): 376/528 kB | 32/49 kB | 68 kB | 81/332 kB Progress (5): 376/528 kB | 32/49 kB | 68 kB | 81/332 kB | 4.1/30 kB Progress (5): 376/528 kB | 32/49 kB | 68 kB | 81/332 kB | 7.7/30 kB Progress (5): 376/528 kB | 32/49 kB | 68 kB | 81/332 kB | 12/30 kB Progress (5): 376/528 kB | 32/49 kB | 68 kB | 81/332 kB | 16/30 kB Progress (5): 376/528 kB | 32/49 kB | 68 kB | 81/332 kB | 20/30 kB Progress (5): 376/528 kB | 32/49 kB | 68 kB | 81/332 kB | 24/30 kB Progress (5): 376/528 kB | 32/49 kB | 68 kB | 81/332 kB | 28/30 kB Progress (5): 376/528 kB | 32/49 kB | 68 kB | 81/332 kB | 30 kB Progress (5): 380/528 kB | 32/49 kB | 68 kB | 81/332 kB | 30 kB Progress (5): 384/528 kB | 32/49 kB | 68 kB | 81/332 kB | 30 kB Progress (5): 389/528 kB | 32/49 kB | 68 kB | 81/332 kB | 30 kB Progress (5): 393/528 kB | 32/49 kB | 68 kB | 81/332 kB | 30 kB Progress (5): 393/528 kB | 32/49 kB | 68 kB | 85/332 kB | 30 kB Progress (5): 393/528 kB | 32/49 kB | 68 kB | 90/332 kB | 30 kB Progress (5): 393/528 kB | 32/49 kB | 68 kB | 94/332 kB | 30 kB Progress (5): 393/528 kB | 32/49 kB | 68 kB | 98/332 kB | 30 kB Progress (5): 393/528 kB | 32/49 kB | 68 kB | 102/332 kB | 30 kB Progress (5): 393/528 kB | 32/49 kB | 68 kB | 106/332 kB | 30 kB Progress (5): 393/528 kB | 32/49 kB | 68 kB | 110/332 kB | 30 kB Progress (5): 393/528 kB | 32/49 kB | 68 kB | 114/332 kB | 30 kB Progress (5): 393/528 kB | 32/49 kB | 68 kB | 118/332 kB | 30 kB Progress (5): 393/528 kB | 32/49 kB | 68 kB | 122/332 kB | 30 kB Progress (5): 393/528 kB | 32/49 kB | 68 kB | 126/332 kB | 30 kB Progress (5): 393/528 kB | 32/49 kB | 68 kB | 131/332 kB | 30 kB Progress (5): 393/528 kB | 32/49 kB | 68 kB | 135/332 kB | 30 kB Progress (5): 393/528 kB | 32/49 kB | 68 kB | 139/332 kB | 30 kB Progress (5): 393/528 kB | 32/49 kB | 68 kB | 143/332 kB | 30 kB Progress (5): 393/528 kB | 32/49 kB | 68 kB | 147/332 kB | 30 kB Progress (5): 393/528 kB | 32/49 kB | 68 kB | 151/332 kB | 30 kB Progress (5): 393/528 kB | 32/49 kB | 68 kB | 155/332 kB | 30 kB Progress (5): 393/528 kB | 32/49 kB | 68 kB | 159/332 kB | 30 kB Progress (5): 393/528 kB | 32/49 kB | 68 kB | 163/332 kB | 30 kB Progress (5): 393/528 kB | 32/49 kB | 68 kB | 167/332 kB | 30 kB Progress (5): 393/528 kB | 32/49 kB | 68 kB | 171/332 kB | 30 kB Progress (5): 393/528 kB | 32/49 kB | 68 kB | 176/332 kB | 30 kB Progress (5): 393/528 kB | 32/49 kB | 68 kB | 180/332 kB | 30 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar (68 kB at 27 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar +Progress (4): 397/528 kB | 32/49 kB | 180/332 kB | 30 kB Progress (4): 401/528 kB | 32/49 kB | 180/332 kB | 30 kB Progress (4): 405/528 kB | 32/49 kB | 180/332 kB | 30 kB Progress (4): 409/528 kB | 32/49 kB | 180/332 kB | 30 kB Progress (4): 413/528 kB | 32/49 kB | 180/332 kB | 30 kB Progress (4): 417/528 kB | 32/49 kB | 180/332 kB | 30 kB Progress (4): 421/528 kB | 32/49 kB | 180/332 kB | 30 kB Progress (4): 425/528 kB | 32/49 kB | 180/332 kB | 30 kB Progress (4): 430/528 kB | 32/49 kB | 180/332 kB | 30 kB Progress (4): 434/528 kB | 32/49 kB | 180/332 kB | 30 kB Progress (4): 438/528 kB | 32/49 kB | 180/332 kB | 30 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar (30 kB at 11 kB/s) +Progress (3): 442/528 kB | 32/49 kB | 180/332 kB Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar +Progress (3): 446/528 kB | 32/49 kB | 180/332 kB Progress (3): 450/528 kB | 32/49 kB | 180/332 kB Progress (3): 454/528 kB | 32/49 kB | 180/332 kB Progress (3): 458/528 kB | 32/49 kB | 180/332 kB Progress (3): 458/528 kB | 32/49 kB | 184/332 kB Progress (3): 458/528 kB | 32/49 kB | 188/332 kB Progress (3): 458/528 kB | 32/49 kB | 192/332 kB Progress (3): 458/528 kB | 32/49 kB | 196/332 kB Progress (3): 458/528 kB | 32/49 kB | 200/332 kB Progress (3): 458/528 kB | 32/49 kB | 204/332 kB Progress (3): 458/528 kB | 32/49 kB | 208/332 kB Progress (3): 458/528 kB | 32/49 kB | 212/332 kB Progress (3): 458/528 kB | 32/49 kB | 217/332 kB Progress (3): 458/528 kB | 32/49 kB | 221/332 kB Progress (3): 458/528 kB | 32/49 kB | 225/332 kB Progress (3): 458/528 kB | 32/49 kB | 229/332 kB Progress (3): 458/528 kB | 32/49 kB | 233/332 kB Progress (3): 458/528 kB | 32/49 kB | 237/332 kB Progress (3): 458/528 kB | 32/49 kB | 241/332 kB Progress (3): 458/528 kB | 32/49 kB | 245/332 kB Progress (3): 458/528 kB | 32/49 kB | 249/332 kB Progress (3): 458/528 kB | 32/49 kB | 253/332 kB Progress (3): 458/528 kB | 32/49 kB | 258/332 kB Progress (3): 458/528 kB | 32/49 kB | 262/332 kB Progress (3): 458/528 kB | 32/49 kB | 266/332 kB Progress (3): 458/528 kB | 32/49 kB | 270/332 kB Progress (3): 458/528 kB | 32/49 kB | 274/332 kB Progress (3): 458/528 kB | 32/49 kB | 278/332 kB Progress (4): 458/528 kB | 32/49 kB | 278/332 kB | 4.1/51 kB Progress (4): 458/528 kB | 32/49 kB | 278/332 kB | 7.6/51 kB Progress (4): 458/528 kB | 32/49 kB | 278/332 kB | 12/51 kB Progress (4): 458/528 kB | 32/49 kB | 278/332 kB | 16/51 kB Progress (4): 458/528 kB | 32/49 kB | 278/332 kB | 20/51 kB Progress (4): 458/528 kB | 32/49 kB | 278/332 kB | 24/51 kB Progress (4): 458/528 kB | 32/49 kB | 278/332 kB | 28/51 kB Progress (4): 458/528 kB | 32/49 kB | 278/332 kB | 32/51 kB Progress (4): 458/528 kB | 32/49 kB | 282/332 kB | 32/51 kB Progress (4): 458/528 kB | 32/49 kB | 286/332 kB | 32/51 kB Progress (4): 458/528 kB | 32/49 kB | 290/332 kB | 32/51 kB Progress (4): 458/528 kB | 32/49 kB | 294/332 kB | 32/51 kB Progress (4): 462/528 kB | 32/49 kB | 294/332 kB | 32/51 kB Progress (4): 466/528 kB | 32/49 kB | 294/332 kB | 32/51 kB Progress (4): 470/528 kB | 32/49 kB | 294/332 kB | 32/51 kB Progress (4): 475/528 kB | 32/49 kB | 294/332 kB | 32/51 kB Progress (4): 479/528 kB | 32/49 kB | 294/332 kB | 32/51 kB Progress (4): 483/528 kB | 32/49 kB | 294/332 kB | 32/51 kB Progress (4): 487/528 kB | 32/49 kB | 294/332 kB | 32/51 kB Progress (4): 491/528 kB | 32/49 kB | 294/332 kB | 32/51 kB Progress (4): 495/528 kB | 32/49 kB | 294/332 kB | 32/51 kB Progress (4): 499/528 kB | 32/49 kB | 294/332 kB | 32/51 kB Progress (4): 503/528 kB | 32/49 kB | 294/332 kB | 32/51 kB Progress (4): 507/528 kB | 32/49 kB | 294/332 kB | 32/51 kB Progress (5): 507/528 kB | 32/49 kB | 294/332 kB | 32/51 kB | 4.1/88 kB Progress (5): 507/528 kB | 32/49 kB | 294/332 kB | 32/51 kB | 7.7/88 kB Progress (5): 507/528 kB | 32/49 kB | 294/332 kB | 32/51 kB | 12/88 kB Progress (5): 507/528 kB | 32/49 kB | 294/332 kB | 32/51 kB | 16/88 kB Progress (5): 507/528 kB | 32/49 kB | 294/332 kB | 32/51 kB | 20/88 kB Progress (5): 507/528 kB | 32/49 kB | 294/332 kB | 32/51 kB | 24/88 kB Progress (5): 507/528 kB | 32/49 kB | 294/332 kB | 32/51 kB | 28/88 kB Progress (5): 507/528 kB | 32/49 kB | 294/332 kB | 32/51 kB | 32/88 kB Progress (5): 507/528 kB | 32/49 kB | 294/332 kB | 32/51 kB | 36/88 kB Progress (5): 507/528 kB | 32/49 kB | 294/332 kB | 32/51 kB | 40/88 kB Progress (5): 507/528 kB | 32/49 kB | 294/332 kB | 32/51 kB | 45/88 kB Progress (5): 507/528 kB | 32/49 kB | 294/332 kB | 32/51 kB | 49/88 kB Progress (5): 507/528 kB | 32/49 kB | 294/332 kB | 32/51 kB | 53/88 kB Progress (5): 507/528 kB | 32/49 kB | 294/332 kB | 32/51 kB | 57/88 kB Progress (5): 507/528 kB | 32/49 kB | 294/332 kB | 32/51 kB | 61/88 kB Progress (5): 507/528 kB | 32/49 kB | 294/332 kB | 32/51 kB | 65/88 kB Progress (5): 507/528 kB | 32/49 kB | 298/332 kB | 32/51 kB | 65/88 kB Progress (5): 507/528 kB | 32/49 kB | 303/332 kB | 32/51 kB | 65/88 kB Progress (5): 507/528 kB | 32/49 kB | 307/332 kB | 32/51 kB | 65/88 kB Progress (5): 507/528 kB | 32/49 kB | 311/332 kB | 32/51 kB | 65/88 kB Progress (5): 507/528 kB | 32/49 kB | 315/332 kB | 32/51 kB | 65/88 kB Progress (5): 507/528 kB | 32/49 kB | 319/332 kB | 32/51 kB | 65/88 kB Progress (5): 507/528 kB | 32/49 kB | 323/332 kB | 32/51 kB | 65/88 kB Progress (5): 507/528 kB | 32/49 kB | 327/332 kB | 32/51 kB | 65/88 kB Progress (5): 507/528 kB | 32/49 kB | 331/332 kB | 32/51 kB | 65/88 kB Progress (5): 507/528 kB | 32/49 kB | 332 kB | 32/51 kB | 65/88 kB Progress (5): 507/528 kB | 32/49 kB | 332 kB | 36/51 kB | 65/88 kB Progress (5): 507/528 kB | 32/49 kB | 332 kB | 40/51 kB | 65/88 kB Progress (5): 507/528 kB | 32/49 kB | 332 kB | 45/51 kB | 65/88 kB Progress (5): 507/528 kB | 32/49 kB | 332 kB | 49/51 kB | 65/88 kB Progress (5): 507/528 kB | 32/49 kB | 332 kB | 51 kB | 65/88 kB Progress (5): 511/528 kB | 32/49 kB | 332 kB | 51 kB | 65/88 kB Progress (5): 516/528 kB | 32/49 kB | 332 kB | 51 kB | 65/88 kB Progress (5): 520/528 kB | 32/49 kB | 332 kB | 51 kB | 65/88 kB Progress (5): 524/528 kB | 32/49 kB | 332 kB | 51 kB | 65/88 kB Progress (5): 528/528 kB | 32/49 kB | 332 kB | 51 kB | 65/88 kB Progress (5): 528 kB | 32/49 kB | 332 kB | 51 kB | 65/88 kB Progress (5): 528 kB | 36/49 kB | 332 kB | 51 kB | 65/88 kB Progress (5): 528 kB | 40/49 kB | 332 kB | 51 kB | 65/88 kB Progress (5): 528 kB | 45/49 kB | 332 kB | 51 kB | 65/88 kB Progress (5): 528 kB | 49/49 kB | 332 kB | 51 kB | 65/88 kB Progress (5): 528 kB | 49 kB | 332 kB | 51 kB | 65/88 kB Progress (5): 528 kB | 49 kB | 332 kB | 51 kB | 69/88 kB Progress (5): 528 kB | 49 kB | 332 kB | 51 kB | 73/88 kB Progress (5): 528 kB | 49 kB | 332 kB | 51 kB | 77/88 kB Progress (5): 528 kB | 49 kB | 332 kB | 51 kB | 81/88 kB Progress (5): 528 kB | 49 kB | 332 kB | 51 kB | 85/88 kB Progress (5): 528 kB | 49 kB | 332 kB | 51 kB | 88 kB Downloaded from central: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (332 kB at 112 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar +Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar (51 kB at 17 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar +Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.22.1/maven-surefire-common-2.22.1.jar (528 kB at 174 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar +Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar (49 kB at 16 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar +Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar (88 kB at 28 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar +Progress (1): 4.1/178 kB Progress (1): 7.7/178 kB Progress (1): 12/178 kB Progress (1): 16/178 kB Progress (1): 20/178 kB Progress (1): 24/178 kB Progress (1): 28/178 kB Progress (1): 32/178 kB Progress (1): 36/178 kB Progress (1): 40/178 kB Progress (1): 45/178 kB Progress (1): 49/178 kB Progress (1): 53/178 kB Progress (1): 57/178 kB Progress (1): 61/178 kB Progress (1): 65/178 kB Progress (1): 69/178 kB Progress (1): 73/178 kB Progress (1): 77/178 kB Progress (1): 81/178 kB Progress (1): 85/178 kB Progress (1): 90/178 kB Progress (1): 94/178 kB Progress (1): 98/178 kB Progress (2): 98/178 kB | 4.1/22 kB Progress (2): 98/178 kB | 7.7/22 kB Progress (2): 98/178 kB | 12/22 kB Progress (2): 98/178 kB | 16/22 kB Progress (2): 98/178 kB | 20/22 kB Progress (2): 98/178 kB | 22 kB Progress (3): 98/178 kB | 22 kB | 2.2/8.8 kB Progress (3): 98/178 kB | 22 kB | 5.0/8.8 kB Progress (3): 98/178 kB | 22 kB | 7.7/8.8 kB Progress (3): 98/178 kB | 22 kB | 8.8 kB Progress (4): 98/178 kB | 22 kB | 8.8 kB | 4.1/22 kB Progress (4): 98/178 kB | 22 kB | 8.8 kB | 7.7/22 kB Progress (4): 98/178 kB | 22 kB | 8.8 kB | 12/22 kB Progress (4): 98/178 kB | 22 kB | 8.8 kB | 16/22 kB Progress (4): 98/178 kB | 22 kB | 8.8 kB | 20/22 kB Progress (4): 98/178 kB | 22 kB | 8.8 kB | 22 kB Progress (5): 98/178 kB | 22 kB | 8.8 kB | 22 kB | 4.1/17 kB Progress (5): 98/178 kB | 22 kB | 8.8 kB | 22 kB | 7.7/17 kB Progress (5): 98/178 kB | 22 kB | 8.8 kB | 22 kB | 12/17 kB Progress (5): 98/178 kB | 22 kB | 8.8 kB | 22 kB | 16/17 kB Progress (5): 98/178 kB | 22 kB | 8.8 kB | 22 kB | 17 kB Progress (5): 102/178 kB | 22 kB | 8.8 kB | 22 kB | 17 kB Progress (5): 106/178 kB | 22 kB | 8.8 kB | 22 kB | 17 kB Progress (5): 110/178 kB | 22 kB | 8.8 kB | 22 kB | 17 kB Progress (5): 114/178 kB | 22 kB | 8.8 kB | 22 kB | 17 kB Progress (5): 118/178 kB | 22 kB | 8.8 kB | 22 kB | 17 kB Progress (5): 122/178 kB | 22 kB | 8.8 kB | 22 kB | 17 kB Progress (5): 126/178 kB | 22 kB | 8.8 kB | 22 kB | 17 kB Progress (5): 131/178 kB | 22 kB | 8.8 kB | 22 kB | 17 kB Progress (5): 135/178 kB | 22 kB | 8.8 kB | 22 kB | 17 kB Progress (5): 139/178 kB | 22 kB | 8.8 kB | 22 kB | 17 kB Progress (5): 143/178 kB | 22 kB | 8.8 kB | 22 kB | 17 kB Progress (5): 147/178 kB | 22 kB | 8.8 kB | 22 kB | 17 kB Progress (5): 151/178 kB | 22 kB | 8.8 kB | 22 kB | 17 kB Progress (5): 155/178 kB | 22 kB | 8.8 kB | 22 kB | 17 kB Progress (5): 159/178 kB | 22 kB | 8.8 kB | 22 kB | 17 kB Progress (5): 163/178 kB | 22 kB | 8.8 kB | 22 kB | 17 kB Progress (5): 167/178 kB | 22 kB | 8.8 kB | 22 kB | 17 kB Progress (5): 171/178 kB | 22 kB | 8.8 kB | 22 kB | 17 kB Progress (5): 176/178 kB | 22 kB | 8.8 kB | 22 kB | 17 kB Progress (5): 178 kB | 22 kB | 8.8 kB | 22 kB | 17 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar (22 kB at 6.7 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar +Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar (8.8 kB at 2.6 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar +Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar (22 kB at 6.6 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar +Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar (17 kB at 4.8 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar +Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar (178 kB at 51 kB/s) +Progress (1): 4.1/11 kB Downloading from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.jar +Progress (1): 7.6/11 kB Progress (1): 11 kB Progress (2): 11 kB | 2.2/26 kB Progress (2): 11 kB | 5.0/26 kB Progress (2): 11 kB | 7.7/26 kB Progress (2): 11 kB | 10/26 kB Progress (2): 11 kB | 13/26 kB Progress (2): 11 kB | 16/26 kB Progress (2): 11 kB | 19/26 kB Progress (2): 11 kB | 21/26 kB Progress (2): 11 kB | 24/26 kB Progress (2): 11 kB | 26 kB Progress (3): 11 kB | 26 kB | 2.2/13 kB Progress (3): 11 kB | 26 kB | 5.3/13 kB Progress (3): 11 kB | 26 kB | 8.1/13 kB Progress (3): 11 kB | 26 kB | 11/13 kB Progress (3): 11 kB | 26 kB | 13 kB Progress (4): 11 kB | 26 kB | 13 kB | 4.1/10 kB Progress (4): 11 kB | 26 kB | 13 kB | 7.7/10 kB Progress (4): 11 kB | 26 kB | 13 kB | 10 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar (11 kB at 3.0 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar +Progress (4): 26 kB | 13 kB | 10 kB | 4.1/38 kB Progress (4): 26 kB | 13 kB | 10 kB | 7.7/38 kB Progress (4): 26 kB | 13 kB | 10 kB | 12/38 kB Progress (4): 26 kB | 13 kB | 10 kB | 16/38 kB Progress (4): 26 kB | 13 kB | 10 kB | 20/38 kB Progress (4): 26 kB | 13 kB | 10 kB | 24/38 kB Progress (4): 26 kB | 13 kB | 10 kB | 28/38 kB Progress (4): 26 kB | 13 kB | 10 kB | 32/38 kB Progress (4): 26 kB | 13 kB | 10 kB | 36/38 kB Progress (4): 26 kB | 13 kB | 10 kB | 38 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar (26 kB at 7.0 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar +Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar (13 kB at 3.5 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/6.2/asm-6.2.jar +Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar (10 kB at 2.8 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.jar +Progress (2): 38 kB | 4.1/38 kB Progress (2): 38 kB | 7.7/38 kB Progress (2): 38 kB | 12/38 kB Progress (2): 38 kB | 16/38 kB Progress (2): 38 kB | 20/38 kB Progress (2): 38 kB | 24/38 kB Progress (2): 38 kB | 28/38 kB Progress (2): 38 kB | 32/38 kB Progress (2): 38 kB | 36/38 kB Progress (2): 38 kB | 38 kB Downloaded from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.jar (38 kB at 9.9 kB/s) +Progress (2): 38 kB | 2.2/39 kB Progress (2): 38 kB | 5.0/39 kB Progress (2): 38 kB | 7.7/39 kB Progress (2): 38 kB | 10/39 kB Progress (2): 38 kB | 13/39 kB Progress (2): 38 kB | 16/39 kB Progress (2): 38 kB | 19/39 kB Progress (2): 38 kB | 21/39 kB Progress (2): 38 kB | 24/39 kB Progress (2): 38 kB | 27/39 kB Progress (2): 38 kB | 30/39 kB Progress (2): 38 kB | 32/39 kB Progress (2): 38 kB | 35/39 kB Progress (2): 38 kB | 38/39 kB Progress (2): 38 kB | 39 kB Progress (3): 38 kB | 39 kB | 2.2/111 kB Progress (3): 38 kB | 39 kB | 5.0/111 kB Progress (3): 38 kB | 39 kB | 7.7/111 kB Progress (3): 38 kB | 39 kB | 10/111 kB Progress (3): 38 kB | 39 kB | 13/111 kB Progress (3): 38 kB | 39 kB | 16/111 kB Progress (3): 38 kB | 39 kB | 19/111 kB Progress (3): 38 kB | 39 kB | 21/111 kB Progress (3): 38 kB | 39 kB | 24/111 kB Progress (3): 38 kB | 39 kB | 27/111 kB Progress (3): 38 kB | 39 kB | 30/111 kB Progress (3): 38 kB | 39 kB | 32/111 kB Progress (3): 38 kB | 39 kB | 36/111 kB Progress (3): 38 kB | 39 kB | 40/111 kB Progress (3): 38 kB | 39 kB | 45/111 kB Progress (3): 38 kB | 39 kB | 49/111 kB Progress (4): 38 kB | 39 kB | 49/111 kB | 4.1/316 kB Progress (4): 38 kB | 39 kB | 49/111 kB | 7.7/316 kB Progress (4): 38 kB | 39 kB | 49/111 kB | 12/316 kB Progress (4): 38 kB | 39 kB | 49/111 kB | 16/316 kB Progress (4): 38 kB | 39 kB | 49/111 kB | 20/316 kB Progress (4): 38 kB | 39 kB | 49/111 kB | 24/316 kB Progress (4): 38 kB | 39 kB | 49/111 kB | 28/316 kB Progress (4): 38 kB | 39 kB | 49/111 kB | 32/316 kB Progress (4): 38 kB | 39 kB | 49/111 kB | 36/316 kB Progress (4): 38 kB | 39 kB | 49/111 kB | 40/316 kB Progress (4): 38 kB | 39 kB | 49/111 kB | 45/316 kB Progress (4): 38 kB | 39 kB | 49/111 kB | 49/316 kB Progress (4): 38 kB | 39 kB | 49/111 kB | 53/316 kB Progress (4): 38 kB | 39 kB | 49/111 kB | 57/316 kB Progress (4): 38 kB | 39 kB | 49/111 kB | 61/316 kB Progress (4): 38 kB | 39 kB | 49/111 kB | 65/316 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar (38 kB at 9.5 kB/s) +Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar (39 kB at 9.8 kB/s) +Progress (2): 53/111 kB | 65/316 kB Progress (2): 57/111 kB | 65/316 kB Progress (2): 61/111 kB | 65/316 kB Progress (2): 65/111 kB | 65/316 kB Progress (2): 69/111 kB | 65/316 kB Progress (2): 73/111 kB | 65/316 kB Progress (2): 77/111 kB | 65/316 kB Progress (2): 81/111 kB | 65/316 kB Progress (2): 85/111 kB | 65/316 kB Progress (2): 90/111 kB | 65/316 kB Progress (2): 94/111 kB | 65/316 kB Progress (2): 98/111 kB | 65/316 kB Progress (2): 102/111 kB | 65/316 kB Progress (2): 106/111 kB | 65/316 kB Progress (2): 110/111 kB | 65/316 kB Progress (2): 111 kB | 65/316 kB Progress (2): 111 kB | 69/316 kB Progress (2): 111 kB | 73/316 kB Progress (2): 111 kB | 77/316 kB Progress (2): 111 kB | 81/316 kB Progress (2): 111 kB | 85/316 kB Progress (2): 111 kB | 90/316 kB Progress (2): 111 kB | 94/316 kB Progress (2): 111 kB | 98/316 kB Progress (2): 111 kB | 102/316 kB Progress (2): 111 kB | 106/316 kB Progress (2): 111 kB | 110/316 kB Progress (2): 111 kB | 114/316 kB Progress (2): 111 kB | 118/316 kB Progress (2): 111 kB | 122/316 kB Progress (2): 111 kB | 126/316 kB Progress (2): 111 kB | 131/316 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/6.2/asm-6.2.jar (111 kB at 27 kB/s) +Progress (1): 135/316 kB Progress (1): 139/316 kB Progress (1): 143/316 kB Progress (1): 147/316 kB Progress (1): 151/316 kB Progress (1): 155/316 kB Progress (1): 159/316 kB Progress (1): 163/316 kB Progress (1): 167/316 kB Progress (1): 171/316 kB Progress (1): 176/316 kB Progress (1): 180/316 kB Progress (1): 184/316 kB Progress (1): 188/316 kB Progress (1): 192/316 kB Progress (1): 196/316 kB Progress (1): 200/316 kB Progress (1): 204/316 kB Progress (1): 208/316 kB Progress (1): 212/316 kB Progress (1): 217/316 kB Progress (1): 221/316 kB Progress (1): 225/316 kB Progress (1): 229/316 kB Progress (1): 233/316 kB Progress (1): 237/316 kB Progress (1): 241/316 kB Progress (1): 245/316 kB Progress (1): 249/316 kB Progress (1): 253/316 kB Progress (1): 258/316 kB Progress (1): 262/316 kB Progress (1): 266/316 kB Progress (1): 270/316 kB Progress (1): 274/316 kB Progress (1): 278/316 kB Progress (1): 282/316 kB Progress (1): 286/316 kB Progress (1): 290/316 kB Progress (1): 294/316 kB Progress (1): 298/316 kB Progress (1): 303/316 kB Progress (1): 307/316 kB Progress (1): 311/316 kB Progress (1): 315/316 kB Progress (1): 316 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.jar (316 kB at 60 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-testng/2.22.1/surefire-testng-2.22.1.pom +Progress (1): 2.2/2.8 kB Progress (1): 2.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-testng/2.22.1/surefire-testng-2.22.1.pom (2.8 kB at 7.6 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-providers/2.22.1/surefire-providers-2.22.1.pom +Progress (1): 2.2/2.5 kB Progress (1): 2.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-providers/2.22.1/surefire-providers-2.22.1.pom (2.5 kB at 6.0 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-java5/2.22.1/common-java5-2.22.1.pom +Progress (1): 2.2/2.7 kB Progress (1): 2.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-java5/2.22.1/common-java5-2.22.1.pom (2.7 kB at 7.2 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-testng-utils/2.22.1/surefire-testng-utils-2.22.1.pom +Progress (1): 2.2/3.4 kB Progress (1): 3.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-testng-utils/2.22.1/surefire-testng-utils-2.22.1.pom (3.4 kB at 9.6 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-grouper/2.22.1/surefire-grouper-2.22.1.pom +Progress (1): 2.2/2.6 kB Progress (1): 2.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-grouper/2.22.1/surefire-grouper-2.22.1.pom (2.6 kB at 7.0 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-testng/2.22.1/surefire-testng-2.22.1.jar +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-testng-utils/2.22.1/surefire-testng-utils-2.22.1.jar +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-java5/2.22.1/common-java5-2.22.1.jar +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-grouper/2.22.1/surefire-grouper-2.22.1.jar +Progress (1): 2.2/27 kB Progress (1): 5.0/27 kB Progress (2): 5.0/27 kB | 2.2/40 kB Progress (2): 7.7/27 kB | 2.2/40 kB Progress (2): 7.7/27 kB | 5.0/40 kB Progress (2): 10/27 kB | 5.0/40 kB Progress (2): 10/27 kB | 7.7/40 kB Progress (2): 13/27 kB | 7.7/40 kB Progress (2): 13/27 kB | 10/40 kB Progress (2): 16/27 kB | 10/40 kB Progress (2): 16/27 kB | 13/40 kB Progress (2): 19/27 kB | 13/40 kB Progress (2): 19/27 kB | 16/40 kB Progress (2): 21/27 kB | 16/40 kB Progress (2): 24/27 kB | 16/40 kB Progress (2): 27/27 kB | 16/40 kB Progress (2): 27 kB | 16/40 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-testng-utils/2.22.1/surefire-testng-utils-2.22.1.jar (27 kB at 73 kB/s) +Progress (2): 16/40 kB | 2.2/51 kB Progress (3): 16/40 kB | 2.2/51 kB | 2.2/44 kB Progress (3): 16/40 kB | 5.0/51 kB | 2.2/44 kB Progress (3): 19/40 kB | 5.0/51 kB | 2.2/44 kB Progress (3): 19/40 kB | 5.0/51 kB | 5.0/44 kB Progress (3): 19/40 kB | 7.7/51 kB | 5.0/44 kB Progress (3): 19/40 kB | 7.7/51 kB | 7.7/44 kB Progress (3): 19/40 kB | 10/51 kB | 7.7/44 kB Progress (3): 19/40 kB | 13/51 kB | 7.7/44 kB Progress (3): 19/40 kB | 16/51 kB | 7.7/44 kB Progress (3): 21/40 kB | 16/51 kB | 7.7/44 kB Progress (3): 21/40 kB | 19/51 kB | 7.7/44 kB Progress (3): 24/40 kB | 19/51 kB | 7.7/44 kB Progress (3): 24/40 kB | 19/51 kB | 10/44 kB Progress (3): 24/40 kB | 19/51 kB | 13/44 kB Progress (3): 24/40 kB | 19/51 kB | 16/44 kB Progress (3): 24/40 kB | 19/51 kB | 19/44 kB Progress (3): 24/40 kB | 21/51 kB | 19/44 kB Progress (3): 24/40 kB | 24/51 kB | 19/44 kB Progress (3): 27/40 kB | 24/51 kB | 19/44 kB Progress (3): 27/40 kB | 24/51 kB | 21/44 kB Progress (3): 27/40 kB | 27/51 kB | 21/44 kB Progress (3): 27/40 kB | 27/51 kB | 24/44 kB Progress (3): 30/40 kB | 27/51 kB | 24/44 kB Progress (3): 30/40 kB | 27/51 kB | 27/44 kB Progress (3): 30/40 kB | 30/51 kB | 27/44 kB Progress (3): 30/40 kB | 30/51 kB | 30/44 kB Progress (3): 32/40 kB | 30/51 kB | 30/44 kB Progress (3): 32/40 kB | 30/51 kB | 32/44 kB Progress (3): 32/40 kB | 32/51 kB | 32/44 kB Progress (3): 35/40 kB | 32/51 kB | 32/44 kB Progress (3): 35/40 kB | 36/51 kB | 32/44 kB Progress (3): 35/40 kB | 40/51 kB | 32/44 kB Progress (3): 38/40 kB | 40/51 kB | 32/44 kB Progress (3): 38/40 kB | 45/51 kB | 32/44 kB Progress (3): 40 kB | 45/51 kB | 32/44 kB Progress (3): 40 kB | 49/51 kB | 32/44 kB Progress (3): 40 kB | 51 kB | 32/44 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-java5/2.22.1/common-java5-2.22.1.jar (51 kB at 28 kB/s) +Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-grouper/2.22.1/surefire-grouper-2.22.1.jar (40 kB at 22 kB/s) +Progress (1): 36/44 kB Progress (1): 40/44 kB Progress (1): 44 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-testng/2.22.1/surefire-testng-2.22.1.jar (44 kB at 18 kB/s) +[INFO] +[INFO] ------------------------------------------------------- +[INFO] T E S T S +[INFO] ------------------------------------------------------- +[INFO] Running TestSuite +WARNING: Found tags option '~@Ignore'. Support for '~@tag' will be removed from the next release of Cucumber-JVM. Please use 'not @tag' instead. + +0 Scenarios +0 Steps +0m0.158s + +TEST STEP FINISHED EN HILO :12 +02/09/19 16:05:00 INFO ExtentReportManager:137 - ------flushing Thread : 12 +02/09/19 16:05:00 INFO ExtentReportManager:110 - ------ creating extent report infor -------------------------------- +02/09/19 16:05:01 INFO ExtentReportManager:60 - #####Extent xml configuration : /var/jenkins_home/workspace/ippia-api-example-project_master/extent-config.xml +02/09/19 16:05:01 INFO ExtentReportManager:103 - --------EXTENTREPORT Setting Append Existing to true ------------------------------- +[ERROR] Tests run: 3, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 0.797 s <<< FAILURE! - in TestSuite +[ERROR] runScenario(ApiExampleProjectTestRunner) Time elapsed: 0.124 s <<< FAILURE! +java.lang.NoClassDefFoundError: com/atlassian/jwt/CanonicalHttpRequest +Caused by: java.lang.ClassNotFoundException: com.atlassian.jwt.CanonicalHttpRequest + +[ERROR] runScenario(ApiExampleProjectTestRunner) Time elapsed: 0.011 s <<< FAILURE! +java.lang.NoClassDefFoundError: com/atlassian/jwt/CanonicalHttpRequest +Caused by: java.lang.ClassNotFoundException: com.atlassian.jwt.CanonicalHttpRequest + +[ERROR] runScenario(ApiExampleProjectTestRunner) Time elapsed: 0.014 s <<< FAILURE! +java.lang.NoClassDefFoundError: com/atlassian/jwt/CanonicalHttpRequest +Caused by: java.lang.ClassNotFoundException: com.atlassian.jwt.CanonicalHttpRequest + +[INFO] +[INFO] Results: +[INFO] +[ERROR] Failures: +[ERROR] ApiExampleProjectTestRunner.runScenario(ApiExampleProjectTestRunner) +[ERROR] Run 1: ApiExampleProjectTestRunner>AbstractTestNGCucumberTests.runScenario:22 » NoClassDefFound +[ERROR] Run 2: ApiExampleProjectTestRunner>AbstractTestNGCucumberTests.runScenario:22 » NoClassDefFound +[ERROR] Run 3: ApiExampleProjectTestRunner>AbstractTestNGCucumberTests.runScenario:22 » NoClassDefFound +[INFO] +[INFO] +[ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0 +[INFO] +[INFO] ------------------------------------------------------------------------ +[INFO] BUILD FAILURE +[INFO] ------------------------------------------------------------------------ +[INFO] Total time: 29:08 min +[INFO] Finished at: 2019-09-02T16:05:01Z +[INFO] ------------------------------------------------------------------------ +[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.22.1:test (default-test) on project lippia-api-example-project: There are test failures. +[ERROR] +[ERROR] Please refer to /var/jenkins_home/workspace/ippia-api-example-project_master/target/surefire-reports for the individual test results. +[ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream. +[ERROR] -> [Help 1] +[ERROR] +[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. +[ERROR] Re-run Maven using the -X switch to enable full debug logging. +[ERROR] +[ERROR] For more information about the errors and possible solutions, please read the following articles: +[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException +ha:////4LEWiExrdsKClH1woao4TchD1RpFQ03dXFSIojLSFhgsAAAApR+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOIiISEKRJXWcsMLTGyME+vO2A5JxYv4Gn8gEImKLVY728zzBcsU4cjRYmuoc5Qah8H3dlo4cOwungds+YwNU2JvUJpBsjb1jJKzgTlFCQsBK0ON5+TIZliLVt1V5RXZ6pTj9B0ElE7f4AGFmMxZxfyFMcLm2uvE9PP8FcAYQoZyu//U7g3QKkBhvgAAAA==[Pipeline] } +ha:////4KAByWiCZRGS0c+zVJyWBxF2z41sDlVAt5Gna2De8+AiAAAApR+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOIiIQokRJXWcsMLTGyME+vO2A5JxYv4Gn8gEImKLVY728zzBcsU4cjRYmuoc5Qah8H3dlo4cOwungds+YwNU2JvUJpBsjb1jJKzgTlFCQsBK0ON5+TIZliLVt1V5RXZ6pTj9B0ElE7f4AGFmMxZxfyFMcLm2uvE9PP8FcAYQoZyu//U7g2TqBHnvgAAAA==[Pipeline] // withEnv +ha:////4CJcWn0jPKr3gBLyqNB+I77b+wMxyr598EfTBM+QkfA/AAAApB+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOIi6BCiSmu54QUmNsaJdWdsh6TiRXyNPxCIRMUWq51t5vmCZYpw5GixNdQ5So3D4Hs7LRw4dhfPA7Z8xoYpsTcozSBZm3pGydnAnKKEhYCVocZzcmQzrEWr7qryimx1ynH6DgJKp2/wgEJM5qxi/sIYYXPtdWL6ef4KYAwhQ7nbf2r7BrmPJ1y+AAAA[Pipeline] } +ha:////4KiUMikXVkhCUIzNma6Q6dm4TyEKJuOE7SBleUsygQaPAAAApB+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOISQYmo0lppeIGJjXFi3RnbIal4EV/jD1hEomKL1c4283rDOgY4cTDYaxosxc6id6PJCycOw9XxhD1fsGOK7DS2empZ6WbBlpOGJUUJKwEbTZ3jaMkk2IpePmTlJJnqnEL+jgJKq+7whEJkc5IhfWEOsLuNKjL9PH8FMHufoDzUufb1B1PlWKq+AAAA[Pipeline] // stage +ha:////4LFgOI5yeavOoNqdADbCFECIOar9QpjjwFKdw3ha8+enAAAApR+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOKiiAohqrRWGl5gYmOcWHfGdkgqXsTX+AMWkajYYrWzzbzesI4BThwM9poGS7Gz6N1o8sKJw3B1PGHPF+yYIjuNrZ5aVrpZsOWkYUlRwkrARlPnOFoyCbailw9ZOUmmOqeQv6OA0qo7PKEQ2ZxkSF+YA+xuo4pMP89fAczeJyj3da768AGR3fUzvgAAAA==[Pipeline] } +ha:////4I0S4UlC7VN6PxYpQwp4Uj+XIHwKK8K53xVQn1hBf5fTAAAApR+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOIioEFCqWgtN7zAJMY4se6C7eBUvIiv8QcsIlGxxWpnm3m9YRk81OwNdpp6S6GxOLjR5IWJfX91nLDjCzZMgZ1GqZPkVp9mlBw1zClKWAhYaWocB0smwlp06qEqp8hU5+jzdxRQ2vYOTyhENkfl4xcmD5vb2Aamn+evAKZhiFDud7m2hw+pn2bCvgAAAA==[Pipeline] // withEnv +ha:////4KNhBb03UJQoY/CNkvwU6obpFdCsE0CydNzm/8J1q3+MAAAApB+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPMJRlBJR0VppeIGJjXFi3Tn2haTiRXyNP2ARiYotVjvbzOsN2xThRNGK3uDgMHVOBD/ZvMRMcbh5mkVPV9ERJvJGtGZuSZvzii2xgTVFCRsJO4Odp+TQMuxlrx6q8gptdeGYv6OE0ukRnlDIbGYV+QtLhMN90onw5/krgCUEhrJpctX1B6j05nC+AAAA[Pipeline] } +ha:////4D4HFERUFQNpLZ99yGkyeTHH0UaMhIfPp/c9fh9Ds/MgAAAApB+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOICgg6lorXc8AKTGOPEugu2g1PxIr7GH7CIRMUWq51t5vWGZfBQszfYaeothcbi4EaTFyb2/dVxwo4v2DAFdhqlTpJbfZpRctQwpyhhIWClqXEcLJkIa9Gph6qcIlOdo8/fUUBp2zs8oRDZHJWPX5g8bG5jG5h+nr8CmIYhQrk/5NptP4b05Bq+AAAA[Pipeline] // withEnv +ha:////4AfwjqvCftyNrvJcELZ58nf9wqmasaC9wu/MXXm1ms+KAAAAox+LCAAAAAAAAP9tjTESgjAQRT84FraWHiIUauVY2WZoPEGEGAOZXUwWofJEXs07yMiMlb/67zXv9cYyRRw5OtVYaj2lyqsu9G56auDYXgMPquGLqpgSB6tKO5Rc29OMJYvFvCzHQmNlqQqcPDnBWjfmYYpgyBVniZM7aOS+vuOJTE9lMVG+MEZsbn2dmH6dvwGMXSfIt3tBtvsA/gVtV70AAAA=[Pipeline] } +ha:////4CepxyXf0V/b9GzrJE8ZqXIYuk00sQcNOCvNaYEEV01EAAAAox+LCAAAAAAAAP9tjbEOgjAURS8YB1dHP6IMJC7GybVh8Qsq1Fpo3sP2IUx+kb/mP0gkcfJO95zlvN5Yp4gjR6daS52nVHvVh8HNT40cu2vgUbV8UTVT4mBVZceKG3tasGKxWJblWGlsLNWBkycn2OrWPEwRDLniLHF2B43cN3c8kem5LCbKF6aI3W1oEtOv8zeAqe8FebkXZOUHjeqpjr0AAAA=[Pipeline] // node +ha:////4FVLxUpMPv4/qoykQAcW5Lw3qGNnDuJkggQ4qJK7lJpUAAAApB+LCAAAAAAAAP9tjTEOwjAQBDdBFLSUPMKRoKBAVLRWGl5gEmOcWHfBvpBUvIiv8QciIlGx1c4083pjmSKOHJ1qLLWeUuVVF3o3PTVwbK+BB9XwRVVMiYNVpR1Kru1pxpLFYl6WY6GxslQFTp6cYK0b8zBFMOSKs8TJHTRyX9/xRKanspgoXxgjNre+Tky/zt8Axq4T5Lu9INt+AKvzzsS9AAAA[Pipeline] End of Pipeline +ERROR: script returned exit code 1 +Finished: FAILURE diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/log-index b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/log-index new file mode 100644 index 0000000..84d0eed --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/log-index @@ -0,0 +1,8 @@ +1492 3 +1850 +3085 7 +5007 +7143 14 +7336 +10981 26 +1583461 diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/10.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/10.xml new file mode 100644 index 0000000..f03fd08 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/10.xml @@ -0,0 +1,30 @@ + + + + + 9 + + 10 + org.jenkinsci.plugins.workflow.steps.EnvStep + + + + + + + overrides + + GIT_BRANCH=master + GIT_COMMIT=288ea73b28f961917e866207309f597603977893 + GIT_LOCAL_BRANCH=master + GIT_URL=git@bitbucket.org:crowdarautomation/lippia-api-example-project.git + + + + true + + + 1567438544663 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/11.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/11.xml new file mode 100644 index 0000000..b4127d0 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/11.xml @@ -0,0 +1,16 @@ + + + + + 10 + + 11 + org.jenkinsci.plugins.workflow.steps.EnvStep + + + + + 1567438544680 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/12.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/12.xml new file mode 100644 index 0000000..318ed93 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/12.xml @@ -0,0 +1,25 @@ + + + + + 11 + + 12 + org.jenkinsci.plugins.workflow.support.steps.StageStep + + + + + + + name + Declarative: Tool Install + + + true + + + 1567438544869 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/13.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/13.xml new file mode 100644 index 0000000..7bb04dc --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/13.xml @@ -0,0 +1,27 @@ + + + + + 12 + + 13 + org.jenkinsci.plugins.workflow.support.steps.StageStep + + + + + Declarative: Tool Install + + + 1567438544880 + + + + + SYNTHETIC_STAGE + PRE + + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/14.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/14.xml new file mode 100644 index 0000000..df03e18 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/14.xml @@ -0,0 +1,29 @@ + + + + + 13 + + 14 + org.jenkinsci.plugins.workflow.steps.ToolStep + + + + + + name + maven-3 + + + type + hudson.tasks.Maven$MavenInstallation + + + true + + + 1567438544928 + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/15.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/15.xml new file mode 100644 index 0000000..c7572c7 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/15.xml @@ -0,0 +1,29 @@ + + + + + 14 + + 15 + org.jenkinsci.plugins.pipeline.modeldefinition.steps.EnvVarsForToolStep + + + + + + toolId + hudson.tasks.Maven$MavenInstallation + + + toolVersion + maven-3 + + + true + + + 1567438550990 + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/16.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/16.xml new file mode 100644 index 0000000..ec77d53 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/16.xml @@ -0,0 +1,16 @@ + + + + + 15 + + 16 + 13 + + + + + 1567438551037 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/17.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/17.xml new file mode 100644 index 0000000..e0ea080 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/17.xml @@ -0,0 +1,15 @@ + + + + + 16 + + 17 + 12 + + + + 1567438551058 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/18.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/18.xml new file mode 100644 index 0000000..7c98753 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/18.xml @@ -0,0 +1,29 @@ + + + + + 17 + + 18 + org.jenkinsci.plugins.workflow.steps.EnvStep + + + + + + + overrides + + M2_HOME=/var/jenkins_home/tools/hudson.tasks.Maven_MavenInstallation/maven-3 + MAVEN_HOME=/var/jenkins_home/tools/hudson.tasks.Maven_MavenInstallation/maven-3 + PATH+MAVEN=/var/jenkins_home/tools/hudson.tasks.Maven_MavenInstallation/maven-3/bin + + + + true + + + 1567438551087 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/19.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/19.xml new file mode 100644 index 0000000..93fe073 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/19.xml @@ -0,0 +1,16 @@ + + + + + 18 + + 19 + org.jenkinsci.plugins.workflow.steps.EnvStep + + + + + 1567438551097 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/2.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/2.xml new file mode 100644 index 0000000..a4d1a43 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/2.xml @@ -0,0 +1,12 @@ + + + + + 2 + + + + 1567438531926 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/20.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/20.xml new file mode 100644 index 0000000..d27716e --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/20.xml @@ -0,0 +1,25 @@ + + + + + 19 + + 20 + org.jenkinsci.plugins.workflow.support.steps.StageStep + + + + + + + name + Build + + + true + + + 1567438551139 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/21.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/21.xml new file mode 100644 index 0000000..4fb3c68 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/21.xml @@ -0,0 +1,27 @@ + + + + + 20 + + 21 + org.jenkinsci.plugins.workflow.support.steps.StageStep + + + + + Build + + + 1567438551156 + + + + + STAGE_STATUS + FAILED_AND_CONTINUED + + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/22.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/22.xml new file mode 100644 index 0000000..6959030 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/22.xml @@ -0,0 +1,29 @@ + + + + + 21 + + 22 + org.jenkinsci.plugins.workflow.steps.ToolStep + + + + + + name + maven-3 + + + type + hudson.tasks.Maven$MavenInstallation + + + true + + + 1567438551299 + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/23.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/23.xml new file mode 100644 index 0000000..79ae08d --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/23.xml @@ -0,0 +1,29 @@ + + + + + 22 + + 23 + org.jenkinsci.plugins.pipeline.modeldefinition.steps.EnvVarsForToolStep + + + + + + toolId + hudson.tasks.Maven$MavenInstallation + + + toolVersion + maven-3 + + + true + + + 1567438551349 + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/24.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/24.xml new file mode 100644 index 0000000..5ba1048 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/24.xml @@ -0,0 +1,29 @@ + + + + + 23 + + 24 + org.jenkinsci.plugins.workflow.steps.EnvStep + + + + + + + overrides + + MASKED_VALUE + MASKED_VALUE + MASKED_VALUE + + + + false + + + 1567438551396 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/25.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/25.xml new file mode 100644 index 0000000..8bf9ffa --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/25.xml @@ -0,0 +1,16 @@ + + + + + 24 + + 25 + org.jenkinsci.plugins.workflow.steps.EnvStep + + + + + 1567438551405 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/26.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/26.xml new file mode 100644 index 0000000..05c57cf --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/26.xml @@ -0,0 +1,46 @@ + + + + + 25 + + 26 + org.jenkinsci.plugins.workflow.steps.durable_task.ShellStep + + + + + + script + mvn clean -P Secuencial test + + + true + + + 1567438551478 + + + + + script returned exit code 1 + + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.handleExit(DurableTaskStep.java:658) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.check(DurableTaskStep.java:604) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.run(DurableTaskStep.java:548) + java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) + java.util.concurrent.FutureTask.run(FutureTask.java:266) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) + java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) + java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) + java.lang.Thread.run(Thread.java:748) + + + + + + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/27.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/27.xml new file mode 100644 index 0000000..ecb004d --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/27.xml @@ -0,0 +1,37 @@ + + + + + 26 + + 27 + 25 + + + + + 1567440301721 + + + + script returned exit code 1 + + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.handleExit(DurableTaskStep.java:658) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.check(DurableTaskStep.java:604) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.run(DurableTaskStep.java:548) + java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) + java.util.concurrent.FutureTask.run(FutureTask.java:266) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) + java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) + java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) + java.lang.Thread.run(Thread.java:748) + + + + + + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/28.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/28.xml new file mode 100644 index 0000000..166e356 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/28.xml @@ -0,0 +1,36 @@ + + + + + 27 + + 28 + 24 + + + + 1567440301749 + + + + script returned exit code 1 + + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.handleExit(DurableTaskStep.java:658) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.check(DurableTaskStep.java:604) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.run(DurableTaskStep.java:548) + java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) + java.util.concurrent.FutureTask.run(FutureTask.java:266) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) + java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) + java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) + java.lang.Thread.run(Thread.java:748) + + + + + + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/29.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/29.xml new file mode 100644 index 0000000..3f52c00 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/29.xml @@ -0,0 +1,37 @@ + + + + + 28 + + 29 + 21 + + + + + 1567440301774 + + + + script returned exit code 1 + + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.handleExit(DurableTaskStep.java:658) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.check(DurableTaskStep.java:604) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.run(DurableTaskStep.java:548) + java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) + java.util.concurrent.FutureTask.run(FutureTask.java:266) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) + java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) + java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) + java.lang.Thread.run(Thread.java:748) + + + + + + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/3.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/3.xml new file mode 100644 index 0000000..6024c5b --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/3.xml @@ -0,0 +1,33 @@ + + + + + 2 + + 3 + org.jenkinsci.plugins.workflow.support.steps.ExecutorStep + + + + + + + label + + + + true + + + 1567438536780 + + + 3 + + + + /var/jenkins_home/workspace/ippia-api-example-project_master + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/30.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/30.xml new file mode 100644 index 0000000..78d03c2 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/30.xml @@ -0,0 +1,36 @@ + + + + + 29 + + 30 + 20 + + + + 1567440301807 + + + + script returned exit code 1 + + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.handleExit(DurableTaskStep.java:658) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.check(DurableTaskStep.java:604) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.run(DurableTaskStep.java:548) + java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) + java.util.concurrent.FutureTask.run(FutureTask.java:266) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) + java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) + java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) + java.lang.Thread.run(Thread.java:748) + + + + + + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/31.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/31.xml new file mode 100644 index 0000000..ecb6011 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/31.xml @@ -0,0 +1,16 @@ + + + + + 30 + + 31 + 19 + + + + + 1567440301829 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/32.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/32.xml new file mode 100644 index 0000000..6e19f28 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/32.xml @@ -0,0 +1,15 @@ + + + + + 31 + + 32 + 18 + + + + 1567440301846 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/33.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/33.xml new file mode 100644 index 0000000..b20c7b8 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/33.xml @@ -0,0 +1,37 @@ + + + + + 32 + + 33 + 11 + + + + + 1567440301860 + + + + script returned exit code 1 + + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.handleExit(DurableTaskStep.java:658) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.check(DurableTaskStep.java:604) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.run(DurableTaskStep.java:548) + java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) + java.util.concurrent.FutureTask.run(FutureTask.java:266) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) + java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) + java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) + java.lang.Thread.run(Thread.java:748) + + + + + + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/34.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/34.xml new file mode 100644 index 0000000..5548a6c --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/34.xml @@ -0,0 +1,36 @@ + + + + + 33 + + 34 + 10 + + + + 1567440301889 + + + + script returned exit code 1 + + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.handleExit(DurableTaskStep.java:658) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.check(DurableTaskStep.java:604) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.run(DurableTaskStep.java:548) + java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) + java.util.concurrent.FutureTask.run(FutureTask.java:266) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) + java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) + java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) + java.lang.Thread.run(Thread.java:748) + + + + + + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/35.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/35.xml new file mode 100644 index 0000000..b467cb5 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/35.xml @@ -0,0 +1,37 @@ + + + + + 34 + + 35 + 4 + + + + + 1567440301909 + + + + script returned exit code 1 + + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.handleExit(DurableTaskStep.java:658) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.check(DurableTaskStep.java:604) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.run(DurableTaskStep.java:548) + java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) + java.util.concurrent.FutureTask.run(FutureTask.java:266) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) + java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) + java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) + java.lang.Thread.run(Thread.java:748) + + + + + + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/36.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/36.xml new file mode 100644 index 0000000..f128784 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/36.xml @@ -0,0 +1,39 @@ + + + + + 35 + + 36 + 3 + + + + 1567440301954 + + + + script returned exit code 1 + + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.handleExit(DurableTaskStep.java:658) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.check(DurableTaskStep.java:604) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.run(DurableTaskStep.java:548) + java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) + java.util.concurrent.FutureTask.run(FutureTask.java:266) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) + java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) + java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) + java.lang.Thread.run(Thread.java:748) + + + + + + + + + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/37.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/37.xml new file mode 100644 index 0000000..d3fba70 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/37.xml @@ -0,0 +1,42 @@ + + + + + 36 + + 37 + 2 + + FAILURE + 2 + RED + true + + + + + + script returned exit code 1 + + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.handleExit(DurableTaskStep.java:658) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.check(DurableTaskStep.java:604) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.run(DurableTaskStep.java:548) + java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) + java.util.concurrent.FutureTask.run(FutureTask.java:266) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) + java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) + java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) + java.lang.Thread.run(Thread.java:748) + + + + + + + + + 1567440301992 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/4.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/4.xml new file mode 100644 index 0000000..bdea0e1 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/4.xml @@ -0,0 +1,16 @@ + + + + + 3 + + 4 + org.jenkinsci.plugins.workflow.support.steps.ExecutorStep + + + + + 1567438537153 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/5.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/5.xml new file mode 100644 index 0000000..89e13c5 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/5.xml @@ -0,0 +1,25 @@ + + + + + 4 + + 5 + org.jenkinsci.plugins.workflow.support.steps.StageStep + + + + + + + name + Declarative: Checkout SCM + + + true + + + 1567438537250 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/6.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/6.xml new file mode 100644 index 0000000..61b1fdd --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/6.xml @@ -0,0 +1,27 @@ + + + + + 5 + + 6 + org.jenkinsci.plugins.workflow.support.steps.StageStep + + + + + Declarative: Checkout SCM + + + 1567438537313 + + + + + SYNTHETIC_STAGE + PRE + + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/7.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/7.xml new file mode 100644 index 0000000..631845e --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/7.xml @@ -0,0 +1,108 @@ + + + + + 6 + + 7 + org.jenkinsci.plugins.workflow.steps.scm.GenericSCMStep + + + + + + scm + + + + doGenerateSubmoduleConfigurations + false + + + extensions + + + + $class + CleanBeforeCheckout + + + + + $class + CleanCheckout + + + + + $class + LocalBranch + + + localBranch + ** + + + UNSERIALIZABLE + + + $class + BuildChooserSetting + + + buildChooser + UNSERIALIZABLE + + + + + + branches + + + + name + master + + + + + + submoduleCfg + + + + userRemoteConfigs + + + + credentialsId + jenkins-generated-ssh-key + + + name + origin + + + refspec + +refs/heads/*:refs/remotes/origin/* + + + url + git@bitbucket.org:crowdarautomation/lippia-api-example-project.git + + + + + + + + + false + + + 1567438537495 + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/8.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/8.xml new file mode 100644 index 0000000..ddb709b --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/8.xml @@ -0,0 +1,16 @@ + + + + + 7 + + 8 + 6 + + + + + 1567438544523 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/9.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/9.xml new file mode 100644 index 0000000..3b035fa --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/9.xml @@ -0,0 +1,15 @@ + + + + + 8 + + 9 + 5 + + + + 1567438544541 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/build.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/build.xml new file mode 100644 index 0000000..437f00f --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/build.xml @@ -0,0 +1,198 @@ + + + + + + + + admin + + 1 + + + + + blueocean + + + master + + eda8875f3eb04d1bd4d992f585ca5f96307b1f72 + + + + + + + 92f6fea9-d34f-4180-902c-c311d71577a2 + + + + + Build + + + default + + + sh + + + + + script + + + mvn clean -P Secuencial test + + + + + + + + + + + 92f6fea9-d34f-4180-902c-c311d71577a2 + + + + + + + master + + + eda8875f3eb04d1bd4d992f585ca5f96307b1f72 + + + + master + + + + + 2 + + + + + + git@bitbucket.org:crowdarautomation/lippia-api-example-project.git + + + + + + master + + + + /var/jenkins_home/workspace/ippia-api-example-project_master + + + + + git git@bitbucket.org:crowdarautomation/lippia-api-example-project.git + + + + + + + 4 + 1567442094150 + 1567442094166 + FAILURE + 39206 + UTF-8 + false + + FAILURE + + + MAX_SURVIVABILITY + + + flowNode + 481447956 + + + classLoad + 7981761637 + + + run + 6364989003 + + + parse + 1309603802 + + + saveProgram + 801227129 + + + true + 37 + 1:37 + true + false + + true + + + + 2 + + + origin + +refs/heads/*:refs/remotes/origin/* + git@bitbucket.org:crowdarautomation/lippia-api-example-project.git + jenkins-generated-ssh-key + + + + + master + + + false + + + + + + ** + + + false + + + + + + + + + + /var/jenkins_home/workspace/ippia-api-example-project_master + /var/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/changelog6168804410684211805.xml + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/changelog6168804410684211805.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/changelog6168804410684211805.xml new file mode 100644 index 0000000..fcb31e7 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/changelog6168804410684211805.xml @@ -0,0 +1,11 @@ +commit eda8875f3eb04d1bd4d992f585ca5f96307b1f72 +tree e8f3eaafb60ce16c5eda976e7e10747ece1bd278 +parent 288ea73b28f961917e866207309f597603977893 +author Juan Manuel Carames 2019-09-02 16:29:05 +0000 +committer Juan Manuel Carames 2019-09-02 16:29:05 +0000 + + pom.xml edited online with Bitbucket + + + +:100644 100644 ee20af3f0a924beebcafa23cc99dd6d031c350a0 2460f8861be248c764550c890b8a1d238ac0b6da M pom.xml diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/log b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/log new file mode 100644 index 0000000..41a2c66 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/log @@ -0,0 +1,215 @@ +Started by user ha:////4JA9v5tUzlTDtGOPJBEIYYw13/8/48+N2KXiX3lP80O/AAAAlx+LCAAAAAAAAP9b85aBtbiIQTGjNKU4P08vOT+vOD8nVc83PyU1x6OyILUoJzMv2y+/JJUBAhiZGBgqihhk0NSjKDWzXb3RdlLBUSYGJk8GtpzUvPSSDB8G5tKinBIGIZ+sxLJE/ZzEvHT94JKizLx0a6BxUmjGOUNodHsLgAzWEgZu/dLi1CL9xJTczDwAj6GcLcAAAAA=admin + > git rev-parse --is-inside-work-tree # timeout=10 +Setting origin to git@bitbucket.org:crowdarautomation/lippia-api-example-project.git + > git config remote.origin.url git@bitbucket.org:crowdarautomation/lippia-api-example-project.git # timeout=10 +Fetching origin... +Fetching upstream changes from origin + > git --version # timeout=10 + > git config --get remote.origin.url # timeout=10 +using GIT_SSH to set credentials jenkins-generated-ssh-key + > git fetch --tags --force --progress origin +refs/heads/*:refs/remotes/origin/* +Seen branch in repository origin/Guillermo-Aguirre/readmemd-edited-online-with-bitbucket-1564705696111 +Seen branch in repository origin/entityConfiguration +Seen branch in repository origin/master +Seen 3 remote branches +Obtained Jenkinsfile from eda8875f3eb04d1bd4d992f585ca5f96307b1f72 +Running in Durability level: MAX_SURVIVABILITY +ha:////4EpFwZMblgPsvyuGKahQ1L+j05K4tCKNbiHHZH0UNZxoAAAAoh+LCAAAAAAAAP9tjTEOwjAQBM8BClpKHuFItIiK1krDC0x8GCfWnbEdkooX8TX+gCESFVvtrLSa5wtWKcKBo5UdUu8otU4GP9jS5Mixv3geZcdn2TIl9igbHBs2eJyx4YwwR1SwULBGaj0nRzbDRnX6rmuvydanHMu2V1A5c4MHCFXMWcf8hSnC9jqYxPTz/BXAFEIGsfuclm8zQVqFvQAAAA==[Pipeline] Start of Pipeline +ha:////4JbFIovlyT+ZyXlfN0Sge4M2zB+J8Zu8WqfqcDkWFDDTAAAApR+LCAAAAAAAAP9tjTEOwjAUQ3+KOrAycohUghExsUZZOEFIQkgb/d8mKe3EibgadyBQiQlLlmxL1nu+oE4RjhQdby12HpP2vA+jK4lPFLtroIm3dOGaMFGwXNpJkrGnpUrKFhaxClYC1hZ1oOTRZdiIVt1VExS65pxj2Q4CKm8GeAAThZxVzN8yR9jeRpMIf5y/AJj7DGxXvP/86jduZBmjwAAAAA==[Pipeline] node +Running on ha:////4L6hoUIbWOHwlkY93tw6rrqwebps19DdkUlnlOjiPx+jAAAAnh+LCAAAAAAAAP9b85aBtbiIQTGjNKU4P08vOT+vOD8nVc83PyU1x6OyILUoJzMv2y+/JJUBAhiZGBgqihhk0NSjKDWzXb3RdlLBUSYGJk8GtpzUvPSSDB8G5tKinBIGIZ+sxLJE/ZzEvHT94JKizLx0a6BxUmjGOUNodHsLgAz2EgZh/eT83ILSktQifY3cxGIgrakPAHib2iPIAAAAJenkins in /var/jenkins_home/workspace/ippia-api-example-project_master +ha:////4An/JK7ttUJB8PL7SrZO8V4y9FGdNSKGJMNcKFpoxhxuAAAApR+LCAAAAAAAAP9tjTEOwjAUQ3+KOrAycoh0gA0xsUZZOEFIQkgb/d8mKe3EibgadyBQiQlLlmxL1nu+oE4RjhQdby12HpP2vA+jK4lPFLtroIm3dOGaMFGwXNpJkrGnpUrKFhaxClYC1hZ1oOTRZdiIVt1VExS65pxj2Q4CKm8GeAAThZxVzN8yR9jeRpMIf5y/AJj7DGxXvP/86jfoP95RwAAAAA==[Pipeline] { +ha:////4Hb+IsHl99PpL00yKBYZ/cELdpsxcvFOImrNjM3ayltcAAAApR+LCAAAAAAAAP9tjTEOwjAUQ3+KOrAycoh0gQkxsUZZOEFIQkgb/d8mKe3EibgadyBQiQlLlmxL1nu+oE4RjhQdby12HpP2vA+jK4lPFLtroIm3dOGaMFGwXNpJkrGnpUrKFhaxClYC1hZ1oOTRZdiIVt1VExS65pxj2Q4CKm8GeAAThZxVzN8yR9jeRpMIf5y/AJj7DGxXvP/86jc09154wAAAAA==[Pipeline] stage +ha:////4DYcSpHJuJSnGcW1Hw7C/AY+emmR7paW70jmzBKKpBVbAAAApR+LCAAAAAAAAP9tjTEOwjAUQ3+KOrAycoh0ggUxsUZZOEFIQkgb/d8mKe3EibgadyBQiQlLlmxL1nu+oE4RjhQdby12HpP2vA+jK4lPFLtroIm3dOGaMFGwXNpJkrGnpUrKFhaxClYC1hZ1oOTRZdiIVt1VExS65pxj2Q4CKm8GeAAThZxVzN8yR9jeRpMIf5y/AJj7DGxXvP/86jek7ggRwAAAAA==[Pipeline] { (Declarative: Checkout SCM) +ha:////4KpON2s1z0FcGBMZuC7x6NsOn5Y94IfM+IuW/hH0Q3MTAAAAoh+LCAAAAAAAAP9tjTEOAiEURD9rLGwtPQTbaWGsbAmNJ0AWEZb8zwLrbuWJvJp3kLiJlZNMMm+a93rDOic4UbLcG+wdZu14DKOti0+U+lugiXu6ck2YKRguzSSpM+cFJRUDS1gDKwEbgzpQdmgLbIVXD9UGhba9lFS/o4DGdQM8gYlqLiqVL8wJdvexy4Q/z18BzLEA29ce4gfg7KmOvAAAAA==[Pipeline] checkout +using credential jenkins-generated-ssh-key + > git rev-parse --is-inside-work-tree # timeout=10 +Fetching changes from the remote Git repository + > git config remote.origin.url git@bitbucket.org:crowdarautomation/lippia-api-example-project.git # timeout=10 +Cleaning workspace + > git rev-parse --verify HEAD # timeout=10 +Resetting working tree + > git reset --hard # timeout=10 + > git clean -fdx # timeout=10 +Fetching without tags +Fetching upstream changes from git@bitbucket.org:crowdarautomation/lippia-api-example-project.git + > git --version # timeout=10 +using GIT_SSH to set credentials jenkins-generated-ssh-key + > git fetch --no-tags --force --progress git@bitbucket.org:crowdarautomation/lippia-api-example-project.git +refs/heads/*:refs/remotes/origin/* +Checking out Revision eda8875f3eb04d1bd4d992f585ca5f96307b1f72 (master) + > git config core.sparsecheckout # timeout=10 + > git checkout -f eda8875f3eb04d1bd4d992f585ca5f96307b1f72 + > git branch -a -v --no-abbrev # timeout=10 + > git branch -D master # timeout=10 + > git checkout -b master eda8875f3eb04d1bd4d992f585ca5f96307b1f72 +Commit message: "pom.xml edited online with Bitbucket" + > git rev-list --no-walk 288ea73b28f961917e866207309f597603977893 # timeout=10 +Cleaning workspace + > git rev-parse --verify HEAD # timeout=10 +Resetting working tree + > git reset --hard # timeout=10 + > git clean -fdx # timeout=10 +ha:////4O3nADGHs23/Kl3D4Vem/YK++A7mSIgOy37UayO0/AUVAAAAoh+LCAAAAAAAAP9tjTEOAiEURD9rLGwtPQTbGRNjZUtoPAGyiLDkfxZYdytP5NW8g8RNrJxkknnTvNcb1jnBiZLl3mDvMGvHYxhtXXyi1N8CTdzTlWvCTMFwaSZJnTkvKKkYWMIaWAnYGNSBskNbYCu8eqg2KLTtpaT6HQU0rhvgCUxUc1GpfGFOsLuPXSb8ef4KYI6xADvU7j9Dg2gqvAAAAA==[Pipeline] } +ha:////4O9w4ghdmRfJF0B7+f9fc/xQtiMOEbP+6UqMSgc5gMJ4AAAAoh+LCAAAAAAAAP9tjTEOAiEURD9rLGwtPQRbWRhjZUtoPAGyiLDkfxZYdytP5NW8g8RNrJxkknnTvNcb1jnBiZLl3mDvMGvHYxhtXXyi1N8CTdzTlWvCTMFwaSZJnTkvKKkYWMIaWAnYGNSBskNbYCu8eqg2KLTtpaT6HQU0rhvgCUxUc1GpfGFOsLuPXSb8ef4KYI6xADvU7j9J+wGOvAAAAA==[Pipeline] // stage +ha:////4NHa52FzR5XLRVgw0jzEUH2u5K3XlMUkICfTRX8gsn2sAAAAph+LCAAAAAAAAP9tjTEOwjAQBM9BKWgpeYQDEh2iorXc8AITG+PEugv2haTiRXyNPxCIRMVWOyut5vmCMic4UPKycdgGzHWQXez91ORAqb1EGmRDZ1kTZopOajdosu44oyZ2MEcUsFCwdFhHygE9w0o15m6qaNBXJ07TtldQBHuDBwg1mdkk/sKYYH3tbSb8ef4KYOwYxI6h2G4+x/INtuQqUcEAAAA=[Pipeline] withEnv +ha:////4IkdELn3H+ehOu0IBl7G5ln2lrzrxMUhcHI+zdjztI7fAAAApR+LCAAAAAAAAP9tjTEOwjAUQ3+DOrAycoiUzoiJNerCCUITQtLo/zZJSSdOxNW4Ay2VmPBg2Zas93pDGQOcKBjuNHYWY2t570czJ54pdDdPmTu68pYwkte80bkhpc9rbShpWFUw2AjYamw9RYsmwU44+ZCVl2iqSwrzdhTArBrgCYWYyUmG9C1TgP19VJHwx/kLgKlPwOrDYvXyLD8BobDcwgAAAA==[Pipeline] { +ha:////4GI1mBjlATcQtxCtJOjVUpQQFPVKbS2eVJPyCSQFCIEdAAAAph+LCAAAAAAAAP9tjTEOwjAUQ3+LOrAycohUZUVMrFEWThCaEJJG/7dJSjpxIq7GHWipxIQHy7ZkvdcbqhjgRMEwp7GzGFvLej+aObFMobt5yszRlbWEkbxmQmdBSp/XKihpWFWUsOGw1dh6ihZNgh138iFrL9HUlxTm7cihtGqAJxR8JicZ0rdMAfb3UUXCH+cvAKY+Qdk0ix2WZ/UBbwyqm8IAAAA=[Pipeline] stage +ha:////4GhVvIM1JlLTvuNaoqX3JUu1eUxdkq7zCPFeBl7eilMAAAAAph+LCAAAAAAAAP9tjTEOwjAUQ3+LOrAycohUwIiYukZZOEFoQkgb/V9+UtqJE3E17kBLJSY8WLYl673eUESGE7ETjcXWY6y96ELvpiQG4vYaaBANXURNGClYoeygyNhqqYqShUVZDisJa4t1oOjRJdjIRj90GTS68px42o4Scm/u8IRMTuSkOX3LyLC99SYS/jh/ATB2CfLdfrbD/Cw+y7kUycIAAAA=[Pipeline] { (Declarative: Tool Install) +ha:////4N7iDLg+L+l04wzSBEBItgpacbjdMyr9uDK6adVTVzMfAAAApB+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOIiBB2iSmu54QUmNsaJdWdsh6TiRXyNPxCIRMUWq51t5vmCZYpw5GixNdQ5So3D4Hs7LRw4dhfPA7Z8xoYpsTcozSBZm3pGydnAnKKEhYCVocZzcmQzrEWr7qryimx1ynH6DgJKp2/wgEJM5qxi/sIYYXPtdWL6ef4KYAwZyu3uU/vwBgq0rvS+AAAA[Pipeline] tool +ha:////4A4kctZvlpyPbu8PpKcK53GTpXd+QYGaA12bwdhGc7acAAAApB+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOIihKgQVVrLDS8wsTFOrDtjOyQVL+Jr/IFAJCq2WO1sM88XLFOEI0eLraHOUWocBt/baeHAsbt4HrDlMzZMib1BaQbJ2tQzSs4G5hQlLASsDDWekyObYS1adVeVV2SrU47TdxBQOn2DBxRiMmcV8xfGCJtrrxPTz/NXAGPIUG53n9qHN0uFte2+AAAA[Pipeline] envVarsForTool +ha:////4FCAN4aPqIvvtZZIeGn7Ykc6SL/F/dR5JapSvxImrwTzAAAApR+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOIihESDqNJabniBiY1xYt0Z2yGpeBFf4w8EIlGxxWpnm3m+YJkiHDlabA11jlLjMPjeTgsHjt3F84Atn7FhSuwNSjNI1qaeUXI2MKcoYSFgZajxnBzZDGvRqruqvCJbnXKcvoOA0ukbPKAQkzmrmL8wRthce52Yfp6/AhhDyFBu95/avQEeFbpZvgAAAA==[Pipeline] } +ha:////4NMmpVp8HvnfaGCk6ooRIduGb6/F3kmPOI5bcU9Imnm6AAAApB+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOIiaCgQVVrLDS8wsTFOrDtjOyQVL+Jr/IFAJCq2WO1sM88XLFOEI0eLraHOUWocBt/baeHAsbt4HrDlMzZMib1BaQbJ2tQzSs4G5hQlLASsDDWekyObYS1adVeVV2SrU47TdxBQOn2DBxRiMmcV8xfGCJtrrxPTz/NXAGMIGcrt/lO7Ny324eW+AAAA[Pipeline] // stage +ha:////4FMSGU596ro4O24GdH6I5fZjkbdkZzf3fBSvaGAzivhMAAAApx+LCAAAAAAAAP9tjTEOwjAUQ3+LOrAycohU3ZAQE2uUhROEJoSk0f9tkpJOnIircQdaKjHhwbItWe/1hioGOFEwzGnsLMbWst6PZk4sU+hunjJzdGUtYSSvmdBZkNLntQpKGlYVJWw4bDW2nqJFk2DHnXzI2ks09SWFeTtyKK0a4AkFn8lJhvQtU4D9fVSR8Mf5C4CpT1A2zWKH5Vl9AAkvMTrCAAAA[Pipeline] withEnv +ha:////4E1XdtaCR43qNgMlgJL1bmyI27EO1NcI7KM3IbkVBkLRAAAApx+LCAAAAAAAAP9tjTEOwjAUQ3+LOrAycohUbCDE1DXKwglCE0La6P/yk9JOnIircQdaKjHhwbItWe/1hiIynIidaCy2HmPtRRd6NyUxELfXQINo6CJqwkjBCmUHRcZWS1WULCzKclhJWFusA0WPLsFGNvqhy6DRlefE03aUkHtzhydkciInzelbRobtrTeR8Mf5C4CxS5Dv9rMd5mfxASnCIIrCAAAA[Pipeline] { +ha:////4FTkvBZdz+VVctGk/lmfY6n1DBzM9LJMslccd0Cf5rnnAAAApx+LCAAAAAAAAP9tjTEOwjAUQ3+LOrAycogU2BDqxBp14QShCSFp9H9JUtKJE3E17kCgEhMeLNuS9Z4vqIKHhrxmVmFvMHSGDW7UObFEvr84SszSmXWEgZxirUotSXWca0tRwayihAWHpcLOUTCoI6y4FXdRO4G6PkWftwOH0sgbPKDgmRyFj98yeVhfRxkIf5y/AJiGCOV2n223+TyrN7xWSV3CAAAA[Pipeline] stage +ha:////4JJz08kWJ32WWwEjs4hmPl/36Hh5F303HFm8qYF7fYt1AAAAph+LCAAAAAAAAP9tjTEOwjAUQ3+LOrAycogUWBFT1ygLJwhNCGmj/8tPSjtxIq7GHWipxIQHy7ZkvdcbishwInaisdh6jLUXXejdlMRA3F4DDaKhi6gJIwUrlB0UGVstVVGysCjLYSVhbbEOFD26BBvZ6Icug0ZXnhNP21FC7s0dnpDJiZw0p28ZGba33kTCH+cvAMYuQX7Yzbafn8UHbGnGmsIAAAA=[Pipeline] { (Build) +ha:////4FzlFxP9CTAScCeVOCE5BujDXjtbH+ad5Vu7eQFyM8WMAAAAox+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOIi0iIqWisNLzCJMXasO8d2cCpexNf4A4FIVGyx2tlmni9YxwBHDhqtot5QbA16N+p5YebQXx1ntHzBlimyU9io3HCnTgs2nBQsKUpYCdgoah1HQzrBVlh5l5WTpKtzCvN3EFCaboAHFGI2JxnSF6YAu9vYRaaf568AJp+grPefqv0bH7uiub4AAAA=[Pipeline] tool +ha:////4ANkmrmjrhRpjki5goiDEzIwF1rNggEJ/phokjkuQtd7AAAAox+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOIioERUaS03vMDExjix7oztkFS8iK/xBwKRqNhitbPNPF+wTBGOHC22hjpHqXEYfG+nhQPH7uJ5wJbP2DAl9galGSRrU88oORuYU5SwELAy1HhOjmyGtWjVXVVeka1OOU7fQUDp9A0eUIjJnFXMXxgjbK69Tkw/z18BjCFDudt+ah/eXoq5oL4AAAA=[Pipeline] envVarsForTool +ha:////4GdaAMi5ShIS//mIEX+Xl6knOIy/SGJae7L7r4zOY7IlAAAApx+LCAAAAAAAAP9tjTEOwjAUQ3+LOrAycohUIDbE1DXKwglCE0La6P/yk9JOnIircQdaKjHhwbItWe/1hiIynIidaCy2HmPtRRd6NyUxELfXQINo6CJqwkjBCmUHRcZWS1WULCzKclhJWFusA0WPLsFGNvqhy6DRlefE03aUkHtzhydkciInzelbRobtrTeR8Mf5C4CxS5Dvd7Md5mfxAR8nhQvCAAAA[Pipeline] withEnv +ha:////4Ne3beDKL8J2X+bJm03TPdjVzp+GFdCnvjAT9J7myRHlAAAApx+LCAAAAAAAAP9tjTEOwjAUQ3+LOrAycohUQjAhpq5RFk4QmhDSRv+Xn5R24kRcjTvQUokJD5ZtyXqvNxSR4UTsRGOx9RhrL7rQuymJgbi9BhpEQxdRE0YKVig7KDK2WqqiZGFRlsNKwtpiHSh6dAk2stEPXQaNrjwnnrajhNybOzwhkxM5aU7fMjJsb72JhD/OXwCMXYJ8t5/tMD+LD/hYjrHCAAAA[Pipeline] { +ha:////4CxVkqej/NSBqll1Ae4co3t4WJ2udUBkqfNOoO3sLwP7AAAApR+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOIiIUGDqNJabniBiY1xYt0Z2yGpeBFf4w8EIlGxxWpnm3m+YJkiHDlabA11jlLjMPjeTgsHjt3F84Atn7FhSuwNSjNI1qaeUXI2MKcoYSFgZajxnBzZDGvRqruqvCJbnXKcvoOA0ukbPKAQkzmrmL8wRthce52Yfp6/AhhDhnK7+9Q+vAEIWoEpvgAAAA==[Pipeline] sh ++ mvn clean -P Secuencial test +[INFO] Scanning for projects... +[WARNING] +[WARNING] Some problems were encountered while building the effective model for com.Crowdar:lippia-api-example-project:jar:1.0-SNAPSHOT +[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: com.fasterxml.jackson.core:jackson-databind:jar -> version 2.9.3 vs 2.9.5 @ com.crowdar:Crowd-Root-Framework:1.6, /var/jenkins_home/.m2/repository/com/crowdar/Crowd-Root-Framework/1.6/Crowd-Root-Framework-1.6.pom, line 356, column 25 +[WARNING] +[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. +[WARNING] +[WARNING] For this reason, future Maven versions might no longer support building such malformed projects. +[WARNING] +[INFO] +[INFO] ---------------< com.Crowdar:lippia-api-example-project >--------------- +[INFO] Building api-rest-automation 1.0-SNAPSHOT +[INFO] --------------------------------[ jar ]--------------------------------- +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/atlassian/jira/jira-rest-java-client-core/5.0.4/jira-rest-java-client-core-5.0.4.pom +Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/atlassian/jira/jira-rest-java-client-core/5.0.4/jira-rest-java-client-core-5.0.4.pom (0 B at 0 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/atlassian/jira/jira-rest-java-client-parent/5.0.4/jira-rest-java-client-parent-5.0.4.pom +Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/atlassian/jira/jira-rest-java-client-parent/5.0.4/jira-rest-java-client-parent-5.0.4.pom (0 B at 0 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/atlassian/pom/public-pom/5.0.8/public-pom-5.0.8.pom +Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/atlassian/pom/public-pom/5.0.8/public-pom-5.0.8.pom (0 B at 0 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/atlassian/pom/base-pom/5.0.8/base-pom-5.0.8.pom +Downloading from atlassian-public: https://maven.atlassian.com/repository/public/com/atlassian/pom/base-pom/5.0.8/base-pom-5.0.8.pom +Downloaded from atlassian-public: https://maven.atlassian.com/repository/public/com/atlassian/pom/base-pom/5.0.8/base-pom-5.0.8.pom (0 B at 0 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/atlassian/jira/jira-rest-java-client-api/5.0.4/jira-rest-java-client-api-5.0.4.pom +Downloading from atlassian-public: https://maven.atlassian.com/repository/public/com/atlassian/jira/jira-rest-java-client-api/5.0.4/jira-rest-java-client-api-5.0.4.pom +Downloaded from atlassian-public: https://maven.atlassian.com/repository/public/com/atlassian/jira/jira-rest-java-client-api/5.0.4/jira-rest-java-client-api-5.0.4.pom (0 B at 0 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/atlassian/httpclient/atlassian-httpclient-api/1.0.0/atlassian-httpclient-api-1.0.0.pom +Downloading from atlassian-public: https://maven.atlassian.com/repository/public/com/atlassian/httpclient/atlassian-httpclient-api/1.0.0/atlassian-httpclient-api-1.0.0.pom +Downloaded from atlassian-public: https://maven.atlassian.com/repository/public/com/atlassian/httpclient/atlassian-httpclient-api/1.0.0/atlassian-httpclient-api-1.0.0.pom (0 B at 0 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/atlassian/httpclient/atlassian-httpclient-parent/1.0.0/atlassian-httpclient-parent-1.0.0.pom +Downloading from atlassian-public: https://maven.atlassian.com/repository/public/com/atlassian/httpclient/atlassian-httpclient-parent/1.0.0/atlassian-httpclient-parent-1.0.0.pom +Downloaded from atlassian-public: https://maven.atlassian.com/repository/public/com/atlassian/httpclient/atlassian-httpclient-parent/1.0.0/atlassian-httpclient-parent-1.0.0.pom (0 B at 0 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/atlassian/httpclient/atlassian-httpclient-library/1.0.0/atlassian-httpclient-library-1.0.0.pom +Downloading from atlassian-public: https://maven.atlassian.com/repository/public/com/atlassian/httpclient/atlassian-httpclient-library/1.0.0/atlassian-httpclient-library-1.0.0.pom +Downloaded from atlassian-public: https://maven.atlassian.com/repository/public/com/atlassian/httpclient/atlassian-httpclient-library/1.0.0/atlassian-httpclient-library-1.0.0.pom (0 B at 0 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/atlassian/fugue/fugue/2.7.0/fugue-2.7.0.pom +Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/atlassian/fugue/fugue/2.7.0/fugue-2.7.0.pom (0 B at 0 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/atlassian/fugue/fugue-parent/2.7.0/fugue-parent-2.7.0.pom +Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/atlassian/fugue/fugue-parent/2.7.0/fugue-parent-2.7.0.pom (0 B at 0 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/atlassian/platform/parentpom/public-pom-3-artifactory/1.0.1/public-pom-3-artifactory-1.0.1.pom +Downloading from atlassian-public: https://maven.atlassian.com/repository/public/com/atlassian/platform/parentpom/public-pom-3-artifactory/1.0.1/public-pom-3-artifactory-1.0.1.pom +Downloaded from atlassian-public: https://maven.atlassian.com/repository/public/com/atlassian/platform/parentpom/public-pom-3-artifactory/1.0.1/public-pom-3-artifactory-1.0.1.pom (0 B at 0 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/atlassian/jira/jira-rest-java-client-core/5.0.4/jira-rest-java-client-core-5.0.4.jar +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/atlassian/httpclient/atlassian-httpclient-api/1.0.0/atlassian-httpclient-api-1.0.0.jar +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/atlassian/httpclient/atlassian-httpclient-library/1.0.0/atlassian-httpclient-library-1.0.0.jar +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/atlassian/jira/jira-rest-java-client-api/5.0.4/jira-rest-java-client-api-5.0.4.jar +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/atlassian/fugue/fugue/2.7.0/fugue-2.7.0.jar +Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/atlassian/jira/jira-rest-java-client-core/5.0.4/jira-rest-java-client-core-5.0.4.jar (0 B at 0 B/s) +Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/atlassian/fugue/fugue/2.7.0/fugue-2.7.0.jar (0 B at 0 B/s) +Downloading from atlassian-public: https://maven.atlassian.com/repository/public/com/atlassian/jira/jira-rest-java-client-api/5.0.4/jira-rest-java-client-api-5.0.4.jar +Downloading from atlassian-public: https://maven.atlassian.com/repository/public/com/atlassian/httpclient/atlassian-httpclient-api/1.0.0/atlassian-httpclient-api-1.0.0.jar +Downloading from atlassian-public: https://maven.atlassian.com/repository/public/com/atlassian/httpclient/atlassian-httpclient-library/1.0.0/atlassian-httpclient-library-1.0.0.jar +Downloaded from atlassian-public: https://maven.atlassian.com/repository/public/com/atlassian/jira/jira-rest-java-client-api/5.0.4/jira-rest-java-client-api-5.0.4.jar (0 B at 0 B/s) +Downloaded from atlassian-public: https://maven.atlassian.com/repository/public/com/atlassian/httpclient/atlassian-httpclient-library/1.0.0/atlassian-httpclient-library-1.0.0.jar (0 B at 0 B/s) +Downloaded from atlassian-public: https://maven.atlassian.com/repository/public/com/atlassian/httpclient/atlassian-httpclient-api/1.0.0/atlassian-httpclient-api-1.0.0.jar (0 B at 0 B/s) +[INFO] +[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ lippia-api-example-project --- +[INFO] +[INFO] --- maven-resources-plugin:2.4:resources (default-resources) @ lippia-api-example-project --- +[INFO] Using 'UTF-8' encoding to copy filtered resources. +[INFO] Copying 3 resources +[INFO] +[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ lippia-api-example-project --- +[INFO] Changes detected - recompiling the module! +[INFO] Compiling 6 source files to /var/jenkins_home/workspace/ippia-api-example-project_master/target/classes +[INFO] +[INFO] --- maven-resources-plugin:2.4:testResources (default-testResources) @ lippia-api-example-project --- +[INFO] Using 'UTF-8' encoding to copy filtered resources. +[INFO] Copying 4 resources +[INFO] +[INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ lippia-api-example-project --- +[INFO] Changes detected - recompiling the module! +[INFO] Compiling 4 source files to /var/jenkins_home/workspace/ippia-api-example-project_master/target/test-classes +[INFO] +[INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ lippia-api-example-project --- +[INFO] +[INFO] ------------------------------------------------------- +[INFO] T E S T S +[INFO] ------------------------------------------------------- +[INFO] Running TestSuite +WARNING: Found tags option '~@Ignore'. Support for '~@tag' will be removed from the next release of Cucumber-JVM. Please use 'not @tag' instead. + +0 Scenarios +0 Steps +0m0.154s + +TEST STEP FINISHED EN HILO :12 +02/09/19 16:35:31 INFO ExtentReportManager:137 - ------flushing Thread : 12 +02/09/19 16:35:31 INFO ExtentReportManager:110 - ------ creating extent report infor -------------------------------- +02/09/19 16:35:31 INFO ExtentReportManager:60 - #####Extent xml configuration : /var/jenkins_home/workspace/ippia-api-example-project_master/extent-config.xml +02/09/19 16:35:32 INFO ExtentReportManager:103 - --------EXTENTREPORT Setting Append Existing to true ------------------------------- +[ERROR] Tests run: 3, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 0.845 s <<< FAILURE! - in TestSuite +[ERROR] runScenario(ApiExampleProjectTestRunner) Time elapsed: 0.119 s <<< FAILURE! +java.lang.NoClassDefFoundError: com/atlassian/jwt/CanonicalHttpRequest +Caused by: java.lang.ClassNotFoundException: com.atlassian.jwt.CanonicalHttpRequest + +[ERROR] runScenario(ApiExampleProjectTestRunner) Time elapsed: 0.01 s <<< FAILURE! +java.lang.NoClassDefFoundError: com/atlassian/jwt/CanonicalHttpRequest +Caused by: java.lang.ClassNotFoundException: com.atlassian.jwt.CanonicalHttpRequest + +[ERROR] runScenario(ApiExampleProjectTestRunner) Time elapsed: 0.013 s <<< FAILURE! +java.lang.NoClassDefFoundError: com/atlassian/jwt/CanonicalHttpRequest +Caused by: java.lang.ClassNotFoundException: com.atlassian.jwt.CanonicalHttpRequest + +[INFO] +[INFO] Results: +[INFO] +[ERROR] Failures: +[ERROR] ApiExampleProjectTestRunner.runScenario(ApiExampleProjectTestRunner) +[ERROR] Run 1: ApiExampleProjectTestRunner>AbstractTestNGCucumberTests.runScenario:22 » NoClassDefFound +[ERROR] Run 2: ApiExampleProjectTestRunner>AbstractTestNGCucumberTests.runScenario:22 » NoClassDefFound +[ERROR] Run 3: ApiExampleProjectTestRunner>AbstractTestNGCucumberTests.runScenario:22 » NoClassDefFound +[INFO] +[INFO] +[ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0 +[INFO] +[INFO] ------------------------------------------------------------------------ +[INFO] BUILD FAILURE +[INFO] ------------------------------------------------------------------------ +[INFO] Total time: 19.678 s +[INFO] Finished at: 2019-09-02T16:35:32Z +[INFO] ------------------------------------------------------------------------ +[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.22.1:test (default-test) on project lippia-api-example-project: There are test failures. +[ERROR] +[ERROR] Please refer to /var/jenkins_home/workspace/ippia-api-example-project_master/target/surefire-reports for the individual test results. +[ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream. +[ERROR] -> [Help 1] +[ERROR] +[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. +[ERROR] Re-run Maven using the -X switch to enable full debug logging. +[ERROR] +[ERROR] For more information about the errors and possible solutions, please read the following articles: +[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException +ha:////4LEWiExrdsKClH1woao4TchD1RpFQ03dXFSIojLSFhgsAAAApR+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOIiISEKRJXWcsMLTGyME+vO2A5JxYv4Gn8gEImKLVY728zzBcsU4cjRYmuoc5Qah8H3dlo4cOwungds+YwNU2JvUJpBsjb1jJKzgTlFCQsBK0ON5+TIZliLVt1V5RXZ6pTj9B0ElE7f4AGFmMxZxfyFMcLm2uvE9PP8FcAYQoZyu//U7g3QKkBhvgAAAA==[Pipeline] } +ha:////4KAByWiCZRGS0c+zVJyWBxF2z41sDlVAt5Gna2De8+AiAAAApR+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOIiIQokRJXWcsMLTGyME+vO2A5JxYv4Gn8gEImKLVY728zzBcsU4cjRYmuoc5Qah8H3dlo4cOwungds+YwNU2JvUJpBsjb1jJKzgTlFCQsBK0ON5+TIZliLVt1V5RXZ6pTj9B0ElE7f4AGFmMxZxfyFMcLm2uvE9PP8FcAYQoZyu//U7g2TqBHnvgAAAA==[Pipeline] // withEnv +ha:////4CJcWn0jPKr3gBLyqNB+I77b+wMxyr598EfTBM+QkfA/AAAApB+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOIi6BCiSmu54QUmNsaJdWdsh6TiRXyNPxCIRMUWq51t5vmCZYpw5GixNdQ5So3D4Hs7LRw4dhfPA7Z8xoYpsTcozSBZm3pGydnAnKKEhYCVocZzcmQzrEWr7qryimx1ynH6DgJKp2/wgEJM5qxi/sIYYXPtdWL6ef4KYAwhQ7nbf2r7BrmPJ1y+AAAA[Pipeline] } +ha:////4KiUMikXVkhCUIzNma6Q6dm4TyEKJuOE7SBleUsygQaPAAAApB+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOISQYmo0lppeIGJjXFi3RnbIal4EV/jD1hEomKL1c4283rDOgY4cTDYaxosxc6id6PJCycOw9XxhD1fsGOK7DS2empZ6WbBlpOGJUUJKwEbTZ3jaMkk2IpePmTlJJnqnEL+jgJKq+7whEJkc5IhfWEOsLuNKjL9PH8FMHufoDzUufb1B1PlWKq+AAAA[Pipeline] // stage +ha:////4LFgOI5yeavOoNqdADbCFECIOar9QpjjwFKdw3ha8+enAAAApR+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOKiiAohqrRWGl5gYmOcWHfGdkgqXsTX+AMWkajYYrWzzbzesI4BThwM9poGS7Gz6N1o8sKJw3B1PGHPF+yYIjuNrZ5aVrpZsOWkYUlRwkrARlPnOFoyCbailw9ZOUmmOqeQv6OA0qo7PKEQ2ZxkSF+YA+xuo4pMP89fAczeJyj3da768AGR3fUzvgAAAA==[Pipeline] } +ha:////4I0S4UlC7VN6PxYpQwp4Uj+XIHwKK8K53xVQn1hBf5fTAAAApR+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOIioEFCqWgtN7zAJMY4se6C7eBUvIiv8QcsIlGxxWpnm3m9YRk81OwNdpp6S6GxOLjR5IWJfX91nLDjCzZMgZ1GqZPkVp9mlBw1zClKWAhYaWocB0smwlp06qEqp8hU5+jzdxRQ2vYOTyhENkfl4xcmD5vb2Aamn+evAKZhiFDud7m2hw+pn2bCvgAAAA==[Pipeline] // withEnv +ha:////4KNhBb03UJQoY/CNkvwU6obpFdCsE0CydNzm/8J1q3+MAAAApB+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPMJRlBJR0VppeIGJjXFi3Tn2haTiRXyNP2ARiYotVjvbzOsN2xThRNGK3uDgMHVOBD/ZvMRMcbh5mkVPV9ERJvJGtGZuSZvzii2xgTVFCRsJO4Odp+TQMuxlrx6q8gptdeGYv6OE0ukRnlDIbGYV+QtLhMN90onw5/krgCUEhrJpctX1B6j05nC+AAAA[Pipeline] } +ha:////4D4HFERUFQNpLZ99yGkyeTHH0UaMhIfPp/c9fh9Ds/MgAAAApB+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOICgg6lorXc8AKTGOPEugu2g1PxIr7GH7CIRMUWq51t5vWGZfBQszfYaeothcbi4EaTFyb2/dVxwo4v2DAFdhqlTpJbfZpRctQwpyhhIWClqXEcLJkIa9Gph6qcIlOdo8/fUUBp2zs8oRDZHJWPX5g8bG5jG5h+nr8CmIYhQrk/5NptP4b05Bq+AAAA[Pipeline] // withEnv +ha:////4AfwjqvCftyNrvJcELZ58nf9wqmasaC9wu/MXXm1ms+KAAAAox+LCAAAAAAAAP9tjTESgjAQRT84FraWHiIUauVY2WZoPEGEGAOZXUwWofJEXs07yMiMlb/67zXv9cYyRRw5OtVYaj2lyqsu9G56auDYXgMPquGLqpgSB6tKO5Rc29OMJYvFvCzHQmNlqQqcPDnBWjfmYYpgyBVniZM7aOS+vuOJTE9lMVG+MEZsbn2dmH6dvwGMXSfIt3tBtvsA/gVtV70AAAA=[Pipeline] } +ha:////4CepxyXf0V/b9GzrJE8ZqXIYuk00sQcNOCvNaYEEV01EAAAAox+LCAAAAAAAAP9tjbEOgjAURS8YB1dHP6IMJC7GybVh8Qsq1Fpo3sP2IUx+kb/mP0gkcfJO95zlvN5Yp4gjR6daS52nVHvVh8HNT40cu2vgUbV8UTVT4mBVZceKG3tasGKxWJblWGlsLNWBkycn2OrWPEwRDLniLHF2B43cN3c8kem5LCbKF6aI3W1oEtOv8zeAqe8FebkXZOUHjeqpjr0AAAA=[Pipeline] // node +ha:////4FVLxUpMPv4/qoykQAcW5Lw3qGNnDuJkggQ4qJK7lJpUAAAApB+LCAAAAAAAAP9tjTEOwjAQBDdBFLSUPMKRoKBAVLRWGl5gEmOcWHfBvpBUvIiv8QciIlGx1c4083pjmSKOHJ1qLLWeUuVVF3o3PTVwbK+BB9XwRVVMiYNVpR1Kru1pxpLFYl6WY6GxslQFTp6cYK0b8zBFMOSKs8TJHTRyX9/xRKanspgoXxgjNre+Tky/zt8Axq4T5Lu9INt+AKvzzsS9AAAA[Pipeline] End of Pipeline +ERROR: script returned exit code 1 +Finished: FAILURE diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/log-index b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/log-index new file mode 100644 index 0000000..0969871 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/log-index @@ -0,0 +1,6 @@ +1765 3 +2123 +3358 7 +4730 +10511 26 +23669 diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/10.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/10.xml new file mode 100644 index 0000000..3934035 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/10.xml @@ -0,0 +1,31 @@ + + + + + 9 + + 10 + org.jenkinsci.plugins.workflow.steps.EnvStep + + + + + + + overrides + + GIT_BRANCH=master + GIT_COMMIT=eda8875f3eb04d1bd4d992f585ca5f96307b1f72 + GIT_LOCAL_BRANCH=master + GIT_PREVIOUS_COMMIT=288ea73b28f961917e866207309f597603977893 + GIT_URL=git@bitbucket.org:crowdarautomation/lippia-api-example-project.git + + + + true + + + 1567442110866 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/11.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/11.xml new file mode 100644 index 0000000..1de179f --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/11.xml @@ -0,0 +1,16 @@ + + + + + 10 + + 11 + org.jenkinsci.plugins.workflow.steps.EnvStep + + + + + 1567442110877 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/12.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/12.xml new file mode 100644 index 0000000..2102c8d --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/12.xml @@ -0,0 +1,25 @@ + + + + + 11 + + 12 + org.jenkinsci.plugins.workflow.support.steps.StageStep + + + + + + + name + Declarative: Tool Install + + + true + + + 1567442111028 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/13.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/13.xml new file mode 100644 index 0000000..c0a1c65 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/13.xml @@ -0,0 +1,27 @@ + + + + + 12 + + 13 + org.jenkinsci.plugins.workflow.support.steps.StageStep + + + + + Declarative: Tool Install + + + 1567442111040 + + + + + SYNTHETIC_STAGE + PRE + + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/14.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/14.xml new file mode 100644 index 0000000..6f9404c --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/14.xml @@ -0,0 +1,29 @@ + + + + + 13 + + 14 + org.jenkinsci.plugins.workflow.steps.ToolStep + + + + + + name + maven-3 + + + type + hudson.tasks.Maven$MavenInstallation + + + true + + + 1567442111088 + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/15.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/15.xml new file mode 100644 index 0000000..8b76a4b --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/15.xml @@ -0,0 +1,29 @@ + + + + + 14 + + 15 + org.jenkinsci.plugins.pipeline.modeldefinition.steps.EnvVarsForToolStep + + + + + + toolId + hudson.tasks.Maven$MavenInstallation + + + toolVersion + maven-3 + + + true + + + 1567442111133 + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/16.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/16.xml new file mode 100644 index 0000000..8b2f8c1 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/16.xml @@ -0,0 +1,16 @@ + + + + + 15 + + 16 + 13 + + + + + 1567442111182 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/17.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/17.xml new file mode 100644 index 0000000..0feac22 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/17.xml @@ -0,0 +1,15 @@ + + + + + 16 + + 17 + 12 + + + + 1567442111203 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/18.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/18.xml new file mode 100644 index 0000000..3d706de --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/18.xml @@ -0,0 +1,29 @@ + + + + + 17 + + 18 + org.jenkinsci.plugins.workflow.steps.EnvStep + + + + + + + overrides + + M2_HOME=/var/jenkins_home/tools/hudson.tasks.Maven_MavenInstallation/maven-3 + MAVEN_HOME=/var/jenkins_home/tools/hudson.tasks.Maven_MavenInstallation/maven-3 + PATH+MAVEN=/var/jenkins_home/tools/hudson.tasks.Maven_MavenInstallation/maven-3/bin + + + + true + + + 1567442111232 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/19.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/19.xml new file mode 100644 index 0000000..e5e638c --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/19.xml @@ -0,0 +1,16 @@ + + + + + 18 + + 19 + org.jenkinsci.plugins.workflow.steps.EnvStep + + + + + 1567442111241 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/2.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/2.xml new file mode 100644 index 0000000..5f6b8a3 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/2.xml @@ -0,0 +1,12 @@ + + + + + 2 + + + + 1567442101402 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/20.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/20.xml new file mode 100644 index 0000000..738aafc --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/20.xml @@ -0,0 +1,25 @@ + + + + + 19 + + 20 + org.jenkinsci.plugins.workflow.support.steps.StageStep + + + + + + + name + Build + + + true + + + 1567442111273 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/21.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/21.xml new file mode 100644 index 0000000..fe995d7 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/21.xml @@ -0,0 +1,27 @@ + + + + + 20 + + 21 + org.jenkinsci.plugins.workflow.support.steps.StageStep + + + + + Build + + + 1567442111285 + + + + + STAGE_STATUS + FAILED_AND_CONTINUED + + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/22.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/22.xml new file mode 100644 index 0000000..a708e36 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/22.xml @@ -0,0 +1,29 @@ + + + + + 21 + + 22 + org.jenkinsci.plugins.workflow.steps.ToolStep + + + + + + name + maven-3 + + + type + hudson.tasks.Maven$MavenInstallation + + + true + + + 1567442111409 + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/23.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/23.xml new file mode 100644 index 0000000..d64cfb6 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/23.xml @@ -0,0 +1,29 @@ + + + + + 22 + + 23 + org.jenkinsci.plugins.pipeline.modeldefinition.steps.EnvVarsForToolStep + + + + + + toolId + hudson.tasks.Maven$MavenInstallation + + + toolVersion + maven-3 + + + true + + + 1567442111443 + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/24.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/24.xml new file mode 100644 index 0000000..61c837d --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/24.xml @@ -0,0 +1,29 @@ + + + + + 23 + + 24 + org.jenkinsci.plugins.workflow.steps.EnvStep + + + + + + + overrides + + MASKED_VALUE + MASKED_VALUE + MASKED_VALUE + + + + false + + + 1567442111497 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/25.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/25.xml new file mode 100644 index 0000000..374f2eb --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/25.xml @@ -0,0 +1,16 @@ + + + + + 24 + + 25 + org.jenkinsci.plugins.workflow.steps.EnvStep + + + + + 1567442111507 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/26.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/26.xml new file mode 100644 index 0000000..6fb2d98 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/26.xml @@ -0,0 +1,46 @@ + + + + + 25 + + 26 + org.jenkinsci.plugins.workflow.steps.durable_task.ShellStep + + + + + + script + mvn clean -P Secuencial test + + + true + + + 1567442111559 + + + + + script returned exit code 1 + + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.handleExit(DurableTaskStep.java:658) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.check(DurableTaskStep.java:604) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.run(DurableTaskStep.java:548) + java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) + java.util.concurrent.FutureTask.run(FutureTask.java:266) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) + java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) + java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) + java.lang.Thread.run(Thread.java:748) + + + + + + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/27.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/27.xml new file mode 100644 index 0000000..2fdd4d2 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/27.xml @@ -0,0 +1,37 @@ + + + + + 26 + + 27 + 25 + + + + + 1567442133077 + + + + script returned exit code 1 + + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.handleExit(DurableTaskStep.java:658) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.check(DurableTaskStep.java:604) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.run(DurableTaskStep.java:548) + java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) + java.util.concurrent.FutureTask.run(FutureTask.java:266) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) + java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) + java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) + java.lang.Thread.run(Thread.java:748) + + + + + + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/28.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/28.xml new file mode 100644 index 0000000..ac74c34 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/28.xml @@ -0,0 +1,36 @@ + + + + + 27 + + 28 + 24 + + + + 1567442133105 + + + + script returned exit code 1 + + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.handleExit(DurableTaskStep.java:658) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.check(DurableTaskStep.java:604) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.run(DurableTaskStep.java:548) + java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) + java.util.concurrent.FutureTask.run(FutureTask.java:266) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) + java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) + java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) + java.lang.Thread.run(Thread.java:748) + + + + + + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/29.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/29.xml new file mode 100644 index 0000000..ca4c0b3 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/29.xml @@ -0,0 +1,37 @@ + + + + + 28 + + 29 + 21 + + + + + 1567442133131 + + + + script returned exit code 1 + + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.handleExit(DurableTaskStep.java:658) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.check(DurableTaskStep.java:604) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.run(DurableTaskStep.java:548) + java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) + java.util.concurrent.FutureTask.run(FutureTask.java:266) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) + java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) + java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) + java.lang.Thread.run(Thread.java:748) + + + + + + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/3.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/3.xml new file mode 100644 index 0000000..40ea548 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/3.xml @@ -0,0 +1,33 @@ + + + + + 2 + + 3 + org.jenkinsci.plugins.workflow.support.steps.ExecutorStep + + + + + + + label + + + + true + + + 1567442105506 + + + 5 + + + + /var/jenkins_home/workspace/ippia-api-example-project_master + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/30.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/30.xml new file mode 100644 index 0000000..09fea50 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/30.xml @@ -0,0 +1,36 @@ + + + + + 29 + + 30 + 20 + + + + 1567442133170 + + + + script returned exit code 1 + + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.handleExit(DurableTaskStep.java:658) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.check(DurableTaskStep.java:604) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.run(DurableTaskStep.java:548) + java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) + java.util.concurrent.FutureTask.run(FutureTask.java:266) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) + java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) + java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) + java.lang.Thread.run(Thread.java:748) + + + + + + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/31.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/31.xml new file mode 100644 index 0000000..2426024 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/31.xml @@ -0,0 +1,16 @@ + + + + + 30 + + 31 + 19 + + + + + 1567442133188 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/32.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/32.xml new file mode 100644 index 0000000..54f45a5 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/32.xml @@ -0,0 +1,15 @@ + + + + + 31 + + 32 + 18 + + + + 1567442133211 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/33.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/33.xml new file mode 100644 index 0000000..a296726 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/33.xml @@ -0,0 +1,37 @@ + + + + + 32 + + 33 + 11 + + + + + 1567442133222 + + + + script returned exit code 1 + + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.handleExit(DurableTaskStep.java:658) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.check(DurableTaskStep.java:604) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.run(DurableTaskStep.java:548) + java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) + java.util.concurrent.FutureTask.run(FutureTask.java:266) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) + java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) + java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) + java.lang.Thread.run(Thread.java:748) + + + + + + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/34.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/34.xml new file mode 100644 index 0000000..e5ff312 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/34.xml @@ -0,0 +1,36 @@ + + + + + 33 + + 34 + 10 + + + + 1567442133252 + + + + script returned exit code 1 + + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.handleExit(DurableTaskStep.java:658) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.check(DurableTaskStep.java:604) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.run(DurableTaskStep.java:548) + java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) + java.util.concurrent.FutureTask.run(FutureTask.java:266) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) + java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) + java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) + java.lang.Thread.run(Thread.java:748) + + + + + + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/35.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/35.xml new file mode 100644 index 0000000..558006e --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/35.xml @@ -0,0 +1,37 @@ + + + + + 34 + + 35 + 4 + + + + + 1567442133272 + + + + script returned exit code 1 + + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.handleExit(DurableTaskStep.java:658) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.check(DurableTaskStep.java:604) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.run(DurableTaskStep.java:548) + java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) + java.util.concurrent.FutureTask.run(FutureTask.java:266) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) + java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) + java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) + java.lang.Thread.run(Thread.java:748) + + + + + + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/36.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/36.xml new file mode 100644 index 0000000..17fbdfa --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/36.xml @@ -0,0 +1,39 @@ + + + + + 35 + + 36 + 3 + + + + 1567442133313 + + + + script returned exit code 1 + + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.handleExit(DurableTaskStep.java:658) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.check(DurableTaskStep.java:604) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.run(DurableTaskStep.java:548) + java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) + java.util.concurrent.FutureTask.run(FutureTask.java:266) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) + java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) + java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) + java.lang.Thread.run(Thread.java:748) + + + + + + + + + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/37.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/37.xml new file mode 100644 index 0000000..2631169 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/37.xml @@ -0,0 +1,42 @@ + + + + + 36 + + 37 + 2 + + FAILURE + 2 + RED + true + + + + + + script returned exit code 1 + + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.handleExit(DurableTaskStep.java:658) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.check(DurableTaskStep.java:604) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.run(DurableTaskStep.java:548) + java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) + java.util.concurrent.FutureTask.run(FutureTask.java:266) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) + java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) + java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) + java.lang.Thread.run(Thread.java:748) + + + + + + + + + 1567442133348 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/4.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/4.xml new file mode 100644 index 0000000..5b3d69e --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/4.xml @@ -0,0 +1,16 @@ + + + + + 3 + + 4 + org.jenkinsci.plugins.workflow.support.steps.ExecutorStep + + + + + 1567442105717 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/5.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/5.xml new file mode 100644 index 0000000..bce12ad --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/5.xml @@ -0,0 +1,25 @@ + + + + + 4 + + 5 + org.jenkinsci.plugins.workflow.support.steps.StageStep + + + + + + + name + Declarative: Checkout SCM + + + true + + + 1567442105818 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/6.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/6.xml new file mode 100644 index 0000000..9adb784 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/6.xml @@ -0,0 +1,27 @@ + + + + + 5 + + 6 + org.jenkinsci.plugins.workflow.support.steps.StageStep + + + + + Declarative: Checkout SCM + + + 1567442105853 + + + + + SYNTHETIC_STAGE + PRE + + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/7.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/7.xml new file mode 100644 index 0000000..c109a7b --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/7.xml @@ -0,0 +1,108 @@ + + + + + 6 + + 7 + org.jenkinsci.plugins.workflow.steps.scm.GenericSCMStep + + + + + + scm + + + + doGenerateSubmoduleConfigurations + false + + + extensions + + + + $class + CleanBeforeCheckout + + + + + $class + CleanCheckout + + + + + $class + LocalBranch + + + localBranch + ** + + + UNSERIALIZABLE + + + $class + BuildChooserSetting + + + buildChooser + UNSERIALIZABLE + + + + + + branches + + + + name + master + + + + + + submoduleCfg + + + + userRemoteConfigs + + + + credentialsId + jenkins-generated-ssh-key + + + name + origin + + + refspec + +refs/heads/*:refs/remotes/origin/* + + + url + git@bitbucket.org:crowdarautomation/lippia-api-example-project.git + + + + + + + + + false + + + 1567442105966 + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/8.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/8.xml new file mode 100644 index 0000000..004d67f --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/8.xml @@ -0,0 +1,16 @@ + + + + + 7 + + 8 + 6 + + + + + 1567442110722 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/9.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/9.xml new file mode 100644 index 0000000..86c8bf7 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/9.xml @@ -0,0 +1,15 @@ + + + + + 8 + + 9 + 5 + + + + 1567442110750 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/build.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/build.xml new file mode 100644 index 0000000..62390d2 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/build.xml @@ -0,0 +1,198 @@ + + + + + + + + admin + + 1 + + + + + blueocean + + + master + + eda8875f3eb04d1bd4d992f585ca5f96307b1f72 + + + + + + + 474c7e95-802e-43a1-8e76-5f3ec76a5171 + + + + + Build + + + default + + + sh + + + + + script + + + mvn clean -P Secuencial test + + + + + + + + + + + 474c7e95-802e-43a1-8e76-5f3ec76a5171 + + + + + + + master + + + eda8875f3eb04d1bd4d992f585ca5f96307b1f72 + + + + master + + + + + 3 + + + + + + git@bitbucket.org:crowdarautomation/lippia-api-example-project.git + + + + + + master + + + + /var/jenkins_home/workspace/ippia-api-example-project_master + + + + + git git@bitbucket.org:crowdarautomation/lippia-api-example-project.git + + + + + + + 6 + 1567442182093 + 1567442182103 + FAILURE + 24621 + UTF-8 + false + + FAILURE + + + MAX_SURVIVABILITY + + + flowNode + 517294805 + + + classLoad + 775925705 + + + run + 1788006297 + + + parse + 104958752 + + + saveProgram + 389647369 + + + true + 37 + 1:37 + true + false + + true + + + + 2 + + + origin + +refs/heads/*:refs/remotes/origin/* + git@bitbucket.org:crowdarautomation/lippia-api-example-project.git + jenkins-generated-ssh-key + + + + + master + + + false + + + + + + ** + + + false + + + + + + + + + + /var/jenkins_home/workspace/ippia-api-example-project_master + /var/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/changelog6925237938131600124.xml + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/changelog6925237938131600124.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/changelog6925237938131600124.xml new file mode 100644 index 0000000..e69de29 diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/log b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/log new file mode 100644 index 0000000..8cc29be --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/log @@ -0,0 +1,192 @@ +Started by user ha:////4JA9v5tUzlTDtGOPJBEIYYw13/8/48+N2KXiX3lP80O/AAAAlx+LCAAAAAAAAP9b85aBtbiIQTGjNKU4P08vOT+vOD8nVc83PyU1x6OyILUoJzMv2y+/JJUBAhiZGBgqihhk0NSjKDWzXb3RdlLBUSYGJk8GtpzUvPSSDB8G5tKinBIGIZ+sxLJE/ZzEvHT94JKizLx0a6BxUmjGOUNodHsLgAzWEgZu/dLi1CL9xJTczDwAj6GcLcAAAAA=admin + > git rev-parse --is-inside-work-tree # timeout=10 +Setting origin to git@bitbucket.org:crowdarautomation/lippia-api-example-project.git + > git config remote.origin.url git@bitbucket.org:crowdarautomation/lippia-api-example-project.git # timeout=10 +Fetching origin... +Fetching upstream changes from origin + > git --version # timeout=10 + > git config --get remote.origin.url # timeout=10 +using GIT_SSH to set credentials jenkins-generated-ssh-key + > git fetch --tags --force --progress origin +refs/heads/*:refs/remotes/origin/* +Seen branch in repository origin/Guillermo-Aguirre/readmemd-edited-online-with-bitbucket-1564705696111 +Seen branch in repository origin/entityConfiguration +Seen branch in repository origin/master +Seen 3 remote branches +Obtained Jenkinsfile from eda8875f3eb04d1bd4d992f585ca5f96307b1f72 +Running in Durability level: MAX_SURVIVABILITY +ha:////4EpFwZMblgPsvyuGKahQ1L+j05K4tCKNbiHHZH0UNZxoAAAAoh+LCAAAAAAAAP9tjTEOwjAQBM8BClpKHuFItIiK1krDC0x8GCfWnbEdkooX8TX+gCESFVvtrLSa5wtWKcKBo5UdUu8otU4GP9jS5Mixv3geZcdn2TIl9igbHBs2eJyx4YwwR1SwULBGaj0nRzbDRnX6rmuvydanHMu2V1A5c4MHCFXMWcf8hSnC9jqYxPTz/BXAFEIGsfuclm8zQVqFvQAAAA==[Pipeline] Start of Pipeline +ha:////4JbFIovlyT+ZyXlfN0Sge4M2zB+J8Zu8WqfqcDkWFDDTAAAApR+LCAAAAAAAAP9tjTEOwjAUQ3+KOrAycohUghExsUZZOEFIQkgb/d8mKe3EibgadyBQiQlLlmxL1nu+oE4RjhQdby12HpP2vA+jK4lPFLtroIm3dOGaMFGwXNpJkrGnpUrKFhaxClYC1hZ1oOTRZdiIVt1VExS65pxj2Q4CKm8GeAAThZxVzN8yR9jeRpMIf5y/AJj7DGxXvP/86jduZBmjwAAAAA==[Pipeline] node +Running on ha:////4L6hoUIbWOHwlkY93tw6rrqwebps19DdkUlnlOjiPx+jAAAAnh+LCAAAAAAAAP9b85aBtbiIQTGjNKU4P08vOT+vOD8nVc83PyU1x6OyILUoJzMv2y+/JJUBAhiZGBgqihhk0NSjKDWzXb3RdlLBUSYGJk8GtpzUvPSSDB8G5tKinBIGIZ+sxLJE/ZzEvHT94JKizLx0a6BxUmjGOUNodHsLgAz2EgZh/eT83ILSktQifY3cxGIgrakPAHib2iPIAAAAJenkins in /var/jenkins_home/workspace/ippia-api-example-project_master +ha:////4An/JK7ttUJB8PL7SrZO8V4y9FGdNSKGJMNcKFpoxhxuAAAApR+LCAAAAAAAAP9tjTEOwjAUQ3+KOrAycoh0gA0xsUZZOEFIQkgb/d8mKe3EibgadyBQiQlLlmxL1nu+oE4RjhQdby12HpP2vA+jK4lPFLtroIm3dOGaMFGwXNpJkrGnpUrKFhaxClYC1hZ1oOTRZdiIVt1VExS65pxj2Q4CKm8GeAAThZxVzN8yR9jeRpMIf5y/AJj7DGxXvP/86jfoP95RwAAAAA==[Pipeline] { +ha:////4Hb+IsHl99PpL00yKBYZ/cELdpsxcvFOImrNjM3ayltcAAAApR+LCAAAAAAAAP9tjTEOwjAUQ3+KOrAycoh0gQkxsUZZOEFIQkgb/d8mKe3EibgadyBQiQlLlmxL1nu+oE4RjhQdby12HpP2vA+jK4lPFLtroIm3dOGaMFGwXNpJkrGnpUrKFhaxClYC1hZ1oOTRZdiIVt1VExS65pxj2Q4CKm8GeAAThZxVzN8yR9jeRpMIf5y/AJj7DGxXvP/86jc09154wAAAAA==[Pipeline] stage +ha:////4DYcSpHJuJSnGcW1Hw7C/AY+emmR7paW70jmzBKKpBVbAAAApR+LCAAAAAAAAP9tjTEOwjAUQ3+KOrAycoh0ggUxsUZZOEFIQkgb/d8mKe3EibgadyBQiQlLlmxL1nu+oE4RjhQdby12HpP2vA+jK4lPFLtroIm3dOGaMFGwXNpJkrGnpUrKFhaxClYC1hZ1oOTRZdiIVt1VExS65pxj2Q4CKm8GeAAThZxVzN8yR9jeRpMIf5y/AJj7DGxXvP/86jek7ggRwAAAAA==[Pipeline] { (Declarative: Checkout SCM) +ha:////4KpON2s1z0FcGBMZuC7x6NsOn5Y94IfM+IuW/hH0Q3MTAAAAoh+LCAAAAAAAAP9tjTEOAiEURD9rLGwtPQTbaWGsbAmNJ0AWEZb8zwLrbuWJvJp3kLiJlZNMMm+a93rDOic4UbLcG+wdZu14DKOti0+U+lugiXu6ck2YKRguzSSpM+cFJRUDS1gDKwEbgzpQdmgLbIVXD9UGhba9lFS/o4DGdQM8gYlqLiqVL8wJdvexy4Q/z18BzLEA29ce4gfg7KmOvAAAAA==[Pipeline] checkout +using credential jenkins-generated-ssh-key + > git rev-parse --is-inside-work-tree # timeout=10 +Fetching changes from the remote Git repository + > git config remote.origin.url git@bitbucket.org:crowdarautomation/lippia-api-example-project.git # timeout=10 +Cleaning workspace + > git rev-parse --verify HEAD # timeout=10 +Resetting working tree + > git reset --hard # timeout=10 + > git clean -fdx # timeout=10 +Fetching without tags +Fetching upstream changes from git@bitbucket.org:crowdarautomation/lippia-api-example-project.git + > git --version # timeout=10 +using GIT_SSH to set credentials jenkins-generated-ssh-key + > git fetch --no-tags --force --progress git@bitbucket.org:crowdarautomation/lippia-api-example-project.git +refs/heads/*:refs/remotes/origin/* +Checking out Revision eda8875f3eb04d1bd4d992f585ca5f96307b1f72 (master) + > git config core.sparsecheckout # timeout=10 + > git checkout -f eda8875f3eb04d1bd4d992f585ca5f96307b1f72 + > git branch -a -v --no-abbrev # timeout=10 + > git branch -D master # timeout=10 + > git checkout -b master eda8875f3eb04d1bd4d992f585ca5f96307b1f72 +Commit message: "pom.xml edited online with Bitbucket" + > git rev-list --no-walk eda8875f3eb04d1bd4d992f585ca5f96307b1f72 # timeout=10 +Cleaning workspace + > git rev-parse --verify HEAD # timeout=10 +Resetting working tree + > git reset --hard # timeout=10 + > git clean -fdx # timeout=10 +ha:////4O3nADGHs23/Kl3D4Vem/YK++A7mSIgOy37UayO0/AUVAAAAoh+LCAAAAAAAAP9tjTEOAiEURD9rLGwtPQTbGRNjZUtoPAGyiLDkfxZYdytP5NW8g8RNrJxkknnTvNcb1jnBiZLl3mDvMGvHYxhtXXyi1N8CTdzTlWvCTMFwaSZJnTkvKKkYWMIaWAnYGNSBskNbYCu8eqg2KLTtpaT6HQU0rhvgCUxUc1GpfGFOsLuPXSb8ef4KYI6xADvU7j9Dg2gqvAAAAA==[Pipeline] } +ha:////4O9w4ghdmRfJF0B7+f9fc/xQtiMOEbP+6UqMSgc5gMJ4AAAAoh+LCAAAAAAAAP9tjTEOAiEURD9rLGwtPQRbWRhjZUtoPAGyiLDkfxZYdytP5NW8g8RNrJxkknnTvNcb1jnBiZLl3mDvMGvHYxhtXXyi1N8CTdzTlWvCTMFwaSZJnTkvKKkYWMIaWAnYGNSBskNbYCu8eqg2KLTtpaT6HQU0rhvgCUxUc1GpfGFOsLuPXSb8ef4KYI6xADvU7j9J+wGOvAAAAA==[Pipeline] // stage +ha:////4NHa52FzR5XLRVgw0jzEUH2u5K3XlMUkICfTRX8gsn2sAAAAph+LCAAAAAAAAP9tjTEOwjAQBM9BKWgpeYQDEh2iorXc8AITG+PEugv2haTiRXyNPxCIRMVWOyut5vmCMic4UPKycdgGzHWQXez91ORAqb1EGmRDZ1kTZopOajdosu44oyZ2MEcUsFCwdFhHygE9w0o15m6qaNBXJ07TtldQBHuDBwg1mdkk/sKYYH3tbSb8ef4KYOwYxI6h2G4+x/INtuQqUcEAAAA=[Pipeline] withEnv +ha:////4IkdELn3H+ehOu0IBl7G5ln2lrzrxMUhcHI+zdjztI7fAAAApR+LCAAAAAAAAP9tjTEOwjAUQ3+DOrAycoiUzoiJNerCCUITQtLo/zZJSSdOxNW4Ay2VmPBg2Zas93pDGQOcKBjuNHYWY2t570czJ54pdDdPmTu68pYwkte80bkhpc9rbShpWFUw2AjYamw9RYsmwU44+ZCVl2iqSwrzdhTArBrgCYWYyUmG9C1TgP19VJHwx/kLgKlPwOrDYvXyLD8BobDcwgAAAA==[Pipeline] { +ha:////4GI1mBjlATcQtxCtJOjVUpQQFPVKbS2eVJPyCSQFCIEdAAAAph+LCAAAAAAAAP9tjTEOwjAUQ3+LOrAycohUZUVMrFEWThCaEJJG/7dJSjpxIq7GHWipxIQHy7ZkvdcbqhjgRMEwp7GzGFvLej+aObFMobt5yszRlbWEkbxmQmdBSp/XKihpWFWUsOGw1dh6ihZNgh138iFrL9HUlxTm7cihtGqAJxR8JicZ0rdMAfb3UUXCH+cvAKY+Qdk0ix2WZ/UBbwyqm8IAAAA=[Pipeline] stage +ha:////4GhVvIM1JlLTvuNaoqX3JUu1eUxdkq7zCPFeBl7eilMAAAAAph+LCAAAAAAAAP9tjTEOwjAUQ3+LOrAycohUwIiYukZZOEFoQkgb/V9+UtqJE3E17kBLJSY8WLYl673eUESGE7ETjcXWY6y96ELvpiQG4vYaaBANXURNGClYoeygyNhqqYqShUVZDisJa4t1oOjRJdjIRj90GTS68px42o4Scm/u8IRMTuSkOX3LyLC99SYS/jh/ATB2CfLdfrbD/Cw+y7kUycIAAAA=[Pipeline] { (Declarative: Tool Install) +ha:////4N7iDLg+L+l04wzSBEBItgpacbjdMyr9uDK6adVTVzMfAAAApB+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOIiBB2iSmu54QUmNsaJdWdsh6TiRXyNPxCIRMUWq51t5vmCZYpw5GixNdQ5So3D4Hs7LRw4dhfPA7Z8xoYpsTcozSBZm3pGydnAnKKEhYCVocZzcmQzrEWr7qryimx1ynH6DgJKp2/wgEJM5qxi/sIYYXPtdWL6ef4KYAwZyu3uU/vwBgq0rvS+AAAA[Pipeline] tool +ha:////4A4kctZvlpyPbu8PpKcK53GTpXd+QYGaA12bwdhGc7acAAAApB+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOIihKgQVVrLDS8wsTFOrDtjOyQVL+Jr/IFAJCq2WO1sM88XLFOEI0eLraHOUWocBt/baeHAsbt4HrDlMzZMib1BaQbJ2tQzSs4G5hQlLASsDDWekyObYS1adVeVV2SrU47TdxBQOn2DBxRiMmcV8xfGCJtrrxPTz/NXAGPIUG53n9qHN0uFte2+AAAA[Pipeline] envVarsForTool +ha:////4FCAN4aPqIvvtZZIeGn7Ykc6SL/F/dR5JapSvxImrwTzAAAApR+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOIihESDqNJabniBiY1xYt0Z2yGpeBFf4w8EIlGxxWpnm3m+YJkiHDlabA11jlLjMPjeTgsHjt3F84Atn7FhSuwNSjNI1qaeUXI2MKcoYSFgZajxnBzZDGvRqruqvCJbnXKcvoOA0ukbPKAQkzmrmL8wRthce52Yfp6/AhhDyFBu95/avQEeFbpZvgAAAA==[Pipeline] } +ha:////4NMmpVp8HvnfaGCk6ooRIduGb6/F3kmPOI5bcU9Imnm6AAAApB+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOIiaCgQVVrLDS8wsTFOrDtjOyQVL+Jr/IFAJCq2WO1sM88XLFOEI0eLraHOUWocBt/baeHAsbt4HrDlMzZMib1BaQbJ2tQzSs4G5hQlLASsDDWekyObYS1adVeVV2SrU47TdxBQOn2DBxRiMmcV8xfGCJtrrxPTz/NXAGMIGcrt/lO7Ny324eW+AAAA[Pipeline] // stage +ha:////4FMSGU596ro4O24GdH6I5fZjkbdkZzf3fBSvaGAzivhMAAAApx+LCAAAAAAAAP9tjTEOwjAUQ3+LOrAycohU3ZAQE2uUhROEJoSk0f9tkpJOnIircQdaKjHhwbItWe/1hioGOFEwzGnsLMbWst6PZk4sU+hunjJzdGUtYSSvmdBZkNLntQpKGlYVJWw4bDW2nqJFk2DHnXzI2ks09SWFeTtyKK0a4AkFn8lJhvQtU4D9fVSR8Mf5C4CpT1A2zWKH5Vl9AAkvMTrCAAAA[Pipeline] withEnv +ha:////4E1XdtaCR43qNgMlgJL1bmyI27EO1NcI7KM3IbkVBkLRAAAApx+LCAAAAAAAAP9tjTEOwjAUQ3+LOrAycohUbCDE1DXKwglCE0La6P/yk9JOnIircQdaKjHhwbItWe/1hiIynIidaCy2HmPtRRd6NyUxELfXQINo6CJqwkjBCmUHRcZWS1WULCzKclhJWFusA0WPLsFGNvqhy6DRlefE03aUkHtzhydkciInzelbRobtrTeR8Mf5C4CxS5Dv9rMd5mfxASnCIIrCAAAA[Pipeline] { +ha:////4FTkvBZdz+VVctGk/lmfY6n1DBzM9LJMslccd0Cf5rnnAAAApx+LCAAAAAAAAP9tjTEOwjAUQ3+LOrAycogU2BDqxBp14QShCSFp9H9JUtKJE3E17kCgEhMeLNuS9Z4vqIKHhrxmVmFvMHSGDW7UObFEvr84SszSmXWEgZxirUotSXWca0tRwayihAWHpcLOUTCoI6y4FXdRO4G6PkWftwOH0sgbPKDgmRyFj98yeVhfRxkIf5y/AJiGCOV2n223+TyrN7xWSV3CAAAA[Pipeline] stage +ha:////4JJz08kWJ32WWwEjs4hmPl/36Hh5F303HFm8qYF7fYt1AAAAph+LCAAAAAAAAP9tjTEOwjAUQ3+LOrAycogUWBFT1ygLJwhNCGmj/8tPSjtxIq7GHWipxIQHy7ZkvdcbishwInaisdh6jLUXXejdlMRA3F4DDaKhi6gJIwUrlB0UGVstVVGysCjLYSVhbbEOFD26BBvZ6Icug0ZXnhNP21FC7s0dnpDJiZw0p28ZGba33kTCH+cvAMYuQX7Yzbafn8UHbGnGmsIAAAA=[Pipeline] { (Build) +ha:////4FzlFxP9CTAScCeVOCE5BujDXjtbH+ad5Vu7eQFyM8WMAAAAox+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOIi0iIqWisNLzCJMXasO8d2cCpexNf4A4FIVGyx2tlmni9YxwBHDhqtot5QbA16N+p5YebQXx1ntHzBlimyU9io3HCnTgs2nBQsKUpYCdgoah1HQzrBVlh5l5WTpKtzCvN3EFCaboAHFGI2JxnSF6YAu9vYRaaf568AJp+grPefqv0bH7uiub4AAAA=[Pipeline] tool +ha:////4ANkmrmjrhRpjki5goiDEzIwF1rNggEJ/phokjkuQtd7AAAAox+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOIioERUaS03vMDExjix7oztkFS8iK/xBwKRqNhitbPNPF+wTBGOHC22hjpHqXEYfG+nhQPH7uJ5wJbP2DAl9galGSRrU88oORuYU5SwELAy1HhOjmyGtWjVXVVeka1OOU7fQUDp9A0eUIjJnFXMXxgjbK69Tkw/z18BjCFDudt+ah/eXoq5oL4AAAA=[Pipeline] envVarsForTool +ha:////4GdaAMi5ShIS//mIEX+Xl6knOIy/SGJae7L7r4zOY7IlAAAApx+LCAAAAAAAAP9tjTEOwjAUQ3+LOrAycohUIDbE1DXKwglCE0La6P/yk9JOnIircQdaKjHhwbItWe/1hiIynIidaCy2HmPtRRd6NyUxELfXQINo6CJqwkjBCmUHRcZWS1WULCzKclhJWFusA0WPLsFGNvqhy6DRlefE03aUkHtzhydkciInzelbRobtrTeR8Mf5C4CxS5Dvd7Md5mfxAR8nhQvCAAAA[Pipeline] withEnv +ha:////4Ne3beDKL8J2X+bJm03TPdjVzp+GFdCnvjAT9J7myRHlAAAApx+LCAAAAAAAAP9tjTEOwjAUQ3+LOrAycohUQjAhpq5RFk4QmhDSRv+Xn5R24kRcjTvQUokJD5ZtyXqvNxSR4UTsRGOx9RhrL7rQuymJgbi9BhpEQxdRE0YKVig7KDK2WqqiZGFRlsNKwtpiHSh6dAk2stEPXQaNrjwnnrajhNybOzwhkxM5aU7fMjJsb72JhD/OXwCMXYJ8t5/tMD+LD/hYjrHCAAAA[Pipeline] { +ha:////4CxVkqej/NSBqll1Ae4co3t4WJ2udUBkqfNOoO3sLwP7AAAApR+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOIiIUGDqNJabniBiY1xYt0Z2yGpeBFf4w8EIlGxxWpnm3m+YJkiHDlabA11jlLjMPjeTgsHjt3F84Atn7FhSuwNSjNI1qaeUXI2MKcoYSFgZajxnBzZDGvRqruqvCJbnXKcvoOA0ukbPKAQkzmrmL8wRthce52Yfp6/AhhDhnK7+9Q+vAEIWoEpvgAAAA==[Pipeline] sh ++ mvn clean -P Secuencial test +[INFO] Scanning for projects... +[WARNING] +[WARNING] Some problems were encountered while building the effective model for com.Crowdar:lippia-api-example-project:jar:1.0-SNAPSHOT +[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: com.fasterxml.jackson.core:jackson-databind:jar -> version 2.9.3 vs 2.9.5 @ com.crowdar:Crowd-Root-Framework:1.6, /var/jenkins_home/.m2/repository/com/crowdar/Crowd-Root-Framework/1.6/Crowd-Root-Framework-1.6.pom, line 356, column 25 +[WARNING] +[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. +[WARNING] +[WARNING] For this reason, future Maven versions might no longer support building such malformed projects. +[WARNING] +[INFO] +[INFO] ---------------< com.Crowdar:lippia-api-example-project >--------------- +[INFO] Building api-rest-automation 1.0-SNAPSHOT +[INFO] --------------------------------[ jar ]--------------------------------- +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/atlassian/jira/jira-rest-java-client-core/5.0.4/jira-rest-java-client-core-5.0.4.pom +Progress (1): 382 B Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/atlassian/jira/jira-rest-java-client-core/5.0.4/jira-rest-java-client-core-5.0.4.pom (382 B at 144 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/atlassian/fugue/fugue/2.7.0/fugue-2.7.0.pom +Progress (1): 362 B Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/atlassian/fugue/fugue/2.7.0/fugue-2.7.0.pom (362 B at 372 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/atlassian/connect/ac-play-java_2.10/0.10.1/ac-play-java_2.10-0.10.1.pom +Progress (1): 377 B Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/atlassian/connect/ac-play-java_2.10/0.10.1/ac-play-java_2.10-0.10.1.pom (377 B at 372 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/atlassian/jira/jira-rest-java-client-core/5.0.4/jira-rest-java-client-core-5.0.4.jar +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/atlassian/fugue/fugue/2.7.0/fugue-2.7.0.jar +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/atlassian/connect/ac-play-java_2.10/0.10.1/ac-play-java_2.10-0.10.1.jar +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/joda-time/joda-time/2.9.2/joda-time-2.9.2.jar +Progress (1): 4.1/191 kB Progress (1): 7.8/191 kB Progress (1): 12/191 kB Progress (1): 16/191 kB Progress (1): 20/191 kB Progress (1): 24/191 kB Progress (1): 28/191 kB Progress (1): 32/191 kB Progress (1): 36/191 kB Progress (1): 41/191 kB Progress (1): 45/191 kB Progress (1): 49/191 kB Progress (1): 53/191 kB Progress (1): 57/191 kB Progress (1): 61/191 kB Progress (1): 65/191 kB Progress (1): 69/191 kB Progress (1): 73/191 kB Progress (1): 77/191 kB Progress (1): 82/191 kB Progress (1): 86/191 kB Progress (1): 90/191 kB Progress (1): 94/191 kB Progress (1): 98/191 kB Progress (1): 102/191 kB Progress (1): 106/191 kB Progress (1): 110/191 kB Progress (1): 114/191 kB Progress (1): 118/191 kB Progress (1): 122/191 kB Progress (1): 127/191 kB Progress (1): 131/191 kB Progress (1): 135/191 kB Progress (1): 139/191 kB Progress (1): 143/191 kB Progress (1): 147/191 kB Progress (1): 151/191 kB Progress (1): 155/191 kB Progress (1): 159/191 kB Progress (1): 163/191 kB Progress (1): 168/191 kB Progress (1): 172/191 kB Progress (1): 176/191 kB Progress (1): 180/191 kB Progress (1): 184/191 kB Progress (1): 188/191 kB Progress (1): 191 kB Progress (2): 191 kB | 4.1/357 kB Progress (2): 191 kB | 7.8/357 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/atlassian/jira/jira-rest-java-client-core/5.0.4/jira-rest-java-client-core-5.0.4.jar (191 kB at 133 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/codehaus/jackson/jackson-core-asl/1.9.11/jackson-core-asl-1.9.11.jar +Progress (2): 7.8/357 kB | 4.1/117 kB Progress (2): 7.8/357 kB | 7.8/117 kB Progress (2): 7.8/357 kB | 12/117 kB Progress (3): 7.8/357 kB | 12/117 kB | 4.1/41 kB Progress (3): 7.8/357 kB | 16/117 kB | 4.1/41 kB Progress (3): 7.8/357 kB | 16/117 kB | 7.8/41 kB Progress (3): 7.8/357 kB | 16/117 kB | 12/41 kB Progress (3): 7.8/357 kB | 16/117 kB | 16/41 kB Progress (3): 12/357 kB | 16/117 kB | 16/41 kB Progress (4): 12/357 kB | 16/117 kB | 16/41 kB | 4.1/626 kB Progress (4): 16/357 kB | 16/117 kB | 16/41 kB | 4.1/626 kB Progress (4): 16/357 kB | 20/117 kB | 16/41 kB | 4.1/626 kB Progress (4): 16/357 kB | 20/117 kB | 16/41 kB | 7.8/626 kB Progress (4): 16/357 kB | 20/117 kB | 16/41 kB | 12/626 kB Progress (4): 16/357 kB | 24/117 kB | 16/41 kB | 12/626 kB Progress (4): 20/357 kB | 24/117 kB | 16/41 kB | 12/626 kB Progress (4): 24/357 kB | 24/117 kB | 16/41 kB | 12/626 kB Progress (4): 24/357 kB | 26/117 kB | 16/41 kB | 12/626 kB Progress (4): 24/357 kB | 26/117 kB | 16/41 kB | 16/626 kB Progress (4): 24/357 kB | 26/117 kB | 20/41 kB | 16/626 kB Progress (4): 24/357 kB | 26/117 kB | 20/41 kB | 20/626 kB Progress (4): 24/357 kB | 30/117 kB | 20/41 kB | 20/626 kB Progress (4): 28/357 kB | 30/117 kB | 20/41 kB | 20/626 kB Progress (4): 28/357 kB | 33/117 kB | 20/41 kB | 20/626 kB Progress (4): 28/357 kB | 37/117 kB | 20/41 kB | 20/626 kB Progress (4): 28/357 kB | 41/117 kB | 20/41 kB | 20/626 kB Progress (4): 28/357 kB | 41/117 kB | 20/41 kB | 24/626 kB Progress (4): 28/357 kB | 41/117 kB | 24/41 kB | 24/626 kB Progress (4): 28/357 kB | 41/117 kB | 26/41 kB | 24/626 kB Progress (4): 28/357 kB | 41/117 kB | 30/41 kB | 24/626 kB Progress (4): 28/357 kB | 41/117 kB | 34/41 kB | 24/626 kB Progress (4): 28/357 kB | 41/117 kB | 39/41 kB | 24/626 kB Progress (4): 28/357 kB | 41/117 kB | 41 kB | 24/626 kB Progress (4): 28/357 kB | 41/117 kB | 41 kB | 26/626 kB Progress (4): 32/357 kB | 41/117 kB | 41 kB | 26/626 kB Progress (4): 36/357 kB | 41/117 kB | 41 kB | 26/626 kB Progress (4): 41/357 kB | 41/117 kB | 41 kB | 26/626 kB Progress (4): 41/357 kB | 41/117 kB | 41 kB | 30/626 kB Progress (4): 41/357 kB | 41/117 kB | 41 kB | 34/626 kB Progress (4): 41/357 kB | 41/117 kB | 41 kB | 39/626 kB Progress (4): 41/357 kB | 41/117 kB | 41 kB | 43/626 kB Progress (4): 41/357 kB | 45/117 kB | 41 kB | 43/626 kB Progress (4): 41/357 kB | 49/117 kB | 41 kB | 43/626 kB Progress (4): 41/357 kB | 53/117 kB | 41 kB | 43/626 kB Progress (4): 41/357 kB | 57/117 kB | 41 kB | 43/626 kB Progress (4): 41/357 kB | 61/117 kB | 41 kB | 43/626 kB Progress (4): 41/357 kB | 66/117 kB | 41 kB | 43/626 kB Progress (4): 41/357 kB | 70/117 kB | 41 kB | 43/626 kB Progress (4): 41/357 kB | 74/117 kB | 41 kB | 43/626 kB Progress (4): 41/357 kB | 78/117 kB | 41 kB | 43/626 kB Progress (4): 41/357 kB | 82/117 kB | 41 kB | 43/626 kB Progress (4): 41/357 kB | 82/117 kB | 41 kB | 47/626 kB Progress (4): 45/357 kB | 82/117 kB | 41 kB | 47/626 kB Progress (4): 49/357 kB | 82/117 kB | 41 kB | 47/626 kB Progress (4): 53/357 kB | 82/117 kB | 41 kB | 47/626 kB Progress (4): 57/357 kB | 82/117 kB | 41 kB | 47/626 kB Progress (4): 57/357 kB | 82/117 kB | 41 kB | 51/626 kB Progress (4): 57/357 kB | 82/117 kB | 41 kB | 53/626 kB Progress (4): 61/357 kB | 82/117 kB | 41 kB | 53/626 kB Progress (4): 61/357 kB | 86/117 kB | 41 kB | 53/626 kB Progress (4): 65/357 kB | 86/117 kB | 41 kB | 53/626 kB Progress (4): 69/357 kB | 86/117 kB | 41 kB | 53/626 kB Progress (4): 73/357 kB | 86/117 kB | 41 kB | 53/626 kB Progress (4): 73/357 kB | 86/117 kB | 41 kB | 57/626 kB Progress (4): 73/357 kB | 90/117 kB | 41 kB | 57/626 kB Progress (4): 73/357 kB | 94/117 kB | 41 kB | 57/626 kB Progress (4): 73/357 kB | 94/117 kB | 41 kB | 61/626 kB Progress (4): 73/357 kB | 98/117 kB | 41 kB | 61/626 kB Progress (4): 77/357 kB | 98/117 kB | 41 kB | 61/626 kB Progress (4): 77/357 kB | 98/117 kB | 41 kB | 65/626 kB Progress (4): 82/357 kB | 98/117 kB | 41 kB | 65/626 kB Progress (4): 86/357 kB | 98/117 kB | 41 kB | 65/626 kB Progress (4): 90/357 kB | 98/117 kB | 41 kB | 65/626 kB Progress (4): 90/357 kB | 98/117 kB | 41 kB | 69/626 kB Progress (4): 90/357 kB | 98/117 kB | 41 kB | 73/626 kB Progress (4): 90/357 kB | 98/117 kB | 41 kB | 78/626 kB Progress (4): 90/357 kB | 98/117 kB | 41 kB | 80/626 kB Progress (4): 90/357 kB | 98/117 kB | 41 kB | 84/626 kB Progress (4): 90/357 kB | 98/117 kB | 41 kB | 88/626 kB Progress (4): 90/357 kB | 98/117 kB | 41 kB | 92/626 kB Progress (4): 90/357 kB | 98/117 kB | 41 kB | 96/626 kB Progress (5): 90/357 kB | 98/117 kB | 41 kB | 96/626 kB | 4.1/232 kB Progress (5): 90/357 kB | 98/117 kB | 41 kB | 96/626 kB | 7.8/232 kB Progress (5): 90/357 kB | 98/117 kB | 41 kB | 96/626 kB | 12/232 kB Progress (5): 90/357 kB | 98/117 kB | 41 kB | 96/626 kB | 16/232 kB Progress (5): 90/357 kB | 98/117 kB | 41 kB | 96/626 kB | 20/232 kB Progress (5): 90/357 kB | 98/117 kB | 41 kB | 96/626 kB | 24/232 kB Progress (5): 90/357 kB | 98/117 kB | 41 kB | 96/626 kB | 28/232 kB Progress (5): 90/357 kB | 98/117 kB | 41 kB | 96/626 kB | 32/232 kB Progress (5): 90/357 kB | 98/117 kB | 41 kB | 96/626 kB | 36/232 kB Progress (5): 90/357 kB | 98/117 kB | 41 kB | 96/626 kB | 41/232 kB Progress (5): 90/357 kB | 102/117 kB | 41 kB | 96/626 kB | 41/232 kB Progress (5): 90/357 kB | 106/117 kB | 41 kB | 96/626 kB | 41/232 kB Progress (5): 90/357 kB | 111/117 kB | 41 kB | 96/626 kB | 41/232 kB Progress (5): 90/357 kB | 115/117 kB | 41 kB | 96/626 kB | 41/232 kB Progress (5): 90/357 kB | 117 kB | 41 kB | 96/626 kB | 41/232 kB Progress (5): 94/357 kB | 117 kB | 41 kB | 96/626 kB | 41/232 kB Progress (5): 98/357 kB | 117 kB | 41 kB | 96/626 kB | 41/232 kB Progress (5): 98/357 kB | 117 kB | 41 kB | 100/626 kB | 41/232 kB Progress (5): 98/357 kB | 117 kB | 41 kB | 104/626 kB | 41/232 kB Progress (5): 102/357 kB | 117 kB | 41 kB | 104/626 kB | 41/232 kB Progress (5): 106/357 kB | 117 kB | 41 kB | 104/626 kB | 41/232 kB Progress (5): 106/357 kB | 117 kB | 41 kB | 108/626 kB | 41/232 kB Progress (5): 106/357 kB | 117 kB | 41 kB | 112/626 kB | 41/232 kB Progress (5): 110/357 kB | 117 kB | 41 kB | 112/626 kB | 41/232 kB Progress (5): 114/357 kB | 117 kB | 41 kB | 112/626 kB | 41/232 kB Progress (5): 118/357 kB | 117 kB | 41 kB | 112/626 kB | 41/232 kB Progress (5): 122/357 kB | 117 kB | 41 kB | 112/626 kB | 41/232 kB Progress (5): 127/357 kB | 117 kB | 41 kB | 112/626 kB | 41/232 kB Progress (5): 127/357 kB | 117 kB | 41 kB | 117/626 kB | 41/232 kB Progress (5): 131/357 kB | 117 kB | 41 kB | 117/626 kB | 41/232 kB Progress (5): 135/357 kB | 117 kB | 41 kB | 117/626 kB | 41/232 kB Progress (5): 139/357 kB | 117 kB | 41 kB | 117/626 kB | 41/232 kB Progress (5): 142/357 kB | 117 kB | 41 kB | 117/626 kB | 41/232 kB Progress (5): 142/357 kB | 117 kB | 41 kB | 121/626 kB | 41/232 kB Progress (5): 146/357 kB | 117 kB | 41 kB | 121/626 kB | 41/232 kB Progress (5): 146/357 kB | 117 kB | 41 kB | 125/626 kB | 41/232 kB Progress (5): 146/357 kB | 117 kB | 41 kB | 129/626 kB | 41/232 kB Progress (5): 150/357 kB | 117 kB | 41 kB | 129/626 kB | 41/232 kB Progress (5): 150/357 kB | 117 kB | 41 kB | 133/626 kB | 41/232 kB Progress (5): 154/357 kB | 117 kB | 41 kB | 133/626 kB | 41/232 kB Progress (5): 154/357 kB | 117 kB | 41 kB | 137/626 kB | 41/232 kB Progress (5): 154/357 kB | 117 kB | 41 kB | 141/626 kB | 41/232 kB Progress (5): 158/357 kB | 117 kB | 41 kB | 141/626 kB | 41/232 kB Progress (5): 158/357 kB | 117 kB | 41 kB | 145/626 kB | 41/232 kB Progress (5): 158/357 kB | 117 kB | 41 kB | 149/626 kB | 41/232 kB Progress (5): 162/357 kB | 117 kB | 41 kB | 149/626 kB | 41/232 kB Progress (5): 162/357 kB | 117 kB | 41 kB | 153/626 kB | 41/232 kB Progress (5): 167/357 kB | 117 kB | 41 kB | 153/626 kB | 41/232 kB Progress (5): 167/357 kB | 117 kB | 41 kB | 158/626 kB | 41/232 kB Progress (5): 171/357 kB | 117 kB | 41 kB | 158/626 kB | 41/232 kB Progress (5): 175/357 kB | 117 kB | 41 kB | 158/626 kB | 41/232 kB Progress (5): 175/357 kB | 117 kB | 41 kB | 162/626 kB | 41/232 kB Progress (5): 175/357 kB | 117 kB | 41 kB | 166/626 kB | 41/232 kB Progress (5): 179/357 kB | 117 kB | 41 kB | 166/626 kB | 41/232 kB Progress (5): 183/357 kB | 117 kB | 41 kB | 166/626 kB | 41/232 kB Progress (5): 187/357 kB | 117 kB | 41 kB | 166/626 kB | 41/232 kB Progress (5): 191/357 kB | 117 kB | 41 kB | 166/626 kB | 41/232 kB Progress (5): 191/357 kB | 117 kB | 41 kB | 170/626 kB | 41/232 kB Progress (5): 191/357 kB | 117 kB | 41 kB | 174/626 kB | 41/232 kB Progress (5): 195/357 kB | 117 kB | 41 kB | 174/626 kB | 41/232 kB Progress (5): 199/357 kB | 117 kB | 41 kB | 174/626 kB | 41/232 kB Progress (5): 203/357 kB | 117 kB | 41 kB | 174/626 kB | 41/232 kB Progress (5): 208/357 kB | 117 kB | 41 kB | 174/626 kB | 41/232 kB Progress (5): 208/357 kB | 117 kB | 41 kB | 178/626 kB | 41/232 kB Progress (5): 208/357 kB | 117 kB | 41 kB | 182/626 kB | 41/232 kB Progress (5): 208/357 kB | 117 kB | 41 kB | 186/626 kB | 41/232 kB Progress (5): 208/357 kB | 117 kB | 41 kB | 190/626 kB | 41/232 kB Progress (5): 208/357 kB | 117 kB | 41 kB | 194/626 kB | 41/232 kB Progress (5): 208/357 kB | 117 kB | 41 kB | 198/626 kB | 41/232 kB Progress (5): 208/357 kB | 117 kB | 41 kB | 203/626 kB | 41/232 kB Progress (5): 208/357 kB | 117 kB | 41 kB | 207/626 kB | 41/232 kB Progress (5): 208/357 kB | 117 kB | 41 kB | 207/626 kB | 45/232 kB Progress (5): 208/357 kB | 117 kB | 41 kB | 207/626 kB | 49/232 kB Progress (5): 208/357 kB | 117 kB | 41 kB | 207/626 kB | 53/232 kB Progress (5): 208/357 kB | 117 kB | 41 kB | 207/626 kB | 57/232 kB Progress (5): 208/357 kB | 117 kB | 41 kB | 207/626 kB | 61/232 kB Progress (5): 208/357 kB | 117 kB | 41 kB | 207/626 kB | 65/232 kB Progress (5): 208/357 kB | 117 kB | 41 kB | 207/626 kB | 69/232 kB Progress (5): 208/357 kB | 117 kB | 41 kB | 207/626 kB | 73/232 kB Progress (5): 208/357 kB | 117 kB | 41 kB | 207/626 kB | 77/232 kB Progress (5): 208/357 kB | 117 kB | 41 kB | 207/626 kB | 82/232 kB Progress (5): 208/357 kB | 117 kB | 41 kB | 207/626 kB | 86/232 kB Progress (5): 208/357 kB | 117 kB | 41 kB | 207/626 kB | 90/232 kB Progress (5): 208/357 kB | 117 kB | 41 kB | 207/626 kB | 94/232 kB Progress (5): 208/357 kB | 117 kB | 41 kB | 207/626 kB | 98/232 kB Progress (5): 208/357 kB | 117 kB | 41 kB | 207/626 kB | 102/232 kB Progress (5): 208/357 kB | 117 kB | 41 kB | 207/626 kB | 106/232 kB Progress (5): 208/357 kB | 117 kB | 41 kB | 207/626 kB | 110/232 kB Progress (5): 208/357 kB | 117 kB | 41 kB | 207/626 kB | 114/232 kB Progress (5): 208/357 kB | 117 kB | 41 kB | 207/626 kB | 118/232 kB Progress (5): 208/357 kB | 117 kB | 41 kB | 207/626 kB | 122/232 kB Progress (5): 208/357 kB | 117 kB | 41 kB | 207/626 kB | 127/232 kB Progress (5): 208/357 kB | 117 kB | 41 kB | 207/626 kB | 131/232 kB Progress (5): 208/357 kB | 117 kB | 41 kB | 207/626 kB | 135/232 kB Progress (5): 208/357 kB | 117 kB | 41 kB | 207/626 kB | 139/232 kB Progress (5): 208/357 kB | 117 kB | 41 kB | 207/626 kB | 143/232 kB Progress (5): 208/357 kB | 117 kB | 41 kB | 207/626 kB | 147/232 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar (41 kB at 20 kB/s) +Progress (4): 208/357 kB | 117 kB | 211/626 kB | 147/232 kB Progress (4): 208/357 kB | 117 kB | 215/626 kB | 147/232 kB Progress (4): 208/357 kB | 117 kB | 219/626 kB | 147/232 kB Progress (4): 208/357 kB | 117 kB | 223/626 kB | 147/232 kB Progress (4): 212/357 kB | 117 kB | 223/626 kB | 147/232 kB Progress (4): 216/357 kB | 117 kB | 223/626 kB | 147/232 kB Progress (4): 220/357 kB | 117 kB | 223/626 kB | 147/232 kB Progress (4): 224/357 kB | 117 kB | 223/626 kB | 147/232 kB Progress (4): 224/357 kB | 117 kB | 227/626 kB | 147/232 kB Progress (4): 224/357 kB | 117 kB | 231/626 kB | 147/232 kB Progress (4): 224/357 kB | 117 kB | 235/626 kB | 147/232 kB Progress (4): 224/357 kB | 117 kB | 239/626 kB | 147/232 kB Progress (4): 228/357 kB | 117 kB | 239/626 kB | 147/232 kB Progress (4): 232/357 kB | 117 kB | 239/626 kB | 147/232 kB Progress (4): 236/357 kB | 117 kB | 239/626 kB | 147/232 kB Progress (4): 240/357 kB | 117 kB | 239/626 kB | 147/232 kB Progress (4): 240/357 kB | 117 kB | 244/626 kB | 147/232 kB Progress (4): 240/357 kB | 117 kB | 248/626 kB | 147/232 kB Progress (4): 240/357 kB | 117 kB | 252/626 kB | 147/232 kB Progress (4): 240/357 kB | 117 kB | 256/626 kB | 147/232 kB Progress (4): 244/357 kB | 117 kB | 256/626 kB | 147/232 kB Progress (4): 248/357 kB | 117 kB | 256/626 kB | 147/232 kB Progress (4): 253/357 kB | 117 kB | 256/626 kB | 147/232 kB Progress (4): 257/357 kB | 117 kB | 256/626 kB | 147/232 kB Progress (4): 261/357 kB | 117 kB | 256/626 kB | 147/232 kB Progress (4): 265/357 kB | 117 kB | 256/626 kB | 147/232 kB Progress (4): 269/357 kB | 117 kB | 256/626 kB | 147/232 kB Progress (4): 273/357 kB | 117 kB | 256/626 kB | 147/232 kB Progress (4): 277/357 kB | 117 kB | 256/626 kB | 147/232 kB Progress (4): 281/357 kB | 117 kB | 256/626 kB | 147/232 kB Progress (4): 285/357 kB | 117 kB | 256/626 kB | 147/232 kB Progress (4): 289/357 kB | 117 kB | 256/626 kB | 147/232 kB Progress (4): 289/357 kB | 117 kB | 260/626 kB | 147/232 kB Progress (4): 289/357 kB | 117 kB | 264/626 kB | 147/232 kB Progress (4): 289/357 kB | 117 kB | 268/626 kB | 147/232 kB Progress (4): 289/357 kB | 117 kB | 272/626 kB | 147/232 kB Progress (4): 294/357 kB | 117 kB | 272/626 kB | 147/232 kB Progress (4): 298/357 kB | 117 kB | 272/626 kB | 147/232 kB Progress (4): 302/357 kB | 117 kB | 272/626 kB | 147/232 kB Progress (4): 306/357 kB | 117 kB | 272/626 kB | 147/232 kB Progress (4): 310/357 kB | 117 kB | 272/626 kB | 147/232 kB Progress (4): 314/357 kB | 117 kB | 272/626 kB | 147/232 kB Progress (4): 318/357 kB | 117 kB | 272/626 kB | 147/232 kB Progress (4): 322/357 kB | 117 kB | 272/626 kB | 147/232 kB Progress (4): 322/357 kB | 117 kB | 276/626 kB | 147/232 kB Progress (4): 322/357 kB | 117 kB | 280/626 kB | 147/232 kB Progress (4): 322/357 kB | 117 kB | 284/626 kB | 147/232 kB Progress (4): 322/357 kB | 117 kB | 289/626 kB | 147/232 kB Progress (4): 326/357 kB | 117 kB | 289/626 kB | 147/232 kB Progress (4): 330/357 kB | 117 kB | 289/626 kB | 147/232 kB Progress (4): 334/357 kB | 117 kB | 289/626 kB | 147/232 kB Progress (4): 339/357 kB | 117 kB | 289/626 kB | 147/232 kB Progress (4): 343/357 kB | 117 kB | 289/626 kB | 147/232 kB Progress (4): 347/357 kB | 117 kB | 289/626 kB | 147/232 kB Progress (4): 351/357 kB | 117 kB | 289/626 kB | 147/232 kB Progress (4): 355/357 kB | 117 kB | 289/626 kB | 147/232 kB Progress (4): 357 kB | 117 kB | 289/626 kB | 147/232 kB Progress (4): 357 kB | 117 kB | 293/626 kB | 147/232 kB Progress (4): 357 kB | 117 kB | 297/626 kB | 147/232 kB Progress (4): 357 kB | 117 kB | 301/626 kB | 147/232 kB Progress (4): 357 kB | 117 kB | 305/626 kB | 147/232 kB Progress (4): 357 kB | 117 kB | 309/626 kB | 147/232 kB Progress (4): 357 kB | 117 kB | 313/626 kB | 147/232 kB Progress (4): 357 kB | 117 kB | 317/626 kB | 147/232 kB Progress (4): 357 kB | 117 kB | 321/626 kB | 147/232 kB Progress (4): 357 kB | 117 kB | 325/626 kB | 147/232 kB Progress (4): 357 kB | 117 kB | 328/626 kB | 147/232 kB Progress (4): 357 kB | 117 kB | 332/626 kB | 147/232 kB Progress (4): 357 kB | 117 kB | 336/626 kB | 147/232 kB Progress (4): 357 kB | 117 kB | 340/626 kB | 147/232 kB Progress (4): 357 kB | 117 kB | 344/626 kB | 147/232 kB Progress (4): 357 kB | 117 kB | 348/626 kB | 147/232 kB Progress (4): 357 kB | 117 kB | 352/626 kB | 147/232 kB Progress (4): 357 kB | 117 kB | 356/626 kB | 147/232 kB Progress (4): 357 kB | 117 kB | 360/626 kB | 147/232 kB Progress (4): 357 kB | 117 kB | 360/626 kB | 151/232 kB Progress (4): 357 kB | 117 kB | 360/626 kB | 155/232 kB Progress (4): 357 kB | 117 kB | 360/626 kB | 159/232 kB Progress (4): 357 kB | 117 kB | 360/626 kB | 163/232 kB Progress (4): 357 kB | 117 kB | 360/626 kB | 168/232 kB Progress (4): 357 kB | 117 kB | 360/626 kB | 172/232 kB Progress (4): 357 kB | 117 kB | 360/626 kB | 176/232 kB Progress (4): 357 kB | 117 kB | 360/626 kB | 180/232 kB Progress (4): 357 kB | 117 kB | 360/626 kB | 184/232 kB Progress (4): 357 kB | 117 kB | 360/626 kB | 188/232 kB Progress (4): 357 kB | 117 kB | 360/626 kB | 192/232 kB Progress (4): 357 kB | 117 kB | 360/626 kB | 196/232 kB Progress (4): 357 kB | 117 kB | 360/626 kB | 200/232 kB Progress (4): 357 kB | 117 kB | 360/626 kB | 204/232 kB Progress (4): 357 kB | 117 kB | 360/626 kB | 208/232 kB Progress (4): 357 kB | 117 kB | 360/626 kB | 213/232 kB Progress (4): 357 kB | 117 kB | 360/626 kB | 217/232 kB Progress (4): 357 kB | 117 kB | 360/626 kB | 221/232 kB Progress (4): 357 kB | 117 kB | 360/626 kB | 225/232 kB Progress (4): 357 kB | 117 kB | 360/626 kB | 229/232 kB Progress (4): 357 kB | 117 kB | 360/626 kB | 232 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/atlassian/fugue/fugue/2.7.0/fugue-2.7.0.jar (117 kB at 50 kB/s) +Progress (3): 357 kB | 365/626 kB | 232 kB Progress (3): 357 kB | 369/626 kB | 232 kB Progress (3): 357 kB | 373/626 kB | 232 kB Progress (3): 357 kB | 377/626 kB | 232 kB Progress (3): 357 kB | 381/626 kB | 232 kB Progress (3): 357 kB | 385/626 kB | 232 kB Progress (3): 357 kB | 389/626 kB | 232 kB Progress (3): 357 kB | 393/626 kB | 232 kB Progress (3): 357 kB | 397/626 kB | 232 kB Progress (3): 357 kB | 401/626 kB | 232 kB Progress (3): 357 kB | 406/626 kB | 232 kB Progress (3): 357 kB | 410/626 kB | 232 kB Progress (3): 357 kB | 414/626 kB | 232 kB Progress (3): 357 kB | 418/626 kB | 232 kB Progress (3): 357 kB | 422/626 kB | 232 kB Progress (3): 357 kB | 426/626 kB | 232 kB Progress (3): 357 kB | 430/626 kB | 232 kB Progress (3): 357 kB | 434/626 kB | 232 kB Progress (3): 357 kB | 438/626 kB | 232 kB Progress (3): 357 kB | 442/626 kB | 232 kB Progress (3): 357 kB | 446/626 kB | 232 kB Progress (3): 357 kB | 451/626 kB | 232 kB Progress (3): 357 kB | 455/626 kB | 232 kB Progress (3): 357 kB | 459/626 kB | 232 kB Progress (3): 357 kB | 463/626 kB | 232 kB Progress (3): 357 kB | 467/626 kB | 232 kB Progress (3): 357 kB | 471/626 kB | 232 kB Progress (3): 357 kB | 475/626 kB | 232 kB Progress (3): 357 kB | 479/626 kB | 232 kB Progress (3): 357 kB | 483/626 kB | 232 kB Progress (3): 357 kB | 487/626 kB | 232 kB Progress (3): 357 kB | 492/626 kB | 232 kB Progress (3): 357 kB | 496/626 kB | 232 kB Progress (3): 357 kB | 500/626 kB | 232 kB Progress (3): 357 kB | 504/626 kB | 232 kB Progress (3): 357 kB | 508/626 kB | 232 kB Progress (3): 357 kB | 512/626 kB | 232 kB Progress (3): 357 kB | 516/626 kB | 232 kB Progress (3): 357 kB | 520/626 kB | 232 kB Progress (3): 357 kB | 524/626 kB | 232 kB Progress (3): 357 kB | 528/626 kB | 232 kB Progress (3): 357 kB | 532/626 kB | 232 kB Progress (3): 357 kB | 537/626 kB | 232 kB Progress (3): 357 kB | 541/626 kB | 232 kB Progress (3): 357 kB | 545/626 kB | 232 kB Progress (3): 357 kB | 549/626 kB | 232 kB Progress (3): 357 kB | 553/626 kB | 232 kB Progress (3): 357 kB | 557/626 kB | 232 kB Progress (3): 357 kB | 561/626 kB | 232 kB Progress (3): 357 kB | 565/626 kB | 232 kB Progress (3): 357 kB | 569/626 kB | 232 kB Progress (3): 357 kB | 573/626 kB | 232 kB Progress (3): 357 kB | 578/626 kB | 232 kB Progress (3): 357 kB | 582/626 kB | 232 kB Progress (3): 357 kB | 586/626 kB | 232 kB Progress (3): 357 kB | 590/626 kB | 232 kB Progress (3): 357 kB | 594/626 kB | 232 kB Progress (3): 357 kB | 598/626 kB | 232 kB Progress (3): 357 kB | 602/626 kB | 232 kB Progress (3): 357 kB | 606/626 kB | 232 kB Progress (3): 357 kB | 610/626 kB | 232 kB Progress (3): 357 kB | 614/626 kB | 232 kB Progress (3): 357 kB | 618/626 kB | 232 kB Progress (3): 357 kB | 623/626 kB | 232 kB Progress (3): 357 kB | 626 kB | 232 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/atlassian/connect/ac-play-java_2.10/0.10.1/ac-play-java_2.10-0.10.1.jar (357 kB at 133 kB/s) +Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/codehaus/jackson/jackson-core-asl/1.9.11/jackson-core-asl-1.9.11.jar (232 kB at 86 kB/s) +Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/joda-time/joda-time/2.9.2/joda-time-2.9.2.jar (626 kB at 209 kB/s) +[INFO] +[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ lippia-api-example-project --- +[INFO] +[INFO] --- maven-resources-plugin:2.4:resources (default-resources) @ lippia-api-example-project --- +[INFO] Using 'UTF-8' encoding to copy filtered resources. +[INFO] Copying 3 resources +[INFO] +[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ lippia-api-example-project --- +[INFO] Changes detected - recompiling the module! +[INFO] Compiling 6 source files to /var/jenkins_home/workspace/ippia-api-example-project_master/target/classes +[INFO] +[INFO] --- maven-resources-plugin:2.4:testResources (default-testResources) @ lippia-api-example-project --- +[INFO] Using 'UTF-8' encoding to copy filtered resources. +[INFO] Copying 4 resources +[INFO] +[INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ lippia-api-example-project --- +[INFO] Changes detected - recompiling the module! +[INFO] Compiling 4 source files to /var/jenkins_home/workspace/ippia-api-example-project_master/target/test-classes +[INFO] +[INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ lippia-api-example-project --- +[INFO] +[INFO] ------------------------------------------------------- +[INFO] T E S T S +[INFO] ------------------------------------------------------- +[INFO] Running TestSuite +WARNING: Found tags option '~@Ignore'. Support for '~@tag' will be removed from the next release of Cucumber-JVM. Please use 'not @tag' instead. + +0 Scenarios +0 Steps +0m0.158s + +TEST STEP FINISHED EN HILO :12 +02/09/19 16:36:45 INFO ExtentReportManager:137 - ------flushing Thread : 12 +02/09/19 16:36:45 INFO ExtentReportManager:110 - ------ creating extent report infor -------------------------------- +02/09/19 16:36:45 INFO ExtentReportManager:60 - #####Extent xml configuration : /var/jenkins_home/workspace/ippia-api-example-project_master/extent-config.xml +02/09/19 16:36:45 INFO ExtentReportManager:103 - --------EXTENTREPORT Setting Append Existing to true ------------------------------- +[ERROR] Tests run: 3, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 0.818 s <<< FAILURE! - in TestSuite +[ERROR] runScenario(ApiExampleProjectTestRunner) Time elapsed: 0.126 s <<< FAILURE! +java.lang.NoClassDefFoundError: com/atlassian/jwt/CanonicalHttpRequest +Caused by: java.lang.ClassNotFoundException: com.atlassian.jwt.CanonicalHttpRequest + +[ERROR] runScenario(ApiExampleProjectTestRunner) Time elapsed: 0.01 s <<< FAILURE! +java.lang.NoClassDefFoundError: com/atlassian/jwt/CanonicalHttpRequest +Caused by: java.lang.ClassNotFoundException: com.atlassian.jwt.CanonicalHttpRequest + +[ERROR] runScenario(ApiExampleProjectTestRunner) Time elapsed: 0.013 s <<< FAILURE! +java.lang.NoClassDefFoundError: com/atlassian/jwt/CanonicalHttpRequest +Caused by: java.lang.ClassNotFoundException: com.atlassian.jwt.CanonicalHttpRequest + +[INFO] +[INFO] Results: +[INFO] +[ERROR] Failures: +[ERROR] ApiExampleProjectTestRunner.runScenario(ApiExampleProjectTestRunner) +[ERROR] Run 1: ApiExampleProjectTestRunner>AbstractTestNGCucumberTests.runScenario:22 » NoClassDefFound +[ERROR] Run 2: ApiExampleProjectTestRunner>AbstractTestNGCucumberTests.runScenario:22 » NoClassDefFound +[ERROR] Run 3: ApiExampleProjectTestRunner>AbstractTestNGCucumberTests.runScenario:22 » NoClassDefFound +[INFO] +[INFO] +[ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0 +[INFO] +[INFO] ------------------------------------------------------------------------ +[INFO] BUILD FAILURE +[INFO] ------------------------------------------------------------------------ +[INFO] Total time: 12.774 s +[INFO] Finished at: 2019-09-02T16:36:46Z +[INFO] ------------------------------------------------------------------------ +[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.22.1:test (default-test) on project lippia-api-example-project: There are test failures. +[ERROR] +[ERROR] Please refer to /var/jenkins_home/workspace/ippia-api-example-project_master/target/surefire-reports for the individual test results. +[ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream. +[ERROR] -> [Help 1] +[ERROR] +[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. +[ERROR] Re-run Maven using the -X switch to enable full debug logging. +[ERROR] +[ERROR] For more information about the errors and possible solutions, please read the following articles: +[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException +ha:////4LEWiExrdsKClH1woao4TchD1RpFQ03dXFSIojLSFhgsAAAApR+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOIiISEKRJXWcsMLTGyME+vO2A5JxYv4Gn8gEImKLVY728zzBcsU4cjRYmuoc5Qah8H3dlo4cOwungds+YwNU2JvUJpBsjb1jJKzgTlFCQsBK0ON5+TIZliLVt1V5RXZ6pTj9B0ElE7f4AGFmMxZxfyFMcLm2uvE9PP8FcAYQoZyu//U7g3QKkBhvgAAAA==[Pipeline] } +ha:////4KAByWiCZRGS0c+zVJyWBxF2z41sDlVAt5Gna2De8+AiAAAApR+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOIiIQokRJXWcsMLTGyME+vO2A5JxYv4Gn8gEImKLVY728zzBcsU4cjRYmuoc5Qah8H3dlo4cOwungds+YwNU2JvUJpBsjb1jJKzgTlFCQsBK0ON5+TIZliLVt1V5RXZ6pTj9B0ElE7f4AGFmMxZxfyFMcLm2uvE9PP8FcAYQoZyu//U7g2TqBHnvgAAAA==[Pipeline] // withEnv +ha:////4CJcWn0jPKr3gBLyqNB+I77b+wMxyr598EfTBM+QkfA/AAAApB+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOIi6BCiSmu54QUmNsaJdWdsh6TiRXyNPxCIRMUWq51t5vmCZYpw5GixNdQ5So3D4Hs7LRw4dhfPA7Z8xoYpsTcozSBZm3pGydnAnKKEhYCVocZzcmQzrEWr7qryimx1ynH6DgJKp2/wgEJM5qxi/sIYYXPtdWL6ef4KYAwhQ7nbf2r7BrmPJ1y+AAAA[Pipeline] } +ha:////4KiUMikXVkhCUIzNma6Q6dm4TyEKJuOE7SBleUsygQaPAAAApB+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOISQYmo0lppeIGJjXFi3RnbIal4EV/jD1hEomKL1c4283rDOgY4cTDYaxosxc6id6PJCycOw9XxhD1fsGOK7DS2empZ6WbBlpOGJUUJKwEbTZ3jaMkk2IpePmTlJJnqnEL+jgJKq+7whEJkc5IhfWEOsLuNKjL9PH8FMHufoDzUufb1B1PlWKq+AAAA[Pipeline] // stage +ha:////4LFgOI5yeavOoNqdADbCFECIOar9QpjjwFKdw3ha8+enAAAApR+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOKiiAohqrRWGl5gYmOcWHfGdkgqXsTX+AMWkajYYrWzzbzesI4BThwM9poGS7Gz6N1o8sKJw3B1PGHPF+yYIjuNrZ5aVrpZsOWkYUlRwkrARlPnOFoyCbailw9ZOUmmOqeQv6OA0qo7PKEQ2ZxkSF+YA+xuo4pMP89fAczeJyj3da768AGR3fUzvgAAAA==[Pipeline] } +ha:////4I0S4UlC7VN6PxYpQwp4Uj+XIHwKK8K53xVQn1hBf5fTAAAApR+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOIioEFCqWgtN7zAJMY4se6C7eBUvIiv8QcsIlGxxWpnm3m9YRk81OwNdpp6S6GxOLjR5IWJfX91nLDjCzZMgZ1GqZPkVp9mlBw1zClKWAhYaWocB0smwlp06qEqp8hU5+jzdxRQ2vYOTyhENkfl4xcmD5vb2Aamn+evAKZhiFDud7m2hw+pn2bCvgAAAA==[Pipeline] // withEnv +ha:////4KNhBb03UJQoY/CNkvwU6obpFdCsE0CydNzm/8J1q3+MAAAApB+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPMJRlBJR0VppeIGJjXFi3Tn2haTiRXyNP2ARiYotVjvbzOsN2xThRNGK3uDgMHVOBD/ZvMRMcbh5mkVPV9ERJvJGtGZuSZvzii2xgTVFCRsJO4Odp+TQMuxlrx6q8gptdeGYv6OE0ukRnlDIbGYV+QtLhMN90onw5/krgCUEhrJpctX1B6j05nC+AAAA[Pipeline] } +ha:////4D4HFERUFQNpLZ99yGkyeTHH0UaMhIfPp/c9fh9Ds/MgAAAApB+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOICgg6lorXc8AKTGOPEugu2g1PxIr7GH7CIRMUWq51t5vWGZfBQszfYaeothcbi4EaTFyb2/dVxwo4v2DAFdhqlTpJbfZpRctQwpyhhIWClqXEcLJkIa9Gph6qcIlOdo8/fUUBp2zs8oRDZHJWPX5g8bG5jG5h+nr8CmIYhQrk/5NptP4b05Bq+AAAA[Pipeline] // withEnv +ha:////4AfwjqvCftyNrvJcELZ58nf9wqmasaC9wu/MXXm1ms+KAAAAox+LCAAAAAAAAP9tjTESgjAQRT84FraWHiIUauVY2WZoPEGEGAOZXUwWofJEXs07yMiMlb/67zXv9cYyRRw5OtVYaj2lyqsu9G56auDYXgMPquGLqpgSB6tKO5Rc29OMJYvFvCzHQmNlqQqcPDnBWjfmYYpgyBVniZM7aOS+vuOJTE9lMVG+MEZsbn2dmH6dvwGMXSfIt3tBtvsA/gVtV70AAAA=[Pipeline] } +ha:////4CepxyXf0V/b9GzrJE8ZqXIYuk00sQcNOCvNaYEEV01EAAAAox+LCAAAAAAAAP9tjbEOgjAURS8YB1dHP6IMJC7GybVh8Qsq1Fpo3sP2IUx+kb/mP0gkcfJO95zlvN5Yp4gjR6daS52nVHvVh8HNT40cu2vgUbV8UTVT4mBVZceKG3tasGKxWJblWGlsLNWBkycn2OrWPEwRDLniLHF2B43cN3c8kem5LCbKF6aI3W1oEtOv8zeAqe8FebkXZOUHjeqpjr0AAAA=[Pipeline] // node +ha:////4FVLxUpMPv4/qoykQAcW5Lw3qGNnDuJkggQ4qJK7lJpUAAAApB+LCAAAAAAAAP9tjTEOwjAQBDdBFLSUPMKRoKBAVLRWGl5gEmOcWHfBvpBUvIiv8QciIlGx1c4083pjmSKOHJ1qLLWeUuVVF3o3PTVwbK+BB9XwRVVMiYNVpR1Kru1pxpLFYl6WY6GxslQFTp6cYK0b8zBFMOSKs8TJHTRyX9/xRKanspgoXxgjNre+Tky/zt8Axq4T5Lu9INt+AKvzzsS9AAAA[Pipeline] End of Pipeline +ERROR: script returned exit code 1 +Finished: FAILURE diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/log-index b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/log-index new file mode 100644 index 0000000..ee9a54a --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/log-index @@ -0,0 +1,6 @@ +1765 3 +2123 +3358 7 +4730 +10511 26 +40384 diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/10.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/10.xml new file mode 100644 index 0000000..f6dcc35 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/10.xml @@ -0,0 +1,31 @@ + + + + + 9 + + 10 + org.jenkinsci.plugins.workflow.steps.EnvStep + + + + + + + overrides + + GIT_BRANCH=master + GIT_COMMIT=eda8875f3eb04d1bd4d992f585ca5f96307b1f72 + GIT_LOCAL_BRANCH=master + GIT_PREVIOUS_COMMIT=eda8875f3eb04d1bd4d992f585ca5f96307b1f72 + GIT_URL=git@bitbucket.org:crowdarautomation/lippia-api-example-project.git + + + + true + + + 1567442191608 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/11.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/11.xml new file mode 100644 index 0000000..70864bf --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/11.xml @@ -0,0 +1,16 @@ + + + + + 10 + + 11 + org.jenkinsci.plugins.workflow.steps.EnvStep + + + + + 1567442191617 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/12.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/12.xml new file mode 100644 index 0000000..93d9cda --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/12.xml @@ -0,0 +1,25 @@ + + + + + 11 + + 12 + org.jenkinsci.plugins.workflow.support.steps.StageStep + + + + + + + name + Declarative: Tool Install + + + true + + + 1567442191655 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/13.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/13.xml new file mode 100644 index 0000000..5c55311 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/13.xml @@ -0,0 +1,27 @@ + + + + + 12 + + 13 + org.jenkinsci.plugins.workflow.support.steps.StageStep + + + + + Declarative: Tool Install + + + 1567442191666 + + + + + SYNTHETIC_STAGE + PRE + + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/14.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/14.xml new file mode 100644 index 0000000..921be08 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/14.xml @@ -0,0 +1,29 @@ + + + + + 13 + + 14 + org.jenkinsci.plugins.workflow.steps.ToolStep + + + + + + name + maven-3 + + + type + hudson.tasks.Maven$MavenInstallation + + + true + + + 1567442191698 + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/15.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/15.xml new file mode 100644 index 0000000..3b57909 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/15.xml @@ -0,0 +1,29 @@ + + + + + 14 + + 15 + org.jenkinsci.plugins.pipeline.modeldefinition.steps.EnvVarsForToolStep + + + + + + toolId + hudson.tasks.Maven$MavenInstallation + + + toolVersion + maven-3 + + + true + + + 1567442191740 + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/16.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/16.xml new file mode 100644 index 0000000..99b4755 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/16.xml @@ -0,0 +1,16 @@ + + + + + 15 + + 16 + 13 + + + + + 1567442191770 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/17.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/17.xml new file mode 100644 index 0000000..f78fd32 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/17.xml @@ -0,0 +1,15 @@ + + + + + 16 + + 17 + 12 + + + + 1567442191788 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/18.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/18.xml new file mode 100644 index 0000000..da202db --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/18.xml @@ -0,0 +1,29 @@ + + + + + 17 + + 18 + org.jenkinsci.plugins.workflow.steps.EnvStep + + + + + + + overrides + + M2_HOME=/var/jenkins_home/tools/hudson.tasks.Maven_MavenInstallation/maven-3 + MAVEN_HOME=/var/jenkins_home/tools/hudson.tasks.Maven_MavenInstallation/maven-3 + PATH+MAVEN=/var/jenkins_home/tools/hudson.tasks.Maven_MavenInstallation/maven-3/bin + + + + true + + + 1567442191819 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/19.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/19.xml new file mode 100644 index 0000000..40de882 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/19.xml @@ -0,0 +1,16 @@ + + + + + 18 + + 19 + org.jenkinsci.plugins.workflow.steps.EnvStep + + + + + 1567442191828 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/2.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/2.xml new file mode 100644 index 0000000..d36681d --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/2.xml @@ -0,0 +1,12 @@ + + + + + 2 + + + + 1567442187920 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/20.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/20.xml new file mode 100644 index 0000000..08a2f75 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/20.xml @@ -0,0 +1,25 @@ + + + + + 19 + + 20 + org.jenkinsci.plugins.workflow.support.steps.StageStep + + + + + + + name + Build + + + true + + + 1567442191861 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/21.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/21.xml new file mode 100644 index 0000000..0526915 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/21.xml @@ -0,0 +1,27 @@ + + + + + 20 + + 21 + org.jenkinsci.plugins.workflow.support.steps.StageStep + + + + + Build + + + 1567442191873 + + + + + STAGE_STATUS + FAILED_AND_CONTINUED + + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/22.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/22.xml new file mode 100644 index 0000000..d958dc5 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/22.xml @@ -0,0 +1,29 @@ + + + + + 21 + + 22 + org.jenkinsci.plugins.workflow.steps.ToolStep + + + + + + name + maven-3 + + + type + hudson.tasks.Maven$MavenInstallation + + + true + + + 1567442191905 + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/23.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/23.xml new file mode 100644 index 0000000..c4de658 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/23.xml @@ -0,0 +1,29 @@ + + + + + 22 + + 23 + org.jenkinsci.plugins.pipeline.modeldefinition.steps.EnvVarsForToolStep + + + + + + toolId + hudson.tasks.Maven$MavenInstallation + + + toolVersion + maven-3 + + + true + + + 1567442191940 + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/24.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/24.xml new file mode 100644 index 0000000..bfa004d --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/24.xml @@ -0,0 +1,29 @@ + + + + + 23 + + 24 + org.jenkinsci.plugins.workflow.steps.EnvStep + + + + + + + overrides + + MASKED_VALUE + MASKED_VALUE + MASKED_VALUE + + + + false + + + 1567442191983 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/25.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/25.xml new file mode 100644 index 0000000..af2c684 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/25.xml @@ -0,0 +1,16 @@ + + + + + 24 + + 25 + org.jenkinsci.plugins.workflow.steps.EnvStep + + + + + 1567442191992 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/26.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/26.xml new file mode 100644 index 0000000..f2745d7 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/26.xml @@ -0,0 +1,46 @@ + + + + + 25 + + 26 + org.jenkinsci.plugins.workflow.steps.durable_task.ShellStep + + + + + + script + mvn clean -P Secuencial test + + + true + + + 1567442192016 + + + + + script returned exit code 1 + + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.handleExit(DurableTaskStep.java:658) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.check(DurableTaskStep.java:604) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.run(DurableTaskStep.java:548) + java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) + java.util.concurrent.FutureTask.run(FutureTask.java:266) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) + java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) + java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) + java.lang.Thread.run(Thread.java:748) + + + + + + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/27.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/27.xml new file mode 100644 index 0000000..4e623ba --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/27.xml @@ -0,0 +1,37 @@ + + + + + 26 + + 27 + 25 + + + + + 1567442206413 + + + + script returned exit code 1 + + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.handleExit(DurableTaskStep.java:658) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.check(DurableTaskStep.java:604) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.run(DurableTaskStep.java:548) + java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) + java.util.concurrent.FutureTask.run(FutureTask.java:266) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) + java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) + java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) + java.lang.Thread.run(Thread.java:748) + + + + + + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/28.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/28.xml new file mode 100644 index 0000000..30de474 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/28.xml @@ -0,0 +1,36 @@ + + + + + 27 + + 28 + 24 + + + + 1567442206459 + + + + script returned exit code 1 + + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.handleExit(DurableTaskStep.java:658) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.check(DurableTaskStep.java:604) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.run(DurableTaskStep.java:548) + java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) + java.util.concurrent.FutureTask.run(FutureTask.java:266) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) + java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) + java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) + java.lang.Thread.run(Thread.java:748) + + + + + + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/29.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/29.xml new file mode 100644 index 0000000..6359327 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/29.xml @@ -0,0 +1,37 @@ + + + + + 28 + + 29 + 21 + + + + + 1567442206484 + + + + script returned exit code 1 + + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.handleExit(DurableTaskStep.java:658) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.check(DurableTaskStep.java:604) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.run(DurableTaskStep.java:548) + java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) + java.util.concurrent.FutureTask.run(FutureTask.java:266) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) + java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) + java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) + java.lang.Thread.run(Thread.java:748) + + + + + + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/3.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/3.xml new file mode 100644 index 0000000..08eb7db --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/3.xml @@ -0,0 +1,33 @@ + + + + + 2 + + 3 + org.jenkinsci.plugins.workflow.support.steps.ExecutorStep + + + + + + + label + + + + true + + + 1567442188476 + + + 7 + + + + /var/jenkins_home/workspace/ippia-api-example-project_master + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/30.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/30.xml new file mode 100644 index 0000000..1f1230a --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/30.xml @@ -0,0 +1,36 @@ + + + + + 29 + + 30 + 20 + + + + 1567442206523 + + + + script returned exit code 1 + + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.handleExit(DurableTaskStep.java:658) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.check(DurableTaskStep.java:604) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.run(DurableTaskStep.java:548) + java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) + java.util.concurrent.FutureTask.run(FutureTask.java:266) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) + java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) + java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) + java.lang.Thread.run(Thread.java:748) + + + + + + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/31.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/31.xml new file mode 100644 index 0000000..08fd970 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/31.xml @@ -0,0 +1,16 @@ + + + + + 30 + + 31 + 19 + + + + + 1567442206546 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/32.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/32.xml new file mode 100644 index 0000000..7f07719 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/32.xml @@ -0,0 +1,15 @@ + + + + + 31 + + 32 + 18 + + + + 1567442206562 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/33.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/33.xml new file mode 100644 index 0000000..3691fee --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/33.xml @@ -0,0 +1,37 @@ + + + + + 32 + + 33 + 11 + + + + + 1567442206576 + + + + script returned exit code 1 + + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.handleExit(DurableTaskStep.java:658) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.check(DurableTaskStep.java:604) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.run(DurableTaskStep.java:548) + java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) + java.util.concurrent.FutureTask.run(FutureTask.java:266) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) + java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) + java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) + java.lang.Thread.run(Thread.java:748) + + + + + + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/34.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/34.xml new file mode 100644 index 0000000..89156c8 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/34.xml @@ -0,0 +1,36 @@ + + + + + 33 + + 34 + 10 + + + + 1567442206602 + + + + script returned exit code 1 + + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.handleExit(DurableTaskStep.java:658) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.check(DurableTaskStep.java:604) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.run(DurableTaskStep.java:548) + java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) + java.util.concurrent.FutureTask.run(FutureTask.java:266) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) + java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) + java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) + java.lang.Thread.run(Thread.java:748) + + + + + + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/35.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/35.xml new file mode 100644 index 0000000..7fdefb6 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/35.xml @@ -0,0 +1,37 @@ + + + + + 34 + + 35 + 4 + + + + + 1567442206626 + + + + script returned exit code 1 + + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.handleExit(DurableTaskStep.java:658) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.check(DurableTaskStep.java:604) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.run(DurableTaskStep.java:548) + java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) + java.util.concurrent.FutureTask.run(FutureTask.java:266) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) + java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) + java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) + java.lang.Thread.run(Thread.java:748) + + + + + + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/36.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/36.xml new file mode 100644 index 0000000..30ff705 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/36.xml @@ -0,0 +1,39 @@ + + + + + 35 + + 36 + 3 + + + + 1567442206660 + + + + script returned exit code 1 + + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.handleExit(DurableTaskStep.java:658) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.check(DurableTaskStep.java:604) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.run(DurableTaskStep.java:548) + java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) + java.util.concurrent.FutureTask.run(FutureTask.java:266) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) + java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) + java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) + java.lang.Thread.run(Thread.java:748) + + + + + + + + + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/37.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/37.xml new file mode 100644 index 0000000..f914935 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/37.xml @@ -0,0 +1,42 @@ + + + + + 36 + + 37 + 2 + + FAILURE + 2 + RED + true + + + + + + script returned exit code 1 + + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.handleExit(DurableTaskStep.java:658) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.check(DurableTaskStep.java:604) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.run(DurableTaskStep.java:548) + java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) + java.util.concurrent.FutureTask.run(FutureTask.java:266) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) + java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) + java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) + java.lang.Thread.run(Thread.java:748) + + + + + + + + + 1567442206700 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/4.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/4.xml new file mode 100644 index 0000000..9b46472 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/4.xml @@ -0,0 +1,16 @@ + + + + + 3 + + 4 + org.jenkinsci.plugins.workflow.support.steps.ExecutorStep + + + + + 1567442188517 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/5.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/5.xml new file mode 100644 index 0000000..5f686e5 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/5.xml @@ -0,0 +1,25 @@ + + + + + 4 + + 5 + org.jenkinsci.plugins.workflow.support.steps.StageStep + + + + + + + name + Declarative: Checkout SCM + + + true + + + 1567442188552 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/6.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/6.xml new file mode 100644 index 0000000..56964e7 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/6.xml @@ -0,0 +1,27 @@ + + + + + 5 + + 6 + org.jenkinsci.plugins.workflow.support.steps.StageStep + + + + + Declarative: Checkout SCM + + + 1567442188564 + + + + + SYNTHETIC_STAGE + PRE + + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/7.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/7.xml new file mode 100644 index 0000000..d317d9b --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/7.xml @@ -0,0 +1,108 @@ + + + + + 6 + + 7 + org.jenkinsci.plugins.workflow.steps.scm.GenericSCMStep + + + + + + scm + + + + doGenerateSubmoduleConfigurations + false + + + extensions + + + + $class + CleanBeforeCheckout + + + + + $class + CleanCheckout + + + + + $class + LocalBranch + + + localBranch + ** + + + UNSERIALIZABLE + + + $class + BuildChooserSetting + + + buildChooser + UNSERIALIZABLE + + + + + + branches + + + + name + master + + + + + + submoduleCfg + + + + userRemoteConfigs + + + + credentialsId + jenkins-generated-ssh-key + + + name + origin + + + refspec + +refs/heads/*:refs/remotes/origin/* + + + url + git@bitbucket.org:crowdarautomation/lippia-api-example-project.git + + + + + + + + + false + + + 1567442188606 + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/8.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/8.xml new file mode 100644 index 0000000..99a146e --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/8.xml @@ -0,0 +1,16 @@ + + + + + 7 + + 8 + 6 + + + + + 1567442191544 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/9.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/9.xml new file mode 100644 index 0000000..ec2714c --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/9.xml @@ -0,0 +1,15 @@ + + + + + 8 + + 9 + 5 + + + + 1567442191576 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/build.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/build.xml new file mode 100644 index 0000000..ef23c30 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/build.xml @@ -0,0 +1,198 @@ + + + + + + + + admin + + 1 + + + + + blueocean + + + master + + eda8875f3eb04d1bd4d992f585ca5f96307b1f72 + + + + + + + b6f8dd52-4c2d-4cdd-b1c2-f0752a643b77 + + + + + Build + + + default + + + sh + + + + + script + + + mvn clean -P Secuencial test + + + + + + + + + + + b6f8dd52-4c2d-4cdd-b1c2-f0752a643b77 + + + + + + + master + + + eda8875f3eb04d1bd4d992f585ca5f96307b1f72 + + + + master + + + + + 4 + + + + + + git@bitbucket.org:crowdarautomation/lippia-api-example-project.git + + + + + + master + + + + /var/jenkins_home/workspace/ippia-api-example-project_master + + + + + git git@bitbucket.org:crowdarautomation/lippia-api-example-project.git + + + + + + + 8 + 1567442378263 + 1567442378269 + FAILURE + 25509 + UTF-8 + false + + FAILURE + + + MAX_SURVIVABILITY + + + flowNode + 510419836 + + + classLoad + 258817629 + + + run + 1675421889 + + + parse + 39640749 + + + saveProgram + 519405806 + + + true + 37 + 1:37 + true + false + + true + + + + 2 + + + origin + +refs/heads/*:refs/remotes/origin/* + git@bitbucket.org:crowdarautomation/lippia-api-example-project.git + jenkins-generated-ssh-key + + + + + master + + + false + + + + + + ** + + + false + + + + + + + + + + /var/jenkins_home/workspace/ippia-api-example-project_master + /var/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/changelog7660490587885135652.xml + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/changelog7660490587885135652.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/changelog7660490587885135652.xml new file mode 100644 index 0000000..e69de29 diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/log b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/log new file mode 100644 index 0000000..202daf0 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/log @@ -0,0 +1,186 @@ +Started by user ha:////4JA9v5tUzlTDtGOPJBEIYYw13/8/48+N2KXiX3lP80O/AAAAlx+LCAAAAAAAAP9b85aBtbiIQTGjNKU4P08vOT+vOD8nVc83PyU1x6OyILUoJzMv2y+/JJUBAhiZGBgqihhk0NSjKDWzXb3RdlLBUSYGJk8GtpzUvPSSDB8G5tKinBIGIZ+sxLJE/ZzEvHT94JKizLx0a6BxUmjGOUNodHsLgAzWEgZu/dLi1CL9xJTczDwAj6GcLcAAAAA=admin + > git rev-parse --is-inside-work-tree # timeout=10 +Setting origin to git@bitbucket.org:crowdarautomation/lippia-api-example-project.git + > git config remote.origin.url git@bitbucket.org:crowdarautomation/lippia-api-example-project.git # timeout=10 +Fetching origin... +Fetching upstream changes from origin + > git --version # timeout=10 + > git config --get remote.origin.url # timeout=10 +using GIT_SSH to set credentials jenkins-generated-ssh-key + > git fetch --tags --force --progress origin +refs/heads/*:refs/remotes/origin/* +Seen branch in repository origin/Guillermo-Aguirre/readmemd-edited-online-with-bitbucket-1564705696111 +Seen branch in repository origin/entityConfiguration +Seen branch in repository origin/master +Seen 3 remote branches +Obtained Jenkinsfile from eda8875f3eb04d1bd4d992f585ca5f96307b1f72 +Running in Durability level: MAX_SURVIVABILITY +ha:////4EpFwZMblgPsvyuGKahQ1L+j05K4tCKNbiHHZH0UNZxoAAAAoh+LCAAAAAAAAP9tjTEOwjAQBM8BClpKHuFItIiK1krDC0x8GCfWnbEdkooX8TX+gCESFVvtrLSa5wtWKcKBo5UdUu8otU4GP9jS5Mixv3geZcdn2TIl9igbHBs2eJyx4YwwR1SwULBGaj0nRzbDRnX6rmuvydanHMu2V1A5c4MHCFXMWcf8hSnC9jqYxPTz/BXAFEIGsfuclm8zQVqFvQAAAA==[Pipeline] Start of Pipeline +ha:////4JbFIovlyT+ZyXlfN0Sge4M2zB+J8Zu8WqfqcDkWFDDTAAAApR+LCAAAAAAAAP9tjTEOwjAUQ3+KOrAycohUghExsUZZOEFIQkgb/d8mKe3EibgadyBQiQlLlmxL1nu+oE4RjhQdby12HpP2vA+jK4lPFLtroIm3dOGaMFGwXNpJkrGnpUrKFhaxClYC1hZ1oOTRZdiIVt1VExS65pxj2Q4CKm8GeAAThZxVzN8yR9jeRpMIf5y/AJj7DGxXvP/86jduZBmjwAAAAA==[Pipeline] node +Running on ha:////4L6hoUIbWOHwlkY93tw6rrqwebps19DdkUlnlOjiPx+jAAAAnh+LCAAAAAAAAP9b85aBtbiIQTGjNKU4P08vOT+vOD8nVc83PyU1x6OyILUoJzMv2y+/JJUBAhiZGBgqihhk0NSjKDWzXb3RdlLBUSYGJk8GtpzUvPSSDB8G5tKinBIGIZ+sxLJE/ZzEvHT94JKizLx0a6BxUmjGOUNodHsLgAz2EgZh/eT83ILSktQifY3cxGIgrakPAHib2iPIAAAAJenkins in /var/jenkins_home/workspace/ippia-api-example-project_master +ha:////4An/JK7ttUJB8PL7SrZO8V4y9FGdNSKGJMNcKFpoxhxuAAAApR+LCAAAAAAAAP9tjTEOwjAUQ3+KOrAycoh0gA0xsUZZOEFIQkgb/d8mKe3EibgadyBQiQlLlmxL1nu+oE4RjhQdby12HpP2vA+jK4lPFLtroIm3dOGaMFGwXNpJkrGnpUrKFhaxClYC1hZ1oOTRZdiIVt1VExS65pxj2Q4CKm8GeAAThZxVzN8yR9jeRpMIf5y/AJj7DGxXvP/86jfoP95RwAAAAA==[Pipeline] { +ha:////4Hb+IsHl99PpL00yKBYZ/cELdpsxcvFOImrNjM3ayltcAAAApR+LCAAAAAAAAP9tjTEOwjAUQ3+KOrAycoh0gQkxsUZZOEFIQkgb/d8mKe3EibgadyBQiQlLlmxL1nu+oE4RjhQdby12HpP2vA+jK4lPFLtroIm3dOGaMFGwXNpJkrGnpUrKFhaxClYC1hZ1oOTRZdiIVt1VExS65pxj2Q4CKm8GeAAThZxVzN8yR9jeRpMIf5y/AJj7DGxXvP/86jc09154wAAAAA==[Pipeline] stage +ha:////4DYcSpHJuJSnGcW1Hw7C/AY+emmR7paW70jmzBKKpBVbAAAApR+LCAAAAAAAAP9tjTEOwjAUQ3+KOrAycoh0ggUxsUZZOEFIQkgb/d8mKe3EibgadyBQiQlLlmxL1nu+oE4RjhQdby12HpP2vA+jK4lPFLtroIm3dOGaMFGwXNpJkrGnpUrKFhaxClYC1hZ1oOTRZdiIVt1VExS65pxj2Q4CKm8GeAAThZxVzN8yR9jeRpMIf5y/AJj7DGxXvP/86jek7ggRwAAAAA==[Pipeline] { (Declarative: Checkout SCM) +ha:////4KpON2s1z0FcGBMZuC7x6NsOn5Y94IfM+IuW/hH0Q3MTAAAAoh+LCAAAAAAAAP9tjTEOAiEURD9rLGwtPQTbaWGsbAmNJ0AWEZb8zwLrbuWJvJp3kLiJlZNMMm+a93rDOic4UbLcG+wdZu14DKOti0+U+lugiXu6ck2YKRguzSSpM+cFJRUDS1gDKwEbgzpQdmgLbIVXD9UGhba9lFS/o4DGdQM8gYlqLiqVL8wJdvexy4Q/z18BzLEA29ce4gfg7KmOvAAAAA==[Pipeline] checkout +using credential jenkins-generated-ssh-key + > git rev-parse --is-inside-work-tree # timeout=10 +Fetching changes from the remote Git repository + > git config remote.origin.url git@bitbucket.org:crowdarautomation/lippia-api-example-project.git # timeout=10 +Cleaning workspace + > git rev-parse --verify HEAD # timeout=10 +Resetting working tree + > git reset --hard # timeout=10 + > git clean -fdx # timeout=10 +Fetching without tags +Fetching upstream changes from git@bitbucket.org:crowdarautomation/lippia-api-example-project.git + > git --version # timeout=10 +using GIT_SSH to set credentials jenkins-generated-ssh-key + > git fetch --no-tags --force --progress git@bitbucket.org:crowdarautomation/lippia-api-example-project.git +refs/heads/*:refs/remotes/origin/* +Checking out Revision eda8875f3eb04d1bd4d992f585ca5f96307b1f72 (master) + > git config core.sparsecheckout # timeout=10 + > git checkout -f eda8875f3eb04d1bd4d992f585ca5f96307b1f72 + > git branch -a -v --no-abbrev # timeout=10 + > git branch -D master # timeout=10 + > git checkout -b master eda8875f3eb04d1bd4d992f585ca5f96307b1f72 +Commit message: "pom.xml edited online with Bitbucket" + > git rev-list --no-walk eda8875f3eb04d1bd4d992f585ca5f96307b1f72 # timeout=10 +Cleaning workspace + > git rev-parse --verify HEAD # timeout=10 +Resetting working tree + > git reset --hard # timeout=10 + > git clean -fdx # timeout=10 +ha:////4O3nADGHs23/Kl3D4Vem/YK++A7mSIgOy37UayO0/AUVAAAAoh+LCAAAAAAAAP9tjTEOAiEURD9rLGwtPQTbGRNjZUtoPAGyiLDkfxZYdytP5NW8g8RNrJxkknnTvNcb1jnBiZLl3mDvMGvHYxhtXXyi1N8CTdzTlWvCTMFwaSZJnTkvKKkYWMIaWAnYGNSBskNbYCu8eqg2KLTtpaT6HQU0rhvgCUxUc1GpfGFOsLuPXSb8ef4KYI6xADvU7j9Dg2gqvAAAAA==[Pipeline] } +ha:////4O9w4ghdmRfJF0B7+f9fc/xQtiMOEbP+6UqMSgc5gMJ4AAAAoh+LCAAAAAAAAP9tjTEOAiEURD9rLGwtPQRbWRhjZUtoPAGyiLDkfxZYdytP5NW8g8RNrJxkknnTvNcb1jnBiZLl3mDvMGvHYxhtXXyi1N8CTdzTlWvCTMFwaSZJnTkvKKkYWMIaWAnYGNSBskNbYCu8eqg2KLTtpaT6HQU0rhvgCUxUc1GpfGFOsLuPXSb8ef4KYI6xADvU7j9J+wGOvAAAAA==[Pipeline] // stage +ha:////4NHa52FzR5XLRVgw0jzEUH2u5K3XlMUkICfTRX8gsn2sAAAAph+LCAAAAAAAAP9tjTEOwjAQBM9BKWgpeYQDEh2iorXc8AITG+PEugv2haTiRXyNPxCIRMVWOyut5vmCMic4UPKycdgGzHWQXez91ORAqb1EGmRDZ1kTZopOajdosu44oyZ2MEcUsFCwdFhHygE9w0o15m6qaNBXJ07TtldQBHuDBwg1mdkk/sKYYH3tbSb8ef4KYOwYxI6h2G4+x/INtuQqUcEAAAA=[Pipeline] withEnv +ha:////4IkdELn3H+ehOu0IBl7G5ln2lrzrxMUhcHI+zdjztI7fAAAApR+LCAAAAAAAAP9tjTEOwjAUQ3+DOrAycoiUzoiJNerCCUITQtLo/zZJSSdOxNW4Ay2VmPBg2Zas93pDGQOcKBjuNHYWY2t570czJ54pdDdPmTu68pYwkte80bkhpc9rbShpWFUw2AjYamw9RYsmwU44+ZCVl2iqSwrzdhTArBrgCYWYyUmG9C1TgP19VJHwx/kLgKlPwOrDYvXyLD8BobDcwgAAAA==[Pipeline] { +ha:////4GI1mBjlATcQtxCtJOjVUpQQFPVKbS2eVJPyCSQFCIEdAAAAph+LCAAAAAAAAP9tjTEOwjAUQ3+LOrAycohUZUVMrFEWThCaEJJG/7dJSjpxIq7GHWipxIQHy7ZkvdcbqhjgRMEwp7GzGFvLej+aObFMobt5yszRlbWEkbxmQmdBSp/XKihpWFWUsOGw1dh6ihZNgh138iFrL9HUlxTm7cihtGqAJxR8JicZ0rdMAfb3UUXCH+cvAKY+Qdk0ix2WZ/UBbwyqm8IAAAA=[Pipeline] stage +ha:////4GhVvIM1JlLTvuNaoqX3JUu1eUxdkq7zCPFeBl7eilMAAAAAph+LCAAAAAAAAP9tjTEOwjAUQ3+LOrAycohUwIiYukZZOEFoQkgb/V9+UtqJE3E17kBLJSY8WLYl673eUESGE7ETjcXWY6y96ELvpiQG4vYaaBANXURNGClYoeygyNhqqYqShUVZDisJa4t1oOjRJdjIRj90GTS68px42o4Scm/u8IRMTuSkOX3LyLC99SYS/jh/ATB2CfLdfrbD/Cw+y7kUycIAAAA=[Pipeline] { (Declarative: Tool Install) +ha:////4N7iDLg+L+l04wzSBEBItgpacbjdMyr9uDK6adVTVzMfAAAApB+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOIiBB2iSmu54QUmNsaJdWdsh6TiRXyNPxCIRMUWq51t5vmCZYpw5GixNdQ5So3D4Hs7LRw4dhfPA7Z8xoYpsTcozSBZm3pGydnAnKKEhYCVocZzcmQzrEWr7qryimx1ynH6DgJKp2/wgEJM5qxi/sIYYXPtdWL6ef4KYAwZyu3uU/vwBgq0rvS+AAAA[Pipeline] tool +ha:////4A4kctZvlpyPbu8PpKcK53GTpXd+QYGaA12bwdhGc7acAAAApB+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOIihKgQVVrLDS8wsTFOrDtjOyQVL+Jr/IFAJCq2WO1sM88XLFOEI0eLraHOUWocBt/baeHAsbt4HrDlMzZMib1BaQbJ2tQzSs4G5hQlLASsDDWekyObYS1adVeVV2SrU47TdxBQOn2DBxRiMmcV8xfGCJtrrxPTz/NXAGPIUG53n9qHN0uFte2+AAAA[Pipeline] envVarsForTool +ha:////4FCAN4aPqIvvtZZIeGn7Ykc6SL/F/dR5JapSvxImrwTzAAAApR+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOIihESDqNJabniBiY1xYt0Z2yGpeBFf4w8EIlGxxWpnm3m+YJkiHDlabA11jlLjMPjeTgsHjt3F84Atn7FhSuwNSjNI1qaeUXI2MKcoYSFgZajxnBzZDGvRqruqvCJbnXKcvoOA0ukbPKAQkzmrmL8wRthce52Yfp6/AhhDyFBu95/avQEeFbpZvgAAAA==[Pipeline] } +ha:////4NMmpVp8HvnfaGCk6ooRIduGb6/F3kmPOI5bcU9Imnm6AAAApB+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOIiaCgQVVrLDS8wsTFOrDtjOyQVL+Jr/IFAJCq2WO1sM88XLFOEI0eLraHOUWocBt/baeHAsbt4HrDlMzZMib1BaQbJ2tQzSs4G5hQlLASsDDWekyObYS1adVeVV2SrU47TdxBQOn2DBxRiMmcV8xfGCJtrrxPTz/NXAGMIGcrt/lO7Ny324eW+AAAA[Pipeline] // stage +ha:////4FMSGU596ro4O24GdH6I5fZjkbdkZzf3fBSvaGAzivhMAAAApx+LCAAAAAAAAP9tjTEOwjAUQ3+LOrAycohU3ZAQE2uUhROEJoSk0f9tkpJOnIircQdaKjHhwbItWe/1hioGOFEwzGnsLMbWst6PZk4sU+hunjJzdGUtYSSvmdBZkNLntQpKGlYVJWw4bDW2nqJFk2DHnXzI2ks09SWFeTtyKK0a4AkFn8lJhvQtU4D9fVSR8Mf5C4CpT1A2zWKH5Vl9AAkvMTrCAAAA[Pipeline] withEnv +ha:////4E1XdtaCR43qNgMlgJL1bmyI27EO1NcI7KM3IbkVBkLRAAAApx+LCAAAAAAAAP9tjTEOwjAUQ3+LOrAycohUbCDE1DXKwglCE0La6P/yk9JOnIircQdaKjHhwbItWe/1hiIynIidaCy2HmPtRRd6NyUxELfXQINo6CJqwkjBCmUHRcZWS1WULCzKclhJWFusA0WPLsFGNvqhy6DRlefE03aUkHtzhydkciInzelbRobtrTeR8Mf5C4CxS5Dv9rMd5mfxASnCIIrCAAAA[Pipeline] { +ha:////4FTkvBZdz+VVctGk/lmfY6n1DBzM9LJMslccd0Cf5rnnAAAApx+LCAAAAAAAAP9tjTEOwjAUQ3+LOrAycogU2BDqxBp14QShCSFp9H9JUtKJE3E17kCgEhMeLNuS9Z4vqIKHhrxmVmFvMHSGDW7UObFEvr84SszSmXWEgZxirUotSXWca0tRwayihAWHpcLOUTCoI6y4FXdRO4G6PkWftwOH0sgbPKDgmRyFj98yeVhfRxkIf5y/AJiGCOV2n223+TyrN7xWSV3CAAAA[Pipeline] stage +ha:////4JJz08kWJ32WWwEjs4hmPl/36Hh5F303HFm8qYF7fYt1AAAAph+LCAAAAAAAAP9tjTEOwjAUQ3+LOrAycogUWBFT1ygLJwhNCGmj/8tPSjtxIq7GHWipxIQHy7ZkvdcbishwInaisdh6jLUXXejdlMRA3F4DDaKhi6gJIwUrlB0UGVstVVGysCjLYSVhbbEOFD26BBvZ6Icug0ZXnhNP21FC7s0dnpDJiZw0p28ZGba33kTCH+cvAMYuQX7Yzbafn8UHbGnGmsIAAAA=[Pipeline] { (Build) +ha:////4FzlFxP9CTAScCeVOCE5BujDXjtbH+ad5Vu7eQFyM8WMAAAAox+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOIi0iIqWisNLzCJMXasO8d2cCpexNf4A4FIVGyx2tlmni9YxwBHDhqtot5QbA16N+p5YebQXx1ntHzBlimyU9io3HCnTgs2nBQsKUpYCdgoah1HQzrBVlh5l5WTpKtzCvN3EFCaboAHFGI2JxnSF6YAu9vYRaaf568AJp+grPefqv0bH7uiub4AAAA=[Pipeline] tool +ha:////4ANkmrmjrhRpjki5goiDEzIwF1rNggEJ/phokjkuQtd7AAAAox+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOIioERUaS03vMDExjix7oztkFS8iK/xBwKRqNhitbPNPF+wTBGOHC22hjpHqXEYfG+nhQPH7uJ5wJbP2DAl9galGSRrU88oORuYU5SwELAy1HhOjmyGtWjVXVVeka1OOU7fQUDp9A0eUIjJnFXMXxgjbK69Tkw/z18BjCFDudt+ah/eXoq5oL4AAAA=[Pipeline] envVarsForTool +ha:////4GdaAMi5ShIS//mIEX+Xl6knOIy/SGJae7L7r4zOY7IlAAAApx+LCAAAAAAAAP9tjTEOwjAUQ3+LOrAycohUIDbE1DXKwglCE0La6P/yk9JOnIircQdaKjHhwbItWe/1hiIynIidaCy2HmPtRRd6NyUxELfXQINo6CJqwkjBCmUHRcZWS1WULCzKclhJWFusA0WPLsFGNvqhy6DRlefE03aUkHtzhydkciInzelbRobtrTeR8Mf5C4CxS5Dvd7Md5mfxAR8nhQvCAAAA[Pipeline] withEnv +ha:////4Ne3beDKL8J2X+bJm03TPdjVzp+GFdCnvjAT9J7myRHlAAAApx+LCAAAAAAAAP9tjTEOwjAUQ3+LOrAycohUQjAhpq5RFk4QmhDSRv+Xn5R24kRcjTvQUokJD5ZtyXqvNxSR4UTsRGOx9RhrL7rQuymJgbi9BhpEQxdRE0YKVig7KDK2WqqiZGFRlsNKwtpiHSh6dAk2stEPXQaNrjwnnrajhNybOzwhkxM5aU7fMjJsb72JhD/OXwCMXYJ8t5/tMD+LD/hYjrHCAAAA[Pipeline] { +ha:////4CxVkqej/NSBqll1Ae4co3t4WJ2udUBkqfNOoO3sLwP7AAAApR+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOIiIUGDqNJabniBiY1xYt0Z2yGpeBFf4w8EIlGxxWpnm3m+YJkiHDlabA11jlLjMPjeTgsHjt3F84Atn7FhSuwNSjNI1qaeUXI2MKcoYSFgZajxnBzZDGvRqruqvCJbnXKcvoOA0ukbPKAQkzmrmL8wRthce52Yfp6/AhhDhnK7+9Q+vAEIWoEpvgAAAA==[Pipeline] sh ++ mvn clean -P Secuencial test +[INFO] Scanning for projects... +[WARNING] +[WARNING] Some problems were encountered while building the effective model for com.Crowdar:lippia-api-example-project:jar:1.0-SNAPSHOT +[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: com.fasterxml.jackson.core:jackson-databind:jar -> version 2.9.3 vs 2.9.5 @ com.crowdar:Crowd-Root-Framework:1.6, /var/jenkins_home/.m2/repository/com/crowdar/Crowd-Root-Framework/1.6/Crowd-Root-Framework-1.6.pom, line 356, column 25 +[WARNING] +[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. +[WARNING] +[WARNING] For this reason, future Maven versions might no longer support building such malformed projects. +[WARNING] +[INFO] +[INFO] ---------------< com.Crowdar:lippia-api-example-project >--------------- +[INFO] Building api-rest-automation 1.0-SNAPSHOT +[INFO] --------------------------------[ jar ]--------------------------------- +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/atlassian/jira/jira-rest-java-client-core/5.0.4/jira-rest-java-client-core-5.0.4.pom +Progress (1): 382 B Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/atlassian/jira/jira-rest-java-client-core/5.0.4/jira-rest-java-client-core-5.0.4.pom (382 B at 129 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/atlassian/fugue/fugue/2.7.0/fugue-2.7.0.pom +Progress (1): 362 B Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/atlassian/fugue/fugue/2.7.0/fugue-2.7.0.pom (362 B at 444 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/atlassian/connect/ac-play-java_2.10/0.10.1/ac-play-java_2.10-0.10.1.pom +Progress (1): 377 B Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/atlassian/connect/ac-play-java_2.10/0.10.1/ac-play-java_2.10-0.10.1.pom (377 B at 373 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/atlassian/jira/jira-rest-java-client-core/5.0.4/jira-rest-java-client-core-5.0.4.jar +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/atlassian/fugue/fugue/2.7.0/fugue-2.7.0.jar +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/atlassian/connect/ac-play-java_2.10/0.10.1/ac-play-java_2.10-0.10.1.jar +Progress (1): 4.1/191 kB Progress (1): 7.8/191 kB Progress (1): 12/191 kB Progress (1): 16/191 kB Progress (1): 20/191 kB Progress (1): 24/191 kB Progress (1): 28/191 kB Progress (1): 32/191 kB Progress (1): 36/191 kB Progress (1): 41/191 kB Progress (1): 45/191 kB Progress (1): 49/191 kB Progress (1): 53/191 kB Progress (1): 57/191 kB Progress (1): 59/191 kB Progress (1): 64/191 kB Progress (1): 68/191 kB Progress (1): 72/191 kB Progress (1): 76/191 kB Progress (1): 80/191 kB Progress (1): 84/191 kB Progress (1): 88/191 kB Progress (1): 92/191 kB Progress (1): 96/191 kB Progress (1): 100/191 kB Progress (1): 105/191 kB Progress (1): 109/191 kB Progress (1): 113/191 kB Progress (1): 117/191 kB Progress (1): 121/191 kB Progress (1): 125/191 kB Progress (1): 129/191 kB Progress (1): 133/191 kB Progress (1): 137/191 kB Progress (1): 141/191 kB Progress (1): 145/191 kB Progress (1): 150/191 kB Progress (1): 154/191 kB Progress (1): 158/191 kB Progress (1): 162/191 kB Progress (1): 166/191 kB Progress (1): 170/191 kB Progress (1): 174/191 kB Progress (1): 178/191 kB Progress (1): 182/191 kB Progress (1): 186/191 kB Progress (1): 191/191 kB Progress (1): 191 kB Progress (2): 191 kB | 4.1/117 kB Progress (2): 191 kB | 7.8/117 kB Progress (2): 191 kB | 12/117 kB Progress (2): 191 kB | 16/117 kB Progress (2): 191 kB | 20/117 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/atlassian/jira/jira-rest-java-client-core/5.0.4/jira-rest-java-client-core-5.0.4.jar (191 kB at 118 kB/s) +Progress (2): 20/117 kB | 4.1/357 kB Progress (2): 24/117 kB | 4.1/357 kB Progress (2): 24/117 kB | 7.8/357 kB Progress (2): 24/117 kB | 12/357 kB Progress (2): 26/117 kB | 12/357 kB Progress (2): 26/117 kB | 16/357 kB Progress (2): 30/117 kB | 16/357 kB Progress (2): 30/117 kB | 20/357 kB Progress (2): 34/117 kB | 20/357 kB Progress (2): 34/117 kB | 24/357 kB Progress (2): 39/117 kB | 24/357 kB Progress (2): 39/117 kB | 26/357 kB Progress (2): 43/117 kB | 26/357 kB Progress (2): 47/117 kB | 26/357 kB Progress (2): 51/117 kB | 26/357 kB Progress (2): 53/117 kB | 26/357 kB Progress (2): 57/117 kB | 26/357 kB Progress (2): 61/117 kB | 26/357 kB Progress (2): 65/117 kB | 26/357 kB Progress (2): 69/117 kB | 26/357 kB Progress (2): 73/117 kB | 26/357 kB Progress (2): 78/117 kB | 26/357 kB Progress (2): 82/117 kB | 26/357 kB Progress (2): 86/117 kB | 26/357 kB Progress (2): 90/117 kB | 26/357 kB Progress (2): 94/117 kB | 26/357 kB Progress (2): 98/117 kB | 26/357 kB Progress (2): 102/117 kB | 26/357 kB Progress (2): 102/117 kB | 30/357 kB Progress (2): 102/117 kB | 34/357 kB Progress (2): 106/117 kB | 34/357 kB Progress (2): 106/117 kB | 39/357 kB Progress (2): 106/117 kB | 43/357 kB Progress (2): 110/117 kB | 43/357 kB Progress (2): 114/117 kB | 43/357 kB Progress (2): 117 kB | 43/357 kB Progress (2): 117 kB | 47/357 kB Progress (2): 117 kB | 51/357 kB Progress (2): 117 kB | 55/357 kB Progress (2): 117 kB | 59/357 kB Progress (2): 117 kB | 63/357 kB Progress (2): 117 kB | 67/357 kB Progress (2): 117 kB | 71/357 kB Progress (2): 117 kB | 75/357 kB Progress (2): 117 kB | 80/357 kB Progress (2): 117 kB | 84/357 kB Progress (2): 117 kB | 88/357 kB Progress (2): 117 kB | 92/357 kB Progress (2): 117 kB | 96/357 kB Progress (2): 117 kB | 100/357 kB Progress (2): 117 kB | 104/357 kB Progress (2): 117 kB | 108/357 kB Progress (2): 117 kB | 112/357 kB Progress (2): 117 kB | 116/357 kB Progress (2): 117 kB | 120/357 kB Progress (2): 117 kB | 125/357 kB Progress (2): 117 kB | 129/357 kB Progress (2): 117 kB | 133/357 kB Progress (2): 117 kB | 137/357 kB Progress (2): 117 kB | 141/357 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/atlassian/fugue/fugue/2.7.0/fugue-2.7.0.jar (117 kB at 48 kB/s) +Progress (1): 145/357 kB Progress (1): 149/357 kB Progress (1): 153/357 kB Progress (1): 157/357 kB Progress (1): 161/357 kB Progress (1): 166/357 kB Progress (1): 170/357 kB Progress (1): 174/357 kB Progress (1): 178/357 kB Progress (1): 182/357 kB Progress (1): 186/357 kB Progress (1): 190/357 kB Progress (1): 194/357 kB Progress (1): 198/357 kB Progress (1): 202/357 kB Progress (1): 207/357 kB Progress (1): 211/357 kB Progress (1): 215/357 kB Progress (1): 219/357 kB Progress (1): 223/357 kB Progress (1): 227/357 kB Progress (1): 231/357 kB Progress (1): 235/357 kB Progress (1): 239/357 kB Progress (1): 243/357 kB Progress (1): 247/357 kB Progress (1): 252/357 kB Progress (1): 256/357 kB Progress (1): 260/357 kB Progress (1): 264/357 kB Progress (1): 268/357 kB Progress (1): 272/357 kB Progress (1): 276/357 kB Progress (1): 280/357 kB Progress (1): 284/357 kB Progress (1): 288/357 kB Progress (1): 293/357 kB Progress (1): 297/357 kB Progress (1): 301/357 kB Progress (1): 305/357 kB Progress (1): 309/357 kB Progress (1): 313/357 kB Progress (1): 317/357 kB Progress (1): 321/357 kB Progress (1): 325/357 kB Progress (1): 329/357 kB Progress (1): 333/357 kB Progress (1): 338/357 kB Progress (1): 342/357 kB Progress (1): 346/357 kB Progress (1): 350/357 kB Progress (1): 354/357 kB Progress (1): 357 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/atlassian/connect/ac-play-java_2.10/0.10.1/ac-play-java_2.10-0.10.1.jar (357 kB at 80 kB/s) +[INFO] +[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ lippia-api-example-project --- +[INFO] +[INFO] --- maven-resources-plugin:2.4:resources (default-resources) @ lippia-api-example-project --- +[INFO] Using 'UTF-8' encoding to copy filtered resources. +[INFO] Copying 3 resources +[INFO] +[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ lippia-api-example-project --- +[INFO] Changes detected - recompiling the module! +[INFO] Compiling 6 source files to /var/jenkins_home/workspace/ippia-api-example-project_master/target/classes +[INFO] +[INFO] --- maven-resources-plugin:2.4:testResources (default-testResources) @ lippia-api-example-project --- +[INFO] Using 'UTF-8' encoding to copy filtered resources. +[INFO] Copying 4 resources +[INFO] +[INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ lippia-api-example-project --- +[INFO] Changes detected - recompiling the module! +[INFO] Compiling 4 source files to /var/jenkins_home/workspace/ippia-api-example-project_master/target/test-classes +[INFO] +[INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ lippia-api-example-project --- +[INFO] +[INFO] ------------------------------------------------------- +[INFO] T E S T S +[INFO] ------------------------------------------------------- +[INFO] Running TestSuite +WARNING: Found tags option '~@Ignore'. Support for '~@tag' will be removed from the next release of Cucumber-JVM. Please use 'not @tag' instead. + +0 Scenarios +0 Steps +0m0.187s + +TEST STEP FINISHED EN HILO :12 +02/09/19 16:40:02 INFO ExtentReportManager:137 - ------flushing Thread : 12 +02/09/19 16:40:02 INFO ExtentReportManager:110 - ------ creating extent report infor -------------------------------- +02/09/19 16:40:02 INFO ExtentReportManager:60 - #####Extent xml configuration : /var/jenkins_home/workspace/ippia-api-example-project_master/extent-config.xml +02/09/19 16:40:02 INFO ExtentReportManager:103 - --------EXTENTREPORT Setting Append Existing to true ------------------------------- +[ERROR] Tests run: 3, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 0.869 s <<< FAILURE! - in TestSuite +[ERROR] runScenario(ApiExampleProjectTestRunner) Time elapsed: 0.146 s <<< FAILURE! +java.lang.NoClassDefFoundError: com/atlassian/jwt/CanonicalHttpRequest +Caused by: java.lang.ClassNotFoundException: com.atlassian.jwt.CanonicalHttpRequest + +[ERROR] runScenario(ApiExampleProjectTestRunner) Time elapsed: 0.015 s <<< FAILURE! +java.lang.NoClassDefFoundError: com/atlassian/jwt/CanonicalHttpRequest +Caused by: java.lang.ClassNotFoundException: com.atlassian.jwt.CanonicalHttpRequest + +[ERROR] runScenario(ApiExampleProjectTestRunner) Time elapsed: 0.015 s <<< FAILURE! +java.lang.NoClassDefFoundError: com/atlassian/jwt/CanonicalHttpRequest +Caused by: java.lang.ClassNotFoundException: com.atlassian.jwt.CanonicalHttpRequest + +[INFO] +[INFO] Results: +[INFO] +[ERROR] Failures: +[ERROR] ApiExampleProjectTestRunner.runScenario(ApiExampleProjectTestRunner) +[ERROR] Run 1: ApiExampleProjectTestRunner>AbstractTestNGCucumberTests.runScenario:22 » NoClassDefFound +[ERROR] Run 2: ApiExampleProjectTestRunner>AbstractTestNGCucumberTests.runScenario:22 » NoClassDefFound +[ERROR] Run 3: ApiExampleProjectTestRunner>AbstractTestNGCucumberTests.runScenario:22 » NoClassDefFound +[INFO] +[INFO] +[ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0 +[INFO] +[INFO] ------------------------------------------------------------------------ +[INFO] BUILD FAILURE +[INFO] ------------------------------------------------------------------------ +[INFO] Total time: 14.623 s +[INFO] Finished at: 2019-09-02T16:40:03Z +[INFO] ------------------------------------------------------------------------ +[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.22.1:test (default-test) on project lippia-api-example-project: There are test failures. +[ERROR] +[ERROR] Please refer to /var/jenkins_home/workspace/ippia-api-example-project_master/target/surefire-reports for the individual test results. +[ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream. +[ERROR] -> [Help 1] +[ERROR] +[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. +[ERROR] Re-run Maven using the -X switch to enable full debug logging. +[ERROR] +[ERROR] For more information about the errors and possible solutions, please read the following articles: +[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException +ha:////4LEWiExrdsKClH1woao4TchD1RpFQ03dXFSIojLSFhgsAAAApR+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOIiISEKRJXWcsMLTGyME+vO2A5JxYv4Gn8gEImKLVY728zzBcsU4cjRYmuoc5Qah8H3dlo4cOwungds+YwNU2JvUJpBsjb1jJKzgTlFCQsBK0ON5+TIZliLVt1V5RXZ6pTj9B0ElE7f4AGFmMxZxfyFMcLm2uvE9PP8FcAYQoZyu//U7g3QKkBhvgAAAA==[Pipeline] } +ha:////4KAByWiCZRGS0c+zVJyWBxF2z41sDlVAt5Gna2De8+AiAAAApR+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOIiIQokRJXWcsMLTGyME+vO2A5JxYv4Gn8gEImKLVY728zzBcsU4cjRYmuoc5Qah8H3dlo4cOwungds+YwNU2JvUJpBsjb1jJKzgTlFCQsBK0ON5+TIZliLVt1V5RXZ6pTj9B0ElE7f4AGFmMxZxfyFMcLm2uvE9PP8FcAYQoZyu//U7g2TqBHnvgAAAA==[Pipeline] // withEnv +ha:////4CJcWn0jPKr3gBLyqNB+I77b+wMxyr598EfTBM+QkfA/AAAApB+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOIi6BCiSmu54QUmNsaJdWdsh6TiRXyNPxCIRMUWq51t5vmCZYpw5GixNdQ5So3D4Hs7LRw4dhfPA7Z8xoYpsTcozSBZm3pGydnAnKKEhYCVocZzcmQzrEWr7qryimx1ynH6DgJKp2/wgEJM5qxi/sIYYXPtdWL6ef4KYAwhQ7nbf2r7BrmPJ1y+AAAA[Pipeline] } +ha:////4KiUMikXVkhCUIzNma6Q6dm4TyEKJuOE7SBleUsygQaPAAAApB+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOISQYmo0lppeIGJjXFi3RnbIal4EV/jD1hEomKL1c4283rDOgY4cTDYaxosxc6id6PJCycOw9XxhD1fsGOK7DS2empZ6WbBlpOGJUUJKwEbTZ3jaMkk2IpePmTlJJnqnEL+jgJKq+7whEJkc5IhfWEOsLuNKjL9PH8FMHufoDzUufb1B1PlWKq+AAAA[Pipeline] // stage +ha:////4LFgOI5yeavOoNqdADbCFECIOar9QpjjwFKdw3ha8+enAAAApR+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOKiiAohqrRWGl5gYmOcWHfGdkgqXsTX+AMWkajYYrWzzbzesI4BThwM9poGS7Gz6N1o8sKJw3B1PGHPF+yYIjuNrZ5aVrpZsOWkYUlRwkrARlPnOFoyCbailw9ZOUmmOqeQv6OA0qo7PKEQ2ZxkSF+YA+xuo4pMP89fAczeJyj3da768AGR3fUzvgAAAA==[Pipeline] } +ha:////4I0S4UlC7VN6PxYpQwp4Uj+XIHwKK8K53xVQn1hBf5fTAAAApR+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOIioEFCqWgtN7zAJMY4se6C7eBUvIiv8QcsIlGxxWpnm3m9YRk81OwNdpp6S6GxOLjR5IWJfX91nLDjCzZMgZ1GqZPkVp9mlBw1zClKWAhYaWocB0smwlp06qEqp8hU5+jzdxRQ2vYOTyhENkfl4xcmD5vb2Aamn+evAKZhiFDud7m2hw+pn2bCvgAAAA==[Pipeline] // withEnv +ha:////4KNhBb03UJQoY/CNkvwU6obpFdCsE0CydNzm/8J1q3+MAAAApB+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPMJRlBJR0VppeIGJjXFi3Tn2haTiRXyNP2ARiYotVjvbzOsN2xThRNGK3uDgMHVOBD/ZvMRMcbh5mkVPV9ERJvJGtGZuSZvzii2xgTVFCRsJO4Odp+TQMuxlrx6q8gptdeGYv6OE0ukRnlDIbGYV+QtLhMN90onw5/krgCUEhrJpctX1B6j05nC+AAAA[Pipeline] } +ha:////4D4HFERUFQNpLZ99yGkyeTHH0UaMhIfPp/c9fh9Ds/MgAAAApB+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOICgg6lorXc8AKTGOPEugu2g1PxIr7GH7CIRMUWq51t5vWGZfBQszfYaeothcbi4EaTFyb2/dVxwo4v2DAFdhqlTpJbfZpRctQwpyhhIWClqXEcLJkIa9Gph6qcIlOdo8/fUUBp2zs8oRDZHJWPX5g8bG5jG5h+nr8CmIYhQrk/5NptP4b05Bq+AAAA[Pipeline] // withEnv +ha:////4AfwjqvCftyNrvJcELZ58nf9wqmasaC9wu/MXXm1ms+KAAAAox+LCAAAAAAAAP9tjTESgjAQRT84FraWHiIUauVY2WZoPEGEGAOZXUwWofJEXs07yMiMlb/67zXv9cYyRRw5OtVYaj2lyqsu9G56auDYXgMPquGLqpgSB6tKO5Rc29OMJYvFvCzHQmNlqQqcPDnBWjfmYYpgyBVniZM7aOS+vuOJTE9lMVG+MEZsbn2dmH6dvwGMXSfIt3tBtvsA/gVtV70AAAA=[Pipeline] } +ha:////4CepxyXf0V/b9GzrJE8ZqXIYuk00sQcNOCvNaYEEV01EAAAAox+LCAAAAAAAAP9tjbEOgjAURS8YB1dHP6IMJC7GybVh8Qsq1Fpo3sP2IUx+kb/mP0gkcfJO95zlvN5Yp4gjR6daS52nVHvVh8HNT40cu2vgUbV8UTVT4mBVZceKG3tasGKxWJblWGlsLNWBkycn2OrWPEwRDLniLHF2B43cN3c8kem5LCbKF6aI3W1oEtOv8zeAqe8FebkXZOUHjeqpjr0AAAA=[Pipeline] // node +ha:////4FVLxUpMPv4/qoykQAcW5Lw3qGNnDuJkggQ4qJK7lJpUAAAApB+LCAAAAAAAAP9tjTEOwjAQBDdBFLSUPMKRoKBAVLRWGl5gEmOcWHfBvpBUvIiv8QciIlGx1c4083pjmSKOHJ1qLLWeUuVVF3o3PTVwbK+BB9XwRVVMiYNVpR1Kru1pxpLFYl6WY6GxslQFTp6cYK0b8zBFMOSKs8TJHTRyX9/xRKanspgoXxgjNre+Tky/zt8Axq4T5Lu9INt+AKvzzsS9AAAA[Pipeline] End of Pipeline +ERROR: script returned exit code 1 +Finished: FAILURE diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/log-index b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/log-index new file mode 100644 index 0000000..11c6ea9 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/log-index @@ -0,0 +1,6 @@ +1765 3 +2123 +3358 7 +4730 +10511 26 +23336 diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/10.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/10.xml new file mode 100644 index 0000000..ff884c3 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/10.xml @@ -0,0 +1,31 @@ + + + + + 9 + + 10 + org.jenkinsci.plugins.workflow.steps.EnvStep + + + + + + + overrides + + GIT_BRANCH=master + GIT_COMMIT=eda8875f3eb04d1bd4d992f585ca5f96307b1f72 + GIT_LOCAL_BRANCH=master + GIT_PREVIOUS_COMMIT=eda8875f3eb04d1bd4d992f585ca5f96307b1f72 + GIT_URL=git@bitbucket.org:crowdarautomation/lippia-api-example-project.git + + + + true + + + 1567442386761 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/11.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/11.xml new file mode 100644 index 0000000..a67e86a --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/11.xml @@ -0,0 +1,16 @@ + + + + + 10 + + 11 + org.jenkinsci.plugins.workflow.steps.EnvStep + + + + + 1567442386770 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/12.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/12.xml new file mode 100644 index 0000000..4ba656c --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/12.xml @@ -0,0 +1,25 @@ + + + + + 11 + + 12 + org.jenkinsci.plugins.workflow.support.steps.StageStep + + + + + + + name + Declarative: Tool Install + + + true + + + 1567442386806 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/13.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/13.xml new file mode 100644 index 0000000..8f829c2 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/13.xml @@ -0,0 +1,27 @@ + + + + + 12 + + 13 + org.jenkinsci.plugins.workflow.support.steps.StageStep + + + + + Declarative: Tool Install + + + 1567442386816 + + + + + SYNTHETIC_STAGE + PRE + + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/14.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/14.xml new file mode 100644 index 0000000..14d2b02 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/14.xml @@ -0,0 +1,29 @@ + + + + + 13 + + 14 + org.jenkinsci.plugins.workflow.steps.ToolStep + + + + + + name + maven-3 + + + type + hudson.tasks.Maven$MavenInstallation + + + true + + + 1567442386847 + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/15.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/15.xml new file mode 100644 index 0000000..a83a886 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/15.xml @@ -0,0 +1,29 @@ + + + + + 14 + + 15 + org.jenkinsci.plugins.pipeline.modeldefinition.steps.EnvVarsForToolStep + + + + + + toolId + hudson.tasks.Maven$MavenInstallation + + + toolVersion + maven-3 + + + true + + + 1567442386880 + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/16.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/16.xml new file mode 100644 index 0000000..74ee917 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/16.xml @@ -0,0 +1,16 @@ + + + + + 15 + + 16 + 13 + + + + + 1567442386906 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/17.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/17.xml new file mode 100644 index 0000000..1dea3d4 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/17.xml @@ -0,0 +1,15 @@ + + + + + 16 + + 17 + 12 + + + + 1567442386923 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/18.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/18.xml new file mode 100644 index 0000000..b83e4cd --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/18.xml @@ -0,0 +1,29 @@ + + + + + 17 + + 18 + org.jenkinsci.plugins.workflow.steps.EnvStep + + + + + + + overrides + + M2_HOME=/var/jenkins_home/tools/hudson.tasks.Maven_MavenInstallation/maven-3 + MAVEN_HOME=/var/jenkins_home/tools/hudson.tasks.Maven_MavenInstallation/maven-3 + PATH+MAVEN=/var/jenkins_home/tools/hudson.tasks.Maven_MavenInstallation/maven-3/bin + + + + true + + + 1567442386955 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/19.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/19.xml new file mode 100644 index 0000000..c4608a9 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/19.xml @@ -0,0 +1,16 @@ + + + + + 18 + + 19 + org.jenkinsci.plugins.workflow.steps.EnvStep + + + + + 1567442386964 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/2.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/2.xml new file mode 100644 index 0000000..3b946a0 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/2.xml @@ -0,0 +1,12 @@ + + + + + 2 + + + + 1567442383644 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/20.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/20.xml new file mode 100644 index 0000000..797c5d0 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/20.xml @@ -0,0 +1,25 @@ + + + + + 19 + + 20 + org.jenkinsci.plugins.workflow.support.steps.StageStep + + + + + + + name + Build + + + true + + + 1567442386997 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/21.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/21.xml new file mode 100644 index 0000000..9ea72ca --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/21.xml @@ -0,0 +1,27 @@ + + + + + 20 + + 21 + org.jenkinsci.plugins.workflow.support.steps.StageStep + + + + + Build + + + 1567442387013 + + + + + STAGE_STATUS + FAILED_AND_CONTINUED + + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/22.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/22.xml new file mode 100644 index 0000000..5167547 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/22.xml @@ -0,0 +1,29 @@ + + + + + 21 + + 22 + org.jenkinsci.plugins.workflow.steps.ToolStep + + + + + + name + maven-3 + + + type + hudson.tasks.Maven$MavenInstallation + + + true + + + 1567442387047 + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/23.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/23.xml new file mode 100644 index 0000000..b29b2b9 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/23.xml @@ -0,0 +1,29 @@ + + + + + 22 + + 23 + org.jenkinsci.plugins.pipeline.modeldefinition.steps.EnvVarsForToolStep + + + + + + toolId + hudson.tasks.Maven$MavenInstallation + + + toolVersion + maven-3 + + + true + + + 1567442387082 + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/24.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/24.xml new file mode 100644 index 0000000..332d2c5 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/24.xml @@ -0,0 +1,29 @@ + + + + + 23 + + 24 + org.jenkinsci.plugins.workflow.steps.EnvStep + + + + + + + overrides + + MASKED_VALUE + MASKED_VALUE + MASKED_VALUE + + + + false + + + 1567442387127 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/25.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/25.xml new file mode 100644 index 0000000..6c195d2 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/25.xml @@ -0,0 +1,16 @@ + + + + + 24 + + 25 + org.jenkinsci.plugins.workflow.steps.EnvStep + + + + + 1567442387136 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/26.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/26.xml new file mode 100644 index 0000000..f627b89 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/26.xml @@ -0,0 +1,46 @@ + + + + + 25 + + 26 + org.jenkinsci.plugins.workflow.steps.durable_task.ShellStep + + + + + + script + mvn clean -P Secuencial test + + + true + + + 1567442387161 + + + + + script returned exit code 1 + + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.handleExit(DurableTaskStep.java:658) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.check(DurableTaskStep.java:604) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.run(DurableTaskStep.java:548) + java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) + java.util.concurrent.FutureTask.run(FutureTask.java:266) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) + java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) + java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) + java.lang.Thread.run(Thread.java:748) + + + + + + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/27.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/27.xml new file mode 100644 index 0000000..2e1c509 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/27.xml @@ -0,0 +1,37 @@ + + + + + 26 + + 27 + 25 + + + + + 1567442403445 + + + + script returned exit code 1 + + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.handleExit(DurableTaskStep.java:658) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.check(DurableTaskStep.java:604) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.run(DurableTaskStep.java:548) + java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) + java.util.concurrent.FutureTask.run(FutureTask.java:266) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) + java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) + java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) + java.lang.Thread.run(Thread.java:748) + + + + + + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/28.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/28.xml new file mode 100644 index 0000000..7efaf28 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/28.xml @@ -0,0 +1,36 @@ + + + + + 27 + + 28 + 24 + + + + 1567442403486 + + + + script returned exit code 1 + + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.handleExit(DurableTaskStep.java:658) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.check(DurableTaskStep.java:604) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.run(DurableTaskStep.java:548) + java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) + java.util.concurrent.FutureTask.run(FutureTask.java:266) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) + java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) + java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) + java.lang.Thread.run(Thread.java:748) + + + + + + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/29.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/29.xml new file mode 100644 index 0000000..9718f53 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/29.xml @@ -0,0 +1,37 @@ + + + + + 28 + + 29 + 21 + + + + + 1567442403510 + + + + script returned exit code 1 + + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.handleExit(DurableTaskStep.java:658) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.check(DurableTaskStep.java:604) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.run(DurableTaskStep.java:548) + java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) + java.util.concurrent.FutureTask.run(FutureTask.java:266) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) + java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) + java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) + java.lang.Thread.run(Thread.java:748) + + + + + + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/3.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/3.xml new file mode 100644 index 0000000..31c18ad --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/3.xml @@ -0,0 +1,33 @@ + + + + + 2 + + 3 + org.jenkinsci.plugins.workflow.support.steps.ExecutorStep + + + + + + + label + + + + true + + + 1567442383976 + + + 9 + + + + /var/jenkins_home/workspace/ippia-api-example-project_master + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/30.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/30.xml new file mode 100644 index 0000000..6d82db7 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/30.xml @@ -0,0 +1,36 @@ + + + + + 29 + + 30 + 20 + + + + 1567442403550 + + + + script returned exit code 1 + + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.handleExit(DurableTaskStep.java:658) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.check(DurableTaskStep.java:604) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.run(DurableTaskStep.java:548) + java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) + java.util.concurrent.FutureTask.run(FutureTask.java:266) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) + java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) + java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) + java.lang.Thread.run(Thread.java:748) + + + + + + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/31.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/31.xml new file mode 100644 index 0000000..7eecaa0 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/31.xml @@ -0,0 +1,16 @@ + + + + + 30 + + 31 + 19 + + + + + 1567442403576 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/32.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/32.xml new file mode 100644 index 0000000..3fe5643 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/32.xml @@ -0,0 +1,15 @@ + + + + + 31 + + 32 + 18 + + + + 1567442403598 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/33.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/33.xml new file mode 100644 index 0000000..4002157 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/33.xml @@ -0,0 +1,37 @@ + + + + + 32 + + 33 + 11 + + + + + 1567442403611 + + + + script returned exit code 1 + + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.handleExit(DurableTaskStep.java:658) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.check(DurableTaskStep.java:604) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.run(DurableTaskStep.java:548) + java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) + java.util.concurrent.FutureTask.run(FutureTask.java:266) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) + java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) + java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) + java.lang.Thread.run(Thread.java:748) + + + + + + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/34.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/34.xml new file mode 100644 index 0000000..c4da02a --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/34.xml @@ -0,0 +1,36 @@ + + + + + 33 + + 34 + 10 + + + + 1567442403657 + + + + script returned exit code 1 + + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.handleExit(DurableTaskStep.java:658) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.check(DurableTaskStep.java:604) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.run(DurableTaskStep.java:548) + java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) + java.util.concurrent.FutureTask.run(FutureTask.java:266) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) + java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) + java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) + java.lang.Thread.run(Thread.java:748) + + + + + + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/35.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/35.xml new file mode 100644 index 0000000..8cb653d --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/35.xml @@ -0,0 +1,37 @@ + + + + + 34 + + 35 + 4 + + + + + 1567442403684 + + + + script returned exit code 1 + + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.handleExit(DurableTaskStep.java:658) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.check(DurableTaskStep.java:604) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.run(DurableTaskStep.java:548) + java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) + java.util.concurrent.FutureTask.run(FutureTask.java:266) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) + java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) + java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) + java.lang.Thread.run(Thread.java:748) + + + + + + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/36.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/36.xml new file mode 100644 index 0000000..c779488 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/36.xml @@ -0,0 +1,39 @@ + + + + + 35 + + 36 + 3 + + + + 1567442403715 + + + + script returned exit code 1 + + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.handleExit(DurableTaskStep.java:658) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.check(DurableTaskStep.java:604) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.run(DurableTaskStep.java:548) + java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) + java.util.concurrent.FutureTask.run(FutureTask.java:266) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) + java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) + java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) + java.lang.Thread.run(Thread.java:748) + + + + + + + + + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/37.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/37.xml new file mode 100644 index 0000000..f0ab482 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/37.xml @@ -0,0 +1,42 @@ + + + + + 36 + + 37 + 2 + + FAILURE + 2 + RED + true + + + + + + script returned exit code 1 + + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.handleExit(DurableTaskStep.java:658) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.check(DurableTaskStep.java:604) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.run(DurableTaskStep.java:548) + java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) + java.util.concurrent.FutureTask.run(FutureTask.java:266) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) + java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) + java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) + java.lang.Thread.run(Thread.java:748) + + + + + + + + + 1567442403754 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/4.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/4.xml new file mode 100644 index 0000000..8d567d6 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/4.xml @@ -0,0 +1,16 @@ + + + + + 3 + + 4 + org.jenkinsci.plugins.workflow.support.steps.ExecutorStep + + + + + 1567442384019 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/5.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/5.xml new file mode 100644 index 0000000..5e0c99b --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/5.xml @@ -0,0 +1,25 @@ + + + + + 4 + + 5 + org.jenkinsci.plugins.workflow.support.steps.StageStep + + + + + + + name + Declarative: Checkout SCM + + + true + + + 1567442384052 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/6.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/6.xml new file mode 100644 index 0000000..2297fce --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/6.xml @@ -0,0 +1,27 @@ + + + + + 5 + + 6 + org.jenkinsci.plugins.workflow.support.steps.StageStep + + + + + Declarative: Checkout SCM + + + 1567442384064 + + + + + SYNTHETIC_STAGE + PRE + + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/7.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/7.xml new file mode 100644 index 0000000..5532921 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/7.xml @@ -0,0 +1,108 @@ + + + + + 6 + + 7 + org.jenkinsci.plugins.workflow.steps.scm.GenericSCMStep + + + + + + scm + + + + doGenerateSubmoduleConfigurations + false + + + extensions + + + + $class + CleanBeforeCheckout + + + + + $class + CleanCheckout + + + + + $class + LocalBranch + + + localBranch + ** + + + UNSERIALIZABLE + + + $class + BuildChooserSetting + + + buildChooser + UNSERIALIZABLE + + + + + + branches + + + + name + master + + + + + + submoduleCfg + + + + userRemoteConfigs + + + + credentialsId + jenkins-generated-ssh-key + + + name + origin + + + refspec + +refs/heads/*:refs/remotes/origin/* + + + url + git@bitbucket.org:crowdarautomation/lippia-api-example-project.git + + + + + + + + + false + + + 1567442384105 + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/8.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/8.xml new file mode 100644 index 0000000..0a62cdc --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/8.xml @@ -0,0 +1,16 @@ + + + + + 7 + + 8 + 6 + + + + + 1567442386714 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/9.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/9.xml new file mode 100644 index 0000000..85e4d0b --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/9.xml @@ -0,0 +1,15 @@ + + + + + 8 + + 9 + 5 + + + + 1567442386729 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/build.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/build.xml new file mode 100644 index 0000000..71c88f8 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/build.xml @@ -0,0 +1,198 @@ + + + + + + + + admin + + 1 + + + + + blueocean + + + master + + 3d34959c561d0080f1eac61990637c46cc724ce2 + + + + + + + 05c98c20-a0bd-443f-86d8-ff6cba110a6f + + + + + Build + + + default + + + sh + + + + + script + + + mvn clean -P Secuencial test + + + + + + + + + + + 05c98c20-a0bd-443f-86d8-ff6cba110a6f + + + + + + + master + + + 3d34959c561d0080f1eac61990637c46cc724ce2 + + + + master + + + + + 5 + + + + + + git@bitbucket.org:crowdarautomation/lippia-api-example-project.git + + + + + + master + + + + /var/jenkins_home/workspace/ippia-api-example-project_master + + + + + git git@bitbucket.org:crowdarautomation/lippia-api-example-project.git + + + + + + + 10 + 1567442445142 + 1567442445150 + FAILURE + 17871 + UTF-8 + false + + FAILURE + + + MAX_SURVIVABILITY + + + flowNode + 516889576 + + + classLoad + 954563198 + + + run + 1734688921 + + + parse + 138610273 + + + saveProgram + 165121187 + + + true + 37 + 1:37 + true + false + + true + + + + 2 + + + origin + +refs/heads/*:refs/remotes/origin/* + git@bitbucket.org:crowdarautomation/lippia-api-example-project.git + jenkins-generated-ssh-key + + + + + master + + + false + + + + + + ** + + + false + + + + + + + + + + /var/jenkins_home/workspace/ippia-api-example-project_master + /var/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/changelog5156030434645958220.xml + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/changelog5156030434645958220.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/changelog5156030434645958220.xml new file mode 100644 index 0000000..ae2105f --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/changelog5156030434645958220.xml @@ -0,0 +1,179 @@ +commit 3d34959c561d0080f1eac61990637c46cc724ce2 +tree e07065b6338072fb83d339fc4334734d028a889c +parent eda8875f3eb04d1bd4d992f585ca5f96307b1f72 +author Pole 2019-09-02 13:40:05 -0300 +committer Pole 2019-09-02 13:40:05 -0300 + + subo archivos del jenkins home + atlassian problema + + + +:000000 100644 0000000000000000000000000000000000000000 f99a682e02c44166df2edcc4b280e741cffee1f8 A jenkins_home/.bash_history +:000000 100644 0000000000000000000000000000000000000000 de23f3b3e6b1812ed39f5f86e96629a5f111fd93 A jenkins_home/fingerprints/bc/de/03361ccf8e72dfb45bd71e66957e.xml +:000000 100644 0000000000000000000000000000000000000000 e0ecfa92ca83df7b545c1f29ca2f5cf327285ef0 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/build.xml +:000000 100644 0000000000000000000000000000000000000000 e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/changelog3548351952634252543.xml +:000000 100644 0000000000000000000000000000000000000000 a3abcda1fdd376f62d62c1be74498951d7cbda8e A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/log +:000000 100644 0000000000000000000000000000000000000000 84d0eed75d9226a2d5ff9adf9f67b05fb85bdc4c A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/log-index +:000000 100644 0000000000000000000000000000000000000000 f03fd0853b121e0ce2201eefb3dffd75829af5d7 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/10.xml +:000000 100644 0000000000000000000000000000000000000000 b4127d0e1a980e5953e5993d8ea87b965159378d A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/11.xml +:000000 100644 0000000000000000000000000000000000000000 318ed938e265d51a3d5ad31ff5c5a60675b64467 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/12.xml +:000000 100644 0000000000000000000000000000000000000000 7bb04dcfe2877fb614a038a86e28ab0a8aff6b82 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/13.xml +:000000 100644 0000000000000000000000000000000000000000 df03e18c4a568bcb33a430eb3893b1e4e642152d A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/14.xml +:000000 100644 0000000000000000000000000000000000000000 c7572c7d8013833b7d21fd61d3a3b3fdefc94c5b A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/15.xml +:000000 100644 0000000000000000000000000000000000000000 ec77d537fd6404ad6a341a40745f2707c4d477d9 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/16.xml +:000000 100644 0000000000000000000000000000000000000000 e0ea08085bde5382493910198a4defce96fe6911 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/17.xml +:000000 100644 0000000000000000000000000000000000000000 7c98753122e7e7c3f9595e66454cd1379b331347 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/18.xml +:000000 100644 0000000000000000000000000000000000000000 93fe073c9c8ca7aa5f3a5cfdaf956dc310778b00 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/19.xml +:000000 100644 0000000000000000000000000000000000000000 a4d1a433307ad462c64e42d5516811d5597b36cd A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/2.xml +:000000 100644 0000000000000000000000000000000000000000 d27716e6cb30528fdb5db6c9e5ea2962a51d2608 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/20.xml +:000000 100644 0000000000000000000000000000000000000000 4fb3c68f75659a8d7780443ab1638eb2f14f2358 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/21.xml +:000000 100644 0000000000000000000000000000000000000000 69590301695917a04000254ff129e648f0ded870 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/22.xml +:000000 100644 0000000000000000000000000000000000000000 79ae08d6148674ab9ba0279f1f43500511eeb9df A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/23.xml +:000000 100644 0000000000000000000000000000000000000000 5ba104879b4c51db6ec2895be7da952d3279b449 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/24.xml +:000000 100644 0000000000000000000000000000000000000000 8bf9ffa01e8eecc04ca8a94baa8da3ba75092420 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/25.xml +:000000 100644 0000000000000000000000000000000000000000 05c57cf60e7d19dba84a9025e919fb114cad4a0f A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/26.xml +:000000 100644 0000000000000000000000000000000000000000 ecb004d6fcd6e79d15d4859389cf98f6329d72c3 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/27.xml +:000000 100644 0000000000000000000000000000000000000000 166e356d2de984d29b087bd4e9a491c0dfae952c A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/28.xml +:000000 100644 0000000000000000000000000000000000000000 3f52c004b2bc35a6ab6b666bc99d7559a1ee2c51 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/29.xml +:000000 100644 0000000000000000000000000000000000000000 6024c5b06b09cb81fe1dbc1977c65af71c5ace86 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/3.xml +:000000 100644 0000000000000000000000000000000000000000 78d03c2c87bbdccdd21ac6b100caa316f55aaf59 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/30.xml +:000000 100644 0000000000000000000000000000000000000000 ecb601175f4ef343f6e6b989e0f4355e1889f1bc A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/31.xml +:000000 100644 0000000000000000000000000000000000000000 6e19f2871a5fe236664a5fecabbc69ab1787758d A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/32.xml +:000000 100644 0000000000000000000000000000000000000000 b20c7b8dca45d93640f676f390ce705edaaa6473 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/33.xml +:000000 100644 0000000000000000000000000000000000000000 5548a6c4db7c13b699ebd21bbd0d5fd2090bf131 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/34.xml +:000000 100644 0000000000000000000000000000000000000000 b467cb516cad0c468e874c92911f444c58fd6b80 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/35.xml +:000000 100644 0000000000000000000000000000000000000000 f1287840b8bdf09735b6e8d85272b8bcba611d1d A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/36.xml +:000000 100644 0000000000000000000000000000000000000000 d3fba7059b6da124c066fe4b55848a7133766c4d A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/37.xml +:000000 100644 0000000000000000000000000000000000000000 bdea0e17851211bd91f294e3085388ffafa7070f A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/4.xml +:000000 100644 0000000000000000000000000000000000000000 89e13c50a256033568cb356feef412ed51024875 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/5.xml +:000000 100644 0000000000000000000000000000000000000000 61b1fddc149623daca34168d4376b8e0d2874623 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/6.xml +:000000 100644 0000000000000000000000000000000000000000 631845ef0d91a2e1590c8adec908c0904d5ce52f A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/7.xml +:000000 100644 0000000000000000000000000000000000000000 ddb709b43eaceed7833d86218b39688594556a28 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/8.xml +:000000 100644 0000000000000000000000000000000000000000 3b035fa88a9a6f8c75480080a1e77c6c4ddb77af A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/1/workflow/9.xml +:000000 100644 0000000000000000000000000000000000000000 437f00fbe33022b92a24724d6fa190a37b561b3d A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/build.xml +:000000 100644 0000000000000000000000000000000000000000 fcb31e7f7608cf4a599bcfbfd81cef178bac126e A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/changelog6168804410684211805.xml +:000000 100644 0000000000000000000000000000000000000000 41a2c66069025af08788e2cdf4397d4de030d95f A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/log +:000000 100644 0000000000000000000000000000000000000000 096987100d9eff83275db0fa603aeec061c557ad A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/log-index +:000000 100644 0000000000000000000000000000000000000000 3934035883889f287b4cc0a81ecd8c046783632c A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/10.xml +:000000 100644 0000000000000000000000000000000000000000 1de179f83478677265cd7aa7b33941beb1e7e936 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/11.xml +:000000 100644 0000000000000000000000000000000000000000 2102c8ded850d0ea269ecdbe1f23a8d2df5deec0 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/12.xml +:000000 100644 0000000000000000000000000000000000000000 c0a1c651f417638057983fa06f573337f91e551f A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/13.xml +:000000 100644 0000000000000000000000000000000000000000 6f9404cedaedf727002201a8aaeeff5740e9d63d A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/14.xml +:000000 100644 0000000000000000000000000000000000000000 8b76a4bba6d48eb440fa81bbee0f542dd19aa3e5 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/15.xml +:000000 100644 0000000000000000000000000000000000000000 8b2f8c17f364ad034a8ed1ace42d93201b925063 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/16.xml +:000000 100644 0000000000000000000000000000000000000000 0feac22bd79f7d63c073c906206a1793ff826deb A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/17.xml +:000000 100644 0000000000000000000000000000000000000000 3d706de9233cc89f365063a04eadc455dc772b6d A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/18.xml +:000000 100644 0000000000000000000000000000000000000000 e5e638cd2b8a3cce0a596e5593aa5251137a9e6b A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/19.xml +:000000 100644 0000000000000000000000000000000000000000 5f6b8a3476184a4c83b36acb6d301ad667e88389 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/2.xml +:000000 100644 0000000000000000000000000000000000000000 738aafca8c18ed975faeec3cc2367da79b21e158 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/20.xml +:000000 100644 0000000000000000000000000000000000000000 fe995d7e71658484be26c2739518db9f555799be A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/21.xml +:000000 100644 0000000000000000000000000000000000000000 a708e363854937cda26155308a3294f3681c93a0 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/22.xml +:000000 100644 0000000000000000000000000000000000000000 d64cfb666f1f364fab0b9fac6decb122234b93e5 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/23.xml +:000000 100644 0000000000000000000000000000000000000000 61c837d10249eac11b62c99517a3a3216e28ee36 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/24.xml +:000000 100644 0000000000000000000000000000000000000000 374f2eb721c698b619937fd387e4bf524de41534 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/25.xml +:000000 100644 0000000000000000000000000000000000000000 6fb2d98e17b829531f910191d9866c5d456333c2 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/26.xml +:000000 100644 0000000000000000000000000000000000000000 2fdd4d24318e0f6af25a54899db4e216f5110486 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/27.xml +:000000 100644 0000000000000000000000000000000000000000 ac74c34ada81418aceb0aa33a55b771903a43e6a A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/28.xml +:000000 100644 0000000000000000000000000000000000000000 ca4c0b3353a885f4200319b8256fa2aa9fb6a341 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/29.xml +:000000 100644 0000000000000000000000000000000000000000 40ea548af4ae32c27cce5cbb1d0b8ed48683936e A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/3.xml +:000000 100644 0000000000000000000000000000000000000000 09fea50d21e7339f356ddf33f8ff17c8081023a5 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/30.xml +:000000 100644 0000000000000000000000000000000000000000 2426024d02fc50b7aa27128779a8b90f384e3da6 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/31.xml +:000000 100644 0000000000000000000000000000000000000000 54f45a59f377cf2dfb47adaddab812000267481d A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/32.xml +:000000 100644 0000000000000000000000000000000000000000 a2967264927dafacec4cd367fa52ef978cdf5ada A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/33.xml +:000000 100644 0000000000000000000000000000000000000000 e5ff312876f5780d40f1ada9f8c5421fd55201ec A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/34.xml +:000000 100644 0000000000000000000000000000000000000000 558006e33a193ba8ebd3e898f6545938a4fe43c4 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/35.xml +:000000 100644 0000000000000000000000000000000000000000 17fbdfad68a306eea013ddf4127b069d1e8a5bae A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/36.xml +:000000 100644 0000000000000000000000000000000000000000 26311691e866c9bd4ed1ecfca0486d0b4bb3418d A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/37.xml +:000000 100644 0000000000000000000000000000000000000000 5b3d69eeb4f3cbec403395691481083315c778a5 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/4.xml +:000000 100644 0000000000000000000000000000000000000000 bce12ad08769dd301b6ddfe593f95e7a1b855332 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/5.xml +:000000 100644 0000000000000000000000000000000000000000 9adb784af294f407bb1e88cfe387f9bb10ad93ba A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/6.xml +:000000 100644 0000000000000000000000000000000000000000 c109a7b50afcffd5a444a231bc374b7ecdf46089 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/7.xml +:000000 100644 0000000000000000000000000000000000000000 004d67f0079b9a171f55d1e9182a3952b2dfd4d3 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/8.xml +:000000 100644 0000000000000000000000000000000000000000 86c8bf7ffe70fe68e06d93be5bcc0e4c67e3fb84 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/2/workflow/9.xml +:000000 100644 0000000000000000000000000000000000000000 62390d2dbeff28794118bde081dcd4ea3b1fc73c A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/build.xml +:000000 100644 0000000000000000000000000000000000000000 e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/changelog6925237938131600124.xml +:000000 100644 0000000000000000000000000000000000000000 8cc29beb2b01a52b40df514f95d4c760378150f7 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/log +:000000 100644 0000000000000000000000000000000000000000 ee9a54a92e7d838f001eecc0785087480f3ad872 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/log-index +:000000 100644 0000000000000000000000000000000000000000 f6dcc3539e107152f7c4a602e0b47714baa1d9da A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/10.xml +:000000 100644 0000000000000000000000000000000000000000 70864bffa3a68b3a80e4ccea207ed4b0abb7e579 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/11.xml +:000000 100644 0000000000000000000000000000000000000000 93d9cdafccae51f2463a325dcb87840e763bbf1f A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/12.xml +:000000 100644 0000000000000000000000000000000000000000 5c5531130fc9419f511c1a659972b4034d0f8aff A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/13.xml +:000000 100644 0000000000000000000000000000000000000000 921be08cfae1bef0a8c39967ce1607a4f60e0f5c A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/14.xml +:000000 100644 0000000000000000000000000000000000000000 3b57909a19df85fe1ae3ed4de622e64b6e4459ca A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/15.xml +:000000 100644 0000000000000000000000000000000000000000 99b4755554568be570277196ddd5059b33d0c851 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/16.xml +:000000 100644 0000000000000000000000000000000000000000 f78fd3282ef137fed8dc89cae1480678db50dc24 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/17.xml +:000000 100644 0000000000000000000000000000000000000000 da202dbdf7dc45cea81f8cbcbb71bd951e14b85f A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/18.xml +:000000 100644 0000000000000000000000000000000000000000 40de882554a4f573a29cbb3927f935375fbb936d A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/19.xml +:000000 100644 0000000000000000000000000000000000000000 d36681d6bbc5c7b7b724faea4f1d7cf82598385d A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/2.xml +:000000 100644 0000000000000000000000000000000000000000 08a2f75ad0d300a7738d8f3aa282a6b370b29280 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/20.xml +:000000 100644 0000000000000000000000000000000000000000 052691509cf0458b28c9e1acb727f2aeca04104f A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/21.xml +:000000 100644 0000000000000000000000000000000000000000 d958dc5e77f3e25bd955d3f8434f7b35ae3721ae A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/22.xml +:000000 100644 0000000000000000000000000000000000000000 c4de658ded5fe27d32bfaf4946eada3b0529c612 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/23.xml +:000000 100644 0000000000000000000000000000000000000000 bfa004de34a234c5d37f6fb797d80fbf50133ada A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/24.xml +:000000 100644 0000000000000000000000000000000000000000 af2c6844cf6986f495e8705f3fc2f3ec91ce43cd A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/25.xml +:000000 100644 0000000000000000000000000000000000000000 f2745d74e53aaabe23ccfac812088eb27b9b5c23 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/26.xml +:000000 100644 0000000000000000000000000000000000000000 4e623baa39817df8e5fff205ba44f991f7718ee3 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/27.xml +:000000 100644 0000000000000000000000000000000000000000 30de474d11406a1fafd9a47f3146b159a05c620b A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/28.xml +:000000 100644 0000000000000000000000000000000000000000 63593277b6e74be157692ff60785a35d1e84e61f A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/29.xml +:000000 100644 0000000000000000000000000000000000000000 08eb7db81ab37308056219155bfe7b0d91e987e9 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/3.xml +:000000 100644 0000000000000000000000000000000000000000 1f1230a501930f35eac89aa04961f10082a22758 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/30.xml +:000000 100644 0000000000000000000000000000000000000000 08fd970113324ce4bf4491a87b82631bfc11fd1a A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/31.xml +:000000 100644 0000000000000000000000000000000000000000 7f077199e5a5fa95716eea9f1b135c638f9ac9d3 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/32.xml +:000000 100644 0000000000000000000000000000000000000000 3691fee66dfb6982bf15442dd3f5c6685aafd59f A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/33.xml +:000000 100644 0000000000000000000000000000000000000000 89156c8c3f765164b246e315d1ec0e837cf98a96 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/34.xml +:000000 100644 0000000000000000000000000000000000000000 7fdefb63c7c1e73be0222159853ac59de722ca39 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/35.xml +:000000 100644 0000000000000000000000000000000000000000 30ff70593a79b2fb173fd85d588f530a23bae351 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/36.xml +:000000 100644 0000000000000000000000000000000000000000 f914935808bbca6f4592b27e9ceff57c900b9294 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/37.xml +:000000 100644 0000000000000000000000000000000000000000 9b464725b2f321c136b8a75f3dd0d9cd76378cc6 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/4.xml +:000000 100644 0000000000000000000000000000000000000000 5f686e54cab28da7cb322d3e5925b187002f0406 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/5.xml +:000000 100644 0000000000000000000000000000000000000000 56964e7de8a584e9e877cf4e882b01ba60cc5df7 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/6.xml +:000000 100644 0000000000000000000000000000000000000000 d317d9b83a354d5835c1a18675dced109f80f7c4 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/7.xml +:000000 100644 0000000000000000000000000000000000000000 99a146ee8815097089d980d8d19f33338c95f588 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/8.xml +:000000 100644 0000000000000000000000000000000000000000 ec2714c5f98aa4ec4f1617a2da65fef8887e25b8 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/3/workflow/9.xml +:000000 100644 0000000000000000000000000000000000000000 8afd336562569219679d2a62467cce5dba3532b0 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/build.xml +:000000 100644 0000000000000000000000000000000000000000 e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/changelog7660490587885135652.xml +:000000 100644 0000000000000000000000000000000000000000 596cde9d609c5e53d671d3fc4249f0944416ba5f A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/log +:000000 100644 0000000000000000000000000000000000000000 e9692911e6cfcc1b2a2ab16295ff9bb9c0720729 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/log-index +:000000 100644 0000000000000000000000000000000000000000 3d9a488516c11b12482261b622ce66c575fd062d A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/program.dat +:000000 100644 0000000000000000000000000000000000000000 ff884c3b2436353de7341aed054ad2c0a650a0c2 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/10.xml +:000000 100644 0000000000000000000000000000000000000000 a67e86a054b18e47a4c17a73e3b648ab3f5799b9 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/11.xml +:000000 100644 0000000000000000000000000000000000000000 4ba656c3e6e95f5af58a7fe410d08bdbb13e5670 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/12.xml +:000000 100644 0000000000000000000000000000000000000000 8f829c25e0a8c987dd0ad04e0514fdb6dd820a1a A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/13.xml +:000000 100644 0000000000000000000000000000000000000000 14d2b023afbf6330801d7a38fdacf09b82422674 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/14.xml +:000000 100644 0000000000000000000000000000000000000000 a83a886135b3df265ca4ae267430851a8047f1af A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/15.xml +:000000 100644 0000000000000000000000000000000000000000 74ee91707d891dd8247e24a93e86ba0b915b380a A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/16.xml +:000000 100644 0000000000000000000000000000000000000000 1dea3d4bd4675df465b84059906b5a76042c90aa A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/17.xml +:000000 100644 0000000000000000000000000000000000000000 b83e4cdd23ad61b710e3ea6fbb1400c42864440a A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/18.xml +:000000 100644 0000000000000000000000000000000000000000 c4608a966a7d57329a761cb1d1ebcf9ed42000ca A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/19.xml +:000000 100644 0000000000000000000000000000000000000000 3b946a031ee94841ddcec8558b8cc00b97ec80e2 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/2.xml +:000000 100644 0000000000000000000000000000000000000000 797c5d01b559bae23551d82c732124658ec1e115 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/20.xml +:000000 100644 0000000000000000000000000000000000000000 245ff8673a640c2b1b8b914b0fb159418b268f64 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/21.xml +:000000 100644 0000000000000000000000000000000000000000 5167547f18577afd4748a67e6f9376d768c118fa A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/22.xml +:000000 100644 0000000000000000000000000000000000000000 b29b2b9acaf93e2ced0ba4fb2633852d7d8b1b99 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/23.xml +:000000 100644 0000000000000000000000000000000000000000 332d2c5fe1f1deb284832533c5ef1196ffd1fdfb A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/24.xml +:000000 100644 0000000000000000000000000000000000000000 6c195d2586626bdefa894d5518da39e579c65f19 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/25.xml +:000000 100644 0000000000000000000000000000000000000000 166b7240796c136c3bdb32f267612c1e6bcfabb3 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/26.xml +:000000 100644 0000000000000000000000000000000000000000 31c18ad057f1f5e376928bd25613f74b40a15a75 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/3.xml +:000000 100644 0000000000000000000000000000000000000000 8d567d6994551ab7b4d56d982ba3055b21b5a7cd A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/4.xml +:000000 100644 0000000000000000000000000000000000000000 5e0c99b1c01f2dbeef79f41285fee8ea291e9149 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/5.xml +:000000 100644 0000000000000000000000000000000000000000 2297fce49f33e72e7fbd7fe3d013d7d5ded913b5 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/6.xml +:000000 100644 0000000000000000000000000000000000000000 55329212b7ec26b6a0355e369a2bfe38e537a060 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/7.xml +:000000 100644 0000000000000000000000000000000000000000 0a62cdc49170df92b36f0c540e38d9efb90bb54d A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/8.xml +:000000 100644 0000000000000000000000000000000000000000 85e4d0b3938dab38fc8210411f3fce2ae002a176 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/9.xml +:000000 120000 0000000000000000000000000000000000000000 e440e5c842586965a7fb77deda2eca68612b1f53 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/lastFailedBuild +:000000 120000 0000000000000000000000000000000000000000 d7d17fcbef95ca19081c4cc5e97cbc592cc7081f A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/lastStableBuild +:000000 120000 0000000000000000000000000000000000000000 d7d17fcbef95ca19081c4cc5e97cbc592cc7081f A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/lastSuccessfulBuild +:000000 120000 0000000000000000000000000000000000000000 d7d17fcbef95ca19081c4cc5e97cbc592cc7081f A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/lastUnstableBuild +:000000 120000 0000000000000000000000000000000000000000 e440e5c842586965a7fb77deda2eca68612b1f53 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/lastUnsuccessfulBuild +:000000 100644 0000000000000000000000000000000000000000 e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/legacyIds +:000000 100644 0000000000000000000000000000000000000000 1b581e7f1a515b5b534512c365e2966d3ab5adc3 A jenkins_home/jobs/lippia-api-example-project/branches/master/config.xml +:000000 120000 0000000000000000000000000000000000000000 896f9b21f7a07e2e538d2fd98ed853b99e424eb2 A jenkins_home/jobs/lippia-api-example-project/branches/master/lastStable +:000000 120000 0000000000000000000000000000000000000000 d643e15cbfcf6f4c2901cd1e7857bd7d2dc9ff9e A jenkins_home/jobs/lippia-api-example-project/branches/master/lastSuccessful +:000000 100644 0000000000000000000000000000000000000000 8b25206ff90e9432f6f1a8600f87a7bd695a24af A jenkins_home/jobs/lippia-api-example-project/branches/master/name-utf8.txt +:000000 100644 0000000000000000000000000000000000000000 7ed6ff82de6bcc2a78243fc9c54d3ef5ac14da69 A jenkins_home/jobs/lippia-api-example-project/branches/master/nextBuildNumber +:000000 100644 0000000000000000000000000000000000000000 db4c0c82f88e384c7875f9abc91b9dc35627a5e6 A jenkins_home/jobs/lippia-api-example-project/branches/master/scm-last-seen-revision-hash.xml +:000000 100644 0000000000000000000000000000000000000000 db4c0c82f88e384c7875f9abc91b9dc35627a5e6 A jenkins_home/jobs/lippia-api-example-project/branches/master/scm-revision-hash.xml +:100644 100644 de3d5a10b984710d14f3718a01e29a0e26169d67 f4fc9540397e090998634b9de65e42e0b751a03e M jenkins_home/org.jenkinsci.plugins.workflow.flow.FlowExecutionList.xml +:000000 100644 0000000000000000000000000000000000000000 81ffe7f4be3f1b8e9b51fd02a30c3ac4b6e1e702 A jenkins_home/secrets/org.jenkinsci.plugins.workflow.log.ConsoleAnnotators.consoleAnnotator +:000000 100644 0000000000000000000000000000000000000000 1927fd9737517f568ad52e047685bbe355a49137 A jenkins_home/users/juancarames_5757746511358830018/config.xml +:100644 100644 b6f6f6290fa3da3e52865225842923469d46343a 2a861f297027733851366106da6314b56a6e5530 M jenkins_home/users/users.xml diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/log b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/log new file mode 100644 index 0000000..772a6e5 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/log @@ -0,0 +1,174 @@ +Started by user ha:////4JA9v5tUzlTDtGOPJBEIYYw13/8/48+N2KXiX3lP80O/AAAAlx+LCAAAAAAAAP9b85aBtbiIQTGjNKU4P08vOT+vOD8nVc83PyU1x6OyILUoJzMv2y+/JJUBAhiZGBgqihhk0NSjKDWzXb3RdlLBUSYGJk8GtpzUvPSSDB8G5tKinBIGIZ+sxLJE/ZzEvHT94JKizLx0a6BxUmjGOUNodHsLgAzWEgZu/dLi1CL9xJTczDwAj6GcLcAAAAA=admin + > git rev-parse --is-inside-work-tree # timeout=10 +Setting origin to git@bitbucket.org:crowdarautomation/lippia-api-example-project.git + > git config remote.origin.url git@bitbucket.org:crowdarautomation/lippia-api-example-project.git # timeout=10 +Fetching origin... +Fetching upstream changes from origin + > git --version # timeout=10 + > git config --get remote.origin.url # timeout=10 +using GIT_SSH to set credentials jenkins-generated-ssh-key + > git fetch --tags --force --progress origin +refs/heads/*:refs/remotes/origin/* +Seen branch in repository origin/Guillermo-Aguirre/readmemd-edited-online-with-bitbucket-1564705696111 +Seen branch in repository origin/entityConfiguration +Seen branch in repository origin/master +Seen 3 remote branches +Obtained Jenkinsfile from 3d34959c561d0080f1eac61990637c46cc724ce2 +Running in Durability level: MAX_SURVIVABILITY +ha:////4EpFwZMblgPsvyuGKahQ1L+j05K4tCKNbiHHZH0UNZxoAAAAoh+LCAAAAAAAAP9tjTEOwjAQBM8BClpKHuFItIiK1krDC0x8GCfWnbEdkooX8TX+gCESFVvtrLSa5wtWKcKBo5UdUu8otU4GP9jS5Mixv3geZcdn2TIl9igbHBs2eJyx4YwwR1SwULBGaj0nRzbDRnX6rmuvydanHMu2V1A5c4MHCFXMWcf8hSnC9jqYxPTz/BXAFEIGsfuclm8zQVqFvQAAAA==[Pipeline] Start of Pipeline +ha:////4JbFIovlyT+ZyXlfN0Sge4M2zB+J8Zu8WqfqcDkWFDDTAAAApR+LCAAAAAAAAP9tjTEOwjAUQ3+KOrAycohUghExsUZZOEFIQkgb/d8mKe3EibgadyBQiQlLlmxL1nu+oE4RjhQdby12HpP2vA+jK4lPFLtroIm3dOGaMFGwXNpJkrGnpUrKFhaxClYC1hZ1oOTRZdiIVt1VExS65pxj2Q4CKm8GeAAThZxVzN8yR9jeRpMIf5y/AJj7DGxXvP/86jduZBmjwAAAAA==[Pipeline] node +Running on ha:////4L6hoUIbWOHwlkY93tw6rrqwebps19DdkUlnlOjiPx+jAAAAnh+LCAAAAAAAAP9b85aBtbiIQTGjNKU4P08vOT+vOD8nVc83PyU1x6OyILUoJzMv2y+/JJUBAhiZGBgqihhk0NSjKDWzXb3RdlLBUSYGJk8GtpzUvPSSDB8G5tKinBIGIZ+sxLJE/ZzEvHT94JKizLx0a6BxUmjGOUNodHsLgAz2EgZh/eT83ILSktQifY3cxGIgrakPAHib2iPIAAAAJenkins in /var/jenkins_home/workspace/ippia-api-example-project_master +ha:////4An/JK7ttUJB8PL7SrZO8V4y9FGdNSKGJMNcKFpoxhxuAAAApR+LCAAAAAAAAP9tjTEOwjAUQ3+KOrAycoh0gA0xsUZZOEFIQkgb/d8mKe3EibgadyBQiQlLlmxL1nu+oE4RjhQdby12HpP2vA+jK4lPFLtroIm3dOGaMFGwXNpJkrGnpUrKFhaxClYC1hZ1oOTRZdiIVt1VExS65pxj2Q4CKm8GeAAThZxVzN8yR9jeRpMIf5y/AJj7DGxXvP/86jfoP95RwAAAAA==[Pipeline] { +ha:////4Hb+IsHl99PpL00yKBYZ/cELdpsxcvFOImrNjM3ayltcAAAApR+LCAAAAAAAAP9tjTEOwjAUQ3+KOrAycoh0gQkxsUZZOEFIQkgb/d8mKe3EibgadyBQiQlLlmxL1nu+oE4RjhQdby12HpP2vA+jK4lPFLtroIm3dOGaMFGwXNpJkrGnpUrKFhaxClYC1hZ1oOTRZdiIVt1VExS65pxj2Q4CKm8GeAAThZxVzN8yR9jeRpMIf5y/AJj7DGxXvP/86jc09154wAAAAA==[Pipeline] stage +ha:////4DYcSpHJuJSnGcW1Hw7C/AY+emmR7paW70jmzBKKpBVbAAAApR+LCAAAAAAAAP9tjTEOwjAUQ3+KOrAycoh0ggUxsUZZOEFIQkgb/d8mKe3EibgadyBQiQlLlmxL1nu+oE4RjhQdby12HpP2vA+jK4lPFLtroIm3dOGaMFGwXNpJkrGnpUrKFhaxClYC1hZ1oOTRZdiIVt1VExS65pxj2Q4CKm8GeAAThZxVzN8yR9jeRpMIf5y/AJj7DGxXvP/86jek7ggRwAAAAA==[Pipeline] { (Declarative: Checkout SCM) +ha:////4KpON2s1z0FcGBMZuC7x6NsOn5Y94IfM+IuW/hH0Q3MTAAAAoh+LCAAAAAAAAP9tjTEOAiEURD9rLGwtPQTbaWGsbAmNJ0AWEZb8zwLrbuWJvJp3kLiJlZNMMm+a93rDOic4UbLcG+wdZu14DKOti0+U+lugiXu6ck2YKRguzSSpM+cFJRUDS1gDKwEbgzpQdmgLbIVXD9UGhba9lFS/o4DGdQM8gYlqLiqVL8wJdvexy4Q/z18BzLEA29ce4gfg7KmOvAAAAA==[Pipeline] checkout +using credential jenkins-generated-ssh-key + > git rev-parse --is-inside-work-tree # timeout=10 +Fetching changes from the remote Git repository + > git config remote.origin.url git@bitbucket.org:crowdarautomation/lippia-api-example-project.git # timeout=10 +Cleaning workspace + > git rev-parse --verify HEAD # timeout=10 +Resetting working tree + > git reset --hard # timeout=10 + > git clean -fdx # timeout=10 +Fetching without tags +Fetching upstream changes from git@bitbucket.org:crowdarautomation/lippia-api-example-project.git + > git --version # timeout=10 +using GIT_SSH to set credentials jenkins-generated-ssh-key + > git fetch --no-tags --force --progress git@bitbucket.org:crowdarautomation/lippia-api-example-project.git +refs/heads/*:refs/remotes/origin/* +Checking out Revision 3d34959c561d0080f1eac61990637c46cc724ce2 (master) + > git config core.sparsecheckout # timeout=10 + > git checkout -f 3d34959c561d0080f1eac61990637c46cc724ce2 + > git branch -a -v --no-abbrev # timeout=10 + > git branch -D master # timeout=10 + > git checkout -b master 3d34959c561d0080f1eac61990637c46cc724ce2 +Commit message: "subo archivos del jenkins home + atlassian problema" + > git rev-list --no-walk eda8875f3eb04d1bd4d992f585ca5f96307b1f72 # timeout=10 +Cleaning workspace + > git rev-parse --verify HEAD # timeout=10 +Resetting working tree + > git reset --hard # timeout=10 + > git clean -fdx # timeout=10 +ha:////4O3nADGHs23/Kl3D4Vem/YK++A7mSIgOy37UayO0/AUVAAAAoh+LCAAAAAAAAP9tjTEOAiEURD9rLGwtPQTbGRNjZUtoPAGyiLDkfxZYdytP5NW8g8RNrJxkknnTvNcb1jnBiZLl3mDvMGvHYxhtXXyi1N8CTdzTlWvCTMFwaSZJnTkvKKkYWMIaWAnYGNSBskNbYCu8eqg2KLTtpaT6HQU0rhvgCUxUc1GpfGFOsLuPXSb8ef4KYI6xADvU7j9Dg2gqvAAAAA==[Pipeline] } +ha:////4O9w4ghdmRfJF0B7+f9fc/xQtiMOEbP+6UqMSgc5gMJ4AAAAoh+LCAAAAAAAAP9tjTEOAiEURD9rLGwtPQRbWRhjZUtoPAGyiLDkfxZYdytP5NW8g8RNrJxkknnTvNcb1jnBiZLl3mDvMGvHYxhtXXyi1N8CTdzTlWvCTMFwaSZJnTkvKKkYWMIaWAnYGNSBskNbYCu8eqg2KLTtpaT6HQU0rhvgCUxUc1GpfGFOsLuPXSb8ef4KYI6xADvU7j9J+wGOvAAAAA==[Pipeline] // stage +ha:////4NHa52FzR5XLRVgw0jzEUH2u5K3XlMUkICfTRX8gsn2sAAAAph+LCAAAAAAAAP9tjTEOwjAQBM9BKWgpeYQDEh2iorXc8AITG+PEugv2haTiRXyNPxCIRMVWOyut5vmCMic4UPKycdgGzHWQXez91ORAqb1EGmRDZ1kTZopOajdosu44oyZ2MEcUsFCwdFhHygE9w0o15m6qaNBXJ07TtldQBHuDBwg1mdkk/sKYYH3tbSb8ef4KYOwYxI6h2G4+x/INtuQqUcEAAAA=[Pipeline] withEnv +ha:////4IkdELn3H+ehOu0IBl7G5ln2lrzrxMUhcHI+zdjztI7fAAAApR+LCAAAAAAAAP9tjTEOwjAUQ3+DOrAycoiUzoiJNerCCUITQtLo/zZJSSdOxNW4Ay2VmPBg2Zas93pDGQOcKBjuNHYWY2t570czJ54pdDdPmTu68pYwkte80bkhpc9rbShpWFUw2AjYamw9RYsmwU44+ZCVl2iqSwrzdhTArBrgCYWYyUmG9C1TgP19VJHwx/kLgKlPwOrDYvXyLD8BobDcwgAAAA==[Pipeline] { +ha:////4GI1mBjlATcQtxCtJOjVUpQQFPVKbS2eVJPyCSQFCIEdAAAAph+LCAAAAAAAAP9tjTEOwjAUQ3+LOrAycohUZUVMrFEWThCaEJJG/7dJSjpxIq7GHWipxIQHy7ZkvdcbqhjgRMEwp7GzGFvLej+aObFMobt5yszRlbWEkbxmQmdBSp/XKihpWFWUsOGw1dh6ihZNgh138iFrL9HUlxTm7cihtGqAJxR8JicZ0rdMAfb3UUXCH+cvAKY+Qdk0ix2WZ/UBbwyqm8IAAAA=[Pipeline] stage +ha:////4GhVvIM1JlLTvuNaoqX3JUu1eUxdkq7zCPFeBl7eilMAAAAAph+LCAAAAAAAAP9tjTEOwjAUQ3+LOrAycohUwIiYukZZOEFoQkgb/V9+UtqJE3E17kBLJSY8WLYl673eUESGE7ETjcXWY6y96ELvpiQG4vYaaBANXURNGClYoeygyNhqqYqShUVZDisJa4t1oOjRJdjIRj90GTS68px42o4Scm/u8IRMTuSkOX3LyLC99SYS/jh/ATB2CfLdfrbD/Cw+y7kUycIAAAA=[Pipeline] { (Declarative: Tool Install) +ha:////4N7iDLg+L+l04wzSBEBItgpacbjdMyr9uDK6adVTVzMfAAAApB+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOIiBB2iSmu54QUmNsaJdWdsh6TiRXyNPxCIRMUWq51t5vmCZYpw5GixNdQ5So3D4Hs7LRw4dhfPA7Z8xoYpsTcozSBZm3pGydnAnKKEhYCVocZzcmQzrEWr7qryimx1ynH6DgJKp2/wgEJM5qxi/sIYYXPtdWL6ef4KYAwZyu3uU/vwBgq0rvS+AAAA[Pipeline] tool +ha:////4A4kctZvlpyPbu8PpKcK53GTpXd+QYGaA12bwdhGc7acAAAApB+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOIihKgQVVrLDS8wsTFOrDtjOyQVL+Jr/IFAJCq2WO1sM88XLFOEI0eLraHOUWocBt/baeHAsbt4HrDlMzZMib1BaQbJ2tQzSs4G5hQlLASsDDWekyObYS1adVeVV2SrU47TdxBQOn2DBxRiMmcV8xfGCJtrrxPTz/NXAGPIUG53n9qHN0uFte2+AAAA[Pipeline] envVarsForTool +ha:////4FCAN4aPqIvvtZZIeGn7Ykc6SL/F/dR5JapSvxImrwTzAAAApR+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOIihESDqNJabniBiY1xYt0Z2yGpeBFf4w8EIlGxxWpnm3m+YJkiHDlabA11jlLjMPjeTgsHjt3F84Atn7FhSuwNSjNI1qaeUXI2MKcoYSFgZajxnBzZDGvRqruqvCJbnXKcvoOA0ukbPKAQkzmrmL8wRthce52Yfp6/AhhDyFBu95/avQEeFbpZvgAAAA==[Pipeline] } +ha:////4NMmpVp8HvnfaGCk6ooRIduGb6/F3kmPOI5bcU9Imnm6AAAApB+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOIiaCgQVVrLDS8wsTFOrDtjOyQVL+Jr/IFAJCq2WO1sM88XLFOEI0eLraHOUWocBt/baeHAsbt4HrDlMzZMib1BaQbJ2tQzSs4G5hQlLASsDDWekyObYS1adVeVV2SrU47TdxBQOn2DBxRiMmcV8xfGCJtrrxPTz/NXAGMIGcrt/lO7Ny324eW+AAAA[Pipeline] // stage +ha:////4FMSGU596ro4O24GdH6I5fZjkbdkZzf3fBSvaGAzivhMAAAApx+LCAAAAAAAAP9tjTEOwjAUQ3+LOrAycohU3ZAQE2uUhROEJoSk0f9tkpJOnIircQdaKjHhwbItWe/1hioGOFEwzGnsLMbWst6PZk4sU+hunjJzdGUtYSSvmdBZkNLntQpKGlYVJWw4bDW2nqJFk2DHnXzI2ks09SWFeTtyKK0a4AkFn8lJhvQtU4D9fVSR8Mf5C4CpT1A2zWKH5Vl9AAkvMTrCAAAA[Pipeline] withEnv +ha:////4E1XdtaCR43qNgMlgJL1bmyI27EO1NcI7KM3IbkVBkLRAAAApx+LCAAAAAAAAP9tjTEOwjAUQ3+LOrAycohUbCDE1DXKwglCE0La6P/yk9JOnIircQdaKjHhwbItWe/1hiIynIidaCy2HmPtRRd6NyUxELfXQINo6CJqwkjBCmUHRcZWS1WULCzKclhJWFusA0WPLsFGNvqhy6DRlefE03aUkHtzhydkciInzelbRobtrTeR8Mf5C4CxS5Dv9rMd5mfxASnCIIrCAAAA[Pipeline] { +ha:////4FTkvBZdz+VVctGk/lmfY6n1DBzM9LJMslccd0Cf5rnnAAAApx+LCAAAAAAAAP9tjTEOwjAUQ3+LOrAycogU2BDqxBp14QShCSFp9H9JUtKJE3E17kCgEhMeLNuS9Z4vqIKHhrxmVmFvMHSGDW7UObFEvr84SszSmXWEgZxirUotSXWca0tRwayihAWHpcLOUTCoI6y4FXdRO4G6PkWftwOH0sgbPKDgmRyFj98yeVhfRxkIf5y/AJiGCOV2n223+TyrN7xWSV3CAAAA[Pipeline] stage +ha:////4JJz08kWJ32WWwEjs4hmPl/36Hh5F303HFm8qYF7fYt1AAAAph+LCAAAAAAAAP9tjTEOwjAUQ3+LOrAycogUWBFT1ygLJwhNCGmj/8tPSjtxIq7GHWipxIQHy7ZkvdcbishwInaisdh6jLUXXejdlMRA3F4DDaKhi6gJIwUrlB0UGVstVVGysCjLYSVhbbEOFD26BBvZ6Icug0ZXnhNP21FC7s0dnpDJiZw0p28ZGba33kTCH+cvAMYuQX7Yzbafn8UHbGnGmsIAAAA=[Pipeline] { (Build) +ha:////4FzlFxP9CTAScCeVOCE5BujDXjtbH+ad5Vu7eQFyM8WMAAAAox+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOIi0iIqWisNLzCJMXasO8d2cCpexNf4A4FIVGyx2tlmni9YxwBHDhqtot5QbA16N+p5YebQXx1ntHzBlimyU9io3HCnTgs2nBQsKUpYCdgoah1HQzrBVlh5l5WTpKtzCvN3EFCaboAHFGI2JxnSF6YAu9vYRaaf568AJp+grPefqv0bH7uiub4AAAA=[Pipeline] tool +ha:////4ANkmrmjrhRpjki5goiDEzIwF1rNggEJ/phokjkuQtd7AAAAox+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOIioERUaS03vMDExjix7oztkFS8iK/xBwKRqNhitbPNPF+wTBGOHC22hjpHqXEYfG+nhQPH7uJ5wJbP2DAl9galGSRrU88oORuYU5SwELAy1HhOjmyGtWjVXVVeka1OOU7fQUDp9A0eUIjJnFXMXxgjbK69Tkw/z18BjCFDudt+ah/eXoq5oL4AAAA=[Pipeline] envVarsForTool +ha:////4GdaAMi5ShIS//mIEX+Xl6knOIy/SGJae7L7r4zOY7IlAAAApx+LCAAAAAAAAP9tjTEOwjAUQ3+LOrAycohUIDbE1DXKwglCE0La6P/yk9JOnIircQdaKjHhwbItWe/1hiIynIidaCy2HmPtRRd6NyUxELfXQINo6CJqwkjBCmUHRcZWS1WULCzKclhJWFusA0WPLsFGNvqhy6DRlefE03aUkHtzhydkciInzelbRobtrTeR8Mf5C4CxS5Dvd7Md5mfxAR8nhQvCAAAA[Pipeline] withEnv +ha:////4Ne3beDKL8J2X+bJm03TPdjVzp+GFdCnvjAT9J7myRHlAAAApx+LCAAAAAAAAP9tjTEOwjAUQ3+LOrAycohUQjAhpq5RFk4QmhDSRv+Xn5R24kRcjTvQUokJD5ZtyXqvNxSR4UTsRGOx9RhrL7rQuymJgbi9BhpEQxdRE0YKVig7KDK2WqqiZGFRlsNKwtpiHSh6dAk2stEPXQaNrjwnnrajhNybOzwhkxM5aU7fMjJsb72JhD/OXwCMXYJ8t5/tMD+LD/hYjrHCAAAA[Pipeline] { +ha:////4CxVkqej/NSBqll1Ae4co3t4WJ2udUBkqfNOoO3sLwP7AAAApR+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOIiIUGDqNJabniBiY1xYt0Z2yGpeBFf4w8EIlGxxWpnm3m+YJkiHDlabA11jlLjMPjeTgsHjt3F84Atn7FhSuwNSjNI1qaeUXI2MKcoYSFgZajxnBzZDGvRqruqvCJbnXKcvoOA0ukbPKAQkzmrmL8wRthce52Yfp6/AhhDhnK7+9Q+vAEIWoEpvgAAAA==[Pipeline] sh ++ mvn clean -P Secuencial test +[INFO] Scanning for projects... +[WARNING] +[WARNING] Some problems were encountered while building the effective model for com.Crowdar:lippia-api-example-project:jar:1.0-SNAPSHOT +[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: com.fasterxml.jackson.core:jackson-databind:jar -> version 2.9.3 vs 2.9.5 @ com.crowdar:Crowd-Root-Framework:1.6, /var/jenkins_home/.m2/repository/com/crowdar/Crowd-Root-Framework/1.6/Crowd-Root-Framework-1.6.pom, line 356, column 25 +[WARNING] +[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. +[WARNING] +[WARNING] For this reason, future Maven versions might no longer support building such malformed projects. +[WARNING] +[INFO] +[INFO] ---------------< com.Crowdar:lippia-api-example-project >--------------- +[INFO] Building api-rest-automation 1.0-SNAPSHOT +[INFO] --------------------------------[ jar ]--------------------------------- +[INFO] +[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ lippia-api-example-project --- +[INFO] +[INFO] --- maven-resources-plugin:2.4:resources (default-resources) @ lippia-api-example-project --- +[INFO] Using 'UTF-8' encoding to copy filtered resources. +[INFO] Copying 3 resources +[INFO] +[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ lippia-api-example-project --- +[INFO] Changes detected - recompiling the module! +[INFO] Compiling 6 source files to /var/jenkins_home/workspace/ippia-api-example-project_master/target/classes +[INFO] +[INFO] --- maven-resources-plugin:2.4:testResources (default-testResources) @ lippia-api-example-project --- +[INFO] Using 'UTF-8' encoding to copy filtered resources. +[INFO] Copying 4 resources +[INFO] +[INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ lippia-api-example-project --- +[INFO] Changes detected - recompiling the module! +[INFO] Compiling 4 source files to /var/jenkins_home/workspace/ippia-api-example-project_master/target/test-classes +[INFO] +[INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ lippia-api-example-project --- +[INFO] +[INFO] ------------------------------------------------------- +[INFO] T E S T S +[INFO] ------------------------------------------------------- +[INFO] Running TestSuite +WARNING: Found tags option '~@Ignore'. Support for '~@tag' will be removed from the next release of Cucumber-JVM. Please use 'not @tag' instead. + +0 Scenarios +0 Steps +0m0.148s + +TEST STEP FINISHED EN HILO :12 +02/09/19 16:41:02 INFO ExtentReportManager:137 - ------flushing Thread : 12 +02/09/19 16:41:02 INFO ExtentReportManager:110 - ------ creating extent report infor -------------------------------- +02/09/19 16:41:02 INFO ExtentReportManager:60 - #####Extent xml configuration : /var/jenkins_home/workspace/ippia-api-example-project_master/extent-config.xml +02/09/19 16:41:02 INFO ExtentReportManager:103 - --------EXTENTREPORT Setting Append Existing to true ------------------------------- +[ERROR] Tests run: 3, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 0.816 s <<< FAILURE! - in TestSuite +[ERROR] runScenario(ApiExampleProjectTestRunner) Time elapsed: 0.123 s <<< FAILURE! +java.lang.NoClassDefFoundError: com/atlassian/jwt/CanonicalHttpRequest +Caused by: java.lang.ClassNotFoundException: com.atlassian.jwt.CanonicalHttpRequest + +[ERROR] runScenario(ApiExampleProjectTestRunner) Time elapsed: 0.006 s <<< FAILURE! +java.lang.NoClassDefFoundError: com/atlassian/jwt/CanonicalHttpRequest +Caused by: java.lang.ClassNotFoundException: com.atlassian.jwt.CanonicalHttpRequest + +[ERROR] runScenario(ApiExampleProjectTestRunner) Time elapsed: 0.009 s <<< FAILURE! +java.lang.NoClassDefFoundError: com/atlassian/jwt/CanonicalHttpRequest +Caused by: java.lang.ClassNotFoundException: com.atlassian.jwt.CanonicalHttpRequest + +[INFO] +[INFO] Results: +[INFO] +[ERROR] Failures: +[ERROR] ApiExampleProjectTestRunner.runScenario(ApiExampleProjectTestRunner) +[ERROR] Run 1: ApiExampleProjectTestRunner>AbstractTestNGCucumberTests.runScenario:22 » NoClassDefFound +[ERROR] Run 2: ApiExampleProjectTestRunner>AbstractTestNGCucumberTests.runScenario:22 » NoClassDefFound +[ERROR] Run 3: ApiExampleProjectTestRunner>AbstractTestNGCucumberTests.runScenario:22 » NoClassDefFound +[INFO] +[INFO] +[ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0 +[INFO] +[INFO] ------------------------------------------------------------------------ +[INFO] BUILD FAILURE +[INFO] ------------------------------------------------------------------------ +[INFO] Total time: 5.078 s +[INFO] Finished at: 2019-09-02T16:41:02Z +[INFO] ------------------------------------------------------------------------ +[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.22.1:test (default-test) on project lippia-api-example-project: There are test failures. +[ERROR] +[ERROR] Please refer to /var/jenkins_home/workspace/ippia-api-example-project_master/target/surefire-reports for the individual test results. +[ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream. +[ERROR] -> [Help 1] +[ERROR] +[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. +[ERROR] Re-run Maven using the -X switch to enable full debug logging. +[ERROR] +[ERROR] For more information about the errors and possible solutions, please read the following articles: +[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException +ha:////4LEWiExrdsKClH1woao4TchD1RpFQ03dXFSIojLSFhgsAAAApR+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOIiISEKRJXWcsMLTGyME+vO2A5JxYv4Gn8gEImKLVY728zzBcsU4cjRYmuoc5Qah8H3dlo4cOwungds+YwNU2JvUJpBsjb1jJKzgTlFCQsBK0ON5+TIZliLVt1V5RXZ6pTj9B0ElE7f4AGFmMxZxfyFMcLm2uvE9PP8FcAYQoZyu//U7g3QKkBhvgAAAA==[Pipeline] } +ha:////4KAByWiCZRGS0c+zVJyWBxF2z41sDlVAt5Gna2De8+AiAAAApR+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOIiIQokRJXWcsMLTGyME+vO2A5JxYv4Gn8gEImKLVY728zzBcsU4cjRYmuoc5Qah8H3dlo4cOwungds+YwNU2JvUJpBsjb1jJKzgTlFCQsBK0ON5+TIZliLVt1V5RXZ6pTj9B0ElE7f4AGFmMxZxfyFMcLm2uvE9PP8FcAYQoZyu//U7g2TqBHnvgAAAA==[Pipeline] // withEnv +ha:////4CJcWn0jPKr3gBLyqNB+I77b+wMxyr598EfTBM+QkfA/AAAApB+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOIi6BCiSmu54QUmNsaJdWdsh6TiRXyNPxCIRMUWq51t5vmCZYpw5GixNdQ5So3D4Hs7LRw4dhfPA7Z8xoYpsTcozSBZm3pGydnAnKKEhYCVocZzcmQzrEWr7qryimx1ynH6DgJKp2/wgEJM5qxi/sIYYXPtdWL6ef4KYAwhQ7nbf2r7BrmPJ1y+AAAA[Pipeline] } +ha:////4KiUMikXVkhCUIzNma6Q6dm4TyEKJuOE7SBleUsygQaPAAAApB+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOISQYmo0lppeIGJjXFi3RnbIal4EV/jD1hEomKL1c4283rDOgY4cTDYaxosxc6id6PJCycOw9XxhD1fsGOK7DS2empZ6WbBlpOGJUUJKwEbTZ3jaMkk2IpePmTlJJnqnEL+jgJKq+7whEJkc5IhfWEOsLuNKjL9PH8FMHufoDzUufb1B1PlWKq+AAAA[Pipeline] // stage +ha:////4LFgOI5yeavOoNqdADbCFECIOar9QpjjwFKdw3ha8+enAAAApR+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOKiiAohqrRWGl5gYmOcWHfGdkgqXsTX+AMWkajYYrWzzbzesI4BThwM9poGS7Gz6N1o8sKJw3B1PGHPF+yYIjuNrZ5aVrpZsOWkYUlRwkrARlPnOFoyCbailw9ZOUmmOqeQv6OA0qo7PKEQ2ZxkSF+YA+xuo4pMP89fAczeJyj3da768AGR3fUzvgAAAA==[Pipeline] } +ha:////4I0S4UlC7VN6PxYpQwp4Uj+XIHwKK8K53xVQn1hBf5fTAAAApR+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOIioEFCqWgtN7zAJMY4se6C7eBUvIiv8QcsIlGxxWpnm3m9YRk81OwNdpp6S6GxOLjR5IWJfX91nLDjCzZMgZ1GqZPkVp9mlBw1zClKWAhYaWocB0smwlp06qEqp8hU5+jzdxRQ2vYOTyhENkfl4xcmD5vb2Aamn+evAKZhiFDud7m2hw+pn2bCvgAAAA==[Pipeline] // withEnv +ha:////4KNhBb03UJQoY/CNkvwU6obpFdCsE0CydNzm/8J1q3+MAAAApB+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPMJRlBJR0VppeIGJjXFi3Tn2haTiRXyNP2ARiYotVjvbzOsN2xThRNGK3uDgMHVOBD/ZvMRMcbh5mkVPV9ERJvJGtGZuSZvzii2xgTVFCRsJO4Odp+TQMuxlrx6q8gptdeGYv6OE0ukRnlDIbGYV+QtLhMN90onw5/krgCUEhrJpctX1B6j05nC+AAAA[Pipeline] } +ha:////4D4HFERUFQNpLZ99yGkyeTHH0UaMhIfPp/c9fh9Ds/MgAAAApB+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOICgg6lorXc8AKTGOPEugu2g1PxIr7GH7CIRMUWq51t5vWGZfBQszfYaeothcbi4EaTFyb2/dVxwo4v2DAFdhqlTpJbfZpRctQwpyhhIWClqXEcLJkIa9Gph6qcIlOdo8/fUUBp2zs8oRDZHJWPX5g8bG5jG5h+nr8CmIYhQrk/5NptP4b05Bq+AAAA[Pipeline] // withEnv +ha:////4AfwjqvCftyNrvJcELZ58nf9wqmasaC9wu/MXXm1ms+KAAAAox+LCAAAAAAAAP9tjTESgjAQRT84FraWHiIUauVY2WZoPEGEGAOZXUwWofJEXs07yMiMlb/67zXv9cYyRRw5OtVYaj2lyqsu9G56auDYXgMPquGLqpgSB6tKO5Rc29OMJYvFvCzHQmNlqQqcPDnBWjfmYYpgyBVniZM7aOS+vuOJTE9lMVG+MEZsbn2dmH6dvwGMXSfIt3tBtvsA/gVtV70AAAA=[Pipeline] } +ha:////4CepxyXf0V/b9GzrJE8ZqXIYuk00sQcNOCvNaYEEV01EAAAAox+LCAAAAAAAAP9tjbEOgjAURS8YB1dHP6IMJC7GybVh8Qsq1Fpo3sP2IUx+kb/mP0gkcfJO95zlvN5Yp4gjR6daS52nVHvVh8HNT40cu2vgUbV8UTVT4mBVZceKG3tasGKxWJblWGlsLNWBkycn2OrWPEwRDLniLHF2B43cN3c8kem5LCbKF6aI3W1oEtOv8zeAqe8FebkXZOUHjeqpjr0AAAA=[Pipeline] // node +ha:////4FVLxUpMPv4/qoykQAcW5Lw3qGNnDuJkggQ4qJK7lJpUAAAApB+LCAAAAAAAAP9tjTEOwjAQBDdBFLSUPMKRoKBAVLRWGl5gEmOcWHfBvpBUvIiv8QciIlGx1c4083pjmSKOHJ1qLLWeUuVVF3o3PTVwbK+BB9XwRVVMiYNVpR1Kru1pxpLFYl6WY6GxslQFTp6cYK0b8zBFMOSKs8TJHTRyX9/xRKanspgoXxgjNre+Tky/zt8Axq4T5Lu9INt+AKvzzsS9AAAA[Pipeline] End of Pipeline +ERROR: script returned exit code 1 +Finished: FAILURE diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/log-index b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/log-index new file mode 100644 index 0000000..ec80d82 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/log-index @@ -0,0 +1,6 @@ +1765 3 +2123 +3358 7 +4745 +10526 26 +16050 diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/10.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/10.xml new file mode 100644 index 0000000..aac7d48 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/10.xml @@ -0,0 +1,31 @@ + + + + + 9 + + 10 + org.jenkinsci.plugins.workflow.steps.EnvStep + + + + + + + overrides + + GIT_BRANCH=master + GIT_COMMIT=3d34959c561d0080f1eac61990637c46cc724ce2 + GIT_LOCAL_BRANCH=master + GIT_PREVIOUS_COMMIT=eda8875f3eb04d1bd4d992f585ca5f96307b1f72 + GIT_URL=git@bitbucket.org:crowdarautomation/lippia-api-example-project.git + + + + true + + + 1567442455641 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/11.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/11.xml new file mode 100644 index 0000000..8771535 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/11.xml @@ -0,0 +1,16 @@ + + + + + 10 + + 11 + org.jenkinsci.plugins.workflow.steps.EnvStep + + + + + 1567442455653 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/12.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/12.xml new file mode 100644 index 0000000..6f66e6b --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/12.xml @@ -0,0 +1,25 @@ + + + + + 11 + + 12 + org.jenkinsci.plugins.workflow.support.steps.StageStep + + + + + + + name + Declarative: Tool Install + + + true + + + 1567442455718 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/13.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/13.xml new file mode 100644 index 0000000..3c269a6 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/13.xml @@ -0,0 +1,27 @@ + + + + + 12 + + 13 + org.jenkinsci.plugins.workflow.support.steps.StageStep + + + + + Declarative: Tool Install + + + 1567442455738 + + + + + SYNTHETIC_STAGE + PRE + + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/14.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/14.xml new file mode 100644 index 0000000..035c4dd --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/14.xml @@ -0,0 +1,29 @@ + + + + + 13 + + 14 + org.jenkinsci.plugins.workflow.steps.ToolStep + + + + + + name + maven-3 + + + type + hudson.tasks.Maven$MavenInstallation + + + true + + + 1567442455785 + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/15.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/15.xml new file mode 100644 index 0000000..3e7756f --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/15.xml @@ -0,0 +1,29 @@ + + + + + 14 + + 15 + org.jenkinsci.plugins.pipeline.modeldefinition.steps.EnvVarsForToolStep + + + + + + toolId + hudson.tasks.Maven$MavenInstallation + + + toolVersion + maven-3 + + + true + + + 1567442455853 + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/16.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/16.xml new file mode 100644 index 0000000..e831f01 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/16.xml @@ -0,0 +1,16 @@ + + + + + 15 + + 16 + 13 + + + + + 1567442455884 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/17.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/17.xml new file mode 100644 index 0000000..d488dc4 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/17.xml @@ -0,0 +1,15 @@ + + + + + 16 + + 17 + 12 + + + + 1567442455918 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/18.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/18.xml new file mode 100644 index 0000000..a646e03 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/18.xml @@ -0,0 +1,29 @@ + + + + + 17 + + 18 + org.jenkinsci.plugins.workflow.steps.EnvStep + + + + + + + overrides + + M2_HOME=/var/jenkins_home/tools/hudson.tasks.Maven_MavenInstallation/maven-3 + MAVEN_HOME=/var/jenkins_home/tools/hudson.tasks.Maven_MavenInstallation/maven-3 + PATH+MAVEN=/var/jenkins_home/tools/hudson.tasks.Maven_MavenInstallation/maven-3/bin + + + + true + + + 1567442455962 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/19.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/19.xml new file mode 100644 index 0000000..4c7ec1c --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/19.xml @@ -0,0 +1,16 @@ + + + + + 18 + + 19 + org.jenkinsci.plugins.workflow.steps.EnvStep + + + + + 1567442455972 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/2.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/2.xml new file mode 100644 index 0000000..3abd320 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/2.xml @@ -0,0 +1,12 @@ + + + + + 2 + + + + 1567442451055 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/20.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/20.xml new file mode 100644 index 0000000..df8f1c5 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/20.xml @@ -0,0 +1,25 @@ + + + + + 19 + + 20 + org.jenkinsci.plugins.workflow.support.steps.StageStep + + + + + + + name + Build + + + true + + + 1567442456010 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/21.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/21.xml new file mode 100644 index 0000000..b4fdb7a --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/21.xml @@ -0,0 +1,27 @@ + + + + + 20 + + 21 + org.jenkinsci.plugins.workflow.support.steps.StageStep + + + + + Build + + + 1567442456032 + + + + + STAGE_STATUS + FAILED_AND_CONTINUED + + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/22.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/22.xml new file mode 100644 index 0000000..4451702 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/22.xml @@ -0,0 +1,29 @@ + + + + + 21 + + 22 + org.jenkinsci.plugins.workflow.steps.ToolStep + + + + + + name + maven-3 + + + type + hudson.tasks.Maven$MavenInstallation + + + true + + + 1567442456117 + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/23.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/23.xml new file mode 100644 index 0000000..458952c --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/23.xml @@ -0,0 +1,29 @@ + + + + + 22 + + 23 + org.jenkinsci.plugins.pipeline.modeldefinition.steps.EnvVarsForToolStep + + + + + + toolId + hudson.tasks.Maven$MavenInstallation + + + toolVersion + maven-3 + + + true + + + 1567442456151 + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/24.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/24.xml new file mode 100644 index 0000000..91089ca --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/24.xml @@ -0,0 +1,29 @@ + + + + + 23 + + 24 + org.jenkinsci.plugins.workflow.steps.EnvStep + + + + + + + overrides + + MASKED_VALUE + MASKED_VALUE + MASKED_VALUE + + + + false + + + 1567442456193 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/25.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/25.xml new file mode 100644 index 0000000..238125f --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/25.xml @@ -0,0 +1,16 @@ + + + + + 24 + + 25 + org.jenkinsci.plugins.workflow.steps.EnvStep + + + + + 1567442456202 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/26.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/26.xml new file mode 100644 index 0000000..ba17acb --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/26.xml @@ -0,0 +1,46 @@ + + + + + 25 + + 26 + org.jenkinsci.plugins.workflow.steps.durable_task.ShellStep + + + + + + script + mvn clean -P Secuencial test + + + true + + + 1567442456232 + + + + + script returned exit code 1 + + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.handleExit(DurableTaskStep.java:658) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.check(DurableTaskStep.java:604) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.run(DurableTaskStep.java:548) + java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) + java.util.concurrent.FutureTask.run(FutureTask.java:266) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) + java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) + java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) + java.lang.Thread.run(Thread.java:748) + + + + + + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/27.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/27.xml new file mode 100644 index 0000000..7e1ef88 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/27.xml @@ -0,0 +1,37 @@ + + + + + 26 + + 27 + 25 + + + + + 1567442462729 + + + + script returned exit code 1 + + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.handleExit(DurableTaskStep.java:658) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.check(DurableTaskStep.java:604) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.run(DurableTaskStep.java:548) + java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) + java.util.concurrent.FutureTask.run(FutureTask.java:266) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) + java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) + java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) + java.lang.Thread.run(Thread.java:748) + + + + + + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/28.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/28.xml new file mode 100644 index 0000000..2f4873b --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/28.xml @@ -0,0 +1,36 @@ + + + + + 27 + + 28 + 24 + + + + 1567442462757 + + + + script returned exit code 1 + + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.handleExit(DurableTaskStep.java:658) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.check(DurableTaskStep.java:604) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.run(DurableTaskStep.java:548) + java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) + java.util.concurrent.FutureTask.run(FutureTask.java:266) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) + java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) + java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) + java.lang.Thread.run(Thread.java:748) + + + + + + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/29.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/29.xml new file mode 100644 index 0000000..bb66f61 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/29.xml @@ -0,0 +1,37 @@ + + + + + 28 + + 29 + 21 + + + + + 1567442462783 + + + + script returned exit code 1 + + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.handleExit(DurableTaskStep.java:658) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.check(DurableTaskStep.java:604) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.run(DurableTaskStep.java:548) + java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) + java.util.concurrent.FutureTask.run(FutureTask.java:266) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) + java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) + java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) + java.lang.Thread.run(Thread.java:748) + + + + + + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/3.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/3.xml new file mode 100644 index 0000000..437a1f0 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/3.xml @@ -0,0 +1,33 @@ + + + + + 2 + + 3 + org.jenkinsci.plugins.workflow.support.steps.ExecutorStep + + + + + + + label + + + + true + + + 1567442451668 + + + 11 + + + + /var/jenkins_home/workspace/ippia-api-example-project_master + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/30.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/30.xml new file mode 100644 index 0000000..34cbc6e --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/30.xml @@ -0,0 +1,36 @@ + + + + + 29 + + 30 + 20 + + + + 1567442462820 + + + + script returned exit code 1 + + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.handleExit(DurableTaskStep.java:658) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.check(DurableTaskStep.java:604) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.run(DurableTaskStep.java:548) + java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) + java.util.concurrent.FutureTask.run(FutureTask.java:266) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) + java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) + java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) + java.lang.Thread.run(Thread.java:748) + + + + + + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/31.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/31.xml new file mode 100644 index 0000000..c36e97c --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/31.xml @@ -0,0 +1,16 @@ + + + + + 30 + + 31 + 19 + + + + + 1567442462844 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/32.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/32.xml new file mode 100644 index 0000000..e2526f2 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/32.xml @@ -0,0 +1,15 @@ + + + + + 31 + + 32 + 18 + + + + 1567442462867 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/33.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/33.xml new file mode 100644 index 0000000..de6ce10 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/33.xml @@ -0,0 +1,37 @@ + + + + + 32 + + 33 + 11 + + + + + 1567442462880 + + + + script returned exit code 1 + + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.handleExit(DurableTaskStep.java:658) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.check(DurableTaskStep.java:604) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.run(DurableTaskStep.java:548) + java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) + java.util.concurrent.FutureTask.run(FutureTask.java:266) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) + java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) + java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) + java.lang.Thread.run(Thread.java:748) + + + + + + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/34.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/34.xml new file mode 100644 index 0000000..98fb0da --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/34.xml @@ -0,0 +1,36 @@ + + + + + 33 + + 34 + 10 + + + + 1567442462909 + + + + script returned exit code 1 + + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.handleExit(DurableTaskStep.java:658) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.check(DurableTaskStep.java:604) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.run(DurableTaskStep.java:548) + java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) + java.util.concurrent.FutureTask.run(FutureTask.java:266) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) + java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) + java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) + java.lang.Thread.run(Thread.java:748) + + + + + + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/35.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/35.xml new file mode 100644 index 0000000..e7d0fb6 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/35.xml @@ -0,0 +1,37 @@ + + + + + 34 + + 35 + 4 + + + + + 1567442462930 + + + + script returned exit code 1 + + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.handleExit(DurableTaskStep.java:658) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.check(DurableTaskStep.java:604) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.run(DurableTaskStep.java:548) + java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) + java.util.concurrent.FutureTask.run(FutureTask.java:266) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) + java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) + java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) + java.lang.Thread.run(Thread.java:748) + + + + + + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/36.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/36.xml new file mode 100644 index 0000000..9ec746c --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/36.xml @@ -0,0 +1,39 @@ + + + + + 35 + + 36 + 3 + + + + 1567442462957 + + + + script returned exit code 1 + + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.handleExit(DurableTaskStep.java:658) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.check(DurableTaskStep.java:604) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.run(DurableTaskStep.java:548) + java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) + java.util.concurrent.FutureTask.run(FutureTask.java:266) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) + java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) + java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) + java.lang.Thread.run(Thread.java:748) + + + + + + + + + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/37.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/37.xml new file mode 100644 index 0000000..107f706 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/37.xml @@ -0,0 +1,42 @@ + + + + + 36 + + 37 + 2 + + FAILURE + 2 + RED + true + + + + + + script returned exit code 1 + + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.handleExit(DurableTaskStep.java:658) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.check(DurableTaskStep.java:604) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.run(DurableTaskStep.java:548) + java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) + java.util.concurrent.FutureTask.run(FutureTask.java:266) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) + java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) + java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) + java.lang.Thread.run(Thread.java:748) + + + + + + + + + 1567442462997 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/4.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/4.xml new file mode 100644 index 0000000..91563ae --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/4.xml @@ -0,0 +1,16 @@ + + + + + 3 + + 4 + org.jenkinsci.plugins.workflow.support.steps.ExecutorStep + + + + + 1567442451706 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/5.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/5.xml new file mode 100644 index 0000000..c063bea --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/5.xml @@ -0,0 +1,25 @@ + + + + + 4 + + 5 + org.jenkinsci.plugins.workflow.support.steps.StageStep + + + + + + + name + Declarative: Checkout SCM + + + true + + + 1567442451739 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/6.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/6.xml new file mode 100644 index 0000000..7a2a3c5 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/6.xml @@ -0,0 +1,27 @@ + + + + + 5 + + 6 + org.jenkinsci.plugins.workflow.support.steps.StageStep + + + + + Declarative: Checkout SCM + + + 1567442451752 + + + + + SYNTHETIC_STAGE + PRE + + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/7.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/7.xml new file mode 100644 index 0000000..5a94b09 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/7.xml @@ -0,0 +1,108 @@ + + + + + 6 + + 7 + org.jenkinsci.plugins.workflow.steps.scm.GenericSCMStep + + + + + + scm + + + + doGenerateSubmoduleConfigurations + false + + + extensions + + + + $class + CleanBeforeCheckout + + + + + $class + CleanCheckout + + + + + $class + LocalBranch + + + localBranch + ** + + + UNSERIALIZABLE + + + $class + BuildChooserSetting + + + buildChooser + UNSERIALIZABLE + + + + + + branches + + + + name + master + + + + + + submoduleCfg + + + + userRemoteConfigs + + + + credentialsId + jenkins-generated-ssh-key + + + name + origin + + + refspec + +refs/heads/*:refs/remotes/origin/* + + + url + git@bitbucket.org:crowdarautomation/lippia-api-example-project.git + + + + + + + + + false + + + 1567442451788 + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/8.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/8.xml new file mode 100644 index 0000000..60d5a74 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/8.xml @@ -0,0 +1,16 @@ + + + + + 7 + + 8 + 6 + + + + + 1567442455590 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/9.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/9.xml new file mode 100644 index 0000000..90bf4d1 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/9.xml @@ -0,0 +1,15 @@ + + + + + 8 + + 9 + 5 + + + + 1567442455609 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/build.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/build.xml new file mode 100644 index 0000000..beed441 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/build.xml @@ -0,0 +1,198 @@ + + + + + + + + admin + + 1 + + + + + blueocean + + + master + + 3d34959c561d0080f1eac61990637c46cc724ce2 + + + + + + + 3541557c-cab6-446b-adf6-f4bd75de4250 + + + + + Build + + + default + + + sh + + + + + script + + + mvn clean -P Secuencial test + + + + + + + + + + + 3541557c-cab6-446b-adf6-f4bd75de4250 + + + + + + + master + + + 3d34959c561d0080f1eac61990637c46cc724ce2 + + + + master + + + + + 6 + + + + + + git@bitbucket.org:crowdarautomation/lippia-api-example-project.git + + + + + + master + + + + /var/jenkins_home/workspace/ippia-api-example-project_master + + + + + git git@bitbucket.org:crowdarautomation/lippia-api-example-project.git + + + + + + + 12 + 1567442632805 + 1567442632808 + FAILURE + 40927 + UTF-8 + false + + FAILURE + + + MAX_SURVIVABILITY + + + flowNode + 494591598 + + + classLoad + 7888301789 + + + run + 6503061186 + + + parse + 1260463325 + + + saveProgram + 925533089 + + + true + 37 + 1:37 + true + false + + true + + + + 2 + + + origin + +refs/heads/*:refs/remotes/origin/* + git@bitbucket.org:crowdarautomation/lippia-api-example-project.git + jenkins-generated-ssh-key + + + + + master + + + false + + + + + + ** + + + false + + + + + + + + + + /var/jenkins_home/workspace/ippia-api-example-project_master + /var/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/changelog1616717883208502148.xml + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/changelog1616717883208502148.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/changelog1616717883208502148.xml new file mode 100644 index 0000000..e69de29 diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/log b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/log new file mode 100644 index 0000000..62aee54 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/log @@ -0,0 +1,186 @@ +Started by user ha:////4JA9v5tUzlTDtGOPJBEIYYw13/8/48+N2KXiX3lP80O/AAAAlx+LCAAAAAAAAP9b85aBtbiIQTGjNKU4P08vOT+vOD8nVc83PyU1x6OyILUoJzMv2y+/JJUBAhiZGBgqihhk0NSjKDWzXb3RdlLBUSYGJk8GtpzUvPSSDB8G5tKinBIGIZ+sxLJE/ZzEvHT94JKizLx0a6BxUmjGOUNodHsLgAzWEgZu/dLi1CL9xJTczDwAj6GcLcAAAAA=admin + > git rev-parse --is-inside-work-tree # timeout=10 +Setting origin to git@bitbucket.org:crowdarautomation/lippia-api-example-project.git + > git config remote.origin.url git@bitbucket.org:crowdarautomation/lippia-api-example-project.git # timeout=10 +Fetching origin... +Fetching upstream changes from origin + > git --version # timeout=10 + > git config --get remote.origin.url # timeout=10 +using GIT_SSH to set credentials jenkins-generated-ssh-key + > git fetch --tags --force --progress origin +refs/heads/*:refs/remotes/origin/* +Seen branch in repository origin/Guillermo-Aguirre/readmemd-edited-online-with-bitbucket-1564705696111 +Seen branch in repository origin/entityConfiguration +Seen branch in repository origin/master +Seen 3 remote branches +Obtained Jenkinsfile from 3d34959c561d0080f1eac61990637c46cc724ce2 +Running in Durability level: MAX_SURVIVABILITY +ha:////4EpFwZMblgPsvyuGKahQ1L+j05K4tCKNbiHHZH0UNZxoAAAAoh+LCAAAAAAAAP9tjTEOwjAQBM8BClpKHuFItIiK1krDC0x8GCfWnbEdkooX8TX+gCESFVvtrLSa5wtWKcKBo5UdUu8otU4GP9jS5Mixv3geZcdn2TIl9igbHBs2eJyx4YwwR1SwULBGaj0nRzbDRnX6rmuvydanHMu2V1A5c4MHCFXMWcf8hSnC9jqYxPTz/BXAFEIGsfuclm8zQVqFvQAAAA==[Pipeline] Start of Pipeline +ha:////4JbFIovlyT+ZyXlfN0Sge4M2zB+J8Zu8WqfqcDkWFDDTAAAApR+LCAAAAAAAAP9tjTEOwjAUQ3+KOrAycohUghExsUZZOEFIQkgb/d8mKe3EibgadyBQiQlLlmxL1nu+oE4RjhQdby12HpP2vA+jK4lPFLtroIm3dOGaMFGwXNpJkrGnpUrKFhaxClYC1hZ1oOTRZdiIVt1VExS65pxj2Q4CKm8GeAAThZxVzN8yR9jeRpMIf5y/AJj7DGxXvP/86jduZBmjwAAAAA==[Pipeline] node +Running on ha:////4L6hoUIbWOHwlkY93tw6rrqwebps19DdkUlnlOjiPx+jAAAAnh+LCAAAAAAAAP9b85aBtbiIQTGjNKU4P08vOT+vOD8nVc83PyU1x6OyILUoJzMv2y+/JJUBAhiZGBgqihhk0NSjKDWzXb3RdlLBUSYGJk8GtpzUvPSSDB8G5tKinBIGIZ+sxLJE/ZzEvHT94JKizLx0a6BxUmjGOUNodHsLgAz2EgZh/eT83ILSktQifY3cxGIgrakPAHib2iPIAAAAJenkins in /var/jenkins_home/workspace/ippia-api-example-project_master +ha:////4An/JK7ttUJB8PL7SrZO8V4y9FGdNSKGJMNcKFpoxhxuAAAApR+LCAAAAAAAAP9tjTEOwjAUQ3+KOrAycoh0gA0xsUZZOEFIQkgb/d8mKe3EibgadyBQiQlLlmxL1nu+oE4RjhQdby12HpP2vA+jK4lPFLtroIm3dOGaMFGwXNpJkrGnpUrKFhaxClYC1hZ1oOTRZdiIVt1VExS65pxj2Q4CKm8GeAAThZxVzN8yR9jeRpMIf5y/AJj7DGxXvP/86jfoP95RwAAAAA==[Pipeline] { +ha:////4Hb+IsHl99PpL00yKBYZ/cELdpsxcvFOImrNjM3ayltcAAAApR+LCAAAAAAAAP9tjTEOwjAUQ3+KOrAycoh0gQkxsUZZOEFIQkgb/d8mKe3EibgadyBQiQlLlmxL1nu+oE4RjhQdby12HpP2vA+jK4lPFLtroIm3dOGaMFGwXNpJkrGnpUrKFhaxClYC1hZ1oOTRZdiIVt1VExS65pxj2Q4CKm8GeAAThZxVzN8yR9jeRpMIf5y/AJj7DGxXvP/86jc09154wAAAAA==[Pipeline] stage +ha:////4DYcSpHJuJSnGcW1Hw7C/AY+emmR7paW70jmzBKKpBVbAAAApR+LCAAAAAAAAP9tjTEOwjAUQ3+KOrAycoh0ggUxsUZZOEFIQkgb/d8mKe3EibgadyBQiQlLlmxL1nu+oE4RjhQdby12HpP2vA+jK4lPFLtroIm3dOGaMFGwXNpJkrGnpUrKFhaxClYC1hZ1oOTRZdiIVt1VExS65pxj2Q4CKm8GeAAThZxVzN8yR9jeRpMIf5y/AJj7DGxXvP/86jek7ggRwAAAAA==[Pipeline] { (Declarative: Checkout SCM) +ha:////4KpON2s1z0FcGBMZuC7x6NsOn5Y94IfM+IuW/hH0Q3MTAAAAoh+LCAAAAAAAAP9tjTEOAiEURD9rLGwtPQTbaWGsbAmNJ0AWEZb8zwLrbuWJvJp3kLiJlZNMMm+a93rDOic4UbLcG+wdZu14DKOti0+U+lugiXu6ck2YKRguzSSpM+cFJRUDS1gDKwEbgzpQdmgLbIVXD9UGhba9lFS/o4DGdQM8gYlqLiqVL8wJdvexy4Q/z18BzLEA29ce4gfg7KmOvAAAAA==[Pipeline] checkout +using credential jenkins-generated-ssh-key + > git rev-parse --is-inside-work-tree # timeout=10 +Fetching changes from the remote Git repository + > git config remote.origin.url git@bitbucket.org:crowdarautomation/lippia-api-example-project.git # timeout=10 +Cleaning workspace + > git rev-parse --verify HEAD # timeout=10 +Resetting working tree + > git reset --hard # timeout=10 + > git clean -fdx # timeout=10 +Fetching without tags +Fetching upstream changes from git@bitbucket.org:crowdarautomation/lippia-api-example-project.git + > git --version # timeout=10 +using GIT_SSH to set credentials jenkins-generated-ssh-key + > git fetch --no-tags --force --progress git@bitbucket.org:crowdarautomation/lippia-api-example-project.git +refs/heads/*:refs/remotes/origin/* +Checking out Revision 3d34959c561d0080f1eac61990637c46cc724ce2 (master) + > git config core.sparsecheckout # timeout=10 + > git checkout -f 3d34959c561d0080f1eac61990637c46cc724ce2 + > git branch -a -v --no-abbrev # timeout=10 + > git branch -D master # timeout=10 + > git checkout -b master 3d34959c561d0080f1eac61990637c46cc724ce2 +Commit message: "subo archivos del jenkins home + atlassian problema" + > git rev-list --no-walk 3d34959c561d0080f1eac61990637c46cc724ce2 # timeout=10 +Cleaning workspace + > git rev-parse --verify HEAD # timeout=10 +Resetting working tree + > git reset --hard # timeout=10 + > git clean -fdx # timeout=10 +ha:////4O3nADGHs23/Kl3D4Vem/YK++A7mSIgOy37UayO0/AUVAAAAoh+LCAAAAAAAAP9tjTEOAiEURD9rLGwtPQTbGRNjZUtoPAGyiLDkfxZYdytP5NW8g8RNrJxkknnTvNcb1jnBiZLl3mDvMGvHYxhtXXyi1N8CTdzTlWvCTMFwaSZJnTkvKKkYWMIaWAnYGNSBskNbYCu8eqg2KLTtpaT6HQU0rhvgCUxUc1GpfGFOsLuPXSb8ef4KYI6xADvU7j9Dg2gqvAAAAA==[Pipeline] } +ha:////4O9w4ghdmRfJF0B7+f9fc/xQtiMOEbP+6UqMSgc5gMJ4AAAAoh+LCAAAAAAAAP9tjTEOAiEURD9rLGwtPQRbWRhjZUtoPAGyiLDkfxZYdytP5NW8g8RNrJxkknnTvNcb1jnBiZLl3mDvMGvHYxhtXXyi1N8CTdzTlWvCTMFwaSZJnTkvKKkYWMIaWAnYGNSBskNbYCu8eqg2KLTtpaT6HQU0rhvgCUxUc1GpfGFOsLuPXSb8ef4KYI6xADvU7j9J+wGOvAAAAA==[Pipeline] // stage +ha:////4NHa52FzR5XLRVgw0jzEUH2u5K3XlMUkICfTRX8gsn2sAAAAph+LCAAAAAAAAP9tjTEOwjAQBM9BKWgpeYQDEh2iorXc8AITG+PEugv2haTiRXyNPxCIRMVWOyut5vmCMic4UPKycdgGzHWQXez91ORAqb1EGmRDZ1kTZopOajdosu44oyZ2MEcUsFCwdFhHygE9w0o15m6qaNBXJ07TtldQBHuDBwg1mdkk/sKYYH3tbSb8ef4KYOwYxI6h2G4+x/INtuQqUcEAAAA=[Pipeline] withEnv +ha:////4IkdELn3H+ehOu0IBl7G5ln2lrzrxMUhcHI+zdjztI7fAAAApR+LCAAAAAAAAP9tjTEOwjAUQ3+DOrAycoiUzoiJNerCCUITQtLo/zZJSSdOxNW4Ay2VmPBg2Zas93pDGQOcKBjuNHYWY2t570czJ54pdDdPmTu68pYwkte80bkhpc9rbShpWFUw2AjYamw9RYsmwU44+ZCVl2iqSwrzdhTArBrgCYWYyUmG9C1TgP19VJHwx/kLgKlPwOrDYvXyLD8BobDcwgAAAA==[Pipeline] { +ha:////4GI1mBjlATcQtxCtJOjVUpQQFPVKbS2eVJPyCSQFCIEdAAAAph+LCAAAAAAAAP9tjTEOwjAUQ3+LOrAycohUZUVMrFEWThCaEJJG/7dJSjpxIq7GHWipxIQHy7ZkvdcbqhjgRMEwp7GzGFvLej+aObFMobt5yszRlbWEkbxmQmdBSp/XKihpWFWUsOGw1dh6ihZNgh138iFrL9HUlxTm7cihtGqAJxR8JicZ0rdMAfb3UUXCH+cvAKY+Qdk0ix2WZ/UBbwyqm8IAAAA=[Pipeline] stage +ha:////4GhVvIM1JlLTvuNaoqX3JUu1eUxdkq7zCPFeBl7eilMAAAAAph+LCAAAAAAAAP9tjTEOwjAUQ3+LOrAycohUwIiYukZZOEFoQkgb/V9+UtqJE3E17kBLJSY8WLYl673eUESGE7ETjcXWY6y96ELvpiQG4vYaaBANXURNGClYoeygyNhqqYqShUVZDisJa4t1oOjRJdjIRj90GTS68px42o4Scm/u8IRMTuSkOX3LyLC99SYS/jh/ATB2CfLdfrbD/Cw+y7kUycIAAAA=[Pipeline] { (Declarative: Tool Install) +ha:////4N7iDLg+L+l04wzSBEBItgpacbjdMyr9uDK6adVTVzMfAAAApB+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOIiBB2iSmu54QUmNsaJdWdsh6TiRXyNPxCIRMUWq51t5vmCZYpw5GixNdQ5So3D4Hs7LRw4dhfPA7Z8xoYpsTcozSBZm3pGydnAnKKEhYCVocZzcmQzrEWr7qryimx1ynH6DgJKp2/wgEJM5qxi/sIYYXPtdWL6ef4KYAwZyu3uU/vwBgq0rvS+AAAA[Pipeline] tool +ha:////4A4kctZvlpyPbu8PpKcK53GTpXd+QYGaA12bwdhGc7acAAAApB+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOIihKgQVVrLDS8wsTFOrDtjOyQVL+Jr/IFAJCq2WO1sM88XLFOEI0eLraHOUWocBt/baeHAsbt4HrDlMzZMib1BaQbJ2tQzSs4G5hQlLASsDDWekyObYS1adVeVV2SrU47TdxBQOn2DBxRiMmcV8xfGCJtrrxPTz/NXAGPIUG53n9qHN0uFte2+AAAA[Pipeline] envVarsForTool +ha:////4FCAN4aPqIvvtZZIeGn7Ykc6SL/F/dR5JapSvxImrwTzAAAApR+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOIihESDqNJabniBiY1xYt0Z2yGpeBFf4w8EIlGxxWpnm3m+YJkiHDlabA11jlLjMPjeTgsHjt3F84Atn7FhSuwNSjNI1qaeUXI2MKcoYSFgZajxnBzZDGvRqruqvCJbnXKcvoOA0ukbPKAQkzmrmL8wRthce52Yfp6/AhhDyFBu95/avQEeFbpZvgAAAA==[Pipeline] } +ha:////4NMmpVp8HvnfaGCk6ooRIduGb6/F3kmPOI5bcU9Imnm6AAAApB+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOIiaCgQVVrLDS8wsTFOrDtjOyQVL+Jr/IFAJCq2WO1sM88XLFOEI0eLraHOUWocBt/baeHAsbt4HrDlMzZMib1BaQbJ2tQzSs4G5hQlLASsDDWekyObYS1adVeVV2SrU47TdxBQOn2DBxRiMmcV8xfGCJtrrxPTz/NXAGMIGcrt/lO7Ny324eW+AAAA[Pipeline] // stage +ha:////4FMSGU596ro4O24GdH6I5fZjkbdkZzf3fBSvaGAzivhMAAAApx+LCAAAAAAAAP9tjTEOwjAUQ3+LOrAycohU3ZAQE2uUhROEJoSk0f9tkpJOnIircQdaKjHhwbItWe/1hioGOFEwzGnsLMbWst6PZk4sU+hunjJzdGUtYSSvmdBZkNLntQpKGlYVJWw4bDW2nqJFk2DHnXzI2ks09SWFeTtyKK0a4AkFn8lJhvQtU4D9fVSR8Mf5C4CpT1A2zWKH5Vl9AAkvMTrCAAAA[Pipeline] withEnv +ha:////4E1XdtaCR43qNgMlgJL1bmyI27EO1NcI7KM3IbkVBkLRAAAApx+LCAAAAAAAAP9tjTEOwjAUQ3+LOrAycohUbCDE1DXKwglCE0La6P/yk9JOnIircQdaKjHhwbItWe/1hiIynIidaCy2HmPtRRd6NyUxELfXQINo6CJqwkjBCmUHRcZWS1WULCzKclhJWFusA0WPLsFGNvqhy6DRlefE03aUkHtzhydkciInzelbRobtrTeR8Mf5C4CxS5Dv9rMd5mfxASnCIIrCAAAA[Pipeline] { +ha:////4FTkvBZdz+VVctGk/lmfY6n1DBzM9LJMslccd0Cf5rnnAAAApx+LCAAAAAAAAP9tjTEOwjAUQ3+LOrAycogU2BDqxBp14QShCSFp9H9JUtKJE3E17kCgEhMeLNuS9Z4vqIKHhrxmVmFvMHSGDW7UObFEvr84SszSmXWEgZxirUotSXWca0tRwayihAWHpcLOUTCoI6y4FXdRO4G6PkWftwOH0sgbPKDgmRyFj98yeVhfRxkIf5y/AJiGCOV2n223+TyrN7xWSV3CAAAA[Pipeline] stage +ha:////4JJz08kWJ32WWwEjs4hmPl/36Hh5F303HFm8qYF7fYt1AAAAph+LCAAAAAAAAP9tjTEOwjAUQ3+LOrAycogUWBFT1ygLJwhNCGmj/8tPSjtxIq7GHWipxIQHy7ZkvdcbishwInaisdh6jLUXXejdlMRA3F4DDaKhi6gJIwUrlB0UGVstVVGysCjLYSVhbbEOFD26BBvZ6Icug0ZXnhNP21FC7s0dnpDJiZw0p28ZGba33kTCH+cvAMYuQX7Yzbafn8UHbGnGmsIAAAA=[Pipeline] { (Build) +ha:////4FzlFxP9CTAScCeVOCE5BujDXjtbH+ad5Vu7eQFyM8WMAAAAox+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOIi0iIqWisNLzCJMXasO8d2cCpexNf4A4FIVGyx2tlmni9YxwBHDhqtot5QbA16N+p5YebQXx1ntHzBlimyU9io3HCnTgs2nBQsKUpYCdgoah1HQzrBVlh5l5WTpKtzCvN3EFCaboAHFGI2JxnSF6YAu9vYRaaf568AJp+grPefqv0bH7uiub4AAAA=[Pipeline] tool +ha:////4ANkmrmjrhRpjki5goiDEzIwF1rNggEJ/phokjkuQtd7AAAAox+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOIioERUaS03vMDExjix7oztkFS8iK/xBwKRqNhitbPNPF+wTBGOHC22hjpHqXEYfG+nhQPH7uJ5wJbP2DAl9galGSRrU88oORuYU5SwELAy1HhOjmyGtWjVXVVeka1OOU7fQUDp9A0eUIjJnFXMXxgjbK69Tkw/z18BjCFDudt+ah/eXoq5oL4AAAA=[Pipeline] envVarsForTool +ha:////4GdaAMi5ShIS//mIEX+Xl6knOIy/SGJae7L7r4zOY7IlAAAApx+LCAAAAAAAAP9tjTEOwjAUQ3+LOrAycohUIDbE1DXKwglCE0La6P/yk9JOnIircQdaKjHhwbItWe/1hiIynIidaCy2HmPtRRd6NyUxELfXQINo6CJqwkjBCmUHRcZWS1WULCzKclhJWFusA0WPLsFGNvqhy6DRlefE03aUkHtzhydkciInzelbRobtrTeR8Mf5C4CxS5Dvd7Md5mfxAR8nhQvCAAAA[Pipeline] withEnv +ha:////4Ne3beDKL8J2X+bJm03TPdjVzp+GFdCnvjAT9J7myRHlAAAApx+LCAAAAAAAAP9tjTEOwjAUQ3+LOrAycohUQjAhpq5RFk4QmhDSRv+Xn5R24kRcjTvQUokJD5ZtyXqvNxSR4UTsRGOx9RhrL7rQuymJgbi9BhpEQxdRE0YKVig7KDK2WqqiZGFRlsNKwtpiHSh6dAk2stEPXQaNrjwnnrajhNybOzwhkxM5aU7fMjJsb72JhD/OXwCMXYJ8t5/tMD+LD/hYjrHCAAAA[Pipeline] { +ha:////4CxVkqej/NSBqll1Ae4co3t4WJ2udUBkqfNOoO3sLwP7AAAApR+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOIiIUGDqNJabniBiY1xYt0Z2yGpeBFf4w8EIlGxxWpnm3m+YJkiHDlabA11jlLjMPjeTgsHjt3F84Atn7FhSuwNSjNI1qaeUXI2MKcoYSFgZajxnBzZDGvRqruqvCJbnXKcvoOA0ukbPKAQkzmrmL8wRthce52Yfp6/AhhDhnK7+9Q+vAEIWoEpvgAAAA==[Pipeline] sh ++ mvn clean -P Secuencial test +[INFO] Scanning for projects... +[WARNING] +[WARNING] Some problems were encountered while building the effective model for com.Crowdar:lippia-api-example-project:jar:1.0-SNAPSHOT +[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: com.fasterxml.jackson.core:jackson-databind:jar -> version 2.9.3 vs 2.9.5 @ com.crowdar:Crowd-Root-Framework:1.6, /var/jenkins_home/.m2/repository/com/crowdar/Crowd-Root-Framework/1.6/Crowd-Root-Framework-1.6.pom, line 356, column 25 +[WARNING] +[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. +[WARNING] +[WARNING] For this reason, future Maven versions might no longer support building such malformed projects. +[WARNING] +[INFO] +[INFO] ---------------< com.Crowdar:lippia-api-example-project >--------------- +[INFO] Building api-rest-automation 1.0-SNAPSHOT +[INFO] --------------------------------[ jar ]--------------------------------- +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/atlassian/jira/jira-rest-java-client-core/5.0.4/jira-rest-java-client-core-5.0.4.pom +Progress (1): 382 B Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/atlassian/jira/jira-rest-java-client-core/5.0.4/jira-rest-java-client-core-5.0.4.pom (382 B at 131 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/atlassian/fugue/fugue/2.7.0/fugue-2.7.0.pom +Progress (1): 362 B Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/atlassian/fugue/fugue/2.7.0/fugue-2.7.0.pom (362 B at 324 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/atlassian/connect/ac-play-java_2.10/0.10.1/ac-play-java_2.10-0.10.1.pom +Progress (1): 377 B Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/atlassian/connect/ac-play-java_2.10/0.10.1/ac-play-java_2.10-0.10.1.pom (377 B at 338 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/atlassian/jira/jira-rest-java-client-core/5.0.4/jira-rest-java-client-core-5.0.4.jar +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/atlassian/fugue/fugue/2.7.0/fugue-2.7.0.jar +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/atlassian/connect/ac-play-java_2.10/0.10.1/ac-play-java_2.10-0.10.1.jar +Progress (1): 4.1/191 kB Progress (1): 7.8/191 kB Progress (1): 12/191 kB Progress (1): 16/191 kB Progress (1): 20/191 kB Progress (1): 24/191 kB Progress (1): 28/191 kB Progress (1): 32/191 kB Progress (1): 36/191 kB Progress (1): 41/191 kB Progress (1): 45/191 kB Progress (1): 49/191 kB Progress (1): 53/191 kB Progress (1): 57/191 kB Progress (1): 61/191 kB Progress (1): 65/191 kB Progress (1): 69/191 kB Progress (1): 73/191 kB Progress (1): 77/191 kB Progress (1): 82/191 kB Progress (1): 86/191 kB Progress (1): 90/191 kB Progress (1): 94/191 kB Progress (1): 98/191 kB Progress (1): 102/191 kB Progress (1): 106/191 kB Progress (1): 110/191 kB Progress (1): 114/191 kB Progress (1): 118/191 kB Progress (1): 122/191 kB Progress (1): 126/191 kB Progress (1): 130/191 kB Progress (1): 134/191 kB Progress (1): 138/191 kB Progress (1): 142/191 kB Progress (1): 146/191 kB Progress (1): 150/191 kB Progress (1): 155/191 kB Progress (1): 159/191 kB Progress (1): 163/191 kB Progress (1): 167/191 kB Progress (1): 171/191 kB Progress (1): 175/191 kB Progress (1): 179/191 kB Progress (1): 183/191 kB Progress (1): 187/191 kB Progress (1): 191 kB Progress (2): 191 kB | 4.1/117 kB Progress (2): 191 kB | 7.8/117 kB Progress (2): 191 kB | 12/117 kB Progress (2): 191 kB | 16/117 kB Progress (2): 191 kB | 20/117 kB Progress (2): 191 kB | 24/117 kB Progress (2): 191 kB | 26/117 kB Progress (2): 191 kB | 30/117 kB Progress (2): 191 kB | 34/117 kB Progress (2): 191 kB | 39/117 kB Progress (2): 191 kB | 43/117 kB Progress (2): 191 kB | 47/117 kB Progress (2): 191 kB | 51/117 kB Progress (2): 191 kB | 55/117 kB Progress (2): 191 kB | 59/117 kB Progress (2): 191 kB | 63/117 kB Progress (2): 191 kB | 67/117 kB Progress (2): 191 kB | 71/117 kB Progress (2): 191 kB | 75/117 kB Progress (2): 191 kB | 80/117 kB Progress (2): 191 kB | 84/117 kB Progress (2): 191 kB | 88/117 kB Progress (2): 191 kB | 92/117 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/atlassian/jira/jira-rest-java-client-core/5.0.4/jira-rest-java-client-core-5.0.4.jar (191 kB at 111 kB/s) +Progress (1): 96/117 kB Progress (1): 100/117 kB Progress (1): 104/117 kB Progress (1): 108/117 kB Progress (1): 112/117 kB Progress (1): 116/117 kB Progress (1): 117 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/atlassian/fugue/fugue/2.7.0/fugue-2.7.0.jar (117 kB at 40 kB/s) +Progress (1): 4.1/357 kB Progress (1): 7.8/357 kB Progress (1): 12/357 kB Progress (1): 16/357 kB Progress (1): 20/357 kB Progress (1): 24/357 kB Progress (1): 28/357 kB Progress (1): 32/357 kB Progress (1): 36/357 kB Progress (1): 41/357 kB Progress (1): 45/357 kB Progress (1): 49/357 kB Progress (1): 53/357 kB Progress (1): 57/357 kB Progress (1): 61/357 kB Progress (1): 65/357 kB Progress (1): 69/357 kB Progress (1): 73/357 kB Progress (1): 77/357 kB Progress (1): 82/357 kB Progress (1): 86/357 kB Progress (1): 90/357 kB Progress (1): 94/357 kB Progress (1): 98/357 kB Progress (1): 102/357 kB Progress (1): 106/357 kB Progress (1): 110/357 kB Progress (1): 114/357 kB Progress (1): 118/357 kB Progress (1): 122/357 kB Progress (1): 127/357 kB Progress (1): 131/357 kB Progress (1): 135/357 kB Progress (1): 139/357 kB Progress (1): 143/357 kB Progress (1): 147/357 kB Progress (1): 151/357 kB Progress (1): 155/357 kB Progress (1): 159/357 kB Progress (1): 163/357 kB Progress (1): 168/357 kB Progress (1): 172/357 kB Progress (1): 176/357 kB Progress (1): 180/357 kB Progress (1): 184/357 kB Progress (1): 188/357 kB Progress (1): 192/357 kB Progress (1): 196/357 kB Progress (1): 200/357 kB Progress (1): 204/357 kB Progress (1): 208/357 kB Progress (1): 213/357 kB Progress (1): 217/357 kB Progress (1): 221/357 kB Progress (1): 225/357 kB Progress (1): 229/357 kB Progress (1): 233/357 kB Progress (1): 237/357 kB Progress (1): 241/357 kB Progress (1): 245/357 kB Progress (1): 249/357 kB Progress (1): 254/357 kB Progress (1): 258/357 kB Progress (1): 262/357 kB Progress (1): 266/357 kB Progress (1): 270/357 kB Progress (1): 274/357 kB Progress (1): 278/357 kB Progress (1): 282/357 kB Progress (1): 286/357 kB Progress (1): 290/357 kB Progress (1): 294/357 kB Progress (1): 299/357 kB Progress (1): 303/357 kB Progress (1): 307/357 kB Progress (1): 311/357 kB Progress (1): 315/357 kB Progress (1): 319/357 kB Progress (1): 323/357 kB Progress (1): 327/357 kB Progress (1): 331/357 kB Progress (1): 335/357 kB Progress (1): 340/357 kB Progress (1): 344/357 kB Progress (1): 348/357 kB Progress (1): 352/357 kB Progress (1): 356/357 kB Progress (1): 357 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/atlassian/connect/ac-play-java_2.10/0.10.1/ac-play-java_2.10-0.10.1.jar (357 kB at 40 kB/s) +[INFO] +[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ lippia-api-example-project --- +[INFO] +[INFO] --- maven-resources-plugin:2.4:resources (default-resources) @ lippia-api-example-project --- +[INFO] Using 'UTF-8' encoding to copy filtered resources. +[INFO] Copying 3 resources +[INFO] +[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ lippia-api-example-project --- +[INFO] Changes detected - recompiling the module! +[INFO] Compiling 6 source files to /var/jenkins_home/workspace/ippia-api-example-project_master/target/classes +[INFO] +[INFO] --- maven-resources-plugin:2.4:testResources (default-testResources) @ lippia-api-example-project --- +[INFO] Using 'UTF-8' encoding to copy filtered resources. +[INFO] Copying 4 resources +[INFO] +[INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ lippia-api-example-project --- +[INFO] Changes detected - recompiling the module! +[INFO] Compiling 4 source files to /var/jenkins_home/workspace/ippia-api-example-project_master/target/test-classes +[INFO] +[INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ lippia-api-example-project --- +[INFO] +[INFO] ------------------------------------------------------- +[INFO] T E S T S +[INFO] ------------------------------------------------------- +[INFO] Running TestSuite +WARNING: Found tags option '~@Ignore'. Support for '~@tag' will be removed from the next release of Cucumber-JVM. Please use 'not @tag' instead. + +0 Scenarios +0 Steps +0m0.166s + +TEST STEP FINISHED EN HILO :12 +02/09/19 16:44:32 INFO ExtentReportManager:137 - ------flushing Thread : 12 +02/09/19 16:44:32 INFO ExtentReportManager:110 - ------ creating extent report infor -------------------------------- +02/09/19 16:44:32 INFO ExtentReportManager:60 - #####Extent xml configuration : /var/jenkins_home/workspace/ippia-api-example-project_master/extent-config.xml +02/09/19 16:44:32 INFO ExtentReportManager:103 - --------EXTENTREPORT Setting Append Existing to true ------------------------------- +[ERROR] Tests run: 3, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 0.822 s <<< FAILURE! - in TestSuite +[ERROR] runScenario(ApiExampleProjectTestRunner) Time elapsed: 0.129 s <<< FAILURE! +java.lang.NoClassDefFoundError: com/atlassian/jwt/CanonicalHttpRequest +Caused by: java.lang.ClassNotFoundException: com.atlassian.jwt.CanonicalHttpRequest + +[ERROR] runScenario(ApiExampleProjectTestRunner) Time elapsed: 0.012 s <<< FAILURE! +java.lang.NoClassDefFoundError: com/atlassian/jwt/CanonicalHttpRequest +Caused by: java.lang.ClassNotFoundException: com.atlassian.jwt.CanonicalHttpRequest + +[ERROR] runScenario(ApiExampleProjectTestRunner) Time elapsed: 0.015 s <<< FAILURE! +java.lang.NoClassDefFoundError: com/atlassian/jwt/CanonicalHttpRequest +Caused by: java.lang.ClassNotFoundException: com.atlassian.jwt.CanonicalHttpRequest + +[INFO] +[INFO] Results: +[INFO] +[ERROR] Failures: +[ERROR] ApiExampleProjectTestRunner.runScenario(ApiExampleProjectTestRunner) +[ERROR] Run 1: ApiExampleProjectTestRunner>AbstractTestNGCucumberTests.runScenario:22 » NoClassDefFound +[ERROR] Run 2: ApiExampleProjectTestRunner>AbstractTestNGCucumberTests.runScenario:22 » NoClassDefFound +[ERROR] Run 3: ApiExampleProjectTestRunner>AbstractTestNGCucumberTests.runScenario:22 » NoClassDefFound +[INFO] +[INFO] +[ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0 +[INFO] +[INFO] ------------------------------------------------------------------------ +[INFO] BUILD FAILURE +[INFO] ------------------------------------------------------------------------ +[INFO] Total time: 19.311 s +[INFO] Finished at: 2019-09-02T16:44:33Z +[INFO] ------------------------------------------------------------------------ +[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.22.1:test (default-test) on project lippia-api-example-project: There are test failures. +[ERROR] +[ERROR] Please refer to /var/jenkins_home/workspace/ippia-api-example-project_master/target/surefire-reports for the individual test results. +[ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream. +[ERROR] -> [Help 1] +[ERROR] +[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. +[ERROR] Re-run Maven using the -X switch to enable full debug logging. +[ERROR] +[ERROR] For more information about the errors and possible solutions, please read the following articles: +[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException +ha:////4LEWiExrdsKClH1woao4TchD1RpFQ03dXFSIojLSFhgsAAAApR+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOIiISEKRJXWcsMLTGyME+vO2A5JxYv4Gn8gEImKLVY728zzBcsU4cjRYmuoc5Qah8H3dlo4cOwungds+YwNU2JvUJpBsjb1jJKzgTlFCQsBK0ON5+TIZliLVt1V5RXZ6pTj9B0ElE7f4AGFmMxZxfyFMcLm2uvE9PP8FcAYQoZyu//U7g3QKkBhvgAAAA==[Pipeline] } +ha:////4KAByWiCZRGS0c+zVJyWBxF2z41sDlVAt5Gna2De8+AiAAAApR+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOIiIQokRJXWcsMLTGyME+vO2A5JxYv4Gn8gEImKLVY728zzBcsU4cjRYmuoc5Qah8H3dlo4cOwungds+YwNU2JvUJpBsjb1jJKzgTlFCQsBK0ON5+TIZliLVt1V5RXZ6pTj9B0ElE7f4AGFmMxZxfyFMcLm2uvE9PP8FcAYQoZyu//U7g2TqBHnvgAAAA==[Pipeline] // withEnv +ha:////4CJcWn0jPKr3gBLyqNB+I77b+wMxyr598EfTBM+QkfA/AAAApB+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOIi6BCiSmu54QUmNsaJdWdsh6TiRXyNPxCIRMUWq51t5vmCZYpw5GixNdQ5So3D4Hs7LRw4dhfPA7Z8xoYpsTcozSBZm3pGydnAnKKEhYCVocZzcmQzrEWr7qryimx1ynH6DgJKp2/wgEJM5qxi/sIYYXPtdWL6ef4KYAwhQ7nbf2r7BrmPJ1y+AAAA[Pipeline] } +ha:////4KiUMikXVkhCUIzNma6Q6dm4TyEKJuOE7SBleUsygQaPAAAApB+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOISQYmo0lppeIGJjXFi3RnbIal4EV/jD1hEomKL1c4283rDOgY4cTDYaxosxc6id6PJCycOw9XxhD1fsGOK7DS2empZ6WbBlpOGJUUJKwEbTZ3jaMkk2IpePmTlJJnqnEL+jgJKq+7whEJkc5IhfWEOsLuNKjL9PH8FMHufoDzUufb1B1PlWKq+AAAA[Pipeline] // stage +ha:////4LFgOI5yeavOoNqdADbCFECIOar9QpjjwFKdw3ha8+enAAAApR+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOKiiAohqrRWGl5gYmOcWHfGdkgqXsTX+AMWkajYYrWzzbzesI4BThwM9poGS7Gz6N1o8sKJw3B1PGHPF+yYIjuNrZ5aVrpZsOWkYUlRwkrARlPnOFoyCbailw9ZOUmmOqeQv6OA0qo7PKEQ2ZxkSF+YA+xuo4pMP89fAczeJyj3da768AGR3fUzvgAAAA==[Pipeline] } +ha:////4I0S4UlC7VN6PxYpQwp4Uj+XIHwKK8K53xVQn1hBf5fTAAAApR+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOIioEFCqWgtN7zAJMY4se6C7eBUvIiv8QcsIlGxxWpnm3m9YRk81OwNdpp6S6GxOLjR5IWJfX91nLDjCzZMgZ1GqZPkVp9mlBw1zClKWAhYaWocB0smwlp06qEqp8hU5+jzdxRQ2vYOTyhENkfl4xcmD5vb2Aamn+evAKZhiFDud7m2hw+pn2bCvgAAAA==[Pipeline] // withEnv +ha:////4KNhBb03UJQoY/CNkvwU6obpFdCsE0CydNzm/8J1q3+MAAAApB+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPMJRlBJR0VppeIGJjXFi3Tn2haTiRXyNP2ARiYotVjvbzOsN2xThRNGK3uDgMHVOBD/ZvMRMcbh5mkVPV9ERJvJGtGZuSZvzii2xgTVFCRsJO4Odp+TQMuxlrx6q8gptdeGYv6OE0ukRnlDIbGYV+QtLhMN90onw5/krgCUEhrJpctX1B6j05nC+AAAA[Pipeline] } +ha:////4D4HFERUFQNpLZ99yGkyeTHH0UaMhIfPp/c9fh9Ds/MgAAAApB+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOICgg6lorXc8AKTGOPEugu2g1PxIr7GH7CIRMUWq51t5vWGZfBQszfYaeothcbi4EaTFyb2/dVxwo4v2DAFdhqlTpJbfZpRctQwpyhhIWClqXEcLJkIa9Gph6qcIlOdo8/fUUBp2zs8oRDZHJWPX5g8bG5jG5h+nr8CmIYhQrk/5NptP4b05Bq+AAAA[Pipeline] // withEnv +ha:////4AfwjqvCftyNrvJcELZ58nf9wqmasaC9wu/MXXm1ms+KAAAAox+LCAAAAAAAAP9tjTESgjAQRT84FraWHiIUauVY2WZoPEGEGAOZXUwWofJEXs07yMiMlb/67zXv9cYyRRw5OtVYaj2lyqsu9G56auDYXgMPquGLqpgSB6tKO5Rc29OMJYvFvCzHQmNlqQqcPDnBWjfmYYpgyBVniZM7aOS+vuOJTE9lMVG+MEZsbn2dmH6dvwGMXSfIt3tBtvsA/gVtV70AAAA=[Pipeline] } +ha:////4CepxyXf0V/b9GzrJE8ZqXIYuk00sQcNOCvNaYEEV01EAAAAox+LCAAAAAAAAP9tjbEOgjAURS8YB1dHP6IMJC7GybVh8Qsq1Fpo3sP2IUx+kb/mP0gkcfJO95zlvN5Yp4gjR6daS52nVHvVh8HNT40cu2vgUbV8UTVT4mBVZceKG3tasGKxWJblWGlsLNWBkycn2OrWPEwRDLniLHF2B43cN3c8kem5LCbKF6aI3W1oEtOv8zeAqe8FebkXZOUHjeqpjr0AAAA=[Pipeline] // node +ha:////4FVLxUpMPv4/qoykQAcW5Lw3qGNnDuJkggQ4qJK7lJpUAAAApB+LCAAAAAAAAP9tjTEOwjAQBDdBFLSUPMKRoKBAVLRWGl5gEmOcWHfBvpBUvIiv8QciIlGx1c4083pjmSKOHJ1qLLWeUuVVF3o3PTVwbK+BB9XwRVVMiYNVpR1Kru1pxpLFYl6WY6GxslQFTp6cYK0b8zBFMOSKs8TJHTRyX9/xRKanspgoXxgjNre+Tky/zt8Axq4T5Lu9INt+AKvzzsS9AAAA[Pipeline] End of Pipeline +ERROR: script returned exit code 1 +Finished: FAILURE diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/log-index b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/log-index new file mode 100644 index 0000000..39be841 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/log-index @@ -0,0 +1,6 @@ +1765 3 +2123 +3358 7 +4745 +10526 26 +22823 diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/10.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/10.xml new file mode 100644 index 0000000..38b51a9 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/10.xml @@ -0,0 +1,31 @@ + + + + + 9 + + 10 + org.jenkinsci.plugins.workflow.steps.EnvStep + + + + + + + overrides + + GIT_BRANCH=master + GIT_COMMIT=3d34959c561d0080f1eac61990637c46cc724ce2 + GIT_LOCAL_BRANCH=master + GIT_PREVIOUS_COMMIT=3d34959c561d0080f1eac61990637c46cc724ce2 + GIT_URL=git@bitbucket.org:crowdarautomation/lippia-api-example-project.git + + + + true + + + 1567442651890 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/11.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/11.xml new file mode 100644 index 0000000..88d6d38 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/11.xml @@ -0,0 +1,16 @@ + + + + + 10 + + 11 + org.jenkinsci.plugins.workflow.steps.EnvStep + + + + + 1567442651901 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/12.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/12.xml new file mode 100644 index 0000000..af38451 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/12.xml @@ -0,0 +1,25 @@ + + + + + 11 + + 12 + org.jenkinsci.plugins.workflow.support.steps.StageStep + + + + + + + name + Declarative: Tool Install + + + true + + + 1567442652030 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/13.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/13.xml new file mode 100644 index 0000000..c8d3cc9 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/13.xml @@ -0,0 +1,27 @@ + + + + + 12 + + 13 + org.jenkinsci.plugins.workflow.support.steps.StageStep + + + + + Declarative: Tool Install + + + 1567442652043 + + + + + SYNTHETIC_STAGE + PRE + + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/14.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/14.xml new file mode 100644 index 0000000..e5993b3 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/14.xml @@ -0,0 +1,29 @@ + + + + + 13 + + 14 + org.jenkinsci.plugins.workflow.steps.ToolStep + + + + + + name + maven-3 + + + type + hudson.tasks.Maven$MavenInstallation + + + true + + + 1567442652088 + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/15.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/15.xml new file mode 100644 index 0000000..97c39d4 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/15.xml @@ -0,0 +1,29 @@ + + + + + 14 + + 15 + org.jenkinsci.plugins.pipeline.modeldefinition.steps.EnvVarsForToolStep + + + + + + toolId + hudson.tasks.Maven$MavenInstallation + + + toolVersion + maven-3 + + + true + + + 1567442652149 + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/16.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/16.xml new file mode 100644 index 0000000..0741de2 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/16.xml @@ -0,0 +1,16 @@ + + + + + 15 + + 16 + 13 + + + + + 1567442652184 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/17.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/17.xml new file mode 100644 index 0000000..29f54c5 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/17.xml @@ -0,0 +1,15 @@ + + + + + 16 + + 17 + 12 + + + + 1567442652201 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/18.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/18.xml new file mode 100644 index 0000000..76a82f3 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/18.xml @@ -0,0 +1,29 @@ + + + + + 17 + + 18 + org.jenkinsci.plugins.workflow.steps.EnvStep + + + + + + + overrides + + M2_HOME=/var/jenkins_home/tools/hudson.tasks.Maven_MavenInstallation/maven-3 + MAVEN_HOME=/var/jenkins_home/tools/hudson.tasks.Maven_MavenInstallation/maven-3 + PATH+MAVEN=/var/jenkins_home/tools/hudson.tasks.Maven_MavenInstallation/maven-3/bin + + + + true + + + 1567442652238 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/19.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/19.xml new file mode 100644 index 0000000..5041d3b --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/19.xml @@ -0,0 +1,16 @@ + + + + + 18 + + 19 + org.jenkinsci.plugins.workflow.steps.EnvStep + + + + + 1567442652242 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/2.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/2.xml new file mode 100644 index 0000000..9cb2f62 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/2.xml @@ -0,0 +1,12 @@ + + + + + 2 + + + + 1567442639935 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/20.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/20.xml new file mode 100644 index 0000000..db88fe2 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/20.xml @@ -0,0 +1,25 @@ + + + + + 19 + + 20 + org.jenkinsci.plugins.workflow.support.steps.StageStep + + + + + + + name + Build + + + true + + + 1567442652275 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/21.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/21.xml new file mode 100644 index 0000000..18982e8 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/21.xml @@ -0,0 +1,27 @@ + + + + + 20 + + 21 + org.jenkinsci.plugins.workflow.support.steps.StageStep + + + + + Build + + + 1567442652287 + + + + + STAGE_STATUS + FAILED_AND_CONTINUED + + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/22.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/22.xml new file mode 100644 index 0000000..fa0b9bb --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/22.xml @@ -0,0 +1,29 @@ + + + + + 21 + + 22 + org.jenkinsci.plugins.workflow.steps.ToolStep + + + + + + name + maven-3 + + + type + hudson.tasks.Maven$MavenInstallation + + + true + + + 1567442652392 + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/23.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/23.xml new file mode 100644 index 0000000..a37ae63 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/23.xml @@ -0,0 +1,29 @@ + + + + + 22 + + 23 + org.jenkinsci.plugins.pipeline.modeldefinition.steps.EnvVarsForToolStep + + + + + + toolId + hudson.tasks.Maven$MavenInstallation + + + toolVersion + maven-3 + + + true + + + 1567442652431 + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/24.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/24.xml new file mode 100644 index 0000000..2054526 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/24.xml @@ -0,0 +1,29 @@ + + + + + 23 + + 24 + org.jenkinsci.plugins.workflow.steps.EnvStep + + + + + + + overrides + + MASKED_VALUE + MASKED_VALUE + MASKED_VALUE + + + + false + + + 1567442652474 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/25.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/25.xml new file mode 100644 index 0000000..b835492 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/25.xml @@ -0,0 +1,16 @@ + + + + + 24 + + 25 + org.jenkinsci.plugins.workflow.steps.EnvStep + + + + + 1567442652486 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/26.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/26.xml new file mode 100644 index 0000000..c631a26 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/26.xml @@ -0,0 +1,46 @@ + + + + + 25 + + 26 + org.jenkinsci.plugins.workflow.steps.durable_task.ShellStep + + + + + + script + mvn clean -P Secuencial test + + + true + + + 1567442652614 + + + + + script returned exit code 1 + + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.handleExit(DurableTaskStep.java:658) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.check(DurableTaskStep.java:604) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.run(DurableTaskStep.java:548) + java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) + java.util.concurrent.FutureTask.run(FutureTask.java:266) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) + java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) + java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) + java.lang.Thread.run(Thread.java:748) + + + + + + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/27.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/27.xml new file mode 100644 index 0000000..9a2ce58 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/27.xml @@ -0,0 +1,37 @@ + + + + + 26 + + 27 + 25 + + + + + 1567442673441 + + + + script returned exit code 1 + + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.handleExit(DurableTaskStep.java:658) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.check(DurableTaskStep.java:604) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.run(DurableTaskStep.java:548) + java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) + java.util.concurrent.FutureTask.run(FutureTask.java:266) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) + java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) + java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) + java.lang.Thread.run(Thread.java:748) + + + + + + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/28.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/28.xml new file mode 100644 index 0000000..5381550 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/28.xml @@ -0,0 +1,36 @@ + + + + + 27 + + 28 + 24 + + + + 1567442673468 + + + + script returned exit code 1 + + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.handleExit(DurableTaskStep.java:658) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.check(DurableTaskStep.java:604) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.run(DurableTaskStep.java:548) + java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) + java.util.concurrent.FutureTask.run(FutureTask.java:266) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) + java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) + java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) + java.lang.Thread.run(Thread.java:748) + + + + + + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/29.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/29.xml new file mode 100644 index 0000000..3909873 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/29.xml @@ -0,0 +1,37 @@ + + + + + 28 + + 29 + 21 + + + + + 1567442673493 + + + + script returned exit code 1 + + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.handleExit(DurableTaskStep.java:658) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.check(DurableTaskStep.java:604) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.run(DurableTaskStep.java:548) + java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) + java.util.concurrent.FutureTask.run(FutureTask.java:266) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) + java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) + java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) + java.lang.Thread.run(Thread.java:748) + + + + + + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/3.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/3.xml new file mode 100644 index 0000000..e073897 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/3.xml @@ -0,0 +1,33 @@ + + + + + 2 + + 3 + org.jenkinsci.plugins.workflow.support.steps.ExecutorStep + + + + + + + label + + + + true + + + 1567442644074 + + + 13 + + + + /var/jenkins_home/workspace/ippia-api-example-project_master + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/30.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/30.xml new file mode 100644 index 0000000..fe9e9e6 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/30.xml @@ -0,0 +1,36 @@ + + + + + 29 + + 30 + 20 + + + + 1567442673532 + + + + script returned exit code 1 + + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.handleExit(DurableTaskStep.java:658) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.check(DurableTaskStep.java:604) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.run(DurableTaskStep.java:548) + java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) + java.util.concurrent.FutureTask.run(FutureTask.java:266) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) + java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) + java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) + java.lang.Thread.run(Thread.java:748) + + + + + + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/31.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/31.xml new file mode 100644 index 0000000..2a3ab73 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/31.xml @@ -0,0 +1,16 @@ + + + + + 30 + + 31 + 19 + + + + + 1567442673553 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/32.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/32.xml new file mode 100644 index 0000000..4dead3d --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/32.xml @@ -0,0 +1,15 @@ + + + + + 31 + + 32 + 18 + + + + 1567442673570 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/33.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/33.xml new file mode 100644 index 0000000..055dfe1 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/33.xml @@ -0,0 +1,37 @@ + + + + + 32 + + 33 + 11 + + + + + 1567442673584 + + + + script returned exit code 1 + + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.handleExit(DurableTaskStep.java:658) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.check(DurableTaskStep.java:604) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.run(DurableTaskStep.java:548) + java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) + java.util.concurrent.FutureTask.run(FutureTask.java:266) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) + java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) + java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) + java.lang.Thread.run(Thread.java:748) + + + + + + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/34.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/34.xml new file mode 100644 index 0000000..3e52bd5 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/34.xml @@ -0,0 +1,36 @@ + + + + + 33 + + 34 + 10 + + + + 1567442673613 + + + + script returned exit code 1 + + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.handleExit(DurableTaskStep.java:658) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.check(DurableTaskStep.java:604) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.run(DurableTaskStep.java:548) + java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) + java.util.concurrent.FutureTask.run(FutureTask.java:266) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) + java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) + java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) + java.lang.Thread.run(Thread.java:748) + + + + + + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/35.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/35.xml new file mode 100644 index 0000000..ec01e62 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/35.xml @@ -0,0 +1,37 @@ + + + + + 34 + + 35 + 4 + + + + + 1567442673637 + + + + script returned exit code 1 + + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.handleExit(DurableTaskStep.java:658) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.check(DurableTaskStep.java:604) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.run(DurableTaskStep.java:548) + java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) + java.util.concurrent.FutureTask.run(FutureTask.java:266) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) + java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) + java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) + java.lang.Thread.run(Thread.java:748) + + + + + + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/36.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/36.xml new file mode 100644 index 0000000..1b63dc0 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/36.xml @@ -0,0 +1,39 @@ + + + + + 35 + + 36 + 3 + + + + 1567442673672 + + + + script returned exit code 1 + + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.handleExit(DurableTaskStep.java:658) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.check(DurableTaskStep.java:604) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.run(DurableTaskStep.java:548) + java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) + java.util.concurrent.FutureTask.run(FutureTask.java:266) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) + java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) + java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) + java.lang.Thread.run(Thread.java:748) + + + + + + + + + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/37.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/37.xml new file mode 100644 index 0000000..7536ce6 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/37.xml @@ -0,0 +1,42 @@ + + + + + 36 + + 37 + 2 + + FAILURE + 2 + RED + true + + + + + + script returned exit code 1 + + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.handleExit(DurableTaskStep.java:658) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.check(DurableTaskStep.java:604) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.run(DurableTaskStep.java:548) + java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) + java.util.concurrent.FutureTask.run(FutureTask.java:266) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) + java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) + java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) + java.lang.Thread.run(Thread.java:748) + + + + + + + + + 1567442673711 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/4.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/4.xml new file mode 100644 index 0000000..6a021e2 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/4.xml @@ -0,0 +1,16 @@ + + + + + 3 + + 4 + org.jenkinsci.plugins.workflow.support.steps.ExecutorStep + + + + + 1567442644341 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/5.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/5.xml new file mode 100644 index 0000000..4671b54 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/5.xml @@ -0,0 +1,25 @@ + + + + + 4 + + 5 + org.jenkinsci.plugins.workflow.support.steps.StageStep + + + + + + + name + Declarative: Checkout SCM + + + true + + + 1567442644435 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/6.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/6.xml new file mode 100644 index 0000000..4efde3a --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/6.xml @@ -0,0 +1,27 @@ + + + + + 5 + + 6 + org.jenkinsci.plugins.workflow.support.steps.StageStep + + + + + Declarative: Checkout SCM + + + 1567442644476 + + + + + SYNTHETIC_STAGE + PRE + + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/7.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/7.xml new file mode 100644 index 0000000..8993ae0 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/7.xml @@ -0,0 +1,108 @@ + + + + + 6 + + 7 + org.jenkinsci.plugins.workflow.steps.scm.GenericSCMStep + + + + + + scm + + + + doGenerateSubmoduleConfigurations + false + + + extensions + + + + $class + CleanBeforeCheckout + + + + + $class + CleanCheckout + + + + + $class + LocalBranch + + + localBranch + ** + + + UNSERIALIZABLE + + + $class + BuildChooserSetting + + + buildChooser + UNSERIALIZABLE + + + + + + branches + + + + name + master + + + + + + submoduleCfg + + + + userRemoteConfigs + + + + credentialsId + jenkins-generated-ssh-key + + + name + origin + + + refspec + +refs/heads/*:refs/remotes/origin/* + + + url + git@bitbucket.org:crowdarautomation/lippia-api-example-project.git + + + + + + + + + false + + + 1567442644576 + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/8.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/8.xml new file mode 100644 index 0000000..2de7da9 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/8.xml @@ -0,0 +1,16 @@ + + + + + 7 + + 8 + 6 + + + + + 1567442651767 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/9.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/9.xml new file mode 100644 index 0000000..4073c19 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/9.xml @@ -0,0 +1,15 @@ + + + + + 8 + + 9 + 5 + + + + 1567442651786 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/build.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/build.xml new file mode 100644 index 0000000..fa371e2 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/build.xml @@ -0,0 +1,198 @@ + + + + + + + + admin + + 1 + + + + + blueocean + + + master + + 15e80abe1cd621b912c7ff7aaa85e46e49eb4e9d + + + + + + + aceaa9fd-d549-4661-ac64-03f24b8cb7da + + + + + Build + + + default + + + sh + + + + + script + + + mvn clean -P Secuencial test + + + + + + + + + + + aceaa9fd-d549-4661-ac64-03f24b8cb7da + + + + + + + master + + + 15e80abe1cd621b912c7ff7aaa85e46e49eb4e9d + + + + master + + + + + 7 + + + + + + git@bitbucket.org:crowdarautomation/lippia-api-example-project.git + + + + + + master + + + + /var/jenkins_home/workspace/ippia-api-example-project_master + + + + + git git@bitbucket.org:crowdarautomation/lippia-api-example-project.git + + + + + + + 1 + 1567443249935 + 1567443249941 + FAILURE + 641375 + UTF-8 + false + + FAILURE + + + MAX_SURVIVABILITY + + + flowNode + 509950333 + + + classLoad + 7386219788 + + + run + 22620157204 + + + parse + 1492236905 + + + saveProgram + 16363288732 + + + true + 37 + 1:37 + true + false + + true + + + + 2 + + + origin + +refs/heads/*:refs/remotes/origin/* + git@bitbucket.org:crowdarautomation/lippia-api-example-project.git + jenkins-generated-ssh-key + + + + + master + + + false + + + + + + ** + + + false + + + + + + + + + + /var/jenkins_home/workspace/ippia-api-example-project_master + /var/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/changelog3084151937357105956.xml + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/changelog3084151937357105956.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/changelog3084151937357105956.xml new file mode 100644 index 0000000..3b6d09e --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/changelog3084151937357105956.xml @@ -0,0 +1,113 @@ +commit 15e80abe1cd621b912c7ff7aaa85e46e49eb4e9d +tree f83bd3111500598ac0423e39524c24642f5ae447 +parent 3d34959c561d0080f1eac61990637c46cc724ce2 +author Pole 2019-09-02 13:48:31 -0300 +committer Pole 2019-09-02 13:48:31 -0300 + + pom root 1.6.1 + + + +:100644 100644 de23f3b3e6b1812ed39f5f86e96629a5f111fd93 331341cb80ab6d4cf9af224137c1c5d736e754d5 M jenkins_home/fingerprints/bc/de/03361ccf8e72dfb45bd71e66957e.xml +:100644 100644 8afd336562569219679d2a62467cce5dba3532b0 ef23c303f29e0804cd366b8dfa52be1cb20e67a9 M jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/build.xml +:100644 100644 596cde9d609c5e53d671d3fc4249f0944416ba5f 202daf01b1573fe515fb33e65b3215c014929435 M jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/log +:100644 100644 e9692911e6cfcc1b2a2ab16295ff9bb9c0720729 11c6ea9323986ead975e9119f9f535b7e9751386 M jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/log-index +:100644 000000 3d9a488516c11b12482261b622ce66c575fd062d 0000000000000000000000000000000000000000 D jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/program.dat +:100644 100644 245ff8673a640c2b1b8b914b0fb159418b268f64 9ea72ca5e1dc963fccb6f8a37c6e8fdb6b34cedc M jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/21.xml +:100644 100644 166b7240796c136c3bdb32f267612c1e6bcfabb3 f627b89ee0ac7d96b3c610c03a879b4afdd412e8 M jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/26.xml +:000000 100644 0000000000000000000000000000000000000000 2e1c50913efcd25d5fba46e461b5f8d4dab51276 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/27.xml +:000000 100644 0000000000000000000000000000000000000000 7efaf2807930d8c4208a9761e7c46dff593a4ab9 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/28.xml +:000000 100644 0000000000000000000000000000000000000000 9718f5365f1596c715fa8ddebaff02e2d820b89f A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/29.xml +:000000 100644 0000000000000000000000000000000000000000 6d82db73a62980b06a3b2210e10b0b1c3f27d53e A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/30.xml +:000000 100644 0000000000000000000000000000000000000000 7eecaa068cdedfc3e263ca29ce71c8f9c142272c A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/31.xml +:000000 100644 0000000000000000000000000000000000000000 3fe564391d648ff4fd467e80bf085b58425f8b92 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/32.xml +:000000 100644 0000000000000000000000000000000000000000 4002157cf4abf367f3623f2423d345e0a18a5d78 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/33.xml +:000000 100644 0000000000000000000000000000000000000000 c4da02af9a33c4cff429d8cf4d22e4d4735c7a3b A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/34.xml +:000000 100644 0000000000000000000000000000000000000000 8cb653d32341f7e537998192daaf43c80be337e2 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/35.xml +:000000 100644 0000000000000000000000000000000000000000 c779488aca99432c45b0a151c77f836b0e9312a9 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/36.xml +:000000 100644 0000000000000000000000000000000000000000 f0ab482dd42acae79c65536e626c1a9f5084ad5e A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/4/workflow/37.xml +:000000 100644 0000000000000000000000000000000000000000 71c88f82a1822ef5e2762891b2bc6b1c5a69eae0 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/build.xml +:000000 100644 0000000000000000000000000000000000000000 ae2105fbde8b40923fb9fdc9f7072524cf7b58b3 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/changelog5156030434645958220.xml +:000000 100644 0000000000000000000000000000000000000000 772a6e5bbcd545ef5ab25db90eabac6fc4cedcc9 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/log +:000000 100644 0000000000000000000000000000000000000000 ec80d82932f53cf7d651a19b96317bacd66d4be7 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/log-index +:000000 100644 0000000000000000000000000000000000000000 aac7d48a37c8871289289512cfe8abc040b02aef A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/10.xml +:000000 100644 0000000000000000000000000000000000000000 877153593c1f33007a976d06386b5495d047cb4d A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/11.xml +:000000 100644 0000000000000000000000000000000000000000 6f66e6b55d9c5f3ed16b185f953c560d948f61e5 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/12.xml +:000000 100644 0000000000000000000000000000000000000000 3c269a69941fe15b998b38be90c4457ab914a5c1 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/13.xml +:000000 100644 0000000000000000000000000000000000000000 035c4dd1d820644f4cf625d3a74103e4e8673897 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/14.xml +:000000 100644 0000000000000000000000000000000000000000 3e7756f9b8433c0293f93b80bdc6929924717a68 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/15.xml +:000000 100644 0000000000000000000000000000000000000000 e831f01f82fff4aac29cb4e06a808b4fb494bfd5 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/16.xml +:000000 100644 0000000000000000000000000000000000000000 d488dc4947eacb45448ae09bcf5c9313d4f3b575 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/17.xml +:000000 100644 0000000000000000000000000000000000000000 a646e0373e7cb03a6cdb79ff275e5157c934c4a8 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/18.xml +:000000 100644 0000000000000000000000000000000000000000 4c7ec1c7e7ae117c0432b71b5726cb876769f589 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/19.xml +:000000 100644 0000000000000000000000000000000000000000 3abd3206290b151c58463a92bc22496d0472b4d3 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/2.xml +:000000 100644 0000000000000000000000000000000000000000 df8f1c5e632a08a3a39fb016471a7d9f4b6d3bb0 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/20.xml +:000000 100644 0000000000000000000000000000000000000000 b4fdb7a069df20c1917a62dcca0842484fd364a6 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/21.xml +:000000 100644 0000000000000000000000000000000000000000 44517023542fddd743c3c1141407f4f82fb2fb7b A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/22.xml +:000000 100644 0000000000000000000000000000000000000000 458952c964c671a8a86ca80e2a11635693968de9 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/23.xml +:000000 100644 0000000000000000000000000000000000000000 91089cab29a5e73b8f6d3ec40ebcc4287450b22c A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/24.xml +:000000 100644 0000000000000000000000000000000000000000 238125faae211f03cbd3bc86a3a8f0599b4ab47b A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/25.xml +:000000 100644 0000000000000000000000000000000000000000 ba17acb860e69a4daa0e3c252686be31d6d6f01e A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/26.xml +:000000 100644 0000000000000000000000000000000000000000 7e1ef88bccd9c740f215e009ac1b7cb92ef87ffe A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/27.xml +:000000 100644 0000000000000000000000000000000000000000 2f4873bb6ae17138281542eb7a9de1c403453338 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/28.xml +:000000 100644 0000000000000000000000000000000000000000 bb66f6192d9f4b3b8cd545f1865313fdad18bdd7 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/29.xml +:000000 100644 0000000000000000000000000000000000000000 437a1f0686d51768a4f3b6293bbf36a33eccaa21 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/3.xml +:000000 100644 0000000000000000000000000000000000000000 34cbc6eff6da847c6ff63df936d2bdb99bd6e676 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/30.xml +:000000 100644 0000000000000000000000000000000000000000 c36e97cd2a5cd9caa54109ffb6a0a319ad45dc49 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/31.xml +:000000 100644 0000000000000000000000000000000000000000 e2526f2393a54883f6fee87c577cb2668214a928 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/32.xml +:000000 100644 0000000000000000000000000000000000000000 de6ce108f2d4c4405fb4153903016087544356e7 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/33.xml +:000000 100644 0000000000000000000000000000000000000000 98fb0dabcfc48901ef13fa3b831b9e1d7ae29fa1 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/34.xml +:000000 100644 0000000000000000000000000000000000000000 e7d0fb6cc580e5b9ca6d0c269f8e262aeafa2443 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/35.xml +:000000 100644 0000000000000000000000000000000000000000 9ec746c915e68aff146130797e7b5045a2397c20 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/36.xml +:000000 100644 0000000000000000000000000000000000000000 107f7062bf0ca6efbd9a75308ef0327ae44dd47a A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/37.xml +:000000 100644 0000000000000000000000000000000000000000 91563ae826ebb166ea97a39fab441c4ff0a82b48 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/4.xml +:000000 100644 0000000000000000000000000000000000000000 c063beabad4dea60c5aeb2e56278b091d6f02568 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/5.xml +:000000 100644 0000000000000000000000000000000000000000 7a2a3c5979fb519525d6a0ec6ba7cddec44d3589 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/6.xml +:000000 100644 0000000000000000000000000000000000000000 5a94b09d7cc85816067bbddc141ed7d6297a01db A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/7.xml +:000000 100644 0000000000000000000000000000000000000000 60d5a747d7184294cb34a2e78646a245633392e1 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/8.xml +:000000 100644 0000000000000000000000000000000000000000 90bf4d14048fbebcd041798d9bf7b9defbbcd278 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/5/workflow/9.xml +:000000 100644 0000000000000000000000000000000000000000 beed441ea4a8256c958fe796c94a8e89a531ce58 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/build.xml +:000000 100644 0000000000000000000000000000000000000000 e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/changelog1616717883208502148.xml +:000000 100644 0000000000000000000000000000000000000000 62aee54d84c114aa59d5203b9aa253396703ed8e A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/log +:000000 100644 0000000000000000000000000000000000000000 39be8415466773ee59c4d25bbc61cd5cadfabc61 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/log-index +:000000 100644 0000000000000000000000000000000000000000 38b51a9c2e0176d8e593a17a61b847024a2be9a1 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/10.xml +:000000 100644 0000000000000000000000000000000000000000 88d6d386bfeb73b1fcc243f4a8c55b87ff682812 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/11.xml +:000000 100644 0000000000000000000000000000000000000000 af38451f9b90df1a697c41d2b5997e7698d1a530 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/12.xml +:000000 100644 0000000000000000000000000000000000000000 c8d3cc96b58aba29b7f8b168feb71c194e3ba716 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/13.xml +:000000 100644 0000000000000000000000000000000000000000 e5993b386202e211088442c56939d1f083b06f99 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/14.xml +:000000 100644 0000000000000000000000000000000000000000 97c39d4a753d06f84ea462545a14e77f2d55d688 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/15.xml +:000000 100644 0000000000000000000000000000000000000000 0741de2bfdf2b70ee81807d84d54154985a43da5 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/16.xml +:000000 100644 0000000000000000000000000000000000000000 29f54c53315ad110cd355ac427f5339edbbecb6e A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/17.xml +:000000 100644 0000000000000000000000000000000000000000 76a82f3913d64cf69fb3b9d409fa355ec42adb0b A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/18.xml +:000000 100644 0000000000000000000000000000000000000000 5041d3b3b8d99b99fa50e41414335b08a5849246 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/19.xml +:000000 100644 0000000000000000000000000000000000000000 9cb2f6288b2954b0f20fa44c2a4efa74e3c90994 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/2.xml +:000000 100644 0000000000000000000000000000000000000000 db88fe2834e71ecd592d16dd52084c30fa8221f9 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/20.xml +:000000 100644 0000000000000000000000000000000000000000 18982e8b1f47a66aed08f19bcda5982d23a81013 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/21.xml +:000000 100644 0000000000000000000000000000000000000000 fa0b9bbe98a17c335c1bb5e6ed3f98e6b7a32b5e A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/22.xml +:000000 100644 0000000000000000000000000000000000000000 a37ae6372a41346b832844c25665b6e6bbb5a4ee A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/23.xml +:000000 100644 0000000000000000000000000000000000000000 2054526c4fc1b47a4eb13a167d83ceb39c294001 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/24.xml +:000000 100644 0000000000000000000000000000000000000000 b835492d2c8a34da950e7abd29b9ee29724471cb A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/25.xml +:000000 100644 0000000000000000000000000000000000000000 c631a2620f8108aba862d6180275e65e9c3c9daf A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/26.xml +:000000 100644 0000000000000000000000000000000000000000 9a2ce58a79ef982f4bbf61fab41331215bc37a16 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/27.xml +:000000 100644 0000000000000000000000000000000000000000 538155033e003c20a14f0fe90ce5235f18b134fb A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/28.xml +:000000 100644 0000000000000000000000000000000000000000 390987375e37db94e5192b3b4a832276b29e04a3 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/29.xml +:000000 100644 0000000000000000000000000000000000000000 e073897cb834f6ed281f4ef9ccaf419a2ec3db31 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/3.xml +:000000 100644 0000000000000000000000000000000000000000 fe9e9e65ad81fee2493c6488706e4c4711705a47 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/30.xml +:000000 100644 0000000000000000000000000000000000000000 2a3ab739fffb7af6a6fd6eb5f8bf29ce1e3505b7 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/31.xml +:000000 100644 0000000000000000000000000000000000000000 4dead3d18c25ed291377ff16c89a6582d7015fa2 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/32.xml +:000000 100644 0000000000000000000000000000000000000000 055dfe165c65a1c476a0625d3e108fabb9f8255e A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/33.xml +:000000 100644 0000000000000000000000000000000000000000 3e52bd5103fb939829bef1ad9700b2ebcc3aa2fe A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/34.xml +:000000 100644 0000000000000000000000000000000000000000 ec01e62616a0e64154079d958e394ac29fe08293 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/35.xml +:000000 100644 0000000000000000000000000000000000000000 1b63dc0ee4c8806a3ca9790d8fedf7e10cc8e690 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/36.xml +:000000 100644 0000000000000000000000000000000000000000 7536ce6a8e82d6cc62ba1e64d63a6e79f53e4482 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/37.xml +:000000 100644 0000000000000000000000000000000000000000 6a021e29d65564f4adb9617cc8d4fe0fbae35bb2 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/4.xml +:000000 100644 0000000000000000000000000000000000000000 4671b54552d027099683965b6b37deeec3797c7c A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/5.xml +:000000 100644 0000000000000000000000000000000000000000 4efde3a536d19727967a118c395a2a7d1edf3077 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/6.xml +:000000 100644 0000000000000000000000000000000000000000 8993ae0175e5227cb70ebac792274196408509ba A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/7.xml +:000000 100644 0000000000000000000000000000000000000000 2de7da9cf753a7ec9e430dc5f38c3db7913ab95f A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/8.xml +:000000 100644 0000000000000000000000000000000000000000 4073c19df190a44cc93c8e0ad96106af0f91c785 A jenkins_home/jobs/lippia-api-example-project/branches/master/builds/6/workflow/9.xml +:120000 120000 e440e5c842586965a7fb77deda2eca68612b1f53 62f9457511f879886bb7728c986fe10b0ece6bcb M jenkins_home/jobs/lippia-api-example-project/branches/master/builds/lastFailedBuild +:120000 120000 e440e5c842586965a7fb77deda2eca68612b1f53 62f9457511f879886bb7728c986fe10b0ece6bcb M jenkins_home/jobs/lippia-api-example-project/branches/master/builds/lastUnsuccessfulBuild +:100644 100644 7ed6ff82de6bcc2a78243fc9c54d3ef5ac14da69 7f8f011eb73d6043d2e6db9d2c101195ae2801f2 M jenkins_home/jobs/lippia-api-example-project/branches/master/nextBuildNumber +:100644 100644 f4fc9540397e090998634b9de65e42e0b751a03e de3d5a10b984710d14f3718a01e29a0e26169d67 M jenkins_home/org.jenkinsci.plugins.workflow.flow.FlowExecutionList.xml +:100644 100644 2460f8861be248c764550c890b8a1d238ac0b6da 0e61318d9786ef7dfcea772a9c1869aa86242061 M pom.xml diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/log b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/log new file mode 100644 index 0000000..5561411 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/log @@ -0,0 +1,1965 @@ +Started by user ha:////4JA9v5tUzlTDtGOPJBEIYYw13/8/48+N2KXiX3lP80O/AAAAlx+LCAAAAAAAAP9b85aBtbiIQTGjNKU4P08vOT+vOD8nVc83PyU1x6OyILUoJzMv2y+/JJUBAhiZGBgqihhk0NSjKDWzXb3RdlLBUSYGJk8GtpzUvPSSDB8G5tKinBIGIZ+sxLJE/ZzEvHT94JKizLx0a6BxUmjGOUNodHsLgAzWEgZu/dLi1CL9xJTczDwAj6GcLcAAAAA=admin +Creating git repository in /var/jenkins_home/caches/git-cfd2c659f1dc19462d4f5996dd303559 + > git init /var/jenkins_home/caches/git-cfd2c659f1dc19462d4f5996dd303559 # timeout=10 +Setting origin to git@bitbucket.org:crowdarautomation/lippia-api-example-project.git + > git config remote.origin.url git@bitbucket.org:crowdarautomation/lippia-api-example-project.git # timeout=10 +Fetching origin... +Fetching upstream changes from origin + > git --version # timeout=10 + > git config --get remote.origin.url # timeout=10 +using GIT_SSH to set credentials jenkins-generated-ssh-key + > git fetch --tags --force --progress origin +refs/heads/*:refs/remotes/origin/* +Seen branch in repository origin/Guillermo-Aguirre/readmemd-edited-online-with-bitbucket-1564705696111 +Seen branch in repository origin/entityConfiguration +Seen branch in repository origin/master +Seen 3 remote branches +Obtained Jenkinsfile from 15e80abe1cd621b912c7ff7aaa85e46e49eb4e9d +Running in Durability level: MAX_SURVIVABILITY +ha:////4EpFwZMblgPsvyuGKahQ1L+j05K4tCKNbiHHZH0UNZxoAAAAoh+LCAAAAAAAAP9tjTEOwjAQBM8BClpKHuFItIiK1krDC0x8GCfWnbEdkooX8TX+gCESFVvtrLSa5wtWKcKBo5UdUu8otU4GP9jS5Mixv3geZcdn2TIl9igbHBs2eJyx4YwwR1SwULBGaj0nRzbDRnX6rmuvydanHMu2V1A5c4MHCFXMWcf8hSnC9jqYxPTz/BXAFEIGsfuclm8zQVqFvQAAAA==[Pipeline] Start of Pipeline +ha:////4JbFIovlyT+ZyXlfN0Sge4M2zB+J8Zu8WqfqcDkWFDDTAAAApR+LCAAAAAAAAP9tjTEOwjAUQ3+KOrAycohUghExsUZZOEFIQkgb/d8mKe3EibgadyBQiQlLlmxL1nu+oE4RjhQdby12HpP2vA+jK4lPFLtroIm3dOGaMFGwXNpJkrGnpUrKFhaxClYC1hZ1oOTRZdiIVt1VExS65pxj2Q4CKm8GeAAThZxVzN8yR9jeRpMIf5y/AJj7DGxXvP/86jduZBmjwAAAAA==[Pipeline] node +Running on ha:////4L6hoUIbWOHwlkY93tw6rrqwebps19DdkUlnlOjiPx+jAAAAnh+LCAAAAAAAAP9b85aBtbiIQTGjNKU4P08vOT+vOD8nVc83PyU1x6OyILUoJzMv2y+/JJUBAhiZGBgqihhk0NSjKDWzXb3RdlLBUSYGJk8GtpzUvPSSDB8G5tKinBIGIZ+sxLJE/ZzEvHT94JKizLx0a6BxUmjGOUNodHsLgAz2EgZh/eT83ILSktQifY3cxGIgrakPAHib2iPIAAAAJenkins in /var/jenkins_home/workspace/ippia-api-example-project_master +ha:////4An/JK7ttUJB8PL7SrZO8V4y9FGdNSKGJMNcKFpoxhxuAAAApR+LCAAAAAAAAP9tjTEOwjAUQ3+KOrAycoh0gA0xsUZZOEFIQkgb/d8mKe3EibgadyBQiQlLlmxL1nu+oE4RjhQdby12HpP2vA+jK4lPFLtroIm3dOGaMFGwXNpJkrGnpUrKFhaxClYC1hZ1oOTRZdiIVt1VExS65pxj2Q4CKm8GeAAThZxVzN8yR9jeRpMIf5y/AJj7DGxXvP/86jfoP95RwAAAAA==[Pipeline] { +ha:////4Hb+IsHl99PpL00yKBYZ/cELdpsxcvFOImrNjM3ayltcAAAApR+LCAAAAAAAAP9tjTEOwjAUQ3+KOrAycoh0gQkxsUZZOEFIQkgb/d8mKe3EibgadyBQiQlLlmxL1nu+oE4RjhQdby12HpP2vA+jK4lPFLtroIm3dOGaMFGwXNpJkrGnpUrKFhaxClYC1hZ1oOTRZdiIVt1VExS65pxj2Q4CKm8GeAAThZxVzN8yR9jeRpMIf5y/AJj7DGxXvP/86jc09154wAAAAA==[Pipeline] stage +ha:////4DYcSpHJuJSnGcW1Hw7C/AY+emmR7paW70jmzBKKpBVbAAAApR+LCAAAAAAAAP9tjTEOwjAUQ3+KOrAycoh0ggUxsUZZOEFIQkgb/d8mKe3EibgadyBQiQlLlmxL1nu+oE4RjhQdby12HpP2vA+jK4lPFLtroIm3dOGaMFGwXNpJkrGnpUrKFhaxClYC1hZ1oOTRZdiIVt1VExS65pxj2Q4CKm8GeAAThZxVzN8yR9jeRpMIf5y/AJj7DGxXvP/86jek7ggRwAAAAA==[Pipeline] { (Declarative: Checkout SCM) +ha:////4KpON2s1z0FcGBMZuC7x6NsOn5Y94IfM+IuW/hH0Q3MTAAAAoh+LCAAAAAAAAP9tjTEOAiEURD9rLGwtPQTbaWGsbAmNJ0AWEZb8zwLrbuWJvJp3kLiJlZNMMm+a93rDOic4UbLcG+wdZu14DKOti0+U+lugiXu6ck2YKRguzSSpM+cFJRUDS1gDKwEbgzpQdmgLbIVXD9UGhba9lFS/o4DGdQM8gYlqLiqVL8wJdvexy4Q/z18BzLEA29ce4gfg7KmOvAAAAA==[Pipeline] checkout +using credential jenkins-generated-ssh-key +Cloning the remote Git repository +Cloning with configured refspecs honoured and without tags +Cloning repository git@bitbucket.org:crowdarautomation/lippia-api-example-project.git + > git init /var/jenkins_home/workspace/ippia-api-example-project_master # timeout=10 +Fetching upstream changes from git@bitbucket.org:crowdarautomation/lippia-api-example-project.git + > git --version # timeout=10 +using GIT_SSH to set credentials jenkins-generated-ssh-key + > git fetch --no-tags --force --progress git@bitbucket.org:crowdarautomation/lippia-api-example-project.git +refs/heads/*:refs/remotes/origin/* + > git config remote.origin.url git@bitbucket.org:crowdarautomation/lippia-api-example-project.git # timeout=10 + > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 + > git config remote.origin.url git@bitbucket.org:crowdarautomation/lippia-api-example-project.git # timeout=10 +Cleaning workspace + > git rev-parse --verify HEAD # timeout=10 +No valid HEAD. Skipping the resetting + > git clean -fdx # timeout=10 +Fetching without tags +Fetching upstream changes from git@bitbucket.org:crowdarautomation/lippia-api-example-project.git +using GIT_SSH to set credentials jenkins-generated-ssh-key + > git fetch --no-tags --force --progress git@bitbucket.org:crowdarautomation/lippia-api-example-project.git +refs/heads/*:refs/remotes/origin/* +Checking out Revision 15e80abe1cd621b912c7ff7aaa85e46e49eb4e9d (master) + > git config core.sparsecheckout # timeout=10 + > git checkout -f 15e80abe1cd621b912c7ff7aaa85e46e49eb4e9d + > git branch -a -v --no-abbrev # timeout=10 + > git checkout -b master 15e80abe1cd621b912c7ff7aaa85e46e49eb4e9d +Commit message: "pom root 1.6.1" + > git rev-list --no-walk 3d34959c561d0080f1eac61990637c46cc724ce2 # timeout=10 +Cleaning workspace + > git rev-parse --verify HEAD # timeout=10 +Resetting working tree + > git reset --hard # timeout=10 + > git clean -fdx # timeout=10 +ha:////4O3nADGHs23/Kl3D4Vem/YK++A7mSIgOy37UayO0/AUVAAAAoh+LCAAAAAAAAP9tjTEOAiEURD9rLGwtPQTbGRNjZUtoPAGyiLDkfxZYdytP5NW8g8RNrJxkknnTvNcb1jnBiZLl3mDvMGvHYxhtXXyi1N8CTdzTlWvCTMFwaSZJnTkvKKkYWMIaWAnYGNSBskNbYCu8eqg2KLTtpaT6HQU0rhvgCUxUc1GpfGFOsLuPXSb8ef4KYI6xADvU7j9Dg2gqvAAAAA==[Pipeline] } +ha:////4O9w4ghdmRfJF0B7+f9fc/xQtiMOEbP+6UqMSgc5gMJ4AAAAoh+LCAAAAAAAAP9tjTEOAiEURD9rLGwtPQRbWRhjZUtoPAGyiLDkfxZYdytP5NW8g8RNrJxkknnTvNcb1jnBiZLl3mDvMGvHYxhtXXyi1N8CTdzTlWvCTMFwaSZJnTkvKKkYWMIaWAnYGNSBskNbYCu8eqg2KLTtpaT6HQU0rhvgCUxUc1GpfGFOsLuPXSb8ef4KYI6xADvU7j9J+wGOvAAAAA==[Pipeline] // stage +ha:////4NHa52FzR5XLRVgw0jzEUH2u5K3XlMUkICfTRX8gsn2sAAAAph+LCAAAAAAAAP9tjTEOwjAQBM9BKWgpeYQDEh2iorXc8AITG+PEugv2haTiRXyNPxCIRMVWOyut5vmCMic4UPKycdgGzHWQXez91ORAqb1EGmRDZ1kTZopOajdosu44oyZ2MEcUsFCwdFhHygE9w0o15m6qaNBXJ07TtldQBHuDBwg1mdkk/sKYYH3tbSb8ef4KYOwYxI6h2G4+x/INtuQqUcEAAAA=[Pipeline] withEnv +ha:////4IkdELn3H+ehOu0IBl7G5ln2lrzrxMUhcHI+zdjztI7fAAAApR+LCAAAAAAAAP9tjTEOwjAUQ3+DOrAycoiUzoiJNerCCUITQtLo/zZJSSdOxNW4Ay2VmPBg2Zas93pDGQOcKBjuNHYWY2t570czJ54pdDdPmTu68pYwkte80bkhpc9rbShpWFUw2AjYamw9RYsmwU44+ZCVl2iqSwrzdhTArBrgCYWYyUmG9C1TgP19VJHwx/kLgKlPwOrDYvXyLD8BobDcwgAAAA==[Pipeline] { +ha:////4GI1mBjlATcQtxCtJOjVUpQQFPVKbS2eVJPyCSQFCIEdAAAAph+LCAAAAAAAAP9tjTEOwjAUQ3+LOrAycohUZUVMrFEWThCaEJJG/7dJSjpxIq7GHWipxIQHy7ZkvdcbqhjgRMEwp7GzGFvLej+aObFMobt5yszRlbWEkbxmQmdBSp/XKihpWFWUsOGw1dh6ihZNgh138iFrL9HUlxTm7cihtGqAJxR8JicZ0rdMAfb3UUXCH+cvAKY+Qdk0ix2WZ/UBbwyqm8IAAAA=[Pipeline] stage +ha:////4GhVvIM1JlLTvuNaoqX3JUu1eUxdkq7zCPFeBl7eilMAAAAAph+LCAAAAAAAAP9tjTEOwjAUQ3+LOrAycohUwIiYukZZOEFoQkgb/V9+UtqJE3E17kBLJSY8WLYl673eUESGE7ETjcXWY6y96ELvpiQG4vYaaBANXURNGClYoeygyNhqqYqShUVZDisJa4t1oOjRJdjIRj90GTS68px42o4Scm/u8IRMTuSkOX3LyLC99SYS/jh/ATB2CfLdfrbD/Cw+y7kUycIAAAA=[Pipeline] { (Declarative: Tool Install) +ha:////4N7iDLg+L+l04wzSBEBItgpacbjdMyr9uDK6adVTVzMfAAAApB+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOIiBB2iSmu54QUmNsaJdWdsh6TiRXyNPxCIRMUWq51t5vmCZYpw5GixNdQ5So3D4Hs7LRw4dhfPA7Z8xoYpsTcozSBZm3pGydnAnKKEhYCVocZzcmQzrEWr7qryimx1ynH6DgJKp2/wgEJM5qxi/sIYYXPtdWL6ef4KYAwZyu3uU/vwBgq0rvS+AAAA[Pipeline] tool +Unpacking https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.6.1/apache-maven-3.6.1-bin.zip to /var/jenkins_home/tools/hudson.tasks.Maven_MavenInstallation/maven-3 on Jenkins +ha:////4A4kctZvlpyPbu8PpKcK53GTpXd+QYGaA12bwdhGc7acAAAApB+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOIihKgQVVrLDS8wsTFOrDtjOyQVL+Jr/IFAJCq2WO1sM88XLFOEI0eLraHOUWocBt/baeHAsbt4HrDlMzZMib1BaQbJ2tQzSs4G5hQlLASsDDWekyObYS1adVeVV2SrU47TdxBQOn2DBxRiMmcV8xfGCJtrrxPTz/NXAGPIUG53n9qHN0uFte2+AAAA[Pipeline] envVarsForTool +ha:////4FCAN4aPqIvvtZZIeGn7Ykc6SL/F/dR5JapSvxImrwTzAAAApR+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOIihESDqNJabniBiY1xYt0Z2yGpeBFf4w8EIlGxxWpnm3m+YJkiHDlabA11jlLjMPjeTgsHjt3F84Atn7FhSuwNSjNI1qaeUXI2MKcoYSFgZajxnBzZDGvRqruqvCJbnXKcvoOA0ukbPKAQkzmrmL8wRthce52Yfp6/AhhDyFBu95/avQEeFbpZvgAAAA==[Pipeline] } +ha:////4NMmpVp8HvnfaGCk6ooRIduGb6/F3kmPOI5bcU9Imnm6AAAApB+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOIiaCgQVVrLDS8wsTFOrDtjOyQVL+Jr/IFAJCq2WO1sM88XLFOEI0eLraHOUWocBt/baeHAsbt4HrDlMzZMib1BaQbJ2tQzSs4G5hQlLASsDDWekyObYS1adVeVV2SrU47TdxBQOn2DBxRiMmcV8xfGCJtrrxPTz/NXAGMIGcrt/lO7Ny324eW+AAAA[Pipeline] // stage +ha:////4FMSGU596ro4O24GdH6I5fZjkbdkZzf3fBSvaGAzivhMAAAApx+LCAAAAAAAAP9tjTEOwjAUQ3+LOrAycohU3ZAQE2uUhROEJoSk0f9tkpJOnIircQdaKjHhwbItWe/1hioGOFEwzGnsLMbWst6PZk4sU+hunjJzdGUtYSSvmdBZkNLntQpKGlYVJWw4bDW2nqJFk2DHnXzI2ks09SWFeTtyKK0a4AkFn8lJhvQtU4D9fVSR8Mf5C4CpT1A2zWKH5Vl9AAkvMTrCAAAA[Pipeline] withEnv +ha:////4E1XdtaCR43qNgMlgJL1bmyI27EO1NcI7KM3IbkVBkLRAAAApx+LCAAAAAAAAP9tjTEOwjAUQ3+LOrAycohUbCDE1DXKwglCE0La6P/yk9JOnIircQdaKjHhwbItWe/1hiIynIidaCy2HmPtRRd6NyUxELfXQINo6CJqwkjBCmUHRcZWS1WULCzKclhJWFusA0WPLsFGNvqhy6DRlefE03aUkHtzhydkciInzelbRobtrTeR8Mf5C4CxS5Dv9rMd5mfxASnCIIrCAAAA[Pipeline] { +ha:////4FTkvBZdz+VVctGk/lmfY6n1DBzM9LJMslccd0Cf5rnnAAAApx+LCAAAAAAAAP9tjTEOwjAUQ3+LOrAycogU2BDqxBp14QShCSFp9H9JUtKJE3E17kCgEhMeLNuS9Z4vqIKHhrxmVmFvMHSGDW7UObFEvr84SszSmXWEgZxirUotSXWca0tRwayihAWHpcLOUTCoI6y4FXdRO4G6PkWftwOH0sgbPKDgmRyFj98yeVhfRxkIf5y/AJiGCOV2n223+TyrN7xWSV3CAAAA[Pipeline] stage +ha:////4JJz08kWJ32WWwEjs4hmPl/36Hh5F303HFm8qYF7fYt1AAAAph+LCAAAAAAAAP9tjTEOwjAUQ3+LOrAycogUWBFT1ygLJwhNCGmj/8tPSjtxIq7GHWipxIQHy7ZkvdcbishwInaisdh6jLUXXejdlMRA3F4DDaKhi6gJIwUrlB0UGVstVVGysCjLYSVhbbEOFD26BBvZ6Icug0ZXnhNP21FC7s0dnpDJiZw0p28ZGba33kTCH+cvAMYuQX7Yzbafn8UHbGnGmsIAAAA=[Pipeline] { (Build) +ha:////4FzlFxP9CTAScCeVOCE5BujDXjtbH+ad5Vu7eQFyM8WMAAAAox+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOIi0iIqWisNLzCJMXasO8d2cCpexNf4A4FIVGyx2tlmni9YxwBHDhqtot5QbA16N+p5YebQXx1ntHzBlimyU9io3HCnTgs2nBQsKUpYCdgoah1HQzrBVlh5l5WTpKtzCvN3EFCaboAHFGI2JxnSF6YAu9vYRaaf568AJp+grPefqv0bH7uiub4AAAA=[Pipeline] tool +ha:////4ANkmrmjrhRpjki5goiDEzIwF1rNggEJ/phokjkuQtd7AAAAox+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOIioERUaS03vMDExjix7oztkFS8iK/xBwKRqNhitbPNPF+wTBGOHC22hjpHqXEYfG+nhQPH7uJ5wJbP2DAl9galGSRrU88oORuYU5SwELAy1HhOjmyGtWjVXVVeka1OOU7fQUDp9A0eUIjJnFXMXxgjbK69Tkw/z18BjCFDudt+ah/eXoq5oL4AAAA=[Pipeline] envVarsForTool +ha:////4GdaAMi5ShIS//mIEX+Xl6knOIy/SGJae7L7r4zOY7IlAAAApx+LCAAAAAAAAP9tjTEOwjAUQ3+LOrAycohUIDbE1DXKwglCE0La6P/yk9JOnIircQdaKjHhwbItWe/1hiIynIidaCy2HmPtRRd6NyUxELfXQINo6CJqwkjBCmUHRcZWS1WULCzKclhJWFusA0WPLsFGNvqhy6DRlefE03aUkHtzhydkciInzelbRobtrTeR8Mf5C4CxS5Dvd7Md5mfxAR8nhQvCAAAA[Pipeline] withEnv +ha:////4Ne3beDKL8J2X+bJm03TPdjVzp+GFdCnvjAT9J7myRHlAAAApx+LCAAAAAAAAP9tjTEOwjAUQ3+LOrAycohUQjAhpq5RFk4QmhDSRv+Xn5R24kRcjTvQUokJD5ZtyXqvNxSR4UTsRGOx9RhrL7rQuymJgbi9BhpEQxdRE0YKVig7KDK2WqqiZGFRlsNKwtpiHSh6dAk2stEPXQaNrjwnnrajhNybOzwhkxM5aU7fMjJsb72JhD/OXwCMXYJ8t5/tMD+LD/hYjrHCAAAA[Pipeline] { +ha:////4CxVkqej/NSBqll1Ae4co3t4WJ2udUBkqfNOoO3sLwP7AAAApR+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOIiIUGDqNJabniBiY1xYt0Z2yGpeBFf4w8EIlGxxWpnm3m+YJkiHDlabA11jlLjMPjeTgsHjt3F84Atn7FhSuwNSjNI1qaeUXI2MKcoYSFgZajxnBzZDGvRqruqvCJbnXKcvoOA0ukbPKAQkzmrmL8wRthce52Yfp6/AhhDhnK7+9Q+vAEIWoEpvgAAAA==[Pipeline] sh ++ mvn clean -P Secuencial test +[INFO] Scanning for projects... +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/crowdar/Crowd-Root-Framework/1.6.1/Crowd-Root-Framework-1.6.1.pom +Progress (1): 4.1/20 kB Progress (1): 7.7/20 kB Progress (1): 12/20 kB Progress (1): 16/20 kB Progress (1): 20 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/crowdar/Crowd-Root-Framework/1.6.1/Crowd-Root-Framework-1.6.1.pom (20 kB at 6.9 kB/s) +[WARNING] +[WARNING] Some problems were encountered while building the effective model for com.Crowdar:lippia-api-example-project:jar:1.0-SNAPSHOT +[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: com.fasterxml.jackson.core:jackson-databind:jar -> version 2.9.3 vs 2.9.5 @ com.crowdar:Crowd-Root-Framework:1.6.1, /var/jenkins_home/.m2/repository/com/crowdar/Crowd-Root-Framework/1.6.1/Crowd-Root-Framework-1.6.1.pom, line 356, column 25 +[WARNING] +[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. +[WARNING] +[WARNING] For this reason, future Maven versions might no longer support building such malformed projects. +[WARNING] +[INFO] +[INFO] ---------------< com.Crowdar:lippia-api-example-project >--------------- +[INFO] Building api-rest-automation 1.0-SNAPSHOT +[INFO] --------------------------------[ jar ]--------------------------------- +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom +Progress (1): 2.2/3.9 kB Progress (1): 3.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom (3.9 kB at 3.6 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom +Progress (1): 2.2/13 kB Progress (1): 5.0/13 kB Progress (1): 7.7/13 kB Progress (1): 11/13 kB Progress (1): 13 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom (13 kB at 34 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/21/maven-parent-21.pom +Progress (1): 3.7/26 kB Progress (1): 6.5/26 kB Progress (1): 9.3/26 kB Progress (1): 12/26 kB Progress (1): 15/26 kB Progress (1): 17/26 kB Progress (1): 20/26 kB Progress (1): 23/26 kB Progress (1): 26/26 kB Progress (1): 26 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/21/maven-parent-21.pom (26 kB at 43 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/10/apache-10.pom +Progress (1): 2.2/15 kB Progress (1): 5.0/15 kB Progress (1): 7.8/15 kB Progress (1): 11/15 kB Progress (1): 13/15 kB Progress (1): 15 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/10/apache-10.pom (15 kB at 39 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar +Progress (1): 2.2/25 kB Progress (1): 5.0/25 kB Progress (1): 7.7/25 kB Progress (1): 10/25 kB Progress (1): 13/25 kB Progress (1): 16/25 kB Progress (1): 19/25 kB Progress (1): 21/25 kB Progress (1): 24/25 kB Progress (1): 25 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar (25 kB at 59 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.4/maven-resources-plugin-2.4.pom +Progress (1): 2.2/5.8 kB Progress (1): 5.0/5.8 kB Progress (1): 5.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.4/maven-resources-plugin-2.4.pom (5.8 kB at 17 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom +Progress (1): 2.2/12 kB Progress (1): 5.0/12 kB Progress (1): 7.8/12 kB Progress (1): 11/12 kB Progress (1): 12 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom (12 kB at 29 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/11/maven-parent-11.pom +Progress (1): 2.2/32 kB Progress (1): 5.0/32 kB Progress (1): 7.8/32 kB Progress (1): 11/32 kB Progress (1): 13/32 kB Progress (1): 16/32 kB Progress (1): 19/32 kB Progress (1): 21/32 kB Progress (1): 24/32 kB Progress (1): 27/32 kB Progress (1): 30/32 kB Progress (1): 32/32 kB Progress (1): 32 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/11/maven-parent-11.pom (32 kB at 77 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/5/apache-5.pom +Progress (1): 2.2/4.1 kB Progress (1): 4.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/5/apache-5.pom (4.1 kB at 11 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.4/maven-resources-plugin-2.4.jar +Progress (1): 2.2/24 kB Progress (1): 5.0/24 kB Progress (1): 7.7/24 kB Progress (1): 10/24 kB Progress (1): 13/24 kB Progress (1): 16/24 kB Progress (1): 19/24 kB Progress (1): 21/24 kB Progress (1): 24/24 kB Progress (1): 24 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.4/maven-resources-plugin-2.4.jar (24 kB at 42 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.7.0/maven-compiler-plugin-3.7.0.pom +Progress (1): 2.4/11 kB Progress (1): 5.2/11 kB Progress (1): 9.3/11 kB Progress (1): 11 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.7.0/maven-compiler-plugin-3.7.0.pom (11 kB at 28 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/30/maven-plugins-30.pom +Progress (1): 3.6/10 kB Progress (1): 6.3/10 kB Progress (1): 9.1/10 kB Progress (1): 10 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/30/maven-plugins-30.pom (10 kB at 26 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/30/maven-parent-30.pom +Progress (1): 2.8/41 kB Progress (1): 5.5/41 kB Progress (1): 8.3/41 kB Progress (1): 11/41 kB Progress (1): 14/41 kB Progress (1): 16/41 kB Progress (1): 19/41 kB Progress (1): 22/41 kB Progress (1): 25/41 kB Progress (1): 27/41 kB Progress (1): 30/41 kB Progress (1): 33/41 kB Progress (1): 37/41 kB Progress (1): 41/41 kB Progress (1): 41 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/30/maven-parent-30.pom (41 kB at 105 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/18/apache-18.pom +Progress (1): 4.1/16 kB Progress (1): 7.7/16 kB Progress (1): 12/16 kB Progress (1): 16 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/18/apache-18.pom (16 kB at 46 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.7.0/maven-compiler-plugin-3.7.0.jar +Progress (1): 4.1/58 kB Progress (1): 7.7/58 kB Progress (1): 12/58 kB Progress (1): 16/58 kB Progress (1): 20/58 kB Progress (1): 24/58 kB Progress (1): 28/58 kB Progress (1): 32/58 kB Progress (1): 36/58 kB Progress (1): 40/58 kB Progress (1): 45/58 kB Progress (1): 49/58 kB Progress (1): 53/58 kB Progress (1): 57/58 kB Progress (1): 58 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.7.0/maven-compiler-plugin-3.7.0.jar (58 kB at 75 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.22.1/maven-surefire-plugin-2.22.1.pom +Progress (1): 4.1/5.0 kB Progress (1): 5.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.22.1/maven-surefire-plugin-2.22.1.pom (5.0 kB at 11 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.22.1/surefire-2.22.1.pom +Progress (1): 2.2/26 kB Progress (1): 5.0/26 kB Progress (1): 7.8/26 kB Progress (1): 11/26 kB Progress (1): 13/26 kB Progress (1): 16/26 kB Progress (1): 19/26 kB Progress (1): 21/26 kB Progress (1): 24/26 kB Progress (1): 26 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.22.1/surefire-2.22.1.pom (26 kB at 75 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/33/maven-parent-33.pom +Progress (1): 2.2/44 kB Progress (1): 5.0/44 kB Progress (1): 7.8/44 kB Progress (1): 11/44 kB Progress (1): 13/44 kB Progress (1): 16/44 kB Progress (1): 19/44 kB Progress (1): 21/44 kB Progress (1): 24/44 kB Progress (1): 27/44 kB Progress (1): 30/44 kB Progress (1): 32/44 kB Progress (1): 36/44 kB Progress (1): 40/44 kB Progress (1): 44 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/33/maven-parent-33.pom (44 kB at 80 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/21/apache-21.pom +Progress (1): 4.1/17 kB Progress (1): 7.7/17 kB Progress (1): 12/17 kB Progress (1): 16/17 kB Progress (1): 17 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/21/apache-21.pom (17 kB at 42 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.22.1/maven-surefire-plugin-2.22.1.jar +Progress (1): 4.1/41 kB Progress (1): 7.7/41 kB Progress (1): 12/41 kB Progress (1): 16/41 kB Progress (1): 20/41 kB Progress (1): 24/41 kB Progress (1): 28/41 kB Progress (1): 32/41 kB Progress (1): 36/41 kB Progress (1): 40/41 kB Progress (1): 41 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.22.1/maven-surefire-plugin-2.22.1.jar (41 kB at 100 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/crowdar/Crowd-Core-Framework/1.6.3/Crowd-Core-Framework-1.6.3.pom +Progress (1): 3.2 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/crowdar/Crowd-Core-Framework/1.6.3/Crowd-Core-Framework-1.6.3.pom (3.2 kB at 3.4 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/net/lightbody/bmp/browsermob-core/2.1.5/browsermob-core-2.1.5.pom +Progress (1): 4.1/8.5 kB Progress (1): 7.8/8.5 kB Progress (1): 8.5 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/net/lightbody/bmp/browsermob-core/2.1.5/browsermob-core-2.1.5.pom (8.5 kB at 8.9 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/net/lightbody/bmp/browsermob-proxy/2.1.5/browsermob-proxy-2.1.5.pom +Progress (1): 4.1/22 kB Progress (1): 7.8/22 kB Progress (1): 12/22 kB Progress (1): 16/22 kB Progress (1): 20/22 kB Progress (1): 22 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/net/lightbody/bmp/browsermob-proxy/2.1.5/browsermob-proxy-2.1.5.pom (22 kB at 19 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/net/lightbody/bmp/littleproxy/1.1.0-beta-bmp-17/littleproxy-1.1.0-beta-bmp-17.pom +Progress (1): 4.1/28 kB Progress (1): 7.8/28 kB Progress (1): 12/28 kB Progress (1): 16/28 kB Progress (1): 20/28 kB Progress (1): 24/28 kB Progress (1): 28 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/net/lightbody/bmp/littleproxy/1.1.0-beta-bmp-17/littleproxy-1.1.0-beta-bmp-17.pom (28 kB at 25 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/guava/guava/22.0-android/guava-22.0-android.pom +Progress (1): 4.1/5.7 kB Progress (1): 5.7 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/guava/guava/22.0-android/guava-22.0-android.pom (5.7 kB at 6.1 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/guava/guava-parent/22.0-android/guava-parent-22.0-android.pom +Progress (1): 4.1/8.6 kB Progress (1): 7.8/8.6 kB Progress (1): 8.6 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/guava/guava-parent/22.0-android/guava-parent-22.0-android.pom (8.6 kB at 10 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/sonatype/oss/oss-parent/7/oss-parent-7.pom +Progress (1): 4.1/4.8 kB Progress (1): 4.8 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/sonatype/oss/oss-parent/7/oss-parent-7.pom (4.8 kB at 5.8 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom +Progress (1): 965 B Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom (965 B at 1.2 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/errorprone/error_prone_annotations/2.0.18/error_prone_annotations-2.0.18.pom +Progress (1): 1.6 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/errorprone/error_prone_annotations/2.0.18/error_prone_annotations-2.0.18.pom (1.6 kB at 2.0 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/errorprone/error_prone_parent/2.0.18/error_prone_parent-2.0.18.pom +Progress (1): 4.1/5.0 kB Progress (1): 5.0 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/errorprone/error_prone_parent/2.0.18/error_prone_parent-2.0.18.pom (5.0 kB at 5.5 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom +Progress (1): 2.8 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom (2.8 kB at 3.0 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom +Progress (1): 2.5 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom (2.5 kB at 2.5 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom +Progress (1): 4.1/4.4 kB Progress (1): 4.4 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom (4.4 kB at 5.3 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom +Progress (1): 4.1/24 kB Progress (1): 7.8/24 kB Progress (1): 12/24 kB Progress (1): 16/24 kB Progress (1): 20/24 kB Progress (1): 24/24 kB Progress (1): 24 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom (24 kB at 20 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom +Progress (1): 4.1/4.8 kB Progress (1): 4.8 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom (4.8 kB at 5.3 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.pom +Progress (1): 4.1/23 kB Progress (1): 7.8/23 kB Progress (1): 12/23 kB Progress (1): 16/23 kB Progress (1): 20/23 kB Progress (1): 23 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.pom (23 kB at 18 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/commons/commons-parent/41/commons-parent-41.pom +Progress (1): 4.1/65 kB Progress (1): 7.8/65 kB Progress (1): 12/65 kB Progress (1): 16/65 kB Progress (1): 20/65 kB Progress (1): 24/65 kB Progress (1): 28/65 kB Progress (1): 32/65 kB Progress (1): 36/65 kB Progress (1): 41/65 kB Progress (1): 45/65 kB Progress (1): 49/65 kB Progress (1): 53/65 kB Progress (1): 57/65 kB Progress (1): 61/65 kB Progress (1): 65 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/commons/commons-parent/41/commons-parent-41.pom (65 kB at 53 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/netty/netty-all/4.0.49.Final/netty-all-4.0.49.Final.pom +Progress (1): 4.1/19 kB Progress (1): 7.8/19 kB Progress (1): 12/19 kB Progress (1): 16/19 kB Progress (1): 19 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/netty/netty-all/4.0.49.Final/netty-all-4.0.49.Final.pom (19 kB at 17 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/netty/netty-parent/4.0.49.Final/netty-parent-4.0.49.Final.pom +Progress (1): 4.1/51 kB Progress (1): 7.8/51 kB Progress (1): 12/51 kB Progress (1): 16/51 kB Progress (1): 20/51 kB Progress (1): 24/51 kB Progress (1): 28/51 kB Progress (1): 32/51 kB Progress (1): 36/51 kB Progress (1): 41/51 kB Progress (1): 45/51 kB Progress (1): 49/51 kB Progress (1): 51 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/netty/netty-parent/4.0.49.Final/netty-parent-4.0.49.Final.pom (51 kB at 36 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/sonatype/oss/oss-parent/9/oss-parent-9.pom +Progress (1): 4.1/6.6 kB Progress (1): 6.6 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (6.6 kB at 7.3 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom +Progress (1): 3.8 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom (3.8 kB at 3.6 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom +Progress (1): 4.1/14 kB Progress (1): 7.8/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom (14 kB at 14 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/fasterxml/jackson/core/jackson-core/2.8.9/jackson-core-2.8.9.pom +Progress (1): 4.1/5.4 kB Progress (1): 5.4 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/fasterxml/jackson/core/jackson-core/2.8.9/jackson-core-2.8.9.pom (5.4 kB at 5.5 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/fasterxml/jackson/jackson-parent/2.8/jackson-parent-2.8.pom +Progress (1): 4.1/8.0 kB Progress (1): 7.8/8.0 kB Progress (1): 8.0 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/fasterxml/jackson/jackson-parent/2.8/jackson-parent-2.8.pom (8.0 kB at 9.8 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/fasterxml/oss-parent/27/oss-parent-27.pom +Progress (1): 4.1/20 kB Progress (1): 7.8/20 kB Progress (1): 12/20 kB Progress (1): 16/20 kB Progress (1): 20 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/fasterxml/oss-parent/27/oss-parent-27.pom (20 kB at 16 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/fasterxml/jackson/core/jackson-databind/2.8.9/jackson-databind-2.8.9.pom +Progress (1): 4.1/5.4 kB Progress (1): 5.4 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/fasterxml/jackson/core/jackson-databind/2.8.9/jackson-databind-2.8.9.pom (5.4 kB at 6.0 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/fasterxml/jackson/core/jackson-annotations/2.8.0/jackson-annotations-2.8.0.pom +Progress (1): 1.8 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/fasterxml/jackson/core/jackson-annotations/2.8.0/jackson-annotations-2.8.0.pom (1.8 kB at 2.1 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/fasterxml/jackson/core/jackson-annotations/2.8.9/jackson-annotations-2.8.9.pom +Progress (1): 1.8 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/fasterxml/jackson/core/jackson-annotations/2.8.9/jackson-annotations-2.8.9.pom (1.8 kB at 2.2 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/guava/guava/23.0-android/guava-23.0-android.pom +Progress (1): 4.1/5.6 kB Progress (1): 5.6 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/guava/guava/23.0-android/guava-23.0-android.pom (5.6 kB at 5.8 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/guava/guava-parent/23.0-android/guava-parent-23.0-android.pom +Progress (1): 4.1/9.1 kB Progress (1): 7.8/9.1 kB Progress (1): 9.1 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/guava/guava-parent/23.0-android/guava-parent-23.0-android.pom (9.1 kB at 11 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/dnsjava/dnsjava/2.1.8/dnsjava-2.1.8.pom +Progress (1): 4.1/7.8 kB Progress (1): 7.8/7.8 kB Progress (1): 7.8 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/dnsjava/dnsjava/2.1.8/dnsjava-2.1.8.pom (7.8 kB at 8.6 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/slf4j/jcl-over-slf4j/1.7.25/jcl-over-slf4j-1.7.25.pom +Progress (1): 959 B Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/slf4j/jcl-over-slf4j/1.7.25/jcl-over-slf4j-1.7.25.pom (959 B at 1.2 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/jcraft/jzlib/1.1.3/jzlib-1.1.3.pom +Progress (1): 3.1 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/jcraft/jzlib/1.1.3/jzlib-1.1.3.pom (3.1 kB at 3.8 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/sonatype/oss/oss-parent/6/oss-parent-6.pom +Progress (1): 4.1/4.8 kB Progress (1): 4.8 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/sonatype/oss/oss-parent/6/oss-parent-6.pom (4.8 kB at 5.4 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/netty/netty-all/4.0.51.Final/netty-all-4.0.51.Final.pom +Progress (1): 4.1/19 kB Progress (1): 7.8/19 kB Progress (1): 12/19 kB Progress (1): 16/19 kB Progress (1): 19 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/netty/netty-all/4.0.51.Final/netty-all-4.0.51.Final.pom (19 kB at 15 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/netty/netty-parent/4.0.51.Final/netty-parent-4.0.51.Final.pom +Progress (1): 4.1/51 kB Progress (1): 7.8/51 kB Progress (1): 12/51 kB Progress (1): 16/51 kB Progress (1): 20/51 kB Progress (1): 24/51 kB Progress (1): 28/51 kB Progress (1): 32/51 kB Progress (1): 36/51 kB Progress (1): 41/51 kB Progress (1): 45/51 kB Progress (1): 49/51 kB Progress (1): 51 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/netty/netty-parent/4.0.51.Final/netty-parent-4.0.51.Final.pom (51 kB at 42 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/bouncycastle/bcprov-jdk15on/1.58/bcprov-jdk15on-1.58.pom +Progress (1): 1.1 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/bouncycastle/bcprov-jdk15on/1.58/bcprov-jdk15on-1.58.pom (1.1 kB at 1.2 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/bouncycastle/bcpkix-jdk15on/1.58/bcpkix-jdk15on-1.58.pom +Progress (1): 1.5 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/bouncycastle/bcpkix-jdk15on/1.58/bcpkix-jdk15on-1.58.pom (1.5 kB at 1.5 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/net/lightbody/bmp/mitm/2.1.5/mitm-2.1.5.pom +Progress (1): 3.8 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/net/lightbody/bmp/mitm/2.1.5/mitm-2.1.5.pom (3.8 kB at 4.1 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/cucumber/gherkin/5.1.0/gherkin-5.1.0.pom +Progress (1): 4.1/5.4 kB Progress (1): 5.4 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/cucumber/gherkin/5.1.0/gherkin-5.1.0.pom (5.4 kB at 5.0 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/cucumber/tag-expressions/1.1.1/tag-expressions-1.1.1.pom +Progress (1): 4.1/7.5 kB Progress (1): 7.5 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/cucumber/tag-expressions/1.1.1/tag-expressions-1.1.1.pom (7.5 kB at 8.0 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/cucumber/cucumber-expressions/6.2.0/cucumber-expressions-6.2.0.pom +Progress (1): 1.9 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/cucumber/cucumber-expressions/6.2.0/cucumber-expressions-6.2.0.pom (1.9 kB at 1.9 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/cucumber/cucumber-parent/1.0.1/cucumber-parent-1.0.1.pom +Progress (1): 4.1/18 kB Progress (1): 7.8/18 kB Progress (1): 12/18 kB Progress (1): 16/18 kB Progress (1): 18 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/cucumber/cucumber-parent/1.0.1/cucumber-parent-1.0.1.pom (18 kB at 16 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/cucumber/datatable/1.0.3/datatable-1.0.3.pom +Progress (1): 2.0 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/cucumber/datatable/1.0.3/datatable-1.0.3.pom (2.0 kB at 2.1 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/cucumber/datatable-parent/1.0.3/datatable-parent-1.0.3.pom +Progress (1): 4.1/17 kB Progress (1): 7.8/17 kB Progress (1): 12/17 kB Progress (1): 16/17 kB Progress (1): 17 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/cucumber/datatable-parent/1.0.3/datatable-parent-1.0.3.pom (17 kB at 15 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/cucumber/datatable-dependencies/1.0.3/datatable-dependencies-1.0.3.pom +Progress (1): 4.1/6.5 kB Progress (1): 6.5 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/cucumber/datatable-dependencies/1.0.3/datatable-dependencies-1.0.3.pom (6.5 kB at 7.2 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/cucumber/cucumber-core/4.2.0/cucumber-core-4.2.0.pom +Progress (1): 4.1/11 kB Progress (1): 7.8/11 kB Progress (1): 11 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/cucumber/cucumber-core/4.2.0/cucumber-core-4.2.0.pom (11 kB at 13 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/cucumber/cucumber-jvm/4.2.0/cucumber-jvm-4.2.0.pom +Progress (1): 4.1/39 kB Progress (1): 7.8/39 kB Progress (1): 12/39 kB Progress (1): 16/39 kB Progress (1): 20/39 kB Progress (1): 24/39 kB Progress (1): 28/39 kB Progress (1): 32/39 kB Progress (1): 36/39 kB Progress (1): 39 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/cucumber/cucumber-jvm/4.2.0/cucumber-jvm-4.2.0.pom (39 kB at 30 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/cucumber/cucumber-html/0.2.7/cucumber-html-0.2.7.pom +Progress (1): 4.1/4.6 kB Progress (1): 4.6 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/cucumber/cucumber-html/0.2.7/cucumber-html-0.2.7.pom (4.6 kB at 5.1 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/cucumber/datatable/1.1.7/datatable-1.1.7.pom +Progress (1): 1.7 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/cucumber/datatable/1.1.7/datatable-1.1.7.pom (1.7 kB at 1.8 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/cucumber/datatable-parent/1.1.7/datatable-parent-1.1.7.pom +Progress (1): 3.0 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/cucumber/datatable-parent/1.1.7/datatable-parent-1.1.7.pom (3.0 kB at 3.7 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/cucumber/datatable-dependencies/1.1.7/datatable-dependencies-1.1.7.pom +Progress (1): 2.2 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/cucumber/datatable-dependencies/1.1.7/datatable-dependencies-1.1.7.pom (2.2 kB at 2.8 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/cucumber/cucumber-java/4.2.0/cucumber-java-4.2.0.pom +Progress (1): 4.1/5.5 kB Progress (1): 5.5 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/cucumber/cucumber-java/4.2.0/cucumber-java-4.2.0.pom (5.5 kB at 6.7 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/cucumber/cucumber-testng/4.2.0/cucumber-testng-4.2.0.pom +Progress (1): 1.2 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/cucumber/cucumber-testng/4.2.0/cucumber-testng-4.2.0.pom (1.2 kB at 1.2 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/testng/testng/6.14.3/testng-6.14.3.pom +Progress (1): 2.9 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/testng/testng/6.14.3/testng-6.14.3.pom (2.9 kB at 2.9 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/beust/jcommander/1.72/jcommander-1.72.pom +Progress (1): 1.2 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/beust/jcommander/1.72/jcommander-1.72.pom (1.2 kB at 1.3 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom +Progress (1): 4.1/5.0 kB Progress (1): 5.0 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom (5.0 kB at 6.2 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/cucumber/cucumber-picocontainer/4.2.0/cucumber-picocontainer-4.2.0.pom +Progress (1): 2.7 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/cucumber/cucumber-picocontainer/4.2.0/cucumber-picocontainer-4.2.0.pom (2.7 kB at 3.4 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/picocontainer/picocontainer/2.15/picocontainer-2.15.pom +Progress (1): 4.0 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/picocontainer/picocontainer/2.15/picocontainer-2.15.pom (4.0 kB at 4.9 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/picocontainer/picocontainer-parent/2.15/picocontainer-parent-2.15.pom +Progress (1): 4.1/14 kB Progress (1): 7.8/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/picocontainer/picocontainer-parent/2.15/picocontainer-parent-2.15.pom (14 kB at 13 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom +Progress (1): 4.1/4.1 kB Progress (1): 4.1 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom (4.1 kB at 4.5 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/cucumber/cucumber-java8/4.2.0/cucumber-java8-4.2.0.pom +Progress (1): 4.1/4.7 kB Progress (1): 4.7 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/cucumber/cucumber-java8/4.2.0/cucumber-java8-4.2.0.pom (4.7 kB at 5.8 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/net/jodah/typetools/0.5.0/typetools-0.5.0.pom +Progress (1): 4.1/6.3 kB Progress (1): 6.3 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/net/jodah/typetools/0.5.0/typetools-0.5.0.pom (6.3 kB at 7.8 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/picocontainer/picocontainer/1.2/picocontainer-1.2.pom +Progress (1): 3.5 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/picocontainer/picocontainer/1.2/picocontainer-1.2.pom (3.5 kB at 4.3 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom +Progress (1): 2.2 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom (2.2 kB at 2.8 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/reflections/reflections/0.9.10/reflections-0.9.10.pom +Progress (1): 4.1/9.1 kB Progress (1): 7.8/9.1 kB Progress (1): 9.1 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/reflections/reflections/0.9.10/reflections-0.9.10.pom (9.1 kB at 11 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/guava/guava/15.0/guava-15.0.pom +Progress (1): 4.1/6.3 kB Progress (1): 6.3 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/guava/guava/15.0/guava-15.0.pom (6.3 kB at 6.8 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/guava/guava-parent/15.0/guava-parent-15.0.pom +Progress (1): 4.1/7.3 kB Progress (1): 7.3 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/guava/guava-parent/15.0/guava-parent-15.0.pom (7.3 kB at 6.5 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/javassist/javassist/3.19.0-GA/javassist-3.19.0-GA.pom +Progress (1): 4.1/9.6 kB Progress (1): 7.8/9.6 kB Progress (1): 9.6 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/javassist/javassist/3.19.0-GA/javassist-3.19.0-GA.pom (9.6 kB at 9.5 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/code/findbugs/annotations/2.0.1/annotations-2.0.1.pom +Progress (1): 764 B Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/code/findbugs/annotations/2.0.1/annotations-2.0.1.pom (764 B at 844 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/jasypt/jasypt/1.9.0/jasypt-1.9.0.pom +Progress (1): 4.1/8.4 kB Progress (1): 7.8/8.4 kB Progress (1): 8.4 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/jasypt/jasypt/1.9.0/jasypt-1.9.0.pom (8.4 kB at 9.2 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/sun/mail/javax.mail/1.6.2/javax.mail-1.6.2.pom +Progress (1): 4.1/7.0 kB Progress (1): 7.0 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/sun/mail/javax.mail/1.6.2/javax.mail-1.6.2.pom (7.0 kB at 7.7 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/sun/mail/all/1.6.2/all-1.6.2.pom +Progress (1): 4.1/23 kB Progress (1): 7.8/23 kB Progress (1): 12/23 kB Progress (1): 16/23 kB Progress (1): 20/23 kB Progress (1): 23 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/sun/mail/all/1.6.2/all-1.6.2.pom (23 kB at 19 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/net/java/jvnet-parent/1/jvnet-parent-1.pom +Progress (1): 4.1/4.7 kB Progress (1): 4.7 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/net/java/jvnet-parent/1/jvnet-parent-1.pom (4.7 kB at 5.2 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/javax/activation/activation/1.1/activation-1.1.pom +Progress (1): 1.1 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/javax/activation/activation/1.1/activation-1.1.pom (1.1 kB at 1.2 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/pdfbox/pdfbox/2.0.13/pdfbox-2.0.13.pom +Progress (1): 4.1/28 kB Progress (1): 7.8/28 kB Progress (1): 12/28 kB Progress (1): 16/28 kB Progress (1): 20/28 kB Progress (1): 24/28 kB Progress (1): 28 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/pdfbox/pdfbox/2.0.13/pdfbox-2.0.13.pom (28 kB at 23 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/pdfbox/pdfbox-parent/2.0.13/pdfbox-parent-2.0.13.pom +Progress (1): 4.1/17 kB Progress (1): 7.8/17 kB Progress (1): 12/17 kB Progress (1): 16/17 kB Progress (1): 17 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/pdfbox/pdfbox-parent/2.0.13/pdfbox-parent-2.0.13.pom (17 kB at 14 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/apache/19/apache-19.pom +Progress (1): 4.1/15 kB Progress (1): 7.8/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/apache/19/apache-19.pom (15 kB at 14 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/pdfbox/fontbox/2.0.13/fontbox-2.0.13.pom +Progress (1): 4.1/4.8 kB Progress (1): 4.8 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/pdfbox/fontbox/2.0.13/fontbox-2.0.13.pom (4.8 kB at 6.0 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/commons-logging/commons-logging/1.2/commons-logging-1.2.pom +Progress (1): 4.1/19 kB Progress (1): 7.8/19 kB Progress (1): 12/19 kB Progress (1): 16/19 kB Progress (1): 19 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/commons-logging/commons-logging/1.2/commons-logging-1.2.pom (19 kB at 15 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/commons/commons-parent/34/commons-parent-34.pom +Progress (1): 4.1/56 kB Progress (1): 7.8/56 kB Progress (1): 12/56 kB Progress (1): 16/56 kB Progress (1): 20/56 kB Progress (1): 24/56 kB Progress (1): 28/56 kB Progress (1): 32/56 kB Progress (1): 36/56 kB Progress (1): 41/56 kB Progress (1): 45/56 kB Progress (1): 49/56 kB Progress (1): 53/56 kB Progress (1): 56 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/commons/commons-parent/34/commons-parent-34.pom (56 kB at 42 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/apache/13/apache-13.pom +Progress (1): 4.1/14 kB Progress (1): 7.8/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/apache/13/apache-13.pom (14 kB at 14 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/relevantcodes/extentreports/2.41.2/extentreports-2.41.2.pom +Progress (1): 4.1/7.1 kB Progress (1): 7.1 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/relevantcodes/extentreports/2.41.2/extentreports-2.41.2.pom (7.1 kB at 7.1 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/jsoup/jsoup/1.8.3/jsoup-1.8.3.pom +Progress (1): 4.1/6.4 kB Progress (1): 6.4 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/jsoup/jsoup/1.8.3/jsoup-1.8.3.pom (6.4 kB at 5.3 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/xerial/sqlite-jdbc/3.8.11.1/sqlite-jdbc-3.8.11.1.pom +Progress (1): 4.1/4.8 kB Progress (1): 4.8 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/xerial/sqlite-jdbc/3.8.11.1/sqlite-jdbc-3.8.11.1.pom (4.8 kB at 5.9 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/freemarker/freemarker/2.3.23/freemarker-2.3.23.pom +Progress (1): 1.5 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/freemarker/freemarker/2.3.23/freemarker-2.3.23.pom (1.5 kB at 1.7 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/mongodb/mongodb-driver/3.0.4/mongodb-driver-3.0.4.pom +Progress (1): 1.7 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/mongodb/mongodb-driver/3.0.4/mongodb-driver-3.0.4.pom (1.7 kB at 2.1 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/mongodb/bson/3.0.4/bson-3.0.4.pom +Progress (1): 1.3 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/mongodb/bson/3.0.4/bson-3.0.4.pom (1.3 kB at 1.7 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/mongodb/mongodb-driver-core/3.0.4/mongodb-driver-core-3.0.4.pom +Progress (1): 2.3 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/mongodb/mongodb-driver-core/3.0.4/mongodb-driver-core-3.0.4.pom (2.3 kB at 2.5 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/uncommons/reportng/1.1.2/reportng-1.1.2.pom +Progress (1): 1.1 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/uncommons/reportng/1.1.2/reportng-1.1.2.pom (1.1 kB at 1.2 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/velocity/velocity/1.4/velocity-1.4.pom +Progress (1): 2.3 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/velocity/velocity/1.4/velocity-1.4.pom (2.3 kB at 2.3 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/velocity/velocity-dep/1.4/velocity-dep-1.4.pom +Progress (1): 1.9 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/velocity/velocity-dep/1.4/velocity-dep-1.4.pom (1.9 kB at 2.1 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/commons/commons-lang3/3.0/commons-lang3-3.0.pom +Progress (1): 4.1/18 kB Progress (1): 7.8/18 kB Progress (1): 12/18 kB Progress (1): 16/18 kB Progress (1): 18 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/commons/commons-lang3/3.0/commons-lang3-3.0.pom (18 kB at 15 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/commons/commons-parent/21/commons-parent-21.pom +Progress (1): 4.1/34 kB Progress (1): 7.8/34 kB Progress (1): 12/34 kB Progress (1): 16/34 kB Progress (1): 20/34 kB Progress (1): 24/34 kB Progress (1): 28/34 kB Progress (1): 32/34 kB Progress (1): 34 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/commons/commons-parent/21/commons-parent-21.pom (34 kB at 31 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/apache/9/apache-9.pom +Progress (1): 4.1/15 kB Progress (1): 7.8/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/apache/9/apache-9.pom (15 kB at 14 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/commons-configuration/commons-configuration/1.10/commons-configuration-1.10.pom +Progress (1): 4.1/21 kB Progress (1): 7.8/21 kB Progress (1): 12/21 kB Progress (1): 16/21 kB Progress (1): 20/21 kB Progress (1): 21 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/commons-configuration/commons-configuration/1.10/commons-configuration-1.10.pom (21 kB at 17 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/commons/commons-parent/32/commons-parent-32.pom +Progress (1): 4.1/53 kB Progress (1): 7.8/53 kB Progress (1): 12/53 kB Progress (1): 16/53 kB Progress (1): 20/53 kB Progress (1): 24/53 kB Progress (1): 28/53 kB Progress (1): 32/53 kB Progress (1): 36/53 kB Progress (1): 41/53 kB Progress (1): 45/53 kB Progress (1): 49/53 kB Progress (1): 53 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/commons/commons-parent/32/commons-parent-32.pom (53 kB at 40 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/commons-lang/commons-lang/2.6/commons-lang-2.6.pom +Progress (1): 4.1/17 kB Progress (1): 7.8/17 kB Progress (1): 12/17 kB Progress (1): 16/17 kB Progress (1): 17 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/commons-lang/commons-lang/2.6/commons-lang-2.6.pom (17 kB at 13 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/commons/commons-parent/17/commons-parent-17.pom +Progress (1): 4.1/31 kB Progress (1): 7.8/31 kB Progress (1): 12/31 kB Progress (1): 16/31 kB Progress (1): 20/31 kB Progress (1): 24/31 kB Progress (1): 28/31 kB Progress (1): 31 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/commons/commons-parent/17/commons-parent-17.pom (31 kB at 28 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/apache/7/apache-7.pom +Progress (1): 4.1/14 kB Progress (1): 7.8/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/apache/7/apache-7.pom (14 kB at 12 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom +Progress (1): 4.1/18 kB Progress (1): 7.8/18 kB Progress (1): 12/18 kB Progress (1): 16/18 kB Progress (1): 18 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom (18 kB at 14 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/commons/commons-parent/5/commons-parent-5.pom +Progress (1): 4.1/16 kB Progress (1): 7.8/16 kB Progress (1): 12/16 kB Progress (1): 16/16 kB Progress (1): 16 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/commons/commons-parent/5/commons-parent-5.pom (16 kB at 13 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/apache/4/apache-4.pom +Progress (1): 4.1/4.5 kB Progress (1): 4.5 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/apache/4/apache-4.pom (4.5 kB at 5.0 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/log4j/log4j/1.2.17/log4j-1.2.17.pom +Progress (1): 4.1/22 kB Progress (1): 7.8/22 kB Progress (1): 12/22 kB Progress (1): 16/22 kB Progress (1): 20/22 kB Progress (1): 22 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/log4j/log4j/1.2.17/log4j-1.2.17.pom (22 kB at 21 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom +Progress (1): 766 B Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom (766 B at 769 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom +Progress (1): 2.0 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom (2.0 kB at 2.2 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.pom +Progress (1): 820 B Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.pom (820 B at 992 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/uk/co/datumedge/hamcrest-json/0.2/hamcrest-json-0.2.pom +Progress (1): 2.1 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/uk/co/datumedge/hamcrest-json/0.2/hamcrest-json-0.2.pom (2.1 kB at 2.6 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/uk/co/datumedge/datumedge-base/0.2/datumedge-base-0.2.pom +Progress (1): 4.1/6.0 kB Progress (1): 6.0 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/uk/co/datumedge/datumedge-base/0.2/datumedge-base-0.2.pom (6.0 kB at 7.1 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/skyscreamer/jsonassert/1.1.1/jsonassert-1.1.1.pom +Progress (1): 4.1/5.3 kB Progress (1): 5.3 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/skyscreamer/jsonassert/1.1.1/jsonassert-1.1.1.pom (5.3 kB at 6.1 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/json/json/20090211/json-20090211.pom +Progress (1): 1.4 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/json/json/20090211/json-20090211.pom (1.4 kB at 1.7 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/commons-collections/commons-collections/3.0/commons-collections-3.0.pom +Progress (1): 4.1/6.1 kB Progress (1): 6.1 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/commons-collections/commons-collections/3.0/commons-collections-3.0.pom (6.1 kB at 6.7 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/jsoup/jsoup/1.11.3/jsoup-1.11.3.pom +Progress (1): 4.1/8.3 kB Progress (1): 7.8/8.3 kB Progress (1): 8.3 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/jsoup/jsoup/1.11.3/jsoup-1.11.3.pom (8.3 kB at 10 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/seleniumhq/selenium/selenium-remote-driver/3.141.59/selenium-remote-driver-3.141.59.pom +Progress (1): 3.8 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/seleniumhq/selenium/selenium-remote-driver/3.141.59/selenium-remote-driver-3.141.59.pom (3.8 kB at 4.1 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/seleniumhq/selenium/selenium-api/3.141.59/selenium-api-3.141.59.pom +Progress (1): 2.6 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/seleniumhq/selenium/selenium-api/3.141.59/selenium-api-3.141.59.pom (2.6 kB at 3.3 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/net/bytebuddy/byte-buddy/1.8.15/byte-buddy-1.8.15.pom +Progress (1): 4.1/9.3 kB Progress (1): 7.8/9.3 kB Progress (1): 9.3 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/net/bytebuddy/byte-buddy/1.8.15/byte-buddy-1.8.15.pom (9.3 kB at 11 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/net/bytebuddy/byte-buddy-parent/1.8.15/byte-buddy-parent-1.8.15.pom +Progress (1): 4.1/27 kB Progress (1): 7.8/27 kB Progress (1): 12/27 kB Progress (1): 16/27 kB Progress (1): 20/27 kB Progress (1): 24/27 kB Progress (1): 27 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/net/bytebuddy/byte-buddy-parent/1.8.15/byte-buddy-parent-1.8.15.pom (27 kB at 24 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom +Progress (1): 4.1/11 kB Progress (1): 7.8/11 kB Progress (1): 11 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom (11 kB at 11 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/commons/commons-parent/35/commons-parent-35.pom +Progress (1): 4.1/58 kB Progress (1): 7.8/58 kB Progress (1): 12/58 kB Progress (1): 16/58 kB Progress (1): 20/58 kB Progress (1): 24/58 kB Progress (1): 28/58 kB Progress (1): 32/58 kB Progress (1): 36/58 kB Progress (1): 41/58 kB Progress (1): 45/58 kB Progress (1): 49/58 kB Progress (1): 53/58 kB Progress (1): 57/58 kB Progress (1): 58 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/commons/commons-parent/35/commons-parent-35.pom (58 kB at 44 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/apache/15/apache-15.pom +Progress (1): 4.1/15 kB Progress (1): 7.8/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/apache/15/apache-15.pom (15 kB at 17 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/guava/guava/25.0-jre/guava-25.0-jre.pom +Progress (1): 4.1/7.8 kB Progress (1): 7.8 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/guava/guava/25.0-jre/guava-25.0-jre.pom (7.8 kB at 7.8 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/guava/guava-parent/25.0-jre/guava-parent-25.0-jre.pom +Progress (1): 4.1/10 kB Progress (1): 7.8/10 kB Progress (1): 10 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/guava/guava-parent/25.0-jre/guava-parent-25.0-jre.pom (10 kB at 12 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.pom +Progress (1): 4.1/4.2 kB Progress (1): 4.2 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.pom (4.2 kB at 5.2 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.pom +Progress (1): 1.8 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.pom (1.8 kB at 2.2 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/errorprone/error_prone_parent/2.1.3/error_prone_parent-2.1.3.pom +Progress (1): 4.1/5.1 kB Progress (1): 5.1 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/errorprone/error_prone_parent/2.1.3/error_prone_parent-2.1.3.pom (5.1 kB at 6.3 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/squareup/okhttp3/okhttp/3.11.0/okhttp-3.11.0.pom +Progress (1): 2.3 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/squareup/okhttp3/okhttp/3.11.0/okhttp-3.11.0.pom (2.3 kB at 2.2 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/squareup/okhttp3/parent/3.11.0/parent-3.11.0.pom +Progress (1): 4.1/20 kB Progress (1): 7.8/20 kB Progress (1): 12/20 kB Progress (1): 16/20 kB Progress (1): 20 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/squareup/okhttp3/parent/3.11.0/parent-3.11.0.pom (20 kB at 18 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/squareup/okio/okio/1.14.0/okio-1.14.0.pom +Progress (1): 2.0 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/squareup/okio/okio/1.14.0/okio-1.14.0.pom (2.0 kB at 2.2 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/squareup/okio/okio-parent/1.14.0/okio-parent-1.14.0.pom +Progress (1): 4.1/4.9 kB Progress (1): 4.9 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/squareup/okio/okio-parent/1.14.0/okio-parent-1.14.0.pom (4.9 kB at 5.3 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/seleniumhq/selenium/selenium-server/3.141.59/selenium-server-3.141.59.pom +Progress (1): 4.1/6.5 kB Progress (1): 6.5 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/seleniumhq/selenium/selenium-server/3.141.59/selenium-server-3.141.59.pom (6.5 kB at 7.2 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/seleniumhq/selenium/selenium-java/3.141.59/selenium-java-3.141.59.pom +Progress (1): 4.1/5.4 kB Progress (1): 5.4 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/seleniumhq/selenium/selenium-java/3.141.59/selenium-java-3.141.59.pom (5.4 kB at 6.0 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/seleniumhq/selenium/selenium-chrome-driver/3.141.59/selenium-chrome-driver-3.141.59.pom +Progress (1): 4.0 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/seleniumhq/selenium/selenium-chrome-driver/3.141.59/selenium-chrome-driver-3.141.59.pom (4.0 kB at 4.9 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/seleniumhq/selenium/selenium-edge-driver/3.141.59/selenium-edge-driver-3.141.59.pom +Progress (1): 4.0 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/seleniumhq/selenium/selenium-edge-driver/3.141.59/selenium-edge-driver-3.141.59.pom (4.0 kB at 4.4 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/seleniumhq/selenium/selenium-firefox-driver/3.141.59/selenium-firefox-driver-3.141.59.pom +Progress (1): 4.0 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/seleniumhq/selenium/selenium-firefox-driver/3.141.59/selenium-firefox-driver-3.141.59.pom (4.0 kB at 5.0 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/seleniumhq/selenium/selenium-ie-driver/3.141.59/selenium-ie-driver-3.141.59.pom +Progress (1): 4.0 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/seleniumhq/selenium/selenium-ie-driver/3.141.59/selenium-ie-driver-3.141.59.pom (4.0 kB at 5.0 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/seleniumhq/selenium/selenium-opera-driver/3.141.59/selenium-opera-driver-3.141.59.pom +Progress (1): 4.0 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/seleniumhq/selenium/selenium-opera-driver/3.141.59/selenium-opera-driver-3.141.59.pom (4.0 kB at 4.4 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/seleniumhq/selenium/selenium-safari-driver/3.141.59/selenium-safari-driver-3.141.59.pom +Progress (1): 4.0 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/seleniumhq/selenium/selenium-safari-driver/3.141.59/selenium-safari-driver-3.141.59.pom (4.0 kB at 4.9 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/seleniumhq/selenium/selenium-support/3.141.59/selenium-support-3.141.59.pom +Progress (1): 4.0 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/seleniumhq/selenium/selenium-support/3.141.59/selenium-support-3.141.59.pom (4.0 kB at 4.9 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.pom +Progress (1): 491 B Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.pom (491 B at 533 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/seleniumhq/selenium/jetty-repacked/9.4.12.v20180830/jetty-repacked-9.4.12.v20180830.pom +Progress (1): 1.6 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/seleniumhq/selenium/jetty-repacked/9.4.12.v20180830/jetty-repacked-9.4.12.v20180830.pom (1.6 kB at 1.8 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.pom +Progress (1): 4.1/14 kB Progress (1): 7.8/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.pom (14 kB at 17 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/net/java/jvnet-parent/3/jvnet-parent-3.pom +Progress (1): 4.1/4.8 kB Progress (1): 4.8 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/net/java/jvnet-parent/3/jvnet-parent-3.pom (4.8 kB at 5.2 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/yaml/snakeyaml/1.19/snakeyaml-1.19.pom +Progress (1): 4.1/35 kB Progress (1): 7.8/35 kB Progress (1): 12/35 kB Progress (1): 16/35 kB Progress (1): 20/35 kB Progress (1): 24/35 kB Progress (1): 28/35 kB Progress (1): 32/35 kB Progress (1): 35 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/yaml/snakeyaml/1.19/snakeyaml-1.19.pom (35 kB at 31 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/seleniumhq/selenium/htmlunit-driver/2.30.1/htmlunit-driver-2.30.1.pom +Progress (1): 4.1/12 kB Progress (1): 7.8/12 kB Progress (1): 12/12 kB Progress (1): 12 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/seleniumhq/selenium/htmlunit-driver/2.30.1/htmlunit-driver-2.30.1.pom (12 kB at 14 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/seleniumhq/selenium/selenium-api/3.12.0/selenium-api-3.12.0.pom +Progress (1): 2.6 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/seleniumhq/selenium/selenium-api/3.12.0/selenium-api-3.12.0.pom (2.6 kB at 2.6 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/seleniumhq/selenium/selenium-support/3.12.0/selenium-support-3.12.0.pom +Progress (1): 4.1/4.9 kB Progress (1): 4.9 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/seleniumhq/selenium/selenium-support/3.12.0/selenium-support-3.12.0.pom (4.9 kB at 5.4 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/seleniumhq/selenium/selenium-remote-driver/3.12.0/selenium-remote-driver-3.12.0.pom +Progress (1): 4.1/4.7 kB Progress (1): 4.7 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/seleniumhq/selenium/selenium-remote-driver/3.12.0/selenium-remote-driver-3.12.0.pom (4.7 kB at 5.2 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/net/bytebuddy/byte-buddy/1.8.3/byte-buddy-1.8.3.pom +Progress (1): 4.1/12 kB Progress (1): 7.8/12 kB Progress (1): 12 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/net/bytebuddy/byte-buddy/1.8.3/byte-buddy-1.8.3.pom (12 kB at 15 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/net/bytebuddy/byte-buddy-parent/1.8.3/byte-buddy-parent-1.8.3.pom +Progress (1): 4.1/26 kB Progress (1): 7.8/26 kB Progress (1): 12/26 kB Progress (1): 16/26 kB Progress (1): 20/26 kB Progress (1): 24/26 kB Progress (1): 26 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/net/bytebuddy/byte-buddy-parent/1.8.3/byte-buddy-parent-1.8.3.pom (26 kB at 25 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/commons-codec/commons-codec/1.10/commons-codec-1.10.pom +Progress (1): 4.1/12 kB Progress (1): 7.8/12 kB Progress (1): 12 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/commons-codec/commons-codec/1.10/commons-codec-1.10.pom (12 kB at 13 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/code/gson/gson/2.8.2/gson-2.8.2.pom +Progress (1): 1.9 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/code/gson/gson/2.8.2/gson-2.8.2.pom (1.9 kB at 1.9 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/code/gson/gson-parent/2.8.2/gson-parent-2.8.2.pom +Progress (1): 3.7 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/code/gson/gson-parent/2.8.2/gson-parent-2.8.2.pom (3.7 kB at 4.0 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/guava/guava/23.6-jre/guava-23.6-jre.pom +Progress (1): 4.1/7.8 kB Progress (1): 7.8/7.8 kB Progress (1): 7.8 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/guava/guava/23.6-jre/guava-23.6-jre.pom (7.8 kB at 8.7 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/guava/guava-parent/23.6-jre/guava-parent-23.6-jre.pom +Progress (1): 4.1/10 kB Progress (1): 7.8/10 kB Progress (1): 10 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/guava/guava-parent/23.6-jre/guava-parent-23.6-jre.pom (10 kB at 13 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/squareup/okhttp3/okhttp/3.9.1/okhttp-3.9.1.pom +Progress (1): 1.7 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/squareup/okhttp3/okhttp/3.9.1/okhttp-3.9.1.pom (1.7 kB at 2.1 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/squareup/okhttp3/parent/3.9.1/parent-3.9.1.pom +Progress (1): 4.1/18 kB Progress (1): 7.8/18 kB Progress (1): 12/18 kB Progress (1): 16/18 kB Progress (1): 18 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/squareup/okhttp3/parent/3.9.1/parent-3.9.1.pom (18 kB at 16 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/squareup/okio/okio/1.13.0/okio-1.13.0.pom +Progress (1): 1.6 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/squareup/okio/okio/1.13.0/okio-1.13.0.pom (1.6 kB at 2.1 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/squareup/okio/okio-parent/1.13.0/okio-parent-1.13.0.pom +Progress (1): 4.1/4.8 kB Progress (1): 4.8 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/squareup/okio/okio-parent/1.13.0/okio-parent-1.13.0.pom (4.8 kB at 5.3 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/net/sourceforge/htmlunit/htmlunit/2.30/htmlunit-2.30.pom +Progress (1): 4.1/44 kB Progress (1): 7.8/44 kB Progress (1): 12/44 kB Progress (1): 16/44 kB Progress (1): 20/44 kB Progress (1): 24/44 kB Progress (1): 28/44 kB Progress (1): 32/44 kB Progress (1): 36/44 kB Progress (1): 41/44 kB Progress (1): 44 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/net/sourceforge/htmlunit/htmlunit/2.30/htmlunit-2.30.pom (44 kB at 36 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/xalan/xalan/2.7.2/xalan-2.7.2.pom +Progress (1): 1.3 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/xalan/xalan/2.7.2/xalan-2.7.2.pom (1.3 kB at 1.6 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/xalan/serializer/2.7.2/serializer-2.7.2.pom +Progress (1): 1.1 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/xalan/serializer/2.7.2/serializer-2.7.2.pom (1.1 kB at 1.2 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.pom +Progress (1): 4.1/28 kB Progress (1): 7.8/28 kB Progress (1): 12/28 kB Progress (1): 16/28 kB Progress (1): 20/28 kB Progress (1): 24/28 kB Progress (1): 28 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.pom (28 kB at 23 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/commons/commons-parent/42/commons-parent-42.pom +Progress (1): 4.1/68 kB Progress (1): 7.8/68 kB Progress (1): 12/68 kB Progress (1): 16/68 kB Progress (1): 20/68 kB Progress (1): 24/68 kB Progress (1): 28/68 kB Progress (1): 32/68 kB Progress (1): 36/68 kB Progress (1): 41/68 kB Progress (1): 45/68 kB Progress (1): 49/68 kB Progress (1): 53/68 kB Progress (1): 57/68 kB Progress (1): 61/68 kB Progress (1): 65/68 kB Progress (1): 68 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/commons/commons-parent/42/commons-parent-42.pom (68 kB at 45 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/commons/commons-text/1.3/commons-text-1.3.pom +Progress (1): 4.1/14 kB Progress (1): 7.8/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/commons/commons-text/1.3/commons-text-1.3.pom (14 kB at 14 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/commons/commons-parent/45/commons-parent-45.pom +Progress (1): 4.1/73 kB Progress (1): 7.8/73 kB Progress (1): 12/73 kB Progress (1): 16/73 kB Progress (1): 20/73 kB Progress (1): 24/73 kB Progress (1): 28/73 kB Progress (1): 32/73 kB Progress (1): 36/73 kB Progress (1): 41/73 kB Progress (1): 45/73 kB Progress (1): 49/73 kB Progress (1): 53/73 kB Progress (1): 57/73 kB Progress (1): 61/73 kB Progress (1): 65/73 kB Progress (1): 69/73 kB Progress (1): 73 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/commons/commons-parent/45/commons-parent-45.pom (73 kB at 51 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/httpcomponents/httpmime/4.5.5/httpmime-4.5.5.pom +Progress (1): 4.1/4.6 kB Progress (1): 4.6 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/httpcomponents/httpmime/4.5.5/httpmime-4.5.5.pom (4.6 kB at 4.7 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/httpcomponents/httpcomponents-client/4.5.5/httpcomponents-client-4.5.5.pom +Progress (1): 4.1/15 kB Progress (1): 7.8/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/httpcomponents/httpcomponents-client/4.5.5/httpcomponents-client-4.5.5.pom (15 kB at 14 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/httpcomponents/httpcomponents-parent/10/httpcomponents-parent-10.pom +Progress (1): 4.1/34 kB Progress (1): 7.8/34 kB Progress (1): 12/34 kB Progress (1): 16/34 kB Progress (1): 20/34 kB Progress (1): 24/34 kB Progress (1): 28/34 kB Progress (1): 32/34 kB Progress (1): 34 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/httpcomponents/httpcomponents-parent/10/httpcomponents-parent-10.pom (34 kB at 26 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/httpcomponents/httpclient/4.5.5/httpclient-4.5.5.pom +Progress (1): 4.1/6.2 kB Progress (1): 6.2 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/httpcomponents/httpclient/4.5.5/httpclient-4.5.5.pom (6.2 kB at 6.2 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/httpcomponents/httpcore/4.4.9/httpcore-4.4.9.pom +Progress (1): 4.1/5.1 kB Progress (1): 5.1 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/httpcomponents/httpcore/4.4.9/httpcore-4.4.9.pom (5.1 kB at 6.3 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/httpcomponents/httpcomponents-core/4.4.9/httpcomponents-core-4.4.9.pom +Progress (1): 4.1/13 kB Progress (1): 7.8/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/httpcomponents/httpcomponents-core/4.4.9/httpcomponents-core-4.4.9.pom (13 kB at 13 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/httpcomponents/httpcomponents-parent/9/httpcomponents-parent-9.pom +Progress (1): 4.1/34 kB Progress (1): 7.8/34 kB Progress (1): 12/34 kB Progress (1): 16/34 kB Progress (1): 20/34 kB Progress (1): 24/34 kB Progress (1): 28/34 kB Progress (1): 32/34 kB Progress (1): 34 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/httpcomponents/httpcomponents-parent/9/httpcomponents-parent-9.pom (34 kB at 31 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/net/sourceforge/htmlunit/htmlunit-core-js/2.28/htmlunit-core-js-2.28.pom +Progress (1): 2.0 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/net/sourceforge/htmlunit/htmlunit-core-js/2.28/htmlunit-core-js-2.28.pom (2.0 kB at 2.5 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/net/sourceforge/htmlunit/neko-htmlunit/2.30/neko-htmlunit-2.30.pom +Progress (1): 4.1/6.0 kB Progress (1): 6.0 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/net/sourceforge/htmlunit/neko-htmlunit/2.30/neko-htmlunit-2.30.pom (6.0 kB at 6.6 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/xerces/xercesImpl/2.11.0/xercesImpl-2.11.0.pom +Progress (1): 3.4 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/xerces/xercesImpl/2.11.0/xercesImpl-2.11.0.pom (3.4 kB at 3.8 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.pom +Progress (1): 2.7 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.pom (2.7 kB at 3.3 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/net/sourceforge/htmlunit/htmlunit-cssparser/1.0.0/htmlunit-cssparser-1.0.0.pom +Progress (1): 4.1/14 kB Progress (1): 7.8/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/net/sourceforge/htmlunit/htmlunit-cssparser/1.0.0/htmlunit-cssparser-1.0.0.pom (14 kB at 14 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/commons-io/commons-io/2.6/commons-io-2.6.pom +Progress (1): 4.1/14 kB Progress (1): 7.8/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/commons-io/commons-io/2.6/commons-io-2.6.pom (14 kB at 13 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/commons-net/commons-net/3.6/commons-net-3.6.pom +Progress (1): 4.1/22 kB Progress (1): 7.8/22 kB Progress (1): 12/22 kB Progress (1): 16/22 kB Progress (1): 20/22 kB Progress (1): 22 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/commons-net/commons-net/3.6/commons-net-3.6.pom (22 kB at 17 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/eclipse/jetty/websocket/websocket-client/9.4.9.v20180320/websocket-client-9.4.9.v20180320.pom +Progress (1): 4.1/5.7 kB Progress (1): 5.7 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/eclipse/jetty/websocket/websocket-client/9.4.9.v20180320/websocket-client-9.4.9.v20180320.pom (5.7 kB at 5.2 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/eclipse/jetty/websocket/websocket-parent/9.4.9.v20180320/websocket-parent-9.4.9.v20180320.pom +Progress (1): 2.8 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/eclipse/jetty/websocket/websocket-parent/9.4.9.v20180320/websocket-parent-9.4.9.v20180320.pom (2.8 kB at 3.4 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/eclipse/jetty/jetty-project/9.4.9.v20180320/jetty-project-9.4.9.v20180320.pom +Progress (1): 4.1/63 kB Progress (1): 7.8/63 kB Progress (1): 12/63 kB Progress (1): 16/63 kB Progress (1): 20/63 kB Progress (1): 24/63 kB Progress (1): 28/63 kB Progress (1): 32/63 kB Progress (1): 36/63 kB Progress (1): 41/63 kB Progress (1): 45/63 kB Progress (1): 49/63 kB Progress (1): 53/63 kB Progress (1): 57/63 kB Progress (1): 61/63 kB Progress (1): 63 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/eclipse/jetty/jetty-project/9.4.9.v20180320/jetty-project-9.4.9.v20180320.pom (63 kB at 51 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/eclipse/jetty/jetty-client/9.4.9.v20180320/jetty-client-9.4.9.v20180320.pom +Progress (1): 4.1/4.6 kB Progress (1): 4.6 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/eclipse/jetty/jetty-client/9.4.9.v20180320/jetty-client-9.4.9.v20180320.pom (4.6 kB at 4.7 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/eclipse/jetty/jetty-http/9.4.9.v20180320/jetty-http-9.4.9.v20180320.pom +Progress (1): 2.7 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/eclipse/jetty/jetty-http/9.4.9.v20180320/jetty-http-9.4.9.v20180320.pom (2.7 kB at 3.0 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/eclipse/jetty/jetty-util/9.4.9.v20180320/jetty-util-9.4.9.v20180320.pom +Progress (1): 4.1/5.7 kB Progress (1): 5.7 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/eclipse/jetty/jetty-util/9.4.9.v20180320/jetty-util-9.4.9.v20180320.pom (5.7 kB at 5.7 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/eclipse/jetty/jetty-io/9.4.9.v20180320/jetty-io-9.4.9.v20180320.pom +Progress (1): 1.3 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/eclipse/jetty/jetty-io/9.4.9.v20180320/jetty-io-9.4.9.v20180320.pom (1.3 kB at 1.3 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/eclipse/jetty/jetty-xml/9.4.9.v20180320/jetty-xml-9.4.9.v20180320.pom +Progress (1): 1.9 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/eclipse/jetty/jetty-xml/9.4.9.v20180320/jetty-xml-9.4.9.v20180320.pom (1.9 kB at 1.9 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/eclipse/jetty/websocket/websocket-common/9.4.9.v20180320/websocket-common-9.4.9.v20180320.pom +Progress (1): 3.6 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/eclipse/jetty/websocket/websocket-common/9.4.9.v20180320/websocket-common-9.4.9.v20180320.pom (3.6 kB at 3.6 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/eclipse/jetty/websocket/websocket-api/9.4.9.v20180320/websocket-api-9.4.9.v20180320.pom +Progress (1): 2.8 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/eclipse/jetty/websocket/websocket-api/9.4.9.v20180320/websocket-api-9.4.9.v20180320.pom (2.8 kB at 2.8 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/ru/stqa/selenium/webdriver-factory/4.2/webdriver-factory-4.2.pom +Progress (1): 4.1/5.1 kB Progress (1): 5.1 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/ru/stqa/selenium/webdriver-factory/4.2/webdriver-factory-4.2.pom (5.1 kB at 5.7 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/paulhammant/ngwebdriver/1.0/ngwebdriver-1.0.pom +Progress (1): 2.8 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/paulhammant/ngwebdriver/1.0/ngwebdriver-1.0.pom (2.8 kB at 3.1 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/fasterxml/jackson/core/jackson-core/2.9.3/jackson-core-2.9.3.pom +Progress (1): 3.4 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/fasterxml/jackson/core/jackson-core/2.9.3/jackson-core-2.9.3.pom (3.4 kB at 4.2 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/fasterxml/jackson/jackson-base/2.9.3/jackson-base-2.9.3.pom +Progress (1): 4.1/5.6 kB Progress (1): 5.6 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/fasterxml/jackson/jackson-base/2.9.3/jackson-base-2.9.3.pom (5.6 kB at 6.3 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/fasterxml/jackson/jackson-bom/2.9.3/jackson-bom-2.9.3.pom +Progress (1): 4.1/12 kB Progress (1): 7.8/12 kB Progress (1): 12/12 kB Progress (1): 12 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/fasterxml/jackson/jackson-bom/2.9.3/jackson-bom-2.9.3.pom (12 kB at 15 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/fasterxml/jackson/jackson-parent/2.9.1/jackson-parent-2.9.1.pom +Progress (1): 4.1/8.0 kB Progress (1): 7.8/8.0 kB Progress (1): 8.0 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/fasterxml/jackson/jackson-parent/2.9.1/jackson-parent-2.9.1.pom (8.0 kB at 8.6 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/fasterxml/oss-parent/30/oss-parent-30.pom +Progress (1): 4.1/21 kB Progress (1): 7.8/21 kB Progress (1): 12/21 kB Progress (1): 16/21 kB Progress (1): 20/21 kB Progress (1): 21 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/fasterxml/oss-parent/30/oss-parent-30.pom (21 kB at 19 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/fasterxml/jackson/core/jackson-databind/2.9.5/jackson-databind-2.9.5.pom +Progress (1): 4.1/5.9 kB Progress (1): 5.9 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/fasterxml/jackson/core/jackson-databind/2.9.5/jackson-databind-2.9.5.pom (5.9 kB at 5.9 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/fasterxml/jackson/jackson-base/2.9.5/jackson-base-2.9.5.pom +Progress (1): 4.1/5.6 kB Progress (1): 5.6 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/fasterxml/jackson/jackson-base/2.9.5/jackson-base-2.9.5.pom (5.6 kB at 6.9 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/fasterxml/jackson/jackson-bom/2.9.5/jackson-bom-2.9.5.pom +Progress (1): 4.1/12 kB Progress (1): 7.8/12 kB Progress (1): 12/12 kB Progress (1): 12 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/fasterxml/jackson/jackson-bom/2.9.5/jackson-bom-2.9.5.pom (12 kB at 15 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/fasterxml/jackson/core/jackson-annotations/2.9.0/jackson-annotations-2.9.0.pom +Progress (1): 1.9 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/fasterxml/jackson/core/jackson-annotations/2.9.0/jackson-annotations-2.9.0.pom (1.9 kB at 2.4 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/fasterxml/jackson/jackson-parent/2.9.0/jackson-parent-2.9.0.pom +Progress (1): 4.1/7.8 kB Progress (1): 7.8/7.8 kB Progress (1): 7.8 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/fasterxml/jackson/jackson-parent/2.9.0/jackson-parent-2.9.0.pom (7.8 kB at 8.6 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/fasterxml/oss-parent/28/oss-parent-28.pom +Progress (1): 4.1/20 kB Progress (1): 7.8/20 kB Progress (1): 12/20 kB Progress (1): 16/20 kB Progress (1): 20 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/fasterxml/oss-parent/28/oss-parent-28.pom (20 kB at 18 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/fasterxml/jackson/core/jackson-core/2.9.5/jackson-core-2.9.5.pom +Progress (1): 3.4 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/fasterxml/jackson/core/jackson-core/2.9.5/jackson-core-2.9.5.pom (3.4 kB at 3.8 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/fasterxml/jackson/core/jackson-annotations/2.9.3/jackson-annotations-2.9.3.pom +Progress (1): 2.6 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/fasterxml/jackson/core/jackson-annotations/2.9.3/jackson-annotations-2.9.3.pom (2.6 kB at 2.6 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/springframework/spring-context/4.3.8.RELEASE/spring-context-4.3.8.RELEASE.pom +Progress (1): 4.1/5.0 kB Progress (1): 5.0 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/springframework/spring-context/4.3.8.RELEASE/spring-context-4.3.8.RELEASE.pom (5.0 kB at 5.6 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/springframework/spring-aop/4.3.8.RELEASE/spring-aop-4.3.8.RELEASE.pom +Progress (1): 2.7 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/springframework/spring-aop/4.3.8.RELEASE/spring-aop-4.3.8.RELEASE.pom (2.7 kB at 2.9 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/springframework/spring-beans/4.3.8.RELEASE/spring-beans-4.3.8.RELEASE.pom +Progress (1): 2.5 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/springframework/spring-beans/4.3.8.RELEASE/spring-beans-4.3.8.RELEASE.pom (2.5 kB at 2.7 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/springframework/spring-core/4.3.8.RELEASE/spring-core-4.3.8.RELEASE.pom +Progress (1): 2.5 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/springframework/spring-core/4.3.8.RELEASE/spring-core-4.3.8.RELEASE.pom (2.5 kB at 2.9 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/springframework/spring-expression/4.3.8.RELEASE/spring-expression-4.3.8.RELEASE.pom +Progress (1): 1.7 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/springframework/spring-expression/4.3.8.RELEASE/spring-expression-4.3.8.RELEASE.pom (1.7 kB at 2.0 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/springframework/spring-tx/4.3.8.RELEASE/spring-tx-4.3.8.RELEASE.pom +Progress (1): 3.1 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/springframework/spring-tx/4.3.8.RELEASE/spring-tx-4.3.8.RELEASE.pom (3.1 kB at 3.9 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/springframework/spring-web/4.3.8.RELEASE/spring-web-4.3.8.RELEASE.pom +Progress (1): 4.1/7.9 kB Progress (1): 7.8/7.9 kB Progress (1): 7.9 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/springframework/spring-web/4.3.8.RELEASE/spring-web-4.3.8.RELEASE.pom (7.9 kB at 8.7 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/json/json/20180130/json-20180130.pom +Progress (1): 4.1/5.7 kB Progress (1): 5.7 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/json/json/20180130/json-20180130.pom (5.7 kB at 7.1 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/atlassian/jira/jira-rest-java-client-core/5.0.4/jira-rest-java-client-core-5.0.4.pom +Progress (1): 382 B Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/atlassian/jira/jira-rest-java-client-core/5.0.4/jira-rest-java-client-core-5.0.4.pom (382 B at 472 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/atlassian/fugue/fugue/2.7.0/fugue-2.7.0.pom +Progress (1): 362 B Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/atlassian/fugue/fugue/2.7.0/fugue-2.7.0.pom (362 B at 447 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/atlassian/connect/ac-play-java_2.10/0.10.1/ac-play-java_2.10-0.10.1.pom +Progress (1): 377 B Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/atlassian/connect/ac-play-java_2.10/0.10.1/ac-play-java_2.10-0.10.1.pom (377 B at 466 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/appium/java-client/7.0.0/java-client-7.0.0.pom +Progress (1): 4.1/5.1 kB Progress (1): 5.1 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/appium/java-client/7.0.0/java-client-7.0.0.pom (5.1 kB at 5.6 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/code/gson/gson/2.8.5/gson-2.8.5.pom +Progress (1): 2.5 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/code/gson/gson/2.8.5/gson-2.8.5.pom (2.5 kB at 2.5 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/code/gson/gson-parent/2.8.5/gson-parent-2.8.5.pom +Progress (1): 3.8 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/code/gson/gson-parent/2.8.5/gson-parent-2.8.5.pom (3.8 kB at 4.4 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/httpcomponents/httpclient/4.5.6/httpclient-4.5.6.pom +Progress (1): 4.1/6.6 kB Progress (1): 6.6 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/httpcomponents/httpclient/4.5.6/httpclient-4.5.6.pom (6.6 kB at 6.9 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/httpcomponents/httpcomponents-client/4.5.6/httpcomponents-client-4.5.6.pom +Progress (1): 4.1/15 kB Progress (1): 7.8/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/httpcomponents/httpcomponents-client/4.5.6/httpcomponents-client-4.5.6.pom (15 kB at 14 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/httpcomponents/httpcore/4.4.10/httpcore-4.4.10.pom +Progress (1): 4.1/5.4 kB Progress (1): 5.4 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/httpcomponents/httpcore/4.4.10/httpcore-4.4.10.pom (5.4 kB at 6.1 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/httpcomponents/httpcomponents-core/4.4.10/httpcomponents-core-4.4.10.pom +Progress (1): 4.1/13 kB Progress (1): 7.8/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/httpcomponents/httpcomponents-core/4.4.10/httpcomponents-core-4.4.10.pom (13 kB at 17 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/cglib/cglib/3.2.8/cglib-3.2.8.pom +Progress (1): 2.8 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/cglib/cglib/3.2.8/cglib-3.2.8.pom (2.8 kB at 2.8 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/cglib/cglib-parent/3.2.8/cglib-parent-3.2.8.pom +Progress (1): 4.1/10 kB Progress (1): 7.8/10 kB Progress (1): 10 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/cglib/cglib-parent/3.2.8/cglib-parent-3.2.8.pom (10 kB at 13 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/ow2/asm/asm/6.2.1/asm-6.2.1.pom +Progress (1): 2.9 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/ow2/asm/asm/6.2.1/asm-6.2.1.pom (2.9 kB at 3.7 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/ow2/ow2/1.5/ow2-1.5.pom +Progress (1): 4.1/11 kB Progress (1): 7.8/11 kB Progress (1): 11 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/ow2/ow2/1.5/ow2-1.5.pom (11 kB at 12 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/ant/ant/1.10.3/ant-1.10.3.pom +Progress (1): 4.1/10 kB Progress (1): 7.8/10 kB Progress (1): 10 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/ant/ant/1.10.3/ant-1.10.3.pom (10 kB at 11 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/ant/ant-parent/1.10.3/ant-parent-1.10.3.pom +Progress (1): 4.1/5.7 kB Progress (1): 5.7 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/ant/ant-parent/1.10.3/ant-parent-1.10.3.pom (5.7 kB at 6.3 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/ant/ant-launcher/1.10.3/ant-launcher-1.10.3.pom +Progress (1): 2.3 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/ant/ant-launcher/1.10.3/ant-launcher-1.10.3.pom (2.3 kB at 2.5 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/commons-validator/commons-validator/1.6/commons-validator-1.6.pom +Progress (1): 4.1/12 kB Progress (1): 7.8/12 kB Progress (1): 12/12 kB Progress (1): 12 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/commons-validator/commons-validator/1.6/commons-validator-1.6.pom (12 kB at 13 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/commons-beanutils/commons-beanutils/1.9.2/commons-beanutils-1.9.2.pom +Progress (1): 4.1/14 kB Progress (1): 7.8/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/commons-beanutils/commons-beanutils/1.9.2/commons-beanutils-1.9.2.pom (14 kB at 11 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/commons/commons-parent/33/commons-parent-33.pom +Progress (1): 4.1/53 kB Progress (1): 7.8/53 kB Progress (1): 12/53 kB Progress (1): 16/53 kB Progress (1): 20/53 kB Progress (1): 24/53 kB Progress (1): 28/53 kB Progress (1): 32/53 kB Progress (1): 36/53 kB Progress (1): 41/53 kB Progress (1): 45/53 kB Progress (1): 49/53 kB Progress (1): 53/53 kB Progress (1): 53 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/commons/commons-parent/33/commons-parent-33.pom (53 kB at 44 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom +Progress (1): 4.1/13 kB Progress (1): 7.8/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom (13 kB at 14 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/commons/commons-parent/9/commons-parent-9.pom +Progress (1): 4.1/22 kB Progress (1): 7.8/22 kB Progress (1): 12/22 kB Progress (1): 16/22 kB Progress (1): 20/22 kB Progress (1): 22 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/commons/commons-parent/9/commons-parent-9.pom (22 kB at 20 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/commons-digester/commons-digester/1.8.1/commons-digester-1.8.1.pom +Progress (1): 4.1/10 kB Progress (1): 7.8/10 kB Progress (1): 10 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/commons-digester/commons-digester/1.8.1/commons-digester-1.8.1.pom (10 kB at 10.0 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/commons/commons-parent/11/commons-parent-11.pom +Progress (1): 4.1/25 kB Progress (1): 7.8/25 kB Progress (1): 12/25 kB Progress (1): 16/25 kB Progress (1): 20/25 kB Progress (1): 24/25 kB Progress (1): 25 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/commons/commons-parent/11/commons-parent-11.pom (25 kB at 22 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom +Progress (1): 4.1/12 kB Progress (1): 7.8/12 kB Progress (1): 12/12 kB Progress (1): 12 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom (12 kB at 14 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/commons/commons-parent/39/commons-parent-39.pom +Progress (1): 4.1/62 kB Progress (1): 7.8/62 kB Progress (1): 12/62 kB Progress (1): 16/62 kB Progress (1): 20/62 kB Progress (1): 24/62 kB Progress (1): 28/62 kB Progress (1): 32/62 kB Progress (1): 36/62 kB Progress (1): 41/62 kB Progress (1): 45/62 kB Progress (1): 49/62 kB Progress (1): 53/62 kB Progress (1): 57/62 kB Progress (1): 61/62 kB Progress (1): 62 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/commons/commons-parent/39/commons-parent-39.pom (62 kB at 51 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/apache/16/apache-16.pom +Progress (1): 4.1/15 kB Progress (1): 7.8/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/apache/16/apache-16.pom (15 kB at 19 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/commons/commons-lang3/3.8/commons-lang3-3.8.pom +Progress (1): 4.1/28 kB Progress (1): 7.8/28 kB Progress (1): 12/28 kB Progress (1): 16/28 kB Progress (1): 20/28 kB Progress (1): 24/28 kB Progress (1): 28 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/commons/commons-lang3/3.8/commons-lang3-3.8.pom (28 kB at 23 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/commons/commons-parent/47/commons-parent-47.pom +Progress (1): 4.1/78 kB Progress (1): 7.8/78 kB Progress (1): 12/78 kB Progress (1): 16/78 kB Progress (1): 20/78 kB Progress (1): 24/78 kB Progress (1): 28/78 kB Progress (1): 32/78 kB Progress (1): 36/78 kB Progress (1): 41/78 kB Progress (1): 45/78 kB Progress (1): 49/78 kB Progress (1): 53/78 kB Progress (1): 57/78 kB Progress (1): 61/78 kB Progress (1): 65/78 kB Progress (1): 69/78 kB Progress (1): 73/78 kB Progress (1): 77/78 kB Progress (1): 78 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/commons/commons-parent/47/commons-parent-47.pom (78 kB at 58 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/springframework/spring-context/5.1.0.RELEASE/spring-context-5.1.0.RELEASE.pom +Progress (1): 4.1/5.7 kB Progress (1): 5.7 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/springframework/spring-context/5.1.0.RELEASE/spring-context-5.1.0.RELEASE.pom (5.7 kB at 5.7 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/springframework/spring-aop/5.1.0.RELEASE/spring-aop-5.1.0.RELEASE.pom +Progress (1): 2.5 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/springframework/spring-aop/5.1.0.RELEASE/spring-aop-5.1.0.RELEASE.pom (2.5 kB at 3.0 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/springframework/spring-beans/5.1.0.RELEASE/spring-beans-5.1.0.RELEASE.pom +Progress (1): 2.7 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/springframework/spring-beans/5.1.0.RELEASE/spring-beans-5.1.0.RELEASE.pom (2.7 kB at 3.3 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/springframework/spring-core/5.1.0.RELEASE/spring-core-5.1.0.RELEASE.pom +Progress (1): 3.6 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/springframework/spring-core/5.1.0.RELEASE/spring-core-5.1.0.RELEASE.pom (3.6 kB at 3.9 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/springframework/spring-jcl/5.1.0.RELEASE/spring-jcl-5.1.0.RELEASE.pom +Progress (1): 1.9 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/springframework/spring-jcl/5.1.0.RELEASE/spring-jcl-5.1.0.RELEASE.pom (1.9 kB at 2.4 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/springframework/spring-expression/5.1.0.RELEASE/spring-expression-5.1.0.RELEASE.pom +Progress (1): 1.7 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/springframework/spring-expression/5.1.0.RELEASE/spring-expression-5.1.0.RELEASE.pom (1.7 kB at 1.9 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/aspectj/aspectjweaver/1.9.1/aspectjweaver-1.9.1.pom +Progress (1): 1.0 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/aspectj/aspectjweaver/1.9.1/aspectjweaver-1.9.1.pom (1.0 kB at 1.1 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/github/bonigarcia/webdrivermanager/3.6.1/webdrivermanager-3.6.1.pom +Progress (1): 4.1/13 kB Progress (1): 7.8/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/github/bonigarcia/webdrivermanager/3.6.1/webdrivermanager-3.6.1.pom (13 kB at 13 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom +Progress (1): 4.1/28 kB Progress (1): 7.8/28 kB Progress (1): 12/28 kB Progress (1): 16/28 kB Progress (1): 20/28 kB Progress (1): 24/28 kB Progress (1): 28 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom (28 kB at 27 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/rauschig/jarchivelib/1.0.0/jarchivelib-1.0.0.pom +Progress (1): 4.1/4.9 kB Progress (1): 4.9 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/rauschig/jarchivelib/1.0.0/jarchivelib-1.0.0.pom (4.9 kB at 4.5 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/rauschig/oss-parent/1/oss-parent-1.pom +Progress (1): 4.1/5.4 kB Progress (1): 5.4 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/rauschig/oss-parent/1/oss-parent-1.pom (5.4 kB at 6.6 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/commons/commons-compress/1.18/commons-compress-1.18.pom +Progress (1): 4.1/18 kB Progress (1): 7.8/18 kB Progress (1): 12/18 kB Progress (1): 16/18 kB Progress (1): 18 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/commons/commons-compress/1.18/commons-compress-1.18.pom (18 kB at 15 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/guava/guava/27.0-jre/guava-27.0-jre.pom +Progress (1): 4.1/8.1 kB Progress (1): 7.8/8.1 kB Progress (1): 8.1 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/guava/guava/27.0-jre/guava-27.0-jre.pom (8.1 kB at 8.1 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/guava/guava-parent/27.0-jre/guava-parent-27.0-jre.pom +Progress (1): 4.1/10 kB Progress (1): 7.8/10 kB Progress (1): 10 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/guava/guava-parent/27.0-jre/guava-parent-27.0-jre.pom (10 kB at 11 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/guava/failureaccess/1.0/failureaccess-1.0.pom +Progress (1): 1.7 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/guava/failureaccess/1.0/failureaccess-1.0.pom (1.7 kB at 1.8 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom +Progress (1): 4.1/10 kB Progress (1): 7.8/10 kB Progress (1): 10 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom (10 kB at 11 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom +Progress (1): 2.3 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom (2.3 kB at 2.5 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom +Progress (1): 4.1/4.3 kB Progress (1): 4.3 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom (4.3 kB at 5.3 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.pom +Progress (1): 2.5 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.pom (2.5 kB at 2.7 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.pom +Progress (1): 1.8 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.pom (1.8 kB at 2.2 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/errorprone/error_prone_parent/2.2.0/error_prone_parent-2.2.0.pom +Progress (1): 4.1/5.1 kB Progress (1): 5.1 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/errorprone/error_prone_parent/2.2.0/error_prone_parent-2.2.0.pom (5.1 kB at 5.6 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.pom +Progress (1): 2.6 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.pom (2.6 kB at 3.2 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/codehaus/mojo/animal-sniffer-parent/1.17/animal-sniffer-parent-1.17.pom +Progress (1): 4.1/8.6 kB Progress (1): 7.8/8.6 kB Progress (1): 8.6 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/codehaus/mojo/animal-sniffer-parent/1.17/animal-sniffer-parent-1.17.pom (8.6 kB at 9.5 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom +Progress (1): 4.1/34 kB Progress (1): 7.8/34 kB Progress (1): 12/34 kB Progress (1): 16/34 kB Progress (1): 20/34 kB Progress (1): 24/34 kB Progress (1): 28/34 kB Progress (1): 32/34 kB Progress (1): 34 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom (34 kB at 30 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/firebase/firebase-admin/5.9.0/firebase-admin-5.9.0.pom +Progress (1): 4.1/20 kB Progress (1): 7.8/20 kB Progress (1): 12/20 kB Progress (1): 16/20 kB Progress (1): 20 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/firebase/firebase-admin/5.9.0/firebase-admin-5.9.0.pom (20 kB at 17 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/api-client/google-api-client/1.23.0/google-api-client-1.23.0.pom +Progress (1): 3.9 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/api-client/google-api-client/1.23.0/google-api-client-1.23.0.pom (3.9 kB at 4.5 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/api-client/google-api-client-parent/1.23.0/google-api-client-parent-1.23.0.pom +Progress (1): 4.1/25 kB Progress (1): 7.8/25 kB Progress (1): 12/25 kB Progress (1): 16/25 kB Progress (1): 20/25 kB Progress (1): 24/25 kB Progress (1): 25 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/api-client/google-api-client-parent/1.23.0/google-api-client-parent-1.23.0.pom (25 kB at 22 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/oauth-client/google-oauth-client/1.23.0/google-oauth-client-1.23.0.pom +Progress (1): 3.4 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/oauth-client/google-oauth-client/1.23.0/google-oauth-client-1.23.0.pom (3.4 kB at 3.4 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/oauth-client/google-oauth-client-parent/1.23.0/google-oauth-client-parent-1.23.0.pom +Progress (1): 4.1/20 kB Progress (1): 7.8/20 kB Progress (1): 12/20 kB Progress (1): 16/20 kB Progress (1): 20 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/oauth-client/google-oauth-client-parent/1.23.0/google-oauth-client-parent-1.23.0.pom (20 kB at 16 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/http-client/google-http-client/1.23.0/google-http-client-1.23.0.pom +Progress (1): 4.1/5.3 kB Progress (1): 5.3 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/http-client/google-http-client/1.23.0/google-http-client-1.23.0.pom (5.3 kB at 5.8 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/http-client/google-http-client-parent/1.23.0/google-http-client-parent-1.23.0.pom +Progress (1): 4.1/24 kB Progress (1): 7.8/24 kB Progress (1): 12/24 kB Progress (1): 16/24 kB Progress (1): 20/24 kB Progress (1): 24/24 kB Progress (1): 24 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/http-client/google-http-client-parent/1.23.0/google-http-client-parent-1.23.0.pom (24 kB at 24 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/httpcomponents/httpclient/4.0.1/httpclient-4.0.1.pom +Progress (1): 4.1/6.8 kB Progress (1): 6.8 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/httpcomponents/httpclient/4.0.1/httpclient-4.0.1.pom (6.8 kB at 7.9 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/httpcomponents/httpcomponents-client/4.0.1/httpcomponents-client-4.0.1.pom +Progress (1): 4.1/9.2 kB Progress (1): 7.8/9.2 kB Progress (1): 9.2 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/httpcomponents/httpcomponents-client/4.0.1/httpcomponents-client-4.0.1.pom (9.2 kB at 11 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/httpcomponents/project/4.0/project-4.0.pom +Progress (1): 4.1/13 kB Progress (1): 7.8/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/httpcomponents/project/4.0/project-4.0.pom (13 kB at 14 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom +Progress (1): 4.1/4.9 kB Progress (1): 4.9 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom (4.9 kB at 5.5 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom +Progress (1): 4.1/9.4 kB Progress (1): 7.8/9.4 kB Progress (1): 9.4 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom (9.4 kB at 8.9 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/commons-codec/commons-codec/1.3/commons-codec-1.3.pom +Progress (1): 4.1/6.1 kB Progress (1): 6.1 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/commons-codec/commons-codec/1.3/commons-codec-1.3.pom (6.1 kB at 6.8 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/http-client/google-http-client-jackson2/1.23.0/google-http-client-jackson2-1.23.0.pom +Progress (1): 2.8 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/http-client/google-http-client-jackson2/1.23.0/google-http-client-jackson2-1.23.0.pom (2.8 kB at 3.0 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/fasterxml/jackson/core/jackson-core/2.1.3/jackson-core-2.1.3.pom +Progress (1): 4.1/5.6 kB Progress (1): 5.6 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/fasterxml/jackson/core/jackson-core/2.1.3/jackson-core-2.1.3.pom (5.6 kB at 6.3 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/fasterxml/oss-parent/4/oss-parent-4.pom +Progress (1): 4.1/18 kB Progress (1): 7.8/18 kB Progress (1): 12/18 kB Progress (1): 16/18 kB Progress (1): 18 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/fasterxml/oss-parent/4/oss-parent-4.pom (18 kB at 15 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/api-client/google-api-client-gson/1.23.0/google-api-client-gson-1.23.0.pom +Progress (1): 2.3 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/api-client/google-api-client-gson/1.23.0/google-api-client-gson-1.23.0.pom (2.3 kB at 2.5 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/guava/guava-jdk5/17.0/guava-jdk5-17.0.pom +Progress (1): 4.1/6.5 kB Progress (1): 6.5 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/guava/guava-jdk5/17.0/guava-jdk5-17.0.pom (6.5 kB at 7.1 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/guava/guava-parent-jdk5/17.0/guava-parent-jdk5-17.0.pom +Progress (1): 4.1/8.1 kB Progress (1): 7.8/8.1 kB Progress (1): 8.1 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/guava/guava-parent-jdk5/17.0/guava-parent-jdk5-17.0.pom (8.1 kB at 9.0 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/http-client/google-http-client-gson/1.23.0/google-http-client-gson-1.23.0.pom +Progress (1): 2.7 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/http-client/google-http-client-gson/1.23.0/google-http-client-gson-1.23.0.pom (2.7 kB at 2.7 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/code/gson/gson/2.1/gson-2.1.pom +Progress (1): 4.1/10 kB Progress (1): 7.8/10 kB Progress (1): 10 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/code/gson/gson/2.1/gson-2.1.pom (10 kB at 11 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/sonatype/oss/oss-parent/5/oss-parent-5.pom +Progress (1): 4.1 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/sonatype/oss/oss-parent/5/oss-parent-5.pom (4.1 kB at 4.0 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/api/api-common/1.2.0/api-common-1.2.0.pom +Progress (1): 2.3 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/api/api-common/1.2.0/api-common-1.2.0.pom (2.3 kB at 2.5 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/code/findbugs/jsr305/3.0.0/jsr305-3.0.0.pom +Progress (1): 3.9 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/code/findbugs/jsr305/3.0.0/jsr305-3.0.0.pom (3.9 kB at 4.2 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/guava/guava/19.0/guava-19.0.pom +Progress (1): 4.1/6.8 kB Progress (1): 6.8 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/guava/guava/19.0/guava-19.0.pom (6.8 kB at 7.4 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/guava/guava-parent/19.0/guava-parent-19.0.pom +Progress (1): 4.1/9.9 kB Progress (1): 7.8/9.9 kB Progress (1): 9.9 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/guava/guava-parent/19.0/guava-parent-19.0.pom (9.9 kB at 9.7 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/auth/google-auth-library-oauth2-http/0.8.0/google-auth-library-oauth2-http-0.8.0.pom +Progress (1): 2.2 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/auth/google-auth-library-oauth2-http/0.8.0/google-auth-library-oauth2-http-0.8.0.pom (2.2 kB at 2.2 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/auth/google-auth-library-parent/0.8.0/google-auth-library-parent-0.8.0.pom +Progress (1): 4.1/8.1 kB Progress (1): 7.8/8.1 kB Progress (1): 8.1 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/auth/google-auth-library-parent/0.8.0/google-auth-library-parent-0.8.0.pom (8.1 kB at 9.0 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/auth/google-auth-library-credentials/0.8.0/google-auth-library-credentials-0.8.0.pom +Progress (1): 1.5 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/auth/google-auth-library-credentials/0.8.0/google-auth-library-credentials-0.8.0.pom (1.5 kB at 750 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/http-client/google-http-client/1.19.0/google-http-client-1.19.0.pom +Progress (1): 4.1/5.1 kB Progress (1): 5.1 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/http-client/google-http-client/1.19.0/google-http-client-1.19.0.pom (5.1 kB at 5.7 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/http-client/google-http-client-parent/1.19.0/google-http-client-parent-1.19.0.pom +Progress (1): 4.1/23 kB Progress (1): 7.8/23 kB Progress (1): 12/23 kB Progress (1): 16/23 kB Progress (1): 20/23 kB Progress (1): 23 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/http-client/google-http-client-parent/1.19.0/google-http-client-parent-1.19.0.pom (23 kB at 24 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/http-client/google-http-client-jackson2/1.19.0/google-http-client-jackson2-1.19.0.pom +Progress (1): 2.8 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/http-client/google-http-client-jackson2/1.19.0/google-http-client-jackson2-1.19.0.pom (2.8 kB at 2.9 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/cloud/google-cloud-storage/1.15.0/google-cloud-storage-1.15.0.pom +Progress (1): 2.4 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/cloud/google-cloud-storage/1.15.0/google-cloud-storage-1.15.0.pom (2.4 kB at 2.6 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/cloud/google-cloud-pom/0.33.0-alpha/google-cloud-pom-0.33.0-alpha.pom +Progress (1): 4.1/27 kB Progress (1): 7.8/27 kB Progress (1): 12/27 kB Progress (1): 16/27 kB Progress (1): 20/27 kB Progress (1): 24/27 kB Progress (1): 27 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/cloud/google-cloud-pom/0.33.0-alpha/google-cloud-pom-0.33.0-alpha.pom (27 kB at 25 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/cloud/google-cloud-bom/0.33.0-alpha/google-cloud-bom-0.33.0-alpha.pom +Progress (1): 4.1/42 kB Progress (1): 7.8/42 kB Progress (1): 12/42 kB Progress (1): 16/42 kB Progress (1): 20/42 kB Progress (1): 24/42 kB Progress (1): 28/42 kB Progress (1): 32/42 kB Progress (1): 36/42 kB Progress (1): 41/42 kB Progress (1): 42 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/cloud/google-cloud-bom/0.33.0-alpha/google-cloud-bom-0.33.0-alpha.pom (42 kB at 36 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/cloud/google-cloud-core/1.15.0/google-cloud-core-1.15.0.pom +Progress (1): 2.9 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/cloud/google-cloud-core/1.15.0/google-cloud-core-1.15.0.pom (2.9 kB at 2.9 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/guava/guava/20.0/guava-20.0.pom +Progress (1): 4.1/6.8 kB Progress (1): 6.8 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/guava/guava/20.0/guava-20.0.pom (6.8 kB at 7.0 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/guava/guava-parent/20.0/guava-parent-20.0.pom +Progress (1): 4.1/9.9 kB Progress (1): 7.8/9.9 kB Progress (1): 9.9 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/guava/guava-parent/20.0/guava-parent-20.0.pom (9.9 kB at 11 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/joda-time/joda-time/2.9.2/joda-time-2.9.2.pom +Progress (1): 4.1/30 kB Progress (1): 7.8/30 kB Progress (1): 12/30 kB Progress (1): 16/30 kB Progress (1): 20/30 kB Progress (1): 24/30 kB Progress (1): 28/30 kB Progress (1): 30 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/joda-time/joda-time/2.9.2/joda-time-2.9.2.pom (30 kB at 24 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/code/findbugs/jsr305/3.0.1/jsr305-3.0.1.pom +Progress (1): 4.1/4.3 kB Progress (1): 4.3 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/code/findbugs/jsr305/3.0.1/jsr305-3.0.1.pom (4.3 kB at 4.7 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/api/gax/1.16.0/gax-1.16.0.pom +Progress (1): 3.9 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/api/gax/1.16.0/gax-1.16.0.pom (3.9 kB at 4.3 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/auto/value/auto-value/1.2/auto-value-1.2.pom +Progress (1): 4.1/5.0 kB Progress (1): 5.0 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/auto/value/auto-value/1.2/auto-value-1.2.pom (5.0 kB at 6.2 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/auto/auto-parent/3/auto-parent-3.pom +Progress (1): 3.8 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/auto/auto-parent/3/auto-parent-3.pom (3.8 kB at 4.7 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/threeten/threetenbp/1.3.3/threetenbp-1.3.3.pom +Progress (1): 4.1/28 kB Progress (1): 7.8/28 kB Progress (1): 12/28 kB Progress (1): 16/28 kB Progress (1): 20/28 kB Progress (1): 24/28 kB Progress (1): 28 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/threeten/threetenbp/1.3.3/threetenbp-1.3.3.pom (28 kB at 24 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/auth/google-auth-library-oauth2-http/0.9.0/google-auth-library-oauth2-http-0.9.0.pom +Progress (1): 2.2 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/auth/google-auth-library-oauth2-http/0.9.0/google-auth-library-oauth2-http-0.9.0.pom (2.2 kB at 2.2 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/auth/google-auth-library-parent/0.9.0/google-auth-library-parent-0.9.0.pom +Progress (1): 4.1/8.1 kB Progress (1): 7.8/8.1 kB Progress (1): 8.1 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/auth/google-auth-library-parent/0.9.0/google-auth-library-parent-0.9.0.pom (8.1 kB at 8.7 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/auth/google-auth-library-credentials/0.9.0/google-auth-library-credentials-0.9.0.pom +Progress (1): 1.5 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/auth/google-auth-library-credentials/0.9.0/google-auth-library-credentials-0.9.0.pom (1.5 kB at 1.7 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/protobuf/protobuf-java-util/3.5.1/protobuf-java-util-3.5.1.pom +Progress (1): 4.1/4.2 kB Progress (1): 4.2 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/protobuf/protobuf-java-util/3.5.1/protobuf-java-util-3.5.1.pom (4.2 kB at 4.7 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/protobuf/protobuf-parent/3.5.1/protobuf-parent-3.5.1.pom +Progress (1): 4.1/6.8 kB Progress (1): 6.8 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/protobuf/protobuf-parent/3.5.1/protobuf-parent-3.5.1.pom (6.8 kB at 6.4 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/google/1/google-1.pom +Progress (1): 1.6 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/google/1/google-1.pom (1.6 kB at 1.6 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/protobuf/protobuf-java/3.5.1/protobuf-java-3.5.1.pom +Progress (1): 4.1/4.7 kB Progress (1): 4.7 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/protobuf/protobuf-java/3.5.1/protobuf-java-3.5.1.pom (4.7 kB at 5.1 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/code/gson/gson/2.7/gson-2.7.pom +Progress (1): 1.4 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/code/gson/gson/2.7/gson-2.7.pom (1.4 kB at 1.3 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/code/gson/gson-parent/2.7/gson-parent-2.7.pom +Progress (1): 3.6 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/code/gson/gson-parent/2.7/gson-parent-2.7.pom (3.6 kB at 4.4 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/api/grpc/proto-google-common-protos/1.0.4/proto-google-common-protos-1.0.4.pom +Progress (1): 2.6 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/api/grpc/proto-google-common-protos/1.0.4/proto-google-common-protos-1.0.4.pom (2.6 kB at 2.8 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/protobuf/protobuf-java/3.4.0/protobuf-java-3.4.0.pom +Progress (1): 4.1/4.7 kB Progress (1): 4.7 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/protobuf/protobuf-java/3.4.0/protobuf-java-3.4.0.pom (4.7 kB at 5.9 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/protobuf/protobuf-parent/3.4.0/protobuf-parent-3.4.0.pom +Progress (1): 4.1/6.8 kB Progress (1): 6.8 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/protobuf/protobuf-parent/3.4.0/protobuf-parent-3.4.0.pom (6.8 kB at 7.5 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/api/grpc/proto-google-iam-v1/0.1.28/proto-google-iam-v1-0.1.28.pom +Progress (1): 2.9 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/api/grpc/proto-google-iam-v1/0.1.28/proto-google-iam-v1-0.1.28.pom (2.9 kB at 3.2 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/cloud/google-cloud-core-http/1.15.0/google-cloud-core-http-1.15.0.pom +Progress (1): 4.1 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/cloud/google-cloud-core-http/1.15.0/google-cloud-core-http-1.15.0.pom (4.1 kB at 5.0 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/http-client/google-http-client-appengine/1.23.0/google-http-client-appengine-1.23.0.pom +Progress (1): 2.9 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/http-client/google-http-client-appengine/1.23.0/google-http-client-appengine-1.23.0.pom (2.9 kB at 2.9 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/http-client/google-http-client-jackson/1.23.0/google-http-client-jackson-1.23.0.pom +Progress (1): 2.7 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/http-client/google-http-client-jackson/1.23.0/google-http-client-jackson-1.23.0.pom (2.7 kB at 2.7 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/codehaus/jackson/jackson-core-asl/1.9.11/jackson-core-asl-1.9.11.pom +Progress (1): 1.0 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/codehaus/jackson/jackson-core-asl/1.9.11/jackson-core-asl-1.9.11.pom (1.0 kB at 1.1 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/api/gax-httpjson/0.33.0/gax-httpjson-0.33.0.pom +Progress (1): 4.1/5.5 kB Progress (1): 5.5 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/api/gax-httpjson/0.33.0/gax-httpjson-0.33.0.pom (5.5 kB at 4.9 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/apis/google-api-services-storage/v1-rev114-1.23.0/google-api-services-storage-v1-rev114-1.23.0.pom +Progress (1): 2.6 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/apis/google-api-services-storage/v1-rev114-1.23.0/google-api-services-storage-v1-rev114-1.23.0.pom (2.6 kB at 2.6 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/cloud/google-cloud-firestore/0.33.0-beta/google-cloud-firestore-0.33.0-beta.pom +Progress (1): 4.1/4.5 kB Progress (1): 4.5 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/cloud/google-cloud-firestore/0.33.0-beta/google-cloud-firestore-0.33.0-beta.pom (4.5 kB at 4.5 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/netty/netty-tcnative-boringssl-static/2.0.7.Final/netty-tcnative-boringssl-static-2.0.7.Final.pom +Progress (1): 4.1/23 kB Progress (1): 7.8/23 kB Progress (1): 12/23 kB Progress (1): 16/23 kB Progress (1): 20/23 kB Progress (1): 23 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/netty/netty-tcnative-boringssl-static/2.0.7.Final/netty-tcnative-boringssl-static-2.0.7.Final.pom (23 kB at 21 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/netty/netty-tcnative-parent/2.0.7.Final/netty-tcnative-parent-2.0.7.Final.pom +Progress (1): 4.1/20 kB Progress (1): 7.8/20 kB Progress (1): 12/20 kB Progress (1): 16/20 kB Progress (1): 20 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/netty/netty-tcnative-parent/2.0.7.Final/netty-tcnative-parent-2.0.7.Final.pom (20 kB at 16 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/netty/netty-parent/4.0.18.Final/netty-parent-4.0.18.Final.pom +Progress (1): 4.1/32 kB Progress (1): 7.8/32 kB Progress (1): 12/32 kB Progress (1): 16/32 kB Progress (1): 20/32 kB Progress (1): 24/32 kB Progress (1): 28/32 kB Progress (1): 32 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/netty/netty-parent/4.0.18.Final/netty-parent-4.0.18.Final.pom (32 kB at 28 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/cloud/google-cloud-core-grpc/1.15.0/google-cloud-core-grpc-1.15.0.pom +Progress (1): 3.0 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/cloud/google-cloud-core-grpc/1.15.0/google-cloud-core-grpc-1.15.0.pom (3.0 kB at 3.0 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/grpc/grpc-protobuf/1.9.0/grpc-protobuf-1.9.0.pom +Progress (1): 3.3 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/grpc/grpc-protobuf/1.9.0/grpc-protobuf-1.9.0.pom (3.3 kB at 3.3 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/grpc/grpc-core/1.9.0/grpc-core-1.9.0.pom +Progress (1): 4.1/4.3 kB Progress (1): 4.3 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/grpc/grpc-core/1.9.0/grpc-core-1.9.0.pom (4.3 kB at 5.3 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/grpc/grpc-context/1.9.0/grpc-context-1.9.0.pom +Progress (1): 1.9 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/grpc/grpc-context/1.9.0/grpc-context-1.9.0.pom (1.9 kB at 2.1 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/errorprone/error_prone_annotations/2.1.2/error_prone_annotations-2.1.2.pom +Progress (1): 1.8 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/errorprone/error_prone_annotations/2.1.2/error_prone_annotations-2.1.2.pom (1.8 kB at 2.2 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/errorprone/error_prone_parent/2.1.2/error_prone_parent-2.1.2.pom +Progress (1): 4.1/5.1 kB Progress (1): 5.1 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/errorprone/error_prone_parent/2.1.2/error_prone_parent-2.1.2.pom (5.1 kB at 5.5 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/instrumentation/instrumentation-api/0.4.3/instrumentation-api-0.4.3.pom +Progress (1): 2.7 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/instrumentation/instrumentation-api/0.4.3/instrumentation-api-0.4.3.pom (2.7 kB at 3.4 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/opencensus/opencensus-api/0.10.0/opencensus-api-0.10.0.pom +Progress (1): 2.8 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/opencensus/opencensus-api/0.10.0/opencensus-api-0.10.0.pom (2.8 kB at 3.4 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/opencensus/opencensus-contrib-grpc-metrics/0.10.0/opencensus-contrib-grpc-metrics-0.10.0.pom +Progress (1): 2.6 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/opencensus/opencensus-contrib-grpc-metrics/0.10.0/opencensus-contrib-grpc-metrics-0.10.0.pom (2.6 kB at 2.9 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/api/grpc/proto-google-common-protos/1.0.0/proto-google-common-protos-1.0.0.pom +Progress (1): 2.6 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/api/grpc/proto-google-common-protos/1.0.0/proto-google-common-protos-1.0.0.pom (2.6 kB at 2.8 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/grpc/grpc-protobuf-lite/1.9.0/grpc-protobuf-lite-1.9.0.pom +Progress (1): 2.3 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/grpc/grpc-protobuf-lite/1.9.0/grpc-protobuf-lite-1.9.0.pom (2.3 kB at 2.8 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/grpc/grpc-netty/1.9.0/grpc-netty-1.9.0.pom +Progress (1): 2.6 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/grpc/grpc-netty/1.9.0/grpc-netty-1.9.0.pom (2.6 kB at 2.7 kB/s) +Downloading from atlassian-public: https://maven.atlassian.com/repository/public/io/grpc/grpc-core/maven-metadata.xml +Downloading from central: https://repo.maven.apache.org/maven2/io/grpc/grpc-core/maven-metadata.xml +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/grpc/grpc-core/maven-metadata.xml +Progress (1): 2.1 kB Progress (2): 2.1 kB | 2.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/io/grpc/grpc-core/maven-metadata.xml (2.1 kB at 2.0 kB/s) +Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/grpc/grpc-core/maven-metadata.xml (2.1 kB at 1.6 kB/s) +Progress (1): 2.6 kB Downloaded from atlassian-public: https://maven.atlassian.com/repository/public/io/grpc/grpc-core/maven-metadata.xml (2.6 kB at 1.1 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/netty/netty-codec-http2/maven-metadata.xml +Downloading from atlassian-public: https://maven.atlassian.com/repository/public/io/netty/netty-codec-http2/maven-metadata.xml +Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-codec-http2/maven-metadata.xml +Progress (1): 2.2/2.3 kB Progress (1): 2.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-codec-http2/maven-metadata.xml (2.3 kB at 6.8 kB/s) +Progress (1): 3.8 kB Downloaded from atlassian-public: https://maven.atlassian.com/repository/public/io/netty/netty-codec-http2/maven-metadata.xml (3.8 kB at 5.0 kB/s) +Progress (1): 2.3 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/netty/netty-codec-http2/maven-metadata.xml (2.3 kB at 1.5 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/netty/netty-codec-http2/4.1.17.Final/netty-codec-http2-4.1.17.Final.pom +Progress (1): 1.9 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/netty/netty-codec-http2/4.1.17.Final/netty-codec-http2-4.1.17.Final.pom (1.9 kB at 1.9 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/netty/netty-parent/4.1.17.Final/netty-parent-4.1.17.Final.pom +Progress (1): 4.1/51 kB Progress (1): 7.8/51 kB Progress (1): 12/51 kB Progress (1): 16/51 kB Progress (1): 20/51 kB Progress (1): 24/51 kB Progress (1): 28/51 kB Progress (1): 32/51 kB Progress (1): 36/51 kB Progress (1): 41/51 kB Progress (1): 45/51 kB Progress (1): 49/51 kB Progress (1): 51 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/netty/netty-parent/4.1.17.Final/netty-parent-4.1.17.Final.pom (51 kB at 42 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/netty/netty-codec-http/4.1.17.Final/netty-codec-http-4.1.17.Final.pom +Progress (1): 1.8 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/netty/netty-codec-http/4.1.17.Final/netty-codec-http-4.1.17.Final.pom (1.8 kB at 1.8 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/netty/netty-codec/4.1.17.Final/netty-codec-4.1.17.Final.pom +Progress (1): 3.2 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/netty/netty-codec/4.1.17.Final/netty-codec-4.1.17.Final.pom (3.2 kB at 3.2 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/netty/netty-transport/4.1.17.Final/netty-transport-4.1.17.Final.pom +Progress (1): 1.7 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/netty/netty-transport/4.1.17.Final/netty-transport-4.1.17.Final.pom (1.7 kB at 1.7 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/netty/netty-buffer/4.1.17.Final/netty-buffer-4.1.17.Final.pom +Progress (1): 1.5 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/netty/netty-buffer/4.1.17.Final/netty-buffer-4.1.17.Final.pom (1.5 kB at 1.7 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/netty/netty-common/4.1.17.Final/netty-common-4.1.17.Final.pom +Progress (1): 4.1/8.4 kB Progress (1): 7.8/8.4 kB Progress (1): 8.4 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/netty/netty-common/4.1.17.Final/netty-common-4.1.17.Final.pom (8.4 kB at 9.2 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/netty/netty-resolver/4.1.17.Final/netty-resolver-4.1.17.Final.pom +Progress (1): 1.5 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/netty/netty-resolver/4.1.17.Final/netty-resolver-4.1.17.Final.pom (1.5 kB at 1.5 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/netty/netty-handler/4.1.17.Final/netty-handler-4.1.17.Final.pom +Progress (1): 2.9 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/netty/netty-handler/4.1.17.Final/netty-handler-4.1.17.Final.pom (2.9 kB at 3.0 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/netty/netty-handler-proxy/4.1.17.Final/netty-handler-proxy-4.1.17.Final.pom +Progress (1): 2.2 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/netty/netty-handler-proxy/4.1.17.Final/netty-handler-proxy-4.1.17.Final.pom (2.2 kB at 2.4 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/netty/netty-codec-socks/4.1.17.Final/netty-codec-socks-4.1.17.Final.pom +Progress (1): 1.4 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/netty/netty-codec-socks/4.1.17.Final/netty-codec-socks-4.1.17.Final.pom (1.4 kB at 1.4 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/grpc/grpc-stub/1.9.0/grpc-stub-1.9.0.pom +Progress (1): 2.1 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/grpc/grpc-stub/1.9.0/grpc-stub-1.9.0.pom (2.1 kB at 2.1 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/grpc/grpc-auth/1.9.0/grpc-auth-1.9.0.pom +Progress (1): 2.5 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/grpc/grpc-auth/1.9.0/grpc-auth-1.9.0.pom (2.5 kB at 2.7 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/api/gax-grpc/1.16.0/gax-grpc-1.16.0.pom +Progress (1): 4.1/6.7 kB Progress (1): 6.7 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/api/gax-grpc/1.16.0/gax-grpc-1.16.0.pom (6.7 kB at 7.3 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/grpc/grpc-netty/1.7.0/grpc-netty-1.7.0.pom +Progress (1): 2.6 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/grpc/grpc-netty/1.7.0/grpc-netty-1.7.0.pom (2.6 kB at 2.6 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/grpc/grpc-core/1.7.0/grpc-core-1.7.0.pom +Progress (1): 3.8 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/grpc/grpc-core/1.7.0/grpc-core-1.7.0.pom (3.8 kB at 4.1 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/grpc/grpc-context/1.7.0/grpc-context-1.7.0.pom +Progress (1): 1.9 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/grpc/grpc-context/1.7.0/grpc-context-1.7.0.pom (1.9 kB at 1.9 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/errorprone/error_prone_annotations/2.0.19/error_prone_annotations-2.0.19.pom +Progress (1): 1.6 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/errorprone/error_prone_annotations/2.0.19/error_prone_annotations-2.0.19.pom (1.6 kB at 1.8 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/errorprone/error_prone_parent/2.0.19/error_prone_parent-2.0.19.pom +Progress (1): 4.1/5.0 kB Progress (1): 5.0 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/errorprone/error_prone_parent/2.0.19/error_prone_parent-2.0.19.pom (5.0 kB at 5.5 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/opencensus/opencensus-api/0.6.0/opencensus-api-0.6.0.pom +Progress (1): 2.8 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/opencensus/opencensus-api/0.6.0/opencensus-api-0.6.0.pom (2.8 kB at 3.4 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/netty/netty-codec-http2/4.1.16.Final/netty-codec-http2-4.1.16.Final.pom +Progress (1): 1.9 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/netty/netty-codec-http2/4.1.16.Final/netty-codec-http2-4.1.16.Final.pom (1.9 kB at 1.4 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/netty/netty-parent/4.1.16.Final/netty-parent-4.1.16.Final.pom +Progress (1): 4.1/52 kB Progress (1): 7.8/52 kB Progress (1): 12/52 kB Progress (1): 16/52 kB Progress (1): 20/52 kB Progress (1): 24/52 kB Progress (1): 28/52 kB Progress (1): 32/52 kB Progress (1): 36/52 kB Progress (1): 41/52 kB Progress (1): 45/52 kB Progress (1): 49/52 kB Progress (1): 52 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/netty/netty-parent/4.1.16.Final/netty-parent-4.1.16.Final.pom (52 kB at 37 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/netty/netty-codec-http/4.1.16.Final/netty-codec-http-4.1.16.Final.pom +Progress (1): 1.8 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/netty/netty-codec-http/4.1.16.Final/netty-codec-http-4.1.16.Final.pom (1.8 kB at 2.0 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/netty/netty-codec/4.1.16.Final/netty-codec-4.1.16.Final.pom +Progress (1): 3.2 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/netty/netty-codec/4.1.16.Final/netty-codec-4.1.16.Final.pom (3.2 kB at 3.2 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/netty/netty-transport/4.1.16.Final/netty-transport-4.1.16.Final.pom +Progress (1): 1.7 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/netty/netty-transport/4.1.16.Final/netty-transport-4.1.16.Final.pom (1.7 kB at 1.7 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/netty/netty-buffer/4.1.16.Final/netty-buffer-4.1.16.Final.pom +Progress (1): 1.5 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/netty/netty-buffer/4.1.16.Final/netty-buffer-4.1.16.Final.pom (1.5 kB at 1.6 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/netty/netty-common/4.1.16.Final/netty-common-4.1.16.Final.pom +Progress (1): 4.1/9.2 kB Progress (1): 7.8/9.2 kB Progress (1): 9.2 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/netty/netty-common/4.1.16.Final/netty-common-4.1.16.Final.pom (9.2 kB at 8.3 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/netty/netty-resolver/4.1.16.Final/netty-resolver-4.1.16.Final.pom +Progress (1): 1.5 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/netty/netty-resolver/4.1.16.Final/netty-resolver-4.1.16.Final.pom (1.5 kB at 1.4 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/netty/netty-handler/4.1.16.Final/netty-handler-4.1.16.Final.pom +Progress (1): 2.9 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/netty/netty-handler/4.1.16.Final/netty-handler-4.1.16.Final.pom (2.9 kB at 2.6 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/netty/netty-handler-proxy/4.1.16.Final/netty-handler-proxy-4.1.16.Final.pom +Progress (1): 2.2 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/netty/netty-handler-proxy/4.1.16.Final/netty-handler-proxy-4.1.16.Final.pom (2.2 kB at 2.2 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/netty/netty-codec-socks/4.1.16.Final/netty-codec-socks-4.1.16.Final.pom +Progress (1): 1.4 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/netty/netty-codec-socks/4.1.16.Final/netty-codec-socks-4.1.16.Final.pom (1.4 kB at 1.5 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/grpc/grpc-stub/1.7.0/grpc-stub-1.7.0.pom +Progress (1): 2.1 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/grpc/grpc-stub/1.7.0/grpc-stub-1.7.0.pom (2.1 kB at 2.1 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/grpc/grpc-auth/1.7.0/grpc-auth-1.7.0.pom +Progress (1): 2.3 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/grpc/grpc-auth/1.7.0/grpc-auth-1.7.0.pom (2.3 kB at 2.8 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/auth/google-auth-library-credentials/0.4.0/google-auth-library-credentials-0.4.0.pom +Progress (1): 1.3 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/auth/google-auth-library-credentials/0.4.0/google-auth-library-credentials-0.4.0.pom (1.3 kB at 1.6 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/auth/google-auth-library-parent/0.4.0/google-auth-library-parent-0.4.0.pom +Progress (1): 4.1/6.1 kB Progress (1): 6.1 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/auth/google-auth-library-parent/0.4.0/google-auth-library-parent-0.4.0.pom (6.1 kB at 7.6 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/grpc/grpc-protobuf/1.7.0/grpc-protobuf-1.7.0.pom +Progress (1): 3.3 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/grpc/grpc-protobuf/1.7.0/grpc-protobuf-1.7.0.pom (3.3 kB at 4.1 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/protobuf/protobuf-java-util/3.4.0/protobuf-java-util-3.4.0.pom +Progress (1): 4.1/4.2 kB Progress (1): 4.2 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/protobuf/protobuf-java-util/3.4.0/protobuf-java-util-3.4.0.pom (4.2 kB at 4.7 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/api/grpc/proto-google-common-protos/0.1.9/proto-google-common-protos-0.1.9.pom +Progress (1): 1.7 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/api/grpc/proto-google-common-protos/0.1.9/proto-google-common-protos-0.1.9.pom (1.7 kB at 1.8 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/grpc/grpc-protobuf-lite/1.7.0/grpc-protobuf-lite-1.7.0.pom +Progress (1): 2.3 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/grpc/grpc-protobuf-lite/1.7.0/grpc-protobuf-lite-1.7.0.pom (2.3 kB at 2.8 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/protobuf/protobuf-java/3.3.0/protobuf-java-3.3.0.pom +Progress (1): 4.1/4.9 kB Progress (1): 4.9 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/protobuf/protobuf-java/3.3.0/protobuf-java-3.3.0.pom (4.9 kB at 5.4 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/protobuf/protobuf-parent/3.3.0/protobuf-parent-3.3.0.pom +Progress (1): 4.1/7.0 kB Progress (1): 7.0 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/protobuf/protobuf-parent/3.3.0/protobuf-parent-3.3.0.pom (7.0 kB at 8.7 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/api/grpc/proto-google-cloud-firestore-v1beta1/0.1.28/proto-google-cloud-firestore-v1beta1-0.1.28.pom +Progress (1): 3.0 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/api/grpc/proto-google-cloud-firestore-v1beta1/0.1.28/proto-google-cloud-firestore-v1beta1-0.1.28.pom (3.0 kB at 3.2 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/json/json/20160810/json-20160810.pom +Progress (1): 4.1/5.7 kB Progress (1): 5.7 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/json/json/20160810/json-20160810.pom (5.7 kB at 5.7 kB/s) +Downloading from atlassian-public: https://maven.atlassian.com/repository/public/com/firebase/firebase-client-android/maven-metadata.xml +Downloading from central: https://repo.maven.apache.org/maven2/com/firebase/firebase-client-android/maven-metadata.xml +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/firebase/firebase-client-android/maven-metadata.xml +Progress (1): 1.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/firebase/firebase-client-android/maven-metadata.xml (1.1 kB at 2.4 kB/s) +Progress (1): 1.1 kB Downloaded from atlassian-public: https://maven.atlassian.com/repository/public/com/firebase/firebase-client-android/maven-metadata.xml (1.1 kB at 1.2 kB/s) +Progress (1): 1.1 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/firebase/firebase-client-android/maven-metadata.xml (1.1 kB at 781 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/firebase/firebase-client-android/2.5.2/firebase-client-android-2.5.2.pom +Progress (1): 4.0 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/firebase/firebase-client-android/2.5.2/firebase-client-android-2.5.2.pom (4.0 kB at 4.3 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/firebase/firebase-client-jvm/2.5.2/firebase-client-jvm-2.5.2.pom +Progress (1): 3.8 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/firebase/firebase-client-jvm/2.5.2/firebase-client-jvm-2.5.2.pom (3.8 kB at 4.7 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/fasterxml/jackson/core/jackson-databind/2.2.2/jackson-databind-2.2.2.pom +Progress (1): 4.1/5.4 kB Progress (1): 5.4 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/fasterxml/jackson/core/jackson-databind/2.2.2/jackson-databind-2.2.2.pom (5.4 kB at 5.3 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/fasterxml/oss-parent/10/oss-parent-10.pom +Progress (1): 4.1/23 kB Progress (1): 7.8/23 kB Progress (1): 12/23 kB Progress (1): 16/23 kB Progress (1): 20/23 kB Progress (1): 23 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/fasterxml/oss-parent/10/oss-parent-10.pom (23 kB at 18 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/fasterxml/jackson/core/jackson-annotations/2.2.2/jackson-annotations-2.2.2.pom +Progress (1): 1.3 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/fasterxml/jackson/core/jackson-annotations/2.2.2/jackson-annotations-2.2.2.pom (1.3 kB at 1.4 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/fasterxml/jackson/core/jackson-core/2.2.2/jackson-core-2.2.2.pom +Progress (1): 4.1/6.0 kB Progress (1): 6.0 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/fasterxml/jackson/core/jackson-core/2.2.2/jackson-core-2.2.2.pom (6.0 kB at 7.5 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/firebase/tubesock/0.0.12/tubesock-0.0.12.pom +Progress (1): 4.1/4.8 kB Progress (1): 4.8 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/firebase/tubesock/0.0.12/tubesock-0.0.12.pom (4.8 kB at 5.9 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/net/java/dev/jna/jna-platform/4.0.0/jna-platform-4.0.0.pom +Progress (1): 1.5 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/net/java/dev/jna/jna-platform/4.0.0/jna-platform-4.0.0.pom (1.5 kB at 1.8 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/net/java/dev/jna/jna/4.0.0/jna-4.0.0.pom +Progress (1): 1.3 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/net/java/dev/jna/jna/4.0.0/jna-4.0.0.pom (1.3 kB at 1.6 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/aventstack/extentreports/3.1.5/extentreports-3.1.5.pom +Progress (1): 4.1/8.1 kB Progress (1): 7.8/8.1 kB Progress (1): 8.1 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/aventstack/extentreports/3.1.5/extentreports-3.1.5.pom (8.1 kB at 8.9 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/mongodb/mongodb-driver/3.3.0/mongodb-driver-3.3.0.pom +Progress (1): 1.7 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/mongodb/mongodb-driver/3.3.0/mongodb-driver-3.3.0.pom (1.7 kB at 1.9 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/mongodb/bson/3.3.0/bson-3.3.0.pom +Progress (1): 1.3 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/mongodb/bson/3.3.0/bson-3.3.0.pom (1.3 kB at 1.5 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/mongodb/mongodb-driver-core/3.3.0/mongodb-driver-core-3.3.0.pom +Progress (1): 2.3 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/mongodb/mongodb-driver-core/3.3.0/mongodb-driver-core-3.3.0.pom (2.3 kB at 2.9 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2.pom +Progress (1): 4.1/6.4 kB Progress (1): 6.4 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2.pom (6.4 kB at 7.9 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/httpcomponents/httpcomponents-client/4.5.2/httpcomponents-client-4.5.2.pom +Progress (1): 4.1/16 kB Progress (1): 7.8/16 kB Progress (1): 12/16 kB Progress (1): 16 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/httpcomponents/httpcomponents-client/4.5.2/httpcomponents-client-4.5.2.pom (16 kB at 14 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/httpcomponents/project/7/project-7.pom +Progress (1): 4.1/27 kB Progress (1): 7.8/27 kB Progress (1): 12/27 kB Progress (1): 16/27 kB Progress (1): 20/27 kB Progress (1): 24/27 kB Progress (1): 27 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/httpcomponents/project/7/project-7.pom (27 kB at 24 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.4.pom +Progress (1): 4.1/5.5 kB Progress (1): 5.5 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.4.pom (5.5 kB at 6.1 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/httpcomponents/httpcomponents-core/4.4.4/httpcomponents-core-4.4.4.pom +Progress (1): 4.1/13 kB Progress (1): 7.8/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/httpcomponents/httpcomponents-core/4.4.4/httpcomponents-core-4.4.4.pom (13 kB at 14 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/commons-codec/commons-codec/1.9/commons-codec-1.9.pom +Progress (1): 4.1/12 kB Progress (1): 7.8/12 kB Progress (1): 12 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/commons-codec/commons-codec/1.9/commons-codec-1.9.pom (12 kB at 12 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/httpcomponents/httpmime/4.5.2/httpmime-4.5.2.pom +Progress (1): 4.1/4.8 kB Progress (1): 4.8 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/httpcomponents/httpmime/4.5.2/httpmime-4.5.2.pom (4.8 kB at 5.3 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/jsoup/jsoup/1.9.2/jsoup-1.9.2.pom +Progress (1): 4.1/6.5 kB Progress (1): 6.5 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/jsoup/jsoup/1.9.2/jsoup-1.9.2.pom (6.5 kB at 7.2 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/code/gson/gson/2.8.0/gson-2.8.0.pom +Progress (1): 1.4 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/code/gson/gson/2.8.0/gson-2.8.0.pom (1.4 kB at 1.8 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/code/gson/gson-parent/2.8.0/gson-parent-2.8.0.pom +Progress (1): 3.5 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/code/gson/gson-parent/2.8.0/gson-parent-2.8.0.pom (3.5 kB at 4.3 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/assertj/assertj-core/3.11.0/assertj-core-3.11.0.pom +Progress (1): 4.1/14 kB Progress (1): 7.8/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/assertj/assertj-core/3.11.0/assertj-core-3.11.0.pom (14 kB at 14 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/assertj/assertj-parent-pom/2.1.11/assertj-parent-pom-2.1.11.pom +Progress (1): 4.1/16 kB Progress (1): 7.8/16 kB Progress (1): 12/16 kB Progress (1): 16 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/assertj/assertj-parent-pom/2.1.11/assertj-parent-pom-2.1.11.pom (16 kB at 15 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/junit/junit-bom/5.2.0/junit-bom-5.2.0.pom +Progress (1): 4.1/4.2 kB Progress (1): 4.2 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/junit/junit-bom/5.2.0/junit-bom-5.2.0.pom (4.2 kB at 4.6 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/mockito/mockito-core/2.21.0/mockito-core-2.21.0.pom +Progress (1): 4.1/17 kB Progress (1): 7.8/17 kB Progress (1): 12/17 kB Progress (1): 16/17 kB Progress (1): 17 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/mockito/mockito-core/2.21.0/mockito-core-2.21.0.pom (17 kB at 15 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/net/bytebuddy/byte-buddy-agent/1.8.15/byte-buddy-agent-1.8.15.pom +Progress (1): 4.1/4.3 kB Progress (1): 4.3 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/net/bytebuddy/byte-buddy-agent/1.8.15/byte-buddy-agent-1.8.15.pom (4.3 kB at 4.8 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/objenesis/objenesis/2.6/objenesis-2.6.pom +Progress (1): 2.8 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/objenesis/objenesis/2.6/objenesis-2.6.pom (2.8 kB at 3.4 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom +Progress (1): 4.1/17 kB Progress (1): 7.8/17 kB Progress (1): 12/17 kB Progress (1): 16/17 kB Progress (1): 17 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom (17 kB at 15 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/crowdar/Crowd-Core-Framework/1.6.3/Crowd-Core-Framework-1.6.3.jar +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/cucumber/gherkin/5.1.0/gherkin-5.1.0.jar +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/cucumber/tag-expressions/1.1.1/tag-expressions-1.1.1.jar +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/cucumber/cucumber-expressions/6.2.0/cucumber-expressions-6.2.0.jar +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/cucumber/datatable/1.0.3/datatable-1.0.3.jar +Progress (1): 4.1/229 kB Progress (1): 7.8/229 kB Progress (1): 12/229 kB Progress (1): 16/229 kB Progress (1): 20/229 kB Progress (1): 24/229 kB Progress (1): 28/229 kB Progress (1): 32/229 kB Progress (1): 36/229 kB Progress (1): 41/229 kB Progress (1): 45/229 kB Progress (1): 49/229 kB Progress (1): 53/229 kB Progress (1): 57/229 kB Progress (1): 61/229 kB Progress (1): 65/229 kB Progress (1): 69/229 kB Progress (1): 73/229 kB Progress (1): 77/229 kB Progress (1): 82/229 kB Progress (1): 86/229 kB Progress (1): 90/229 kB Progress (1): 94/229 kB Progress (1): 98/229 kB Progress (1): 102/229 kB Progress (1): 106/229 kB Progress (1): 110/229 kB Progress (1): 114/229 kB Progress (1): 118/229 kB Progress (1): 122/229 kB Progress (1): 127/229 kB Progress (1): 131/229 kB Progress (1): 135/229 kB Progress (1): 139/229 kB Progress (1): 143/229 kB Progress (1): 147/229 kB Progress (1): 151/229 kB Progress (1): 155/229 kB Progress (1): 159/229 kB Progress (1): 163/229 kB Progress (1): 168/229 kB Progress (1): 172/229 kB Progress (1): 176/229 kB Progress (1): 180/229 kB Progress (1): 184/229 kB Progress (1): 188/229 kB Progress (1): 192/229 kB Progress (1): 196/229 kB Progress (1): 200/229 kB Progress (1): 204/229 kB Progress (1): 208/229 kB Progress (1): 213/229 kB Progress (1): 217/229 kB Progress (1): 221/229 kB Progress (1): 225/229 kB Progress (1): 229 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/crowdar/Crowd-Core-Framework/1.6.3/Crowd-Core-Framework-1.6.3.jar (229 kB at 130 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/cucumber/datatable-dependencies/1.0.3/datatable-dependencies-1.0.3.jar +Progress (1): 4.1/15 kB Progress (1): 7.8/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Progress (2): 15 kB | 4.1/47 kB Progress (2): 15 kB | 7.8/47 kB Progress (2): 15 kB | 12/47 kB Progress (2): 15 kB | 16/47 kB Progress (2): 15 kB | 20/47 kB Progress (2): 15 kB | 24/47 kB Progress (2): 15 kB | 26/47 kB Progress (2): 15 kB | 30/47 kB Progress (2): 15 kB | 34/47 kB Progress (2): 15 kB | 39/47 kB Progress (2): 15 kB | 43/47 kB Progress (2): 15 kB | 47/47 kB Progress (2): 15 kB | 47 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/cucumber/tag-expressions/1.1.1/tag-expressions-1.1.1.jar (15 kB at 6.7 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/cucumber/cucumber-core/4.2.0/cucumber-core-4.2.0.jar +Progress (2): 47 kB | 0/1.8 MB Progress (2): 47 kB | 0/1.8 MB Progress (2): 47 kB | 0/1.8 MB Progress (2): 47 kB | 0/1.8 MB Progress (2): 47 kB | 0/1.8 MB Progress (2): 47 kB | 0.1/1.8 MB Progress (2): 47 kB | 0.1/1.8 MB Progress (2): 47 kB | 0.1/1.8 MB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/cucumber/datatable/1.0.3/datatable-1.0.3.jar (47 kB at 20 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/cucumber/cucumber-java/4.2.0/cucumber-java-4.2.0.jar +Progress (1): 0.1/1.8 MB Progress (1): 0.1/1.8 MB Progress (1): 0.1/1.8 MB Progress (1): 0.1/1.8 MB Progress (1): 0.1/1.8 MB Progress (1): 0.1/1.8 MB Progress (2): 0.1/1.8 MB | 4.1/53 kB Progress (2): 0.1/1.8 MB | 7.8/53 kB Progress (2): 0.1/1.8 MB | 12/53 kB Progress (2): 0.1/1.8 MB | 16/53 kB Progress (2): 0.1/1.8 MB | 20/53 kB Progress (2): 0.1/1.8 MB | 24/53 kB Progress (2): 0.1/1.8 MB | 26/53 kB Progress (3): 0.1/1.8 MB | 26/53 kB | 4.1/541 kB Progress (3): 0.1/1.8 MB | 26/53 kB | 7.8/541 kB Progress (3): 0.1/1.8 MB | 26/53 kB | 12/541 kB Progress (3): 0.1/1.8 MB | 26/53 kB | 16/541 kB Progress (3): 0.1/1.8 MB | 26/53 kB | 20/541 kB Progress (3): 0.1/1.8 MB | 26/53 kB | 24/541 kB Progress (3): 0.1/1.8 MB | 26/53 kB | 28/541 kB Progress (3): 0.1/1.8 MB | 26/53 kB | 32/541 kB Progress (3): 0.1/1.8 MB | 26/53 kB | 36/541 kB Progress (3): 0.1/1.8 MB | 26/53 kB | 41/541 kB Progress (4): 0.1/1.8 MB | 26/53 kB | 41/541 kB | 4.1/342 kB Progress (4): 0.1/1.8 MB | 26/53 kB | 41/541 kB | 7.8/342 kB Progress (4): 0.1/1.8 MB | 26/53 kB | 41/541 kB | 12/342 kB Progress (4): 0.1/1.8 MB | 26/53 kB | 41/541 kB | 16/342 kB Progress (4): 0.1/1.8 MB | 26/53 kB | 41/541 kB | 20/342 kB Progress (4): 0.1/1.8 MB | 26/53 kB | 41/541 kB | 24/342 kB Progress (4): 0.1/1.8 MB | 26/53 kB | 41/541 kB | 26/342 kB Progress (5): 0.1/1.8 MB | 26/53 kB | 41/541 kB | 26/342 kB | 4.1/309 kB Progress (5): 0.1/1.8 MB | 26/53 kB | 41/541 kB | 30/342 kB | 4.1/309 kB Progress (5): 0.1/1.8 MB | 26/53 kB | 41/541 kB | 30/342 kB | 7.8/309 kB Progress (5): 0.1/1.8 MB | 26/53 kB | 41/541 kB | 34/342 kB | 7.8/309 kB Progress (5): 0.1/1.8 MB | 26/53 kB | 41/541 kB | 34/342 kB | 12/309 kB Progress (5): 0.1/1.8 MB | 26/53 kB | 41/541 kB | 39/342 kB | 12/309 kB Progress (5): 0.1/1.8 MB | 26/53 kB | 41/541 kB | 39/342 kB | 16/309 kB Progress (5): 0.1/1.8 MB | 26/53 kB | 41/541 kB | 39/342 kB | 20/309 kB Progress (5): 0.1/1.8 MB | 26/53 kB | 41/541 kB | 39/342 kB | 24/309 kB Progress (5): 0.1/1.8 MB | 26/53 kB | 41/541 kB | 43/342 kB | 24/309 kB Progress (5): 0.1/1.8 MB | 30/53 kB | 41/541 kB | 43/342 kB | 24/309 kB Progress (5): 0.1/1.8 MB | 34/53 kB | 41/541 kB | 43/342 kB | 24/309 kB Progress (5): 0.1/1.8 MB | 39/53 kB | 41/541 kB | 43/342 kB | 24/309 kB Progress (5): 0.1/1.8 MB | 43/53 kB | 41/541 kB | 43/342 kB | 24/309 kB Progress (5): 0.1/1.8 MB | 43/53 kB | 41/541 kB | 43/342 kB | 28/309 kB Progress (5): 0.1/1.8 MB | 43/53 kB | 41/541 kB | 43/342 kB | 32/309 kB Progress (5): 0.1/1.8 MB | 43/53 kB | 41/541 kB | 43/342 kB | 36/309 kB Progress (5): 0.1/1.8 MB | 43/53 kB | 41/541 kB | 43/342 kB | 41/309 kB Progress (5): 0.1/1.8 MB | 43/53 kB | 41/541 kB | 43/342 kB | 41/309 kB Progress (5): 0.2/1.8 MB | 43/53 kB | 41/541 kB | 43/342 kB | 41/309 kB Progress (5): 0.2/1.8 MB | 43/53 kB | 41/541 kB | 43/342 kB | 41/309 kB Progress (5): 0.2/1.8 MB | 43/53 kB | 41/541 kB | 43/342 kB | 41/309 kB Progress (5): 0.2/1.8 MB | 43/53 kB | 41/541 kB | 43/342 kB | 41/309 kB Progress (5): 0.2/1.8 MB | 43/53 kB | 41/541 kB | 43/342 kB | 41/309 kB Progress (5): 0.2/1.8 MB | 43/53 kB | 41/541 kB | 43/342 kB | 41/309 kB Progress (5): 0.2/1.8 MB | 43/53 kB | 41/541 kB | 43/342 kB | 41/309 kB Progress (5): 0.2/1.8 MB | 43/53 kB | 41/541 kB | 43/342 kB | 41/309 kB Progress (5): 0.2/1.8 MB | 43/53 kB | 41/541 kB | 43/342 kB | 41/309 kB Progress (5): 0.2/1.8 MB | 43/53 kB | 41/541 kB | 43/342 kB | 41/309 kB Progress (5): 0.2/1.8 MB | 43/53 kB | 41/541 kB | 43/342 kB | 41/309 kB Progress (5): 0.2/1.8 MB | 43/53 kB | 41/541 kB | 43/342 kB | 41/309 kB Progress (5): 0.3/1.8 MB | 43/53 kB | 41/541 kB | 43/342 kB | 41/309 kB Progress (5): 0.3/1.8 MB | 43/53 kB | 41/541 kB | 43/342 kB | 41/309 kB Progress (5): 0.3/1.8 MB | 43/53 kB | 41/541 kB | 43/342 kB | 41/309 kB Progress (5): 0.3/1.8 MB | 43/53 kB | 41/541 kB | 43/342 kB | 41/309 kB Progress (5): 0.3/1.8 MB | 43/53 kB | 41/541 kB | 43/342 kB | 41/309 kB Progress (5): 0.3/1.8 MB | 43/53 kB | 41/541 kB | 43/342 kB | 41/309 kB Progress (5): 0.3/1.8 MB | 47/53 kB | 41/541 kB | 43/342 kB | 41/309 kB Progress (5): 0.3/1.8 MB | 51/53 kB | 41/541 kB | 43/342 kB | 41/309 kB Progress (5): 0.3/1.8 MB | 53 kB | 41/541 kB | 43/342 kB | 41/309 kB Progress (5): 0.3/1.8 MB | 53 kB | 45/541 kB | 43/342 kB | 41/309 kB Progress (5): 0.3/1.8 MB | 53 kB | 49/541 kB | 43/342 kB | 41/309 kB Progress (5): 0.3/1.8 MB | 53 kB | 53/541 kB | 43/342 kB | 41/309 kB Progress (5): 0.3/1.8 MB | 53 kB | 57/541 kB | 43/342 kB | 41/309 kB Progress (5): 0.3/1.8 MB | 53 kB | 61/541 kB | 43/342 kB | 41/309 kB Progress (5): 0.3/1.8 MB | 53 kB | 65/541 kB | 43/342 kB | 41/309 kB Progress (5): 0.3/1.8 MB | 53 kB | 69/541 kB | 43/342 kB | 41/309 kB Progress (5): 0.3/1.8 MB | 53 kB | 73/541 kB | 43/342 kB | 41/309 kB Progress (5): 0.3/1.8 MB | 53 kB | 77/541 kB | 43/342 kB | 41/309 kB Progress (5): 0.3/1.8 MB | 53 kB | 82/541 kB | 43/342 kB | 41/309 kB Progress (5): 0.3/1.8 MB | 53 kB | 86/541 kB | 43/342 kB | 41/309 kB Progress (5): 0.3/1.8 MB | 53 kB | 90/541 kB | 43/342 kB | 41/309 kB Progress (5): 0.3/1.8 MB | 53 kB | 94/541 kB | 43/342 kB | 41/309 kB Progress (5): 0.3/1.8 MB | 53 kB | 94/541 kB | 47/342 kB | 41/309 kB Progress (5): 0.3/1.8 MB | 53 kB | 98/541 kB | 47/342 kB | 41/309 kB Progress (5): 0.3/1.8 MB | 53 kB | 98/541 kB | 51/342 kB | 41/309 kB Progress (5): 0.3/1.8 MB | 53 kB | 98/541 kB | 53/342 kB | 41/309 kB Progress (5): 0.3/1.8 MB | 53 kB | 98/541 kB | 57/342 kB | 41/309 kB Progress (5): 0.3/1.8 MB | 53 kB | 98/541 kB | 61/342 kB | 41/309 kB Progress (5): 0.3/1.8 MB | 53 kB | 98/541 kB | 65/342 kB | 41/309 kB Progress (5): 0.3/1.8 MB | 53 kB | 98/541 kB | 69/342 kB | 41/309 kB Progress (5): 0.3/1.8 MB | 53 kB | 98/541 kB | 73/342 kB | 41/309 kB Progress (5): 0.3/1.8 MB | 53 kB | 98/541 kB | 78/342 kB | 41/309 kB Progress (5): 0.3/1.8 MB | 53 kB | 98/541 kB | 82/342 kB | 41/309 kB Progress (5): 0.3/1.8 MB | 53 kB | 98/541 kB | 86/342 kB | 41/309 kB Progress (5): 0.3/1.8 MB | 53 kB | 98/541 kB | 86/342 kB | 41/309 kB Progress (5): 0.3/1.8 MB | 53 kB | 98/541 kB | 86/342 kB | 41/309 kB Progress (5): 0.3/1.8 MB | 53 kB | 98/541 kB | 86/342 kB | 41/309 kB Progress (5): 0.3/1.8 MB | 53 kB | 98/541 kB | 86/342 kB | 41/309 kB Progress (5): 0.3/1.8 MB | 53 kB | 98/541 kB | 86/342 kB | 41/309 kB Progress (5): 0.3/1.8 MB | 53 kB | 98/541 kB | 86/342 kB | 41/309 kB Progress (5): 0.4/1.8 MB | 53 kB | 98/541 kB | 86/342 kB | 41/309 kB Progress (5): 0.4/1.8 MB | 53 kB | 98/541 kB | 86/342 kB | 41/309 kB Progress (5): 0.4/1.8 MB | 53 kB | 98/541 kB | 86/342 kB | 41/309 kB Progress (5): 0.4/1.8 MB | 53 kB | 98/541 kB | 86/342 kB | 41/309 kB Progress (5): 0.4/1.8 MB | 53 kB | 98/541 kB | 86/342 kB | 41/309 kB Progress (5): 0.4/1.8 MB | 53 kB | 98/541 kB | 86/342 kB | 41/309 kB Progress (5): 0.4/1.8 MB | 53 kB | 98/541 kB | 86/342 kB | 41/309 kB Progress (5): 0.4/1.8 MB | 53 kB | 98/541 kB | 86/342 kB | 41/309 kB Progress (5): 0.4/1.8 MB | 53 kB | 102/541 kB | 86/342 kB | 41/309 kB Progress (5): 0.4/1.8 MB | 53 kB | 106/541 kB | 86/342 kB | 41/309 kB Progress (5): 0.4/1.8 MB | 53 kB | 110/541 kB | 86/342 kB | 41/309 kB Progress (5): 0.4/1.8 MB | 53 kB | 114/541 kB | 86/342 kB | 41/309 kB Progress (5): 0.4/1.8 MB | 53 kB | 118/541 kB | 86/342 kB | 41/309 kB Progress (5): 0.4/1.8 MB | 53 kB | 122/541 kB | 86/342 kB | 41/309 kB Progress (5): 0.4/1.8 MB | 53 kB | 127/541 kB | 86/342 kB | 41/309 kB Progress (5): 0.4/1.8 MB | 53 kB | 131/541 kB | 86/342 kB | 41/309 kB Progress (5): 0.4/1.8 MB | 53 kB | 135/541 kB | 86/342 kB | 41/309 kB Progress (5): 0.4/1.8 MB | 53 kB | 139/541 kB | 86/342 kB | 41/309 kB Progress (5): 0.4/1.8 MB | 53 kB | 143/541 kB | 86/342 kB | 41/309 kB Progress (5): 0.4/1.8 MB | 53 kB | 147/541 kB | 86/342 kB | 41/309 kB Progress (5): 0.4/1.8 MB | 53 kB | 151/541 kB | 86/342 kB | 41/309 kB Progress (5): 0.4/1.8 MB | 53 kB | 155/541 kB | 86/342 kB | 41/309 kB Progress (5): 0.4/1.8 MB | 53 kB | 159/541 kB | 86/342 kB | 41/309 kB Progress (5): 0.4/1.8 MB | 53 kB | 163/541 kB | 86/342 kB | 41/309 kB Progress (5): 0.4/1.8 MB | 53 kB | 163/541 kB | 90/342 kB | 41/309 kB Progress (5): 0.4/1.8 MB | 53 kB | 163/541 kB | 94/342 kB | 41/309 kB Progress (5): 0.4/1.8 MB | 53 kB | 163/541 kB | 98/342 kB | 41/309 kB Progress (5): 0.4/1.8 MB | 53 kB | 163/541 kB | 102/342 kB | 41/309 kB Progress (5): 0.4/1.8 MB | 53 kB | 163/541 kB | 106/342 kB | 41/309 kB Progress (5): 0.4/1.8 MB | 53 kB | 163/541 kB | 110/342 kB | 41/309 kB Progress (5): 0.4/1.8 MB | 53 kB | 163/541 kB | 114/342 kB | 41/309 kB Progress (5): 0.4/1.8 MB | 53 kB | 163/541 kB | 119/342 kB | 41/309 kB Progress (5): 0.4/1.8 MB | 53 kB | 163/541 kB | 123/342 kB | 41/309 kB Progress (5): 0.4/1.8 MB | 53 kB | 163/541 kB | 127/342 kB | 41/309 kB Progress (5): 0.4/1.8 MB | 53 kB | 163/541 kB | 127/342 kB | 45/309 kB Progress (5): 0.4/1.8 MB | 53 kB | 163/541 kB | 131/342 kB | 45/309 kB Progress (5): 0.4/1.8 MB | 53 kB | 163/541 kB | 131/342 kB | 49/309 kB Progress (5): 0.4/1.8 MB | 53 kB | 163/541 kB | 133/342 kB | 49/309 kB Progress (5): 0.4/1.8 MB | 53 kB | 163/541 kB | 133/342 kB | 53/309 kB Progress (5): 0.4/1.8 MB | 53 kB | 163/541 kB | 133/342 kB | 57/309 kB Progress (5): 0.4/1.8 MB | 53 kB | 163/541 kB | 137/342 kB | 57/309 kB Progress (5): 0.4/1.8 MB | 53 kB | 163/541 kB | 141/342 kB | 57/309 kB Progress (5): 0.4/1.8 MB | 53 kB | 163/541 kB | 145/342 kB | 57/309 kB Progress (5): 0.4/1.8 MB | 53 kB | 163/541 kB | 149/342 kB | 57/309 kB Progress (5): 0.4/1.8 MB | 53 kB | 163/541 kB | 149/342 kB | 61/309 kB Progress (5): 0.4/1.8 MB | 53 kB | 163/541 kB | 149/342 kB | 65/309 kB Progress (5): 0.4/1.8 MB | 53 kB | 163/541 kB | 149/342 kB | 69/309 kB Progress (5): 0.4/1.8 MB | 53 kB | 163/541 kB | 149/342 kB | 73/309 kB Progress (5): 0.4/1.8 MB | 53 kB | 163/541 kB | 149/342 kB | 77/309 kB Progress (5): 0.4/1.8 MB | 53 kB | 163/541 kB | 149/342 kB | 82/309 kB Progress (5): 0.4/1.8 MB | 53 kB | 163/541 kB | 149/342 kB | 86/309 kB Progress (5): 0.4/1.8 MB | 53 kB | 163/541 kB | 149/342 kB | 90/309 kB Progress (5): 0.4/1.8 MB | 53 kB | 163/541 kB | 149/342 kB | 94/309 kB Progress (5): 0.4/1.8 MB | 53 kB | 163/541 kB | 149/342 kB | 98/309 kB Progress (5): 0.4/1.8 MB | 53 kB | 163/541 kB | 149/342 kB | 102/309 kB Progress (5): 0.4/1.8 MB | 53 kB | 163/541 kB | 149/342 kB | 106/309 kB Progress (5): 0.4/1.8 MB | 53 kB | 163/541 kB | 149/342 kB | 110/309 kB Progress (5): 0.4/1.8 MB | 53 kB | 163/541 kB | 149/342 kB | 114/309 kB Progress (5): 0.4/1.8 MB | 53 kB | 163/541 kB | 149/342 kB | 118/309 kB Progress (5): 0.4/1.8 MB | 53 kB | 163/541 kB | 149/342 kB | 122/309 kB Progress (5): 0.4/1.8 MB | 53 kB | 163/541 kB | 149/342 kB | 127/309 kB Progress (5): 0.4/1.8 MB | 53 kB | 163/541 kB | 149/342 kB | 131/309 kB Progress (5): 0.4/1.8 MB | 53 kB | 163/541 kB | 149/342 kB | 135/309 kB Progress (5): 0.4/1.8 MB | 53 kB | 163/541 kB | 149/342 kB | 139/309 kB Progress (5): 0.4/1.8 MB | 53 kB | 163/541 kB | 149/342 kB | 143/309 kB Progress (5): 0.4/1.8 MB | 53 kB | 163/541 kB | 149/342 kB | 147/309 kB Progress (5): 0.4/1.8 MB | 53 kB | 163/541 kB | 149/342 kB | 151/309 kB Progress (5): 0.4/1.8 MB | 53 kB | 163/541 kB | 149/342 kB | 155/309 kB Progress (5): 0.4/1.8 MB | 53 kB | 163/541 kB | 149/342 kB | 159/309 kB Progress (5): 0.4/1.8 MB | 53 kB | 163/541 kB | 149/342 kB | 163/309 kB Progress (5): 0.4/1.8 MB | 53 kB | 163/541 kB | 149/342 kB | 163/309 kB Progress (5): 0.4/1.8 MB | 53 kB | 163/541 kB | 149/342 kB | 163/309 kB Progress (5): 0.4/1.8 MB | 53 kB | 163/541 kB | 149/342 kB | 163/309 kB Progress (5): 0.5/1.8 MB | 53 kB | 163/541 kB | 149/342 kB | 163/309 kB Progress (5): 0.5/1.8 MB | 53 kB | 163/541 kB | 149/342 kB | 163/309 kB Progress (5): 0.5/1.8 MB | 53 kB | 163/541 kB | 149/342 kB | 163/309 kB Progress (5): 0.5/1.8 MB | 53 kB | 163/541 kB | 149/342 kB | 163/309 kB Progress (5): 0.5/1.8 MB | 53 kB | 163/541 kB | 149/342 kB | 163/309 kB Progress (5): 0.5/1.8 MB | 53 kB | 163/541 kB | 149/342 kB | 163/309 kB Progress (5): 0.5/1.8 MB | 53 kB | 163/541 kB | 149/342 kB | 163/309 kB Progress (5): 0.5/1.8 MB | 53 kB | 163/541 kB | 149/342 kB | 163/309 kB Progress (5): 0.5/1.8 MB | 53 kB | 163/541 kB | 149/342 kB | 163/309 kB Progress (5): 0.5/1.8 MB | 53 kB | 163/541 kB | 149/342 kB | 163/309 kB Progress (5): 0.5/1.8 MB | 53 kB | 163/541 kB | 149/342 kB | 163/309 kB Progress (5): 0.5/1.8 MB | 53 kB | 168/541 kB | 149/342 kB | 163/309 kB Progress (5): 0.5/1.8 MB | 53 kB | 172/541 kB | 149/342 kB | 163/309 kB Progress (5): 0.5/1.8 MB | 53 kB | 176/541 kB | 149/342 kB | 163/309 kB Progress (5): 0.5/1.8 MB | 53 kB | 180/541 kB | 149/342 kB | 163/309 kB Progress (5): 0.5/1.8 MB | 53 kB | 184/541 kB | 149/342 kB | 163/309 kB Progress (5): 0.5/1.8 MB | 53 kB | 188/541 kB | 149/342 kB | 163/309 kB Progress (5): 0.5/1.8 MB | 53 kB | 192/541 kB | 149/342 kB | 163/309 kB Progress (5): 0.5/1.8 MB | 53 kB | 196/541 kB | 149/342 kB | 163/309 kB Progress (5): 0.5/1.8 MB | 53 kB | 200/541 kB | 149/342 kB | 163/309 kB Progress (5): 0.5/1.8 MB | 53 kB | 204/541 kB | 149/342 kB | 163/309 kB Progress (5): 0.5/1.8 MB | 53 kB | 208/541 kB | 149/342 kB | 163/309 kB Progress (5): 0.5/1.8 MB | 53 kB | 213/541 kB | 149/342 kB | 163/309 kB Progress (5): 0.5/1.8 MB | 53 kB | 217/541 kB | 149/342 kB | 163/309 kB Progress (5): 0.5/1.8 MB | 53 kB | 221/541 kB | 149/342 kB | 163/309 kB Progress (5): 0.5/1.8 MB | 53 kB | 225/541 kB | 149/342 kB | 163/309 kB Progress (5): 0.5/1.8 MB | 53 kB | 225/541 kB | 154/342 kB | 163/309 kB Progress (5): 0.5/1.8 MB | 53 kB | 229/541 kB | 154/342 kB | 163/309 kB Progress (5): 0.5/1.8 MB | 53 kB | 229/541 kB | 158/342 kB | 163/309 kB Progress (5): 0.5/1.8 MB | 53 kB | 229/541 kB | 162/342 kB | 163/309 kB Progress (5): 0.5/1.8 MB | 53 kB | 233/541 kB | 162/342 kB | 163/309 kB Progress (5): 0.5/1.8 MB | 53 kB | 233/541 kB | 166/342 kB | 163/309 kB Progress (5): 0.5/1.8 MB | 53 kB | 237/541 kB | 166/342 kB | 163/309 kB Progress (5): 0.5/1.8 MB | 53 kB | 237/541 kB | 170/342 kB | 163/309 kB Progress (5): 0.5/1.8 MB | 53 kB | 241/541 kB | 170/342 kB | 163/309 kB Progress (5): 0.5/1.8 MB | 53 kB | 241/541 kB | 174/342 kB | 163/309 kB Progress (5): 0.5/1.8 MB | 53 kB | 245/541 kB | 174/342 kB | 163/309 kB Progress (5): 0.5/1.8 MB | 53 kB | 245/541 kB | 178/342 kB | 163/309 kB Progress (5): 0.5/1.8 MB | 53 kB | 249/541 kB | 178/342 kB | 163/309 kB Progress (5): 0.5/1.8 MB | 53 kB | 254/541 kB | 178/342 kB | 163/309 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/cucumber/cucumber-expressions/6.2.0/cucumber-expressions-6.2.0.jar (53 kB at 16 kB/s) +Progress (4): 0.5/1.8 MB | 254/541 kB | 178/342 kB | 168/309 kB Progress (4): 0.5/1.8 MB | 254/541 kB | 182/342 kB | 168/309 kB Progress (4): 0.5/1.8 MB | 254/541 kB | 182/342 kB | 172/309 kB Progress (4): 0.5/1.8 MB | 258/541 kB | 182/342 kB | 172/309 kB Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/cucumber/cucumber-testng/4.2.0/cucumber-testng-4.2.0.jar +Progress (4): 0.5/1.8 MB | 261/541 kB | 182/342 kB | 172/309 kB Progress (4): 0.5/1.8 MB | 261/541 kB | 182/342 kB | 176/309 kB Progress (4): 0.5/1.8 MB | 261/541 kB | 182/342 kB | 180/309 kB Progress (4): 0.5/1.8 MB | 261/541 kB | 186/342 kB | 180/309 kB Progress (4): 0.5/1.8 MB | 261/541 kB | 190/342 kB | 180/309 kB Progress (4): 0.5/1.8 MB | 261/541 kB | 194/342 kB | 180/309 kB Progress (4): 0.5/1.8 MB | 261/541 kB | 194/342 kB | 184/309 kB Progress (4): 0.5/1.8 MB | 261/541 kB | 194/342 kB | 188/309 kB Progress (4): 0.5/1.8 MB | 261/541 kB | 194/342 kB | 192/309 kB Progress (4): 0.5/1.8 MB | 261/541 kB | 194/342 kB | 196/309 kB Progress (4): 0.5/1.8 MB | 261/541 kB | 194/342 kB | 200/309 kB Progress (4): 0.5/1.8 MB | 261/541 kB | 194/342 kB | 204/309 kB Progress (4): 0.5/1.8 MB | 261/541 kB | 194/342 kB | 208/309 kB Progress (4): 0.5/1.8 MB | 261/541 kB | 194/342 kB | 213/309 kB Progress (4): 0.5/1.8 MB | 261/541 kB | 194/342 kB | 217/309 kB Progress (4): 0.5/1.8 MB | 261/541 kB | 194/342 kB | 221/309 kB Progress (4): 0.5/1.8 MB | 261/541 kB | 194/342 kB | 225/309 kB Progress (4): 0.5/1.8 MB | 261/541 kB | 194/342 kB | 229/309 kB Progress (4): 0.5/1.8 MB | 261/541 kB | 198/342 kB | 229/309 kB Progress (4): 0.5/1.8 MB | 261/541 kB | 202/342 kB | 229/309 kB Progress (4): 0.5/1.8 MB | 261/541 kB | 206/342 kB | 229/309 kB Progress (4): 0.5/1.8 MB | 261/541 kB | 210/342 kB | 229/309 kB Progress (4): 0.5/1.8 MB | 261/541 kB | 210/342 kB | 229/309 kB Progress (4): 0.6/1.8 MB | 261/541 kB | 210/342 kB | 229/309 kB Progress (4): 0.6/1.8 MB | 261/541 kB | 210/342 kB | 229/309 kB Progress (4): 0.6/1.8 MB | 261/541 kB | 210/342 kB | 229/309 kB Progress (4): 0.6/1.8 MB | 261/541 kB | 210/342 kB | 229/309 kB Progress (4): 0.6/1.8 MB | 261/541 kB | 210/342 kB | 229/309 kB Progress (4): 0.6/1.8 MB | 261/541 kB | 210/342 kB | 229/309 kB Progress (4): 0.6/1.8 MB | 261/541 kB | 210/342 kB | 229/309 kB Progress (4): 0.6/1.8 MB | 261/541 kB | 210/342 kB | 229/309 kB Progress (4): 0.6/1.8 MB | 261/541 kB | 210/342 kB | 229/309 kB Progress (4): 0.6/1.8 MB | 261/541 kB | 210/342 kB | 229/309 kB Progress (4): 0.6/1.8 MB | 261/541 kB | 210/342 kB | 229/309 kB Progress (4): 0.7/1.8 MB | 261/541 kB | 210/342 kB | 229/309 kB Progress (4): 0.7/1.8 MB | 261/541 kB | 210/342 kB | 229/309 kB Progress (4): 0.7/1.8 MB | 265/541 kB | 210/342 kB | 229/309 kB Progress (4): 0.7/1.8 MB | 270/541 kB | 210/342 kB | 229/309 kB Progress (4): 0.7/1.8 MB | 274/541 kB | 210/342 kB | 229/309 kB Progress (4): 0.7/1.8 MB | 278/541 kB | 210/342 kB | 229/309 kB Progress (4): 0.7/1.8 MB | 282/541 kB | 210/342 kB | 229/309 kB Progress (4): 0.7/1.8 MB | 286/541 kB | 210/342 kB | 229/309 kB Progress (4): 0.7/1.8 MB | 286/541 kB | 210/342 kB | 229/309 kB Progress (4): 0.7/1.8 MB | 286/541 kB | 210/342 kB | 229/309 kB Progress (4): 0.7/1.8 MB | 290/541 kB | 210/342 kB | 229/309 kB Progress (4): 0.7/1.8 MB | 294/541 kB | 210/342 kB | 229/309 kB Progress (4): 0.7/1.8 MB | 298/541 kB | 210/342 kB | 229/309 kB Progress (4): 0.7/1.8 MB | 302/541 kB | 210/342 kB | 229/309 kB Progress (4): 0.7/1.8 MB | 306/541 kB | 210/342 kB | 229/309 kB Progress (4): 0.7/1.8 MB | 310/541 kB | 210/342 kB | 229/309 kB Progress (4): 0.7/1.8 MB | 315/541 kB | 210/342 kB | 229/309 kB Progress (4): 0.7/1.8 MB | 319/541 kB | 210/342 kB | 229/309 kB Progress (4): 0.7/1.8 MB | 323/541 kB | 210/342 kB | 229/309 kB Progress (4): 0.7/1.8 MB | 327/541 kB | 210/342 kB | 229/309 kB Progress (4): 0.7/1.8 MB | 331/541 kB | 210/342 kB | 229/309 kB Progress (4): 0.7/1.8 MB | 335/541 kB | 210/342 kB | 229/309 kB Progress (4): 0.7/1.8 MB | 335/541 kB | 214/342 kB | 229/309 kB Progress (4): 0.7/1.8 MB | 335/541 kB | 219/342 kB | 229/309 kB Progress (4): 0.7/1.8 MB | 335/541 kB | 223/342 kB | 229/309 kB Progress (4): 0.7/1.8 MB | 335/541 kB | 227/342 kB | 229/309 kB Progress (4): 0.7/1.8 MB | 335/541 kB | 231/342 kB | 229/309 kB Progress (4): 0.7/1.8 MB | 335/541 kB | 235/342 kB | 229/309 kB Progress (4): 0.7/1.8 MB | 335/541 kB | 239/342 kB | 229/309 kB Progress (4): 0.7/1.8 MB | 335/541 kB | 243/342 kB | 229/309 kB Progress (4): 0.7/1.8 MB | 335/541 kB | 247/342 kB | 229/309 kB Progress (4): 0.7/1.8 MB | 335/541 kB | 251/342 kB | 229/309 kB Progress (4): 0.7/1.8 MB | 335/541 kB | 255/342 kB | 229/309 kB Progress (4): 0.7/1.8 MB | 335/541 kB | 258/342 kB | 229/309 kB Progress (4): 0.7/1.8 MB | 335/541 kB | 258/342 kB | 233/309 kB Progress (4): 0.7/1.8 MB | 335/541 kB | 258/342 kB | 237/309 kB Progress (4): 0.7/1.8 MB | 335/541 kB | 258/342 kB | 241/309 kB Progress (4): 0.7/1.8 MB | 335/541 kB | 258/342 kB | 245/309 kB Progress (4): 0.7/1.8 MB | 335/541 kB | 258/342 kB | 249/309 kB Progress (4): 0.7/1.8 MB | 335/541 kB | 258/342 kB | 254/309 kB Progress (4): 0.7/1.8 MB | 335/541 kB | 258/342 kB | 258/309 kB Progress (4): 0.7/1.8 MB | 335/541 kB | 258/342 kB | 261/309 kB Progress (4): 0.7/1.8 MB | 335/541 kB | 258/342 kB | 265/309 kB Progress (4): 0.7/1.8 MB | 335/541 kB | 258/342 kB | 270/309 kB Progress (4): 0.7/1.8 MB | 335/541 kB | 258/342 kB | 274/309 kB Progress (4): 0.7/1.8 MB | 335/541 kB | 258/342 kB | 278/309 kB Progress (4): 0.7/1.8 MB | 335/541 kB | 258/342 kB | 282/309 kB Progress (4): 0.7/1.8 MB | 335/541 kB | 258/342 kB | 286/309 kB Progress (4): 0.7/1.8 MB | 335/541 kB | 262/342 kB | 286/309 kB Progress (4): 0.7/1.8 MB | 335/541 kB | 266/342 kB | 286/309 kB Progress (4): 0.7/1.8 MB | 335/541 kB | 270/342 kB | 286/309 kB Progress (4): 0.7/1.8 MB | 335/541 kB | 274/342 kB | 286/309 kB Progress (4): 0.7/1.8 MB | 335/541 kB | 274/342 kB | 286/309 kB Progress (4): 0.7/1.8 MB | 335/541 kB | 274/342 kB | 286/309 kB Progress (4): 0.7/1.8 MB | 335/541 kB | 274/342 kB | 286/309 kB Progress (4): 0.7/1.8 MB | 335/541 kB | 274/342 kB | 286/309 kB Progress (4): 0.7/1.8 MB | 335/541 kB | 274/342 kB | 286/309 kB Progress (4): 0.7/1.8 MB | 335/541 kB | 274/342 kB | 286/309 kB Progress (4): 0.7/1.8 MB | 335/541 kB | 274/342 kB | 286/309 kB Progress (4): 0.7/1.8 MB | 335/541 kB | 274/342 kB | 286/309 kB Progress (4): 0.8/1.8 MB | 335/541 kB | 274/342 kB | 286/309 kB Progress (4): 0.8/1.8 MB | 339/541 kB | 274/342 kB | 286/309 kB Progress (4): 0.8/1.8 MB | 343/541 kB | 274/342 kB | 286/309 kB Progress (4): 0.8/1.8 MB | 347/541 kB | 274/342 kB | 286/309 kB Progress (4): 0.8/1.8 MB | 351/541 kB | 274/342 kB | 286/309 kB Progress (4): 0.8/1.8 MB | 351/541 kB | 274/342 kB | 286/309 kB Progress (4): 0.8/1.8 MB | 351/541 kB | 274/342 kB | 286/309 kB Progress (4): 0.8/1.8 MB | 351/541 kB | 274/342 kB | 286/309 kB Progress (4): 0.8/1.8 MB | 351/541 kB | 274/342 kB | 286/309 kB Progress (4): 0.8/1.8 MB | 351/541 kB | 274/342 kB | 286/309 kB Progress (4): 0.8/1.8 MB | 351/541 kB | 274/342 kB | 286/309 kB Progress (4): 0.8/1.8 MB | 356/541 kB | 274/342 kB | 286/309 kB Progress (4): 0.8/1.8 MB | 360/541 kB | 274/342 kB | 286/309 kB Progress (4): 0.8/1.8 MB | 364/541 kB | 274/342 kB | 286/309 kB Progress (4): 0.8/1.8 MB | 368/541 kB | 274/342 kB | 286/309 kB Progress (4): 0.8/1.8 MB | 372/541 kB | 274/342 kB | 286/309 kB Progress (4): 0.8/1.8 MB | 376/541 kB | 274/342 kB | 286/309 kB Progress (4): 0.8/1.8 MB | 380/541 kB | 274/342 kB | 286/309 kB Progress (4): 0.8/1.8 MB | 384/541 kB | 274/342 kB | 286/309 kB Progress (4): 0.8/1.8 MB | 388/541 kB | 274/342 kB | 286/309 kB Progress (4): 0.8/1.8 MB | 392/541 kB | 274/342 kB | 286/309 kB Progress (4): 0.8/1.8 MB | 395/541 kB | 274/342 kB | 286/309 kB Progress (4): 0.8/1.8 MB | 399/541 kB | 274/342 kB | 286/309 kB Progress (4): 0.8/1.8 MB | 403/541 kB | 274/342 kB | 286/309 kB Progress (4): 0.8/1.8 MB | 407/541 kB | 274/342 kB | 286/309 kB Progress (4): 0.8/1.8 MB | 411/541 kB | 274/342 kB | 286/309 kB Progress (4): 0.8/1.8 MB | 415/541 kB | 274/342 kB | 286/309 kB Progress (4): 0.8/1.8 MB | 419/541 kB | 274/342 kB | 286/309 kB Progress (4): 0.8/1.8 MB | 423/541 kB | 274/342 kB | 286/309 kB Progress (4): 0.8/1.8 MB | 428/541 kB | 274/342 kB | 286/309 kB Progress (4): 0.8/1.8 MB | 428/541 kB | 278/342 kB | 286/309 kB Progress (4): 0.8/1.8 MB | 428/541 kB | 282/342 kB | 286/309 kB Progress (4): 0.8/1.8 MB | 428/541 kB | 286/342 kB | 286/309 kB Progress (4): 0.8/1.8 MB | 428/541 kB | 290/342 kB | 286/309 kB Progress (4): 0.8/1.8 MB | 428/541 kB | 295/342 kB | 286/309 kB Progress (4): 0.8/1.8 MB | 428/541 kB | 299/342 kB | 286/309 kB Progress (4): 0.8/1.8 MB | 428/541 kB | 303/342 kB | 286/309 kB Progress (4): 0.8/1.8 MB | 428/541 kB | 307/342 kB | 286/309 kB Progress (4): 0.8/1.8 MB | 428/541 kB | 311/342 kB | 286/309 kB Progress (4): 0.8/1.8 MB | 428/541 kB | 315/342 kB | 286/309 kB Progress (4): 0.8/1.8 MB | 428/541 kB | 319/342 kB | 286/309 kB Progress (4): 0.8/1.8 MB | 428/541 kB | 323/342 kB | 286/309 kB Progress (4): 0.8/1.8 MB | 428/541 kB | 327/342 kB | 286/309 kB Progress (4): 0.8/1.8 MB | 428/541 kB | 327/342 kB | 290/309 kB Progress (4): 0.8/1.8 MB | 428/541 kB | 327/342 kB | 294/309 kB Progress (4): 0.8/1.8 MB | 428/541 kB | 327/342 kB | 298/309 kB Progress (4): 0.8/1.8 MB | 428/541 kB | 327/342 kB | 302/309 kB Progress (4): 0.8/1.8 MB | 428/541 kB | 327/342 kB | 306/309 kB Progress (4): 0.8/1.8 MB | 428/541 kB | 327/342 kB | 309 kB Progress (4): 0.8/1.8 MB | 428/541 kB | 331/342 kB | 309 kB Progress (4): 0.8/1.8 MB | 428/541 kB | 335/342 kB | 309 kB Progress (4): 0.8/1.8 MB | 428/541 kB | 340/342 kB | 309 kB Progress (4): 0.8/1.8 MB | 428/541 kB | 342 kB | 309 kB Progress (5): 0.8/1.8 MB | 428/541 kB | 342 kB | 309 kB | 4.1/11 kB Progress (5): 0.8/1.8 MB | 428/541 kB | 342 kB | 309 kB | 7.8/11 kB Progress (5): 0.8/1.8 MB | 428/541 kB | 342 kB | 309 kB | 11 kB Progress (5): 0.8/1.8 MB | 428/541 kB | 342 kB | 309 kB | 11 kB Progress (5): 0.8/1.8 MB | 428/541 kB | 342 kB | 309 kB | 11 kB Progress (5): 0.8/1.8 MB | 428/541 kB | 342 kB | 309 kB | 11 kB Progress (5): 0.8/1.8 MB | 428/541 kB | 342 kB | 309 kB | 11 kB Progress (5): 0.8/1.8 MB | 428/541 kB | 342 kB | 309 kB | 11 kB Progress (5): 0.8/1.8 MB | 428/541 kB | 342 kB | 309 kB | 11 kB Progress (5): 0.9/1.8 MB | 428/541 kB | 342 kB | 309 kB | 11 kB Progress (5): 0.9/1.8 MB | 428/541 kB | 342 kB | 309 kB | 11 kB Progress (5): 0.9/1.8 MB | 432/541 kB | 342 kB | 309 kB | 11 kB Progress (5): 0.9/1.8 MB | 436/541 kB | 342 kB | 309 kB | 11 kB Progress (5): 0.9/1.8 MB | 440/541 kB | 342 kB | 309 kB | 11 kB Progress (5): 0.9/1.8 MB | 444/541 kB | 342 kB | 309 kB | 11 kB Progress (5): 0.9/1.8 MB | 444/541 kB | 342 kB | 309 kB | 11 kB Progress (5): 0.9/1.8 MB | 444/541 kB | 342 kB | 309 kB | 11 kB Progress (5): 0.9/1.8 MB | 448/541 kB | 342 kB | 309 kB | 11 kB Progress (5): 0.9/1.8 MB | 448/541 kB | 342 kB | 309 kB | 11 kB Progress (5): 0.9/1.8 MB | 448/541 kB | 342 kB | 309 kB | 11 kB Progress (5): 0.9/1.8 MB | 448/541 kB | 342 kB | 309 kB | 11 kB Progress (5): 0.9/1.8 MB | 448/541 kB | 342 kB | 309 kB | 11 kB Progress (5): 0.9/1.8 MB | 452/541 kB | 342 kB | 309 kB | 11 kB Progress (5): 0.9/1.8 MB | 456/541 kB | 342 kB | 309 kB | 11 kB Progress (5): 0.9/1.8 MB | 456/541 kB | 342 kB | 309 kB | 11 kB Progress (5): 0.9/1.8 MB | 456/541 kB | 342 kB | 309 kB | 11 kB Progress (5): 0.9/1.8 MB | 460/541 kB | 342 kB | 309 kB | 11 kB Progress (5): 0.9/1.8 MB | 464/541 kB | 342 kB | 309 kB | 11 kB Progress (5): 0.9/1.8 MB | 469/541 kB | 342 kB | 309 kB | 11 kB Progress (5): 0.9/1.8 MB | 473/541 kB | 342 kB | 309 kB | 11 kB Progress (5): 0.9/1.8 MB | 477/541 kB | 342 kB | 309 kB | 11 kB Progress (5): 0.9/1.8 MB | 481/541 kB | 342 kB | 309 kB | 11 kB Progress (5): 0.9/1.8 MB | 485/541 kB | 342 kB | 309 kB | 11 kB Progress (5): 0.9/1.8 MB | 489/541 kB | 342 kB | 309 kB | 11 kB Progress (5): 0.9/1.8 MB | 493/541 kB | 342 kB | 309 kB | 11 kB Progress (5): 0.9/1.8 MB | 497/541 kB | 342 kB | 309 kB | 11 kB Progress (5): 0.9/1.8 MB | 501/541 kB | 342 kB | 309 kB | 11 kB Progress (5): 0.9/1.8 MB | 505/541 kB | 342 kB | 309 kB | 11 kB Progress (5): 0.9/1.8 MB | 509/541 kB | 342 kB | 309 kB | 11 kB Progress (5): 0.9/1.8 MB | 514/541 kB | 342 kB | 309 kB | 11 kB Progress (5): 0.9/1.8 MB | 518/541 kB | 342 kB | 309 kB | 11 kB Progress (5): 0.9/1.8 MB | 522/541 kB | 342 kB | 309 kB | 11 kB Progress (5): 0.9/1.8 MB | 522/541 kB | 342 kB | 309 kB | 11 kB Progress (5): 1.0/1.8 MB | 522/541 kB | 342 kB | 309 kB | 11 kB Progress (5): 1.0/1.8 MB | 522/541 kB | 342 kB | 309 kB | 11 kB Progress (5): 1.0/1.8 MB | 522/541 kB | 342 kB | 309 kB | 11 kB Progress (5): 1.0/1.8 MB | 522/541 kB | 342 kB | 309 kB | 11 kB Progress (5): 1.0/1.8 MB | 522/541 kB | 342 kB | 309 kB | 11 kB Progress (5): 1.0/1.8 MB | 522/541 kB | 342 kB | 309 kB | 11 kB Progress (5): 1.0/1.8 MB | 522/541 kB | 342 kB | 309 kB | 11 kB Progress (5): 1.0/1.8 MB | 526/541 kB | 342 kB | 309 kB | 11 kB Progress (5): 1.0/1.8 MB | 530/541 kB | 342 kB | 309 kB | 11 kB Progress (5): 1.0/1.8 MB | 534/541 kB | 342 kB | 309 kB | 11 kB Progress (5): 1.0/1.8 MB | 538/541 kB | 342 kB | 309 kB | 11 kB Progress (5): 1.0/1.8 MB | 538/541 kB | 342 kB | 309 kB | 11 kB Progress (5): 1.0/1.8 MB | 538/541 kB | 342 kB | 309 kB | 11 kB Progress (5): 1.0/1.8 MB | 541 kB | 342 kB | 309 kB | 11 kB Progress (5): 1.0/1.8 MB | 541 kB | 342 kB | 309 kB | 11 kB Progress (5): 1.0/1.8 MB | 541 kB | 342 kB | 309 kB | 11 kB Progress (5): 1.0/1.8 MB | 541 kB | 342 kB | 309 kB | 11 kB Progress (5): 1.1/1.8 MB | 541 kB | 342 kB | 309 kB | 11 kB Progress (5): 1.1/1.8 MB | 541 kB | 342 kB | 309 kB | 11 kB Progress (5): 1.1/1.8 MB | 541 kB | 342 kB | 309 kB | 11 kB Progress (5): 1.1/1.8 MB | 541 kB | 342 kB | 309 kB | 11 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/cucumber/cucumber-java/4.2.0/cucumber-java-4.2.0.jar (309 kB at 74 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/cucumber/cucumber-picocontainer/4.2.0/cucumber-picocontainer-4.2.0.jar +Progress (4): 1.1/1.8 MB | 541 kB | 342 kB | 11 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/cucumber/cucumber-testng/4.2.0/cucumber-testng-4.2.0.jar (11 kB at 2.7 kB/s) +Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/cucumber/gherkin/5.1.0/gherkin-5.1.0.jar (342 kB at 81 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/picocontainer/picocontainer/2.15/picocontainer-2.15.jar +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/cucumber/cucumber-html/0.2.7/cucumber-html-0.2.7.jar +Progress (2): 1.1/1.8 MB | 541 kB Progress (2): 1.1/1.8 MB | 541 kB Progress (2): 1.1/1.8 MB | 541 kB Progress (2): 1.1/1.8 MB | 541 kB Progress (2): 1.1/1.8 MB | 541 kB Progress (2): 1.1/1.8 MB | 541 kB Progress (2): 1.1/1.8 MB | 541 kB Progress (2): 1.2/1.8 MB | 541 kB Progress (2): 1.2/1.8 MB | 541 kB Progress (2): 1.2/1.8 MB | 541 kB Progress (2): 1.2/1.8 MB | 541 kB Progress (2): 1.2/1.8 MB | 541 kB Progress (2): 1.2/1.8 MB | 541 kB Progress (2): 1.2/1.8 MB | 541 kB Progress (2): 1.2/1.8 MB | 541 kB Progress (2): 1.2/1.8 MB | 541 kB Progress (2): 1.2/1.8 MB | 541 kB Progress (2): 1.2/1.8 MB | 541 kB Progress (2): 1.2/1.8 MB | 541 kB Progress (2): 1.3/1.8 MB | 541 kB Progress (2): 1.3/1.8 MB | 541 kB Progress (2): 1.3/1.8 MB | 541 kB Progress (2): 1.3/1.8 MB | 541 kB Progress (2): 1.3/1.8 MB | 541 kB Progress (2): 1.3/1.8 MB | 541 kB Progress (2): 1.3/1.8 MB | 541 kB Progress (2): 1.3/1.8 MB | 541 kB Progress (2): 1.3/1.8 MB | 541 kB Progress (2): 1.3/1.8 MB | 541 kB Progress (2): 1.3/1.8 MB | 541 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/cucumber/cucumber-core/4.2.0/cucumber-core-4.2.0.jar (541 kB at 122 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/cucumber/cucumber-java8/4.2.0/cucumber-java8-4.2.0.jar +Progress (1): 1.4/1.8 MB Progress (1): 1.4/1.8 MB Progress (1): 1.4/1.8 MB Progress (1): 1.4/1.8 MB Progress (1): 1.4/1.8 MB Progress (1): 1.4/1.8 MB Progress (2): 1.4/1.8 MB | 4.1/4.6 kB Progress (2): 1.4/1.8 MB | 4.6 kB Progress (2): 1.4/1.8 MB | 4.6 kB Progress (2): 1.4/1.8 MB | 4.6 kB Progress (2): 1.4/1.8 MB | 4.6 kB Progress (2): 1.4/1.8 MB | 4.6 kB Progress (2): 1.4/1.8 MB | 4.6 kB Progress (2): 1.4/1.8 MB | 4.6 kB Progress (3): 1.4/1.8 MB | 4.6 kB | 4.1/326 kB Progress (3): 1.4/1.8 MB | 4.6 kB | 7.8/326 kB Progress (3): 1.4/1.8 MB | 4.6 kB | 12/326 kB Progress (3): 1.4/1.8 MB | 4.6 kB | 16/326 kB Progress (3): 1.5/1.8 MB | 4.6 kB | 16/326 kB Progress (3): 1.5/1.8 MB | 4.6 kB | 16/326 kB Progress (4): 1.5/1.8 MB | 4.6 kB | 16/326 kB | 4.1/39 kB Progress (4): 1.5/1.8 MB | 4.6 kB | 16/326 kB | 7.8/39 kB Progress (4): 1.5/1.8 MB | 4.6 kB | 16/326 kB | 12/39 kB Progress (4): 1.5/1.8 MB | 4.6 kB | 16/326 kB | 16/39 kB Progress (4): 1.5/1.8 MB | 4.6 kB | 16/326 kB | 20/39 kB Progress (4): 1.5/1.8 MB | 4.6 kB | 16/326 kB | 24/39 kB Progress (4): 1.5/1.8 MB | 4.6 kB | 16/326 kB | 28/39 kB Progress (4): 1.5/1.8 MB | 4.6 kB | 16/326 kB | 32/39 kB Progress (4): 1.5/1.8 MB | 4.6 kB | 16/326 kB | 36/39 kB Progress (4): 1.5/1.8 MB | 4.6 kB | 16/326 kB | 39 kB Progress (4): 1.5/1.8 MB | 4.6 kB | 16/326 kB | 39 kB Progress (4): 1.5/1.8 MB | 4.6 kB | 16/326 kB | 39 kB Progress (4): 1.5/1.8 MB | 4.6 kB | 16/326 kB | 39 kB Progress (4): 1.5/1.8 MB | 4.6 kB | 16/326 kB | 39 kB Progress (4): 1.5/1.8 MB | 4.6 kB | 16/326 kB | 39 kB Progress (4): 1.5/1.8 MB | 4.6 kB | 16/326 kB | 39 kB Progress (4): 1.5/1.8 MB | 4.6 kB | 16/326 kB | 39 kB Progress (4): 1.5/1.8 MB | 4.6 kB | 16/326 kB | 39 kB Progress (4): 1.5/1.8 MB | 4.6 kB | 16/326 kB | 39 kB Progress (4): 1.6/1.8 MB | 4.6 kB | 16/326 kB | 39 kB Progress (4): 1.6/1.8 MB | 4.6 kB | 16/326 kB | 39 kB Progress (4): 1.6/1.8 MB | 4.6 kB | 16/326 kB | 39 kB Progress (4): 1.6/1.8 MB | 4.6 kB | 16/326 kB | 39 kB Progress (4): 1.6/1.8 MB | 4.6 kB | 16/326 kB | 39 kB Progress (4): 1.6/1.8 MB | 4.6 kB | 16/326 kB | 39 kB Progress (4): 1.6/1.8 MB | 4.6 kB | 20/326 kB | 39 kB Progress (4): 1.6/1.8 MB | 4.6 kB | 24/326 kB | 39 kB Progress (4): 1.6/1.8 MB | 4.6 kB | 28/326 kB | 39 kB Progress (4): 1.6/1.8 MB | 4.6 kB | 32/326 kB | 39 kB Progress (4): 1.6/1.8 MB | 4.6 kB | 36/326 kB | 39 kB Progress (4): 1.6/1.8 MB | 4.6 kB | 41/326 kB | 39 kB Progress (4): 1.6/1.8 MB | 4.6 kB | 45/326 kB | 39 kB Progress (4): 1.6/1.8 MB | 4.6 kB | 49/326 kB | 39 kB Progress (4): 1.6/1.8 MB | 4.6 kB | 49/326 kB | 39 kB Progress (4): 1.6/1.8 MB | 4.6 kB | 49/326 kB | 39 kB Progress (4): 1.6/1.8 MB | 4.6 kB | 49/326 kB | 39 kB Progress (4): 1.6/1.8 MB | 4.6 kB | 49/326 kB | 39 kB Progress (4): 1.6/1.8 MB | 4.6 kB | 49/326 kB | 39 kB Progress (4): 1.6/1.8 MB | 4.6 kB | 49/326 kB | 39 kB Progress (4): 1.7/1.8 MB | 4.6 kB | 49/326 kB | 39 kB Progress (4): 1.7/1.8 MB | 4.6 kB | 49/326 kB | 39 kB Progress (5): 1.7/1.8 MB | 4.6 kB | 49/326 kB | 39 kB | 4.1/607 kB Progress (5): 1.7/1.8 MB | 4.6 kB | 49/326 kB | 39 kB | 7.8/607 kB Progress (5): 1.7/1.8 MB | 4.6 kB | 49/326 kB | 39 kB | 12/607 kB Progress (5): 1.7/1.8 MB | 4.6 kB | 49/326 kB | 39 kB | 16/607 kB Progress (5): 1.7/1.8 MB | 4.6 kB | 49/326 kB | 39 kB | 20/607 kB Progress (5): 1.7/1.8 MB | 4.6 kB | 49/326 kB | 39 kB | 24/607 kB Progress (5): 1.7/1.8 MB | 4.6 kB | 49/326 kB | 39 kB | 28/607 kB Progress (5): 1.7/1.8 MB | 4.6 kB | 49/326 kB | 39 kB | 32/607 kB Progress (5): 1.7/1.8 MB | 4.6 kB | 49/326 kB | 39 kB | 36/607 kB Progress (5): 1.7/1.8 MB | 4.6 kB | 49/326 kB | 39 kB | 41/607 kB Progress (5): 1.7/1.8 MB | 4.6 kB | 49/326 kB | 39 kB | 45/607 kB Progress (5): 1.7/1.8 MB | 4.6 kB | 49/326 kB | 39 kB | 49/607 kB Progress (5): 1.7/1.8 MB | 4.6 kB | 49/326 kB | 39 kB | 53/607 kB Progress (5): 1.7/1.8 MB | 4.6 kB | 49/326 kB | 39 kB | 57/607 kB Progress (5): 1.7/1.8 MB | 4.6 kB | 49/326 kB | 39 kB | 61/607 kB Progress (5): 1.7/1.8 MB | 4.6 kB | 49/326 kB | 39 kB | 65/607 kB Progress (5): 1.7/1.8 MB | 4.6 kB | 49/326 kB | 39 kB | 65/607 kB Progress (5): 1.7/1.8 MB | 4.6 kB | 49/326 kB | 39 kB | 65/607 kB Progress (5): 1.7/1.8 MB | 4.6 kB | 49/326 kB | 39 kB | 65/607 kB Progress (5): 1.7/1.8 MB | 4.6 kB | 49/326 kB | 39 kB | 65/607 kB Progress (5): 1.7/1.8 MB | 4.6 kB | 49/326 kB | 39 kB | 65/607 kB Progress (5): 1.7/1.8 MB | 4.6 kB | 49/326 kB | 39 kB | 65/607 kB Progress (5): 1.7/1.8 MB | 4.6 kB | 49/326 kB | 39 kB | 65/607 kB Progress (5): 1.7/1.8 MB | 4.6 kB | 49/326 kB | 39 kB | 65/607 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/cucumber/cucumber-picocontainer/4.2.0/cucumber-picocontainer-4.2.0.jar (4.6 kB at 923 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/net/jodah/typetools/0.5.0/typetools-0.5.0.jar +Progress (4): 1.7/1.8 MB | 53/326 kB | 39 kB | 65/607 kB Progress (4): 1.7/1.8 MB | 57/326 kB | 39 kB | 65/607 kB Progress (4): 1.7/1.8 MB | 61/326 kB | 39 kB | 65/607 kB Progress (4): 1.7/1.8 MB | 61/326 kB | 39 kB | 65/607 kB Progress (4): 1.7/1.8 MB | 61/326 kB | 39 kB | 65/607 kB Progress (4): 1.7/1.8 MB | 65/326 kB | 39 kB | 65/607 kB Progress (4): 1.7/1.8 MB | 69/326 kB | 39 kB | 65/607 kB Progress (4): 1.7/1.8 MB | 73/326 kB | 39 kB | 65/607 kB Progress (4): 1.7/1.8 MB | 77/326 kB | 39 kB | 65/607 kB Progress (4): 1.7/1.8 MB | 82/326 kB | 39 kB | 65/607 kB Progress (4): 1.8/1.8 MB | 82/326 kB | 39 kB | 65/607 kB Progress (4): 1.8/1.8 MB | 82/326 kB | 39 kB | 65/607 kB Progress (4): 1.8/1.8 MB | 86/326 kB | 39 kB | 65/607 kB Progress (4): 1.8/1.8 MB | 90/326 kB | 39 kB | 65/607 kB Progress (4): 1.8/1.8 MB | 94/326 kB | 39 kB | 65/607 kB Progress (4): 1.8/1.8 MB | 98/326 kB | 39 kB | 65/607 kB Progress (4): 1.8/1.8 MB | 98/326 kB | 39 kB | 65/607 kB Progress (4): 1.8/1.8 MB | 98/326 kB | 39 kB | 65/607 kB Progress (4): 1.8/1.8 MB | 98/326 kB | 39 kB | 65/607 kB Progress (4): 1.8/1.8 MB | 98/326 kB | 39 kB | 65/607 kB Progress (4): 1.8/1.8 MB | 98/326 kB | 39 kB | 65/607 kB Progress (4): 1.8/1.8 MB | 98/326 kB | 39 kB | 65/607 kB Progress (4): 1.8/1.8 MB | 98/326 kB | 39 kB | 69/607 kB Progress (4): 1.8/1.8 MB | 98/326 kB | 39 kB | 73/607 kB Progress (4): 1.8/1.8 MB | 98/326 kB | 39 kB | 77/607 kB Progress (4): 1.8/1.8 MB | 98/326 kB | 39 kB | 82/607 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/cucumber/cucumber-html/0.2.7/cucumber-html-0.2.7.jar (39 kB at 7.8 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/testng/testng/6.14.3/testng-6.14.3.jar +Progress (3): 1.8/1.8 MB | 98/326 kB | 86/607 kB Progress (3): 1.8/1.8 MB | 98/326 kB | 90/607 kB Progress (3): 1.8/1.8 MB | 98/326 kB | 94/607 kB Progress (3): 1.8/1.8 MB | 98/326 kB | 98/607 kB Progress (3): 1.8/1.8 MB | 98/326 kB | 102/607 kB Progress (3): 1.8/1.8 MB | 98/326 kB | 106/607 kB Progress (3): 1.8/1.8 MB | 98/326 kB | 110/607 kB Progress (3): 1.8/1.8 MB | 98/326 kB | 114/607 kB Progress (3): 1.8/1.8 MB | 98/326 kB | 118/607 kB Progress (3): 1.8/1.8 MB | 98/326 kB | 122/607 kB Progress (3): 1.8/1.8 MB | 98/326 kB | 127/607 kB Progress (3): 1.8/1.8 MB | 98/326 kB | 131/607 kB Progress (3): 1.8/1.8 MB | 98/326 kB | 131/607 kB Progress (3): 1.8/1.8 MB | 98/326 kB | 131/607 kB Progress (3): 1.8/1.8 MB | 98/326 kB | 135/607 kB Progress (3): 1.8/1.8 MB | 98/326 kB | 139/607 kB Progress (3): 1.8/1.8 MB | 98/326 kB | 143/607 kB Progress (3): 1.8/1.8 MB | 98/326 kB | 147/607 kB Progress (3): 1.8/1.8 MB | 98/326 kB | 147/607 kB Progress (3): 1.8 MB | 98/326 kB | 147/607 kB Progress (3): 1.8 MB | 102/326 kB | 147/607 kB Progress (3): 1.8 MB | 106/326 kB | 147/607 kB Progress (3): 1.8 MB | 110/326 kB | 147/607 kB Progress (3): 1.8 MB | 114/326 kB | 147/607 kB Progress (3): 1.8 MB | 118/326 kB | 147/607 kB Progress (3): 1.8 MB | 122/326 kB | 147/607 kB Progress (3): 1.8 MB | 127/326 kB | 147/607 kB Progress (3): 1.8 MB | 131/326 kB | 147/607 kB Progress (3): 1.8 MB | 135/326 kB | 147/607 kB Progress (3): 1.8 MB | 139/326 kB | 147/607 kB Progress (3): 1.8 MB | 143/326 kB | 147/607 kB Progress (3): 1.8 MB | 146/326 kB | 147/607 kB Progress (3): 1.8 MB | 146/326 kB | 151/607 kB Progress (3): 1.8 MB | 146/326 kB | 155/607 kB Progress (3): 1.8 MB | 146/326 kB | 159/607 kB Progress (3): 1.8 MB | 146/326 kB | 163/607 kB Progress (3): 1.8 MB | 146/326 kB | 168/607 kB Progress (3): 1.8 MB | 146/326 kB | 172/607 kB Progress (3): 1.8 MB | 146/326 kB | 176/607 kB Progress (3): 1.8 MB | 146/326 kB | 180/607 kB Progress (3): 1.8 MB | 146/326 kB | 184/607 kB Progress (3): 1.8 MB | 146/326 kB | 188/607 kB Progress (3): 1.8 MB | 146/326 kB | 192/607 kB Progress (3): 1.8 MB | 146/326 kB | 196/607 kB Progress (3): 1.8 MB | 146/326 kB | 200/607 kB Progress (3): 1.8 MB | 146/326 kB | 204/607 kB Progress (3): 1.8 MB | 146/326 kB | 208/607 kB Progress (3): 1.8 MB | 146/326 kB | 213/607 kB Progress (3): 1.8 MB | 146/326 kB | 217/607 kB Progress (3): 1.8 MB | 146/326 kB | 221/607 kB Progress (3): 1.8 MB | 146/326 kB | 225/607 kB Progress (3): 1.8 MB | 146/326 kB | 229/607 kB Progress (3): 1.8 MB | 146/326 kB | 233/607 kB Progress (3): 1.8 MB | 146/326 kB | 237/607 kB Progress (3): 1.8 MB | 146/326 kB | 241/607 kB Progress (3): 1.8 MB | 146/326 kB | 245/607 kB Progress (3): 1.8 MB | 150/326 kB | 245/607 kB Progress (3): 1.8 MB | 154/326 kB | 245/607 kB Progress (3): 1.8 MB | 158/326 kB | 245/607 kB Progress (3): 1.8 MB | 162/326 kB | 245/607 kB Progress (3): 1.8 MB | 166/326 kB | 245/607 kB Progress (3): 1.8 MB | 170/326 kB | 245/607 kB Progress (3): 1.8 MB | 174/326 kB | 245/607 kB Progress (3): 1.8 MB | 178/326 kB | 245/607 kB Progress (3): 1.8 MB | 182/326 kB | 245/607 kB Progress (3): 1.8 MB | 187/326 kB | 245/607 kB Progress (3): 1.8 MB | 191/326 kB | 245/607 kB Progress (3): 1.8 MB | 195/326 kB | 245/607 kB Progress (4): 1.8 MB | 195/326 kB | 245/607 kB | 4.1/12 kB Progress (4): 1.8 MB | 195/326 kB | 245/607 kB | 7.8/12 kB Progress (4): 1.8 MB | 195/326 kB | 245/607 kB | 12 kB Progress (4): 1.8 MB | 195/326 kB | 249/607 kB | 12 kB Progress (4): 1.8 MB | 195/326 kB | 254/607 kB | 12 kB Progress (4): 1.8 MB | 195/326 kB | 258/607 kB | 12 kB Progress (4): 1.8 MB | 195/326 kB | 261/607 kB | 12 kB Progress (4): 1.8 MB | 195/326 kB | 265/607 kB | 12 kB Progress (4): 1.8 MB | 195/326 kB | 270/607 kB | 12 kB Progress (4): 1.8 MB | 195/326 kB | 274/607 kB | 12 kB Progress (4): 1.8 MB | 195/326 kB | 278/607 kB | 12 kB Progress (4): 1.8 MB | 195/326 kB | 282/607 kB | 12 kB Progress (4): 1.8 MB | 195/326 kB | 286/607 kB | 12 kB Progress (4): 1.8 MB | 195/326 kB | 290/607 kB | 12 kB Progress (4): 1.8 MB | 195/326 kB | 294/607 kB | 12 kB Progress (4): 1.8 MB | 195/326 kB | 298/607 kB | 12 kB Progress (4): 1.8 MB | 195/326 kB | 302/607 kB | 12 kB Progress (4): 1.8 MB | 195/326 kB | 306/607 kB | 12 kB Progress (4): 1.8 MB | 195/326 kB | 310/607 kB | 12 kB Progress (4): 1.8 MB | 195/326 kB | 315/607 kB | 12 kB Progress (4): 1.8 MB | 195/326 kB | 319/607 kB | 12 kB Progress (4): 1.8 MB | 195/326 kB | 323/607 kB | 12 kB Progress (4): 1.8 MB | 195/326 kB | 327/607 kB | 12 kB Progress (4): 1.8 MB | 195/326 kB | 331/607 kB | 12 kB Progress (4): 1.8 MB | 195/326 kB | 335/607 kB | 12 kB Progress (4): 1.8 MB | 195/326 kB | 339/607 kB | 12 kB Progress (4): 1.8 MB | 195/326 kB | 341/607 kB | 12 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/cucumber/datatable-dependencies/1.0.3/datatable-dependencies-1.0.3.jar (1.8 MB at 336 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/beust/jcommander/1.72/jcommander-1.72.jar +Progress (3): 199/326 kB | 341/607 kB | 12 kB Progress (3): 203/326 kB | 341/607 kB | 12 kB Progress (3): 207/326 kB | 341/607 kB | 12 kB Progress (3): 211/326 kB | 341/607 kB | 12 kB Progress (3): 215/326 kB | 341/607 kB | 12 kB Progress (3): 219/326 kB | 341/607 kB | 12 kB Progress (3): 223/326 kB | 341/607 kB | 12 kB Progress (3): 228/326 kB | 341/607 kB | 12 kB Progress (3): 232/326 kB | 341/607 kB | 12 kB Progress (3): 236/326 kB | 341/607 kB | 12 kB Progress (3): 240/326 kB | 341/607 kB | 12 kB Progress (3): 244/326 kB | 341/607 kB | 12 kB Progress (3): 244/326 kB | 346/607 kB | 12 kB Progress (3): 244/326 kB | 350/607 kB | 12 kB Progress (3): 244/326 kB | 354/607 kB | 12 kB Progress (3): 244/326 kB | 358/607 kB | 12 kB Progress (3): 244/326 kB | 362/607 kB | 12 kB Progress (3): 244/326 kB | 366/607 kB | 12 kB Progress (3): 244/326 kB | 370/607 kB | 12 kB Progress (3): 244/326 kB | 374/607 kB | 12 kB Progress (3): 244/326 kB | 378/607 kB | 12 kB Progress (3): 244/326 kB | 382/607 kB | 12 kB Progress (3): 244/326 kB | 386/607 kB | 12 kB Progress (3): 244/326 kB | 391/607 kB | 12 kB Progress (3): 244/326 kB | 395/607 kB | 12 kB Progress (3): 244/326 kB | 399/607 kB | 12 kB Progress (3): 244/326 kB | 403/607 kB | 12 kB Progress (3): 244/326 kB | 407/607 kB | 12 kB Progress (3): 244/326 kB | 411/607 kB | 12 kB Progress (3): 244/326 kB | 415/607 kB | 12 kB Progress (3): 244/326 kB | 419/607 kB | 12 kB Progress (3): 244/326 kB | 423/607 kB | 12 kB Progress (3): 244/326 kB | 427/607 kB | 12 kB Progress (3): 244/326 kB | 432/607 kB | 12 kB Progress (3): 244/326 kB | 436/607 kB | 12 kB Progress (3): 244/326 kB | 440/607 kB | 12 kB Progress (4): 244/326 kB | 440/607 kB | 12 kB | 7.8/840 kB Progress (4): 244/326 kB | 440/607 kB | 12 kB | 16/840 kB Progress (4): 244/326 kB | 440/607 kB | 12 kB | 24/840 kB Progress (4): 244/326 kB | 440/607 kB | 12 kB | 32/840 kB Progress (4): 244/326 kB | 440/607 kB | 12 kB | 41/840 kB Progress (4): 248/326 kB | 440/607 kB | 12 kB | 41/840 kB Progress (4): 252/326 kB | 440/607 kB | 12 kB | 41/840 kB Progress (4): 256/326 kB | 440/607 kB | 12 kB | 41/840 kB Progress (4): 260/326 kB | 440/607 kB | 12 kB | 41/840 kB Progress (4): 264/326 kB | 440/607 kB | 12 kB | 41/840 kB Progress (4): 269/326 kB | 440/607 kB | 12 kB | 41/840 kB Progress (4): 273/326 kB | 440/607 kB | 12 kB | 41/840 kB Progress (4): 277/326 kB | 440/607 kB | 12 kB | 41/840 kB Progress (4): 281/326 kB | 440/607 kB | 12 kB | 41/840 kB Progress (4): 285/326 kB | 440/607 kB | 12 kB | 41/840 kB Progress (4): 289/326 kB | 440/607 kB | 12 kB | 41/840 kB Progress (4): 293/326 kB | 440/607 kB | 12 kB | 41/840 kB Progress (4): 297/326 kB | 440/607 kB | 12 kB | 41/840 kB Progress (4): 301/326 kB | 440/607 kB | 12 kB | 41/840 kB Progress (4): 301/326 kB | 444/607 kB | 12 kB | 41/840 kB Progress (4): 301/326 kB | 448/607 kB | 12 kB | 41/840 kB Progress (4): 301/326 kB | 452/607 kB | 12 kB | 41/840 kB Progress (4): 301/326 kB | 456/607 kB | 12 kB | 41/840 kB Progress (4): 301/326 kB | 459/607 kB | 12 kB | 41/840 kB Progress (4): 301/326 kB | 463/607 kB | 12 kB | 41/840 kB Progress (4): 301/326 kB | 467/607 kB | 12 kB | 41/840 kB Progress (4): 301/326 kB | 471/607 kB | 12 kB | 41/840 kB Progress (4): 301/326 kB | 475/607 kB | 12 kB | 41/840 kB Progress (4): 301/326 kB | 479/607 kB | 12 kB | 41/840 kB Progress (4): 301/326 kB | 483/607 kB | 12 kB | 41/840 kB Progress (4): 301/326 kB | 487/607 kB | 12 kB | 41/840 kB Progress (4): 301/326 kB | 492/607 kB | 12 kB | 41/840 kB Progress (4): 301/326 kB | 496/607 kB | 12 kB | 41/840 kB Progress (4): 301/326 kB | 500/607 kB | 12 kB | 41/840 kB Progress (4): 301/326 kB | 504/607 kB | 12 kB | 41/840 kB Progress (4): 301/326 kB | 508/607 kB | 12 kB | 41/840 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/net/jodah/typetools/0.5.0/typetools-0.5.0.jar (12 kB at 2.0 kB/s) +Progress (3): 301/326 kB | 512/607 kB | 41/840 kB Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar +Progress (3): 301/326 kB | 516/607 kB | 41/840 kB Progress (3): 301/326 kB | 520/607 kB | 41/840 kB Progress (3): 301/326 kB | 524/607 kB | 41/840 kB Progress (3): 301/326 kB | 528/607 kB | 41/840 kB Progress (3): 301/326 kB | 532/607 kB | 41/840 kB Progress (3): 301/326 kB | 537/607 kB | 41/840 kB Progress (3): 301/326 kB | 541/607 kB | 41/840 kB Progress (3): 301/326 kB | 541/607 kB | 49/840 kB Progress (3): 301/326 kB | 541/607 kB | 57/840 kB Progress (3): 301/326 kB | 541/607 kB | 65/840 kB Progress (3): 301/326 kB | 541/607 kB | 73/840 kB Progress (3): 301/326 kB | 541/607 kB | 82/840 kB Progress (3): 305/326 kB | 541/607 kB | 82/840 kB Progress (3): 309/326 kB | 541/607 kB | 82/840 kB Progress (3): 314/326 kB | 541/607 kB | 82/840 kB Progress (3): 318/326 kB | 541/607 kB | 82/840 kB Progress (4): 318/326 kB | 541/607 kB | 82/840 kB | 4.1/69 kB Progress (4): 318/326 kB | 541/607 kB | 82/840 kB | 7.8/69 kB Progress (4): 318/326 kB | 541/607 kB | 82/840 kB | 12/69 kB Progress (4): 318/326 kB | 541/607 kB | 82/840 kB | 16/69 kB Progress (4): 318/326 kB | 541/607 kB | 82/840 kB | 20/69 kB Progress (4): 318/326 kB | 541/607 kB | 82/840 kB | 24/69 kB Progress (4): 318/326 kB | 541/607 kB | 82/840 kB | 28/69 kB Progress (4): 318/326 kB | 541/607 kB | 82/840 kB | 32/69 kB Progress (4): 318/326 kB | 541/607 kB | 82/840 kB | 36/69 kB Progress (4): 318/326 kB | 541/607 kB | 82/840 kB | 41/69 kB Progress (4): 318/326 kB | 541/607 kB | 82/840 kB | 45/69 kB Progress (4): 318/326 kB | 541/607 kB | 82/840 kB | 49/69 kB Progress (4): 318/326 kB | 541/607 kB | 82/840 kB | 53/69 kB Progress (4): 318/326 kB | 541/607 kB | 82/840 kB | 57/69 kB Progress (4): 318/326 kB | 541/607 kB | 82/840 kB | 61/69 kB Progress (4): 318/326 kB | 541/607 kB | 82/840 kB | 65/69 kB Progress (4): 318/326 kB | 541/607 kB | 82/840 kB | 69/69 kB Progress (4): 322/326 kB | 541/607 kB | 82/840 kB | 69/69 kB Progress (4): 322/326 kB | 541/607 kB | 82/840 kB | 69 kB Progress (4): 326 kB | 541/607 kB | 82/840 kB | 69 kB Progress (4): 326 kB | 545/607 kB | 82/840 kB | 69 kB Progress (4): 326 kB | 549/607 kB | 82/840 kB | 69 kB Progress (4): 326 kB | 553/607 kB | 82/840 kB | 69 kB Progress (4): 326 kB | 557/607 kB | 82/840 kB | 69 kB Progress (4): 326 kB | 561/607 kB | 82/840 kB | 69 kB Progress (4): 326 kB | 565/607 kB | 82/840 kB | 69 kB Progress (4): 326 kB | 569/607 kB | 82/840 kB | 69 kB Progress (4): 326 kB | 573/607 kB | 82/840 kB | 69 kB Progress (4): 326 kB | 578/607 kB | 82/840 kB | 69 kB Progress (4): 326 kB | 582/607 kB | 82/840 kB | 69 kB Progress (4): 326 kB | 586/607 kB | 82/840 kB | 69 kB Progress (4): 326 kB | 590/607 kB | 82/840 kB | 69 kB Progress (4): 326 kB | 594/607 kB | 82/840 kB | 69 kB Progress (4): 326 kB | 598/607 kB | 82/840 kB | 69 kB Progress (4): 326 kB | 602/607 kB | 82/840 kB | 69 kB Progress (4): 326 kB | 606/607 kB | 82/840 kB | 69 kB Progress (4): 326 kB | 607 kB | 82/840 kB | 69 kB Progress (4): 326 kB | 607 kB | 90/840 kB | 69 kB Progress (4): 326 kB | 607 kB | 98/840 kB | 69 kB Progress (4): 326 kB | 607 kB | 106/840 kB | 69 kB Progress (4): 326 kB | 607 kB | 114/840 kB | 69 kB Progress (4): 326 kB | 607 kB | 122/840 kB | 69 kB Progress (4): 326 kB | 607 kB | 131/840 kB | 69 kB Progress (4): 326 kB | 607 kB | 139/840 kB | 69 kB Progress (4): 326 kB | 607 kB | 147/840 kB | 69 kB Progress (4): 326 kB | 607 kB | 155/840 kB | 69 kB Progress (4): 326 kB | 607 kB | 163/840 kB | 69 kB Progress (4): 326 kB | 607 kB | 172/840 kB | 69 kB Progress (4): 326 kB | 607 kB | 180/840 kB | 69 kB Progress (4): 326 kB | 607 kB | 188/840 kB | 69 kB Progress (4): 326 kB | 607 kB | 196/840 kB | 69 kB Progress (4): 326 kB | 607 kB | 204/840 kB | 69 kB Progress (5): 326 kB | 607 kB | 204/840 kB | 69 kB | 4.1/389 kB Progress (5): 326 kB | 607 kB | 204/840 kB | 69 kB | 7.8/389 kB Progress (5): 326 kB | 607 kB | 204/840 kB | 69 kB | 12/389 kB Progress (5): 326 kB | 607 kB | 204/840 kB | 69 kB | 16/389 kB Progress (5): 326 kB | 607 kB | 204/840 kB | 69 kB | 20/389 kB Progress (5): 326 kB | 607 kB | 204/840 kB | 69 kB | 24/389 kB Progress (5): 326 kB | 607 kB | 204/840 kB | 69 kB | 28/389 kB Progress (5): 326 kB | 607 kB | 204/840 kB | 69 kB | 32/389 kB Progress (5): 326 kB | 607 kB | 204/840 kB | 69 kB | 36/389 kB Progress (5): 326 kB | 607 kB | 204/840 kB | 69 kB | 41/389 kB Progress (5): 326 kB | 607 kB | 204/840 kB | 69 kB | 45/389 kB Progress (5): 326 kB | 607 kB | 204/840 kB | 69 kB | 49/389 kB Progress (5): 326 kB | 607 kB | 204/840 kB | 69 kB | 53/389 kB Progress (5): 326 kB | 607 kB | 204/840 kB | 69 kB | 57/389 kB Progress (5): 326 kB | 607 kB | 204/840 kB | 69 kB | 61/389 kB Progress (5): 326 kB | 607 kB | 204/840 kB | 69 kB | 65/389 kB Progress (5): 326 kB | 607 kB | 204/840 kB | 69 kB | 69/389 kB Progress (5): 326 kB | 607 kB | 204/840 kB | 69 kB | 73/389 kB Progress (5): 326 kB | 607 kB | 204/840 kB | 69 kB | 77/389 kB Progress (5): 326 kB | 607 kB | 204/840 kB | 69 kB | 82/389 kB Progress (5): 326 kB | 607 kB | 204/840 kB | 69 kB | 86/389 kB Progress (5): 326 kB | 607 kB | 204/840 kB | 69 kB | 90/389 kB Progress (5): 326 kB | 607 kB | 204/840 kB | 69 kB | 94/389 kB Progress (5): 326 kB | 607 kB | 204/840 kB | 69 kB | 98/389 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/beust/jcommander/1.72/jcommander-1.72.jar (69 kB at 11 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/picocontainer/picocontainer/1.2/picocontainer-1.2.jar +Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/picocontainer/picocontainer/2.15/picocontainer-2.15.jar (326 kB at 52 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/reflections/reflections/0.9.10/reflections-0.9.10.jar +Progress (3): 607 kB | 213/840 kB | 98/389 kB Progress (3): 607 kB | 221/840 kB | 98/389 kB Progress (3): 607 kB | 226/840 kB | 98/389 kB Progress (3): 607 kB | 234/840 kB | 98/389 kB Progress (3): 607 kB | 242/840 kB | 98/389 kB Progress (3): 607 kB | 250/840 kB | 98/389 kB Progress (3): 607 kB | 258/840 kB | 98/389 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/cucumber/cucumber-java8/4.2.0/cucumber-java8-4.2.0.jar (607 kB at 96 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/javassist/javassist/3.19.0-GA/javassist-3.19.0-GA.jar +Progress (2): 258/840 kB | 102/389 kB Progress (2): 258/840 kB | 106/389 kB Progress (2): 258/840 kB | 110/389 kB Progress (2): 258/840 kB | 114/389 kB Progress (2): 258/840 kB | 118/389 kB Progress (2): 258/840 kB | 122/389 kB Progress (2): 258/840 kB | 127/389 kB Progress (2): 258/840 kB | 131/389 kB Progress (2): 258/840 kB | 135/389 kB Progress (2): 258/840 kB | 139/389 kB Progress (2): 258/840 kB | 143/389 kB Progress (2): 258/840 kB | 146/389 kB Progress (2): 258/840 kB | 150/389 kB Progress (2): 258/840 kB | 154/389 kB Progress (2): 258/840 kB | 158/389 kB Progress (2): 258/840 kB | 162/389 kB Progress (2): 258/840 kB | 166/389 kB Progress (2): 258/840 kB | 170/389 kB Progress (2): 258/840 kB | 174/389 kB Progress (2): 258/840 kB | 178/389 kB Progress (2): 258/840 kB | 182/389 kB Progress (2): 258/840 kB | 187/389 kB Progress (2): 258/840 kB | 191/389 kB Progress (2): 258/840 kB | 195/389 kB Progress (2): 267/840 kB | 195/389 kB Progress (2): 275/840 kB | 195/389 kB Progress (2): 283/840 kB | 195/389 kB Progress (2): 288/840 kB | 195/389 kB Progress (2): 296/840 kB | 195/389 kB Progress (2): 304/840 kB | 195/389 kB Progress (2): 313/840 kB | 195/389 kB Progress (2): 321/840 kB | 195/389 kB Progress (2): 321/840 kB | 199/389 kB Progress (2): 321/840 kB | 203/389 kB Progress (2): 321/840 kB | 207/389 kB Progress (2): 321/840 kB | 211/389 kB Progress (2): 321/840 kB | 215/389 kB Progress (2): 321/840 kB | 219/389 kB Progress (2): 321/840 kB | 223/389 kB Progress (2): 321/840 kB | 228/389 kB Progress (2): 321/840 kB | 232/389 kB Progress (2): 321/840 kB | 236/389 kB Progress (2): 321/840 kB | 240/389 kB Progress (2): 321/840 kB | 244/389 kB Progress (2): 321/840 kB | 248/389 kB Progress (2): 321/840 kB | 252/389 kB Progress (2): 321/840 kB | 256/389 kB Progress (2): 321/840 kB | 260/389 kB Progress (2): 321/840 kB | 264/389 kB Progress (2): 321/840 kB | 269/389 kB Progress (2): 321/840 kB | 273/389 kB Progress (2): 321/840 kB | 277/389 kB Progress (2): 321/840 kB | 281/389 kB Progress (2): 321/840 kB | 285/389 kB Progress (2): 329/840 kB | 285/389 kB Progress (2): 337/840 kB | 285/389 kB Progress (2): 345/840 kB | 285/389 kB Progress (2): 354/840 kB | 285/389 kB Progress (2): 362/840 kB | 285/389 kB Progress (2): 370/840 kB | 285/389 kB Progress (2): 377/840 kB | 285/389 kB Progress (2): 385/840 kB | 285/389 kB Progress (2): 393/840 kB | 285/389 kB Progress (2): 393/840 kB | 289/389 kB Progress (2): 393/840 kB | 293/389 kB Progress (2): 393/840 kB | 297/389 kB Progress (2): 393/840 kB | 301/389 kB Progress (3): 393/840 kB | 301/389 kB | 4.1/130 kB Progress (3): 393/840 kB | 301/389 kB | 7.8/130 kB Progress (3): 393/840 kB | 301/389 kB | 12/130 kB Progress (3): 393/840 kB | 301/389 kB | 16/130 kB Progress (3): 393/840 kB | 305/389 kB | 16/130 kB Progress (3): 393/840 kB | 309/389 kB | 16/130 kB Progress (3): 393/840 kB | 314/389 kB | 16/130 kB Progress (3): 393/840 kB | 318/389 kB | 16/130 kB Progress (3): 393/840 kB | 322/389 kB | 16/130 kB Progress (3): 393/840 kB | 326/389 kB | 16/130 kB Progress (3): 393/840 kB | 330/389 kB | 16/130 kB Progress (3): 393/840 kB | 333/389 kB | 16/130 kB Progress (3): 393/840 kB | 337/389 kB | 16/130 kB Progress (3): 393/840 kB | 341/389 kB | 16/130 kB Progress (3): 393/840 kB | 345/389 kB | 16/130 kB Progress (3): 393/840 kB | 349/389 kB | 16/130 kB Progress (3): 393/840 kB | 353/389 kB | 16/130 kB Progress (3): 393/840 kB | 357/389 kB | 16/130 kB Progress (3): 393/840 kB | 361/389 kB | 16/130 kB Progress (3): 393/840 kB | 365/389 kB | 16/130 kB Progress (3): 393/840 kB | 369/389 kB | 16/130 kB Progress (3): 393/840 kB | 373/389 kB | 16/130 kB Progress (3): 393/840 kB | 378/389 kB | 16/130 kB Progress (3): 393/840 kB | 382/389 kB | 16/130 kB Progress (3): 393/840 kB | 386/389 kB | 16/130 kB Progress (3): 402/840 kB | 386/389 kB | 16/130 kB Progress (3): 402/840 kB | 389 kB | 16/130 kB Progress (3): 410/840 kB | 389 kB | 16/130 kB Progress (3): 418/840 kB | 389 kB | 16/130 kB Progress (3): 426/840 kB | 389 kB | 16/130 kB Progress (3): 434/840 kB | 389 kB | 16/130 kB Progress (4): 434/840 kB | 389 kB | 16/130 kB | 4.1/113 kB Progress (4): 434/840 kB | 389 kB | 16/130 kB | 7.8/113 kB Progress (4): 434/840 kB | 389 kB | 16/130 kB | 12/113 kB Progress (4): 434/840 kB | 389 kB | 16/130 kB | 16/113 kB Progress (4): 434/840 kB | 389 kB | 16/130 kB | 20/113 kB Progress (4): 443/840 kB | 389 kB | 16/130 kB | 20/113 kB Progress (4): 443/840 kB | 389 kB | 16/130 kB | 24/113 kB Progress (4): 451/840 kB | 389 kB | 16/130 kB | 24/113 kB Progress (4): 457/840 kB | 389 kB | 16/130 kB | 24/113 kB Progress (4): 457/840 kB | 389 kB | 16/130 kB | 28/113 kB Progress (4): 457/840 kB | 389 kB | 16/130 kB | 32/113 kB Progress (4): 457/840 kB | 389 kB | 16/130 kB | 36/113 kB Progress (4): 457/840 kB | 389 kB | 16/130 kB | 41/113 kB Progress (4): 457/840 kB | 389 kB | 20/130 kB | 41/113 kB Progress (4): 457/840 kB | 389 kB | 24/130 kB | 41/113 kB Progress (4): 457/840 kB | 389 kB | 28/130 kB | 41/113 kB Progress (4): 457/840 kB | 389 kB | 32/130 kB | 41/113 kB Progress (4): 457/840 kB | 389 kB | 36/130 kB | 41/113 kB Progress (4): 457/840 kB | 389 kB | 41/130 kB | 41/113 kB Progress (4): 457/840 kB | 389 kB | 45/130 kB | 41/113 kB Progress (4): 457/840 kB | 389 kB | 49/130 kB | 41/113 kB Progress (4): 457/840 kB | 389 kB | 53/130 kB | 41/113 kB Progress (4): 457/840 kB | 389 kB | 57/130 kB | 41/113 kB Progress (4): 457/840 kB | 389 kB | 61/130 kB | 41/113 kB Progress (4): 457/840 kB | 389 kB | 65/130 kB | 41/113 kB Progress (4): 457/840 kB | 389 kB | 69/130 kB | 41/113 kB Progress (4): 457/840 kB | 389 kB | 73/130 kB | 41/113 kB Progress (5): 457/840 kB | 389 kB | 73/130 kB | 41/113 kB | 4.1/749 kB Progress (5): 457/840 kB | 389 kB | 77/130 kB | 41/113 kB | 4.1/749 kB Progress (5): 457/840 kB | 389 kB | 77/130 kB | 41/113 kB | 7.8/749 kB Progress (5): 457/840 kB | 389 kB | 82/130 kB | 41/113 kB | 7.8/749 kB Progress (5): 457/840 kB | 389 kB | 82/130 kB | 41/113 kB | 12/749 kB Progress (5): 457/840 kB | 389 kB | 82/130 kB | 41/113 kB | 16/749 kB Progress (5): 457/840 kB | 389 kB | 82/130 kB | 41/113 kB | 20/749 kB Progress (5): 457/840 kB | 389 kB | 82/130 kB | 41/113 kB | 24/749 kB Progress (5): 457/840 kB | 389 kB | 82/130 kB | 41/113 kB | 28/749 kB Progress (5): 457/840 kB | 389 kB | 82/130 kB | 41/113 kB | 32/749 kB Progress (5): 457/840 kB | 389 kB | 82/130 kB | 41/113 kB | 36/749 kB Progress (5): 465/840 kB | 389 kB | 82/130 kB | 41/113 kB | 36/749 kB Progress (5): 465/840 kB | 389 kB | 82/130 kB | 41/113 kB | 41/749 kB Progress (5): 473/840 kB | 389 kB | 82/130 kB | 41/113 kB | 41/749 kB Progress (5): 482/840 kB | 389 kB | 82/130 kB | 41/113 kB | 41/749 kB Progress (5): 490/840 kB | 389 kB | 82/130 kB | 41/113 kB | 41/749 kB Progress (5): 498/840 kB | 389 kB | 82/130 kB | 41/113 kB | 41/749 kB Progress (5): 506/840 kB | 389 kB | 82/130 kB | 41/113 kB | 41/749 kB Progress (5): 506/840 kB | 389 kB | 82/130 kB | 45/113 kB | 41/749 kB Progress (5): 514/840 kB | 389 kB | 82/130 kB | 45/113 kB | 41/749 kB Progress (5): 514/840 kB | 389 kB | 82/130 kB | 49/113 kB | 41/749 kB Progress (5): 523/840 kB | 389 kB | 82/130 kB | 49/113 kB | 41/749 kB Progress (5): 523/840 kB | 389 kB | 82/130 kB | 53/113 kB | 41/749 kB Progress (5): 528/840 kB | 389 kB | 82/130 kB | 53/113 kB | 41/749 kB Progress (5): 528/840 kB | 389 kB | 82/130 kB | 57/113 kB | 41/749 kB Progress (5): 528/840 kB | 389 kB | 82/130 kB | 61/113 kB | 41/749 kB Progress (5): 528/840 kB | 389 kB | 82/130 kB | 65/113 kB | 41/749 kB Progress (5): 528/840 kB | 389 kB | 82/130 kB | 69/113 kB | 41/749 kB Progress (5): 528/840 kB | 389 kB | 82/130 kB | 73/113 kB | 41/749 kB Progress (5): 528/840 kB | 389 kB | 82/130 kB | 77/113 kB | 41/749 kB Progress (5): 528/840 kB | 389 kB | 82/130 kB | 82/113 kB | 41/749 kB Progress (5): 536/840 kB | 389 kB | 82/130 kB | 82/113 kB | 41/749 kB Progress (5): 545/840 kB | 389 kB | 82/130 kB | 82/113 kB | 41/749 kB Progress (5): 545/840 kB | 389 kB | 82/130 kB | 86/113 kB | 41/749 kB Progress (5): 545/840 kB | 389 kB | 82/130 kB | 90/113 kB | 41/749 kB Progress (5): 545/840 kB | 389 kB | 82/130 kB | 94/113 kB | 41/749 kB Progress (5): 545/840 kB | 389 kB | 82/130 kB | 98/113 kB | 41/749 kB Progress (5): 545/840 kB | 389 kB | 86/130 kB | 98/113 kB | 41/749 kB Progress (5): 545/840 kB | 389 kB | 90/130 kB | 98/113 kB | 41/749 kB Progress (5): 545/840 kB | 389 kB | 94/130 kB | 98/113 kB | 41/749 kB Progress (5): 545/840 kB | 389 kB | 98/130 kB | 98/113 kB | 41/749 kB Progress (5): 545/840 kB | 389 kB | 102/130 kB | 98/113 kB | 41/749 kB Progress (5): 545/840 kB | 389 kB | 106/130 kB | 98/113 kB | 41/749 kB Progress (5): 545/840 kB | 389 kB | 110/130 kB | 98/113 kB | 41/749 kB Progress (5): 545/840 kB | 389 kB | 114/130 kB | 98/113 kB | 41/749 kB Progress (5): 545/840 kB | 389 kB | 118/130 kB | 98/113 kB | 41/749 kB Progress (5): 545/840 kB | 389 kB | 122/130 kB | 98/113 kB | 41/749 kB Progress (5): 545/840 kB | 389 kB | 127/130 kB | 98/113 kB | 41/749 kB Progress (5): 545/840 kB | 389 kB | 127/130 kB | 98/113 kB | 45/749 kB Progress (5): 545/840 kB | 389 kB | 127/130 kB | 98/113 kB | 49/749 kB Progress (5): 545/840 kB | 389 kB | 130 kB | 98/113 kB | 49/749 kB Progress (5): 545/840 kB | 389 kB | 130 kB | 98/113 kB | 53/749 kB Progress (5): 545/840 kB | 389 kB | 130 kB | 98/113 kB | 57/749 kB Progress (5): 545/840 kB | 389 kB | 130 kB | 98/113 kB | 61/749 kB Progress (5): 553/840 kB | 389 kB | 130 kB | 98/113 kB | 61/749 kB Progress (5): 553/840 kB | 389 kB | 130 kB | 98/113 kB | 65/749 kB Progress (5): 553/840 kB | 389 kB | 130 kB | 98/113 kB | 69/749 kB Progress (5): 553/840 kB | 389 kB | 130 kB | 98/113 kB | 73/749 kB Progress (5): 553/840 kB | 389 kB | 130 kB | 98/113 kB | 77/749 kB Progress (5): 553/840 kB | 389 kB | 130 kB | 98/113 kB | 82/749 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar (389 kB at 54 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/code/findbugs/annotations/2.0.1/annotations-2.0.1.jar +Progress (4): 561/840 kB | 130 kB | 98/113 kB | 82/749 kB Progress (4): 569/840 kB | 130 kB | 98/113 kB | 82/749 kB Progress (4): 577/840 kB | 130 kB | 98/113 kB | 82/749 kB Progress (4): 582/840 kB | 130 kB | 98/113 kB | 82/749 kB Progress (4): 590/840 kB | 130 kB | 98/113 kB | 82/749 kB Progress (4): 590/840 kB | 130 kB | 102/113 kB | 82/749 kB Progress (4): 590/840 kB | 130 kB | 106/113 kB | 82/749 kB Progress (4): 590/840 kB | 130 kB | 110/113 kB | 82/749 kB Progress (4): 590/840 kB | 130 kB | 113 kB | 82/749 kB Progress (4): 598/840 kB | 130 kB | 113 kB | 82/749 kB Progress (4): 606/840 kB | 130 kB | 113 kB | 82/749 kB Progress (4): 614/840 kB | 130 kB | 113 kB | 82/749 kB Progress (4): 623/840 kB | 130 kB | 113 kB | 82/749 kB Progress (4): 623/840 kB | 130 kB | 113 kB | 86/749 kB Progress (4): 623/840 kB | 130 kB | 113 kB | 90/749 kB Progress (4): 623/840 kB | 130 kB | 113 kB | 94/749 kB Progress (4): 623/840 kB | 130 kB | 113 kB | 98/749 kB Progress (4): 623/840 kB | 130 kB | 113 kB | 102/749 kB Progress (4): 623/840 kB | 130 kB | 113 kB | 106/749 kB Progress (4): 623/840 kB | 130 kB | 113 kB | 110/749 kB Progress (4): 623/840 kB | 130 kB | 113 kB | 114/749 kB Progress (4): 631/840 kB | 130 kB | 113 kB | 114/749 kB Progress (4): 639/840 kB | 130 kB | 113 kB | 114/749 kB Progress (4): 647/840 kB | 130 kB | 113 kB | 114/749 kB Progress (4): 655/840 kB | 130 kB | 113 kB | 114/749 kB Progress (4): 664/840 kB | 130 kB | 113 kB | 114/749 kB Progress (4): 672/840 kB | 130 kB | 113 kB | 114/749 kB Progress (4): 680/840 kB | 130 kB | 113 kB | 114/749 kB Progress (4): 688/840 kB | 130 kB | 113 kB | 114/749 kB Progress (4): 696/840 kB | 130 kB | 113 kB | 114/749 kB Progress (4): 705/840 kB | 130 kB | 113 kB | 114/749 kB Progress (4): 705/840 kB | 130 kB | 113 kB | 118/749 kB Progress (4): 705/840 kB | 130 kB | 113 kB | 122/749 kB Progress (4): 705/840 kB | 130 kB | 113 kB | 127/749 kB Progress (4): 705/840 kB | 130 kB | 113 kB | 131/749 kB Progress (4): 705/840 kB | 130 kB | 113 kB | 135/749 kB Progress (4): 705/840 kB | 130 kB | 113 kB | 139/749 kB Progress (4): 705/840 kB | 130 kB | 113 kB | 143/749 kB Progress (4): 705/840 kB | 130 kB | 113 kB | 147/749 kB Progress (4): 705/840 kB | 130 kB | 113 kB | 151/749 kB Progress (4): 705/840 kB | 130 kB | 113 kB | 155/749 kB Progress (4): 705/840 kB | 130 kB | 113 kB | 159/749 kB Progress (4): 705/840 kB | 130 kB | 113 kB | 163/749 kB Progress (4): 713/840 kB | 130 kB | 113 kB | 163/749 kB Progress (4): 721/840 kB | 130 kB | 113 kB | 163/749 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/reflections/reflections/0.9.10/reflections-0.9.10.jar (130 kB at 17 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/jasypt/jasypt/1.9.0/jasypt-1.9.0.jar +Progress (4): 721/840 kB | 113 kB | 163/749 kB | 4.1/75 kB Progress (4): 721/840 kB | 113 kB | 163/749 kB | 7.8/75 kB Progress (4): 721/840 kB | 113 kB | 163/749 kB | 12/75 kB Progress (4): 721/840 kB | 113 kB | 163/749 kB | 16/75 kB Progress (4): 729/840 kB | 113 kB | 163/749 kB | 16/75 kB Progress (4): 737/840 kB | 113 kB | 163/749 kB | 16/75 kB Progress (4): 746/840 kB | 113 kB | 163/749 kB | 16/75 kB Progress (4): 754/840 kB | 113 kB | 163/749 kB | 16/75 kB Progress (4): 762/840 kB | 113 kB | 163/749 kB | 16/75 kB Progress (4): 770/840 kB | 113 kB | 163/749 kB | 16/75 kB Progress (4): 777/840 kB | 113 kB | 163/749 kB | 16/75 kB Progress (4): 786/840 kB | 113 kB | 163/749 kB | 16/75 kB Progress (4): 794/840 kB | 113 kB | 163/749 kB | 16/75 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/picocontainer/picocontainer/1.2/picocontainer-1.2.jar (113 kB at 15 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/sun/mail/javax.mail/1.6.2/javax.mail-1.6.2.jar +Progress (3): 794/840 kB | 168/749 kB | 16/75 kB Progress (3): 794/840 kB | 172/749 kB | 16/75 kB Progress (3): 794/840 kB | 176/749 kB | 16/75 kB Progress (3): 794/840 kB | 180/749 kB | 16/75 kB Progress (3): 794/840 kB | 184/749 kB | 16/75 kB Progress (3): 794/840 kB | 188/749 kB | 16/75 kB Progress (3): 794/840 kB | 192/749 kB | 16/75 kB Progress (3): 794/840 kB | 196/749 kB | 16/75 kB Progress (3): 794/840 kB | 200/749 kB | 16/75 kB Progress (3): 794/840 kB | 204/749 kB | 16/75 kB Progress (3): 794/840 kB | 208/749 kB | 16/75 kB Progress (3): 794/840 kB | 213/749 kB | 16/75 kB Progress (3): 802/840 kB | 213/749 kB | 16/75 kB Progress (3): 810/840 kB | 213/749 kB | 16/75 kB Progress (3): 810/840 kB | 213/749 kB | 20/75 kB Progress (3): 810/840 kB | 213/749 kB | 24/75 kB Progress (3): 810/840 kB | 213/749 kB | 28/75 kB Progress (3): 810/840 kB | 213/749 kB | 32/75 kB Progress (3): 810/840 kB | 213/749 kB | 36/75 kB Progress (3): 810/840 kB | 213/749 kB | 41/75 kB Progress (3): 810/840 kB | 213/749 kB | 45/75 kB Progress (3): 810/840 kB | 213/749 kB | 49/75 kB Progress (3): 810/840 kB | 213/749 kB | 53/75 kB Progress (3): 810/840 kB | 213/749 kB | 57/75 kB Progress (3): 810/840 kB | 213/749 kB | 61/75 kB Progress (3): 810/840 kB | 213/749 kB | 65/75 kB Progress (3): 818/840 kB | 213/749 kB | 65/75 kB Progress (3): 827/840 kB | 213/749 kB | 65/75 kB Progress (3): 831/840 kB | 213/749 kB | 65/75 kB Progress (3): 839/840 kB | 213/749 kB | 65/75 kB Progress (3): 840 kB | 213/749 kB | 65/75 kB Progress (3): 840 kB | 217/749 kB | 65/75 kB Progress (3): 840 kB | 221/749 kB | 65/75 kB Progress (3): 840 kB | 225/749 kB | 65/75 kB Progress (3): 840 kB | 229/749 kB | 65/75 kB Progress (3): 840 kB | 233/749 kB | 65/75 kB Progress (3): 840 kB | 237/749 kB | 65/75 kB Progress (3): 840 kB | 241/749 kB | 65/75 kB Progress (3): 840 kB | 245/749 kB | 65/75 kB Progress (3): 840 kB | 249/749 kB | 65/75 kB Progress (3): 840 kB | 254/749 kB | 65/75 kB Progress (3): 840 kB | 258/749 kB | 65/75 kB Progress (3): 840 kB | 261/749 kB | 65/75 kB Progress (3): 840 kB | 265/749 kB | 65/75 kB Progress (3): 840 kB | 270/749 kB | 65/75 kB Progress (4): 840 kB | 270/749 kB | 65/75 kB | 4.1/126 kB Progress (4): 840 kB | 270/749 kB | 65/75 kB | 7.8/126 kB Progress (4): 840 kB | 270/749 kB | 65/75 kB | 12/126 kB Progress (4): 840 kB | 270/749 kB | 65/75 kB | 16/126 kB Progress (4): 840 kB | 270/749 kB | 65/75 kB | 20/126 kB Progress (4): 840 kB | 270/749 kB | 65/75 kB | 24/126 kB Progress (4): 840 kB | 270/749 kB | 65/75 kB | 28/126 kB Progress (4): 840 kB | 270/749 kB | 65/75 kB | 32/126 kB Progress (4): 840 kB | 270/749 kB | 65/75 kB | 36/126 kB Progress (4): 840 kB | 270/749 kB | 65/75 kB | 41/126 kB Progress (4): 840 kB | 270/749 kB | 65/75 kB | 45/126 kB Progress (4): 840 kB | 270/749 kB | 69/75 kB | 45/126 kB Progress (4): 840 kB | 270/749 kB | 69/75 kB | 49/126 kB Progress (4): 840 kB | 270/749 kB | 73/75 kB | 49/126 kB Progress (4): 840 kB | 270/749 kB | 75 kB | 49/126 kB Progress (4): 840 kB | 274/749 kB | 75 kB | 49/126 kB Progress (4): 840 kB | 278/749 kB | 75 kB | 49/126 kB Progress (4): 840 kB | 282/749 kB | 75 kB | 49/126 kB Progress (4): 840 kB | 286/749 kB | 75 kB | 49/126 kB Progress (4): 840 kB | 290/749 kB | 75 kB | 49/126 kB Progress (4): 840 kB | 294/749 kB | 75 kB | 49/126 kB Progress (4): 840 kB | 298/749 kB | 75 kB | 49/126 kB Progress (4): 840 kB | 302/749 kB | 75 kB | 49/126 kB Progress (4): 840 kB | 306/749 kB | 75 kB | 49/126 kB Progress (4): 840 kB | 310/749 kB | 75 kB | 49/126 kB Progress (4): 840 kB | 315/749 kB | 75 kB | 49/126 kB Progress (4): 840 kB | 319/749 kB | 75 kB | 49/126 kB Progress (5): 840 kB | 319/749 kB | 75 kB | 49/126 kB | 4.1/659 kB Progress (5): 840 kB | 319/749 kB | 75 kB | 49/126 kB | 7.8/659 kB Progress (5): 840 kB | 319/749 kB | 75 kB | 49/126 kB | 12/659 kB Progress (5): 840 kB | 319/749 kB | 75 kB | 49/126 kB | 16/659 kB Progress (5): 840 kB | 319/749 kB | 75 kB | 49/126 kB | 20/659 kB Progress (5): 840 kB | 319/749 kB | 75 kB | 49/126 kB | 24/659 kB Progress (5): 840 kB | 319/749 kB | 75 kB | 49/126 kB | 28/659 kB Progress (5): 840 kB | 319/749 kB | 75 kB | 49/126 kB | 32/659 kB Progress (5): 840 kB | 319/749 kB | 75 kB | 49/126 kB | 36/659 kB Progress (5): 840 kB | 319/749 kB | 75 kB | 49/126 kB | 41/659 kB Progress (5): 840 kB | 319/749 kB | 75 kB | 49/126 kB | 45/659 kB Progress (5): 840 kB | 319/749 kB | 75 kB | 49/126 kB | 49/659 kB Progress (5): 840 kB | 319/749 kB | 75 kB | 49/126 kB | 53/659 kB Progress (5): 840 kB | 319/749 kB | 75 kB | 49/126 kB | 57/659 kB Progress (5): 840 kB | 319/749 kB | 75 kB | 49/126 kB | 61/659 kB Progress (5): 840 kB | 319/749 kB | 75 kB | 49/126 kB | 65/659 kB Progress (5): 840 kB | 319/749 kB | 75 kB | 49/126 kB | 69/659 kB Progress (5): 840 kB | 319/749 kB | 75 kB | 49/126 kB | 73/659 kB Progress (5): 840 kB | 319/749 kB | 75 kB | 49/126 kB | 77/659 kB Progress (5): 840 kB | 319/749 kB | 75 kB | 49/126 kB | 82/659 kB Progress (5): 840 kB | 319/749 kB | 75 kB | 53/126 kB | 82/659 kB Progress (5): 840 kB | 319/749 kB | 75 kB | 57/126 kB | 82/659 kB Progress (5): 840 kB | 319/749 kB | 75 kB | 61/126 kB | 82/659 kB Progress (5): 840 kB | 319/749 kB | 75 kB | 65/126 kB | 82/659 kB Progress (5): 840 kB | 319/749 kB | 75 kB | 69/126 kB | 82/659 kB Progress (5): 840 kB | 319/749 kB | 75 kB | 73/126 kB | 82/659 kB Progress (5): 840 kB | 319/749 kB | 75 kB | 77/126 kB | 82/659 kB Progress (5): 840 kB | 319/749 kB | 75 kB | 82/126 kB | 82/659 kB Progress (5): 840 kB | 319/749 kB | 75 kB | 86/126 kB | 82/659 kB Progress (5): 840 kB | 319/749 kB | 75 kB | 90/126 kB | 82/659 kB Progress (5): 840 kB | 319/749 kB | 75 kB | 94/126 kB | 82/659 kB Progress (5): 840 kB | 319/749 kB | 75 kB | 98/126 kB | 82/659 kB Progress (5): 840 kB | 319/749 kB | 75 kB | 102/126 kB | 82/659 kB Progress (5): 840 kB | 319/749 kB | 75 kB | 106/126 kB | 82/659 kB Progress (5): 840 kB | 319/749 kB | 75 kB | 110/126 kB | 82/659 kB Progress (5): 840 kB | 319/749 kB | 75 kB | 114/126 kB | 82/659 kB Progress (5): 840 kB | 319/749 kB | 75 kB | 118/126 kB | 82/659 kB Progress (5): 840 kB | 319/749 kB | 75 kB | 122/126 kB | 82/659 kB Progress (5): 840 kB | 319/749 kB | 75 kB | 126 kB | 82/659 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/testng/testng/6.14.3/testng-6.14.3.jar (840 kB at 103 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/javax/activation/activation/1.1/activation-1.1.jar +Progress (4): 323/749 kB | 75 kB | 126 kB | 82/659 kB Progress (4): 327/749 kB | 75 kB | 126 kB | 82/659 kB Progress (4): 331/749 kB | 75 kB | 126 kB | 82/659 kB Progress (4): 335/749 kB | 75 kB | 126 kB | 82/659 kB Progress (4): 339/749 kB | 75 kB | 126 kB | 82/659 kB Progress (4): 343/749 kB | 75 kB | 126 kB | 82/659 kB Progress (4): 347/749 kB | 75 kB | 126 kB | 82/659 kB Progress (4): 351/749 kB | 75 kB | 126 kB | 82/659 kB Progress (4): 356/749 kB | 75 kB | 126 kB | 82/659 kB Progress (4): 360/749 kB | 75 kB | 126 kB | 82/659 kB Progress (4): 364/749 kB | 75 kB | 126 kB | 82/659 kB Progress (4): 368/749 kB | 75 kB | 126 kB | 82/659 kB Progress (4): 368/749 kB | 75 kB | 126 kB | 86/659 kB Progress (4): 368/749 kB | 75 kB | 126 kB | 90/659 kB Progress (4): 368/749 kB | 75 kB | 126 kB | 94/659 kB Progress (4): 368/749 kB | 75 kB | 126 kB | 98/659 kB Progress (4): 368/749 kB | 75 kB | 126 kB | 102/659 kB Progress (4): 368/749 kB | 75 kB | 126 kB | 106/659 kB Progress (4): 368/749 kB | 75 kB | 126 kB | 110/659 kB Progress (4): 368/749 kB | 75 kB | 126 kB | 114/659 kB Progress (4): 368/749 kB | 75 kB | 126 kB | 118/659 kB Progress (4): 368/749 kB | 75 kB | 126 kB | 122/659 kB Progress (4): 368/749 kB | 75 kB | 126 kB | 127/659 kB Progress (4): 368/749 kB | 75 kB | 126 kB | 131/659 kB Progress (4): 368/749 kB | 75 kB | 126 kB | 135/659 kB Progress (4): 368/749 kB | 75 kB | 126 kB | 139/659 kB Progress (4): 368/749 kB | 75 kB | 126 kB | 143/659 kB Progress (4): 368/749 kB | 75 kB | 126 kB | 147/659 kB Progress (4): 368/749 kB | 75 kB | 126 kB | 151/659 kB Progress (4): 368/749 kB | 75 kB | 126 kB | 155/659 kB Progress (4): 368/749 kB | 75 kB | 126 kB | 159/659 kB Progress (4): 368/749 kB | 75 kB | 126 kB | 163/659 kB Progress (4): 368/749 kB | 75 kB | 126 kB | 168/659 kB Progress (4): 368/749 kB | 75 kB | 126 kB | 172/659 kB Progress (4): 368/749 kB | 75 kB | 126 kB | 176/659 kB Progress (4): 368/749 kB | 75 kB | 126 kB | 180/659 kB Progress (4): 372/749 kB | 75 kB | 126 kB | 180/659 kB Progress (4): 376/749 kB | 75 kB | 126 kB | 180/659 kB Progress (4): 380/749 kB | 75 kB | 126 kB | 180/659 kB Progress (4): 384/749 kB | 75 kB | 126 kB | 180/659 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/code/findbugs/annotations/2.0.1/annotations-2.0.1.jar (75 kB at 8.9 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/pdfbox/pdfbox/2.0.13/pdfbox-2.0.13.jar +Progress (3): 388/749 kB | 126 kB | 180/659 kB Progress (3): 392/749 kB | 126 kB | 180/659 kB Progress (3): 396/749 kB | 126 kB | 180/659 kB Progress (3): 401/749 kB | 126 kB | 180/659 kB Progress (3): 405/749 kB | 126 kB | 180/659 kB Progress (3): 409/749 kB | 126 kB | 180/659 kB Progress (3): 413/749 kB | 126 kB | 180/659 kB Progress (3): 417/749 kB | 126 kB | 180/659 kB Progress (3): 421/749 kB | 126 kB | 180/659 kB Progress (3): 421/749 kB | 126 kB | 184/659 kB Progress (3): 425/749 kB | 126 kB | 184/659 kB Progress (3): 425/749 kB | 126 kB | 188/659 kB Progress (3): 429/749 kB | 126 kB | 188/659 kB Progress (3): 429/749 kB | 126 kB | 192/659 kB Progress (3): 433/749 kB | 126 kB | 192/659 kB Progress (3): 433/749 kB | 126 kB | 196/659 kB Progress (3): 433/749 kB | 126 kB | 200/659 kB Progress (3): 433/749 kB | 126 kB | 204/659 kB Progress (3): 433/749 kB | 126 kB | 208/659 kB Progress (3): 433/749 kB | 126 kB | 213/659 kB Progress (3): 433/749 kB | 126 kB | 217/659 kB Progress (3): 433/749 kB | 126 kB | 221/659 kB Progress (3): 433/749 kB | 126 kB | 225/659 kB Progress (3): 433/749 kB | 126 kB | 229/659 kB Progress (3): 433/749 kB | 126 kB | 233/659 kB Progress (3): 433/749 kB | 126 kB | 237/659 kB Progress (3): 433/749 kB | 126 kB | 241/659 kB Progress (3): 433/749 kB | 126 kB | 245/659 kB Progress (3): 433/749 kB | 126 kB | 249/659 kB Progress (3): 433/749 kB | 126 kB | 254/659 kB Progress (3): 433/749 kB | 126 kB | 258/659 kB Progress (3): 433/749 kB | 126 kB | 262/659 kB Progress (3): 433/749 kB | 126 kB | 266/659 kB Progress (3): 433/749 kB | 126 kB | 270/659 kB Progress (3): 433/749 kB | 126 kB | 274/659 kB Progress (3): 433/749 kB | 126 kB | 278/659 kB Progress (3): 433/749 kB | 126 kB | 282/659 kB Progress (3): 437/749 kB | 126 kB | 282/659 kB Progress (3): 442/749 kB | 126 kB | 282/659 kB Progress (3): 446/749 kB | 126 kB | 282/659 kB Progress (3): 448/749 kB | 126 kB | 282/659 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/jasypt/jasypt/1.9.0/jasypt-1.9.0.jar (126 kB at 15 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/pdfbox/fontbox/2.0.13/fontbox-2.0.13.jar +Progress (2): 452/749 kB | 282/659 kB Progress (2): 456/749 kB | 282/659 kB Progress (2): 460/749 kB | 282/659 kB Progress (2): 465/749 kB | 282/659 kB Progress (2): 469/749 kB | 282/659 kB Progress (2): 473/749 kB | 282/659 kB Progress (3): 473/749 kB | 282/659 kB | 4.1/63 kB Progress (3): 473/749 kB | 282/659 kB | 7.8/63 kB Progress (3): 473/749 kB | 282/659 kB | 12/63 kB Progress (3): 473/749 kB | 282/659 kB | 16/63 kB Progress (3): 473/749 kB | 282/659 kB | 20/63 kB Progress (3): 473/749 kB | 282/659 kB | 24/63 kB Progress (3): 473/749 kB | 282/659 kB | 28/63 kB Progress (3): 473/749 kB | 282/659 kB | 32/63 kB Progress (3): 473/749 kB | 282/659 kB | 36/63 kB Progress (3): 473/749 kB | 282/659 kB | 41/63 kB Progress (3): 473/749 kB | 282/659 kB | 45/63 kB Progress (3): 473/749 kB | 282/659 kB | 49/63 kB Progress (3): 473/749 kB | 282/659 kB | 53/63 kB Progress (3): 473/749 kB | 282/659 kB | 57/63 kB Progress (3): 473/749 kB | 282/659 kB | 61/63 kB Progress (3): 473/749 kB | 282/659 kB | 63 kB Progress (3): 473/749 kB | 286/659 kB | 63 kB Progress (3): 477/749 kB | 286/659 kB | 63 kB Progress (3): 477/749 kB | 290/659 kB | 63 kB Progress (3): 481/749 kB | 290/659 kB | 63 kB Progress (3): 481/749 kB | 295/659 kB | 63 kB Progress (3): 485/749 kB | 295/659 kB | 63 kB Progress (3): 485/749 kB | 297/659 kB | 63 kB Progress (3): 489/749 kB | 297/659 kB | 63 kB Progress (3): 489/749 kB | 301/659 kB | 63 kB Progress (3): 489/749 kB | 305/659 kB | 63 kB Progress (3): 489/749 kB | 309/659 kB | 63 kB Progress (3): 489/749 kB | 313/659 kB | 63 kB Progress (3): 489/749 kB | 317/659 kB | 63 kB Progress (3): 489/749 kB | 321/659 kB | 63 kB Progress (3): 489/749 kB | 326/659 kB | 63 kB Progress (3): 489/749 kB | 330/659 kB | 63 kB Progress (3): 489/749 kB | 334/659 kB | 63 kB Progress (3): 489/749 kB | 338/659 kB | 63 kB Progress (3): 489/749 kB | 342/659 kB | 63 kB Progress (3): 489/749 kB | 346/659 kB | 63 kB Progress (3): 489/749 kB | 350/659 kB | 63 kB Progress (3): 489/749 kB | 354/659 kB | 63 kB Progress (3): 489/749 kB | 358/659 kB | 63 kB Progress (3): 489/749 kB | 362/659 kB | 63 kB Progress (3): 489/749 kB | 367/659 kB | 63 kB Progress (3): 489/749 kB | 371/659 kB | 63 kB Progress (3): 489/749 kB | 375/659 kB | 63 kB Progress (3): 489/749 kB | 379/659 kB | 63 kB Progress (3): 493/749 kB | 379/659 kB | 63 kB Progress (3): 497/749 kB | 379/659 kB | 63 kB Progress (3): 501/749 kB | 379/659 kB | 63 kB Progress (3): 501/749 kB | 383/659 kB | 63 kB Progress (3): 506/749 kB | 383/659 kB | 63 kB Progress (3): 506/749 kB | 387/659 kB | 63 kB Progress (3): 506/749 kB | 391/659 kB | 63 kB Progress (3): 506/749 kB | 395/659 kB | 63 kB Progress (3): 510/749 kB | 395/659 kB | 63 kB Progress (3): 514/749 kB | 395/659 kB | 63 kB Progress (3): 518/749 kB | 395/659 kB | 63 kB Progress (3): 522/749 kB | 395/659 kB | 63 kB Progress (3): 526/749 kB | 395/659 kB | 63 kB Progress (3): 530/749 kB | 395/659 kB | 63 kB Progress (3): 534/749 kB | 395/659 kB | 63 kB Progress (3): 538/749 kB | 395/659 kB | 63 kB Progress (3): 538/749 kB | 399/659 kB | 63 kB Progress (3): 538/749 kB | 403/659 kB | 63 kB Progress (3): 542/749 kB | 403/659 kB | 63 kB Progress (3): 546/749 kB | 403/659 kB | 63 kB Progress (3): 551/749 kB | 403/659 kB | 63 kB Progress (3): 555/749 kB | 403/659 kB | 63 kB Progress (3): 555/749 kB | 408/659 kB | 63 kB Progress (3): 555/749 kB | 412/659 kB | 63 kB Progress (3): 555/749 kB | 416/659 kB | 63 kB Progress (3): 555/749 kB | 420/659 kB | 63 kB Progress (3): 555/749 kB | 424/659 kB | 63 kB Progress (3): 555/749 kB | 428/659 kB | 63 kB Progress (3): 555/749 kB | 430/659 kB | 63 kB Progress (3): 555/749 kB | 434/659 kB | 63 kB Progress (3): 555/749 kB | 439/659 kB | 63 kB Progress (3): 555/749 kB | 443/659 kB | 63 kB Progress (3): 555/749 kB | 447/659 kB | 63 kB Progress (3): 555/749 kB | 451/659 kB | 63 kB Progress (3): 555/749 kB | 455/659 kB | 63 kB Progress (3): 555/749 kB | 457/659 kB | 63 kB Progress (3): 555/749 kB | 461/659 kB | 63 kB Progress (3): 555/749 kB | 465/659 kB | 63 kB Progress (3): 555/749 kB | 469/659 kB | 63 kB Progress (3): 555/749 kB | 473/659 kB | 63 kB Progress (3): 555/749 kB | 478/659 kB | 63 kB Progress (3): 555/749 kB | 482/659 kB | 63 kB Progress (3): 555/749 kB | 486/659 kB | 63 kB Progress (3): 555/749 kB | 490/659 kB | 63 kB Progress (3): 555/749 kB | 494/659 kB | 63 kB Progress (3): 555/749 kB | 498/659 kB | 63 kB Progress (3): 555/749 kB | 502/659 kB | 63 kB Progress (3): 559/749 kB | 502/659 kB | 63 kB Progress (3): 563/749 kB | 502/659 kB | 63 kB Progress (3): 567/749 kB | 502/659 kB | 63 kB Progress (3): 571/749 kB | 502/659 kB | 63 kB Progress (3): 575/749 kB | 502/659 kB | 63 kB Progress (3): 579/749 kB | 502/659 kB | 63 kB Progress (3): 583/749 kB | 502/659 kB | 63 kB Progress (3): 587/749 kB | 502/659 kB | 63 kB Progress (4): 587/749 kB | 502/659 kB | 63 kB | 0/2.5 MB Progress (4): 587/749 kB | 502/659 kB | 63 kB | 0/2.5 MB Progress (5): 587/749 kB | 502/659 kB | 63 kB | 0/2.5 MB | 0/1.6 MB Progress (5): 587/749 kB | 502/659 kB | 63 kB | 0/2.5 MB | 0/1.6 MB Progress (5): 587/749 kB | 502/659 kB | 63 kB | 0/2.5 MB | 0/1.6 MB Progress (5): 587/749 kB | 502/659 kB | 63 kB | 0/2.5 MB | 0/1.6 MB Progress (5): 587/749 kB | 502/659 kB | 63 kB | 0/2.5 MB | 0/1.6 MB Progress (5): 587/749 kB | 502/659 kB | 63 kB | 0/2.5 MB | 0/1.6 MB Progress (5): 587/749 kB | 502/659 kB | 63 kB | 0/2.5 MB | 0.1/1.6 MB Progress (5): 587/749 kB | 502/659 kB | 63 kB | 0/2.5 MB | 0.1/1.6 MB Progress (5): 587/749 kB | 502/659 kB | 63 kB | 0/2.5 MB | 0.1/1.6 MB Progress (5): 587/749 kB | 502/659 kB | 63 kB | 0/2.5 MB | 0.1/1.6 MB Progress (5): 587/749 kB | 502/659 kB | 63 kB | 0/2.5 MB | 0.1/1.6 MB Progress (5): 587/749 kB | 502/659 kB | 63 kB | 0/2.5 MB | 0.1/1.6 MB Progress (5): 592/749 kB | 502/659 kB | 63 kB | 0/2.5 MB | 0.1/1.6 MB Progress (5): 596/749 kB | 502/659 kB | 63 kB | 0/2.5 MB | 0.1/1.6 MB Progress (5): 600/749 kB | 502/659 kB | 63 kB | 0/2.5 MB | 0.1/1.6 MB Progress (5): 604/749 kB | 502/659 kB | 63 kB | 0/2.5 MB | 0.1/1.6 MB Progress (5): 604/749 kB | 506/659 kB | 63 kB | 0/2.5 MB | 0.1/1.6 MB Progress (5): 604/749 kB | 510/659 kB | 63 kB | 0/2.5 MB | 0.1/1.6 MB Progress (5): 604/749 kB | 514/659 kB | 63 kB | 0/2.5 MB | 0.1/1.6 MB Progress (5): 604/749 kB | 518/659 kB | 63 kB | 0/2.5 MB | 0.1/1.6 MB Progress (5): 608/749 kB | 518/659 kB | 63 kB | 0/2.5 MB | 0.1/1.6 MB Progress (5): 612/749 kB | 518/659 kB | 63 kB | 0/2.5 MB | 0.1/1.6 MB Progress (5): 612/749 kB | 522/659 kB | 63 kB | 0/2.5 MB | 0.1/1.6 MB Progress (5): 616/749 kB | 522/659 kB | 63 kB | 0/2.5 MB | 0.1/1.6 MB Progress (5): 616/749 kB | 526/659 kB | 63 kB | 0/2.5 MB | 0.1/1.6 MB Progress (5): 620/749 kB | 526/659 kB | 63 kB | 0/2.5 MB | 0.1/1.6 MB Progress (5): 620/749 kB | 530/659 kB | 63 kB | 0/2.5 MB | 0.1/1.6 MB Progress (5): 620/749 kB | 534/659 kB | 63 kB | 0/2.5 MB | 0.1/1.6 MB Progress (5): 620/749 kB | 538/659 kB | 63 kB | 0/2.5 MB | 0.1/1.6 MB Progress (5): 620/749 kB | 543/659 kB | 63 kB | 0/2.5 MB | 0.1/1.6 MB Progress (5): 620/749 kB | 547/659 kB | 63 kB | 0/2.5 MB | 0.1/1.6 MB Progress (5): 620/749 kB | 551/659 kB | 63 kB | 0/2.5 MB | 0.1/1.6 MB Progress (5): 620/749 kB | 555/659 kB | 63 kB | 0/2.5 MB | 0.1/1.6 MB Progress (5): 620/749 kB | 559/659 kB | 63 kB | 0/2.5 MB | 0.1/1.6 MB Progress (5): 620/749 kB | 563/659 kB | 63 kB | 0/2.5 MB | 0.1/1.6 MB Progress (5): 620/749 kB | 567/659 kB | 63 kB | 0/2.5 MB | 0.1/1.6 MB Progress (5): 620/749 kB | 571/659 kB | 63 kB | 0/2.5 MB | 0.1/1.6 MB Progress (5): 620/749 kB | 575/659 kB | 63 kB | 0/2.5 MB | 0.1/1.6 MB Progress (5): 620/749 kB | 579/659 kB | 63 kB | 0/2.5 MB | 0.1/1.6 MB Progress (5): 620/749 kB | 582/659 kB | 63 kB | 0/2.5 MB | 0.1/1.6 MB Progress (5): 620/749 kB | 586/659 kB | 63 kB | 0/2.5 MB | 0.1/1.6 MB Progress (5): 620/749 kB | 590/659 kB | 63 kB | 0/2.5 MB | 0.1/1.6 MB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/javax/activation/activation/1.1/activation-1.1.jar (63 kB at 7.0 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/commons-logging/commons-logging/1.2/commons-logging-1.2.jar +Progress (4): 620/749 kB | 594/659 kB | 0/2.5 MB | 0.1/1.6 MB Progress (4): 620/749 kB | 598/659 kB | 0/2.5 MB | 0.1/1.6 MB Progress (4): 620/749 kB | 602/659 kB | 0/2.5 MB | 0.1/1.6 MB Progress (4): 620/749 kB | 606/659 kB | 0/2.5 MB | 0.1/1.6 MB Progress (4): 620/749 kB | 610/659 kB | 0/2.5 MB | 0.1/1.6 MB Progress (4): 620/749 kB | 614/659 kB | 0/2.5 MB | 0.1/1.6 MB Progress (4): 620/749 kB | 619/659 kB | 0/2.5 MB | 0.1/1.6 MB Progress (4): 620/749 kB | 623/659 kB | 0/2.5 MB | 0.1/1.6 MB Progress (4): 624/749 kB | 623/659 kB | 0/2.5 MB | 0.1/1.6 MB Progress (4): 628/749 kB | 623/659 kB | 0/2.5 MB | 0.1/1.6 MB Progress (4): 633/749 kB | 623/659 kB | 0/2.5 MB | 0.1/1.6 MB Progress (4): 637/749 kB | 623/659 kB | 0/2.5 MB | 0.1/1.6 MB Progress (4): 641/749 kB | 623/659 kB | 0/2.5 MB | 0.1/1.6 MB Progress (4): 644/749 kB | 623/659 kB | 0/2.5 MB | 0.1/1.6 MB Progress (4): 648/749 kB | 623/659 kB | 0/2.5 MB | 0.1/1.6 MB Progress (4): 652/749 kB | 623/659 kB | 0/2.5 MB | 0.1/1.6 MB Progress (4): 656/749 kB | 623/659 kB | 0/2.5 MB | 0.1/1.6 MB Progress (4): 660/749 kB | 623/659 kB | 0/2.5 MB | 0.1/1.6 MB Progress (4): 660/749 kB | 623/659 kB | 0/2.5 MB | 0.1/1.6 MB Progress (4): 660/749 kB | 623/659 kB | 0.1/2.5 MB | 0.1/1.6 MB Progress (4): 660/749 kB | 623/659 kB | 0.1/2.5 MB | 0.1/1.6 MB Progress (4): 660/749 kB | 627/659 kB | 0.1/2.5 MB | 0.1/1.6 MB Progress (4): 664/749 kB | 627/659 kB | 0.1/2.5 MB | 0.1/1.6 MB Progress (4): 664/749 kB | 631/659 kB | 0.1/2.5 MB | 0.1/1.6 MB Progress (4): 669/749 kB | 631/659 kB | 0.1/2.5 MB | 0.1/1.6 MB Progress (4): 669/749 kB | 635/659 kB | 0.1/2.5 MB | 0.1/1.6 MB Progress (4): 673/749 kB | 635/659 kB | 0.1/2.5 MB | 0.1/1.6 MB Progress (4): 673/749 kB | 639/659 kB | 0.1/2.5 MB | 0.1/1.6 MB Progress (4): 677/749 kB | 639/659 kB | 0.1/2.5 MB | 0.1/1.6 MB Progress (4): 677/749 kB | 643/659 kB | 0.1/2.5 MB | 0.1/1.6 MB Progress (4): 681/749 kB | 643/659 kB | 0.1/2.5 MB | 0.1/1.6 MB Progress (4): 681/749 kB | 647/659 kB | 0.1/2.5 MB | 0.1/1.6 MB Progress (4): 685/749 kB | 647/659 kB | 0.1/2.5 MB | 0.1/1.6 MB Progress (4): 685/749 kB | 651/659 kB | 0.1/2.5 MB | 0.1/1.6 MB Progress (4): 689/749 kB | 651/659 kB | 0.1/2.5 MB | 0.1/1.6 MB Progress (4): 689/749 kB | 655/659 kB | 0.1/2.5 MB | 0.1/1.6 MB Progress (4): 693/749 kB | 655/659 kB | 0.1/2.5 MB | 0.1/1.6 MB Progress (4): 693/749 kB | 659 kB | 0.1/2.5 MB | 0.1/1.6 MB Progress (4): 697/749 kB | 659 kB | 0.1/2.5 MB | 0.1/1.6 MB Progress (4): 701/749 kB | 659 kB | 0.1/2.5 MB | 0.1/1.6 MB Progress (4): 705/749 kB | 659 kB | 0.1/2.5 MB | 0.1/1.6 MB Progress (4): 710/749 kB | 659 kB | 0.1/2.5 MB | 0.1/1.6 MB Progress (4): 714/749 kB | 659 kB | 0.1/2.5 MB | 0.1/1.6 MB Progress (4): 718/749 kB | 659 kB | 0.1/2.5 MB | 0.1/1.6 MB Progress (4): 722/749 kB | 659 kB | 0.1/2.5 MB | 0.1/1.6 MB Progress (4): 726/749 kB | 659 kB | 0.1/2.5 MB | 0.1/1.6 MB Progress (4): 730/749 kB | 659 kB | 0.1/2.5 MB | 0.1/1.6 MB Progress (4): 734/749 kB | 659 kB | 0.1/2.5 MB | 0.1/1.6 MB Progress (4): 738/749 kB | 659 kB | 0.1/2.5 MB | 0.1/1.6 MB Progress (4): 742/749 kB | 659 kB | 0.1/2.5 MB | 0.1/1.6 MB Progress (4): 742/749 kB | 659 kB | 0.1/2.5 MB | 0.1/1.6 MB Progress (4): 742/749 kB | 659 kB | 0.1/2.5 MB | 0.1/1.6 MB Progress (4): 742/749 kB | 659 kB | 0.1/2.5 MB | 0.1/1.6 MB Progress (4): 742/749 kB | 659 kB | 0.1/2.5 MB | 0.1/1.6 MB Progress (4): 742/749 kB | 659 kB | 0.1/2.5 MB | 0.1/1.6 MB Progress (4): 742/749 kB | 659 kB | 0.1/2.5 MB | 0.1/1.6 MB Progress (4): 742/749 kB | 659 kB | 0.1/2.5 MB | 0.1/1.6 MB Progress (4): 742/749 kB | 659 kB | 0.1/2.5 MB | 0.1/1.6 MB Progress (4): 742/749 kB | 659 kB | 0.1/2.5 MB | 0.1/1.6 MB Progress (4): 742/749 kB | 659 kB | 0.1/2.5 MB | 0.1/1.6 MB Progress (4): 742/749 kB | 659 kB | 0.1/2.5 MB | 0.2/1.6 MB Progress (4): 742/749 kB | 659 kB | 0.1/2.5 MB | 0.2/1.6 MB Progress (4): 742/749 kB | 659 kB | 0.1/2.5 MB | 0.2/1.6 MB Progress (4): 742/749 kB | 659 kB | 0.1/2.5 MB | 0.2/1.6 MB Progress (4): 742/749 kB | 659 kB | 0.1/2.5 MB | 0.2/1.6 MB Progress (4): 742/749 kB | 659 kB | 0.1/2.5 MB | 0.2/1.6 MB Progress (4): 742/749 kB | 659 kB | 0.1/2.5 MB | 0.2/1.6 MB Progress (4): 742/749 kB | 659 kB | 0.1/2.5 MB | 0.2/1.6 MB Progress (4): 742/749 kB | 659 kB | 0.1/2.5 MB | 0.2/1.6 MB Progress (4): 742/749 kB | 659 kB | 0.1/2.5 MB | 0.2/1.6 MB Progress (4): 742/749 kB | 659 kB | 0.1/2.5 MB | 0.2/1.6 MB Progress (4): 742/749 kB | 659 kB | 0.1/2.5 MB | 0.2/1.6 MB Progress (4): 742/749 kB | 659 kB | 0.1/2.5 MB | 0.3/1.6 MB Progress (4): 742/749 kB | 659 kB | 0.1/2.5 MB | 0.3/1.6 MB Progress (4): 742/749 kB | 659 kB | 0.1/2.5 MB | 0.3/1.6 MB Progress (4): 742/749 kB | 659 kB | 0.1/2.5 MB | 0.3/1.6 MB Progress (4): 742/749 kB | 659 kB | 0.1/2.5 MB | 0.3/1.6 MB Progress (4): 742/749 kB | 659 kB | 0.2/2.5 MB | 0.3/1.6 MB Progress (4): 746/749 kB | 659 kB | 0.2/2.5 MB | 0.3/1.6 MB Progress (4): 746/749 kB | 659 kB | 0.2/2.5 MB | 0.3/1.6 MB Progress (4): 749 kB | 659 kB | 0.2/2.5 MB | 0.3/1.6 MB Progress (4): 749 kB | 659 kB | 0.2/2.5 MB | 0.3/1.6 MB Progress (4): 749 kB | 659 kB | 0.2/2.5 MB | 0.3/1.6 MB Progress (4): 749 kB | 659 kB | 0.2/2.5 MB | 0.3/1.6 MB Progress (4): 749 kB | 659 kB | 0.2/2.5 MB | 0.3/1.6 MB Progress (4): 749 kB | 659 kB | 0.2/2.5 MB | 0.3/1.6 MB Progress (4): 749 kB | 659 kB | 0.2/2.5 MB | 0.3/1.6 MB Progress (5): 749 kB | 659 kB | 0.2/2.5 MB | 0.3/1.6 MB | 4.1/62 kB Progress (5): 749 kB | 659 kB | 0.2/2.5 MB | 0.3/1.6 MB | 7.8/62 kB Progress (5): 749 kB | 659 kB | 0.2/2.5 MB | 0.3/1.6 MB | 12/62 kB Progress (5): 749 kB | 659 kB | 0.2/2.5 MB | 0.3/1.6 MB | 16/62 kB Progress (5): 749 kB | 659 kB | 0.2/2.5 MB | 0.3/1.6 MB | 16/62 kB Progress (5): 749 kB | 659 kB | 0.2/2.5 MB | 0.3/1.6 MB | 16/62 kB Progress (5): 749 kB | 659 kB | 0.2/2.5 MB | 0.3/1.6 MB | 16/62 kB Progress (5): 749 kB | 659 kB | 0.2/2.5 MB | 0.3/1.6 MB | 16/62 kB Progress (5): 749 kB | 659 kB | 0.2/2.5 MB | 0.4/1.6 MB | 16/62 kB Progress (5): 749 kB | 659 kB | 0.2/2.5 MB | 0.4/1.6 MB | 16/62 kB Progress (5): 749 kB | 659 kB | 0.2/2.5 MB | 0.4/1.6 MB | 16/62 kB Progress (5): 749 kB | 659 kB | 0.2/2.5 MB | 0.4/1.6 MB | 16/62 kB Progress (5): 749 kB | 659 kB | 0.2/2.5 MB | 0.4/1.6 MB | 16/62 kB Progress (5): 749 kB | 659 kB | 0.2/2.5 MB | 0.4/1.6 MB | 16/62 kB Progress (5): 749 kB | 659 kB | 0.2/2.5 MB | 0.4/1.6 MB | 16/62 kB Progress (5): 749 kB | 659 kB | 0.2/2.5 MB | 0.4/1.6 MB | 16/62 kB Progress (5): 749 kB | 659 kB | 0.2/2.5 MB | 0.4/1.6 MB | 16/62 kB Progress (5): 749 kB | 659 kB | 0.2/2.5 MB | 0.4/1.6 MB | 16/62 kB Progress (5): 749 kB | 659 kB | 0.2/2.5 MB | 0.4/1.6 MB | 16/62 kB Progress (5): 749 kB | 659 kB | 0.2/2.5 MB | 0.4/1.6 MB | 16/62 kB Progress (5): 749 kB | 659 kB | 0.2/2.5 MB | 0.5/1.6 MB | 16/62 kB Progress (5): 749 kB | 659 kB | 0.2/2.5 MB | 0.5/1.6 MB | 16/62 kB Progress (5): 749 kB | 659 kB | 0.2/2.5 MB | 0.5/1.6 MB | 20/62 kB Progress (5): 749 kB | 659 kB | 0.2/2.5 MB | 0.5/1.6 MB | 24/62 kB Progress (5): 749 kB | 659 kB | 0.2/2.5 MB | 0.5/1.6 MB | 28/62 kB Progress (5): 749 kB | 659 kB | 0.2/2.5 MB | 0.5/1.6 MB | 32/62 kB Progress (5): 749 kB | 659 kB | 0.2/2.5 MB | 0.5/1.6 MB | 36/62 kB Progress (5): 749 kB | 659 kB | 0.2/2.5 MB | 0.5/1.6 MB | 41/62 kB Progress (5): 749 kB | 659 kB | 0.2/2.5 MB | 0.5/1.6 MB | 45/62 kB Progress (5): 749 kB | 659 kB | 0.2/2.5 MB | 0.5/1.6 MB | 49/62 kB Progress (5): 749 kB | 659 kB | 0.2/2.5 MB | 0.5/1.6 MB | 53/62 kB Progress (5): 749 kB | 659 kB | 0.2/2.5 MB | 0.5/1.6 MB | 57/62 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/sun/mail/javax.mail/1.6.2/javax.mail-1.6.2.jar (659 kB at 69 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/aventstack/extentreports/3.1.5/extentreports-3.1.5.jar +Progress (4): 749 kB | 0.3/2.5 MB | 0.5/1.6 MB | 57/62 kB Progress (4): 749 kB | 0.3/2.5 MB | 0.5/1.6 MB | 57/62 kB Progress (4): 749 kB | 0.3/2.5 MB | 0.5/1.6 MB | 57/62 kB Progress (4): 749 kB | 0.3/2.5 MB | 0.5/1.6 MB | 57/62 kB Progress (4): 749 kB | 0.3/2.5 MB | 0.5/1.6 MB | 57/62 kB Progress (4): 749 kB | 0.3/2.5 MB | 0.5/1.6 MB | 57/62 kB Progress (4): 749 kB | 0.3/2.5 MB | 0.5/1.6 MB | 57/62 kB Progress (4): 749 kB | 0.3/2.5 MB | 0.5/1.6 MB | 57/62 kB Progress (4): 749 kB | 0.3/2.5 MB | 0.5/1.6 MB | 57/62 kB Progress (4): 749 kB | 0.3/2.5 MB | 0.5/1.6 MB | 57/62 kB Progress (4): 749 kB | 0.3/2.5 MB | 0.5/1.6 MB | 57/62 kB Progress (4): 749 kB | 0.3/2.5 MB | 0.5/1.6 MB | 57/62 kB Progress (4): 749 kB | 0.3/2.5 MB | 0.5/1.6 MB | 57/62 kB Progress (4): 749 kB | 0.3/2.5 MB | 0.5/1.6 MB | 57/62 kB Progress (4): 749 kB | 0.3/2.5 MB | 0.6/1.6 MB | 57/62 kB Progress (4): 749 kB | 0.3/2.5 MB | 0.6/1.6 MB | 61/62 kB Progress (4): 749 kB | 0.3/2.5 MB | 0.6/1.6 MB | 62 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/javassist/javassist/3.19.0-GA/javassist-3.19.0-GA.jar (749 kB at 77 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/mongodb/mongodb-driver/3.3.0/mongodb-driver-3.3.0.jar +Progress (3): 0.3/2.5 MB | 0.6/1.6 MB | 62 kB Progress (3): 0.3/2.5 MB | 0.6/1.6 MB | 62 kB Progress (3): 0.4/2.5 MB | 0.6/1.6 MB | 62 kB Progress (3): 0.4/2.5 MB | 0.6/1.6 MB | 62 kB Progress (3): 0.4/2.5 MB | 0.6/1.6 MB | 62 kB Progress (3): 0.4/2.5 MB | 0.6/1.6 MB | 62 kB Progress (3): 0.4/2.5 MB | 0.6/1.6 MB | 62 kB Progress (3): 0.4/2.5 MB | 0.6/1.6 MB | 62 kB Progress (3): 0.4/2.5 MB | 0.6/1.6 MB | 62 kB Progress (3): 0.4/2.5 MB | 0.6/1.6 MB | 62 kB Progress (3): 0.4/2.5 MB | 0.6/1.6 MB | 62 kB Progress (3): 0.4/2.5 MB | 0.6/1.6 MB | 62 kB Progress (3): 0.4/2.5 MB | 0.6/1.6 MB | 62 kB Progress (3): 0.4/2.5 MB | 0.6/1.6 MB | 62 kB Progress (3): 0.4/2.5 MB | 0.6/1.6 MB | 62 kB Progress (3): 0.4/2.5 MB | 0.6/1.6 MB | 62 kB Progress (3): 0.4/2.5 MB | 0.7/1.6 MB | 62 kB Progress (3): 0.4/2.5 MB | 0.7/1.6 MB | 62 kB Progress (4): 0.4/2.5 MB | 0.7/1.6 MB | 62 kB | 4.1/173 kB Progress (4): 0.4/2.5 MB | 0.7/1.6 MB | 62 kB | 7.8/173 kB Progress (4): 0.4/2.5 MB | 0.7/1.6 MB | 62 kB | 12/173 kB Progress (4): 0.4/2.5 MB | 0.7/1.6 MB | 62 kB | 16/173 kB Progress (4): 0.4/2.5 MB | 0.7/1.6 MB | 62 kB | 20/173 kB Progress (4): 0.4/2.5 MB | 0.7/1.6 MB | 62 kB | 24/173 kB Progress (4): 0.4/2.5 MB | 0.7/1.6 MB | 62 kB | 28/173 kB Progress (4): 0.4/2.5 MB | 0.7/1.6 MB | 62 kB | 32/173 kB Progress (4): 0.4/2.5 MB | 0.7/1.6 MB | 62 kB | 36/173 kB Progress (4): 0.4/2.5 MB | 0.7/1.6 MB | 62 kB | 41/173 kB Progress (4): 0.4/2.5 MB | 0.7/1.6 MB | 62 kB | 45/173 kB Progress (4): 0.4/2.5 MB | 0.7/1.6 MB | 62 kB | 49/173 kB Progress (4): 0.4/2.5 MB | 0.7/1.6 MB | 62 kB | 53/173 kB Progress (4): 0.4/2.5 MB | 0.7/1.6 MB | 62 kB | 57/173 kB Progress (4): 0.4/2.5 MB | 0.7/1.6 MB | 62 kB | 57/173 kB Progress (4): 0.4/2.5 MB | 0.7/1.6 MB | 62 kB | 57/173 kB Progress (4): 0.4/2.5 MB | 0.7/1.6 MB | 62 kB | 57/173 kB Progress (4): 0.4/2.5 MB | 0.7/1.6 MB | 62 kB | 57/173 kB Progress (4): 0.4/2.5 MB | 0.7/1.6 MB | 62 kB | 57/173 kB Progress (4): 0.5/2.5 MB | 0.7/1.6 MB | 62 kB | 57/173 kB Progress (4): 0.5/2.5 MB | 0.7/1.6 MB | 62 kB | 57/173 kB Progress (4): 0.5/2.5 MB | 0.7/1.6 MB | 62 kB | 57/173 kB Progress (4): 0.5/2.5 MB | 0.7/1.6 MB | 62 kB | 57/173 kB Progress (4): 0.5/2.5 MB | 0.7/1.6 MB | 62 kB | 57/173 kB Progress (4): 0.5/2.5 MB | 0.7/1.6 MB | 62 kB | 57/173 kB Progress (4): 0.5/2.5 MB | 0.7/1.6 MB | 62 kB | 57/173 kB Progress (4): 0.5/2.5 MB | 0.7/1.6 MB | 62 kB | 57/173 kB Progress (4): 0.5/2.5 MB | 0.7/1.6 MB | 62 kB | 57/173 kB Progress (4): 0.5/2.5 MB | 0.7/1.6 MB | 62 kB | 57/173 kB Progress (4): 0.5/2.5 MB | 0.8/1.6 MB | 62 kB | 57/173 kB Progress (4): 0.5/2.5 MB | 0.8/1.6 MB | 62 kB | 57/173 kB Progress (4): 0.5/2.5 MB | 0.8/1.6 MB | 62 kB | 57/173 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/commons-logging/commons-logging/1.2/commons-logging-1.2.jar (62 kB at 6.1 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/mongodb/bson/3.3.0/bson-3.3.0.jar +Progress (4): 0.5/2.5 MB | 0.8/1.6 MB | 57/173 kB | 4.1/346 kB Progress (4): 0.5/2.5 MB | 0.8/1.6 MB | 57/173 kB | 7.8/346 kB Progress (4): 0.5/2.5 MB | 0.8/1.6 MB | 57/173 kB | 12/346 kB Progress (4): 0.5/2.5 MB | 0.8/1.6 MB | 57/173 kB | 16/346 kB Progress (4): 0.5/2.5 MB | 0.8/1.6 MB | 57/173 kB | 20/346 kB Progress (4): 0.5/2.5 MB | 0.8/1.6 MB | 57/173 kB | 24/346 kB Progress (4): 0.5/2.5 MB | 0.8/1.6 MB | 61/173 kB | 24/346 kB Progress (4): 0.5/2.5 MB | 0.8/1.6 MB | 65/173 kB | 24/346 kB Progress (4): 0.5/2.5 MB | 0.8/1.6 MB | 69/173 kB | 24/346 kB Progress (4): 0.5/2.5 MB | 0.8/1.6 MB | 73/173 kB | 24/346 kB Progress (4): 0.5/2.5 MB | 0.8/1.6 MB | 77/173 kB | 24/346 kB Progress (4): 0.5/2.5 MB | 0.8/1.6 MB | 82/173 kB | 24/346 kB Progress (4): 0.5/2.5 MB | 0.8/1.6 MB | 86/173 kB | 24/346 kB Progress (4): 0.5/2.5 MB | 0.8/1.6 MB | 90/173 kB | 24/346 kB Progress (4): 0.5/2.5 MB | 0.8/1.6 MB | 94/173 kB | 24/346 kB Progress (4): 0.5/2.5 MB | 0.8/1.6 MB | 98/173 kB | 24/346 kB Progress (4): 0.5/2.5 MB | 0.8/1.6 MB | 102/173 kB | 24/346 kB Progress (4): 0.5/2.5 MB | 0.8/1.6 MB | 106/173 kB | 24/346 kB Progress (4): 0.5/2.5 MB | 0.8/1.6 MB | 110/173 kB | 24/346 kB Progress (4): 0.5/2.5 MB | 0.8/1.6 MB | 114/173 kB | 24/346 kB Progress (4): 0.5/2.5 MB | 0.8/1.6 MB | 118/173 kB | 24/346 kB Progress (4): 0.5/2.5 MB | 0.8/1.6 MB | 122/173 kB | 24/346 kB Progress (4): 0.5/2.5 MB | 0.8/1.6 MB | 126/173 kB | 24/346 kB Progress (4): 0.5/2.5 MB | 0.8/1.6 MB | 131/173 kB | 24/346 kB Progress (4): 0.5/2.5 MB | 0.8/1.6 MB | 135/173 kB | 24/346 kB Progress (4): 0.5/2.5 MB | 0.8/1.6 MB | 139/173 kB | 24/346 kB Progress (4): 0.5/2.5 MB | 0.8/1.6 MB | 143/173 kB | 24/346 kB Progress (4): 0.5/2.5 MB | 0.8/1.6 MB | 147/173 kB | 24/346 kB Progress (4): 0.5/2.5 MB | 0.8/1.6 MB | 151/173 kB | 24/346 kB Progress (4): 0.5/2.5 MB | 0.8/1.6 MB | 155/173 kB | 24/346 kB Progress (4): 0.5/2.5 MB | 0.8/1.6 MB | 159/173 kB | 24/346 kB Progress (4): 0.5/2.5 MB | 0.8/1.6 MB | 159/173 kB | 24/346 kB Progress (4): 0.5/2.5 MB | 0.8/1.6 MB | 159/173 kB | 24/346 kB Progress (4): 0.5/2.5 MB | 0.8/1.6 MB | 159/173 kB | 24/346 kB Progress (4): 0.5/2.5 MB | 0.8/1.6 MB | 159/173 kB | 24/346 kB Progress (4): 0.5/2.5 MB | 0.8/1.6 MB | 159/173 kB | 24/346 kB Progress (4): 0.5/2.5 MB | 0.8/1.6 MB | 159/173 kB | 24/346 kB Progress (4): 0.6/2.5 MB | 0.8/1.6 MB | 159/173 kB | 24/346 kB Progress (4): 0.6/2.5 MB | 0.8/1.6 MB | 159/173 kB | 24/346 kB Progress (4): 0.6/2.5 MB | 0.8/1.6 MB | 159/173 kB | 24/346 kB Progress (4): 0.6/2.5 MB | 0.8/1.6 MB | 159/173 kB | 24/346 kB Progress (4): 0.6/2.5 MB | 0.8/1.6 MB | 159/173 kB | 24/346 kB Progress (4): 0.6/2.5 MB | 0.8/1.6 MB | 159/173 kB | 24/346 kB Progress (4): 0.6/2.5 MB | 0.8/1.6 MB | 159/173 kB | 24/346 kB Progress (4): 0.6/2.5 MB | 0.8/1.6 MB | 159/173 kB | 24/346 kB Progress (4): 0.6/2.5 MB | 0.9/1.6 MB | 159/173 kB | 24/346 kB Progress (4): 0.6/2.5 MB | 0.9/1.6 MB | 159/173 kB | 24/346 kB Progress (4): 0.6/2.5 MB | 0.9/1.6 MB | 159/173 kB | 24/346 kB Progress (4): 0.6/2.5 MB | 0.9/1.6 MB | 159/173 kB | 24/346 kB Progress (4): 0.6/2.5 MB | 0.9/1.6 MB | 159/173 kB | 24/346 kB Progress (4): 0.6/2.5 MB | 0.9/1.6 MB | 159/173 kB | 28/346 kB Progress (4): 0.6/2.5 MB | 0.9/1.6 MB | 159/173 kB | 32/346 kB Progress (4): 0.6/2.5 MB | 0.9/1.6 MB | 159/173 kB | 36/346 kB Progress (4): 0.6/2.5 MB | 0.9/1.6 MB | 159/173 kB | 41/346 kB Progress (4): 0.6/2.5 MB | 0.9/1.6 MB | 159/173 kB | 45/346 kB Progress (4): 0.6/2.5 MB | 0.9/1.6 MB | 159/173 kB | 49/346 kB Progress (4): 0.6/2.5 MB | 0.9/1.6 MB | 159/173 kB | 53/346 kB Progress (4): 0.6/2.5 MB | 0.9/1.6 MB | 159/173 kB | 57/346 kB Progress (4): 0.6/2.5 MB | 0.9/1.6 MB | 159/173 kB | 61/346 kB Progress (4): 0.6/2.5 MB | 0.9/1.6 MB | 159/173 kB | 65/346 kB Progress (4): 0.6/2.5 MB | 0.9/1.6 MB | 159/173 kB | 69/346 kB Progress (4): 0.6/2.5 MB | 0.9/1.6 MB | 159/173 kB | 73/346 kB Progress (4): 0.6/2.5 MB | 0.9/1.6 MB | 159/173 kB | 77/346 kB Progress (4): 0.6/2.5 MB | 0.9/1.6 MB | 159/173 kB | 82/346 kB Progress (4): 0.6/2.5 MB | 0.9/1.6 MB | 159/173 kB | 86/346 kB Progress (4): 0.6/2.5 MB | 0.9/1.6 MB | 159/173 kB | 90/346 kB Progress (4): 0.6/2.5 MB | 0.9/1.6 MB | 159/173 kB | 94/346 kB Progress (4): 0.6/2.5 MB | 0.9/1.6 MB | 159/173 kB | 98/346 kB Progress (4): 0.6/2.5 MB | 0.9/1.6 MB | 163/173 kB | 98/346 kB Progress (4): 0.6/2.5 MB | 0.9/1.6 MB | 167/173 kB | 98/346 kB Progress (4): 0.6/2.5 MB | 0.9/1.6 MB | 171/173 kB | 98/346 kB Progress (4): 0.6/2.5 MB | 0.9/1.6 MB | 173 kB | 98/346 kB Progress (4): 0.6/2.5 MB | 0.9/1.6 MB | 173 kB | 98/346 kB Progress (4): 0.6/2.5 MB | 0.9/1.6 MB | 173 kB | 98/346 kB Progress (4): 0.6/2.5 MB | 0.9/1.6 MB | 173 kB | 98/346 kB Progress (4): 0.6/2.5 MB | 0.9/1.6 MB | 173 kB | 98/346 kB Progress (4): 0.6/2.5 MB | 0.9/1.6 MB | 173 kB | 98/346 kB Progress (4): 0.6/2.5 MB | 0.9/1.6 MB | 173 kB | 98/346 kB Progress (4): 0.6/2.5 MB | 0.9/1.6 MB | 173 kB | 98/346 kB Progress (4): 0.6/2.5 MB | 0.9/1.6 MB | 173 kB | 98/346 kB Progress (4): 0.6/2.5 MB | 0.9/1.6 MB | 173 kB | 98/346 kB Progress (4): 0.6/2.5 MB | 0.9/1.6 MB | 173 kB | 98/346 kB Progress (4): 0.6/2.5 MB | 0.9/1.6 MB | 173 kB | 98/346 kB Progress (4): 0.6/2.5 MB | 0.9/1.6 MB | 173 kB | 98/346 kB Progress (4): 0.6/2.5 MB | 1.0/1.6 MB | 173 kB | 98/346 kB Progress (4): 0.6/2.5 MB | 1.0/1.6 MB | 173 kB | 98/346 kB Progress (4): 0.6/2.5 MB | 1.0/1.6 MB | 173 kB | 98/346 kB Progress (4): 0.6/2.5 MB | 1.0/1.6 MB | 173 kB | 98/346 kB Progress (4): 0.6/2.5 MB | 1.0/1.6 MB | 173 kB | 98/346 kB Progress (4): 0.6/2.5 MB | 1.0/1.6 MB | 173 kB | 98/346 kB Progress (4): 0.6/2.5 MB | 1.0/1.6 MB | 173 kB | 98/346 kB Progress (4): 0.6/2.5 MB | 1.0/1.6 MB | 173 kB | 102/346 kB Progress (4): 0.6/2.5 MB | 1.0/1.6 MB | 173 kB | 106/346 kB Progress (4): 0.6/2.5 MB | 1.0/1.6 MB | 173 kB | 110/346 kB Progress (4): 0.6/2.5 MB | 1.0/1.6 MB | 173 kB | 114/346 kB Progress (4): 0.6/2.5 MB | 1.0/1.6 MB | 173 kB | 118/346 kB Progress (4): 0.6/2.5 MB | 1.0/1.6 MB | 173 kB | 122/346 kB Progress (4): 0.6/2.5 MB | 1.0/1.6 MB | 173 kB | 127/346 kB Progress (4): 0.6/2.5 MB | 1.0/1.6 MB | 173 kB | 131/346 kB Progress (4): 0.6/2.5 MB | 1.0/1.6 MB | 173 kB | 135/346 kB Progress (4): 0.6/2.5 MB | 1.0/1.6 MB | 173 kB | 139/346 kB Progress (4): 0.6/2.5 MB | 1.0/1.6 MB | 173 kB | 143/346 kB Progress (4): 0.6/2.5 MB | 1.0/1.6 MB | 173 kB | 147/346 kB Progress (4): 0.6/2.5 MB | 1.0/1.6 MB | 173 kB | 151/346 kB Progress (4): 0.6/2.5 MB | 1.0/1.6 MB | 173 kB | 155/346 kB Progress (4): 0.6/2.5 MB | 1.0/1.6 MB | 173 kB | 159/346 kB Progress (4): 0.6/2.5 MB | 1.0/1.6 MB | 173 kB | 163/346 kB Progress (5): 0.6/2.5 MB | 1.0/1.6 MB | 173 kB | 163/346 kB | 4.1/234 kB Progress (5): 0.6/2.5 MB | 1.0/1.6 MB | 173 kB | 163/346 kB | 4.1/234 kB Progress (5): 0.6/2.5 MB | 1.0/1.6 MB | 173 kB | 163/346 kB | 7.8/234 kB Progress (5): 0.6/2.5 MB | 1.0/1.6 MB | 173 kB | 163/346 kB | 7.8/234 kB Progress (5): 0.6/2.5 MB | 1.0/1.6 MB | 173 kB | 163/346 kB | 12/234 kB Progress (5): 0.6/2.5 MB | 1.0/1.6 MB | 173 kB | 163/346 kB | 16/234 kB Progress (5): 0.6/2.5 MB | 1.0/1.6 MB | 173 kB | 168/346 kB | 16/234 kB Progress (5): 0.6/2.5 MB | 1.0/1.6 MB | 173 kB | 172/346 kB | 16/234 kB Progress (5): 0.6/2.5 MB | 1.0/1.6 MB | 173 kB | 176/346 kB | 16/234 kB Progress (5): 0.7/2.5 MB | 1.0/1.6 MB | 173 kB | 176/346 kB | 16/234 kB Progress (5): 0.7/2.5 MB | 1.0/1.6 MB | 173 kB | 180/346 kB | 16/234 kB Progress (5): 0.7/2.5 MB | 1.0/1.6 MB | 173 kB | 180/346 kB | 16/234 kB Progress (5): 0.7/2.5 MB | 1.0/1.6 MB | 173 kB | 180/346 kB | 16/234 kB Progress (5): 0.7/2.5 MB | 1.0/1.6 MB | 173 kB | 180/346 kB | 16/234 kB Progress (5): 0.7/2.5 MB | 1.0/1.6 MB | 173 kB | 180/346 kB | 16/234 kB Progress (5): 0.7/2.5 MB | 1.0/1.6 MB | 173 kB | 180/346 kB | 16/234 kB Progress (5): 0.7/2.5 MB | 1.0/1.6 MB | 173 kB | 180/346 kB | 16/234 kB Progress (5): 0.7/2.5 MB | 1.0/1.6 MB | 173 kB | 180/346 kB | 16/234 kB Progress (5): 0.7/2.5 MB | 1.1/1.6 MB | 173 kB | 180/346 kB | 16/234 kB Progress (5): 0.7/2.5 MB | 1.1/1.6 MB | 173 kB | 180/346 kB | 16/234 kB Progress (5): 0.7/2.5 MB | 1.1/1.6 MB | 173 kB | 180/346 kB | 16/234 kB Progress (5): 0.7/2.5 MB | 1.1/1.6 MB | 173 kB | 180/346 kB | 16/234 kB Progress (5): 0.7/2.5 MB | 1.1/1.6 MB | 173 kB | 180/346 kB | 16/234 kB Progress (5): 0.7/2.5 MB | 1.1/1.6 MB | 173 kB | 180/346 kB | 16/234 kB Progress (5): 0.7/2.5 MB | 1.1/1.6 MB | 173 kB | 180/346 kB | 16/234 kB Progress (5): 0.7/2.5 MB | 1.1/1.6 MB | 173 kB | 180/346 kB | 16/234 kB Progress (5): 0.7/2.5 MB | 1.1/1.6 MB | 173 kB | 180/346 kB | 16/234 kB Progress (5): 0.7/2.5 MB | 1.1/1.6 MB | 173 kB | 180/346 kB | 16/234 kB Progress (5): 0.7/2.5 MB | 1.1/1.6 MB | 173 kB | 184/346 kB | 16/234 kB Progress (5): 0.7/2.5 MB | 1.1/1.6 MB | 173 kB | 188/346 kB | 16/234 kB Progress (5): 0.7/2.5 MB | 1.1/1.6 MB | 173 kB | 192/346 kB | 16/234 kB Progress (5): 0.7/2.5 MB | 1.1/1.6 MB | 173 kB | 196/346 kB | 16/234 kB Progress (5): 0.7/2.5 MB | 1.1/1.6 MB | 173 kB | 200/346 kB | 16/234 kB Progress (5): 0.7/2.5 MB | 1.1/1.6 MB | 173 kB | 204/346 kB | 16/234 kB Progress (5): 0.7/2.5 MB | 1.1/1.6 MB | 173 kB | 208/346 kB | 16/234 kB Progress (5): 0.7/2.5 MB | 1.1/1.6 MB | 173 kB | 213/346 kB | 16/234 kB Progress (5): 0.7/2.5 MB | 1.1/1.6 MB | 173 kB | 217/346 kB | 16/234 kB Progress (5): 0.7/2.5 MB | 1.1/1.6 MB | 173 kB | 221/346 kB | 16/234 kB Progress (5): 0.7/2.5 MB | 1.1/1.6 MB | 173 kB | 225/346 kB | 16/234 kB Progress (5): 0.7/2.5 MB | 1.1/1.6 MB | 173 kB | 229/346 kB | 16/234 kB Progress (5): 0.7/2.5 MB | 1.1/1.6 MB | 173 kB | 233/346 kB | 16/234 kB Progress (5): 0.7/2.5 MB | 1.1/1.6 MB | 173 kB | 237/346 kB | 16/234 kB Progress (5): 0.7/2.5 MB | 1.1/1.6 MB | 173 kB | 241/346 kB | 16/234 kB Progress (5): 0.7/2.5 MB | 1.1/1.6 MB | 173 kB | 245/346 kB | 16/234 kB Progress (5): 0.7/2.5 MB | 1.1/1.6 MB | 173 kB | 249/346 kB | 16/234 kB Progress (5): 0.7/2.5 MB | 1.1/1.6 MB | 173 kB | 249/346 kB | 20/234 kB Progress (5): 0.7/2.5 MB | 1.1/1.6 MB | 173 kB | 254/346 kB | 20/234 kB Progress (5): 0.7/2.5 MB | 1.1/1.6 MB | 173 kB | 254/346 kB | 24/234 kB Progress (5): 0.7/2.5 MB | 1.1/1.6 MB | 173 kB | 258/346 kB | 24/234 kB Progress (5): 0.7/2.5 MB | 1.1/1.6 MB | 173 kB | 261/346 kB | 24/234 kB Progress (5): 0.7/2.5 MB | 1.1/1.6 MB | 173 kB | 261/346 kB | 28/234 kB Progress (5): 0.7/2.5 MB | 1.1/1.6 MB | 173 kB | 261/346 kB | 32/234 kB Progress (5): 0.7/2.5 MB | 1.1/1.6 MB | 173 kB | 261/346 kB | 36/234 kB Progress (5): 0.7/2.5 MB | 1.1/1.6 MB | 173 kB | 261/346 kB | 41/234 kB Progress (5): 0.7/2.5 MB | 1.1/1.6 MB | 173 kB | 261/346 kB | 41/234 kB Progress (5): 0.7/2.5 MB | 1.1/1.6 MB | 173 kB | 265/346 kB | 41/234 kB Progress (5): 0.7/2.5 MB | 1.1/1.6 MB | 173 kB | 270/346 kB | 41/234 kB Progress (5): 0.7/2.5 MB | 1.1/1.6 MB | 173 kB | 274/346 kB | 41/234 kB Progress (5): 0.7/2.5 MB | 1.1/1.6 MB | 173 kB | 278/346 kB | 41/234 kB Progress (5): 0.8/2.5 MB | 1.1/1.6 MB | 173 kB | 278/346 kB | 41/234 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/aventstack/extentreports/3.1.5/extentreports-3.1.5.jar (173 kB at 16 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/mongodb/mongodb-driver-core/3.3.0/mongodb-driver-core-3.3.0.jar +Progress (4): 0.8/2.5 MB | 1.1/1.6 MB | 278/346 kB | 41/234 kB Progress (4): 0.8/2.5 MB | 1.1/1.6 MB | 278/346 kB | 41/234 kB Progress (4): 0.8/2.5 MB | 1.1/1.6 MB | 278/346 kB | 41/234 kB Progress (4): 0.8/2.5 MB | 1.1/1.6 MB | 278/346 kB | 41/234 kB Progress (4): 0.8/2.5 MB | 1.2/1.6 MB | 278/346 kB | 41/234 kB Progress (4): 0.8/2.5 MB | 1.2/1.6 MB | 278/346 kB | 41/234 kB Progress (4): 0.8/2.5 MB | 1.2/1.6 MB | 278/346 kB | 41/234 kB Progress (4): 0.8/2.5 MB | 1.2/1.6 MB | 278/346 kB | 41/234 kB Progress (4): 0.8/2.5 MB | 1.2/1.6 MB | 278/346 kB | 41/234 kB Progress (4): 0.8/2.5 MB | 1.2/1.6 MB | 278/346 kB | 41/234 kB Progress (4): 0.8/2.5 MB | 1.2/1.6 MB | 278/346 kB | 41/234 kB Progress (4): 0.8/2.5 MB | 1.2/1.6 MB | 278/346 kB | 41/234 kB Progress (4): 0.8/2.5 MB | 1.2/1.6 MB | 278/346 kB | 41/234 kB Progress (4): 0.8/2.5 MB | 1.2/1.6 MB | 278/346 kB | 41/234 kB Progress (4): 0.8/2.5 MB | 1.2/1.6 MB | 278/346 kB | 41/234 kB Progress (4): 0.8/2.5 MB | 1.2/1.6 MB | 278/346 kB | 41/234 kB Progress (4): 0.8/2.5 MB | 1.2/1.6 MB | 278/346 kB | 41/234 kB Progress (4): 0.8/2.5 MB | 1.2/1.6 MB | 282/346 kB | 41/234 kB Progress (4): 0.8/2.5 MB | 1.2/1.6 MB | 286/346 kB | 41/234 kB Progress (4): 0.8/2.5 MB | 1.2/1.6 MB | 290/346 kB | 41/234 kB Progress (4): 0.8/2.5 MB | 1.2/1.6 MB | 294/346 kB | 41/234 kB Progress (4): 0.8/2.5 MB | 1.2/1.6 MB | 298/346 kB | 41/234 kB Progress (4): 0.8/2.5 MB | 1.2/1.6 MB | 302/346 kB | 41/234 kB Progress (4): 0.8/2.5 MB | 1.2/1.6 MB | 306/346 kB | 41/234 kB Progress (4): 0.8/2.5 MB | 1.2/1.6 MB | 310/346 kB | 41/234 kB Progress (4): 0.8/2.5 MB | 1.2/1.6 MB | 315/346 kB | 41/234 kB Progress (4): 0.8/2.5 MB | 1.2/1.6 MB | 319/346 kB | 41/234 kB Progress (4): 0.8/2.5 MB | 1.2/1.6 MB | 323/346 kB | 41/234 kB Progress (4): 0.8/2.5 MB | 1.2/1.6 MB | 327/346 kB | 41/234 kB Progress (4): 0.8/2.5 MB | 1.2/1.6 MB | 331/346 kB | 41/234 kB Progress (4): 0.8/2.5 MB | 1.2/1.6 MB | 335/346 kB | 41/234 kB Progress (4): 0.8/2.5 MB | 1.2/1.6 MB | 339/346 kB | 41/234 kB Progress (4): 0.8/2.5 MB | 1.2/1.6 MB | 343/346 kB | 41/234 kB Progress (4): 0.8/2.5 MB | 1.2/1.6 MB | 346 kB | 41/234 kB Progress (4): 0.8/2.5 MB | 1.2/1.6 MB | 346 kB | 45/234 kB Progress (4): 0.8/2.5 MB | 1.2/1.6 MB | 346 kB | 49/234 kB Progress (4): 0.8/2.5 MB | 1.2/1.6 MB | 346 kB | 53/234 kB Progress (4): 0.8/2.5 MB | 1.2/1.6 MB | 346 kB | 57/234 kB Progress (4): 0.8/2.5 MB | 1.2/1.6 MB | 346 kB | 61/234 kB Progress (4): 0.8/2.5 MB | 1.2/1.6 MB | 346 kB | 65/234 kB Progress (4): 0.8/2.5 MB | 1.2/1.6 MB | 346 kB | 69/234 kB Progress (4): 0.8/2.5 MB | 1.2/1.6 MB | 346 kB | 73/234 kB Progress (4): 0.8/2.5 MB | 1.2/1.6 MB | 346 kB | 73/234 kB Progress (4): 0.8/2.5 MB | 1.3/1.6 MB | 346 kB | 73/234 kB Progress (4): 0.8/2.5 MB | 1.3/1.6 MB | 346 kB | 77/234 kB Progress (4): 0.8/2.5 MB | 1.3/1.6 MB | 346 kB | 82/234 kB Progress (4): 0.8/2.5 MB | 1.3/1.6 MB | 346 kB | 82/234 kB Progress (4): 0.8/2.5 MB | 1.3/1.6 MB | 346 kB | 86/234 kB Progress (4): 0.8/2.5 MB | 1.3/1.6 MB | 346 kB | 90/234 kB Progress (4): 0.8/2.5 MB | 1.3/1.6 MB | 346 kB | 94/234 kB Progress (4): 0.8/2.5 MB | 1.3/1.6 MB | 346 kB | 98/234 kB Progress (4): 0.8/2.5 MB | 1.3/1.6 MB | 346 kB | 101/234 kB Progress (4): 0.8/2.5 MB | 1.3/1.6 MB | 346 kB | 105/234 kB Progress (4): 0.8/2.5 MB | 1.3/1.6 MB | 346 kB | 109/234 kB Progress (4): 0.9/2.5 MB | 1.3/1.6 MB | 346 kB | 109/234 kB Progress (4): 0.9/2.5 MB | 1.3/1.6 MB | 346 kB | 113/234 kB Progress (4): 0.9/2.5 MB | 1.3/1.6 MB | 346 kB | 118/234 kB Progress (4): 0.9/2.5 MB | 1.3/1.6 MB | 346 kB | 122/234 kB Progress (4): 0.9/2.5 MB | 1.3/1.6 MB | 346 kB | 126/234 kB Progress (4): 0.9/2.5 MB | 1.3/1.6 MB | 346 kB | 126/234 kB Progress (4): 0.9/2.5 MB | 1.3/1.6 MB | 346 kB | 126/234 kB Progress (4): 0.9/2.5 MB | 1.3/1.6 MB | 346 kB | 126/234 kB Progress (4): 0.9/2.5 MB | 1.3/1.6 MB | 346 kB | 126/234 kB Progress (4): 0.9/2.5 MB | 1.3/1.6 MB | 346 kB | 126/234 kB Progress (4): 0.9/2.5 MB | 1.3/1.6 MB | 346 kB | 126/234 kB Progress (4): 0.9/2.5 MB | 1.3/1.6 MB | 346 kB | 126/234 kB Progress (4): 0.9/2.5 MB | 1.3/1.6 MB | 346 kB | 126/234 kB Progress (4): 0.9/2.5 MB | 1.3/1.6 MB | 346 kB | 126/234 kB Progress (4): 0.9/2.5 MB | 1.3/1.6 MB | 346 kB | 126/234 kB Progress (4): 0.9/2.5 MB | 1.3/1.6 MB | 346 kB | 126/234 kB Progress (4): 0.9/2.5 MB | 1.3/1.6 MB | 346 kB | 126/234 kB Progress (4): 0.9/2.5 MB | 1.3/1.6 MB | 346 kB | 126/234 kB Progress (4): 0.9/2.5 MB | 1.4/1.6 MB | 346 kB | 126/234 kB Progress (4): 0.9/2.5 MB | 1.4/1.6 MB | 346 kB | 126/234 kB Progress (4): 0.9/2.5 MB | 1.4/1.6 MB | 346 kB | 126/234 kB Progress (4): 0.9/2.5 MB | 1.4/1.6 MB | 346 kB | 126/234 kB Progress (4): 0.9/2.5 MB | 1.4/1.6 MB | 346 kB | 130/234 kB Progress (4): 0.9/2.5 MB | 1.4/1.6 MB | 346 kB | 134/234 kB Progress (4): 0.9/2.5 MB | 1.4/1.6 MB | 346 kB | 138/234 kB Progress (4): 0.9/2.5 MB | 1.4/1.6 MB | 346 kB | 142/234 kB Progress (4): 0.9/2.5 MB | 1.4/1.6 MB | 346 kB | 146/234 kB Progress (4): 0.9/2.5 MB | 1.4/1.6 MB | 346 kB | 150/234 kB Progress (4): 0.9/2.5 MB | 1.4/1.6 MB | 346 kB | 154/234 kB Progress (4): 0.9/2.5 MB | 1.4/1.6 MB | 346 kB | 158/234 kB Progress (4): 0.9/2.5 MB | 1.4/1.6 MB | 346 kB | 163/234 kB Progress (4): 0.9/2.5 MB | 1.4/1.6 MB | 346 kB | 167/234 kB Progress (4): 0.9/2.5 MB | 1.4/1.6 MB | 346 kB | 171/234 kB Progress (4): 0.9/2.5 MB | 1.4/1.6 MB | 346 kB | 175/234 kB Progress (4): 0.9/2.5 MB | 1.4/1.6 MB | 346 kB | 179/234 kB Progress (4): 0.9/2.5 MB | 1.4/1.6 MB | 346 kB | 183/234 kB Progress (4): 0.9/2.5 MB | 1.4/1.6 MB | 346 kB | 187/234 kB Progress (4): 0.9/2.5 MB | 1.4/1.6 MB | 346 kB | 191/234 kB Progress (4): 0.9/2.5 MB | 1.4/1.6 MB | 346 kB | 195/234 kB Progress (4): 0.9/2.5 MB | 1.4/1.6 MB | 346 kB | 199/234 kB Progress (4): 0.9/2.5 MB | 1.4/1.6 MB | 346 kB | 204/234 kB Progress (4): 0.9/2.5 MB | 1.4/1.6 MB | 346 kB | 208/234 kB Progress (4): 0.9/2.5 MB | 1.4/1.6 MB | 346 kB | 208/234 kB Progress (4): 0.9/2.5 MB | 1.4/1.6 MB | 346 kB | 208/234 kB Progress (4): 1.0/2.5 MB | 1.4/1.6 MB | 346 kB | 208/234 kB Progress (4): 1.0/2.5 MB | 1.4/1.6 MB | 346 kB | 208/234 kB Progress (4): 1.0/2.5 MB | 1.4/1.6 MB | 346 kB | 208/234 kB Progress (4): 1.0/2.5 MB | 1.4/1.6 MB | 346 kB | 208/234 kB Progress (5): 1.0/2.5 MB | 1.4/1.6 MB | 346 kB | 208/234 kB | 7.8/963 kB Progress (5): 1.0/2.5 MB | 1.4/1.6 MB | 346 kB | 208/234 kB | 16/963 kB Progress (5): 1.0/2.5 MB | 1.4/1.6 MB | 346 kB | 208/234 kB | 24/963 kB Progress (5): 1.0/2.5 MB | 1.4/1.6 MB | 346 kB | 208/234 kB | 32/963 kB Progress (5): 1.0/2.5 MB | 1.4/1.6 MB | 346 kB | 208/234 kB | 41/963 kB Progress (5): 1.0/2.5 MB | 1.4/1.6 MB | 346 kB | 208/234 kB | 49/963 kB Progress (5): 1.0/2.5 MB | 1.4/1.6 MB | 346 kB | 208/234 kB | 57/963 kB Progress (5): 1.0/2.5 MB | 1.4/1.6 MB | 346 kB | 208/234 kB | 65/963 kB Progress (5): 1.0/2.5 MB | 1.4/1.6 MB | 346 kB | 208/234 kB | 73/963 kB Progress (5): 1.0/2.5 MB | 1.4/1.6 MB | 346 kB | 208/234 kB | 82/963 kB Progress (5): 1.0/2.5 MB | 1.4/1.6 MB | 346 kB | 208/234 kB | 90/963 kB Progress (5): 1.0/2.5 MB | 1.4/1.6 MB | 346 kB | 208/234 kB | 98/963 kB Progress (5): 1.0/2.5 MB | 1.4/1.6 MB | 346 kB | 208/234 kB | 98/963 kB Progress (5): 1.0/2.5 MB | 1.4/1.6 MB | 346 kB | 212/234 kB | 98/963 kB Progress (5): 1.0/2.5 MB | 1.4/1.6 MB | 346 kB | 216/234 kB | 98/963 kB Progress (5): 1.0/2.5 MB | 1.4/1.6 MB | 346 kB | 220/234 kB | 98/963 kB Progress (5): 1.0/2.5 MB | 1.4/1.6 MB | 346 kB | 224/234 kB | 98/963 kB Progress (5): 1.0/2.5 MB | 1.4/1.6 MB | 346 kB | 228/234 kB | 98/963 kB Progress (5): 1.0/2.5 MB | 1.4/1.6 MB | 346 kB | 232/234 kB | 98/963 kB Progress (5): 1.0/2.5 MB | 1.4/1.6 MB | 346 kB | 234 kB | 98/963 kB Progress (5): 1.0/2.5 MB | 1.4/1.6 MB | 346 kB | 234 kB | 98/963 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/mongodb/mongodb-driver/3.3.0/mongodb-driver-3.3.0.jar (346 kB at 31 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/httpcomponents/httpmime/4.5.2/httpmime-4.5.2.jar +Progress (4): 1.0/2.5 MB | 1.4/1.6 MB | 234 kB | 98/963 kB Progress (4): 1.0/2.5 MB | 1.4/1.6 MB | 234 kB | 98/963 kB Progress (4): 1.0/2.5 MB | 1.4/1.6 MB | 234 kB | 98/963 kB Progress (4): 1.0/2.5 MB | 1.4/1.6 MB | 234 kB | 106/963 kB Progress (4): 1.0/2.5 MB | 1.4/1.6 MB | 234 kB | 114/963 kB Progress (4): 1.0/2.5 MB | 1.4/1.6 MB | 234 kB | 122/963 kB Progress (4): 1.0/2.5 MB | 1.4/1.6 MB | 234 kB | 131/963 kB Progress (4): 1.0/2.5 MB | 1.4/1.6 MB | 234 kB | 139/963 kB Progress (4): 1.0/2.5 MB | 1.4/1.6 MB | 234 kB | 147/963 kB Progress (4): 1.0/2.5 MB | 1.4/1.6 MB | 234 kB | 155/963 kB Progress (4): 1.0/2.5 MB | 1.4/1.6 MB | 234 kB | 163/963 kB Progress (4): 1.0/2.5 MB | 1.4/1.6 MB | 234 kB | 172/963 kB Progress (4): 1.0/2.5 MB | 1.4/1.6 MB | 234 kB | 180/963 kB Progress (4): 1.0/2.5 MB | 1.4/1.6 MB | 234 kB | 188/963 kB Progress (4): 1.0/2.5 MB | 1.4/1.6 MB | 234 kB | 196/963 kB Progress (4): 1.0/2.5 MB | 1.4/1.6 MB | 234 kB | 204/963 kB Progress (4): 1.0/2.5 MB | 1.4/1.6 MB | 234 kB | 213/963 kB Progress (4): 1.0/2.5 MB | 1.4/1.6 MB | 234 kB | 213/963 kB Progress (4): 1.0/2.5 MB | 1.4/1.6 MB | 234 kB | 213/963 kB Progress (4): 1.0/2.5 MB | 1.4/1.6 MB | 234 kB | 213/963 kB Progress (4): 1.0/2.5 MB | 1.4/1.6 MB | 234 kB | 213/963 kB Progress (4): 1.0/2.5 MB | 1.4/1.6 MB | 234 kB | 213/963 kB Progress (4): 1.0/2.5 MB | 1.4/1.6 MB | 234 kB | 213/963 kB Progress (4): 1.0/2.5 MB | 1.4/1.6 MB | 234 kB | 213/963 kB Progress (4): 1.0/2.5 MB | 1.5/1.6 MB | 234 kB | 213/963 kB Progress (4): 1.0/2.5 MB | 1.5/1.6 MB | 234 kB | 213/963 kB Progress (4): 1.0/2.5 MB | 1.5/1.6 MB | 234 kB | 213/963 kB Progress (4): 1.0/2.5 MB | 1.5/1.6 MB | 234 kB | 213/963 kB Progress (4): 1.0/2.5 MB | 1.5/1.6 MB | 234 kB | 213/963 kB Progress (4): 1.0/2.5 MB | 1.5/1.6 MB | 234 kB | 213/963 kB Progress (4): 1.0/2.5 MB | 1.5/1.6 MB | 234 kB | 213/963 kB Progress (4): 1.0/2.5 MB | 1.5/1.6 MB | 234 kB | 213/963 kB Progress (4): 1.0/2.5 MB | 1.5/1.6 MB | 234 kB | 213/963 kB Progress (4): 1.0/2.5 MB | 1.5/1.6 MB | 234 kB | 213/963 kB Progress (4): 1.0/2.5 MB | 1.5/1.6 MB | 234 kB | 213/963 kB Progress (4): 1.0/2.5 MB | 1.5/1.6 MB | 234 kB | 213/963 kB Progress (4): 1.0/2.5 MB | 1.6/1.6 MB | 234 kB | 213/963 kB Progress (4): 1.1/2.5 MB | 1.6/1.6 MB | 234 kB | 213/963 kB Progress (4): 1.1/2.5 MB | 1.6 MB | 234 kB | 213/963 kB Progress (4): 1.1/2.5 MB | 1.6 MB | 234 kB | 213/963 kB Progress (4): 1.1/2.5 MB | 1.6 MB | 234 kB | 213/963 kB Progress (4): 1.1/2.5 MB | 1.6 MB | 234 kB | 213/963 kB Progress (4): 1.1/2.5 MB | 1.6 MB | 234 kB | 213/963 kB Progress (4): 1.1/2.5 MB | 1.6 MB | 234 kB | 221/963 kB Progress (4): 1.1/2.5 MB | 1.6 MB | 234 kB | 229/963 kB Progress (4): 1.1/2.5 MB | 1.6 MB | 234 kB | 237/963 kB Progress (4): 1.1/2.5 MB | 1.6 MB | 234 kB | 245/963 kB Progress (4): 1.1/2.5 MB | 1.6 MB | 234 kB | 254/963 kB Progress (4): 1.1/2.5 MB | 1.6 MB | 234 kB | 261/963 kB Progress (4): 1.1/2.5 MB | 1.6 MB | 234 kB | 270/963 kB Progress (4): 1.1/2.5 MB | 1.6 MB | 234 kB | 278/963 kB Progress (4): 1.1/2.5 MB | 1.6 MB | 234 kB | 286/963 kB Progress (4): 1.1/2.5 MB | 1.6 MB | 234 kB | 294/963 kB Progress (4): 1.1/2.5 MB | 1.6 MB | 234 kB | 302/963 kB Progress (4): 1.1/2.5 MB | 1.6 MB | 234 kB | 310/963 kB Progress (4): 1.1/2.5 MB | 1.6 MB | 234 kB | 319/963 kB Progress (4): 1.1/2.5 MB | 1.6 MB | 234 kB | 327/963 kB Progress (4): 1.1/2.5 MB | 1.6 MB | 234 kB | 327/963 kB Progress (4): 1.2/2.5 MB | 1.6 MB | 234 kB | 327/963 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/mongodb/bson/3.3.0/bson-3.3.0.jar (234 kB at 20 kB/s) +Progress (3): 1.2/2.5 MB | 1.6 MB | 327/963 kB Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/code/gson/gson/2.8.0/gson-2.8.0.jar +Progress (3): 1.2/2.5 MB | 1.6 MB | 327/963 kB Progress (3): 1.2/2.5 MB | 1.6 MB | 327/963 kB Progress (3): 1.2/2.5 MB | 1.6 MB | 335/963 kB Progress (3): 1.2/2.5 MB | 1.6 MB | 343/963 kB Progress (4): 1.2/2.5 MB | 1.6 MB | 343/963 kB | 4.1/41 kB Progress (4): 1.2/2.5 MB | 1.6 MB | 343/963 kB | 7.8/41 kB Progress (4): 1.2/2.5 MB | 1.6 MB | 343/963 kB | 12/41 kB Progress (4): 1.2/2.5 MB | 1.6 MB | 343/963 kB | 16/41 kB Progress (4): 1.2/2.5 MB | 1.6 MB | 343/963 kB | 20/41 kB Progress (4): 1.2/2.5 MB | 1.6 MB | 343/963 kB | 24/41 kB Progress (4): 1.2/2.5 MB | 1.6 MB | 351/963 kB | 24/41 kB Progress (4): 1.2/2.5 MB | 1.6 MB | 360/963 kB | 24/41 kB Progress (4): 1.2/2.5 MB | 1.6 MB | 368/963 kB | 24/41 kB Progress (4): 1.2/2.5 MB | 1.6 MB | 376/963 kB | 24/41 kB Progress (4): 1.2/2.5 MB | 1.6 MB | 384/963 kB | 24/41 kB Progress (4): 1.2/2.5 MB | 1.6 MB | 392/963 kB | 24/41 kB Progress (4): 1.2/2.5 MB | 1.6 MB | 401/963 kB | 24/41 kB Progress (4): 1.2/2.5 MB | 1.6 MB | 409/963 kB | 24/41 kB Progress (4): 1.2/2.5 MB | 1.6 MB | 417/963 kB | 24/41 kB Progress (4): 1.2/2.5 MB | 1.6 MB | 425/963 kB | 24/41 kB Progress (4): 1.2/2.5 MB | 1.6 MB | 433/963 kB | 24/41 kB Progress (4): 1.2/2.5 MB | 1.6 MB | 442/963 kB | 24/41 kB Progress (4): 1.2/2.5 MB | 1.6 MB | 450/963 kB | 24/41 kB Progress (4): 1.2/2.5 MB | 1.6 MB | 458/963 kB | 24/41 kB Progress (4): 1.2/2.5 MB | 1.6 MB | 458/963 kB | 24/41 kB Progress (4): 1.2/2.5 MB | 1.6 MB | 458/963 kB | 24/41 kB Progress (4): 1.3/2.5 MB | 1.6 MB | 458/963 kB | 24/41 kB Progress (4): 1.3/2.5 MB | 1.6 MB | 458/963 kB | 24/41 kB Progress (4): 1.3/2.5 MB | 1.6 MB | 458/963 kB | 24/41 kB Progress (4): 1.3/2.5 MB | 1.6 MB | 458/963 kB | 28/41 kB Progress (4): 1.3/2.5 MB | 1.6 MB | 458/963 kB | 32/41 kB Progress (4): 1.3/2.5 MB | 1.6 MB | 458/963 kB | 36/41 kB Progress (4): 1.3/2.5 MB | 1.6 MB | 458/963 kB | 41/41 kB Progress (4): 1.3/2.5 MB | 1.6 MB | 458/963 kB | 41 kB Progress (4): 1.3/2.5 MB | 1.6 MB | 466/963 kB | 41 kB Progress (4): 1.3/2.5 MB | 1.6 MB | 474/963 kB | 41 kB Progress (4): 1.3/2.5 MB | 1.6 MB | 482/963 kB | 41 kB Progress (4): 1.3/2.5 MB | 1.6 MB | 491/963 kB | 41 kB Progress (4): 1.3/2.5 MB | 1.6 MB | 499/963 kB | 41 kB Progress (4): 1.3/2.5 MB | 1.6 MB | 507/963 kB | 41 kB Progress (4): 1.3/2.5 MB | 1.6 MB | 515/963 kB | 41 kB Progress (4): 1.3/2.5 MB | 1.6 MB | 523/963 kB | 41 kB Progress (4): 1.3/2.5 MB | 1.6 MB | 532/963 kB | 41 kB Progress (4): 1.3/2.5 MB | 1.6 MB | 540/963 kB | 41 kB Progress (4): 1.3/2.5 MB | 1.6 MB | 548/963 kB | 41 kB Progress (4): 1.3/2.5 MB | 1.6 MB | 556/963 kB | 41 kB Progress (4): 1.3/2.5 MB | 1.6 MB | 564/963 kB | 41 kB Progress (4): 1.3/2.5 MB | 1.6 MB | 573/963 kB | 41 kB Progress (4): 1.3/2.5 MB | 1.6 MB | 581/963 kB | 41 kB Progress (4): 1.3/2.5 MB | 1.6 MB | 589/963 kB | 41 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/pdfbox/fontbox/2.0.13/fontbox-2.0.13.jar (1.6 MB at 130 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/relevantcodes/extentreports/2.41.2/extentreports-2.41.2.jar +Progress (3): 1.3/2.5 MB | 589/963 kB | 41 kB Progress (3): 1.3/2.5 MB | 589/963 kB | 41 kB Progress (3): 1.3/2.5 MB | 589/963 kB | 41 kB Progress (3): 1.4/2.5 MB | 589/963 kB | 41 kB Progress (3): 1.4/2.5 MB | 597/963 kB | 41 kB Progress (3): 1.4/2.5 MB | 605/963 kB | 41 kB Progress (4): 1.4/2.5 MB | 605/963 kB | 41 kB | 4.1/232 kB Progress (4): 1.4/2.5 MB | 605/963 kB | 41 kB | 7.8/232 kB Progress (4): 1.4/2.5 MB | 605/963 kB | 41 kB | 12/232 kB Progress (4): 1.4/2.5 MB | 605/963 kB | 41 kB | 16/232 kB Progress (4): 1.4/2.5 MB | 605/963 kB | 41 kB | 20/232 kB Progress (4): 1.4/2.5 MB | 605/963 kB | 41 kB | 24/232 kB Progress (4): 1.4/2.5 MB | 605/963 kB | 41 kB | 26/232 kB Progress (4): 1.4/2.5 MB | 614/963 kB | 41 kB | 26/232 kB Progress (4): 1.4/2.5 MB | 622/963 kB | 41 kB | 26/232 kB Progress (4): 1.4/2.5 MB | 630/963 kB | 41 kB | 26/232 kB Progress (4): 1.4/2.5 MB | 638/963 kB | 41 kB | 26/232 kB Progress (4): 1.4/2.5 MB | 646/963 kB | 41 kB | 26/232 kB Progress (4): 1.4/2.5 MB | 655/963 kB | 41 kB | 26/232 kB Progress (4): 1.4/2.5 MB | 663/963 kB | 41 kB | 26/232 kB Progress (4): 1.4/2.5 MB | 671/963 kB | 41 kB | 26/232 kB Progress (4): 1.4/2.5 MB | 679/963 kB | 41 kB | 26/232 kB Progress (4): 1.4/2.5 MB | 687/963 kB | 41 kB | 26/232 kB Progress (4): 1.4/2.5 MB | 695/963 kB | 41 kB | 26/232 kB Progress (4): 1.4/2.5 MB | 704/963 kB | 41 kB | 26/232 kB Progress (4): 1.4/2.5 MB | 712/963 kB | 41 kB | 26/232 kB Progress (4): 1.4/2.5 MB | 720/963 kB | 41 kB | 26/232 kB Progress (4): 1.4/2.5 MB | 728/963 kB | 41 kB | 26/232 kB Progress (4): 1.4/2.5 MB | 728/963 kB | 41 kB | 26/232 kB Progress (4): 1.4/2.5 MB | 728/963 kB | 41 kB | 26/232 kB Progress (4): 1.4/2.5 MB | 728/963 kB | 41 kB | 26/232 kB Progress (4): 1.4/2.5 MB | 728/963 kB | 41 kB | 26/232 kB Progress (4): 1.4/2.5 MB | 736/963 kB | 41 kB | 26/232 kB Progress (4): 1.4/2.5 MB | 745/963 kB | 41 kB | 26/232 kB Progress (4): 1.4/2.5 MB | 745/963 kB | 41 kB | 26/232 kB Progress (4): 1.4/2.5 MB | 753/963 kB | 41 kB | 26/232 kB Progress (4): 1.4/2.5 MB | 761/963 kB | 41 kB | 26/232 kB Progress (4): 1.4/2.5 MB | 761/963 kB | 41 kB | 30/232 kB Progress (4): 1.4/2.5 MB | 761/963 kB | 41 kB | 34/232 kB Progress (4): 1.4/2.5 MB | 761/963 kB | 41 kB | 39/232 kB Progress (4): 1.4/2.5 MB | 761/963 kB | 41 kB | 43/232 kB Progress (4): 1.4/2.5 MB | 761/963 kB | 41 kB | 47/232 kB Progress (4): 1.4/2.5 MB | 761/963 kB | 41 kB | 51/232 kB Progress (4): 1.4/2.5 MB | 761/963 kB | 41 kB | 55/232 kB Progress (4): 1.4/2.5 MB | 761/963 kB | 41 kB | 59/232 kB Progress (4): 1.4/2.5 MB | 761/963 kB | 41 kB | 63/232 kB Progress (4): 1.4/2.5 MB | 761/963 kB | 41 kB | 67/232 kB Progress (4): 1.4/2.5 MB | 761/963 kB | 41 kB | 71/232 kB Progress (4): 1.4/2.5 MB | 761/963 kB | 41 kB | 75/232 kB Progress (4): 1.4/2.5 MB | 761/963 kB | 41 kB | 80/232 kB Progress (4): 1.4/2.5 MB | 761/963 kB | 41 kB | 83/232 kB Progress (4): 1.4/2.5 MB | 761/963 kB | 41 kB | 87/232 kB Progress (4): 1.4/2.5 MB | 761/963 kB | 41 kB | 92/232 kB Progress (4): 1.4/2.5 MB | 761/963 kB | 41 kB | 96/232 kB Progress (4): 1.4/2.5 MB | 761/963 kB | 41 kB | 100/232 kB Progress (4): 1.4/2.5 MB | 761/963 kB | 41 kB | 104/232 kB Progress (4): 1.4/2.5 MB | 761/963 kB | 41 kB | 108/232 kB Progress (4): 1.4/2.5 MB | 761/963 kB | 41 kB | 112/232 kB Progress (4): 1.4/2.5 MB | 761/963 kB | 41 kB | 116/232 kB Progress (4): 1.4/2.5 MB | 769/963 kB | 41 kB | 116/232 kB Progress (4): 1.4/2.5 MB | 777/963 kB | 41 kB | 116/232 kB Progress (4): 1.4/2.5 MB | 786/963 kB | 41 kB | 116/232 kB Progress (4): 1.4/2.5 MB | 794/963 kB | 41 kB | 116/232 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/httpcomponents/httpmime/4.5.2/httpmime-4.5.2.jar (41 kB at 3.3 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/xerial/sqlite-jdbc/3.8.11.1/sqlite-jdbc-3.8.11.1.jar +Progress (3): 1.4/2.5 MB | 802/963 kB | 116/232 kB Progress (3): 1.4/2.5 MB | 810/963 kB | 116/232 kB Progress (3): 1.4/2.5 MB | 818/963 kB | 116/232 kB Progress (3): 1.4/2.5 MB | 827/963 kB | 116/232 kB Progress (3): 1.4/2.5 MB | 831/963 kB | 116/232 kB Progress (3): 1.4/2.5 MB | 839/963 kB | 116/232 kB Progress (3): 1.4/2.5 MB | 847/963 kB | 116/232 kB Progress (3): 1.4/2.5 MB | 855/963 kB | 116/232 kB Progress (3): 1.4/2.5 MB | 864/963 kB | 116/232 kB Progress (3): 1.4/2.5 MB | 872/963 kB | 116/232 kB Progress (3): 1.4/2.5 MB | 880/963 kB | 116/232 kB Progress (3): 1.4/2.5 MB | 888/963 kB | 116/232 kB Progress (3): 1.4/2.5 MB | 893/963 kB | 116/232 kB Progress (3): 1.5/2.5 MB | 893/963 kB | 116/232 kB Progress (4): 1.5/2.5 MB | 893/963 kB | 116/232 kB | 0/1.8 MB Progress (4): 1.5/2.5 MB | 893/963 kB | 116/232 kB | 0/1.8 MB Progress (4): 1.5/2.5 MB | 893/963 kB | 116/232 kB | 0/1.8 MB Progress (4): 1.5/2.5 MB | 893/963 kB | 116/232 kB | 0/1.8 MB Progress (4): 1.5/2.5 MB | 893/963 kB | 116/232 kB | 0/1.8 MB Progress (4): 1.5/2.5 MB | 893/963 kB | 116/232 kB | 0/1.8 MB Progress (4): 1.5/2.5 MB | 901/963 kB | 116/232 kB | 0/1.8 MB Progress (4): 1.5/2.5 MB | 910/963 kB | 116/232 kB | 0/1.8 MB Progress (4): 1.5/2.5 MB | 910/963 kB | 120/232 kB | 0/1.8 MB Progress (4): 1.5/2.5 MB | 910/963 kB | 124/232 kB | 0/1.8 MB Progress (4): 1.5/2.5 MB | 910/963 kB | 128/232 kB | 0/1.8 MB Progress (4): 1.5/2.5 MB | 910/963 kB | 132/232 kB | 0/1.8 MB Progress (4): 1.5/2.5 MB | 910/963 kB | 137/232 kB | 0/1.8 MB Progress (4): 1.5/2.5 MB | 910/963 kB | 141/232 kB | 0/1.8 MB Progress (4): 1.5/2.5 MB | 910/963 kB | 145/232 kB | 0/1.8 MB Progress (4): 1.5/2.5 MB | 910/963 kB | 149/232 kB | 0/1.8 MB Progress (4): 1.5/2.5 MB | 910/963 kB | 153/232 kB | 0/1.8 MB Progress (4): 1.5/2.5 MB | 910/963 kB | 157/232 kB | 0/1.8 MB Progress (4): 1.5/2.5 MB | 910/963 kB | 161/232 kB | 0/1.8 MB Progress (4): 1.5/2.5 MB | 910/963 kB | 165/232 kB | 0/1.8 MB Progress (4): 1.5/2.5 MB | 910/963 kB | 169/232 kB | 0/1.8 MB Progress (4): 1.5/2.5 MB | 910/963 kB | 173/232 kB | 0/1.8 MB Progress (4): 1.5/2.5 MB | 910/963 kB | 178/232 kB | 0/1.8 MB Progress (4): 1.5/2.5 MB | 918/963 kB | 178/232 kB | 0/1.8 MB Progress (4): 1.5/2.5 MB | 926/963 kB | 178/232 kB | 0/1.8 MB Progress (4): 1.5/2.5 MB | 926/963 kB | 182/232 kB | 0/1.8 MB Progress (4): 1.5/2.5 MB | 926/963 kB | 186/232 kB | 0/1.8 MB Progress (4): 1.5/2.5 MB | 926/963 kB | 190/232 kB | 0/1.8 MB Progress (4): 1.5/2.5 MB | 926/963 kB | 194/232 kB | 0/1.8 MB Progress (4): 1.5/2.5 MB | 934/963 kB | 194/232 kB | 0/1.8 MB Progress (4): 1.5/2.5 MB | 942/963 kB | 194/232 kB | 0/1.8 MB Progress (4): 1.5/2.5 MB | 950/963 kB | 194/232 kB | 0/1.8 MB Progress (4): 1.5/2.5 MB | 959/963 kB | 194/232 kB | 0/1.8 MB Progress (4): 1.5/2.5 MB | 963 kB | 194/232 kB | 0/1.8 MB Progress (4): 1.5/2.5 MB | 963 kB | 198/232 kB | 0/1.8 MB Progress (4): 1.5/2.5 MB | 963 kB | 202/232 kB | 0/1.8 MB Progress (4): 1.5/2.5 MB | 963 kB | 206/232 kB | 0/1.8 MB Progress (4): 1.5/2.5 MB | 963 kB | 210/232 kB | 0/1.8 MB Progress (4): 1.5/2.5 MB | 963 kB | 210/232 kB | 0/1.8 MB Progress (4): 1.5/2.5 MB | 963 kB | 210/232 kB | 0/1.8 MB Progress (4): 1.5/2.5 MB | 963 kB | 210/232 kB | 0/1.8 MB Progress (4): 1.5/2.5 MB | 963 kB | 210/232 kB | 0/1.8 MB Progress (4): 1.5/2.5 MB | 963 kB | 210/232 kB | 0.1/1.8 MB Progress (4): 1.5/2.5 MB | 963 kB | 210/232 kB | 0.1/1.8 MB Progress (4): 1.5/2.5 MB | 963 kB | 210/232 kB | 0.1/1.8 MB Progress (4): 1.5/2.5 MB | 963 kB | 210/232 kB | 0.1/1.8 MB Progress (4): 1.6/2.5 MB | 963 kB | 210/232 kB | 0.1/1.8 MB Progress (4): 1.6/2.5 MB | 963 kB | 210/232 kB | 0.1/1.8 MB Progress (4): 1.6/2.5 MB | 963 kB | 210/232 kB | 0.1/1.8 MB Progress (4): 1.6/2.5 MB | 963 kB | 210/232 kB | 0.1/1.8 MB Progress (4): 1.6/2.5 MB | 963 kB | 214/232 kB | 0.1/1.8 MB Progress (4): 1.6/2.5 MB | 963 kB | 219/232 kB | 0.1/1.8 MB Progress (4): 1.6/2.5 MB | 963 kB | 223/232 kB | 0.1/1.8 MB Progress (4): 1.6/2.5 MB | 963 kB | 227/232 kB | 0.1/1.8 MB Progress (4): 1.6/2.5 MB | 963 kB | 231/232 kB | 0.1/1.8 MB Progress (4): 1.6/2.5 MB | 963 kB | 232 kB | 0.1/1.8 MB Progress (4): 1.6/2.5 MB | 963 kB | 232 kB | 0.1/1.8 MB Progress (4): 1.6/2.5 MB | 963 kB | 232 kB | 0.1/1.8 MB Progress (4): 1.6/2.5 MB | 963 kB | 232 kB | 0.1/1.8 MB Progress (4): 1.6/2.5 MB | 963 kB | 232 kB | 0.1/1.8 MB Progress (4): 1.6/2.5 MB | 963 kB | 232 kB | 0.1/1.8 MB Progress (4): 1.6/2.5 MB | 963 kB | 232 kB | 0.1/1.8 MB Progress (4): 1.6/2.5 MB | 963 kB | 232 kB | 0.1/1.8 MB Progress (4): 1.6/2.5 MB | 963 kB | 232 kB | 0.1/1.8 MB Progress (4): 1.6/2.5 MB | 963 kB | 232 kB | 0.1/1.8 MB Progress (4): 1.6/2.5 MB | 963 kB | 232 kB | 0.2/1.8 MB Progress (4): 1.6/2.5 MB | 963 kB | 232 kB | 0.2/1.8 MB Progress (4): 1.6/2.5 MB | 963 kB | 232 kB | 0.2/1.8 MB Progress (4): 1.6/2.5 MB | 963 kB | 232 kB | 0.2/1.8 MB Progress (4): 1.6/2.5 MB | 963 kB | 232 kB | 0.2/1.8 MB Progress (4): 1.6/2.5 MB | 963 kB | 232 kB | 0.2/1.8 MB Progress (4): 1.6/2.5 MB | 963 kB | 232 kB | 0.2/1.8 MB Progress (4): 1.7/2.5 MB | 963 kB | 232 kB | 0.2/1.8 MB Progress (4): 1.7/2.5 MB | 963 kB | 232 kB | 0.2/1.8 MB Progress (4): 1.7/2.5 MB | 963 kB | 232 kB | 0.2/1.8 MB Progress (4): 1.7/2.5 MB | 963 kB | 232 kB | 0.2/1.8 MB Progress (4): 1.7/2.5 MB | 963 kB | 232 kB | 0.2/1.8 MB Progress (4): 1.7/2.5 MB | 963 kB | 232 kB | 0.2/1.8 MB Progress (4): 1.7/2.5 MB | 963 kB | 232 kB | 0.2/1.8 MB Progress (5): 1.7/2.5 MB | 963 kB | 232 kB | 0.2/1.8 MB | 0/5.2 MB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/mongodb/mongodb-driver-core/3.3.0/mongodb-driver-core-3.3.0.jar (963 kB at 75 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/uncommons/reportng/1.1.2/reportng-1.1.2.jar +Progress (4): 1.7/2.5 MB | 232 kB | 0.2/1.8 MB | 0.1/5.2 MB Progress (4): 1.7/2.5 MB | 232 kB | 0.2/1.8 MB | 0.1/5.2 MB Progress (4): 1.7/2.5 MB | 232 kB | 0.2/1.8 MB | 0.1/5.2 MB Progress (4): 1.7/2.5 MB | 232 kB | 0.2/1.8 MB | 0.1/5.2 MB Progress (4): 1.7/2.5 MB | 232 kB | 0.3/1.8 MB | 0.1/5.2 MB Progress (4): 1.7/2.5 MB | 232 kB | 0.3/1.8 MB | 0.1/5.2 MB Progress (4): 1.7/2.5 MB | 232 kB | 0.3/1.8 MB | 0.1/5.2 MB Progress (4): 1.7/2.5 MB | 232 kB | 0.3/1.8 MB | 0.1/5.2 MB Progress (4): 1.7/2.5 MB | 232 kB | 0.3/1.8 MB | 0.1/5.2 MB Progress (4): 1.7/2.5 MB | 232 kB | 0.3/1.8 MB | 0.1/5.2 MB Progress (4): 1.7/2.5 MB | 232 kB | 0.3/1.8 MB | 0.1/5.2 MB Progress (4): 1.7/2.5 MB | 232 kB | 0.3/1.8 MB | 0.1/5.2 MB Progress (4): 1.7/2.5 MB | 232 kB | 0.3/1.8 MB | 0.1/5.2 MB Progress (4): 1.7/2.5 MB | 232 kB | 0.3/1.8 MB | 0.1/5.2 MB Progress (4): 1.7/2.5 MB | 232 kB | 0.3/1.8 MB | 0.1/5.2 MB Progress (4): 1.7/2.5 MB | 232 kB | 0.3/1.8 MB | 0.1/5.2 MB Progress (4): 1.8/2.5 MB | 232 kB | 0.3/1.8 MB | 0.1/5.2 MB Progress (4): 1.8/2.5 MB | 232 kB | 0.3/1.8 MB | 0.1/5.2 MB Progress (4): 1.8/2.5 MB | 232 kB | 0.3/1.8 MB | 0.1/5.2 MB Progress (4): 1.8/2.5 MB | 232 kB | 0.3/1.8 MB | 0.1/5.2 MB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/code/gson/gson/2.8.0/gson-2.8.0.jar (232 kB at 18 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/velocity/velocity/1.4/velocity-1.4.jar +Progress (3): 1.8/2.5 MB | 0.3/1.8 MB | 0.1/5.2 MB Progress (3): 1.8/2.5 MB | 0.3/1.8 MB | 0.1/5.2 MB Progress (3): 1.8/2.5 MB | 0.4/1.8 MB | 0.1/5.2 MB Progress (3): 1.8/2.5 MB | 0.4/1.8 MB | 0.1/5.2 MB Progress (3): 1.8/2.5 MB | 0.4/1.8 MB | 0.1/5.2 MB Progress (3): 1.8/2.5 MB | 0.4/1.8 MB | 0.1/5.2 MB Progress (3): 1.8/2.5 MB | 0.4/1.8 MB | 0.1/5.2 MB Progress (3): 1.8/2.5 MB | 0.4/1.8 MB | 0.1/5.2 MB Progress (3): 1.8/2.5 MB | 0.4/1.8 MB | 0.1/5.2 MB Progress (3): 1.8/2.5 MB | 0.4/1.8 MB | 0.1/5.2 MB Progress (3): 1.8/2.5 MB | 0.4/1.8 MB | 0.1/5.2 MB Progress (3): 1.8/2.5 MB | 0.4/1.8 MB | 0.1/5.2 MB Progress (3): 1.8/2.5 MB | 0.4/1.8 MB | 0.1/5.2 MB Progress (3): 1.8/2.5 MB | 0.4/1.8 MB | 0.1/5.2 MB Progress (3): 1.8/2.5 MB | 0.4/1.8 MB | 0.1/5.2 MB Progress (3): 1.8/2.5 MB | 0.4/1.8 MB | 0.1/5.2 MB Progress (3): 1.8/2.5 MB | 0.5/1.8 MB | 0.1/5.2 MB Progress (3): 1.8/2.5 MB | 0.5/1.8 MB | 0.1/5.2 MB Progress (3): 1.8/2.5 MB | 0.5/1.8 MB | 0.1/5.2 MB Progress (3): 1.8/2.5 MB | 0.5/1.8 MB | 0.1/5.2 MB Progress (3): 1.8/2.5 MB | 0.5/1.8 MB | 0.1/5.2 MB Progress (3): 1.8/2.5 MB | 0.5/1.8 MB | 0.1/5.2 MB Progress (3): 1.8/2.5 MB | 0.5/1.8 MB | 0.1/5.2 MB Progress (3): 1.9/2.5 MB | 0.5/1.8 MB | 0.1/5.2 MB Progress (3): 1.9/2.5 MB | 0.5/1.8 MB | 0.1/5.2 MB Progress (3): 1.9/2.5 MB | 0.5/1.8 MB | 0.1/5.2 MB Progress (3): 1.9/2.5 MB | 0.5/1.8 MB | 0.1/5.2 MB Progress (3): 1.9/2.5 MB | 0.5/1.8 MB | 0.1/5.2 MB Progress (3): 1.9/2.5 MB | 0.5/1.8 MB | 0.2/5.2 MB Progress (3): 1.9/2.5 MB | 0.5/1.8 MB | 0.2/5.2 MB Progress (3): 1.9/2.5 MB | 0.5/1.8 MB | 0.2/5.2 MB Progress (3): 1.9/2.5 MB | 0.5/1.8 MB | 0.2/5.2 MB Progress (3): 1.9/2.5 MB | 0.5/1.8 MB | 0.2/5.2 MB Progress (3): 1.9/2.5 MB | 0.5/1.8 MB | 0.2/5.2 MB Progress (3): 1.9/2.5 MB | 0.5/1.8 MB | 0.2/5.2 MB Progress (3): 1.9/2.5 MB | 0.5/1.8 MB | 0.2/5.2 MB Progress (3): 1.9/2.5 MB | 0.5/1.8 MB | 0.2/5.2 MB Progress (3): 1.9/2.5 MB | 0.5/1.8 MB | 0.2/5.2 MB Progress (3): 1.9/2.5 MB | 0.6/1.8 MB | 0.2/5.2 MB Progress (4): 1.9/2.5 MB | 0.6/1.8 MB | 0.2/5.2 MB | 4.1/42 kB Progress (4): 1.9/2.5 MB | 0.6/1.8 MB | 0.2/5.2 MB | 7.8/42 kB Progress (4): 1.9/2.5 MB | 0.6/1.8 MB | 0.2/5.2 MB | 12/42 kB Progress (4): 1.9/2.5 MB | 0.6/1.8 MB | 0.2/5.2 MB | 16/42 kB Progress (4): 1.9/2.5 MB | 0.6/1.8 MB | 0.2/5.2 MB | 20/42 kB Progress (4): 1.9/2.5 MB | 0.6/1.8 MB | 0.2/5.2 MB | 24/42 kB Progress (4): 1.9/2.5 MB | 0.6/1.8 MB | 0.2/5.2 MB | 28/42 kB Progress (4): 1.9/2.5 MB | 0.6/1.8 MB | 0.2/5.2 MB | 32/42 kB Progress (4): 1.9/2.5 MB | 0.6/1.8 MB | 0.2/5.2 MB | 36/42 kB Progress (4): 1.9/2.5 MB | 0.6/1.8 MB | 0.2/5.2 MB | 41/42 kB Progress (4): 1.9/2.5 MB | 0.6/1.8 MB | 0.2/5.2 MB | 42 kB Progress (4): 1.9/2.5 MB | 0.6/1.8 MB | 0.2/5.2 MB | 42 kB Progress (4): 1.9/2.5 MB | 0.6/1.8 MB | 0.2/5.2 MB | 42 kB Progress (4): 1.9/2.5 MB | 0.6/1.8 MB | 0.2/5.2 MB | 42 kB Progress (4): 1.9/2.5 MB | 0.6/1.8 MB | 0.2/5.2 MB | 42 kB Progress (4): 1.9/2.5 MB | 0.6/1.8 MB | 0.2/5.2 MB | 42 kB Progress (4): 1.9/2.5 MB | 0.6/1.8 MB | 0.2/5.2 MB | 42 kB Progress (4): 1.9/2.5 MB | 0.6/1.8 MB | 0.2/5.2 MB | 42 kB Progress (4): 1.9/2.5 MB | 0.6/1.8 MB | 0.2/5.2 MB | 42 kB Progress (4): 1.9/2.5 MB | 0.6/1.8 MB | 0.2/5.2 MB | 42 kB Progress (4): 1.9/2.5 MB | 0.6/1.8 MB | 0.2/5.2 MB | 42 kB Progress (4): 1.9/2.5 MB | 0.6/1.8 MB | 0.2/5.2 MB | 42 kB Progress (4): 1.9/2.5 MB | 0.6/1.8 MB | 0.2/5.2 MB | 42 kB Progress (4): 2.0/2.5 MB | 0.6/1.8 MB | 0.2/5.2 MB | 42 kB Progress (4): 2.0/2.5 MB | 0.6/1.8 MB | 0.2/5.2 MB | 42 kB Progress (4): 2.0/2.5 MB | 0.7/1.8 MB | 0.2/5.2 MB | 42 kB Progress (4): 2.0/2.5 MB | 0.7/1.8 MB | 0.2/5.2 MB | 42 kB Progress (4): 2.0/2.5 MB | 0.7/1.8 MB | 0.2/5.2 MB | 42 kB Progress (4): 2.0/2.5 MB | 0.7/1.8 MB | 0.2/5.2 MB | 42 kB Progress (5): 2.0/2.5 MB | 0.7/1.8 MB | 0.2/5.2 MB | 42 kB | 4.1/361 kB Progress (5): 2.0/2.5 MB | 0.7/1.8 MB | 0.2/5.2 MB | 42 kB | 7.8/361 kB Progress (5): 2.0/2.5 MB | 0.7/1.8 MB | 0.2/5.2 MB | 42 kB | 12/361 kB Progress (5): 2.0/2.5 MB | 0.7/1.8 MB | 0.2/5.2 MB | 42 kB | 16/361 kB Progress (5): 2.0/2.5 MB | 0.7/1.8 MB | 0.2/5.2 MB | 42 kB | 20/361 kB Progress (5): 2.0/2.5 MB | 0.7/1.8 MB | 0.2/5.2 MB | 42 kB | 24/361 kB Progress (5): 2.0/2.5 MB | 0.7/1.8 MB | 0.2/5.2 MB | 42 kB | 28/361 kB Progress (5): 2.0/2.5 MB | 0.7/1.8 MB | 0.2/5.2 MB | 42 kB | 32/361 kB Progress (5): 2.0/2.5 MB | 0.7/1.8 MB | 0.3/5.2 MB | 42 kB | 32/361 kB Progress (5): 2.0/2.5 MB | 0.7/1.8 MB | 0.3/5.2 MB | 42 kB | 32/361 kB Progress (5): 2.0/2.5 MB | 0.7/1.8 MB | 0.3/5.2 MB | 42 kB | 32/361 kB Progress (5): 2.0/2.5 MB | 0.7/1.8 MB | 0.3/5.2 MB | 42 kB | 32/361 kB Progress (5): 2.0/2.5 MB | 0.7/1.8 MB | 0.3/5.2 MB | 42 kB | 32/361 kB Progress (5): 2.0/2.5 MB | 0.7/1.8 MB | 0.3/5.2 MB | 42 kB | 32/361 kB Progress (5): 2.0/2.5 MB | 0.7/1.8 MB | 0.3/5.2 MB | 42 kB | 32/361 kB Progress (5): 2.0/2.5 MB | 0.7/1.8 MB | 0.3/5.2 MB | 42 kB | 32/361 kB Progress (5): 2.0/2.5 MB | 0.7/1.8 MB | 0.3/5.2 MB | 42 kB | 32/361 kB Progress (5): 2.0/2.5 MB | 0.7/1.8 MB | 0.3/5.2 MB | 42 kB | 32/361 kB Progress (5): 2.0/2.5 MB | 0.7/1.8 MB | 0.3/5.2 MB | 42 kB | 32/361 kB Progress (5): 2.0/2.5 MB | 0.7/1.8 MB | 0.3/5.2 MB | 42 kB | 32/361 kB Progress (5): 2.0/2.5 MB | 0.7/1.8 MB | 0.3/5.2 MB | 42 kB | 32/361 kB Progress (5): 2.0/2.5 MB | 0.8/1.8 MB | 0.3/5.2 MB | 42 kB | 32/361 kB Progress (5): 2.0/2.5 MB | 0.8/1.8 MB | 0.3/5.2 MB | 42 kB | 32/361 kB Progress (5): 2.0/2.5 MB | 0.8/1.8 MB | 0.3/5.2 MB | 42 kB | 32/361 kB Progress (5): 2.0/2.5 MB | 0.8/1.8 MB | 0.3/5.2 MB | 42 kB | 32/361 kB Progress (5): 2.0/2.5 MB | 0.8/1.8 MB | 0.3/5.2 MB | 42 kB | 32/361 kB Progress (5): 2.0/2.5 MB | 0.8/1.8 MB | 0.3/5.2 MB | 42 kB | 32/361 kB Progress (5): 2.0/2.5 MB | 0.8/1.8 MB | 0.3/5.2 MB | 42 kB | 32/361 kB Progress (5): 2.0/2.5 MB | 0.8/1.8 MB | 0.3/5.2 MB | 42 kB | 32/361 kB Progress (5): 2.0/2.5 MB | 0.8/1.8 MB | 0.3/5.2 MB | 42 kB | 32/361 kB Progress (5): 2.0/2.5 MB | 0.8/1.8 MB | 0.3/5.2 MB | 42 kB | 32/361 kB Progress (5): 2.0/2.5 MB | 0.8/1.8 MB | 0.3/5.2 MB | 42 kB | 32/361 kB Progress (5): 2.0/2.5 MB | 0.8/1.8 MB | 0.3/5.2 MB | 42 kB | 32/361 kB Progress (5): 2.0/2.5 MB | 0.8/1.8 MB | 0.3/5.2 MB | 42 kB | 32/361 kB Progress (5): 2.0/2.5 MB | 0.8/1.8 MB | 0.3/5.2 MB | 42 kB | 32/361 kB Progress (5): 2.0/2.5 MB | 0.8/1.8 MB | 0.3/5.2 MB | 42 kB | 32/361 kB Progress (5): 2.0/2.5 MB | 0.8/1.8 MB | 0.3/5.2 MB | 42 kB | 32/361 kB Progress (5): 2.1/2.5 MB | 0.8/1.8 MB | 0.3/5.2 MB | 42 kB | 32/361 kB Progress (5): 2.1/2.5 MB | 0.8/1.8 MB | 0.3/5.2 MB | 42 kB | 36/361 kB Progress (5): 2.1/2.5 MB | 0.8/1.8 MB | 0.3/5.2 MB | 42 kB | 41/361 kB Progress (5): 2.1/2.5 MB | 0.8/1.8 MB | 0.3/5.2 MB | 42 kB | 45/361 kB Progress (5): 2.1/2.5 MB | 0.8/1.8 MB | 0.3/5.2 MB | 42 kB | 49/361 kB Progress (5): 2.1/2.5 MB | 0.8/1.8 MB | 0.3/5.2 MB | 42 kB | 53/361 kB Progress (5): 2.1/2.5 MB | 0.8/1.8 MB | 0.3/5.2 MB | 42 kB | 57/361 kB Progress (5): 2.1/2.5 MB | 0.8/1.8 MB | 0.3/5.2 MB | 42 kB | 61/361 kB Progress (5): 2.1/2.5 MB | 0.8/1.8 MB | 0.3/5.2 MB | 42 kB | 65/361 kB Progress (5): 2.1/2.5 MB | 0.8/1.8 MB | 0.3/5.2 MB | 42 kB | 69/361 kB Progress (5): 2.1/2.5 MB | 0.8/1.8 MB | 0.3/5.2 MB | 42 kB | 73/361 kB Progress (5): 2.1/2.5 MB | 0.8/1.8 MB | 0.3/5.2 MB | 42 kB | 77/361 kB Progress (5): 2.1/2.5 MB | 0.8/1.8 MB | 0.3/5.2 MB | 42 kB | 82/361 kB Progress (5): 2.1/2.5 MB | 0.9/1.8 MB | 0.3/5.2 MB | 42 kB | 82/361 kB Progress (5): 2.1/2.5 MB | 0.9/1.8 MB | 0.3/5.2 MB | 42 kB | 86/361 kB Progress (5): 2.1/2.5 MB | 0.9/1.8 MB | 0.3/5.2 MB | 42 kB | 90/361 kB Progress (5): 2.1/2.5 MB | 0.9/1.8 MB | 0.3/5.2 MB | 42 kB | 94/361 kB Progress (5): 2.1/2.5 MB | 0.9/1.8 MB | 0.3/5.2 MB | 42 kB | 98/361 kB Progress (5): 2.1/2.5 MB | 0.9/1.8 MB | 0.3/5.2 MB | 42 kB | 102/361 kB Progress (5): 2.1/2.5 MB | 0.9/1.8 MB | 0.3/5.2 MB | 42 kB | 106/361 kB Progress (5): 2.1/2.5 MB | 0.9/1.8 MB | 0.3/5.2 MB | 42 kB | 110/361 kB Progress (5): 2.1/2.5 MB | 0.9/1.8 MB | 0.3/5.2 MB | 42 kB | 114/361 kB Progress (5): 2.1/2.5 MB | 0.9/1.8 MB | 0.3/5.2 MB | 42 kB | 118/361 kB Progress (5): 2.1/2.5 MB | 0.9/1.8 MB | 0.3/5.2 MB | 42 kB | 122/361 kB Progress (5): 2.1/2.5 MB | 0.9/1.8 MB | 0.3/5.2 MB | 42 kB | 127/361 kB Progress (5): 2.1/2.5 MB | 0.9/1.8 MB | 0.3/5.2 MB | 42 kB | 131/361 kB Progress (5): 2.1/2.5 MB | 0.9/1.8 MB | 0.4/5.2 MB | 42 kB | 131/361 kB Progress (5): 2.1/2.5 MB | 0.9/1.8 MB | 0.4/5.2 MB | 42 kB | 131/361 kB Progress (5): 2.1/2.5 MB | 0.9/1.8 MB | 0.4/5.2 MB | 42 kB | 131/361 kB Progress (5): 2.1/2.5 MB | 0.9/1.8 MB | 0.4/5.2 MB | 42 kB | 131/361 kB Progress (5): 2.1/2.5 MB | 0.9/1.8 MB | 0.4/5.2 MB | 42 kB | 131/361 kB Progress (5): 2.1/2.5 MB | 0.9/1.8 MB | 0.4/5.2 MB | 42 kB | 131/361 kB Progress (5): 2.1/2.5 MB | 0.9/1.8 MB | 0.4/5.2 MB | 42 kB | 131/361 kB Progress (5): 2.1/2.5 MB | 0.9/1.8 MB | 0.4/5.2 MB | 42 kB | 131/361 kB Progress (5): 2.1/2.5 MB | 0.9/1.8 MB | 0.4/5.2 MB | 42 kB | 131/361 kB Progress (5): 2.1/2.5 MB | 0.9/1.8 MB | 0.4/5.2 MB | 42 kB | 131/361 kB Progress (5): 2.1/2.5 MB | 0.9/1.8 MB | 0.4/5.2 MB | 42 kB | 131/361 kB Progress (5): 2.1/2.5 MB | 0.9/1.8 MB | 0.4/5.2 MB | 42 kB | 131/361 kB Progress (5): 2.1/2.5 MB | 0.9/1.8 MB | 0.4/5.2 MB | 42 kB | 131/361 kB Progress (5): 2.1/2.5 MB | 0.9/1.8 MB | 0.4/5.2 MB | 42 kB | 131/361 kB Progress (5): 2.1/2.5 MB | 0.9/1.8 MB | 0.4/5.2 MB | 42 kB | 131/361 kB Progress (5): 2.1/2.5 MB | 0.9/1.8 MB | 0.4/5.2 MB | 42 kB | 131/361 kB Progress (5): 2.1/2.5 MB | 1.0/1.8 MB | 0.4/5.2 MB | 42 kB | 131/361 kB Progress (5): 2.1/2.5 MB | 1.0/1.8 MB | 0.4/5.2 MB | 42 kB | 131/361 kB Progress (5): 2.1/2.5 MB | 1.0/1.8 MB | 0.4/5.2 MB | 42 kB | 131/361 kB Progress (5): 2.1/2.5 MB | 1.0/1.8 MB | 0.4/5.2 MB | 42 kB | 131/361 kB Progress (5): 2.1/2.5 MB | 1.0/1.8 MB | 0.4/5.2 MB | 42 kB | 131/361 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/uncommons/reportng/1.1.2/reportng-1.1.2.jar (42 kB at 3.0 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/velocity/velocity-dep/1.4/velocity-dep-1.4.jar +Progress (4): 2.1/2.5 MB | 1.0/1.8 MB | 0.4/5.2 MB | 131/361 kB Progress (4): 2.1/2.5 MB | 1.0/1.8 MB | 0.4/5.2 MB | 131/361 kB Progress (4): 2.1/2.5 MB | 1.0/1.8 MB | 0.4/5.2 MB | 131/361 kB Progress (4): 2.1/2.5 MB | 1.0/1.8 MB | 0.4/5.2 MB | 131/361 kB Progress (4): 2.1/2.5 MB | 1.0/1.8 MB | 0.4/5.2 MB | 131/361 kB Progress (4): 2.1/2.5 MB | 1.0/1.8 MB | 0.4/5.2 MB | 131/361 kB Progress (4): 2.1/2.5 MB | 1.0/1.8 MB | 0.4/5.2 MB | 131/361 kB Progress (4): 2.1/2.5 MB | 1.0/1.8 MB | 0.4/5.2 MB | 131/361 kB Progress (4): 2.1/2.5 MB | 1.0/1.8 MB | 0.4/5.2 MB | 131/361 kB Progress (4): 2.1/2.5 MB | 1.0/1.8 MB | 0.4/5.2 MB | 135/361 kB Progress (4): 2.1/2.5 MB | 1.0/1.8 MB | 0.4/5.2 MB | 139/361 kB Progress (4): 2.1/2.5 MB | 1.0/1.8 MB | 0.4/5.2 MB | 143/361 kB Progress (4): 2.1/2.5 MB | 1.0/1.8 MB | 0.4/5.2 MB | 146/361 kB Progress (4): 2.1/2.5 MB | 1.0/1.8 MB | 0.4/5.2 MB | 150/361 kB Progress (4): 2.1/2.5 MB | 1.0/1.8 MB | 0.4/5.2 MB | 154/361 kB Progress (4): 2.1/2.5 MB | 1.0/1.8 MB | 0.4/5.2 MB | 158/361 kB Progress (4): 2.1/2.5 MB | 1.0/1.8 MB | 0.4/5.2 MB | 162/361 kB Progress (4): 2.1/2.5 MB | 1.0/1.8 MB | 0.4/5.2 MB | 162/361 kB Progress (4): 2.1/2.5 MB | 1.1/1.8 MB | 0.4/5.2 MB | 162/361 kB Progress (4): 2.1/2.5 MB | 1.1/1.8 MB | 0.4/5.2 MB | 166/361 kB Progress (4): 2.1/2.5 MB | 1.1/1.8 MB | 0.4/5.2 MB | 170/361 kB Progress (4): 2.1/2.5 MB | 1.1/1.8 MB | 0.4/5.2 MB | 174/361 kB Progress (4): 2.1/2.5 MB | 1.1/1.8 MB | 0.4/5.2 MB | 178/361 kB Progress (4): 2.1/2.5 MB | 1.1/1.8 MB | 0.4/5.2 MB | 182/361 kB Progress (4): 2.1/2.5 MB | 1.1/1.8 MB | 0.4/5.2 MB | 187/361 kB Progress (4): 2.1/2.5 MB | 1.1/1.8 MB | 0.4/5.2 MB | 191/361 kB Progress (4): 2.1/2.5 MB | 1.1/1.8 MB | 0.4/5.2 MB | 195/361 kB Progress (4): 2.1/2.5 MB | 1.1/1.8 MB | 0.4/5.2 MB | 199/361 kB Progress (4): 2.1/2.5 MB | 1.1/1.8 MB | 0.4/5.2 MB | 203/361 kB Progress (4): 2.1/2.5 MB | 1.1/1.8 MB | 0.4/5.2 MB | 207/361 kB Progress (4): 2.1/2.5 MB | 1.1/1.8 MB | 0.4/5.2 MB | 211/361 kB Progress (4): 2.1/2.5 MB | 1.1/1.8 MB | 0.5/5.2 MB | 211/361 kB Progress (4): 2.1/2.5 MB | 1.1/1.8 MB | 0.5/5.2 MB | 215/361 kB Progress (4): 2.1/2.5 MB | 1.1/1.8 MB | 0.5/5.2 MB | 219/361 kB Progress (4): 2.1/2.5 MB | 1.1/1.8 MB | 0.5/5.2 MB | 223/361 kB Progress (4): 2.1/2.5 MB | 1.1/1.8 MB | 0.5/5.2 MB | 228/361 kB Progress (4): 2.2/2.5 MB | 1.1/1.8 MB | 0.5/5.2 MB | 228/361 kB Progress (4): 2.2/2.5 MB | 1.1/1.8 MB | 0.5/5.2 MB | 228/361 kB Progress (4): 2.2/2.5 MB | 1.1/1.8 MB | 0.5/5.2 MB | 228/361 kB Progress (4): 2.2/2.5 MB | 1.1/1.8 MB | 0.5/5.2 MB | 228/361 kB Progress (4): 2.2/2.5 MB | 1.1/1.8 MB | 0.5/5.2 MB | 228/361 kB Progress (4): 2.2/2.5 MB | 1.1/1.8 MB | 0.5/5.2 MB | 228/361 kB Progress (4): 2.2/2.5 MB | 1.1/1.8 MB | 0.5/5.2 MB | 228/361 kB Progress (4): 2.2/2.5 MB | 1.1/1.8 MB | 0.5/5.2 MB | 228/361 kB Progress (4): 2.2/2.5 MB | 1.1/1.8 MB | 0.5/5.2 MB | 228/361 kB Progress (4): 2.2/2.5 MB | 1.1/1.8 MB | 0.5/5.2 MB | 228/361 kB Progress (4): 2.2/2.5 MB | 1.1/1.8 MB | 0.5/5.2 MB | 228/361 kB Progress (4): 2.2/2.5 MB | 1.1/1.8 MB | 0.5/5.2 MB | 228/361 kB Progress (4): 2.2/2.5 MB | 1.1/1.8 MB | 0.5/5.2 MB | 228/361 kB Progress (4): 2.2/2.5 MB | 1.1/1.8 MB | 0.5/5.2 MB | 228/361 kB Progress (4): 2.2/2.5 MB | 1.1/1.8 MB | 0.5/5.2 MB | 228/361 kB Progress (4): 2.2/2.5 MB | 1.2/1.8 MB | 0.5/5.2 MB | 228/361 kB Progress (4): 2.2/2.5 MB | 1.2/1.8 MB | 0.5/5.2 MB | 228/361 kB Progress (4): 2.2/2.5 MB | 1.2/1.8 MB | 0.5/5.2 MB | 228/361 kB Progress (4): 2.2/2.5 MB | 1.2/1.8 MB | 0.5/5.2 MB | 228/361 kB Progress (4): 2.2/2.5 MB | 1.2/1.8 MB | 0.5/5.2 MB | 228/361 kB Progress (4): 2.2/2.5 MB | 1.2/1.8 MB | 0.5/5.2 MB | 228/361 kB Progress (4): 2.2/2.5 MB | 1.2/1.8 MB | 0.5/5.2 MB | 228/361 kB Progress (4): 2.2/2.5 MB | 1.2/1.8 MB | 0.5/5.2 MB | 228/361 kB Progress (4): 2.2/2.5 MB | 1.2/1.8 MB | 0.5/5.2 MB | 228/361 kB Progress (4): 2.2/2.5 MB | 1.2/1.8 MB | 0.5/5.2 MB | 228/361 kB Progress (4): 2.2/2.5 MB | 1.2/1.8 MB | 0.5/5.2 MB | 228/361 kB Progress (4): 2.2/2.5 MB | 1.2/1.8 MB | 0.5/5.2 MB | 228/361 kB Progress (4): 2.2/2.5 MB | 1.2/1.8 MB | 0.5/5.2 MB | 228/361 kB Progress (4): 2.2/2.5 MB | 1.2/1.8 MB | 0.5/5.2 MB | 228/361 kB Progress (4): 2.2/2.5 MB | 1.2/1.8 MB | 0.5/5.2 MB | 228/361 kB Progress (4): 2.2/2.5 MB | 1.2/1.8 MB | 0.5/5.2 MB | 228/361 kB Progress (4): 2.2/2.5 MB | 1.2/1.8 MB | 0.5/5.2 MB | 228/361 kB Progress (4): 2.2/2.5 MB | 1.3/1.8 MB | 0.5/5.2 MB | 228/361 kB Progress (4): 2.2/2.5 MB | 1.3/1.8 MB | 0.5/5.2 MB | 232/361 kB Progress (4): 2.2/2.5 MB | 1.3/1.8 MB | 0.5/5.2 MB | 236/361 kB Progress (4): 2.2/2.5 MB | 1.3/1.8 MB | 0.5/5.2 MB | 240/361 kB Progress (4): 2.2/2.5 MB | 1.3/1.8 MB | 0.5/5.2 MB | 244/361 kB Progress (4): 2.2/2.5 MB | 1.3/1.8 MB | 0.5/5.2 MB | 248/361 kB Progress (4): 2.2/2.5 MB | 1.3/1.8 MB | 0.5/5.2 MB | 252/361 kB Progress (4): 2.2/2.5 MB | 1.3/1.8 MB | 0.5/5.2 MB | 256/361 kB Progress (4): 2.2/2.5 MB | 1.3/1.8 MB | 0.5/5.2 MB | 260/361 kB Progress (4): 2.2/2.5 MB | 1.3/1.8 MB | 0.5/5.2 MB | 264/361 kB Progress (4): 2.2/2.5 MB | 1.3/1.8 MB | 0.5/5.2 MB | 269/361 kB Progress (4): 2.2/2.5 MB | 1.3/1.8 MB | 0.5/5.2 MB | 273/361 kB Progress (4): 2.2/2.5 MB | 1.3/1.8 MB | 0.5/5.2 MB | 277/361 kB Progress (4): 2.2/2.5 MB | 1.3/1.8 MB | 0.5/5.2 MB | 281/361 kB Progress (4): 2.2/2.5 MB | 1.3/1.8 MB | 0.5/5.2 MB | 285/361 kB Progress (4): 2.2/2.5 MB | 1.3/1.8 MB | 0.5/5.2 MB | 289/361 kB Progress (4): 2.2/2.5 MB | 1.3/1.8 MB | 0.5/5.2 MB | 293/361 kB Progress (4): 2.2/2.5 MB | 1.3/1.8 MB | 0.5/5.2 MB | 297/361 kB Progress (4): 2.2/2.5 MB | 1.3/1.8 MB | 0.5/5.2 MB | 301/361 kB Progress (4): 2.2/2.5 MB | 1.3/1.8 MB | 0.5/5.2 MB | 305/361 kB Progress (4): 2.2/2.5 MB | 1.3/1.8 MB | 0.5/5.2 MB | 309/361 kB Progress (4): 2.2/2.5 MB | 1.3/1.8 MB | 0.5/5.2 MB | 314/361 kB Progress (4): 2.2/2.5 MB | 1.3/1.8 MB | 0.5/5.2 MB | 318/361 kB Progress (4): 2.2/2.5 MB | 1.3/1.8 MB | 0.6/5.2 MB | 318/361 kB Progress (4): 2.2/2.5 MB | 1.3/1.8 MB | 0.6/5.2 MB | 322/361 kB Progress (4): 2.2/2.5 MB | 1.3/1.8 MB | 0.6/5.2 MB | 326/361 kB Progress (4): 2.2/2.5 MB | 1.3/1.8 MB | 0.6/5.2 MB | 330/361 kB Progress (4): 2.2/2.5 MB | 1.3/1.8 MB | 0.6/5.2 MB | 333/361 kB Progress (4): 2.2/2.5 MB | 1.3/1.8 MB | 0.6/5.2 MB | 333/361 kB Progress (4): 2.2/2.5 MB | 1.3/1.8 MB | 0.6/5.2 MB | 333/361 kB Progress (4): 2.3/2.5 MB | 1.3/1.8 MB | 0.6/5.2 MB | 333/361 kB Progress (4): 2.3/2.5 MB | 1.3/1.8 MB | 0.6/5.2 MB | 333/361 kB Progress (4): 2.3/2.5 MB | 1.3/1.8 MB | 0.6/5.2 MB | 333/361 kB Progress (4): 2.3/2.5 MB | 1.3/1.8 MB | 0.6/5.2 MB | 333/361 kB Progress (4): 2.3/2.5 MB | 1.3/1.8 MB | 0.6/5.2 MB | 333/361 kB Progress (4): 2.3/2.5 MB | 1.3/1.8 MB | 0.6/5.2 MB | 333/361 kB Progress (4): 2.3/2.5 MB | 1.3/1.8 MB | 0.6/5.2 MB | 333/361 kB Progress (4): 2.3/2.5 MB | 1.3/1.8 MB | 0.6/5.2 MB | 333/361 kB Progress (4): 2.3/2.5 MB | 1.3/1.8 MB | 0.6/5.2 MB | 333/361 kB Progress (4): 2.3/2.5 MB | 1.3/1.8 MB | 0.6/5.2 MB | 333/361 kB Progress (4): 2.3/2.5 MB | 1.3/1.8 MB | 0.6/5.2 MB | 333/361 kB Progress (4): 2.3/2.5 MB | 1.3/1.8 MB | 0.6/5.2 MB | 333/361 kB Progress (4): 2.3/2.5 MB | 1.3/1.8 MB | 0.6/5.2 MB | 333/361 kB Progress (4): 2.3/2.5 MB | 1.4/1.8 MB | 0.6/5.2 MB | 333/361 kB Progress (4): 2.3/2.5 MB | 1.4/1.8 MB | 0.6/5.2 MB | 333/361 kB Progress (4): 2.3/2.5 MB | 1.4/1.8 MB | 0.6/5.2 MB | 333/361 kB Progress (4): 2.3/2.5 MB | 1.4/1.8 MB | 0.6/5.2 MB | 333/361 kB Progress (4): 2.3/2.5 MB | 1.4/1.8 MB | 0.6/5.2 MB | 333/361 kB Progress (4): 2.3/2.5 MB | 1.4/1.8 MB | 0.6/5.2 MB | 333/361 kB Progress (4): 2.3/2.5 MB | 1.4/1.8 MB | 0.6/5.2 MB | 333/361 kB Progress (4): 2.3/2.5 MB | 1.4/1.8 MB | 0.6/5.2 MB | 333/361 kB Progress (4): 2.3/2.5 MB | 1.4/1.8 MB | 0.6/5.2 MB | 333/361 kB Progress (4): 2.3/2.5 MB | 1.4/1.8 MB | 0.6/5.2 MB | 333/361 kB Progress (4): 2.3/2.5 MB | 1.4/1.8 MB | 0.6/5.2 MB | 333/361 kB Progress (4): 2.3/2.5 MB | 1.4/1.8 MB | 0.6/5.2 MB | 333/361 kB Progress (4): 2.3/2.5 MB | 1.4/1.8 MB | 0.6/5.2 MB | 333/361 kB Progress (4): 2.3/2.5 MB | 1.4/1.8 MB | 0.6/5.2 MB | 333/361 kB Progress (4): 2.3/2.5 MB | 1.4/1.8 MB | 0.6/5.2 MB | 333/361 kB Progress (4): 2.3/2.5 MB | 1.4/1.8 MB | 0.7/5.2 MB | 333/361 kB Progress (4): 2.3/2.5 MB | 1.4/1.8 MB | 0.7/5.2 MB | 333/361 kB Progress (5): 2.3/2.5 MB | 1.4/1.8 MB | 0.7/5.2 MB | 333/361 kB | 4.1/518 kB Progress (5): 2.3/2.5 MB | 1.4/1.8 MB | 0.7/5.2 MB | 333/361 kB | 7.8/518 kB Progress (5): 2.3/2.5 MB | 1.4/1.8 MB | 0.7/5.2 MB | 333/361 kB | 12/518 kB Progress (5): 2.3/2.5 MB | 1.4/1.8 MB | 0.7/5.2 MB | 333/361 kB | 16/518 kB Progress (5): 2.3/2.5 MB | 1.5/1.8 MB | 0.7/5.2 MB | 333/361 kB | 16/518 kB Progress (5): 2.3/2.5 MB | 1.5/1.8 MB | 0.7/5.2 MB | 333/361 kB | 16/518 kB Progress (5): 2.3/2.5 MB | 1.5/1.8 MB | 0.7/5.2 MB | 333/361 kB | 16/518 kB Progress (5): 2.3/2.5 MB | 1.5/1.8 MB | 0.7/5.2 MB | 337/361 kB | 16/518 kB Progress (5): 2.3/2.5 MB | 1.5/1.8 MB | 0.7/5.2 MB | 341/361 kB | 16/518 kB Progress (5): 2.3/2.5 MB | 1.5/1.8 MB | 0.7/5.2 MB | 345/361 kB | 16/518 kB Progress (5): 2.3/2.5 MB | 1.5/1.8 MB | 0.7/5.2 MB | 349/361 kB | 16/518 kB Progress (5): 2.3/2.5 MB | 1.5/1.8 MB | 0.7/5.2 MB | 353/361 kB | 16/518 kB Progress (5): 2.3/2.5 MB | 1.5/1.8 MB | 0.7/5.2 MB | 357/361 kB | 16/518 kB Progress (5): 2.3/2.5 MB | 1.5/1.8 MB | 0.7/5.2 MB | 361 kB | 16/518 kB Progress (5): 2.3/2.5 MB | 1.5/1.8 MB | 0.7/5.2 MB | 361 kB | 16/518 kB Progress (5): 2.3/2.5 MB | 1.5/1.8 MB | 0.7/5.2 MB | 361 kB | 16/518 kB Progress (5): 2.3/2.5 MB | 1.5/1.8 MB | 0.7/5.2 MB | 361 kB | 16/518 kB Progress (5): 2.3/2.5 MB | 1.5/1.8 MB | 0.7/5.2 MB | 361 kB | 16/518 kB Progress (5): 2.3/2.5 MB | 1.5/1.8 MB | 0.7/5.2 MB | 361 kB | 16/518 kB Progress (5): 2.3/2.5 MB | 1.5/1.8 MB | 0.7/5.2 MB | 361 kB | 16/518 kB Progress (5): 2.3/2.5 MB | 1.5/1.8 MB | 0.7/5.2 MB | 361 kB | 16/518 kB Progress (5): 2.3/2.5 MB | 1.5/1.8 MB | 0.7/5.2 MB | 361 kB | 16/518 kB Progress (5): 2.3/2.5 MB | 1.5/1.8 MB | 0.7/5.2 MB | 361 kB | 16/518 kB Progress (5): 2.3/2.5 MB | 1.5/1.8 MB | 0.7/5.2 MB | 361 kB | 16/518 kB Progress (5): 2.3/2.5 MB | 1.5/1.8 MB | 0.7/5.2 MB | 361 kB | 16/518 kB Progress (5): 2.3/2.5 MB | 1.5/1.8 MB | 0.7/5.2 MB | 361 kB | 16/518 kB Progress (5): 2.3/2.5 MB | 1.5/1.8 MB | 0.7/5.2 MB | 361 kB | 16/518 kB Progress (5): 2.3/2.5 MB | 1.6/1.8 MB | 0.7/5.2 MB | 361 kB | 16/518 kB Progress (5): 2.3/2.5 MB | 1.6/1.8 MB | 0.7/5.2 MB | 361 kB | 16/518 kB Progress (5): 2.3/2.5 MB | 1.6/1.8 MB | 0.7/5.2 MB | 361 kB | 16/518 kB Progress (5): 2.3/2.5 MB | 1.6/1.8 MB | 0.7/5.2 MB | 361 kB | 16/518 kB Progress (5): 2.4/2.5 MB | 1.6/1.8 MB | 0.7/5.2 MB | 361 kB | 16/518 kB Progress (5): 2.4/2.5 MB | 1.6/1.8 MB | 0.7/5.2 MB | 361 kB | 16/518 kB Progress (5): 2.4/2.5 MB | 1.6/1.8 MB | 0.7/5.2 MB | 361 kB | 16/518 kB Progress (5): 2.4/2.5 MB | 1.6/1.8 MB | 0.8/5.2 MB | 361 kB | 16/518 kB Progress (5): 2.4/2.5 MB | 1.6/1.8 MB | 0.8/5.2 MB | 361 kB | 16/518 kB Progress (5): 2.4/2.5 MB | 1.6/1.8 MB | 0.8/5.2 MB | 361 kB | 16/518 kB Progress (5): 2.4/2.5 MB | 1.6/1.8 MB | 0.8/5.2 MB | 361 kB | 16/518 kB Progress (5): 2.4/2.5 MB | 1.6/1.8 MB | 0.8/5.2 MB | 361 kB | 16/518 kB Progress (5): 2.4/2.5 MB | 1.6/1.8 MB | 0.8/5.2 MB | 361 kB | 16/518 kB Progress (5): 2.4/2.5 MB | 1.6/1.8 MB | 0.8/5.2 MB | 361 kB | 16/518 kB Progress (5): 2.4/2.5 MB | 1.7/1.8 MB | 0.8/5.2 MB | 361 kB | 16/518 kB Progress (5): 2.4/2.5 MB | 1.7/1.8 MB | 0.8/5.2 MB | 361 kB | 16/518 kB Progress (5): 2.4/2.5 MB | 1.7/1.8 MB | 0.8/5.2 MB | 361 kB | 16/518 kB Progress (5): 2.4/2.5 MB | 1.7/1.8 MB | 0.8/5.2 MB | 361 kB | 16/518 kB Progress (5): 2.4/2.5 MB | 1.7/1.8 MB | 0.8/5.2 MB | 361 kB | 16/518 kB Progress (5): 2.4/2.5 MB | 1.7/1.8 MB | 0.8/5.2 MB | 361 kB | 16/518 kB Progress (5): 2.4/2.5 MB | 1.7/1.8 MB | 0.8/5.2 MB | 361 kB | 16/518 kB Progress (5): 2.4/2.5 MB | 1.7/1.8 MB | 0.8/5.2 MB | 361 kB | 16/518 kB Progress (5): 2.4/2.5 MB | 1.7/1.8 MB | 0.8/5.2 MB | 361 kB | 20/518 kB Progress (5): 2.4/2.5 MB | 1.7/1.8 MB | 0.8/5.2 MB | 361 kB | 24/518 kB Progress (5): 2.4/2.5 MB | 1.7/1.8 MB | 0.8/5.2 MB | 361 kB | 28/518 kB Progress (5): 2.4/2.5 MB | 1.7/1.8 MB | 0.8/5.2 MB | 361 kB | 32/518 kB Progress (5): 2.4/2.5 MB | 1.7/1.8 MB | 0.8/5.2 MB | 361 kB | 36/518 kB Progress (5): 2.4/2.5 MB | 1.7/1.8 MB | 0.8/5.2 MB | 361 kB | 41/518 kB Progress (5): 2.4/2.5 MB | 1.7/1.8 MB | 0.8/5.2 MB | 361 kB | 45/518 kB Progress (5): 2.4/2.5 MB | 1.7/1.8 MB | 0.8/5.2 MB | 361 kB | 49/518 kB Progress (5): 2.4/2.5 MB | 1.7/1.8 MB | 0.8/5.2 MB | 361 kB | 53/518 kB Progress (5): 2.4/2.5 MB | 1.7/1.8 MB | 0.8/5.2 MB | 361 kB | 57/518 kB Progress (5): 2.4/2.5 MB | 1.7/1.8 MB | 0.8/5.2 MB | 361 kB | 57/518 kB Progress (5): 2.4/2.5 MB | 1.7/1.8 MB | 0.8/5.2 MB | 361 kB | 57/518 kB Progress (5): 2.4/2.5 MB | 1.7/1.8 MB | 0.8/5.2 MB | 361 kB | 57/518 kB Progress (5): 2.4/2.5 MB | 1.7/1.8 MB | 0.8/5.2 MB | 361 kB | 57/518 kB Progress (5): 2.4/2.5 MB | 1.7/1.8 MB | 0.8/5.2 MB | 361 kB | 57/518 kB Progress (5): 2.4/2.5 MB | 1.7/1.8 MB | 0.8/5.2 MB | 361 kB | 57/518 kB Progress (5): 2.4/2.5 MB | 1.7/1.8 MB | 0.8/5.2 MB | 361 kB | 57/518 kB Progress (5): 2.4/2.5 MB | 1.7/1.8 MB | 0.8/5.2 MB | 361 kB | 57/518 kB Progress (5): 2.5/2.5 MB | 1.7/1.8 MB | 0.8/5.2 MB | 361 kB | 57/518 kB Progress (5): 2.5/2.5 MB | 1.7/1.8 MB | 0.8/5.2 MB | 361 kB | 57/518 kB Progress (5): 2.5/2.5 MB | 1.7/1.8 MB | 0.8/5.2 MB | 361 kB | 57/518 kB Progress (5): 2.5/2.5 MB | 1.7/1.8 MB | 0.9/5.2 MB | 361 kB | 57/518 kB Progress (5): 2.5/2.5 MB | 1.7/1.8 MB | 0.9/5.2 MB | 361 kB | 57/518 kB Progress (5): 2.5/2.5 MB | 1.7/1.8 MB | 0.9/5.2 MB | 361 kB | 57/518 kB Progress (5): 2.5/2.5 MB | 1.8/1.8 MB | 0.9/5.2 MB | 361 kB | 57/518 kB Progress (5): 2.5/2.5 MB | 1.8/1.8 MB | 0.9/5.2 MB | 361 kB | 57/518 kB Progress (5): 2.5/2.5 MB | 1.8/1.8 MB | 0.9/5.2 MB | 361 kB | 57/518 kB Progress (5): 2.5/2.5 MB | 1.8/1.8 MB | 0.9/5.2 MB | 361 kB | 57/518 kB Progress (5): 2.5/2.5 MB | 1.8 MB | 0.9/5.2 MB | 361 kB | 57/518 kB Progress (5): 2.5/2.5 MB | 1.8 MB | 0.9/5.2 MB | 361 kB | 57/518 kB Progress (5): 2.5/2.5 MB | 1.8 MB | 0.9/5.2 MB | 361 kB | 57/518 kB Progress (5): 2.5/2.5 MB | 1.8 MB | 0.9/5.2 MB | 361 kB | 57/518 kB Progress (5): 2.5/2.5 MB | 1.8 MB | 0.9/5.2 MB | 361 kB | 57/518 kB Progress (5): 2.5/2.5 MB | 1.8 MB | 0.9/5.2 MB | 361 kB | 61/518 kB Progress (5): 2.5/2.5 MB | 1.8 MB | 0.9/5.2 MB | 361 kB | 65/518 kB Progress (5): 2.5/2.5 MB | 1.8 MB | 0.9/5.2 MB | 361 kB | 69/518 kB Progress (5): 2.5/2.5 MB | 1.8 MB | 0.9/5.2 MB | 361 kB | 73/518 kB Progress (5): 2.5/2.5 MB | 1.8 MB | 0.9/5.2 MB | 361 kB | 77/518 kB Progress (5): 2.5/2.5 MB | 1.8 MB | 0.9/5.2 MB | 361 kB | 82/518 kB Progress (5): 2.5/2.5 MB | 1.8 MB | 0.9/5.2 MB | 361 kB | 86/518 kB Progress (5): 2.5/2.5 MB | 1.8 MB | 0.9/5.2 MB | 361 kB | 90/518 kB Progress (5): 2.5/2.5 MB | 1.8 MB | 0.9/5.2 MB | 361 kB | 94/518 kB Progress (5): 2.5/2.5 MB | 1.8 MB | 0.9/5.2 MB | 361 kB | 98/518 kB Progress (5): 2.5/2.5 MB | 1.8 MB | 0.9/5.2 MB | 361 kB | 102/518 kB Progress (5): 2.5/2.5 MB | 1.8 MB | 0.9/5.2 MB | 361 kB | 106/518 kB Progress (5): 2.5/2.5 MB | 1.8 MB | 0.9/5.2 MB | 361 kB | 110/518 kB Progress (5): 2.5/2.5 MB | 1.8 MB | 0.9/5.2 MB | 361 kB | 114/518 kB Progress (5): 2.5/2.5 MB | 1.8 MB | 0.9/5.2 MB | 361 kB | 118/518 kB Progress (5): 2.5/2.5 MB | 1.8 MB | 0.9/5.2 MB | 361 kB | 122/518 kB Progress (5): 2.5/2.5 MB | 1.8 MB | 0.9/5.2 MB | 361 kB | 127/518 kB Progress (5): 2.5/2.5 MB | 1.8 MB | 0.9/5.2 MB | 361 kB | 131/518 kB Progress (5): 2.5/2.5 MB | 1.8 MB | 0.9/5.2 MB | 361 kB | 135/518 kB Progress (5): 2.5/2.5 MB | 1.8 MB | 0.9/5.2 MB | 361 kB | 139/518 kB Progress (5): 2.5/2.5 MB | 1.8 MB | 0.9/5.2 MB | 361 kB | 143/518 kB Progress (5): 2.5/2.5 MB | 1.8 MB | 0.9/5.2 MB | 361 kB | 143/518 kB Progress (5): 2.5/2.5 MB | 1.8 MB | 0.9/5.2 MB | 361 kB | 147/518 kB Progress (5): 2.5 MB | 1.8 MB | 0.9/5.2 MB | 361 kB | 147/518 kB Progress (5): 2.5 MB | 1.8 MB | 0.9/5.2 MB | 361 kB | 147/518 kB Progress (5): 2.5 MB | 1.8 MB | 0.9/5.2 MB | 361 kB | 147/518 kB Progress (5): 2.5 MB | 1.8 MB | 0.9/5.2 MB | 361 kB | 147/518 kB Progress (5): 2.5 MB | 1.8 MB | 1.0/5.2 MB | 361 kB | 147/518 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/velocity/velocity/1.4/velocity-1.4.jar (361 kB at 25 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/commons/commons-lang3/3.0/commons-lang3-3.0.jar +Progress (4): 2.5 MB | 1.8 MB | 1.0/5.2 MB | 151/518 kB Progress (4): 2.5 MB | 1.8 MB | 1.0/5.2 MB | 155/518 kB Progress (4): 2.5 MB | 1.8 MB | 1.0/5.2 MB | 159/518 kB Progress (4): 2.5 MB | 1.8 MB | 1.0/5.2 MB | 163/518 kB Progress (4): 2.5 MB | 1.8 MB | 1.0/5.2 MB | 168/518 kB Progress (4): 2.5 MB | 1.8 MB | 1.0/5.2 MB | 172/518 kB Progress (4): 2.5 MB | 1.8 MB | 1.0/5.2 MB | 176/518 kB Progress (4): 2.5 MB | 1.8 MB | 1.0/5.2 MB | 180/518 kB Progress (4): 2.5 MB | 1.8 MB | 1.0/5.2 MB | 184/518 kB Progress (4): 2.5 MB | 1.8 MB | 1.0/5.2 MB | 188/518 kB Progress (4): 2.5 MB | 1.8 MB | 1.0/5.2 MB | 192/518 kB Progress (4): 2.5 MB | 1.8 MB | 1.0/5.2 MB | 196/518 kB Progress (4): 2.5 MB | 1.8 MB | 1.0/5.2 MB | 200/518 kB Progress (4): 2.5 MB | 1.8 MB | 1.0/5.2 MB | 204/518 kB Progress (4): 2.5 MB | 1.8 MB | 1.0/5.2 MB | 208/518 kB Progress (4): 2.5 MB | 1.8 MB | 1.0/5.2 MB | 213/518 kB Progress (4): 2.5 MB | 1.8 MB | 1.0/5.2 MB | 217/518 kB Progress (4): 2.5 MB | 1.8 MB | 1.0/5.2 MB | 221/518 kB Progress (4): 2.5 MB | 1.8 MB | 1.0/5.2 MB | 225/518 kB Progress (4): 2.5 MB | 1.8 MB | 1.0/5.2 MB | 229/518 kB Progress (4): 2.5 MB | 1.8 MB | 1.0/5.2 MB | 233/518 kB Progress (4): 2.5 MB | 1.8 MB | 1.0/5.2 MB | 237/518 kB Progress (4): 2.5 MB | 1.8 MB | 1.0/5.2 MB | 241/518 kB Progress (4): 2.5 MB | 1.8 MB | 1.0/5.2 MB | 245/518 kB Progress (4): 2.5 MB | 1.8 MB | 1.0/5.2 MB | 249/518 kB Progress (4): 2.5 MB | 1.8 MB | 1.0/5.2 MB | 254/518 kB Progress (4): 2.5 MB | 1.8 MB | 1.0/5.2 MB | 258/518 kB Progress (4): 2.5 MB | 1.8 MB | 1.0/5.2 MB | 261/518 kB Progress (4): 2.5 MB | 1.8 MB | 1.0/5.2 MB | 265/518 kB Progress (4): 2.5 MB | 1.8 MB | 1.0/5.2 MB | 270/518 kB Progress (4): 2.5 MB | 1.8 MB | 1.0/5.2 MB | 274/518 kB Progress (4): 2.5 MB | 1.8 MB | 1.0/5.2 MB | 274/518 kB Progress (4): 2.5 MB | 1.8 MB | 1.0/5.2 MB | 278/518 kB Progress (4): 2.5 MB | 1.8 MB | 1.0/5.2 MB | 282/518 kB Progress (4): 2.5 MB | 1.8 MB | 1.0/5.2 MB | 286/518 kB Progress (4): 2.5 MB | 1.8 MB | 1.0/5.2 MB | 286/518 kB Progress (4): 2.5 MB | 1.8 MB | 1.0/5.2 MB | 286/518 kB Progress (4): 2.5 MB | 1.8 MB | 1.1/5.2 MB | 286/518 kB Progress (4): 2.5 MB | 1.8 MB | 1.1/5.2 MB | 286/518 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/relevantcodes/extentreports/2.41.2/extentreports-2.41.2.jar (1.8 MB at 120 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/commons-configuration/commons-configuration/1.10/commons-configuration-1.10.jar +Progress (3): 2.5 MB | 1.1/5.2 MB | 290/518 kB Progress (3): 2.5 MB | 1.1/5.2 MB | 294/518 kB Progress (3): 2.5 MB | 1.1/5.2 MB | 298/518 kB Progress (3): 2.5 MB | 1.1/5.2 MB | 302/518 kB Progress (3): 2.5 MB | 1.1/5.2 MB | 306/518 kB Progress (3): 2.5 MB | 1.1/5.2 MB | 310/518 kB Progress (3): 2.5 MB | 1.1/5.2 MB | 315/518 kB Progress (3): 2.5 MB | 1.1/5.2 MB | 319/518 kB Progress (3): 2.5 MB | 1.1/5.2 MB | 323/518 kB Progress (3): 2.5 MB | 1.1/5.2 MB | 327/518 kB Progress (3): 2.5 MB | 1.1/5.2 MB | 331/518 kB Progress (3): 2.5 MB | 1.1/5.2 MB | 335/518 kB Progress (3): 2.5 MB | 1.1/5.2 MB | 339/518 kB Progress (3): 2.5 MB | 1.1/5.2 MB | 343/518 kB Progress (3): 2.5 MB | 1.1/5.2 MB | 347/518 kB Progress (3): 2.5 MB | 1.1/5.2 MB | 351/518 kB Progress (3): 2.5 MB | 1.1/5.2 MB | 356/518 kB Progress (3): 2.5 MB | 1.1/5.2 MB | 360/518 kB Progress (3): 2.5 MB | 1.1/5.2 MB | 364/518 kB Progress (3): 2.5 MB | 1.1/5.2 MB | 368/518 kB Progress (3): 2.5 MB | 1.1/5.2 MB | 372/518 kB Progress (3): 2.5 MB | 1.1/5.2 MB | 376/518 kB Progress (3): 2.5 MB | 1.1/5.2 MB | 380/518 kB Progress (3): 2.5 MB | 1.1/5.2 MB | 384/518 kB Progress (3): 2.5 MB | 1.1/5.2 MB | 388/518 kB Progress (3): 2.5 MB | 1.1/5.2 MB | 392/518 kB Progress (3): 2.5 MB | 1.1/5.2 MB | 396/518 kB Progress (3): 2.5 MB | 1.1/5.2 MB | 401/518 kB Progress (3): 2.5 MB | 1.1/5.2 MB | 405/518 kB Progress (3): 2.5 MB | 1.1/5.2 MB | 409/518 kB Progress (3): 2.5 MB | 1.1/5.2 MB | 413/518 kB Progress (3): 2.5 MB | 1.1/5.2 MB | 417/518 kB Progress (3): 2.5 MB | 1.1/5.2 MB | 421/518 kB Progress (3): 2.5 MB | 1.1/5.2 MB | 425/518 kB Progress (3): 2.5 MB | 1.1/5.2 MB | 429/518 kB Progress (3): 2.5 MB | 1.1/5.2 MB | 433/518 kB Progress (3): 2.5 MB | 1.1/5.2 MB | 437/518 kB Progress (3): 2.5 MB | 1.1/5.2 MB | 442/518 kB Progress (3): 2.5 MB | 1.1/5.2 MB | 446/518 kB Progress (3): 2.5 MB | 1.1/5.2 MB | 450/518 kB Progress (3): 2.5 MB | 1.1/5.2 MB | 454/518 kB Progress (3): 2.5 MB | 1.1/5.2 MB | 458/518 kB Progress (3): 2.5 MB | 1.1/5.2 MB | 462/518 kB Progress (3): 2.5 MB | 1.1/5.2 MB | 466/518 kB Progress (3): 2.5 MB | 1.1/5.2 MB | 470/518 kB Progress (3): 2.5 MB | 1.1/5.2 MB | 474/518 kB Progress (3): 2.5 MB | 1.1/5.2 MB | 474/518 kB Progress (3): 2.5 MB | 1.1/5.2 MB | 478/518 kB Progress (3): 2.5 MB | 1.1/5.2 MB | 482/518 kB Progress (3): 2.5 MB | 1.1/5.2 MB | 487/518 kB Progress (3): 2.5 MB | 1.1/5.2 MB | 491/518 kB Progress (3): 2.5 MB | 1.1/5.2 MB | 491/518 kB Progress (3): 2.5 MB | 1.2/5.2 MB | 491/518 kB Progress (3): 2.5 MB | 1.2/5.2 MB | 491/518 kB Progress (3): 2.5 MB | 1.2/5.2 MB | 491/518 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/pdfbox/pdfbox/2.0.13/pdfbox-2.0.13.jar (2.5 MB at 170 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/commons-lang/commons-lang/2.6/commons-lang-2.6.jar +Progress (3): 1.2/5.2 MB | 491/518 kB | 4.1/306 kB Progress (3): 1.2/5.2 MB | 491/518 kB | 7.8/306 kB Progress (3): 1.2/5.2 MB | 491/518 kB | 12/306 kB Progress (3): 1.2/5.2 MB | 491/518 kB | 16/306 kB Progress (3): 1.2/5.2 MB | 491/518 kB | 20/306 kB Progress (3): 1.2/5.2 MB | 491/518 kB | 24/306 kB Progress (3): 1.2/5.2 MB | 491/518 kB | 28/306 kB Progress (3): 1.2/5.2 MB | 491/518 kB | 32/306 kB Progress (3): 1.2/5.2 MB | 491/518 kB | 36/306 kB Progress (3): 1.2/5.2 MB | 491/518 kB | 41/306 kB Progress (3): 1.2/5.2 MB | 491/518 kB | 45/306 kB Progress (3): 1.2/5.2 MB | 491/518 kB | 49/306 kB Progress (3): 1.2/5.2 MB | 491/518 kB | 53/306 kB Progress (3): 1.2/5.2 MB | 491/518 kB | 57/306 kB Progress (3): 1.2/5.2 MB | 491/518 kB | 61/306 kB Progress (3): 1.2/5.2 MB | 491/518 kB | 65/306 kB Progress (3): 1.2/5.2 MB | 491/518 kB | 69/306 kB Progress (3): 1.2/5.2 MB | 491/518 kB | 73/306 kB Progress (3): 1.2/5.2 MB | 491/518 kB | 77/306 kB Progress (3): 1.2/5.2 MB | 491/518 kB | 82/306 kB Progress (3): 1.2/5.2 MB | 491/518 kB | 86/306 kB Progress (3): 1.2/5.2 MB | 491/518 kB | 90/306 kB Progress (3): 1.2/5.2 MB | 491/518 kB | 94/306 kB Progress (3): 1.2/5.2 MB | 491/518 kB | 98/306 kB Progress (3): 1.2/5.2 MB | 491/518 kB | 102/306 kB Progress (3): 1.2/5.2 MB | 491/518 kB | 106/306 kB Progress (3): 1.2/5.2 MB | 491/518 kB | 110/306 kB Progress (3): 1.2/5.2 MB | 495/518 kB | 110/306 kB Progress (3): 1.2/5.2 MB | 499/518 kB | 110/306 kB Progress (3): 1.2/5.2 MB | 503/518 kB | 110/306 kB Progress (3): 1.2/5.2 MB | 507/518 kB | 110/306 kB Progress (3): 1.2/5.2 MB | 511/518 kB | 110/306 kB Progress (3): 1.2/5.2 MB | 515/518 kB | 110/306 kB Progress (3): 1.2/5.2 MB | 518 kB | 110/306 kB Progress (3): 1.2/5.2 MB | 518 kB | 110/306 kB Progress (3): 1.3/5.2 MB | 518 kB | 110/306 kB Progress (3): 1.3/5.2 MB | 518 kB | 110/306 kB Progress (3): 1.3/5.2 MB | 518 kB | 110/306 kB Progress (3): 1.3/5.2 MB | 518 kB | 110/306 kB Progress (4): 1.3/5.2 MB | 518 kB | 110/306 kB | 4.1/363 kB Progress (4): 1.3/5.2 MB | 518 kB | 110/306 kB | 7.8/363 kB Progress (4): 1.3/5.2 MB | 518 kB | 110/306 kB | 12/363 kB Progress (4): 1.3/5.2 MB | 518 kB | 110/306 kB | 16/363 kB Progress (4): 1.3/5.2 MB | 518 kB | 110/306 kB | 20/363 kB Progress (4): 1.3/5.2 MB | 518 kB | 110/306 kB | 24/363 kB Progress (4): 1.3/5.2 MB | 518 kB | 110/306 kB | 28/363 kB Progress (4): 1.3/5.2 MB | 518 kB | 110/306 kB | 32/363 kB Progress (4): 1.3/5.2 MB | 518 kB | 110/306 kB | 36/363 kB Progress (4): 1.3/5.2 MB | 518 kB | 110/306 kB | 41/363 kB Progress (4): 1.3/5.2 MB | 518 kB | 110/306 kB | 45/363 kB Progress (4): 1.3/5.2 MB | 518 kB | 110/306 kB | 49/363 kB Progress (4): 1.4/5.2 MB | 518 kB | 110/306 kB | 49/363 kB Progress (4): 1.4/5.2 MB | 518 kB | 110/306 kB | 49/363 kB Progress (4): 1.4/5.2 MB | 518 kB | 110/306 kB | 49/363 kB Progress (4): 1.4/5.2 MB | 518 kB | 110/306 kB | 49/363 kB Progress (4): 1.4/5.2 MB | 518 kB | 114/306 kB | 49/363 kB Progress (4): 1.4/5.2 MB | 518 kB | 118/306 kB | 49/363 kB Progress (4): 1.4/5.2 MB | 518 kB | 122/306 kB | 49/363 kB Progress (4): 1.4/5.2 MB | 518 kB | 126/306 kB | 49/363 kB Progress (4): 1.4/5.2 MB | 518 kB | 131/306 kB | 49/363 kB Progress (4): 1.4/5.2 MB | 518 kB | 135/306 kB | 49/363 kB Progress (4): 1.4/5.2 MB | 518 kB | 139/306 kB | 49/363 kB Progress (4): 1.4/5.2 MB | 518 kB | 143/306 kB | 49/363 kB Progress (4): 1.4/5.2 MB | 518 kB | 147/306 kB | 49/363 kB Progress (4): 1.4/5.2 MB | 518 kB | 151/306 kB | 49/363 kB Progress (4): 1.4/5.2 MB | 518 kB | 155/306 kB | 49/363 kB Progress (4): 1.4/5.2 MB | 518 kB | 159/306 kB | 49/363 kB Progress (4): 1.4/5.2 MB | 518 kB | 163/306 kB | 49/363 kB Progress (4): 1.4/5.2 MB | 518 kB | 167/306 kB | 49/363 kB Progress (4): 1.4/5.2 MB | 518 kB | 171/306 kB | 49/363 kB Progress (4): 1.4/5.2 MB | 518 kB | 176/306 kB | 49/363 kB Progress (4): 1.4/5.2 MB | 518 kB | 180/306 kB | 49/363 kB Progress (4): 1.4/5.2 MB | 518 kB | 184/306 kB | 49/363 kB Progress (4): 1.4/5.2 MB | 518 kB | 188/306 kB | 49/363 kB Progress (4): 1.4/5.2 MB | 518 kB | 192/306 kB | 49/363 kB Progress (4): 1.4/5.2 MB | 518 kB | 196/306 kB | 49/363 kB Progress (4): 1.4/5.2 MB | 518 kB | 200/306 kB | 49/363 kB Progress (4): 1.4/5.2 MB | 518 kB | 204/306 kB | 49/363 kB Progress (4): 1.4/5.2 MB | 518 kB | 208/306 kB | 49/363 kB Progress (4): 1.4/5.2 MB | 518 kB | 212/306 kB | 49/363 kB Progress (4): 1.4/5.2 MB | 518 kB | 217/306 kB | 49/363 kB Progress (4): 1.4/5.2 MB | 518 kB | 221/306 kB | 49/363 kB Progress (4): 1.4/5.2 MB | 518 kB | 225/306 kB | 49/363 kB Progress (4): 1.4/5.2 MB | 518 kB | 229/306 kB | 49/363 kB Progress (4): 1.4/5.2 MB | 518 kB | 233/306 kB | 49/363 kB Progress (4): 1.4/5.2 MB | 518 kB | 237/306 kB | 49/363 kB Progress (4): 1.4/5.2 MB | 518 kB | 241/306 kB | 49/363 kB Progress (4): 1.4/5.2 MB | 518 kB | 245/306 kB | 49/363 kB Progress (4): 1.4/5.2 MB | 518 kB | 249/306 kB | 49/363 kB Progress (4): 1.4/5.2 MB | 518 kB | 253/306 kB | 49/363 kB Progress (4): 1.4/5.2 MB | 518 kB | 257/306 kB | 49/363 kB Progress (4): 1.4/5.2 MB | 518 kB | 261/306 kB | 49/363 kB Progress (4): 1.4/5.2 MB | 518 kB | 265/306 kB | 49/363 kB Progress (4): 1.4/5.2 MB | 518 kB | 270/306 kB | 49/363 kB Progress (4): 1.4/5.2 MB | 518 kB | 274/306 kB | 49/363 kB Progress (4): 1.4/5.2 MB | 518 kB | 278/306 kB | 49/363 kB Progress (4): 1.4/5.2 MB | 518 kB | 282/306 kB | 49/363 kB Progress (4): 1.4/5.2 MB | 518 kB | 286/306 kB | 49/363 kB Progress (4): 1.4/5.2 MB | 518 kB | 288/306 kB | 49/363 kB Progress (4): 1.4/5.2 MB | 518 kB | 292/306 kB | 49/363 kB Progress (4): 1.4/5.2 MB | 518 kB | 296/306 kB | 49/363 kB Progress (4): 1.4/5.2 MB | 518 kB | 300/306 kB | 49/363 kB Progress (4): 1.4/5.2 MB | 518 kB | 304/306 kB | 49/363 kB Progress (4): 1.4/5.2 MB | 518 kB | 306 kB | 49/363 kB Progress (5): 1.4/5.2 MB | 518 kB | 306 kB | 49/363 kB | 4.1/284 kB Progress (5): 1.4/5.2 MB | 518 kB | 306 kB | 49/363 kB | 7.8/284 kB Progress (5): 1.4/5.2 MB | 518 kB | 306 kB | 49/363 kB | 12/284 kB Progress (5): 1.4/5.2 MB | 518 kB | 306 kB | 49/363 kB | 16/284 kB Progress (5): 1.4/5.2 MB | 518 kB | 306 kB | 49/363 kB | 20/284 kB Progress (5): 1.4/5.2 MB | 518 kB | 306 kB | 49/363 kB | 24/284 kB Progress (5): 1.4/5.2 MB | 518 kB | 306 kB | 49/363 kB | 28/284 kB Progress (5): 1.4/5.2 MB | 518 kB | 306 kB | 49/363 kB | 32/284 kB Progress (5): 1.4/5.2 MB | 518 kB | 306 kB | 49/363 kB | 36/284 kB Progress (5): 1.4/5.2 MB | 518 kB | 306 kB | 49/363 kB | 41/284 kB Progress (5): 1.4/5.2 MB | 518 kB | 306 kB | 49/363 kB | 45/284 kB Progress (5): 1.4/5.2 MB | 518 kB | 306 kB | 49/363 kB | 49/284 kB Progress (5): 1.4/5.2 MB | 518 kB | 306 kB | 49/363 kB | 53/284 kB Progress (5): 1.4/5.2 MB | 518 kB | 306 kB | 49/363 kB | 57/284 kB Progress (5): 1.4/5.2 MB | 518 kB | 306 kB | 49/363 kB | 61/284 kB Progress (5): 1.4/5.2 MB | 518 kB | 306 kB | 49/363 kB | 65/284 kB Progress (5): 1.4/5.2 MB | 518 kB | 306 kB | 49/363 kB | 69/284 kB Progress (5): 1.4/5.2 MB | 518 kB | 306 kB | 49/363 kB | 73/284 kB Progress (5): 1.4/5.2 MB | 518 kB | 306 kB | 49/363 kB | 77/284 kB Progress (5): 1.4/5.2 MB | 518 kB | 306 kB | 49/363 kB | 82/284 kB Progress (5): 1.4/5.2 MB | 518 kB | 306 kB | 49/363 kB | 86/284 kB Progress (5): 1.4/5.2 MB | 518 kB | 306 kB | 49/363 kB | 90/284 kB Progress (5): 1.4/5.2 MB | 518 kB | 306 kB | 49/363 kB | 94/284 kB Progress (5): 1.4/5.2 MB | 518 kB | 306 kB | 49/363 kB | 98/284 kB Progress (5): 1.4/5.2 MB | 518 kB | 306 kB | 49/363 kB | 102/284 kB Progress (5): 1.4/5.2 MB | 518 kB | 306 kB | 49/363 kB | 106/284 kB Progress (5): 1.4/5.2 MB | 518 kB | 306 kB | 49/363 kB | 110/284 kB Progress (5): 1.4/5.2 MB | 518 kB | 306 kB | 49/363 kB | 114/284 kB Progress (5): 1.5/5.2 MB | 518 kB | 306 kB | 49/363 kB | 114/284 kB Progress (5): 1.5/5.2 MB | 518 kB | 306 kB | 53/363 kB | 114/284 kB Progress (5): 1.5/5.2 MB | 518 kB | 306 kB | 57/363 kB | 114/284 kB Progress (5): 1.5/5.2 MB | 518 kB | 306 kB | 61/363 kB | 114/284 kB Progress (5): 1.5/5.2 MB | 518 kB | 306 kB | 65/363 kB | 114/284 kB Progress (5): 1.5/5.2 MB | 518 kB | 306 kB | 69/363 kB | 114/284 kB Progress (5): 1.5/5.2 MB | 518 kB | 306 kB | 73/363 kB | 114/284 kB Progress (5): 1.5/5.2 MB | 518 kB | 306 kB | 77/363 kB | 114/284 kB Progress (5): 1.5/5.2 MB | 518 kB | 306 kB | 82/363 kB | 114/284 kB Progress (5): 1.5/5.2 MB | 518 kB | 306 kB | 86/363 kB | 114/284 kB Progress (5): 1.5/5.2 MB | 518 kB | 306 kB | 90/363 kB | 114/284 kB Progress (5): 1.5/5.2 MB | 518 kB | 306 kB | 94/363 kB | 114/284 kB Progress (5): 1.5/5.2 MB | 518 kB | 306 kB | 98/363 kB | 114/284 kB Progress (5): 1.5/5.2 MB | 518 kB | 306 kB | 102/363 kB | 114/284 kB Progress (5): 1.5/5.2 MB | 518 kB | 306 kB | 106/363 kB | 114/284 kB Progress (5): 1.5/5.2 MB | 518 kB | 306 kB | 110/363 kB | 114/284 kB Progress (5): 1.5/5.2 MB | 518 kB | 306 kB | 114/363 kB | 114/284 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/velocity/velocity-dep/1.4/velocity-dep-1.4.jar (518 kB at 33 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/log4j/log4j/1.2.17/log4j-1.2.17.jar +Progress (4): 1.5/5.2 MB | 306 kB | 118/363 kB | 114/284 kB Progress (4): 1.5/5.2 MB | 306 kB | 122/363 kB | 114/284 kB Progress (4): 1.5/5.2 MB | 306 kB | 127/363 kB | 114/284 kB Progress (4): 1.5/5.2 MB | 306 kB | 131/363 kB | 114/284 kB Progress (4): 1.5/5.2 MB | 306 kB | 131/363 kB | 114/284 kB Progress (4): 1.5/5.2 MB | 306 kB | 131/363 kB | 114/284 kB Progress (4): 1.5/5.2 MB | 306 kB | 131/363 kB | 114/284 kB Progress (4): 1.6/5.2 MB | 306 kB | 131/363 kB | 114/284 kB Progress (4): 1.6/5.2 MB | 306 kB | 131/363 kB | 114/284 kB Progress (4): 1.6/5.2 MB | 306 kB | 135/363 kB | 114/284 kB Progress (4): 1.6/5.2 MB | 306 kB | 139/363 kB | 114/284 kB Progress (4): 1.6/5.2 MB | 306 kB | 143/363 kB | 114/284 kB Progress (4): 1.6/5.2 MB | 306 kB | 146/363 kB | 114/284 kB Progress (4): 1.6/5.2 MB | 306 kB | 150/363 kB | 114/284 kB Progress (4): 1.6/5.2 MB | 306 kB | 154/363 kB | 114/284 kB Progress (4): 1.6/5.2 MB | 306 kB | 158/363 kB | 114/284 kB Progress (4): 1.6/5.2 MB | 306 kB | 162/363 kB | 114/284 kB Progress (4): 1.6/5.2 MB | 306 kB | 166/363 kB | 114/284 kB Progress (4): 1.6/5.2 MB | 306 kB | 170/363 kB | 114/284 kB Progress (4): 1.6/5.2 MB | 306 kB | 174/363 kB | 114/284 kB Progress (4): 1.6/5.2 MB | 306 kB | 178/363 kB | 114/284 kB Progress (4): 1.6/5.2 MB | 306 kB | 182/363 kB | 114/284 kB Progress (4): 1.6/5.2 MB | 306 kB | 187/363 kB | 114/284 kB Progress (4): 1.6/5.2 MB | 306 kB | 191/363 kB | 114/284 kB Progress (4): 1.6/5.2 MB | 306 kB | 195/363 kB | 114/284 kB Progress (4): 1.6/5.2 MB | 306 kB | 199/363 kB | 114/284 kB Progress (4): 1.6/5.2 MB | 306 kB | 203/363 kB | 114/284 kB Progress (4): 1.6/5.2 MB | 306 kB | 207/363 kB | 114/284 kB Progress (4): 1.6/5.2 MB | 306 kB | 211/363 kB | 114/284 kB Progress (4): 1.6/5.2 MB | 306 kB | 215/363 kB | 114/284 kB Progress (4): 1.6/5.2 MB | 306 kB | 219/363 kB | 114/284 kB Progress (4): 1.6/5.2 MB | 306 kB | 223/363 kB | 114/284 kB Progress (4): 1.6/5.2 MB | 306 kB | 228/363 kB | 114/284 kB Progress (4): 1.6/5.2 MB | 306 kB | 228/363 kB | 114/284 kB Progress (4): 1.6/5.2 MB | 306 kB | 228/363 kB | 114/284 kB Progress (4): 1.7/5.2 MB | 306 kB | 228/363 kB | 114/284 kB Progress (4): 1.7/5.2 MB | 306 kB | 228/363 kB | 114/284 kB Progress (4): 1.7/5.2 MB | 306 kB | 228/363 kB | 114/284 kB Progress (4): 1.7/5.2 MB | 306 kB | 228/363 kB | 118/284 kB Progress (4): 1.7/5.2 MB | 306 kB | 228/363 kB | 122/284 kB Progress (4): 1.7/5.2 MB | 306 kB | 228/363 kB | 127/284 kB Progress (4): 1.7/5.2 MB | 306 kB | 228/363 kB | 131/284 kB Progress (4): 1.7/5.2 MB | 306 kB | 228/363 kB | 135/284 kB Progress (4): 1.7/5.2 MB | 306 kB | 228/363 kB | 139/284 kB Progress (4): 1.7/5.2 MB | 306 kB | 228/363 kB | 143/284 kB Progress (4): 1.7/5.2 MB | 306 kB | 228/363 kB | 146/284 kB Progress (4): 1.7/5.2 MB | 306 kB | 228/363 kB | 150/284 kB Progress (4): 1.7/5.2 MB | 306 kB | 228/363 kB | 154/284 kB Progress (4): 1.7/5.2 MB | 306 kB | 228/363 kB | 158/284 kB Progress (4): 1.7/5.2 MB | 306 kB | 228/363 kB | 162/284 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/commons/commons-lang3/3.0/commons-lang3-3.0.jar (306 kB at 19 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar +Progress (3): 1.7/5.2 MB | 228/363 kB | 162/284 kB Progress (3): 1.7/5.2 MB | 232/363 kB | 162/284 kB Progress (3): 1.7/5.2 MB | 236/363 kB | 162/284 kB Progress (3): 1.7/5.2 MB | 240/363 kB | 162/284 kB Progress (3): 1.7/5.2 MB | 244/363 kB | 162/284 kB Progress (3): 1.7/5.2 MB | 248/363 kB | 162/284 kB Progress (3): 1.7/5.2 MB | 252/363 kB | 162/284 kB Progress (3): 1.7/5.2 MB | 256/363 kB | 162/284 kB Progress (3): 1.7/5.2 MB | 260/363 kB | 162/284 kB Progress (3): 1.7/5.2 MB | 264/363 kB | 162/284 kB Progress (3): 1.7/5.2 MB | 268/363 kB | 162/284 kB Progress (3): 1.7/5.2 MB | 272/363 kB | 162/284 kB Progress (3): 1.7/5.2 MB | 276/363 kB | 162/284 kB Progress (3): 1.7/5.2 MB | 280/363 kB | 162/284 kB Progress (3): 1.7/5.2 MB | 284/363 kB | 162/284 kB Progress (3): 1.7/5.2 MB | 289/363 kB | 162/284 kB Progress (3): 1.7/5.2 MB | 293/363 kB | 162/284 kB Progress (3): 1.7/5.2 MB | 297/363 kB | 162/284 kB Progress (3): 1.7/5.2 MB | 301/363 kB | 162/284 kB Progress (3): 1.7/5.2 MB | 305/363 kB | 162/284 kB Progress (3): 1.7/5.2 MB | 309/363 kB | 162/284 kB Progress (3): 1.7/5.2 MB | 313/363 kB | 162/284 kB Progress (3): 1.7/5.2 MB | 317/363 kB | 162/284 kB Progress (3): 1.7/5.2 MB | 321/363 kB | 162/284 kB Progress (3): 1.7/5.2 MB | 325/363 kB | 162/284 kB Progress (3): 1.7/5.2 MB | 330/363 kB | 162/284 kB Progress (3): 1.7/5.2 MB | 334/363 kB | 162/284 kB Progress (3): 1.7/5.2 MB | 338/363 kB | 162/284 kB Progress (3): 1.7/5.2 MB | 342/363 kB | 162/284 kB Progress (3): 1.8/5.2 MB | 342/363 kB | 162/284 kB Progress (4): 1.8/5.2 MB | 342/363 kB | 162/284 kB | 4.1/490 kB Progress (4): 1.8/5.2 MB | 342/363 kB | 162/284 kB | 7.8/490 kB Progress (4): 1.8/5.2 MB | 342/363 kB | 162/284 kB | 12/490 kB Progress (4): 1.8/5.2 MB | 342/363 kB | 162/284 kB | 16/490 kB Progress (4): 1.8/5.2 MB | 342/363 kB | 162/284 kB | 20/490 kB Progress (4): 1.8/5.2 MB | 342/363 kB | 162/284 kB | 24/490 kB Progress (4): 1.8/5.2 MB | 342/363 kB | 162/284 kB | 28/490 kB Progress (4): 1.8/5.2 MB | 342/363 kB | 162/284 kB | 32/490 kB Progress (4): 1.8/5.2 MB | 342/363 kB | 162/284 kB | 36/490 kB Progress (4): 1.8/5.2 MB | 342/363 kB | 162/284 kB | 41/490 kB Progress (4): 1.8/5.2 MB | 342/363 kB | 162/284 kB | 45/490 kB Progress (4): 1.8/5.2 MB | 342/363 kB | 162/284 kB | 49/490 kB Progress (4): 1.8/5.2 MB | 342/363 kB | 162/284 kB | 53/490 kB Progress (4): 1.8/5.2 MB | 342/363 kB | 162/284 kB | 57/490 kB Progress (4): 1.8/5.2 MB | 342/363 kB | 162/284 kB | 57/490 kB Progress (4): 1.8/5.2 MB | 342/363 kB | 162/284 kB | 61/490 kB Progress (4): 1.8/5.2 MB | 342/363 kB | 162/284 kB | 65/490 kB Progress (4): 1.8/5.2 MB | 342/363 kB | 162/284 kB | 69/490 kB Progress (4): 1.8/5.2 MB | 342/363 kB | 162/284 kB | 73/490 kB Progress (4): 1.8/5.2 MB | 342/363 kB | 162/284 kB | 73/490 kB Progress (4): 1.8/5.2 MB | 342/363 kB | 162/284 kB | 73/490 kB Progress (4): 1.8/5.2 MB | 342/363 kB | 166/284 kB | 73/490 kB Progress (4): 1.8/5.2 MB | 342/363 kB | 170/284 kB | 73/490 kB Progress (4): 1.8/5.2 MB | 342/363 kB | 174/284 kB | 73/490 kB Progress (4): 1.8/5.2 MB | 342/363 kB | 178/284 kB | 73/490 kB Progress (4): 1.8/5.2 MB | 342/363 kB | 182/284 kB | 73/490 kB Progress (4): 1.8/5.2 MB | 342/363 kB | 187/284 kB | 73/490 kB Progress (4): 1.8/5.2 MB | 342/363 kB | 191/284 kB | 73/490 kB Progress (4): 1.8/5.2 MB | 342/363 kB | 195/284 kB | 73/490 kB Progress (4): 1.8/5.2 MB | 342/363 kB | 199/284 kB | 73/490 kB Progress (4): 1.8/5.2 MB | 342/363 kB | 203/284 kB | 73/490 kB Progress (4): 1.8/5.2 MB | 342/363 kB | 207/284 kB | 73/490 kB Progress (4): 1.8/5.2 MB | 342/363 kB | 211/284 kB | 73/490 kB Progress (4): 1.8/5.2 MB | 342/363 kB | 215/284 kB | 73/490 kB Progress (4): 1.8/5.2 MB | 342/363 kB | 219/284 kB | 73/490 kB Progress (4): 1.8/5.2 MB | 342/363 kB | 223/284 kB | 73/490 kB Progress (4): 1.8/5.2 MB | 342/363 kB | 228/284 kB | 73/490 kB Progress (4): 1.8/5.2 MB | 342/363 kB | 232/284 kB | 73/490 kB Progress (4): 1.8/5.2 MB | 342/363 kB | 236/284 kB | 73/490 kB Progress (4): 1.8/5.2 MB | 342/363 kB | 240/284 kB | 73/490 kB Progress (4): 1.8/5.2 MB | 342/363 kB | 244/284 kB | 73/490 kB Progress (4): 1.8/5.2 MB | 342/363 kB | 248/284 kB | 73/490 kB Progress (4): 1.8/5.2 MB | 342/363 kB | 252/284 kB | 73/490 kB Progress (4): 1.8/5.2 MB | 342/363 kB | 256/284 kB | 73/490 kB Progress (4): 1.8/5.2 MB | 342/363 kB | 260/284 kB | 73/490 kB Progress (4): 1.8/5.2 MB | 342/363 kB | 264/284 kB | 73/490 kB Progress (4): 1.8/5.2 MB | 342/363 kB | 269/284 kB | 73/490 kB Progress (4): 1.8/5.2 MB | 342/363 kB | 273/284 kB | 73/490 kB Progress (4): 1.8/5.2 MB | 342/363 kB | 277/284 kB | 73/490 kB Progress (4): 1.9/5.2 MB | 342/363 kB | 277/284 kB | 73/490 kB Progress (4): 1.9/5.2 MB | 342/363 kB | 281/284 kB | 73/490 kB Progress (4): 1.9/5.2 MB | 342/363 kB | 284 kB | 73/490 kB Progress (4): 1.9/5.2 MB | 346/363 kB | 284 kB | 73/490 kB Progress (4): 1.9/5.2 MB | 350/363 kB | 284 kB | 73/490 kB Progress (4): 1.9/5.2 MB | 354/363 kB | 284 kB | 73/490 kB Progress (4): 1.9/5.2 MB | 358/363 kB | 284 kB | 73/490 kB Progress (4): 1.9/5.2 MB | 362/363 kB | 284 kB | 73/490 kB Progress (4): 1.9/5.2 MB | 363 kB | 284 kB | 73/490 kB Progress (4): 1.9/5.2 MB | 363 kB | 284 kB | 73/490 kB Progress (4): 1.9/5.2 MB | 363 kB | 284 kB | 73/490 kB Progress (4): 1.9/5.2 MB | 363 kB | 284 kB | 77/490 kB Progress (4): 1.9/5.2 MB | 363 kB | 284 kB | 82/490 kB Progress (4): 1.9/5.2 MB | 363 kB | 284 kB | 86/490 kB Progress (4): 1.9/5.2 MB | 363 kB | 284 kB | 90/490 kB Progress (4): 1.9/5.2 MB | 363 kB | 284 kB | 94/490 kB Progress (4): 1.9/5.2 MB | 363 kB | 284 kB | 98/490 kB Progress (4): 1.9/5.2 MB | 363 kB | 284 kB | 102/490 kB Progress (4): 1.9/5.2 MB | 363 kB | 284 kB | 106/490 kB Progress (4): 1.9/5.2 MB | 363 kB | 284 kB | 110/490 kB Progress (4): 1.9/5.2 MB | 363 kB | 284 kB | 114/490 kB Progress (4): 1.9/5.2 MB | 363 kB | 284 kB | 118/490 kB Progress (4): 1.9/5.2 MB | 363 kB | 284 kB | 122/490 kB Progress (4): 1.9/5.2 MB | 363 kB | 284 kB | 126/490 kB Progress (4): 1.9/5.2 MB | 363 kB | 284 kB | 131/490 kB Progress (4): 1.9/5.2 MB | 363 kB | 284 kB | 135/490 kB Progress (4): 1.9/5.2 MB | 363 kB | 284 kB | 139/490 kB Progress (4): 1.9/5.2 MB | 363 kB | 284 kB | 143/490 kB Progress (4): 1.9/5.2 MB | 363 kB | 284 kB | 147/490 kB Progress (4): 1.9/5.2 MB | 363 kB | 284 kB | 151/490 kB Progress (4): 1.9/5.2 MB | 363 kB | 284 kB | 155/490 kB Progress (4): 1.9/5.2 MB | 363 kB | 284 kB | 159/490 kB Progress (4): 1.9/5.2 MB | 363 kB | 284 kB | 163/490 kB Progress (4): 1.9/5.2 MB | 363 kB | 284 kB | 167/490 kB Progress (4): 1.9/5.2 MB | 363 kB | 284 kB | 171/490 kB Progress (4): 1.9/5.2 MB | 363 kB | 284 kB | 176/490 kB Progress (4): 1.9/5.2 MB | 363 kB | 284 kB | 180/490 kB Progress (4): 1.9/5.2 MB | 363 kB | 284 kB | 184/490 kB Progress (4): 1.9/5.2 MB | 363 kB | 284 kB | 188/490 kB Progress (4): 1.9/5.2 MB | 363 kB | 284 kB | 192/490 kB Progress (4): 1.9/5.2 MB | 363 kB | 284 kB | 196/490 kB Progress (4): 1.9/5.2 MB | 363 kB | 284 kB | 200/490 kB Progress (4): 1.9/5.2 MB | 363 kB | 284 kB | 204/490 kB Progress (4): 1.9/5.2 MB | 363 kB | 284 kB | 208/490 kB Progress (4): 1.9/5.2 MB | 363 kB | 284 kB | 208/490 kB Progress (4): 2.0/5.2 MB | 363 kB | 284 kB | 208/490 kB Progress (4): 2.0/5.2 MB | 363 kB | 284 kB | 208/490 kB Progress (4): 2.0/5.2 MB | 363 kB | 284 kB | 208/490 kB Progress (5): 2.0/5.2 MB | 363 kB | 284 kB | 208/490 kB | 4.1/45 kB Progress (5): 2.0/5.2 MB | 363 kB | 284 kB | 208/490 kB | 7.8/45 kB Progress (5): 2.0/5.2 MB | 363 kB | 284 kB | 208/490 kB | 12/45 kB Progress (5): 2.0/5.2 MB | 363 kB | 284 kB | 208/490 kB | 16/45 kB Progress (5): 2.0/5.2 MB | 363 kB | 284 kB | 208/490 kB | 20/45 kB Progress (5): 2.0/5.2 MB | 363 kB | 284 kB | 208/490 kB | 24/45 kB Progress (5): 2.0/5.2 MB | 363 kB | 284 kB | 208/490 kB | 24/45 kB Progress (5): 2.1/5.2 MB | 363 kB | 284 kB | 208/490 kB | 24/45 kB Progress (5): 2.1/5.2 MB | 363 kB | 284 kB | 212/490 kB | 24/45 kB Progress (5): 2.1/5.2 MB | 363 kB | 284 kB | 217/490 kB | 24/45 kB Progress (5): 2.1/5.2 MB | 363 kB | 284 kB | 221/490 kB | 24/45 kB Progress (5): 2.1/5.2 MB | 363 kB | 284 kB | 225/490 kB | 24/45 kB Progress (5): 2.1/5.2 MB | 363 kB | 284 kB | 229/490 kB | 24/45 kB Progress (5): 2.1/5.2 MB | 363 kB | 284 kB | 233/490 kB | 24/45 kB Progress (5): 2.1/5.2 MB | 363 kB | 284 kB | 237/490 kB | 24/45 kB Progress (5): 2.1/5.2 MB | 363 kB | 284 kB | 241/490 kB | 24/45 kB Progress (5): 2.1/5.2 MB | 363 kB | 284 kB | 245/490 kB | 24/45 kB Progress (5): 2.1/5.2 MB | 363 kB | 284 kB | 249/490 kB | 24/45 kB Progress (5): 2.1/5.2 MB | 363 kB | 284 kB | 253/490 kB | 24/45 kB Progress (5): 2.1/5.2 MB | 363 kB | 284 kB | 257/490 kB | 24/45 kB Progress (5): 2.1/5.2 MB | 363 kB | 284 kB | 261/490 kB | 24/45 kB Progress (5): 2.1/5.2 MB | 363 kB | 284 kB | 265/490 kB | 24/45 kB Progress (5): 2.1/5.2 MB | 363 kB | 284 kB | 270/490 kB | 24/45 kB Progress (5): 2.1/5.2 MB | 363 kB | 284 kB | 274/490 kB | 24/45 kB Progress (5): 2.1/5.2 MB | 363 kB | 284 kB | 278/490 kB | 24/45 kB Progress (5): 2.1/5.2 MB | 363 kB | 284 kB | 282/490 kB | 24/45 kB Progress (5): 2.1/5.2 MB | 363 kB | 284 kB | 286/490 kB | 24/45 kB Progress (5): 2.1/5.2 MB | 363 kB | 284 kB | 288/490 kB | 24/45 kB Progress (5): 2.1/5.2 MB | 363 kB | 284 kB | 292/490 kB | 24/45 kB Progress (5): 2.1/5.2 MB | 363 kB | 284 kB | 296/490 kB | 24/45 kB Progress (5): 2.1/5.2 MB | 363 kB | 284 kB | 300/490 kB | 24/45 kB Progress (5): 2.1/5.2 MB | 363 kB | 284 kB | 304/490 kB | 24/45 kB Progress (5): 2.1/5.2 MB | 363 kB | 284 kB | 308/490 kB | 24/45 kB Progress (5): 2.1/5.2 MB | 363 kB | 284 kB | 313/490 kB | 24/45 kB Progress (5): 2.1/5.2 MB | 363 kB | 284 kB | 317/490 kB | 24/45 kB Progress (5): 2.1/5.2 MB | 363 kB | 284 kB | 321/490 kB | 24/45 kB Progress (5): 2.1/5.2 MB | 363 kB | 284 kB | 324/490 kB | 24/45 kB Progress (5): 2.1/5.2 MB | 363 kB | 284 kB | 328/490 kB | 24/45 kB Progress (5): 2.1/5.2 MB | 363 kB | 284 kB | 332/490 kB | 24/45 kB Progress (5): 2.1/5.2 MB | 363 kB | 284 kB | 336/490 kB | 24/45 kB Progress (5): 2.1/5.2 MB | 363 kB | 284 kB | 340/490 kB | 24/45 kB Progress (5): 2.1/5.2 MB | 363 kB | 284 kB | 344/490 kB | 24/45 kB Progress (5): 2.1/5.2 MB | 363 kB | 284 kB | 348/490 kB | 24/45 kB Progress (5): 2.1/5.2 MB | 363 kB | 284 kB | 352/490 kB | 24/45 kB Progress (5): 2.1/5.2 MB | 363 kB | 284 kB | 356/490 kB | 24/45 kB Progress (5): 2.1/5.2 MB | 363 kB | 284 kB | 360/490 kB | 24/45 kB Progress (5): 2.1/5.2 MB | 363 kB | 284 kB | 365/490 kB | 24/45 kB Progress (5): 2.1/5.2 MB | 363 kB | 284 kB | 369/490 kB | 24/45 kB Progress (5): 2.1/5.2 MB | 363 kB | 284 kB | 373/490 kB | 24/45 kB Progress (5): 2.1/5.2 MB | 363 kB | 284 kB | 373/490 kB | 24/45 kB Progress (5): 2.1/5.2 MB | 363 kB | 284 kB | 373/490 kB | 24/45 kB Progress (5): 2.1/5.2 MB | 363 kB | 284 kB | 373/490 kB | 24/45 kB Progress (5): 2.1/5.2 MB | 363 kB | 284 kB | 373/490 kB | 28/45 kB Progress (5): 2.1/5.2 MB | 363 kB | 284 kB | 373/490 kB | 32/45 kB Progress (5): 2.1/5.2 MB | 363 kB | 284 kB | 373/490 kB | 36/45 kB Progress (5): 2.1/5.2 MB | 363 kB | 284 kB | 373/490 kB | 41/45 kB Progress (5): 2.1/5.2 MB | 363 kB | 284 kB | 373/490 kB | 45/45 kB Progress (5): 2.1/5.2 MB | 363 kB | 284 kB | 373/490 kB | 45 kB Progress (5): 2.2/5.2 MB | 363 kB | 284 kB | 373/490 kB | 45 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/commons-lang/commons-lang/2.6/commons-lang-2.6.jar (284 kB at 17 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.jar +Progress (4): 2.2/5.2 MB | 363 kB | 373/490 kB | 45 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/commons-configuration/commons-configuration/1.10/commons-configuration-1.10.jar (363 kB at 22 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/uk/co/datumedge/hamcrest-json/0.2/hamcrest-json-0.2.jar +Progress (3): 2.2/5.2 MB | 373/490 kB | 45 kB Progress (3): 2.2/5.2 MB | 377/490 kB | 45 kB Progress (3): 2.2/5.2 MB | 381/490 kB | 45 kB Progress (3): 2.2/5.2 MB | 385/490 kB | 45 kB Progress (3): 2.2/5.2 MB | 389/490 kB | 45 kB Progress (3): 2.2/5.2 MB | 393/490 kB | 45 kB Progress (3): 2.2/5.2 MB | 397/490 kB | 45 kB Progress (3): 2.2/5.2 MB | 401/490 kB | 45 kB Progress (3): 2.2/5.2 MB | 406/490 kB | 45 kB Progress (3): 2.2/5.2 MB | 410/490 kB | 45 kB Progress (3): 2.2/5.2 MB | 414/490 kB | 45 kB Progress (3): 2.2/5.2 MB | 418/490 kB | 45 kB Progress (3): 2.2/5.2 MB | 422/490 kB | 45 kB Progress (3): 2.2/5.2 MB | 426/490 kB | 45 kB Progress (3): 2.2/5.2 MB | 430/490 kB | 45 kB Progress (3): 2.2/5.2 MB | 434/490 kB | 45 kB Progress (3): 2.2/5.2 MB | 438/490 kB | 45 kB Progress (3): 2.2/5.2 MB | 442/490 kB | 45 kB Progress (3): 2.2/5.2 MB | 446/490 kB | 45 kB Progress (3): 2.2/5.2 MB | 451/490 kB | 45 kB Progress (3): 2.2/5.2 MB | 455/490 kB | 45 kB Progress (3): 2.2/5.2 MB | 459/490 kB | 45 kB Progress (3): 2.2/5.2 MB | 463/490 kB | 45 kB Progress (3): 2.2/5.2 MB | 467/490 kB | 45 kB Progress (3): 2.2/5.2 MB | 471/490 kB | 45 kB Progress (3): 2.2/5.2 MB | 475/490 kB | 45 kB Progress (3): 2.2/5.2 MB | 479/490 kB | 45 kB Progress (3): 2.2/5.2 MB | 483/490 kB | 45 kB Progress (3): 2.2/5.2 MB | 487/490 kB | 45 kB Progress (3): 2.2/5.2 MB | 490 kB | 45 kB Progress (3): 2.2/5.2 MB | 490 kB | 45 kB Progress (3): 2.3/5.2 MB | 490 kB | 45 kB Progress (3): 2.3/5.2 MB | 490 kB | 45 kB Progress (3): 2.3/5.2 MB | 490 kB | 45 kB Progress (3): 2.3/5.2 MB | 490 kB | 45 kB Progress (3): 2.4/5.2 MB | 490 kB | 45 kB Progress (3): 2.4/5.2 MB | 490 kB | 45 kB Progress (3): 2.4/5.2 MB | 490 kB | 45 kB Progress (3): 2.4/5.2 MB | 490 kB | 45 kB Progress (3): 2.5/5.2 MB | 490 kB | 45 kB Progress (3): 2.5/5.2 MB | 490 kB | 45 kB Progress (3): 2.5/5.2 MB | 490 kB | 45 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar (45 kB at 2.7 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/skyscreamer/jsonassert/1.1.1/jsonassert-1.1.1.jar +Progress (2): 2.5/5.2 MB | 490 kB Progress (3): 2.5/5.2 MB | 490 kB | 4.1/53 kB Progress (3): 2.5/5.2 MB | 490 kB | 7.8/53 kB Progress (3): 2.5/5.2 MB | 490 kB | 12/53 kB Progress (3): 2.5/5.2 MB | 490 kB | 16/53 kB Progress (3): 2.5/5.2 MB | 490 kB | 20/53 kB Progress (3): 2.5/5.2 MB | 490 kB | 24/53 kB Progress (3): 2.5/5.2 MB | 490 kB | 28/53 kB Progress (3): 2.5/5.2 MB | 490 kB | 32/53 kB Progress (3): 2.5/5.2 MB | 490 kB | 36/53 kB Progress (3): 2.5/5.2 MB | 490 kB | 41/53 kB Progress (3): 2.5/5.2 MB | 490 kB | 45/53 kB Progress (3): 2.5/5.2 MB | 490 kB | 49/53 kB Progress (3): 2.5/5.2 MB | 490 kB | 53/53 kB Progress (3): 2.5/5.2 MB | 490 kB | 53 kB Progress (4): 2.5/5.2 MB | 490 kB | 53 kB | 4.1/15 kB Progress (4): 2.5/5.2 MB | 490 kB | 53 kB | 7.8/15 kB Progress (4): 2.5/5.2 MB | 490 kB | 53 kB | 12/15 kB Progress (4): 2.5/5.2 MB | 490 kB | 53 kB | 15 kB Progress (4): 2.6/5.2 MB | 490 kB | 53 kB | 15 kB Progress (4): 2.6/5.2 MB | 490 kB | 53 kB | 15 kB Progress (4): 2.6/5.2 MB | 490 kB | 53 kB | 15 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/log4j/log4j/1.2.17/log4j-1.2.17.jar (490 kB at 29 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/commons-collections/commons-collections/3.0/commons-collections-3.0.jar +Progress (3): 2.6/5.2 MB | 53 kB | 15 kB Progress (3): 2.7/5.2 MB | 53 kB | 15 kB Progress (3): 2.7/5.2 MB | 53 kB | 15 kB Progress (3): 2.7/5.2 MB | 53 kB | 15 kB Progress (3): 2.7/5.2 MB | 53 kB | 15 kB Progress (3): 2.8/5.2 MB | 53 kB | 15 kB Progress (3): 2.8/5.2 MB | 53 kB | 15 kB Progress (3): 2.8/5.2 MB | 53 kB | 15 kB Progress (3): 2.8/5.2 MB | 53 kB | 15 kB Progress (3): 2.9/5.2 MB | 53 kB | 15 kB Progress (3): 2.9/5.2 MB | 53 kB | 15 kB Progress (3): 2.9/5.2 MB | 53 kB | 15 kB Progress (4): 2.9/5.2 MB | 53 kB | 15 kB | 4.1/13 kB Progress (4): 2.9/5.2 MB | 53 kB | 15 kB | 7.8/13 kB Progress (4): 2.9/5.2 MB | 53 kB | 15 kB | 12/13 kB Progress (4): 2.9/5.2 MB | 53 kB | 15 kB | 13 kB Progress (4): 2.9/5.2 MB | 53 kB | 15 kB | 13 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.jar (53 kB at 3.1 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/assertj/assertj-core/3.11.0/assertj-core-3.11.0.jar +Progress (3): 3.0/5.2 MB | 15 kB | 13 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/uk/co/datumedge/hamcrest-json/0.2/hamcrest-json-0.2.jar (15 kB at 870 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/mockito/mockito-core/2.21.0/mockito-core-2.21.0.jar +Progress (2): 3.0/5.2 MB | 13 kB Progress (2): 3.0/5.2 MB | 13 kB Progress (3): 3.0/5.2 MB | 13 kB | 4.1/519 kB Progress (3): 3.0/5.2 MB | 13 kB | 7.8/519 kB Progress (3): 3.0/5.2 MB | 13 kB | 12/519 kB Progress (3): 3.0/5.2 MB | 13 kB | 16/519 kB Progress (3): 3.0/5.2 MB | 13 kB | 20/519 kB Progress (3): 3.0/5.2 MB | 13 kB | 24/519 kB Progress (3): 3.0/5.2 MB | 13 kB | 28/519 kB Progress (3): 3.0/5.2 MB | 13 kB | 32/519 kB Progress (3): 3.0/5.2 MB | 13 kB | 36/519 kB Progress (3): 3.0/5.2 MB | 13 kB | 41/519 kB Progress (3): 3.0/5.2 MB | 13 kB | 45/519 kB Progress (3): 3.0/5.2 MB | 13 kB | 49/519 kB Progress (3): 3.0/5.2 MB | 13 kB | 53/519 kB Progress (3): 3.0/5.2 MB | 13 kB | 57/519 kB Progress (3): 3.0/5.2 MB | 13 kB | 61/519 kB Progress (3): 3.0/5.2 MB | 13 kB | 65/519 kB Progress (3): 3.0/5.2 MB | 13 kB | 69/519 kB Progress (3): 3.0/5.2 MB | 13 kB | 73/519 kB Progress (3): 3.0/5.2 MB | 13 kB | 77/519 kB Progress (3): 3.0/5.2 MB | 13 kB | 82/519 kB Progress (3): 3.0/5.2 MB | 13 kB | 82/519 kB Progress (3): 3.1/5.2 MB | 13 kB | 82/519 kB Progress (3): 3.1/5.2 MB | 13 kB | 82/519 kB Progress (3): 3.1/5.2 MB | 13 kB | 82/519 kB Progress (3): 3.1/5.2 MB | 13 kB | 82/519 kB Progress (3): 3.2/5.2 MB | 13 kB | 82/519 kB Progress (3): 3.2/5.2 MB | 13 kB | 82/519 kB Progress (3): 3.2/5.2 MB | 13 kB | 82/519 kB Progress (3): 3.2/5.2 MB | 13 kB | 86/519 kB Progress (3): 3.2/5.2 MB | 13 kB | 90/519 kB Progress (3): 3.2/5.2 MB | 13 kB | 94/519 kB Progress (3): 3.2/5.2 MB | 13 kB | 98/519 kB Progress (3): 3.2/5.2 MB | 13 kB | 102/519 kB Progress (3): 3.2/5.2 MB | 13 kB | 106/519 kB Progress (3): 3.2/5.2 MB | 13 kB | 110/519 kB Progress (3): 3.2/5.2 MB | 13 kB | 114/519 kB Progress (3): 3.2/5.2 MB | 13 kB | 118/519 kB Progress (3): 3.2/5.2 MB | 13 kB | 122/519 kB Progress (3): 3.2/5.2 MB | 13 kB | 127/519 kB Progress (3): 3.2/5.2 MB | 13 kB | 131/519 kB Progress (3): 3.2/5.2 MB | 13 kB | 135/519 kB Progress (3): 3.2/5.2 MB | 13 kB | 139/519 kB Progress (3): 3.2/5.2 MB | 13 kB | 143/519 kB Progress (3): 3.2/5.2 MB | 13 kB | 146/519 kB Progress (3): 3.2/5.2 MB | 13 kB | 150/519 kB Progress (3): 3.2/5.2 MB | 13 kB | 154/519 kB Progress (3): 3.2/5.2 MB | 13 kB | 158/519 kB Progress (3): 3.2/5.2 MB | 13 kB | 162/519 kB Progress (3): 3.2/5.2 MB | 13 kB | 166/519 kB Progress (3): 3.2/5.2 MB | 13 kB | 170/519 kB Progress (3): 3.2/5.2 MB | 13 kB | 174/519 kB Progress (3): 3.2/5.2 MB | 13 kB | 178/519 kB Progress (3): 3.2/5.2 MB | 13 kB | 182/519 kB Progress (3): 3.2/5.2 MB | 13 kB | 187/519 kB Progress (3): 3.2/5.2 MB | 13 kB | 191/519 kB Progress (3): 3.2/5.2 MB | 13 kB | 195/519 kB Progress (3): 3.2/5.2 MB | 13 kB | 199/519 kB Progress (3): 3.2/5.2 MB | 13 kB | 203/519 kB Progress (3): 3.2/5.2 MB | 13 kB | 207/519 kB Progress (3): 3.2/5.2 MB | 13 kB | 211/519 kB Progress (3): 3.2/5.2 MB | 13 kB | 215/519 kB Progress (3): 3.2/5.2 MB | 13 kB | 219/519 kB Progress (3): 3.2/5.2 MB | 13 kB | 223/519 kB Progress (3): 3.2/5.2 MB | 13 kB | 228/519 kB Progress (3): 3.2/5.2 MB | 13 kB | 232/519 kB Progress (3): 3.2/5.2 MB | 13 kB | 235/519 kB Progress (3): 3.2/5.2 MB | 13 kB | 235/519 kB Progress (3): 3.3/5.2 MB | 13 kB | 235/519 kB Progress (3): 3.3/5.2 MB | 13 kB | 235/519 kB Progress (3): 3.3/5.2 MB | 13 kB | 235/519 kB Progress (3): 3.3/5.2 MB | 13 kB | 235/519 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/skyscreamer/jsonassert/1.1.1/jsonassert-1.1.1.jar (13 kB at 744 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/net/bytebuddy/byte-buddy/1.8.15/byte-buddy-1.8.15.jar +Progress (2): 3.4/5.2 MB | 235/519 kB Progress (2): 3.4/5.2 MB | 235/519 kB Progress (2): 3.4/5.2 MB | 235/519 kB Progress (2): 3.4/5.2 MB | 239/519 kB Progress (2): 3.4/5.2 MB | 243/519 kB Progress (2): 3.4/5.2 MB | 247/519 kB Progress (2): 3.4/5.2 MB | 251/519 kB Progress (3): 3.4/5.2 MB | 251/519 kB | 4.1/564 kB Progress (3): 3.4/5.2 MB | 255/519 kB | 4.1/564 kB Progress (3): 3.4/5.2 MB | 255/519 kB | 7.8/564 kB Progress (3): 3.4/5.2 MB | 259/519 kB | 7.8/564 kB Progress (3): 3.4/5.2 MB | 259/519 kB | 12/564 kB Progress (3): 3.4/5.2 MB | 261/519 kB | 12/564 kB Progress (3): 3.4/5.2 MB | 261/519 kB | 16/564 kB Progress (3): 3.4/5.2 MB | 265/519 kB | 16/564 kB Progress (3): 3.4/5.2 MB | 270/519 kB | 16/564 kB Progress (3): 3.4/5.2 MB | 274/519 kB | 16/564 kB Progress (3): 3.4/5.2 MB | 278/519 kB | 16/564 kB Progress (3): 3.4/5.2 MB | 282/519 kB | 16/564 kB Progress (3): 3.4/5.2 MB | 286/519 kB | 16/564 kB Progress (3): 3.4/5.2 MB | 290/519 kB | 16/564 kB Progress (3): 3.4/5.2 MB | 294/519 kB | 16/564 kB Progress (3): 3.4/5.2 MB | 298/519 kB | 16/564 kB Progress (3): 3.4/5.2 MB | 302/519 kB | 16/564 kB Progress (3): 3.4/5.2 MB | 306/519 kB | 16/564 kB Progress (3): 3.4/5.2 MB | 310/519 kB | 16/564 kB Progress (3): 3.4/5.2 MB | 315/519 kB | 16/564 kB Progress (3): 3.4/5.2 MB | 319/519 kB | 16/564 kB Progress (3): 3.4/5.2 MB | 323/519 kB | 16/564 kB Progress (3): 3.4/5.2 MB | 327/519 kB | 16/564 kB Progress (3): 3.4/5.2 MB | 331/519 kB | 16/564 kB Progress (3): 3.4/5.2 MB | 335/519 kB | 16/564 kB Progress (3): 3.4/5.2 MB | 339/519 kB | 16/564 kB Progress (3): 3.4/5.2 MB | 343/519 kB | 16/564 kB Progress (3): 3.4/5.2 MB | 347/519 kB | 16/564 kB Progress (3): 3.4/5.2 MB | 351/519 kB | 16/564 kB Progress (3): 3.4/5.2 MB | 356/519 kB | 16/564 kB Progress (3): 3.4/5.2 MB | 360/519 kB | 16/564 kB Progress (3): 3.4/5.2 MB | 364/519 kB | 16/564 kB Progress (3): 3.4/5.2 MB | 368/519 kB | 16/564 kB Progress (3): 3.4/5.2 MB | 372/519 kB | 16/564 kB Progress (3): 3.4/5.2 MB | 376/519 kB | 16/564 kB Progress (3): 3.4/5.2 MB | 380/519 kB | 16/564 kB Progress (3): 3.4/5.2 MB | 384/519 kB | 16/564 kB Progress (3): 3.4/5.2 MB | 388/519 kB | 16/564 kB Progress (3): 3.4/5.2 MB | 392/519 kB | 16/564 kB Progress (3): 3.4/5.2 MB | 392/519 kB | 16/564 kB Progress (3): 3.4/5.2 MB | 396/519 kB | 16/564 kB Progress (3): 3.4/5.2 MB | 401/519 kB | 16/564 kB Progress (3): 3.4/5.2 MB | 405/519 kB | 16/564 kB Progress (3): 3.4/5.2 MB | 409/519 kB | 16/564 kB Progress (3): 3.5/5.2 MB | 409/519 kB | 16/564 kB Progress (3): 3.5/5.2 MB | 409/519 kB | 16/564 kB Progress (3): 3.5/5.2 MB | 409/519 kB | 16/564 kB Progress (3): 3.5/5.2 MB | 409/519 kB | 16/564 kB Progress (3): 3.6/5.2 MB | 409/519 kB | 16/564 kB Progress (3): 3.6/5.2 MB | 409/519 kB | 16/564 kB Progress (3): 3.6/5.2 MB | 409/519 kB | 16/564 kB Progress (3): 3.6/5.2 MB | 409/519 kB | 16/564 kB Progress (4): 3.6/5.2 MB | 409/519 kB | 16/564 kB | 0/4.0 MB Progress (4): 3.6/5.2 MB | 413/519 kB | 16/564 kB | 0/4.0 MB Progress (4): 3.6/5.2 MB | 417/519 kB | 16/564 kB | 0/4.0 MB Progress (4): 3.6/5.2 MB | 421/519 kB | 16/564 kB | 0/4.0 MB Progress (4): 3.6/5.2 MB | 425/519 kB | 16/564 kB | 0/4.0 MB Progress (4): 3.6/5.2 MB | 425/519 kB | 20/564 kB | 0/4.0 MB Progress (4): 3.6/5.2 MB | 425/519 kB | 24/564 kB | 0/4.0 MB Progress (4): 3.6/5.2 MB | 425/519 kB | 28/564 kB | 0/4.0 MB Progress (4): 3.6/5.2 MB | 425/519 kB | 32/564 kB | 0/4.0 MB Progress (4): 3.6/5.2 MB | 425/519 kB | 36/564 kB | 0/4.0 MB Progress (4): 3.6/5.2 MB | 425/519 kB | 41/564 kB | 0/4.0 MB Progress (4): 3.6/5.2 MB | 429/519 kB | 41/564 kB | 0/4.0 MB Progress (4): 3.6/5.2 MB | 433/519 kB | 41/564 kB | 0/4.0 MB Progress (4): 3.6/5.2 MB | 437/519 kB | 41/564 kB | 0/4.0 MB Progress (4): 3.6/5.2 MB | 442/519 kB | 41/564 kB | 0/4.0 MB Progress (4): 3.6/5.2 MB | 446/519 kB | 41/564 kB | 0/4.0 MB Progress (4): 3.6/5.2 MB | 450/519 kB | 41/564 kB | 0/4.0 MB Progress (4): 3.6/5.2 MB | 454/519 kB | 41/564 kB | 0/4.0 MB Progress (4): 3.6/5.2 MB | 458/519 kB | 41/564 kB | 0/4.0 MB Progress (4): 3.6/5.2 MB | 462/519 kB | 41/564 kB | 0/4.0 MB Progress (4): 3.6/5.2 MB | 466/519 kB | 41/564 kB | 0/4.0 MB Progress (4): 3.6/5.2 MB | 470/519 kB | 41/564 kB | 0/4.0 MB Progress (4): 3.6/5.2 MB | 474/519 kB | 41/564 kB | 0/4.0 MB Progress (4): 3.6/5.2 MB | 478/519 kB | 41/564 kB | 0/4.0 MB Progress (4): 3.6/5.2 MB | 482/519 kB | 41/564 kB | 0/4.0 MB Progress (4): 3.6/5.2 MB | 487/519 kB | 41/564 kB | 0/4.0 MB Progress (4): 3.6/5.2 MB | 491/519 kB | 41/564 kB | 0/4.0 MB Progress (4): 3.6/5.2 MB | 495/519 kB | 41/564 kB | 0/4.0 MB Progress (4): 3.6/5.2 MB | 499/519 kB | 41/564 kB | 0/4.0 MB Progress (4): 3.6/5.2 MB | 503/519 kB | 41/564 kB | 0/4.0 MB Progress (4): 3.6/5.2 MB | 507/519 kB | 41/564 kB | 0/4.0 MB Progress (4): 3.6/5.2 MB | 511/519 kB | 41/564 kB | 0/4.0 MB Progress (4): 3.6/5.2 MB | 515/519 kB | 41/564 kB | 0/4.0 MB Progress (4): 3.6/5.2 MB | 519 kB | 41/564 kB | 0/4.0 MB Progress (4): 3.7/5.2 MB | 519 kB | 41/564 kB | 0/4.0 MB Progress (4): 3.7/5.2 MB | 519 kB | 41/564 kB | 0/4.0 MB Progress (4): 3.7/5.2 MB | 519 kB | 41/564 kB | 0/4.0 MB Progress (4): 3.7/5.2 MB | 519 kB | 41/564 kB | 0/4.0 MB Progress (4): 3.8/5.2 MB | 519 kB | 41/564 kB | 0/4.0 MB Progress (4): 3.8/5.2 MB | 519 kB | 41/564 kB | 0/4.0 MB Progress (4): 3.8/5.2 MB | 519 kB | 41/564 kB | 0/4.0 MB Progress (4): 3.8/5.2 MB | 519 kB | 41/564 kB | 0/4.0 MB Progress (4): 3.9/5.2 MB | 519 kB | 41/564 kB | 0/4.0 MB Progress (5): 3.9/5.2 MB | 519 kB | 41/564 kB | 0/4.0 MB | 0/3.0 MB Progress (5): 3.9/5.2 MB | 519 kB | 41/564 kB | 0/4.0 MB | 0/3.0 MB Progress (5): 3.9/5.2 MB | 519 kB | 41/564 kB | 0/4.0 MB | 0/3.0 MB Progress (5): 3.9/5.2 MB | 519 kB | 41/564 kB | 0/4.0 MB | 0/3.0 MB Progress (5): 3.9/5.2 MB | 519 kB | 41/564 kB | 0.1/4.0 MB | 0/3.0 MB Progress (5): 3.9/5.2 MB | 519 kB | 41/564 kB | 0.1/4.0 MB | 0/3.0 MB Progress (5): 3.9/5.2 MB | 519 kB | 45/564 kB | 0.1/4.0 MB | 0/3.0 MB Progress (5): 3.9/5.2 MB | 519 kB | 49/564 kB | 0.1/4.0 MB | 0/3.0 MB Progress (5): 3.9/5.2 MB | 519 kB | 53/564 kB | 0.1/4.0 MB | 0/3.0 MB Progress (5): 3.9/5.2 MB | 519 kB | 57/564 kB | 0.1/4.0 MB | 0/3.0 MB Progress (5): 3.9/5.2 MB | 519 kB | 61/564 kB | 0.1/4.0 MB | 0/3.0 MB Progress (5): 3.9/5.2 MB | 519 kB | 65/564 kB | 0.1/4.0 MB | 0/3.0 MB Progress (5): 3.9/5.2 MB | 519 kB | 69/564 kB | 0.1/4.0 MB | 0/3.0 MB Progress (5): 3.9/5.2 MB | 519 kB | 73/564 kB | 0.1/4.0 MB | 0/3.0 MB Progress (5): 3.9/5.2 MB | 519 kB | 77/564 kB | 0.1/4.0 MB | 0/3.0 MB Progress (5): 3.9/5.2 MB | 519 kB | 82/564 kB | 0.1/4.0 MB | 0/3.0 MB Progress (5): 3.9/5.2 MB | 519 kB | 86/564 kB | 0.1/4.0 MB | 0/3.0 MB Progress (5): 3.9/5.2 MB | 519 kB | 90/564 kB | 0.1/4.0 MB | 0/3.0 MB Progress (5): 3.9/5.2 MB | 519 kB | 94/564 kB | 0.1/4.0 MB | 0/3.0 MB Progress (5): 3.9/5.2 MB | 519 kB | 98/564 kB | 0.1/4.0 MB | 0/3.0 MB Progress (5): 3.9/5.2 MB | 519 kB | 102/564 kB | 0.1/4.0 MB | 0/3.0 MB Progress (5): 3.9/5.2 MB | 519 kB | 106/564 kB | 0.1/4.0 MB | 0/3.0 MB Progress (5): 3.9/5.2 MB | 519 kB | 110/564 kB | 0.1/4.0 MB | 0/3.0 MB Progress (5): 3.9/5.2 MB | 519 kB | 114/564 kB | 0.1/4.0 MB | 0/3.0 MB Progress (5): 3.9/5.2 MB | 519 kB | 114/564 kB | 0.1/4.0 MB | 0/3.0 MB Progress (5): 3.9/5.2 MB | 519 kB | 114/564 kB | 0.1/4.0 MB | 0/3.0 MB Progress (5): 3.9/5.2 MB | 519 kB | 114/564 kB | 0.1/4.0 MB | 0/3.0 MB Progress (5): 4.0/5.2 MB | 519 kB | 114/564 kB | 0.1/4.0 MB | 0/3.0 MB Progress (5): 4.0/5.2 MB | 519 kB | 114/564 kB | 0.1/4.0 MB | 0/3.0 MB Progress (5): 4.0/5.2 MB | 519 kB | 114/564 kB | 0.1/4.0 MB | 0/3.0 MB Progress (5): 4.0/5.2 MB | 519 kB | 114/564 kB | 0.1/4.0 MB | 0/3.0 MB Progress (5): 4.1/5.2 MB | 519 kB | 114/564 kB | 0.1/4.0 MB | 0/3.0 MB Progress (5): 4.1/5.2 MB | 519 kB | 114/564 kB | 0.1/4.0 MB | 0/3.0 MB Progress (5): 4.1/5.2 MB | 519 kB | 114/564 kB | 0.1/4.0 MB | 0/3.0 MB Progress (5): 4.1/5.2 MB | 519 kB | 114/564 kB | 0.1/4.0 MB | 0.1/3.0 MB Progress (5): 4.1/5.2 MB | 519 kB | 114/564 kB | 0.1/4.0 MB | 0.1/3.0 MB Progress (5): 4.1/5.2 MB | 519 kB | 114/564 kB | 0.1/4.0 MB | 0.1/3.0 MB Progress (5): 4.1/5.2 MB | 519 kB | 114/564 kB | 0.1/4.0 MB | 0.1/3.0 MB Progress (5): 4.1/5.2 MB | 519 kB | 114/564 kB | 0.1/4.0 MB | 0.1/3.0 MB Progress (5): 4.1/5.2 MB | 519 kB | 114/564 kB | 0.1/4.0 MB | 0.2/3.0 MB Progress (5): 4.1/5.2 MB | 519 kB | 114/564 kB | 0.1/4.0 MB | 0.2/3.0 MB Progress (5): 4.1/5.2 MB | 519 kB | 114/564 kB | 0.1/4.0 MB | 0.2/3.0 MB Progress (5): 4.1/5.2 MB | 519 kB | 114/564 kB | 0.2/4.0 MB | 0.2/3.0 MB Progress (5): 4.1/5.2 MB | 519 kB | 114/564 kB | 0.2/4.0 MB | 0.2/3.0 MB Progress (5): 4.1/5.2 MB | 519 kB | 118/564 kB | 0.2/4.0 MB | 0.2/3.0 MB Progress (5): 4.1/5.2 MB | 519 kB | 122/564 kB | 0.2/4.0 MB | 0.2/3.0 MB Progress (5): 4.1/5.2 MB | 519 kB | 127/564 kB | 0.2/4.0 MB | 0.2/3.0 MB Progress (5): 4.1/5.2 MB | 519 kB | 131/564 kB | 0.2/4.0 MB | 0.2/3.0 MB Progress (5): 4.1/5.2 MB | 519 kB | 135/564 kB | 0.2/4.0 MB | 0.2/3.0 MB Progress (5): 4.1/5.2 MB | 519 kB | 139/564 kB | 0.2/4.0 MB | 0.2/3.0 MB Progress (5): 4.1/5.2 MB | 519 kB | 143/564 kB | 0.2/4.0 MB | 0.2/3.0 MB Progress (5): 4.1/5.2 MB | 519 kB | 147/564 kB | 0.2/4.0 MB | 0.2/3.0 MB Progress (5): 4.1/5.2 MB | 519 kB | 151/564 kB | 0.2/4.0 MB | 0.2/3.0 MB Progress (5): 4.1/5.2 MB | 519 kB | 155/564 kB | 0.2/4.0 MB | 0.2/3.0 MB Progress (5): 4.1/5.2 MB | 519 kB | 159/564 kB | 0.2/4.0 MB | 0.2/3.0 MB Progress (5): 4.1/5.2 MB | 519 kB | 163/564 kB | 0.2/4.0 MB | 0.2/3.0 MB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/commons-collections/commons-collections/3.0/commons-collections-3.0.jar (519 kB at 28 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/net/bytebuddy/byte-buddy-agent/1.8.15/byte-buddy-agent-1.8.15.jar +Progress (4): 4.1/5.2 MB | 163/564 kB | 0.2/4.0 MB | 0.2/3.0 MB Progress (4): 4.1/5.2 MB | 163/564 kB | 0.2/4.0 MB | 0.2/3.0 MB Progress (4): 4.1/5.2 MB | 163/564 kB | 0.2/4.0 MB | 0.2/3.0 MB Progress (4): 4.1/5.2 MB | 163/564 kB | 0.2/4.0 MB | 0.2/3.0 MB Progress (4): 4.1/5.2 MB | 163/564 kB | 0.2/4.0 MB | 0.2/3.0 MB Progress (4): 4.1/5.2 MB | 163/564 kB | 0.2/4.0 MB | 0.2/3.0 MB Progress (4): 4.1/5.2 MB | 163/564 kB | 0.2/4.0 MB | 0.3/3.0 MB Progress (4): 4.1/5.2 MB | 163/564 kB | 0.2/4.0 MB | 0.3/3.0 MB Progress (4): 4.1/5.2 MB | 168/564 kB | 0.2/4.0 MB | 0.3/3.0 MB Progress (4): 4.1/5.2 MB | 172/564 kB | 0.2/4.0 MB | 0.3/3.0 MB Progress (4): 4.1/5.2 MB | 176/564 kB | 0.2/4.0 MB | 0.3/3.0 MB Progress (4): 4.1/5.2 MB | 180/564 kB | 0.2/4.0 MB | 0.3/3.0 MB Progress (4): 4.1/5.2 MB | 184/564 kB | 0.2/4.0 MB | 0.3/3.0 MB Progress (4): 4.1/5.2 MB | 188/564 kB | 0.2/4.0 MB | 0.3/3.0 MB Progress (4): 4.1/5.2 MB | 192/564 kB | 0.2/4.0 MB | 0.3/3.0 MB Progress (4): 4.1/5.2 MB | 196/564 kB | 0.2/4.0 MB | 0.3/3.0 MB Progress (4): 4.1/5.2 MB | 196/564 kB | 0.2/4.0 MB | 0.3/3.0 MB Progress (4): 4.2/5.2 MB | 196/564 kB | 0.2/4.0 MB | 0.3/3.0 MB Progress (4): 4.2/5.2 MB | 196/564 kB | 0.2/4.0 MB | 0.3/3.0 MB Progress (4): 4.2/5.2 MB | 196/564 kB | 0.2/4.0 MB | 0.3/3.0 MB Progress (4): 4.2/5.2 MB | 196/564 kB | 0.2/4.0 MB | 0.3/3.0 MB Progress (4): 4.2/5.2 MB | 196/564 kB | 0.2/4.0 MB | 0.3/3.0 MB Progress (4): 4.3/5.2 MB | 196/564 kB | 0.2/4.0 MB | 0.3/3.0 MB Progress (4): 4.3/5.2 MB | 196/564 kB | 0.2/4.0 MB | 0.3/3.0 MB Progress (4): 4.3/5.2 MB | 196/564 kB | 0.2/4.0 MB | 0.3/3.0 MB Progress (4): 4.4/5.2 MB | 196/564 kB | 0.2/4.0 MB | 0.3/3.0 MB Progress (4): 4.4/5.2 MB | 196/564 kB | 0.2/4.0 MB | 0.3/3.0 MB Progress (4): 4.4/5.2 MB | 196/564 kB | 0.2/4.0 MB | 0.3/3.0 MB Progress (4): 4.4/5.2 MB | 196/564 kB | 0.2/4.0 MB | 0.3/3.0 MB Progress (4): 4.4/5.2 MB | 196/564 kB | 0.2/4.0 MB | 0.3/3.0 MB Progress (4): 4.5/5.2 MB | 196/564 kB | 0.2/4.0 MB | 0.3/3.0 MB Progress (4): 4.5/5.2 MB | 196/564 kB | 0.2/4.0 MB | 0.3/3.0 MB Progress (4): 4.5/5.2 MB | 196/564 kB | 0.2/4.0 MB | 0.3/3.0 MB Progress (4): 4.5/5.2 MB | 196/564 kB | 0.2/4.0 MB | 0.3/3.0 MB Progress (4): 4.5/5.2 MB | 196/564 kB | 0.2/4.0 MB | 0.3/3.0 MB Progress (4): 4.5/5.2 MB | 196/564 kB | 0.2/4.0 MB | 0.3/3.0 MB Progress (4): 4.5/5.2 MB | 196/564 kB | 0.2/4.0 MB | 0.3/3.0 MB Progress (4): 4.5/5.2 MB | 196/564 kB | 0.2/4.0 MB | 0.4/3.0 MB Progress (4): 4.5/5.2 MB | 196/564 kB | 0.2/4.0 MB | 0.4/3.0 MB Progress (4): 4.5/5.2 MB | 196/564 kB | 0.2/4.0 MB | 0.4/3.0 MB Progress (4): 4.5/5.2 MB | 196/564 kB | 0.2/4.0 MB | 0.4/3.0 MB Progress (4): 4.5/5.2 MB | 196/564 kB | 0.2/4.0 MB | 0.4/3.0 MB Progress (4): 4.5/5.2 MB | 196/564 kB | 0.2/4.0 MB | 0.4/3.0 MB Progress (4): 4.5/5.2 MB | 196/564 kB | 0.2/4.0 MB | 0.5/3.0 MB Progress (4): 4.5/5.2 MB | 196/564 kB | 0.2/4.0 MB | 0.5/3.0 MB Progress (4): 4.5/5.2 MB | 196/564 kB | 0.2/4.0 MB | 0.5/3.0 MB Progress (4): 4.5/5.2 MB | 196/564 kB | 0.2/4.0 MB | 0.5/3.0 MB Progress (4): 4.5/5.2 MB | 196/564 kB | 0.3/4.0 MB | 0.5/3.0 MB Progress (4): 4.5/5.2 MB | 196/564 kB | 0.3/4.0 MB | 0.5/3.0 MB Progress (4): 4.5/5.2 MB | 196/564 kB | 0.3/4.0 MB | 0.5/3.0 MB Progress (4): 4.5/5.2 MB | 200/564 kB | 0.3/4.0 MB | 0.5/3.0 MB Progress (4): 4.5/5.2 MB | 204/564 kB | 0.3/4.0 MB | 0.5/3.0 MB Progress (4): 4.5/5.2 MB | 208/564 kB | 0.3/4.0 MB | 0.5/3.0 MB Progress (4): 4.5/5.2 MB | 213/564 kB | 0.3/4.0 MB | 0.5/3.0 MB Progress (4): 4.5/5.2 MB | 217/564 kB | 0.3/4.0 MB | 0.5/3.0 MB Progress (4): 4.5/5.2 MB | 221/564 kB | 0.3/4.0 MB | 0.5/3.0 MB Progress (4): 4.5/5.2 MB | 225/564 kB | 0.3/4.0 MB | 0.5/3.0 MB Progress (4): 4.5/5.2 MB | 229/564 kB | 0.3/4.0 MB | 0.5/3.0 MB Progress (4): 4.5/5.2 MB | 233/564 kB | 0.3/4.0 MB | 0.5/3.0 MB Progress (4): 4.5/5.2 MB | 237/564 kB | 0.3/4.0 MB | 0.5/3.0 MB Progress (4): 4.5/5.2 MB | 241/564 kB | 0.3/4.0 MB | 0.5/3.0 MB Progress (4): 4.5/5.2 MB | 245/564 kB | 0.3/4.0 MB | 0.5/3.0 MB Progress (4): 4.5/5.2 MB | 249/564 kB | 0.3/4.0 MB | 0.5/3.0 MB Progress (4): 4.5/5.2 MB | 254/564 kB | 0.3/4.0 MB | 0.5/3.0 MB Progress (4): 4.5/5.2 MB | 258/564 kB | 0.3/4.0 MB | 0.5/3.0 MB Progress (4): 4.5/5.2 MB | 262/564 kB | 0.3/4.0 MB | 0.5/3.0 MB Progress (4): 4.5/5.2 MB | 266/564 kB | 0.3/4.0 MB | 0.5/3.0 MB Progress (4): 4.5/5.2 MB | 270/564 kB | 0.3/4.0 MB | 0.5/3.0 MB Progress (4): 4.5/5.2 MB | 274/564 kB | 0.3/4.0 MB | 0.5/3.0 MB Progress (4): 4.5/5.2 MB | 278/564 kB | 0.3/4.0 MB | 0.5/3.0 MB Progress (4): 4.5/5.2 MB | 282/564 kB | 0.3/4.0 MB | 0.5/3.0 MB Progress (4): 4.5/5.2 MB | 286/564 kB | 0.3/4.0 MB | 0.5/3.0 MB Progress (4): 4.5/5.2 MB | 290/564 kB | 0.3/4.0 MB | 0.5/3.0 MB Progress (4): 4.5/5.2 MB | 295/564 kB | 0.3/4.0 MB | 0.5/3.0 MB Progress (4): 4.5/5.2 MB | 299/564 kB | 0.3/4.0 MB | 0.5/3.0 MB Progress (4): 4.5/5.2 MB | 303/564 kB | 0.3/4.0 MB | 0.5/3.0 MB Progress (4): 4.5/5.2 MB | 307/564 kB | 0.3/4.0 MB | 0.5/3.0 MB Progress (4): 4.5/5.2 MB | 311/564 kB | 0.3/4.0 MB | 0.5/3.0 MB Progress (4): 4.5/5.2 MB | 315/564 kB | 0.3/4.0 MB | 0.5/3.0 MB Progress (4): 4.5/5.2 MB | 319/564 kB | 0.3/4.0 MB | 0.5/3.0 MB Progress (4): 4.5/5.2 MB | 323/564 kB | 0.3/4.0 MB | 0.5/3.0 MB Progress (4): 4.5/5.2 MB | 327/564 kB | 0.3/4.0 MB | 0.5/3.0 MB Progress (4): 4.5/5.2 MB | 331/564 kB | 0.3/4.0 MB | 0.5/3.0 MB Progress (4): 4.5/5.2 MB | 335/564 kB | 0.3/4.0 MB | 0.5/3.0 MB Progress (4): 4.5/5.2 MB | 340/564 kB | 0.3/4.0 MB | 0.5/3.0 MB Progress (4): 4.5/5.2 MB | 344/564 kB | 0.3/4.0 MB | 0.5/3.0 MB Progress (4): 4.5/5.2 MB | 344/564 kB | 0.3/4.0 MB | 0.5/3.0 MB Progress (4): 4.6/5.2 MB | 344/564 kB | 0.3/4.0 MB | 0.5/3.0 MB Progress (4): 4.6/5.2 MB | 344/564 kB | 0.3/4.0 MB | 0.5/3.0 MB Progress (4): 4.6/5.2 MB | 344/564 kB | 0.3/4.0 MB | 0.5/3.0 MB Progress (4): 4.6/5.2 MB | 344/564 kB | 0.3/4.0 MB | 0.5/3.0 MB Progress (4): 4.7/5.2 MB | 344/564 kB | 0.3/4.0 MB | 0.5/3.0 MB Progress (5): 4.7/5.2 MB | 344/564 kB | 0.3/4.0 MB | 0.5/3.0 MB | 4.1/42 kB Progress (5): 4.7/5.2 MB | 344/564 kB | 0.3/4.0 MB | 0.5/3.0 MB | 7.8/42 kB Progress (5): 4.7/5.2 MB | 344/564 kB | 0.3/4.0 MB | 0.5/3.0 MB | 12/42 kB Progress (5): 4.7/5.2 MB | 344/564 kB | 0.3/4.0 MB | 0.5/3.0 MB | 16/42 kB Progress (5): 4.7/5.2 MB | 344/564 kB | 0.3/4.0 MB | 0.5/3.0 MB | 20/42 kB Progress (5): 4.7/5.2 MB | 344/564 kB | 0.3/4.0 MB | 0.5/3.0 MB | 24/42 kB Progress (5): 4.7/5.2 MB | 344/564 kB | 0.3/4.0 MB | 0.5/3.0 MB | 28/42 kB Progress (5): 4.7/5.2 MB | 344/564 kB | 0.3/4.0 MB | 0.5/3.0 MB | 32/42 kB Progress (5): 4.7/5.2 MB | 344/564 kB | 0.3/4.0 MB | 0.5/3.0 MB | 36/42 kB Progress (5): 4.7/5.2 MB | 344/564 kB | 0.3/4.0 MB | 0.5/3.0 MB | 41/42 kB Progress (5): 4.7/5.2 MB | 344/564 kB | 0.3/4.0 MB | 0.5/3.0 MB | 42 kB Progress (5): 4.7/5.2 MB | 344/564 kB | 0.3/4.0 MB | 0.5/3.0 MB | 42 kB Progress (5): 4.7/5.2 MB | 344/564 kB | 0.3/4.0 MB | 0.5/3.0 MB | 42 kB Progress (5): 4.7/5.2 MB | 344/564 kB | 0.3/4.0 MB | 0.5/3.0 MB | 42 kB Progress (5): 4.7/5.2 MB | 344/564 kB | 0.3/4.0 MB | 0.5/3.0 MB | 42 kB Progress (5): 4.7/5.2 MB | 344/564 kB | 0.3/4.0 MB | 0.5/3.0 MB | 42 kB Progress (5): 4.7/5.2 MB | 344/564 kB | 0.3/4.0 MB | 0.6/3.0 MB | 42 kB Progress (5): 4.7/5.2 MB | 344/564 kB | 0.3/4.0 MB | 0.6/3.0 MB | 42 kB Progress (5): 4.7/5.2 MB | 344/564 kB | 0.3/4.0 MB | 0.6/3.0 MB | 42 kB Progress (5): 4.7/5.2 MB | 344/564 kB | 0.3/4.0 MB | 0.6/3.0 MB | 42 kB Progress (5): 4.7/5.2 MB | 344/564 kB | 0.3/4.0 MB | 0.6/3.0 MB | 42 kB Progress (5): 4.7/5.2 MB | 344/564 kB | 0.3/4.0 MB | 0.6/3.0 MB | 42 kB Progress (5): 4.7/5.2 MB | 344/564 kB | 0.4/4.0 MB | 0.6/3.0 MB | 42 kB Progress (5): 4.7/5.2 MB | 344/564 kB | 0.4/4.0 MB | 0.6/3.0 MB | 42 kB Progress (5): 4.7/5.2 MB | 344/564 kB | 0.4/4.0 MB | 0.6/3.0 MB | 42 kB Progress (5): 4.7/5.2 MB | 344/564 kB | 0.4/4.0 MB | 0.6/3.0 MB | 42 kB Progress (5): 4.7/5.2 MB | 344/564 kB | 0.5/4.0 MB | 0.6/3.0 MB | 42 kB Progress (5): 4.7/5.2 MB | 344/564 kB | 0.5/4.0 MB | 0.6/3.0 MB | 42 kB Progress (5): 4.7/5.2 MB | 348/564 kB | 0.5/4.0 MB | 0.6/3.0 MB | 42 kB Progress (5): 4.7/5.2 MB | 352/564 kB | 0.5/4.0 MB | 0.6/3.0 MB | 42 kB Progress (5): 4.7/5.2 MB | 356/564 kB | 0.5/4.0 MB | 0.6/3.0 MB | 42 kB Progress (5): 4.7/5.2 MB | 360/564 kB | 0.5/4.0 MB | 0.6/3.0 MB | 42 kB Progress (5): 4.7/5.2 MB | 364/564 kB | 0.5/4.0 MB | 0.6/3.0 MB | 42 kB Progress (5): 4.7/5.2 MB | 368/564 kB | 0.5/4.0 MB | 0.6/3.0 MB | 42 kB Progress (5): 4.7/5.2 MB | 372/564 kB | 0.5/4.0 MB | 0.6/3.0 MB | 42 kB Progress (5): 4.7/5.2 MB | 376/564 kB | 0.5/4.0 MB | 0.6/3.0 MB | 42 kB Progress (5): 4.7/5.2 MB | 381/564 kB | 0.5/4.0 MB | 0.6/3.0 MB | 42 kB Progress (5): 4.7/5.2 MB | 385/564 kB | 0.5/4.0 MB | 0.6/3.0 MB | 42 kB Progress (5): 4.7/5.2 MB | 389/564 kB | 0.5/4.0 MB | 0.6/3.0 MB | 42 kB Progress (5): 4.7/5.2 MB | 393/564 kB | 0.5/4.0 MB | 0.6/3.0 MB | 42 kB Progress (5): 4.7/5.2 MB | 397/564 kB | 0.5/4.0 MB | 0.6/3.0 MB | 42 kB Progress (5): 4.7/5.2 MB | 401/564 kB | 0.5/4.0 MB | 0.6/3.0 MB | 42 kB Progress (5): 4.7/5.2 MB | 405/564 kB | 0.5/4.0 MB | 0.6/3.0 MB | 42 kB Progress (5): 4.7/5.2 MB | 409/564 kB | 0.5/4.0 MB | 0.6/3.0 MB | 42 kB Progress (5): 4.7/5.2 MB | 413/564 kB | 0.5/4.0 MB | 0.6/3.0 MB | 42 kB Progress (5): 4.7/5.2 MB | 413/564 kB | 0.5/4.0 MB | 0.6/3.0 MB | 42 kB Progress (5): 4.7/5.2 MB | 417/564 kB | 0.5/4.0 MB | 0.6/3.0 MB | 42 kB Progress (5): 4.7/5.2 MB | 421/564 kB | 0.5/4.0 MB | 0.6/3.0 MB | 42 kB Progress (5): 4.7/5.2 MB | 426/564 kB | 0.5/4.0 MB | 0.6/3.0 MB | 42 kB Progress (5): 4.8/5.2 MB | 426/564 kB | 0.5/4.0 MB | 0.6/3.0 MB | 42 kB Progress (5): 4.8/5.2 MB | 426/564 kB | 0.5/4.0 MB | 0.6/3.0 MB | 42 kB Progress (5): 4.8/5.2 MB | 426/564 kB | 0.5/4.0 MB | 0.6/3.0 MB | 42 kB Progress (5): 4.8/5.2 MB | 426/564 kB | 0.5/4.0 MB | 0.6/3.0 MB | 42 kB Progress (5): 4.9/5.2 MB | 426/564 kB | 0.5/4.0 MB | 0.6/3.0 MB | 42 kB Progress (5): 4.9/5.2 MB | 426/564 kB | 0.5/4.0 MB | 0.6/3.0 MB | 42 kB Progress (5): 4.9/5.2 MB | 426/564 kB | 0.5/4.0 MB | 0.6/3.0 MB | 42 kB Progress (5): 4.9/5.2 MB | 426/564 kB | 0.5/4.0 MB | 0.6/3.0 MB | 42 kB Progress (5): 4.9/5.2 MB | 426/564 kB | 0.5/4.0 MB | 0.7/3.0 MB | 42 kB Progress (5): 4.9/5.2 MB | 426/564 kB | 0.5/4.0 MB | 0.7/3.0 MB | 42 kB Progress (5): 4.9/5.2 MB | 426/564 kB | 0.5/4.0 MB | 0.7/3.0 MB | 42 kB Progress (5): 4.9/5.2 MB | 426/564 kB | 0.5/4.0 MB | 0.7/3.0 MB | 42 kB Progress (5): 4.9/5.2 MB | 426/564 kB | 0.5/4.0 MB | 0.7/3.0 MB | 42 kB Progress (5): 4.9/5.2 MB | 426/564 kB | 0.5/4.0 MB | 0.7/3.0 MB | 42 kB Progress (5): 4.9/5.2 MB | 426/564 kB | 0.5/4.0 MB | 0.8/3.0 MB | 42 kB Progress (5): 4.9/5.2 MB | 426/564 kB | 0.5/4.0 MB | 0.8/3.0 MB | 42 kB Progress (5): 4.9/5.2 MB | 426/564 kB | 0.5/4.0 MB | 0.8/3.0 MB | 42 kB Progress (5): 4.9/5.2 MB | 426/564 kB | 0.6/4.0 MB | 0.8/3.0 MB | 42 kB Progress (5): 4.9/5.2 MB | 430/564 kB | 0.6/4.0 MB | 0.8/3.0 MB | 42 kB Progress (5): 4.9/5.2 MB | 434/564 kB | 0.6/4.0 MB | 0.8/3.0 MB | 42 kB Progress (5): 4.9/5.2 MB | 438/564 kB | 0.6/4.0 MB | 0.8/3.0 MB | 42 kB Progress (5): 4.9/5.2 MB | 442/564 kB | 0.6/4.0 MB | 0.8/3.0 MB | 42 kB Progress (5): 4.9/5.2 MB | 446/564 kB | 0.6/4.0 MB | 0.8/3.0 MB | 42 kB Progress (5): 4.9/5.2 MB | 450/564 kB | 0.6/4.0 MB | 0.8/3.0 MB | 42 kB Progress (5): 4.9/5.2 MB | 454/564 kB | 0.6/4.0 MB | 0.8/3.0 MB | 42 kB Progress (5): 4.9/5.2 MB | 458/564 kB | 0.6/4.0 MB | 0.8/3.0 MB | 42 kB Progress (5): 4.9/5.2 MB | 462/564 kB | 0.6/4.0 MB | 0.8/3.0 MB | 42 kB Progress (5): 4.9/5.2 MB | 467/564 kB | 0.6/4.0 MB | 0.8/3.0 MB | 42 kB Progress (5): 4.9/5.2 MB | 471/564 kB | 0.6/4.0 MB | 0.8/3.0 MB | 42 kB Progress (5): 4.9/5.2 MB | 475/564 kB | 0.6/4.0 MB | 0.8/3.0 MB | 42 kB Progress (5): 4.9/5.2 MB | 479/564 kB | 0.6/4.0 MB | 0.8/3.0 MB | 42 kB Progress (5): 4.9/5.2 MB | 483/564 kB | 0.6/4.0 MB | 0.8/3.0 MB | 42 kB Progress (5): 4.9/5.2 MB | 487/564 kB | 0.6/4.0 MB | 0.8/3.0 MB | 42 kB Progress (5): 4.9/5.2 MB | 491/564 kB | 0.6/4.0 MB | 0.8/3.0 MB | 42 kB Progress (5): 4.9/5.2 MB | 491/564 kB | 0.6/4.0 MB | 0.8/3.0 MB | 42 kB Progress (5): 4.9/5.2 MB | 491/564 kB | 0.6/4.0 MB | 0.8/3.0 MB | 42 kB Progress (5): 5.0/5.2 MB | 491/564 kB | 0.6/4.0 MB | 0.8/3.0 MB | 42 kB Progress (5): 5.0/5.2 MB | 491/564 kB | 0.6/4.0 MB | 0.8/3.0 MB | 42 kB Progress (5): 5.0/5.2 MB | 491/564 kB | 0.6/4.0 MB | 0.8/3.0 MB | 42 kB Progress (5): 5.0/5.2 MB | 491/564 kB | 0.6/4.0 MB | 0.8/3.0 MB | 42 kB Progress (5): 5.1/5.2 MB | 491/564 kB | 0.6/4.0 MB | 0.8/3.0 MB | 42 kB Progress (5): 5.1/5.2 MB | 491/564 kB | 0.6/4.0 MB | 0.8/3.0 MB | 42 kB Progress (5): 5.1/5.2 MB | 491/564 kB | 0.6/4.0 MB | 0.8/3.0 MB | 42 kB Progress (5): 5.1/5.2 MB | 491/564 kB | 0.6/4.0 MB | 0.8/3.0 MB | 42 kB Progress (5): 5.1/5.2 MB | 491/564 kB | 0.6/4.0 MB | 0.8/3.0 MB | 42 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/net/bytebuddy/byte-buddy-agent/1.8.15/byte-buddy-agent-1.8.15.jar (42 kB at 2.2 kB/s) +Progress (4): 5.1/5.2 MB | 491/564 kB | 0.6/4.0 MB | 0.8/3.0 MB Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/objenesis/objenesis/2.6/objenesis-2.6.jar +Progress (4): 5.1/5.2 MB | 491/564 kB | 0.6/4.0 MB | 0.8/3.0 MB Progress (4): 5.1/5.2 MB | 491/564 kB | 0.6/4.0 MB | 0.8/3.0 MB Progress (4): 5.1/5.2 MB | 491/564 kB | 0.6/4.0 MB | 0.9/3.0 MB Progress (4): 5.1/5.2 MB | 491/564 kB | 0.6/4.0 MB | 0.9/3.0 MB Progress (4): 5.1/5.2 MB | 491/564 kB | 0.6/4.0 MB | 0.9/3.0 MB Progress (4): 5.1/5.2 MB | 491/564 kB | 0.6/4.0 MB | 0.9/3.0 MB Progress (4): 5.1/5.2 MB | 491/564 kB | 0.6/4.0 MB | 0.9/3.0 MB Progress (4): 5.1/5.2 MB | 491/564 kB | 0.6/4.0 MB | 0.9/3.0 MB Progress (4): 5.1/5.2 MB | 495/564 kB | 0.6/4.0 MB | 0.9/3.0 MB Progress (4): 5.1/5.2 MB | 499/564 kB | 0.6/4.0 MB | 0.9/3.0 MB Progress (4): 5.1/5.2 MB | 503/564 kB | 0.6/4.0 MB | 0.9/3.0 MB Progress (4): 5.1/5.2 MB | 508/564 kB | 0.6/4.0 MB | 0.9/3.0 MB Progress (4): 5.1/5.2 MB | 512/564 kB | 0.6/4.0 MB | 0.9/3.0 MB Progress (4): 5.1/5.2 MB | 516/564 kB | 0.6/4.0 MB | 0.9/3.0 MB Progress (4): 5.1/5.2 MB | 520/564 kB | 0.6/4.0 MB | 0.9/3.0 MB Progress (4): 5.1/5.2 MB | 524/564 kB | 0.6/4.0 MB | 0.9/3.0 MB Progress (4): 5.1/5.2 MB | 528/564 kB | 0.6/4.0 MB | 0.9/3.0 MB Progress (4): 5.1/5.2 MB | 532/564 kB | 0.6/4.0 MB | 0.9/3.0 MB Progress (4): 5.1/5.2 MB | 536/564 kB | 0.6/4.0 MB | 0.9/3.0 MB Progress (4): 5.1/5.2 MB | 540/564 kB | 0.6/4.0 MB | 0.9/3.0 MB Progress (4): 5.1/5.2 MB | 544/564 kB | 0.6/4.0 MB | 0.9/3.0 MB Progress (4): 5.1/5.2 MB | 548/564 kB | 0.6/4.0 MB | 0.9/3.0 MB Progress (4): 5.1/5.2 MB | 553/564 kB | 0.6/4.0 MB | 0.9/3.0 MB Progress (4): 5.1/5.2 MB | 557/564 kB | 0.6/4.0 MB | 0.9/3.0 MB Progress (4): 5.1/5.2 MB | 561/564 kB | 0.6/4.0 MB | 0.9/3.0 MB Progress (4): 5.1/5.2 MB | 564 kB | 0.6/4.0 MB | 0.9/3.0 MB Progress (4): 5.1/5.2 MB | 564 kB | 0.6/4.0 MB | 0.9/3.0 MB Progress (4): 5.1/5.2 MB | 564 kB | 0.7/4.0 MB | 0.9/3.0 MB Progress (4): 5.2/5.2 MB | 564 kB | 0.7/4.0 MB | 0.9/3.0 MB Progress (4): 5.2/5.2 MB | 564 kB | 0.7/4.0 MB | 0.9/3.0 MB Progress (4): 5.2 MB | 564 kB | 0.7/4.0 MB | 0.9/3.0 MB Progress (4): 5.2 MB | 564 kB | 0.7/4.0 MB | 0.9/3.0 MB Progress (4): 5.2 MB | 564 kB | 0.7/4.0 MB | 0.9/3.0 MB Progress (4): 5.2 MB | 564 kB | 0.7/4.0 MB | 0.9/3.0 MB Progress (4): 5.2 MB | 564 kB | 0.7/4.0 MB | 1.0/3.0 MB Progress (4): 5.2 MB | 564 kB | 0.7/4.0 MB | 1.0/3.0 MB Progress (4): 5.2 MB | 564 kB | 0.7/4.0 MB | 1.0/3.0 MB Progress (4): 5.2 MB | 564 kB | 0.7/4.0 MB | 1.0/3.0 MB Progress (4): 5.2 MB | 564 kB | 0.7/4.0 MB | 1.0/3.0 MB Progress (4): 5.2 MB | 564 kB | 0.7/4.0 MB | 1.0/3.0 MB Progress (4): 5.2 MB | 564 kB | 0.7/4.0 MB | 1.0/3.0 MB Progress (4): 5.2 MB | 564 kB | 0.7/4.0 MB | 1.0/3.0 MB Progress (4): 5.2 MB | 564 kB | 0.7/4.0 MB | 1.0/3.0 MB Progress (4): 5.2 MB | 564 kB | 0.8/4.0 MB | 1.0/3.0 MB Progress (4): 5.2 MB | 564 kB | 0.8/4.0 MB | 1.0/3.0 MB Progress (4): 5.2 MB | 564 kB | 0.8/4.0 MB | 1.1/3.0 MB Progress (4): 5.2 MB | 564 kB | 0.8/4.0 MB | 1.1/3.0 MB Progress (4): 5.2 MB | 564 kB | 0.8/4.0 MB | 1.1/3.0 MB Progress (4): 5.2 MB | 564 kB | 0.8/4.0 MB | 1.1/3.0 MB Progress (4): 5.2 MB | 564 kB | 0.8/4.0 MB | 1.1/3.0 MB Progress (4): 5.2 MB | 564 kB | 0.8/4.0 MB | 1.1/3.0 MB Progress (4): 5.2 MB | 564 kB | 0.8/4.0 MB | 1.1/3.0 MB Progress (4): 5.2 MB | 564 kB | 0.8/4.0 MB | 1.2/3.0 MB Progress (4): 5.2 MB | 564 kB | 0.8/4.0 MB | 1.2/3.0 MB Progress (5): 5.2 MB | 564 kB | 0.8/4.0 MB | 1.2/3.0 MB | 4.1/56 kB Progress (5): 5.2 MB | 564 kB | 0.8/4.0 MB | 1.2/3.0 MB | 7.8/56 kB Progress (5): 5.2 MB | 564 kB | 0.8/4.0 MB | 1.2/3.0 MB | 12/56 kB Progress (5): 5.2 MB | 564 kB | 0.8/4.0 MB | 1.2/3.0 MB | 16/56 kB Progress (5): 5.2 MB | 564 kB | 0.8/4.0 MB | 1.2/3.0 MB | 20/56 kB Progress (5): 5.2 MB | 564 kB | 0.8/4.0 MB | 1.2/3.0 MB | 24/56 kB Progress (5): 5.2 MB | 564 kB | 0.8/4.0 MB | 1.2/3.0 MB | 28/56 kB Progress (5): 5.2 MB | 564 kB | 0.8/4.0 MB | 1.2/3.0 MB | 32/56 kB Progress (5): 5.2 MB | 564 kB | 0.8/4.0 MB | 1.2/3.0 MB | 36/56 kB Progress (5): 5.2 MB | 564 kB | 0.8/4.0 MB | 1.2/3.0 MB | 41/56 kB Progress (5): 5.2 MB | 564 kB | 0.8/4.0 MB | 1.2/3.0 MB | 45/56 kB Progress (5): 5.2 MB | 564 kB | 0.8/4.0 MB | 1.2/3.0 MB | 49/56 kB Progress (5): 5.2 MB | 564 kB | 0.8/4.0 MB | 1.2/3.0 MB | 53/56 kB Progress (5): 5.2 MB | 564 kB | 0.8/4.0 MB | 1.2/3.0 MB | 56 kB Progress (5): 5.2 MB | 564 kB | 0.8/4.0 MB | 1.2/3.0 MB | 56 kB Progress (5): 5.2 MB | 564 kB | 0.8/4.0 MB | 1.2/3.0 MB | 56 kB Progress (5): 5.2 MB | 564 kB | 0.9/4.0 MB | 1.2/3.0 MB | 56 kB Progress (5): 5.2 MB | 564 kB | 0.9/4.0 MB | 1.2/3.0 MB | 56 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/mockito/mockito-core/2.21.0/mockito-core-2.21.0.jar (564 kB at 29 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/jsoup/jsoup/1.11.3/jsoup-1.11.3.jar +Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/xerial/sqlite-jdbc/3.8.11.1/sqlite-jdbc-3.8.11.1.jar (5.2 MB at 264 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/seleniumhq/selenium/selenium-remote-driver/3.141.59/selenium-remote-driver-3.141.59.jar +Progress (3): 0.9/4.0 MB | 1.2/3.0 MB | 56 kB Progress (3): 0.9/4.0 MB | 1.2/3.0 MB | 56 kB Progress (3): 0.9/4.0 MB | 1.2/3.0 MB | 56 kB Progress (3): 0.9/4.0 MB | 1.2/3.0 MB | 56 kB Progress (3): 0.9/4.0 MB | 1.2/3.0 MB | 56 kB Progress (3): 0.9/4.0 MB | 1.3/3.0 MB | 56 kB Progress (3): 0.9/4.0 MB | 1.3/3.0 MB | 56 kB Progress (3): 0.9/4.0 MB | 1.3/3.0 MB | 56 kB Progress (3): 0.9/4.0 MB | 1.3/3.0 MB | 56 kB Progress (3): 0.9/4.0 MB | 1.3/3.0 MB | 56 kB Progress (3): 0.9/4.0 MB | 1.3/3.0 MB | 56 kB Progress (3): 0.9/4.0 MB | 1.3/3.0 MB | 56 kB Progress (3): 1.0/4.0 MB | 1.3/3.0 MB | 56 kB Progress (3): 1.0/4.0 MB | 1.3/3.0 MB | 56 kB Progress (3): 1.0/4.0 MB | 1.3/3.0 MB | 56 kB Progress (3): 1.0/4.0 MB | 1.4/3.0 MB | 56 kB Progress (3): 1.0/4.0 MB | 1.4/3.0 MB | 56 kB Progress (3): 1.0/4.0 MB | 1.4/3.0 MB | 56 kB Progress (3): 1.0/4.0 MB | 1.4/3.0 MB | 56 kB Progress (3): 1.0/4.0 MB | 1.4/3.0 MB | 56 kB Progress (3): 1.0/4.0 MB | 1.4/3.0 MB | 56 kB Progress (3): 1.0/4.0 MB | 1.5/3.0 MB | 56 kB Progress (3): 1.0/4.0 MB | 1.5/3.0 MB | 56 kB Progress (3): 1.0/4.0 MB | 1.5/3.0 MB | 56 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/objenesis/objenesis/2.6/objenesis-2.6.jar (56 kB at 2.8 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/seleniumhq/selenium/selenium-api/3.141.59/selenium-api-3.141.59.jar +Progress (2): 1.1/4.0 MB | 1.5/3.0 MB Progress (2): 1.1/4.0 MB | 1.5/3.0 MB Progress (2): 1.1/4.0 MB | 1.5/3.0 MB Progress (2): 1.1/4.0 MB | 1.5/3.0 MB Progress (3): 1.1/4.0 MB | 1.5/3.0 MB | 4.1/396 kB Progress (3): 1.1/4.0 MB | 1.5/3.0 MB | 7.8/396 kB Progress (3): 1.1/4.0 MB | 1.5/3.0 MB | 12/396 kB Progress (3): 1.1/4.0 MB | 1.5/3.0 MB | 16/396 kB Progress (3): 1.1/4.0 MB | 1.5/3.0 MB | 16/396 kB Progress (3): 1.1/4.0 MB | 1.5/3.0 MB | 16/396 kB Progress (3): 1.1/4.0 MB | 1.5/3.0 MB | 16/396 kB Progress (4): 1.1/4.0 MB | 1.5/3.0 MB | 16/396 kB | 4.1/334 kB Progress (4): 1.1/4.0 MB | 1.5/3.0 MB | 16/396 kB | 7.8/334 kB Progress (4): 1.1/4.0 MB | 1.5/3.0 MB | 16/396 kB | 12/334 kB Progress (4): 1.1/4.0 MB | 1.5/3.0 MB | 16/396 kB | 16/334 kB Progress (4): 1.1/4.0 MB | 1.5/3.0 MB | 16/396 kB | 20/334 kB Progress (4): 1.1/4.0 MB | 1.5/3.0 MB | 16/396 kB | 24/334 kB Progress (4): 1.1/4.0 MB | 1.5/3.0 MB | 16/396 kB | 28/334 kB Progress (4): 1.1/4.0 MB | 1.5/3.0 MB | 16/396 kB | 32/334 kB Progress (4): 1.1/4.0 MB | 1.5/3.0 MB | 16/396 kB | 36/334 kB Progress (4): 1.1/4.0 MB | 1.5/3.0 MB | 16/396 kB | 41/334 kB Progress (4): 1.1/4.0 MB | 1.5/3.0 MB | 16/396 kB | 45/334 kB Progress (4): 1.1/4.0 MB | 1.5/3.0 MB | 16/396 kB | 49/334 kB Progress (4): 1.1/4.0 MB | 1.5/3.0 MB | 16/396 kB | 53/334 kB Progress (4): 1.1/4.0 MB | 1.5/3.0 MB | 16/396 kB | 57/334 kB Progress (4): 1.1/4.0 MB | 1.5/3.0 MB | 16/396 kB | 61/334 kB Progress (4): 1.1/4.0 MB | 1.5/3.0 MB | 16/396 kB | 65/334 kB Progress (4): 1.1/4.0 MB | 1.5/3.0 MB | 16/396 kB | 69/334 kB Progress (4): 1.1/4.0 MB | 1.5/3.0 MB | 16/396 kB | 73/334 kB Progress (4): 1.1/4.0 MB | 1.5/3.0 MB | 16/396 kB | 77/334 kB Progress (4): 1.1/4.0 MB | 1.5/3.0 MB | 16/396 kB | 82/334 kB Progress (4): 1.1/4.0 MB | 1.5/3.0 MB | 16/396 kB | 82/334 kB Progress (4): 1.2/4.0 MB | 1.5/3.0 MB | 16/396 kB | 82/334 kB Progress (4): 1.2/4.0 MB | 1.5/3.0 MB | 16/396 kB | 82/334 kB Progress (4): 1.2/4.0 MB | 1.5/3.0 MB | 16/396 kB | 82/334 kB Progress (4): 1.2/4.0 MB | 1.5/3.0 MB | 16/396 kB | 82/334 kB Progress (4): 1.3/4.0 MB | 1.5/3.0 MB | 16/396 kB | 82/334 kB Progress (4): 1.3/4.0 MB | 1.5/3.0 MB | 20/396 kB | 82/334 kB Progress (4): 1.3/4.0 MB | 1.5/3.0 MB | 24/396 kB | 82/334 kB Progress (4): 1.3/4.0 MB | 1.5/3.0 MB | 28/396 kB | 82/334 kB Progress (4): 1.3/4.0 MB | 1.5/3.0 MB | 32/396 kB | 82/334 kB Progress (4): 1.3/4.0 MB | 1.5/3.0 MB | 36/396 kB | 82/334 kB Progress (4): 1.3/4.0 MB | 1.5/3.0 MB | 41/396 kB | 82/334 kB Progress (4): 1.3/4.0 MB | 1.5/3.0 MB | 45/396 kB | 82/334 kB Progress (4): 1.3/4.0 MB | 1.5/3.0 MB | 49/396 kB | 82/334 kB Progress (4): 1.3/4.0 MB | 1.5/3.0 MB | 53/396 kB | 82/334 kB Progress (4): 1.3/4.0 MB | 1.5/3.0 MB | 57/396 kB | 82/334 kB Progress (4): 1.3/4.0 MB | 1.6/3.0 MB | 57/396 kB | 82/334 kB Progress (4): 1.3/4.0 MB | 1.6/3.0 MB | 57/396 kB | 82/334 kB Progress (4): 1.3/4.0 MB | 1.6/3.0 MB | 57/396 kB | 82/334 kB Progress (4): 1.3/4.0 MB | 1.6/3.0 MB | 57/396 kB | 82/334 kB Progress (4): 1.3/4.0 MB | 1.6/3.0 MB | 57/396 kB | 82/334 kB Progress (4): 1.3/4.0 MB | 1.6/3.0 MB | 57/396 kB | 82/334 kB Progress (4): 1.3/4.0 MB | 1.7/3.0 MB | 57/396 kB | 82/334 kB Progress (4): 1.3/4.0 MB | 1.7/3.0 MB | 57/396 kB | 82/334 kB Progress (4): 1.3/4.0 MB | 1.7/3.0 MB | 57/396 kB | 82/334 kB Progress (4): 1.3/4.0 MB | 1.7/3.0 MB | 57/396 kB | 82/334 kB Progress (4): 1.3/4.0 MB | 1.7/3.0 MB | 57/396 kB | 82/334 kB Progress (4): 1.3/4.0 MB | 1.7/3.0 MB | 57/396 kB | 82/334 kB Progress (4): 1.3/4.0 MB | 1.7/3.0 MB | 57/396 kB | 82/334 kB Progress (4): 1.3/4.0 MB | 1.7/3.0 MB | 57/396 kB | 82/334 kB Progress (4): 1.3/4.0 MB | 1.7/3.0 MB | 57/396 kB | 82/334 kB Progress (4): 1.3/4.0 MB | 1.7/3.0 MB | 57/396 kB | 82/334 kB Progress (5): 1.3/4.0 MB | 1.7/3.0 MB | 57/396 kB | 82/334 kB | 4.1/182 kB Progress (5): 1.3/4.0 MB | 1.7/3.0 MB | 57/396 kB | 82/334 kB | 7.8/182 kB Progress (5): 1.3/4.0 MB | 1.7/3.0 MB | 57/396 kB | 82/334 kB | 12/182 kB Progress (5): 1.3/4.0 MB | 1.7/3.0 MB | 57/396 kB | 82/334 kB | 16/182 kB Progress (5): 1.4/4.0 MB | 1.7/3.0 MB | 57/396 kB | 82/334 kB | 16/182 kB Progress (5): 1.4/4.0 MB | 1.8/3.0 MB | 57/396 kB | 82/334 kB | 16/182 kB Progress (5): 1.4/4.0 MB | 1.8/3.0 MB | 61/396 kB | 82/334 kB | 16/182 kB Progress (5): 1.4/4.0 MB | 1.8/3.0 MB | 65/396 kB | 82/334 kB | 16/182 kB Progress (5): 1.4/4.0 MB | 1.8/3.0 MB | 69/396 kB | 82/334 kB | 16/182 kB Progress (5): 1.4/4.0 MB | 1.8/3.0 MB | 73/396 kB | 82/334 kB | 16/182 kB Progress (5): 1.4/4.0 MB | 1.8/3.0 MB | 77/396 kB | 82/334 kB | 16/182 kB Progress (5): 1.4/4.0 MB | 1.8/3.0 MB | 82/396 kB | 82/334 kB | 16/182 kB Progress (5): 1.4/4.0 MB | 1.8/3.0 MB | 86/396 kB | 82/334 kB | 16/182 kB Progress (5): 1.4/4.0 MB | 1.8/3.0 MB | 90/396 kB | 82/334 kB | 16/182 kB Progress (5): 1.4/4.0 MB | 1.8/3.0 MB | 94/396 kB | 82/334 kB | 16/182 kB Progress (5): 1.4/4.0 MB | 1.8/3.0 MB | 98/396 kB | 82/334 kB | 16/182 kB Progress (5): 1.4/4.0 MB | 1.8/3.0 MB | 102/396 kB | 82/334 kB | 16/182 kB Progress (5): 1.4/4.0 MB | 1.8/3.0 MB | 106/396 kB | 82/334 kB | 16/182 kB Progress (5): 1.4/4.0 MB | 1.8/3.0 MB | 110/396 kB | 82/334 kB | 16/182 kB Progress (5): 1.4/4.0 MB | 1.8/3.0 MB | 114/396 kB | 82/334 kB | 16/182 kB Progress (5): 1.4/4.0 MB | 1.8/3.0 MB | 118/396 kB | 82/334 kB | 16/182 kB Progress (5): 1.4/4.0 MB | 1.8/3.0 MB | 122/396 kB | 82/334 kB | 16/182 kB Progress (5): 1.4/4.0 MB | 1.8/3.0 MB | 127/396 kB | 82/334 kB | 16/182 kB Progress (5): 1.4/4.0 MB | 1.8/3.0 MB | 127/396 kB | 82/334 kB | 16/182 kB Progress (5): 1.4/4.0 MB | 1.8/3.0 MB | 131/396 kB | 82/334 kB | 16/182 kB Progress (5): 1.4/4.0 MB | 1.8/3.0 MB | 131/396 kB | 82/334 kB | 16/182 kB Progress (5): 1.4/4.0 MB | 1.8/3.0 MB | 131/396 kB | 86/334 kB | 16/182 kB Progress (5): 1.4/4.0 MB | 1.8/3.0 MB | 131/396 kB | 90/334 kB | 16/182 kB Progress (5): 1.4/4.0 MB | 1.8/3.0 MB | 131/396 kB | 94/334 kB | 16/182 kB Progress (5): 1.4/4.0 MB | 1.8/3.0 MB | 131/396 kB | 98/334 kB | 16/182 kB Progress (5): 1.4/4.0 MB | 1.8/3.0 MB | 131/396 kB | 102/334 kB | 16/182 kB Progress (5): 1.4/4.0 MB | 1.8/3.0 MB | 131/396 kB | 106/334 kB | 16/182 kB Progress (5): 1.4/4.0 MB | 1.8/3.0 MB | 131/396 kB | 110/334 kB | 16/182 kB Progress (5): 1.4/4.0 MB | 1.8/3.0 MB | 131/396 kB | 114/334 kB | 16/182 kB Progress (5): 1.4/4.0 MB | 1.8/3.0 MB | 131/396 kB | 118/334 kB | 16/182 kB Progress (5): 1.4/4.0 MB | 1.8/3.0 MB | 131/396 kB | 122/334 kB | 16/182 kB Progress (5): 1.4/4.0 MB | 1.8/3.0 MB | 131/396 kB | 127/334 kB | 16/182 kB Progress (5): 1.4/4.0 MB | 1.8/3.0 MB | 131/396 kB | 131/334 kB | 16/182 kB Progress (5): 1.4/4.0 MB | 1.8/3.0 MB | 131/396 kB | 135/334 kB | 16/182 kB Progress (5): 1.4/4.0 MB | 1.8/3.0 MB | 131/396 kB | 139/334 kB | 16/182 kB Progress (5): 1.4/4.0 MB | 1.8/3.0 MB | 131/396 kB | 143/334 kB | 16/182 kB Progress (5): 1.4/4.0 MB | 1.8/3.0 MB | 131/396 kB | 147/334 kB | 16/182 kB Progress (5): 1.4/4.0 MB | 1.8/3.0 MB | 131/396 kB | 151/334 kB | 16/182 kB Progress (5): 1.4/4.0 MB | 1.8/3.0 MB | 131/396 kB | 155/334 kB | 16/182 kB Progress (5): 1.4/4.0 MB | 1.8/3.0 MB | 131/396 kB | 159/334 kB | 16/182 kB Progress (5): 1.4/4.0 MB | 1.8/3.0 MB | 131/396 kB | 163/334 kB | 16/182 kB Progress (5): 1.4/4.0 MB | 1.8/3.0 MB | 131/396 kB | 168/334 kB | 16/182 kB Progress (5): 1.4/4.0 MB | 1.8/3.0 MB | 131/396 kB | 172/334 kB | 16/182 kB Progress (5): 1.4/4.0 MB | 1.8/3.0 MB | 131/396 kB | 176/334 kB | 16/182 kB Progress (5): 1.4/4.0 MB | 1.8/3.0 MB | 131/396 kB | 180/334 kB | 16/182 kB Progress (5): 1.4/4.0 MB | 1.8/3.0 MB | 131/396 kB | 184/334 kB | 16/182 kB Progress (5): 1.4/4.0 MB | 1.8/3.0 MB | 131/396 kB | 188/334 kB | 16/182 kB Progress (5): 1.4/4.0 MB | 1.8/3.0 MB | 131/396 kB | 192/334 kB | 16/182 kB Progress (5): 1.4/4.0 MB | 1.8/3.0 MB | 131/396 kB | 196/334 kB | 16/182 kB Progress (5): 1.4/4.0 MB | 1.8/3.0 MB | 131/396 kB | 200/334 kB | 16/182 kB Progress (5): 1.4/4.0 MB | 1.8/3.0 MB | 131/396 kB | 204/334 kB | 16/182 kB Progress (5): 1.4/4.0 MB | 1.8/3.0 MB | 131/396 kB | 208/334 kB | 16/182 kB Progress (5): 1.4/4.0 MB | 1.8/3.0 MB | 131/396 kB | 213/334 kB | 16/182 kB Progress (5): 1.4/4.0 MB | 1.8/3.0 MB | 131/396 kB | 217/334 kB | 16/182 kB Progress (5): 1.4/4.0 MB | 1.8/3.0 MB | 131/396 kB | 221/334 kB | 16/182 kB Progress (5): 1.4/4.0 MB | 1.8/3.0 MB | 131/396 kB | 225/334 kB | 16/182 kB Progress (5): 1.4/4.0 MB | 1.8/3.0 MB | 131/396 kB | 229/334 kB | 16/182 kB Progress (5): 1.4/4.0 MB | 1.8/3.0 MB | 131/396 kB | 233/334 kB | 16/182 kB Progress (5): 1.4/4.0 MB | 1.8/3.0 MB | 131/396 kB | 237/334 kB | 16/182 kB Progress (5): 1.4/4.0 MB | 1.8/3.0 MB | 131/396 kB | 241/334 kB | 16/182 kB Progress (5): 1.4/4.0 MB | 1.8/3.0 MB | 131/396 kB | 245/334 kB | 16/182 kB Progress (5): 1.4/4.0 MB | 1.8/3.0 MB | 131/396 kB | 249/334 kB | 16/182 kB Progress (5): 1.4/4.0 MB | 1.8/3.0 MB | 131/396 kB | 254/334 kB | 16/182 kB Progress (5): 1.4/4.0 MB | 1.8/3.0 MB | 131/396 kB | 258/334 kB | 16/182 kB Progress (5): 1.4/4.0 MB | 1.8/3.0 MB | 131/396 kB | 261/334 kB | 16/182 kB Progress (5): 1.4/4.0 MB | 1.8/3.0 MB | 131/396 kB | 265/334 kB | 16/182 kB Progress (5): 1.4/4.0 MB | 1.8/3.0 MB | 131/396 kB | 270/334 kB | 16/182 kB Progress (5): 1.4/4.0 MB | 1.8/3.0 MB | 131/396 kB | 274/334 kB | 16/182 kB Progress (5): 1.4/4.0 MB | 1.8/3.0 MB | 131/396 kB | 278/334 kB | 16/182 kB Progress (5): 1.4/4.0 MB | 1.8/3.0 MB | 131/396 kB | 282/334 kB | 16/182 kB Progress (5): 1.4/4.0 MB | 1.8/3.0 MB | 131/396 kB | 286/334 kB | 16/182 kB Progress (5): 1.4/4.0 MB | 1.8/3.0 MB | 131/396 kB | 290/334 kB | 16/182 kB Progress (5): 1.4/4.0 MB | 1.8/3.0 MB | 131/396 kB | 294/334 kB | 16/182 kB Progress (5): 1.4/4.0 MB | 1.8/3.0 MB | 131/396 kB | 298/334 kB | 16/182 kB Progress (5): 1.4/4.0 MB | 1.8/3.0 MB | 131/396 kB | 302/334 kB | 16/182 kB Progress (5): 1.4/4.0 MB | 1.8/3.0 MB | 131/396 kB | 306/334 kB | 16/182 kB Progress (5): 1.4/4.0 MB | 1.8/3.0 MB | 131/396 kB | 310/334 kB | 16/182 kB Progress (5): 1.4/4.0 MB | 1.8/3.0 MB | 131/396 kB | 315/334 kB | 16/182 kB Progress (5): 1.4/4.0 MB | 1.8/3.0 MB | 131/396 kB | 319/334 kB | 16/182 kB Progress (5): 1.4/4.0 MB | 1.8/3.0 MB | 131/396 kB | 323/334 kB | 16/182 kB Progress (5): 1.4/4.0 MB | 1.8/3.0 MB | 131/396 kB | 327/334 kB | 16/182 kB Progress (5): 1.4/4.0 MB | 1.8/3.0 MB | 131/396 kB | 331/334 kB | 16/182 kB Progress (5): 1.4/4.0 MB | 1.8/3.0 MB | 131/396 kB | 334 kB | 16/182 kB Progress (5): 1.4/4.0 MB | 1.8/3.0 MB | 131/396 kB | 334 kB | 16/182 kB Progress (5): 1.4/4.0 MB | 1.8/3.0 MB | 131/396 kB | 334 kB | 16/182 kB Progress (5): 1.4/4.0 MB | 1.8/3.0 MB | 131/396 kB | 334 kB | 16/182 kB Progress (5): 1.4/4.0 MB | 1.8/3.0 MB | 131/396 kB | 334 kB | 16/182 kB Progress (5): 1.4/4.0 MB | 1.9/3.0 MB | 131/396 kB | 334 kB | 16/182 kB Progress (5): 1.4/4.0 MB | 1.9/3.0 MB | 131/396 kB | 334 kB | 16/182 kB Progress (5): 1.4/4.0 MB | 1.9/3.0 MB | 131/396 kB | 334 kB | 16/182 kB Progress (5): 1.5/4.0 MB | 1.9/3.0 MB | 131/396 kB | 334 kB | 16/182 kB Progress (5): 1.5/4.0 MB | 1.9/3.0 MB | 131/396 kB | 334 kB | 20/182 kB Progress (5): 1.5/4.0 MB | 1.9/3.0 MB | 131/396 kB | 334 kB | 24/182 kB Progress (5): 1.5/4.0 MB | 1.9/3.0 MB | 131/396 kB | 334 kB | 28/182 kB Progress (5): 1.5/4.0 MB | 1.9/3.0 MB | 131/396 kB | 334 kB | 32/182 kB Progress (5): 1.5/4.0 MB | 1.9/3.0 MB | 131/396 kB | 334 kB | 36/182 kB Progress (5): 1.5/4.0 MB | 1.9/3.0 MB | 131/396 kB | 334 kB | 41/182 kB Progress (5): 1.5/4.0 MB | 1.9/3.0 MB | 131/396 kB | 334 kB | 45/182 kB Progress (5): 1.5/4.0 MB | 1.9/3.0 MB | 131/396 kB | 334 kB | 49/182 kB Progress (5): 1.5/4.0 MB | 1.9/3.0 MB | 131/396 kB | 334 kB | 53/182 kB Progress (5): 1.5/4.0 MB | 1.9/3.0 MB | 131/396 kB | 334 kB | 57/182 kB Progress (5): 1.5/4.0 MB | 1.9/3.0 MB | 131/396 kB | 334 kB | 57/182 kB Progress (5): 1.5/4.0 MB | 1.9/3.0 MB | 131/396 kB | 334 kB | 57/182 kB Progress (5): 1.5/4.0 MB | 1.9/3.0 MB | 131/396 kB | 334 kB | 57/182 kB Progress (5): 1.5/4.0 MB | 1.9/3.0 MB | 135/396 kB | 334 kB | 57/182 kB Progress (5): 1.5/4.0 MB | 1.9/3.0 MB | 139/396 kB | 334 kB | 57/182 kB Progress (5): 1.5/4.0 MB | 1.9/3.0 MB | 143/396 kB | 334 kB | 57/182 kB Progress (5): 1.5/4.0 MB | 1.9/3.0 MB | 147/396 kB | 334 kB | 57/182 kB Progress (5): 1.5/4.0 MB | 1.9/3.0 MB | 151/396 kB | 334 kB | 57/182 kB Progress (5): 1.5/4.0 MB | 1.9/3.0 MB | 155/396 kB | 334 kB | 57/182 kB Progress (5): 1.5/4.0 MB | 1.9/3.0 MB | 159/396 kB | 334 kB | 57/182 kB Progress (5): 1.5/4.0 MB | 1.9/3.0 MB | 163/396 kB | 334 kB | 57/182 kB Progress (5): 1.5/4.0 MB | 1.9/3.0 MB | 168/396 kB | 334 kB | 57/182 kB Progress (5): 1.5/4.0 MB | 1.9/3.0 MB | 172/396 kB | 334 kB | 57/182 kB Progress (5): 1.5/4.0 MB | 1.9/3.0 MB | 176/396 kB | 334 kB | 57/182 kB Progress (5): 1.5/4.0 MB | 1.9/3.0 MB | 180/396 kB | 334 kB | 57/182 kB Progress (5): 1.5/4.0 MB | 1.9/3.0 MB | 184/396 kB | 334 kB | 57/182 kB Progress (5): 1.5/4.0 MB | 1.9/3.0 MB | 188/396 kB | 334 kB | 57/182 kB Progress (5): 1.5/4.0 MB | 1.9/3.0 MB | 192/396 kB | 334 kB | 57/182 kB Progress (5): 1.5/4.0 MB | 1.9/3.0 MB | 196/396 kB | 334 kB | 57/182 kB Progress (5): 1.5/4.0 MB | 1.9/3.0 MB | 196/396 kB | 334 kB | 57/182 kB Progress (5): 1.5/4.0 MB | 1.9/3.0 MB | 200/396 kB | 334 kB | 57/182 kB Progress (5): 1.5/4.0 MB | 1.9/3.0 MB | 204/396 kB | 334 kB | 57/182 kB Progress (5): 1.5/4.0 MB | 1.9/3.0 MB | 208/396 kB | 334 kB | 57/182 kB Progress (5): 1.5/4.0 MB | 1.9/3.0 MB | 213/396 kB | 334 kB | 57/182 kB Progress (5): 1.5/4.0 MB | 1.9/3.0 MB | 213/396 kB | 334 kB | 57/182 kB Progress (5): 1.5/4.0 MB | 1.9/3.0 MB | 213/396 kB | 334 kB | 57/182 kB Progress (5): 1.5/4.0 MB | 1.9/3.0 MB | 213/396 kB | 334 kB | 57/182 kB Progress (5): 1.5/4.0 MB | 1.9/3.0 MB | 213/396 kB | 334 kB | 57/182 kB Progress (5): 1.5/4.0 MB | 2.0/3.0 MB | 213/396 kB | 334 kB | 57/182 kB Progress (5): 1.5/4.0 MB | 2.0/3.0 MB | 213/396 kB | 334 kB | 57/182 kB Progress (5): 1.6/4.0 MB | 2.0/3.0 MB | 213/396 kB | 334 kB | 57/182 kB Progress (5): 1.6/4.0 MB | 2.0/3.0 MB | 213/396 kB | 334 kB | 57/182 kB Progress (5): 1.6/4.0 MB | 2.0/3.0 MB | 213/396 kB | 334 kB | 61/182 kB Progress (5): 1.6/4.0 MB | 2.0/3.0 MB | 213/396 kB | 334 kB | 65/182 kB Progress (5): 1.6/4.0 MB | 2.0/3.0 MB | 213/396 kB | 334 kB | 69/182 kB Progress (5): 1.6/4.0 MB | 2.0/3.0 MB | 213/396 kB | 334 kB | 73/182 kB Progress (5): 1.6/4.0 MB | 2.0/3.0 MB | 213/396 kB | 334 kB | 77/182 kB Progress (5): 1.6/4.0 MB | 2.0/3.0 MB | 213/396 kB | 334 kB | 82/182 kB Progress (5): 1.6/4.0 MB | 2.0/3.0 MB | 213/396 kB | 334 kB | 86/182 kB Progress (5): 1.6/4.0 MB | 2.0/3.0 MB | 213/396 kB | 334 kB | 90/182 kB Progress (5): 1.6/4.0 MB | 2.0/3.0 MB | 213/396 kB | 334 kB | 94/182 kB Progress (5): 1.6/4.0 MB | 2.0/3.0 MB | 213/396 kB | 334 kB | 98/182 kB Progress (5): 1.6/4.0 MB | 2.0/3.0 MB | 213/396 kB | 334 kB | 101/182 kB Progress (5): 1.6/4.0 MB | 2.0/3.0 MB | 213/396 kB | 334 kB | 105/182 kB Progress (5): 1.6/4.0 MB | 2.0/3.0 MB | 213/396 kB | 334 kB | 109/182 kB Progress (5): 1.6/4.0 MB | 2.0/3.0 MB | 213/396 kB | 334 kB | 113/182 kB Progress (5): 1.6/4.0 MB | 2.0/3.0 MB | 213/396 kB | 334 kB | 118/182 kB Progress (5): 1.6/4.0 MB | 2.0/3.0 MB | 213/396 kB | 334 kB | 122/182 kB Progress (5): 1.6/4.0 MB | 2.0/3.0 MB | 213/396 kB | 334 kB | 126/182 kB Progress (5): 1.6/4.0 MB | 2.0/3.0 MB | 213/396 kB | 334 kB | 130/182 kB Progress (5): 1.6/4.0 MB | 2.0/3.0 MB | 213/396 kB | 334 kB | 134/182 kB Progress (5): 1.6/4.0 MB | 2.0/3.0 MB | 213/396 kB | 334 kB | 138/182 kB Progress (5): 1.6/4.0 MB | 2.0/3.0 MB | 213/396 kB | 334 kB | 142/182 kB Progress (5): 1.6/4.0 MB | 2.0/3.0 MB | 213/396 kB | 334 kB | 146/182 kB Progress (5): 1.6/4.0 MB | 2.0/3.0 MB | 213/396 kB | 334 kB | 150/182 kB Progress (5): 1.6/4.0 MB | 2.0/3.0 MB | 213/396 kB | 334 kB | 150/182 kB Progress (5): 1.6/4.0 MB | 2.0/3.0 MB | 213/396 kB | 334 kB | 150/182 kB Progress (5): 1.6/4.0 MB | 2.0/3.0 MB | 213/396 kB | 334 kB | 150/182 kB Progress (5): 1.6/4.0 MB | 2.0/3.0 MB | 217/396 kB | 334 kB | 150/182 kB Progress (5): 1.6/4.0 MB | 2.0/3.0 MB | 221/396 kB | 334 kB | 150/182 kB Progress (5): 1.6/4.0 MB | 2.0/3.0 MB | 225/396 kB | 334 kB | 150/182 kB Progress (5): 1.6/4.0 MB | 2.0/3.0 MB | 229/396 kB | 334 kB | 150/182 kB Progress (5): 1.6/4.0 MB | 2.0/3.0 MB | 233/396 kB | 334 kB | 150/182 kB Progress (5): 1.6/4.0 MB | 2.0/3.0 MB | 237/396 kB | 334 kB | 150/182 kB Progress (5): 1.6/4.0 MB | 2.0/3.0 MB | 241/396 kB | 334 kB | 150/182 kB Progress (5): 1.6/4.0 MB | 2.0/3.0 MB | 245/396 kB | 334 kB | 150/182 kB Progress (5): 1.6/4.0 MB | 2.0/3.0 MB | 249/396 kB | 334 kB | 150/182 kB Progress (5): 1.6/4.0 MB | 2.0/3.0 MB | 254/396 kB | 334 kB | 150/182 kB Progress (5): 1.6/4.0 MB | 2.0/3.0 MB | 258/396 kB | 334 kB | 150/182 kB Progress (5): 1.6/4.0 MB | 2.0/3.0 MB | 261/396 kB | 334 kB | 150/182 kB Progress (5): 1.6/4.0 MB | 2.0/3.0 MB | 265/396 kB | 334 kB | 150/182 kB Progress (5): 1.6/4.0 MB | 2.0/3.0 MB | 270/396 kB | 334 kB | 150/182 kB Progress (5): 1.6/4.0 MB | 2.0/3.0 MB | 274/396 kB | 334 kB | 150/182 kB Progress (5): 1.6/4.0 MB | 2.0/3.0 MB | 278/396 kB | 334 kB | 150/182 kB Progress (5): 1.6/4.0 MB | 2.0/3.0 MB | 278/396 kB | 334 kB | 150/182 kB Progress (5): 1.6/4.0 MB | 2.0/3.0 MB | 282/396 kB | 334 kB | 150/182 kB Progress (5): 1.6/4.0 MB | 2.0/3.0 MB | 286/396 kB | 334 kB | 150/182 kB Progress (5): 1.6/4.0 MB | 2.0/3.0 MB | 290/396 kB | 334 kB | 150/182 kB Progress (5): 1.6/4.0 MB | 2.0/3.0 MB | 294/396 kB | 334 kB | 150/182 kB Progress (5): 1.6/4.0 MB | 2.0/3.0 MB | 294/396 kB | 334 kB | 150/182 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/seleniumhq/selenium/selenium-remote-driver/3.141.59/selenium-remote-driver-3.141.59.jar (334 kB at 16 kB/s) +Progress (4): 1.6/4.0 MB | 2.0/3.0 MB | 294/396 kB | 150/182 kB Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar +Progress (4): 1.6/4.0 MB | 2.0/3.0 MB | 294/396 kB | 150/182 kB Progress (4): 1.6/4.0 MB | 2.1/3.0 MB | 294/396 kB | 150/182 kB Progress (4): 1.7/4.0 MB | 2.1/3.0 MB | 294/396 kB | 150/182 kB Progress (4): 1.7/4.0 MB | 2.1/3.0 MB | 294/396 kB | 150/182 kB Progress (4): 1.7/4.0 MB | 2.1/3.0 MB | 294/396 kB | 150/182 kB Progress (4): 1.7/4.0 MB | 2.1/3.0 MB | 294/396 kB | 154/182 kB Progress (4): 1.7/4.0 MB | 2.1/3.0 MB | 294/396 kB | 158/182 kB Progress (4): 1.7/4.0 MB | 2.1/3.0 MB | 294/396 kB | 163/182 kB Progress (4): 1.7/4.0 MB | 2.1/3.0 MB | 294/396 kB | 167/182 kB Progress (4): 1.7/4.0 MB | 2.1/3.0 MB | 294/396 kB | 171/182 kB Progress (4): 1.7/4.0 MB | 2.1/3.0 MB | 294/396 kB | 175/182 kB Progress (4): 1.7/4.0 MB | 2.1/3.0 MB | 294/396 kB | 179/182 kB Progress (4): 1.7/4.0 MB | 2.1/3.0 MB | 294/396 kB | 182 kB Progress (4): 1.7/4.0 MB | 2.1/3.0 MB | 294/396 kB | 182 kB Progress (4): 1.7/4.0 MB | 2.1/3.0 MB | 294/396 kB | 182 kB Progress (4): 1.8/4.0 MB | 2.1/3.0 MB | 294/396 kB | 182 kB Progress (4): 1.8/4.0 MB | 2.1/3.0 MB | 298/396 kB | 182 kB Progress (4): 1.8/4.0 MB | 2.1/3.0 MB | 302/396 kB | 182 kB Progress (4): 1.8/4.0 MB | 2.1/3.0 MB | 306/396 kB | 182 kB Progress (4): 1.8/4.0 MB | 2.1/3.0 MB | 310/396 kB | 182 kB Progress (4): 1.8/4.0 MB | 2.1/3.0 MB | 315/396 kB | 182 kB Progress (4): 1.8/4.0 MB | 2.1/3.0 MB | 319/396 kB | 182 kB Progress (4): 1.8/4.0 MB | 2.1/3.0 MB | 323/396 kB | 182 kB Progress (4): 1.8/4.0 MB | 2.1/3.0 MB | 327/396 kB | 182 kB Progress (4): 1.8/4.0 MB | 2.1/3.0 MB | 331/396 kB | 182 kB Progress (4): 1.8/4.0 MB | 2.1/3.0 MB | 335/396 kB | 182 kB Progress (4): 1.8/4.0 MB | 2.1/3.0 MB | 339/396 kB | 182 kB Progress (4): 1.8/4.0 MB | 2.1/3.0 MB | 343/396 kB | 182 kB Progress (4): 1.8/4.0 MB | 2.1/3.0 MB | 343/396 kB | 182 kB Progress (4): 1.8/4.0 MB | 2.1/3.0 MB | 347/396 kB | 182 kB Progress (4): 1.8/4.0 MB | 2.1/3.0 MB | 351/396 kB | 182 kB Progress (4): 1.8/4.0 MB | 2.1/3.0 MB | 356/396 kB | 182 kB Progress (4): 1.8/4.0 MB | 2.1/3.0 MB | 360/396 kB | 182 kB Progress (4): 1.8/4.0 MB | 2.1/3.0 MB | 360/396 kB | 182 kB Progress (4): 1.8/4.0 MB | 2.1/3.0 MB | 364/396 kB | 182 kB Progress (4): 1.8/4.0 MB | 2.1/3.0 MB | 368/396 kB | 182 kB Progress (4): 1.8/4.0 MB | 2.1/3.0 MB | 372/396 kB | 182 kB Progress (4): 1.8/4.0 MB | 2.1/3.0 MB | 376/396 kB | 182 kB Progress (4): 1.8/4.0 MB | 2.1/3.0 MB | 380/396 kB | 182 kB Progress (4): 1.8/4.0 MB | 2.1/3.0 MB | 384/396 kB | 182 kB Progress (4): 1.8/4.0 MB | 2.1/3.0 MB | 388/396 kB | 182 kB Progress (4): 1.8/4.0 MB | 2.1/3.0 MB | 392/396 kB | 182 kB Progress (4): 1.8/4.0 MB | 2.1/3.0 MB | 396 kB | 182 kB Progress (4): 1.8/4.0 MB | 2.1/3.0 MB | 396 kB | 182 kB Progress (4): 1.8/4.0 MB | 2.2/3.0 MB | 396 kB | 182 kB Progress (4): 1.8/4.0 MB | 2.2/3.0 MB | 396 kB | 182 kB Progress (4): 1.8/4.0 MB | 2.2/3.0 MB | 396 kB | 182 kB Progress (4): 1.8/4.0 MB | 2.2/3.0 MB | 396 kB | 182 kB Progress (4): 1.8/4.0 MB | 2.2/3.0 MB | 396 kB | 182 kB Progress (4): 1.8/4.0 MB | 2.2/3.0 MB | 396 kB | 182 kB Progress (4): 1.8/4.0 MB | 2.2/3.0 MB | 396 kB | 182 kB Progress (4): 1.9/4.0 MB | 2.2/3.0 MB | 396 kB | 182 kB Progress (4): 1.9/4.0 MB | 2.2/3.0 MB | 396 kB | 182 kB Progress (4): 1.9/4.0 MB | 2.2/3.0 MB | 396 kB | 182 kB Progress (4): 1.9/4.0 MB | 2.2/3.0 MB | 396 kB | 182 kB Progress (4): 1.9/4.0 MB | 2.2/3.0 MB | 396 kB | 182 kB Progress (4): 1.9/4.0 MB | 2.2/3.0 MB | 396 kB | 182 kB Progress (4): 1.9/4.0 MB | 2.3/3.0 MB | 396 kB | 182 kB Progress (4): 1.9/4.0 MB | 2.3/3.0 MB | 396 kB | 182 kB Progress (4): 1.9/4.0 MB | 2.3/3.0 MB | 396 kB | 182 kB Progress (4): 1.9/4.0 MB | 2.3/3.0 MB | 396 kB | 182 kB Progress (4): 1.9/4.0 MB | 2.3/3.0 MB | 396 kB | 182 kB Progress (4): 1.9/4.0 MB | 2.3/3.0 MB | 396 kB | 182 kB Progress (5): 1.9/4.0 MB | 2.3/3.0 MB | 396 kB | 182 kB | 4.1/54 kB Progress (5): 1.9/4.0 MB | 2.3/3.0 MB | 396 kB | 182 kB | 7.8/54 kB Progress (5): 1.9/4.0 MB | 2.3/3.0 MB | 396 kB | 182 kB | 12/54 kB Progress (5): 1.9/4.0 MB | 2.3/3.0 MB | 396 kB | 182 kB | 16/54 kB Progress (5): 1.9/4.0 MB | 2.3/3.0 MB | 396 kB | 182 kB | 20/54 kB Progress (5): 1.9/4.0 MB | 2.3/3.0 MB | 396 kB | 182 kB | 24/54 kB Progress (5): 1.9/4.0 MB | 2.3/3.0 MB | 396 kB | 182 kB | 28/54 kB Progress (5): 1.9/4.0 MB | 2.3/3.0 MB | 396 kB | 182 kB | 32/54 kB Progress (5): 1.9/4.0 MB | 2.3/3.0 MB | 396 kB | 182 kB | 36/54 kB Progress (5): 1.9/4.0 MB | 2.3/3.0 MB | 396 kB | 182 kB | 41/54 kB Progress (5): 1.9/4.0 MB | 2.3/3.0 MB | 396 kB | 182 kB | 45/54 kB Progress (5): 1.9/4.0 MB | 2.3/3.0 MB | 396 kB | 182 kB | 49/54 kB Progress (5): 1.9/4.0 MB | 2.3/3.0 MB | 396 kB | 182 kB | 53/54 kB Progress (5): 1.9/4.0 MB | 2.3/3.0 MB | 396 kB | 182 kB | 54 kB Progress (5): 2.0/4.0 MB | 2.3/3.0 MB | 396 kB | 182 kB | 54 kB Progress (5): 2.0/4.0 MB | 2.3/3.0 MB | 396 kB | 182 kB | 54 kB Progress (5): 2.0/4.0 MB | 2.3/3.0 MB | 396 kB | 182 kB | 54 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/seleniumhq/selenium/selenium-api/3.141.59/selenium-api-3.141.59.jar (182 kB at 8.6 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/squareup/okhttp3/okhttp/3.11.0/okhttp-3.11.0.jar +Progress (4): 2.0/4.0 MB | 2.3/3.0 MB | 396 kB | 54 kB Progress (4): 2.0/4.0 MB | 2.3/3.0 MB | 396 kB | 54 kB Progress (4): 2.0/4.0 MB | 2.3/3.0 MB | 396 kB | 54 kB Progress (4): 2.0/4.0 MB | 2.4/3.0 MB | 396 kB | 54 kB Progress (4): 2.0/4.0 MB | 2.4/3.0 MB | 396 kB | 54 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/jsoup/jsoup/1.11.3/jsoup-1.11.3.jar (396 kB at 19 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/squareup/okio/okio/1.14.0/okio-1.14.0.jar +Progress (3): 2.0/4.0 MB | 2.4/3.0 MB | 54 kB Progress (3): 2.0/4.0 MB | 2.4/3.0 MB | 54 kB Progress (3): 2.0/4.0 MB | 2.4/3.0 MB | 54 kB Progress (3): 2.1/4.0 MB | 2.4/3.0 MB | 54 kB Progress (3): 2.1/4.0 MB | 2.4/3.0 MB | 54 kB Progress (3): 2.1/4.0 MB | 2.4/3.0 MB | 54 kB Progress (3): 2.1/4.0 MB | 2.4/3.0 MB | 54 kB Progress (3): 2.1/4.0 MB | 2.4/3.0 MB | 54 kB Progress (3): 2.1/4.0 MB | 2.5/3.0 MB | 54 kB Progress (3): 2.1/4.0 MB | 2.5/3.0 MB | 54 kB Progress (3): 2.2/4.0 MB | 2.5/3.0 MB | 54 kB Progress (3): 2.2/4.0 MB | 2.5/3.0 MB | 54 kB Progress (3): 2.2/4.0 MB | 2.5/3.0 MB | 54 kB Progress (3): 2.2/4.0 MB | 2.5/3.0 MB | 54 kB Progress (3): 2.2/4.0 MB | 2.5/3.0 MB | 54 kB Progress (3): 2.2/4.0 MB | 2.6/3.0 MB | 54 kB Progress (3): 2.2/4.0 MB | 2.6/3.0 MB | 54 kB Progress (3): 2.2/4.0 MB | 2.6/3.0 MB | 54 kB Progress (3): 2.2/4.0 MB | 2.6/3.0 MB | 54 kB Progress (3): 2.2/4.0 MB | 2.6/3.0 MB | 54 kB Progress (3): 2.3/4.0 MB | 2.6/3.0 MB | 54 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar (54 kB at 2.5 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/seleniumhq/selenium/selenium-server/3.141.59/selenium-server-3.141.59.jar +Progress (2): 2.3/4.0 MB | 2.6/3.0 MB Progress (2): 2.3/4.0 MB | 2.6/3.0 MB Progress (3): 2.3/4.0 MB | 2.6/3.0 MB | 4.1/414 kB Progress (3): 2.3/4.0 MB | 2.6/3.0 MB | 7.8/414 kB Progress (3): 2.3/4.0 MB | 2.6/3.0 MB | 12/414 kB Progress (3): 2.3/4.0 MB | 2.6/3.0 MB | 16/414 kB Progress (3): 2.3/4.0 MB | 2.6/3.0 MB | 20/414 kB Progress (3): 2.3/4.0 MB | 2.6/3.0 MB | 24/414 kB Progress (3): 2.3/4.0 MB | 2.6/3.0 MB | 24/414 kB Progress (3): 2.3/4.0 MB | 2.6/3.0 MB | 24/414 kB Progress (3): 2.3/4.0 MB | 2.6/3.0 MB | 24/414 kB Progress (3): 2.3/4.0 MB | 2.7/3.0 MB | 24/414 kB Progress (3): 2.3/4.0 MB | 2.7/3.0 MB | 24/414 kB Progress (3): 2.3/4.0 MB | 2.7/3.0 MB | 24/414 kB Progress (3): 2.3/4.0 MB | 2.7/3.0 MB | 24/414 kB Progress (4): 2.3/4.0 MB | 2.7/3.0 MB | 24/414 kB | 4.1/86 kB Progress (4): 2.3/4.0 MB | 2.7/3.0 MB | 24/414 kB | 7.8/86 kB Progress (4): 2.3/4.0 MB | 2.7/3.0 MB | 24/414 kB | 12/86 kB Progress (4): 2.3/4.0 MB | 2.7/3.0 MB | 24/414 kB | 16/86 kB Progress (4): 2.3/4.0 MB | 2.7/3.0 MB | 24/414 kB | 20/86 kB Progress (4): 2.3/4.0 MB | 2.7/3.0 MB | 24/414 kB | 24/86 kB Progress (4): 2.3/4.0 MB | 2.7/3.0 MB | 24/414 kB | 28/86 kB Progress (4): 2.3/4.0 MB | 2.7/3.0 MB | 24/414 kB | 32/86 kB Progress (4): 2.3/4.0 MB | 2.7/3.0 MB | 24/414 kB | 36/86 kB Progress (4): 2.3/4.0 MB | 2.7/3.0 MB | 24/414 kB | 41/86 kB Progress (4): 2.4/4.0 MB | 2.7/3.0 MB | 24/414 kB | 41/86 kB Progress (4): 2.4/4.0 MB | 2.7/3.0 MB | 24/414 kB | 41/86 kB Progress (4): 2.4/4.0 MB | 2.7/3.0 MB | 24/414 kB | 41/86 kB Progress (4): 2.4/4.0 MB | 2.7/3.0 MB | 24/414 kB | 41/86 kB Progress (4): 2.4/4.0 MB | 2.7/3.0 MB | 24/414 kB | 41/86 kB Progress (4): 2.4/4.0 MB | 2.7/3.0 MB | 24/414 kB | 41/86 kB Progress (4): 2.4/4.0 MB | 2.7/3.0 MB | 24/414 kB | 41/86 kB Progress (4): 2.4/4.0 MB | 2.7/3.0 MB | 28/414 kB | 41/86 kB Progress (4): 2.4/4.0 MB | 2.7/3.0 MB | 32/414 kB | 41/86 kB Progress (4): 2.4/4.0 MB | 2.7/3.0 MB | 36/414 kB | 41/86 kB Progress (4): 2.4/4.0 MB | 2.7/3.0 MB | 41/414 kB | 41/86 kB Progress (4): 2.4/4.0 MB | 2.7/3.0 MB | 45/414 kB | 41/86 kB Progress (4): 2.4/4.0 MB | 2.7/3.0 MB | 49/414 kB | 41/86 kB Progress (4): 2.4/4.0 MB | 2.7/3.0 MB | 53/414 kB | 41/86 kB Progress (4): 2.4/4.0 MB | 2.7/3.0 MB | 57/414 kB | 41/86 kB Progress (4): 2.4/4.0 MB | 2.7/3.0 MB | 61/414 kB | 41/86 kB Progress (4): 2.4/4.0 MB | 2.7/3.0 MB | 65/414 kB | 41/86 kB Progress (4): 2.4/4.0 MB | 2.7/3.0 MB | 69/414 kB | 41/86 kB Progress (4): 2.4/4.0 MB | 2.7/3.0 MB | 73/414 kB | 41/86 kB Progress (4): 2.4/4.0 MB | 2.7/3.0 MB | 77/414 kB | 41/86 kB Progress (4): 2.4/4.0 MB | 2.7/3.0 MB | 82/414 kB | 41/86 kB Progress (4): 2.4/4.0 MB | 2.7/3.0 MB | 86/414 kB | 41/86 kB Progress (4): 2.4/4.0 MB | 2.7/3.0 MB | 90/414 kB | 41/86 kB Progress (4): 2.4/4.0 MB | 2.7/3.0 MB | 92/414 kB | 41/86 kB Progress (4): 2.4/4.0 MB | 2.7/3.0 MB | 96/414 kB | 41/86 kB Progress (4): 2.4/4.0 MB | 2.7/3.0 MB | 100/414 kB | 41/86 kB Progress (4): 2.4/4.0 MB | 2.7/3.0 MB | 105/414 kB | 41/86 kB Progress (4): 2.4/4.0 MB | 2.7/3.0 MB | 109/414 kB | 41/86 kB Progress (4): 2.4/4.0 MB | 2.7/3.0 MB | 109/414 kB | 41/86 kB Progress (4): 2.4/4.0 MB | 2.8/3.0 MB | 109/414 kB | 41/86 kB Progress (4): 2.4/4.0 MB | 2.8/3.0 MB | 109/414 kB | 41/86 kB Progress (4): 2.4/4.0 MB | 2.8/3.0 MB | 109/414 kB | 41/86 kB Progress (4): 2.5/4.0 MB | 2.8/3.0 MB | 109/414 kB | 41/86 kB Progress (4): 2.5/4.0 MB | 2.8/3.0 MB | 109/414 kB | 45/86 kB Progress (4): 2.5/4.0 MB | 2.8/3.0 MB | 109/414 kB | 49/86 kB Progress (4): 2.5/4.0 MB | 2.8/3.0 MB | 109/414 kB | 53/86 kB Progress (4): 2.5/4.0 MB | 2.8/3.0 MB | 109/414 kB | 57/86 kB Progress (4): 2.5/4.0 MB | 2.8/3.0 MB | 109/414 kB | 61/86 kB Progress (4): 2.5/4.0 MB | 2.8/3.0 MB | 109/414 kB | 65/86 kB Progress (4): 2.5/4.0 MB | 2.8/3.0 MB | 109/414 kB | 69/86 kB Progress (4): 2.5/4.0 MB | 2.8/3.0 MB | 109/414 kB | 73/86 kB Progress (4): 2.5/4.0 MB | 2.8/3.0 MB | 109/414 kB | 77/86 kB Progress (4): 2.5/4.0 MB | 2.8/3.0 MB | 109/414 kB | 82/86 kB Progress (4): 2.5/4.0 MB | 2.8/3.0 MB | 109/414 kB | 86/86 kB Progress (4): 2.5/4.0 MB | 2.8/3.0 MB | 109/414 kB | 86 kB Progress (4): 2.5/4.0 MB | 2.8/3.0 MB | 109/414 kB | 86 kB Progress (4): 2.5/4.0 MB | 2.8/3.0 MB | 109/414 kB | 86 kB Progress (4): 2.5/4.0 MB | 2.8/3.0 MB | 109/414 kB | 86 kB Progress (4): 2.5/4.0 MB | 2.8/3.0 MB | 109/414 kB | 86 kB Progress (4): 2.6/4.0 MB | 2.8/3.0 MB | 109/414 kB | 86 kB Progress (4): 2.6/4.0 MB | 2.8/3.0 MB | 109/414 kB | 86 kB Progress (4): 2.6/4.0 MB | 2.8/3.0 MB | 109/414 kB | 86 kB Progress (4): 2.6/4.0 MB | 2.8/3.0 MB | 113/414 kB | 86 kB Progress (4): 2.6/4.0 MB | 2.8/3.0 MB | 117/414 kB | 86 kB Progress (4): 2.6/4.0 MB | 2.8/3.0 MB | 121/414 kB | 86 kB Progress (4): 2.6/4.0 MB | 2.8/3.0 MB | 125/414 kB | 86 kB Progress (4): 2.6/4.0 MB | 2.8/3.0 MB | 129/414 kB | 86 kB Progress (4): 2.6/4.0 MB | 2.8/3.0 MB | 133/414 kB | 86 kB Progress (4): 2.6/4.0 MB | 2.8/3.0 MB | 137/414 kB | 86 kB Progress (4): 2.6/4.0 MB | 2.8/3.0 MB | 141/414 kB | 86 kB Progress (4): 2.6/4.0 MB | 2.8/3.0 MB | 145/414 kB | 86 kB Progress (4): 2.6/4.0 MB | 2.8/3.0 MB | 150/414 kB | 86 kB Progress (4): 2.6/4.0 MB | 2.8/3.0 MB | 154/414 kB | 86 kB Progress (4): 2.6/4.0 MB | 2.8/3.0 MB | 158/414 kB | 86 kB Progress (4): 2.6/4.0 MB | 2.8/3.0 MB | 162/414 kB | 86 kB Progress (4): 2.6/4.0 MB | 2.8/3.0 MB | 166/414 kB | 86 kB Progress (4): 2.6/4.0 MB | 2.8/3.0 MB | 170/414 kB | 86 kB Progress (4): 2.6/4.0 MB | 2.8/3.0 MB | 174/414 kB | 86 kB Progress (4): 2.6/4.0 MB | 2.8/3.0 MB | 178/414 kB | 86 kB Progress (4): 2.6/4.0 MB | 2.8/3.0 MB | 182/414 kB | 86 kB Progress (4): 2.6/4.0 MB | 2.8/3.0 MB | 186/414 kB | 86 kB Progress (4): 2.6/4.0 MB | 2.8/3.0 MB | 191/414 kB | 86 kB Progress (4): 2.6/4.0 MB | 2.8/3.0 MB | 195/414 kB | 86 kB Progress (4): 2.6/4.0 MB | 2.8/3.0 MB | 199/414 kB | 86 kB Progress (4): 2.6/4.0 MB | 2.8/3.0 MB | 203/414 kB | 86 kB Progress (4): 2.6/4.0 MB | 2.8/3.0 MB | 207/414 kB | 86 kB Progress (4): 2.6/4.0 MB | 2.8/3.0 MB | 211/414 kB | 86 kB Progress (4): 2.6/4.0 MB | 2.8/3.0 MB | 215/414 kB | 86 kB Progress (4): 2.6/4.0 MB | 2.8/3.0 MB | 219/414 kB | 86 kB Progress (4): 2.6/4.0 MB | 2.8/3.0 MB | 223/414 kB | 86 kB Progress (4): 2.6/4.0 MB | 2.8/3.0 MB | 227/414 kB | 86 kB Progress (4): 2.6/4.0 MB | 2.8/3.0 MB | 231/414 kB | 86 kB Progress (4): 2.6/4.0 MB | 2.8/3.0 MB | 236/414 kB | 86 kB Progress (4): 2.6/4.0 MB | 2.8/3.0 MB | 240/414 kB | 86 kB Progress (4): 2.6/4.0 MB | 2.8/3.0 MB | 244/414 kB | 86 kB Progress (4): 2.6/4.0 MB | 2.8/3.0 MB | 248/414 kB | 86 kB Progress (4): 2.6/4.0 MB | 2.8/3.0 MB | 252/414 kB | 86 kB Progress (4): 2.6/4.0 MB | 2.8/3.0 MB | 256/414 kB | 86 kB Progress (4): 2.6/4.0 MB | 2.8/3.0 MB | 256/414 kB | 86 kB Progress (4): 2.6/4.0 MB | 2.9/3.0 MB | 256/414 kB | 86 kB Progress (4): 2.6/4.0 MB | 2.9/3.0 MB | 256/414 kB | 86 kB Progress (4): 2.6/4.0 MB | 2.9/3.0 MB | 256/414 kB | 86 kB Progress (4): 2.6/4.0 MB | 2.9/3.0 MB | 256/414 kB | 86 kB Progress (4): 2.6/4.0 MB | 2.9/3.0 MB | 256/414 kB | 86 kB Progress (4): 2.6/4.0 MB | 2.9/3.0 MB | 256/414 kB | 86 kB Progress (4): 2.6/4.0 MB | 2.9/3.0 MB | 256/414 kB | 86 kB Progress (4): 2.7/4.0 MB | 2.9/3.0 MB | 256/414 kB | 86 kB Progress (4): 2.7/4.0 MB | 3.0/3.0 MB | 256/414 kB | 86 kB Progress (4): 2.7/4.0 MB | 3.0/3.0 MB | 256/414 kB | 86 kB Progress (4): 2.7/4.0 MB | 3.0/3.0 MB | 256/414 kB | 86 kB Progress (4): 2.7/4.0 MB | 3.0/3.0 MB | 256/414 kB | 86 kB Progress (5): 2.7/4.0 MB | 3.0/3.0 MB | 256/414 kB | 86 kB | 4.1/645 kB Progress (5): 2.7/4.0 MB | 3.0/3.0 MB | 256/414 kB | 86 kB | 7.8/645 kB Progress (5): 2.7/4.0 MB | 3.0/3.0 MB | 256/414 kB | 86 kB | 12/645 kB Progress (5): 2.7/4.0 MB | 3.0 MB | 256/414 kB | 86 kB | 12/645 kB Progress (5): 2.7/4.0 MB | 3.0 MB | 256/414 kB | 86 kB | 16/645 kB Progress (5): 2.7/4.0 MB | 3.0 MB | 256/414 kB | 86 kB | 20/645 kB Progress (5): 2.7/4.0 MB | 3.0 MB | 256/414 kB | 86 kB | 24/645 kB Progress (5): 2.7/4.0 MB | 3.0 MB | 256/414 kB | 86 kB | 28/645 kB Progress (5): 2.7/4.0 MB | 3.0 MB | 256/414 kB | 86 kB | 32/645 kB Progress (5): 2.7/4.0 MB | 3.0 MB | 260/414 kB | 86 kB | 32/645 kB Progress (5): 2.7/4.0 MB | 3.0 MB | 260/414 kB | 86 kB | 36/645 kB Progress (5): 2.7/4.0 MB | 3.0 MB | 264/414 kB | 86 kB | 36/645 kB Progress (5): 2.7/4.0 MB | 3.0 MB | 268/414 kB | 86 kB | 36/645 kB Progress (5): 2.7/4.0 MB | 3.0 MB | 268/414 kB | 86 kB | 41/645 kB Progress (5): 2.7/4.0 MB | 3.0 MB | 272/414 kB | 86 kB | 41/645 kB Progress (5): 2.7/4.0 MB | 3.0 MB | 277/414 kB | 86 kB | 41/645 kB Progress (5): 2.7/4.0 MB | 3.0 MB | 279/414 kB | 86 kB | 41/645 kB Progress (5): 2.7/4.0 MB | 3.0 MB | 283/414 kB | 86 kB | 41/645 kB Progress (5): 2.7/4.0 MB | 3.0 MB | 287/414 kB | 86 kB | 41/645 kB Progress (5): 2.7/4.0 MB | 3.0 MB | 291/414 kB | 86 kB | 41/645 kB Progress (5): 2.7/4.0 MB | 3.0 MB | 295/414 kB | 86 kB | 41/645 kB Progress (5): 2.7/4.0 MB | 3.0 MB | 300/414 kB | 86 kB | 41/645 kB Progress (5): 2.7/4.0 MB | 3.0 MB | 304/414 kB | 86 kB | 41/645 kB Progress (5): 2.7/4.0 MB | 3.0 MB | 308/414 kB | 86 kB | 41/645 kB Progress (5): 2.7/4.0 MB | 3.0 MB | 312/414 kB | 86 kB | 41/645 kB Progress (5): 2.7/4.0 MB | 3.0 MB | 316/414 kB | 86 kB | 41/645 kB Progress (5): 2.7/4.0 MB | 3.0 MB | 320/414 kB | 86 kB | 41/645 kB Progress (5): 2.7/4.0 MB | 3.0 MB | 324/414 kB | 86 kB | 41/645 kB Progress (5): 2.7/4.0 MB | 3.0 MB | 328/414 kB | 86 kB | 41/645 kB Progress (5): 2.7/4.0 MB | 3.0 MB | 332/414 kB | 86 kB | 41/645 kB Progress (5): 2.7/4.0 MB | 3.0 MB | 336/414 kB | 86 kB | 41/645 kB Progress (5): 2.7/4.0 MB | 3.0 MB | 341/414 kB | 86 kB | 41/645 kB Progress (5): 2.7/4.0 MB | 3.0 MB | 345/414 kB | 86 kB | 41/645 kB Progress (5): 2.7/4.0 MB | 3.0 MB | 349/414 kB | 86 kB | 41/645 kB Progress (5): 2.7/4.0 MB | 3.0 MB | 353/414 kB | 86 kB | 41/645 kB Progress (5): 2.7/4.0 MB | 3.0 MB | 357/414 kB | 86 kB | 41/645 kB Progress (5): 2.7/4.0 MB | 3.0 MB | 361/414 kB | 86 kB | 41/645 kB Progress (5): 2.7/4.0 MB | 3.0 MB | 365/414 kB | 86 kB | 41/645 kB Progress (5): 2.7/4.0 MB | 3.0 MB | 369/414 kB | 86 kB | 41/645 kB Progress (5): 2.7/4.0 MB | 3.0 MB | 373/414 kB | 86 kB | 41/645 kB Progress (5): 2.7/4.0 MB | 3.0 MB | 377/414 kB | 86 kB | 41/645 kB Progress (5): 2.7/4.0 MB | 3.0 MB | 382/414 kB | 86 kB | 41/645 kB Progress (5): 2.7/4.0 MB | 3.0 MB | 386/414 kB | 86 kB | 41/645 kB Progress (5): 2.7/4.0 MB | 3.0 MB | 390/414 kB | 86 kB | 41/645 kB Progress (5): 2.7/4.0 MB | 3.0 MB | 394/414 kB | 86 kB | 41/645 kB Progress (5): 2.7/4.0 MB | 3.0 MB | 398/414 kB | 86 kB | 41/645 kB Progress (5): 2.7/4.0 MB | 3.0 MB | 402/414 kB | 86 kB | 41/645 kB Progress (5): 2.7/4.0 MB | 3.0 MB | 406/414 kB | 86 kB | 41/645 kB Progress (5): 2.7/4.0 MB | 3.0 MB | 410/414 kB | 86 kB | 41/645 kB Progress (5): 2.7/4.0 MB | 3.0 MB | 414 kB | 86 kB | 41/645 kB Progress (5): 2.7/4.0 MB | 3.0 MB | 414 kB | 86 kB | 41/645 kB Progress (5): 2.7/4.0 MB | 3.0 MB | 414 kB | 86 kB | 41/645 kB Progress (5): 2.8/4.0 MB | 3.0 MB | 414 kB | 86 kB | 41/645 kB Progress (5): 2.8/4.0 MB | 3.0 MB | 414 kB | 86 kB | 41/645 kB Progress (5): 2.8/4.0 MB | 3.0 MB | 414 kB | 86 kB | 41/645 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/squareup/okio/okio/1.14.0/okio-1.14.0.jar (86 kB at 3.8 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/seleniumhq/selenium/selenium-chrome-driver/3.141.59/selenium-chrome-driver-3.141.59.jar +Progress (4): 2.8/4.0 MB | 3.0 MB | 414 kB | 41/645 kB Progress (4): 2.8/4.0 MB | 3.0 MB | 414 kB | 45/645 kB Progress (4): 2.8/4.0 MB | 3.0 MB | 414 kB | 49/645 kB Progress (4): 2.8/4.0 MB | 3.0 MB | 414 kB | 53/645 kB Progress (4): 2.8/4.0 MB | 3.0 MB | 414 kB | 57/645 kB Progress (4): 2.8/4.0 MB | 3.0 MB | 414 kB | 61/645 kB Progress (4): 2.8/4.0 MB | 3.0 MB | 414 kB | 65/645 kB Progress (4): 2.8/4.0 MB | 3.0 MB | 414 kB | 69/645 kB Progress (4): 2.8/4.0 MB | 3.0 MB | 414 kB | 73/645 kB Progress (4): 2.8/4.0 MB | 3.0 MB | 414 kB | 77/645 kB Progress (4): 2.8/4.0 MB | 3.0 MB | 414 kB | 82/645 kB Progress (4): 2.8/4.0 MB | 3.0 MB | 414 kB | 86/645 kB Progress (4): 2.8/4.0 MB | 3.0 MB | 414 kB | 90/645 kB Progress (4): 2.8/4.0 MB | 3.0 MB | 414 kB | 94/645 kB Progress (4): 2.8/4.0 MB | 3.0 MB | 414 kB | 98/645 kB Progress (4): 2.9/4.0 MB | 3.0 MB | 414 kB | 98/645 kB Progress (4): 2.9/4.0 MB | 3.0 MB | 414 kB | 98/645 kB Progress (4): 2.9/4.0 MB | 3.0 MB | 414 kB | 98/645 kB Progress (4): 2.9/4.0 MB | 3.0 MB | 414 kB | 98/645 kB Progress (4): 3.0/4.0 MB | 3.0 MB | 414 kB | 98/645 kB Progress (4): 3.0/4.0 MB | 3.0 MB | 414 kB | 98/645 kB Progress (4): 3.0/4.0 MB | 3.0 MB | 414 kB | 102/645 kB Progress (4): 3.0/4.0 MB | 3.0 MB | 414 kB | 106/645 kB Progress (4): 3.0/4.0 MB | 3.0 MB | 414 kB | 110/645 kB Progress (4): 3.0/4.0 MB | 3.0 MB | 414 kB | 114/645 kB Progress (4): 3.0/4.0 MB | 3.0 MB | 414 kB | 118/645 kB Progress (4): 3.0/4.0 MB | 3.0 MB | 414 kB | 122/645 kB Progress (4): 3.0/4.0 MB | 3.0 MB | 414 kB | 127/645 kB Progress (4): 3.0/4.0 MB | 3.0 MB | 414 kB | 131/645 kB Progress (4): 3.0/4.0 MB | 3.0 MB | 414 kB | 135/645 kB Progress (4): 3.0/4.0 MB | 3.0 MB | 414 kB | 139/645 kB Progress (4): 3.0/4.0 MB | 3.0 MB | 414 kB | 143/645 kB Progress (4): 3.0/4.0 MB | 3.0 MB | 414 kB | 147/645 kB Progress (4): 3.0/4.0 MB | 3.0 MB | 414 kB | 151/645 kB Progress (4): 3.0/4.0 MB | 3.0 MB | 414 kB | 155/645 kB Progress (4): 3.0/4.0 MB | 3.0 MB | 414 kB | 159/645 kB Progress (4): 3.0/4.0 MB | 3.0 MB | 414 kB | 163/645 kB Progress (4): 3.0/4.0 MB | 3.0 MB | 414 kB | 168/645 kB Progress (4): 3.0/4.0 MB | 3.0 MB | 414 kB | 172/645 kB Progress (4): 3.0/4.0 MB | 3.0 MB | 414 kB | 176/645 kB Progress (4): 3.0/4.0 MB | 3.0 MB | 414 kB | 180/645 kB Progress (4): 3.0/4.0 MB | 3.0 MB | 414 kB | 184/645 kB Progress (4): 3.0/4.0 MB | 3.0 MB | 414 kB | 188/645 kB Progress (4): 3.0/4.0 MB | 3.0 MB | 414 kB | 192/645 kB Progress (4): 3.0/4.0 MB | 3.0 MB | 414 kB | 196/645 kB Progress (4): 3.0/4.0 MB | 3.0 MB | 414 kB | 200/645 kB Progress (4): 3.0/4.0 MB | 3.0 MB | 414 kB | 200/645 kB Progress (4): 3.0/4.0 MB | 3.0 MB | 414 kB | 200/645 kB Progress (4): 3.0/4.0 MB | 3.0 MB | 414 kB | 200/645 kB Progress (4): 3.1/4.0 MB | 3.0 MB | 414 kB | 200/645 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/squareup/okhttp3/okhttp/3.11.0/okhttp-3.11.0.jar (414 kB at 18 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/seleniumhq/selenium/selenium-edge-driver/3.141.59/selenium-edge-driver-3.141.59.jar +Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/net/bytebuddy/byte-buddy/1.8.15/byte-buddy-1.8.15.jar (3.0 MB at 131 kB/s) +Progress (2): 3.1/4.0 MB | 200/645 kB Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/seleniumhq/selenium/selenium-firefox-driver/3.141.59/selenium-firefox-driver-3.141.59.jar +Progress (3): 3.1/4.0 MB | 200/645 kB | 4.1/14 kB Progress (3): 3.1/4.0 MB | 200/645 kB | 7.8/14 kB Progress (3): 3.1/4.0 MB | 200/645 kB | 12/14 kB Progress (3): 3.1/4.0 MB | 200/645 kB | 14 kB Progress (3): 3.1/4.0 MB | 204/645 kB | 14 kB Progress (3): 3.1/4.0 MB | 208/645 kB | 14 kB Progress (3): 3.1/4.0 MB | 213/645 kB | 14 kB Progress (3): 3.1/4.0 MB | 217/645 kB | 14 kB Progress (3): 3.1/4.0 MB | 221/645 kB | 14 kB Progress (3): 3.1/4.0 MB | 225/645 kB | 14 kB Progress (3): 3.1/4.0 MB | 229/645 kB | 14 kB Progress (3): 3.1/4.0 MB | 233/645 kB | 14 kB Progress (3): 3.1/4.0 MB | 237/645 kB | 14 kB Progress (3): 3.1/4.0 MB | 241/645 kB | 14 kB Progress (3): 3.1/4.0 MB | 245/645 kB | 14 kB Progress (3): 3.1/4.0 MB | 249/645 kB | 14 kB Progress (3): 3.1/4.0 MB | 254/645 kB | 14 kB Progress (3): 3.1/4.0 MB | 258/645 kB | 14 kB Progress (3): 3.1/4.0 MB | 261/645 kB | 14 kB Progress (3): 3.1/4.0 MB | 265/645 kB | 14 kB Progress (3): 3.1/4.0 MB | 270/645 kB | 14 kB Progress (3): 3.1/4.0 MB | 274/645 kB | 14 kB Progress (3): 3.1/4.0 MB | 278/645 kB | 14 kB Progress (3): 3.1/4.0 MB | 282/645 kB | 14 kB Progress (3): 3.1/4.0 MB | 286/645 kB | 14 kB Progress (3): 3.1/4.0 MB | 290/645 kB | 14 kB Progress (3): 3.1/4.0 MB | 294/645 kB | 14 kB Progress (3): 3.1/4.0 MB | 298/645 kB | 14 kB Progress (3): 3.1/4.0 MB | 302/645 kB | 14 kB Progress (3): 3.1/4.0 MB | 306/645 kB | 14 kB Progress (3): 3.1/4.0 MB | 310/645 kB | 14 kB Progress (3): 3.1/4.0 MB | 315/645 kB | 14 kB Progress (3): 3.1/4.0 MB | 319/645 kB | 14 kB Progress (3): 3.1/4.0 MB | 323/645 kB | 14 kB Progress (3): 3.1/4.0 MB | 327/645 kB | 14 kB Progress (3): 3.1/4.0 MB | 331/645 kB | 14 kB Progress (3): 3.1/4.0 MB | 331/645 kB | 14 kB Progress (3): 3.1/4.0 MB | 331/645 kB | 14 kB Progress (3): 3.2/4.0 MB | 331/645 kB | 14 kB Progress (3): 3.2/4.0 MB | 331/645 kB | 14 kB Progress (3): 3.2/4.0 MB | 331/645 kB | 14 kB Progress (3): 3.2/4.0 MB | 335/645 kB | 14 kB Progress (3): 3.2/4.0 MB | 339/645 kB | 14 kB Progress (3): 3.2/4.0 MB | 343/645 kB | 14 kB Progress (3): 3.2/4.0 MB | 347/645 kB | 14 kB Progress (3): 3.2/4.0 MB | 351/645 kB | 14 kB Progress (3): 3.2/4.0 MB | 356/645 kB | 14 kB Progress (3): 3.2/4.0 MB | 360/645 kB | 14 kB Progress (3): 3.2/4.0 MB | 364/645 kB | 14 kB Progress (3): 3.2/4.0 MB | 368/645 kB | 14 kB Progress (3): 3.2/4.0 MB | 372/645 kB | 14 kB Progress (3): 3.2/4.0 MB | 376/645 kB | 14 kB Progress (3): 3.2/4.0 MB | 380/645 kB | 14 kB Progress (3): 3.2/4.0 MB | 384/645 kB | 14 kB Progress (3): 3.2/4.0 MB | 388/645 kB | 14 kB Progress (3): 3.2/4.0 MB | 392/645 kB | 14 kB Progress (3): 3.2/4.0 MB | 396/645 kB | 14 kB Progress (3): 3.2/4.0 MB | 401/645 kB | 14 kB Progress (3): 3.2/4.0 MB | 405/645 kB | 14 kB Progress (3): 3.2/4.0 MB | 409/645 kB | 14 kB Progress (3): 3.2/4.0 MB | 413/645 kB | 14 kB Progress (3): 3.2/4.0 MB | 417/645 kB | 14 kB Progress (3): 3.2/4.0 MB | 421/645 kB | 14 kB Progress (3): 3.2/4.0 MB | 425/645 kB | 14 kB Progress (3): 3.2/4.0 MB | 429/645 kB | 14 kB Progress (3): 3.2/4.0 MB | 433/645 kB | 14 kB Progress (3): 3.2/4.0 MB | 437/645 kB | 14 kB Progress (3): 3.2/4.0 MB | 442/645 kB | 14 kB Progress (3): 3.2/4.0 MB | 446/645 kB | 14 kB Progress (3): 3.2/4.0 MB | 450/645 kB | 14 kB Progress (3): 3.2/4.0 MB | 454/645 kB | 14 kB Progress (3): 3.2/4.0 MB | 454/645 kB | 14 kB Progress (3): 3.3/4.0 MB | 454/645 kB | 14 kB Progress (3): 3.3/4.0 MB | 454/645 kB | 14 kB Progress (3): 3.3/4.0 MB | 454/645 kB | 14 kB Progress (3): 3.3/4.0 MB | 454/645 kB | 14 kB Progress (3): 3.4/4.0 MB | 454/645 kB | 14 kB Progress (3): 3.4/4.0 MB | 458/645 kB | 14 kB Progress (3): 3.4/4.0 MB | 462/645 kB | 14 kB Progress (3): 3.4/4.0 MB | 466/645 kB | 14 kB Progress (3): 3.4/4.0 MB | 470/645 kB | 14 kB Progress (3): 3.4/4.0 MB | 474/645 kB | 14 kB Progress (3): 3.4/4.0 MB | 478/645 kB | 14 kB Progress (3): 3.4/4.0 MB | 482/645 kB | 14 kB Progress (3): 3.4/4.0 MB | 487/645 kB | 14 kB Progress (3): 3.4/4.0 MB | 491/645 kB | 14 kB Progress (3): 3.4/4.0 MB | 495/645 kB | 14 kB Progress (3): 3.4/4.0 MB | 499/645 kB | 14 kB Progress (3): 3.4/4.0 MB | 503/645 kB | 14 kB Progress (3): 3.4/4.0 MB | 507/645 kB | 14 kB Progress (3): 3.4/4.0 MB | 511/645 kB | 14 kB Progress (3): 3.4/4.0 MB | 515/645 kB | 14 kB Progress (3): 3.4/4.0 MB | 519/645 kB | 14 kB Progress (3): 3.4/4.0 MB | 523/645 kB | 14 kB Progress (3): 3.4/4.0 MB | 528/645 kB | 14 kB Progress (3): 3.4/4.0 MB | 532/645 kB | 14 kB Progress (3): 3.4/4.0 MB | 536/645 kB | 14 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/seleniumhq/selenium/selenium-chrome-driver/3.141.59/selenium-chrome-driver-3.141.59.jar (14 kB at 593 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/seleniumhq/selenium/selenium-ie-driver/3.141.59/selenium-ie-driver-3.141.59.jar +Progress (2): 3.4/4.0 MB | 540/645 kB Progress (2): 3.4/4.0 MB | 544/645 kB Progress (2): 3.4/4.0 MB | 548/645 kB Progress (2): 3.4/4.0 MB | 552/645 kB Progress (2): 3.4/4.0 MB | 556/645 kB Progress (2): 3.4/4.0 MB | 560/645 kB Progress (2): 3.4/4.0 MB | 564/645 kB Progress (2): 3.4/4.0 MB | 569/645 kB Progress (3): 3.4/4.0 MB | 569/645 kB | 4.1/8.0 kB Progress (3): 3.4/4.0 MB | 569/645 kB | 7.8/8.0 kB Progress (3): 3.4/4.0 MB | 569/645 kB | 8.0 kB Progress (4): 3.4/4.0 MB | 569/645 kB | 8.0 kB | 4.1/810 kB Progress (4): 3.4/4.0 MB | 569/645 kB | 8.0 kB | 7.8/810 kB Progress (4): 3.4/4.0 MB | 569/645 kB | 8.0 kB | 12/810 kB Progress (4): 3.4/4.0 MB | 569/645 kB | 8.0 kB | 16/810 kB Progress (4): 3.4/4.0 MB | 569/645 kB | 8.0 kB | 20/810 kB Progress (4): 3.4/4.0 MB | 569/645 kB | 8.0 kB | 24/810 kB Progress (4): 3.4/4.0 MB | 573/645 kB | 8.0 kB | 24/810 kB Progress (4): 3.4/4.0 MB | 577/645 kB | 8.0 kB | 24/810 kB Progress (4): 3.4/4.0 MB | 581/645 kB | 8.0 kB | 24/810 kB Progress (4): 3.4/4.0 MB | 585/645 kB | 8.0 kB | 24/810 kB Progress (4): 3.4/4.0 MB | 589/645 kB | 8.0 kB | 24/810 kB Progress (4): 3.4/4.0 MB | 593/645 kB | 8.0 kB | 24/810 kB Progress (4): 3.4/4.0 MB | 597/645 kB | 8.0 kB | 24/810 kB Progress (4): 3.4/4.0 MB | 601/645 kB | 8.0 kB | 24/810 kB Progress (4): 3.4/4.0 MB | 601/645 kB | 8.0 kB | 24/810 kB Progress (4): 3.4/4.0 MB | 601/645 kB | 8.0 kB | 24/810 kB Progress (4): 3.4/4.0 MB | 601/645 kB | 8.0 kB | 24/810 kB Progress (4): 3.5/4.0 MB | 601/645 kB | 8.0 kB | 24/810 kB Progress (4): 3.5/4.0 MB | 601/645 kB | 8.0 kB | 24/810 kB Progress (4): 3.5/4.0 MB | 601/645 kB | 8.0 kB | 24/810 kB Progress (4): 3.5/4.0 MB | 605/645 kB | 8.0 kB | 24/810 kB Progress (4): 3.5/4.0 MB | 609/645 kB | 8.0 kB | 24/810 kB Progress (4): 3.5/4.0 MB | 614/645 kB | 8.0 kB | 24/810 kB Progress (4): 3.5/4.0 MB | 618/645 kB | 8.0 kB | 24/810 kB Progress (4): 3.5/4.0 MB | 622/645 kB | 8.0 kB | 24/810 kB Progress (4): 3.5/4.0 MB | 626/645 kB | 8.0 kB | 24/810 kB Progress (4): 3.5/4.0 MB | 630/645 kB | 8.0 kB | 24/810 kB Progress (4): 3.5/4.0 MB | 634/645 kB | 8.0 kB | 24/810 kB Progress (4): 3.5/4.0 MB | 638/645 kB | 8.0 kB | 24/810 kB Progress (4): 3.5/4.0 MB | 642/645 kB | 8.0 kB | 24/810 kB Progress (4): 3.5/4.0 MB | 645 kB | 8.0 kB | 24/810 kB Progress (4): 3.5/4.0 MB | 645 kB | 8.0 kB | 28/810 kB Progress (4): 3.5/4.0 MB | 645 kB | 8.0 kB | 32/810 kB Progress (4): 3.5/4.0 MB | 645 kB | 8.0 kB | 36/810 kB Progress (4): 3.5/4.0 MB | 645 kB | 8.0 kB | 41/810 kB Progress (4): 3.5/4.0 MB | 645 kB | 8.0 kB | 45/810 kB Progress (4): 3.5/4.0 MB | 645 kB | 8.0 kB | 49/810 kB Progress (4): 3.5/4.0 MB | 645 kB | 8.0 kB | 53/810 kB Progress (4): 3.5/4.0 MB | 645 kB | 8.0 kB | 57/810 kB Progress (4): 3.5/4.0 MB | 645 kB | 8.0 kB | 61/810 kB Progress (4): 3.5/4.0 MB | 645 kB | 8.0 kB | 65/810 kB Progress (4): 3.5/4.0 MB | 645 kB | 8.0 kB | 69/810 kB Progress (4): 3.5/4.0 MB | 645 kB | 8.0 kB | 73/810 kB Progress (4): 3.5/4.0 MB | 645 kB | 8.0 kB | 77/810 kB Progress (4): 3.5/4.0 MB | 645 kB | 8.0 kB | 82/810 kB Progress (4): 3.5/4.0 MB | 645 kB | 8.0 kB | 82/810 kB Progress (4): 3.6/4.0 MB | 645 kB | 8.0 kB | 82/810 kB Progress (4): 3.6/4.0 MB | 645 kB | 8.0 kB | 82/810 kB Progress (4): 3.6/4.0 MB | 645 kB | 8.0 kB | 82/810 kB Progress (4): 3.6/4.0 MB | 645 kB | 8.0 kB | 82/810 kB Progress (4): 3.6/4.0 MB | 645 kB | 8.0 kB | 86/810 kB Progress (4): 3.6/4.0 MB | 645 kB | 8.0 kB | 90/810 kB Progress (4): 3.6/4.0 MB | 645 kB | 8.0 kB | 94/810 kB Progress (4): 3.6/4.0 MB | 645 kB | 8.0 kB | 98/810 kB Progress (4): 3.6/4.0 MB | 645 kB | 8.0 kB | 102/810 kB Progress (4): 3.6/4.0 MB | 645 kB | 8.0 kB | 106/810 kB Progress (4): 3.6/4.0 MB | 645 kB | 8.0 kB | 110/810 kB Progress (4): 3.6/4.0 MB | 645 kB | 8.0 kB | 114/810 kB Progress (4): 3.6/4.0 MB | 645 kB | 8.0 kB | 118/810 kB Progress (4): 3.6/4.0 MB | 645 kB | 8.0 kB | 122/810 kB Progress (4): 3.6/4.0 MB | 645 kB | 8.0 kB | 127/810 kB Progress (4): 3.6/4.0 MB | 645 kB | 8.0 kB | 131/810 kB Progress (4): 3.6/4.0 MB | 645 kB | 8.0 kB | 135/810 kB Progress (4): 3.6/4.0 MB | 645 kB | 8.0 kB | 139/810 kB Progress (4): 3.6/4.0 MB | 645 kB | 8.0 kB | 143/810 kB Progress (4): 3.6/4.0 MB | 645 kB | 8.0 kB | 147/810 kB Progress (4): 3.6/4.0 MB | 645 kB | 8.0 kB | 151/810 kB Progress (4): 3.6/4.0 MB | 645 kB | 8.0 kB | 155/810 kB Progress (4): 3.6/4.0 MB | 645 kB | 8.0 kB | 159/810 kB Progress (4): 3.6/4.0 MB | 645 kB | 8.0 kB | 163/810 kB Progress (4): 3.6/4.0 MB | 645 kB | 8.0 kB | 168/810 kB Progress (4): 3.6/4.0 MB | 645 kB | 8.0 kB | 172/810 kB Progress (4): 3.6/4.0 MB | 645 kB | 8.0 kB | 176/810 kB Progress (4): 3.6/4.0 MB | 645 kB | 8.0 kB | 180/810 kB Progress (4): 3.6/4.0 MB | 645 kB | 8.0 kB | 184/810 kB Progress (4): 3.6/4.0 MB | 645 kB | 8.0 kB | 188/810 kB Progress (4): 3.6/4.0 MB | 645 kB | 8.0 kB | 192/810 kB Progress (4): 3.6/4.0 MB | 645 kB | 8.0 kB | 196/810 kB Progress (5): 3.6/4.0 MB | 645 kB | 8.0 kB | 196/810 kB | 4.1/17 kB Progress (5): 3.6/4.0 MB | 645 kB | 8.0 kB | 196/810 kB | 7.8/17 kB Progress (5): 3.6/4.0 MB | 645 kB | 8.0 kB | 196/810 kB | 12/17 kB Progress (5): 3.6/4.0 MB | 645 kB | 8.0 kB | 196/810 kB | 16/17 kB Progress (5): 3.7/4.0 MB | 645 kB | 8.0 kB | 196/810 kB | 16/17 kB Progress (5): 3.7/4.0 MB | 645 kB | 8.0 kB | 196/810 kB | 17 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/seleniumhq/selenium/selenium-edge-driver/3.141.59/selenium-edge-driver-3.141.59.jar (8.0 kB at 340 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/seleniumhq/selenium/selenium-opera-driver/3.141.59/selenium-opera-driver-3.141.59.jar +Progress (4): 3.7/4.0 MB | 645 kB | 196/810 kB | 17 kB Progress (4): 3.7/4.0 MB | 645 kB | 196/810 kB | 17 kB Progress (4): 3.7/4.0 MB | 645 kB | 196/810 kB | 17 kB Progress (4): 3.8/4.0 MB | 645 kB | 196/810 kB | 17 kB Progress (4): 3.8/4.0 MB | 645 kB | 200/810 kB | 17 kB Progress (4): 3.8/4.0 MB | 645 kB | 204/810 kB | 17 kB Progress (4): 3.8/4.0 MB | 645 kB | 208/810 kB | 17 kB Progress (4): 3.8/4.0 MB | 645 kB | 213/810 kB | 17 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/seleniumhq/selenium/selenium-server/3.141.59/selenium-server-3.141.59.jar (645 kB at 27 kB/s) +Progress (3): 3.8/4.0 MB | 217/810 kB | 17 kB Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/seleniumhq/selenium/selenium-safari-driver/3.141.59/selenium-safari-driver-3.141.59.jar +Progress (3): 3.8/4.0 MB | 221/810 kB | 17 kB Progress (3): 3.8/4.0 MB | 225/810 kB | 17 kB Progress (3): 3.8/4.0 MB | 229/810 kB | 17 kB Progress (3): 3.8/4.0 MB | 233/810 kB | 17 kB Progress (3): 3.8/4.0 MB | 237/810 kB | 17 kB Progress (3): 3.8/4.0 MB | 241/810 kB | 17 kB Progress (3): 3.8/4.0 MB | 245/810 kB | 17 kB Progress (3): 3.8/4.0 MB | 249/810 kB | 17 kB Progress (3): 3.8/4.0 MB | 254/810 kB | 17 kB Progress (3): 3.8/4.0 MB | 258/810 kB | 17 kB Progress (3): 3.8/4.0 MB | 261/810 kB | 17 kB Progress (3): 3.8/4.0 MB | 265/810 kB | 17 kB Progress (3): 3.8/4.0 MB | 270/810 kB | 17 kB Progress (3): 3.8/4.0 MB | 274/810 kB | 17 kB Progress (3): 3.8/4.0 MB | 278/810 kB | 17 kB Progress (3): 3.8/4.0 MB | 282/810 kB | 17 kB Progress (3): 3.8/4.0 MB | 286/810 kB | 17 kB Progress (3): 3.8/4.0 MB | 290/810 kB | 17 kB Progress (3): 3.8/4.0 MB | 294/810 kB | 17 kB Progress (3): 3.8/4.0 MB | 298/810 kB | 17 kB Progress (3): 3.8/4.0 MB | 302/810 kB | 17 kB Progress (3): 3.8/4.0 MB | 306/810 kB | 17 kB Progress (3): 3.8/4.0 MB | 310/810 kB | 17 kB Progress (3): 3.8/4.0 MB | 310/810 kB | 17 kB Progress (3): 3.8/4.0 MB | 310/810 kB | 17 kB Progress (3): 3.8/4.0 MB | 310/810 kB | 17 kB Progress (3): 3.9/4.0 MB | 310/810 kB | 17 kB Progress (3): 3.9/4.0 MB | 310/810 kB | 17 kB Progress (3): 3.9/4.0 MB | 310/810 kB | 17 kB Progress (3): 3.9/4.0 MB | 315/810 kB | 17 kB Progress (3): 3.9/4.0 MB | 319/810 kB | 17 kB Progress (3): 3.9/4.0 MB | 323/810 kB | 17 kB Progress (3): 3.9/4.0 MB | 327/810 kB | 17 kB Progress (3): 3.9/4.0 MB | 331/810 kB | 17 kB Progress (3): 3.9/4.0 MB | 335/810 kB | 17 kB Progress (3): 3.9/4.0 MB | 339/810 kB | 17 kB Progress (3): 3.9/4.0 MB | 343/810 kB | 17 kB Progress (3): 3.9/4.0 MB | 347/810 kB | 17 kB Progress (3): 3.9/4.0 MB | 351/810 kB | 17 kB Progress (3): 3.9/4.0 MB | 356/810 kB | 17 kB Progress (3): 3.9/4.0 MB | 360/810 kB | 17 kB Progress (3): 3.9/4.0 MB | 364/810 kB | 17 kB Progress (3): 3.9/4.0 MB | 368/810 kB | 17 kB Progress (3): 3.9/4.0 MB | 372/810 kB | 17 kB Progress (3): 3.9/4.0 MB | 376/810 kB | 17 kB Progress (3): 3.9/4.0 MB | 380/810 kB | 17 kB Progress (3): 3.9/4.0 MB | 384/810 kB | 17 kB Progress (3): 3.9/4.0 MB | 388/810 kB | 17 kB Progress (3): 3.9/4.0 MB | 392/810 kB | 17 kB Progress (3): 3.9/4.0 MB | 396/810 kB | 17 kB Progress (3): 3.9/4.0 MB | 401/810 kB | 17 kB Progress (3): 3.9/4.0 MB | 405/810 kB | 17 kB Progress (3): 3.9/4.0 MB | 409/810 kB | 17 kB Progress (3): 3.9/4.0 MB | 413/810 kB | 17 kB Progress (3): 3.9/4.0 MB | 417/810 kB | 17 kB Progress (3): 3.9/4.0 MB | 421/810 kB | 17 kB Progress (3): 3.9/4.0 MB | 425/810 kB | 17 kB Progress (3): 3.9/4.0 MB | 429/810 kB | 17 kB Progress (3): 3.9/4.0 MB | 433/810 kB | 17 kB Progress (3): 3.9/4.0 MB | 437/810 kB | 17 kB Progress (3): 3.9/4.0 MB | 442/810 kB | 17 kB Progress (3): 3.9/4.0 MB | 442/810 kB | 17 kB Progress (3): 4.0/4.0 MB | 442/810 kB | 17 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/seleniumhq/selenium/selenium-ie-driver/3.141.59/selenium-ie-driver-3.141.59.jar (17 kB at 718 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/seleniumhq/selenium/selenium-support/3.141.59/selenium-support-3.141.59.jar +Progress (3): 4.0/4.0 MB | 442/810 kB | 4.1/11 kB Progress (3): 4.0/4.0 MB | 442/810 kB | 7.8/11 kB Progress (3): 4.0/4.0 MB | 442/810 kB | 11 kB Progress (3): 4.0/4.0 MB | 442/810 kB | 11 kB Progress (3): 4.0/4.0 MB | 442/810 kB | 11 kB Progress (3): 4.0 MB | 442/810 kB | 11 kB Progress (3): 4.0 MB | 446/810 kB | 11 kB Progress (3): 4.0 MB | 450/810 kB | 11 kB Progress (3): 4.0 MB | 454/810 kB | 11 kB Progress (3): 4.0 MB | 458/810 kB | 11 kB Progress (3): 4.0 MB | 462/810 kB | 11 kB Progress (3): 4.0 MB | 466/810 kB | 11 kB Progress (3): 4.0 MB | 470/810 kB | 11 kB Progress (3): 4.0 MB | 474/810 kB | 11 kB Progress (3): 4.0 MB | 478/810 kB | 11 kB Progress (3): 4.0 MB | 482/810 kB | 11 kB Progress (3): 4.0 MB | 487/810 kB | 11 kB Progress (3): 4.0 MB | 491/810 kB | 11 kB Progress (3): 4.0 MB | 495/810 kB | 11 kB Progress (3): 4.0 MB | 499/810 kB | 11 kB Progress (3): 4.0 MB | 503/810 kB | 11 kB Progress (3): 4.0 MB | 507/810 kB | 11 kB Progress (3): 4.0 MB | 511/810 kB | 11 kB Progress (3): 4.0 MB | 515/810 kB | 11 kB Progress (3): 4.0 MB | 519/810 kB | 11 kB Progress (3): 4.0 MB | 523/810 kB | 11 kB Progress (3): 4.0 MB | 528/810 kB | 11 kB Progress (3): 4.0 MB | 532/810 kB | 11 kB Progress (3): 4.0 MB | 536/810 kB | 11 kB Progress (3): 4.0 MB | 540/810 kB | 11 kB Progress (4): 4.0 MB | 540/810 kB | 11 kB | 4.1/16 kB Progress (4): 4.0 MB | 540/810 kB | 11 kB | 7.8/16 kB Progress (4): 4.0 MB | 540/810 kB | 11 kB | 12/16 kB Progress (4): 4.0 MB | 544/810 kB | 11 kB | 12/16 kB Progress (4): 4.0 MB | 544/810 kB | 11 kB | 16 kB Progress (4): 4.0 MB | 548/810 kB | 11 kB | 16 kB Progress (4): 4.0 MB | 552/810 kB | 11 kB | 16 kB Progress (4): 4.0 MB | 556/810 kB | 11 kB | 16 kB Progress (4): 4.0 MB | 560/810 kB | 11 kB | 16 kB Progress (4): 4.0 MB | 564/810 kB | 11 kB | 16 kB Progress (4): 4.0 MB | 569/810 kB | 11 kB | 16 kB Progress (4): 4.0 MB | 573/810 kB | 11 kB | 16 kB Progress (4): 4.0 MB | 577/810 kB | 11 kB | 16 kB Progress (4): 4.0 MB | 581/810 kB | 11 kB | 16 kB Progress (4): 4.0 MB | 585/810 kB | 11 kB | 16 kB Progress (4): 4.0 MB | 589/810 kB | 11 kB | 16 kB Progress (4): 4.0 MB | 593/810 kB | 11 kB | 16 kB Progress (4): 4.0 MB | 597/810 kB | 11 kB | 16 kB Progress (4): 4.0 MB | 601/810 kB | 11 kB | 16 kB Progress (4): 4.0 MB | 605/810 kB | 11 kB | 16 kB Progress (4): 4.0 MB | 609/810 kB | 11 kB | 16 kB Progress (4): 4.0 MB | 614/810 kB | 11 kB | 16 kB Progress (4): 4.0 MB | 618/810 kB | 11 kB | 16 kB Progress (4): 4.0 MB | 622/810 kB | 11 kB | 16 kB Progress (4): 4.0 MB | 626/810 kB | 11 kB | 16 kB Progress (4): 4.0 MB | 630/810 kB | 11 kB | 16 kB Progress (4): 4.0 MB | 634/810 kB | 11 kB | 16 kB Progress (4): 4.0 MB | 638/810 kB | 11 kB | 16 kB Progress (4): 4.0 MB | 642/810 kB | 11 kB | 16 kB Progress (4): 4.0 MB | 646/810 kB | 11 kB | 16 kB Progress (4): 4.0 MB | 650/810 kB | 11 kB | 16 kB Progress (4): 4.0 MB | 655/810 kB | 11 kB | 16 kB Progress (4): 4.0 MB | 659/810 kB | 11 kB | 16 kB Progress (4): 4.0 MB | 663/810 kB | 11 kB | 16 kB Progress (4): 4.0 MB | 667/810 kB | 11 kB | 16 kB Progress (4): 4.0 MB | 671/810 kB | 11 kB | 16 kB Progress (4): 4.0 MB | 675/810 kB | 11 kB | 16 kB Progress (4): 4.0 MB | 679/810 kB | 11 kB | 16 kB Progress (4): 4.0 MB | 683/810 kB | 11 kB | 16 kB Progress (4): 4.0 MB | 687/810 kB | 11 kB | 16 kB Progress (4): 4.0 MB | 691/810 kB | 11 kB | 16 kB Progress (4): 4.0 MB | 695/810 kB | 11 kB | 16 kB Progress (4): 4.0 MB | 700/810 kB | 11 kB | 16 kB Progress (4): 4.0 MB | 704/810 kB | 11 kB | 16 kB Progress (5): 4.0 MB | 704/810 kB | 11 kB | 16 kB | 4.1/151 kB Progress (5): 4.0 MB | 704/810 kB | 11 kB | 16 kB | 7.8/151 kB Progress (5): 4.0 MB | 704/810 kB | 11 kB | 16 kB | 12/151 kB Progress (5): 4.0 MB | 704/810 kB | 11 kB | 16 kB | 16/151 kB Progress (5): 4.0 MB | 704/810 kB | 11 kB | 16 kB | 20/151 kB Progress (5): 4.0 MB | 704/810 kB | 11 kB | 16 kB | 24/151 kB Progress (5): 4.0 MB | 704/810 kB | 11 kB | 16 kB | 28/151 kB Progress (5): 4.0 MB | 704/810 kB | 11 kB | 16 kB | 32/151 kB Progress (5): 4.0 MB | 704/810 kB | 11 kB | 16 kB | 36/151 kB Progress (5): 4.0 MB | 704/810 kB | 11 kB | 16 kB | 41/151 kB Progress (5): 4.0 MB | 704/810 kB | 11 kB | 16 kB | 45/151 kB Progress (5): 4.0 MB | 704/810 kB | 11 kB | 16 kB | 49/151 kB Progress (5): 4.0 MB | 704/810 kB | 11 kB | 16 kB | 53/151 kB Progress (5): 4.0 MB | 704/810 kB | 11 kB | 16 kB | 57/151 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/assertj/assertj-core/3.11.0/assertj-core-3.11.0.jar (4.0 MB at 165 kB/s) +Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/seleniumhq/selenium/selenium-opera-driver/3.141.59/selenium-opera-driver-3.141.59.jar (11 kB at 442 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.jar +Progress (3): 704/810 kB | 16 kB | 61/151 kB Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/seleniumhq/selenium/jetty-repacked/9.4.12.v20180830/jetty-repacked-9.4.12.v20180830.jar +Progress (3): 704/810 kB | 16 kB | 65/151 kB Progress (3): 708/810 kB | 16 kB | 65/151 kB Progress (3): 712/810 kB | 16 kB | 65/151 kB Progress (3): 716/810 kB | 16 kB | 65/151 kB Progress (3): 720/810 kB | 16 kB | 65/151 kB Progress (3): 724/810 kB | 16 kB | 65/151 kB Progress (3): 728/810 kB | 16 kB | 65/151 kB Progress (3): 732/810 kB | 16 kB | 65/151 kB Progress (3): 736/810 kB | 16 kB | 65/151 kB Progress (3): 741/810 kB | 16 kB | 65/151 kB Progress (3): 745/810 kB | 16 kB | 65/151 kB Progress (3): 749/810 kB | 16 kB | 65/151 kB Progress (3): 753/810 kB | 16 kB | 65/151 kB Progress (3): 757/810 kB | 16 kB | 65/151 kB Progress (3): 761/810 kB | 16 kB | 65/151 kB Progress (3): 765/810 kB | 16 kB | 65/151 kB Progress (3): 769/810 kB | 16 kB | 65/151 kB Progress (3): 773/810 kB | 16 kB | 65/151 kB Progress (3): 777/810 kB | 16 kB | 65/151 kB Progress (3): 782/810 kB | 16 kB | 65/151 kB Progress (3): 786/810 kB | 16 kB | 65/151 kB Progress (3): 790/810 kB | 16 kB | 65/151 kB Progress (3): 794/810 kB | 16 kB | 65/151 kB Progress (3): 798/810 kB | 16 kB | 65/151 kB Progress (3): 802/810 kB | 16 kB | 65/151 kB Progress (3): 806/810 kB | 16 kB | 65/151 kB Progress (3): 810/810 kB | 16 kB | 65/151 kB Progress (3): 810 kB | 16 kB | 65/151 kB Progress (3): 810 kB | 16 kB | 69/151 kB Progress (3): 810 kB | 16 kB | 73/151 kB Progress (3): 810 kB | 16 kB | 77/151 kB Progress (3): 810 kB | 16 kB | 82/151 kB Progress (3): 810 kB | 16 kB | 86/151 kB Progress (3): 810 kB | 16 kB | 90/151 kB Progress (3): 810 kB | 16 kB | 94/151 kB Progress (3): 810 kB | 16 kB | 98/151 kB Progress (3): 810 kB | 16 kB | 102/151 kB Progress (3): 810 kB | 16 kB | 106/151 kB Progress (3): 810 kB | 16 kB | 110/151 kB Progress (3): 810 kB | 16 kB | 114/151 kB Progress (3): 810 kB | 16 kB | 118/151 kB Progress (3): 810 kB | 16 kB | 122/151 kB Progress (3): 810 kB | 16 kB | 127/151 kB Progress (3): 810 kB | 16 kB | 131/151 kB Progress (3): 810 kB | 16 kB | 135/151 kB Progress (3): 810 kB | 16 kB | 139/151 kB Progress (3): 810 kB | 16 kB | 143/151 kB Progress (3): 810 kB | 16 kB | 147/151 kB Progress (3): 810 kB | 16 kB | 151 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/seleniumhq/selenium/selenium-safari-driver/3.141.59/selenium-safari-driver-3.141.59.jar (16 kB at 645 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar +Progress (3): 810 kB | 151 kB | 2.3 kB Progress (4): 810 kB | 151 kB | 2.3 kB | 0/1.7 MB Progress (4): 810 kB | 151 kB | 2.3 kB | 0/1.7 MB Progress (4): 810 kB | 151 kB | 2.3 kB | 0/1.7 MB Progress (4): 810 kB | 151 kB | 2.3 kB | 0/1.7 MB Progress (4): 810 kB | 151 kB | 2.3 kB | 0/1.7 MB Progress (4): 810 kB | 151 kB | 2.3 kB | 0.1/1.7 MB Progress (4): 810 kB | 151 kB | 2.3 kB | 0.1/1.7 MB Progress (4): 810 kB | 151 kB | 2.3 kB | 0.1/1.7 MB Progress (4): 810 kB | 151 kB | 2.3 kB | 0.1/1.7 MB Progress (4): 810 kB | 151 kB | 2.3 kB | 0.1/1.7 MB Progress (4): 810 kB | 151 kB | 2.3 kB | 0.1/1.7 MB Progress (4): 810 kB | 151 kB | 2.3 kB | 0.1/1.7 MB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/seleniumhq/selenium/selenium-firefox-driver/3.141.59/selenium-firefox-driver-3.141.59.jar (810 kB at 33 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/yaml/snakeyaml/1.19/snakeyaml-1.19.jar +Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/seleniumhq/selenium/selenium-support/3.141.59/selenium-support-3.141.59.jar (151 kB at 6.0 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/seleniumhq/selenium/selenium-java/3.141.59/selenium-java-3.141.59.jar +Progress (2): 2.3 kB | 0.1/1.7 MB Progress (2): 2.3 kB | 0.1/1.7 MB Progress (3): 2.3 kB | 0.1/1.7 MB | 4.1/96 kB Progress (3): 2.3 kB | 0.1/1.7 MB | 7.8/96 kB Progress (3): 2.3 kB | 0.1/1.7 MB | 12/96 kB Progress (3): 2.3 kB | 0.1/1.7 MB | 16/96 kB Progress (3): 2.3 kB | 0.1/1.7 MB | 20/96 kB Progress (3): 2.3 kB | 0.1/1.7 MB | 24/96 kB Progress (3): 2.3 kB | 0.1/1.7 MB | 28/96 kB Progress (3): 2.3 kB | 0.1/1.7 MB | 32/96 kB Progress (3): 2.3 kB | 0.1/1.7 MB | 36/96 kB Progress (3): 2.3 kB | 0.1/1.7 MB | 41/96 kB Progress (3): 2.3 kB | 0.1/1.7 MB | 45/96 kB Progress (3): 2.3 kB | 0.1/1.7 MB | 49/96 kB Progress (3): 2.3 kB | 0.1/1.7 MB | 53/96 kB Progress (3): 2.3 kB | 0.1/1.7 MB | 57/96 kB Progress (3): 2.3 kB | 0.1/1.7 MB | 61/96 kB Progress (3): 2.3 kB | 0.1/1.7 MB | 65/96 kB Progress (3): 2.3 kB | 0.1/1.7 MB | 69/96 kB Progress (3): 2.3 kB | 0.1/1.7 MB | 73/96 kB Progress (3): 2.3 kB | 0.1/1.7 MB | 77/96 kB Progress (3): 2.3 kB | 0.1/1.7 MB | 82/96 kB Progress (3): 2.3 kB | 0.1/1.7 MB | 86/96 kB Progress (3): 2.3 kB | 0.1/1.7 MB | 90/96 kB Progress (3): 2.3 kB | 0.1/1.7 MB | 94/96 kB Progress (3): 2.3 kB | 0.1/1.7 MB | 96 kB Progress (3): 2.3 kB | 0.1/1.7 MB | 96 kB Progress (3): 2.3 kB | 0.1/1.7 MB | 96 kB Progress (3): 2.3 kB | 0.1/1.7 MB | 96 kB Progress (3): 2.3 kB | 0.2/1.7 MB | 96 kB Progress (3): 2.3 kB | 0.2/1.7 MB | 96 kB Progress (3): 2.3 kB | 0.2/1.7 MB | 96 kB Progress (3): 2.3 kB | 0.2/1.7 MB | 96 kB Progress (3): 2.3 kB | 0.2/1.7 MB | 96 kB Progress (3): 2.3 kB | 0.2/1.7 MB | 96 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.jar (2.3 kB at 89 B/s) +Progress (2): 0.2/1.7 MB | 96 kB Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/seleniumhq/selenium/htmlunit-driver/2.30.1/htmlunit-driver-2.30.1.jar +Progress (2): 0.2/1.7 MB | 96 kB Progress (2): 0.2/1.7 MB | 96 kB Progress (2): 0.2/1.7 MB | 96 kB Progress (2): 0.2/1.7 MB | 96 kB Progress (2): 0.2/1.7 MB | 96 kB Progress (2): 0.3/1.7 MB | 96 kB Progress (2): 0.3/1.7 MB | 96 kB Progress (2): 0.3/1.7 MB | 96 kB Progress (2): 0.3/1.7 MB | 96 kB Progress (2): 0.3/1.7 MB | 96 kB Progress (2): 0.3/1.7 MB | 96 kB Progress (2): 0.3/1.7 MB | 96 kB Progress (2): 0.3/1.7 MB | 96 kB Progress (2): 0.3/1.7 MB | 96 kB Progress (2): 0.3/1.7 MB | 96 kB Progress (2): 0.3/1.7 MB | 96 kB Progress (3): 0.3/1.7 MB | 96 kB | 355 B Progress (3): 0.3/1.7 MB | 96 kB | 355 B Progress (3): 0.4/1.7 MB | 96 kB | 355 B Progress (3): 0.4/1.7 MB | 96 kB | 355 B Progress (3): 0.4/1.7 MB | 96 kB | 355 B Progress (3): 0.4/1.7 MB | 96 kB | 355 B Progress (3): 0.4/1.7 MB | 96 kB | 355 B Progress (3): 0.4/1.7 MB | 96 kB | 355 B Progress (3): 0.4/1.7 MB | 96 kB | 355 B Progress (3): 0.4/1.7 MB | 96 kB | 355 B Progress (3): 0.4/1.7 MB | 96 kB | 355 B Progress (3): 0.4/1.7 MB | 96 kB | 355 B Progress (3): 0.4/1.7 MB | 96 kB | 355 B Progress (4): 0.4/1.7 MB | 96 kB | 355 B | 4.1/298 kB Progress (4): 0.4/1.7 MB | 96 kB | 355 B | 7.8/298 kB Progress (4): 0.4/1.7 MB | 96 kB | 355 B | 12/298 kB Progress (4): 0.4/1.7 MB | 96 kB | 355 B | 16/298 kB Progress (4): 0.4/1.7 MB | 96 kB | 355 B | 20/298 kB Progress (4): 0.4/1.7 MB | 96 kB | 355 B | 24/298 kB Progress (4): 0.4/1.7 MB | 96 kB | 355 B | 28/298 kB Progress (4): 0.4/1.7 MB | 96 kB | 355 B | 32/298 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar (96 kB at 3.8 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/net/sourceforge/htmlunit/htmlunit/2.30/htmlunit-2.30.jar +Progress (3): 0.4/1.7 MB | 355 B | 32/298 kB Progress (3): 0.5/1.7 MB | 355 B | 32/298 kB Progress (3): 0.5/1.7 MB | 355 B | 32/298 kB Progress (3): 0.5/1.7 MB | 355 B | 32/298 kB Progress (3): 0.5/1.7 MB | 355 B | 32/298 kB Progress (3): 0.5/1.7 MB | 355 B | 32/298 kB Progress (3): 0.5/1.7 MB | 355 B | 32/298 kB Progress (3): 0.5/1.7 MB | 355 B | 32/298 kB Progress (3): 0.5/1.7 MB | 355 B | 32/298 kB Progress (3): 0.5/1.7 MB | 355 B | 32/298 kB Progress (3): 0.5/1.7 MB | 355 B | 32/298 kB Progress (3): 0.5/1.7 MB | 355 B | 32/298 kB Progress (4): 0.5/1.7 MB | 355 B | 32/298 kB | 4.1/72 kB Progress (4): 0.5/1.7 MB | 355 B | 32/298 kB | 7.8/72 kB Progress (4): 0.5/1.7 MB | 355 B | 32/298 kB | 12/72 kB Progress (4): 0.5/1.7 MB | 355 B | 32/298 kB | 16/72 kB Progress (4): 0.5/1.7 MB | 355 B | 32/298 kB | 20/72 kB Progress (4): 0.5/1.7 MB | 355 B | 32/298 kB | 24/72 kB Progress (4): 0.5/1.7 MB | 355 B | 32/298 kB | 28/72 kB Progress (4): 0.5/1.7 MB | 355 B | 32/298 kB | 32/72 kB Progress (4): 0.5/1.7 MB | 355 B | 32/298 kB | 36/72 kB Progress (4): 0.5/1.7 MB | 355 B | 32/298 kB | 41/72 kB Progress (4): 0.5/1.7 MB | 355 B | 32/298 kB | 45/72 kB Progress (4): 0.5/1.7 MB | 355 B | 32/298 kB | 49/72 kB Progress (4): 0.5/1.7 MB | 355 B | 32/298 kB | 53/72 kB Progress (4): 0.5/1.7 MB | 355 B | 32/298 kB | 57/72 kB Progress (4): 0.5/1.7 MB | 355 B | 32/298 kB | 61/72 kB Progress (4): 0.5/1.7 MB | 355 B | 32/298 kB | 65/72 kB Progress (4): 0.5/1.7 MB | 355 B | 32/298 kB | 69/72 kB Progress (4): 0.5/1.7 MB | 355 B | 32/298 kB | 72 kB Progress (4): 0.5/1.7 MB | 355 B | 36/298 kB | 72 kB Progress (4): 0.5/1.7 MB | 355 B | 41/298 kB | 72 kB Progress (4): 0.5/1.7 MB | 355 B | 45/298 kB | 72 kB Progress (4): 0.5/1.7 MB | 355 B | 49/298 kB | 72 kB Progress (4): 0.5/1.7 MB | 355 B | 53/298 kB | 72 kB Progress (4): 0.5/1.7 MB | 355 B | 57/298 kB | 72 kB Progress (4): 0.5/1.7 MB | 355 B | 61/298 kB | 72 kB Progress (4): 0.5/1.7 MB | 355 B | 65/298 kB | 72 kB Progress (4): 0.5/1.7 MB | 355 B | 69/298 kB | 72 kB Progress (4): 0.5/1.7 MB | 355 B | 73/298 kB | 72 kB Progress (4): 0.5/1.7 MB | 355 B | 77/298 kB | 72 kB Progress (4): 0.5/1.7 MB | 355 B | 82/298 kB | 72 kB Progress (4): 0.5/1.7 MB | 355 B | 82/298 kB | 72 kB Progress (4): 0.5/1.7 MB | 355 B | 82/298 kB | 72 kB Progress (4): 0.6/1.7 MB | 355 B | 82/298 kB | 72 kB Progress (4): 0.6/1.7 MB | 355 B | 82/298 kB | 72 kB Progress (4): 0.6/1.7 MB | 355 B | 82/298 kB | 72 kB Progress (4): 0.6/1.7 MB | 355 B | 82/298 kB | 72 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/seleniumhq/selenium/selenium-java/3.141.59/selenium-java-3.141.59.jar (355 B at 13 B/s) +Progress (3): 0.6/1.7 MB | 82/298 kB | 72 kB Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/xalan/xalan/2.7.2/xalan-2.7.2.jar +Progress (3): 0.6/1.7 MB | 82/298 kB | 72 kB Progress (3): 0.6/1.7 MB | 82/298 kB | 72 kB Progress (3): 0.6/1.7 MB | 82/298 kB | 72 kB Progress (3): 0.6/1.7 MB | 82/298 kB | 72 kB Progress (3): 0.6/1.7 MB | 82/298 kB | 72 kB Progress (3): 0.6/1.7 MB | 82/298 kB | 72 kB Progress (3): 0.6/1.7 MB | 82/298 kB | 72 kB Progress (3): 0.6/1.7 MB | 86/298 kB | 72 kB Progress (3): 0.6/1.7 MB | 90/298 kB | 72 kB Progress (3): 0.6/1.7 MB | 94/298 kB | 72 kB Progress (3): 0.6/1.7 MB | 98/298 kB | 72 kB Progress (3): 0.6/1.7 MB | 101/298 kB | 72 kB Progress (3): 0.6/1.7 MB | 105/298 kB | 72 kB Progress (3): 0.6/1.7 MB | 109/298 kB | 72 kB Progress (3): 0.6/1.7 MB | 113/298 kB | 72 kB Progress (3): 0.6/1.7 MB | 118/298 kB | 72 kB Progress (3): 0.6/1.7 MB | 122/298 kB | 72 kB Progress (3): 0.6/1.7 MB | 126/298 kB | 72 kB Progress (3): 0.6/1.7 MB | 130/298 kB | 72 kB Progress (3): 0.6/1.7 MB | 134/298 kB | 72 kB Progress (3): 0.6/1.7 MB | 138/298 kB | 72 kB Progress (3): 0.6/1.7 MB | 142/298 kB | 72 kB Progress (3): 0.6/1.7 MB | 146/298 kB | 72 kB Progress (3): 0.6/1.7 MB | 150/298 kB | 72 kB Progress (3): 0.6/1.7 MB | 154/298 kB | 72 kB Progress (3): 0.6/1.7 MB | 158/298 kB | 72 kB Progress (3): 0.6/1.7 MB | 163/298 kB | 72 kB Progress (3): 0.6/1.7 MB | 167/298 kB | 72 kB Progress (3): 0.7/1.7 MB | 167/298 kB | 72 kB Progress (3): 0.7/1.7 MB | 167/298 kB | 72 kB Progress (3): 0.7/1.7 MB | 167/298 kB | 72 kB Progress (3): 0.7/1.7 MB | 167/298 kB | 72 kB Progress (3): 0.7/1.7 MB | 167/298 kB | 72 kB Progress (3): 0.7/1.7 MB | 167/298 kB | 72 kB Progress (3): 0.7/1.7 MB | 167/298 kB | 72 kB Progress (3): 0.7/1.7 MB | 167/298 kB | 72 kB Progress (3): 0.7/1.7 MB | 167/298 kB | 72 kB Progress (3): 0.7/1.7 MB | 167/298 kB | 72 kB Progress (4): 0.7/1.7 MB | 167/298 kB | 72 kB | 0/2.0 MB Progress (4): 0.7/1.7 MB | 167/298 kB | 72 kB | 0/2.0 MB Progress (4): 0.7/1.7 MB | 167/298 kB | 72 kB | 0/2.0 MB Progress (4): 0.7/1.7 MB | 167/298 kB | 72 kB | 0/2.0 MB Progress (4): 0.7/1.7 MB | 167/298 kB | 72 kB | 0/2.0 MB Progress (4): 0.7/1.7 MB | 167/298 kB | 72 kB | 0.1/2.0 MB Progress (4): 0.7/1.7 MB | 167/298 kB | 72 kB | 0.1/2.0 MB Progress (4): 0.7/1.7 MB | 167/298 kB | 72 kB | 0.1/2.0 MB Progress (4): 0.7/1.7 MB | 167/298 kB | 72 kB | 0.1/2.0 MB Progress (4): 0.7/1.7 MB | 167/298 kB | 72 kB | 0.1/2.0 MB Progress (4): 0.7/1.7 MB | 167/298 kB | 72 kB | 0.1/2.0 MB Progress (4): 0.7/1.7 MB | 171/298 kB | 72 kB | 0.1/2.0 MB Progress (4): 0.7/1.7 MB | 175/298 kB | 72 kB | 0.1/2.0 MB Progress (4): 0.7/1.7 MB | 179/298 kB | 72 kB | 0.1/2.0 MB Progress (4): 0.7/1.7 MB | 183/298 kB | 72 kB | 0.1/2.0 MB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/seleniumhq/selenium/htmlunit-driver/2.30.1/htmlunit-driver-2.30.1.jar (72 kB at 2.8 kB/s) +Progress (3): 0.7/1.7 MB | 187/298 kB | 0.1/2.0 MB Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/xalan/serializer/2.7.2/serializer-2.7.2.jar +Progress (3): 0.7/1.7 MB | 191/298 kB | 0.1/2.0 MB Progress (3): 0.7/1.7 MB | 195/298 kB | 0.1/2.0 MB Progress (3): 0.7/1.7 MB | 199/298 kB | 0.1/2.0 MB Progress (3): 0.7/1.7 MB | 204/298 kB | 0.1/2.0 MB Progress (3): 0.7/1.7 MB | 208/298 kB | 0.1/2.0 MB Progress (3): 0.7/1.7 MB | 212/298 kB | 0.1/2.0 MB Progress (3): 0.7/1.7 MB | 216/298 kB | 0.1/2.0 MB Progress (3): 0.7/1.7 MB | 220/298 kB | 0.1/2.0 MB Progress (3): 0.7/1.7 MB | 224/298 kB | 0.1/2.0 MB Progress (3): 0.7/1.7 MB | 228/298 kB | 0.1/2.0 MB Progress (3): 0.7/1.7 MB | 232/298 kB | 0.1/2.0 MB Progress (3): 0.7/1.7 MB | 236/298 kB | 0.1/2.0 MB Progress (3): 0.7/1.7 MB | 240/298 kB | 0.1/2.0 MB Progress (3): 0.7/1.7 MB | 244/298 kB | 0.1/2.0 MB Progress (3): 0.7/1.7 MB | 249/298 kB | 0.1/2.0 MB Progress (3): 0.7/1.7 MB | 253/298 kB | 0.1/2.0 MB Progress (3): 0.7/1.7 MB | 257/298 kB | 0.1/2.0 MB Progress (3): 0.7/1.7 MB | 261/298 kB | 0.1/2.0 MB Progress (3): 0.7/1.7 MB | 265/298 kB | 0.1/2.0 MB Progress (3): 0.7/1.7 MB | 265/298 kB | 0.1/2.0 MB Progress (3): 0.7/1.7 MB | 265/298 kB | 0.1/2.0 MB Progress (3): 0.8/1.7 MB | 265/298 kB | 0.1/2.0 MB Progress (3): 0.8/1.7 MB | 265/298 kB | 0.1/2.0 MB Progress (3): 0.8/1.7 MB | 265/298 kB | 0.1/2.0 MB Progress (3): 0.8/1.7 MB | 265/298 kB | 0.1/2.0 MB Progress (3): 0.8/1.7 MB | 265/298 kB | 0.1/2.0 MB Progress (3): 0.8/1.7 MB | 265/298 kB | 0.1/2.0 MB Progress (3): 0.8/1.7 MB | 265/298 kB | 0.1/2.0 MB Progress (3): 0.8/1.7 MB | 265/298 kB | 0.1/2.0 MB Progress (3): 0.8/1.7 MB | 265/298 kB | 0.1/2.0 MB Progress (3): 0.8/1.7 MB | 265/298 kB | 0.1/2.0 MB Progress (3): 0.8/1.7 MB | 265/298 kB | 0.1/2.0 MB Progress (3): 0.8/1.7 MB | 265/298 kB | 0.1/2.0 MB Progress (3): 0.8/1.7 MB | 269/298 kB | 0.1/2.0 MB Progress (3): 0.8/1.7 MB | 273/298 kB | 0.1/2.0 MB Progress (3): 0.8/1.7 MB | 277/298 kB | 0.1/2.0 MB Progress (3): 0.8/1.7 MB | 281/298 kB | 0.1/2.0 MB Progress (3): 0.8/1.7 MB | 285/298 kB | 0.1/2.0 MB Progress (3): 0.8/1.7 MB | 290/298 kB | 0.1/2.0 MB Progress (3): 0.8/1.7 MB | 294/298 kB | 0.1/2.0 MB Progress (3): 0.8/1.7 MB | 298 kB | 0.1/2.0 MB Progress (3): 0.9/1.7 MB | 298 kB | 0.1/2.0 MB Progress (3): 0.9/1.7 MB | 298 kB | 0.1/2.0 MB Progress (3): 0.9/1.7 MB | 298 kB | 0.1/2.0 MB Progress (3): 0.9/1.7 MB | 298 kB | 0.1/2.0 MB Progress (3): 0.9/1.7 MB | 298 kB | 0.1/2.0 MB Progress (3): 0.9/1.7 MB | 298 kB | 0.1/2.0 MB Progress (3): 0.9/1.7 MB | 298 kB | 0.1/2.0 MB Progress (3): 0.9/1.7 MB | 298 kB | 0.1/2.0 MB Progress (3): 0.9/1.7 MB | 298 kB | 0.1/2.0 MB Progress (3): 0.9/1.7 MB | 298 kB | 0.1/2.0 MB Progress (3): 0.9/1.7 MB | 298 kB | 0.1/2.0 MB Progress (3): 0.9/1.7 MB | 298 kB | 0.1/2.0 MB Progress (3): 0.9/1.7 MB | 298 kB | 0.1/2.0 MB Progress (3): 0.9/1.7 MB | 298 kB | 0.1/2.0 MB Progress (3): 0.9/1.7 MB | 298 kB | 0.2/2.0 MB Progress (3): 0.9/1.7 MB | 298 kB | 0.2/2.0 MB Progress (3): 0.9/1.7 MB | 298 kB | 0.2/2.0 MB Progress (3): 0.9/1.7 MB | 298 kB | 0.2/2.0 MB Progress (3): 0.9/1.7 MB | 298 kB | 0.2/2.0 MB Progress (3): 0.9/1.7 MB | 298 kB | 0.2/2.0 MB Progress (3): 0.9/1.7 MB | 298 kB | 0.2/2.0 MB Progress (3): 0.9/1.7 MB | 298 kB | 0.2/2.0 MB Progress (3): 0.9/1.7 MB | 298 kB | 0.2/2.0 MB Progress (3): 0.9/1.7 MB | 298 kB | 0.2/2.0 MB Progress (3): 0.9/1.7 MB | 298 kB | 0.2/2.0 MB Progress (3): 0.9/1.7 MB | 298 kB | 0.2/2.0 MB Progress (3): 0.9/1.7 MB | 298 kB | 0.3/2.0 MB Progress (3): 0.9/1.7 MB | 298 kB | 0.3/2.0 MB Progress (3): 0.9/1.7 MB | 298 kB | 0.3/2.0 MB Progress (3): 0.9/1.7 MB | 298 kB | 0.3/2.0 MB Progress (3): 0.9/1.7 MB | 298 kB | 0.3/2.0 MB Progress (3): 0.9/1.7 MB | 298 kB | 0.3/2.0 MB Progress (3): 0.9/1.7 MB | 298 kB | 0.3/2.0 MB Progress (3): 0.9/1.7 MB | 298 kB | 0.3/2.0 MB Progress (4): 0.9/1.7 MB | 298 kB | 0.3/2.0 MB | 0/3.2 MB Progress (4): 0.9/1.7 MB | 298 kB | 0.3/2.0 MB | 0/3.2 MB Progress (4): 0.9/1.7 MB | 298 kB | 0.3/2.0 MB | 0/3.2 MB Progress (4): 0.9/1.7 MB | 298 kB | 0.3/2.0 MB | 0/3.2 MB Progress (4): 0.9/1.7 MB | 298 kB | 0.3/2.0 MB | 0/3.2 MB Progress (4): 1.0/1.7 MB | 298 kB | 0.3/2.0 MB | 0/3.2 MB Progress (4): 1.0/1.7 MB | 298 kB | 0.3/2.0 MB | 0/3.2 MB Progress (4): 1.0/1.7 MB | 298 kB | 0.3/2.0 MB | 0/3.2 MB Progress (4): 1.0/1.7 MB | 298 kB | 0.3/2.0 MB | 0/3.2 MB Progress (4): 1.0/1.7 MB | 298 kB | 0.3/2.0 MB | 0/3.2 MB Progress (4): 1.0/1.7 MB | 298 kB | 0.3/2.0 MB | 0/3.2 MB Progress (4): 1.0/1.7 MB | 298 kB | 0.3/2.0 MB | 0/3.2 MB Progress (4): 1.0/1.7 MB | 298 kB | 0.3/2.0 MB | 0/3.2 MB Progress (4): 1.0/1.7 MB | 298 kB | 0.3/2.0 MB | 0/3.2 MB Progress (4): 1.0/1.7 MB | 298 kB | 0.3/2.0 MB | 0/3.2 MB Progress (4): 1.0/1.7 MB | 298 kB | 0.4/2.0 MB | 0/3.2 MB Progress (4): 1.0/1.7 MB | 298 kB | 0.4/2.0 MB | 0/3.2 MB Progress (4): 1.0/1.7 MB | 298 kB | 0.4/2.0 MB | 0/3.2 MB Progress (4): 1.0/1.7 MB | 298 kB | 0.4/2.0 MB | 0/3.2 MB Progress (4): 1.0/1.7 MB | 298 kB | 0.4/2.0 MB | 0/3.2 MB Progress (4): 1.0/1.7 MB | 298 kB | 0.4/2.0 MB | 0/3.2 MB Progress (4): 1.0/1.7 MB | 298 kB | 0.4/2.0 MB | 0/3.2 MB Progress (4): 1.0/1.7 MB | 298 kB | 0.4/2.0 MB | 0/3.2 MB Progress (4): 1.0/1.7 MB | 298 kB | 0.4/2.0 MB | 0/3.2 MB Progress (4): 1.0/1.7 MB | 298 kB | 0.4/2.0 MB | 0/3.2 MB Progress (4): 1.0/1.7 MB | 298 kB | 0.4/2.0 MB | 0.1/3.2 MB Progress (4): 1.0/1.7 MB | 298 kB | 0.4/2.0 MB | 0.1/3.2 MB Progress (5): 1.0/1.7 MB | 298 kB | 0.4/2.0 MB | 0.1/3.2 MB | 4.1/276 kB Progress (5): 1.0/1.7 MB | 298 kB | 0.4/2.0 MB | 0.1/3.2 MB | 7.8/276 kB Progress (5): 1.0/1.7 MB | 298 kB | 0.4/2.0 MB | 0.1/3.2 MB | 12/276 kB Progress (5): 1.0/1.7 MB | 298 kB | 0.4/2.0 MB | 0.1/3.2 MB | 16/276 kB Progress (5): 1.0/1.7 MB | 298 kB | 0.4/2.0 MB | 0.1/3.2 MB | 20/276 kB Progress (5): 1.0/1.7 MB | 298 kB | 0.4/2.0 MB | 0.1/3.2 MB | 24/276 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/yaml/snakeyaml/1.19/snakeyaml-1.19.jar (298 kB at 11 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/commons/commons-text/1.3/commons-text-1.3.jar +Progress (4): 1.0/1.7 MB | 0.4/2.0 MB | 0.1/3.2 MB | 24/276 kB Progress (4): 1.0/1.7 MB | 0.4/2.0 MB | 0.1/3.2 MB | 24/276 kB Progress (4): 1.0/1.7 MB | 0.4/2.0 MB | 0.1/3.2 MB | 24/276 kB Progress (4): 1.0/1.7 MB | 0.4/2.0 MB | 0.1/3.2 MB | 24/276 kB Progress (4): 1.0/1.7 MB | 0.4/2.0 MB | 0.1/3.2 MB | 28/276 kB Progress (4): 1.0/1.7 MB | 0.4/2.0 MB | 0.1/3.2 MB | 32/276 kB Progress (4): 1.0/1.7 MB | 0.4/2.0 MB | 0.1/3.2 MB | 36/276 kB Progress (4): 1.0/1.7 MB | 0.4/2.0 MB | 0.1/3.2 MB | 41/276 kB Progress (4): 1.0/1.7 MB | 0.4/2.0 MB | 0.1/3.2 MB | 41/276 kB Progress (4): 1.1/1.7 MB | 0.4/2.0 MB | 0.1/3.2 MB | 41/276 kB Progress (4): 1.1/1.7 MB | 0.4/2.0 MB | 0.1/3.2 MB | 41/276 kB Progress (4): 1.1/1.7 MB | 0.4/2.0 MB | 0.1/3.2 MB | 41/276 kB Progress (4): 1.1/1.7 MB | 0.4/2.0 MB | 0.1/3.2 MB | 41/276 kB Progress (4): 1.1/1.7 MB | 0.4/2.0 MB | 0.1/3.2 MB | 41/276 kB Progress (4): 1.1/1.7 MB | 0.4/2.0 MB | 0.1/3.2 MB | 41/276 kB Progress (4): 1.1/1.7 MB | 0.4/2.0 MB | 0.1/3.2 MB | 41/276 kB Progress (4): 1.1/1.7 MB | 0.4/2.0 MB | 0.1/3.2 MB | 41/276 kB Progress (4): 1.1/1.7 MB | 0.5/2.0 MB | 0.1/3.2 MB | 41/276 kB Progress (4): 1.1/1.7 MB | 0.5/2.0 MB | 0.1/3.2 MB | 41/276 kB Progress (4): 1.1/1.7 MB | 0.5/2.0 MB | 0.1/3.2 MB | 41/276 kB Progress (4): 1.1/1.7 MB | 0.5/2.0 MB | 0.1/3.2 MB | 41/276 kB Progress (4): 1.1/1.7 MB | 0.5/2.0 MB | 0.1/3.2 MB | 41/276 kB Progress (4): 1.1/1.7 MB | 0.5/2.0 MB | 0.1/3.2 MB | 41/276 kB Progress (4): 1.1/1.7 MB | 0.5/2.0 MB | 0.1/3.2 MB | 41/276 kB Progress (4): 1.1/1.7 MB | 0.5/2.0 MB | 0.1/3.2 MB | 41/276 kB Progress (4): 1.1/1.7 MB | 0.5/2.0 MB | 0.1/3.2 MB | 41/276 kB Progress (4): 1.1/1.7 MB | 0.5/2.0 MB | 0.1/3.2 MB | 41/276 kB Progress (4): 1.1/1.7 MB | 0.5/2.0 MB | 0.1/3.2 MB | 41/276 kB Progress (4): 1.1/1.7 MB | 0.5/2.0 MB | 0.1/3.2 MB | 41/276 kB Progress (4): 1.1/1.7 MB | 0.5/2.0 MB | 0.1/3.2 MB | 41/276 kB Progress (4): 1.1/1.7 MB | 0.5/2.0 MB | 0.2/3.2 MB | 41/276 kB Progress (4): 1.1/1.7 MB | 0.5/2.0 MB | 0.2/3.2 MB | 41/276 kB Progress (4): 1.1/1.7 MB | 0.5/2.0 MB | 0.2/3.2 MB | 41/276 kB Progress (4): 1.1/1.7 MB | 0.5/2.0 MB | 0.2/3.2 MB | 45/276 kB Progress (4): 1.1/1.7 MB | 0.5/2.0 MB | 0.2/3.2 MB | 49/276 kB Progress (4): 1.1/1.7 MB | 0.5/2.0 MB | 0.2/3.2 MB | 53/276 kB Progress (4): 1.1/1.7 MB | 0.5/2.0 MB | 0.2/3.2 MB | 57/276 kB Progress (4): 1.1/1.7 MB | 0.5/2.0 MB | 0.2/3.2 MB | 61/276 kB Progress (4): 1.1/1.7 MB | 0.5/2.0 MB | 0.2/3.2 MB | 65/276 kB Progress (4): 1.1/1.7 MB | 0.5/2.0 MB | 0.2/3.2 MB | 69/276 kB Progress (4): 1.1/1.7 MB | 0.5/2.0 MB | 0.2/3.2 MB | 73/276 kB Progress (4): 1.1/1.7 MB | 0.5/2.0 MB | 0.2/3.2 MB | 77/276 kB Progress (4): 1.1/1.7 MB | 0.5/2.0 MB | 0.2/3.2 MB | 82/276 kB Progress (4): 1.1/1.7 MB | 0.5/2.0 MB | 0.2/3.2 MB | 82/276 kB Progress (4): 1.1/1.7 MB | 0.5/2.0 MB | 0.2/3.2 MB | 82/276 kB Progress (4): 1.1/1.7 MB | 0.5/2.0 MB | 0.2/3.2 MB | 82/276 kB Progress (4): 1.1/1.7 MB | 0.5/2.0 MB | 0.2/3.2 MB | 82/276 kB Progress (4): 1.1/1.7 MB | 0.5/2.0 MB | 0.2/3.2 MB | 86/276 kB Progress (4): 1.1/1.7 MB | 0.5/2.0 MB | 0.2/3.2 MB | 90/276 kB Progress (4): 1.1/1.7 MB | 0.5/2.0 MB | 0.2/3.2 MB | 94/276 kB Progress (4): 1.1/1.7 MB | 0.5/2.0 MB | 0.2/3.2 MB | 98/276 kB Progress (4): 1.1/1.7 MB | 0.5/2.0 MB | 0.2/3.2 MB | 98/276 kB Progress (4): 1.1/1.7 MB | 0.5/2.0 MB | 0.2/3.2 MB | 98/276 kB Progress (4): 1.1/1.7 MB | 0.5/2.0 MB | 0.2/3.2 MB | 98/276 kB Progress (4): 1.2/1.7 MB | 0.5/2.0 MB | 0.2/3.2 MB | 98/276 kB Progress (4): 1.2/1.7 MB | 0.5/2.0 MB | 0.2/3.2 MB | 98/276 kB Progress (4): 1.2/1.7 MB | 0.5/2.0 MB | 0.2/3.2 MB | 98/276 kB Progress (4): 1.2/1.7 MB | 0.5/2.0 MB | 0.2/3.2 MB | 98/276 kB Progress (4): 1.2/1.7 MB | 0.5/2.0 MB | 0.2/3.2 MB | 98/276 kB Progress (4): 1.2/1.7 MB | 0.5/2.0 MB | 0.2/3.2 MB | 98/276 kB Progress (4): 1.2/1.7 MB | 0.6/2.0 MB | 0.2/3.2 MB | 98/276 kB Progress (4): 1.2/1.7 MB | 0.6/2.0 MB | 0.2/3.2 MB | 98/276 kB Progress (4): 1.2/1.7 MB | 0.6/2.0 MB | 0.2/3.2 MB | 98/276 kB Progress (4): 1.2/1.7 MB | 0.6/2.0 MB | 0.2/3.2 MB | 98/276 kB Progress (4): 1.2/1.7 MB | 0.6/2.0 MB | 0.2/3.2 MB | 98/276 kB Progress (4): 1.2/1.7 MB | 0.6/2.0 MB | 0.2/3.2 MB | 98/276 kB Progress (4): 1.2/1.7 MB | 0.6/2.0 MB | 0.2/3.2 MB | 98/276 kB Progress (4): 1.2/1.7 MB | 0.6/2.0 MB | 0.2/3.2 MB | 98/276 kB Progress (4): 1.2/1.7 MB | 0.6/2.0 MB | 0.2/3.2 MB | 98/276 kB Progress (4): 1.2/1.7 MB | 0.6/2.0 MB | 0.2/3.2 MB | 98/276 kB Progress (4): 1.2/1.7 MB | 0.6/2.0 MB | 0.2/3.2 MB | 98/276 kB Progress (4): 1.2/1.7 MB | 0.6/2.0 MB | 0.3/3.2 MB | 98/276 kB Progress (4): 1.2/1.7 MB | 0.6/2.0 MB | 0.3/3.2 MB | 98/276 kB Progress (4): 1.2/1.7 MB | 0.6/2.0 MB | 0.3/3.2 MB | 98/276 kB Progress (4): 1.2/1.7 MB | 0.6/2.0 MB | 0.3/3.2 MB | 98/276 kB Progress (4): 1.2/1.7 MB | 0.6/2.0 MB | 0.3/3.2 MB | 101/276 kB Progress (4): 1.2/1.7 MB | 0.6/2.0 MB | 0.3/3.2 MB | 105/276 kB Progress (4): 1.2/1.7 MB | 0.6/2.0 MB | 0.3/3.2 MB | 109/276 kB Progress (4): 1.2/1.7 MB | 0.6/2.0 MB | 0.3/3.2 MB | 113/276 kB Progress (4): 1.2/1.7 MB | 0.6/2.0 MB | 0.3/3.2 MB | 118/276 kB Progress (4): 1.2/1.7 MB | 0.6/2.0 MB | 0.3/3.2 MB | 122/276 kB Progress (4): 1.2/1.7 MB | 0.6/2.0 MB | 0.3/3.2 MB | 126/276 kB Progress (4): 1.2/1.7 MB | 0.6/2.0 MB | 0.3/3.2 MB | 130/276 kB Progress (4): 1.2/1.7 MB | 0.6/2.0 MB | 0.3/3.2 MB | 134/276 kB Progress (4): 1.2/1.7 MB | 0.6/2.0 MB | 0.3/3.2 MB | 138/276 kB Progress (4): 1.2/1.7 MB | 0.6/2.0 MB | 0.3/3.2 MB | 142/276 kB Progress (4): 1.2/1.7 MB | 0.6/2.0 MB | 0.3/3.2 MB | 146/276 kB Progress (4): 1.2/1.7 MB | 0.6/2.0 MB | 0.3/3.2 MB | 150/276 kB Progress (4): 1.2/1.7 MB | 0.6/2.0 MB | 0.3/3.2 MB | 154/276 kB Progress (4): 1.2/1.7 MB | 0.6/2.0 MB | 0.3/3.2 MB | 158/276 kB Progress (4): 1.2/1.7 MB | 0.6/2.0 MB | 0.3/3.2 MB | 163/276 kB Progress (4): 1.2/1.7 MB | 0.6/2.0 MB | 0.3/3.2 MB | 167/276 kB Progress (4): 1.2/1.7 MB | 0.6/2.0 MB | 0.3/3.2 MB | 171/276 kB Progress (4): 1.2/1.7 MB | 0.6/2.0 MB | 0.3/3.2 MB | 175/276 kB Progress (4): 1.2/1.7 MB | 0.6/2.0 MB | 0.3/3.2 MB | 179/276 kB Progress (4): 1.2/1.7 MB | 0.6/2.0 MB | 0.3/3.2 MB | 183/276 kB Progress (4): 1.2/1.7 MB | 0.6/2.0 MB | 0.3/3.2 MB | 183/276 kB Progress (4): 1.2/1.7 MB | 0.6/2.0 MB | 0.3/3.2 MB | 183/276 kB Progress (4): 1.2/1.7 MB | 0.6/2.0 MB | 0.3/3.2 MB | 183/276 kB Progress (4): 1.2/1.7 MB | 0.6/2.0 MB | 0.3/3.2 MB | 183/276 kB Progress (4): 1.2/1.7 MB | 0.6/2.0 MB | 0.3/3.2 MB | 187/276 kB Progress (4): 1.2/1.7 MB | 0.6/2.0 MB | 0.3/3.2 MB | 191/276 kB Progress (4): 1.2/1.7 MB | 0.6/2.0 MB | 0.3/3.2 MB | 195/276 kB Progress (4): 1.2/1.7 MB | 0.6/2.0 MB | 0.3/3.2 MB | 199/276 kB Progress (4): 1.2/1.7 MB | 0.6/2.0 MB | 0.3/3.2 MB | 199/276 kB Progress (4): 1.2/1.7 MB | 0.6/2.0 MB | 0.3/3.2 MB | 199/276 kB Progress (4): 1.2/1.7 MB | 0.6/2.0 MB | 0.3/3.2 MB | 199/276 kB Progress (4): 1.2/1.7 MB | 0.6/2.0 MB | 0.3/3.2 MB | 199/276 kB Progress (5): 1.2/1.7 MB | 0.6/2.0 MB | 0.3/3.2 MB | 199/276 kB | 4.1/183 kB Progress (5): 1.2/1.7 MB | 0.6/2.0 MB | 0.3/3.2 MB | 199/276 kB | 7.8/183 kB Progress (5): 1.2/1.7 MB | 0.6/2.0 MB | 0.3/3.2 MB | 199/276 kB | 12/183 kB Progress (5): 1.2/1.7 MB | 0.6/2.0 MB | 0.3/3.2 MB | 199/276 kB | 16/183 kB Progress (5): 1.2/1.7 MB | 0.6/2.0 MB | 0.3/3.2 MB | 199/276 kB | 16/183 kB Progress (5): 1.2/1.7 MB | 0.6/2.0 MB | 0.3/3.2 MB | 199/276 kB | 16/183 kB Progress (5): 1.2/1.7 MB | 0.6/2.0 MB | 0.3/3.2 MB | 199/276 kB | 16/183 kB Progress (5): 1.2/1.7 MB | 0.6/2.0 MB | 0.3/3.2 MB | 199/276 kB | 16/183 kB Progress (5): 1.2/1.7 MB | 0.6/2.0 MB | 0.3/3.2 MB | 199/276 kB | 16/183 kB Progress (5): 1.2/1.7 MB | 0.6/2.0 MB | 0.3/3.2 MB | 199/276 kB | 16/183 kB Progress (5): 1.2/1.7 MB | 0.6/2.0 MB | 0.3/3.2 MB | 199/276 kB | 16/183 kB Progress (5): 1.2/1.7 MB | 0.7/2.0 MB | 0.3/3.2 MB | 199/276 kB | 16/183 kB Progress (5): 1.2/1.7 MB | 0.7/2.0 MB | 0.3/3.2 MB | 199/276 kB | 16/183 kB Progress (5): 1.2/1.7 MB | 0.7/2.0 MB | 0.3/3.2 MB | 199/276 kB | 16/183 kB Progress (5): 1.2/1.7 MB | 0.7/2.0 MB | 0.3/3.2 MB | 199/276 kB | 16/183 kB Progress (5): 1.2/1.7 MB | 0.7/2.0 MB | 0.3/3.2 MB | 199/276 kB | 16/183 kB Progress (5): 1.2/1.7 MB | 0.7/2.0 MB | 0.3/3.2 MB | 199/276 kB | 16/183 kB Progress (5): 1.2/1.7 MB | 0.7/2.0 MB | 0.3/3.2 MB | 199/276 kB | 16/183 kB Progress (5): 1.3/1.7 MB | 0.7/2.0 MB | 0.3/3.2 MB | 199/276 kB | 16/183 kB Progress (5): 1.3/1.7 MB | 0.7/2.0 MB | 0.3/3.2 MB | 199/276 kB | 16/183 kB Progress (5): 1.3/1.7 MB | 0.7/2.0 MB | 0.3/3.2 MB | 199/276 kB | 16/183 kB Progress (5): 1.3/1.7 MB | 0.7/2.0 MB | 0.3/3.2 MB | 199/276 kB | 16/183 kB Progress (5): 1.3/1.7 MB | 0.7/2.0 MB | 0.4/3.2 MB | 199/276 kB | 16/183 kB Progress (5): 1.3/1.7 MB | 0.7/2.0 MB | 0.4/3.2 MB | 199/276 kB | 16/183 kB Progress (5): 1.3/1.7 MB | 0.7/2.0 MB | 0.4/3.2 MB | 199/276 kB | 16/183 kB Progress (5): 1.3/1.7 MB | 0.7/2.0 MB | 0.4/3.2 MB | 199/276 kB | 16/183 kB Progress (5): 1.3/1.7 MB | 0.7/2.0 MB | 0.4/3.2 MB | 199/276 kB | 16/183 kB Progress (5): 1.3/1.7 MB | 0.7/2.0 MB | 0.4/3.2 MB | 199/276 kB | 16/183 kB Progress (5): 1.3/1.7 MB | 0.7/2.0 MB | 0.4/3.2 MB | 204/276 kB | 16/183 kB Progress (5): 1.3/1.7 MB | 0.7/2.0 MB | 0.4/3.2 MB | 208/276 kB | 16/183 kB Progress (5): 1.3/1.7 MB | 0.7/2.0 MB | 0.4/3.2 MB | 212/276 kB | 16/183 kB Progress (5): 1.3/1.7 MB | 0.7/2.0 MB | 0.4/3.2 MB | 216/276 kB | 16/183 kB Progress (5): 1.3/1.7 MB | 0.7/2.0 MB | 0.4/3.2 MB | 220/276 kB | 16/183 kB Progress (5): 1.3/1.7 MB | 0.7/2.0 MB | 0.4/3.2 MB | 224/276 kB | 16/183 kB Progress (5): 1.3/1.7 MB | 0.7/2.0 MB | 0.4/3.2 MB | 228/276 kB | 16/183 kB Progress (5): 1.3/1.7 MB | 0.7/2.0 MB | 0.4/3.2 MB | 232/276 kB | 16/183 kB Progress (5): 1.3/1.7 MB | 0.7/2.0 MB | 0.4/3.2 MB | 236/276 kB | 16/183 kB Progress (5): 1.3/1.7 MB | 0.7/2.0 MB | 0.4/3.2 MB | 240/276 kB | 16/183 kB Progress (5): 1.3/1.7 MB | 0.7/2.0 MB | 0.4/3.2 MB | 244/276 kB | 16/183 kB Progress (5): 1.3/1.7 MB | 0.7/2.0 MB | 0.4/3.2 MB | 249/276 kB | 16/183 kB Progress (5): 1.3/1.7 MB | 0.7/2.0 MB | 0.4/3.2 MB | 253/276 kB | 16/183 kB Progress (5): 1.3/1.7 MB | 0.7/2.0 MB | 0.4/3.2 MB | 257/276 kB | 16/183 kB Progress (5): 1.3/1.7 MB | 0.7/2.0 MB | 0.4/3.2 MB | 261/276 kB | 16/183 kB Progress (5): 1.3/1.7 MB | 0.7/2.0 MB | 0.4/3.2 MB | 265/276 kB | 16/183 kB Progress (5): 1.3/1.7 MB | 0.7/2.0 MB | 0.4/3.2 MB | 269/276 kB | 16/183 kB Progress (5): 1.3/1.7 MB | 0.7/2.0 MB | 0.5/3.2 MB | 269/276 kB | 16/183 kB Progress (5): 1.3/1.7 MB | 0.7/2.0 MB | 0.5/3.2 MB | 273/276 kB | 16/183 kB Progress (5): 1.3/1.7 MB | 0.7/2.0 MB | 0.5/3.2 MB | 276 kB | 16/183 kB Progress (5): 1.3/1.7 MB | 0.7/2.0 MB | 0.5/3.2 MB | 276 kB | 16/183 kB Progress (5): 1.3/1.7 MB | 0.7/2.0 MB | 0.5/3.2 MB | 276 kB | 16/183 kB Progress (5): 1.3/1.7 MB | 0.7/2.0 MB | 0.5/3.2 MB | 276 kB | 16/183 kB Progress (5): 1.3/1.7 MB | 0.7/2.0 MB | 0.5/3.2 MB | 276 kB | 16/183 kB Progress (5): 1.3/1.7 MB | 0.7/2.0 MB | 0.5/3.2 MB | 276 kB | 16/183 kB Progress (5): 1.3/1.7 MB | 0.7/2.0 MB | 0.5/3.2 MB | 276 kB | 16/183 kB Progress (5): 1.3/1.7 MB | 0.7/2.0 MB | 0.5/3.2 MB | 276 kB | 16/183 kB Progress (5): 1.3/1.7 MB | 0.7/2.0 MB | 0.5/3.2 MB | 276 kB | 16/183 kB Progress (5): 1.3/1.7 MB | 0.7/2.0 MB | 0.5/3.2 MB | 276 kB | 16/183 kB Progress (5): 1.3/1.7 MB | 0.7/2.0 MB | 0.5/3.2 MB | 276 kB | 16/183 kB Progress (5): 1.3/1.7 MB | 0.7/2.0 MB | 0.5/3.2 MB | 276 kB | 20/183 kB Progress (5): 1.3/1.7 MB | 0.7/2.0 MB | 0.5/3.2 MB | 276 kB | 24/183 kB Progress (5): 1.3/1.7 MB | 0.7/2.0 MB | 0.5/3.2 MB | 276 kB | 28/183 kB Progress (5): 1.3/1.7 MB | 0.7/2.0 MB | 0.5/3.2 MB | 276 kB | 32/183 kB Progress (5): 1.3/1.7 MB | 0.7/2.0 MB | 0.5/3.2 MB | 276 kB | 36/183 kB Progress (5): 1.3/1.7 MB | 0.7/2.0 MB | 0.5/3.2 MB | 276 kB | 41/183 kB Progress (5): 1.3/1.7 MB | 0.7/2.0 MB | 0.5/3.2 MB | 276 kB | 45/183 kB Progress (5): 1.3/1.7 MB | 0.7/2.0 MB | 0.5/3.2 MB | 276 kB | 49/183 kB Progress (5): 1.3/1.7 MB | 0.7/2.0 MB | 0.5/3.2 MB | 276 kB | 53/183 kB Progress (5): 1.3/1.7 MB | 0.7/2.0 MB | 0.5/3.2 MB | 276 kB | 57/183 kB Progress (5): 1.3/1.7 MB | 0.7/2.0 MB | 0.5/3.2 MB | 276 kB | 57/183 kB Progress (5): 1.3/1.7 MB | 0.7/2.0 MB | 0.5/3.2 MB | 276 kB | 57/183 kB Progress (5): 1.3/1.7 MB | 0.7/2.0 MB | 0.5/3.2 MB | 276 kB | 57/183 kB Progress (5): 1.3/1.7 MB | 0.7/2.0 MB | 0.5/3.2 MB | 276 kB | 57/183 kB Progress (5): 1.3/1.7 MB | 0.8/2.0 MB | 0.5/3.2 MB | 276 kB | 57/183 kB Progress (5): 1.3/1.7 MB | 0.8/2.0 MB | 0.5/3.2 MB | 276 kB | 57/183 kB Progress (5): 1.3/1.7 MB | 0.8/2.0 MB | 0.5/3.2 MB | 276 kB | 57/183 kB Progress (5): 1.3/1.7 MB | 0.8/2.0 MB | 0.5/3.2 MB | 276 kB | 57/183 kB Progress (5): 1.3/1.7 MB | 0.8/2.0 MB | 0.5/3.2 MB | 276 kB | 57/183 kB Progress (5): 1.3/1.7 MB | 0.8/2.0 MB | 0.5/3.2 MB | 276 kB | 57/183 kB Progress (5): 1.3/1.7 MB | 0.8/2.0 MB | 0.5/3.2 MB | 276 kB | 57/183 kB Progress (5): 1.3/1.7 MB | 0.8/2.0 MB | 0.5/3.2 MB | 276 kB | 57/183 kB Progress (5): 1.3/1.7 MB | 0.8/2.0 MB | 0.5/3.2 MB | 276 kB | 57/183 kB Progress (5): 1.3/1.7 MB | 0.8/2.0 MB | 0.5/3.2 MB | 276 kB | 57/183 kB Progress (5): 1.3/1.7 MB | 0.8/2.0 MB | 0.5/3.2 MB | 276 kB | 57/183 kB Progress (5): 1.3/1.7 MB | 0.8/2.0 MB | 0.5/3.2 MB | 276 kB | 57/183 kB Progress (5): 1.3/1.7 MB | 0.8/2.0 MB | 0.5/3.2 MB | 276 kB | 57/183 kB Progress (5): 1.3/1.7 MB | 0.8/2.0 MB | 0.6/3.2 MB | 276 kB | 57/183 kB Progress (5): 1.3/1.7 MB | 0.8/2.0 MB | 0.6/3.2 MB | 276 kB | 57/183 kB Progress (5): 1.3/1.7 MB | 0.8/2.0 MB | 0.6/3.2 MB | 276 kB | 57/183 kB Progress (5): 1.3/1.7 MB | 0.8/2.0 MB | 0.6/3.2 MB | 276 kB | 57/183 kB Progress (5): 1.4/1.7 MB | 0.8/2.0 MB | 0.6/3.2 MB | 276 kB | 57/183 kB Progress (5): 1.4/1.7 MB | 0.8/2.0 MB | 0.6/3.2 MB | 276 kB | 57/183 kB Progress (5): 1.4/1.7 MB | 0.8/2.0 MB | 0.6/3.2 MB | 276 kB | 57/183 kB Progress (5): 1.4/1.7 MB | 0.8/2.0 MB | 0.6/3.2 MB | 276 kB | 57/183 kB Progress (5): 1.4/1.7 MB | 0.8/2.0 MB | 0.6/3.2 MB | 276 kB | 57/183 kB Progress (5): 1.4/1.7 MB | 0.8/2.0 MB | 0.6/3.2 MB | 276 kB | 57/183 kB Progress (5): 1.4/1.7 MB | 0.8/2.0 MB | 0.6/3.2 MB | 276 kB | 57/183 kB Progress (5): 1.4/1.7 MB | 0.8/2.0 MB | 0.6/3.2 MB | 276 kB | 57/183 kB Progress (5): 1.4/1.7 MB | 0.8/2.0 MB | 0.6/3.2 MB | 276 kB | 57/183 kB Progress (5): 1.4/1.7 MB | 0.8/2.0 MB | 0.6/3.2 MB | 276 kB | 61/183 kB Progress (5): 1.4/1.7 MB | 0.8/2.0 MB | 0.6/3.2 MB | 276 kB | 65/183 kB Progress (5): 1.4/1.7 MB | 0.8/2.0 MB | 0.6/3.2 MB | 276 kB | 69/183 kB Progress (5): 1.4/1.7 MB | 0.8/2.0 MB | 0.6/3.2 MB | 276 kB | 73/183 kB Progress (5): 1.4/1.7 MB | 0.8/2.0 MB | 0.6/3.2 MB | 276 kB | 77/183 kB Progress (5): 1.4/1.7 MB | 0.8/2.0 MB | 0.6/3.2 MB | 276 kB | 82/183 kB Progress (5): 1.4/1.7 MB | 0.8/2.0 MB | 0.6/3.2 MB | 276 kB | 82/183 kB Progress (5): 1.4/1.7 MB | 0.8/2.0 MB | 0.6/3.2 MB | 276 kB | 82/183 kB Progress (5): 1.4/1.7 MB | 0.8/2.0 MB | 0.6/3.2 MB | 276 kB | 86/183 kB Progress (5): 1.4/1.7 MB | 0.8/2.0 MB | 0.6/3.2 MB | 276 kB | 90/183 kB Progress (5): 1.4/1.7 MB | 0.8/2.0 MB | 0.6/3.2 MB | 276 kB | 94/183 kB Progress (5): 1.4/1.7 MB | 0.8/2.0 MB | 0.6/3.2 MB | 276 kB | 98/183 kB Progress (5): 1.4/1.7 MB | 0.8/2.0 MB | 0.6/3.2 MB | 276 kB | 102/183 kB Progress (5): 1.4/1.7 MB | 0.8/2.0 MB | 0.6/3.2 MB | 276 kB | 106/183 kB Progress (5): 1.4/1.7 MB | 0.8/2.0 MB | 0.6/3.2 MB | 276 kB | 110/183 kB Progress (5): 1.4/1.7 MB | 0.8/2.0 MB | 0.6/3.2 MB | 276 kB | 114/183 kB Progress (5): 1.4/1.7 MB | 0.8/2.0 MB | 0.6/3.2 MB | 276 kB | 114/183 kB Progress (5): 1.4/1.7 MB | 0.8/2.0 MB | 0.6/3.2 MB | 276 kB | 114/183 kB Progress (5): 1.4/1.7 MB | 0.9/2.0 MB | 0.6/3.2 MB | 276 kB | 114/183 kB Progress (5): 1.4/1.7 MB | 0.9/2.0 MB | 0.6/3.2 MB | 276 kB | 114/183 kB Progress (5): 1.4/1.7 MB | 0.9/2.0 MB | 0.6/3.2 MB | 276 kB | 114/183 kB Progress (5): 1.4/1.7 MB | 0.9/2.0 MB | 0.6/3.2 MB | 276 kB | 114/183 kB Progress (5): 1.4/1.7 MB | 0.9/2.0 MB | 0.6/3.2 MB | 276 kB | 114/183 kB Progress (5): 1.4/1.7 MB | 0.9/2.0 MB | 0.6/3.2 MB | 276 kB | 114/183 kB Progress (5): 1.4/1.7 MB | 0.9/2.0 MB | 0.6/3.2 MB | 276 kB | 114/183 kB Progress (5): 1.4/1.7 MB | 0.9/2.0 MB | 0.6/3.2 MB | 276 kB | 114/183 kB Progress (5): 1.4/1.7 MB | 0.9/2.0 MB | 0.6/3.2 MB | 276 kB | 114/183 kB Progress (5): 1.4/1.7 MB | 0.9/2.0 MB | 0.6/3.2 MB | 276 kB | 114/183 kB Progress (5): 1.4/1.7 MB | 0.9/2.0 MB | 0.6/3.2 MB | 276 kB | 114/183 kB Progress (5): 1.4/1.7 MB | 0.9/2.0 MB | 0.6/3.2 MB | 276 kB | 114/183 kB Progress (5): 1.4/1.7 MB | 0.9/2.0 MB | 0.6/3.2 MB | 276 kB | 114/183 kB Progress (5): 1.4/1.7 MB | 0.9/2.0 MB | 0.6/3.2 MB | 276 kB | 114/183 kB Progress (5): 1.4/1.7 MB | 0.9/2.0 MB | 0.6/3.2 MB | 276 kB | 114/183 kB Progress (5): 1.4/1.7 MB | 0.9/2.0 MB | 0.7/3.2 MB | 276 kB | 114/183 kB Progress (5): 1.4/1.7 MB | 0.9/2.0 MB | 0.7/3.2 MB | 276 kB | 114/183 kB Progress (5): 1.4/1.7 MB | 0.9/2.0 MB | 0.7/3.2 MB | 276 kB | 114/183 kB Progress (5): 1.4/1.7 MB | 0.9/2.0 MB | 0.7/3.2 MB | 276 kB | 114/183 kB Progress (5): 1.4/1.7 MB | 0.9/2.0 MB | 0.7/3.2 MB | 276 kB | 114/183 kB Progress (5): 1.4/1.7 MB | 0.9/2.0 MB | 0.7/3.2 MB | 276 kB | 114/183 kB Progress (5): 1.4/1.7 MB | 0.9/2.0 MB | 0.7/3.2 MB | 276 kB | 114/183 kB Progress (5): 1.5/1.7 MB | 0.9/2.0 MB | 0.7/3.2 MB | 276 kB | 114/183 kB Progress (5): 1.5/1.7 MB | 0.9/2.0 MB | 0.7/3.2 MB | 276 kB | 114/183 kB Progress (5): 1.5/1.7 MB | 0.9/2.0 MB | 0.7/3.2 MB | 276 kB | 114/183 kB Progress (5): 1.5/1.7 MB | 0.9/2.0 MB | 0.7/3.2 MB | 276 kB | 114/183 kB Progress (5): 1.5/1.7 MB | 0.9/2.0 MB | 0.7/3.2 MB | 276 kB | 114/183 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/xalan/serializer/2.7.2/serializer-2.7.2.jar (276 kB at 10 kB/s) +Progress (4): 1.5/1.7 MB | 0.9/2.0 MB | 0.7/3.2 MB | 114/183 kB Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/net/sourceforge/htmlunit/htmlunit-core-js/2.28/htmlunit-core-js-2.28.jar +Progress (4): 1.5/1.7 MB | 0.9/2.0 MB | 0.7/3.2 MB | 114/183 kB Progress (4): 1.5/1.7 MB | 0.9/2.0 MB | 0.7/3.2 MB | 118/183 kB Progress (4): 1.5/1.7 MB | 0.9/2.0 MB | 0.7/3.2 MB | 122/183 kB Progress (4): 1.5/1.7 MB | 0.9/2.0 MB | 0.7/3.2 MB | 127/183 kB Progress (4): 1.5/1.7 MB | 0.9/2.0 MB | 0.7/3.2 MB | 131/183 kB Progress (4): 1.5/1.7 MB | 0.9/2.0 MB | 0.7/3.2 MB | 135/183 kB Progress (4): 1.5/1.7 MB | 0.9/2.0 MB | 0.7/3.2 MB | 139/183 kB Progress (4): 1.5/1.7 MB | 0.9/2.0 MB | 0.7/3.2 MB | 143/183 kB Progress (4): 1.5/1.7 MB | 0.9/2.0 MB | 0.7/3.2 MB | 147/183 kB Progress (4): 1.5/1.7 MB | 0.9/2.0 MB | 0.7/3.2 MB | 151/183 kB Progress (4): 1.5/1.7 MB | 0.9/2.0 MB | 0.7/3.2 MB | 155/183 kB Progress (4): 1.5/1.7 MB | 0.9/2.0 MB | 0.7/3.2 MB | 159/183 kB Progress (4): 1.5/1.7 MB | 0.9/2.0 MB | 0.7/3.2 MB | 159/183 kB Progress (4): 1.5/1.7 MB | 0.9/2.0 MB | 0.7/3.2 MB | 163/183 kB Progress (4): 1.5/1.7 MB | 0.9/2.0 MB | 0.7/3.2 MB | 163/183 kB Progress (4): 1.5/1.7 MB | 0.9/2.0 MB | 0.7/3.2 MB | 168/183 kB Progress (4): 1.5/1.7 MB | 0.9/2.0 MB | 0.7/3.2 MB | 172/183 kB Progress (4): 1.5/1.7 MB | 0.9/2.0 MB | 0.7/3.2 MB | 176/183 kB Progress (4): 1.5/1.7 MB | 0.9/2.0 MB | 0.7/3.2 MB | 180/183 kB Progress (4): 1.5/1.7 MB | 0.9/2.0 MB | 0.7/3.2 MB | 183 kB Progress (4): 1.5/1.7 MB | 1.0/2.0 MB | 0.7/3.2 MB | 183 kB Progress (4): 1.5/1.7 MB | 1.0/2.0 MB | 0.7/3.2 MB | 183 kB Progress (4): 1.5/1.7 MB | 1.0/2.0 MB | 0.7/3.2 MB | 183 kB Progress (4): 1.5/1.7 MB | 1.0/2.0 MB | 0.7/3.2 MB | 183 kB Progress (4): 1.5/1.7 MB | 1.0/2.0 MB | 0.7/3.2 MB | 183 kB Progress (4): 1.5/1.7 MB | 1.0/2.0 MB | 0.7/3.2 MB | 183 kB Progress (4): 1.5/1.7 MB | 1.0/2.0 MB | 0.7/3.2 MB | 183 kB Progress (4): 1.5/1.7 MB | 1.0/2.0 MB | 0.7/3.2 MB | 183 kB Progress (4): 1.5/1.7 MB | 1.0/2.0 MB | 0.7/3.2 MB | 183 kB Progress (4): 1.5/1.7 MB | 1.0/2.0 MB | 0.7/3.2 MB | 183 kB Progress (4): 1.5/1.7 MB | 1.0/2.0 MB | 0.7/3.2 MB | 183 kB Progress (4): 1.5/1.7 MB | 1.0/2.0 MB | 0.7/3.2 MB | 183 kB Progress (4): 1.5/1.7 MB | 1.0/2.0 MB | 0.7/3.2 MB | 183 kB Progress (4): 1.5/1.7 MB | 1.0/2.0 MB | 0.7/3.2 MB | 183 kB Progress (4): 1.5/1.7 MB | 1.0/2.0 MB | 0.8/3.2 MB | 183 kB Progress (4): 1.5/1.7 MB | 1.0/2.0 MB | 0.8/3.2 MB | 183 kB Progress (4): 1.5/1.7 MB | 1.0/2.0 MB | 0.8/3.2 MB | 183 kB Progress (4): 1.5/1.7 MB | 1.0/2.0 MB | 0.8/3.2 MB | 183 kB Progress (4): 1.5/1.7 MB | 1.0/2.0 MB | 0.8/3.2 MB | 183 kB Progress (4): 1.5/1.7 MB | 1.0/2.0 MB | 0.8/3.2 MB | 183 kB Progress (4): 1.5/1.7 MB | 1.0/2.0 MB | 0.9/3.2 MB | 183 kB Progress (4): 1.5/1.7 MB | 1.0/2.0 MB | 0.9/3.2 MB | 183 kB Progress (4): 1.5/1.7 MB | 1.0/2.0 MB | 0.9/3.2 MB | 183 kB Progress (4): 1.5/1.7 MB | 1.0/2.0 MB | 0.9/3.2 MB | 183 kB Progress (4): 1.5/1.7 MB | 1.0/2.0 MB | 0.9/3.2 MB | 183 kB Progress (4): 1.5/1.7 MB | 1.0/2.0 MB | 0.9/3.2 MB | 183 kB Progress (4): 1.6/1.7 MB | 1.0/2.0 MB | 0.9/3.2 MB | 183 kB Progress (4): 1.6/1.7 MB | 1.0/2.0 MB | 0.9/3.2 MB | 183 kB Progress (4): 1.6/1.7 MB | 1.0/2.0 MB | 0.9/3.2 MB | 183 kB Progress (4): 1.6/1.7 MB | 1.0/2.0 MB | 0.9/3.2 MB | 183 kB Progress (4): 1.6/1.7 MB | 1.0/2.0 MB | 0.9/3.2 MB | 183 kB Progress (4): 1.6/1.7 MB | 1.0/2.0 MB | 0.9/3.2 MB | 183 kB Progress (4): 1.6/1.7 MB | 1.0/2.0 MB | 0.9/3.2 MB | 183 kB Progress (4): 1.6/1.7 MB | 1.1/2.0 MB | 0.9/3.2 MB | 183 kB Progress (4): 1.6/1.7 MB | 1.1/2.0 MB | 0.9/3.2 MB | 183 kB Progress (4): 1.6/1.7 MB | 1.1/2.0 MB | 0.9/3.2 MB | 183 kB Progress (4): 1.6/1.7 MB | 1.1/2.0 MB | 0.9/3.2 MB | 183 kB Progress (4): 1.6/1.7 MB | 1.1/2.0 MB | 0.9/3.2 MB | 183 kB Progress (4): 1.6/1.7 MB | 1.1/2.0 MB | 0.9/3.2 MB | 183 kB Progress (4): 1.6/1.7 MB | 1.1/2.0 MB | 0.9/3.2 MB | 183 kB Progress (4): 1.6/1.7 MB | 1.1/2.0 MB | 0.9/3.2 MB | 183 kB Progress (4): 1.6/1.7 MB | 1.1/2.0 MB | 0.9/3.2 MB | 183 kB Progress (4): 1.6/1.7 MB | 1.1/2.0 MB | 0.9/3.2 MB | 183 kB Progress (4): 1.6/1.7 MB | 1.1/2.0 MB | 0.9/3.2 MB | 183 kB Progress (4): 1.6/1.7 MB | 1.1/2.0 MB | 0.9/3.2 MB | 183 kB Progress (4): 1.6/1.7 MB | 1.1/2.0 MB | 0.9/3.2 MB | 183 kB Progress (4): 1.6/1.7 MB | 1.2/2.0 MB | 0.9/3.2 MB | 183 kB Progress (4): 1.6/1.7 MB | 1.2/2.0 MB | 0.9/3.2 MB | 183 kB Progress (4): 1.6/1.7 MB | 1.2/2.0 MB | 0.9/3.2 MB | 183 kB Progress (4): 1.6/1.7 MB | 1.2/2.0 MB | 0.9/3.2 MB | 183 kB Progress (4): 1.6/1.7 MB | 1.2/2.0 MB | 0.9/3.2 MB | 183 kB Progress (4): 1.6/1.7 MB | 1.2/2.0 MB | 0.9/3.2 MB | 183 kB Progress (4): 1.6/1.7 MB | 1.2/2.0 MB | 1.0/3.2 MB | 183 kB Progress (4): 1.6/1.7 MB | 1.2/2.0 MB | 1.0/3.2 MB | 183 kB Progress (4): 1.6/1.7 MB | 1.2/2.0 MB | 1.0/3.2 MB | 183 kB Progress (4): 1.6/1.7 MB | 1.2/2.0 MB | 1.0/3.2 MB | 183 kB Progress (4): 1.6/1.7 MB | 1.2/2.0 MB | 1.0/3.2 MB | 183 kB Progress (4): 1.6/1.7 MB | 1.2/2.0 MB | 1.0/3.2 MB | 183 kB Progress (4): 1.6/1.7 MB | 1.2/2.0 MB | 1.0/3.2 MB | 183 kB Progress (4): 1.6/1.7 MB | 1.2/2.0 MB | 1.0/3.2 MB | 183 kB Progress (4): 1.6/1.7 MB | 1.2/2.0 MB | 1.0/3.2 MB | 183 kB Progress (4): 1.7/1.7 MB | 1.2/2.0 MB | 1.0/3.2 MB | 183 kB Progress (4): 1.7/1.7 MB | 1.2/2.0 MB | 1.0/3.2 MB | 183 kB Progress (4): 1.7/1.7 MB | 1.2/2.0 MB | 1.0/3.2 MB | 183 kB Progress (4): 1.7/1.7 MB | 1.2/2.0 MB | 1.0/3.2 MB | 183 kB Progress (5): 1.7/1.7 MB | 1.2/2.0 MB | 1.0/3.2 MB | 183 kB | 0/1.3 MB Progress (5): 1.7/1.7 MB | 1.2/2.0 MB | 1.0/3.2 MB | 183 kB | 0/1.3 MB Progress (5): 1.7/1.7 MB | 1.2/2.0 MB | 1.0/3.2 MB | 183 kB | 0/1.3 MB Progress (5): 1.7/1.7 MB | 1.2/2.0 MB | 1.0/3.2 MB | 183 kB | 0/1.3 MB Progress (5): 1.7/1.7 MB | 1.2/2.0 MB | 1.0/3.2 MB | 183 kB | 0/1.3 MB Progress (5): 1.7/1.7 MB | 1.2/2.0 MB | 1.0/3.2 MB | 183 kB | 0/1.3 MB Progress (5): 1.7/1.7 MB | 1.2/2.0 MB | 1.0/3.2 MB | 183 kB | 0.1/1.3 MB Progress (5): 1.7/1.7 MB | 1.2/2.0 MB | 1.0/3.2 MB | 183 kB | 0.1/1.3 MB Progress (5): 1.7/1.7 MB | 1.2/2.0 MB | 1.0/3.2 MB | 183 kB | 0.1/1.3 MB Progress (5): 1.7/1.7 MB | 1.2/2.0 MB | 1.0/3.2 MB | 183 kB | 0.1/1.3 MB Progress (5): 1.7/1.7 MB | 1.2/2.0 MB | 1.0/3.2 MB | 183 kB | 0.1/1.3 MB Progress (5): 1.7/1.7 MB | 1.2/2.0 MB | 1.0/3.2 MB | 183 kB | 0.1/1.3 MB Progress (5): 1.7/1.7 MB | 1.2/2.0 MB | 1.0/3.2 MB | 183 kB | 0.1/1.3 MB Progress (5): 1.7/1.7 MB | 1.2/2.0 MB | 1.0/3.2 MB | 183 kB | 0.1/1.3 MB Progress (5): 1.7/1.7 MB | 1.2/2.0 MB | 1.0/3.2 MB | 183 kB | 0.1/1.3 MB Progress (5): 1.7/1.7 MB | 1.2/2.0 MB | 1.0/3.2 MB | 183 kB | 0.1/1.3 MB Progress (5): 1.7/1.7 MB | 1.2/2.0 MB | 1.0/3.2 MB | 183 kB | 0.1/1.3 MB Progress (5): 1.7/1.7 MB | 1.2/2.0 MB | 1.0/3.2 MB | 183 kB | 0.1/1.3 MB Progress (5): 1.7/1.7 MB | 1.2/2.0 MB | 1.0/3.2 MB | 183 kB | 0.1/1.3 MB Progress (5): 1.7/1.7 MB | 1.2/2.0 MB | 1.0/3.2 MB | 183 kB | 0.1/1.3 MB Progress (5): 1.7/1.7 MB | 1.2/2.0 MB | 1.0/3.2 MB | 183 kB | 0.1/1.3 MB Progress (5): 1.7/1.7 MB | 1.2/2.0 MB | 1.0/3.2 MB | 183 kB | 0.1/1.3 MB Progress (5): 1.7/1.7 MB | 1.3/2.0 MB | 1.0/3.2 MB | 183 kB | 0.1/1.3 MB Progress (5): 1.7/1.7 MB | 1.3/2.0 MB | 1.0/3.2 MB | 183 kB | 0.1/1.3 MB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/commons/commons-text/1.3/commons-text-1.3.jar (183 kB at 6.5 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/net/sourceforge/htmlunit/neko-htmlunit/2.30/neko-htmlunit-2.30.jar +Progress (4): 1.7/1.7 MB | 1.3/2.0 MB | 1.0/3.2 MB | 0.1/1.3 MB Progress (4): 1.7/1.7 MB | 1.3/2.0 MB | 1.0/3.2 MB | 0.1/1.3 MB Progress (4): 1.7/1.7 MB | 1.3/2.0 MB | 1.0/3.2 MB | 0.1/1.3 MB Progress (4): 1.7/1.7 MB | 1.3/2.0 MB | 1.0/3.2 MB | 0.1/1.3 MB Progress (4): 1.7/1.7 MB | 1.3/2.0 MB | 1.1/3.2 MB | 0.1/1.3 MB Progress (4): 1.7/1.7 MB | 1.3/2.0 MB | 1.1/3.2 MB | 0.1/1.3 MB Progress (4): 1.7/1.7 MB | 1.3/2.0 MB | 1.1/3.2 MB | 0.1/1.3 MB Progress (4): 1.7/1.7 MB | 1.3/2.0 MB | 1.1/3.2 MB | 0.1/1.3 MB Progress (4): 1.7/1.7 MB | 1.3/2.0 MB | 1.1/3.2 MB | 0.1/1.3 MB Progress (4): 1.7/1.7 MB | 1.3/2.0 MB | 1.1/3.2 MB | 0.1/1.3 MB Progress (4): 1.7/1.7 MB | 1.3/2.0 MB | 1.1/3.2 MB | 0.1/1.3 MB Progress (4): 1.7/1.7 MB | 1.3/2.0 MB | 1.1/3.2 MB | 0.1/1.3 MB Progress (4): 1.7/1.7 MB | 1.3/2.0 MB | 1.2/3.2 MB | 0.1/1.3 MB Progress (4): 1.7/1.7 MB | 1.3/2.0 MB | 1.2/3.2 MB | 0.1/1.3 MB Progress (4): 1.7/1.7 MB | 1.3/2.0 MB | 1.2/3.2 MB | 0.1/1.3 MB Progress (4): 1.7/1.7 MB | 1.3/2.0 MB | 1.2/3.2 MB | 0.1/1.3 MB Progress (4): 1.7 MB | 1.3/2.0 MB | 1.2/3.2 MB | 0.1/1.3 MB Progress (4): 1.7 MB | 1.3/2.0 MB | 1.2/3.2 MB | 0.1/1.3 MB Progress (4): 1.7 MB | 1.3/2.0 MB | 1.2/3.2 MB | 0.1/1.3 MB Progress (4): 1.7 MB | 1.3/2.0 MB | 1.2/3.2 MB | 0.1/1.3 MB Progress (4): 1.7 MB | 1.3/2.0 MB | 1.2/3.2 MB | 0.1/1.3 MB Progress (4): 1.7 MB | 1.3/2.0 MB | 1.2/3.2 MB | 0.1/1.3 MB Progress (4): 1.7 MB | 1.3/2.0 MB | 1.2/3.2 MB | 0.1/1.3 MB Progress (4): 1.7 MB | 1.3/2.0 MB | 1.2/3.2 MB | 0.1/1.3 MB Progress (4): 1.7 MB | 1.3/2.0 MB | 1.2/3.2 MB | 0.1/1.3 MB Progress (4): 1.7 MB | 1.3/2.0 MB | 1.2/3.2 MB | 0.1/1.3 MB Progress (4): 1.7 MB | 1.3/2.0 MB | 1.2/3.2 MB | 0.1/1.3 MB Progress (4): 1.7 MB | 1.3/2.0 MB | 1.2/3.2 MB | 0.2/1.3 MB Progress (4): 1.7 MB | 1.3/2.0 MB | 1.2/3.2 MB | 0.2/1.3 MB Progress (4): 1.7 MB | 1.3/2.0 MB | 1.2/3.2 MB | 0.2/1.3 MB Progress (4): 1.7 MB | 1.3/2.0 MB | 1.2/3.2 MB | 0.2/1.3 MB Progress (4): 1.7 MB | 1.3/2.0 MB | 1.2/3.2 MB | 0.2/1.3 MB Progress (4): 1.7 MB | 1.3/2.0 MB | 1.2/3.2 MB | 0.2/1.3 MB Progress (4): 1.7 MB | 1.3/2.0 MB | 1.2/3.2 MB | 0.2/1.3 MB Progress (4): 1.7 MB | 1.3/2.0 MB | 1.2/3.2 MB | 0.2/1.3 MB Progress (4): 1.7 MB | 1.4/2.0 MB | 1.2/3.2 MB | 0.2/1.3 MB Progress (4): 1.7 MB | 1.4/2.0 MB | 1.2/3.2 MB | 0.2/1.3 MB Progress (4): 1.7 MB | 1.4/2.0 MB | 1.2/3.2 MB | 0.2/1.3 MB Progress (4): 1.7 MB | 1.4/2.0 MB | 1.2/3.2 MB | 0.2/1.3 MB Progress (4): 1.7 MB | 1.4/2.0 MB | 1.2/3.2 MB | 0.2/1.3 MB Progress (4): 1.7 MB | 1.4/2.0 MB | 1.2/3.2 MB | 0.2/1.3 MB Progress (4): 1.7 MB | 1.4/2.0 MB | 1.2/3.2 MB | 0.2/1.3 MB Progress (4): 1.7 MB | 1.4/2.0 MB | 1.2/3.2 MB | 0.2/1.3 MB Progress (4): 1.7 MB | 1.4/2.0 MB | 1.2/3.2 MB | 0.2/1.3 MB Progress (4): 1.7 MB | 1.4/2.0 MB | 1.2/3.2 MB | 0.2/1.3 MB Progress (4): 1.7 MB | 1.4/2.0 MB | 1.2/3.2 MB | 0.2/1.3 MB Progress (4): 1.7 MB | 1.4/2.0 MB | 1.2/3.2 MB | 0.2/1.3 MB Progress (4): 1.7 MB | 1.4/2.0 MB | 1.2/3.2 MB | 0.2/1.3 MB Progress (4): 1.7 MB | 1.4/2.0 MB | 1.3/3.2 MB | 0.2/1.3 MB Progress (4): 1.7 MB | 1.4/2.0 MB | 1.3/3.2 MB | 0.2/1.3 MB Progress (4): 1.7 MB | 1.4/2.0 MB | 1.3/3.2 MB | 0.2/1.3 MB Progress (4): 1.7 MB | 1.4/2.0 MB | 1.3/3.2 MB | 0.2/1.3 MB Progress (4): 1.7 MB | 1.4/2.0 MB | 1.3/3.2 MB | 0.2/1.3 MB Progress (4): 1.7 MB | 1.4/2.0 MB | 1.3/3.2 MB | 0.2/1.3 MB Progress (4): 1.7 MB | 1.4/2.0 MB | 1.3/3.2 MB | 0.2/1.3 MB Progress (4): 1.7 MB | 1.4/2.0 MB | 1.3/3.2 MB | 0.2/1.3 MB Progress (4): 1.7 MB | 1.4/2.0 MB | 1.3/3.2 MB | 0.2/1.3 MB Progress (4): 1.7 MB | 1.4/2.0 MB | 1.3/3.2 MB | 0.2/1.3 MB Progress (4): 1.7 MB | 1.4/2.0 MB | 1.3/3.2 MB | 0.2/1.3 MB Progress (4): 1.7 MB | 1.4/2.0 MB | 1.3/3.2 MB | 0.2/1.3 MB Progress (4): 1.7 MB | 1.4/2.0 MB | 1.3/3.2 MB | 0.2/1.3 MB Progress (4): 1.7 MB | 1.4/2.0 MB | 1.3/3.2 MB | 0.2/1.3 MB Progress (4): 1.7 MB | 1.4/2.0 MB | 1.3/3.2 MB | 0.2/1.3 MB Progress (4): 1.7 MB | 1.4/2.0 MB | 1.3/3.2 MB | 0.2/1.3 MB Progress (4): 1.7 MB | 1.4/2.0 MB | 1.3/3.2 MB | 0.3/1.3 MB Progress (4): 1.7 MB | 1.4/2.0 MB | 1.3/3.2 MB | 0.3/1.3 MB Progress (4): 1.7 MB | 1.4/2.0 MB | 1.3/3.2 MB | 0.3/1.3 MB Progress (4): 1.7 MB | 1.4/2.0 MB | 1.3/3.2 MB | 0.3/1.3 MB Progress (4): 1.7 MB | 1.5/2.0 MB | 1.3/3.2 MB | 0.3/1.3 MB Progress (4): 1.7 MB | 1.5/2.0 MB | 1.3/3.2 MB | 0.3/1.3 MB Progress (4): 1.7 MB | 1.5/2.0 MB | 1.3/3.2 MB | 0.3/1.3 MB Progress (4): 1.7 MB | 1.5/2.0 MB | 1.3/3.2 MB | 0.3/1.3 MB Progress (4): 1.7 MB | 1.5/2.0 MB | 1.3/3.2 MB | 0.3/1.3 MB Progress (4): 1.7 MB | 1.5/2.0 MB | 1.3/3.2 MB | 0.3/1.3 MB Progress (4): 1.7 MB | 1.5/2.0 MB | 1.3/3.2 MB | 0.3/1.3 MB Progress (4): 1.7 MB | 1.5/2.0 MB | 1.3/3.2 MB | 0.3/1.3 MB Progress (4): 1.7 MB | 1.5/2.0 MB | 1.3/3.2 MB | 0.3/1.3 MB Progress (4): 1.7 MB | 1.5/2.0 MB | 1.3/3.2 MB | 0.3/1.3 MB Progress (4): 1.7 MB | 1.5/2.0 MB | 1.3/3.2 MB | 0.3/1.3 MB Progress (4): 1.7 MB | 1.5/2.0 MB | 1.4/3.2 MB | 0.3/1.3 MB Progress (4): 1.7 MB | 1.5/2.0 MB | 1.4/3.2 MB | 0.3/1.3 MB Progress (4): 1.7 MB | 1.5/2.0 MB | 1.4/3.2 MB | 0.3/1.3 MB Progress (4): 1.7 MB | 1.5/2.0 MB | 1.4/3.2 MB | 0.3/1.3 MB Progress (5): 1.7 MB | 1.5/2.0 MB | 1.4/3.2 MB | 0.3/1.3 MB | 4.1/126 kB Progress (5): 1.7 MB | 1.5/2.0 MB | 1.4/3.2 MB | 0.3/1.3 MB | 7.8/126 kB Progress (5): 1.7 MB | 1.5/2.0 MB | 1.4/3.2 MB | 0.3/1.3 MB | 12/126 kB Progress (5): 1.7 MB | 1.5/2.0 MB | 1.4/3.2 MB | 0.3/1.3 MB | 16/126 kB Progress (5): 1.7 MB | 1.5/2.0 MB | 1.4/3.2 MB | 0.3/1.3 MB | 20/126 kB Progress (5): 1.7 MB | 1.5/2.0 MB | 1.4/3.2 MB | 0.3/1.3 MB | 24/126 kB Progress (5): 1.7 MB | 1.5/2.0 MB | 1.4/3.2 MB | 0.3/1.3 MB | 28/126 kB Progress (5): 1.7 MB | 1.5/2.0 MB | 1.4/3.2 MB | 0.3/1.3 MB | 32/126 kB Progress (5): 1.7 MB | 1.5/2.0 MB | 1.4/3.2 MB | 0.3/1.3 MB | 36/126 kB Progress (5): 1.7 MB | 1.5/2.0 MB | 1.4/3.2 MB | 0.3/1.3 MB | 41/126 kB Progress (5): 1.7 MB | 1.5/2.0 MB | 1.4/3.2 MB | 0.3/1.3 MB | 45/126 kB Progress (5): 1.7 MB | 1.5/2.0 MB | 1.4/3.2 MB | 0.3/1.3 MB | 49/126 kB Progress (5): 1.7 MB | 1.5/2.0 MB | 1.4/3.2 MB | 0.3/1.3 MB | 53/126 kB Progress (5): 1.7 MB | 1.5/2.0 MB | 1.4/3.2 MB | 0.3/1.3 MB | 57/126 kB Progress (5): 1.7 MB | 1.5/2.0 MB | 1.4/3.2 MB | 0.3/1.3 MB | 61/126 kB Progress (5): 1.7 MB | 1.5/2.0 MB | 1.4/3.2 MB | 0.3/1.3 MB | 65/126 kB Progress (5): 1.7 MB | 1.5/2.0 MB | 1.4/3.2 MB | 0.3/1.3 MB | 69/126 kB Progress (5): 1.7 MB | 1.5/2.0 MB | 1.4/3.2 MB | 0.3/1.3 MB | 73/126 kB Progress (5): 1.7 MB | 1.5/2.0 MB | 1.4/3.2 MB | 0.3/1.3 MB | 77/126 kB Progress (5): 1.7 MB | 1.5/2.0 MB | 1.4/3.2 MB | 0.3/1.3 MB | 82/126 kB Progress (5): 1.7 MB | 1.5/2.0 MB | 1.4/3.2 MB | 0.3/1.3 MB | 82/126 kB Progress (5): 1.7 MB | 1.5/2.0 MB | 1.4/3.2 MB | 0.3/1.3 MB | 82/126 kB Progress (5): 1.7 MB | 1.5/2.0 MB | 1.5/3.2 MB | 0.3/1.3 MB | 82/126 kB Progress (5): 1.7 MB | 1.5/2.0 MB | 1.5/3.2 MB | 0.3/1.3 MB | 82/126 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/seleniumhq/selenium/jetty-repacked/9.4.12.v20180830/jetty-repacked-9.4.12.v20180830.jar (1.7 MB at 61 kB/s) +Progress (4): 1.5/2.0 MB | 1.5/3.2 MB | 0.3/1.3 MB | 82/126 kB Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/xerces/xercesImpl/2.11.0/xercesImpl-2.11.0.jar +Progress (4): 1.5/2.0 MB | 1.5/3.2 MB | 0.3/1.3 MB | 82/126 kB Progress (4): 1.5/2.0 MB | 1.5/3.2 MB | 0.3/1.3 MB | 82/126 kB Progress (4): 1.5/2.0 MB | 1.5/3.2 MB | 0.3/1.3 MB | 82/126 kB Progress (4): 1.5/2.0 MB | 1.5/3.2 MB | 0.3/1.3 MB | 82/126 kB Progress (4): 1.5/2.0 MB | 1.5/3.2 MB | 0.3/1.3 MB | 82/126 kB Progress (4): 1.5/2.0 MB | 1.5/3.2 MB | 0.3/1.3 MB | 82/126 kB Progress (4): 1.5/2.0 MB | 1.5/3.2 MB | 0.3/1.3 MB | 82/126 kB Progress (4): 1.5/2.0 MB | 1.5/3.2 MB | 0.3/1.3 MB | 82/126 kB Progress (4): 1.5/2.0 MB | 1.5/3.2 MB | 0.3/1.3 MB | 82/126 kB Progress (4): 1.5/2.0 MB | 1.5/3.2 MB | 0.3/1.3 MB | 82/126 kB Progress (4): 1.6/2.0 MB | 1.5/3.2 MB | 0.3/1.3 MB | 82/126 kB Progress (4): 1.6/2.0 MB | 1.5/3.2 MB | 0.3/1.3 MB | 82/126 kB Progress (4): 1.6/2.0 MB | 1.5/3.2 MB | 0.4/1.3 MB | 82/126 kB Progress (4): 1.6/2.0 MB | 1.5/3.2 MB | 0.4/1.3 MB | 82/126 kB Progress (4): 1.6/2.0 MB | 1.5/3.2 MB | 0.4/1.3 MB | 82/126 kB Progress (4): 1.6/2.0 MB | 1.5/3.2 MB | 0.4/1.3 MB | 82/126 kB Progress (4): 1.6/2.0 MB | 1.5/3.2 MB | 0.4/1.3 MB | 82/126 kB Progress (4): 1.6/2.0 MB | 1.5/3.2 MB | 0.4/1.3 MB | 82/126 kB Progress (4): 1.6/2.0 MB | 1.5/3.2 MB | 0.4/1.3 MB | 82/126 kB Progress (4): 1.6/2.0 MB | 1.5/3.2 MB | 0.4/1.3 MB | 82/126 kB Progress (4): 1.6/2.0 MB | 1.5/3.2 MB | 0.4/1.3 MB | 82/126 kB Progress (4): 1.6/2.0 MB | 1.5/3.2 MB | 0.4/1.3 MB | 82/126 kB Progress (4): 1.6/2.0 MB | 1.5/3.2 MB | 0.4/1.3 MB | 82/126 kB Progress (4): 1.6/2.0 MB | 1.5/3.2 MB | 0.4/1.3 MB | 82/126 kB Progress (4): 1.6/2.0 MB | 1.5/3.2 MB | 0.4/1.3 MB | 82/126 kB Progress (4): 1.6/2.0 MB | 1.5/3.2 MB | 0.4/1.3 MB | 82/126 kB Progress (4): 1.6/2.0 MB | 1.5/3.2 MB | 0.4/1.3 MB | 82/126 kB Progress (4): 1.6/2.0 MB | 1.5/3.2 MB | 0.4/1.3 MB | 82/126 kB Progress (4): 1.6/2.0 MB | 1.5/3.2 MB | 0.4/1.3 MB | 82/126 kB Progress (4): 1.6/2.0 MB | 1.6/3.2 MB | 0.4/1.3 MB | 82/126 kB Progress (4): 1.6/2.0 MB | 1.6/3.2 MB | 0.4/1.3 MB | 86/126 kB Progress (4): 1.6/2.0 MB | 1.6/3.2 MB | 0.4/1.3 MB | 90/126 kB Progress (4): 1.6/2.0 MB | 1.6/3.2 MB | 0.4/1.3 MB | 94/126 kB Progress (4): 1.6/2.0 MB | 1.6/3.2 MB | 0.4/1.3 MB | 98/126 kB Progress (4): 1.6/2.0 MB | 1.6/3.2 MB | 0.4/1.3 MB | 102/126 kB Progress (4): 1.6/2.0 MB | 1.6/3.2 MB | 0.4/1.3 MB | 106/126 kB Progress (4): 1.6/2.0 MB | 1.6/3.2 MB | 0.4/1.3 MB | 110/126 kB Progress (4): 1.6/2.0 MB | 1.6/3.2 MB | 0.4/1.3 MB | 114/126 kB Progress (4): 1.6/2.0 MB | 1.6/3.2 MB | 0.4/1.3 MB | 118/126 kB Progress (4): 1.6/2.0 MB | 1.6/3.2 MB | 0.4/1.3 MB | 122/126 kB Progress (4): 1.6/2.0 MB | 1.6/3.2 MB | 0.4/1.3 MB | 126 kB Progress (4): 1.6/2.0 MB | 1.6/3.2 MB | 0.4/1.3 MB | 126 kB Progress (4): 1.6/2.0 MB | 1.6/3.2 MB | 0.4/1.3 MB | 126 kB Progress (4): 1.6/2.0 MB | 1.6/3.2 MB | 0.4/1.3 MB | 126 kB Progress (4): 1.7/2.0 MB | 1.6/3.2 MB | 0.4/1.3 MB | 126 kB Progress (4): 1.7/2.0 MB | 1.6/3.2 MB | 0.4/1.3 MB | 126 kB Progress (4): 1.7/2.0 MB | 1.6/3.2 MB | 0.4/1.3 MB | 126 kB Progress (4): 1.7/2.0 MB | 1.6/3.2 MB | 0.4/1.3 MB | 126 kB Progress (4): 1.7/2.0 MB | 1.6/3.2 MB | 0.4/1.3 MB | 126 kB Progress (4): 1.7/2.0 MB | 1.6/3.2 MB | 0.4/1.3 MB | 126 kB Progress (4): 1.7/2.0 MB | 1.6/3.2 MB | 0.4/1.3 MB | 126 kB Progress (4): 1.7/2.0 MB | 1.6/3.2 MB | 0.4/1.3 MB | 126 kB Progress (4): 1.7/2.0 MB | 1.6/3.2 MB | 0.4/1.3 MB | 126 kB Progress (4): 1.7/2.0 MB | 1.6/3.2 MB | 0.4/1.3 MB | 126 kB Progress (4): 1.7/2.0 MB | 1.6/3.2 MB | 0.4/1.3 MB | 126 kB Progress (4): 1.7/2.0 MB | 1.6/3.2 MB | 0.4/1.3 MB | 126 kB Progress (4): 1.7/2.0 MB | 1.6/3.2 MB | 0.4/1.3 MB | 126 kB Progress (4): 1.7/2.0 MB | 1.6/3.2 MB | 0.4/1.3 MB | 126 kB Progress (4): 1.7/2.0 MB | 1.6/3.2 MB | 0.4/1.3 MB | 126 kB Progress (4): 1.7/2.0 MB | 1.6/3.2 MB | 0.4/1.3 MB | 126 kB Progress (4): 1.7/2.0 MB | 1.6/3.2 MB | 0.4/1.3 MB | 126 kB Progress (4): 1.7/2.0 MB | 1.6/3.2 MB | 0.4/1.3 MB | 126 kB Progress (4): 1.7/2.0 MB | 1.6/3.2 MB | 0.4/1.3 MB | 126 kB Progress (4): 1.7/2.0 MB | 1.6/3.2 MB | 0.4/1.3 MB | 126 kB Progress (4): 1.7/2.0 MB | 1.6/3.2 MB | 0.4/1.3 MB | 126 kB Progress (4): 1.7/2.0 MB | 1.6/3.2 MB | 0.4/1.3 MB | 126 kB Progress (4): 1.7/2.0 MB | 1.6/3.2 MB | 0.4/1.3 MB | 126 kB Progress (4): 1.7/2.0 MB | 1.6/3.2 MB | 0.4/1.3 MB | 126 kB Progress (4): 1.8/2.0 MB | 1.6/3.2 MB | 0.4/1.3 MB | 126 kB Progress (4): 1.8/2.0 MB | 1.6/3.2 MB | 0.4/1.3 MB | 126 kB Progress (4): 1.8/2.0 MB | 1.7/3.2 MB | 0.4/1.3 MB | 126 kB Progress (4): 1.8/2.0 MB | 1.7/3.2 MB | 0.4/1.3 MB | 126 kB Progress (4): 1.8/2.0 MB | 1.7/3.2 MB | 0.4/1.3 MB | 126 kB Progress (4): 1.8/2.0 MB | 1.7/3.2 MB | 0.4/1.3 MB | 126 kB Progress (4): 1.8/2.0 MB | 1.7/3.2 MB | 0.4/1.3 MB | 126 kB Progress (4): 1.8/2.0 MB | 1.7/3.2 MB | 0.4/1.3 MB | 126 kB Progress (4): 1.8/2.0 MB | 1.7/3.2 MB | 0.4/1.3 MB | 126 kB Progress (4): 1.8/2.0 MB | 1.7/3.2 MB | 0.4/1.3 MB | 126 kB Progress (4): 1.8/2.0 MB | 1.8/3.2 MB | 0.4/1.3 MB | 126 kB Progress (4): 1.8/2.0 MB | 1.8/3.2 MB | 0.4/1.3 MB | 126 kB Progress (4): 1.8/2.0 MB | 1.8/3.2 MB | 0.4/1.3 MB | 126 kB Progress (4): 1.8/2.0 MB | 1.8/3.2 MB | 0.4/1.3 MB | 126 kB Progress (4): 1.8/2.0 MB | 1.8/3.2 MB | 0.5/1.3 MB | 126 kB Progress (4): 1.8/2.0 MB | 1.8/3.2 MB | 0.5/1.3 MB | 126 kB Progress (4): 1.8/2.0 MB | 1.8/3.2 MB | 0.5/1.3 MB | 126 kB Progress (5): 1.8/2.0 MB | 1.8/3.2 MB | 0.5/1.3 MB | 126 kB | 0/1.4 MB Progress (5): 1.8/2.0 MB | 1.8/3.2 MB | 0.5/1.3 MB | 126 kB | 0/1.4 MB Progress (5): 1.8/2.0 MB | 1.8/3.2 MB | 0.5/1.3 MB | 126 kB | 0/1.4 MB Progress (5): 1.8/2.0 MB | 1.8/3.2 MB | 0.5/1.3 MB | 126 kB | 0/1.4 MB Progress (5): 1.8/2.0 MB | 1.8/3.2 MB | 0.5/1.3 MB | 126 kB | 0/1.4 MB Progress (5): 1.8/2.0 MB | 1.8/3.2 MB | 0.5/1.3 MB | 126 kB | 0/1.4 MB Progress (5): 1.8/2.0 MB | 1.8/3.2 MB | 0.5/1.3 MB | 126 kB | 0.1/1.4 MB Progress (5): 1.8/2.0 MB | 1.8/3.2 MB | 0.5/1.3 MB | 126 kB | 0.1/1.4 MB Progress (5): 1.8/2.0 MB | 1.8/3.2 MB | 0.5/1.3 MB | 126 kB | 0.1/1.4 MB Progress (5): 1.8/2.0 MB | 1.8/3.2 MB | 0.5/1.3 MB | 126 kB | 0.1/1.4 MB Progress (5): 1.8/2.0 MB | 1.8/3.2 MB | 0.5/1.3 MB | 126 kB | 0.1/1.4 MB Progress (5): 1.8/2.0 MB | 1.8/3.2 MB | 0.5/1.3 MB | 126 kB | 0.1/1.4 MB Progress (5): 1.8/2.0 MB | 1.8/3.2 MB | 0.5/1.3 MB | 126 kB | 0.1/1.4 MB Progress (5): 1.8/2.0 MB | 1.8/3.2 MB | 0.5/1.3 MB | 126 kB | 0.1/1.4 MB Progress (5): 1.8/2.0 MB | 1.8/3.2 MB | 0.5/1.3 MB | 126 kB | 0.1/1.4 MB Progress (5): 1.8/2.0 MB | 1.8/3.2 MB | 0.5/1.3 MB | 126 kB | 0.1/1.4 MB Progress (5): 1.8/2.0 MB | 1.8/3.2 MB | 0.5/1.3 MB | 126 kB | 0.1/1.4 MB Progress (5): 1.8/2.0 MB | 1.8/3.2 MB | 0.5/1.3 MB | 126 kB | 0.1/1.4 MB Progress (5): 1.8/2.0 MB | 1.8/3.2 MB | 0.5/1.3 MB | 126 kB | 0.1/1.4 MB Progress (5): 1.8/2.0 MB | 1.8/3.2 MB | 0.5/1.3 MB | 126 kB | 0.1/1.4 MB Progress (5): 1.8/2.0 MB | 1.8/3.2 MB | 0.5/1.3 MB | 126 kB | 0.1/1.4 MB Progress (5): 1.8/2.0 MB | 1.8/3.2 MB | 0.5/1.3 MB | 126 kB | 0.1/1.4 MB Progress (5): 1.8/2.0 MB | 1.8/3.2 MB | 0.5/1.3 MB | 126 kB | 0.1/1.4 MB Progress (5): 1.8/2.0 MB | 1.8/3.2 MB | 0.5/1.3 MB | 126 kB | 0.1/1.4 MB Progress (5): 1.8/2.0 MB | 1.8/3.2 MB | 0.5/1.3 MB | 126 kB | 0.1/1.4 MB Progress (5): 1.9/2.0 MB | 1.8/3.2 MB | 0.5/1.3 MB | 126 kB | 0.1/1.4 MB Progress (5): 1.9/2.0 MB | 1.8/3.2 MB | 0.5/1.3 MB | 126 kB | 0.1/1.4 MB Progress (5): 1.9/2.0 MB | 1.8/3.2 MB | 0.5/1.3 MB | 126 kB | 0.1/1.4 MB Progress (5): 1.9/2.0 MB | 1.8/3.2 MB | 0.5/1.3 MB | 126 kB | 0.1/1.4 MB Progress (5): 1.9/2.0 MB | 1.8/3.2 MB | 0.5/1.3 MB | 126 kB | 0.1/1.4 MB Progress (5): 1.9/2.0 MB | 1.8/3.2 MB | 0.5/1.3 MB | 126 kB | 0.1/1.4 MB Progress (5): 1.9/2.0 MB | 1.8/3.2 MB | 0.5/1.3 MB | 126 kB | 0.1/1.4 MB Progress (5): 1.9/2.0 MB | 1.8/3.2 MB | 0.5/1.3 MB | 126 kB | 0.1/1.4 MB Progress (5): 1.9/2.0 MB | 1.8/3.2 MB | 0.5/1.3 MB | 126 kB | 0.1/1.4 MB Progress (5): 1.9/2.0 MB | 1.9/3.2 MB | 0.5/1.3 MB | 126 kB | 0.1/1.4 MB Progress (5): 1.9/2.0 MB | 1.9/3.2 MB | 0.5/1.3 MB | 126 kB | 0.1/1.4 MB Progress (5): 1.9/2.0 MB | 1.9/3.2 MB | 0.5/1.3 MB | 126 kB | 0.1/1.4 MB Progress (5): 1.9/2.0 MB | 1.9/3.2 MB | 0.5/1.3 MB | 126 kB | 0.1/1.4 MB Progress (5): 1.9/2.0 MB | 1.9/3.2 MB | 0.5/1.3 MB | 126 kB | 0.1/1.4 MB Progress (5): 1.9/2.0 MB | 1.9/3.2 MB | 0.5/1.3 MB | 126 kB | 0.1/1.4 MB Progress (5): 1.9/2.0 MB | 1.9/3.2 MB | 0.5/1.3 MB | 126 kB | 0.1/1.4 MB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/net/sourceforge/htmlunit/neko-htmlunit/2.30/neko-htmlunit-2.30.jar (126 kB at 4.3 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/net/sourceforge/htmlunit/htmlunit-cssparser/1.0.0/htmlunit-cssparser-1.0.0.jar +Progress (4): 1.9/2.0 MB | 1.9/3.2 MB | 0.5/1.3 MB | 0.1/1.4 MB Progress (4): 1.9/2.0 MB | 2.0/3.2 MB | 0.5/1.3 MB | 0.1/1.4 MB Progress (4): 1.9/2.0 MB | 2.0/3.2 MB | 0.5/1.3 MB | 0.1/1.4 MB Progress (4): 1.9/2.0 MB | 2.0/3.2 MB | 0.6/1.3 MB | 0.1/1.4 MB Progress (4): 1.9/2.0 MB | 2.0/3.2 MB | 0.6/1.3 MB | 0.1/1.4 MB Progress (4): 1.9/2.0 MB | 2.0/3.2 MB | 0.6/1.3 MB | 0.1/1.4 MB Progress (4): 1.9/2.0 MB | 2.0/3.2 MB | 0.6/1.3 MB | 0.1/1.4 MB Progress (4): 1.9/2.0 MB | 2.0/3.2 MB | 0.6/1.3 MB | 0.1/1.4 MB Progress (4): 1.9/2.0 MB | 2.0/3.2 MB | 0.6/1.3 MB | 0.1/1.4 MB Progress (4): 1.9/2.0 MB | 2.0/3.2 MB | 0.6/1.3 MB | 0.1/1.4 MB Progress (4): 1.9/2.0 MB | 2.0/3.2 MB | 0.6/1.3 MB | 0.1/1.4 MB Progress (4): 1.9/2.0 MB | 2.0/3.2 MB | 0.6/1.3 MB | 0.1/1.4 MB Progress (4): 1.9/2.0 MB | 2.0/3.2 MB | 0.6/1.3 MB | 0.1/1.4 MB Progress (4): 1.9/2.0 MB | 2.0/3.2 MB | 0.6/1.3 MB | 0.2/1.4 MB Progress (4): 1.9/2.0 MB | 2.0/3.2 MB | 0.6/1.3 MB | 0.2/1.4 MB Progress (4): 1.9/2.0 MB | 2.0/3.2 MB | 0.6/1.3 MB | 0.2/1.4 MB Progress (4): 1.9/2.0 MB | 2.0/3.2 MB | 0.6/1.3 MB | 0.2/1.4 MB Progress (4): 1.9/2.0 MB | 2.0/3.2 MB | 0.6/1.3 MB | 0.2/1.4 MB Progress (4): 1.9/2.0 MB | 2.0/3.2 MB | 0.6/1.3 MB | 0.2/1.4 MB Progress (4): 1.9/2.0 MB | 2.0/3.2 MB | 0.6/1.3 MB | 0.2/1.4 MB Progress (4): 1.9/2.0 MB | 2.0/3.2 MB | 0.6/1.3 MB | 0.2/1.4 MB Progress (4): 1.9/2.0 MB | 2.0/3.2 MB | 0.6/1.3 MB | 0.2/1.4 MB Progress (4): 1.9/2.0 MB | 2.0/3.2 MB | 0.6/1.3 MB | 0.2/1.4 MB Progress (4): 1.9/2.0 MB | 2.0/3.2 MB | 0.6/1.3 MB | 0.2/1.4 MB Progress (4): 1.9/2.0 MB | 2.0/3.2 MB | 0.6/1.3 MB | 0.2/1.4 MB Progress (4): 1.9/2.0 MB | 2.0/3.2 MB | 0.6/1.3 MB | 0.2/1.4 MB Progress (4): 1.9/2.0 MB | 2.0/3.2 MB | 0.6/1.3 MB | 0.2/1.4 MB Progress (4): 1.9/2.0 MB | 2.0/3.2 MB | 0.6/1.3 MB | 0.2/1.4 MB Progress (4): 2.0/2.0 MB | 2.0/3.2 MB | 0.6/1.3 MB | 0.2/1.4 MB Progress (4): 2.0/2.0 MB | 2.0/3.2 MB | 0.6/1.3 MB | 0.2/1.4 MB Progress (4): 2.0/2.0 MB | 2.0/3.2 MB | 0.6/1.3 MB | 0.2/1.4 MB Progress (4): 2.0/2.0 MB | 2.0/3.2 MB | 0.6/1.3 MB | 0.2/1.4 MB Progress (4): 2.0/2.0 MB | 2.0/3.2 MB | 0.6/1.3 MB | 0.2/1.4 MB Progress (4): 2.0/2.0 MB | 2.0/3.2 MB | 0.6/1.3 MB | 0.2/1.4 MB Progress (4): 2.0/2.0 MB | 2.0/3.2 MB | 0.6/1.3 MB | 0.2/1.4 MB Progress (4): 2.0/2.0 MB | 2.0/3.2 MB | 0.6/1.3 MB | 0.2/1.4 MB Progress (4): 2.0/2.0 MB | 2.0/3.2 MB | 0.6/1.3 MB | 0.2/1.4 MB Progress (4): 2.0/2.0 MB | 2.0/3.2 MB | 0.6/1.3 MB | 0.2/1.4 MB Progress (4): 2.0/2.0 MB | 2.0/3.2 MB | 0.6/1.3 MB | 0.2/1.4 MB Progress (4): 2.0/2.0 MB | 2.0/3.2 MB | 0.6/1.3 MB | 0.2/1.4 MB Progress (4): 2.0/2.0 MB | 2.0/3.2 MB | 0.6/1.3 MB | 0.2/1.4 MB Progress (4): 2.0/2.0 MB | 2.0/3.2 MB | 0.6/1.3 MB | 0.2/1.4 MB Progress (4): 2.0/2.0 MB | 2.0/3.2 MB | 0.6/1.3 MB | 0.2/1.4 MB Progress (4): 2.0/2.0 MB | 2.0/3.2 MB | 0.6/1.3 MB | 0.2/1.4 MB Progress (4): 2.0/2.0 MB | 2.0/3.2 MB | 0.6/1.3 MB | 0.2/1.4 MB Progress (4): 2.0/2.0 MB | 2.1/3.2 MB | 0.6/1.3 MB | 0.2/1.4 MB Progress (4): 2.0/2.0 MB | 2.1/3.2 MB | 0.6/1.3 MB | 0.2/1.4 MB Progress (4): 2.0/2.0 MB | 2.1/3.2 MB | 0.6/1.3 MB | 0.2/1.4 MB Progress (4): 2.0/2.0 MB | 2.1/3.2 MB | 0.6/1.3 MB | 0.2/1.4 MB Progress (4): 2.0 MB | 2.1/3.2 MB | 0.6/1.3 MB | 0.2/1.4 MB Progress (4): 2.0 MB | 2.1/3.2 MB | 0.6/1.3 MB | 0.2/1.4 MB Progress (4): 2.0 MB | 2.1/3.2 MB | 0.6/1.3 MB | 0.2/1.4 MB Progress (4): 2.0 MB | 2.1/3.2 MB | 0.6/1.3 MB | 0.2/1.4 MB Progress (4): 2.0 MB | 2.1/3.2 MB | 0.6/1.3 MB | 0.2/1.4 MB Progress (4): 2.0 MB | 2.1/3.2 MB | 0.6/1.3 MB | 0.2/1.4 MB Progress (4): 2.0 MB | 2.1/3.2 MB | 0.6/1.3 MB | 0.2/1.4 MB Progress (4): 2.0 MB | 2.1/3.2 MB | 0.6/1.3 MB | 0.2/1.4 MB Progress (4): 2.0 MB | 2.1/3.2 MB | 0.7/1.3 MB | 0.2/1.4 MB Progress (4): 2.0 MB | 2.1/3.2 MB | 0.7/1.3 MB | 0.2/1.4 MB Progress (4): 2.0 MB | 2.1/3.2 MB | 0.7/1.3 MB | 0.2/1.4 MB Progress (4): 2.0 MB | 2.1/3.2 MB | 0.7/1.3 MB | 0.2/1.4 MB Progress (4): 2.0 MB | 2.1/3.2 MB | 0.7/1.3 MB | 0.2/1.4 MB Progress (4): 2.0 MB | 2.1/3.2 MB | 0.7/1.3 MB | 0.2/1.4 MB Progress (4): 2.0 MB | 2.1/3.2 MB | 0.7/1.3 MB | 0.2/1.4 MB Progress (4): 2.0 MB | 2.1/3.2 MB | 0.7/1.3 MB | 0.3/1.4 MB Progress (4): 2.0 MB | 2.1/3.2 MB | 0.7/1.3 MB | 0.3/1.4 MB Progress (4): 2.0 MB | 2.1/3.2 MB | 0.7/1.3 MB | 0.3/1.4 MB Progress (4): 2.0 MB | 2.1/3.2 MB | 0.7/1.3 MB | 0.3/1.4 MB Progress (4): 2.0 MB | 2.1/3.2 MB | 0.7/1.3 MB | 0.3/1.4 MB Progress (4): 2.0 MB | 2.1/3.2 MB | 0.7/1.3 MB | 0.3/1.4 MB Progress (4): 2.0 MB | 2.1/3.2 MB | 0.7/1.3 MB | 0.3/1.4 MB Progress (4): 2.0 MB | 2.1/3.2 MB | 0.7/1.3 MB | 0.3/1.4 MB Progress (4): 2.0 MB | 2.1/3.2 MB | 0.7/1.3 MB | 0.3/1.4 MB Progress (4): 2.0 MB | 2.1/3.2 MB | 0.7/1.3 MB | 0.3/1.4 MB Progress (4): 2.0 MB | 2.1/3.2 MB | 0.7/1.3 MB | 0.3/1.4 MB Progress (4): 2.0 MB | 2.2/3.2 MB | 0.7/1.3 MB | 0.3/1.4 MB Progress (4): 2.0 MB | 2.2/3.2 MB | 0.7/1.3 MB | 0.3/1.4 MB Progress (4): 2.0 MB | 2.2/3.2 MB | 0.7/1.3 MB | 0.3/1.4 MB Progress (4): 2.0 MB | 2.2/3.2 MB | 0.7/1.3 MB | 0.3/1.4 MB Progress (4): 2.0 MB | 2.2/3.2 MB | 0.7/1.3 MB | 0.3/1.4 MB Progress (4): 2.0 MB | 2.2/3.2 MB | 0.7/1.3 MB | 0.3/1.4 MB Progress (4): 2.0 MB | 2.3/3.2 MB | 0.7/1.3 MB | 0.3/1.4 MB Progress (4): 2.0 MB | 2.3/3.2 MB | 0.7/1.3 MB | 0.3/1.4 MB Progress (4): 2.0 MB | 2.3/3.2 MB | 0.7/1.3 MB | 0.3/1.4 MB Progress (4): 2.0 MB | 2.3/3.2 MB | 0.7/1.3 MB | 0.3/1.4 MB Progress (4): 2.0 MB | 2.3/3.2 MB | 0.7/1.3 MB | 0.3/1.4 MB Progress (4): 2.0 MB | 2.3/3.2 MB | 0.7/1.3 MB | 0.3/1.4 MB Progress (4): 2.0 MB | 2.3/3.2 MB | 0.7/1.3 MB | 0.3/1.4 MB Progress (4): 2.0 MB | 2.3/3.2 MB | 0.7/1.3 MB | 0.3/1.4 MB Progress (4): 2.0 MB | 2.3/3.2 MB | 0.7/1.3 MB | 0.3/1.4 MB Progress (4): 2.0 MB | 2.3/3.2 MB | 0.7/1.3 MB | 0.3/1.4 MB Progress (4): 2.0 MB | 2.3/3.2 MB | 0.7/1.3 MB | 0.3/1.4 MB Progress (4): 2.0 MB | 2.3/3.2 MB | 0.7/1.3 MB | 0.3/1.4 MB Progress (4): 2.0 MB | 2.3/3.2 MB | 0.7/1.3 MB | 0.3/1.4 MB Progress (4): 2.0 MB | 2.3/3.2 MB | 0.7/1.3 MB | 0.3/1.4 MB Progress (4): 2.0 MB | 2.3/3.2 MB | 0.7/1.3 MB | 0.3/1.4 MB Progress (4): 2.0 MB | 2.3/3.2 MB | 0.7/1.3 MB | 0.4/1.4 MB Progress (4): 2.0 MB | 2.3/3.2 MB | 0.7/1.3 MB | 0.4/1.4 MB Progress (4): 2.0 MB | 2.3/3.2 MB | 0.7/1.3 MB | 0.4/1.4 MB Progress (4): 2.0 MB | 2.3/3.2 MB | 0.8/1.3 MB | 0.4/1.4 MB Progress (4): 2.0 MB | 2.3/3.2 MB | 0.8/1.3 MB | 0.4/1.4 MB Progress (4): 2.0 MB | 2.3/3.2 MB | 0.8/1.3 MB | 0.4/1.4 MB Progress (4): 2.0 MB | 2.3/3.2 MB | 0.8/1.3 MB | 0.4/1.4 MB Progress (4): 2.0 MB | 2.3/3.2 MB | 0.8/1.3 MB | 0.4/1.4 MB Progress (4): 2.0 MB | 2.3/3.2 MB | 0.8/1.3 MB | 0.4/1.4 MB Progress (4): 2.0 MB | 2.3/3.2 MB | 0.8/1.3 MB | 0.4/1.4 MB Progress (4): 2.0 MB | 2.3/3.2 MB | 0.8/1.3 MB | 0.4/1.4 MB Progress (4): 2.0 MB | 2.3/3.2 MB | 0.8/1.3 MB | 0.4/1.4 MB Progress (4): 2.0 MB | 2.3/3.2 MB | 0.8/1.3 MB | 0.4/1.4 MB Progress (4): 2.0 MB | 2.4/3.2 MB | 0.8/1.3 MB | 0.4/1.4 MB Progress (4): 2.0 MB | 2.4/3.2 MB | 0.8/1.3 MB | 0.4/1.4 MB Progress (4): 2.0 MB | 2.4/3.2 MB | 0.8/1.3 MB | 0.4/1.4 MB Progress (4): 2.0 MB | 2.4/3.2 MB | 0.8/1.3 MB | 0.4/1.4 MB Progress (4): 2.0 MB | 2.4/3.2 MB | 0.8/1.3 MB | 0.4/1.4 MB Progress (4): 2.0 MB | 2.4/3.2 MB | 0.8/1.3 MB | 0.4/1.4 MB Progress (4): 2.0 MB | 2.5/3.2 MB | 0.8/1.3 MB | 0.4/1.4 MB Progress (4): 2.0 MB | 2.5/3.2 MB | 0.8/1.3 MB | 0.4/1.4 MB Progress (4): 2.0 MB | 2.5/3.2 MB | 0.8/1.3 MB | 0.4/1.4 MB Progress (4): 2.0 MB | 2.5/3.2 MB | 0.8/1.3 MB | 0.4/1.4 MB Progress (4): 2.0 MB | 2.5/3.2 MB | 0.8/1.3 MB | 0.4/1.4 MB Progress (4): 2.0 MB | 2.5/3.2 MB | 0.8/1.3 MB | 0.4/1.4 MB Progress (5): 2.0 MB | 2.5/3.2 MB | 0.8/1.3 MB | 0.4/1.4 MB | 4.1/210 kB Progress (5): 2.0 MB | 2.5/3.2 MB | 0.8/1.3 MB | 0.4/1.4 MB | 7.8/210 kB Progress (5): 2.0 MB | 2.5/3.2 MB | 0.8/1.3 MB | 0.4/1.4 MB | 12/210 kB Progress (5): 2.0 MB | 2.5/3.2 MB | 0.8/1.3 MB | 0.4/1.4 MB | 16/210 kB Progress (5): 2.0 MB | 2.5/3.2 MB | 0.8/1.3 MB | 0.4/1.4 MB | 20/210 kB Progress (5): 2.0 MB | 2.5/3.2 MB | 0.8/1.3 MB | 0.4/1.4 MB | 24/210 kB Progress (5): 2.0 MB | 2.5/3.2 MB | 0.8/1.3 MB | 0.4/1.4 MB | 28/210 kB Progress (5): 2.0 MB | 2.5/3.2 MB | 0.8/1.3 MB | 0.4/1.4 MB | 32/210 kB Progress (5): 2.0 MB | 2.5/3.2 MB | 0.8/1.3 MB | 0.4/1.4 MB | 36/210 kB Progress (5): 2.0 MB | 2.5/3.2 MB | 0.8/1.3 MB | 0.4/1.4 MB | 36/210 kB Progress (5): 2.0 MB | 2.5/3.2 MB | 0.8/1.3 MB | 0.4/1.4 MB | 41/210 kB Progress (5): 2.0 MB | 2.5/3.2 MB | 0.8/1.3 MB | 0.4/1.4 MB | 41/210 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/net/sourceforge/htmlunit/htmlunit/2.30/htmlunit-2.30.jar (2.0 MB at 69 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/commons-net/commons-net/3.6/commons-net-3.6.jar +Progress (4): 2.5/3.2 MB | 0.8/1.3 MB | 0.4/1.4 MB | 41/210 kB Progress (4): 2.5/3.2 MB | 0.8/1.3 MB | 0.4/1.4 MB | 41/210 kB Progress (4): 2.5/3.2 MB | 0.8/1.3 MB | 0.4/1.4 MB | 41/210 kB Progress (4): 2.5/3.2 MB | 0.8/1.3 MB | 0.4/1.4 MB | 41/210 kB Progress (4): 2.5/3.2 MB | 0.8/1.3 MB | 0.4/1.4 MB | 41/210 kB Progress (4): 2.5/3.2 MB | 0.8/1.3 MB | 0.4/1.4 MB | 41/210 kB Progress (4): 2.5/3.2 MB | 0.8/1.3 MB | 0.4/1.4 MB | 41/210 kB Progress (4): 2.5/3.2 MB | 0.8/1.3 MB | 0.5/1.4 MB | 41/210 kB Progress (4): 2.5/3.2 MB | 0.8/1.3 MB | 0.5/1.4 MB | 41/210 kB Progress (4): 2.5/3.2 MB | 0.8/1.3 MB | 0.5/1.4 MB | 41/210 kB Progress (4): 2.5/3.2 MB | 0.8/1.3 MB | 0.5/1.4 MB | 41/210 kB Progress (4): 2.5/3.2 MB | 0.8/1.3 MB | 0.5/1.4 MB | 41/210 kB Progress (4): 2.5/3.2 MB | 0.9/1.3 MB | 0.5/1.4 MB | 41/210 kB Progress (4): 2.5/3.2 MB | 0.9/1.3 MB | 0.5/1.4 MB | 41/210 kB Progress (4): 2.5/3.2 MB | 0.9/1.3 MB | 0.5/1.4 MB | 41/210 kB Progress (4): 2.5/3.2 MB | 0.9/1.3 MB | 0.5/1.4 MB | 41/210 kB Progress (4): 2.5/3.2 MB | 0.9/1.3 MB | 0.5/1.4 MB | 41/210 kB Progress (4): 2.5/3.2 MB | 0.9/1.3 MB | 0.5/1.4 MB | 41/210 kB Progress (4): 2.5/3.2 MB | 0.9/1.3 MB | 0.5/1.4 MB | 41/210 kB Progress (4): 2.5/3.2 MB | 0.9/1.3 MB | 0.5/1.4 MB | 41/210 kB Progress (4): 2.5/3.2 MB | 0.9/1.3 MB | 0.5/1.4 MB | 41/210 kB Progress (4): 2.6/3.2 MB | 0.9/1.3 MB | 0.5/1.4 MB | 41/210 kB Progress (4): 2.6/3.2 MB | 0.9/1.3 MB | 0.5/1.4 MB | 41/210 kB Progress (4): 2.6/3.2 MB | 0.9/1.3 MB | 0.5/1.4 MB | 41/210 kB Progress (4): 2.6/3.2 MB | 0.9/1.3 MB | 0.5/1.4 MB | 41/210 kB Progress (4): 2.6/3.2 MB | 0.9/1.3 MB | 0.5/1.4 MB | 41/210 kB Progress (4): 2.6/3.2 MB | 0.9/1.3 MB | 0.5/1.4 MB | 41/210 kB Progress (4): 2.7/3.2 MB | 0.9/1.3 MB | 0.5/1.4 MB | 41/210 kB Progress (4): 2.7/3.2 MB | 0.9/1.3 MB | 0.5/1.4 MB | 41/210 kB Progress (4): 2.7/3.2 MB | 0.9/1.3 MB | 0.5/1.4 MB | 41/210 kB Progress (4): 2.7/3.2 MB | 0.9/1.3 MB | 0.5/1.4 MB | 41/210 kB Progress (4): 2.7/3.2 MB | 0.9/1.3 MB | 0.5/1.4 MB | 41/210 kB Progress (4): 2.7/3.2 MB | 0.9/1.3 MB | 0.5/1.4 MB | 41/210 kB Progress (4): 2.7/3.2 MB | 0.9/1.3 MB | 0.5/1.4 MB | 45/210 kB Progress (4): 2.7/3.2 MB | 0.9/1.3 MB | 0.5/1.4 MB | 49/210 kB Progress (4): 2.7/3.2 MB | 0.9/1.3 MB | 0.5/1.4 MB | 53/210 kB Progress (4): 2.7/3.2 MB | 0.9/1.3 MB | 0.5/1.4 MB | 57/210 kB Progress (4): 2.7/3.2 MB | 0.9/1.3 MB | 0.5/1.4 MB | 61/210 kB Progress (4): 2.7/3.2 MB | 0.9/1.3 MB | 0.5/1.4 MB | 65/210 kB Progress (4): 2.7/3.2 MB | 0.9/1.3 MB | 0.5/1.4 MB | 69/210 kB Progress (4): 2.7/3.2 MB | 0.9/1.3 MB | 0.5/1.4 MB | 73/210 kB Progress (4): 2.7/3.2 MB | 0.9/1.3 MB | 0.5/1.4 MB | 77/210 kB Progress (4): 2.7/3.2 MB | 0.9/1.3 MB | 0.5/1.4 MB | 82/210 kB Progress (4): 2.7/3.2 MB | 0.9/1.3 MB | 0.5/1.4 MB | 82/210 kB Progress (4): 2.7/3.2 MB | 0.9/1.3 MB | 0.5/1.4 MB | 82/210 kB Progress (4): 2.7/3.2 MB | 0.9/1.3 MB | 0.5/1.4 MB | 82/210 kB Progress (4): 2.7/3.2 MB | 0.9/1.3 MB | 0.5/1.4 MB | 82/210 kB Progress (4): 2.7/3.2 MB | 0.9/1.3 MB | 0.5/1.4 MB | 82/210 kB Progress (4): 2.7/3.2 MB | 0.9/1.3 MB | 0.5/1.4 MB | 82/210 kB Progress (4): 2.7/3.2 MB | 0.9/1.3 MB | 0.5/1.4 MB | 82/210 kB Progress (4): 2.7/3.2 MB | 0.9/1.3 MB | 0.5/1.4 MB | 82/210 kB Progress (4): 2.7/3.2 MB | 0.9/1.3 MB | 0.5/1.4 MB | 82/210 kB Progress (4): 2.7/3.2 MB | 0.9/1.3 MB | 0.5/1.4 MB | 82/210 kB Progress (4): 2.7/3.2 MB | 0.9/1.3 MB | 0.5/1.4 MB | 82/210 kB Progress (4): 2.7/3.2 MB | 0.9/1.3 MB | 0.5/1.4 MB | 82/210 kB Progress (4): 2.7/3.2 MB | 0.9/1.3 MB | 0.5/1.4 MB | 86/210 kB Progress (4): 2.7/3.2 MB | 0.9/1.3 MB | 0.5/1.4 MB | 90/210 kB Progress (4): 2.7/3.2 MB | 0.9/1.3 MB | 0.5/1.4 MB | 94/210 kB Progress (4): 2.7/3.2 MB | 0.9/1.3 MB | 0.5/1.4 MB | 98/210 kB Progress (4): 2.7/3.2 MB | 1.0/1.3 MB | 0.5/1.4 MB | 98/210 kB Progress (4): 2.7/3.2 MB | 1.0/1.3 MB | 0.5/1.4 MB | 98/210 kB Progress (4): 2.7/3.2 MB | 1.0/1.3 MB | 0.5/1.4 MB | 98/210 kB Progress (4): 2.7/3.2 MB | 1.0/1.3 MB | 0.5/1.4 MB | 98/210 kB Progress (4): 2.7/3.2 MB | 1.0/1.3 MB | 0.5/1.4 MB | 98/210 kB Progress (4): 2.7/3.2 MB | 1.0/1.3 MB | 0.5/1.4 MB | 98/210 kB Progress (4): 2.7/3.2 MB | 1.0/1.3 MB | 0.5/1.4 MB | 98/210 kB Progress (4): 2.7/3.2 MB | 1.0/1.3 MB | 0.5/1.4 MB | 98/210 kB Progress (4): 2.8/3.2 MB | 1.0/1.3 MB | 0.5/1.4 MB | 98/210 kB Progress (4): 2.8/3.2 MB | 1.0/1.3 MB | 0.5/1.4 MB | 98/210 kB Progress (4): 2.8/3.2 MB | 1.0/1.3 MB | 0.5/1.4 MB | 98/210 kB Progress (4): 2.8/3.2 MB | 1.0/1.3 MB | 0.5/1.4 MB | 98/210 kB Progress (4): 2.8/3.2 MB | 1.0/1.3 MB | 0.5/1.4 MB | 98/210 kB Progress (4): 2.8/3.2 MB | 1.0/1.3 MB | 0.5/1.4 MB | 98/210 kB Progress (4): 2.8/3.2 MB | 1.0/1.3 MB | 0.5/1.4 MB | 98/210 kB Progress (4): 2.8/3.2 MB | 1.0/1.3 MB | 0.6/1.4 MB | 98/210 kB Progress (4): 2.8/3.2 MB | 1.0/1.3 MB | 0.6/1.4 MB | 98/210 kB Progress (4): 2.8/3.2 MB | 1.0/1.3 MB | 0.6/1.4 MB | 98/210 kB Progress (4): 2.9/3.2 MB | 1.0/1.3 MB | 0.6/1.4 MB | 98/210 kB Progress (4): 2.9/3.2 MB | 1.0/1.3 MB | 0.6/1.4 MB | 98/210 kB Progress (4): 2.9/3.2 MB | 1.0/1.3 MB | 0.6/1.4 MB | 98/210 kB Progress (4): 2.9/3.2 MB | 1.0/1.3 MB | 0.6/1.4 MB | 102/210 kB Progress (4): 2.9/3.2 MB | 1.0/1.3 MB | 0.6/1.4 MB | 106/210 kB Progress (4): 2.9/3.2 MB | 1.0/1.3 MB | 0.6/1.4 MB | 110/210 kB Progress (4): 2.9/3.2 MB | 1.0/1.3 MB | 0.6/1.4 MB | 114/210 kB Progress (4): 2.9/3.2 MB | 1.0/1.3 MB | 0.6/1.4 MB | 114/210 kB Progress (4): 2.9/3.2 MB | 1.0/1.3 MB | 0.6/1.4 MB | 114/210 kB Progress (4): 2.9/3.2 MB | 1.0/1.3 MB | 0.6/1.4 MB | 118/210 kB Progress (4): 2.9/3.2 MB | 1.0/1.3 MB | 0.6/1.4 MB | 122/210 kB Progress (4): 2.9/3.2 MB | 1.0/1.3 MB | 0.6/1.4 MB | 127/210 kB Progress (4): 2.9/3.2 MB | 1.0/1.3 MB | 0.6/1.4 MB | 131/210 kB Progress (4): 2.9/3.2 MB | 1.0/1.3 MB | 0.6/1.4 MB | 135/210 kB Progress (4): 2.9/3.2 MB | 1.0/1.3 MB | 0.6/1.4 MB | 139/210 kB Progress (4): 2.9/3.2 MB | 1.0/1.3 MB | 0.6/1.4 MB | 143/210 kB Progress (4): 2.9/3.2 MB | 1.0/1.3 MB | 0.6/1.4 MB | 147/210 kB Progress (4): 2.9/3.2 MB | 1.0/1.3 MB | 0.6/1.4 MB | 151/210 kB Progress (4): 2.9/3.2 MB | 1.0/1.3 MB | 0.6/1.4 MB | 155/210 kB Progress (4): 2.9/3.2 MB | 1.0/1.3 MB | 0.6/1.4 MB | 159/210 kB Progress (4): 2.9/3.2 MB | 1.0/1.3 MB | 0.6/1.4 MB | 163/210 kB Progress (4): 2.9/3.2 MB | 1.0/1.3 MB | 0.6/1.4 MB | 168/210 kB Progress (4): 2.9/3.2 MB | 1.0/1.3 MB | 0.6/1.4 MB | 172/210 kB Progress (4): 2.9/3.2 MB | 1.0/1.3 MB | 0.6/1.4 MB | 176/210 kB Progress (4): 2.9/3.2 MB | 1.0/1.3 MB | 0.6/1.4 MB | 180/210 kB Progress (4): 2.9/3.2 MB | 1.0/1.3 MB | 0.6/1.4 MB | 184/210 kB Progress (4): 2.9/3.2 MB | 1.0/1.3 MB | 0.6/1.4 MB | 188/210 kB Progress (4): 2.9/3.2 MB | 1.0/1.3 MB | 0.6/1.4 MB | 192/210 kB Progress (4): 2.9/3.2 MB | 1.0/1.3 MB | 0.6/1.4 MB | 196/210 kB Progress (4): 2.9/3.2 MB | 1.0/1.3 MB | 0.6/1.4 MB | 196/210 kB Progress (4): 2.9/3.2 MB | 1.0/1.3 MB | 0.6/1.4 MB | 196/210 kB Progress (4): 2.9/3.2 MB | 1.0/1.3 MB | 0.6/1.4 MB | 196/210 kB Progress (4): 2.9/3.2 MB | 1.0/1.3 MB | 0.6/1.4 MB | 196/210 kB Progress (4): 2.9/3.2 MB | 1.0/1.3 MB | 0.6/1.4 MB | 196/210 kB Progress (4): 2.9/3.2 MB | 1.0/1.3 MB | 0.6/1.4 MB | 196/210 kB Progress (4): 2.9/3.2 MB | 1.0/1.3 MB | 0.6/1.4 MB | 196/210 kB Progress (4): 2.9/3.2 MB | 1.0/1.3 MB | 0.6/1.4 MB | 196/210 kB Progress (4): 2.9/3.2 MB | 1.0/1.3 MB | 0.6/1.4 MB | 196/210 kB Progress (4): 2.9/3.2 MB | 1.0/1.3 MB | 0.6/1.4 MB | 196/210 kB Progress (4): 2.9/3.2 MB | 1.0/1.3 MB | 0.6/1.4 MB | 196/210 kB Progress (4): 2.9/3.2 MB | 1.0/1.3 MB | 0.6/1.4 MB | 200/210 kB Progress (4): 2.9/3.2 MB | 1.0/1.3 MB | 0.6/1.4 MB | 204/210 kB Progress (4): 2.9/3.2 MB | 1.0/1.3 MB | 0.6/1.4 MB | 208/210 kB Progress (4): 2.9/3.2 MB | 1.0/1.3 MB | 0.6/1.4 MB | 210 kB Progress (5): 2.9/3.2 MB | 1.0/1.3 MB | 0.6/1.4 MB | 210 kB | 4.1/307 kB Progress (5): 2.9/3.2 MB | 1.0/1.3 MB | 0.6/1.4 MB | 210 kB | 7.8/307 kB Progress (5): 2.9/3.2 MB | 1.0/1.3 MB | 0.6/1.4 MB | 210 kB | 12/307 kB Progress (5): 2.9/3.2 MB | 1.0/1.3 MB | 0.6/1.4 MB | 210 kB | 16/307 kB Progress (5): 2.9/3.2 MB | 1.0/1.3 MB | 0.6/1.4 MB | 210 kB | 20/307 kB Progress (5): 2.9/3.2 MB | 1.0/1.3 MB | 0.6/1.4 MB | 210 kB | 24/307 kB Progress (5): 2.9/3.2 MB | 1.0/1.3 MB | 0.6/1.4 MB | 210 kB | 24/307 kB Progress (5): 2.9/3.2 MB | 1.0/1.3 MB | 0.6/1.4 MB | 210 kB | 24/307 kB Progress (5): 2.9/3.2 MB | 1.1/1.3 MB | 0.6/1.4 MB | 210 kB | 24/307 kB Progress (5): 2.9/3.2 MB | 1.1/1.3 MB | 0.6/1.4 MB | 210 kB | 24/307 kB Progress (5): 2.9/3.2 MB | 1.1/1.3 MB | 0.6/1.4 MB | 210 kB | 24/307 kB Progress (5): 2.9/3.2 MB | 1.1/1.3 MB | 0.6/1.4 MB | 210 kB | 24/307 kB Progress (5): 2.9/3.2 MB | 1.1/1.3 MB | 0.6/1.4 MB | 210 kB | 24/307 kB Progress (5): 2.9/3.2 MB | 1.1/1.3 MB | 0.6/1.4 MB | 210 kB | 24/307 kB Progress (5): 2.9/3.2 MB | 1.1/1.3 MB | 0.6/1.4 MB | 210 kB | 24/307 kB Progress (5): 2.9/3.2 MB | 1.1/1.3 MB | 0.6/1.4 MB | 210 kB | 24/307 kB Progress (5): 3.0/3.2 MB | 1.1/1.3 MB | 0.6/1.4 MB | 210 kB | 24/307 kB Progress (5): 3.0/3.2 MB | 1.1/1.3 MB | 0.6/1.4 MB | 210 kB | 24/307 kB Progress (5): 3.0/3.2 MB | 1.1/1.3 MB | 0.6/1.4 MB | 210 kB | 24/307 kB Progress (5): 3.0/3.2 MB | 1.1/1.3 MB | 0.6/1.4 MB | 210 kB | 24/307 kB Progress (5): 3.0/3.2 MB | 1.1/1.3 MB | 0.6/1.4 MB | 210 kB | 24/307 kB Progress (5): 3.0/3.2 MB | 1.1/1.3 MB | 0.6/1.4 MB | 210 kB | 24/307 kB Progress (5): 3.0/3.2 MB | 1.1/1.3 MB | 0.6/1.4 MB | 210 kB | 24/307 kB Progress (5): 3.0/3.2 MB | 1.1/1.3 MB | 0.6/1.4 MB | 210 kB | 24/307 kB Progress (5): 3.0/3.2 MB | 1.1/1.3 MB | 0.6/1.4 MB | 210 kB | 24/307 kB Progress (5): 3.0/3.2 MB | 1.1/1.3 MB | 0.7/1.4 MB | 210 kB | 24/307 kB Progress (5): 3.0/3.2 MB | 1.1/1.3 MB | 0.7/1.4 MB | 210 kB | 24/307 kB Progress (5): 3.1/3.2 MB | 1.1/1.3 MB | 0.7/1.4 MB | 210 kB | 24/307 kB Progress (5): 3.1/3.2 MB | 1.1/1.3 MB | 0.7/1.4 MB | 210 kB | 24/307 kB Progress (5): 3.1/3.2 MB | 1.1/1.3 MB | 0.7/1.4 MB | 210 kB | 24/307 kB Progress (5): 3.1/3.2 MB | 1.1/1.3 MB | 0.7/1.4 MB | 210 kB | 24/307 kB Progress (5): 3.1/3.2 MB | 1.1/1.3 MB | 0.7/1.4 MB | 210 kB | 24/307 kB Progress (5): 3.1/3.2 MB | 1.1/1.3 MB | 0.7/1.4 MB | 210 kB | 24/307 kB Progress (5): 3.1/3.2 MB | 1.1/1.3 MB | 0.7/1.4 MB | 210 kB | 24/307 kB Progress (5): 3.1/3.2 MB | 1.1/1.3 MB | 0.7/1.4 MB | 210 kB | 24/307 kB Progress (5): 3.1/3.2 MB | 1.1/1.3 MB | 0.7/1.4 MB | 210 kB | 24/307 kB Progress (5): 3.1/3.2 MB | 1.1/1.3 MB | 0.7/1.4 MB | 210 kB | 24/307 kB Progress (5): 3.1/3.2 MB | 1.1/1.3 MB | 0.7/1.4 MB | 210 kB | 24/307 kB Progress (5): 3.1/3.2 MB | 1.1/1.3 MB | 0.7/1.4 MB | 210 kB | 24/307 kB Progress (5): 3.1/3.2 MB | 1.1/1.3 MB | 0.7/1.4 MB | 210 kB | 24/307 kB Progress (5): 3.1/3.2 MB | 1.1/1.3 MB | 0.7/1.4 MB | 210 kB | 28/307 kB Progress (5): 3.1/3.2 MB | 1.1/1.3 MB | 0.7/1.4 MB | 210 kB | 32/307 kB Progress (5): 3.1/3.2 MB | 1.1/1.3 MB | 0.7/1.4 MB | 210 kB | 36/307 kB Progress (5): 3.1/3.2 MB | 1.1/1.3 MB | 0.7/1.4 MB | 210 kB | 41/307 kB Progress (5): 3.1/3.2 MB | 1.1/1.3 MB | 0.7/1.4 MB | 210 kB | 45/307 kB Progress (5): 3.1/3.2 MB | 1.1/1.3 MB | 0.7/1.4 MB | 210 kB | 49/307 kB Progress (5): 3.1/3.2 MB | 1.1/1.3 MB | 0.7/1.4 MB | 210 kB | 53/307 kB Progress (5): 3.1/3.2 MB | 1.1/1.3 MB | 0.7/1.4 MB | 210 kB | 57/307 kB Progress (5): 3.1/3.2 MB | 1.1/1.3 MB | 0.7/1.4 MB | 210 kB | 61/307 kB Progress (5): 3.1/3.2 MB | 1.1/1.3 MB | 0.7/1.4 MB | 210 kB | 65/307 kB Progress (5): 3.1/3.2 MB | 1.1/1.3 MB | 0.7/1.4 MB | 210 kB | 69/307 kB Progress (5): 3.1/3.2 MB | 1.1/1.3 MB | 0.7/1.4 MB | 210 kB | 73/307 kB Progress (5): 3.1/3.2 MB | 1.1/1.3 MB | 0.7/1.4 MB | 210 kB | 77/307 kB Progress (5): 3.1/3.2 MB | 1.1/1.3 MB | 0.7/1.4 MB | 210 kB | 82/307 kB Progress (5): 3.1/3.2 MB | 1.1/1.3 MB | 0.7/1.4 MB | 210 kB | 82/307 kB Progress (5): 3.1/3.2 MB | 1.1/1.3 MB | 0.7/1.4 MB | 210 kB | 82/307 kB Progress (5): 3.1/3.2 MB | 1.1/1.3 MB | 0.7/1.4 MB | 210 kB | 82/307 kB Progress (5): 3.1/3.2 MB | 1.1/1.3 MB | 0.7/1.4 MB | 210 kB | 82/307 kB Progress (5): 3.1/3.2 MB | 1.2/1.3 MB | 0.7/1.4 MB | 210 kB | 82/307 kB Progress (5): 3.1/3.2 MB | 1.2/1.3 MB | 0.7/1.4 MB | 210 kB | 82/307 kB Progress (5): 3.1/3.2 MB | 1.2/1.3 MB | 0.7/1.4 MB | 210 kB | 82/307 kB Progress (5): 3.1/3.2 MB | 1.2/1.3 MB | 0.7/1.4 MB | 210 kB | 82/307 kB Progress (5): 3.1/3.2 MB | 1.2/1.3 MB | 0.7/1.4 MB | 210 kB | 82/307 kB Progress (5): 3.1/3.2 MB | 1.2/1.3 MB | 0.7/1.4 MB | 210 kB | 82/307 kB Progress (5): 3.1/3.2 MB | 1.2/1.3 MB | 0.7/1.4 MB | 210 kB | 82/307 kB Progress (5): 3.1/3.2 MB | 1.2/1.3 MB | 0.7/1.4 MB | 210 kB | 82/307 kB Progress (5): 3.1/3.2 MB | 1.2/1.3 MB | 0.7/1.4 MB | 210 kB | 82/307 kB Progress (5): 3.2 MB | 1.2/1.3 MB | 0.7/1.4 MB | 210 kB | 82/307 kB Progress (5): 3.2 MB | 1.2/1.3 MB | 0.7/1.4 MB | 210 kB | 82/307 kB Progress (5): 3.2 MB | 1.2/1.3 MB | 0.7/1.4 MB | 210 kB | 82/307 kB Progress (5): 3.2 MB | 1.2/1.3 MB | 0.7/1.4 MB | 210 kB | 82/307 kB Progress (5): 3.2 MB | 1.2/1.3 MB | 0.8/1.4 MB | 210 kB | 82/307 kB Progress (5): 3.2 MB | 1.2/1.3 MB | 0.8/1.4 MB | 210 kB | 82/307 kB Progress (5): 3.2 MB | 1.2/1.3 MB | 0.8/1.4 MB | 210 kB | 82/307 kB Progress (5): 3.2 MB | 1.2/1.3 MB | 0.8/1.4 MB | 210 kB | 82/307 kB Progress (5): 3.2 MB | 1.2/1.3 MB | 0.8/1.4 MB | 210 kB | 82/307 kB Progress (5): 3.2 MB | 1.2/1.3 MB | 0.8/1.4 MB | 210 kB | 82/307 kB Progress (5): 3.2 MB | 1.2/1.3 MB | 0.8/1.4 MB | 210 kB | 82/307 kB Progress (5): 3.2 MB | 1.2/1.3 MB | 0.8/1.4 MB | 210 kB | 82/307 kB Progress (5): 3.2 MB | 1.2/1.3 MB | 0.8/1.4 MB | 210 kB | 82/307 kB Progress (5): 3.2 MB | 1.2/1.3 MB | 0.8/1.4 MB | 210 kB | 82/307 kB Progress (5): 3.2 MB | 1.2/1.3 MB | 0.8/1.4 MB | 210 kB | 82/307 kB Progress (5): 3.2 MB | 1.2/1.3 MB | 0.8/1.4 MB | 210 kB | 82/307 kB Progress (5): 3.2 MB | 1.2/1.3 MB | 0.8/1.4 MB | 210 kB | 82/307 kB Progress (5): 3.2 MB | 1.2/1.3 MB | 0.8/1.4 MB | 210 kB | 86/307 kB Progress (5): 3.2 MB | 1.2/1.3 MB | 0.8/1.4 MB | 210 kB | 90/307 kB Progress (5): 3.2 MB | 1.2/1.3 MB | 0.8/1.4 MB | 210 kB | 94/307 kB Progress (5): 3.2 MB | 1.2/1.3 MB | 0.8/1.4 MB | 210 kB | 98/307 kB Progress (5): 3.2 MB | 1.2/1.3 MB | 0.8/1.4 MB | 210 kB | 102/307 kB Progress (5): 3.2 MB | 1.2/1.3 MB | 0.8/1.4 MB | 210 kB | 106/307 kB Progress (5): 3.2 MB | 1.2/1.3 MB | 0.8/1.4 MB | 210 kB | 110/307 kB Progress (5): 3.2 MB | 1.2/1.3 MB | 0.8/1.4 MB | 210 kB | 114/307 kB Progress (5): 3.2 MB | 1.2/1.3 MB | 0.8/1.4 MB | 210 kB | 118/307 kB Progress (5): 3.2 MB | 1.2/1.3 MB | 0.8/1.4 MB | 210 kB | 122/307 kB Progress (5): 3.2 MB | 1.2/1.3 MB | 0.8/1.4 MB | 210 kB | 127/307 kB Progress (5): 3.2 MB | 1.2/1.3 MB | 0.8/1.4 MB | 210 kB | 131/307 kB Progress (5): 3.2 MB | 1.2/1.3 MB | 0.8/1.4 MB | 210 kB | 131/307 kB Progress (5): 3.2 MB | 1.2/1.3 MB | 0.8/1.4 MB | 210 kB | 131/307 kB Progress (5): 3.2 MB | 1.2/1.3 MB | 0.8/1.4 MB | 210 kB | 135/307 kB Progress (5): 3.2 MB | 1.2/1.3 MB | 0.8/1.4 MB | 210 kB | 139/307 kB Progress (5): 3.2 MB | 1.2/1.3 MB | 0.8/1.4 MB | 210 kB | 143/307 kB Progress (5): 3.2 MB | 1.2/1.3 MB | 0.8/1.4 MB | 210 kB | 147/307 kB Progress (5): 3.2 MB | 1.2/1.3 MB | 0.8/1.4 MB | 210 kB | 151/307 kB Progress (5): 3.2 MB | 1.2/1.3 MB | 0.8/1.4 MB | 210 kB | 155/307 kB Progress (5): 3.2 MB | 1.2/1.3 MB | 0.8/1.4 MB | 210 kB | 159/307 kB Progress (5): 3.2 MB | 1.2/1.3 MB | 0.8/1.4 MB | 210 kB | 163/307 kB Progress (5): 3.2 MB | 1.2/1.3 MB | 0.8/1.4 MB | 210 kB | 168/307 kB Progress (5): 3.2 MB | 1.2/1.3 MB | 0.8/1.4 MB | 210 kB | 172/307 kB Progress (5): 3.2 MB | 1.2/1.3 MB | 0.8/1.4 MB | 210 kB | 176/307 kB Progress (5): 3.2 MB | 1.2/1.3 MB | 0.8/1.4 MB | 210 kB | 180/307 kB Progress (5): 3.2 MB | 1.3/1.3 MB | 0.8/1.4 MB | 210 kB | 180/307 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/net/sourceforge/htmlunit/htmlunit-cssparser/1.0.0/htmlunit-cssparser-1.0.0.jar (210 kB at 6.9 kB/s) +Progress (4): 3.2 MB | 1.3 MB | 0.8/1.4 MB | 180/307 kB Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/eclipse/jetty/websocket/websocket-client/9.4.9.v20180320/websocket-client-9.4.9.v20180320.jar +Progress (4): 3.2 MB | 1.3 MB | 0.8/1.4 MB | 180/307 kB Progress (4): 3.2 MB | 1.3 MB | 0.8/1.4 MB | 180/307 kB Progress (4): 3.2 MB | 1.3 MB | 0.8/1.4 MB | 184/307 kB Progress (4): 3.2 MB | 1.3 MB | 0.8/1.4 MB | 188/307 kB Progress (4): 3.2 MB | 1.3 MB | 0.8/1.4 MB | 192/307 kB Progress (4): 3.2 MB | 1.3 MB | 0.8/1.4 MB | 196/307 kB Progress (4): 3.2 MB | 1.3 MB | 0.8/1.4 MB | 196/307 kB Progress (4): 3.2 MB | 1.3 MB | 0.9/1.4 MB | 196/307 kB Progress (4): 3.2 MB | 1.3 MB | 0.9/1.4 MB | 196/307 kB Progress (4): 3.2 MB | 1.3 MB | 0.9/1.4 MB | 196/307 kB Progress (4): 3.2 MB | 1.3 MB | 0.9/1.4 MB | 196/307 kB Progress (4): 3.2 MB | 1.3 MB | 0.9/1.4 MB | 196/307 kB Progress (4): 3.2 MB | 1.3 MB | 0.9/1.4 MB | 196/307 kB Progress (4): 3.2 MB | 1.3 MB | 0.9/1.4 MB | 196/307 kB Progress (4): 3.2 MB | 1.3 MB | 0.9/1.4 MB | 196/307 kB Progress (4): 3.2 MB | 1.3 MB | 0.9/1.4 MB | 196/307 kB Progress (4): 3.2 MB | 1.3 MB | 0.9/1.4 MB | 200/307 kB Progress (4): 3.2 MB | 1.3 MB | 0.9/1.4 MB | 204/307 kB Progress (4): 3.2 MB | 1.3 MB | 0.9/1.4 MB | 208/307 kB Progress (4): 3.2 MB | 1.3 MB | 0.9/1.4 MB | 213/307 kB Progress (4): 3.2 MB | 1.3 MB | 0.9/1.4 MB | 217/307 kB Progress (4): 3.2 MB | 1.3 MB | 0.9/1.4 MB | 221/307 kB Progress (4): 3.2 MB | 1.3 MB | 0.9/1.4 MB | 225/307 kB Progress (4): 3.2 MB | 1.3 MB | 0.9/1.4 MB | 229/307 kB Progress (4): 3.2 MB | 1.3 MB | 0.9/1.4 MB | 233/307 kB Progress (4): 3.2 MB | 1.3 MB | 0.9/1.4 MB | 237/307 kB Progress (4): 3.2 MB | 1.3 MB | 0.9/1.4 MB | 241/307 kB Progress (4): 3.2 MB | 1.3 MB | 0.9/1.4 MB | 245/307 kB Progress (4): 3.2 MB | 1.3 MB | 0.9/1.4 MB | 249/307 kB Progress (4): 3.2 MB | 1.3 MB | 0.9/1.4 MB | 254/307 kB Progress (4): 3.2 MB | 1.3 MB | 0.9/1.4 MB | 258/307 kB Progress (4): 3.2 MB | 1.3 MB | 0.9/1.4 MB | 261/307 kB Progress (4): 3.2 MB | 1.3 MB | 0.9/1.4 MB | 265/307 kB Progress (4): 3.2 MB | 1.3 MB | 0.9/1.4 MB | 270/307 kB Progress (4): 3.2 MB | 1.3 MB | 0.9/1.4 MB | 274/307 kB Progress (4): 3.2 MB | 1.3 MB | 0.9/1.4 MB | 278/307 kB Progress (4): 3.2 MB | 1.3 MB | 0.9/1.4 MB | 282/307 kB Progress (4): 3.2 MB | 1.3 MB | 0.9/1.4 MB | 286/307 kB Progress (4): 3.2 MB | 1.3 MB | 0.9/1.4 MB | 290/307 kB Progress (4): 3.2 MB | 1.3 MB | 0.9/1.4 MB | 294/307 kB Progress (4): 3.2 MB | 1.3 MB | 0.9/1.4 MB | 298/307 kB Progress (4): 3.2 MB | 1.3 MB | 0.9/1.4 MB | 302/307 kB Progress (4): 3.2 MB | 1.3 MB | 0.9/1.4 MB | 306/307 kB Progress (4): 3.2 MB | 1.3 MB | 0.9/1.4 MB | 307 kB Progress (4): 3.2 MB | 1.3 MB | 0.9/1.4 MB | 307 kB Progress (4): 3.2 MB | 1.3 MB | 0.9/1.4 MB | 307 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/xalan/xalan/2.7.2/xalan-2.7.2.jar (3.2 MB at 103 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/eclipse/jetty/jetty-client/9.4.9.v20180320/jetty-client-9.4.9.v20180320.jar +Progress (3): 1.3 MB | 0.9/1.4 MB | 307 kB Progress (3): 1.3 MB | 0.9/1.4 MB | 307 kB Progress (3): 1.3 MB | 1.0/1.4 MB | 307 kB Progress (3): 1.3 MB | 1.0/1.4 MB | 307 kB Progress (3): 1.3 MB | 1.0/1.4 MB | 307 kB Progress (3): 1.3 MB | 1.0/1.4 MB | 307 kB Progress (3): 1.3 MB | 1.0/1.4 MB | 307 kB Progress (3): 1.3 MB | 1.0/1.4 MB | 307 kB Progress (3): 1.3 MB | 1.0/1.4 MB | 307 kB Progress (3): 1.3 MB | 1.0/1.4 MB | 307 kB Progress (4): 1.3 MB | 1.0/1.4 MB | 307 kB | 4.1/36 kB Progress (4): 1.3 MB | 1.0/1.4 MB | 307 kB | 7.8/36 kB Progress (4): 1.3 MB | 1.0/1.4 MB | 307 kB | 12/36 kB Progress (4): 1.3 MB | 1.0/1.4 MB | 307 kB | 16/36 kB Progress (4): 1.3 MB | 1.0/1.4 MB | 307 kB | 20/36 kB Progress (4): 1.3 MB | 1.0/1.4 MB | 307 kB | 24/36 kB Progress (4): 1.3 MB | 1.0/1.4 MB | 307 kB | 28/36 kB Progress (4): 1.3 MB | 1.0/1.4 MB | 307 kB | 32/36 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/net/sourceforge/htmlunit/htmlunit-core-js/2.28/htmlunit-core-js-2.28.jar (1.3 MB at 41 kB/s) +Progress (3): 1.0/1.4 MB | 307 kB | 32/36 kB Progress (3): 1.0/1.4 MB | 307 kB | 36 kB Progress (3): 1.0/1.4 MB | 307 kB | 36 kB Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/eclipse/jetty/jetty-http/9.4.9.v20180320/jetty-http-9.4.9.v20180320.jar +Progress (3): 1.0/1.4 MB | 307 kB | 36 kB Progress (3): 1.0/1.4 MB | 307 kB | 36 kB Progress (3): 1.1/1.4 MB | 307 kB | 36 kB Progress (3): 1.1/1.4 MB | 307 kB | 36 kB Progress (3): 1.1/1.4 MB | 307 kB | 36 kB Progress (3): 1.1/1.4 MB | 307 kB | 36 kB Progress (3): 1.1/1.4 MB | 307 kB | 36 kB Progress (3): 1.1/1.4 MB | 307 kB | 36 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/commons-net/commons-net/3.6/commons-net-3.6.jar (307 kB at 9.9 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/eclipse/jetty/jetty-xml/9.4.9.v20180320/jetty-xml-9.4.9.v20180320.jar +Progress (2): 1.1/1.4 MB | 36 kB Progress (2): 1.1/1.4 MB | 36 kB Progress (2): 1.1/1.4 MB | 36 kB Progress (2): 1.1/1.4 MB | 36 kB Progress (3): 1.1/1.4 MB | 36 kB | 4.1/280 kB Progress (3): 1.1/1.4 MB | 36 kB | 7.8/280 kB Progress (3): 1.1/1.4 MB | 36 kB | 12/280 kB Progress (3): 1.1/1.4 MB | 36 kB | 16/280 kB Progress (3): 1.1/1.4 MB | 36 kB | 20/280 kB Progress (3): 1.1/1.4 MB | 36 kB | 24/280 kB Progress (3): 1.1/1.4 MB | 36 kB | 28/280 kB Progress (3): 1.1/1.4 MB | 36 kB | 32/280 kB Progress (3): 1.1/1.4 MB | 36 kB | 36/280 kB Progress (3): 1.1/1.4 MB | 36 kB | 41/280 kB Progress (3): 1.1/1.4 MB | 36 kB | 45/280 kB Progress (3): 1.1/1.4 MB | 36 kB | 49/280 kB Progress (3): 1.1/1.4 MB | 36 kB | 53/280 kB Progress (3): 1.1/1.4 MB | 36 kB | 57/280 kB Progress (3): 1.1/1.4 MB | 36 kB | 61/280 kB Progress (3): 1.1/1.4 MB | 36 kB | 65/280 kB Progress (3): 1.1/1.4 MB | 36 kB | 69/280 kB Progress (3): 1.1/1.4 MB | 36 kB | 73/280 kB Progress (3): 1.1/1.4 MB | 36 kB | 73/280 kB Progress (3): 1.1/1.4 MB | 36 kB | 73/280 kB Progress (3): 1.2/1.4 MB | 36 kB | 73/280 kB Progress (3): 1.2/1.4 MB | 36 kB | 73/280 kB Progress (3): 1.2/1.4 MB | 36 kB | 73/280 kB Progress (3): 1.2/1.4 MB | 36 kB | 73/280 kB Progress (3): 1.2/1.4 MB | 36 kB | 73/280 kB Progress (3): 1.2/1.4 MB | 36 kB | 73/280 kB Progress (3): 1.2/1.4 MB | 36 kB | 73/280 kB Progress (3): 1.2/1.4 MB | 36 kB | 73/280 kB Progress (3): 1.2/1.4 MB | 36 kB | 73/280 kB Progress (3): 1.2/1.4 MB | 36 kB | 73/280 kB Progress (3): 1.2/1.4 MB | 36 kB | 77/280 kB Progress (3): 1.2/1.4 MB | 36 kB | 82/280 kB Progress (3): 1.2/1.4 MB | 36 kB | 86/280 kB Progress (3): 1.2/1.4 MB | 36 kB | 90/280 kB Progress (3): 1.2/1.4 MB | 36 kB | 94/280 kB Progress (3): 1.2/1.4 MB | 36 kB | 98/280 kB Progress (3): 1.2/1.4 MB | 36 kB | 102/280 kB Progress (3): 1.2/1.4 MB | 36 kB | 106/280 kB Progress (3): 1.2/1.4 MB | 36 kB | 110/280 kB Progress (3): 1.2/1.4 MB | 36 kB | 114/280 kB Progress (3): 1.2/1.4 MB | 36 kB | 118/280 kB Progress (3): 1.2/1.4 MB | 36 kB | 122/280 kB Progress (3): 1.2/1.4 MB | 36 kB | 127/280 kB Progress (3): 1.2/1.4 MB | 36 kB | 131/280 kB Progress (3): 1.2/1.4 MB | 36 kB | 135/280 kB Progress (3): 1.2/1.4 MB | 36 kB | 139/280 kB Progress (3): 1.2/1.4 MB | 36 kB | 143/280 kB Progress (3): 1.2/1.4 MB | 36 kB | 147/280 kB Progress (3): 1.2/1.4 MB | 36 kB | 151/280 kB Progress (3): 1.2/1.4 MB | 36 kB | 155/280 kB Progress (3): 1.2/1.4 MB | 36 kB | 159/280 kB Progress (3): 1.2/1.4 MB | 36 kB | 163/280 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/eclipse/jetty/websocket/websocket-client/9.4.9.v20180320/websocket-client-9.4.9.v20180320.jar (36 kB at 1.1 kB/s) +Progress (2): 1.2/1.4 MB | 168/280 kB Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/eclipse/jetty/jetty-util/9.4.9.v20180320/jetty-util-9.4.9.v20180320.jar +Progress (2): 1.2/1.4 MB | 172/280 kB Progress (2): 1.2/1.4 MB | 176/280 kB Progress (2): 1.2/1.4 MB | 180/280 kB Progress (2): 1.2/1.4 MB | 184/280 kB Progress (2): 1.2/1.4 MB | 188/280 kB Progress (2): 1.2/1.4 MB | 192/280 kB Progress (2): 1.2/1.4 MB | 196/280 kB Progress (2): 1.2/1.4 MB | 200/280 kB Progress (2): 1.2/1.4 MB | 204/280 kB Progress (2): 1.2/1.4 MB | 208/280 kB Progress (2): 1.2/1.4 MB | 213/280 kB Progress (3): 1.2/1.4 MB | 213/280 kB | 4.1/170 kB Progress (3): 1.2/1.4 MB | 213/280 kB | 7.8/170 kB Progress (3): 1.2/1.4 MB | 213/280 kB | 12/170 kB Progress (3): 1.2/1.4 MB | 213/280 kB | 16/170 kB Progress (3): 1.2/1.4 MB | 213/280 kB | 20/170 kB Progress (3): 1.2/1.4 MB | 213/280 kB | 24/170 kB Progress (4): 1.2/1.4 MB | 213/280 kB | 24/170 kB | 4.1/52 kB Progress (4): 1.2/1.4 MB | 213/280 kB | 24/170 kB | 7.8/52 kB Progress (4): 1.2/1.4 MB | 213/280 kB | 24/170 kB | 12/52 kB Progress (4): 1.2/1.4 MB | 213/280 kB | 24/170 kB | 16/52 kB Progress (4): 1.2/1.4 MB | 213/280 kB | 24/170 kB | 20/52 kB Progress (4): 1.2/1.4 MB | 213/280 kB | 24/170 kB | 24/52 kB Progress (4): 1.2/1.4 MB | 213/280 kB | 24/170 kB | 28/52 kB Progress (4): 1.2/1.4 MB | 213/280 kB | 24/170 kB | 32/52 kB Progress (4): 1.2/1.4 MB | 213/280 kB | 24/170 kB | 36/52 kB Progress (4): 1.2/1.4 MB | 213/280 kB | 24/170 kB | 41/52 kB Progress (4): 1.2/1.4 MB | 213/280 kB | 24/170 kB | 45/52 kB Progress (4): 1.2/1.4 MB | 213/280 kB | 24/170 kB | 49/52 kB Progress (4): 1.2/1.4 MB | 213/280 kB | 24/170 kB | 52 kB Progress (4): 1.2/1.4 MB | 217/280 kB | 24/170 kB | 52 kB Progress (4): 1.2/1.4 MB | 221/280 kB | 24/170 kB | 52 kB Progress (4): 1.2/1.4 MB | 225/280 kB | 24/170 kB | 52 kB Progress (4): 1.2/1.4 MB | 229/280 kB | 24/170 kB | 52 kB Progress (4): 1.2/1.4 MB | 233/280 kB | 24/170 kB | 52 kB Progress (4): 1.2/1.4 MB | 237/280 kB | 24/170 kB | 52 kB Progress (4): 1.2/1.4 MB | 241/280 kB | 24/170 kB | 52 kB Progress (4): 1.2/1.4 MB | 245/280 kB | 24/170 kB | 52 kB Progress (4): 1.2/1.4 MB | 249/280 kB | 24/170 kB | 52 kB Progress (4): 1.2/1.4 MB | 254/280 kB | 24/170 kB | 52 kB Progress (4): 1.2/1.4 MB | 258/280 kB | 24/170 kB | 52 kB Progress (4): 1.2/1.4 MB | 261/280 kB | 24/170 kB | 52 kB Progress (4): 1.2/1.4 MB | 265/280 kB | 24/170 kB | 52 kB Progress (4): 1.2/1.4 MB | 270/280 kB | 24/170 kB | 52 kB Progress (4): 1.2/1.4 MB | 274/280 kB | 24/170 kB | 52 kB Progress (4): 1.2/1.4 MB | 278/280 kB | 24/170 kB | 52 kB Progress (4): 1.2/1.4 MB | 280 kB | 24/170 kB | 52 kB Progress (4): 1.2/1.4 MB | 280 kB | 24/170 kB | 52 kB Progress (4): 1.2/1.4 MB | 280 kB | 24/170 kB | 52 kB Progress (4): 1.3/1.4 MB | 280 kB | 24/170 kB | 52 kB Progress (4): 1.3/1.4 MB | 280 kB | 24/170 kB | 52 kB Progress (4): 1.3/1.4 MB | 280 kB | 24/170 kB | 52 kB Progress (4): 1.3/1.4 MB | 280 kB | 24/170 kB | 52 kB Progress (4): 1.3/1.4 MB | 280 kB | 24/170 kB | 52 kB Progress (4): 1.3/1.4 MB | 280 kB | 24/170 kB | 52 kB Progress (4): 1.3/1.4 MB | 280 kB | 24/170 kB | 52 kB Progress (4): 1.3/1.4 MB | 280 kB | 24/170 kB | 52 kB Progress (4): 1.3/1.4 MB | 280 kB | 24/170 kB | 52 kB Progress (4): 1.3/1.4 MB | 280 kB | 24/170 kB | 52 kB Progress (4): 1.3/1.4 MB | 280 kB | 24/170 kB | 52 kB Progress (4): 1.3/1.4 MB | 280 kB | 24/170 kB | 52 kB Progress (4): 1.4/1.4 MB | 280 kB | 24/170 kB | 52 kB Progress (4): 1.4/1.4 MB | 280 kB | 24/170 kB | 52 kB Progress (4): 1.4/1.4 MB | 280 kB | 24/170 kB | 52 kB Progress (4): 1.4 MB | 280 kB | 24/170 kB | 52 kB Progress (4): 1.4 MB | 280 kB | 28/170 kB | 52 kB Progress (4): 1.4 MB | 280 kB | 32/170 kB | 52 kB Progress (4): 1.4 MB | 280 kB | 36/170 kB | 52 kB Progress (4): 1.4 MB | 280 kB | 41/170 kB | 52 kB Progress (4): 1.4 MB | 280 kB | 45/170 kB | 52 kB Progress (4): 1.4 MB | 280 kB | 49/170 kB | 52 kB Progress (4): 1.4 MB | 280 kB | 53/170 kB | 52 kB Progress (4): 1.4 MB | 280 kB | 57/170 kB | 52 kB Progress (5): 1.4 MB | 280 kB | 57/170 kB | 52 kB | 4.1/493 kB Progress (5): 1.4 MB | 280 kB | 57/170 kB | 52 kB | 7.8/493 kB Progress (5): 1.4 MB | 280 kB | 57/170 kB | 52 kB | 12/493 kB Progress (5): 1.4 MB | 280 kB | 57/170 kB | 52 kB | 16/493 kB Progress (5): 1.4 MB | 280 kB | 57/170 kB | 52 kB | 20/493 kB Progress (5): 1.4 MB | 280 kB | 57/170 kB | 52 kB | 24/493 kB Progress (5): 1.4 MB | 280 kB | 57/170 kB | 52 kB | 28/493 kB Progress (5): 1.4 MB | 280 kB | 57/170 kB | 52 kB | 32/493 kB Progress (5): 1.4 MB | 280 kB | 57/170 kB | 52 kB | 36/493 kB Progress (5): 1.4 MB | 280 kB | 57/170 kB | 52 kB | 41/493 kB Progress (5): 1.4 MB | 280 kB | 57/170 kB | 52 kB | 45/493 kB Progress (5): 1.4 MB | 280 kB | 57/170 kB | 52 kB | 49/493 kB Progress (5): 1.4 MB | 280 kB | 57/170 kB | 52 kB | 53/493 kB Progress (5): 1.4 MB | 280 kB | 57/170 kB | 52 kB | 57/493 kB Progress (5): 1.4 MB | 280 kB | 57/170 kB | 52 kB | 61/493 kB Progress (5): 1.4 MB | 280 kB | 57/170 kB | 52 kB | 65/493 kB Progress (5): 1.4 MB | 280 kB | 57/170 kB | 52 kB | 69/493 kB Progress (5): 1.4 MB | 280 kB | 57/170 kB | 52 kB | 73/493 kB Progress (5): 1.4 MB | 280 kB | 57/170 kB | 52 kB | 77/493 kB Progress (5): 1.4 MB | 280 kB | 57/170 kB | 52 kB | 82/493 kB Progress (5): 1.4 MB | 280 kB | 57/170 kB | 52 kB | 86/493 kB Progress (5): 1.4 MB | 280 kB | 57/170 kB | 52 kB | 90/493 kB Progress (5): 1.4 MB | 280 kB | 57/170 kB | 52 kB | 94/493 kB Progress (5): 1.4 MB | 280 kB | 57/170 kB | 52 kB | 98/493 kB Progress (5): 1.4 MB | 280 kB | 57/170 kB | 52 kB | 102/493 kB Progress (5): 1.4 MB | 280 kB | 57/170 kB | 52 kB | 106/493 kB Progress (5): 1.4 MB | 280 kB | 57/170 kB | 52 kB | 110/493 kB Progress (5): 1.4 MB | 280 kB | 57/170 kB | 52 kB | 114/493 kB Progress (5): 1.4 MB | 280 kB | 61/170 kB | 52 kB | 114/493 kB Progress (5): 1.4 MB | 280 kB | 65/170 kB | 52 kB | 114/493 kB Progress (5): 1.4 MB | 280 kB | 69/170 kB | 52 kB | 114/493 kB Progress (5): 1.4 MB | 280 kB | 73/170 kB | 52 kB | 114/493 kB Progress (5): 1.4 MB | 280 kB | 77/170 kB | 52 kB | 114/493 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/eclipse/jetty/jetty-xml/9.4.9.v20180320/jetty-xml-9.4.9.v20180320.jar (52 kB at 1.6 kB/s) +Progress (4): 1.4 MB | 280 kB | 82/170 kB | 114/493 kB Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/eclipse/jetty/jetty-io/9.4.9.v20180320/jetty-io-9.4.9.v20180320.jar +Progress (4): 1.4 MB | 280 kB | 86/170 kB | 114/493 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/eclipse/jetty/jetty-client/9.4.9.v20180320/jetty-client-9.4.9.v20180320.jar (280 kB at 8.8 kB/s) +Progress (3): 1.4 MB | 90/170 kB | 114/493 kB Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/eclipse/jetty/websocket/websocket-common/9.4.9.v20180320/websocket-common-9.4.9.v20180320.jar +Progress (3): 1.4 MB | 94/170 kB | 114/493 kB Progress (3): 1.4 MB | 98/170 kB | 114/493 kB Progress (3): 1.4 MB | 102/170 kB | 114/493 kB Progress (3): 1.4 MB | 106/170 kB | 114/493 kB Progress (3): 1.4 MB | 110/170 kB | 114/493 kB Progress (3): 1.4 MB | 114/170 kB | 114/493 kB Progress (3): 1.4 MB | 118/170 kB | 114/493 kB Progress (3): 1.4 MB | 122/170 kB | 114/493 kB Progress (3): 1.4 MB | 127/170 kB | 114/493 kB Progress (3): 1.4 MB | 131/170 kB | 114/493 kB Progress (3): 1.4 MB | 135/170 kB | 114/493 kB Progress (3): 1.4 MB | 139/170 kB | 114/493 kB Progress (3): 1.4 MB | 143/170 kB | 114/493 kB Progress (3): 1.4 MB | 147/170 kB | 114/493 kB Progress (3): 1.4 MB | 151/170 kB | 114/493 kB Progress (3): 1.4 MB | 155/170 kB | 114/493 kB Progress (3): 1.4 MB | 159/170 kB | 114/493 kB Progress (3): 1.4 MB | 163/170 kB | 114/493 kB Progress (3): 1.4 MB | 168/170 kB | 114/493 kB Progress (3): 1.4 MB | 170 kB | 114/493 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/xerces/xercesImpl/2.11.0/xercesImpl-2.11.0.jar (1.4 MB at 43 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/eclipse/jetty/websocket/websocket-api/9.4.9.v20180320/websocket-api-9.4.9.v20180320.jar +Progress (2): 170 kB | 118/493 kB Progress (2): 170 kB | 122/493 kB Progress (2): 170 kB | 127/493 kB Progress (2): 170 kB | 131/493 kB Progress (2): 170 kB | 135/493 kB Progress (2): 170 kB | 139/493 kB Progress (2): 170 kB | 143/493 kB Progress (2): 170 kB | 146/493 kB Progress (2): 170 kB | 150/493 kB Progress (2): 170 kB | 154/493 kB Progress (2): 170 kB | 158/493 kB Progress (2): 170 kB | 162/493 kB Progress (2): 170 kB | 166/493 kB Progress (2): 170 kB | 170/493 kB Progress (2): 170 kB | 174/493 kB Progress (2): 170 kB | 178/493 kB Progress (2): 170 kB | 182/493 kB Progress (2): 170 kB | 187/493 kB Progress (2): 170 kB | 191/493 kB Progress (2): 170 kB | 195/493 kB Progress (2): 170 kB | 199/493 kB Progress (2): 170 kB | 203/493 kB Progress (2): 170 kB | 207/493 kB Progress (2): 170 kB | 211/493 kB Progress (2): 170 kB | 215/493 kB Progress (2): 170 kB | 219/493 kB Progress (2): 170 kB | 223/493 kB Progress (2): 170 kB | 228/493 kB Progress (2): 170 kB | 232/493 kB Progress (2): 170 kB | 236/493 kB Progress (2): 170 kB | 240/493 kB Progress (2): 170 kB | 244/493 kB Progress (2): 170 kB | 248/493 kB Progress (2): 170 kB | 252/493 kB Progress (2): 170 kB | 256/493 kB Progress (2): 170 kB | 260/493 kB Progress (2): 170 kB | 264/493 kB Progress (2): 170 kB | 269/493 kB Progress (2): 170 kB | 273/493 kB Progress (2): 170 kB | 277/493 kB Progress (2): 170 kB | 281/493 kB Progress (2): 170 kB | 285/493 kB Progress (2): 170 kB | 289/493 kB Progress (2): 170 kB | 293/493 kB Progress (2): 170 kB | 297/493 kB Progress (2): 170 kB | 301/493 kB Progress (2): 170 kB | 305/493 kB Progress (2): 170 kB | 309/493 kB Progress (2): 170 kB | 314/493 kB Progress (2): 170 kB | 318/493 kB Progress (2): 170 kB | 322/493 kB Progress (2): 170 kB | 326/493 kB Progress (2): 170 kB | 330/493 kB Progress (2): 170 kB | 334/493 kB Progress (2): 170 kB | 338/493 kB Progress (2): 170 kB | 342/493 kB Progress (2): 170 kB | 346/493 kB Progress (2): 170 kB | 350/493 kB Progress (2): 170 kB | 355/493 kB Progress (2): 170 kB | 359/493 kB Progress (2): 170 kB | 363/493 kB Progress (2): 170 kB | 367/493 kB Progress (2): 170 kB | 371/493 kB Progress (2): 170 kB | 375/493 kB Progress (2): 170 kB | 379/493 kB Progress (2): 170 kB | 383/493 kB Progress (2): 170 kB | 387/493 kB Progress (2): 170 kB | 391/493 kB Progress (2): 170 kB | 395/493 kB Progress (2): 170 kB | 400/493 kB Progress (2): 170 kB | 404/493 kB Progress (2): 170 kB | 408/493 kB Progress (2): 170 kB | 412/493 kB Progress (2): 170 kB | 416/493 kB Progress (2): 170 kB | 420/493 kB Progress (2): 170 kB | 424/493 kB Progress (2): 170 kB | 428/493 kB Progress (2): 170 kB | 432/493 kB Progress (2): 170 kB | 436/493 kB Progress (2): 170 kB | 439/493 kB Progress (2): 170 kB | 443/493 kB Progress (2): 170 kB | 447/493 kB Progress (2): 170 kB | 452/493 kB Progress (2): 170 kB | 456/493 kB Progress (2): 170 kB | 460/493 kB Progress (2): 170 kB | 464/493 kB Progress (2): 170 kB | 468/493 kB Progress (2): 170 kB | 472/493 kB Progress (2): 170 kB | 476/493 kB Progress (2): 170 kB | 480/493 kB Progress (2): 170 kB | 484/493 kB Progress (2): 170 kB | 488/493 kB Progress (2): 170 kB | 493/493 kB Progress (2): 170 kB | 493 kB Progress (3): 170 kB | 493 kB | 4.1/135 kB Progress (3): 170 kB | 493 kB | 7.8/135 kB Progress (3): 170 kB | 493 kB | 12/135 kB Progress (3): 170 kB | 493 kB | 16/135 kB Progress (3): 170 kB | 493 kB | 20/135 kB Progress (3): 170 kB | 493 kB | 24/135 kB Progress (4): 170 kB | 493 kB | 24/135 kB | 4.1/196 kB Progress (4): 170 kB | 493 kB | 24/135 kB | 7.8/196 kB Progress (4): 170 kB | 493 kB | 24/135 kB | 12/196 kB Progress (4): 170 kB | 493 kB | 24/135 kB | 16/196 kB Progress (4): 170 kB | 493 kB | 24/135 kB | 20/196 kB Progress (4): 170 kB | 493 kB | 24/135 kB | 24/196 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/eclipse/jetty/jetty-http/9.4.9.v20180320/jetty-http-9.4.9.v20180320.jar (170 kB at 5.3 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/ru/stqa/selenium/webdriver-factory/4.2/webdriver-factory-4.2.jar +Progress (4): 493 kB | 24/135 kB | 24/196 kB | 4.1/42 kB Progress (4): 493 kB | 24/135 kB | 24/196 kB | 7.8/42 kB Progress (4): 493 kB | 24/135 kB | 24/196 kB | 12/42 kB Progress (4): 493 kB | 24/135 kB | 24/196 kB | 16/42 kB Progress (4): 493 kB | 24/135 kB | 24/196 kB | 20/42 kB Progress (4): 493 kB | 24/135 kB | 24/196 kB | 24/42 kB Progress (4): 493 kB | 28/135 kB | 24/196 kB | 24/42 kB Progress (4): 493 kB | 32/135 kB | 24/196 kB | 24/42 kB Progress (4): 493 kB | 36/135 kB | 24/196 kB | 24/42 kB Progress (4): 493 kB | 41/135 kB | 24/196 kB | 24/42 kB Progress (4): 493 kB | 45/135 kB | 24/196 kB | 24/42 kB Progress (4): 493 kB | 49/135 kB | 24/196 kB | 24/42 kB Progress (4): 493 kB | 53/135 kB | 24/196 kB | 24/42 kB Progress (4): 493 kB | 57/135 kB | 24/196 kB | 24/42 kB Progress (4): 493 kB | 61/135 kB | 24/196 kB | 24/42 kB Progress (4): 493 kB | 65/135 kB | 24/196 kB | 24/42 kB Progress (4): 493 kB | 69/135 kB | 24/196 kB | 24/42 kB Progress (4): 493 kB | 73/135 kB | 24/196 kB | 24/42 kB Progress (4): 493 kB | 77/135 kB | 24/196 kB | 24/42 kB Progress (4): 493 kB | 82/135 kB | 24/196 kB | 24/42 kB Progress (4): 493 kB | 86/135 kB | 24/196 kB | 24/42 kB Progress (4): 493 kB | 90/135 kB | 24/196 kB | 24/42 kB Progress (4): 493 kB | 90/135 kB | 28/196 kB | 24/42 kB Progress (4): 493 kB | 90/135 kB | 32/196 kB | 24/42 kB Progress (4): 493 kB | 90/135 kB | 36/196 kB | 24/42 kB Progress (4): 493 kB | 90/135 kB | 41/196 kB | 24/42 kB Progress (4): 493 kB | 90/135 kB | 45/196 kB | 24/42 kB Progress (4): 493 kB | 90/135 kB | 49/196 kB | 24/42 kB Progress (4): 493 kB | 90/135 kB | 53/196 kB | 24/42 kB Progress (4): 493 kB | 90/135 kB | 57/196 kB | 24/42 kB Progress (4): 493 kB | 90/135 kB | 61/196 kB | 24/42 kB Progress (4): 493 kB | 90/135 kB | 65/196 kB | 24/42 kB Progress (4): 493 kB | 90/135 kB | 69/196 kB | 24/42 kB Progress (4): 493 kB | 90/135 kB | 73/196 kB | 24/42 kB Progress (4): 493 kB | 90/135 kB | 77/196 kB | 24/42 kB Progress (4): 493 kB | 90/135 kB | 82/196 kB | 24/42 kB Progress (4): 493 kB | 90/135 kB | 86/196 kB | 24/42 kB Progress (4): 493 kB | 90/135 kB | 90/196 kB | 24/42 kB Progress (4): 493 kB | 90/135 kB | 94/196 kB | 24/42 kB Progress (4): 493 kB | 90/135 kB | 98/196 kB | 24/42 kB Progress (4): 493 kB | 90/135 kB | 101/196 kB | 24/42 kB Progress (4): 493 kB | 90/135 kB | 101/196 kB | 28/42 kB Progress (4): 493 kB | 90/135 kB | 101/196 kB | 32/42 kB Progress (4): 493 kB | 90/135 kB | 101/196 kB | 36/42 kB Progress (4): 493 kB | 90/135 kB | 101/196 kB | 41/42 kB Progress (4): 493 kB | 90/135 kB | 101/196 kB | 42 kB Progress (4): 493 kB | 94/135 kB | 101/196 kB | 42 kB Progress (4): 493 kB | 98/135 kB | 101/196 kB | 42 kB Progress (4): 493 kB | 102/135 kB | 101/196 kB | 42 kB Progress (4): 493 kB | 106/135 kB | 101/196 kB | 42 kB Progress (4): 493 kB | 110/135 kB | 101/196 kB | 42 kB Progress (4): 493 kB | 114/135 kB | 101/196 kB | 42 kB Progress (4): 493 kB | 118/135 kB | 101/196 kB | 42 kB Progress (4): 493 kB | 122/135 kB | 101/196 kB | 42 kB Progress (4): 493 kB | 127/135 kB | 101/196 kB | 42 kB Progress (4): 493 kB | 131/135 kB | 101/196 kB | 42 kB Progress (4): 493 kB | 135/135 kB | 101/196 kB | 42 kB Progress (4): 493 kB | 135 kB | 101/196 kB | 42 kB Progress (5): 493 kB | 135 kB | 101/196 kB | 42 kB | 4.1/18 kB Progress (5): 493 kB | 135 kB | 101/196 kB | 42 kB | 7.8/18 kB Progress (5): 493 kB | 135 kB | 101/196 kB | 42 kB | 12/18 kB Progress (5): 493 kB | 135 kB | 101/196 kB | 42 kB | 16/18 kB Progress (5): 493 kB | 135 kB | 101/196 kB | 42 kB | 18 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/eclipse/jetty/websocket/websocket-api/9.4.9.v20180320/websocket-api-9.4.9.v20180320.jar (42 kB at 1.3 kB/s) +Progress (4): 493 kB | 135 kB | 105/196 kB | 18 kB Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/paulhammant/ngwebdriver/1.0/ngwebdriver-1.0.jar +Progress (4): 493 kB | 135 kB | 109/196 kB | 18 kB Progress (4): 493 kB | 135 kB | 113/196 kB | 18 kB Progress (4): 493 kB | 135 kB | 118/196 kB | 18 kB Progress (4): 493 kB | 135 kB | 122/196 kB | 18 kB Progress (4): 493 kB | 135 kB | 126/196 kB | 18 kB Progress (4): 493 kB | 135 kB | 130/196 kB | 18 kB Progress (4): 493 kB | 135 kB | 134/196 kB | 18 kB Progress (4): 493 kB | 135 kB | 138/196 kB | 18 kB Progress (4): 493 kB | 135 kB | 142/196 kB | 18 kB Progress (4): 493 kB | 135 kB | 146/196 kB | 18 kB Progress (4): 493 kB | 135 kB | 150/196 kB | 18 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/eclipse/jetty/jetty-util/9.4.9.v20180320/jetty-util-9.4.9.v20180320.jar (493 kB at 15 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/fasterxml/jackson/core/jackson-core/2.9.3/jackson-core-2.9.3.jar +Progress (3): 135 kB | 154/196 kB | 18 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/eclipse/jetty/jetty-io/9.4.9.v20180320/jetty-io-9.4.9.v20180320.jar (135 kB at 4.1 kB/s) +Progress (2): 158/196 kB | 18 kB Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/fasterxml/jackson/core/jackson-databind/2.9.5/jackson-databind-2.9.5.jar +Progress (2): 163/196 kB | 18 kB Progress (2): 167/196 kB | 18 kB Progress (2): 171/196 kB | 18 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/ru/stqa/selenium/webdriver-factory/4.2/webdriver-factory-4.2.jar (18 kB at 533 B/s) +Progress (1): 175/196 kB Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/fasterxml/jackson/core/jackson-annotations/2.9.3/jackson-annotations-2.9.3.jar +Progress (1): 179/196 kB Progress (1): 183/196 kB Progress (1): 187/196 kB Progress (1): 191/196 kB Progress (1): 195/196 kB Progress (1): 196 kB Progress (2): 196 kB | 4.1/30 kB Progress (2): 196 kB | 7.8/30 kB Progress (2): 196 kB | 12/30 kB Progress (2): 196 kB | 16/30 kB Progress (2): 196 kB | 20/30 kB Progress (2): 196 kB | 24/30 kB Progress (2): 196 kB | 28/30 kB Progress (2): 196 kB | 30 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/eclipse/jetty/websocket/websocket-common/9.4.9.v20180320/websocket-common-9.4.9.v20180320.jar (196 kB at 5.9 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/springframework/spring-context/4.3.8.RELEASE/spring-context-4.3.8.RELEASE.jar +Progress (2): 30 kB | 0/1.3 MB Progress (2): 30 kB | 0/1.3 MB Progress (2): 30 kB | 0/1.3 MB Progress (2): 30 kB | 0/1.3 MB Progress (2): 30 kB | 0/1.3 MB Progress (2): 30 kB | 0/1.3 MB Progress (2): 30 kB | 0.1/1.3 MB Progress (3): 30 kB | 0.1/1.3 MB | 4.1/321 kB Progress (3): 30 kB | 0.1/1.3 MB | 7.8/321 kB Progress (3): 30 kB | 0.1/1.3 MB | 12/321 kB Progress (3): 30 kB | 0.1/1.3 MB | 16/321 kB Progress (3): 30 kB | 0.1/1.3 MB | 20/321 kB Progress (3): 30 kB | 0.1/1.3 MB | 24/321 kB Progress (4): 30 kB | 0.1/1.3 MB | 24/321 kB | 4.1/67 kB Progress (4): 30 kB | 0.1/1.3 MB | 24/321 kB | 7.8/67 kB Progress (4): 30 kB | 0.1/1.3 MB | 24/321 kB | 12/67 kB Progress (4): 30 kB | 0.1/1.3 MB | 24/321 kB | 16/67 kB Progress (4): 30 kB | 0.1/1.3 MB | 24/321 kB | 20/67 kB Progress (4): 30 kB | 0.1/1.3 MB | 24/321 kB | 24/67 kB Progress (4): 30 kB | 0.1/1.3 MB | 24/321 kB | 24/67 kB Progress (4): 30 kB | 0.1/1.3 MB | 24/321 kB | 24/67 kB Progress (4): 30 kB | 0.1/1.3 MB | 24/321 kB | 24/67 kB Progress (4): 30 kB | 0.1/1.3 MB | 24/321 kB | 24/67 kB Progress (4): 30 kB | 0.1/1.3 MB | 24/321 kB | 24/67 kB Progress (4): 30 kB | 0.1/1.3 MB | 24/321 kB | 24/67 kB Progress (4): 30 kB | 0.1/1.3 MB | 24/321 kB | 24/67 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/paulhammant/ngwebdriver/1.0/ngwebdriver-1.0.jar (30 kB at 879 B/s) +Progress (3): 0.1/1.3 MB | 24/321 kB | 24/67 kB Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/springframework/spring-aop/4.3.8.RELEASE/spring-aop-4.3.8.RELEASE.jar +Progress (3): 0.1/1.3 MB | 24/321 kB | 24/67 kB Progress (3): 0.1/1.3 MB | 24/321 kB | 24/67 kB Progress (3): 0.1/1.3 MB | 24/321 kB | 24/67 kB Progress (3): 0.1/1.3 MB | 28/321 kB | 24/67 kB Progress (3): 0.1/1.3 MB | 32/321 kB | 24/67 kB Progress (3): 0.1/1.3 MB | 36/321 kB | 24/67 kB Progress (3): 0.1/1.3 MB | 41/321 kB | 24/67 kB Progress (3): 0.1/1.3 MB | 45/321 kB | 24/67 kB Progress (3): 0.1/1.3 MB | 49/321 kB | 24/67 kB Progress (3): 0.1/1.3 MB | 53/321 kB | 24/67 kB Progress (3): 0.1/1.3 MB | 57/321 kB | 24/67 kB Progress (3): 0.1/1.3 MB | 61/321 kB | 24/67 kB Progress (3): 0.1/1.3 MB | 65/321 kB | 24/67 kB Progress (3): 0.1/1.3 MB | 69/321 kB | 24/67 kB Progress (3): 0.1/1.3 MB | 73/321 kB | 24/67 kB Progress (3): 0.2/1.3 MB | 73/321 kB | 24/67 kB Progress (3): 0.2/1.3 MB | 73/321 kB | 24/67 kB Progress (3): 0.2/1.3 MB | 73/321 kB | 24/67 kB Progress (3): 0.2/1.3 MB | 73/321 kB | 24/67 kB Progress (3): 0.2/1.3 MB | 73/321 kB | 24/67 kB Progress (3): 0.2/1.3 MB | 73/321 kB | 24/67 kB Progress (3): 0.2/1.3 MB | 73/321 kB | 24/67 kB Progress (3): 0.2/1.3 MB | 73/321 kB | 24/67 kB Progress (3): 0.2/1.3 MB | 73/321 kB | 24/67 kB Progress (3): 0.2/1.3 MB | 73/321 kB | 24/67 kB Progress (3): 0.2/1.3 MB | 73/321 kB | 24/67 kB Progress (3): 0.2/1.3 MB | 73/321 kB | 24/67 kB Progress (3): 0.3/1.3 MB | 73/321 kB | 24/67 kB Progress (3): 0.3/1.3 MB | 73/321 kB | 24/67 kB Progress (3): 0.3/1.3 MB | 73/321 kB | 24/67 kB Progress (3): 0.3/1.3 MB | 77/321 kB | 24/67 kB Progress (3): 0.3/1.3 MB | 82/321 kB | 24/67 kB Progress (3): 0.3/1.3 MB | 86/321 kB | 24/67 kB Progress (3): 0.3/1.3 MB | 90/321 kB | 24/67 kB Progress (3): 0.3/1.3 MB | 94/321 kB | 24/67 kB Progress (3): 0.3/1.3 MB | 98/321 kB | 24/67 kB Progress (3): 0.3/1.3 MB | 102/321 kB | 24/67 kB Progress (3): 0.3/1.3 MB | 106/321 kB | 24/67 kB Progress (3): 0.3/1.3 MB | 110/321 kB | 24/67 kB Progress (3): 0.3/1.3 MB | 114/321 kB | 24/67 kB Progress (3): 0.3/1.3 MB | 118/321 kB | 24/67 kB Progress (3): 0.3/1.3 MB | 122/321 kB | 24/67 kB Progress (3): 0.3/1.3 MB | 127/321 kB | 24/67 kB Progress (3): 0.3/1.3 MB | 131/321 kB | 24/67 kB Progress (3): 0.3/1.3 MB | 131/321 kB | 28/67 kB Progress (3): 0.3/1.3 MB | 131/321 kB | 32/67 kB Progress (3): 0.3/1.3 MB | 131/321 kB | 36/67 kB Progress (3): 0.3/1.3 MB | 131/321 kB | 41/67 kB Progress (3): 0.3/1.3 MB | 131/321 kB | 41/67 kB Progress (3): 0.3/1.3 MB | 131/321 kB | 41/67 kB Progress (3): 0.3/1.3 MB | 131/321 kB | 41/67 kB Progress (3): 0.3/1.3 MB | 131/321 kB | 41/67 kB Progress (3): 0.3/1.3 MB | 131/321 kB | 41/67 kB Progress (3): 0.3/1.3 MB | 131/321 kB | 41/67 kB Progress (3): 0.3/1.3 MB | 131/321 kB | 41/67 kB Progress (3): 0.3/1.3 MB | 131/321 kB | 41/67 kB Progress (3): 0.4/1.3 MB | 131/321 kB | 41/67 kB Progress (3): 0.4/1.3 MB | 131/321 kB | 41/67 kB Progress (4): 0.4/1.3 MB | 131/321 kB | 41/67 kB | 0/1.1 MB Progress (4): 0.4/1.3 MB | 131/321 kB | 41/67 kB | 0/1.1 MB Progress (4): 0.4/1.3 MB | 131/321 kB | 41/67 kB | 0/1.1 MB Progress (4): 0.4/1.3 MB | 131/321 kB | 41/67 kB | 0/1.1 MB Progress (4): 0.4/1.3 MB | 131/321 kB | 41/67 kB | 0/1.1 MB Progress (4): 0.4/1.3 MB | 131/321 kB | 41/67 kB | 0/1.1 MB Progress (4): 0.4/1.3 MB | 131/321 kB | 41/67 kB | 0/1.1 MB Progress (4): 0.4/1.3 MB | 131/321 kB | 41/67 kB | 0/1.1 MB Progress (4): 0.4/1.3 MB | 131/321 kB | 41/67 kB | 0/1.1 MB Progress (4): 0.4/1.3 MB | 135/321 kB | 41/67 kB | 0/1.1 MB Progress (4): 0.4/1.3 MB | 139/321 kB | 41/67 kB | 0/1.1 MB Progress (4): 0.4/1.3 MB | 143/321 kB | 41/67 kB | 0/1.1 MB Progress (4): 0.4/1.3 MB | 147/321 kB | 41/67 kB | 0/1.1 MB Progress (4): 0.4/1.3 MB | 151/321 kB | 41/67 kB | 0/1.1 MB Progress (4): 0.4/1.3 MB | 155/321 kB | 41/67 kB | 0/1.1 MB Progress (4): 0.4/1.3 MB | 159/321 kB | 41/67 kB | 0/1.1 MB Progress (4): 0.4/1.3 MB | 163/321 kB | 41/67 kB | 0/1.1 MB Progress (4): 0.4/1.3 MB | 168/321 kB | 41/67 kB | 0/1.1 MB Progress (4): 0.4/1.3 MB | 172/321 kB | 41/67 kB | 0/1.1 MB Progress (4): 0.4/1.3 MB | 176/321 kB | 41/67 kB | 0/1.1 MB Progress (4): 0.4/1.3 MB | 180/321 kB | 41/67 kB | 0/1.1 MB Progress (5): 0.4/1.3 MB | 180/321 kB | 41/67 kB | 0/1.1 MB | 4.1/381 kB Progress (5): 0.4/1.3 MB | 180/321 kB | 41/67 kB | 0/1.1 MB | 7.8/381 kB Progress (5): 0.4/1.3 MB | 180/321 kB | 41/67 kB | 0/1.1 MB | 12/381 kB Progress (5): 0.4/1.3 MB | 180/321 kB | 41/67 kB | 0/1.1 MB | 16/381 kB Progress (5): 0.4/1.3 MB | 180/321 kB | 41/67 kB | 0/1.1 MB | 16/381 kB Progress (5): 0.4/1.3 MB | 180/321 kB | 41/67 kB | 0/1.1 MB | 16/381 kB Progress (5): 0.4/1.3 MB | 180/321 kB | 45/67 kB | 0/1.1 MB | 16/381 kB Progress (5): 0.4/1.3 MB | 180/321 kB | 49/67 kB | 0/1.1 MB | 16/381 kB Progress (5): 0.4/1.3 MB | 180/321 kB | 53/67 kB | 0/1.1 MB | 16/381 kB Progress (5): 0.4/1.3 MB | 180/321 kB | 57/67 kB | 0/1.1 MB | 16/381 kB Progress (5): 0.4/1.3 MB | 180/321 kB | 57/67 kB | 0/1.1 MB | 16/381 kB Progress (5): 0.4/1.3 MB | 180/321 kB | 57/67 kB | 0/1.1 MB | 16/381 kB Progress (5): 0.4/1.3 MB | 180/321 kB | 57/67 kB | 0/1.1 MB | 16/381 kB Progress (5): 0.4/1.3 MB | 180/321 kB | 57/67 kB | 0/1.1 MB | 16/381 kB Progress (5): 0.4/1.3 MB | 180/321 kB | 57/67 kB | 0/1.1 MB | 16/381 kB Progress (5): 0.5/1.3 MB | 180/321 kB | 57/67 kB | 0/1.1 MB | 16/381 kB Progress (5): 0.5/1.3 MB | 180/321 kB | 57/67 kB | 0/1.1 MB | 16/381 kB Progress (5): 0.5/1.3 MB | 180/321 kB | 57/67 kB | 0/1.1 MB | 16/381 kB Progress (5): 0.5/1.3 MB | 180/321 kB | 57/67 kB | 0/1.1 MB | 16/381 kB Progress (5): 0.5/1.3 MB | 180/321 kB | 57/67 kB | 0/1.1 MB | 16/381 kB Progress (5): 0.5/1.3 MB | 180/321 kB | 57/67 kB | 0/1.1 MB | 16/381 kB Progress (5): 0.5/1.3 MB | 180/321 kB | 57/67 kB | 0.1/1.1 MB | 16/381 kB Progress (5): 0.5/1.3 MB | 180/321 kB | 57/67 kB | 0.1/1.1 MB | 16/381 kB Progress (5): 0.5/1.3 MB | 180/321 kB | 57/67 kB | 0.1/1.1 MB | 16/381 kB Progress (5): 0.5/1.3 MB | 180/321 kB | 57/67 kB | 0.1/1.1 MB | 16/381 kB Progress (5): 0.5/1.3 MB | 180/321 kB | 57/67 kB | 0.1/1.1 MB | 16/381 kB Progress (5): 0.5/1.3 MB | 180/321 kB | 57/67 kB | 0.1/1.1 MB | 16/381 kB Progress (5): 0.5/1.3 MB | 180/321 kB | 57/67 kB | 0.1/1.1 MB | 16/381 kB Progress (5): 0.5/1.3 MB | 180/321 kB | 57/67 kB | 0.1/1.1 MB | 16/381 kB Progress (5): 0.5/1.3 MB | 184/321 kB | 57/67 kB | 0.1/1.1 MB | 16/381 kB Progress (5): 0.5/1.3 MB | 188/321 kB | 57/67 kB | 0.1/1.1 MB | 16/381 kB Progress (5): 0.5/1.3 MB | 192/321 kB | 57/67 kB | 0.1/1.1 MB | 16/381 kB Progress (5): 0.5/1.3 MB | 196/321 kB | 57/67 kB | 0.1/1.1 MB | 16/381 kB Progress (5): 0.5/1.3 MB | 200/321 kB | 57/67 kB | 0.1/1.1 MB | 16/381 kB Progress (5): 0.5/1.3 MB | 204/321 kB | 57/67 kB | 0.1/1.1 MB | 16/381 kB Progress (5): 0.5/1.3 MB | 208/321 kB | 57/67 kB | 0.1/1.1 MB | 16/381 kB Progress (5): 0.5/1.3 MB | 213/321 kB | 57/67 kB | 0.1/1.1 MB | 16/381 kB Progress (5): 0.5/1.3 MB | 217/321 kB | 57/67 kB | 0.1/1.1 MB | 16/381 kB Progress (5): 0.5/1.3 MB | 221/321 kB | 57/67 kB | 0.1/1.1 MB | 16/381 kB Progress (5): 0.5/1.3 MB | 225/321 kB | 57/67 kB | 0.1/1.1 MB | 16/381 kB Progress (5): 0.5/1.3 MB | 229/321 kB | 57/67 kB | 0.1/1.1 MB | 16/381 kB Progress (5): 0.5/1.3 MB | 229/321 kB | 57/67 kB | 0.1/1.1 MB | 20/381 kB Progress (5): 0.5/1.3 MB | 229/321 kB | 57/67 kB | 0.1/1.1 MB | 24/381 kB Progress (5): 0.5/1.3 MB | 233/321 kB | 57/67 kB | 0.1/1.1 MB | 24/381 kB Progress (5): 0.5/1.3 MB | 233/321 kB | 57/67 kB | 0.1/1.1 MB | 28/381 kB Progress (5): 0.5/1.3 MB | 237/321 kB | 57/67 kB | 0.1/1.1 MB | 28/381 kB Progress (5): 0.5/1.3 MB | 237/321 kB | 57/67 kB | 0.1/1.1 MB | 32/381 kB Progress (5): 0.5/1.3 MB | 241/321 kB | 57/67 kB | 0.1/1.1 MB | 32/381 kB Progress (5): 0.5/1.3 MB | 245/321 kB | 57/67 kB | 0.1/1.1 MB | 32/381 kB Progress (5): 0.5/1.3 MB | 245/321 kB | 57/67 kB | 0.1/1.1 MB | 36/381 kB Progress (5): 0.5/1.3 MB | 245/321 kB | 57/67 kB | 0.1/1.1 MB | 41/381 kB Progress (5): 0.5/1.3 MB | 245/321 kB | 57/67 kB | 0.1/1.1 MB | 45/381 kB Progress (5): 0.5/1.3 MB | 245/321 kB | 57/67 kB | 0.1/1.1 MB | 49/381 kB Progress (5): 0.5/1.3 MB | 245/321 kB | 57/67 kB | 0.1/1.1 MB | 49/381 kB Progress (5): 0.5/1.3 MB | 245/321 kB | 57/67 kB | 0.1/1.1 MB | 49/381 kB Progress (5): 0.5/1.3 MB | 245/321 kB | 61/67 kB | 0.1/1.1 MB | 49/381 kB Progress (5): 0.5/1.3 MB | 245/321 kB | 65/67 kB | 0.1/1.1 MB | 49/381 kB Progress (5): 0.5/1.3 MB | 245/321 kB | 67 kB | 0.1/1.1 MB | 49/381 kB Progress (5): 0.5/1.3 MB | 245/321 kB | 67 kB | 0.1/1.1 MB | 49/381 kB Progress (5): 0.5/1.3 MB | 245/321 kB | 67 kB | 0.1/1.1 MB | 49/381 kB Progress (5): 0.5/1.3 MB | 245/321 kB | 67 kB | 0.1/1.1 MB | 49/381 kB Progress (5): 0.6/1.3 MB | 245/321 kB | 67 kB | 0.1/1.1 MB | 49/381 kB Progress (5): 0.6/1.3 MB | 245/321 kB | 67 kB | 0.1/1.1 MB | 49/381 kB Progress (5): 0.6/1.3 MB | 245/321 kB | 67 kB | 0.1/1.1 MB | 49/381 kB Progress (5): 0.6/1.3 MB | 245/321 kB | 67 kB | 0.1/1.1 MB | 49/381 kB Progress (5): 0.6/1.3 MB | 245/321 kB | 67 kB | 0.1/1.1 MB | 49/381 kB Progress (5): 0.6/1.3 MB | 245/321 kB | 67 kB | 0.1/1.1 MB | 49/381 kB Progress (5): 0.6/1.3 MB | 245/321 kB | 67 kB | 0.1/1.1 MB | 49/381 kB Progress (5): 0.6/1.3 MB | 245/321 kB | 67 kB | 0.1/1.1 MB | 49/381 kB Progress (5): 0.6/1.3 MB | 245/321 kB | 67 kB | 0.1/1.1 MB | 49/381 kB Progress (5): 0.6/1.3 MB | 245/321 kB | 67 kB | 0.1/1.1 MB | 49/381 kB Progress (5): 0.6/1.3 MB | 245/321 kB | 67 kB | 0.1/1.1 MB | 49/381 kB Progress (5): 0.6/1.3 MB | 245/321 kB | 67 kB | 0.1/1.1 MB | 49/381 kB Progress (5): 0.6/1.3 MB | 245/321 kB | 67 kB | 0.1/1.1 MB | 49/381 kB Progress (5): 0.6/1.3 MB | 245/321 kB | 67 kB | 0.1/1.1 MB | 49/381 kB Progress (5): 0.6/1.3 MB | 245/321 kB | 67 kB | 0.1/1.1 MB | 49/381 kB Progress (5): 0.6/1.3 MB | 245/321 kB | 67 kB | 0.2/1.1 MB | 49/381 kB Progress (5): 0.6/1.3 MB | 245/321 kB | 67 kB | 0.2/1.1 MB | 49/381 kB Progress (5): 0.6/1.3 MB | 245/321 kB | 67 kB | 0.2/1.1 MB | 49/381 kB Progress (5): 0.6/1.3 MB | 245/321 kB | 67 kB | 0.2/1.1 MB | 49/381 kB Progress (5): 0.6/1.3 MB | 249/321 kB | 67 kB | 0.2/1.1 MB | 49/381 kB Progress (5): 0.6/1.3 MB | 254/321 kB | 67 kB | 0.2/1.1 MB | 49/381 kB Progress (5): 0.6/1.3 MB | 258/321 kB | 67 kB | 0.2/1.1 MB | 49/381 kB Progress (5): 0.6/1.3 MB | 261/321 kB | 67 kB | 0.2/1.1 MB | 49/381 kB Progress (5): 0.6/1.3 MB | 265/321 kB | 67 kB | 0.2/1.1 MB | 49/381 kB Progress (5): 0.6/1.3 MB | 270/321 kB | 67 kB | 0.2/1.1 MB | 49/381 kB Progress (5): 0.6/1.3 MB | 274/321 kB | 67 kB | 0.2/1.1 MB | 49/381 kB Progress (5): 0.6/1.3 MB | 278/321 kB | 67 kB | 0.2/1.1 MB | 49/381 kB Progress (5): 0.6/1.3 MB | 282/321 kB | 67 kB | 0.2/1.1 MB | 49/381 kB Progress (5): 0.6/1.3 MB | 286/321 kB | 67 kB | 0.2/1.1 MB | 49/381 kB Progress (5): 0.6/1.3 MB | 286/321 kB | 67 kB | 0.2/1.1 MB | 53/381 kB Progress (5): 0.6/1.3 MB | 286/321 kB | 67 kB | 0.2/1.1 MB | 57/381 kB Progress (5): 0.6/1.3 MB | 286/321 kB | 67 kB | 0.2/1.1 MB | 61/381 kB Progress (5): 0.6/1.3 MB | 286/321 kB | 67 kB | 0.2/1.1 MB | 65/381 kB Progress (5): 0.6/1.3 MB | 286/321 kB | 67 kB | 0.2/1.1 MB | 69/381 kB Progress (5): 0.6/1.3 MB | 286/321 kB | 67 kB | 0.2/1.1 MB | 73/381 kB Progress (5): 0.6/1.3 MB | 290/321 kB | 67 kB | 0.2/1.1 MB | 73/381 kB Progress (5): 0.6/1.3 MB | 290/321 kB | 67 kB | 0.2/1.1 MB | 77/381 kB Progress (5): 0.6/1.3 MB | 294/321 kB | 67 kB | 0.2/1.1 MB | 77/381 kB Progress (5): 0.6/1.3 MB | 294/321 kB | 67 kB | 0.2/1.1 MB | 82/381 kB Progress (5): 0.6/1.3 MB | 298/321 kB | 67 kB | 0.2/1.1 MB | 82/381 kB Progress (5): 0.6/1.3 MB | 302/321 kB | 67 kB | 0.2/1.1 MB | 82/381 kB Progress (5): 0.6/1.3 MB | 302/321 kB | 67 kB | 0.2/1.1 MB | 86/381 kB Progress (5): 0.6/1.3 MB | 302/321 kB | 67 kB | 0.2/1.1 MB | 90/381 kB Progress (5): 0.6/1.3 MB | 302/321 kB | 67 kB | 0.2/1.1 MB | 94/381 kB Progress (5): 0.6/1.3 MB | 302/321 kB | 67 kB | 0.2/1.1 MB | 98/381 kB Progress (5): 0.6/1.3 MB | 302/321 kB | 67 kB | 0.2/1.1 MB | 102/381 kB Progress (5): 0.6/1.3 MB | 302/321 kB | 67 kB | 0.2/1.1 MB | 106/381 kB Progress (5): 0.6/1.3 MB | 302/321 kB | 67 kB | 0.2/1.1 MB | 110/381 kB Progress (5): 0.6/1.3 MB | 302/321 kB | 67 kB | 0.2/1.1 MB | 114/381 kB Progress (5): 0.6/1.3 MB | 302/321 kB | 67 kB | 0.2/1.1 MB | 114/381 kB Progress (5): 0.7/1.3 MB | 302/321 kB | 67 kB | 0.2/1.1 MB | 114/381 kB Progress (5): 0.7/1.3 MB | 306/321 kB | 67 kB | 0.2/1.1 MB | 114/381 kB Progress (5): 0.7/1.3 MB | 310/321 kB | 67 kB | 0.2/1.1 MB | 114/381 kB Progress (5): 0.7/1.3 MB | 315/321 kB | 67 kB | 0.2/1.1 MB | 114/381 kB Progress (5): 0.7/1.3 MB | 319/321 kB | 67 kB | 0.2/1.1 MB | 114/381 kB Progress (5): 0.7/1.3 MB | 321 kB | 67 kB | 0.2/1.1 MB | 114/381 kB Progress (5): 0.7/1.3 MB | 321 kB | 67 kB | 0.2/1.1 MB | 114/381 kB Progress (5): 0.7/1.3 MB | 321 kB | 67 kB | 0.2/1.1 MB | 114/381 kB Progress (5): 0.7/1.3 MB | 321 kB | 67 kB | 0.2/1.1 MB | 114/381 kB Progress (5): 0.7/1.3 MB | 321 kB | 67 kB | 0.2/1.1 MB | 114/381 kB Progress (5): 0.7/1.3 MB | 321 kB | 67 kB | 0.2/1.1 MB | 114/381 kB Progress (5): 0.7/1.3 MB | 321 kB | 67 kB | 0.2/1.1 MB | 114/381 kB Progress (5): 0.7/1.3 MB | 321 kB | 67 kB | 0.2/1.1 MB | 114/381 kB Progress (5): 0.7/1.3 MB | 321 kB | 67 kB | 0.2/1.1 MB | 114/381 kB Progress (5): 0.7/1.3 MB | 321 kB | 67 kB | 0.2/1.1 MB | 114/381 kB Progress (5): 0.7/1.3 MB | 321 kB | 67 kB | 0.2/1.1 MB | 114/381 kB Progress (5): 0.7/1.3 MB | 321 kB | 67 kB | 0.2/1.1 MB | 114/381 kB Progress (5): 0.7/1.3 MB | 321 kB | 67 kB | 0.2/1.1 MB | 114/381 kB Progress (5): 0.7/1.3 MB | 321 kB | 67 kB | 0.2/1.1 MB | 114/381 kB Progress (5): 0.7/1.3 MB | 321 kB | 67 kB | 0.2/1.1 MB | 114/381 kB Progress (5): 0.7/1.3 MB | 321 kB | 67 kB | 0.2/1.1 MB | 114/381 kB Progress (5): 0.7/1.3 MB | 321 kB | 67 kB | 0.2/1.1 MB | 114/381 kB Progress (5): 0.7/1.3 MB | 321 kB | 67 kB | 0.2/1.1 MB | 114/381 kB Progress (5): 0.7/1.3 MB | 321 kB | 67 kB | 0.2/1.1 MB | 114/381 kB Progress (5): 0.7/1.3 MB | 321 kB | 67 kB | 0.2/1.1 MB | 114/381 kB Progress (5): 0.7/1.3 MB | 321 kB | 67 kB | 0.2/1.1 MB | 114/381 kB Progress (5): 0.7/1.3 MB | 321 kB | 67 kB | 0.2/1.1 MB | 114/381 kB Progress (5): 0.8/1.3 MB | 321 kB | 67 kB | 0.2/1.1 MB | 114/381 kB Progress (5): 0.8/1.3 MB | 321 kB | 67 kB | 0.2/1.1 MB | 114/381 kB Progress (5): 0.8/1.3 MB | 321 kB | 67 kB | 0.2/1.1 MB | 114/381 kB Progress (5): 0.8/1.3 MB | 321 kB | 67 kB | 0.2/1.1 MB | 118/381 kB Progress (5): 0.8/1.3 MB | 321 kB | 67 kB | 0.2/1.1 MB | 122/381 kB Progress (5): 0.8/1.3 MB | 321 kB | 67 kB | 0.2/1.1 MB | 127/381 kB Progress (5): 0.8/1.3 MB | 321 kB | 67 kB | 0.2/1.1 MB | 131/381 kB Progress (5): 0.8/1.3 MB | 321 kB | 67 kB | 0.2/1.1 MB | 135/381 kB Progress (5): 0.8/1.3 MB | 321 kB | 67 kB | 0.2/1.1 MB | 139/381 kB Progress (5): 0.8/1.3 MB | 321 kB | 67 kB | 0.2/1.1 MB | 143/381 kB Progress (5): 0.8/1.3 MB | 321 kB | 67 kB | 0.2/1.1 MB | 146/381 kB Progress (5): 0.8/1.3 MB | 321 kB | 67 kB | 0.2/1.1 MB | 150/381 kB Progress (5): 0.8/1.3 MB | 321 kB | 67 kB | 0.2/1.1 MB | 154/381 kB Progress (5): 0.8/1.3 MB | 321 kB | 67 kB | 0.2/1.1 MB | 158/381 kB Progress (5): 0.8/1.3 MB | 321 kB | 67 kB | 0.2/1.1 MB | 162/381 kB Progress (5): 0.8/1.3 MB | 321 kB | 67 kB | 0.2/1.1 MB | 166/381 kB Progress (5): 0.8/1.3 MB | 321 kB | 67 kB | 0.2/1.1 MB | 170/381 kB Progress (5): 0.8/1.3 MB | 321 kB | 67 kB | 0.2/1.1 MB | 174/381 kB Progress (5): 0.8/1.3 MB | 321 kB | 67 kB | 0.2/1.1 MB | 178/381 kB Progress (5): 0.8/1.3 MB | 321 kB | 67 kB | 0.2/1.1 MB | 182/381 kB Progress (5): 0.8/1.3 MB | 321 kB | 67 kB | 0.2/1.1 MB | 187/381 kB Progress (5): 0.8/1.3 MB | 321 kB | 67 kB | 0.2/1.1 MB | 191/381 kB Progress (5): 0.8/1.3 MB | 321 kB | 67 kB | 0.2/1.1 MB | 195/381 kB Progress (5): 0.8/1.3 MB | 321 kB | 67 kB | 0.2/1.1 MB | 199/381 kB Progress (5): 0.8/1.3 MB | 321 kB | 67 kB | 0.2/1.1 MB | 203/381 kB Progress (5): 0.8/1.3 MB | 321 kB | 67 kB | 0.2/1.1 MB | 207/381 kB Progress (5): 0.8/1.3 MB | 321 kB | 67 kB | 0.2/1.1 MB | 211/381 kB Progress (5): 0.8/1.3 MB | 321 kB | 67 kB | 0.2/1.1 MB | 215/381 kB Progress (5): 0.8/1.3 MB | 321 kB | 67 kB | 0.2/1.1 MB | 219/381 kB Progress (5): 0.8/1.3 MB | 321 kB | 67 kB | 0.2/1.1 MB | 223/381 kB Progress (5): 0.8/1.3 MB | 321 kB | 67 kB | 0.2/1.1 MB | 228/381 kB Progress (5): 0.8/1.3 MB | 321 kB | 67 kB | 0.2/1.1 MB | 232/381 kB Progress (5): 0.8/1.3 MB | 321 kB | 67 kB | 0.2/1.1 MB | 236/381 kB Progress (5): 0.8/1.3 MB | 321 kB | 67 kB | 0.2/1.1 MB | 240/381 kB Progress (5): 0.8/1.3 MB | 321 kB | 67 kB | 0.2/1.1 MB | 244/381 kB Progress (5): 0.8/1.3 MB | 321 kB | 67 kB | 0.2/1.1 MB | 248/381 kB Progress (5): 0.8/1.3 MB | 321 kB | 67 kB | 0.2/1.1 MB | 252/381 kB Progress (5): 0.8/1.3 MB | 321 kB | 67 kB | 0.2/1.1 MB | 256/381 kB Progress (5): 0.8/1.3 MB | 321 kB | 67 kB | 0.2/1.1 MB | 260/381 kB Progress (5): 0.8/1.3 MB | 321 kB | 67 kB | 0.2/1.1 MB | 260/381 kB Progress (5): 0.8/1.3 MB | 321 kB | 67 kB | 0.2/1.1 MB | 260/381 kB Progress (5): 0.8/1.3 MB | 321 kB | 67 kB | 0.2/1.1 MB | 260/381 kB Progress (5): 0.8/1.3 MB | 321 kB | 67 kB | 0.2/1.1 MB | 260/381 kB Progress (5): 0.8/1.3 MB | 321 kB | 67 kB | 0.2/1.1 MB | 260/381 kB Progress (5): 0.8/1.3 MB | 321 kB | 67 kB | 0.2/1.1 MB | 260/381 kB Progress (5): 0.8/1.3 MB | 321 kB | 67 kB | 0.2/1.1 MB | 260/381 kB Progress (5): 0.8/1.3 MB | 321 kB | 67 kB | 0.2/1.1 MB | 260/381 kB Progress (5): 0.8/1.3 MB | 321 kB | 67 kB | 0.2/1.1 MB | 260/381 kB Progress (5): 0.9/1.3 MB | 321 kB | 67 kB | 0.2/1.1 MB | 260/381 kB Progress (5): 0.9/1.3 MB | 321 kB | 67 kB | 0.3/1.1 MB | 260/381 kB Progress (5): 0.9/1.3 MB | 321 kB | 67 kB | 0.3/1.1 MB | 260/381 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/fasterxml/jackson/core/jackson-annotations/2.9.3/jackson-annotations-2.9.3.jar (67 kB at 1.9 kB/s) +Progress (4): 0.9/1.3 MB | 321 kB | 0.3/1.1 MB | 260/381 kB Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/springframework/spring-beans/4.3.8.RELEASE/spring-beans-4.3.8.RELEASE.jar +Progress (4): 0.9/1.3 MB | 321 kB | 0.3/1.1 MB | 260/381 kB Progress (4): 0.9/1.3 MB | 321 kB | 0.3/1.1 MB | 260/381 kB Progress (4): 0.9/1.3 MB | 321 kB | 0.3/1.1 MB | 260/381 kB Progress (4): 0.9/1.3 MB | 321 kB | 0.3/1.1 MB | 260/381 kB Progress (4): 0.9/1.3 MB | 321 kB | 0.3/1.1 MB | 260/381 kB Progress (4): 0.9/1.3 MB | 321 kB | 0.3/1.1 MB | 260/381 kB Progress (4): 0.9/1.3 MB | 321 kB | 0.3/1.1 MB | 260/381 kB Progress (4): 0.9/1.3 MB | 321 kB | 0.3/1.1 MB | 260/381 kB Progress (4): 0.9/1.3 MB | 321 kB | 0.3/1.1 MB | 260/381 kB Progress (4): 0.9/1.3 MB | 321 kB | 0.3/1.1 MB | 260/381 kB Progress (4): 0.9/1.3 MB | 321 kB | 0.3/1.1 MB | 260/381 kB Progress (4): 0.9/1.3 MB | 321 kB | 0.3/1.1 MB | 260/381 kB Progress (4): 0.9/1.3 MB | 321 kB | 0.3/1.1 MB | 260/381 kB Progress (4): 0.9/1.3 MB | 321 kB | 0.3/1.1 MB | 264/381 kB Progress (4): 0.9/1.3 MB | 321 kB | 0.3/1.1 MB | 269/381 kB Progress (4): 0.9/1.3 MB | 321 kB | 0.3/1.1 MB | 273/381 kB Progress (4): 0.9/1.3 MB | 321 kB | 0.3/1.1 MB | 277/381 kB Progress (4): 0.9/1.3 MB | 321 kB | 0.3/1.1 MB | 281/381 kB Progress (4): 0.9/1.3 MB | 321 kB | 0.3/1.1 MB | 285/381 kB Progress (4): 0.9/1.3 MB | 321 kB | 0.3/1.1 MB | 289/381 kB Progress (4): 0.9/1.3 MB | 321 kB | 0.3/1.1 MB | 293/381 kB Progress (4): 0.9/1.3 MB | 321 kB | 0.3/1.1 MB | 297/381 kB Progress (4): 0.9/1.3 MB | 321 kB | 0.3/1.1 MB | 301/381 kB Progress (4): 0.9/1.3 MB | 321 kB | 0.3/1.1 MB | 305/381 kB Progress (4): 0.9/1.3 MB | 321 kB | 0.3/1.1 MB | 309/381 kB Progress (4): 0.9/1.3 MB | 321 kB | 0.3/1.1 MB | 314/381 kB Progress (4): 0.9/1.3 MB | 321 kB | 0.3/1.1 MB | 318/381 kB Progress (4): 0.9/1.3 MB | 321 kB | 0.3/1.1 MB | 322/381 kB Progress (4): 0.9/1.3 MB | 321 kB | 0.3/1.1 MB | 326/381 kB Progress (4): 0.9/1.3 MB | 321 kB | 0.3/1.1 MB | 330/381 kB Progress (4): 0.9/1.3 MB | 321 kB | 0.3/1.1 MB | 334/381 kB Progress (4): 0.9/1.3 MB | 321 kB | 0.3/1.1 MB | 338/381 kB Progress (4): 0.9/1.3 MB | 321 kB | 0.3/1.1 MB | 342/381 kB Progress (4): 0.9/1.3 MB | 321 kB | 0.3/1.1 MB | 346/381 kB Progress (4): 0.9/1.3 MB | 321 kB | 0.3/1.1 MB | 350/381 kB Progress (4): 0.9/1.3 MB | 321 kB | 0.3/1.1 MB | 355/381 kB Progress (4): 0.9/1.3 MB | 321 kB | 0.3/1.1 MB | 359/381 kB Progress (4): 0.9/1.3 MB | 321 kB | 0.3/1.1 MB | 363/381 kB Progress (4): 0.9/1.3 MB | 321 kB | 0.3/1.1 MB | 367/381 kB Progress (4): 0.9/1.3 MB | 321 kB | 0.3/1.1 MB | 371/381 kB Progress (4): 0.9/1.3 MB | 321 kB | 0.3/1.1 MB | 375/381 kB Progress (4): 0.9/1.3 MB | 321 kB | 0.3/1.1 MB | 379/381 kB Progress (4): 0.9/1.3 MB | 321 kB | 0.3/1.1 MB | 381 kB Progress (4): 0.9/1.3 MB | 321 kB | 0.3/1.1 MB | 381 kB Progress (4): 0.9/1.3 MB | 321 kB | 0.3/1.1 MB | 381 kB Progress (4): 0.9/1.3 MB | 321 kB | 0.3/1.1 MB | 381 kB Progress (4): 0.9/1.3 MB | 321 kB | 0.3/1.1 MB | 381 kB Progress (4): 0.9/1.3 MB | 321 kB | 0.3/1.1 MB | 381 kB Progress (4): 0.9/1.3 MB | 321 kB | 0.3/1.1 MB | 381 kB Progress (4): 1.0/1.3 MB | 321 kB | 0.3/1.1 MB | 381 kB Progress (4): 1.0/1.3 MB | 321 kB | 0.3/1.1 MB | 381 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/fasterxml/jackson/core/jackson-core/2.9.3/jackson-core-2.9.3.jar (321 kB at 9.2 kB/s) +Progress (3): 1.0/1.3 MB | 0.3/1.1 MB | 381 kB Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/springframework/spring-expression/4.3.8.RELEASE/spring-expression-4.3.8.RELEASE.jar +Progress (3): 1.0/1.3 MB | 0.3/1.1 MB | 381 kB Progress (3): 1.0/1.3 MB | 0.3/1.1 MB | 381 kB Progress (3): 1.0/1.3 MB | 0.3/1.1 MB | 381 kB Progress (3): 1.0/1.3 MB | 0.4/1.1 MB | 381 kB Progress (3): 1.0/1.3 MB | 0.4/1.1 MB | 381 kB Progress (3): 1.0/1.3 MB | 0.4/1.1 MB | 381 kB Progress (3): 1.0/1.3 MB | 0.4/1.1 MB | 381 kB Progress (3): 1.0/1.3 MB | 0.4/1.1 MB | 381 kB Progress (3): 1.0/1.3 MB | 0.4/1.1 MB | 381 kB Progress (3): 1.0/1.3 MB | 0.4/1.1 MB | 381 kB Progress (3): 1.0/1.3 MB | 0.4/1.1 MB | 381 kB Progress (3): 1.0/1.3 MB | 0.4/1.1 MB | 381 kB Progress (3): 1.0/1.3 MB | 0.4/1.1 MB | 381 kB Progress (3): 1.0/1.3 MB | 0.4/1.1 MB | 381 kB Progress (3): 1.0/1.3 MB | 0.4/1.1 MB | 381 kB Progress (3): 1.0/1.3 MB | 0.4/1.1 MB | 381 kB Progress (3): 1.0/1.3 MB | 0.4/1.1 MB | 381 kB Progress (3): 1.0/1.3 MB | 0.4/1.1 MB | 381 kB Progress (3): 1.0/1.3 MB | 0.4/1.1 MB | 381 kB Progress (3): 1.0/1.3 MB | 0.4/1.1 MB | 381 kB Progress (3): 1.1/1.3 MB | 0.4/1.1 MB | 381 kB Progress (3): 1.1/1.3 MB | 0.4/1.1 MB | 381 kB Progress (3): 1.1/1.3 MB | 0.4/1.1 MB | 381 kB Progress (3): 1.1/1.3 MB | 0.4/1.1 MB | 381 kB Progress (3): 1.1/1.3 MB | 0.4/1.1 MB | 381 kB Progress (3): 1.1/1.3 MB | 0.4/1.1 MB | 381 kB Progress (3): 1.1/1.3 MB | 0.4/1.1 MB | 381 kB Progress (3): 1.1/1.3 MB | 0.4/1.1 MB | 381 kB Progress (3): 1.1/1.3 MB | 0.4/1.1 MB | 381 kB Progress (3): 1.1/1.3 MB | 0.4/1.1 MB | 381 kB Progress (3): 1.1/1.3 MB | 0.4/1.1 MB | 381 kB Progress (3): 1.1/1.3 MB | 0.4/1.1 MB | 381 kB Progress (3): 1.1/1.3 MB | 0.4/1.1 MB | 381 kB Progress (3): 1.1/1.3 MB | 0.4/1.1 MB | 381 kB Progress (3): 1.1/1.3 MB | 0.5/1.1 MB | 381 kB Progress (3): 1.1/1.3 MB | 0.5/1.1 MB | 381 kB Progress (3): 1.1/1.3 MB | 0.5/1.1 MB | 381 kB Progress (3): 1.1/1.3 MB | 0.5/1.1 MB | 381 kB Progress (3): 1.1/1.3 MB | 0.5/1.1 MB | 381 kB Progress (3): 1.1/1.3 MB | 0.5/1.1 MB | 381 kB Progress (3): 1.1/1.3 MB | 0.5/1.1 MB | 381 kB Progress (3): 1.1/1.3 MB | 0.5/1.1 MB | 381 kB Progress (3): 1.2/1.3 MB | 0.5/1.1 MB | 381 kB Progress (3): 1.2/1.3 MB | 0.5/1.1 MB | 381 kB Progress (3): 1.2/1.3 MB | 0.5/1.1 MB | 381 kB Progress (3): 1.2/1.3 MB | 0.5/1.1 MB | 381 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/springframework/spring-aop/4.3.8.RELEASE/spring-aop-4.3.8.RELEASE.jar (381 kB at 11 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/springframework/spring-tx/4.3.8.RELEASE/spring-tx-4.3.8.RELEASE.jar +Progress (2): 1.2/1.3 MB | 0.5/1.1 MB Progress (2): 1.2/1.3 MB | 0.5/1.1 MB Progress (2): 1.2/1.3 MB | 0.5/1.1 MB Progress (2): 1.2/1.3 MB | 0.5/1.1 MB Progress (2): 1.2/1.3 MB | 0.5/1.1 MB Progress (2): 1.2/1.3 MB | 0.5/1.1 MB Progress (2): 1.2/1.3 MB | 0.5/1.1 MB Progress (2): 1.2/1.3 MB | 0.5/1.1 MB Progress (2): 1.2/1.3 MB | 0.5/1.1 MB Progress (2): 1.2/1.3 MB | 0.5/1.1 MB Progress (2): 1.2/1.3 MB | 0.5/1.1 MB Progress (2): 1.2/1.3 MB | 0.5/1.1 MB Progress (2): 1.2/1.3 MB | 0.5/1.1 MB Progress (2): 1.2/1.3 MB | 0.5/1.1 MB Progress (2): 1.3/1.3 MB | 0.5/1.1 MB Progress (2): 1.3/1.3 MB | 0.5/1.1 MB Progress (2): 1.3/1.3 MB | 0.6/1.1 MB Progress (2): 1.3/1.3 MB | 0.6/1.1 MB Progress (2): 1.3/1.3 MB | 0.6/1.1 MB Progress (2): 1.3/1.3 MB | 0.6/1.1 MB Progress (2): 1.3/1.3 MB | 0.6/1.1 MB Progress (3): 1.3/1.3 MB | 0.6/1.1 MB | 4.1/263 kB Progress (3): 1.3/1.3 MB | 0.6/1.1 MB | 7.8/263 kB Progress (3): 1.3/1.3 MB | 0.6/1.1 MB | 12/263 kB Progress (3): 1.3/1.3 MB | 0.6/1.1 MB | 16/263 kB Progress (3): 1.3/1.3 MB | 0.6/1.1 MB | 20/263 kB Progress (3): 1.3/1.3 MB | 0.6/1.1 MB | 24/263 kB Progress (3): 1.3/1.3 MB | 0.6/1.1 MB | 24/263 kB Progress (3): 1.3/1.3 MB | 0.6/1.1 MB | 24/263 kB Progress (3): 1.3/1.3 MB | 0.6/1.1 MB | 24/263 kB Progress (3): 1.3/1.3 MB | 0.6/1.1 MB | 24/263 kB Progress (4): 1.3/1.3 MB | 0.6/1.1 MB | 24/263 kB | 4.1/763 kB Progress (4): 1.3/1.3 MB | 0.6/1.1 MB | 24/263 kB | 7.8/763 kB Progress (4): 1.3/1.3 MB | 0.6/1.1 MB | 24/263 kB | 12/763 kB Progress (4): 1.3/1.3 MB | 0.6/1.1 MB | 24/263 kB | 16/763 kB Progress (4): 1.3/1.3 MB | 0.6/1.1 MB | 24/263 kB | 16/763 kB Progress (4): 1.3/1.3 MB | 0.6/1.1 MB | 24/263 kB | 20/763 kB Progress (4): 1.3/1.3 MB | 0.6/1.1 MB | 24/263 kB | 24/763 kB Progress (4): 1.3/1.3 MB | 0.6/1.1 MB | 24/263 kB | 24/763 kB Progress (4): 1.3/1.3 MB | 0.6/1.1 MB | 24/263 kB | 24/763 kB Progress (4): 1.3/1.3 MB | 0.6/1.1 MB | 24/263 kB | 24/763 kB Progress (4): 1.3/1.3 MB | 0.6/1.1 MB | 24/263 kB | 24/763 kB Progress (4): 1.3/1.3 MB | 0.6/1.1 MB | 24/263 kB | 24/763 kB Progress (4): 1.3 MB | 0.6/1.1 MB | 24/263 kB | 24/763 kB Progress (4): 1.3 MB | 0.6/1.1 MB | 24/263 kB | 24/763 kB Progress (4): 1.3 MB | 0.6/1.1 MB | 24/263 kB | 24/763 kB Progress (4): 1.3 MB | 0.6/1.1 MB | 24/263 kB | 24/763 kB Progress (4): 1.3 MB | 0.6/1.1 MB | 24/263 kB | 24/763 kB Progress (4): 1.3 MB | 0.6/1.1 MB | 24/263 kB | 24/763 kB Progress (4): 1.3 MB | 0.6/1.1 MB | 24/263 kB | 24/763 kB Progress (4): 1.3 MB | 0.7/1.1 MB | 24/263 kB | 24/763 kB Progress (4): 1.3 MB | 0.7/1.1 MB | 24/263 kB | 24/763 kB Progress (4): 1.3 MB | 0.7/1.1 MB | 24/263 kB | 24/763 kB Progress (4): 1.3 MB | 0.7/1.1 MB | 24/263 kB | 24/763 kB Progress (4): 1.3 MB | 0.7/1.1 MB | 28/263 kB | 24/763 kB Progress (4): 1.3 MB | 0.7/1.1 MB | 32/263 kB | 24/763 kB Progress (4): 1.3 MB | 0.7/1.1 MB | 36/263 kB | 24/763 kB Progress (4): 1.3 MB | 0.7/1.1 MB | 41/263 kB | 24/763 kB Progress (4): 1.3 MB | 0.7/1.1 MB | 45/263 kB | 24/763 kB Progress (4): 1.3 MB | 0.7/1.1 MB | 49/263 kB | 24/763 kB Progress (4): 1.3 MB | 0.7/1.1 MB | 53/263 kB | 24/763 kB Progress (4): 1.3 MB | 0.7/1.1 MB | 57/263 kB | 24/763 kB Progress (4): 1.3 MB | 0.7/1.1 MB | 61/263 kB | 24/763 kB Progress (4): 1.3 MB | 0.7/1.1 MB | 65/263 kB | 24/763 kB Progress (4): 1.3 MB | 0.7/1.1 MB | 69/263 kB | 24/763 kB Progress (4): 1.3 MB | 0.7/1.1 MB | 73/263 kB | 24/763 kB Progress (4): 1.3 MB | 0.7/1.1 MB | 77/263 kB | 24/763 kB Progress (4): 1.3 MB | 0.7/1.1 MB | 82/263 kB | 24/763 kB Progress (4): 1.3 MB | 0.7/1.1 MB | 82/263 kB | 24/763 kB Progress (4): 1.3 MB | 0.7/1.1 MB | 82/263 kB | 24/763 kB Progress (4): 1.3 MB | 0.7/1.1 MB | 82/263 kB | 28/763 kB Progress (4): 1.3 MB | 0.7/1.1 MB | 82/263 kB | 32/763 kB Progress (4): 1.3 MB | 0.7/1.1 MB | 82/263 kB | 36/763 kB Progress (4): 1.3 MB | 0.7/1.1 MB | 82/263 kB | 41/763 kB Progress (5): 1.3 MB | 0.7/1.1 MB | 82/263 kB | 41/763 kB | 4.1/267 kB Progress (5): 1.3 MB | 0.7/1.1 MB | 82/263 kB | 41/763 kB | 7.8/267 kB Progress (5): 1.3 MB | 0.7/1.1 MB | 82/263 kB | 41/763 kB | 12/267 kB Progress (5): 1.3 MB | 0.7/1.1 MB | 82/263 kB | 41/763 kB | 16/267 kB Progress (5): 1.3 MB | 0.7/1.1 MB | 82/263 kB | 41/763 kB | 20/267 kB Progress (5): 1.3 MB | 0.7/1.1 MB | 82/263 kB | 41/763 kB | 24/267 kB Progress (5): 1.3 MB | 0.7/1.1 MB | 82/263 kB | 41/763 kB | 24/267 kB Progress (5): 1.3 MB | 0.7/1.1 MB | 82/263 kB | 41/763 kB | 24/267 kB Progress (5): 1.3 MB | 0.7/1.1 MB | 82/263 kB | 41/763 kB | 24/267 kB Progress (5): 1.3 MB | 0.7/1.1 MB | 82/263 kB | 41/763 kB | 24/267 kB Progress (5): 1.3 MB | 0.7/1.1 MB | 82/263 kB | 41/763 kB | 24/267 kB Progress (5): 1.3 MB | 0.7/1.1 MB | 82/263 kB | 41/763 kB | 24/267 kB Progress (5): 1.3 MB | 0.7/1.1 MB | 82/263 kB | 41/763 kB | 24/267 kB Progress (5): 1.3 MB | 0.8/1.1 MB | 82/263 kB | 41/763 kB | 24/267 kB Progress (5): 1.3 MB | 0.8/1.1 MB | 82/263 kB | 41/763 kB | 24/267 kB Progress (5): 1.3 MB | 0.8/1.1 MB | 82/263 kB | 41/763 kB | 24/267 kB Progress (5): 1.3 MB | 0.8/1.1 MB | 86/263 kB | 41/763 kB | 24/267 kB Progress (5): 1.3 MB | 0.8/1.1 MB | 90/263 kB | 41/763 kB | 24/267 kB Progress (5): 1.3 MB | 0.8/1.1 MB | 94/263 kB | 41/763 kB | 24/267 kB Progress (5): 1.3 MB | 0.8/1.1 MB | 98/263 kB | 41/763 kB | 24/267 kB Progress (5): 1.3 MB | 0.8/1.1 MB | 102/263 kB | 41/763 kB | 24/267 kB Progress (5): 1.3 MB | 0.8/1.1 MB | 106/263 kB | 41/763 kB | 24/267 kB Progress (5): 1.3 MB | 0.8/1.1 MB | 110/263 kB | 41/763 kB | 24/267 kB Progress (5): 1.3 MB | 0.8/1.1 MB | 114/263 kB | 41/763 kB | 24/267 kB Progress (5): 1.3 MB | 0.8/1.1 MB | 118/263 kB | 41/763 kB | 24/267 kB Progress (5): 1.3 MB | 0.8/1.1 MB | 122/263 kB | 41/763 kB | 24/267 kB Progress (5): 1.3 MB | 0.8/1.1 MB | 127/263 kB | 41/763 kB | 24/267 kB Progress (5): 1.3 MB | 0.8/1.1 MB | 131/263 kB | 41/763 kB | 24/267 kB Progress (5): 1.3 MB | 0.8/1.1 MB | 135/263 kB | 41/763 kB | 24/267 kB Progress (5): 1.3 MB | 0.8/1.1 MB | 139/263 kB | 41/763 kB | 24/267 kB Progress (5): 1.3 MB | 0.8/1.1 MB | 143/263 kB | 41/763 kB | 24/267 kB Progress (5): 1.3 MB | 0.8/1.1 MB | 146/263 kB | 41/763 kB | 24/267 kB Progress (5): 1.3 MB | 0.8/1.1 MB | 146/263 kB | 41/763 kB | 24/267 kB Progress (5): 1.3 MB | 0.8/1.1 MB | 146/263 kB | 41/763 kB | 24/267 kB Progress (5): 1.3 MB | 0.8/1.1 MB | 146/263 kB | 45/763 kB | 24/267 kB Progress (5): 1.3 MB | 0.8/1.1 MB | 146/263 kB | 49/763 kB | 24/267 kB Progress (5): 1.3 MB | 0.8/1.1 MB | 146/263 kB | 53/763 kB | 24/267 kB Progress (5): 1.3 MB | 0.8/1.1 MB | 146/263 kB | 57/763 kB | 24/267 kB Progress (5): 1.3 MB | 0.8/1.1 MB | 146/263 kB | 57/763 kB | 28/267 kB Progress (5): 1.3 MB | 0.8/1.1 MB | 146/263 kB | 57/763 kB | 32/267 kB Progress (5): 1.3 MB | 0.8/1.1 MB | 146/263 kB | 57/763 kB | 36/267 kB Progress (5): 1.3 MB | 0.8/1.1 MB | 146/263 kB | 57/763 kB | 41/267 kB Progress (5): 1.3 MB | 0.8/1.1 MB | 146/263 kB | 57/763 kB | 45/267 kB Progress (5): 1.3 MB | 0.8/1.1 MB | 146/263 kB | 57/763 kB | 49/267 kB Progress (5): 1.3 MB | 0.8/1.1 MB | 146/263 kB | 57/763 kB | 53/267 kB Progress (5): 1.3 MB | 0.8/1.1 MB | 146/263 kB | 57/763 kB | 57/267 kB Progress (5): 1.3 MB | 0.8/1.1 MB | 146/263 kB | 57/763 kB | 61/267 kB Progress (5): 1.3 MB | 0.8/1.1 MB | 146/263 kB | 57/763 kB | 65/267 kB Progress (5): 1.3 MB | 0.8/1.1 MB | 146/263 kB | 57/763 kB | 69/267 kB Progress (5): 1.3 MB | 0.8/1.1 MB | 146/263 kB | 57/763 kB | 73/267 kB Progress (5): 1.3 MB | 0.8/1.1 MB | 146/263 kB | 57/763 kB | 77/267 kB Progress (5): 1.3 MB | 0.8/1.1 MB | 146/263 kB | 57/763 kB | 82/267 kB Progress (5): 1.3 MB | 0.8/1.1 MB | 146/263 kB | 57/763 kB | 86/267 kB Progress (5): 1.3 MB | 0.8/1.1 MB | 146/263 kB | 57/763 kB | 90/267 kB Progress (5): 1.3 MB | 0.8/1.1 MB | 146/263 kB | 57/763 kB | 94/267 kB Progress (5): 1.3 MB | 0.8/1.1 MB | 146/263 kB | 57/763 kB | 98/267 kB Progress (5): 1.3 MB | 0.8/1.1 MB | 146/263 kB | 57/763 kB | 98/267 kB Progress (5): 1.3 MB | 0.8/1.1 MB | 146/263 kB | 57/763 kB | 98/267 kB Progress (5): 1.3 MB | 0.8/1.1 MB | 146/263 kB | 57/763 kB | 98/267 kB Progress (5): 1.3 MB | 0.8/1.1 MB | 146/263 kB | 57/763 kB | 98/267 kB Progress (5): 1.3 MB | 0.8/1.1 MB | 146/263 kB | 57/763 kB | 98/267 kB Progress (5): 1.3 MB | 0.8/1.1 MB | 146/263 kB | 57/763 kB | 98/267 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/fasterxml/jackson/core/jackson-databind/2.9.5/jackson-databind-2.9.5.jar (1.3 MB at 37 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/springframework/spring-web/4.3.8.RELEASE/spring-web-4.3.8.RELEASE.jar +Progress (4): 0.8/1.1 MB | 146/263 kB | 57/763 kB | 98/267 kB Progress (4): 0.9/1.1 MB | 146/263 kB | 57/763 kB | 98/267 kB Progress (4): 0.9/1.1 MB | 146/263 kB | 57/763 kB | 98/267 kB Progress (4): 0.9/1.1 MB | 146/263 kB | 57/763 kB | 98/267 kB Progress (4): 0.9/1.1 MB | 150/263 kB | 57/763 kB | 98/267 kB Progress (4): 0.9/1.1 MB | 154/263 kB | 57/763 kB | 98/267 kB Progress (4): 0.9/1.1 MB | 158/263 kB | 57/763 kB | 98/267 kB Progress (4): 0.9/1.1 MB | 162/263 kB | 57/763 kB | 98/267 kB Progress (4): 0.9/1.1 MB | 166/263 kB | 57/763 kB | 98/267 kB Progress (4): 0.9/1.1 MB | 170/263 kB | 57/763 kB | 98/267 kB Progress (4): 0.9/1.1 MB | 174/263 kB | 57/763 kB | 98/267 kB Progress (4): 0.9/1.1 MB | 178/263 kB | 57/763 kB | 98/267 kB Progress (4): 0.9/1.1 MB | 182/263 kB | 57/763 kB | 98/267 kB Progress (4): 0.9/1.1 MB | 187/263 kB | 57/763 kB | 98/267 kB Progress (4): 0.9/1.1 MB | 191/263 kB | 57/763 kB | 98/267 kB Progress (4): 0.9/1.1 MB | 195/263 kB | 57/763 kB | 98/267 kB Progress (4): 0.9/1.1 MB | 199/263 kB | 57/763 kB | 98/267 kB Progress (4): 0.9/1.1 MB | 203/263 kB | 57/763 kB | 98/267 kB Progress (4): 0.9/1.1 MB | 207/263 kB | 57/763 kB | 98/267 kB Progress (4): 0.9/1.1 MB | 211/263 kB | 57/763 kB | 98/267 kB Progress (4): 0.9/1.1 MB | 211/263 kB | 57/763 kB | 102/267 kB Progress (4): 0.9/1.1 MB | 211/263 kB | 57/763 kB | 106/267 kB Progress (4): 0.9/1.1 MB | 211/263 kB | 57/763 kB | 110/267 kB Progress (4): 0.9/1.1 MB | 211/263 kB | 57/763 kB | 114/267 kB Progress (4): 0.9/1.1 MB | 211/263 kB | 57/763 kB | 118/267 kB Progress (4): 0.9/1.1 MB | 211/263 kB | 57/763 kB | 122/267 kB Progress (4): 0.9/1.1 MB | 211/263 kB | 57/763 kB | 127/267 kB Progress (4): 0.9/1.1 MB | 211/263 kB | 57/763 kB | 131/267 kB Progress (4): 0.9/1.1 MB | 211/263 kB | 57/763 kB | 135/267 kB Progress (4): 0.9/1.1 MB | 211/263 kB | 57/763 kB | 139/267 kB Progress (4): 0.9/1.1 MB | 211/263 kB | 57/763 kB | 143/267 kB Progress (4): 0.9/1.1 MB | 211/263 kB | 57/763 kB | 147/267 kB Progress (4): 0.9/1.1 MB | 211/263 kB | 57/763 kB | 151/267 kB Progress (4): 0.9/1.1 MB | 211/263 kB | 57/763 kB | 155/267 kB Progress (4): 0.9/1.1 MB | 211/263 kB | 57/763 kB | 159/267 kB Progress (4): 0.9/1.1 MB | 211/263 kB | 57/763 kB | 163/267 kB Progress (4): 0.9/1.1 MB | 211/263 kB | 57/763 kB | 168/267 kB Progress (4): 0.9/1.1 MB | 211/263 kB | 57/763 kB | 172/267 kB Progress (4): 0.9/1.1 MB | 211/263 kB | 57/763 kB | 176/267 kB Progress (4): 0.9/1.1 MB | 211/263 kB | 57/763 kB | 180/267 kB Progress (4): 0.9/1.1 MB | 211/263 kB | 57/763 kB | 184/267 kB Progress (4): 0.9/1.1 MB | 211/263 kB | 57/763 kB | 188/267 kB Progress (4): 0.9/1.1 MB | 211/263 kB | 57/763 kB | 192/267 kB Progress (4): 0.9/1.1 MB | 211/263 kB | 57/763 kB | 196/267 kB Progress (4): 0.9/1.1 MB | 211/263 kB | 57/763 kB | 200/267 kB Progress (4): 0.9/1.1 MB | 211/263 kB | 57/763 kB | 204/267 kB Progress (4): 0.9/1.1 MB | 211/263 kB | 57/763 kB | 208/267 kB Progress (4): 0.9/1.1 MB | 211/263 kB | 57/763 kB | 212/267 kB Progress (4): 0.9/1.1 MB | 211/263 kB | 57/763 kB | 216/267 kB Progress (4): 0.9/1.1 MB | 211/263 kB | 57/763 kB | 220/267 kB Progress (4): 0.9/1.1 MB | 211/263 kB | 57/763 kB | 224/267 kB Progress (4): 0.9/1.1 MB | 211/263 kB | 57/763 kB | 228/267 kB Progress (4): 0.9/1.1 MB | 211/263 kB | 57/763 kB | 232/267 kB Progress (4): 0.9/1.1 MB | 211/263 kB | 57/763 kB | 237/267 kB Progress (4): 0.9/1.1 MB | 211/263 kB | 57/763 kB | 241/267 kB Progress (4): 0.9/1.1 MB | 211/263 kB | 57/763 kB | 241/267 kB Progress (4): 0.9/1.1 MB | 211/263 kB | 57/763 kB | 241/267 kB Progress (4): 0.9/1.1 MB | 211/263 kB | 57/763 kB | 241/267 kB Progress (4): 0.9/1.1 MB | 211/263 kB | 57/763 kB | 241/267 kB Progress (4): 0.9/1.1 MB | 211/263 kB | 57/763 kB | 241/267 kB Progress (4): 0.9/1.1 MB | 211/263 kB | 57/763 kB | 241/267 kB Progress (4): 0.9/1.1 MB | 211/263 kB | 57/763 kB | 245/267 kB Progress (4): 0.9/1.1 MB | 211/263 kB | 57/763 kB | 249/267 kB Progress (4): 0.9/1.1 MB | 211/263 kB | 57/763 kB | 253/267 kB Progress (4): 0.9/1.1 MB | 211/263 kB | 57/763 kB | 257/267 kB Progress (4): 0.9/1.1 MB | 211/263 kB | 57/763 kB | 257/267 kB Progress (4): 0.9/1.1 MB | 211/263 kB | 57/763 kB | 257/267 kB Progress (4): 0.9/1.1 MB | 211/263 kB | 57/763 kB | 257/267 kB Progress (4): 1.0/1.1 MB | 211/263 kB | 57/763 kB | 257/267 kB Progress (4): 1.0/1.1 MB | 211/263 kB | 61/763 kB | 257/267 kB Progress (4): 1.0/1.1 MB | 211/263 kB | 65/763 kB | 257/267 kB Progress (4): 1.0/1.1 MB | 211/263 kB | 69/763 kB | 257/267 kB Progress (4): 1.0/1.1 MB | 211/263 kB | 73/763 kB | 257/267 kB Progress (4): 1.0/1.1 MB | 215/263 kB | 73/763 kB | 257/267 kB Progress (4): 1.0/1.1 MB | 219/263 kB | 73/763 kB | 257/267 kB Progress (4): 1.0/1.1 MB | 223/263 kB | 73/763 kB | 257/267 kB Progress (4): 1.0/1.1 MB | 228/263 kB | 73/763 kB | 257/267 kB Progress (4): 1.0/1.1 MB | 232/263 kB | 73/763 kB | 257/267 kB Progress (4): 1.0/1.1 MB | 236/263 kB | 73/763 kB | 257/267 kB Progress (4): 1.0/1.1 MB | 240/263 kB | 73/763 kB | 257/267 kB Progress (4): 1.0/1.1 MB | 244/263 kB | 73/763 kB | 257/267 kB Progress (4): 1.0/1.1 MB | 248/263 kB | 73/763 kB | 257/267 kB Progress (4): 1.0/1.1 MB | 252/263 kB | 73/763 kB | 257/267 kB Progress (4): 1.0/1.1 MB | 256/263 kB | 73/763 kB | 257/267 kB Progress (4): 1.0/1.1 MB | 260/263 kB | 73/763 kB | 257/267 kB Progress (4): 1.0/1.1 MB | 263 kB | 73/763 kB | 257/267 kB Progress (4): 1.0/1.1 MB | 263 kB | 73/763 kB | 257/267 kB Progress (4): 1.0/1.1 MB | 263 kB | 73/763 kB | 257/267 kB Progress (4): 1.0/1.1 MB | 263 kB | 77/763 kB | 257/267 kB Progress (4): 1.0/1.1 MB | 263 kB | 82/763 kB | 257/267 kB Progress (4): 1.0/1.1 MB | 263 kB | 82/763 kB | 257/267 kB Progress (4): 1.0/1.1 MB | 263 kB | 82/763 kB | 261/267 kB Progress (4): 1.0/1.1 MB | 263 kB | 82/763 kB | 265/267 kB Progress (4): 1.0/1.1 MB | 263 kB | 82/763 kB | 267 kB Progress (4): 1.0/1.1 MB | 263 kB | 82/763 kB | 267 kB Progress (4): 1.0/1.1 MB | 263 kB | 82/763 kB | 267 kB Progress (4): 1.0/1.1 MB | 263 kB | 82/763 kB | 267 kB Progress (4): 1.0/1.1 MB | 263 kB | 82/763 kB | 267 kB Progress (4): 1.0/1.1 MB | 263 kB | 82/763 kB | 267 kB Progress (4): 1.0/1.1 MB | 263 kB | 82/763 kB | 267 kB Progress (4): 1.0/1.1 MB | 263 kB | 82/763 kB | 267 kB Progress (4): 1.0/1.1 MB | 263 kB | 82/763 kB | 267 kB Progress (4): 1.0/1.1 MB | 263 kB | 82/763 kB | 267 kB Progress (4): 1.1/1.1 MB | 263 kB | 82/763 kB | 267 kB Progress (5): 1.1/1.1 MB | 263 kB | 82/763 kB | 267 kB | 4.1/818 kB Progress (5): 1.1/1.1 MB | 263 kB | 82/763 kB | 267 kB | 7.8/818 kB Progress (5): 1.1/1.1 MB | 263 kB | 82/763 kB | 267 kB | 12/818 kB Progress (5): 1.1/1.1 MB | 263 kB | 82/763 kB | 267 kB | 16/818 kB Progress (5): 1.1/1.1 MB | 263 kB | 82/763 kB | 267 kB | 20/818 kB Progress (5): 1.1/1.1 MB | 263 kB | 82/763 kB | 267 kB | 24/818 kB Progress (5): 1.1/1.1 MB | 263 kB | 86/763 kB | 267 kB | 24/818 kB Progress (5): 1.1/1.1 MB | 263 kB | 90/763 kB | 267 kB | 24/818 kB Progress (5): 1.1/1.1 MB | 263 kB | 94/763 kB | 267 kB | 24/818 kB Progress (5): 1.1/1.1 MB | 263 kB | 98/763 kB | 267 kB | 24/818 kB Progress (5): 1.1/1.1 MB | 263 kB | 98/763 kB | 267 kB | 24/818 kB Progress (5): 1.1/1.1 MB | 263 kB | 98/763 kB | 267 kB | 24/818 kB Progress (5): 1.1/1.1 MB | 263 kB | 98/763 kB | 267 kB | 24/818 kB Progress (5): 1.1/1.1 MB | 263 kB | 98/763 kB | 267 kB | 24/818 kB Progress (5): 1.1/1.1 MB | 263 kB | 98/763 kB | 267 kB | 24/818 kB Progress (5): 1.1/1.1 MB | 263 kB | 98/763 kB | 267 kB | 24/818 kB Progress (5): 1.1/1.1 MB | 263 kB | 98/763 kB | 267 kB | 24/818 kB Progress (5): 1.1/1.1 MB | 263 kB | 98/763 kB | 267 kB | 24/818 kB Progress (5): 1.1/1.1 MB | 263 kB | 98/763 kB | 267 kB | 24/818 kB Progress (5): 1.1/1.1 MB | 263 kB | 98/763 kB | 267 kB | 24/818 kB Progress (5): 1.1 MB | 263 kB | 98/763 kB | 267 kB | 24/818 kB Progress (5): 1.1 MB | 263 kB | 98/763 kB | 267 kB | 28/818 kB Progress (5): 1.1 MB | 263 kB | 98/763 kB | 267 kB | 32/818 kB Progress (5): 1.1 MB | 263 kB | 98/763 kB | 267 kB | 36/818 kB Progress (5): 1.1 MB | 263 kB | 98/763 kB | 267 kB | 41/818 kB Progress (5): 1.1 MB | 263 kB | 98/763 kB | 267 kB | 45/818 kB Progress (5): 1.1 MB | 263 kB | 98/763 kB | 267 kB | 49/818 kB Progress (5): 1.1 MB | 263 kB | 98/763 kB | 267 kB | 53/818 kB Progress (5): 1.1 MB | 263 kB | 98/763 kB | 267 kB | 57/818 kB Progress (5): 1.1 MB | 263 kB | 98/763 kB | 267 kB | 61/818 kB Progress (5): 1.1 MB | 263 kB | 98/763 kB | 267 kB | 65/818 kB Progress (5): 1.1 MB | 263 kB | 98/763 kB | 267 kB | 69/818 kB Progress (5): 1.1 MB | 263 kB | 98/763 kB | 267 kB | 73/818 kB Progress (5): 1.1 MB | 263 kB | 98/763 kB | 267 kB | 77/818 kB Progress (5): 1.1 MB | 263 kB | 98/763 kB | 267 kB | 82/818 kB Progress (5): 1.1 MB | 263 kB | 102/763 kB | 267 kB | 82/818 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/springframework/spring-expression/4.3.8.RELEASE/spring-expression-4.3.8.RELEASE.jar (263 kB at 7.2 kB/s) +Progress (4): 1.1 MB | 106/763 kB | 267 kB | 82/818 kB Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/springframework/spring-core/4.3.8.RELEASE/spring-core-4.3.8.RELEASE.jar +Progress (4): 1.1 MB | 110/763 kB | 267 kB | 82/818 kB Progress (4): 1.1 MB | 114/763 kB | 267 kB | 82/818 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/springframework/spring-tx/4.3.8.RELEASE/spring-tx-4.3.8.RELEASE.jar (267 kB at 7.3 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/json/json/20180130/json-20180130.jar +Progress (3): 1.1 MB | 114/763 kB | 86/818 kB Progress (3): 1.1 MB | 114/763 kB | 90/818 kB Progress (3): 1.1 MB | 114/763 kB | 94/818 kB Progress (3): 1.1 MB | 114/763 kB | 98/818 kB Progress (3): 1.1 MB | 114/763 kB | 102/818 kB Progress (3): 1.1 MB | 114/763 kB | 106/818 kB Progress (3): 1.1 MB | 114/763 kB | 110/818 kB Progress (3): 1.1 MB | 114/763 kB | 114/818 kB Progress (3): 1.1 MB | 114/763 kB | 118/818 kB Progress (3): 1.1 MB | 114/763 kB | 122/818 kB Progress (3): 1.1 MB | 114/763 kB | 127/818 kB Progress (3): 1.1 MB | 114/763 kB | 131/818 kB Progress (3): 1.1 MB | 114/763 kB | 135/818 kB Progress (3): 1.1 MB | 114/763 kB | 139/818 kB Progress (3): 1.1 MB | 114/763 kB | 143/818 kB Progress (3): 1.1 MB | 114/763 kB | 147/818 kB Progress (3): 1.1 MB | 114/763 kB | 151/818 kB Progress (3): 1.1 MB | 114/763 kB | 155/818 kB Progress (3): 1.1 MB | 114/763 kB | 159/818 kB Progress (3): 1.1 MB | 114/763 kB | 163/818 kB Progress (3): 1.1 MB | 114/763 kB | 168/818 kB Progress (3): 1.1 MB | 114/763 kB | 172/818 kB Progress (3): 1.1 MB | 114/763 kB | 176/818 kB Progress (3): 1.1 MB | 114/763 kB | 180/818 kB Progress (3): 1.1 MB | 114/763 kB | 184/818 kB Progress (3): 1.1 MB | 114/763 kB | 188/818 kB Progress (3): 1.1 MB | 114/763 kB | 192/818 kB Progress (3): 1.1 MB | 114/763 kB | 196/818 kB Progress (3): 1.1 MB | 118/763 kB | 196/818 kB Progress (3): 1.1 MB | 122/763 kB | 196/818 kB Progress (3): 1.1 MB | 127/763 kB | 196/818 kB Progress (3): 1.1 MB | 131/763 kB | 196/818 kB Progress (3): 1.1 MB | 131/763 kB | 200/818 kB Progress (3): 1.1 MB | 131/763 kB | 204/818 kB Progress (3): 1.1 MB | 131/763 kB | 208/818 kB Progress (3): 1.1 MB | 131/763 kB | 213/818 kB Progress (3): 1.1 MB | 131/763 kB | 217/818 kB Progress (3): 1.1 MB | 131/763 kB | 221/818 kB Progress (3): 1.1 MB | 131/763 kB | 225/818 kB Progress (3): 1.1 MB | 131/763 kB | 229/818 kB Progress (3): 1.1 MB | 131/763 kB | 233/818 kB Progress (3): 1.1 MB | 131/763 kB | 237/818 kB Progress (3): 1.1 MB | 131/763 kB | 241/818 kB Progress (3): 1.1 MB | 131/763 kB | 245/818 kB Progress (3): 1.1 MB | 131/763 kB | 249/818 kB Progress (3): 1.1 MB | 131/763 kB | 254/818 kB Progress (3): 1.1 MB | 131/763 kB | 258/818 kB Progress (3): 1.1 MB | 131/763 kB | 261/818 kB Progress (3): 1.1 MB | 131/763 kB | 265/818 kB Progress (3): 1.1 MB | 131/763 kB | 270/818 kB Progress (3): 1.1 MB | 131/763 kB | 274/818 kB Progress (3): 1.1 MB | 131/763 kB | 278/818 kB Progress (3): 1.1 MB | 131/763 kB | 282/818 kB Progress (3): 1.1 MB | 131/763 kB | 286/818 kB Progress (3): 1.1 MB | 131/763 kB | 290/818 kB Progress (3): 1.1 MB | 131/763 kB | 294/818 kB Progress (3): 1.1 MB | 131/763 kB | 298/818 kB Progress (3): 1.1 MB | 131/763 kB | 302/818 kB Progress (3): 1.1 MB | 131/763 kB | 306/818 kB Progress (3): 1.1 MB | 131/763 kB | 310/818 kB Progress (3): 1.1 MB | 131/763 kB | 315/818 kB Progress (3): 1.1 MB | 131/763 kB | 319/818 kB Progress (3): 1.1 MB | 131/763 kB | 323/818 kB Progress (3): 1.1 MB | 131/763 kB | 327/818 kB Progress (3): 1.1 MB | 135/763 kB | 327/818 kB Progress (3): 1.1 MB | 139/763 kB | 327/818 kB Progress (3): 1.1 MB | 143/763 kB | 327/818 kB Progress (3): 1.1 MB | 147/763 kB | 327/818 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/springframework/spring-context/4.3.8.RELEASE/spring-context-4.3.8.RELEASE.jar (1.1 MB at 31 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/httpcomponents/httpclient/4.5.5/httpclient-4.5.5.jar +Progress (3): 147/763 kB | 327/818 kB | 4.1/62 kB Progress (3): 147/763 kB | 327/818 kB | 7.8/62 kB Progress (3): 147/763 kB | 327/818 kB | 12/62 kB Progress (3): 147/763 kB | 327/818 kB | 16/62 kB Progress (3): 147/763 kB | 327/818 kB | 20/62 kB Progress (3): 147/763 kB | 327/818 kB | 24/62 kB Progress (3): 147/763 kB | 327/818 kB | 28/62 kB Progress (3): 147/763 kB | 327/818 kB | 32/62 kB Progress (3): 147/763 kB | 327/818 kB | 36/62 kB Progress (3): 147/763 kB | 327/818 kB | 41/62 kB Progress (4): 147/763 kB | 327/818 kB | 41/62 kB | 0/1.1 MB Progress (4): 147/763 kB | 327/818 kB | 41/62 kB | 0/1.1 MB Progress (4): 147/763 kB | 327/818 kB | 41/62 kB | 0/1.1 MB Progress (4): 147/763 kB | 327/818 kB | 41/62 kB | 0/1.1 MB Progress (4): 147/763 kB | 327/818 kB | 41/62 kB | 0/1.1 MB Progress (4): 147/763 kB | 327/818 kB | 41/62 kB | 0/1.1 MB Progress (4): 147/763 kB | 327/818 kB | 41/62 kB | 0.1/1.1 MB Progress (4): 147/763 kB | 327/818 kB | 41/62 kB | 0.1/1.1 MB Progress (4): 147/763 kB | 327/818 kB | 41/62 kB | 0.1/1.1 MB Progress (4): 151/763 kB | 327/818 kB | 41/62 kB | 0.1/1.1 MB Progress (4): 155/763 kB | 327/818 kB | 41/62 kB | 0.1/1.1 MB Progress (4): 159/763 kB | 327/818 kB | 41/62 kB | 0.1/1.1 MB Progress (4): 163/763 kB | 327/818 kB | 41/62 kB | 0.1/1.1 MB Progress (4): 163/763 kB | 331/818 kB | 41/62 kB | 0.1/1.1 MB Progress (4): 163/763 kB | 335/818 kB | 41/62 kB | 0.1/1.1 MB Progress (4): 163/763 kB | 339/818 kB | 41/62 kB | 0.1/1.1 MB Progress (4): 163/763 kB | 343/818 kB | 41/62 kB | 0.1/1.1 MB Progress (4): 163/763 kB | 347/818 kB | 41/62 kB | 0.1/1.1 MB Progress (4): 163/763 kB | 351/818 kB | 41/62 kB | 0.1/1.1 MB Progress (4): 163/763 kB | 356/818 kB | 41/62 kB | 0.1/1.1 MB Progress (4): 163/763 kB | 360/818 kB | 41/62 kB | 0.1/1.1 MB Progress (4): 163/763 kB | 364/818 kB | 41/62 kB | 0.1/1.1 MB Progress (4): 163/763 kB | 368/818 kB | 41/62 kB | 0.1/1.1 MB Progress (4): 163/763 kB | 372/818 kB | 41/62 kB | 0.1/1.1 MB Progress (4): 163/763 kB | 376/818 kB | 41/62 kB | 0.1/1.1 MB Progress (4): 163/763 kB | 380/818 kB | 41/62 kB | 0.1/1.1 MB Progress (4): 163/763 kB | 384/818 kB | 41/62 kB | 0.1/1.1 MB Progress (4): 163/763 kB | 388/818 kB | 41/62 kB | 0.1/1.1 MB Progress (4): 163/763 kB | 392/818 kB | 41/62 kB | 0.1/1.1 MB Progress (4): 163/763 kB | 396/818 kB | 41/62 kB | 0.1/1.1 MB Progress (4): 163/763 kB | 401/818 kB | 41/62 kB | 0.1/1.1 MB Progress (4): 163/763 kB | 404/818 kB | 41/62 kB | 0.1/1.1 MB Progress (4): 163/763 kB | 408/818 kB | 41/62 kB | 0.1/1.1 MB Progress (4): 163/763 kB | 412/818 kB | 41/62 kB | 0.1/1.1 MB Progress (4): 163/763 kB | 416/818 kB | 41/62 kB | 0.1/1.1 MB Progress (4): 163/763 kB | 420/818 kB | 41/62 kB | 0.1/1.1 MB Progress (4): 163/763 kB | 424/818 kB | 41/62 kB | 0.1/1.1 MB Progress (4): 163/763 kB | 428/818 kB | 41/62 kB | 0.1/1.1 MB Progress (4): 163/763 kB | 432/818 kB | 41/62 kB | 0.1/1.1 MB Progress (4): 163/763 kB | 436/818 kB | 41/62 kB | 0.1/1.1 MB Progress (4): 163/763 kB | 441/818 kB | 41/62 kB | 0.1/1.1 MB Progress (4): 163/763 kB | 445/818 kB | 41/62 kB | 0.1/1.1 MB Progress (4): 163/763 kB | 449/818 kB | 41/62 kB | 0.1/1.1 MB Progress (4): 163/763 kB | 453/818 kB | 41/62 kB | 0.1/1.1 MB Progress (4): 168/763 kB | 453/818 kB | 41/62 kB | 0.1/1.1 MB Progress (4): 172/763 kB | 453/818 kB | 41/62 kB | 0.1/1.1 MB Progress (4): 176/763 kB | 453/818 kB | 41/62 kB | 0.1/1.1 MB Progress (4): 180/763 kB | 453/818 kB | 41/62 kB | 0.1/1.1 MB Progress (4): 180/763 kB | 453/818 kB | 45/62 kB | 0.1/1.1 MB Progress (4): 180/763 kB | 453/818 kB | 49/62 kB | 0.1/1.1 MB Progress (4): 180/763 kB | 453/818 kB | 53/62 kB | 0.1/1.1 MB Progress (4): 180/763 kB | 453/818 kB | 57/62 kB | 0.1/1.1 MB Progress (4): 180/763 kB | 453/818 kB | 61/62 kB | 0.1/1.1 MB Progress (4): 180/763 kB | 453/818 kB | 62 kB | 0.1/1.1 MB Progress (4): 180/763 kB | 457/818 kB | 62 kB | 0.1/1.1 MB Progress (4): 180/763 kB | 461/818 kB | 62 kB | 0.1/1.1 MB Progress (4): 180/763 kB | 465/818 kB | 62 kB | 0.1/1.1 MB Progress (4): 180/763 kB | 469/818 kB | 62 kB | 0.1/1.1 MB Progress (4): 180/763 kB | 473/818 kB | 62 kB | 0.1/1.1 MB Progress (4): 180/763 kB | 477/818 kB | 62 kB | 0.1/1.1 MB Progress (4): 180/763 kB | 482/818 kB | 62 kB | 0.1/1.1 MB Progress (4): 180/763 kB | 486/818 kB | 62 kB | 0.1/1.1 MB Progress (4): 180/763 kB | 490/818 kB | 62 kB | 0.1/1.1 MB Progress (4): 180/763 kB | 494/818 kB | 62 kB | 0.1/1.1 MB Progress (4): 180/763 kB | 498/818 kB | 62 kB | 0.1/1.1 MB Progress (4): 180/763 kB | 502/818 kB | 62 kB | 0.1/1.1 MB Progress (4): 180/763 kB | 506/818 kB | 62 kB | 0.1/1.1 MB Progress (4): 180/763 kB | 510/818 kB | 62 kB | 0.1/1.1 MB Progress (4): 180/763 kB | 514/818 kB | 62 kB | 0.1/1.1 MB Progress (4): 180/763 kB | 518/818 kB | 62 kB | 0.1/1.1 MB Progress (4): 180/763 kB | 522/818 kB | 62 kB | 0.1/1.1 MB Progress (4): 180/763 kB | 527/818 kB | 62 kB | 0.1/1.1 MB Progress (4): 180/763 kB | 531/818 kB | 62 kB | 0.1/1.1 MB Progress (4): 180/763 kB | 535/818 kB | 62 kB | 0.1/1.1 MB Progress (4): 180/763 kB | 539/818 kB | 62 kB | 0.1/1.1 MB Progress (4): 180/763 kB | 543/818 kB | 62 kB | 0.1/1.1 MB Progress (4): 180/763 kB | 547/818 kB | 62 kB | 0.1/1.1 MB Progress (4): 180/763 kB | 551/818 kB | 62 kB | 0.1/1.1 MB Progress (4): 180/763 kB | 555/818 kB | 62 kB | 0.1/1.1 MB Progress (4): 180/763 kB | 559/818 kB | 62 kB | 0.1/1.1 MB Progress (4): 180/763 kB | 563/818 kB | 62 kB | 0.1/1.1 MB Progress (4): 180/763 kB | 568/818 kB | 62 kB | 0.1/1.1 MB Progress (4): 180/763 kB | 572/818 kB | 62 kB | 0.1/1.1 MB Progress (4): 180/763 kB | 576/818 kB | 62 kB | 0.1/1.1 MB Progress (4): 180/763 kB | 580/818 kB | 62 kB | 0.1/1.1 MB Progress (4): 180/763 kB | 584/818 kB | 62 kB | 0.1/1.1 MB Progress (4): 180/763 kB | 588/818 kB | 62 kB | 0.1/1.1 MB Progress (4): 184/763 kB | 588/818 kB | 62 kB | 0.1/1.1 MB Progress (4): 184/763 kB | 592/818 kB | 62 kB | 0.1/1.1 MB Progress (4): 188/763 kB | 592/818 kB | 62 kB | 0.1/1.1 MB Progress (4): 188/763 kB | 596/818 kB | 62 kB | 0.1/1.1 MB Progress (4): 192/763 kB | 596/818 kB | 62 kB | 0.1/1.1 MB Progress (4): 192/763 kB | 600/818 kB | 62 kB | 0.1/1.1 MB Progress (4): 196/763 kB | 600/818 kB | 62 kB | 0.1/1.1 MB Progress (4): 196/763 kB | 600/818 kB | 62 kB | 0.1/1.1 MB Progress (4): 196/763 kB | 600/818 kB | 62 kB | 0.1/1.1 MB Progress (4): 196/763 kB | 600/818 kB | 62 kB | 0.1/1.1 MB Progress (4): 196/763 kB | 600/818 kB | 62 kB | 0.1/1.1 MB Progress (4): 196/763 kB | 600/818 kB | 62 kB | 0.1/1.1 MB Progress (4): 196/763 kB | 600/818 kB | 62 kB | 0.1/1.1 MB Progress (4): 196/763 kB | 600/818 kB | 62 kB | 0.1/1.1 MB Progress (4): 196/763 kB | 600/818 kB | 62 kB | 0.1/1.1 MB Progress (4): 196/763 kB | 600/818 kB | 62 kB | 0.1/1.1 MB Progress (4): 196/763 kB | 600/818 kB | 62 kB | 0.2/1.1 MB Progress (4): 196/763 kB | 600/818 kB | 62 kB | 0.2/1.1 MB Progress (4): 196/763 kB | 600/818 kB | 62 kB | 0.2/1.1 MB Progress (4): 196/763 kB | 600/818 kB | 62 kB | 0.2/1.1 MB Progress (4): 196/763 kB | 600/818 kB | 62 kB | 0.2/1.1 MB Progress (4): 196/763 kB | 600/818 kB | 62 kB | 0.2/1.1 MB Progress (4): 196/763 kB | 600/818 kB | 62 kB | 0.2/1.1 MB Progress (4): 196/763 kB | 600/818 kB | 62 kB | 0.2/1.1 MB Progress (4): 196/763 kB | 600/818 kB | 62 kB | 0.2/1.1 MB Progress (4): 196/763 kB | 600/818 kB | 62 kB | 0.2/1.1 MB Progress (4): 196/763 kB | 600/818 kB | 62 kB | 0.2/1.1 MB Progress (4): 196/763 kB | 600/818 kB | 62 kB | 0.2/1.1 MB Progress (4): 196/763 kB | 600/818 kB | 62 kB | 0.3/1.1 MB Progress (4): 196/763 kB | 600/818 kB | 62 kB | 0.3/1.1 MB Progress (4): 196/763 kB | 600/818 kB | 62 kB | 0.3/1.1 MB Progress (4): 196/763 kB | 600/818 kB | 62 kB | 0.3/1.1 MB Progress (4): 196/763 kB | 600/818 kB | 62 kB | 0.3/1.1 MB Progress (4): 196/763 kB | 600/818 kB | 62 kB | 0.3/1.1 MB Progress (4): 196/763 kB | 600/818 kB | 62 kB | 0.3/1.1 MB Progress (4): 196/763 kB | 604/818 kB | 62 kB | 0.3/1.1 MB Progress (4): 196/763 kB | 608/818 kB | 62 kB | 0.3/1.1 MB Progress (4): 196/763 kB | 613/818 kB | 62 kB | 0.3/1.1 MB Progress (4): 196/763 kB | 617/818 kB | 62 kB | 0.3/1.1 MB Progress (4): 196/763 kB | 621/818 kB | 62 kB | 0.3/1.1 MB Progress (4): 196/763 kB | 625/818 kB | 62 kB | 0.3/1.1 MB Progress (4): 196/763 kB | 629/818 kB | 62 kB | 0.3/1.1 MB Progress (4): 196/763 kB | 633/818 kB | 62 kB | 0.3/1.1 MB Progress (4): 196/763 kB | 637/818 kB | 62 kB | 0.3/1.1 MB Progress (4): 196/763 kB | 641/818 kB | 62 kB | 0.3/1.1 MB Progress (4): 196/763 kB | 645/818 kB | 62 kB | 0.3/1.1 MB Progress (4): 196/763 kB | 649/818 kB | 62 kB | 0.3/1.1 MB Progress (4): 196/763 kB | 654/818 kB | 62 kB | 0.3/1.1 MB Progress (4): 196/763 kB | 658/818 kB | 62 kB | 0.3/1.1 MB Progress (4): 196/763 kB | 662/818 kB | 62 kB | 0.3/1.1 MB Progress (4): 196/763 kB | 666/818 kB | 62 kB | 0.3/1.1 MB Progress (4): 196/763 kB | 670/818 kB | 62 kB | 0.3/1.1 MB Progress (4): 196/763 kB | 674/818 kB | 62 kB | 0.3/1.1 MB Progress (4): 196/763 kB | 678/818 kB | 62 kB | 0.3/1.1 MB Progress (4): 196/763 kB | 682/818 kB | 62 kB | 0.3/1.1 MB Progress (4): 196/763 kB | 686/818 kB | 62 kB | 0.3/1.1 MB Progress (4): 196/763 kB | 690/818 kB | 62 kB | 0.3/1.1 MB Progress (4): 196/763 kB | 695/818 kB | 62 kB | 0.3/1.1 MB Progress (4): 196/763 kB | 699/818 kB | 62 kB | 0.3/1.1 MB Progress (4): 196/763 kB | 703/818 kB | 62 kB | 0.3/1.1 MB Progress (4): 196/763 kB | 707/818 kB | 62 kB | 0.3/1.1 MB Progress (4): 196/763 kB | 711/818 kB | 62 kB | 0.3/1.1 MB Progress (4): 196/763 kB | 715/818 kB | 62 kB | 0.3/1.1 MB Progress (4): 196/763 kB | 719/818 kB | 62 kB | 0.3/1.1 MB Progress (4): 196/763 kB | 723/818 kB | 62 kB | 0.3/1.1 MB Progress (4): 196/763 kB | 727/818 kB | 62 kB | 0.3/1.1 MB Progress (4): 196/763 kB | 731/818 kB | 62 kB | 0.3/1.1 MB Progress (4): 200/763 kB | 731/818 kB | 62 kB | 0.3/1.1 MB Progress (4): 204/763 kB | 731/818 kB | 62 kB | 0.3/1.1 MB Progress (4): 208/763 kB | 731/818 kB | 62 kB | 0.3/1.1 MB Progress (4): 213/763 kB | 731/818 kB | 62 kB | 0.3/1.1 MB Progress (4): 213/763 kB | 731/818 kB | 62 kB | 0.3/1.1 MB Progress (4): 213/763 kB | 731/818 kB | 62 kB | 0.3/1.1 MB Progress (4): 213/763 kB | 731/818 kB | 62 kB | 0.3/1.1 MB Progress (4): 213/763 kB | 731/818 kB | 62 kB | 0.3/1.1 MB Progress (4): 213/763 kB | 731/818 kB | 62 kB | 0.3/1.1 MB Progress (5): 213/763 kB | 731/818 kB | 62 kB | 0.3/1.1 MB | 4.1/766 kB Progress (5): 213/763 kB | 731/818 kB | 62 kB | 0.3/1.1 MB | 7.8/766 kB Progress (5): 213/763 kB | 731/818 kB | 62 kB | 0.3/1.1 MB | 12/766 kB Progress (5): 213/763 kB | 731/818 kB | 62 kB | 0.3/1.1 MB | 16/766 kB Progress (5): 213/763 kB | 731/818 kB | 62 kB | 0.3/1.1 MB | 20/766 kB Progress (5): 213/763 kB | 731/818 kB | 62 kB | 0.3/1.1 MB | 24/766 kB Progress (5): 213/763 kB | 731/818 kB | 62 kB | 0.3/1.1 MB | 28/766 kB Progress (5): 213/763 kB | 731/818 kB | 62 kB | 0.3/1.1 MB | 32/766 kB Progress (5): 213/763 kB | 731/818 kB | 62 kB | 0.3/1.1 MB | 36/766 kB Progress (5): 213/763 kB | 731/818 kB | 62 kB | 0.3/1.1 MB | 41/766 kB Progress (5): 213/763 kB | 731/818 kB | 62 kB | 0.3/1.1 MB | 41/766 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/json/json/20180130/json-20180130.jar (62 kB at 1.7 kB/s) +Progress (4): 213/763 kB | 731/818 kB | 0.4/1.1 MB | 41/766 kB Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/httpcomponents/httpcore/4.4.9/httpcore-4.4.9.jar +Progress (4): 213/763 kB | 731/818 kB | 0.4/1.1 MB | 41/766 kB Progress (4): 213/763 kB | 731/818 kB | 0.4/1.1 MB | 41/766 kB Progress (4): 213/763 kB | 731/818 kB | 0.4/1.1 MB | 41/766 kB Progress (4): 213/763 kB | 731/818 kB | 0.4/1.1 MB | 41/766 kB Progress (4): 213/763 kB | 731/818 kB | 0.4/1.1 MB | 41/766 kB Progress (4): 213/763 kB | 731/818 kB | 0.4/1.1 MB | 41/766 kB Progress (4): 213/763 kB | 735/818 kB | 0.4/1.1 MB | 41/766 kB Progress (4): 213/763 kB | 740/818 kB | 0.4/1.1 MB | 41/766 kB Progress (4): 213/763 kB | 744/818 kB | 0.4/1.1 MB | 41/766 kB Progress (4): 213/763 kB | 748/818 kB | 0.4/1.1 MB | 41/766 kB Progress (4): 217/763 kB | 748/818 kB | 0.4/1.1 MB | 41/766 kB Progress (4): 221/763 kB | 748/818 kB | 0.4/1.1 MB | 41/766 kB Progress (4): 225/763 kB | 748/818 kB | 0.4/1.1 MB | 41/766 kB Progress (4): 229/763 kB | 748/818 kB | 0.4/1.1 MB | 41/766 kB Progress (4): 229/763 kB | 752/818 kB | 0.4/1.1 MB | 41/766 kB Progress (4): 229/763 kB | 756/818 kB | 0.4/1.1 MB | 41/766 kB Progress (4): 229/763 kB | 760/818 kB | 0.4/1.1 MB | 41/766 kB Progress (4): 229/763 kB | 764/818 kB | 0.4/1.1 MB | 41/766 kB Progress (4): 229/763 kB | 768/818 kB | 0.4/1.1 MB | 41/766 kB Progress (4): 229/763 kB | 772/818 kB | 0.4/1.1 MB | 41/766 kB Progress (4): 229/763 kB | 776/818 kB | 0.4/1.1 MB | 41/766 kB Progress (4): 229/763 kB | 781/818 kB | 0.4/1.1 MB | 41/766 kB Progress (4): 229/763 kB | 785/818 kB | 0.4/1.1 MB | 41/766 kB Progress (4): 229/763 kB | 789/818 kB | 0.4/1.1 MB | 41/766 kB Progress (4): 229/763 kB | 793/818 kB | 0.4/1.1 MB | 41/766 kB Progress (4): 229/763 kB | 797/818 kB | 0.4/1.1 MB | 41/766 kB Progress (4): 229/763 kB | 801/818 kB | 0.4/1.1 MB | 41/766 kB Progress (4): 229/763 kB | 805/818 kB | 0.4/1.1 MB | 41/766 kB Progress (4): 229/763 kB | 809/818 kB | 0.4/1.1 MB | 41/766 kB Progress (4): 229/763 kB | 813/818 kB | 0.4/1.1 MB | 41/766 kB Progress (4): 229/763 kB | 817/818 kB | 0.4/1.1 MB | 41/766 kB Progress (4): 229/763 kB | 818 kB | 0.4/1.1 MB | 41/766 kB Progress (4): 233/763 kB | 818 kB | 0.4/1.1 MB | 41/766 kB Progress (4): 237/763 kB | 818 kB | 0.4/1.1 MB | 41/766 kB Progress (4): 241/763 kB | 818 kB | 0.4/1.1 MB | 41/766 kB Progress (4): 245/763 kB | 818 kB | 0.4/1.1 MB | 41/766 kB Progress (4): 245/763 kB | 818 kB | 0.4/1.1 MB | 41/766 kB Progress (4): 245/763 kB | 818 kB | 0.4/1.1 MB | 41/766 kB Progress (4): 245/763 kB | 818 kB | 0.4/1.1 MB | 41/766 kB Progress (4): 245/763 kB | 818 kB | 0.4/1.1 MB | 41/766 kB Progress (4): 245/763 kB | 818 kB | 0.4/1.1 MB | 41/766 kB Progress (4): 245/763 kB | 818 kB | 0.5/1.1 MB | 41/766 kB Progress (4): 245/763 kB | 818 kB | 0.5/1.1 MB | 45/766 kB Progress (4): 245/763 kB | 818 kB | 0.5/1.1 MB | 49/766 kB Progress (4): 245/763 kB | 818 kB | 0.5/1.1 MB | 53/766 kB Progress (4): 245/763 kB | 818 kB | 0.5/1.1 MB | 57/766 kB Progress (4): 245/763 kB | 818 kB | 0.5/1.1 MB | 61/766 kB Progress (4): 245/763 kB | 818 kB | 0.5/1.1 MB | 65/766 kB Progress (4): 245/763 kB | 818 kB | 0.5/1.1 MB | 69/766 kB Progress (4): 245/763 kB | 818 kB | 0.5/1.1 MB | 73/766 kB Progress (4): 245/763 kB | 818 kB | 0.5/1.1 MB | 77/766 kB Progress (4): 245/763 kB | 818 kB | 0.5/1.1 MB | 82/766 kB Progress (4): 245/763 kB | 818 kB | 0.5/1.1 MB | 86/766 kB Progress (4): 245/763 kB | 818 kB | 0.5/1.1 MB | 90/766 kB Progress (4): 245/763 kB | 818 kB | 0.5/1.1 MB | 90/766 kB Progress (4): 245/763 kB | 818 kB | 0.5/1.1 MB | 90/766 kB Progress (4): 245/763 kB | 818 kB | 0.5/1.1 MB | 90/766 kB Progress (4): 245/763 kB | 818 kB | 0.5/1.1 MB | 90/766 kB Progress (4): 245/763 kB | 818 kB | 0.5/1.1 MB | 90/766 kB Progress (4): 245/763 kB | 818 kB | 0.5/1.1 MB | 90/766 kB Progress (4): 245/763 kB | 818 kB | 0.5/1.1 MB | 90/766 kB Progress (4): 245/763 kB | 818 kB | 0.5/1.1 MB | 90/766 kB Progress (4): 249/763 kB | 818 kB | 0.5/1.1 MB | 90/766 kB Progress (4): 254/763 kB | 818 kB | 0.5/1.1 MB | 90/766 kB Progress (4): 258/763 kB | 818 kB | 0.5/1.1 MB | 90/766 kB Progress (4): 261/763 kB | 818 kB | 0.5/1.1 MB | 90/766 kB Progress (4): 261/763 kB | 818 kB | 0.5/1.1 MB | 90/766 kB Progress (4): 261/763 kB | 818 kB | 0.5/1.1 MB | 90/766 kB Progress (4): 261/763 kB | 818 kB | 0.5/1.1 MB | 90/766 kB Progress (4): 261/763 kB | 818 kB | 0.6/1.1 MB | 90/766 kB Progress (4): 261/763 kB | 818 kB | 0.6/1.1 MB | 94/766 kB Progress (4): 261/763 kB | 818 kB | 0.6/1.1 MB | 98/766 kB Progress (4): 261/763 kB | 818 kB | 0.6/1.1 MB | 102/766 kB Progress (4): 261/763 kB | 818 kB | 0.6/1.1 MB | 106/766 kB Progress (4): 261/763 kB | 818 kB | 0.6/1.1 MB | 110/766 kB Progress (4): 261/763 kB | 818 kB | 0.6/1.1 MB | 114/766 kB Progress (4): 261/763 kB | 818 kB | 0.6/1.1 MB | 118/766 kB Progress (4): 261/763 kB | 818 kB | 0.6/1.1 MB | 122/766 kB Progress (4): 261/763 kB | 818 kB | 0.6/1.1 MB | 122/766 kB Progress (4): 261/763 kB | 818 kB | 0.6/1.1 MB | 122/766 kB Progress (4): 261/763 kB | 818 kB | 0.6/1.1 MB | 127/766 kB Progress (4): 261/763 kB | 818 kB | 0.6/1.1 MB | 131/766 kB Progress (4): 261/763 kB | 818 kB | 0.6/1.1 MB | 135/766 kB Progress (4): 261/763 kB | 818 kB | 0.6/1.1 MB | 139/766 kB Progress (4): 261/763 kB | 818 kB | 0.6/1.1 MB | 143/766 kB Progress (4): 261/763 kB | 818 kB | 0.6/1.1 MB | 147/766 kB Progress (4): 261/763 kB | 818 kB | 0.6/1.1 MB | 151/766 kB Progress (4): 261/763 kB | 818 kB | 0.6/1.1 MB | 155/766 kB Progress (4): 261/763 kB | 818 kB | 0.6/1.1 MB | 155/766 kB Progress (4): 261/763 kB | 818 kB | 0.6/1.1 MB | 155/766 kB Progress (4): 261/763 kB | 818 kB | 0.6/1.1 MB | 155/766 kB Progress (4): 261/763 kB | 818 kB | 0.6/1.1 MB | 155/766 kB Progress (4): 261/763 kB | 818 kB | 0.6/1.1 MB | 155/766 kB Progress (4): 261/763 kB | 818 kB | 0.6/1.1 MB | 155/766 kB Progress (4): 261/763 kB | 818 kB | 0.6/1.1 MB | 155/766 kB Progress (4): 265/763 kB | 818 kB | 0.6/1.1 MB | 155/766 kB Progress (4): 270/763 kB | 818 kB | 0.6/1.1 MB | 155/766 kB Progress (4): 274/763 kB | 818 kB | 0.6/1.1 MB | 155/766 kB Progress (4): 278/763 kB | 818 kB | 0.6/1.1 MB | 155/766 kB Progress (5): 278/763 kB | 818 kB | 0.6/1.1 MB | 155/766 kB | 4.1/326 kB Progress (5): 278/763 kB | 818 kB | 0.6/1.1 MB | 155/766 kB | 7.8/326 kB Progress (5): 278/763 kB | 818 kB | 0.6/1.1 MB | 155/766 kB | 12/326 kB Progress (5): 278/763 kB | 818 kB | 0.6/1.1 MB | 155/766 kB | 16/326 kB Progress (5): 278/763 kB | 818 kB | 0.6/1.1 MB | 155/766 kB | 20/326 kB Progress (5): 278/763 kB | 818 kB | 0.6/1.1 MB | 155/766 kB | 24/326 kB Progress (5): 278/763 kB | 818 kB | 0.6/1.1 MB | 155/766 kB | 28/326 kB Progress (5): 278/763 kB | 818 kB | 0.6/1.1 MB | 155/766 kB | 32/326 kB Progress (5): 278/763 kB | 818 kB | 0.6/1.1 MB | 155/766 kB | 36/326 kB Progress (5): 278/763 kB | 818 kB | 0.6/1.1 MB | 155/766 kB | 41/326 kB Progress (5): 278/763 kB | 818 kB | 0.6/1.1 MB | 155/766 kB | 45/326 kB Progress (5): 278/763 kB | 818 kB | 0.6/1.1 MB | 155/766 kB | 49/326 kB Progress (5): 278/763 kB | 818 kB | 0.6/1.1 MB | 155/766 kB | 53/326 kB Progress (5): 278/763 kB | 818 kB | 0.6/1.1 MB | 155/766 kB | 57/326 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/springframework/spring-web/4.3.8.RELEASE/spring-web-4.3.8.RELEASE.jar (818 kB at 22 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/commons-codec/commons-codec/1.10/commons-codec-1.10.jar +Progress (4): 282/763 kB | 0.6/1.1 MB | 155/766 kB | 57/326 kB Progress (4): 286/763 kB | 0.6/1.1 MB | 155/766 kB | 57/326 kB Progress (4): 290/763 kB | 0.6/1.1 MB | 155/766 kB | 57/326 kB Progress (4): 294/763 kB | 0.6/1.1 MB | 155/766 kB | 57/326 kB Progress (4): 294/763 kB | 0.6/1.1 MB | 155/766 kB | 57/326 kB Progress (4): 294/763 kB | 0.6/1.1 MB | 155/766 kB | 57/326 kB Progress (4): 294/763 kB | 0.6/1.1 MB | 155/766 kB | 57/326 kB Progress (4): 294/763 kB | 0.7/1.1 MB | 155/766 kB | 57/326 kB Progress (4): 294/763 kB | 0.7/1.1 MB | 155/766 kB | 57/326 kB Progress (4): 294/763 kB | 0.7/1.1 MB | 155/766 kB | 57/326 kB Progress (4): 294/763 kB | 0.7/1.1 MB | 159/766 kB | 57/326 kB Progress (4): 294/763 kB | 0.7/1.1 MB | 163/766 kB | 57/326 kB Progress (4): 294/763 kB | 0.7/1.1 MB | 168/766 kB | 57/326 kB Progress (4): 294/763 kB | 0.7/1.1 MB | 172/766 kB | 57/326 kB Progress (4): 294/763 kB | 0.7/1.1 MB | 176/766 kB | 57/326 kB Progress (4): 294/763 kB | 0.7/1.1 MB | 180/766 kB | 57/326 kB Progress (4): 294/763 kB | 0.7/1.1 MB | 184/766 kB | 57/326 kB Progress (4): 294/763 kB | 0.7/1.1 MB | 188/766 kB | 57/326 kB Progress (4): 294/763 kB | 0.7/1.1 MB | 192/766 kB | 57/326 kB Progress (4): 294/763 kB | 0.7/1.1 MB | 196/766 kB | 57/326 kB Progress (4): 294/763 kB | 0.7/1.1 MB | 200/766 kB | 57/326 kB Progress (4): 294/763 kB | 0.7/1.1 MB | 204/766 kB | 57/326 kB Progress (4): 294/763 kB | 0.7/1.1 MB | 204/766 kB | 57/326 kB Progress (4): 294/763 kB | 0.7/1.1 MB | 204/766 kB | 57/326 kB Progress (4): 294/763 kB | 0.7/1.1 MB | 208/766 kB | 57/326 kB Progress (4): 294/763 kB | 0.7/1.1 MB | 213/766 kB | 57/326 kB Progress (4): 294/763 kB | 0.7/1.1 MB | 217/766 kB | 57/326 kB Progress (4): 294/763 kB | 0.7/1.1 MB | 221/766 kB | 57/326 kB Progress (4): 294/763 kB | 0.7/1.1 MB | 221/766 kB | 57/326 kB Progress (4): 294/763 kB | 0.7/1.1 MB | 221/766 kB | 57/326 kB Progress (4): 294/763 kB | 0.7/1.1 MB | 221/766 kB | 57/326 kB Progress (4): 294/763 kB | 0.7/1.1 MB | 221/766 kB | 57/326 kB Progress (4): 294/763 kB | 0.7/1.1 MB | 221/766 kB | 57/326 kB Progress (4): 294/763 kB | 0.7/1.1 MB | 221/766 kB | 57/326 kB Progress (4): 294/763 kB | 0.7/1.1 MB | 221/766 kB | 57/326 kB Progress (4): 294/763 kB | 0.7/1.1 MB | 221/766 kB | 61/326 kB Progress (4): 294/763 kB | 0.7/1.1 MB | 221/766 kB | 65/326 kB Progress (4): 294/763 kB | 0.7/1.1 MB | 221/766 kB | 69/326 kB Progress (4): 294/763 kB | 0.7/1.1 MB | 221/766 kB | 73/326 kB Progress (4): 294/763 kB | 0.7/1.1 MB | 221/766 kB | 77/326 kB Progress (4): 294/763 kB | 0.7/1.1 MB | 221/766 kB | 82/326 kB Progress (4): 294/763 kB | 0.7/1.1 MB | 221/766 kB | 86/326 kB Progress (4): 294/763 kB | 0.7/1.1 MB | 221/766 kB | 90/326 kB Progress (4): 294/763 kB | 0.7/1.1 MB | 221/766 kB | 94/326 kB Progress (4): 294/763 kB | 0.7/1.1 MB | 221/766 kB | 98/326 kB Progress (4): 294/763 kB | 0.7/1.1 MB | 221/766 kB | 102/326 kB Progress (4): 294/763 kB | 0.7/1.1 MB | 221/766 kB | 106/326 kB Progress (4): 294/763 kB | 0.7/1.1 MB | 221/766 kB | 110/326 kB Progress (4): 294/763 kB | 0.7/1.1 MB | 221/766 kB | 114/326 kB Progress (4): 294/763 kB | 0.7/1.1 MB | 221/766 kB | 118/326 kB Progress (4): 294/763 kB | 0.7/1.1 MB | 221/766 kB | 122/326 kB Progress (4): 294/763 kB | 0.7/1.1 MB | 221/766 kB | 126/326 kB Progress (4): 294/763 kB | 0.7/1.1 MB | 221/766 kB | 131/326 kB Progress (4): 294/763 kB | 0.7/1.1 MB | 221/766 kB | 135/326 kB Progress (4): 294/763 kB | 0.7/1.1 MB | 221/766 kB | 139/326 kB Progress (4): 294/763 kB | 0.7/1.1 MB | 221/766 kB | 143/326 kB Progress (4): 294/763 kB | 0.7/1.1 MB | 221/766 kB | 147/326 kB Progress (4): 294/763 kB | 0.7/1.1 MB | 221/766 kB | 151/326 kB Progress (4): 294/763 kB | 0.7/1.1 MB | 221/766 kB | 155/326 kB Progress (4): 294/763 kB | 0.7/1.1 MB | 221/766 kB | 159/326 kB Progress (4): 294/763 kB | 0.7/1.1 MB | 221/766 kB | 163/326 kB Progress (4): 294/763 kB | 0.7/1.1 MB | 221/766 kB | 167/326 kB Progress (4): 294/763 kB | 0.7/1.1 MB | 221/766 kB | 171/326 kB Progress (4): 294/763 kB | 0.7/1.1 MB | 221/766 kB | 176/326 kB Progress (4): 294/763 kB | 0.7/1.1 MB | 221/766 kB | 180/326 kB Progress (4): 294/763 kB | 0.7/1.1 MB | 221/766 kB | 184/326 kB Progress (4): 294/763 kB | 0.7/1.1 MB | 221/766 kB | 188/326 kB Progress (4): 294/763 kB | 0.7/1.1 MB | 221/766 kB | 192/326 kB Progress (4): 298/763 kB | 0.7/1.1 MB | 221/766 kB | 192/326 kB Progress (4): 302/763 kB | 0.7/1.1 MB | 221/766 kB | 192/326 kB Progress (4): 306/763 kB | 0.7/1.1 MB | 221/766 kB | 192/326 kB Progress (4): 310/763 kB | 0.7/1.1 MB | 221/766 kB | 192/326 kB Progress (4): 310/763 kB | 0.8/1.1 MB | 221/766 kB | 192/326 kB Progress (4): 310/763 kB | 0.8/1.1 MB | 221/766 kB | 192/326 kB Progress (4): 310/763 kB | 0.8/1.1 MB | 221/766 kB | 192/326 kB Progress (4): 310/763 kB | 0.8/1.1 MB | 221/766 kB | 192/326 kB Progress (4): 310/763 kB | 0.8/1.1 MB | 221/766 kB | 192/326 kB Progress (4): 310/763 kB | 0.8/1.1 MB | 225/766 kB | 192/326 kB Progress (4): 310/763 kB | 0.8/1.1 MB | 229/766 kB | 192/326 kB Progress (4): 310/763 kB | 0.8/1.1 MB | 233/766 kB | 192/326 kB Progress (4): 310/763 kB | 0.8/1.1 MB | 237/766 kB | 192/326 kB Progress (4): 310/763 kB | 0.8/1.1 MB | 241/766 kB | 192/326 kB Progress (4): 310/763 kB | 0.8/1.1 MB | 245/766 kB | 192/326 kB Progress (4): 310/763 kB | 0.8/1.1 MB | 249/766 kB | 192/326 kB Progress (4): 310/763 kB | 0.8/1.1 MB | 249/766 kB | 192/326 kB Progress (4): 310/763 kB | 0.8/1.1 MB | 254/766 kB | 192/326 kB Progress (4): 310/763 kB | 0.8/1.1 MB | 254/766 kB | 192/326 kB Progress (4): 310/763 kB | 0.8/1.1 MB | 258/766 kB | 192/326 kB Progress (4): 310/763 kB | 0.8/1.1 MB | 262/766 kB | 192/326 kB Progress (4): 310/763 kB | 0.8/1.1 MB | 266/766 kB | 192/326 kB Progress (4): 310/763 kB | 0.8/1.1 MB | 270/766 kB | 192/326 kB Progress (4): 310/763 kB | 0.8/1.1 MB | 274/766 kB | 192/326 kB Progress (4): 310/763 kB | 0.8/1.1 MB | 278/766 kB | 192/326 kB Progress (4): 310/763 kB | 0.8/1.1 MB | 278/766 kB | 192/326 kB Progress (4): 310/763 kB | 0.8/1.1 MB | 282/766 kB | 192/326 kB Progress (4): 310/763 kB | 0.8/1.1 MB | 282/766 kB | 192/326 kB Progress (4): 310/763 kB | 0.8/1.1 MB | 286/766 kB | 192/326 kB Progress (4): 310/763 kB | 0.8/1.1 MB | 286/766 kB | 192/326 kB Progress (4): 310/763 kB | 0.8/1.1 MB | 286/766 kB | 192/326 kB Progress (4): 310/763 kB | 0.8/1.1 MB | 286/766 kB | 192/326 kB Progress (4): 310/763 kB | 0.9/1.1 MB | 286/766 kB | 192/326 kB Progress (4): 315/763 kB | 0.9/1.1 MB | 286/766 kB | 192/326 kB Progress (4): 319/763 kB | 0.9/1.1 MB | 286/766 kB | 192/326 kB Progress (4): 323/763 kB | 0.9/1.1 MB | 286/766 kB | 192/326 kB Progress (4): 327/763 kB | 0.9/1.1 MB | 286/766 kB | 192/326 kB Progress (4): 327/763 kB | 0.9/1.1 MB | 286/766 kB | 196/326 kB Progress (4): 327/763 kB | 0.9/1.1 MB | 286/766 kB | 200/326 kB Progress (4): 327/763 kB | 0.9/1.1 MB | 286/766 kB | 204/326 kB Progress (4): 327/763 kB | 0.9/1.1 MB | 286/766 kB | 208/326 kB Progress (4): 327/763 kB | 0.9/1.1 MB | 286/766 kB | 212/326 kB Progress (4): 327/763 kB | 0.9/1.1 MB | 286/766 kB | 217/326 kB Progress (4): 327/763 kB | 0.9/1.1 MB | 286/766 kB | 221/326 kB Progress (4): 327/763 kB | 0.9/1.1 MB | 286/766 kB | 225/326 kB Progress (4): 327/763 kB | 0.9/1.1 MB | 286/766 kB | 229/326 kB Progress (4): 327/763 kB | 0.9/1.1 MB | 286/766 kB | 233/326 kB Progress (4): 327/763 kB | 0.9/1.1 MB | 286/766 kB | 237/326 kB Progress (4): 327/763 kB | 0.9/1.1 MB | 286/766 kB | 241/326 kB Progress (4): 327/763 kB | 0.9/1.1 MB | 286/766 kB | 245/326 kB Progress (4): 327/763 kB | 0.9/1.1 MB | 286/766 kB | 249/326 kB Progress (4): 327/763 kB | 0.9/1.1 MB | 286/766 kB | 253/326 kB Progress (4): 327/763 kB | 0.9/1.1 MB | 286/766 kB | 257/326 kB Progress (4): 327/763 kB | 0.9/1.1 MB | 286/766 kB | 261/326 kB Progress (4): 327/763 kB | 0.9/1.1 MB | 286/766 kB | 265/326 kB Progress (4): 327/763 kB | 0.9/1.1 MB | 286/766 kB | 270/326 kB Progress (4): 327/763 kB | 0.9/1.1 MB | 286/766 kB | 274/326 kB Progress (4): 327/763 kB | 0.9/1.1 MB | 286/766 kB | 278/326 kB Progress (4): 327/763 kB | 0.9/1.1 MB | 286/766 kB | 282/326 kB Progress (4): 327/763 kB | 0.9/1.1 MB | 286/766 kB | 286/326 kB Progress (4): 327/763 kB | 0.9/1.1 MB | 286/766 kB | 288/326 kB Progress (4): 327/763 kB | 0.9/1.1 MB | 286/766 kB | 292/326 kB Progress (4): 327/763 kB | 0.9/1.1 MB | 286/766 kB | 296/326 kB Progress (4): 327/763 kB | 0.9/1.1 MB | 286/766 kB | 300/326 kB Progress (4): 327/763 kB | 0.9/1.1 MB | 286/766 kB | 304/326 kB Progress (4): 327/763 kB | 0.9/1.1 MB | 286/766 kB | 308/326 kB Progress (4): 327/763 kB | 0.9/1.1 MB | 286/766 kB | 313/326 kB Progress (4): 327/763 kB | 0.9/1.1 MB | 286/766 kB | 317/326 kB Progress (4): 327/763 kB | 0.9/1.1 MB | 286/766 kB | 321/326 kB Progress (4): 327/763 kB | 0.9/1.1 MB | 286/766 kB | 325/326 kB Progress (4): 327/763 kB | 0.9/1.1 MB | 286/766 kB | 326 kB Progress (4): 327/763 kB | 0.9/1.1 MB | 286/766 kB | 326 kB Progress (4): 327/763 kB | 0.9/1.1 MB | 286/766 kB | 326 kB Progress (4): 331/763 kB | 0.9/1.1 MB | 286/766 kB | 326 kB Progress (4): 335/763 kB | 0.9/1.1 MB | 286/766 kB | 326 kB Progress (4): 339/763 kB | 0.9/1.1 MB | 286/766 kB | 326 kB Progress (4): 343/763 kB | 0.9/1.1 MB | 286/766 kB | 326 kB Progress (4): 343/763 kB | 0.9/1.1 MB | 286/766 kB | 326 kB Progress (4): 343/763 kB | 0.9/1.1 MB | 286/766 kB | 326 kB Progress (4): 343/763 kB | 0.9/1.1 MB | 286/766 kB | 326 kB Progress (4): 343/763 kB | 0.9/1.1 MB | 286/766 kB | 326 kB Progress (4): 343/763 kB | 0.9/1.1 MB | 290/766 kB | 326 kB Progress (4): 343/763 kB | 0.9/1.1 MB | 295/766 kB | 326 kB Progress (4): 343/763 kB | 0.9/1.1 MB | 299/766 kB | 326 kB Progress (4): 343/763 kB | 0.9/1.1 MB | 303/766 kB | 326 kB Progress (4): 343/763 kB | 0.9/1.1 MB | 307/766 kB | 326 kB Progress (4): 343/763 kB | 0.9/1.1 MB | 311/766 kB | 326 kB Progress (4): 343/763 kB | 0.9/1.1 MB | 315/766 kB | 326 kB Progress (4): 343/763 kB | 0.9/1.1 MB | 319/766 kB | 326 kB Progress (4): 343/763 kB | 0.9/1.1 MB | 319/766 kB | 326 kB Progress (4): 343/763 kB | 0.9/1.1 MB | 319/766 kB | 326 kB Progress (4): 343/763 kB | 0.9/1.1 MB | 323/766 kB | 326 kB Progress (4): 343/763 kB | 0.9/1.1 MB | 327/766 kB | 326 kB Progress (4): 343/763 kB | 0.9/1.1 MB | 331/766 kB | 326 kB Progress (4): 343/763 kB | 0.9/1.1 MB | 335/766 kB | 326 kB Progress (4): 343/763 kB | 0.9/1.1 MB | 335/766 kB | 326 kB Progress (4): 343/763 kB | 0.9/1.1 MB | 335/766 kB | 326 kB Progress (4): 343/763 kB | 0.9/1.1 MB | 340/766 kB | 326 kB Progress (4): 343/763 kB | 0.9/1.1 MB | 344/766 kB | 326 kB Progress (4): 343/763 kB | 0.9/1.1 MB | 348/766 kB | 326 kB Progress (4): 343/763 kB | 0.9/1.1 MB | 352/766 kB | 326 kB Progress (4): 343/763 kB | 0.9/1.1 MB | 352/766 kB | 326 kB Progress (4): 343/763 kB | 0.9/1.1 MB | 352/766 kB | 326 kB Progress (4): 343/763 kB | 1.0/1.1 MB | 352/766 kB | 326 kB Progress (4): 343/763 kB | 1.0/1.1 MB | 352/766 kB | 326 kB Progress (4): 343/763 kB | 1.0/1.1 MB | 352/766 kB | 326 kB Progress (4): 343/763 kB | 1.0/1.1 MB | 352/766 kB | 326 kB Progress (4): 343/763 kB | 1.0/1.1 MB | 352/766 kB | 326 kB Progress (4): 347/763 kB | 1.0/1.1 MB | 352/766 kB | 326 kB Progress (4): 351/763 kB | 1.0/1.1 MB | 352/766 kB | 326 kB Progress (4): 356/763 kB | 1.0/1.1 MB | 352/766 kB | 326 kB Progress (4): 360/763 kB | 1.0/1.1 MB | 352/766 kB | 326 kB Progress (4): 360/763 kB | 1.0/1.1 MB | 352/766 kB | 326 kB Progress (4): 360/763 kB | 1.0/1.1 MB | 352/766 kB | 326 kB Progress (4): 360/763 kB | 1.0/1.1 MB | 352/766 kB | 326 kB Progress (4): 360/763 kB | 1.0/1.1 MB | 352/766 kB | 326 kB Progress (4): 364/763 kB | 1.0/1.1 MB | 352/766 kB | 326 kB Progress (4): 368/763 kB | 1.0/1.1 MB | 352/766 kB | 326 kB Progress (4): 372/763 kB | 1.0/1.1 MB | 352/766 kB | 326 kB Progress (4): 376/763 kB | 1.0/1.1 MB | 352/766 kB | 326 kB Progress (5): 376/763 kB | 1.0/1.1 MB | 352/766 kB | 326 kB | 4.1/284 kB Progress (5): 376/763 kB | 1.0/1.1 MB | 352/766 kB | 326 kB | 7.8/284 kB Progress (5): 376/763 kB | 1.0/1.1 MB | 352/766 kB | 326 kB | 12/284 kB Progress (5): 376/763 kB | 1.0/1.1 MB | 352/766 kB | 326 kB | 16/284 kB Progress (5): 376/763 kB | 1.0/1.1 MB | 356/766 kB | 326 kB | 16/284 kB Progress (5): 376/763 kB | 1.0/1.1 MB | 356/766 kB | 326 kB | 20/284 kB Progress (5): 376/763 kB | 1.0/1.1 MB | 360/766 kB | 326 kB | 20/284 kB Progress (5): 376/763 kB | 1.0/1.1 MB | 360/766 kB | 326 kB | 24/284 kB Progress (5): 376/763 kB | 1.0/1.1 MB | 364/766 kB | 326 kB | 24/284 kB Progress (5): 376/763 kB | 1.0/1.1 MB | 364/766 kB | 326 kB | 26/284 kB Progress (5): 376/763 kB | 1.0/1.1 MB | 368/766 kB | 326 kB | 26/284 kB Progress (5): 376/763 kB | 1.0/1.1 MB | 368/766 kB | 326 kB | 30/284 kB Progress (5): 376/763 kB | 1.0/1.1 MB | 368/766 kB | 326 kB | 34/284 kB Progress (5): 376/763 kB | 1.0/1.1 MB | 368/766 kB | 326 kB | 39/284 kB Progress (5): 376/763 kB | 1.0/1.1 MB | 368/766 kB | 326 kB | 43/284 kB Progress (5): 376/763 kB | 1.0/1.1 MB | 368/766 kB | 326 kB | 43/284 kB Progress (5): 376/763 kB | 1.0/1.1 MB | 368/766 kB | 326 kB | 43/284 kB Progress (5): 376/763 kB | 1.0/1.1 MB | 372/766 kB | 326 kB | 43/284 kB Progress (5): 376/763 kB | 1.0/1.1 MB | 376/766 kB | 326 kB | 43/284 kB Progress (5): 376/763 kB | 1.0/1.1 MB | 381/766 kB | 326 kB | 43/284 kB Progress (5): 376/763 kB | 1.0/1.1 MB | 381/766 kB | 326 kB | 43/284 kB Progress (5): 376/763 kB | 1.0/1.1 MB | 385/766 kB | 326 kB | 43/284 kB Progress (5): 376/763 kB | 1.0/1.1 MB | 389/766 kB | 326 kB | 43/284 kB Progress (5): 376/763 kB | 1.0/1.1 MB | 393/766 kB | 326 kB | 43/284 kB Progress (5): 376/763 kB | 1.0/1.1 MB | 397/766 kB | 326 kB | 43/284 kB Progress (5): 376/763 kB | 1.0/1.1 MB | 401/766 kB | 326 kB | 43/284 kB Progress (5): 376/763 kB | 1.0/1.1 MB | 401/766 kB | 326 kB | 43/284 kB Progress (5): 376/763 kB | 1.1/1.1 MB | 401/766 kB | 326 kB | 43/284 kB Progress (5): 376/763 kB | 1.1/1.1 MB | 405/766 kB | 326 kB | 43/284 kB Progress (5): 376/763 kB | 1.1/1.1 MB | 409/766 kB | 326 kB | 43/284 kB Progress (5): 376/763 kB | 1.1/1.1 MB | 413/766 kB | 326 kB | 43/284 kB Progress (5): 376/763 kB | 1.1/1.1 MB | 417/766 kB | 326 kB | 43/284 kB Progress (5): 376/763 kB | 1.1/1.1 MB | 417/766 kB | 326 kB | 43/284 kB Progress (5): 376/763 kB | 1.1/1.1 MB | 417/766 kB | 326 kB | 43/284 kB Progress (5): 376/763 kB | 1.1/1.1 MB | 417/766 kB | 326 kB | 43/284 kB Progress (5): 376/763 kB | 1.1/1.1 MB | 417/766 kB | 326 kB | 43/284 kB Progress (5): 376/763 kB | 1.1/1.1 MB | 421/766 kB | 326 kB | 43/284 kB Progress (5): 376/763 kB | 1.1/1.1 MB | 426/766 kB | 326 kB | 43/284 kB Progress (5): 376/763 kB | 1.1/1.1 MB | 430/766 kB | 326 kB | 43/284 kB Progress (5): 376/763 kB | 1.1/1.1 MB | 434/766 kB | 326 kB | 43/284 kB Progress (5): 376/763 kB | 1.1/1.1 MB | 434/766 kB | 326 kB | 43/284 kB Progress (5): 376/763 kB | 1.1/1.1 MB | 434/766 kB | 326 kB | 43/284 kB Progress (5): 380/763 kB | 1.1/1.1 MB | 434/766 kB | 326 kB | 43/284 kB Progress (5): 384/763 kB | 1.1/1.1 MB | 434/766 kB | 326 kB | 43/284 kB Progress (5): 388/763 kB | 1.1/1.1 MB | 434/766 kB | 326 kB | 43/284 kB Progress (5): 392/763 kB | 1.1/1.1 MB | 434/766 kB | 326 kB | 43/284 kB Progress (5): 392/763 kB | 1.1/1.1 MB | 434/766 kB | 326 kB | 43/284 kB Progress (5): 392/763 kB | 1.1/1.1 MB | 434/766 kB | 326 kB | 43/284 kB Progress (5): 392/763 kB | 1.1 MB | 434/766 kB | 326 kB | 43/284 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/httpcomponents/httpcore/4.4.9/httpcore-4.4.9.jar (326 kB at 8.4 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/atlassian/jira/jira-rest-java-client-core/5.0.4/jira-rest-java-client-core-5.0.4.jar +Progress (4): 392/763 kB | 1.1 MB | 434/766 kB | 47/284 kB Progress (4): 392/763 kB | 1.1 MB | 434/766 kB | 51/284 kB Progress (4): 392/763 kB | 1.1 MB | 434/766 kB | 55/284 kB Progress (4): 392/763 kB | 1.1 MB | 434/766 kB | 59/284 kB Progress (4): 392/763 kB | 1.1 MB | 434/766 kB | 63/284 kB Progress (4): 392/763 kB | 1.1 MB | 434/766 kB | 67/284 kB Progress (4): 392/763 kB | 1.1 MB | 434/766 kB | 71/284 kB Progress (4): 392/763 kB | 1.1 MB | 434/766 kB | 75/284 kB Progress (4): 392/763 kB | 1.1 MB | 434/766 kB | 80/284 kB Progress (4): 392/763 kB | 1.1 MB | 434/766 kB | 83/284 kB Progress (4): 392/763 kB | 1.1 MB | 438/766 kB | 83/284 kB Progress (4): 392/763 kB | 1.1 MB | 442/766 kB | 83/284 kB Progress (4): 392/763 kB | 1.1 MB | 446/766 kB | 83/284 kB Progress (4): 392/763 kB | 1.1 MB | 450/766 kB | 83/284 kB Progress (4): 392/763 kB | 1.1 MB | 454/766 kB | 83/284 kB Progress (4): 392/763 kB | 1.1 MB | 458/766 kB | 83/284 kB Progress (4): 392/763 kB | 1.1 MB | 462/766 kB | 83/284 kB Progress (4): 392/763 kB | 1.1 MB | 467/766 kB | 83/284 kB Progress (4): 392/763 kB | 1.1 MB | 471/766 kB | 83/284 kB Progress (4): 392/763 kB | 1.1 MB | 475/766 kB | 83/284 kB Progress (4): 392/763 kB | 1.1 MB | 479/766 kB | 83/284 kB Progress (4): 392/763 kB | 1.1 MB | 483/766 kB | 83/284 kB Progress (4): 396/763 kB | 1.1 MB | 483/766 kB | 83/284 kB Progress (4): 401/763 kB | 1.1 MB | 483/766 kB | 83/284 kB Progress (4): 405/763 kB | 1.1 MB | 483/766 kB | 83/284 kB Progress (4): 409/763 kB | 1.1 MB | 483/766 kB | 83/284 kB Progress (4): 409/763 kB | 1.1 MB | 487/766 kB | 83/284 kB Progress (4): 409/763 kB | 1.1 MB | 491/766 kB | 83/284 kB Progress (4): 409/763 kB | 1.1 MB | 495/766 kB | 83/284 kB Progress (4): 409/763 kB | 1.1 MB | 499/766 kB | 83/284 kB Progress (4): 413/763 kB | 1.1 MB | 499/766 kB | 83/284 kB Progress (4): 417/763 kB | 1.1 MB | 499/766 kB | 83/284 kB Progress (4): 421/763 kB | 1.1 MB | 499/766 kB | 83/284 kB Progress (4): 425/763 kB | 1.1 MB | 499/766 kB | 83/284 kB Progress (4): 425/763 kB | 1.1 MB | 499/766 kB | 87/284 kB Progress (4): 425/763 kB | 1.1 MB | 499/766 kB | 92/284 kB Progress (4): 425/763 kB | 1.1 MB | 499/766 kB | 96/284 kB Progress (4): 425/763 kB | 1.1 MB | 499/766 kB | 100/284 kB Progress (4): 425/763 kB | 1.1 MB | 499/766 kB | 104/284 kB Progress (4): 425/763 kB | 1.1 MB | 499/766 kB | 108/284 kB Progress (4): 425/763 kB | 1.1 MB | 499/766 kB | 112/284 kB Progress (4): 425/763 kB | 1.1 MB | 499/766 kB | 116/284 kB Progress (4): 425/763 kB | 1.1 MB | 499/766 kB | 120/284 kB Progress (4): 425/763 kB | 1.1 MB | 499/766 kB | 124/284 kB Progress (4): 425/763 kB | 1.1 MB | 499/766 kB | 128/284 kB Progress (4): 425/763 kB | 1.1 MB | 499/766 kB | 132/284 kB Progress (4): 425/763 kB | 1.1 MB | 499/766 kB | 137/284 kB Progress (4): 425/763 kB | 1.1 MB | 499/766 kB | 141/284 kB Progress (4): 425/763 kB | 1.1 MB | 499/766 kB | 145/284 kB Progress (4): 425/763 kB | 1.1 MB | 499/766 kB | 149/284 kB Progress (4): 425/763 kB | 1.1 MB | 499/766 kB | 153/284 kB Progress (4): 425/763 kB | 1.1 MB | 499/766 kB | 157/284 kB Progress (4): 425/763 kB | 1.1 MB | 499/766 kB | 161/284 kB Progress (4): 425/763 kB | 1.1 MB | 499/766 kB | 165/284 kB Progress (4): 425/763 kB | 1.1 MB | 499/766 kB | 169/284 kB Progress (4): 425/763 kB | 1.1 MB | 503/766 kB | 169/284 kB Progress (4): 425/763 kB | 1.1 MB | 508/766 kB | 169/284 kB Progress (4): 425/763 kB | 1.1 MB | 512/766 kB | 169/284 kB Progress (4): 425/763 kB | 1.1 MB | 516/766 kB | 169/284 kB Progress (4): 425/763 kB | 1.1 MB | 520/766 kB | 169/284 kB Progress (4): 425/763 kB | 1.1 MB | 524/766 kB | 169/284 kB Progress (4): 425/763 kB | 1.1 MB | 528/766 kB | 169/284 kB Progress (4): 425/763 kB | 1.1 MB | 532/766 kB | 169/284 kB Progress (4): 425/763 kB | 1.1 MB | 536/766 kB | 169/284 kB Progress (4): 425/763 kB | 1.1 MB | 540/766 kB | 169/284 kB Progress (4): 425/763 kB | 1.1 MB | 544/766 kB | 169/284 kB Progress (4): 425/763 kB | 1.1 MB | 548/766 kB | 169/284 kB Progress (4): 425/763 kB | 1.1 MB | 553/766 kB | 169/284 kB Progress (4): 425/763 kB | 1.1 MB | 557/766 kB | 169/284 kB Progress (4): 425/763 kB | 1.1 MB | 561/766 kB | 169/284 kB Progress (4): 425/763 kB | 1.1 MB | 565/766 kB | 169/284 kB Progress (4): 429/763 kB | 1.1 MB | 565/766 kB | 169/284 kB Progress (4): 433/763 kB | 1.1 MB | 565/766 kB | 169/284 kB Progress (4): 437/763 kB | 1.1 MB | 565/766 kB | 169/284 kB Progress (4): 442/763 kB | 1.1 MB | 565/766 kB | 169/284 kB Progress (4): 446/763 kB | 1.1 MB | 565/766 kB | 169/284 kB Progress (4): 450/763 kB | 1.1 MB | 565/766 kB | 169/284 kB Progress (4): 454/763 kB | 1.1 MB | 565/766 kB | 169/284 kB Progress (4): 458/763 kB | 1.1 MB | 565/766 kB | 169/284 kB Progress (4): 458/763 kB | 1.1 MB | 565/766 kB | 173/284 kB Progress (4): 458/763 kB | 1.1 MB | 565/766 kB | 178/284 kB Progress (4): 458/763 kB | 1.1 MB | 565/766 kB | 182/284 kB Progress (4): 458/763 kB | 1.1 MB | 565/766 kB | 186/284 kB Progress (4): 458/763 kB | 1.1 MB | 565/766 kB | 190/284 kB Progress (4): 458/763 kB | 1.1 MB | 565/766 kB | 194/284 kB Progress (4): 458/763 kB | 1.1 MB | 565/766 kB | 198/284 kB Progress (4): 458/763 kB | 1.1 MB | 565/766 kB | 202/284 kB Progress (4): 458/763 kB | 1.1 MB | 565/766 kB | 206/284 kB Progress (4): 458/763 kB | 1.1 MB | 565/766 kB | 210/284 kB Progress (4): 458/763 kB | 1.1 MB | 565/766 kB | 214/284 kB Progress (4): 458/763 kB | 1.1 MB | 565/766 kB | 219/284 kB Progress (4): 458/763 kB | 1.1 MB | 565/766 kB | 223/284 kB Progress (4): 458/763 kB | 1.1 MB | 565/766 kB | 227/284 kB Progress (4): 458/763 kB | 1.1 MB | 565/766 kB | 231/284 kB Progress (4): 458/763 kB | 1.1 MB | 565/766 kB | 235/284 kB Progress (4): 458/763 kB | 1.1 MB | 565/766 kB | 239/284 kB Progress (4): 458/763 kB | 1.1 MB | 565/766 kB | 243/284 kB Progress (4): 458/763 kB | 1.1 MB | 565/766 kB | 247/284 kB Progress (4): 458/763 kB | 1.1 MB | 565/766 kB | 251/284 kB Progress (4): 458/763 kB | 1.1 MB | 565/766 kB | 255/284 kB Progress (4): 458/763 kB | 1.1 MB | 565/766 kB | 259/284 kB Progress (4): 458/763 kB | 1.1 MB | 569/766 kB | 259/284 kB Progress (4): 458/763 kB | 1.1 MB | 573/766 kB | 259/284 kB Progress (4): 458/763 kB | 1.1 MB | 577/766 kB | 259/284 kB Progress (4): 458/763 kB | 1.1 MB | 581/766 kB | 259/284 kB Progress (4): 458/763 kB | 1.1 MB | 585/766 kB | 259/284 kB Progress (4): 458/763 kB | 1.1 MB | 589/766 kB | 259/284 kB Progress (4): 458/763 kB | 1.1 MB | 594/766 kB | 259/284 kB Progress (4): 458/763 kB | 1.1 MB | 598/766 kB | 259/284 kB Progress (4): 458/763 kB | 1.1 MB | 602/766 kB | 259/284 kB Progress (4): 458/763 kB | 1.1 MB | 606/766 kB | 259/284 kB Progress (4): 458/763 kB | 1.1 MB | 610/766 kB | 259/284 kB Progress (4): 458/763 kB | 1.1 MB | 614/766 kB | 259/284 kB Progress (4): 458/763 kB | 1.1 MB | 618/766 kB | 259/284 kB Progress (4): 458/763 kB | 1.1 MB | 622/766 kB | 259/284 kB Progress (4): 458/763 kB | 1.1 MB | 626/766 kB | 259/284 kB Progress (4): 458/763 kB | 1.1 MB | 630/766 kB | 259/284 kB Progress (4): 462/763 kB | 1.1 MB | 630/766 kB | 259/284 kB Progress (4): 466/763 kB | 1.1 MB | 630/766 kB | 259/284 kB Progress (4): 470/763 kB | 1.1 MB | 630/766 kB | 259/284 kB Progress (4): 474/763 kB | 1.1 MB | 630/766 kB | 259/284 kB Progress (4): 478/763 kB | 1.1 MB | 630/766 kB | 259/284 kB Progress (4): 482/763 kB | 1.1 MB | 630/766 kB | 259/284 kB Progress (4): 487/763 kB | 1.1 MB | 630/766 kB | 259/284 kB Progress (4): 491/763 kB | 1.1 MB | 630/766 kB | 259/284 kB Progress (4): 491/763 kB | 1.1 MB | 630/766 kB | 264/284 kB Progress (4): 491/763 kB | 1.1 MB | 630/766 kB | 268/284 kB Progress (4): 491/763 kB | 1.1 MB | 630/766 kB | 272/284 kB Progress (4): 491/763 kB | 1.1 MB | 630/766 kB | 276/284 kB Progress (5): 491/763 kB | 1.1 MB | 630/766 kB | 276/284 kB | 4.1/191 kB Progress (5): 491/763 kB | 1.1 MB | 630/766 kB | 276/284 kB | 7.8/191 kB Progress (5): 491/763 kB | 1.1 MB | 630/766 kB | 276/284 kB | 12/191 kB Progress (5): 491/763 kB | 1.1 MB | 630/766 kB | 276/284 kB | 16/191 kB Progress (5): 491/763 kB | 1.1 MB | 630/766 kB | 280/284 kB | 16/191 kB Progress (5): 491/763 kB | 1.1 MB | 630/766 kB | 284/284 kB | 16/191 kB Progress (5): 491/763 kB | 1.1 MB | 630/766 kB | 284 kB | 16/191 kB Progress (5): 491/763 kB | 1.1 MB | 630/766 kB | 284 kB | 20/191 kB Progress (5): 491/763 kB | 1.1 MB | 630/766 kB | 284 kB | 24/191 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/springframework/spring-core/4.3.8.RELEASE/spring-core-4.3.8.RELEASE.jar (1.1 MB at 28 kB/s) +Progress (4): 491/763 kB | 630/766 kB | 284 kB | 28/191 kB Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/atlassian/fugue/fugue/2.7.0/fugue-2.7.0.jar +Progress (4): 491/763 kB | 630/766 kB | 284 kB | 32/191 kB Progress (4): 491/763 kB | 634/766 kB | 284 kB | 32/191 kB Progress (4): 491/763 kB | 634/766 kB | 284 kB | 36/191 kB Progress (4): 491/763 kB | 639/766 kB | 284 kB | 36/191 kB Progress (4): 491/763 kB | 639/766 kB | 284 kB | 41/191 kB Progress (4): 491/763 kB | 643/766 kB | 284 kB | 41/191 kB Progress (4): 491/763 kB | 643/766 kB | 284 kB | 45/191 kB Progress (4): 491/763 kB | 647/766 kB | 284 kB | 45/191 kB Progress (4): 491/763 kB | 647/766 kB | 284 kB | 49/191 kB Progress (4): 491/763 kB | 651/766 kB | 284 kB | 49/191 kB Progress (4): 491/763 kB | 655/766 kB | 284 kB | 49/191 kB Progress (4): 491/763 kB | 659/766 kB | 284 kB | 49/191 kB Progress (4): 491/763 kB | 663/766 kB | 284 kB | 49/191 kB Progress (4): 491/763 kB | 667/766 kB | 284 kB | 49/191 kB Progress (4): 491/763 kB | 671/766 kB | 284 kB | 49/191 kB Progress (4): 491/763 kB | 675/766 kB | 284 kB | 49/191 kB Progress (4): 491/763 kB | 680/766 kB | 284 kB | 49/191 kB Progress (4): 491/763 kB | 684/766 kB | 284 kB | 49/191 kB Progress (4): 491/763 kB | 688/766 kB | 284 kB | 49/191 kB Progress (4): 491/763 kB | 692/766 kB | 284 kB | 49/191 kB Progress (4): 491/763 kB | 696/766 kB | 284 kB | 49/191 kB Progress (4): 495/763 kB | 696/766 kB | 284 kB | 49/191 kB Progress (4): 499/763 kB | 696/766 kB | 284 kB | 49/191 kB Progress (4): 503/763 kB | 696/766 kB | 284 kB | 49/191 kB Progress (4): 507/763 kB | 696/766 kB | 284 kB | 49/191 kB Progress (4): 511/763 kB | 696/766 kB | 284 kB | 49/191 kB Progress (4): 515/763 kB | 696/766 kB | 284 kB | 49/191 kB Progress (4): 519/763 kB | 696/766 kB | 284 kB | 49/191 kB Progress (4): 523/763 kB | 696/766 kB | 284 kB | 49/191 kB Progress (4): 523/763 kB | 696/766 kB | 284 kB | 53/191 kB Progress (4): 523/763 kB | 696/766 kB | 284 kB | 57/191 kB Progress (4): 523/763 kB | 696/766 kB | 284 kB | 61/191 kB Progress (4): 523/763 kB | 696/766 kB | 284 kB | 65/191 kB Progress (4): 523/763 kB | 696/766 kB | 284 kB | 69/191 kB Progress (4): 523/763 kB | 696/766 kB | 284 kB | 73/191 kB Progress (4): 523/763 kB | 696/766 kB | 284 kB | 77/191 kB Progress (4): 523/763 kB | 696/766 kB | 284 kB | 82/191 kB Progress (4): 523/763 kB | 696/766 kB | 284 kB | 86/191 kB Progress (4): 523/763 kB | 696/766 kB | 284 kB | 90/191 kB Progress (4): 523/763 kB | 696/766 kB | 284 kB | 94/191 kB Progress (4): 523/763 kB | 696/766 kB | 284 kB | 98/191 kB Progress (4): 523/763 kB | 696/766 kB | 284 kB | 102/191 kB Progress (4): 523/763 kB | 696/766 kB | 284 kB | 106/191 kB Progress (4): 523/763 kB | 696/766 kB | 284 kB | 110/191 kB Progress (4): 523/763 kB | 696/766 kB | 284 kB | 114/191 kB Progress (4): 523/763 kB | 696/766 kB | 284 kB | 118/191 kB Progress (4): 523/763 kB | 696/766 kB | 284 kB | 122/191 kB Progress (4): 523/763 kB | 696/766 kB | 284 kB | 127/191 kB Progress (4): 523/763 kB | 696/766 kB | 284 kB | 131/191 kB Progress (4): 523/763 kB | 696/766 kB | 284 kB | 135/191 kB Progress (4): 523/763 kB | 696/766 kB | 284 kB | 139/191 kB Progress (4): 523/763 kB | 696/766 kB | 284 kB | 143/191 kB Progress (4): 523/763 kB | 696/766 kB | 284 kB | 147/191 kB Progress (4): 523/763 kB | 696/766 kB | 284 kB | 151/191 kB Progress (4): 523/763 kB | 696/766 kB | 284 kB | 155/191 kB Progress (4): 528/763 kB | 696/766 kB | 284 kB | 155/191 kB Progress (4): 532/763 kB | 696/766 kB | 284 kB | 155/191 kB Progress (4): 532/763 kB | 700/766 kB | 284 kB | 155/191 kB Progress (4): 536/763 kB | 700/766 kB | 284 kB | 155/191 kB Progress (4): 536/763 kB | 704/766 kB | 284 kB | 155/191 kB Progress (4): 540/763 kB | 704/766 kB | 284 kB | 155/191 kB Progress (4): 540/763 kB | 708/766 kB | 284 kB | 155/191 kB Progress (4): 540/763 kB | 712/766 kB | 284 kB | 155/191 kB Progress (4): 540/763 kB | 716/766 kB | 284 kB | 155/191 kB Progress (4): 540/763 kB | 720/766 kB | 284 kB | 155/191 kB Progress (4): 540/763 kB | 725/766 kB | 284 kB | 155/191 kB Progress (4): 540/763 kB | 729/766 kB | 284 kB | 155/191 kB Progress (4): 540/763 kB | 733/766 kB | 284 kB | 155/191 kB Progress (4): 540/763 kB | 737/766 kB | 284 kB | 155/191 kB Progress (4): 540/763 kB | 741/766 kB | 284 kB | 155/191 kB Progress (4): 540/763 kB | 745/766 kB | 284 kB | 155/191 kB Progress (4): 540/763 kB | 749/766 kB | 284 kB | 155/191 kB Progress (4): 540/763 kB | 753/766 kB | 284 kB | 155/191 kB Progress (4): 540/763 kB | 757/766 kB | 284 kB | 155/191 kB Progress (4): 540/763 kB | 761/766 kB | 284 kB | 155/191 kB Progress (4): 540/763 kB | 766/766 kB | 284 kB | 155/191 kB Progress (4): 540/763 kB | 766 kB | 284 kB | 155/191 kB Progress (4): 544/763 kB | 766 kB | 284 kB | 155/191 kB Progress (4): 548/763 kB | 766 kB | 284 kB | 155/191 kB Progress (4): 552/763 kB | 766 kB | 284 kB | 155/191 kB Progress (4): 556/763 kB | 766 kB | 284 kB | 155/191 kB Progress (4): 560/763 kB | 766 kB | 284 kB | 155/191 kB Progress (4): 564/763 kB | 766 kB | 284 kB | 155/191 kB Progress (4): 569/763 kB | 766 kB | 284 kB | 155/191 kB Progress (4): 573/763 kB | 766 kB | 284 kB | 155/191 kB Progress (4): 573/763 kB | 766 kB | 284 kB | 159/191 kB Progress (4): 573/763 kB | 766 kB | 284 kB | 163/191 kB Progress (4): 573/763 kB | 766 kB | 284 kB | 167/191 kB Progress (4): 573/763 kB | 766 kB | 284 kB | 171/191 kB Progress (4): 573/763 kB | 766 kB | 284 kB | 175/191 kB Progress (4): 573/763 kB | 766 kB | 284 kB | 179/191 kB Progress (4): 573/763 kB | 766 kB | 284 kB | 183/191 kB Progress (4): 573/763 kB | 766 kB | 284 kB | 187/191 kB Progress (4): 573/763 kB | 766 kB | 284 kB | 191 kB Progress (4): 577/763 kB | 766 kB | 284 kB | 191 kB Progress (4): 581/763 kB | 766 kB | 284 kB | 191 kB Progress (4): 585/763 kB | 766 kB | 284 kB | 191 kB Progress (4): 589/763 kB | 766 kB | 284 kB | 191 kB Progress (5): 589/763 kB | 766 kB | 284 kB | 191 kB | 4.1/117 kB Progress (5): 589/763 kB | 766 kB | 284 kB | 191 kB | 7.8/117 kB Progress (5): 589/763 kB | 766 kB | 284 kB | 191 kB | 12/117 kB Progress (5): 589/763 kB | 766 kB | 284 kB | 191 kB | 16/117 kB Progress (5): 589/763 kB | 766 kB | 284 kB | 191 kB | 20/117 kB Progress (5): 589/763 kB | 766 kB | 284 kB | 191 kB | 24/117 kB Progress (5): 589/763 kB | 766 kB | 284 kB | 191 kB | 28/117 kB Progress (5): 589/763 kB | 766 kB | 284 kB | 191 kB | 32/117 kB Progress (5): 589/763 kB | 766 kB | 284 kB | 191 kB | 36/117 kB Progress (5): 589/763 kB | 766 kB | 284 kB | 191 kB | 41/117 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/commons-codec/commons-codec/1.10/commons-codec-1.10.jar (284 kB at 7.1 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/atlassian/connect/ac-play-java_2.10/0.10.1/ac-play-java_2.10-0.10.1.jar +Progress (4): 593/763 kB | 766 kB | 191 kB | 41/117 kB Progress (4): 597/763 kB | 766 kB | 191 kB | 41/117 kB Progress (4): 601/763 kB | 766 kB | 191 kB | 41/117 kB Progress (4): 605/763 kB | 766 kB | 191 kB | 41/117 kB Progress (4): 609/763 kB | 766 kB | 191 kB | 41/117 kB Progress (4): 614/763 kB | 766 kB | 191 kB | 41/117 kB Progress (4): 618/763 kB | 766 kB | 191 kB | 41/117 kB Progress (4): 622/763 kB | 766 kB | 191 kB | 41/117 kB Progress (4): 626/763 kB | 766 kB | 191 kB | 41/117 kB Progress (4): 630/763 kB | 766 kB | 191 kB | 41/117 kB Progress (4): 634/763 kB | 766 kB | 191 kB | 41/117 kB Progress (4): 638/763 kB | 766 kB | 191 kB | 41/117 kB Progress (4): 638/763 kB | 766 kB | 191 kB | 45/117 kB Progress (4): 638/763 kB | 766 kB | 191 kB | 49/117 kB Progress (4): 638/763 kB | 766 kB | 191 kB | 53/117 kB Progress (4): 638/763 kB | 766 kB | 191 kB | 57/117 kB Progress (4): 638/763 kB | 766 kB | 191 kB | 61/117 kB Progress (4): 638/763 kB | 766 kB | 191 kB | 65/117 kB Progress (4): 638/763 kB | 766 kB | 191 kB | 69/117 kB Progress (4): 638/763 kB | 766 kB | 191 kB | 73/117 kB Progress (4): 638/763 kB | 766 kB | 191 kB | 77/117 kB Progress (4): 638/763 kB | 766 kB | 191 kB | 82/117 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/httpcomponents/httpclient/4.5.5/httpclient-4.5.5.jar (766 kB at 19 kB/s) +Progress (3): 638/763 kB | 191 kB | 86/117 kB Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/appium/java-client/7.0.0/java-client-7.0.0.jar +Progress (3): 638/763 kB | 191 kB | 90/117 kB Progress (3): 638/763 kB | 191 kB | 94/117 kB Progress (3): 638/763 kB | 191 kB | 98/117 kB Progress (3): 638/763 kB | 191 kB | 102/117 kB Progress (3): 638/763 kB | 191 kB | 106/117 kB Progress (3): 638/763 kB | 191 kB | 110/117 kB Progress (3): 638/763 kB | 191 kB | 114/117 kB Progress (3): 638/763 kB | 191 kB | 117 kB Progress (3): 642/763 kB | 191 kB | 117 kB Progress (3): 646/763 kB | 191 kB | 117 kB Progress (3): 650/763 kB | 191 kB | 117 kB Progress (3): 655/763 kB | 191 kB | 117 kB Progress (3): 659/763 kB | 191 kB | 117 kB Progress (3): 663/763 kB | 191 kB | 117 kB Progress (3): 667/763 kB | 191 kB | 117 kB Progress (3): 671/763 kB | 191 kB | 117 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/atlassian/jira/jira-rest-java-client-core/5.0.4/jira-rest-java-client-core-5.0.4.jar (191 kB at 4.8 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/cglib/cglib/3.2.8/cglib-3.2.8.jar +Progress (2): 675/763 kB | 117 kB Progress (2): 679/763 kB | 117 kB Progress (2): 683/763 kB | 117 kB Progress (2): 687/763 kB | 117 kB Progress (2): 691/763 kB | 117 kB Progress (2): 695/763 kB | 117 kB Progress (2): 700/763 kB | 117 kB Progress (2): 704/763 kB | 117 kB Progress (3): 704/763 kB | 117 kB | 4.1/357 kB Progress (3): 704/763 kB | 117 kB | 7.8/357 kB Progress (3): 704/763 kB | 117 kB | 12/357 kB Progress (3): 704/763 kB | 117 kB | 16/357 kB Progress (3): 704/763 kB | 117 kB | 20/357 kB Progress (3): 704/763 kB | 117 kB | 24/357 kB Progress (3): 704/763 kB | 117 kB | 28/357 kB Progress (3): 704/763 kB | 117 kB | 32/357 kB Progress (3): 704/763 kB | 117 kB | 36/357 kB Progress (3): 704/763 kB | 117 kB | 41/357 kB Progress (3): 704/763 kB | 117 kB | 45/357 kB Progress (3): 704/763 kB | 117 kB | 49/357 kB Progress (3): 704/763 kB | 117 kB | 53/357 kB Progress (3): 704/763 kB | 117 kB | 57/357 kB Progress (3): 704/763 kB | 117 kB | 61/357 kB Progress (3): 704/763 kB | 117 kB | 65/357 kB Progress (3): 704/763 kB | 117 kB | 69/357 kB Progress (3): 704/763 kB | 117 kB | 73/357 kB Progress (3): 704/763 kB | 117 kB | 77/357 kB Progress (3): 704/763 kB | 117 kB | 82/357 kB Progress (3): 704/763 kB | 117 kB | 86/357 kB Progress (3): 704/763 kB | 117 kB | 90/357 kB Progress (3): 704/763 kB | 117 kB | 94/357 kB Progress (3): 704/763 kB | 117 kB | 98/357 kB Progress (3): 704/763 kB | 117 kB | 102/357 kB Progress (3): 704/763 kB | 117 kB | 106/357 kB Progress (3): 704/763 kB | 117 kB | 110/357 kB Progress (3): 704/763 kB | 117 kB | 114/357 kB Progress (3): 708/763 kB | 117 kB | 114/357 kB Progress (3): 712/763 kB | 117 kB | 114/357 kB Progress (3): 716/763 kB | 117 kB | 114/357 kB Progress (3): 720/763 kB | 117 kB | 114/357 kB Progress (3): 724/763 kB | 117 kB | 114/357 kB Progress (3): 728/763 kB | 117 kB | 114/357 kB Progress (3): 732/763 kB | 117 kB | 114/357 kB Progress (3): 736/763 kB | 117 kB | 114/357 kB Progress (3): 740/763 kB | 117 kB | 114/357 kB Progress (3): 745/763 kB | 117 kB | 114/357 kB Progress (3): 749/763 kB | 117 kB | 114/357 kB Progress (3): 753/763 kB | 117 kB | 114/357 kB Progress (3): 757/763 kB | 117 kB | 114/357 kB Progress (3): 761/763 kB | 117 kB | 114/357 kB Progress (3): 763 kB | 117 kB | 114/357 kB Progress (3): 763 kB | 117 kB | 118/357 kB Progress (3): 763 kB | 117 kB | 122/357 kB Progress (3): 763 kB | 117 kB | 127/357 kB Progress (3): 763 kB | 117 kB | 131/357 kB Progress (4): 763 kB | 117 kB | 131/357 kB | 4.1/368 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/atlassian/fugue/fugue/2.7.0/fugue-2.7.0.jar (117 kB at 2.9 kB/s) +Progress (3): 763 kB | 131/357 kB | 7.8/368 kB Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/ow2/asm/asm/6.2.1/asm-6.2.1.jar +Progress (3): 763 kB | 131/357 kB | 12/368 kB Progress (3): 763 kB | 135/357 kB | 12/368 kB Progress (3): 763 kB | 135/357 kB | 16/368 kB Progress (3): 763 kB | 139/357 kB | 16/368 kB Progress (3): 763 kB | 143/357 kB | 16/368 kB Progress (3): 763 kB | 147/357 kB | 16/368 kB Progress (3): 763 kB | 151/357 kB | 16/368 kB Progress (3): 763 kB | 155/357 kB | 16/368 kB Progress (3): 763 kB | 159/357 kB | 16/368 kB Progress (3): 763 kB | 163/357 kB | 16/368 kB Progress (3): 763 kB | 168/357 kB | 16/368 kB Progress (3): 763 kB | 172/357 kB | 16/368 kB Progress (3): 763 kB | 176/357 kB | 16/368 kB Progress (3): 763 kB | 180/357 kB | 16/368 kB Progress (3): 763 kB | 184/357 kB | 16/368 kB Progress (3): 763 kB | 188/357 kB | 16/368 kB Progress (3): 763 kB | 192/357 kB | 16/368 kB Progress (3): 763 kB | 196/357 kB | 16/368 kB Progress (3): 763 kB | 200/357 kB | 16/368 kB Progress (3): 763 kB | 204/357 kB | 16/368 kB Progress (3): 763 kB | 208/357 kB | 16/368 kB Progress (3): 763 kB | 213/357 kB | 16/368 kB Progress (3): 763 kB | 217/357 kB | 16/368 kB Progress (3): 763 kB | 221/357 kB | 16/368 kB Progress (3): 763 kB | 225/357 kB | 16/368 kB Progress (3): 763 kB | 229/357 kB | 16/368 kB Progress (3): 763 kB | 233/357 kB | 16/368 kB Progress (4): 763 kB | 233/357 kB | 16/368 kB | 4.1/307 kB Progress (4): 763 kB | 233/357 kB | 16/368 kB | 7.8/307 kB Progress (4): 763 kB | 233/357 kB | 16/368 kB | 12/307 kB Progress (4): 763 kB | 233/357 kB | 16/368 kB | 16/307 kB Progress (4): 763 kB | 237/357 kB | 16/368 kB | 16/307 kB Progress (4): 763 kB | 241/357 kB | 16/368 kB | 16/307 kB Progress (4): 763 kB | 245/357 kB | 16/368 kB | 16/307 kB Progress (4): 763 kB | 249/357 kB | 16/368 kB | 16/307 kB Progress (4): 763 kB | 249/357 kB | 20/368 kB | 16/307 kB Progress (4): 763 kB | 249/357 kB | 24/368 kB | 16/307 kB Progress (4): 763 kB | 249/357 kB | 28/368 kB | 16/307 kB Progress (4): 763 kB | 249/357 kB | 32/368 kB | 16/307 kB Progress (4): 763 kB | 249/357 kB | 36/368 kB | 16/307 kB Progress (4): 763 kB | 249/357 kB | 41/368 kB | 16/307 kB Progress (4): 763 kB | 254/357 kB | 41/368 kB | 16/307 kB Progress (4): 763 kB | 258/357 kB | 41/368 kB | 16/307 kB Progress (4): 763 kB | 261/357 kB | 41/368 kB | 16/307 kB Progress (4): 763 kB | 265/357 kB | 41/368 kB | 16/307 kB Progress (4): 763 kB | 270/357 kB | 41/368 kB | 16/307 kB Progress (4): 763 kB | 274/357 kB | 41/368 kB | 16/307 kB Progress (4): 763 kB | 278/357 kB | 41/368 kB | 16/307 kB Progress (4): 763 kB | 282/357 kB | 41/368 kB | 16/307 kB Progress (4): 763 kB | 286/357 kB | 41/368 kB | 16/307 kB Progress (4): 763 kB | 290/357 kB | 41/368 kB | 16/307 kB Progress (4): 763 kB | 294/357 kB | 41/368 kB | 16/307 kB Progress (4): 763 kB | 298/357 kB | 41/368 kB | 16/307 kB Progress (4): 763 kB | 302/357 kB | 41/368 kB | 16/307 kB Progress (4): 763 kB | 306/357 kB | 41/368 kB | 16/307 kB Progress (4): 763 kB | 310/357 kB | 41/368 kB | 16/307 kB Progress (4): 763 kB | 315/357 kB | 41/368 kB | 16/307 kB Progress (4): 763 kB | 319/357 kB | 41/368 kB | 16/307 kB Progress (4): 763 kB | 323/357 kB | 41/368 kB | 16/307 kB Progress (4): 763 kB | 327/357 kB | 41/368 kB | 16/307 kB Progress (4): 763 kB | 331/357 kB | 41/368 kB | 16/307 kB Progress (4): 763 kB | 335/357 kB | 41/368 kB | 16/307 kB Progress (4): 763 kB | 339/357 kB | 41/368 kB | 16/307 kB Progress (4): 763 kB | 343/357 kB | 41/368 kB | 16/307 kB Progress (4): 763 kB | 347/357 kB | 41/368 kB | 16/307 kB Progress (4): 763 kB | 351/357 kB | 41/368 kB | 16/307 kB Progress (4): 763 kB | 356/357 kB | 41/368 kB | 16/307 kB Progress (4): 763 kB | 357 kB | 41/368 kB | 16/307 kB Progress (4): 763 kB | 357 kB | 41/368 kB | 20/307 kB Progress (4): 763 kB | 357 kB | 41/368 kB | 24/307 kB Progress (4): 763 kB | 357 kB | 41/368 kB | 28/307 kB Progress (4): 763 kB | 357 kB | 41/368 kB | 32/307 kB Progress (4): 763 kB | 357 kB | 41/368 kB | 36/307 kB Progress (4): 763 kB | 357 kB | 41/368 kB | 41/307 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/springframework/spring-beans/4.3.8.RELEASE/spring-beans-4.3.8.RELEASE.jar (763 kB at 19 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/ant/ant/1.10.3/ant-1.10.3.jar +Progress (3): 357 kB | 45/368 kB | 41/307 kB Progress (3): 357 kB | 49/368 kB | 41/307 kB Progress (3): 357 kB | 53/368 kB | 41/307 kB Progress (3): 357 kB | 57/368 kB | 41/307 kB Progress (3): 357 kB | 61/368 kB | 41/307 kB Progress (3): 357 kB | 65/368 kB | 41/307 kB Progress (3): 357 kB | 69/368 kB | 41/307 kB Progress (3): 357 kB | 73/368 kB | 41/307 kB Progress (3): 357 kB | 77/368 kB | 41/307 kB Progress (3): 357 kB | 82/368 kB | 41/307 kB Progress (3): 357 kB | 86/368 kB | 41/307 kB Progress (3): 357 kB | 90/368 kB | 41/307 kB Progress (3): 357 kB | 94/368 kB | 41/307 kB Progress (3): 357 kB | 98/368 kB | 41/307 kB Progress (3): 357 kB | 102/368 kB | 41/307 kB Progress (3): 357 kB | 106/368 kB | 41/307 kB Progress (3): 357 kB | 110/368 kB | 41/307 kB Progress (3): 357 kB | 114/368 kB | 41/307 kB Progress (3): 357 kB | 118/368 kB | 41/307 kB Progress (3): 357 kB | 122/368 kB | 41/307 kB Progress (3): 357 kB | 126/368 kB | 41/307 kB Progress (4): 357 kB | 126/368 kB | 41/307 kB | 4.1/113 kB Progress (4): 357 kB | 126/368 kB | 41/307 kB | 7.8/113 kB Progress (4): 357 kB | 126/368 kB | 41/307 kB | 12/113 kB Progress (4): 357 kB | 126/368 kB | 41/307 kB | 16/113 kB Progress (4): 357 kB | 126/368 kB | 41/307 kB | 20/113 kB Progress (4): 357 kB | 126/368 kB | 41/307 kB | 24/113 kB Progress (4): 357 kB | 126/368 kB | 45/307 kB | 24/113 kB Progress (4): 357 kB | 126/368 kB | 49/307 kB | 24/113 kB Progress (4): 357 kB | 126/368 kB | 53/307 kB | 24/113 kB Progress (4): 357 kB | 126/368 kB | 57/307 kB | 24/113 kB Progress (4): 357 kB | 126/368 kB | 61/307 kB | 24/113 kB Progress (4): 357 kB | 126/368 kB | 65/307 kB | 24/113 kB Progress (4): 357 kB | 126/368 kB | 69/307 kB | 24/113 kB Progress (4): 357 kB | 126/368 kB | 73/307 kB | 24/113 kB Progress (4): 357 kB | 126/368 kB | 77/307 kB | 24/113 kB Progress (4): 357 kB | 126/368 kB | 82/307 kB | 24/113 kB Progress (4): 357 kB | 126/368 kB | 86/307 kB | 24/113 kB Progress (4): 357 kB | 126/368 kB | 90/307 kB | 24/113 kB Progress (4): 357 kB | 126/368 kB | 94/307 kB | 24/113 kB Progress (4): 357 kB | 126/368 kB | 98/307 kB | 24/113 kB Progress (4): 357 kB | 131/368 kB | 98/307 kB | 24/113 kB Progress (4): 357 kB | 135/368 kB | 98/307 kB | 24/113 kB Progress (4): 357 kB | 139/368 kB | 98/307 kB | 24/113 kB Progress (4): 357 kB | 143/368 kB | 98/307 kB | 24/113 kB Progress (4): 357 kB | 147/368 kB | 98/307 kB | 24/113 kB Progress (4): 357 kB | 151/368 kB | 98/307 kB | 24/113 kB Progress (4): 357 kB | 155/368 kB | 98/307 kB | 24/113 kB Progress (4): 357 kB | 159/368 kB | 98/307 kB | 24/113 kB Progress (4): 357 kB | 163/368 kB | 98/307 kB | 24/113 kB Progress (4): 357 kB | 167/368 kB | 98/307 kB | 24/113 kB Progress (4): 357 kB | 171/368 kB | 98/307 kB | 24/113 kB Progress (4): 357 kB | 176/368 kB | 98/307 kB | 24/113 kB Progress (4): 357 kB | 180/368 kB | 98/307 kB | 24/113 kB Progress (4): 357 kB | 184/368 kB | 98/307 kB | 24/113 kB Progress (4): 357 kB | 188/368 kB | 98/307 kB | 24/113 kB Progress (4): 357 kB | 192/368 kB | 98/307 kB | 24/113 kB Progress (4): 357 kB | 196/368 kB | 98/307 kB | 24/113 kB Progress (4): 357 kB | 200/368 kB | 98/307 kB | 24/113 kB Progress (4): 357 kB | 204/368 kB | 98/307 kB | 24/113 kB Progress (4): 357 kB | 208/368 kB | 98/307 kB | 24/113 kB Progress (4): 357 kB | 212/368 kB | 98/307 kB | 24/113 kB Progress (4): 357 kB | 217/368 kB | 98/307 kB | 24/113 kB Progress (4): 357 kB | 221/368 kB | 98/307 kB | 24/113 kB Progress (4): 357 kB | 225/368 kB | 98/307 kB | 24/113 kB Progress (4): 357 kB | 229/368 kB | 98/307 kB | 24/113 kB Progress (4): 357 kB | 233/368 kB | 98/307 kB | 24/113 kB Progress (4): 357 kB | 237/368 kB | 98/307 kB | 24/113 kB Progress (4): 357 kB | 241/368 kB | 98/307 kB | 24/113 kB Progress (4): 357 kB | 245/368 kB | 98/307 kB | 24/113 kB Progress (4): 357 kB | 249/368 kB | 98/307 kB | 24/113 kB Progress (4): 357 kB | 253/368 kB | 98/307 kB | 24/113 kB Progress (4): 357 kB | 257/368 kB | 98/307 kB | 24/113 kB Progress (4): 357 kB | 257/368 kB | 98/307 kB | 28/113 kB Progress (4): 357 kB | 257/368 kB | 98/307 kB | 32/113 kB Progress (4): 357 kB | 257/368 kB | 98/307 kB | 36/113 kB Progress (4): 357 kB | 257/368 kB | 98/307 kB | 41/113 kB Progress (4): 357 kB | 257/368 kB | 98/307 kB | 45/113 kB Progress (4): 357 kB | 257/368 kB | 98/307 kB | 49/113 kB Progress (4): 357 kB | 257/368 kB | 98/307 kB | 53/113 kB Progress (4): 357 kB | 257/368 kB | 98/307 kB | 57/113 kB Progress (4): 357 kB | 257/368 kB | 98/307 kB | 61/113 kB Progress (4): 357 kB | 257/368 kB | 98/307 kB | 65/113 kB Progress (4): 357 kB | 257/368 kB | 98/307 kB | 69/113 kB Progress (4): 357 kB | 257/368 kB | 98/307 kB | 73/113 kB Progress (4): 357 kB | 257/368 kB | 98/307 kB | 77/113 kB Progress (4): 357 kB | 257/368 kB | 98/307 kB | 82/113 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/atlassian/connect/ac-play-java_2.10/0.10.1/ac-play-java_2.10-0.10.1.jar (357 kB at 8.7 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/ant/ant-launcher/1.10.3/ant-launcher-1.10.3.jar +Progress (3): 257/368 kB | 102/307 kB | 82/113 kB Progress (3): 257/368 kB | 106/307 kB | 82/113 kB Progress (3): 257/368 kB | 110/307 kB | 82/113 kB Progress (3): 257/368 kB | 114/307 kB | 82/113 kB Progress (3): 257/368 kB | 118/307 kB | 82/113 kB Progress (3): 257/368 kB | 122/307 kB | 82/113 kB Progress (3): 257/368 kB | 127/307 kB | 82/113 kB Progress (3): 257/368 kB | 131/307 kB | 82/113 kB Progress (3): 257/368 kB | 135/307 kB | 82/113 kB Progress (3): 257/368 kB | 139/307 kB | 82/113 kB Progress (3): 257/368 kB | 143/307 kB | 82/113 kB Progress (3): 257/368 kB | 147/307 kB | 82/113 kB Progress (3): 257/368 kB | 151/307 kB | 82/113 kB Progress (3): 257/368 kB | 155/307 kB | 82/113 kB Progress (3): 257/368 kB | 159/307 kB | 82/113 kB Progress (3): 257/368 kB | 163/307 kB | 82/113 kB Progress (3): 261/368 kB | 163/307 kB | 82/113 kB Progress (3): 265/368 kB | 163/307 kB | 82/113 kB Progress (3): 270/368 kB | 163/307 kB | 82/113 kB Progress (3): 274/368 kB | 163/307 kB | 82/113 kB Progress (3): 278/368 kB | 163/307 kB | 82/113 kB Progress (3): 282/368 kB | 163/307 kB | 82/113 kB Progress (3): 286/368 kB | 163/307 kB | 82/113 kB Progress (4): 286/368 kB | 163/307 kB | 82/113 kB | 0/2.2 MB Progress (4): 290/368 kB | 163/307 kB | 82/113 kB | 0/2.2 MB Progress (4): 294/368 kB | 163/307 kB | 82/113 kB | 0/2.2 MB Progress (4): 298/368 kB | 163/307 kB | 82/113 kB | 0/2.2 MB Progress (4): 302/368 kB | 163/307 kB | 82/113 kB | 0/2.2 MB Progress (4): 302/368 kB | 163/307 kB | 82/113 kB | 0/2.2 MB Progress (4): 302/368 kB | 163/307 kB | 82/113 kB | 0/2.2 MB Progress (4): 306/368 kB | 163/307 kB | 82/113 kB | 0/2.2 MB Progress (4): 310/368 kB | 163/307 kB | 82/113 kB | 0/2.2 MB Progress (4): 315/368 kB | 163/307 kB | 82/113 kB | 0/2.2 MB Progress (4): 319/368 kB | 163/307 kB | 82/113 kB | 0/2.2 MB Progress (4): 323/368 kB | 163/307 kB | 82/113 kB | 0/2.2 MB Progress (4): 327/368 kB | 163/307 kB | 82/113 kB | 0/2.2 MB Progress (4): 331/368 kB | 163/307 kB | 82/113 kB | 0/2.2 MB Progress (4): 335/368 kB | 163/307 kB | 82/113 kB | 0/2.2 MB Progress (4): 339/368 kB | 163/307 kB | 82/113 kB | 0/2.2 MB Progress (4): 343/368 kB | 163/307 kB | 82/113 kB | 0/2.2 MB Progress (4): 347/368 kB | 163/307 kB | 82/113 kB | 0/2.2 MB Progress (4): 351/368 kB | 163/307 kB | 82/113 kB | 0/2.2 MB Progress (4): 356/368 kB | 163/307 kB | 82/113 kB | 0/2.2 MB Progress (4): 360/368 kB | 163/307 kB | 82/113 kB | 0/2.2 MB Progress (4): 364/368 kB | 163/307 kB | 82/113 kB | 0/2.2 MB Progress (4): 368/368 kB | 163/307 kB | 82/113 kB | 0/2.2 MB Progress (4): 368 kB | 163/307 kB | 82/113 kB | 0/2.2 MB Progress (4): 368 kB | 163/307 kB | 86/113 kB | 0/2.2 MB Progress (4): 368 kB | 163/307 kB | 90/113 kB | 0/2.2 MB Progress (4): 368 kB | 163/307 kB | 94/113 kB | 0/2.2 MB Progress (4): 368 kB | 163/307 kB | 98/113 kB | 0/2.2 MB Progress (4): 368 kB | 163/307 kB | 102/113 kB | 0/2.2 MB Progress (4): 368 kB | 163/307 kB | 106/113 kB | 0/2.2 MB Progress (4): 368 kB | 163/307 kB | 110/113 kB | 0/2.2 MB Progress (4): 368 kB | 163/307 kB | 113 kB | 0/2.2 MB Progress (4): 368 kB | 168/307 kB | 113 kB | 0/2.2 MB Progress (4): 368 kB | 172/307 kB | 113 kB | 0/2.2 MB Progress (4): 368 kB | 176/307 kB | 113 kB | 0/2.2 MB Progress (4): 368 kB | 180/307 kB | 113 kB | 0/2.2 MB Progress (4): 368 kB | 184/307 kB | 113 kB | 0/2.2 MB Progress (4): 368 kB | 188/307 kB | 113 kB | 0/2.2 MB Progress (4): 368 kB | 192/307 kB | 113 kB | 0/2.2 MB Progress (4): 368 kB | 196/307 kB | 113 kB | 0/2.2 MB Progress (4): 368 kB | 200/307 kB | 113 kB | 0/2.2 MB Progress (4): 368 kB | 204/307 kB | 113 kB | 0/2.2 MB Progress (4): 368 kB | 208/307 kB | 113 kB | 0/2.2 MB Progress (4): 368 kB | 213/307 kB | 113 kB | 0/2.2 MB Progress (4): 368 kB | 217/307 kB | 113 kB | 0/2.2 MB Progress (4): 368 kB | 221/307 kB | 113 kB | 0/2.2 MB Progress (4): 368 kB | 225/307 kB | 113 kB | 0/2.2 MB Progress (4): 368 kB | 229/307 kB | 113 kB | 0/2.2 MB Progress (4): 368 kB | 229/307 kB | 113 kB | 0.1/2.2 MB Progress (4): 368 kB | 229/307 kB | 113 kB | 0.1/2.2 MB Progress (4): 368 kB | 229/307 kB | 113 kB | 0.1/2.2 MB Progress (4): 368 kB | 229/307 kB | 113 kB | 0.1/2.2 MB Progress (4): 368 kB | 229/307 kB | 113 kB | 0.1/2.2 MB Progress (4): 368 kB | 229/307 kB | 113 kB | 0.1/2.2 MB Progress (4): 368 kB | 229/307 kB | 113 kB | 0.2/2.2 MB Progress (4): 368 kB | 233/307 kB | 113 kB | 0.2/2.2 MB Progress (4): 368 kB | 237/307 kB | 113 kB | 0.2/2.2 MB Progress (4): 368 kB | 241/307 kB | 113 kB | 0.2/2.2 MB Progress (4): 368 kB | 245/307 kB | 113 kB | 0.2/2.2 MB Progress (5): 368 kB | 245/307 kB | 113 kB | 0.2/2.2 MB | 4.1/19 kB Progress (5): 368 kB | 245/307 kB | 113 kB | 0.2/2.2 MB | 7.8/19 kB Progress (5): 368 kB | 245/307 kB | 113 kB | 0.2/2.2 MB | 12/19 kB Progress (5): 368 kB | 249/307 kB | 113 kB | 0.2/2.2 MB | 12/19 kB Progress (5): 368 kB | 249/307 kB | 113 kB | 0.2/2.2 MB | 16/19 kB Progress (5): 368 kB | 254/307 kB | 113 kB | 0.2/2.2 MB | 16/19 kB Progress (5): 368 kB | 258/307 kB | 113 kB | 0.2/2.2 MB | 16/19 kB Progress (5): 368 kB | 258/307 kB | 113 kB | 0.2/2.2 MB | 19 kB Progress (5): 368 kB | 261/307 kB | 113 kB | 0.2/2.2 MB | 19 kB Progress (5): 368 kB | 265/307 kB | 113 kB | 0.2/2.2 MB | 19 kB Progress (5): 368 kB | 270/307 kB | 113 kB | 0.2/2.2 MB | 19 kB Progress (5): 368 kB | 274/307 kB | 113 kB | 0.2/2.2 MB | 19 kB Progress (5): 368 kB | 278/307 kB | 113 kB | 0.2/2.2 MB | 19 kB Progress (5): 368 kB | 282/307 kB | 113 kB | 0.2/2.2 MB | 19 kB Progress (5): 368 kB | 286/307 kB | 113 kB | 0.2/2.2 MB | 19 kB Progress (5): 368 kB | 290/307 kB | 113 kB | 0.2/2.2 MB | 19 kB Progress (5): 368 kB | 294/307 kB | 113 kB | 0.2/2.2 MB | 19 kB Progress (5): 368 kB | 298/307 kB | 113 kB | 0.2/2.2 MB | 19 kB Progress (5): 368 kB | 302/307 kB | 113 kB | 0.2/2.2 MB | 19 kB Progress (5): 368 kB | 306/307 kB | 113 kB | 0.2/2.2 MB | 19 kB Progress (5): 368 kB | 307 kB | 113 kB | 0.2/2.2 MB | 19 kB Progress (5): 368 kB | 307 kB | 113 kB | 0.2/2.2 MB | 19 kB Progress (5): 368 kB | 307 kB | 113 kB | 0.2/2.2 MB | 19 kB Progress (5): 368 kB | 307 kB | 113 kB | 0.2/2.2 MB | 19 kB Progress (5): 368 kB | 307 kB | 113 kB | 0.2/2.2 MB | 19 kB Progress (5): 368 kB | 307 kB | 113 kB | 0.2/2.2 MB | 19 kB Progress (5): 368 kB | 307 kB | 113 kB | 0.2/2.2 MB | 19 kB Progress (5): 368 kB | 307 kB | 113 kB | 0.3/2.2 MB | 19 kB Progress (5): 368 kB | 307 kB | 113 kB | 0.3/2.2 MB | 19 kB Progress (5): 368 kB | 307 kB | 113 kB | 0.3/2.2 MB | 19 kB Progress (5): 368 kB | 307 kB | 113 kB | 0.3/2.2 MB | 19 kB Progress (5): 368 kB | 307 kB | 113 kB | 0.3/2.2 MB | 19 kB Progress (5): 368 kB | 307 kB | 113 kB | 0.3/2.2 MB | 19 kB Progress (5): 368 kB | 307 kB | 113 kB | 0.4/2.2 MB | 19 kB Progress (5): 368 kB | 307 kB | 113 kB | 0.4/2.2 MB | 19 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/appium/java-client/7.0.0/java-client-7.0.0.jar (368 kB at 8.8 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/commons-validator/commons-validator/1.6/commons-validator-1.6.jar +Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/ow2/asm/asm/6.2.1/asm-6.2.1.jar (113 kB at 2.7 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/commons-beanutils/commons-beanutils/1.9.2/commons-beanutils-1.9.2.jar +Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/ant/ant-launcher/1.10.3/ant-launcher-1.10.3.jar (19 kB at 449 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/commons-digester/commons-digester/1.8.1/commons-digester-1.8.1.jar +Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/cglib/cglib/3.2.8/cglib-3.2.8.jar (307 kB at 7.4 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/commons-io/commons-io/2.6/commons-io-2.6.jar +Progress (1): 0.4/2.2 MB Progress (1): 0.4/2.2 MB Progress (1): 0.4/2.2 MB Progress (1): 0.4/2.2 MB Progress (1): 0.5/2.2 MB Progress (1): 0.5/2.2 MB Progress (1): 0.5/2.2 MB Progress (1): 0.5/2.2 MB Progress (1): 0.5/2.2 MB Progress (1): 0.5/2.2 MB Progress (1): 0.5/2.2 MB Progress (1): 0.6/2.2 MB Progress (1): 0.6/2.2 MB Progress (1): 0.6/2.2 MB Progress (1): 0.6/2.2 MB Progress (1): 0.6/2.2 MB Progress (2): 0.6/2.2 MB | 4.1/186 kB Progress (2): 0.6/2.2 MB | 7.8/186 kB Progress (2): 0.6/2.2 MB | 12/186 kB Progress (2): 0.6/2.2 MB | 16/186 kB Progress (2): 0.6/2.2 MB | 20/186 kB Progress (2): 0.6/2.2 MB | 24/186 kB Progress (2): 0.6/2.2 MB | 28/186 kB Progress (2): 0.6/2.2 MB | 32/186 kB Progress (2): 0.6/2.2 MB | 36/186 kB Progress (2): 0.6/2.2 MB | 41/186 kB Progress (2): 0.6/2.2 MB | 45/186 kB Progress (2): 0.6/2.2 MB | 49/186 kB Progress (2): 0.6/2.2 MB | 53/186 kB Progress (2): 0.6/2.2 MB | 57/186 kB Progress (2): 0.6/2.2 MB | 61/186 kB Progress (2): 0.6/2.2 MB | 65/186 kB Progress (2): 0.6/2.2 MB | 69/186 kB Progress (2): 0.6/2.2 MB | 73/186 kB Progress (3): 0.6/2.2 MB | 73/186 kB | 4.1/234 kB Progress (3): 0.6/2.2 MB | 73/186 kB | 7.8/234 kB Progress (3): 0.6/2.2 MB | 73/186 kB | 12/234 kB Progress (3): 0.6/2.2 MB | 73/186 kB | 16/234 kB Progress (3): 0.6/2.2 MB | 73/186 kB | 20/234 kB Progress (3): 0.6/2.2 MB | 73/186 kB | 24/234 kB Progress (3): 0.6/2.2 MB | 73/186 kB | 28/234 kB Progress (3): 0.6/2.2 MB | 73/186 kB | 32/234 kB Progress (3): 0.6/2.2 MB | 73/186 kB | 36/234 kB Progress (3): 0.6/2.2 MB | 73/186 kB | 41/234 kB Progress (3): 0.6/2.2 MB | 73/186 kB | 45/234 kB Progress (3): 0.6/2.2 MB | 73/186 kB | 49/234 kB Progress (3): 0.6/2.2 MB | 73/186 kB | 53/234 kB Progress (3): 0.6/2.2 MB | 73/186 kB | 57/234 kB Progress (3): 0.6/2.2 MB | 73/186 kB | 57/234 kB Progress (3): 0.7/2.2 MB | 73/186 kB | 57/234 kB Progress (3): 0.7/2.2 MB | 73/186 kB | 57/234 kB Progress (3): 0.7/2.2 MB | 73/186 kB | 57/234 kB Progress (4): 0.7/2.2 MB | 73/186 kB | 57/234 kB | 4.1/215 kB Progress (4): 0.7/2.2 MB | 73/186 kB | 57/234 kB | 7.8/215 kB Progress (4): 0.7/2.2 MB | 73/186 kB | 57/234 kB | 12/215 kB Progress (4): 0.7/2.2 MB | 73/186 kB | 57/234 kB | 12/215 kB Progress (4): 0.7/2.2 MB | 73/186 kB | 57/234 kB | 16/215 kB Progress (4): 0.7/2.2 MB | 73/186 kB | 57/234 kB | 16/215 kB Progress (4): 0.7/2.2 MB | 73/186 kB | 57/234 kB | 16/215 kB Progress (4): 0.8/2.2 MB | 73/186 kB | 57/234 kB | 16/215 kB Progress (4): 0.8/2.2 MB | 77/186 kB | 57/234 kB | 16/215 kB Progress (4): 0.8/2.2 MB | 82/186 kB | 57/234 kB | 16/215 kB Progress (4): 0.8/2.2 MB | 86/186 kB | 57/234 kB | 16/215 kB Progress (4): 0.8/2.2 MB | 90/186 kB | 57/234 kB | 16/215 kB Progress (4): 0.8/2.2 MB | 94/186 kB | 57/234 kB | 16/215 kB Progress (4): 0.8/2.2 MB | 98/186 kB | 57/234 kB | 16/215 kB Progress (4): 0.8/2.2 MB | 102/186 kB | 57/234 kB | 16/215 kB Progress (4): 0.8/2.2 MB | 106/186 kB | 57/234 kB | 16/215 kB Progress (4): 0.8/2.2 MB | 110/186 kB | 57/234 kB | 16/215 kB Progress (4): 0.8/2.2 MB | 114/186 kB | 57/234 kB | 16/215 kB Progress (4): 0.8/2.2 MB | 118/186 kB | 57/234 kB | 16/215 kB Progress (4): 0.8/2.2 MB | 122/186 kB | 57/234 kB | 16/215 kB Progress (4): 0.8/2.2 MB | 127/186 kB | 57/234 kB | 16/215 kB Progress (4): 0.8/2.2 MB | 131/186 kB | 57/234 kB | 16/215 kB Progress (4): 0.8/2.2 MB | 135/186 kB | 57/234 kB | 16/215 kB Progress (4): 0.8/2.2 MB | 139/186 kB | 57/234 kB | 16/215 kB Progress (4): 0.8/2.2 MB | 143/186 kB | 57/234 kB | 16/215 kB Progress (4): 0.8/2.2 MB | 147/186 kB | 57/234 kB | 16/215 kB Progress (4): 0.8/2.2 MB | 151/186 kB | 57/234 kB | 16/215 kB Progress (4): 0.8/2.2 MB | 155/186 kB | 57/234 kB | 16/215 kB Progress (4): 0.8/2.2 MB | 159/186 kB | 57/234 kB | 16/215 kB Progress (4): 0.8/2.2 MB | 163/186 kB | 57/234 kB | 16/215 kB Progress (4): 0.8/2.2 MB | 168/186 kB | 57/234 kB | 16/215 kB Progress (4): 0.8/2.2 MB | 172/186 kB | 57/234 kB | 16/215 kB Progress (4): 0.8/2.2 MB | 176/186 kB | 57/234 kB | 16/215 kB Progress (4): 0.8/2.2 MB | 180/186 kB | 57/234 kB | 16/215 kB Progress (4): 0.8/2.2 MB | 180/186 kB | 61/234 kB | 16/215 kB Progress (4): 0.8/2.2 MB | 184/186 kB | 61/234 kB | 16/215 kB Progress (4): 0.8/2.2 MB | 184/186 kB | 65/234 kB | 16/215 kB Progress (4): 0.8/2.2 MB | 186 kB | 65/234 kB | 16/215 kB Progress (4): 0.8/2.2 MB | 186 kB | 69/234 kB | 16/215 kB Progress (4): 0.8/2.2 MB | 186 kB | 73/234 kB | 16/215 kB Progress (4): 0.8/2.2 MB | 186 kB | 77/234 kB | 16/215 kB Progress (4): 0.8/2.2 MB | 186 kB | 82/234 kB | 16/215 kB Progress (4): 0.8/2.2 MB | 186 kB | 86/234 kB | 16/215 kB Progress (4): 0.8/2.2 MB | 186 kB | 90/234 kB | 16/215 kB Progress (4): 0.8/2.2 MB | 186 kB | 94/234 kB | 16/215 kB Progress (4): 0.8/2.2 MB | 186 kB | 98/234 kB | 16/215 kB Progress (4): 0.8/2.2 MB | 186 kB | 102/234 kB | 16/215 kB Progress (4): 0.8/2.2 MB | 186 kB | 106/234 kB | 16/215 kB Progress (4): 0.8/2.2 MB | 186 kB | 110/234 kB | 16/215 kB Progress (4): 0.8/2.2 MB | 186 kB | 114/234 kB | 16/215 kB Progress (4): 0.8/2.2 MB | 186 kB | 118/234 kB | 16/215 kB Progress (4): 0.8/2.2 MB | 186 kB | 122/234 kB | 16/215 kB Progress (4): 0.8/2.2 MB | 186 kB | 127/234 kB | 16/215 kB Progress (4): 0.8/2.2 MB | 186 kB | 131/234 kB | 16/215 kB Progress (4): 0.8/2.2 MB | 186 kB | 131/234 kB | 16/215 kB Progress (5): 0.8/2.2 MB | 186 kB | 131/234 kB | 16/215 kB | 4.1/146 kB Progress (5): 0.8/2.2 MB | 186 kB | 131/234 kB | 16/215 kB | 7.8/146 kB Progress (5): 0.8/2.2 MB | 186 kB | 131/234 kB | 16/215 kB | 12/146 kB Progress (5): 0.8/2.2 MB | 186 kB | 131/234 kB | 16/215 kB | 16/146 kB Progress (5): 0.8/2.2 MB | 186 kB | 131/234 kB | 16/215 kB | 20/146 kB Progress (5): 0.8/2.2 MB | 186 kB | 131/234 kB | 16/215 kB | 24/146 kB Progress (5): 0.8/2.2 MB | 186 kB | 131/234 kB | 16/215 kB | 28/146 kB Progress (5): 0.8/2.2 MB | 186 kB | 131/234 kB | 16/215 kB | 32/146 kB Progress (5): 0.8/2.2 MB | 186 kB | 131/234 kB | 16/215 kB | 36/146 kB Progress (5): 0.8/2.2 MB | 186 kB | 131/234 kB | 16/215 kB | 41/146 kB Progress (5): 0.8/2.2 MB | 186 kB | 131/234 kB | 16/215 kB | 41/146 kB Progress (5): 0.8/2.2 MB | 186 kB | 131/234 kB | 16/215 kB | 41/146 kB Progress (5): 0.8/2.2 MB | 186 kB | 131/234 kB | 16/215 kB | 41/146 kB Progress (5): 0.8/2.2 MB | 186 kB | 131/234 kB | 20/215 kB | 41/146 kB Progress (5): 0.8/2.2 MB | 186 kB | 131/234 kB | 24/215 kB | 41/146 kB Progress (5): 0.8/2.2 MB | 186 kB | 131/234 kB | 28/215 kB | 41/146 kB Progress (5): 0.8/2.2 MB | 186 kB | 131/234 kB | 32/215 kB | 41/146 kB Progress (5): 0.8/2.2 MB | 186 kB | 131/234 kB | 36/215 kB | 41/146 kB Progress (5): 0.8/2.2 MB | 186 kB | 131/234 kB | 41/215 kB | 41/146 kB Progress (5): 0.8/2.2 MB | 186 kB | 131/234 kB | 45/215 kB | 41/146 kB Progress (5): 0.8/2.2 MB | 186 kB | 131/234 kB | 49/215 kB | 41/146 kB Progress (5): 0.8/2.2 MB | 186 kB | 131/234 kB | 53/215 kB | 41/146 kB Progress (5): 0.8/2.2 MB | 186 kB | 131/234 kB | 57/215 kB | 41/146 kB Progress (5): 0.8/2.2 MB | 186 kB | 131/234 kB | 57/215 kB | 41/146 kB Progress (5): 0.9/2.2 MB | 186 kB | 131/234 kB | 57/215 kB | 41/146 kB Progress (5): 0.9/2.2 MB | 186 kB | 131/234 kB | 57/215 kB | 41/146 kB Progress (5): 0.9/2.2 MB | 186 kB | 135/234 kB | 57/215 kB | 41/146 kB Progress (5): 0.9/2.2 MB | 186 kB | 139/234 kB | 57/215 kB | 41/146 kB Progress (5): 0.9/2.2 MB | 186 kB | 143/234 kB | 57/215 kB | 41/146 kB Progress (5): 0.9/2.2 MB | 186 kB | 147/234 kB | 57/215 kB | 41/146 kB Progress (5): 0.9/2.2 MB | 186 kB | 151/234 kB | 57/215 kB | 41/146 kB Progress (5): 0.9/2.2 MB | 186 kB | 155/234 kB | 57/215 kB | 41/146 kB Progress (5): 0.9/2.2 MB | 186 kB | 159/234 kB | 57/215 kB | 41/146 kB Progress (5): 0.9/2.2 MB | 186 kB | 163/234 kB | 57/215 kB | 41/146 kB Progress (5): 0.9/2.2 MB | 186 kB | 168/234 kB | 57/215 kB | 41/146 kB Progress (5): 0.9/2.2 MB | 186 kB | 172/234 kB | 57/215 kB | 41/146 kB Progress (5): 0.9/2.2 MB | 186 kB | 176/234 kB | 57/215 kB | 41/146 kB Progress (5): 0.9/2.2 MB | 186 kB | 180/234 kB | 57/215 kB | 41/146 kB Progress (5): 0.9/2.2 MB | 186 kB | 184/234 kB | 57/215 kB | 41/146 kB Progress (5): 0.9/2.2 MB | 186 kB | 188/234 kB | 57/215 kB | 41/146 kB Progress (5): 0.9/2.2 MB | 186 kB | 192/234 kB | 57/215 kB | 41/146 kB Progress (5): 0.9/2.2 MB | 186 kB | 196/234 kB | 57/215 kB | 41/146 kB Progress (5): 0.9/2.2 MB | 186 kB | 196/234 kB | 57/215 kB | 41/146 kB Progress (5): 0.9/2.2 MB | 186 kB | 200/234 kB | 57/215 kB | 41/146 kB Progress (5): 0.9/2.2 MB | 186 kB | 204/234 kB | 57/215 kB | 41/146 kB Progress (5): 0.9/2.2 MB | 186 kB | 208/234 kB | 57/215 kB | 41/146 kB Progress (5): 0.9/2.2 MB | 186 kB | 213/234 kB | 57/215 kB | 41/146 kB Progress (5): 0.9/2.2 MB | 186 kB | 213/234 kB | 57/215 kB | 45/146 kB Progress (5): 0.9/2.2 MB | 186 kB | 213/234 kB | 57/215 kB | 49/146 kB Progress (5): 0.9/2.2 MB | 186 kB | 213/234 kB | 57/215 kB | 53/146 kB Progress (5): 0.9/2.2 MB | 186 kB | 213/234 kB | 57/215 kB | 57/146 kB Progress (5): 0.9/2.2 MB | 186 kB | 213/234 kB | 57/215 kB | 61/146 kB Progress (5): 0.9/2.2 MB | 186 kB | 213/234 kB | 57/215 kB | 65/146 kB Progress (5): 0.9/2.2 MB | 186 kB | 213/234 kB | 57/215 kB | 69/146 kB Progress (5): 0.9/2.2 MB | 186 kB | 213/234 kB | 57/215 kB | 73/146 kB Progress (5): 0.9/2.2 MB | 186 kB | 213/234 kB | 57/215 kB | 77/146 kB Progress (5): 0.9/2.2 MB | 186 kB | 213/234 kB | 57/215 kB | 82/146 kB Progress (5): 0.9/2.2 MB | 186 kB | 213/234 kB | 57/215 kB | 86/146 kB Progress (5): 0.9/2.2 MB | 186 kB | 213/234 kB | 57/215 kB | 86/146 kB Progress (5): 0.9/2.2 MB | 186 kB | 213/234 kB | 57/215 kB | 86/146 kB Progress (5): 0.9/2.2 MB | 186 kB | 213/234 kB | 57/215 kB | 90/146 kB Progress (5): 0.9/2.2 MB | 186 kB | 213/234 kB | 57/215 kB | 94/146 kB Progress (5): 0.9/2.2 MB | 186 kB | 213/234 kB | 57/215 kB | 98/146 kB Progress (5): 0.9/2.2 MB | 186 kB | 213/234 kB | 57/215 kB | 98/146 kB Progress (5): 0.9/2.2 MB | 186 kB | 213/234 kB | 61/215 kB | 98/146 kB Progress (5): 0.9/2.2 MB | 186 kB | 213/234 kB | 65/215 kB | 98/146 kB Progress (5): 0.9/2.2 MB | 186 kB | 213/234 kB | 69/215 kB | 98/146 kB Progress (5): 0.9/2.2 MB | 186 kB | 213/234 kB | 73/215 kB | 98/146 kB Progress (5): 0.9/2.2 MB | 186 kB | 213/234 kB | 77/215 kB | 98/146 kB Progress (5): 0.9/2.2 MB | 186 kB | 213/234 kB | 82/215 kB | 98/146 kB Progress (5): 0.9/2.2 MB | 186 kB | 213/234 kB | 86/215 kB | 98/146 kB Progress (5): 0.9/2.2 MB | 186 kB | 213/234 kB | 90/215 kB | 98/146 kB Progress (5): 0.9/2.2 MB | 186 kB | 213/234 kB | 94/215 kB | 98/146 kB Progress (5): 0.9/2.2 MB | 186 kB | 213/234 kB | 98/215 kB | 98/146 kB Progress (5): 0.9/2.2 MB | 186 kB | 213/234 kB | 101/215 kB | 98/146 kB Progress (5): 0.9/2.2 MB | 186 kB | 213/234 kB | 105/215 kB | 98/146 kB Progress (5): 0.9/2.2 MB | 186 kB | 213/234 kB | 109/215 kB | 98/146 kB Progress (5): 1.0/2.2 MB | 186 kB | 213/234 kB | 109/215 kB | 98/146 kB Progress (5): 1.0/2.2 MB | 186 kB | 213/234 kB | 113/215 kB | 98/146 kB Progress (5): 1.0/2.2 MB | 186 kB | 213/234 kB | 118/215 kB | 98/146 kB Progress (5): 1.0/2.2 MB | 186 kB | 213/234 kB | 118/215 kB | 98/146 kB Progress (5): 1.0/2.2 MB | 186 kB | 213/234 kB | 118/215 kB | 98/146 kB Progress (5): 1.0/2.2 MB | 186 kB | 213/234 kB | 118/215 kB | 98/146 kB Progress (5): 1.0/2.2 MB | 186 kB | 217/234 kB | 118/215 kB | 98/146 kB Progress (5): 1.0/2.2 MB | 186 kB | 221/234 kB | 118/215 kB | 98/146 kB Progress (5): 1.0/2.2 MB | 186 kB | 225/234 kB | 118/215 kB | 98/146 kB Progress (5): 1.0/2.2 MB | 186 kB | 229/234 kB | 118/215 kB | 98/146 kB Progress (5): 1.0/2.2 MB | 186 kB | 233/234 kB | 118/215 kB | 98/146 kB Progress (5): 1.0/2.2 MB | 186 kB | 234 kB | 118/215 kB | 98/146 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/commons-validator/commons-validator/1.6/commons-validator-1.6.jar (186 kB at 4.4 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/aspectj/aspectjweaver/1.9.1/aspectjweaver-1.9.1.jar +Progress (4): 1.0/2.2 MB | 234 kB | 118/215 kB | 98/146 kB Progress (4): 1.0/2.2 MB | 234 kB | 118/215 kB | 102/146 kB Progress (4): 1.0/2.2 MB | 234 kB | 118/215 kB | 106/146 kB Progress (4): 1.0/2.2 MB | 234 kB | 118/215 kB | 110/146 kB Progress (4): 1.0/2.2 MB | 234 kB | 118/215 kB | 114/146 kB Progress (4): 1.0/2.2 MB | 234 kB | 118/215 kB | 118/146 kB Progress (4): 1.0/2.2 MB | 234 kB | 118/215 kB | 122/146 kB Progress (4): 1.0/2.2 MB | 234 kB | 118/215 kB | 126/146 kB Progress (4): 1.0/2.2 MB | 234 kB | 118/215 kB | 131/146 kB Progress (4): 1.0/2.2 MB | 234 kB | 118/215 kB | 135/146 kB Progress (4): 1.0/2.2 MB | 234 kB | 118/215 kB | 139/146 kB Progress (4): 1.0/2.2 MB | 234 kB | 118/215 kB | 143/146 kB Progress (4): 1.0/2.2 MB | 234 kB | 118/215 kB | 146 kB Progress (4): 1.0/2.2 MB | 234 kB | 118/215 kB | 146 kB Progress (4): 1.1/2.2 MB | 234 kB | 118/215 kB | 146 kB Progress (4): 1.1/2.2 MB | 234 kB | 122/215 kB | 146 kB Progress (4): 1.1/2.2 MB | 234 kB | 126/215 kB | 146 kB Progress (4): 1.1/2.2 MB | 234 kB | 130/215 kB | 146 kB Progress (4): 1.1/2.2 MB | 234 kB | 134/215 kB | 146 kB Progress (4): 1.1/2.2 MB | 234 kB | 138/215 kB | 146 kB Progress (4): 1.1/2.2 MB | 234 kB | 142/215 kB | 146 kB Progress (4): 1.1/2.2 MB | 234 kB | 146/215 kB | 146 kB Progress (4): 1.1/2.2 MB | 234 kB | 146/215 kB | 146 kB Progress (4): 1.1/2.2 MB | 234 kB | 150/215 kB | 146 kB Progress (4): 1.1/2.2 MB | 234 kB | 154/215 kB | 146 kB Progress (4): 1.1/2.2 MB | 234 kB | 158/215 kB | 146 kB Progress (4): 1.1/2.2 MB | 234 kB | 163/215 kB | 146 kB Progress (4): 1.1/2.2 MB | 234 kB | 167/215 kB | 146 kB Progress (4): 1.1/2.2 MB | 234 kB | 171/215 kB | 146 kB Progress (4): 1.1/2.2 MB | 234 kB | 175/215 kB | 146 kB Progress (4): 1.1/2.2 MB | 234 kB | 179/215 kB | 146 kB Progress (4): 1.1/2.2 MB | 234 kB | 183/215 kB | 146 kB Progress (4): 1.1/2.2 MB | 234 kB | 187/215 kB | 146 kB Progress (4): 1.1/2.2 MB | 234 kB | 191/215 kB | 146 kB Progress (4): 1.1/2.2 MB | 234 kB | 195/215 kB | 146 kB Progress (4): 1.1/2.2 MB | 234 kB | 199/215 kB | 146 kB Progress (4): 1.1/2.2 MB | 234 kB | 199/215 kB | 146 kB Progress (4): 1.1/2.2 MB | 234 kB | 204/215 kB | 146 kB Progress (4): 1.1/2.2 MB | 234 kB | 208/215 kB | 146 kB Progress (4): 1.1/2.2 MB | 234 kB | 212/215 kB | 146 kB Progress (4): 1.1/2.2 MB | 234 kB | 215 kB | 146 kB Progress (4): 1.1/2.2 MB | 234 kB | 215 kB | 146 kB Progress (4): 1.1/2.2 MB | 234 kB | 215 kB | 146 kB Progress (4): 1.1/2.2 MB | 234 kB | 215 kB | 146 kB Progress (4): 1.2/2.2 MB | 234 kB | 215 kB | 146 kB Progress (4): 1.2/2.2 MB | 234 kB | 215 kB | 146 kB Progress (4): 1.2/2.2 MB | 234 kB | 215 kB | 146 kB Progress (4): 1.2/2.2 MB | 234 kB | 215 kB | 146 kB Progress (4): 1.2/2.2 MB | 234 kB | 215 kB | 146 kB Progress (4): 1.2/2.2 MB | 234 kB | 215 kB | 146 kB Progress (4): 1.2/2.2 MB | 234 kB | 215 kB | 146 kB Progress (4): 1.3/2.2 MB | 234 kB | 215 kB | 146 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/commons-beanutils/commons-beanutils/1.9.2/commons-beanutils-1.9.2.jar (234 kB at 5.4 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar +Progress (3): 1.3/2.2 MB | 215 kB | 146 kB Progress (3): 1.3/2.2 MB | 215 kB | 146 kB Progress (3): 1.3/2.2 MB | 215 kB | 146 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/commons-digester/commons-digester/1.8.1/commons-digester-1.8.1.jar (146 kB at 3.4 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/github/bonigarcia/webdrivermanager/3.6.1/webdrivermanager-3.6.1.jar +Progress (3): 1.3/2.2 MB | 215 kB | 0/2.0 MB Progress (3): 1.3/2.2 MB | 215 kB | 0/2.0 MB Progress (3): 1.3/2.2 MB | 215 kB | 0/2.0 MB Progress (3): 1.3/2.2 MB | 215 kB | 0/2.0 MB Progress (3): 1.3/2.2 MB | 215 kB | 0/2.0 MB Progress (3): 1.3/2.2 MB | 215 kB | 0/2.0 MB Progress (3): 1.4/2.2 MB | 215 kB | 0/2.0 MB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/commons-io/commons-io/2.6/commons-io-2.6.jar (215 kB at 5.0 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/rauschig/jarchivelib/1.0.0/jarchivelib-1.0.0.jar +Progress (2): 1.4/2.2 MB | 0/2.0 MB Progress (2): 1.4/2.2 MB | 0/2.0 MB Progress (2): 1.4/2.2 MB | 0/2.0 MB Progress (2): 1.4/2.2 MB | 0/2.0 MB Progress (2): 1.4/2.2 MB | 0/2.0 MB Progress (2): 1.4/2.2 MB | 0.1/2.0 MB Progress (2): 1.4/2.2 MB | 0.1/2.0 MB Progress (2): 1.4/2.2 MB | 0.1/2.0 MB Progress (2): 1.4/2.2 MB | 0.1/2.0 MB Progress (2): 1.4/2.2 MB | 0.1/2.0 MB Progress (2): 1.4/2.2 MB | 0.1/2.0 MB Progress (2): 1.4/2.2 MB | 0.1/2.0 MB Progress (2): 1.4/2.2 MB | 0.1/2.0 MB Progress (2): 1.5/2.2 MB | 0.1/2.0 MB Progress (2): 1.5/2.2 MB | 0.1/2.0 MB Progress (2): 1.5/2.2 MB | 0.1/2.0 MB Progress (2): 1.5/2.2 MB | 0.1/2.0 MB Progress (2): 1.5/2.2 MB | 0.1/2.0 MB Progress (2): 1.5/2.2 MB | 0.1/2.0 MB Progress (2): 1.6/2.2 MB | 0.1/2.0 MB Progress (2): 1.6/2.2 MB | 0.1/2.0 MB Progress (2): 1.6/2.2 MB | 0.1/2.0 MB Progress (3): 1.6/2.2 MB | 0.1/2.0 MB | 4.1/41 kB Progress (3): 1.6/2.2 MB | 0.1/2.0 MB | 7.8/41 kB Progress (3): 1.6/2.2 MB | 0.1/2.0 MB | 12/41 kB Progress (3): 1.6/2.2 MB | 0.1/2.0 MB | 16/41 kB Progress (3): 1.6/2.2 MB | 0.1/2.0 MB | 20/41 kB Progress (3): 1.6/2.2 MB | 0.1/2.0 MB | 24/41 kB Progress (3): 1.6/2.2 MB | 0.1/2.0 MB | 24/41 kB Progress (3): 1.6/2.2 MB | 0.1/2.0 MB | 24/41 kB Progress (3): 1.6/2.2 MB | 0.2/2.0 MB | 24/41 kB Progress (3): 1.6/2.2 MB | 0.2/2.0 MB | 24/41 kB Progress (3): 1.6/2.2 MB | 0.2/2.0 MB | 24/41 kB Progress (3): 1.6/2.2 MB | 0.2/2.0 MB | 24/41 kB Progress (3): 1.6/2.2 MB | 0.2/2.0 MB | 24/41 kB Progress (3): 1.6/2.2 MB | 0.2/2.0 MB | 24/41 kB Progress (3): 1.6/2.2 MB | 0.2/2.0 MB | 24/41 kB Progress (3): 1.6/2.2 MB | 0.2/2.0 MB | 24/41 kB Progress (4): 1.6/2.2 MB | 0.2/2.0 MB | 24/41 kB | 4.1/41 kB Progress (4): 1.6/2.2 MB | 0.2/2.0 MB | 24/41 kB | 7.8/41 kB Progress (4): 1.6/2.2 MB | 0.2/2.0 MB | 24/41 kB | 12/41 kB Progress (4): 1.6/2.2 MB | 0.2/2.0 MB | 24/41 kB | 16/41 kB Progress (4): 1.6/2.2 MB | 0.2/2.0 MB | 24/41 kB | 16/41 kB Progress (4): 1.6/2.2 MB | 0.2/2.0 MB | 24/41 kB | 20/41 kB Progress (4): 1.6/2.2 MB | 0.2/2.0 MB | 24/41 kB | 24/41 kB Progress (4): 1.6/2.2 MB | 0.2/2.0 MB | 24/41 kB | 24/41 kB Progress (4): 1.6/2.2 MB | 0.2/2.0 MB | 24/41 kB | 28/41 kB Progress (4): 1.6/2.2 MB | 0.2/2.0 MB | 24/41 kB | 32/41 kB Progress (4): 1.6/2.2 MB | 0.2/2.0 MB | 24/41 kB | 36/41 kB Progress (4): 1.6/2.2 MB | 0.2/2.0 MB | 24/41 kB | 41/41 kB Progress (4): 1.6/2.2 MB | 0.2/2.0 MB | 24/41 kB | 41 kB Progress (4): 1.6/2.2 MB | 0.2/2.0 MB | 24/41 kB | 41 kB Progress (4): 1.7/2.2 MB | 0.2/2.0 MB | 24/41 kB | 41 kB Progress (4): 1.7/2.2 MB | 0.2/2.0 MB | 24/41 kB | 41 kB Progress (4): 1.7/2.2 MB | 0.2/2.0 MB | 24/41 kB | 41 kB Progress (4): 1.7/2.2 MB | 0.2/2.0 MB | 24/41 kB | 41 kB Progress (4): 1.7/2.2 MB | 0.2/2.0 MB | 28/41 kB | 41 kB Progress (4): 1.7/2.2 MB | 0.2/2.0 MB | 32/41 kB | 41 kB Progress (4): 1.7/2.2 MB | 0.2/2.0 MB | 36/41 kB | 41 kB Progress (4): 1.7/2.2 MB | 0.2/2.0 MB | 41/41 kB | 41 kB Progress (4): 1.7/2.2 MB | 0.2/2.0 MB | 41 kB | 41 kB Progress (4): 1.7/2.2 MB | 0.2/2.0 MB | 41 kB | 41 kB Progress (4): 1.7/2.2 MB | 0.2/2.0 MB | 41 kB | 41 kB Progress (4): 1.7/2.2 MB | 0.2/2.0 MB | 41 kB | 41 kB Progress (4): 1.7/2.2 MB | 0.2/2.0 MB | 41 kB | 41 kB Progress (4): 1.7/2.2 MB | 0.3/2.0 MB | 41 kB | 41 kB Progress (4): 1.7/2.2 MB | 0.3/2.0 MB | 41 kB | 41 kB Progress (4): 1.7/2.2 MB | 0.3/2.0 MB | 41 kB | 41 kB Progress (4): 1.7/2.2 MB | 0.3/2.0 MB | 41 kB | 41 kB Progress (4): 1.7/2.2 MB | 0.3/2.0 MB | 41 kB | 41 kB Progress (4): 1.7/2.2 MB | 0.3/2.0 MB | 41 kB | 41 kB Progress (4): 1.7/2.2 MB | 0.3/2.0 MB | 41 kB | 41 kB Progress (4): 1.7/2.2 MB | 0.3/2.0 MB | 41 kB | 41 kB Progress (4): 1.7/2.2 MB | 0.3/2.0 MB | 41 kB | 41 kB Progress (5): 1.7/2.2 MB | 0.3/2.0 MB | 41 kB | 41 kB | 4.1/83 kB Progress (5): 1.7/2.2 MB | 0.3/2.0 MB | 41 kB | 41 kB | 7.8/83 kB Progress (5): 1.7/2.2 MB | 0.3/2.0 MB | 41 kB | 41 kB | 12/83 kB Progress (5): 1.7/2.2 MB | 0.3/2.0 MB | 41 kB | 41 kB | 16/83 kB Progress (5): 1.7/2.2 MB | 0.3/2.0 MB | 41 kB | 41 kB | 20/83 kB Progress (5): 1.7/2.2 MB | 0.3/2.0 MB | 41 kB | 41 kB | 24/83 kB Progress (5): 1.7/2.2 MB | 0.3/2.0 MB | 41 kB | 41 kB | 28/83 kB Progress (5): 1.7/2.2 MB | 0.3/2.0 MB | 41 kB | 41 kB | 32/83 kB Progress (5): 1.7/2.2 MB | 0.3/2.0 MB | 41 kB | 41 kB | 36/83 kB Progress (5): 1.7/2.2 MB | 0.3/2.0 MB | 41 kB | 41 kB | 41/83 kB Progress (5): 1.7/2.2 MB | 0.3/2.0 MB | 41 kB | 41 kB | 41/83 kB Progress (5): 1.7/2.2 MB | 0.3/2.0 MB | 41 kB | 41 kB | 41/83 kB Progress (5): 1.8/2.2 MB | 0.3/2.0 MB | 41 kB | 41 kB | 41/83 kB Progress (5): 1.8/2.2 MB | 0.3/2.0 MB | 41 kB | 41 kB | 41/83 kB Progress (5): 1.8/2.2 MB | 0.3/2.0 MB | 41 kB | 41 kB | 41/83 kB Progress (5): 1.8/2.2 MB | 0.3/2.0 MB | 41 kB | 41 kB | 41/83 kB Progress (5): 1.8/2.2 MB | 0.3/2.0 MB | 41 kB | 41 kB | 41/83 kB Progress (5): 1.8/2.2 MB | 0.3/2.0 MB | 41 kB | 41 kB | 41/83 kB Progress (5): 1.8/2.2 MB | 0.3/2.0 MB | 41 kB | 41 kB | 41/83 kB Progress (5): 1.8/2.2 MB | 0.3/2.0 MB | 41 kB | 41 kB | 41/83 kB Progress (5): 1.8/2.2 MB | 0.3/2.0 MB | 41 kB | 41 kB | 41/83 kB Progress (5): 1.8/2.2 MB | 0.4/2.0 MB | 41 kB | 41 kB | 41/83 kB Progress (5): 1.8/2.2 MB | 0.4/2.0 MB | 41 kB | 41 kB | 41/83 kB Progress (5): 1.8/2.2 MB | 0.4/2.0 MB | 41 kB | 41 kB | 41/83 kB Progress (5): 1.8/2.2 MB | 0.4/2.0 MB | 41 kB | 41 kB | 41/83 kB Progress (5): 1.8/2.2 MB | 0.4/2.0 MB | 41 kB | 41 kB | 41/83 kB Progress (5): 1.8/2.2 MB | 0.4/2.0 MB | 41 kB | 41 kB | 41/83 kB Progress (5): 1.8/2.2 MB | 0.4/2.0 MB | 41 kB | 41 kB | 41/83 kB Progress (5): 1.8/2.2 MB | 0.4/2.0 MB | 41 kB | 41 kB | 45/83 kB Progress (5): 1.8/2.2 MB | 0.4/2.0 MB | 41 kB | 41 kB | 49/83 kB Progress (5): 1.8/2.2 MB | 0.4/2.0 MB | 41 kB | 41 kB | 53/83 kB Progress (5): 1.8/2.2 MB | 0.4/2.0 MB | 41 kB | 41 kB | 57/83 kB Progress (5): 1.8/2.2 MB | 0.4/2.0 MB | 41 kB | 41 kB | 61/83 kB Progress (5): 1.8/2.2 MB | 0.4/2.0 MB | 41 kB | 41 kB | 65/83 kB Progress (5): 1.8/2.2 MB | 0.4/2.0 MB | 41 kB | 41 kB | 69/83 kB Progress (5): 1.8/2.2 MB | 0.4/2.0 MB | 41 kB | 41 kB | 73/83 kB Progress (5): 1.8/2.2 MB | 0.4/2.0 MB | 41 kB | 41 kB | 77/83 kB Progress (5): 1.8/2.2 MB | 0.4/2.0 MB | 41 kB | 41 kB | 82/83 kB Progress (5): 1.8/2.2 MB | 0.4/2.0 MB | 41 kB | 41 kB | 83 kB Progress (5): 1.9/2.2 MB | 0.4/2.0 MB | 41 kB | 41 kB | 83 kB Progress (5): 1.9/2.2 MB | 0.4/2.0 MB | 41 kB | 41 kB | 83 kB Progress (5): 1.9/2.2 MB | 0.4/2.0 MB | 41 kB | 41 kB | 83 kB Progress (5): 1.9/2.2 MB | 0.4/2.0 MB | 41 kB | 41 kB | 83 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/rauschig/jarchivelib/1.0.0/jarchivelib-1.0.0.jar (41 kB at 931 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar +Progress (4): 1.9/2.2 MB | 0.4/2.0 MB | 41 kB | 83 kB Progress (4): 1.9/2.2 MB | 0.4/2.0 MB | 41 kB | 83 kB Progress (4): 1.9/2.2 MB | 0.4/2.0 MB | 41 kB | 83 kB Progress (4): 1.9/2.2 MB | 0.4/2.0 MB | 41 kB | 83 kB Progress (4): 1.9/2.2 MB | 0.4/2.0 MB | 41 kB | 83 kB Progress (4): 1.9/2.2 MB | 0.4/2.0 MB | 41 kB | 83 kB Progress (4): 1.9/2.2 MB | 0.4/2.0 MB | 41 kB | 83 kB Progress (4): 1.9/2.2 MB | 0.4/2.0 MB | 41 kB | 83 kB Progress (4): 1.9/2.2 MB | 0.4/2.0 MB | 41 kB | 83 kB Progress (4): 1.9/2.2 MB | 0.5/2.0 MB | 41 kB | 83 kB Progress (4): 1.9/2.2 MB | 0.5/2.0 MB | 41 kB | 83 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar (41 kB at 934 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/net/lightbody/bmp/browsermob-core/2.1.5/browsermob-core-2.1.5.jar +Progress (3): 1.9/2.2 MB | 0.5/2.0 MB | 83 kB Progress (3): 1.9/2.2 MB | 0.5/2.0 MB | 83 kB Progress (3): 1.9/2.2 MB | 0.5/2.0 MB | 83 kB Progress (3): 2.0/2.2 MB | 0.5/2.0 MB | 83 kB Progress (3): 2.0/2.2 MB | 0.5/2.0 MB | 83 kB Progress (3): 2.0/2.2 MB | 0.5/2.0 MB | 83 kB Progress (3): 2.0/2.2 MB | 0.5/2.0 MB | 83 kB Progress (3): 2.0/2.2 MB | 0.5/2.0 MB | 83 kB Progress (3): 2.0/2.2 MB | 0.5/2.0 MB | 83 kB Progress (3): 2.1/2.2 MB | 0.5/2.0 MB | 83 kB Progress (3): 2.1/2.2 MB | 0.5/2.0 MB | 83 kB Progress (3): 2.1/2.2 MB | 0.5/2.0 MB | 83 kB Progress (3): 2.1/2.2 MB | 0.5/2.0 MB | 83 kB Progress (3): 2.1/2.2 MB | 0.5/2.0 MB | 83 kB Progress (3): 2.1/2.2 MB | 0.5/2.0 MB | 83 kB Progress (3): 2.1/2.2 MB | 0.5/2.0 MB | 83 kB Progress (3): 2.1/2.2 MB | 0.5/2.0 MB | 83 kB Progress (3): 2.1/2.2 MB | 0.5/2.0 MB | 83 kB Progress (3): 2.1/2.2 MB | 0.6/2.0 MB | 83 kB Progress (3): 2.1/2.2 MB | 0.6/2.0 MB | 83 kB Progress (3): 2.1/2.2 MB | 0.6/2.0 MB | 83 kB Progress (3): 2.1/2.2 MB | 0.6/2.0 MB | 83 kB Progress (3): 2.1/2.2 MB | 0.6/2.0 MB | 83 kB Progress (3): 2.1/2.2 MB | 0.6/2.0 MB | 83 kB Progress (3): 2.1/2.2 MB | 0.6/2.0 MB | 83 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/github/bonigarcia/webdrivermanager/3.6.1/webdrivermanager-3.6.1.jar (83 kB at 1.9 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/net/lightbody/bmp/littleproxy/1.1.0-beta-bmp-17/littleproxy-1.1.0-beta-bmp-17.jar +Progress (2): 2.1/2.2 MB | 0.6/2.0 MB Progress (2): 2.1/2.2 MB | 0.6/2.0 MB Progress (2): 2.2/2.2 MB | 0.6/2.0 MB Progress (2): 2.2/2.2 MB | 0.6/2.0 MB Progress (2): 2.2/2.2 MB | 0.6/2.0 MB Progress (2): 2.2/2.2 MB | 0.6/2.0 MB Progress (2): 2.2/2.2 MB | 0.6/2.0 MB Progress (2): 2.2/2.2 MB | 0.6/2.0 MB Progress (2): 2.2/2.2 MB | 0.6/2.0 MB Progress (2): 2.2/2.2 MB | 0.6/2.0 MB Progress (2): 2.2/2.2 MB | 0.6/2.0 MB Progress (2): 2.2/2.2 MB | 0.6/2.0 MB Progress (2): 2.2/2.2 MB | 0.6/2.0 MB Progress (3): 2.2/2.2 MB | 0.6/2.0 MB | 4.1/592 kB Progress (3): 2.2/2.2 MB | 0.6/2.0 MB | 7.8/592 kB Progress (3): 2.2/2.2 MB | 0.6/2.0 MB | 12/592 kB Progress (3): 2.2/2.2 MB | 0.6/2.0 MB | 16/592 kB Progress (3): 2.2/2.2 MB | 0.6/2.0 MB | 20/592 kB Progress (3): 2.2/2.2 MB | 0.6/2.0 MB | 24/592 kB Progress (3): 2.2/2.2 MB | 0.7/2.0 MB | 24/592 kB Progress (3): 2.2/2.2 MB | 0.7/2.0 MB | 24/592 kB Progress (3): 2.2/2.2 MB | 0.7/2.0 MB | 24/592 kB Progress (3): 2.2/2.2 MB | 0.7/2.0 MB | 24/592 kB Progress (3): 2.2/2.2 MB | 0.7/2.0 MB | 24/592 kB Progress (3): 2.2 MB | 0.7/2.0 MB | 24/592 kB Progress (4): 2.2 MB | 0.7/2.0 MB | 24/592 kB | 4.1/136 kB Progress (4): 2.2 MB | 0.7/2.0 MB | 24/592 kB | 7.8/136 kB Progress (4): 2.2 MB | 0.7/2.0 MB | 24/592 kB | 12/136 kB Progress (4): 2.2 MB | 0.7/2.0 MB | 24/592 kB | 16/136 kB Progress (4): 2.2 MB | 0.7/2.0 MB | 24/592 kB | 20/136 kB Progress (4): 2.2 MB | 0.7/2.0 MB | 24/592 kB | 24/136 kB Progress (4): 2.2 MB | 0.7/2.0 MB | 24/592 kB | 28/136 kB Progress (4): 2.2 MB | 0.7/2.0 MB | 24/592 kB | 32/136 kB Progress (4): 2.2 MB | 0.7/2.0 MB | 24/592 kB | 36/136 kB Progress (4): 2.2 MB | 0.7/2.0 MB | 24/592 kB | 41/136 kB Progress (4): 2.2 MB | 0.7/2.0 MB | 24/592 kB | 41/136 kB Progress (4): 2.2 MB | 0.7/2.0 MB | 24/592 kB | 41/136 kB Progress (4): 2.2 MB | 0.7/2.0 MB | 24/592 kB | 41/136 kB Progress (4): 2.2 MB | 0.7/2.0 MB | 24/592 kB | 41/136 kB Progress (4): 2.2 MB | 0.7/2.0 MB | 24/592 kB | 41/136 kB Progress (4): 2.2 MB | 0.7/2.0 MB | 24/592 kB | 41/136 kB Progress (4): 2.2 MB | 0.7/2.0 MB | 24/592 kB | 41/136 kB Progress (4): 2.2 MB | 0.7/2.0 MB | 24/592 kB | 41/136 kB Progress (4): 2.2 MB | 0.7/2.0 MB | 28/592 kB | 41/136 kB Progress (4): 2.2 MB | 0.7/2.0 MB | 32/592 kB | 41/136 kB Progress (4): 2.2 MB | 0.7/2.0 MB | 36/592 kB | 41/136 kB Progress (4): 2.2 MB | 0.7/2.0 MB | 41/592 kB | 41/136 kB Progress (4): 2.2 MB | 0.7/2.0 MB | 41/592 kB | 41/136 kB Progress (4): 2.2 MB | 0.8/2.0 MB | 41/592 kB | 41/136 kB Progress (4): 2.2 MB | 0.8/2.0 MB | 45/592 kB | 41/136 kB Progress (4): 2.2 MB | 0.8/2.0 MB | 49/592 kB | 41/136 kB Progress (4): 2.2 MB | 0.8/2.0 MB | 53/592 kB | 41/136 kB Progress (4): 2.2 MB | 0.8/2.0 MB | 57/592 kB | 41/136 kB Progress (4): 2.2 MB | 0.8/2.0 MB | 61/592 kB | 41/136 kB Progress (4): 2.2 MB | 0.8/2.0 MB | 65/592 kB | 41/136 kB Progress (4): 2.2 MB | 0.8/2.0 MB | 69/592 kB | 41/136 kB Progress (4): 2.2 MB | 0.8/2.0 MB | 73/592 kB | 41/136 kB Progress (4): 2.2 MB | 0.8/2.0 MB | 77/592 kB | 41/136 kB Progress (4): 2.2 MB | 0.8/2.0 MB | 77/592 kB | 41/136 kB Progress (4): 2.2 MB | 0.8/2.0 MB | 82/592 kB | 41/136 kB Progress (4): 2.2 MB | 0.8/2.0 MB | 82/592 kB | 41/136 kB Progress (4): 2.2 MB | 0.8/2.0 MB | 82/592 kB | 45/136 kB Progress (4): 2.2 MB | 0.8/2.0 MB | 82/592 kB | 49/136 kB Progress (4): 2.2 MB | 0.8/2.0 MB | 82/592 kB | 53/136 kB Progress (4): 2.2 MB | 0.8/2.0 MB | 82/592 kB | 57/136 kB Progress (4): 2.2 MB | 0.8/2.0 MB | 82/592 kB | 61/136 kB Progress (4): 2.2 MB | 0.8/2.0 MB | 82/592 kB | 65/136 kB Progress (4): 2.2 MB | 0.8/2.0 MB | 82/592 kB | 69/136 kB Progress (4): 2.2 MB | 0.8/2.0 MB | 82/592 kB | 73/136 kB Progress (4): 2.2 MB | 0.8/2.0 MB | 82/592 kB | 77/136 kB Progress (4): 2.2 MB | 0.8/2.0 MB | 82/592 kB | 82/136 kB Progress (4): 2.2 MB | 0.8/2.0 MB | 82/592 kB | 86/136 kB Progress (4): 2.2 MB | 0.8/2.0 MB | 82/592 kB | 90/136 kB Progress (4): 2.2 MB | 0.8/2.0 MB | 82/592 kB | 94/136 kB Progress (4): 2.2 MB | 0.8/2.0 MB | 82/592 kB | 98/136 kB Progress (4): 2.2 MB | 0.8/2.0 MB | 82/592 kB | 102/136 kB Progress (4): 2.2 MB | 0.8/2.0 MB | 82/592 kB | 106/136 kB Progress (4): 2.2 MB | 0.8/2.0 MB | 82/592 kB | 110/136 kB Progress (4): 2.2 MB | 0.8/2.0 MB | 82/592 kB | 114/136 kB Progress (4): 2.2 MB | 0.8/2.0 MB | 82/592 kB | 118/136 kB Progress (4): 2.2 MB | 0.8/2.0 MB | 82/592 kB | 122/136 kB Progress (4): 2.2 MB | 0.8/2.0 MB | 82/592 kB | 122/136 kB Progress (4): 2.2 MB | 0.8/2.0 MB | 82/592 kB | 127/136 kB Progress (4): 2.2 MB | 0.8/2.0 MB | 82/592 kB | 127/136 kB Progress (4): 2.2 MB | 0.8/2.0 MB | 82/592 kB | 131/136 kB Progress (4): 2.2 MB | 0.8/2.0 MB | 82/592 kB | 135/136 kB Progress (4): 2.2 MB | 0.8/2.0 MB | 82/592 kB | 136 kB Progress (5): 2.2 MB | 0.8/2.0 MB | 82/592 kB | 136 kB | 4.1/130 kB Progress (5): 2.2 MB | 0.8/2.0 MB | 82/592 kB | 136 kB | 7.8/130 kB Progress (5): 2.2 MB | 0.8/2.0 MB | 82/592 kB | 136 kB | 12/130 kB Progress (5): 2.2 MB | 0.8/2.0 MB | 82/592 kB | 136 kB | 16/130 kB Progress (5): 2.2 MB | 0.8/2.0 MB | 82/592 kB | 136 kB | 20/130 kB Progress (5): 2.2 MB | 0.8/2.0 MB | 82/592 kB | 136 kB | 24/130 kB Progress (5): 2.2 MB | 0.8/2.0 MB | 82/592 kB | 136 kB | 28/130 kB Progress (5): 2.2 MB | 0.8/2.0 MB | 82/592 kB | 136 kB | 32/130 kB Progress (5): 2.2 MB | 0.8/2.0 MB | 82/592 kB | 136 kB | 36/130 kB Progress (5): 2.2 MB | 0.8/2.0 MB | 82/592 kB | 136 kB | 41/130 kB Progress (5): 2.2 MB | 0.8/2.0 MB | 82/592 kB | 136 kB | 45/130 kB Progress (5): 2.2 MB | 0.8/2.0 MB | 82/592 kB | 136 kB | 49/130 kB Progress (5): 2.2 MB | 0.8/2.0 MB | 82/592 kB | 136 kB | 53/130 kB Progress (5): 2.2 MB | 0.8/2.0 MB | 82/592 kB | 136 kB | 57/130 kB Progress (5): 2.2 MB | 0.8/2.0 MB | 82/592 kB | 136 kB | 61/130 kB Progress (5): 2.2 MB | 0.8/2.0 MB | 82/592 kB | 136 kB | 65/130 kB Progress (5): 2.2 MB | 0.8/2.0 MB | 82/592 kB | 136 kB | 69/130 kB Progress (5): 2.2 MB | 0.8/2.0 MB | 82/592 kB | 136 kB | 73/130 kB Progress (5): 2.2 MB | 0.8/2.0 MB | 82/592 kB | 136 kB | 77/130 kB Progress (5): 2.2 MB | 0.8/2.0 MB | 82/592 kB | 136 kB | 82/130 kB Progress (5): 2.2 MB | 0.8/2.0 MB | 82/592 kB | 136 kB | 86/130 kB Progress (5): 2.2 MB | 0.8/2.0 MB | 82/592 kB | 136 kB | 90/130 kB Progress (5): 2.2 MB | 0.8/2.0 MB | 82/592 kB | 136 kB | 94/130 kB Progress (5): 2.2 MB | 0.8/2.0 MB | 82/592 kB | 136 kB | 98/130 kB Progress (5): 2.2 MB | 0.8/2.0 MB | 82/592 kB | 136 kB | 102/130 kB Progress (5): 2.2 MB | 0.8/2.0 MB | 82/592 kB | 136 kB | 106/130 kB Progress (5): 2.2 MB | 0.8/2.0 MB | 82/592 kB | 136 kB | 110/130 kB Progress (5): 2.2 MB | 0.8/2.0 MB | 82/592 kB | 136 kB | 114/130 kB Progress (5): 2.2 MB | 0.8/2.0 MB | 82/592 kB | 136 kB | 118/130 kB Progress (5): 2.2 MB | 0.8/2.0 MB | 82/592 kB | 136 kB | 122/130 kB Progress (5): 2.2 MB | 0.8/2.0 MB | 82/592 kB | 136 kB | 122/130 kB Progress (5): 2.2 MB | 0.8/2.0 MB | 82/592 kB | 136 kB | 122/130 kB Progress (5): 2.2 MB | 0.8/2.0 MB | 82/592 kB | 136 kB | 122/130 kB Progress (5): 2.2 MB | 0.8/2.0 MB | 82/592 kB | 136 kB | 122/130 kB Progress (5): 2.2 MB | 0.8/2.0 MB | 82/592 kB | 136 kB | 122/130 kB Progress (5): 2.2 MB | 0.8/2.0 MB | 82/592 kB | 136 kB | 122/130 kB Progress (5): 2.2 MB | 0.9/2.0 MB | 82/592 kB | 136 kB | 122/130 kB Progress (5): 2.2 MB | 0.9/2.0 MB | 86/592 kB | 136 kB | 122/130 kB Progress (5): 2.2 MB | 0.9/2.0 MB | 90/592 kB | 136 kB | 122/130 kB Progress (5): 2.2 MB | 0.9/2.0 MB | 94/592 kB | 136 kB | 122/130 kB Progress (5): 2.2 MB | 0.9/2.0 MB | 98/592 kB | 136 kB | 122/130 kB Progress (5): 2.2 MB | 0.9/2.0 MB | 102/592 kB | 136 kB | 122/130 kB Progress (5): 2.2 MB | 0.9/2.0 MB | 106/592 kB | 136 kB | 122/130 kB Progress (5): 2.2 MB | 0.9/2.0 MB | 110/592 kB | 136 kB | 122/130 kB Progress (5): 2.2 MB | 0.9/2.0 MB | 114/592 kB | 136 kB | 122/130 kB Progress (5): 2.2 MB | 0.9/2.0 MB | 118/592 kB | 136 kB | 122/130 kB Progress (5): 2.2 MB | 0.9/2.0 MB | 122/592 kB | 136 kB | 122/130 kB Progress (5): 2.2 MB | 0.9/2.0 MB | 127/592 kB | 136 kB | 122/130 kB Progress (5): 2.2 MB | 0.9/2.0 MB | 131/592 kB | 136 kB | 122/130 kB Progress (5): 2.2 MB | 0.9/2.0 MB | 135/592 kB | 136 kB | 122/130 kB Progress (5): 2.2 MB | 0.9/2.0 MB | 139/592 kB | 136 kB | 122/130 kB Progress (5): 2.2 MB | 0.9/2.0 MB | 143/592 kB | 136 kB | 122/130 kB Progress (5): 2.2 MB | 0.9/2.0 MB | 147/592 kB | 136 kB | 122/130 kB Progress (5): 2.2 MB | 0.9/2.0 MB | 147/592 kB | 136 kB | 122/130 kB Progress (5): 2.2 MB | 0.9/2.0 MB | 147/592 kB | 136 kB | 122/130 kB Progress (5): 2.2 MB | 0.9/2.0 MB | 151/592 kB | 136 kB | 122/130 kB Progress (5): 2.2 MB | 0.9/2.0 MB | 155/592 kB | 136 kB | 122/130 kB Progress (5): 2.2 MB | 0.9/2.0 MB | 159/592 kB | 136 kB | 122/130 kB Progress (5): 2.2 MB | 0.9/2.0 MB | 163/592 kB | 136 kB | 122/130 kB Progress (5): 2.2 MB | 0.9/2.0 MB | 163/592 kB | 136 kB | 122/130 kB Progress (5): 2.2 MB | 0.9/2.0 MB | 163/592 kB | 136 kB | 122/130 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/ant/ant/1.10.3/ant-1.10.3.jar (2.2 MB at 49 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/dnsjava/dnsjava/2.1.8/dnsjava-2.1.8.jar +Progress (4): 0.9/2.0 MB | 163/592 kB | 136 kB | 122/130 kB Progress (4): 0.9/2.0 MB | 163/592 kB | 136 kB | 122/130 kB Progress (4): 0.9/2.0 MB | 163/592 kB | 136 kB | 122/130 kB Progress (4): 0.9/2.0 MB | 163/592 kB | 136 kB | 122/130 kB Progress (4): 0.9/2.0 MB | 163/592 kB | 136 kB | 122/130 kB Progress (4): 0.9/2.0 MB | 163/592 kB | 136 kB | 122/130 kB Progress (4): 0.9/2.0 MB | 163/592 kB | 136 kB | 122/130 kB Progress (4): 1.0/2.0 MB | 163/592 kB | 136 kB | 122/130 kB Progress (4): 1.0/2.0 MB | 168/592 kB | 136 kB | 122/130 kB Progress (4): 1.0/2.0 MB | 172/592 kB | 136 kB | 122/130 kB Progress (4): 1.0/2.0 MB | 172/592 kB | 136 kB | 122/130 kB Progress (4): 1.0/2.0 MB | 176/592 kB | 136 kB | 122/130 kB Progress (4): 1.0/2.0 MB | 176/592 kB | 136 kB | 122/130 kB Progress (4): 1.0/2.0 MB | 180/592 kB | 136 kB | 122/130 kB Progress (4): 1.0/2.0 MB | 184/592 kB | 136 kB | 122/130 kB Progress (4): 1.0/2.0 MB | 188/592 kB | 136 kB | 122/130 kB Progress (4): 1.0/2.0 MB | 192/592 kB | 136 kB | 122/130 kB Progress (4): 1.0/2.0 MB | 196/592 kB | 136 kB | 122/130 kB Progress (4): 1.0/2.0 MB | 200/592 kB | 136 kB | 122/130 kB Progress (4): 1.0/2.0 MB | 204/592 kB | 136 kB | 122/130 kB Progress (4): 1.0/2.0 MB | 208/592 kB | 136 kB | 122/130 kB Progress (4): 1.0/2.0 MB | 213/592 kB | 136 kB | 122/130 kB Progress (4): 1.0/2.0 MB | 217/592 kB | 136 kB | 122/130 kB Progress (4): 1.0/2.0 MB | 221/592 kB | 136 kB | 122/130 kB Progress (4): 1.0/2.0 MB | 225/592 kB | 136 kB | 122/130 kB Progress (4): 1.0/2.0 MB | 229/592 kB | 136 kB | 122/130 kB Progress (4): 1.0/2.0 MB | 233/592 kB | 136 kB | 122/130 kB Progress (4): 1.0/2.0 MB | 237/592 kB | 136 kB | 122/130 kB Progress (4): 1.0/2.0 MB | 241/592 kB | 136 kB | 122/130 kB Progress (4): 1.0/2.0 MB | 241/592 kB | 136 kB | 122/130 kB Progress (4): 1.0/2.0 MB | 245/592 kB | 136 kB | 122/130 kB Progress (4): 1.0/2.0 MB | 245/592 kB | 136 kB | 122/130 kB Progress (4): 1.0/2.0 MB | 249/592 kB | 136 kB | 122/130 kB Progress (4): 1.0/2.0 MB | 254/592 kB | 136 kB | 122/130 kB Progress (4): 1.0/2.0 MB | 258/592 kB | 136 kB | 122/130 kB Progress (4): 1.0/2.0 MB | 261/592 kB | 136 kB | 122/130 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/net/lightbody/bmp/browsermob-core/2.1.5/browsermob-core-2.1.5.jar (136 kB at 3.0 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/slf4j/jcl-over-slf4j/1.7.25/jcl-over-slf4j-1.7.25.jar +Progress (3): 1.0/2.0 MB | 261/592 kB | 122/130 kB Progress (3): 1.0/2.0 MB | 261/592 kB | 122/130 kB Progress (3): 1.0/2.0 MB | 261/592 kB | 122/130 kB Progress (3): 1.0/2.0 MB | 261/592 kB | 122/130 kB Progress (3): 1.0/2.0 MB | 261/592 kB | 122/130 kB Progress (3): 1.0/2.0 MB | 261/592 kB | 122/130 kB Progress (3): 1.0/2.0 MB | 261/592 kB | 122/130 kB Progress (3): 1.1/2.0 MB | 261/592 kB | 122/130 kB Progress (3): 1.1/2.0 MB | 261/592 kB | 122/130 kB Progress (3): 1.1/2.0 MB | 261/592 kB | 122/130 kB Progress (3): 1.1/2.0 MB | 261/592 kB | 122/130 kB Progress (3): 1.1/2.0 MB | 265/592 kB | 122/130 kB Progress (3): 1.1/2.0 MB | 270/592 kB | 122/130 kB Progress (3): 1.1/2.0 MB | 274/592 kB | 122/130 kB Progress (3): 1.1/2.0 MB | 278/592 kB | 122/130 kB Progress (3): 1.1/2.0 MB | 282/592 kB | 122/130 kB Progress (3): 1.1/2.0 MB | 286/592 kB | 122/130 kB Progress (3): 1.1/2.0 MB | 290/592 kB | 122/130 kB Progress (3): 1.1/2.0 MB | 294/592 kB | 122/130 kB Progress (3): 1.1/2.0 MB | 298/592 kB | 122/130 kB Progress (3): 1.1/2.0 MB | 302/592 kB | 122/130 kB Progress (3): 1.1/2.0 MB | 306/592 kB | 122/130 kB Progress (3): 1.1/2.0 MB | 310/592 kB | 122/130 kB Progress (3): 1.1/2.0 MB | 315/592 kB | 122/130 kB Progress (3): 1.1/2.0 MB | 319/592 kB | 122/130 kB Progress (3): 1.1/2.0 MB | 323/592 kB | 122/130 kB Progress (3): 1.1/2.0 MB | 327/592 kB | 122/130 kB Progress (3): 1.1/2.0 MB | 327/592 kB | 122/130 kB Progress (3): 1.1/2.0 MB | 327/592 kB | 122/130 kB Progress (3): 1.1/2.0 MB | 331/592 kB | 122/130 kB Progress (3): 1.1/2.0 MB | 335/592 kB | 122/130 kB Progress (3): 1.1/2.0 MB | 339/592 kB | 122/130 kB Progress (3): 1.1/2.0 MB | 343/592 kB | 122/130 kB Progress (4): 1.1/2.0 MB | 343/592 kB | 122/130 kB | 4.1/315 kB Progress (4): 1.1/2.0 MB | 343/592 kB | 122/130 kB | 7.8/315 kB Progress (4): 1.1/2.0 MB | 343/592 kB | 122/130 kB | 12/315 kB Progress (4): 1.1/2.0 MB | 343/592 kB | 122/130 kB | 16/315 kB Progress (4): 1.1/2.0 MB | 343/592 kB | 122/130 kB | 20/315 kB Progress (4): 1.1/2.0 MB | 343/592 kB | 122/130 kB | 24/315 kB Progress (4): 1.1/2.0 MB | 343/592 kB | 122/130 kB | 28/315 kB Progress (4): 1.1/2.0 MB | 343/592 kB | 122/130 kB | 32/315 kB Progress (4): 1.1/2.0 MB | 343/592 kB | 122/130 kB | 36/315 kB Progress (4): 1.1/2.0 MB | 343/592 kB | 122/130 kB | 41/315 kB Progress (4): 1.1/2.0 MB | 343/592 kB | 122/130 kB | 45/315 kB Progress (4): 1.1/2.0 MB | 343/592 kB | 122/130 kB | 49/315 kB Progress (4): 1.1/2.0 MB | 343/592 kB | 122/130 kB | 53/315 kB Progress (4): 1.1/2.0 MB | 343/592 kB | 122/130 kB | 57/315 kB Progress (4): 1.1/2.0 MB | 343/592 kB | 122/130 kB | 61/315 kB Progress (4): 1.1/2.0 MB | 343/592 kB | 122/130 kB | 65/315 kB Progress (4): 1.1/2.0 MB | 343/592 kB | 122/130 kB | 69/315 kB Progress (4): 1.1/2.0 MB | 343/592 kB | 122/130 kB | 73/315 kB Progress (4): 1.1/2.0 MB | 343/592 kB | 122/130 kB | 73/315 kB Progress (4): 1.1/2.0 MB | 343/592 kB | 122/130 kB | 73/315 kB Progress (4): 1.1/2.0 MB | 343/592 kB | 122/130 kB | 73/315 kB Progress (4): 1.1/2.0 MB | 343/592 kB | 122/130 kB | 73/315 kB Progress (4): 1.1/2.0 MB | 343/592 kB | 122/130 kB | 73/315 kB Progress (4): 1.2/2.0 MB | 343/592 kB | 122/130 kB | 73/315 kB Progress (4): 1.2/2.0 MB | 343/592 kB | 122/130 kB | 73/315 kB Progress (4): 1.2/2.0 MB | 343/592 kB | 122/130 kB | 73/315 kB Progress (4): 1.2/2.0 MB | 343/592 kB | 122/130 kB | 73/315 kB Progress (4): 1.2/2.0 MB | 347/592 kB | 122/130 kB | 73/315 kB Progress (4): 1.2/2.0 MB | 351/592 kB | 122/130 kB | 73/315 kB Progress (4): 1.2/2.0 MB | 356/592 kB | 122/130 kB | 73/315 kB Progress (4): 1.2/2.0 MB | 360/592 kB | 122/130 kB | 73/315 kB Progress (4): 1.2/2.0 MB | 364/592 kB | 122/130 kB | 73/315 kB Progress (4): 1.2/2.0 MB | 368/592 kB | 122/130 kB | 73/315 kB Progress (4): 1.2/2.0 MB | 372/592 kB | 122/130 kB | 73/315 kB Progress (4): 1.2/2.0 MB | 376/592 kB | 122/130 kB | 73/315 kB Progress (4): 1.2/2.0 MB | 376/592 kB | 122/130 kB | 73/315 kB Progress (4): 1.2/2.0 MB | 376/592 kB | 122/130 kB | 73/315 kB Progress (4): 1.2/2.0 MB | 380/592 kB | 122/130 kB | 73/315 kB Progress (4): 1.2/2.0 MB | 384/592 kB | 122/130 kB | 73/315 kB Progress (4): 1.2/2.0 MB | 388/592 kB | 122/130 kB | 73/315 kB Progress (4): 1.2/2.0 MB | 392/592 kB | 122/130 kB | 73/315 kB Progress (4): 1.2/2.0 MB | 396/592 kB | 122/130 kB | 73/315 kB Progress (4): 1.2/2.0 MB | 401/592 kB | 122/130 kB | 73/315 kB Progress (4): 1.2/2.0 MB | 405/592 kB | 122/130 kB | 73/315 kB Progress (4): 1.2/2.0 MB | 409/592 kB | 122/130 kB | 73/315 kB Progress (4): 1.2/2.0 MB | 409/592 kB | 122/130 kB | 73/315 kB Progress (4): 1.2/2.0 MB | 409/592 kB | 122/130 kB | 73/315 kB Progress (4): 1.2/2.0 MB | 413/592 kB | 122/130 kB | 73/315 kB Progress (4): 1.2/2.0 MB | 417/592 kB | 122/130 kB | 73/315 kB Progress (4): 1.2/2.0 MB | 421/592 kB | 122/130 kB | 73/315 kB Progress (4): 1.2/2.0 MB | 425/592 kB | 122/130 kB | 73/315 kB Progress (4): 1.2/2.0 MB | 429/592 kB | 122/130 kB | 73/315 kB Progress (4): 1.2/2.0 MB | 433/592 kB | 122/130 kB | 73/315 kB Progress (4): 1.2/2.0 MB | 437/592 kB | 122/130 kB | 73/315 kB Progress (4): 1.2/2.0 MB | 442/592 kB | 122/130 kB | 73/315 kB Progress (4): 1.2/2.0 MB | 442/592 kB | 127/130 kB | 73/315 kB Progress (4): 1.2/2.0 MB | 442/592 kB | 130 kB | 73/315 kB Progress (4): 1.2/2.0 MB | 442/592 kB | 130 kB | 77/315 kB Progress (4): 1.2/2.0 MB | 442/592 kB | 130 kB | 82/315 kB Progress (4): 1.2/2.0 MB | 442/592 kB | 130 kB | 86/315 kB Progress (4): 1.2/2.0 MB | 442/592 kB | 130 kB | 90/315 kB Progress (4): 1.2/2.0 MB | 442/592 kB | 130 kB | 94/315 kB Progress (4): 1.2/2.0 MB | 442/592 kB | 130 kB | 98/315 kB Progress (4): 1.2/2.0 MB | 442/592 kB | 130 kB | 102/315 kB Progress (4): 1.2/2.0 MB | 442/592 kB | 130 kB | 106/315 kB Progress (4): 1.2/2.0 MB | 442/592 kB | 130 kB | 110/315 kB Progress (4): 1.2/2.0 MB | 442/592 kB | 130 kB | 114/315 kB Progress (4): 1.2/2.0 MB | 442/592 kB | 130 kB | 118/315 kB Progress (4): 1.2/2.0 MB | 442/592 kB | 130 kB | 122/315 kB Progress (4): 1.2/2.0 MB | 442/592 kB | 130 kB | 127/315 kB Progress (4): 1.2/2.0 MB | 442/592 kB | 130 kB | 131/315 kB Progress (4): 1.2/2.0 MB | 442/592 kB | 130 kB | 135/315 kB Progress (4): 1.2/2.0 MB | 442/592 kB | 130 kB | 139/315 kB Progress (4): 1.2/2.0 MB | 442/592 kB | 130 kB | 143/315 kB Progress (4): 1.2/2.0 MB | 442/592 kB | 130 kB | 147/315 kB Progress (4): 1.2/2.0 MB | 442/592 kB | 130 kB | 151/315 kB Progress (4): 1.2/2.0 MB | 442/592 kB | 130 kB | 155/315 kB Progress (4): 1.2/2.0 MB | 442/592 kB | 130 kB | 159/315 kB Progress (4): 1.2/2.0 MB | 442/592 kB | 130 kB | 163/315 kB Progress (4): 1.2/2.0 MB | 442/592 kB | 130 kB | 168/315 kB Progress (4): 1.2/2.0 MB | 442/592 kB | 130 kB | 172/315 kB Progress (4): 1.2/2.0 MB | 442/592 kB | 130 kB | 176/315 kB Progress (4): 1.2/2.0 MB | 442/592 kB | 130 kB | 180/315 kB Progress (4): 1.2/2.0 MB | 442/592 kB | 130 kB | 184/315 kB Progress (4): 1.2/2.0 MB | 442/592 kB | 130 kB | 188/315 kB Progress (4): 1.2/2.0 MB | 442/592 kB | 130 kB | 192/315 kB Progress (4): 1.2/2.0 MB | 442/592 kB | 130 kB | 196/315 kB Progress (4): 1.2/2.0 MB | 442/592 kB | 130 kB | 196/315 kB Progress (4): 1.2/2.0 MB | 442/592 kB | 130 kB | 196/315 kB Progress (4): 1.2/2.0 MB | 442/592 kB | 130 kB | 196/315 kB Progress (4): 1.2/2.0 MB | 442/592 kB | 130 kB | 196/315 kB Progress (4): 1.3/2.0 MB | 442/592 kB | 130 kB | 196/315 kB Progress (4): 1.3/2.0 MB | 442/592 kB | 130 kB | 196/315 kB Progress (4): 1.3/2.0 MB | 442/592 kB | 130 kB | 196/315 kB Progress (4): 1.3/2.0 MB | 442/592 kB | 130 kB | 200/315 kB Progress (4): 1.3/2.0 MB | 442/592 kB | 130 kB | 204/315 kB Progress (4): 1.3/2.0 MB | 442/592 kB | 130 kB | 208/315 kB Progress (4): 1.3/2.0 MB | 442/592 kB | 130 kB | 213/315 kB Progress (4): 1.3/2.0 MB | 442/592 kB | 130 kB | 213/315 kB Progress (4): 1.3/2.0 MB | 442/592 kB | 130 kB | 213/315 kB Progress (4): 1.3/2.0 MB | 446/592 kB | 130 kB | 213/315 kB Progress (4): 1.3/2.0 MB | 450/592 kB | 130 kB | 213/315 kB Progress (4): 1.3/2.0 MB | 454/592 kB | 130 kB | 213/315 kB Progress (4): 1.3/2.0 MB | 458/592 kB | 130 kB | 213/315 kB Progress (4): 1.3/2.0 MB | 458/592 kB | 130 kB | 213/315 kB Progress (4): 1.3/2.0 MB | 458/592 kB | 130 kB | 213/315 kB Progress (4): 1.3/2.0 MB | 462/592 kB | 130 kB | 213/315 kB Progress (4): 1.3/2.0 MB | 466/592 kB | 130 kB | 213/315 kB Progress (4): 1.3/2.0 MB | 470/592 kB | 130 kB | 213/315 kB Progress (4): 1.3/2.0 MB | 474/592 kB | 130 kB | 213/315 kB Progress (4): 1.3/2.0 MB | 478/592 kB | 130 kB | 213/315 kB Progress (4): 1.3/2.0 MB | 482/592 kB | 130 kB | 213/315 kB Progress (4): 1.3/2.0 MB | 487/592 kB | 130 kB | 213/315 kB Progress (4): 1.3/2.0 MB | 491/592 kB | 130 kB | 213/315 kB Progress (4): 1.3/2.0 MB | 495/592 kB | 130 kB | 213/315 kB Progress (4): 1.3/2.0 MB | 499/592 kB | 130 kB | 213/315 kB Progress (4): 1.3/2.0 MB | 503/592 kB | 130 kB | 213/315 kB Progress (4): 1.3/2.0 MB | 507/592 kB | 130 kB | 213/315 kB Progress (4): 1.3/2.0 MB | 507/592 kB | 130 kB | 213/315 kB Progress (4): 1.3/2.0 MB | 507/592 kB | 130 kB | 213/315 kB Progress (4): 1.3/2.0 MB | 511/592 kB | 130 kB | 213/315 kB Progress (4): 1.3/2.0 MB | 515/592 kB | 130 kB | 213/315 kB Progress (4): 1.3/2.0 MB | 519/592 kB | 130 kB | 213/315 kB Progress (4): 1.3/2.0 MB | 523/592 kB | 130 kB | 213/315 kB Progress (4): 1.3/2.0 MB | 523/592 kB | 130 kB | 217/315 kB Progress (4): 1.3/2.0 MB | 523/592 kB | 130 kB | 221/315 kB Progress (4): 1.3/2.0 MB | 523/592 kB | 130 kB | 225/315 kB Progress (4): 1.3/2.0 MB | 523/592 kB | 130 kB | 229/315 kB Progress (4): 1.3/2.0 MB | 523/592 kB | 130 kB | 233/315 kB Progress (4): 1.3/2.0 MB | 523/592 kB | 130 kB | 237/315 kB Progress (4): 1.3/2.0 MB | 523/592 kB | 130 kB | 241/315 kB Progress (4): 1.3/2.0 MB | 523/592 kB | 130 kB | 245/315 kB Progress (4): 1.3/2.0 MB | 523/592 kB | 130 kB | 249/315 kB Progress (4): 1.3/2.0 MB | 523/592 kB | 130 kB | 254/315 kB Progress (4): 1.3/2.0 MB | 523/592 kB | 130 kB | 258/315 kB Progress (4): 1.3/2.0 MB | 523/592 kB | 130 kB | 261/315 kB Progress (4): 1.3/2.0 MB | 523/592 kB | 130 kB | 265/315 kB Progress (4): 1.3/2.0 MB | 523/592 kB | 130 kB | 270/315 kB Progress (4): 1.3/2.0 MB | 523/592 kB | 130 kB | 274/315 kB Progress (4): 1.3/2.0 MB | 523/592 kB | 130 kB | 278/315 kB Progress (4): 1.3/2.0 MB | 523/592 kB | 130 kB | 282/315 kB Progress (4): 1.3/2.0 MB | 523/592 kB | 130 kB | 286/315 kB Progress (4): 1.3/2.0 MB | 523/592 kB | 130 kB | 290/315 kB Progress (4): 1.3/2.0 MB | 523/592 kB | 130 kB | 294/315 kB Progress (4): 1.3/2.0 MB | 523/592 kB | 130 kB | 298/315 kB Progress (4): 1.3/2.0 MB | 523/592 kB | 130 kB | 302/315 kB Progress (4): 1.3/2.0 MB | 523/592 kB | 130 kB | 306/315 kB Progress (4): 1.3/2.0 MB | 523/592 kB | 130 kB | 310/315 kB Progress (4): 1.3/2.0 MB | 523/592 kB | 130 kB | 315/315 kB Progress (4): 1.3/2.0 MB | 523/592 kB | 130 kB | 315 kB Progress (4): 1.3/2.0 MB | 523/592 kB | 130 kB | 315 kB Progress (4): 1.3/2.0 MB | 523/592 kB | 130 kB | 315 kB Progress (4): 1.3/2.0 MB | 523/592 kB | 130 kB | 315 kB Progress (4): 1.4/2.0 MB | 523/592 kB | 130 kB | 315 kB Progress (4): 1.4/2.0 MB | 523/592 kB | 130 kB | 315 kB Progress (4): 1.4/2.0 MB | 523/592 kB | 130 kB | 315 kB Progress (4): 1.4/2.0 MB | 523/592 kB | 130 kB | 315 kB Progress (4): 1.4/2.0 MB | 523/592 kB | 130 kB | 315 kB Progress (5): 1.4/2.0 MB | 523/592 kB | 130 kB | 315 kB | 4.1/17 kB Progress (5): 1.4/2.0 MB | 523/592 kB | 130 kB | 315 kB | 7.8/17 kB Progress (5): 1.4/2.0 MB | 523/592 kB | 130 kB | 315 kB | 12/17 kB Progress (5): 1.4/2.0 MB | 523/592 kB | 130 kB | 315 kB | 16/17 kB Progress (5): 1.4/2.0 MB | 523/592 kB | 130 kB | 315 kB | 17 kB Progress (5): 1.4/2.0 MB | 523/592 kB | 130 kB | 315 kB | 17 kB Progress (5): 1.4/2.0 MB | 523/592 kB | 130 kB | 315 kB | 17 kB Progress (5): 1.4/2.0 MB | 528/592 kB | 130 kB | 315 kB | 17 kB Progress (5): 1.4/2.0 MB | 532/592 kB | 130 kB | 315 kB | 17 kB Progress (5): 1.4/2.0 MB | 536/592 kB | 130 kB | 315 kB | 17 kB Progress (5): 1.4/2.0 MB | 540/592 kB | 130 kB | 315 kB | 17 kB Progress (5): 1.4/2.0 MB | 540/592 kB | 130 kB | 315 kB | 17 kB Progress (5): 1.4/2.0 MB | 544/592 kB | 130 kB | 315 kB | 17 kB Progress (5): 1.4/2.0 MB | 544/592 kB | 130 kB | 315 kB | 17 kB Progress (5): 1.4/2.0 MB | 548/592 kB | 130 kB | 315 kB | 17 kB Progress (5): 1.4/2.0 MB | 552/592 kB | 130 kB | 315 kB | 17 kB Progress (5): 1.4/2.0 MB | 556/592 kB | 130 kB | 315 kB | 17 kB Progress (5): 1.4/2.0 MB | 560/592 kB | 130 kB | 315 kB | 17 kB Progress (5): 1.4/2.0 MB | 564/592 kB | 130 kB | 315 kB | 17 kB Progress (5): 1.4/2.0 MB | 569/592 kB | 130 kB | 315 kB | 17 kB Progress (5): 1.4/2.0 MB | 573/592 kB | 130 kB | 315 kB | 17 kB Progress (5): 1.4/2.0 MB | 577/592 kB | 130 kB | 315 kB | 17 kB Progress (5): 1.4/2.0 MB | 581/592 kB | 130 kB | 315 kB | 17 kB Progress (5): 1.4/2.0 MB | 585/592 kB | 130 kB | 315 kB | 17 kB Progress (5): 1.4/2.0 MB | 585/592 kB | 130 kB | 315 kB | 17 kB Progress (5): 1.4/2.0 MB | 589/592 kB | 130 kB | 315 kB | 17 kB Progress (5): 1.4/2.0 MB | 589/592 kB | 130 kB | 315 kB | 17 kB Progress (5): 1.4/2.0 MB | 592 kB | 130 kB | 315 kB | 17 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/net/lightbody/bmp/littleproxy/1.1.0-beta-bmp-17/littleproxy-1.1.0-beta-bmp-17.jar (130 kB at 2.8 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/jcraft/jzlib/1.1.3/jzlib-1.1.3.jar +Progress (4): 1.4/2.0 MB | 592 kB | 315 kB | 17 kB Progress (4): 1.5/2.0 MB | 592 kB | 315 kB | 17 kB Progress (4): 1.5/2.0 MB | 592 kB | 315 kB | 17 kB Progress (4): 1.5/2.0 MB | 592 kB | 315 kB | 17 kB Progress (4): 1.5/2.0 MB | 592 kB | 315 kB | 17 kB Progress (4): 1.5/2.0 MB | 592 kB | 315 kB | 17 kB Progress (4): 1.5/2.0 MB | 592 kB | 315 kB | 17 kB Progress (4): 1.5/2.0 MB | 592 kB | 315 kB | 17 kB Progress (4): 1.5/2.0 MB | 592 kB | 315 kB | 17 kB Progress (4): 1.5/2.0 MB | 592 kB | 315 kB | 17 kB Progress (4): 1.5/2.0 MB | 592 kB | 315 kB | 17 kB Progress (4): 1.5/2.0 MB | 592 kB | 315 kB | 17 kB Progress (4): 1.5/2.0 MB | 592 kB | 315 kB | 17 kB Progress (4): 1.6/2.0 MB | 592 kB | 315 kB | 17 kB Progress (4): 1.6/2.0 MB | 592 kB | 315 kB | 17 kB Progress (4): 1.6/2.0 MB | 592 kB | 315 kB | 17 kB Progress (4): 1.6/2.0 MB | 592 kB | 315 kB | 17 kB Progress (4): 1.6/2.0 MB | 592 kB | 315 kB | 17 kB Progress (4): 1.6/2.0 MB | 592 kB | 315 kB | 17 kB Progress (4): 1.6/2.0 MB | 592 kB | 315 kB | 17 kB Progress (4): 1.6/2.0 MB | 592 kB | 315 kB | 17 kB Progress (4): 1.6/2.0 MB | 592 kB | 315 kB | 17 kB Progress (4): 1.6/2.0 MB | 592 kB | 315 kB | 17 kB Progress (4): 1.6/2.0 MB | 592 kB | 315 kB | 17 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/dnsjava/dnsjava/2.1.8/dnsjava-2.1.8.jar (315 kB at 6.8 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/netty/netty-all/4.0.51.Final/netty-all-4.0.51.Final.jar +Progress (3): 1.6/2.0 MB | 592 kB | 17 kB Progress (3): 1.6/2.0 MB | 592 kB | 17 kB Progress (3): 1.7/2.0 MB | 592 kB | 17 kB Progress (3): 1.7/2.0 MB | 592 kB | 17 kB Progress (3): 1.7/2.0 MB | 592 kB | 17 kB Progress (3): 1.7/2.0 MB | 592 kB | 17 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/slf4j/jcl-over-slf4j/1.7.25/jcl-over-slf4j-1.7.25.jar (17 kB at 358 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/bouncycastle/bcprov-jdk15on/1.58/bcprov-jdk15on-1.58.jar +Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar (592 kB at 13 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/bouncycastle/bcpkix-jdk15on/1.58/bcpkix-jdk15on-1.58.jar +Progress (1): 1.7/2.0 MB Progress (1): 1.7/2.0 MB Progress (1): 1.7/2.0 MB Progress (1): 1.7/2.0 MB Progress (1): 1.7/2.0 MB Progress (1): 1.7/2.0 MB Progress (1): 1.7/2.0 MB Progress (1): 1.8/2.0 MB Progress (1): 1.8/2.0 MB Progress (1): 1.8/2.0 MB Progress (1): 1.8/2.0 MB Progress (2): 1.8/2.0 MB | 4.1/72 kB Progress (2): 1.8/2.0 MB | 7.8/72 kB Progress (2): 1.8/2.0 MB | 12/72 kB Progress (2): 1.8/2.0 MB | 16/72 kB Progress (2): 1.8/2.0 MB | 20/72 kB Progress (2): 1.8/2.0 MB | 24/72 kB Progress (2): 1.8/2.0 MB | 28/72 kB Progress (2): 1.8/2.0 MB | 32/72 kB Progress (2): 1.8/2.0 MB | 36/72 kB Progress (2): 1.8/2.0 MB | 41/72 kB Progress (2): 1.8/2.0 MB | 45/72 kB Progress (2): 1.8/2.0 MB | 49/72 kB Progress (2): 1.8/2.0 MB | 53/72 kB Progress (2): 1.8/2.0 MB | 57/72 kB Progress (2): 1.8/2.0 MB | 61/72 kB Progress (2): 1.8/2.0 MB | 65/72 kB Progress (2): 1.8/2.0 MB | 69/72 kB Progress (2): 1.8/2.0 MB | 72 kB Progress (2): 1.8/2.0 MB | 72 kB Progress (2): 1.8/2.0 MB | 72 kB Progress (2): 1.8/2.0 MB | 72 kB Progress (2): 1.8/2.0 MB | 72 kB Progress (2): 1.8/2.0 MB | 72 kB Progress (2): 1.8/2.0 MB | 72 kB Progress (2): 1.8/2.0 MB | 72 kB Progress (2): 1.8/2.0 MB | 72 kB Progress (2): 1.9/2.0 MB | 72 kB Progress (2): 1.9/2.0 MB | 72 kB Progress (2): 1.9/2.0 MB | 72 kB Progress (2): 1.9/2.0 MB | 72 kB Progress (2): 1.9/2.0 MB | 72 kB Progress (2): 1.9/2.0 MB | 72 kB Progress (2): 1.9/2.0 MB | 72 kB Progress (2): 1.9/2.0 MB | 72 kB Progress (2): 1.9/2.0 MB | 72 kB Progress (2): 1.9/2.0 MB | 72 kB Progress (2): 1.9/2.0 MB | 72 kB Progress (2): 1.9/2.0 MB | 72 kB Progress (3): 1.9/2.0 MB | 72 kB | 0/4.0 MB Progress (3): 1.9/2.0 MB | 72 kB | 0/4.0 MB Progress (3): 1.9/2.0 MB | 72 kB | 0.1/4.0 MB Progress (3): 1.9/2.0 MB | 72 kB | 0.1/4.0 MB Progress (3): 2.0/2.0 MB | 72 kB | 0.1/4.0 MB Progress (3): 2.0/2.0 MB | 72 kB | 0.1/4.0 MB Progress (4): 2.0/2.0 MB | 72 kB | 0.1/4.0 MB | 4.1/786 kB Progress (4): 2.0/2.0 MB | 72 kB | 0.1/4.0 MB | 7.8/786 kB Progress (4): 2.0/2.0 MB | 72 kB | 0.1/4.0 MB | 12/786 kB Progress (4): 2.0/2.0 MB | 72 kB | 0.1/4.0 MB | 16/786 kB Progress (4): 2.0/2.0 MB | 72 kB | 0.1/4.0 MB | 20/786 kB Progress (4): 2.0/2.0 MB | 72 kB | 0.1/4.0 MB | 24/786 kB Progress (4): 2.0/2.0 MB | 72 kB | 0.1/4.0 MB | 28/786 kB Progress (4): 2.0/2.0 MB | 72 kB | 0.1/4.0 MB | 32/786 kB Progress (4): 2.0/2.0 MB | 72 kB | 0.1/4.0 MB | 36/786 kB Progress (4): 2.0/2.0 MB | 72 kB | 0.1/4.0 MB | 41/786 kB Progress (4): 2.0/2.0 MB | 72 kB | 0.1/4.0 MB | 41/786 kB Progress (4): 2.0/2.0 MB | 72 kB | 0.1/4.0 MB | 41/786 kB Progress (4): 2.0/2.0 MB | 72 kB | 0.1/4.0 MB | 41/786 kB Progress (4): 2.0/2.0 MB | 72 kB | 0.1/4.0 MB | 41/786 kB Progress (4): 2.0/2.0 MB | 72 kB | 0.1/4.0 MB | 41/786 kB Progress (4): 2.0/2.0 MB | 72 kB | 0.1/4.0 MB | 41/786 kB Progress (4): 2.0/2.0 MB | 72 kB | 0.1/4.0 MB | 41/786 kB Progress (4): 2.0/2.0 MB | 72 kB | 0.1/4.0 MB | 41/786 kB Progress (4): 2.0/2.0 MB | 72 kB | 0.1/4.0 MB | 41/786 kB Progress (4): 2.0 MB | 72 kB | 0.1/4.0 MB | 41/786 kB Progress (5): 2.0 MB | 72 kB | 0.1/4.0 MB | 41/786 kB | 0/2.3 MB Progress (5): 2.0 MB | 72 kB | 0.1/4.0 MB | 41/786 kB | 0/2.3 MB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/jcraft/jzlib/1.1.3/jzlib-1.1.3.jar (72 kB at 1.5 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/net/lightbody/bmp/mitm/2.1.5/mitm-2.1.5.jar +Progress (4): 2.0 MB | 0.1/4.0 MB | 45/786 kB | 0/2.3 MB Progress (4): 2.0 MB | 0.1/4.0 MB | 49/786 kB | 0/2.3 MB Progress (4): 2.0 MB | 0.1/4.0 MB | 53/786 kB | 0/2.3 MB Progress (4): 2.0 MB | 0.1/4.0 MB | 57/786 kB | 0/2.3 MB Progress (4): 2.0 MB | 0.1/4.0 MB | 61/786 kB | 0/2.3 MB Progress (4): 2.0 MB | 0.1/4.0 MB | 65/786 kB | 0/2.3 MB Progress (4): 2.0 MB | 0.1/4.0 MB | 69/786 kB | 0/2.3 MB Progress (4): 2.0 MB | 0.1/4.0 MB | 73/786 kB | 0/2.3 MB Progress (4): 2.0 MB | 0.1/4.0 MB | 77/786 kB | 0/2.3 MB Progress (4): 2.0 MB | 0.1/4.0 MB | 82/786 kB | 0/2.3 MB Progress (4): 2.0 MB | 0.1/4.0 MB | 86/786 kB | 0/2.3 MB Progress (4): 2.0 MB | 0.1/4.0 MB | 90/786 kB | 0/2.3 MB Progress (4): 2.0 MB | 0.1/4.0 MB | 94/786 kB | 0/2.3 MB Progress (4): 2.0 MB | 0.1/4.0 MB | 98/786 kB | 0/2.3 MB Progress (4): 2.0 MB | 0.1/4.0 MB | 102/786 kB | 0/2.3 MB Progress (4): 2.0 MB | 0.1/4.0 MB | 106/786 kB | 0/2.3 MB Progress (4): 2.0 MB | 0.1/4.0 MB | 110/786 kB | 0/2.3 MB Progress (4): 2.0 MB | 0.1/4.0 MB | 114/786 kB | 0/2.3 MB Progress (4): 2.0 MB | 0.1/4.0 MB | 118/786 kB | 0/2.3 MB Progress (4): 2.0 MB | 0.1/4.0 MB | 122/786 kB | 0/2.3 MB Progress (4): 2.0 MB | 0.1/4.0 MB | 127/786 kB | 0/2.3 MB Progress (4): 2.0 MB | 0.1/4.0 MB | 131/786 kB | 0/2.3 MB Progress (4): 2.0 MB | 0.1/4.0 MB | 131/786 kB | 0/2.3 MB Progress (4): 2.0 MB | 0.1/4.0 MB | 131/786 kB | 0.1/2.3 MB Progress (4): 2.0 MB | 0.1/4.0 MB | 131/786 kB | 0.1/2.3 MB Progress (4): 2.0 MB | 0.1/4.0 MB | 131/786 kB | 0.1/2.3 MB Progress (4): 2.0 MB | 0.1/4.0 MB | 131/786 kB | 0.1/2.3 MB Progress (4): 2.0 MB | 0.1/4.0 MB | 131/786 kB | 0.1/2.3 MB Progress (4): 2.0 MB | 0.2/4.0 MB | 131/786 kB | 0.1/2.3 MB Progress (4): 2.0 MB | 0.2/4.0 MB | 131/786 kB | 0.1/2.3 MB Progress (4): 2.0 MB | 0.2/4.0 MB | 131/786 kB | 0.1/2.3 MB Progress (4): 2.0 MB | 0.2/4.0 MB | 131/786 kB | 0.1/2.3 MB Progress (4): 2.0 MB | 0.3/4.0 MB | 131/786 kB | 0.1/2.3 MB Progress (4): 2.0 MB | 0.3/4.0 MB | 131/786 kB | 0.1/2.3 MB Progress (4): 2.0 MB | 0.3/4.0 MB | 131/786 kB | 0.1/2.3 MB Progress (4): 2.0 MB | 0.3/4.0 MB | 131/786 kB | 0.1/2.3 MB Progress (4): 2.0 MB | 0.4/4.0 MB | 131/786 kB | 0.1/2.3 MB Progress (4): 2.0 MB | 0.4/4.0 MB | 131/786 kB | 0.1/2.3 MB Progress (4): 2.0 MB | 0.4/4.0 MB | 131/786 kB | 0.1/2.3 MB Progress (4): 2.0 MB | 0.4/4.0 MB | 135/786 kB | 0.1/2.3 MB Progress (4): 2.0 MB | 0.4/4.0 MB | 139/786 kB | 0.1/2.3 MB Progress (4): 2.0 MB | 0.4/4.0 MB | 143/786 kB | 0.1/2.3 MB Progress (4): 2.0 MB | 0.4/4.0 MB | 147/786 kB | 0.1/2.3 MB Progress (4): 2.0 MB | 0.4/4.0 MB | 151/786 kB | 0.1/2.3 MB Progress (4): 2.0 MB | 0.4/4.0 MB | 155/786 kB | 0.1/2.3 MB Progress (4): 2.0 MB | 0.4/4.0 MB | 159/786 kB | 0.1/2.3 MB Progress (4): 2.0 MB | 0.4/4.0 MB | 163/786 kB | 0.1/2.3 MB Progress (4): 2.0 MB | 0.4/4.0 MB | 168/786 kB | 0.1/2.3 MB Progress (4): 2.0 MB | 0.4/4.0 MB | 172/786 kB | 0.1/2.3 MB Progress (4): 2.0 MB | 0.4/4.0 MB | 176/786 kB | 0.1/2.3 MB Progress (4): 2.0 MB | 0.4/4.0 MB | 180/786 kB | 0.1/2.3 MB Progress (4): 2.0 MB | 0.4/4.0 MB | 184/786 kB | 0.1/2.3 MB Progress (4): 2.0 MB | 0.4/4.0 MB | 188/786 kB | 0.1/2.3 MB Progress (4): 2.0 MB | 0.4/4.0 MB | 192/786 kB | 0.1/2.3 MB Progress (4): 2.0 MB | 0.4/4.0 MB | 196/786 kB | 0.1/2.3 MB Progress (4): 2.0 MB | 0.4/4.0 MB | 200/786 kB | 0.1/2.3 MB Progress (4): 2.0 MB | 0.4/4.0 MB | 204/786 kB | 0.1/2.3 MB Progress (4): 2.0 MB | 0.4/4.0 MB | 208/786 kB | 0.1/2.3 MB Progress (4): 2.0 MB | 0.4/4.0 MB | 213/786 kB | 0.1/2.3 MB Progress (4): 2.0 MB | 0.4/4.0 MB | 217/786 kB | 0.1/2.3 MB Progress (4): 2.0 MB | 0.4/4.0 MB | 221/786 kB | 0.1/2.3 MB Progress (4): 2.0 MB | 0.4/4.0 MB | 225/786 kB | 0.1/2.3 MB Progress (4): 2.0 MB | 0.4/4.0 MB | 229/786 kB | 0.1/2.3 MB Progress (4): 2.0 MB | 0.4/4.0 MB | 233/786 kB | 0.1/2.3 MB Progress (4): 2.0 MB | 0.4/4.0 MB | 237/786 kB | 0.1/2.3 MB Progress (4): 2.0 MB | 0.4/4.0 MB | 241/786 kB | 0.1/2.3 MB Progress (4): 2.0 MB | 0.4/4.0 MB | 245/786 kB | 0.1/2.3 MB Progress (4): 2.0 MB | 0.4/4.0 MB | 245/786 kB | 0.1/2.3 MB Progress (4): 2.0 MB | 0.4/4.0 MB | 245/786 kB | 0.1/2.3 MB Progress (4): 2.0 MB | 0.4/4.0 MB | 245/786 kB | 0.2/2.3 MB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/aspectj/aspectjweaver/1.9.1/aspectjweaver-1.9.1.jar (2.0 MB at 43 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/guava/guava/27.0-jre/guava-27.0-jre.jar +Progress (3): 0.4/4.0 MB | 245/786 kB | 0.2/2.3 MB Progress (3): 0.4/4.0 MB | 245/786 kB | 0.2/2.3 MB Progress (3): 0.4/4.0 MB | 245/786 kB | 0.2/2.3 MB Progress (4): 0.4/4.0 MB | 245/786 kB | 0.2/2.3 MB | 4.1/217 kB Progress (4): 0.4/4.0 MB | 245/786 kB | 0.2/2.3 MB | 7.8/217 kB Progress (4): 0.4/4.0 MB | 245/786 kB | 0.2/2.3 MB | 12/217 kB Progress (4): 0.4/4.0 MB | 245/786 kB | 0.2/2.3 MB | 16/217 kB Progress (4): 0.4/4.0 MB | 245/786 kB | 0.2/2.3 MB | 20/217 kB Progress (4): 0.4/4.0 MB | 245/786 kB | 0.2/2.3 MB | 24/217 kB Progress (4): 0.4/4.0 MB | 245/786 kB | 0.2/2.3 MB | 28/217 kB Progress (4): 0.4/4.0 MB | 245/786 kB | 0.2/2.3 MB | 32/217 kB Progress (4): 0.4/4.0 MB | 245/786 kB | 0.2/2.3 MB | 36/217 kB Progress (4): 0.4/4.0 MB | 245/786 kB | 0.2/2.3 MB | 41/217 kB Progress (4): 0.4/4.0 MB | 245/786 kB | 0.2/2.3 MB | 45/217 kB Progress (4): 0.4/4.0 MB | 245/786 kB | 0.2/2.3 MB | 49/217 kB Progress (4): 0.4/4.0 MB | 245/786 kB | 0.2/2.3 MB | 53/217 kB Progress (4): 0.4/4.0 MB | 245/786 kB | 0.2/2.3 MB | 57/217 kB Progress (4): 0.4/4.0 MB | 245/786 kB | 0.2/2.3 MB | 61/217 kB Progress (4): 0.4/4.0 MB | 245/786 kB | 0.2/2.3 MB | 65/217 kB Progress (4): 0.4/4.0 MB | 245/786 kB | 0.2/2.3 MB | 65/217 kB Progress (4): 0.5/4.0 MB | 245/786 kB | 0.2/2.3 MB | 65/217 kB Progress (4): 0.5/4.0 MB | 245/786 kB | 0.2/2.3 MB | 65/217 kB Progress (4): 0.5/4.0 MB | 245/786 kB | 0.2/2.3 MB | 65/217 kB Progress (4): 0.5/4.0 MB | 245/786 kB | 0.2/2.3 MB | 65/217 kB Progress (4): 0.6/4.0 MB | 245/786 kB | 0.2/2.3 MB | 65/217 kB Progress (4): 0.6/4.0 MB | 249/786 kB | 0.2/2.3 MB | 65/217 kB Progress (4): 0.6/4.0 MB | 254/786 kB | 0.2/2.3 MB | 65/217 kB Progress (4): 0.6/4.0 MB | 258/786 kB | 0.2/2.3 MB | 65/217 kB Progress (4): 0.6/4.0 MB | 262/786 kB | 0.2/2.3 MB | 65/217 kB Progress (4): 0.6/4.0 MB | 266/786 kB | 0.2/2.3 MB | 65/217 kB Progress (4): 0.6/4.0 MB | 270/786 kB | 0.2/2.3 MB | 65/217 kB Progress (4): 0.6/4.0 MB | 274/786 kB | 0.2/2.3 MB | 65/217 kB Progress (4): 0.6/4.0 MB | 278/786 kB | 0.2/2.3 MB | 65/217 kB Progress (4): 0.6/4.0 MB | 282/786 kB | 0.2/2.3 MB | 65/217 kB Progress (4): 0.6/4.0 MB | 286/786 kB | 0.2/2.3 MB | 65/217 kB Progress (4): 0.6/4.0 MB | 290/786 kB | 0.2/2.3 MB | 65/217 kB Progress (4): 0.6/4.0 MB | 295/786 kB | 0.2/2.3 MB | 65/217 kB Progress (4): 0.6/4.0 MB | 299/786 kB | 0.2/2.3 MB | 65/217 kB Progress (4): 0.6/4.0 MB | 303/786 kB | 0.2/2.3 MB | 65/217 kB Progress (4): 0.6/4.0 MB | 307/786 kB | 0.2/2.3 MB | 65/217 kB Progress (4): 0.6/4.0 MB | 311/786 kB | 0.2/2.3 MB | 65/217 kB Progress (4): 0.6/4.0 MB | 315/786 kB | 0.2/2.3 MB | 65/217 kB Progress (4): 0.6/4.0 MB | 319/786 kB | 0.2/2.3 MB | 65/217 kB Progress (4): 0.6/4.0 MB | 323/786 kB | 0.2/2.3 MB | 65/217 kB Progress (4): 0.6/4.0 MB | 327/786 kB | 0.2/2.3 MB | 65/217 kB Progress (4): 0.6/4.0 MB | 331/786 kB | 0.2/2.3 MB | 65/217 kB Progress (4): 0.6/4.0 MB | 335/786 kB | 0.2/2.3 MB | 65/217 kB Progress (4): 0.6/4.0 MB | 340/786 kB | 0.2/2.3 MB | 65/217 kB Progress (4): 0.6/4.0 MB | 344/786 kB | 0.2/2.3 MB | 65/217 kB Progress (4): 0.6/4.0 MB | 348/786 kB | 0.2/2.3 MB | 65/217 kB Progress (4): 0.6/4.0 MB | 352/786 kB | 0.2/2.3 MB | 65/217 kB Progress (4): 0.6/4.0 MB | 356/786 kB | 0.2/2.3 MB | 65/217 kB Progress (4): 0.6/4.0 MB | 360/786 kB | 0.2/2.3 MB | 65/217 kB Progress (4): 0.6/4.0 MB | 360/786 kB | 0.2/2.3 MB | 65/217 kB Progress (4): 0.6/4.0 MB | 360/786 kB | 0.2/2.3 MB | 65/217 kB Progress (4): 0.6/4.0 MB | 360/786 kB | 0.2/2.3 MB | 65/217 kB Progress (4): 0.6/4.0 MB | 360/786 kB | 0.3/2.3 MB | 65/217 kB Progress (4): 0.6/4.0 MB | 360/786 kB | 0.3/2.3 MB | 65/217 kB Progress (4): 0.6/4.0 MB | 360/786 kB | 0.3/2.3 MB | 65/217 kB Progress (4): 0.6/4.0 MB | 360/786 kB | 0.3/2.3 MB | 65/217 kB Progress (4): 0.6/4.0 MB | 360/786 kB | 0.3/2.3 MB | 65/217 kB Progress (4): 0.6/4.0 MB | 360/786 kB | 0.3/2.3 MB | 69/217 kB Progress (4): 0.6/4.0 MB | 360/786 kB | 0.3/2.3 MB | 73/217 kB Progress (4): 0.6/4.0 MB | 360/786 kB | 0.3/2.3 MB | 77/217 kB Progress (4): 0.6/4.0 MB | 360/786 kB | 0.3/2.3 MB | 82/217 kB Progress (4): 0.6/4.0 MB | 360/786 kB | 0.3/2.3 MB | 86/217 kB Progress (4): 0.6/4.0 MB | 360/786 kB | 0.3/2.3 MB | 90/217 kB Progress (4): 0.6/4.0 MB | 360/786 kB | 0.3/2.3 MB | 94/217 kB Progress (4): 0.6/4.0 MB | 360/786 kB | 0.3/2.3 MB | 98/217 kB Progress (4): 0.6/4.0 MB | 360/786 kB | 0.3/2.3 MB | 102/217 kB Progress (4): 0.6/4.0 MB | 360/786 kB | 0.3/2.3 MB | 106/217 kB Progress (4): 0.6/4.0 MB | 360/786 kB | 0.3/2.3 MB | 110/217 kB Progress (4): 0.6/4.0 MB | 360/786 kB | 0.3/2.3 MB | 114/217 kB Progress (4): 0.6/4.0 MB | 360/786 kB | 0.3/2.3 MB | 118/217 kB Progress (4): 0.6/4.0 MB | 360/786 kB | 0.3/2.3 MB | 122/217 kB Progress (4): 0.6/4.0 MB | 360/786 kB | 0.3/2.3 MB | 127/217 kB Progress (4): 0.6/4.0 MB | 360/786 kB | 0.3/2.3 MB | 131/217 kB Progress (4): 0.6/4.0 MB | 360/786 kB | 0.3/2.3 MB | 135/217 kB Progress (4): 0.6/4.0 MB | 360/786 kB | 0.3/2.3 MB | 139/217 kB Progress (4): 0.6/4.0 MB | 360/786 kB | 0.3/2.3 MB | 143/217 kB Progress (4): 0.6/4.0 MB | 360/786 kB | 0.3/2.3 MB | 147/217 kB Progress (4): 0.6/4.0 MB | 360/786 kB | 0.3/2.3 MB | 151/217 kB Progress (4): 0.6/4.0 MB | 360/786 kB | 0.3/2.3 MB | 155/217 kB Progress (4): 0.6/4.0 MB | 360/786 kB | 0.3/2.3 MB | 159/217 kB Progress (4): 0.6/4.0 MB | 360/786 kB | 0.3/2.3 MB | 163/217 kB Progress (4): 0.6/4.0 MB | 360/786 kB | 0.3/2.3 MB | 167/217 kB Progress (4): 0.6/4.0 MB | 360/786 kB | 0.3/2.3 MB | 171/217 kB Progress (4): 0.6/4.0 MB | 360/786 kB | 0.3/2.3 MB | 171/217 kB Progress (4): 0.6/4.0 MB | 360/786 kB | 0.3/2.3 MB | 171/217 kB Progress (4): 0.6/4.0 MB | 360/786 kB | 0.3/2.3 MB | 171/217 kB Progress (4): 0.6/4.0 MB | 360/786 kB | 0.3/2.3 MB | 171/217 kB Progress (4): 0.6/4.0 MB | 360/786 kB | 0.3/2.3 MB | 171/217 kB Progress (4): 0.7/4.0 MB | 360/786 kB | 0.3/2.3 MB | 171/217 kB Progress (4): 0.7/4.0 MB | 360/786 kB | 0.3/2.3 MB | 175/217 kB Progress (4): 0.7/4.0 MB | 360/786 kB | 0.3/2.3 MB | 179/217 kB Progress (4): 0.7/4.0 MB | 360/786 kB | 0.3/2.3 MB | 183/217 kB Progress (4): 0.7/4.0 MB | 360/786 kB | 0.3/2.3 MB | 187/217 kB Progress (4): 0.7/4.0 MB | 360/786 kB | 0.3/2.3 MB | 187/217 kB Progress (4): 0.7/4.0 MB | 364/786 kB | 0.3/2.3 MB | 187/217 kB Progress (4): 0.7/4.0 MB | 368/786 kB | 0.3/2.3 MB | 187/217 kB Progress (4): 0.7/4.0 MB | 372/786 kB | 0.3/2.3 MB | 187/217 kB Progress (4): 0.7/4.0 MB | 376/786 kB | 0.3/2.3 MB | 187/217 kB Progress (4): 0.7/4.0 MB | 381/786 kB | 0.3/2.3 MB | 187/217 kB Progress (4): 0.7/4.0 MB | 385/786 kB | 0.3/2.3 MB | 187/217 kB Progress (4): 0.7/4.0 MB | 389/786 kB | 0.3/2.3 MB | 187/217 kB Progress (4): 0.7/4.0 MB | 393/786 kB | 0.3/2.3 MB | 187/217 kB Progress (4): 0.7/4.0 MB | 397/786 kB | 0.3/2.3 MB | 187/217 kB Progress (4): 0.7/4.0 MB | 401/786 kB | 0.3/2.3 MB | 187/217 kB Progress (4): 0.7/4.0 MB | 405/786 kB | 0.3/2.3 MB | 187/217 kB Progress (4): 0.7/4.0 MB | 409/786 kB | 0.3/2.3 MB | 187/217 kB Progress (4): 0.7/4.0 MB | 413/786 kB | 0.3/2.3 MB | 187/217 kB Progress (4): 0.7/4.0 MB | 417/786 kB | 0.3/2.3 MB | 187/217 kB Progress (4): 0.7/4.0 MB | 421/786 kB | 0.3/2.3 MB | 187/217 kB Progress (4): 0.7/4.0 MB | 426/786 kB | 0.3/2.3 MB | 187/217 kB Progress (4): 0.7/4.0 MB | 430/786 kB | 0.3/2.3 MB | 187/217 kB Progress (4): 0.7/4.0 MB | 434/786 kB | 0.3/2.3 MB | 187/217 kB Progress (4): 0.7/4.0 MB | 438/786 kB | 0.3/2.3 MB | 187/217 kB Progress (4): 0.7/4.0 MB | 442/786 kB | 0.3/2.3 MB | 187/217 kB Progress (4): 0.7/4.0 MB | 446/786 kB | 0.3/2.3 MB | 187/217 kB Progress (4): 0.7/4.0 MB | 450/786 kB | 0.3/2.3 MB | 187/217 kB Progress (4): 0.7/4.0 MB | 454/786 kB | 0.3/2.3 MB | 187/217 kB Progress (4): 0.7/4.0 MB | 458/786 kB | 0.3/2.3 MB | 187/217 kB Progress (4): 0.7/4.0 MB | 462/786 kB | 0.3/2.3 MB | 187/217 kB Progress (4): 0.7/4.0 MB | 467/786 kB | 0.3/2.3 MB | 187/217 kB Progress (4): 0.7/4.0 MB | 471/786 kB | 0.3/2.3 MB | 187/217 kB Progress (4): 0.7/4.0 MB | 475/786 kB | 0.3/2.3 MB | 187/217 kB Progress (4): 0.7/4.0 MB | 475/786 kB | 0.4/2.3 MB | 187/217 kB Progress (4): 0.7/4.0 MB | 475/786 kB | 0.4/2.3 MB | 187/217 kB Progress (4): 0.7/4.0 MB | 475/786 kB | 0.4/2.3 MB | 187/217 kB Progress (4): 0.7/4.0 MB | 475/786 kB | 0.4/2.3 MB | 187/217 kB Progress (4): 0.7/4.0 MB | 475/786 kB | 0.4/2.3 MB | 187/217 kB Progress (4): 0.7/4.0 MB | 475/786 kB | 0.4/2.3 MB | 187/217 kB Progress (4): 0.7/4.0 MB | 475/786 kB | 0.5/2.3 MB | 187/217 kB Progress (4): 0.7/4.0 MB | 475/786 kB | 0.5/2.3 MB | 187/217 kB Progress (4): 0.7/4.0 MB | 475/786 kB | 0.5/2.3 MB | 187/217 kB Progress (4): 0.7/4.0 MB | 475/786 kB | 0.5/2.3 MB | 190/217 kB Progress (4): 0.7/4.0 MB | 475/786 kB | 0.5/2.3 MB | 194/217 kB Progress (4): 0.7/4.0 MB | 475/786 kB | 0.5/2.3 MB | 198/217 kB Progress (4): 0.7/4.0 MB | 475/786 kB | 0.5/2.3 MB | 202/217 kB Progress (4): 0.7/4.0 MB | 475/786 kB | 0.5/2.3 MB | 207/217 kB Progress (4): 0.7/4.0 MB | 475/786 kB | 0.5/2.3 MB | 211/217 kB Progress (4): 0.7/4.0 MB | 475/786 kB | 0.5/2.3 MB | 215/217 kB Progress (4): 0.7/4.0 MB | 475/786 kB | 0.5/2.3 MB | 217 kB Progress (5): 0.7/4.0 MB | 475/786 kB | 0.5/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 0.7/4.0 MB | 475/786 kB | 0.5/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 0.7/4.0 MB | 475/786 kB | 0.5/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 0.7/4.0 MB | 479/786 kB | 0.5/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 0.7/4.0 MB | 483/786 kB | 0.5/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 0.7/4.0 MB | 487/786 kB | 0.5/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 0.7/4.0 MB | 491/786 kB | 0.5/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 0.7/4.0 MB | 491/786 kB | 0.5/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 0.8/4.0 MB | 491/786 kB | 0.5/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 0.8/4.0 MB | 491/786 kB | 0.5/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 0.8/4.0 MB | 491/786 kB | 0.5/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 0.8/4.0 MB | 495/786 kB | 0.5/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 0.8/4.0 MB | 499/786 kB | 0.5/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 0.8/4.0 MB | 503/786 kB | 0.5/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 0.8/4.0 MB | 508/786 kB | 0.5/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 0.8/4.0 MB | 512/786 kB | 0.5/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 0.8/4.0 MB | 516/786 kB | 0.5/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 0.8/4.0 MB | 520/786 kB | 0.5/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 0.8/4.0 MB | 524/786 kB | 0.5/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 0.8/4.0 MB | 528/786 kB | 0.5/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 0.8/4.0 MB | 532/786 kB | 0.5/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 0.8/4.0 MB | 536/786 kB | 0.5/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 0.8/4.0 MB | 540/786 kB | 0.5/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 0.8/4.0 MB | 544/786 kB | 0.5/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 0.8/4.0 MB | 548/786 kB | 0.5/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 0.8/4.0 MB | 553/786 kB | 0.5/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 0.8/4.0 MB | 557/786 kB | 0.5/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 0.8/4.0 MB | 561/786 kB | 0.5/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 0.8/4.0 MB | 565/786 kB | 0.5/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 0.8/4.0 MB | 569/786 kB | 0.5/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 0.8/4.0 MB | 573/786 kB | 0.5/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 0.8/4.0 MB | 577/786 kB | 0.5/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 0.8/4.0 MB | 581/786 kB | 0.5/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 0.8/4.0 MB | 585/786 kB | 0.5/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 0.8/4.0 MB | 589/786 kB | 0.5/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 0.8/4.0 MB | 594/786 kB | 0.5/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 0.8/4.0 MB | 598/786 kB | 0.5/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 0.8/4.0 MB | 602/786 kB | 0.5/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 0.8/4.0 MB | 606/786 kB | 0.5/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 0.8/4.0 MB | 606/786 kB | 0.5/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 0.8/4.0 MB | 606/786 kB | 0.5/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 0.8/4.0 MB | 606/786 kB | 0.6/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 0.8/4.0 MB | 606/786 kB | 0.6/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 0.8/4.0 MB | 606/786 kB | 0.6/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 0.8/4.0 MB | 606/786 kB | 0.6/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 0.8/4.0 MB | 606/786 kB | 0.6/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 0.8/4.0 MB | 606/786 kB | 0.6/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 0.8/4.0 MB | 606/786 kB | 0.7/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 0.8/4.0 MB | 606/786 kB | 0.7/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 0.8/4.0 MB | 606/786 kB | 0.7/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 0.8/4.0 MB | 606/786 kB | 0.7/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 0.8/4.0 MB | 606/786 kB | 0.7/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 0.8/4.0 MB | 606/786 kB | 0.7/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 0.9/4.0 MB | 606/786 kB | 0.7/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 0.9/4.0 MB | 606/786 kB | 0.7/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 0.9/4.0 MB | 610/786 kB | 0.7/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 0.9/4.0 MB | 614/786 kB | 0.7/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 0.9/4.0 MB | 618/786 kB | 0.7/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 0.9/4.0 MB | 622/786 kB | 0.7/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 0.9/4.0 MB | 622/786 kB | 0.7/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 0.9/4.0 MB | 622/786 kB | 0.7/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 0.9/4.0 MB | 622/786 kB | 0.7/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 1.0/4.0 MB | 622/786 kB | 0.7/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 1.0/4.0 MB | 622/786 kB | 0.7/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 1.0/4.0 MB | 626/786 kB | 0.7/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 1.0/4.0 MB | 630/786 kB | 0.7/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 1.0/4.0 MB | 634/786 kB | 0.7/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 1.0/4.0 MB | 639/786 kB | 0.7/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 1.0/4.0 MB | 643/786 kB | 0.7/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 1.0/4.0 MB | 647/786 kB | 0.7/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 1.0/4.0 MB | 651/786 kB | 0.7/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 1.0/4.0 MB | 655/786 kB | 0.7/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 1.0/4.0 MB | 659/786 kB | 0.7/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 1.0/4.0 MB | 663/786 kB | 0.7/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 1.0/4.0 MB | 667/786 kB | 0.7/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 1.0/4.0 MB | 671/786 kB | 0.7/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 1.0/4.0 MB | 675/786 kB | 0.7/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 1.0/4.0 MB | 680/786 kB | 0.7/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 1.0/4.0 MB | 684/786 kB | 0.7/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 1.0/4.0 MB | 688/786 kB | 0.7/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 1.0/4.0 MB | 692/786 kB | 0.7/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 1.0/4.0 MB | 696/786 kB | 0.7/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 1.0/4.0 MB | 700/786 kB | 0.7/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 1.0/4.0 MB | 704/786 kB | 0.7/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 1.0/4.0 MB | 708/786 kB | 0.7/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 1.0/4.0 MB | 712/786 kB | 0.7/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 1.0/4.0 MB | 716/786 kB | 0.7/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 1.0/4.0 MB | 720/786 kB | 0.7/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 1.0/4.0 MB | 725/786 kB | 0.7/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 1.0/4.0 MB | 729/786 kB | 0.7/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 1.0/4.0 MB | 733/786 kB | 0.7/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 1.0/4.0 MB | 737/786 kB | 0.7/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 1.0/4.0 MB | 741/786 kB | 0.7/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 1.0/4.0 MB | 745/786 kB | 0.7/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 1.0/4.0 MB | 749/786 kB | 0.7/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 1.0/4.0 MB | 753/786 kB | 0.7/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 1.0/4.0 MB | 753/786 kB | 0.7/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 1.0/4.0 MB | 753/786 kB | 0.7/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 1.0/4.0 MB | 753/786 kB | 0.8/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 1.0/4.0 MB | 753/786 kB | 0.8/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 1.0/4.0 MB | 753/786 kB | 0.8/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 1.0/4.0 MB | 753/786 kB | 0.8/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 1.0/4.0 MB | 753/786 kB | 0.8/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 1.0/4.0 MB | 753/786 kB | 0.8/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 1.0/4.0 MB | 753/786 kB | 0.9/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 1.0/4.0 MB | 753/786 kB | 0.9/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 1.0/4.0 MB | 753/786 kB | 0.9/2.3 MB | 217 kB | 0/2.7 MB Progress (5): 1.0/4.0 MB | 753/786 kB | 0.9/2.3 MB | 217 kB | 0.1/2.7 MB Progress (5): 1.0/4.0 MB | 753/786 kB | 0.9/2.3 MB | 217 kB | 0.1/2.7 MB Progress (5): 1.0/4.0 MB | 753/786 kB | 0.9/2.3 MB | 217 kB | 0.1/2.7 MB Progress (5): 1.0/4.0 MB | 753/786 kB | 0.9/2.3 MB | 217 kB | 0.1/2.7 MB Progress (5): 1.0/4.0 MB | 753/786 kB | 0.9/2.3 MB | 217 kB | 0.1/2.7 MB Progress (5): 1.0/4.0 MB | 753/786 kB | 0.9/2.3 MB | 217 kB | 0.1/2.7 MB Progress (5): 1.0/4.0 MB | 753/786 kB | 0.9/2.3 MB | 217 kB | 0.1/2.7 MB Progress (5): 1.0/4.0 MB | 753/786 kB | 0.9/2.3 MB | 217 kB | 0.1/2.7 MB Progress (5): 1.0/4.0 MB | 753/786 kB | 0.9/2.3 MB | 217 kB | 0.1/2.7 MB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/net/lightbody/bmp/mitm/2.1.5/mitm-2.1.5.jar (217 kB at 4.5 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/guava/failureaccess/1.0/failureaccess-1.0.jar +Progress (4): 1.1/4.0 MB | 753/786 kB | 0.9/2.3 MB | 0.1/2.7 MB Progress (4): 1.1/4.0 MB | 753/786 kB | 0.9/2.3 MB | 0.1/2.7 MB Progress (4): 1.1/4.0 MB | 753/786 kB | 0.9/2.3 MB | 0.1/2.7 MB Progress (4): 1.1/4.0 MB | 753/786 kB | 0.9/2.3 MB | 0.1/2.7 MB Progress (4): 1.1/4.0 MB | 757/786 kB | 0.9/2.3 MB | 0.1/2.7 MB Progress (4): 1.1/4.0 MB | 761/786 kB | 0.9/2.3 MB | 0.1/2.7 MB Progress (4): 1.1/4.0 MB | 766/786 kB | 0.9/2.3 MB | 0.1/2.7 MB Progress (4): 1.1/4.0 MB | 770/786 kB | 0.9/2.3 MB | 0.1/2.7 MB Progress (4): 1.1/4.0 MB | 774/786 kB | 0.9/2.3 MB | 0.1/2.7 MB Progress (4): 1.1/4.0 MB | 778/786 kB | 0.9/2.3 MB | 0.1/2.7 MB Progress (4): 1.1/4.0 MB | 782/786 kB | 0.9/2.3 MB | 0.1/2.7 MB Progress (4): 1.1/4.0 MB | 786 kB | 0.9/2.3 MB | 0.1/2.7 MB Progress (4): 1.1/4.0 MB | 786 kB | 0.9/2.3 MB | 0.1/2.7 MB Progress (4): 1.1/4.0 MB | 786 kB | 0.9/2.3 MB | 0.1/2.7 MB Progress (4): 1.1/4.0 MB | 786 kB | 1.0/2.3 MB | 0.1/2.7 MB Progress (4): 1.1/4.0 MB | 786 kB | 1.0/2.3 MB | 0.1/2.7 MB Progress (4): 1.1/4.0 MB | 786 kB | 1.0/2.3 MB | 0.1/2.7 MB Progress (4): 1.1/4.0 MB | 786 kB | 1.0/2.3 MB | 0.1/2.7 MB Progress (4): 1.1/4.0 MB | 786 kB | 1.0/2.3 MB | 0.1/2.7 MB Progress (4): 1.1/4.0 MB | 786 kB | 1.0/2.3 MB | 0.1/2.7 MB Progress (4): 1.1/4.0 MB | 786 kB | 1.0/2.3 MB | 0.1/2.7 MB Progress (4): 1.1/4.0 MB | 786 kB | 1.1/2.3 MB | 0.1/2.7 MB Progress (4): 1.1/4.0 MB | 786 kB | 1.1/2.3 MB | 0.1/2.7 MB Progress (4): 1.1/4.0 MB | 786 kB | 1.1/2.3 MB | 0.1/2.7 MB Progress (4): 1.1/4.0 MB | 786 kB | 1.1/2.3 MB | 0.1/2.7 MB Progress (4): 1.1/4.0 MB | 786 kB | 1.1/2.3 MB | 0.2/2.7 MB Progress (4): 1.1/4.0 MB | 786 kB | 1.1/2.3 MB | 0.2/2.7 MB Progress (4): 1.1/4.0 MB | 786 kB | 1.1/2.3 MB | 0.2/2.7 MB Progress (4): 1.1/4.0 MB | 786 kB | 1.1/2.3 MB | 0.2/2.7 MB Progress (4): 1.1/4.0 MB | 786 kB | 1.1/2.3 MB | 0.2/2.7 MB Progress (4): 1.1/4.0 MB | 786 kB | 1.1/2.3 MB | 0.2/2.7 MB Progress (4): 1.2/4.0 MB | 786 kB | 1.1/2.3 MB | 0.2/2.7 MB Progress (4): 1.2/4.0 MB | 786 kB | 1.1/2.3 MB | 0.2/2.7 MB Progress (4): 1.2/4.0 MB | 786 kB | 1.1/2.3 MB | 0.2/2.7 MB Progress (4): 1.2/4.0 MB | 786 kB | 1.1/2.3 MB | 0.2/2.7 MB Progress (4): 1.2/4.0 MB | 786 kB | 1.1/2.3 MB | 0.2/2.7 MB Progress (4): 1.3/4.0 MB | 786 kB | 1.1/2.3 MB | 0.2/2.7 MB Progress (4): 1.3/4.0 MB | 786 kB | 1.1/2.3 MB | 0.2/2.7 MB Progress (4): 1.3/4.0 MB | 786 kB | 1.1/2.3 MB | 0.2/2.7 MB Progress (4): 1.3/4.0 MB | 786 kB | 1.1/2.3 MB | 0.2/2.7 MB Progress (4): 1.3/4.0 MB | 786 kB | 1.2/2.3 MB | 0.2/2.7 MB Progress (4): 1.3/4.0 MB | 786 kB | 1.2/2.3 MB | 0.2/2.7 MB Progress (4): 1.3/4.0 MB | 786 kB | 1.2/2.3 MB | 0.2/2.7 MB Progress (4): 1.3/4.0 MB | 786 kB | 1.2/2.3 MB | 0.2/2.7 MB Progress (4): 1.3/4.0 MB | 786 kB | 1.2/2.3 MB | 0.2/2.7 MB Progress (4): 1.3/4.0 MB | 786 kB | 1.2/2.3 MB | 0.2/2.7 MB Progress (4): 1.3/4.0 MB | 786 kB | 1.3/2.3 MB | 0.2/2.7 MB Progress (4): 1.3/4.0 MB | 786 kB | 1.3/2.3 MB | 0.2/2.7 MB Progress (4): 1.3/4.0 MB | 786 kB | 1.3/2.3 MB | 0.2/2.7 MB Progress (4): 1.3/4.0 MB | 786 kB | 1.3/2.3 MB | 0.2/2.7 MB Progress (4): 1.3/4.0 MB | 786 kB | 1.3/2.3 MB | 0.2/2.7 MB Progress (4): 1.3/4.0 MB | 786 kB | 1.3/2.3 MB | 0.2/2.7 MB Progress (4): 1.3/4.0 MB | 786 kB | 1.3/2.3 MB | 0.3/2.7 MB Progress (4): 1.3/4.0 MB | 786 kB | 1.3/2.3 MB | 0.3/2.7 MB Progress (4): 1.3/4.0 MB | 786 kB | 1.4/2.3 MB | 0.3/2.7 MB Progress (4): 1.3/4.0 MB | 786 kB | 1.4/2.3 MB | 0.3/2.7 MB Progress (4): 1.3/4.0 MB | 786 kB | 1.4/2.3 MB | 0.3/2.7 MB Progress (4): 1.3/4.0 MB | 786 kB | 1.4/2.3 MB | 0.3/2.7 MB Progress (4): 1.3/4.0 MB | 786 kB | 1.4/2.3 MB | 0.3/2.7 MB Progress (4): 1.3/4.0 MB | 786 kB | 1.4/2.3 MB | 0.3/2.7 MB Progress (4): 1.4/4.0 MB | 786 kB | 1.4/2.3 MB | 0.3/2.7 MB Progress (4): 1.4/4.0 MB | 786 kB | 1.4/2.3 MB | 0.3/2.7 MB Progress (4): 1.4/4.0 MB | 786 kB | 1.4/2.3 MB | 0.3/2.7 MB Progress (4): 1.4/4.0 MB | 786 kB | 1.4/2.3 MB | 0.3/2.7 MB Progress (4): 1.4/4.0 MB | 786 kB | 1.4/2.3 MB | 0.3/2.7 MB Progress (4): 1.5/4.0 MB | 786 kB | 1.4/2.3 MB | 0.3/2.7 MB Progress (4): 1.5/4.0 MB | 786 kB | 1.4/2.3 MB | 0.3/2.7 MB Progress (5): 1.5/4.0 MB | 786 kB | 1.4/2.3 MB | 0.3/2.7 MB | 3.7 kB Progress (5): 1.5/4.0 MB | 786 kB | 1.4/2.3 MB | 0.3/2.7 MB | 3.7 kB Progress (5): 1.5/4.0 MB | 786 kB | 1.4/2.3 MB | 0.3/2.7 MB | 3.7 kB Progress (5): 1.5/4.0 MB | 786 kB | 1.4/2.3 MB | 0.3/2.7 MB | 3.7 kB Progress (5): 1.5/4.0 MB | 786 kB | 1.4/2.3 MB | 0.3/2.7 MB | 3.7 kB Progress (5): 1.5/4.0 MB | 786 kB | 1.5/2.3 MB | 0.3/2.7 MB | 3.7 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/bouncycastle/bcpkix-jdk15on/1.58/bcpkix-jdk15on-1.58.jar (786 kB at 16 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar +Progress (4): 1.5/4.0 MB | 1.5/2.3 MB | 0.3/2.7 MB | 3.7 kB Progress (4): 1.5/4.0 MB | 1.5/2.3 MB | 0.3/2.7 MB | 3.7 kB Progress (4): 1.5/4.0 MB | 1.5/2.3 MB | 0.3/2.7 MB | 3.7 kB Progress (4): 1.5/4.0 MB | 1.5/2.3 MB | 0.3/2.7 MB | 3.7 kB Progress (4): 1.5/4.0 MB | 1.5/2.3 MB | 0.3/2.7 MB | 3.7 kB Progress (4): 1.5/4.0 MB | 1.6/2.3 MB | 0.3/2.7 MB | 3.7 kB Progress (4): 1.5/4.0 MB | 1.6/2.3 MB | 0.3/2.7 MB | 3.7 kB Progress (4): 1.5/4.0 MB | 1.6/2.3 MB | 0.3/2.7 MB | 3.7 kB Progress (4): 1.5/4.0 MB | 1.6/2.3 MB | 0.4/2.7 MB | 3.7 kB Progress (4): 1.5/4.0 MB | 1.6/2.3 MB | 0.4/2.7 MB | 3.7 kB Progress (4): 1.5/4.0 MB | 1.6/2.3 MB | 0.4/2.7 MB | 3.7 kB Progress (4): 1.5/4.0 MB | 1.6/2.3 MB | 0.4/2.7 MB | 3.7 kB Progress (4): 1.5/4.0 MB | 1.6/2.3 MB | 0.4/2.7 MB | 3.7 kB Progress (4): 1.5/4.0 MB | 1.6/2.3 MB | 0.4/2.7 MB | 3.7 kB Progress (4): 1.5/4.0 MB | 1.6/2.3 MB | 0.4/2.7 MB | 3.7 kB Progress (4): 1.5/4.0 MB | 1.6/2.3 MB | 0.5/2.7 MB | 3.7 kB Progress (4): 1.5/4.0 MB | 1.6/2.3 MB | 0.5/2.7 MB | 3.7 kB Progress (4): 1.5/4.0 MB | 1.6/2.3 MB | 0.5/2.7 MB | 3.7 kB Progress (4): 1.5/4.0 MB | 1.6/2.3 MB | 0.5/2.7 MB | 3.7 kB Progress (4): 1.5/4.0 MB | 1.6/2.3 MB | 0.5/2.7 MB | 3.7 kB Progress (4): 1.6/4.0 MB | 1.6/2.3 MB | 0.5/2.7 MB | 3.7 kB Progress (4): 1.6/4.0 MB | 1.6/2.3 MB | 0.5/2.7 MB | 3.7 kB Progress (4): 1.6/4.0 MB | 1.6/2.3 MB | 0.5/2.7 MB | 3.7 kB Progress (4): 1.6/4.0 MB | 1.6/2.3 MB | 0.5/2.7 MB | 3.7 kB Progress (4): 1.6/4.0 MB | 1.7/2.3 MB | 0.5/2.7 MB | 3.7 kB Progress (4): 1.6/4.0 MB | 1.7/2.3 MB | 0.5/2.7 MB | 3.7 kB Progress (4): 1.6/4.0 MB | 1.7/2.3 MB | 0.5/2.7 MB | 3.7 kB Progress (4): 1.6/4.0 MB | 1.7/2.3 MB | 0.5/2.7 MB | 3.7 kB Progress (4): 1.6/4.0 MB | 1.7/2.3 MB | 0.5/2.7 MB | 3.7 kB Progress (4): 1.6/4.0 MB | 1.7/2.3 MB | 0.5/2.7 MB | 3.7 kB Progress (4): 1.6/4.0 MB | 1.7/2.3 MB | 0.5/2.7 MB | 3.7 kB Progress (4): 1.6/4.0 MB | 1.8/2.3 MB | 0.5/2.7 MB | 3.7 kB Progress (4): 1.6/4.0 MB | 1.8/2.3 MB | 0.5/2.7 MB | 3.7 kB Progress (4): 1.6/4.0 MB | 1.8/2.3 MB | 0.5/2.7 MB | 3.7 kB Progress (4): 1.6/4.0 MB | 1.8/2.3 MB | 0.5/2.7 MB | 3.7 kB Progress (4): 1.6/4.0 MB | 1.8/2.3 MB | 0.5/2.7 MB | 3.7 kB Progress (4): 1.6/4.0 MB | 1.8/2.3 MB | 0.5/2.7 MB | 3.7 kB Progress (4): 1.6/4.0 MB | 1.9/2.3 MB | 0.5/2.7 MB | 3.7 kB Progress (4): 1.6/4.0 MB | 1.9/2.3 MB | 0.5/2.7 MB | 3.7 kB Progress (4): 1.6/4.0 MB | 1.9/2.3 MB | 0.5/2.7 MB | 3.7 kB Progress (4): 1.6/4.0 MB | 1.9/2.3 MB | 0.5/2.7 MB | 3.7 kB Progress (4): 1.6/4.0 MB | 1.9/2.3 MB | 0.5/2.7 MB | 3.7 kB Progress (4): 1.6/4.0 MB | 1.9/2.3 MB | 0.5/2.7 MB | 3.7 kB Progress (4): 1.6/4.0 MB | 1.9/2.3 MB | 0.5/2.7 MB | 3.7 kB Progress (4): 1.6/4.0 MB | 1.9/2.3 MB | 0.5/2.7 MB | 3.7 kB Progress (4): 1.6/4.0 MB | 1.9/2.3 MB | 0.5/2.7 MB | 3.7 kB Progress (4): 1.6/4.0 MB | 1.9/2.3 MB | 0.6/2.7 MB | 3.7 kB Progress (4): 1.6/4.0 MB | 1.9/2.3 MB | 0.6/2.7 MB | 3.7 kB Progress (4): 1.7/4.0 MB | 1.9/2.3 MB | 0.6/2.7 MB | 3.7 kB Progress (4): 1.7/4.0 MB | 1.9/2.3 MB | 0.6/2.7 MB | 3.7 kB Progress (4): 1.7/4.0 MB | 1.9/2.3 MB | 0.6/2.7 MB | 3.7 kB Progress (4): 1.7/4.0 MB | 1.9/2.3 MB | 0.6/2.7 MB | 3.7 kB Progress (4): 1.7/4.0 MB | 1.9/2.3 MB | 0.6/2.7 MB | 3.7 kB Progress (4): 1.8/4.0 MB | 1.9/2.3 MB | 0.6/2.7 MB | 3.7 kB Progress (4): 1.8/4.0 MB | 1.9/2.3 MB | 0.6/2.7 MB | 3.7 kB Progress (4): 1.8/4.0 MB | 1.9/2.3 MB | 0.6/2.7 MB | 3.7 kB Progress (4): 1.8/4.0 MB | 1.9/2.3 MB | 0.6/2.7 MB | 3.7 kB Progress (4): 1.8/4.0 MB | 2.0/2.3 MB | 0.6/2.7 MB | 3.7 kB Progress (4): 1.8/4.0 MB | 2.0/2.3 MB | 0.6/2.7 MB | 3.7 kB Progress (4): 1.8/4.0 MB | 2.0/2.3 MB | 0.6/2.7 MB | 3.7 kB Progress (4): 1.8/4.0 MB | 2.0/2.3 MB | 0.6/2.7 MB | 3.7 kB Progress (4): 1.8/4.0 MB | 2.0/2.3 MB | 0.6/2.7 MB | 3.7 kB Progress (4): 1.8/4.0 MB | 2.0/2.3 MB | 0.6/2.7 MB | 3.7 kB Progress (4): 1.8/4.0 MB | 2.0/2.3 MB | 0.6/2.7 MB | 3.7 kB Progress (4): 1.8/4.0 MB | 2.1/2.3 MB | 0.6/2.7 MB | 3.7 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/guava/failureaccess/1.0/failureaccess-1.0.jar (3.7 kB at 76 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar +Progress (3): 1.8/4.0 MB | 2.1/2.3 MB | 0.6/2.7 MB Progress (3): 1.8/4.0 MB | 2.1/2.3 MB | 0.6/2.7 MB Progress (3): 1.8/4.0 MB | 2.1/2.3 MB | 0.6/2.7 MB Progress (4): 1.8/4.0 MB | 2.1/2.3 MB | 0.6/2.7 MB | 2.2 kB Progress (4): 1.8/4.0 MB | 2.1/2.3 MB | 0.6/2.7 MB | 2.2 kB Progress (4): 1.8/4.0 MB | 2.1/2.3 MB | 0.6/2.7 MB | 2.2 kB Progress (4): 1.8/4.0 MB | 2.2/2.3 MB | 0.6/2.7 MB | 2.2 kB Progress (4): 1.8/4.0 MB | 2.2/2.3 MB | 0.6/2.7 MB | 2.2 kB Progress (4): 1.8/4.0 MB | 2.2/2.3 MB | 0.6/2.7 MB | 2.2 kB Progress (4): 1.8/4.0 MB | 2.2/2.3 MB | 0.6/2.7 MB | 2.2 kB Progress (4): 1.8/4.0 MB | 2.2/2.3 MB | 0.6/2.7 MB | 2.2 kB Progress (4): 1.8/4.0 MB | 2.2/2.3 MB | 0.6/2.7 MB | 2.2 kB Progress (4): 1.8/4.0 MB | 2.2/2.3 MB | 0.6/2.7 MB | 2.2 kB Progress (4): 1.8/4.0 MB | 2.2/2.3 MB | 0.7/2.7 MB | 2.2 kB Progress (4): 1.8/4.0 MB | 2.2/2.3 MB | 0.7/2.7 MB | 2.2 kB Progress (4): 1.8/4.0 MB | 2.2/2.3 MB | 0.7/2.7 MB | 2.2 kB Progress (4): 1.8/4.0 MB | 2.2/2.3 MB | 0.7/2.7 MB | 2.2 kB Progress (4): 1.9/4.0 MB | 2.2/2.3 MB | 0.7/2.7 MB | 2.2 kB Progress (4): 1.9/4.0 MB | 2.2/2.3 MB | 0.7/2.7 MB | 2.2 kB Progress (4): 1.9/4.0 MB | 2.2/2.3 MB | 0.7/2.7 MB | 2.2 kB Progress (4): 1.9/4.0 MB | 2.2/2.3 MB | 0.7/2.7 MB | 2.2 kB Progress (4): 1.9/4.0 MB | 2.2/2.3 MB | 0.7/2.7 MB | 2.2 kB Progress (4): 1.9/4.0 MB | 2.2/2.3 MB | 0.7/2.7 MB | 2.2 kB Progress (4): 1.9/4.0 MB | 2.3/2.3 MB | 0.7/2.7 MB | 2.2 kB Progress (4): 1.9/4.0 MB | 2.3/2.3 MB | 0.7/2.7 MB | 2.2 kB Progress (4): 1.9/4.0 MB | 2.3/2.3 MB | 0.7/2.7 MB | 2.2 kB Progress (4): 1.9/4.0 MB | 2.3/2.3 MB | 0.7/2.7 MB | 2.2 kB Progress (4): 1.9/4.0 MB | 2.3 MB | 0.7/2.7 MB | 2.2 kB Progress (4): 1.9/4.0 MB | 2.3 MB | 0.7/2.7 MB | 2.2 kB Progress (4): 1.9/4.0 MB | 2.3 MB | 0.7/2.7 MB | 2.2 kB Progress (4): 1.9/4.0 MB | 2.3 MB | 0.7/2.7 MB | 2.2 kB Progress (4): 1.9/4.0 MB | 2.3 MB | 0.7/2.7 MB | 2.2 kB Progress (4): 1.9/4.0 MB | 2.3 MB | 0.8/2.7 MB | 2.2 kB Progress (4): 1.9/4.0 MB | 2.3 MB | 0.8/2.7 MB | 2.2 kB Progress (4): 1.9/4.0 MB | 2.3 MB | 0.8/2.7 MB | 2.2 kB Progress (4): 1.9/4.0 MB | 2.3 MB | 0.8/2.7 MB | 2.2 kB Progress (4): 2.0/4.0 MB | 2.3 MB | 0.8/2.7 MB | 2.2 kB Progress (4): 2.0/4.0 MB | 2.3 MB | 0.8/2.7 MB | 2.2 kB Progress (4): 2.0/4.0 MB | 2.3 MB | 0.8/2.7 MB | 2.2 kB Progress (4): 2.0/4.0 MB | 2.3 MB | 0.8/2.7 MB | 2.2 kB Progress (4): 2.1/4.0 MB | 2.3 MB | 0.8/2.7 MB | 2.2 kB Progress (4): 2.1/4.0 MB | 2.3 MB | 0.8/2.7 MB | 2.2 kB Progress (4): 2.1/4.0 MB | 2.3 MB | 0.8/2.7 MB | 2.2 kB Progress (4): 2.1/4.0 MB | 2.3 MB | 0.8/2.7 MB | 2.2 kB Progress (4): 2.2/4.0 MB | 2.3 MB | 0.8/2.7 MB | 2.2 kB Progress (4): 2.2/4.0 MB | 2.3 MB | 0.8/2.7 MB | 2.2 kB Progress (5): 2.2/4.0 MB | 2.3 MB | 0.8/2.7 MB | 2.2 kB | 4.1/20 kB Progress (5): 2.2/4.0 MB | 2.3 MB | 0.8/2.7 MB | 2.2 kB | 7.8/20 kB Progress (5): 2.2/4.0 MB | 2.3 MB | 0.8/2.7 MB | 2.2 kB | 12/20 kB Progress (5): 2.2/4.0 MB | 2.3 MB | 0.8/2.7 MB | 2.2 kB | 12/20 kB Progress (5): 2.2/4.0 MB | 2.3 MB | 0.8/2.7 MB | 2.2 kB | 16/20 kB Progress (5): 2.2/4.0 MB | 2.3 MB | 0.8/2.7 MB | 2.2 kB | 20 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar (2.2 kB at 44 B/s) +Progress (4): 2.2/4.0 MB | 2.3 MB | 0.9/2.7 MB | 20 kB Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.jar +Progress (4): 2.2/4.0 MB | 2.3 MB | 0.9/2.7 MB | 20 kB Progress (4): 2.2/4.0 MB | 2.3 MB | 0.9/2.7 MB | 20 kB Progress (4): 2.2/4.0 MB | 2.3 MB | 0.9/2.7 MB | 20 kB Progress (4): 2.2/4.0 MB | 2.3 MB | 0.9/2.7 MB | 20 kB Progress (4): 2.2/4.0 MB | 2.3 MB | 0.9/2.7 MB | 20 kB Progress (4): 2.3/4.0 MB | 2.3 MB | 0.9/2.7 MB | 20 kB Progress (4): 2.3/4.0 MB | 2.3 MB | 0.9/2.7 MB | 20 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/netty/netty-all/4.0.51.Final/netty-all-4.0.51.Final.jar (2.3 MB at 47 kB/s) +Progress (3): 2.3/4.0 MB | 0.9/2.7 MB | 20 kB Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.jar +Progress (3): 2.3/4.0 MB | 0.9/2.7 MB | 20 kB Progress (3): 2.3/4.0 MB | 0.9/2.7 MB | 20 kB Progress (3): 2.3/4.0 MB | 1.0/2.7 MB | 20 kB Progress (3): 2.3/4.0 MB | 1.0/2.7 MB | 20 kB Progress (3): 2.3/4.0 MB | 1.0/2.7 MB | 20 kB Progress (3): 2.3/4.0 MB | 1.0/2.7 MB | 20 kB Progress (3): 2.3/4.0 MB | 1.0/2.7 MB | 20 kB Progress (3): 2.4/4.0 MB | 1.0/2.7 MB | 20 kB Progress (3): 2.4/4.0 MB | 1.0/2.7 MB | 20 kB Progress (3): 2.4/4.0 MB | 1.0/2.7 MB | 20 kB Progress (3): 2.4/4.0 MB | 1.0/2.7 MB | 20 kB Progress (3): 2.4/4.0 MB | 1.0/2.7 MB | 20 kB Progress (3): 2.4/4.0 MB | 1.0/2.7 MB | 20 kB Progress (3): 2.4/4.0 MB | 1.0/2.7 MB | 20 kB Progress (3): 2.4/4.0 MB | 1.0/2.7 MB | 20 kB Progress (3): 2.4/4.0 MB | 1.1/2.7 MB | 20 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar (20 kB at 402 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar +Progress (3): 2.4/4.0 MB | 1.1/2.7 MB | 4.1/193 kB Progress (3): 2.4/4.0 MB | 1.1/2.7 MB | 7.8/193 kB Progress (3): 2.5/4.0 MB | 1.1/2.7 MB | 7.8/193 kB Progress (3): 2.5/4.0 MB | 1.1/2.7 MB | 12/193 kB Progress (3): 2.5/4.0 MB | 1.1/2.7 MB | 16/193 kB Progress (3): 2.5/4.0 MB | 1.1/2.7 MB | 16/193 kB Progress (3): 2.5/4.0 MB | 1.1/2.7 MB | 16/193 kB Progress (3): 2.5/4.0 MB | 1.1/2.7 MB | 16/193 kB Progress (3): 2.5/4.0 MB | 1.1/2.7 MB | 16/193 kB Progress (3): 2.5/4.0 MB | 1.1/2.7 MB | 16/193 kB Progress (3): 2.5/4.0 MB | 1.1/2.7 MB | 16/193 kB Progress (3): 2.5/4.0 MB | 1.1/2.7 MB | 16/193 kB Progress (3): 2.5/4.0 MB | 1.1/2.7 MB | 16/193 kB Progress (4): 2.5/4.0 MB | 1.1/2.7 MB | 16/193 kB | 4.1/14 kB Progress (4): 2.5/4.0 MB | 1.1/2.7 MB | 16/193 kB | 7.8/14 kB Progress (4): 2.5/4.0 MB | 1.1/2.7 MB | 16/193 kB | 12/14 kB Progress (4): 2.5/4.0 MB | 1.1/2.7 MB | 16/193 kB | 14 kB Progress (4): 2.5/4.0 MB | 1.1/2.7 MB | 16/193 kB | 14 kB Progress (4): 2.6/4.0 MB | 1.1/2.7 MB | 16/193 kB | 14 kB Progress (4): 2.6/4.0 MB | 1.1/2.7 MB | 20/193 kB | 14 kB Progress (4): 2.6/4.0 MB | 1.1/2.7 MB | 24/193 kB | 14 kB Progress (4): 2.6/4.0 MB | 1.1/2.7 MB | 28/193 kB | 14 kB Progress (4): 2.6/4.0 MB | 1.1/2.7 MB | 32/193 kB | 14 kB Progress (4): 2.6/4.0 MB | 1.1/2.7 MB | 36/193 kB | 14 kB Progress (4): 2.6/4.0 MB | 1.1/2.7 MB | 41/193 kB | 14 kB Progress (4): 2.6/4.0 MB | 1.1/2.7 MB | 41/193 kB | 14 kB Progress (4): 2.6/4.0 MB | 1.2/2.7 MB | 41/193 kB | 14 kB Progress (4): 2.6/4.0 MB | 1.2/2.7 MB | 41/193 kB | 14 kB Progress (4): 2.6/4.0 MB | 1.2/2.7 MB | 41/193 kB | 14 kB Progress (4): 2.7/4.0 MB | 1.2/2.7 MB | 41/193 kB | 14 kB Progress (4): 2.7/4.0 MB | 1.2/2.7 MB | 41/193 kB | 14 kB Progress (4): 2.7/4.0 MB | 1.2/2.7 MB | 41/193 kB | 14 kB Progress (4): 2.7/4.0 MB | 1.2/2.7 MB | 41/193 kB | 14 kB Progress (4): 2.7/4.0 MB | 1.2/2.7 MB | 41/193 kB | 14 kB Progress (4): 2.7/4.0 MB | 1.2/2.7 MB | 41/193 kB | 14 kB Progress (4): 2.7/4.0 MB | 1.2/2.7 MB | 41/193 kB | 14 kB Progress (4): 2.7/4.0 MB | 1.2/2.7 MB | 41/193 kB | 14 kB Progress (4): 2.7/4.0 MB | 1.2/2.7 MB | 45/193 kB | 14 kB Progress (4): 2.7/4.0 MB | 1.2/2.7 MB | 49/193 kB | 14 kB Progress (4): 2.7/4.0 MB | 1.2/2.7 MB | 53/193 kB | 14 kB Progress (4): 2.7/4.0 MB | 1.2/2.7 MB | 57/193 kB | 14 kB Progress (4): 2.7/4.0 MB | 1.2/2.7 MB | 61/193 kB | 14 kB Progress (4): 2.7/4.0 MB | 1.2/2.7 MB | 65/193 kB | 14 kB Progress (4): 2.7/4.0 MB | 1.2/2.7 MB | 69/193 kB | 14 kB Progress (4): 2.7/4.0 MB | 1.2/2.7 MB | 73/193 kB | 14 kB Progress (4): 2.7/4.0 MB | 1.2/2.7 MB | 77/193 kB | 14 kB Progress (4): 2.7/4.0 MB | 1.2/2.7 MB | 82/193 kB | 14 kB Progress (4): 2.7/4.0 MB | 1.2/2.7 MB | 86/193 kB | 14 kB Progress (4): 2.7/4.0 MB | 1.2/2.7 MB | 90/193 kB | 14 kB Progress (4): 2.7/4.0 MB | 1.2/2.7 MB | 94/193 kB | 14 kB Progress (4): 2.7/4.0 MB | 1.2/2.7 MB | 98/193 kB | 14 kB Progress (4): 2.7/4.0 MB | 1.2/2.7 MB | 102/193 kB | 14 kB Progress (4): 2.7/4.0 MB | 1.2/2.7 MB | 106/193 kB | 14 kB Progress (4): 2.7/4.0 MB | 1.2/2.7 MB | 110/193 kB | 14 kB Progress (4): 2.7/4.0 MB | 1.2/2.7 MB | 114/193 kB | 14 kB Progress (4): 2.7/4.0 MB | 1.2/2.7 MB | 114/193 kB | 14 kB Progress (4): 2.7/4.0 MB | 1.3/2.7 MB | 114/193 kB | 14 kB Progress (4): 2.8/4.0 MB | 1.3/2.7 MB | 114/193 kB | 14 kB Progress (4): 2.8/4.0 MB | 1.3/2.7 MB | 114/193 kB | 14 kB Progress (4): 2.8/4.0 MB | 1.3/2.7 MB | 114/193 kB | 14 kB Progress (4): 2.8/4.0 MB | 1.3/2.7 MB | 114/193 kB | 14 kB Progress (4): 2.8/4.0 MB | 1.3/2.7 MB | 114/193 kB | 14 kB Progress (4): 2.8/4.0 MB | 1.3/2.7 MB | 114/193 kB | 14 kB Progress (4): 2.8/4.0 MB | 1.3/2.7 MB | 114/193 kB | 14 kB Progress (4): 2.8/4.0 MB | 1.3/2.7 MB | 114/193 kB | 14 kB Progress (4): 2.8/4.0 MB | 1.3/2.7 MB | 114/193 kB | 14 kB Progress (4): 2.8/4.0 MB | 1.3/2.7 MB | 118/193 kB | 14 kB Progress (4): 2.8/4.0 MB | 1.3/2.7 MB | 122/193 kB | 14 kB Progress (4): 2.8/4.0 MB | 1.3/2.7 MB | 127/193 kB | 14 kB Progress (4): 2.8/4.0 MB | 1.3/2.7 MB | 131/193 kB | 14 kB Progress (4): 2.8/4.0 MB | 1.3/2.7 MB | 135/193 kB | 14 kB Progress (4): 2.8/4.0 MB | 1.3/2.7 MB | 139/193 kB | 14 kB Progress (4): 2.8/4.0 MB | 1.3/2.7 MB | 143/193 kB | 14 kB Progress (4): 2.8/4.0 MB | 1.3/2.7 MB | 147/193 kB | 14 kB Progress (4): 2.8/4.0 MB | 1.3/2.7 MB | 151/193 kB | 14 kB Progress (4): 2.8/4.0 MB | 1.3/2.7 MB | 155/193 kB | 14 kB Progress (4): 2.8/4.0 MB | 1.3/2.7 MB | 159/193 kB | 14 kB Progress (4): 2.8/4.0 MB | 1.3/2.7 MB | 163/193 kB | 14 kB Progress (4): 2.8/4.0 MB | 1.3/2.7 MB | 168/193 kB | 14 kB Progress (4): 2.8/4.0 MB | 1.3/2.7 MB | 172/193 kB | 14 kB Progress (4): 2.8/4.0 MB | 1.3/2.7 MB | 176/193 kB | 14 kB Progress (4): 2.8/4.0 MB | 1.3/2.7 MB | 180/193 kB | 14 kB Progress (4): 2.8/4.0 MB | 1.3/2.7 MB | 184/193 kB | 14 kB Progress (4): 2.8/4.0 MB | 1.3/2.7 MB | 188/193 kB | 14 kB Progress (4): 2.9/4.0 MB | 1.3/2.7 MB | 188/193 kB | 14 kB Progress (4): 2.9/4.0 MB | 1.3/2.7 MB | 192/193 kB | 14 kB Progress (4): 2.9/4.0 MB | 1.3/2.7 MB | 193 kB | 14 kB Progress (4): 2.9/4.0 MB | 1.3/2.7 MB | 193 kB | 14 kB Progress (5): 2.9/4.0 MB | 1.3/2.7 MB | 193 kB | 14 kB | 4.1/8.8 kB Progress (5): 2.9/4.0 MB | 1.3/2.7 MB | 193 kB | 14 kB | 7.8/8.8 kB Progress (5): 2.9/4.0 MB | 1.3/2.7 MB | 193 kB | 14 kB | 8.8 kB Progress (5): 2.9/4.0 MB | 1.4/2.7 MB | 193 kB | 14 kB | 8.8 kB Progress (5): 2.9/4.0 MB | 1.4/2.7 MB | 193 kB | 14 kB | 8.8 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.jar (14 kB at 272 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.jar +Progress (4): 2.9/4.0 MB | 1.4/2.7 MB | 193 kB | 8.8 kB Progress (4): 2.9/4.0 MB | 1.4/2.7 MB | 193 kB | 8.8 kB Progress (4): 3.0/4.0 MB | 1.4/2.7 MB | 193 kB | 8.8 kB Progress (4): 3.0/4.0 MB | 1.4/2.7 MB | 193 kB | 8.8 kB Progress (4): 3.0/4.0 MB | 1.4/2.7 MB | 193 kB | 8.8 kB Progress (4): 3.0/4.0 MB | 1.4/2.7 MB | 193 kB | 8.8 kB Progress (4): 3.0/4.0 MB | 1.4/2.7 MB | 193 kB | 8.8 kB Progress (4): 3.0/4.0 MB | 1.4/2.7 MB | 193 kB | 8.8 kB Progress (4): 3.0/4.0 MB | 1.4/2.7 MB | 193 kB | 8.8 kB Progress (4): 3.0/4.0 MB | 1.4/2.7 MB | 193 kB | 8.8 kB Progress (4): 3.0/4.0 MB | 1.5/2.7 MB | 193 kB | 8.8 kB Progress (4): 3.1/4.0 MB | 1.5/2.7 MB | 193 kB | 8.8 kB Progress (4): 3.1/4.0 MB | 1.5/2.7 MB | 193 kB | 8.8 kB Progress (4): 3.1/4.0 MB | 1.5/2.7 MB | 193 kB | 8.8 kB Progress (4): 3.1/4.0 MB | 1.5/2.7 MB | 193 kB | 8.8 kB Progress (4): 3.1/4.0 MB | 1.5/2.7 MB | 193 kB | 8.8 kB Progress (4): 3.1/4.0 MB | 1.5/2.7 MB | 193 kB | 8.8 kB Progress (4): 3.1/4.0 MB | 1.5/2.7 MB | 193 kB | 8.8 kB Progress (4): 3.1/4.0 MB | 1.5/2.7 MB | 193 kB | 8.8 kB Progress (4): 3.1/4.0 MB | 1.5/2.7 MB | 193 kB | 8.8 kB Progress (4): 3.2/4.0 MB | 1.5/2.7 MB | 193 kB | 8.8 kB Progress (4): 3.2/4.0 MB | 1.6/2.7 MB | 193 kB | 8.8 kB Progress (4): 3.2/4.0 MB | 1.6/2.7 MB | 193 kB | 8.8 kB Progress (4): 3.2/4.0 MB | 1.6/2.7 MB | 193 kB | 8.8 kB Progress (4): 3.2/4.0 MB | 1.6/2.7 MB | 193 kB | 8.8 kB Progress (4): 3.2/4.0 MB | 1.6/2.7 MB | 193 kB | 8.8 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar (8.8 kB at 173 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/firebase/firebase-admin/5.9.0/firebase-admin-5.9.0.jar +Progress (4): 3.2/4.0 MB | 1.6/2.7 MB | 193 kB | 3.4 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.jar (193 kB at 3.8 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/api-client/google-api-client/1.23.0/google-api-client-1.23.0.jar +Progress (3): 3.2/4.0 MB | 1.6/2.7 MB | 3.4 kB Progress (3): 3.2/4.0 MB | 1.6/2.7 MB | 3.4 kB Progress (3): 3.2/4.0 MB | 1.6/2.7 MB | 3.4 kB Progress (3): 3.2/4.0 MB | 1.6/2.7 MB | 3.4 kB Progress (3): 3.3/4.0 MB | 1.6/2.7 MB | 3.4 kB Progress (3): 3.3/4.0 MB | 1.6/2.7 MB | 3.4 kB Progress (3): 3.3/4.0 MB | 1.6/2.7 MB | 3.4 kB Progress (3): 3.3/4.0 MB | 1.7/2.7 MB | 3.4 kB Progress (3): 3.3/4.0 MB | 1.7/2.7 MB | 3.4 kB Progress (3): 3.4/4.0 MB | 1.7/2.7 MB | 3.4 kB Progress (3): 3.4/4.0 MB | 1.7/2.7 MB | 3.4 kB Progress (3): 3.4/4.0 MB | 1.7/2.7 MB | 3.4 kB Progress (3): 3.4/4.0 MB | 1.7/2.7 MB | 3.4 kB Progress (3): 3.4/4.0 MB | 1.7/2.7 MB | 3.4 kB Progress (3): 3.4/4.0 MB | 1.7/2.7 MB | 3.4 kB Progress (3): 3.4/4.0 MB | 1.7/2.7 MB | 3.4 kB Progress (3): 3.4/4.0 MB | 1.7/2.7 MB | 3.4 kB Progress (3): 3.4/4.0 MB | 1.7/2.7 MB | 3.4 kB Progress (3): 3.4/4.0 MB | 1.8/2.7 MB | 3.4 kB Progress (3): 3.5/4.0 MB | 1.8/2.7 MB | 3.4 kB Progress (3): 3.5/4.0 MB | 1.8/2.7 MB | 3.4 kB Progress (3): 3.5/4.0 MB | 1.8/2.7 MB | 3.4 kB Progress (3): 3.5/4.0 MB | 1.8/2.7 MB | 3.4 kB Progress (3): 3.5/4.0 MB | 1.8/2.7 MB | 3.4 kB Progress (3): 3.5/4.0 MB | 1.8/2.7 MB | 3.4 kB Progress (3): 3.5/4.0 MB | 1.8/2.7 MB | 3.4 kB Progress (3): 3.5/4.0 MB | 1.8/2.7 MB | 3.4 kB Progress (3): 3.5/4.0 MB | 1.8/2.7 MB | 3.4 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.jar (3.4 kB at 67 B/s) +Progress (2): 3.6/4.0 MB | 1.8/2.7 MB Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/oauth-client/google-oauth-client/1.23.0/google-oauth-client-1.23.0.jar +Progress (2): 3.6/4.0 MB | 1.9/2.7 MB Progress (3): 3.6/4.0 MB | 1.9/2.7 MB | 4.1/702 kB Progress (3): 3.6/4.0 MB | 1.9/2.7 MB | 7.8/702 kB Progress (3): 3.6/4.0 MB | 1.9/2.7 MB | 12/702 kB Progress (3): 3.6/4.0 MB | 1.9/2.7 MB | 16/702 kB Progress (3): 3.6/4.0 MB | 1.9/2.7 MB | 20/702 kB Progress (3): 3.6/4.0 MB | 1.9/2.7 MB | 24/702 kB Progress (4): 3.6/4.0 MB | 1.9/2.7 MB | 24/702 kB | 4.1/200 kB Progress (4): 3.6/4.0 MB | 1.9/2.7 MB | 24/702 kB | 4.1/200 kB Progress (4): 3.6/4.0 MB | 1.9/2.7 MB | 24/702 kB | 7.8/200 kB Progress (4): 3.6/4.0 MB | 1.9/2.7 MB | 24/702 kB | 12/200 kB Progress (4): 3.6/4.0 MB | 1.9/2.7 MB | 24/702 kB | 16/200 kB Progress (4): 3.6/4.0 MB | 1.9/2.7 MB | 24/702 kB | 16/200 kB Progress (4): 3.6/4.0 MB | 1.9/2.7 MB | 24/702 kB | 16/200 kB Progress (4): 3.7/4.0 MB | 1.9/2.7 MB | 24/702 kB | 16/200 kB Progress (4): 3.7/4.0 MB | 1.9/2.7 MB | 24/702 kB | 16/200 kB Progress (4): 3.7/4.0 MB | 1.9/2.7 MB | 24/702 kB | 16/200 kB Progress (4): 3.7/4.0 MB | 1.9/2.7 MB | 24/702 kB | 16/200 kB Progress (4): 3.7/4.0 MB | 1.9/2.7 MB | 24/702 kB | 16/200 kB Progress (4): 3.7/4.0 MB | 1.9/2.7 MB | 24/702 kB | 16/200 kB Progress (4): 3.7/4.0 MB | 1.9/2.7 MB | 24/702 kB | 16/200 kB Progress (4): 3.7/4.0 MB | 1.9/2.7 MB | 24/702 kB | 16/200 kB Progress (4): 3.7/4.0 MB | 2.0/2.7 MB | 24/702 kB | 16/200 kB Progress (4): 3.7/4.0 MB | 2.0/2.7 MB | 28/702 kB | 16/200 kB Progress (4): 3.7/4.0 MB | 2.0/2.7 MB | 32/702 kB | 16/200 kB Progress (4): 3.7/4.0 MB | 2.0/2.7 MB | 36/702 kB | 16/200 kB Progress (4): 3.7/4.0 MB | 2.0/2.7 MB | 41/702 kB | 16/200 kB Progress (4): 3.7/4.0 MB | 2.0/2.7 MB | 45/702 kB | 16/200 kB Progress (4): 3.7/4.0 MB | 2.0/2.7 MB | 49/702 kB | 16/200 kB Progress (4): 3.7/4.0 MB | 2.0/2.7 MB | 53/702 kB | 16/200 kB Progress (4): 3.7/4.0 MB | 2.0/2.7 MB | 57/702 kB | 16/200 kB Progress (4): 3.7/4.0 MB | 2.0/2.7 MB | 61/702 kB | 16/200 kB Progress (4): 3.7/4.0 MB | 2.0/2.7 MB | 65/702 kB | 16/200 kB Progress (4): 3.7/4.0 MB | 2.0/2.7 MB | 69/702 kB | 16/200 kB Progress (4): 3.7/4.0 MB | 2.0/2.7 MB | 73/702 kB | 16/200 kB Progress (4): 3.7/4.0 MB | 2.0/2.7 MB | 77/702 kB | 16/200 kB Progress (4): 3.7/4.0 MB | 2.0/2.7 MB | 77/702 kB | 16/200 kB Progress (4): 3.7/4.0 MB | 2.0/2.7 MB | 82/702 kB | 16/200 kB Progress (4): 3.7/4.0 MB | 2.0/2.7 MB | 86/702 kB | 16/200 kB Progress (4): 3.7/4.0 MB | 2.0/2.7 MB | 90/702 kB | 16/200 kB Progress (4): 3.7/4.0 MB | 2.0/2.7 MB | 94/702 kB | 16/200 kB Progress (4): 3.7/4.0 MB | 2.0/2.7 MB | 98/702 kB | 16/200 kB Progress (4): 3.7/4.0 MB | 2.0/2.7 MB | 102/702 kB | 16/200 kB Progress (4): 3.7/4.0 MB | 2.0/2.7 MB | 106/702 kB | 16/200 kB Progress (4): 3.7/4.0 MB | 2.0/2.7 MB | 106/702 kB | 20/200 kB Progress (4): 3.7/4.0 MB | 2.0/2.7 MB | 106/702 kB | 24/200 kB Progress (4): 3.7/4.0 MB | 2.0/2.7 MB | 106/702 kB | 28/200 kB Progress (4): 3.7/4.0 MB | 2.0/2.7 MB | 106/702 kB | 32/200 kB Progress (4): 3.7/4.0 MB | 2.0/2.7 MB | 106/702 kB | 36/200 kB Progress (4): 3.7/4.0 MB | 2.0/2.7 MB | 106/702 kB | 41/200 kB Progress (4): 3.7/4.0 MB | 2.0/2.7 MB | 106/702 kB | 45/200 kB Progress (4): 3.7/4.0 MB | 2.0/2.7 MB | 106/702 kB | 49/200 kB Progress (4): 3.7/4.0 MB | 2.0/2.7 MB | 106/702 kB | 53/200 kB Progress (4): 3.7/4.0 MB | 2.0/2.7 MB | 106/702 kB | 57/200 kB Progress (4): 3.8/4.0 MB | 2.0/2.7 MB | 106/702 kB | 57/200 kB Progress (4): 3.8/4.0 MB | 2.0/2.7 MB | 106/702 kB | 57/200 kB Progress (4): 3.8/4.0 MB | 2.0/2.7 MB | 106/702 kB | 57/200 kB Progress (4): 3.8/4.0 MB | 2.0/2.7 MB | 106/702 kB | 57/200 kB Progress (4): 3.8/4.0 MB | 2.0/2.7 MB | 106/702 kB | 57/200 kB Progress (4): 3.8/4.0 MB | 2.0/2.7 MB | 106/702 kB | 57/200 kB Progress (4): 3.8/4.0 MB | 2.0/2.7 MB | 106/702 kB | 57/200 kB Progress (4): 3.8/4.0 MB | 2.0/2.7 MB | 106/702 kB | 57/200 kB Progress (4): 3.8/4.0 MB | 2.0/2.7 MB | 106/702 kB | 57/200 kB Progress (4): 3.8/4.0 MB | 2.0/2.7 MB | 106/702 kB | 57/200 kB Progress (4): 3.8/4.0 MB | 2.1/2.7 MB | 106/702 kB | 57/200 kB Progress (4): 3.9/4.0 MB | 2.1/2.7 MB | 106/702 kB | 57/200 kB Progress (4): 3.9/4.0 MB | 2.1/2.7 MB | 110/702 kB | 57/200 kB Progress (4): 3.9/4.0 MB | 2.1/2.7 MB | 114/702 kB | 57/200 kB Progress (4): 3.9/4.0 MB | 2.1/2.7 MB | 118/702 kB | 57/200 kB Progress (4): 3.9/4.0 MB | 2.1/2.7 MB | 122/702 kB | 57/200 kB Progress (4): 3.9/4.0 MB | 2.1/2.7 MB | 127/702 kB | 57/200 kB Progress (4): 3.9/4.0 MB | 2.1/2.7 MB | 131/702 kB | 57/200 kB Progress (4): 3.9/4.0 MB | 2.1/2.7 MB | 135/702 kB | 57/200 kB Progress (4): 3.9/4.0 MB | 2.1/2.7 MB | 139/702 kB | 57/200 kB Progress (4): 3.9/4.0 MB | 2.1/2.7 MB | 143/702 kB | 57/200 kB Progress (4): 3.9/4.0 MB | 2.1/2.7 MB | 147/702 kB | 57/200 kB Progress (4): 3.9/4.0 MB | 2.1/2.7 MB | 151/702 kB | 57/200 kB Progress (4): 3.9/4.0 MB | 2.1/2.7 MB | 155/702 kB | 57/200 kB Progress (4): 3.9/4.0 MB | 2.1/2.7 MB | 159/702 kB | 57/200 kB Progress (4): 3.9/4.0 MB | 2.1/2.7 MB | 163/702 kB | 57/200 kB Progress (4): 3.9/4.0 MB | 2.1/2.7 MB | 168/702 kB | 57/200 kB Progress (4): 3.9/4.0 MB | 2.1/2.7 MB | 172/702 kB | 57/200 kB Progress (4): 3.9/4.0 MB | 2.1/2.7 MB | 176/702 kB | 57/200 kB Progress (4): 3.9/4.0 MB | 2.1/2.7 MB | 180/702 kB | 57/200 kB Progress (4): 3.9/4.0 MB | 2.1/2.7 MB | 184/702 kB | 57/200 kB Progress (4): 3.9/4.0 MB | 2.1/2.7 MB | 188/702 kB | 57/200 kB Progress (4): 3.9/4.0 MB | 2.1/2.7 MB | 192/702 kB | 57/200 kB Progress (4): 3.9/4.0 MB | 2.1/2.7 MB | 196/702 kB | 57/200 kB Progress (4): 3.9/4.0 MB | 2.1/2.7 MB | 200/702 kB | 57/200 kB Progress (4): 3.9/4.0 MB | 2.1/2.7 MB | 204/702 kB | 57/200 kB Progress (4): 3.9/4.0 MB | 2.1/2.7 MB | 208/702 kB | 57/200 kB Progress (4): 3.9/4.0 MB | 2.1/2.7 MB | 213/702 kB | 57/200 kB Progress (4): 3.9/4.0 MB | 2.1/2.7 MB | 217/702 kB | 57/200 kB Progress (4): 3.9/4.0 MB | 2.1/2.7 MB | 221/702 kB | 57/200 kB Progress (4): 3.9/4.0 MB | 2.1/2.7 MB | 225/702 kB | 57/200 kB Progress (4): 3.9/4.0 MB | 2.1/2.7 MB | 229/702 kB | 57/200 kB Progress (4): 3.9/4.0 MB | 2.1/2.7 MB | 233/702 kB | 57/200 kB Progress (4): 3.9/4.0 MB | 2.1/2.7 MB | 237/702 kB | 57/200 kB Progress (4): 3.9/4.0 MB | 2.1/2.7 MB | 237/702 kB | 61/200 kB Progress (4): 3.9/4.0 MB | 2.1/2.7 MB | 237/702 kB | 65/200 kB Progress (4): 3.9/4.0 MB | 2.1/2.7 MB | 237/702 kB | 69/200 kB Progress (4): 3.9/4.0 MB | 2.1/2.7 MB | 237/702 kB | 73/200 kB Progress (4): 3.9/4.0 MB | 2.1/2.7 MB | 237/702 kB | 77/200 kB Progress (4): 3.9/4.0 MB | 2.1/2.7 MB | 237/702 kB | 82/200 kB Progress (4): 3.9/4.0 MB | 2.1/2.7 MB | 237/702 kB | 86/200 kB Progress (4): 3.9/4.0 MB | 2.1/2.7 MB | 237/702 kB | 90/200 kB Progress (4): 3.9/4.0 MB | 2.1/2.7 MB | 237/702 kB | 94/200 kB Progress (4): 3.9/4.0 MB | 2.1/2.7 MB | 237/702 kB | 98/200 kB Progress (4): 3.9/4.0 MB | 2.1/2.7 MB | 237/702 kB | 102/200 kB Progress (4): 3.9/4.0 MB | 2.1/2.7 MB | 237/702 kB | 106/200 kB Progress (4): 3.9/4.0 MB | 2.1/2.7 MB | 237/702 kB | 110/200 kB Progress (4): 3.9/4.0 MB | 2.1/2.7 MB | 237/702 kB | 114/200 kB Progress (4): 3.9/4.0 MB | 2.1/2.7 MB | 237/702 kB | 118/200 kB Progress (4): 3.9/4.0 MB | 2.1/2.7 MB | 237/702 kB | 122/200 kB Progress (4): 3.9/4.0 MB | 2.1/2.7 MB | 237/702 kB | 126/200 kB Progress (4): 3.9/4.0 MB | 2.1/2.7 MB | 237/702 kB | 126/200 kB Progress (4): 3.9/4.0 MB | 2.1/2.7 MB | 237/702 kB | 126/200 kB Progress (4): 3.9/4.0 MB | 2.1/2.7 MB | 237/702 kB | 126/200 kB Progress (4): 3.9/4.0 MB | 2.1/2.7 MB | 237/702 kB | 126/200 kB Progress (4): 3.9/4.0 MB | 2.1/2.7 MB | 237/702 kB | 126/200 kB Progress (4): 3.9/4.0 MB | 2.1/2.7 MB | 237/702 kB | 126/200 kB Progress (4): 3.9/4.0 MB | 2.2/2.7 MB | 237/702 kB | 126/200 kB Progress (4): 3.9/4.0 MB | 2.2/2.7 MB | 241/702 kB | 126/200 kB Progress (4): 3.9/4.0 MB | 2.2/2.7 MB | 245/702 kB | 126/200 kB Progress (4): 3.9/4.0 MB | 2.2/2.7 MB | 249/702 kB | 126/200 kB Progress (4): 3.9/4.0 MB | 2.2/2.7 MB | 254/702 kB | 126/200 kB Progress (4): 3.9/4.0 MB | 2.2/2.7 MB | 258/702 kB | 126/200 kB Progress (4): 3.9/4.0 MB | 2.2/2.7 MB | 262/702 kB | 126/200 kB Progress (4): 3.9/4.0 MB | 2.2/2.7 MB | 266/702 kB | 126/200 kB Progress (4): 3.9/4.0 MB | 2.2/2.7 MB | 270/702 kB | 126/200 kB Progress (4): 3.9/4.0 MB | 2.2/2.7 MB | 274/702 kB | 126/200 kB Progress (4): 3.9/4.0 MB | 2.2/2.7 MB | 278/702 kB | 126/200 kB Progress (4): 3.9/4.0 MB | 2.2/2.7 MB | 282/702 kB | 126/200 kB Progress (4): 3.9/4.0 MB | 2.2/2.7 MB | 286/702 kB | 126/200 kB Progress (4): 3.9/4.0 MB | 2.2/2.7 MB | 290/702 kB | 126/200 kB Progress (4): 3.9/4.0 MB | 2.2/2.7 MB | 295/702 kB | 126/200 kB Progress (4): 3.9/4.0 MB | 2.2/2.7 MB | 299/702 kB | 126/200 kB Progress (4): 3.9/4.0 MB | 2.2/2.7 MB | 303/702 kB | 126/200 kB Progress (4): 3.9/4.0 MB | 2.2/2.7 MB | 307/702 kB | 126/200 kB Progress (4): 3.9/4.0 MB | 2.2/2.7 MB | 311/702 kB | 126/200 kB Progress (4): 3.9/4.0 MB | 2.2/2.7 MB | 315/702 kB | 126/200 kB Progress (4): 3.9/4.0 MB | 2.2/2.7 MB | 319/702 kB | 126/200 kB Progress (4): 3.9/4.0 MB | 2.2/2.7 MB | 323/702 kB | 126/200 kB Progress (4): 3.9/4.0 MB | 2.2/2.7 MB | 327/702 kB | 126/200 kB Progress (4): 3.9/4.0 MB | 2.2/2.7 MB | 331/702 kB | 126/200 kB Progress (4): 3.9/4.0 MB | 2.2/2.7 MB | 335/702 kB | 126/200 kB Progress (4): 3.9/4.0 MB | 2.2/2.7 MB | 340/702 kB | 126/200 kB Progress (4): 3.9/4.0 MB | 2.2/2.7 MB | 344/702 kB | 126/200 kB Progress (4): 3.9/4.0 MB | 2.2/2.7 MB | 348/702 kB | 126/200 kB Progress (4): 3.9/4.0 MB | 2.2/2.7 MB | 352/702 kB | 126/200 kB Progress (4): 3.9/4.0 MB | 2.2/2.7 MB | 356/702 kB | 126/200 kB Progress (4): 3.9/4.0 MB | 2.2/2.7 MB | 360/702 kB | 126/200 kB Progress (4): 3.9/4.0 MB | 2.2/2.7 MB | 364/702 kB | 126/200 kB Progress (4): 3.9/4.0 MB | 2.2/2.7 MB | 368/702 kB | 126/200 kB Progress (4): 3.9/4.0 MB | 2.2/2.7 MB | 372/702 kB | 126/200 kB Progress (4): 3.9/4.0 MB | 2.2/2.7 MB | 376/702 kB | 126/200 kB Progress (4): 3.9/4.0 MB | 2.2/2.7 MB | 381/702 kB | 126/200 kB Progress (4): 3.9/4.0 MB | 2.2/2.7 MB | 385/702 kB | 126/200 kB Progress (4): 3.9/4.0 MB | 2.2/2.7 MB | 389/702 kB | 126/200 kB Progress (4): 3.9/4.0 MB | 2.2/2.7 MB | 393/702 kB | 126/200 kB Progress (4): 3.9/4.0 MB | 2.2/2.7 MB | 397/702 kB | 126/200 kB Progress (4): 3.9/4.0 MB | 2.2/2.7 MB | 401/702 kB | 126/200 kB Progress (4): 3.9/4.0 MB | 2.2/2.7 MB | 405/702 kB | 126/200 kB Progress (4): 3.9/4.0 MB | 2.2/2.7 MB | 409/702 kB | 126/200 kB Progress (4): 3.9/4.0 MB | 2.2/2.7 MB | 413/702 kB | 126/200 kB Progress (4): 3.9/4.0 MB | 2.2/2.7 MB | 417/702 kB | 126/200 kB Progress (4): 3.9/4.0 MB | 2.2/2.7 MB | 421/702 kB | 126/200 kB Progress (4): 3.9/4.0 MB | 2.2/2.7 MB | 426/702 kB | 126/200 kB Progress (4): 3.9/4.0 MB | 2.2/2.7 MB | 430/702 kB | 126/200 kB Progress (4): 3.9/4.0 MB | 2.2/2.7 MB | 434/702 kB | 126/200 kB Progress (4): 3.9/4.0 MB | 2.2/2.7 MB | 434/702 kB | 126/200 kB Progress (4): 3.9/4.0 MB | 2.2/2.7 MB | 434/702 kB | 126/200 kB Progress (4): 3.9/4.0 MB | 2.2/2.7 MB | 434/702 kB | 126/200 kB Progress (4): 3.9/4.0 MB | 2.2/2.7 MB | 434/702 kB | 126/200 kB Progress (4): 4.0 MB | 2.2/2.7 MB | 434/702 kB | 126/200 kB Progress (4): 4.0 MB | 2.2/2.7 MB | 434/702 kB | 126/200 kB Progress (4): 4.0 MB | 2.2/2.7 MB | 434/702 kB | 126/200 kB Progress (4): 4.0 MB | 2.2/2.7 MB | 434/702 kB | 126/200 kB Progress (4): 4.0 MB | 2.2/2.7 MB | 434/702 kB | 126/200 kB Progress (4): 4.0 MB | 2.3/2.7 MB | 434/702 kB | 126/200 kB Progress (4): 4.0 MB | 2.3/2.7 MB | 438/702 kB | 126/200 kB Progress (4): 4.0 MB | 2.3/2.7 MB | 442/702 kB | 126/200 kB Progress (4): 4.0 MB | 2.3/2.7 MB | 446/702 kB | 126/200 kB Progress (4): 4.0 MB | 2.3/2.7 MB | 450/702 kB | 126/200 kB Progress (4): 4.0 MB | 2.3/2.7 MB | 454/702 kB | 126/200 kB Progress (4): 4.0 MB | 2.3/2.7 MB | 458/702 kB | 126/200 kB Progress (4): 4.0 MB | 2.3/2.7 MB | 462/702 kB | 126/200 kB Progress (4): 4.0 MB | 2.3/2.7 MB | 467/702 kB | 126/200 kB Progress (4): 4.0 MB | 2.3/2.7 MB | 471/702 kB | 126/200 kB Progress (4): 4.0 MB | 2.3/2.7 MB | 475/702 kB | 126/200 kB Progress (4): 4.0 MB | 2.3/2.7 MB | 479/702 kB | 126/200 kB Progress (4): 4.0 MB | 2.3/2.7 MB | 483/702 kB | 126/200 kB Progress (4): 4.0 MB | 2.3/2.7 MB | 487/702 kB | 126/200 kB Progress (4): 4.0 MB | 2.3/2.7 MB | 491/702 kB | 126/200 kB Progress (4): 4.0 MB | 2.3/2.7 MB | 495/702 kB | 126/200 kB Progress (4): 4.0 MB | 2.3/2.7 MB | 499/702 kB | 126/200 kB Progress (4): 4.0 MB | 2.3/2.7 MB | 503/702 kB | 126/200 kB Progress (4): 4.0 MB | 2.3/2.7 MB | 508/702 kB | 126/200 kB Progress (4): 4.0 MB | 2.3/2.7 MB | 512/702 kB | 126/200 kB Progress (4): 4.0 MB | 2.3/2.7 MB | 516/702 kB | 126/200 kB Progress (4): 4.0 MB | 2.3/2.7 MB | 520/702 kB | 126/200 kB Progress (4): 4.0 MB | 2.3/2.7 MB | 524/702 kB | 126/200 kB Progress (4): 4.0 MB | 2.3/2.7 MB | 528/702 kB | 126/200 kB Progress (4): 4.0 MB | 2.3/2.7 MB | 532/702 kB | 126/200 kB Progress (4): 4.0 MB | 2.3/2.7 MB | 536/702 kB | 126/200 kB Progress (4): 4.0 MB | 2.3/2.7 MB | 540/702 kB | 126/200 kB Progress (4): 4.0 MB | 2.3/2.7 MB | 544/702 kB | 126/200 kB Progress (4): 4.0 MB | 2.3/2.7 MB | 548/702 kB | 126/200 kB Progress (4): 4.0 MB | 2.3/2.7 MB | 553/702 kB | 126/200 kB Progress (4): 4.0 MB | 2.3/2.7 MB | 557/702 kB | 126/200 kB Progress (4): 4.0 MB | 2.3/2.7 MB | 561/702 kB | 126/200 kB Progress (4): 4.0 MB | 2.3/2.7 MB | 565/702 kB | 126/200 kB Progress (5): 4.0 MB | 2.3/2.7 MB | 565/702 kB | 126/200 kB | 4.1/62 kB Progress (5): 4.0 MB | 2.3/2.7 MB | 565/702 kB | 126/200 kB | 7.8/62 kB Progress (5): 4.0 MB | 2.3/2.7 MB | 565/702 kB | 126/200 kB | 12/62 kB Progress (5): 4.0 MB | 2.3/2.7 MB | 565/702 kB | 126/200 kB | 16/62 kB Progress (5): 4.0 MB | 2.3/2.7 MB | 569/702 kB | 126/200 kB | 16/62 kB Progress (5): 4.0 MB | 2.3/2.7 MB | 573/702 kB | 126/200 kB | 16/62 kB Progress (5): 4.0 MB | 2.3/2.7 MB | 577/702 kB | 126/200 kB | 16/62 kB Progress (5): 4.0 MB | 2.3/2.7 MB | 581/702 kB | 126/200 kB | 16/62 kB Progress (5): 4.0 MB | 2.3/2.7 MB | 581/702 kB | 126/200 kB | 20/62 kB Progress (5): 4.0 MB | 2.3/2.7 MB | 581/702 kB | 126/200 kB | 24/62 kB Progress (5): 4.0 MB | 2.3/2.7 MB | 581/702 kB | 126/200 kB | 28/62 kB Progress (5): 4.0 MB | 2.3/2.7 MB | 581/702 kB | 126/200 kB | 32/62 kB Progress (5): 4.0 MB | 2.3/2.7 MB | 581/702 kB | 126/200 kB | 36/62 kB Progress (5): 4.0 MB | 2.3/2.7 MB | 581/702 kB | 126/200 kB | 41/62 kB Progress (5): 4.0 MB | 2.3/2.7 MB | 585/702 kB | 126/200 kB | 41/62 kB Progress (5): 4.0 MB | 2.3/2.7 MB | 589/702 kB | 126/200 kB | 41/62 kB Progress (5): 4.0 MB | 2.3/2.7 MB | 594/702 kB | 126/200 kB | 41/62 kB Progress (5): 4.0 MB | 2.3/2.7 MB | 598/702 kB | 126/200 kB | 41/62 kB Progress (5): 4.0 MB | 2.3/2.7 MB | 602/702 kB | 126/200 kB | 41/62 kB Progress (5): 4.0 MB | 2.3/2.7 MB | 606/702 kB | 126/200 kB | 41/62 kB Progress (5): 4.0 MB | 2.3/2.7 MB | 610/702 kB | 126/200 kB | 41/62 kB Progress (5): 4.0 MB | 2.3/2.7 MB | 614/702 kB | 126/200 kB | 41/62 kB Progress (5): 4.0 MB | 2.3/2.7 MB | 618/702 kB | 126/200 kB | 41/62 kB Progress (5): 4.0 MB | 2.3/2.7 MB | 622/702 kB | 126/200 kB | 41/62 kB Progress (5): 4.0 MB | 2.3/2.7 MB | 626/702 kB | 126/200 kB | 41/62 kB Progress (5): 4.0 MB | 2.3/2.7 MB | 630/702 kB | 126/200 kB | 41/62 kB Progress (5): 4.0 MB | 2.3/2.7 MB | 630/702 kB | 131/200 kB | 41/62 kB Progress (5): 4.0 MB | 2.3/2.7 MB | 630/702 kB | 135/200 kB | 41/62 kB Progress (5): 4.0 MB | 2.3/2.7 MB | 630/702 kB | 139/200 kB | 41/62 kB Progress (5): 4.0 MB | 2.3/2.7 MB | 630/702 kB | 143/200 kB | 41/62 kB Progress (5): 4.0 MB | 2.3/2.7 MB | 630/702 kB | 147/200 kB | 41/62 kB Progress (5): 4.0 MB | 2.3/2.7 MB | 630/702 kB | 151/200 kB | 41/62 kB Progress (5): 4.0 MB | 2.3/2.7 MB | 630/702 kB | 155/200 kB | 41/62 kB Progress (5): 4.0 MB | 2.3/2.7 MB | 630/702 kB | 159/200 kB | 41/62 kB Progress (5): 4.0 MB | 2.3/2.7 MB | 630/702 kB | 163/200 kB | 41/62 kB Progress (5): 4.0 MB | 2.3/2.7 MB | 630/702 kB | 167/200 kB | 41/62 kB Progress (5): 4.0 MB | 2.3/2.7 MB | 630/702 kB | 171/200 kB | 41/62 kB Progress (5): 4.0 MB | 2.3/2.7 MB | 630/702 kB | 176/200 kB | 41/62 kB Progress (5): 4.0 MB | 2.3/2.7 MB | 630/702 kB | 180/200 kB | 41/62 kB Progress (5): 4.0 MB | 2.3/2.7 MB | 630/702 kB | 184/200 kB | 41/62 kB Progress (5): 4.0 MB | 2.3/2.7 MB | 630/702 kB | 188/200 kB | 41/62 kB Progress (5): 4.0 MB | 2.3/2.7 MB | 630/702 kB | 192/200 kB | 41/62 kB Progress (5): 4.0 MB | 2.3/2.7 MB | 630/702 kB | 196/200 kB | 41/62 kB Progress (5): 4.0 MB | 2.3/2.7 MB | 630/702 kB | 200 kB | 41/62 kB Progress (5): 4.0 MB | 2.3/2.7 MB | 634/702 kB | 200 kB | 41/62 kB Progress (5): 4.0 MB | 2.3/2.7 MB | 639/702 kB | 200 kB | 41/62 kB Progress (5): 4.0 MB | 2.3/2.7 MB | 643/702 kB | 200 kB | 41/62 kB Progress (5): 4.0 MB | 2.3/2.7 MB | 647/702 kB | 200 kB | 41/62 kB Progress (5): 4.0 MB | 2.3/2.7 MB | 647/702 kB | 200 kB | 41/62 kB Progress (5): 4.0 MB | 2.3/2.7 MB | 647/702 kB | 200 kB | 41/62 kB Progress (5): 4.0 MB | 2.3/2.7 MB | 647/702 kB | 200 kB | 41/62 kB Progress (5): 4.0 MB | 2.3/2.7 MB | 647/702 kB | 200 kB | 41/62 kB Progress (5): 4.0 MB | 2.3/2.7 MB | 647/702 kB | 200 kB | 41/62 kB Progress (5): 4.0 MB | 2.4/2.7 MB | 647/702 kB | 200 kB | 41/62 kB Progress (5): 4.0 MB | 2.4/2.7 MB | 651/702 kB | 200 kB | 41/62 kB Progress (5): 4.0 MB | 2.4/2.7 MB | 655/702 kB | 200 kB | 41/62 kB Progress (5): 4.0 MB | 2.4/2.7 MB | 659/702 kB | 200 kB | 41/62 kB Progress (5): 4.0 MB | 2.4/2.7 MB | 663/702 kB | 200 kB | 41/62 kB Progress (5): 4.0 MB | 2.4/2.7 MB | 667/702 kB | 200 kB | 41/62 kB Progress (5): 4.0 MB | 2.4/2.7 MB | 671/702 kB | 200 kB | 41/62 kB Progress (5): 4.0 MB | 2.4/2.7 MB | 675/702 kB | 200 kB | 41/62 kB Progress (5): 4.0 MB | 2.4/2.7 MB | 680/702 kB | 200 kB | 41/62 kB Progress (5): 4.0 MB | 2.4/2.7 MB | 684/702 kB | 200 kB | 41/62 kB Progress (5): 4.0 MB | 2.4/2.7 MB | 688/702 kB | 200 kB | 41/62 kB Progress (5): 4.0 MB | 2.4/2.7 MB | 692/702 kB | 200 kB | 41/62 kB Progress (5): 4.0 MB | 2.4/2.7 MB | 696/702 kB | 200 kB | 41/62 kB Progress (5): 4.0 MB | 2.4/2.7 MB | 700/702 kB | 200 kB | 41/62 kB Progress (5): 4.0 MB | 2.4/2.7 MB | 702 kB | 200 kB | 41/62 kB Progress (5): 4.0 MB | 2.4/2.7 MB | 702 kB | 200 kB | 45/62 kB Progress (5): 4.0 MB | 2.4/2.7 MB | 702 kB | 200 kB | 49/62 kB Progress (5): 4.0 MB | 2.4/2.7 MB | 702 kB | 200 kB | 53/62 kB Progress (5): 4.0 MB | 2.4/2.7 MB | 702 kB | 200 kB | 57/62 kB Progress (5): 4.0 MB | 2.4/2.7 MB | 702 kB | 200 kB | 61/62 kB Progress (5): 4.0 MB | 2.4/2.7 MB | 702 kB | 200 kB | 62 kB Progress (5): 4.0 MB | 2.4/2.7 MB | 702 kB | 200 kB | 62 kB Progress (5): 4.0 MB | 2.4/2.7 MB | 702 kB | 200 kB | 62 kB Progress (5): 4.0 MB | 2.4/2.7 MB | 702 kB | 200 kB | 62 kB Progress (5): 4.0 MB | 2.4/2.7 MB | 702 kB | 200 kB | 62 kB Progress (5): 4.0 MB | 2.4/2.7 MB | 702 kB | 200 kB | 62 kB Progress (5): 4.0 MB | 2.5/2.7 MB | 702 kB | 200 kB | 62 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/bouncycastle/bcprov-jdk15on/1.58/bcprov-jdk15on-1.58.jar (4.0 MB at 76 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/http-client/google-http-client-jackson2/1.23.0/google-http-client-jackson2-1.23.0.jar +Progress (4): 2.5/2.7 MB | 702 kB | 200 kB | 62 kB Progress (4): 2.5/2.7 MB | 702 kB | 200 kB | 62 kB Progress (4): 2.5/2.7 MB | 702 kB | 200 kB | 62 kB Progress (4): 2.5/2.7 MB | 702 kB | 200 kB | 62 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/api-client/google-api-client/1.23.0/google-api-client-1.23.0.jar (200 kB at 3.8 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/api-client/google-api-client-gson/1.23.0/google-api-client-gson-1.23.0.jar +Progress (3): 2.5/2.7 MB | 702 kB | 62 kB Progress (3): 2.6/2.7 MB | 702 kB | 62 kB Progress (3): 2.6/2.7 MB | 702 kB | 62 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/firebase/firebase-admin/5.9.0/firebase-admin-5.9.0.jar (702 kB at 13 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/http-client/google-http-client-gson/1.23.0/google-http-client-gson-1.23.0.jar +Progress (2): 2.6/2.7 MB | 62 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/oauth-client/google-oauth-client/1.23.0/google-oauth-client-1.23.0.jar (62 kB at 1.2 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/http-client/google-http-client/1.23.0/google-http-client-1.23.0.jar +Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.7/2.7 MB Progress (1): 2.7/2.7 MB Progress (2): 2.7/2.7 MB | 4.1/6.7 kB Progress (2): 2.7/2.7 MB | 6.7 kB Progress (2): 2.7/2.7 MB | 6.7 kB Progress (2): 2.7/2.7 MB | 6.7 kB Progress (2): 2.7/2.7 MB | 6.7 kB Progress (2): 2.7/2.7 MB | 6.7 kB Progress (2): 2.7 MB | 6.7 kB Progress (3): 2.7 MB | 6.7 kB | 2.7 kB Progress (4): 2.7 MB | 6.7 kB | 2.7 kB | 4.1/8.5 kB Progress (4): 2.7 MB | 6.7 kB | 2.7 kB | 7.8/8.5 kB Progress (4): 2.7 MB | 6.7 kB | 2.7 kB | 8.5 kB Progress (5): 2.7 MB | 6.7 kB | 2.7 kB | 8.5 kB | 4.1/358 kB Progress (5): 2.7 MB | 6.7 kB | 2.7 kB | 8.5 kB | 7.8/358 kB Progress (5): 2.7 MB | 6.7 kB | 2.7 kB | 8.5 kB | 12/358 kB Progress (5): 2.7 MB | 6.7 kB | 2.7 kB | 8.5 kB | 16/358 kB Progress (5): 2.7 MB | 6.7 kB | 2.7 kB | 8.5 kB | 20/358 kB Progress (5): 2.7 MB | 6.7 kB | 2.7 kB | 8.5 kB | 24/358 kB Progress (5): 2.7 MB | 6.7 kB | 2.7 kB | 8.5 kB | 28/358 kB Progress (5): 2.7 MB | 6.7 kB | 2.7 kB | 8.5 kB | 32/358 kB Progress (5): 2.7 MB | 6.7 kB | 2.7 kB | 8.5 kB | 36/358 kB Progress (5): 2.7 MB | 6.7 kB | 2.7 kB | 8.5 kB | 41/358 kB Progress (5): 2.7 MB | 6.7 kB | 2.7 kB | 8.5 kB | 45/358 kB Progress (5): 2.7 MB | 6.7 kB | 2.7 kB | 8.5 kB | 49/358 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/http-client/google-http-client-jackson2/1.23.0/google-http-client-jackson2-1.23.0.jar (6.7 kB at 126 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/api/api-common/1.2.0/api-common-1.2.0.jar +Progress (4): 2.7 MB | 2.7 kB | 8.5 kB | 53/358 kB Progress (4): 2.7 MB | 2.7 kB | 8.5 kB | 57/358 kB Progress (4): 2.7 MB | 2.7 kB | 8.5 kB | 61/358 kB Progress (4): 2.7 MB | 2.7 kB | 8.5 kB | 65/358 kB Progress (4): 2.7 MB | 2.7 kB | 8.5 kB | 69/358 kB Progress (4): 2.7 MB | 2.7 kB | 8.5 kB | 73/358 kB Progress (4): 2.7 MB | 2.7 kB | 8.5 kB | 77/358 kB Progress (4): 2.7 MB | 2.7 kB | 8.5 kB | 82/358 kB Progress (4): 2.7 MB | 2.7 kB | 8.5 kB | 86/358 kB Progress (4): 2.7 MB | 2.7 kB | 8.5 kB | 90/358 kB Progress (4): 2.7 MB | 2.7 kB | 8.5 kB | 94/358 kB Progress (4): 2.7 MB | 2.7 kB | 8.5 kB | 98/358 kB Progress (4): 2.7 MB | 2.7 kB | 8.5 kB | 102/358 kB Progress (4): 2.7 MB | 2.7 kB | 8.5 kB | 106/358 kB Progress (4): 2.7 MB | 2.7 kB | 8.5 kB | 110/358 kB Progress (4): 2.7 MB | 2.7 kB | 8.5 kB | 114/358 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/guava/guava/27.0-jre/guava-27.0-jre.jar (2.7 MB at 52 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/auth/google-auth-library-oauth2-http/0.8.0/google-auth-library-oauth2-http-0.8.0.jar +Progress (3): 2.7 kB | 8.5 kB | 118/358 kB Progress (3): 2.7 kB | 8.5 kB | 122/358 kB Progress (3): 2.7 kB | 8.5 kB | 127/358 kB Progress (3): 2.7 kB | 8.5 kB | 131/358 kB Progress (3): 2.7 kB | 8.5 kB | 135/358 kB Progress (3): 2.7 kB | 8.5 kB | 139/358 kB Progress (3): 2.7 kB | 8.5 kB | 143/358 kB Progress (3): 2.7 kB | 8.5 kB | 146/358 kB Progress (3): 2.7 kB | 8.5 kB | 150/358 kB Progress (3): 2.7 kB | 8.5 kB | 154/358 kB Progress (3): 2.7 kB | 8.5 kB | 158/358 kB Progress (3): 2.7 kB | 8.5 kB | 162/358 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/api-client/google-api-client-gson/1.23.0/google-api-client-gson-1.23.0.jar (2.7 kB at 50 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/auth/google-auth-library-credentials/0.8.0/google-auth-library-credentials-0.8.0.jar +Progress (2): 8.5 kB | 166/358 kB Progress (2): 8.5 kB | 170/358 kB Progress (2): 8.5 kB | 174/358 kB Progress (2): 8.5 kB | 178/358 kB Progress (2): 8.5 kB | 182/358 kB Progress (2): 8.5 kB | 187/358 kB Progress (2): 8.5 kB | 191/358 kB Progress (2): 8.5 kB | 195/358 kB Progress (2): 8.5 kB | 199/358 kB Progress (2): 8.5 kB | 203/358 kB Progress (2): 8.5 kB | 207/358 kB Progress (2): 8.5 kB | 211/358 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/http-client/google-http-client-gson/1.23.0/google-http-client-gson-1.23.0.jar (8.5 kB at 160 B/s) +Progress (1): 215/358 kB Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/cloud/google-cloud-storage/1.15.0/google-cloud-storage-1.15.0.jar +Progress (1): 219/358 kB Progress (1): 223/358 kB Progress (1): 228/358 kB Progress (1): 232/358 kB Progress (1): 236/358 kB Progress (1): 240/358 kB Progress (1): 244/358 kB Progress (1): 248/358 kB Progress (1): 252/358 kB Progress (1): 256/358 kB Progress (1): 260/358 kB Progress (1): 264/358 kB Progress (1): 269/358 kB Progress (1): 273/358 kB Progress (1): 277/358 kB Progress (2): 277/358 kB | 4.1/45 kB Progress (2): 277/358 kB | 7.8/45 kB Progress (2): 277/358 kB | 12/45 kB Progress (2): 277/358 kB | 16/45 kB Progress (2): 277/358 kB | 20/45 kB Progress (2): 277/358 kB | 24/45 kB Progress (2): 277/358 kB | 28/45 kB Progress (2): 277/358 kB | 32/45 kB Progress (2): 277/358 kB | 36/45 kB Progress (2): 277/358 kB | 41/45 kB Progress (2): 277/358 kB | 45 kB Progress (2): 281/358 kB | 45 kB Progress (2): 285/358 kB | 45 kB Progress (2): 289/358 kB | 45 kB Progress (2): 293/358 kB | 45 kB Progress (2): 297/358 kB | 45 kB Progress (2): 301/358 kB | 45 kB Progress (2): 305/358 kB | 45 kB Progress (2): 309/358 kB | 45 kB Progress (2): 314/358 kB | 45 kB Progress (2): 318/358 kB | 45 kB Progress (2): 322/358 kB | 45 kB Progress (2): 326/358 kB | 45 kB Progress (2): 330/358 kB | 45 kB Progress (2): 334/358 kB | 45 kB Progress (2): 338/358 kB | 45 kB Progress (2): 342/358 kB | 45 kB Progress (2): 346/358 kB | 45 kB Progress (2): 350/358 kB | 45 kB Progress (2): 355/358 kB | 45 kB Progress (2): 358 kB | 45 kB Progress (3): 358 kB | 45 kB | 4.1/67 kB Progress (3): 358 kB | 45 kB | 7.8/67 kB Progress (3): 358 kB | 45 kB | 12/67 kB Progress (3): 358 kB | 45 kB | 16/67 kB Progress (3): 358 kB | 45 kB | 20/67 kB Progress (3): 358 kB | 45 kB | 24/67 kB Progress (3): 358 kB | 45 kB | 28/67 kB Progress (3): 358 kB | 45 kB | 32/67 kB Progress (3): 358 kB | 45 kB | 36/67 kB Progress (3): 358 kB | 45 kB | 41/67 kB Progress (3): 358 kB | 45 kB | 45/67 kB Progress (3): 358 kB | 45 kB | 49/67 kB Progress (4): 358 kB | 45 kB | 49/67 kB | 4.1/5.7 kB Progress (4): 358 kB | 45 kB | 53/67 kB | 4.1/5.7 kB Progress (4): 358 kB | 45 kB | 53/67 kB | 5.7 kB Progress (4): 358 kB | 45 kB | 57/67 kB | 5.7 kB Progress (4): 358 kB | 45 kB | 61/67 kB | 5.7 kB Progress (4): 358 kB | 45 kB | 65/67 kB | 5.7 kB Progress (4): 358 kB | 45 kB | 67 kB | 5.7 kB Progress (5): 358 kB | 45 kB | 67 kB | 5.7 kB | 4.1/245 kB Progress (5): 358 kB | 45 kB | 67 kB | 5.7 kB | 7.8/245 kB Progress (5): 358 kB | 45 kB | 67 kB | 5.7 kB | 12/245 kB Progress (5): 358 kB | 45 kB | 67 kB | 5.7 kB | 16/245 kB Progress (5): 358 kB | 45 kB | 67 kB | 5.7 kB | 20/245 kB Progress (5): 358 kB | 45 kB | 67 kB | 5.7 kB | 24/245 kB Progress (5): 358 kB | 45 kB | 67 kB | 5.7 kB | 28/245 kB Progress (5): 358 kB | 45 kB | 67 kB | 5.7 kB | 32/245 kB Progress (5): 358 kB | 45 kB | 67 kB | 5.7 kB | 36/245 kB Progress (5): 358 kB | 45 kB | 67 kB | 5.7 kB | 41/245 kB Progress (5): 358 kB | 45 kB | 67 kB | 5.7 kB | 45/245 kB Progress (5): 358 kB | 45 kB | 67 kB | 5.7 kB | 49/245 kB Progress (5): 358 kB | 45 kB | 67 kB | 5.7 kB | 53/245 kB Progress (5): 358 kB | 45 kB | 67 kB | 5.7 kB | 57/245 kB Progress (5): 358 kB | 45 kB | 67 kB | 5.7 kB | 61/245 kB Progress (5): 358 kB | 45 kB | 67 kB | 5.7 kB | 65/245 kB Progress (5): 358 kB | 45 kB | 67 kB | 5.7 kB | 69/245 kB Progress (5): 358 kB | 45 kB | 67 kB | 5.7 kB | 73/245 kB Progress (5): 358 kB | 45 kB | 67 kB | 5.7 kB | 77/245 kB Progress (5): 358 kB | 45 kB | 67 kB | 5.7 kB | 82/245 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/api/api-common/1.2.0/api-common-1.2.0.jar (45 kB at 831 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/cloud/google-cloud-core/1.15.0/google-cloud-core-1.15.0.jar +Progress (4): 358 kB | 67 kB | 5.7 kB | 86/245 kB Progress (4): 358 kB | 67 kB | 5.7 kB | 90/245 kB Progress (4): 358 kB | 67 kB | 5.7 kB | 94/245 kB Progress (4): 358 kB | 67 kB | 5.7 kB | 98/245 kB Progress (4): 358 kB | 67 kB | 5.7 kB | 102/245 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/http-client/google-http-client/1.23.0/google-http-client-1.23.0.jar (358 kB at 6.7 kB/s) +Progress (3): 67 kB | 5.7 kB | 106/245 kB Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/joda-time/joda-time/2.9.2/joda-time-2.9.2.jar +Progress (3): 67 kB | 5.7 kB | 110/245 kB Progress (3): 67 kB | 5.7 kB | 114/245 kB Progress (3): 67 kB | 5.7 kB | 118/245 kB Progress (3): 67 kB | 5.7 kB | 122/245 kB Progress (3): 67 kB | 5.7 kB | 127/245 kB Progress (3): 67 kB | 5.7 kB | 131/245 kB Progress (3): 67 kB | 5.7 kB | 135/245 kB Progress (3): 67 kB | 5.7 kB | 139/245 kB Progress (3): 67 kB | 5.7 kB | 143/245 kB Progress (3): 67 kB | 5.7 kB | 147/245 kB Progress (3): 67 kB | 5.7 kB | 151/245 kB Progress (3): 67 kB | 5.7 kB | 155/245 kB Progress (3): 67 kB | 5.7 kB | 159/245 kB Progress (3): 67 kB | 5.7 kB | 163/245 kB Progress (3): 67 kB | 5.7 kB | 167/245 kB Progress (3): 67 kB | 5.7 kB | 171/245 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/auth/google-auth-library-oauth2-http/0.8.0/google-auth-library-oauth2-http-0.8.0.jar (67 kB at 1.2 kB/s) +Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/auth/google-auth-library-credentials/0.8.0/google-auth-library-credentials-0.8.0.jar (5.7 kB at 106 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/api/gax/1.16.0/gax-1.16.0.jar +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/protobuf/protobuf-java-util/3.5.1/protobuf-java-util-3.5.1.jar +Progress (1): 175/245 kB Progress (1): 179/245 kB Progress (1): 183/245 kB Progress (1): 187/245 kB Progress (1): 191/245 kB Progress (1): 195/245 kB Progress (1): 200/245 kB Progress (1): 204/245 kB Progress (1): 208/245 kB Progress (1): 212/245 kB Progress (1): 216/245 kB Progress (1): 220/245 kB Progress (1): 224/245 kB Progress (1): 228/245 kB Progress (1): 232/245 kB Progress (1): 236/245 kB Progress (1): 241/245 kB Progress (1): 245/245 kB Progress (1): 245 kB Progress (2): 245 kB | 4.1/119 kB Progress (2): 245 kB | 7.8/119 kB Progress (2): 245 kB | 12/119 kB Progress (2): 245 kB | 16/119 kB Progress (2): 245 kB | 20/119 kB Progress (2): 245 kB | 24/119 kB Progress (2): 245 kB | 28/119 kB Progress (2): 245 kB | 32/119 kB Progress (2): 245 kB | 36/119 kB Progress (2): 245 kB | 41/119 kB Progress (2): 245 kB | 45/119 kB Progress (2): 245 kB | 49/119 kB Progress (2): 245 kB | 53/119 kB Progress (2): 245 kB | 57/119 kB Progress (3): 245 kB | 57/119 kB | 4.1/206 kB Progress (3): 245 kB | 57/119 kB | 7.8/206 kB Progress (3): 245 kB | 57/119 kB | 12/206 kB Progress (3): 245 kB | 57/119 kB | 16/206 kB Progress (3): 245 kB | 57/119 kB | 20/206 kB Progress (3): 245 kB | 57/119 kB | 24/206 kB Progress (3): 245 kB | 57/119 kB | 28/206 kB Progress (3): 245 kB | 57/119 kB | 32/206 kB Progress (3): 245 kB | 57/119 kB | 36/206 kB Progress (3): 245 kB | 57/119 kB | 41/206 kB Progress (3): 245 kB | 57/119 kB | 45/206 kB Progress (3): 245 kB | 57/119 kB | 49/206 kB Progress (3): 245 kB | 57/119 kB | 53/206 kB Progress (3): 245 kB | 57/119 kB | 57/206 kB Progress (3): 245 kB | 57/119 kB | 61/206 kB Progress (3): 245 kB | 57/119 kB | 65/206 kB Progress (3): 245 kB | 57/119 kB | 69/206 kB Progress (3): 245 kB | 57/119 kB | 73/206 kB Progress (3): 245 kB | 57/119 kB | 77/206 kB Progress (3): 245 kB | 57/119 kB | 82/206 kB Progress (3): 245 kB | 57/119 kB | 86/206 kB Progress (3): 245 kB | 57/119 kB | 90/206 kB Progress (3): 245 kB | 57/119 kB | 94/206 kB Progress (3): 245 kB | 57/119 kB | 98/206 kB Progress (3): 245 kB | 61/119 kB | 98/206 kB Progress (3): 245 kB | 65/119 kB | 98/206 kB Progress (3): 245 kB | 69/119 kB | 98/206 kB Progress (3): 245 kB | 73/119 kB | 98/206 kB Progress (3): 245 kB | 77/119 kB | 98/206 kB Progress (3): 245 kB | 82/119 kB | 98/206 kB Progress (3): 245 kB | 86/119 kB | 98/206 kB Progress (3): 245 kB | 90/119 kB | 98/206 kB Progress (3): 245 kB | 94/119 kB | 98/206 kB Progress (3): 245 kB | 98/119 kB | 98/206 kB Progress (3): 245 kB | 102/119 kB | 98/206 kB Progress (3): 245 kB | 106/119 kB | 98/206 kB Progress (3): 245 kB | 110/119 kB | 98/206 kB Progress (3): 245 kB | 114/119 kB | 98/206 kB Progress (3): 245 kB | 118/119 kB | 98/206 kB Progress (3): 245 kB | 119 kB | 98/206 kB Progress (4): 245 kB | 119 kB | 98/206 kB | 4.1/626 kB Progress (4): 245 kB | 119 kB | 98/206 kB | 7.8/626 kB Progress (4): 245 kB | 119 kB | 98/206 kB | 12/626 kB Progress (4): 245 kB | 119 kB | 98/206 kB | 16/626 kB Progress (4): 245 kB | 119 kB | 98/206 kB | 20/626 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/cloud/google-cloud-storage/1.15.0/google-cloud-storage-1.15.0.jar (245 kB at 4.5 kB/s) +Progress (3): 119 kB | 98/206 kB | 24/626 kB Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/api/grpc/proto-google-common-protos/1.0.4/proto-google-common-protos-1.0.4.jar +Progress (3): 119 kB | 98/206 kB | 28/626 kB Progress (3): 119 kB | 98/206 kB | 32/626 kB Progress (3): 119 kB | 98/206 kB | 36/626 kB Progress (3): 119 kB | 98/206 kB | 41/626 kB Progress (3): 119 kB | 102/206 kB | 41/626 kB Progress (3): 119 kB | 106/206 kB | 41/626 kB Progress (3): 119 kB | 110/206 kB | 41/626 kB Progress (3): 119 kB | 114/206 kB | 41/626 kB Progress (3): 119 kB | 118/206 kB | 41/626 kB Progress (3): 119 kB | 122/206 kB | 41/626 kB Progress (3): 119 kB | 127/206 kB | 41/626 kB Progress (3): 119 kB | 131/206 kB | 41/626 kB Progress (3): 119 kB | 135/206 kB | 41/626 kB Progress (3): 119 kB | 139/206 kB | 41/626 kB Progress (3): 119 kB | 143/206 kB | 41/626 kB Progress (3): 119 kB | 147/206 kB | 41/626 kB Progress (3): 119 kB | 151/206 kB | 41/626 kB Progress (3): 119 kB | 155/206 kB | 41/626 kB Progress (3): 119 kB | 159/206 kB | 41/626 kB Progress (3): 119 kB | 163/206 kB | 41/626 kB Progress (3): 119 kB | 168/206 kB | 41/626 kB Progress (3): 119 kB | 172/206 kB | 41/626 kB Progress (3): 119 kB | 176/206 kB | 41/626 kB Progress (3): 119 kB | 180/206 kB | 41/626 kB Progress (3): 119 kB | 184/206 kB | 41/626 kB Progress (3): 119 kB | 188/206 kB | 41/626 kB Progress (3): 119 kB | 192/206 kB | 41/626 kB Progress (3): 119 kB | 196/206 kB | 41/626 kB Progress (3): 119 kB | 196/206 kB | 45/626 kB Progress (3): 119 kB | 196/206 kB | 49/626 kB Progress (3): 119 kB | 196/206 kB | 53/626 kB Progress (3): 119 kB | 196/206 kB | 57/626 kB Progress (3): 119 kB | 196/206 kB | 61/626 kB Progress (3): 119 kB | 196/206 kB | 65/626 kB Progress (3): 119 kB | 196/206 kB | 69/626 kB Progress (3): 119 kB | 196/206 kB | 73/626 kB Progress (3): 119 kB | 196/206 kB | 77/626 kB Progress (3): 119 kB | 196/206 kB | 82/626 kB Progress (3): 119 kB | 196/206 kB | 86/626 kB Progress (3): 119 kB | 196/206 kB | 90/626 kB Progress (3): 119 kB | 200/206 kB | 90/626 kB Progress (3): 119 kB | 204/206 kB | 90/626 kB Progress (3): 119 kB | 206 kB | 90/626 kB Progress (3): 119 kB | 206 kB | 94/626 kB Progress (3): 119 kB | 206 kB | 98/626 kB Progress (3): 119 kB | 206 kB | 102/626 kB Progress (3): 119 kB | 206 kB | 106/626 kB Progress (3): 119 kB | 206 kB | 110/626 kB Progress (3): 119 kB | 206 kB | 114/626 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/cloud/google-cloud-core/1.15.0/google-cloud-core-1.15.0.jar (119 kB at 2.2 kB/s) +Progress (2): 206 kB | 118/626 kB Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/api/grpc/proto-google-iam-v1/0.1.28/proto-google-iam-v1-0.1.28.jar +Progress (2): 206 kB | 122/626 kB Progress (2): 206 kB | 127/626 kB Progress (2): 206 kB | 131/626 kB Progress (2): 206 kB | 135/626 kB Progress (2): 206 kB | 139/626 kB Progress (2): 206 kB | 143/626 kB Progress (2): 206 kB | 147/626 kB Progress (2): 206 kB | 151/626 kB Progress (2): 206 kB | 155/626 kB Progress (2): 206 kB | 159/626 kB Progress (2): 206 kB | 163/626 kB Progress (2): 206 kB | 168/626 kB Progress (2): 206 kB | 172/626 kB Progress (2): 206 kB | 176/626 kB Progress (2): 206 kB | 180/626 kB Progress (2): 206 kB | 184/626 kB Progress (2): 206 kB | 188/626 kB Progress (2): 206 kB | 192/626 kB Progress (2): 206 kB | 196/626 kB Progress (2): 206 kB | 200/626 kB Progress (2): 206 kB | 204/626 kB Progress (3): 206 kB | 204/626 kB | 0/1.1 MB Progress (3): 206 kB | 204/626 kB | 0/1.1 MB Progress (3): 206 kB | 204/626 kB | 0/1.1 MB Progress (3): 206 kB | 204/626 kB | 0/1.1 MB Progress (3): 206 kB | 204/626 kB | 0/1.1 MB Progress (4): 206 kB | 204/626 kB | 0/1.1 MB | 4.1/69 kB Progress (4): 206 kB | 204/626 kB | 0/1.1 MB | 7.8/69 kB Progress (4): 206 kB | 204/626 kB | 0/1.1 MB | 12/69 kB Progress (4): 206 kB | 204/626 kB | 0/1.1 MB | 16/69 kB Progress (4): 206 kB | 204/626 kB | 0/1.1 MB | 20/69 kB Progress (4): 206 kB | 204/626 kB | 0/1.1 MB | 24/69 kB Progress (4): 206 kB | 208/626 kB | 0/1.1 MB | 24/69 kB Progress (4): 206 kB | 213/626 kB | 0/1.1 MB | 24/69 kB Progress (4): 206 kB | 217/626 kB | 0/1.1 MB | 24/69 kB Progress (4): 206 kB | 221/626 kB | 0/1.1 MB | 24/69 kB Progress (4): 206 kB | 225/626 kB | 0/1.1 MB | 24/69 kB Progress (4): 206 kB | 229/626 kB | 0/1.1 MB | 24/69 kB Progress (4): 206 kB | 233/626 kB | 0/1.1 MB | 24/69 kB Progress (4): 206 kB | 237/626 kB | 0/1.1 MB | 24/69 kB Progress (4): 206 kB | 241/626 kB | 0/1.1 MB | 24/69 kB Progress (4): 206 kB | 245/626 kB | 0/1.1 MB | 24/69 kB Progress (4): 206 kB | 249/626 kB | 0/1.1 MB | 24/69 kB Progress (4): 206 kB | 254/626 kB | 0/1.1 MB | 24/69 kB Progress (4): 206 kB | 258/626 kB | 0/1.1 MB | 24/69 kB Progress (4): 206 kB | 261/626 kB | 0/1.1 MB | 24/69 kB Progress (4): 206 kB | 265/626 kB | 0/1.1 MB | 24/69 kB Progress (4): 206 kB | 270/626 kB | 0/1.1 MB | 24/69 kB Progress (4): 206 kB | 274/626 kB | 0/1.1 MB | 24/69 kB Progress (4): 206 kB | 278/626 kB | 0/1.1 MB | 24/69 kB Progress (4): 206 kB | 282/626 kB | 0/1.1 MB | 24/69 kB Progress (4): 206 kB | 286/626 kB | 0/1.1 MB | 24/69 kB Progress (4): 206 kB | 290/626 kB | 0/1.1 MB | 24/69 kB Progress (4): 206 kB | 294/626 kB | 0/1.1 MB | 24/69 kB Progress (4): 206 kB | 298/626 kB | 0/1.1 MB | 24/69 kB Progress (4): 206 kB | 302/626 kB | 0/1.1 MB | 24/69 kB Progress (4): 206 kB | 306/626 kB | 0/1.1 MB | 24/69 kB Progress (4): 206 kB | 310/626 kB | 0/1.1 MB | 24/69 kB Progress (4): 206 kB | 315/626 kB | 0/1.1 MB | 24/69 kB Progress (4): 206 kB | 319/626 kB | 0/1.1 MB | 24/69 kB Progress (4): 206 kB | 319/626 kB | 0/1.1 MB | 24/69 kB Progress (4): 206 kB | 319/626 kB | 0.1/1.1 MB | 24/69 kB Progress (4): 206 kB | 319/626 kB | 0.1/1.1 MB | 24/69 kB Progress (4): 206 kB | 319/626 kB | 0.1/1.1 MB | 24/69 kB Progress (4): 206 kB | 319/626 kB | 0.1/1.1 MB | 24/69 kB Progress (4): 206 kB | 319/626 kB | 0.1/1.1 MB | 24/69 kB Progress (4): 206 kB | 319/626 kB | 0.1/1.1 MB | 24/69 kB Progress (4): 206 kB | 319/626 kB | 0.1/1.1 MB | 24/69 kB Progress (4): 206 kB | 319/626 kB | 0.1/1.1 MB | 24/69 kB Progress (4): 206 kB | 319/626 kB | 0.1/1.1 MB | 24/69 kB Progress (4): 206 kB | 319/626 kB | 0.1/1.1 MB | 24/69 kB Progress (4): 206 kB | 319/626 kB | 0.1/1.1 MB | 24/69 kB Progress (4): 206 kB | 319/626 kB | 0.1/1.1 MB | 24/69 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/api/gax/1.16.0/gax-1.16.0.jar (206 kB at 3.7 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/cloud/google-cloud-core-http/1.15.0/google-cloud-core-http-1.15.0.jar +Progress (3): 319/626 kB | 0.1/1.1 MB | 28/69 kB Progress (3): 319/626 kB | 0.1/1.1 MB | 32/69 kB Progress (3): 319/626 kB | 0.1/1.1 MB | 36/69 kB Progress (3): 319/626 kB | 0.1/1.1 MB | 41/69 kB Progress (3): 323/626 kB | 0.1/1.1 MB | 41/69 kB Progress (3): 327/626 kB | 0.1/1.1 MB | 41/69 kB Progress (3): 331/626 kB | 0.1/1.1 MB | 41/69 kB Progress (3): 335/626 kB | 0.1/1.1 MB | 41/69 kB Progress (3): 339/626 kB | 0.1/1.1 MB | 41/69 kB Progress (3): 343/626 kB | 0.1/1.1 MB | 41/69 kB Progress (3): 347/626 kB | 0.1/1.1 MB | 41/69 kB Progress (3): 351/626 kB | 0.1/1.1 MB | 41/69 kB Progress (3): 356/626 kB | 0.1/1.1 MB | 41/69 kB Progress (3): 360/626 kB | 0.1/1.1 MB | 41/69 kB Progress (3): 364/626 kB | 0.1/1.1 MB | 41/69 kB Progress (3): 368/626 kB | 0.1/1.1 MB | 41/69 kB Progress (3): 372/626 kB | 0.1/1.1 MB | 41/69 kB Progress (3): 376/626 kB | 0.1/1.1 MB | 41/69 kB Progress (3): 380/626 kB | 0.1/1.1 MB | 41/69 kB Progress (3): 384/626 kB | 0.1/1.1 MB | 41/69 kB Progress (3): 388/626 kB | 0.1/1.1 MB | 41/69 kB Progress (3): 392/626 kB | 0.1/1.1 MB | 41/69 kB Progress (3): 396/626 kB | 0.1/1.1 MB | 41/69 kB Progress (3): 401/626 kB | 0.1/1.1 MB | 41/69 kB Progress (3): 405/626 kB | 0.1/1.1 MB | 41/69 kB Progress (3): 409/626 kB | 0.1/1.1 MB | 41/69 kB Progress (3): 413/626 kB | 0.1/1.1 MB | 41/69 kB Progress (3): 417/626 kB | 0.1/1.1 MB | 41/69 kB Progress (3): 421/626 kB | 0.1/1.1 MB | 41/69 kB Progress (3): 425/626 kB | 0.1/1.1 MB | 41/69 kB Progress (3): 429/626 kB | 0.1/1.1 MB | 41/69 kB Progress (3): 433/626 kB | 0.1/1.1 MB | 41/69 kB Progress (3): 437/626 kB | 0.1/1.1 MB | 41/69 kB Progress (3): 442/626 kB | 0.1/1.1 MB | 41/69 kB Progress (3): 446/626 kB | 0.1/1.1 MB | 41/69 kB Progress (3): 450/626 kB | 0.1/1.1 MB | 41/69 kB Progress (4): 450/626 kB | 0.1/1.1 MB | 41/69 kB | 4.1/108 kB Progress (4): 450/626 kB | 0.1/1.1 MB | 41/69 kB | 7.8/108 kB Progress (4): 450/626 kB | 0.1/1.1 MB | 41/69 kB | 12/108 kB Progress (4): 450/626 kB | 0.1/1.1 MB | 41/69 kB | 16/108 kB Progress (4): 450/626 kB | 0.1/1.1 MB | 41/69 kB | 20/108 kB Progress (4): 450/626 kB | 0.1/1.1 MB | 41/69 kB | 24/108 kB Progress (4): 450/626 kB | 0.1/1.1 MB | 41/69 kB | 28/108 kB Progress (4): 450/626 kB | 0.1/1.1 MB | 41/69 kB | 32/108 kB Progress (4): 450/626 kB | 0.1/1.1 MB | 41/69 kB | 36/108 kB Progress (4): 450/626 kB | 0.1/1.1 MB | 41/69 kB | 41/108 kB Progress (4): 450/626 kB | 0.2/1.1 MB | 41/69 kB | 41/108 kB Progress (4): 450/626 kB | 0.2/1.1 MB | 41/69 kB | 41/108 kB Progress (4): 450/626 kB | 0.2/1.1 MB | 41/69 kB | 41/108 kB Progress (4): 450/626 kB | 0.2/1.1 MB | 41/69 kB | 41/108 kB Progress (4): 450/626 kB | 0.2/1.1 MB | 41/69 kB | 41/108 kB Progress (4): 450/626 kB | 0.2/1.1 MB | 41/69 kB | 41/108 kB Progress (4): 450/626 kB | 0.2/1.1 MB | 41/69 kB | 41/108 kB Progress (4): 450/626 kB | 0.2/1.1 MB | 41/69 kB | 41/108 kB Progress (4): 450/626 kB | 0.2/1.1 MB | 41/69 kB | 41/108 kB Progress (4): 450/626 kB | 0.2/1.1 MB | 41/69 kB | 41/108 kB Progress (4): 450/626 kB | 0.2/1.1 MB | 41/69 kB | 41/108 kB Progress (4): 450/626 kB | 0.2/1.1 MB | 41/69 kB | 41/108 kB Progress (4): 450/626 kB | 0.3/1.1 MB | 41/69 kB | 41/108 kB Progress (4): 450/626 kB | 0.3/1.1 MB | 41/69 kB | 41/108 kB Progress (4): 450/626 kB | 0.3/1.1 MB | 41/69 kB | 41/108 kB Progress (4): 450/626 kB | 0.3/1.1 MB | 41/69 kB | 41/108 kB Progress (4): 450/626 kB | 0.3/1.1 MB | 45/69 kB | 41/108 kB Progress (4): 450/626 kB | 0.3/1.1 MB | 49/69 kB | 41/108 kB Progress (4): 450/626 kB | 0.3/1.1 MB | 53/69 kB | 41/108 kB Progress (4): 450/626 kB | 0.3/1.1 MB | 57/69 kB | 41/108 kB Progress (4): 454/626 kB | 0.3/1.1 MB | 57/69 kB | 41/108 kB Progress (4): 458/626 kB | 0.3/1.1 MB | 57/69 kB | 41/108 kB Progress (4): 462/626 kB | 0.3/1.1 MB | 57/69 kB | 41/108 kB Progress (4): 466/626 kB | 0.3/1.1 MB | 57/69 kB | 41/108 kB Progress (4): 470/626 kB | 0.3/1.1 MB | 57/69 kB | 41/108 kB Progress (4): 474/626 kB | 0.3/1.1 MB | 57/69 kB | 41/108 kB Progress (4): 478/626 kB | 0.3/1.1 MB | 57/69 kB | 41/108 kB Progress (4): 482/626 kB | 0.3/1.1 MB | 57/69 kB | 41/108 kB Progress (4): 482/626 kB | 0.3/1.1 MB | 57/69 kB | 45/108 kB Progress (4): 487/626 kB | 0.3/1.1 MB | 57/69 kB | 45/108 kB Progress (4): 487/626 kB | 0.3/1.1 MB | 57/69 kB | 49/108 kB Progress (4): 491/626 kB | 0.3/1.1 MB | 57/69 kB | 49/108 kB Progress (4): 491/626 kB | 0.3/1.1 MB | 57/69 kB | 53/108 kB Progress (4): 495/626 kB | 0.3/1.1 MB | 57/69 kB | 53/108 kB Progress (4): 495/626 kB | 0.3/1.1 MB | 57/69 kB | 57/108 kB Progress (4): 499/626 kB | 0.3/1.1 MB | 57/69 kB | 57/108 kB Progress (4): 503/626 kB | 0.3/1.1 MB | 57/69 kB | 57/108 kB Progress (4): 507/626 kB | 0.3/1.1 MB | 57/69 kB | 57/108 kB Progress (4): 511/626 kB | 0.3/1.1 MB | 57/69 kB | 57/108 kB Progress (4): 515/626 kB | 0.3/1.1 MB | 57/69 kB | 57/108 kB Progress (4): 519/626 kB | 0.3/1.1 MB | 57/69 kB | 57/108 kB Progress (4): 523/626 kB | 0.3/1.1 MB | 57/69 kB | 57/108 kB Progress (4): 528/626 kB | 0.3/1.1 MB | 57/69 kB | 57/108 kB Progress (4): 532/626 kB | 0.3/1.1 MB | 57/69 kB | 57/108 kB Progress (4): 532/626 kB | 0.3/1.1 MB | 57/69 kB | 61/108 kB Progress (4): 532/626 kB | 0.3/1.1 MB | 57/69 kB | 65/108 kB Progress (4): 536/626 kB | 0.3/1.1 MB | 57/69 kB | 65/108 kB Progress (4): 536/626 kB | 0.3/1.1 MB | 57/69 kB | 69/108 kB Progress (4): 540/626 kB | 0.3/1.1 MB | 57/69 kB | 69/108 kB Progress (4): 540/626 kB | 0.3/1.1 MB | 57/69 kB | 73/108 kB Progress (4): 544/626 kB | 0.3/1.1 MB | 57/69 kB | 73/108 kB Progress (4): 548/626 kB | 0.3/1.1 MB | 57/69 kB | 73/108 kB Progress (4): 552/626 kB | 0.3/1.1 MB | 57/69 kB | 73/108 kB Progress (4): 556/626 kB | 0.3/1.1 MB | 57/69 kB | 73/108 kB Progress (4): 560/626 kB | 0.3/1.1 MB | 57/69 kB | 73/108 kB Progress (4): 564/626 kB | 0.3/1.1 MB | 57/69 kB | 73/108 kB Progress (4): 564/626 kB | 0.3/1.1 MB | 57/69 kB | 77/108 kB Progress (4): 564/626 kB | 0.3/1.1 MB | 57/69 kB | 82/108 kB Progress (4): 569/626 kB | 0.3/1.1 MB | 57/69 kB | 82/108 kB Progress (4): 573/626 kB | 0.3/1.1 MB | 57/69 kB | 82/108 kB Progress (4): 577/626 kB | 0.3/1.1 MB | 57/69 kB | 82/108 kB Progress (4): 581/626 kB | 0.3/1.1 MB | 57/69 kB | 82/108 kB Progress (4): 581/626 kB | 0.3/1.1 MB | 57/69 kB | 86/108 kB Progress (4): 581/626 kB | 0.3/1.1 MB | 57/69 kB | 90/108 kB Progress (4): 581/626 kB | 0.3/1.1 MB | 57/69 kB | 94/108 kB Progress (4): 581/626 kB | 0.3/1.1 MB | 57/69 kB | 98/108 kB Progress (4): 581/626 kB | 0.3/1.1 MB | 57/69 kB | 102/108 kB Progress (4): 581/626 kB | 0.3/1.1 MB | 57/69 kB | 106/108 kB Progress (4): 581/626 kB | 0.3/1.1 MB | 57/69 kB | 108 kB Progress (4): 581/626 kB | 0.3/1.1 MB | 57/69 kB | 108 kB Progress (4): 581/626 kB | 0.3/1.1 MB | 57/69 kB | 108 kB Progress (4): 581/626 kB | 0.3/1.1 MB | 57/69 kB | 108 kB Progress (4): 581/626 kB | 0.3/1.1 MB | 57/69 kB | 108 kB Progress (4): 581/626 kB | 0.3/1.1 MB | 57/69 kB | 108 kB Progress (4): 581/626 kB | 0.3/1.1 MB | 57/69 kB | 108 kB Progress (4): 581/626 kB | 0.3/1.1 MB | 57/69 kB | 108 kB Progress (4): 581/626 kB | 0.3/1.1 MB | 57/69 kB | 108 kB Progress (4): 581/626 kB | 0.4/1.1 MB | 57/69 kB | 108 kB Progress (4): 581/626 kB | 0.4/1.1 MB | 57/69 kB | 108 kB Progress (4): 581/626 kB | 0.4/1.1 MB | 57/69 kB | 108 kB Progress (4): 581/626 kB | 0.4/1.1 MB | 57/69 kB | 108 kB Progress (4): 581/626 kB | 0.4/1.1 MB | 57/69 kB | 108 kB Progress (4): 581/626 kB | 0.4/1.1 MB | 57/69 kB | 108 kB Progress (4): 581/626 kB | 0.4/1.1 MB | 57/69 kB | 108 kB Progress (4): 581/626 kB | 0.4/1.1 MB | 57/69 kB | 108 kB Progress (4): 581/626 kB | 0.4/1.1 MB | 57/69 kB | 108 kB Progress (4): 581/626 kB | 0.4/1.1 MB | 61/69 kB | 108 kB Progress (4): 581/626 kB | 0.4/1.1 MB | 61/69 kB | 108 kB Progress (4): 581/626 kB | 0.4/1.1 MB | 65/69 kB | 108 kB Progress (4): 581/626 kB | 0.4/1.1 MB | 69 kB | 108 kB Progress (5): 581/626 kB | 0.4/1.1 MB | 69 kB | 108 kB | 4.1/11 kB Progress (5): 581/626 kB | 0.4/1.1 MB | 69 kB | 108 kB | 7.8/11 kB Progress (5): 581/626 kB | 0.4/1.1 MB | 69 kB | 108 kB | 11 kB Progress (5): 585/626 kB | 0.4/1.1 MB | 69 kB | 108 kB | 11 kB Progress (5): 589/626 kB | 0.4/1.1 MB | 69 kB | 108 kB | 11 kB Progress (5): 593/626 kB | 0.4/1.1 MB | 69 kB | 108 kB | 11 kB Progress (5): 597/626 kB | 0.4/1.1 MB | 69 kB | 108 kB | 11 kB Progress (5): 601/626 kB | 0.4/1.1 MB | 69 kB | 108 kB | 11 kB Progress (5): 605/626 kB | 0.4/1.1 MB | 69 kB | 108 kB | 11 kB Progress (5): 609/626 kB | 0.4/1.1 MB | 69 kB | 108 kB | 11 kB Progress (5): 614/626 kB | 0.4/1.1 MB | 69 kB | 108 kB | 11 kB Progress (5): 618/626 kB | 0.4/1.1 MB | 69 kB | 108 kB | 11 kB Progress (5): 622/626 kB | 0.4/1.1 MB | 69 kB | 108 kB | 11 kB Progress (5): 626 kB | 0.4/1.1 MB | 69 kB | 108 kB | 11 kB Progress (5): 626 kB | 0.4/1.1 MB | 69 kB | 108 kB | 11 kB Progress (5): 626 kB | 0.4/1.1 MB | 69 kB | 108 kB | 11 kB Progress (5): 626 kB | 0.4/1.1 MB | 69 kB | 108 kB | 11 kB Progress (5): 626 kB | 0.5/1.1 MB | 69 kB | 108 kB | 11 kB Progress (5): 626 kB | 0.5/1.1 MB | 69 kB | 108 kB | 11 kB Progress (5): 626 kB | 0.5/1.1 MB | 69 kB | 108 kB | 11 kB Progress (5): 626 kB | 0.5/1.1 MB | 69 kB | 108 kB | 11 kB Progress (5): 626 kB | 0.5/1.1 MB | 69 kB | 108 kB | 11 kB Progress (5): 626 kB | 0.5/1.1 MB | 69 kB | 108 kB | 11 kB Progress (5): 626 kB | 0.5/1.1 MB | 69 kB | 108 kB | 11 kB Progress (5): 626 kB | 0.5/1.1 MB | 69 kB | 108 kB | 11 kB Progress (5): 626 kB | 0.5/1.1 MB | 69 kB | 108 kB | 11 kB Progress (5): 626 kB | 0.5/1.1 MB | 69 kB | 108 kB | 11 kB Progress (5): 626 kB | 0.5/1.1 MB | 69 kB | 108 kB | 11 kB Progress (5): 626 kB | 0.5/1.1 MB | 69 kB | 108 kB | 11 kB Progress (5): 626 kB | 0.6/1.1 MB | 69 kB | 108 kB | 11 kB Progress (5): 626 kB | 0.6/1.1 MB | 69 kB | 108 kB | 11 kB Progress (5): 626 kB | 0.6/1.1 MB | 69 kB | 108 kB | 11 kB Progress (5): 626 kB | 0.6/1.1 MB | 69 kB | 108 kB | 11 kB Progress (5): 626 kB | 0.6/1.1 MB | 69 kB | 108 kB | 11 kB Progress (5): 626 kB | 0.6/1.1 MB | 69 kB | 108 kB | 11 kB Progress (5): 626 kB | 0.6/1.1 MB | 69 kB | 108 kB | 11 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/api/grpc/proto-google-iam-v1/0.1.28/proto-google-iam-v1-0.1.28.jar (108 kB at 1.9 kB/s) +Progress (4): 626 kB | 0.6/1.1 MB | 69 kB | 11 kB Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/http-client/google-http-client-appengine/1.23.0/google-http-client-appengine-1.23.0.jar +Progress (4): 626 kB | 0.6/1.1 MB | 69 kB | 11 kB Progress (4): 626 kB | 0.6/1.1 MB | 69 kB | 11 kB Progress (4): 626 kB | 0.6/1.1 MB | 69 kB | 11 kB Progress (4): 626 kB | 0.6/1.1 MB | 69 kB | 11 kB Progress (4): 626 kB | 0.7/1.1 MB | 69 kB | 11 kB Progress (4): 626 kB | 0.7/1.1 MB | 69 kB | 11 kB Progress (4): 626 kB | 0.7/1.1 MB | 69 kB | 11 kB Progress (4): 626 kB | 0.7/1.1 MB | 69 kB | 11 kB Progress (4): 626 kB | 0.7/1.1 MB | 69 kB | 11 kB Progress (4): 626 kB | 0.7/1.1 MB | 69 kB | 11 kB Progress (4): 626 kB | 0.7/1.1 MB | 69 kB | 11 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/protobuf/protobuf-java-util/3.5.1/protobuf-java-util-3.5.1.jar (69 kB at 1.2 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/http-client/google-http-client-jackson/1.23.0/google-http-client-jackson-1.23.0.jar +Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/cloud/google-cloud-core-http/1.15.0/google-cloud-core-http-1.15.0.jar (11 kB at 194 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/codehaus/jackson/jackson-core-asl/1.9.11/jackson-core-asl-1.9.11.jar +Progress (2): 626 kB | 0.7/1.1 MB Progress (2): 626 kB | 0.7/1.1 MB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/joda-time/joda-time/2.9.2/joda-time-2.9.2.jar (626 kB at 11 kB/s) +Progress (1): 0.7/1.1 MB Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/api/gax-httpjson/0.33.0/gax-httpjson-0.33.0.jar +Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (2): 1.0/1.1 MB | 4.1/16 kB Progress (2): 1.0/1.1 MB | 7.8/16 kB Progress (2): 1.0/1.1 MB | 12/16 kB Progress (2): 1.0/1.1 MB | 16 kB Progress (2): 1.0/1.1 MB | 16 kB Progress (2): 1.0/1.1 MB | 16 kB Progress (3): 1.0/1.1 MB | 16 kB | 4.1/6.0 kB Progress (3): 1.0/1.1 MB | 16 kB | 6.0 kB Progress (3): 1.0/1.1 MB | 16 kB | 6.0 kB Progress (3): 1.0/1.1 MB | 16 kB | 6.0 kB Progress (3): 1.0/1.1 MB | 16 kB | 6.0 kB Progress (3): 1.0/1.1 MB | 16 kB | 6.0 kB Progress (3): 1.0/1.1 MB | 16 kB | 6.0 kB Progress (3): 1.0/1.1 MB | 16 kB | 6.0 kB Progress (3): 1.1/1.1 MB | 16 kB | 6.0 kB Progress (3): 1.1/1.1 MB | 16 kB | 6.0 kB Progress (3): 1.1/1.1 MB | 16 kB | 6.0 kB Progress (3): 1.1/1.1 MB | 16 kB | 6.0 kB Progress (3): 1.1/1.1 MB | 16 kB | 6.0 kB Progress (3): 1.1/1.1 MB | 16 kB | 6.0 kB Progress (4): 1.1/1.1 MB | 16 kB | 6.0 kB | 4.1/50 kB Progress (4): 1.1/1.1 MB | 16 kB | 6.0 kB | 7.8/50 kB Progress (4): 1.1/1.1 MB | 16 kB | 6.0 kB | 12/50 kB Progress (4): 1.1/1.1 MB | 16 kB | 6.0 kB | 16/50 kB Progress (4): 1.1/1.1 MB | 16 kB | 6.0 kB | 20/50 kB Progress (4): 1.1/1.1 MB | 16 kB | 6.0 kB | 24/50 kB Progress (4): 1.1/1.1 MB | 16 kB | 6.0 kB | 28/50 kB Progress (4): 1.1/1.1 MB | 16 kB | 6.0 kB | 32/50 kB Progress (4): 1.1/1.1 MB | 16 kB | 6.0 kB | 36/50 kB Progress (4): 1.1/1.1 MB | 16 kB | 6.0 kB | 41/50 kB Progress (4): 1.1/1.1 MB | 16 kB | 6.0 kB | 45/50 kB Progress (4): 1.1/1.1 MB | 16 kB | 6.0 kB | 49/50 kB Progress (4): 1.1/1.1 MB | 16 kB | 6.0 kB | 50 kB Progress (4): 1.1/1.1 MB | 16 kB | 6.0 kB | 50 kB Progress (4): 1.1 MB | 16 kB | 6.0 kB | 50 kB Progress (5): 1.1 MB | 16 kB | 6.0 kB | 50 kB | 4.1/232 kB Progress (5): 1.1 MB | 16 kB | 6.0 kB | 50 kB | 7.8/232 kB Progress (5): 1.1 MB | 16 kB | 6.0 kB | 50 kB | 12/232 kB Progress (5): 1.1 MB | 16 kB | 6.0 kB | 50 kB | 16/232 kB Progress (5): 1.1 MB | 16 kB | 6.0 kB | 50 kB | 20/232 kB Progress (5): 1.1 MB | 16 kB | 6.0 kB | 50 kB | 24/232 kB Progress (5): 1.1 MB | 16 kB | 6.0 kB | 50 kB | 28/232 kB Progress (5): 1.1 MB | 16 kB | 6.0 kB | 50 kB | 32/232 kB Progress (5): 1.1 MB | 16 kB | 6.0 kB | 50 kB | 36/232 kB Progress (5): 1.1 MB | 16 kB | 6.0 kB | 50 kB | 41/232 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/http-client/google-http-client-appengine/1.23.0/google-http-client-appengine-1.23.0.jar (16 kB at 277 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/apis/google-api-services-storage/v1-rev114-1.23.0/google-api-services-storage-v1-rev114-1.23.0.jar +Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/http-client/google-http-client-jackson/1.23.0/google-http-client-jackson-1.23.0.jar (6.0 kB at 105 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/cloud/google-cloud-firestore/0.33.0-beta/google-cloud-firestore-0.33.0-beta.jar +Progress (3): 1.1 MB | 50 kB | 45/232 kB Progress (3): 1.1 MB | 50 kB | 49/232 kB Progress (3): 1.1 MB | 50 kB | 53/232 kB Progress (3): 1.1 MB | 50 kB | 57/232 kB Progress (3): 1.1 MB | 50 kB | 61/232 kB Progress (3): 1.1 MB | 50 kB | 65/232 kB Progress (3): 1.1 MB | 50 kB | 69/232 kB Progress (3): 1.1 MB | 50 kB | 73/232 kB Progress (3): 1.1 MB | 50 kB | 77/232 kB Progress (3): 1.1 MB | 50 kB | 82/232 kB Progress (3): 1.1 MB | 50 kB | 86/232 kB Progress (3): 1.1 MB | 50 kB | 90/232 kB Progress (3): 1.1 MB | 50 kB | 94/232 kB Progress (3): 1.1 MB | 50 kB | 98/232 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/api/gax-httpjson/0.33.0/gax-httpjson-0.33.0.jar (50 kB at 878 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/netty/netty-tcnative-boringssl-static/2.0.7.Final/netty-tcnative-boringssl-static-2.0.7.Final.jar +Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/api/grpc/proto-google-common-protos/1.0.4/proto-google-common-protos-1.0.4.jar (1.1 MB at 20 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/cloud/google-cloud-core-grpc/1.15.0/google-cloud-core-grpc-1.15.0.jar +Progress (1): 102/232 kB Progress (1): 106/232 kB Progress (1): 110/232 kB Progress (1): 114/232 kB Progress (1): 118/232 kB Progress (1): 122/232 kB Progress (1): 127/232 kB Progress (1): 131/232 kB Progress (1): 135/232 kB Progress (1): 139/232 kB Progress (1): 143/232 kB Progress (1): 147/232 kB Progress (1): 151/232 kB Progress (1): 155/232 kB Progress (1): 159/232 kB Progress (1): 163/232 kB Progress (1): 168/232 kB Progress (1): 172/232 kB Progress (1): 176/232 kB Progress (1): 180/232 kB Progress (1): 184/232 kB Progress (1): 188/232 kB Progress (1): 192/232 kB Progress (1): 196/232 kB Progress (1): 200/232 kB Progress (1): 204/232 kB Progress (1): 208/232 kB Progress (1): 213/232 kB Progress (1): 217/232 kB Progress (1): 221/232 kB Progress (1): 225/232 kB Progress (1): 229/232 kB Progress (1): 232 kB Progress (2): 232 kB | 4.1/131 kB Progress (2): 232 kB | 7.8/131 kB Progress (2): 232 kB | 12/131 kB Progress (2): 232 kB | 16/131 kB Progress (2): 232 kB | 20/131 kB Progress (2): 232 kB | 24/131 kB Progress (2): 232 kB | 28/131 kB Progress (2): 232 kB | 32/131 kB Progress (2): 232 kB | 36/131 kB Progress (2): 232 kB | 41/131 kB Progress (2): 232 kB | 45/131 kB Progress (2): 232 kB | 49/131 kB Progress (2): 232 kB | 53/131 kB Progress (2): 232 kB | 57/131 kB Progress (3): 232 kB | 57/131 kB | 4.1/10 kB Progress (3): 232 kB | 57/131 kB | 7.8/10 kB Progress (3): 232 kB | 57/131 kB | 10 kB Progress (4): 232 kB | 57/131 kB | 10 kB | 0/2.8 MB Progress (4): 232 kB | 57/131 kB | 10 kB | 0/2.8 MB Progress (4): 232 kB | 57/131 kB | 10 kB | 0/2.8 MB Progress (4): 232 kB | 57/131 kB | 10 kB | 0.1/2.8 MB Progress (4): 232 kB | 57/131 kB | 10 kB | 0.1/2.8 MB Progress (5): 232 kB | 57/131 kB | 10 kB | 0.1/2.8 MB | 4.1/227 kB Progress (5): 232 kB | 57/131 kB | 10 kB | 0.1/2.8 MB | 7.8/227 kB Progress (5): 232 kB | 57/131 kB | 10 kB | 0.1/2.8 MB | 12/227 kB Progress (5): 232 kB | 57/131 kB | 10 kB | 0.1/2.8 MB | 16/227 kB Progress (5): 232 kB | 57/131 kB | 10 kB | 0.1/2.8 MB | 20/227 kB Progress (5): 232 kB | 57/131 kB | 10 kB | 0.1/2.8 MB | 24/227 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/codehaus/jackson/jackson-core-asl/1.9.11/jackson-core-asl-1.9.11.jar (232 kB at 4.1 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/protobuf/protobuf-java/3.5.1/protobuf-java-3.5.1.jar +Progress (4): 61/131 kB | 10 kB | 0.1/2.8 MB | 24/227 kB Progress (4): 65/131 kB | 10 kB | 0.1/2.8 MB | 24/227 kB Progress (4): 69/131 kB | 10 kB | 0.1/2.8 MB | 24/227 kB Progress (4): 73/131 kB | 10 kB | 0.1/2.8 MB | 24/227 kB Progress (4): 77/131 kB | 10 kB | 0.1/2.8 MB | 24/227 kB Progress (4): 82/131 kB | 10 kB | 0.1/2.8 MB | 24/227 kB Progress (4): 86/131 kB | 10 kB | 0.1/2.8 MB | 24/227 kB Progress (4): 90/131 kB | 10 kB | 0.1/2.8 MB | 24/227 kB Progress (4): 94/131 kB | 10 kB | 0.1/2.8 MB | 24/227 kB Progress (4): 98/131 kB | 10 kB | 0.1/2.8 MB | 24/227 kB Progress (4): 102/131 kB | 10 kB | 0.1/2.8 MB | 24/227 kB Progress (4): 106/131 kB | 10 kB | 0.1/2.8 MB | 24/227 kB Progress (4): 110/131 kB | 10 kB | 0.1/2.8 MB | 24/227 kB Progress (4): 114/131 kB | 10 kB | 0.1/2.8 MB | 24/227 kB Progress (4): 118/131 kB | 10 kB | 0.1/2.8 MB | 24/227 kB Progress (4): 122/131 kB | 10 kB | 0.1/2.8 MB | 24/227 kB Progress (4): 127/131 kB | 10 kB | 0.1/2.8 MB | 24/227 kB Progress (4): 131/131 kB | 10 kB | 0.1/2.8 MB | 24/227 kB Progress (4): 131 kB | 10 kB | 0.1/2.8 MB | 24/227 kB Progress (4): 131 kB | 10 kB | 0.1/2.8 MB | 28/227 kB Progress (4): 131 kB | 10 kB | 0.1/2.8 MB | 32/227 kB Progress (4): 131 kB | 10 kB | 0.1/2.8 MB | 36/227 kB Progress (4): 131 kB | 10 kB | 0.1/2.8 MB | 41/227 kB Progress (4): 131 kB | 10 kB | 0.1/2.8 MB | 41/227 kB Progress (4): 131 kB | 10 kB | 0.1/2.8 MB | 41/227 kB Progress (4): 131 kB | 10 kB | 0.1/2.8 MB | 41/227 kB Progress (4): 131 kB | 10 kB | 0.2/2.8 MB | 41/227 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/cloud/google-cloud-core-grpc/1.15.0/google-cloud-core-grpc-1.15.0.jar (10 kB at 179 B/s) +Progress (3): 131 kB | 0.2/2.8 MB | 41/227 kB Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/grpc/grpc-protobuf/1.9.0/grpc-protobuf-1.9.0.jar +Progress (3): 131 kB | 0.2/2.8 MB | 41/227 kB Progress (3): 131 kB | 0.2/2.8 MB | 41/227 kB Progress (3): 131 kB | 0.2/2.8 MB | 41/227 kB Progress (3): 131 kB | 0.2/2.8 MB | 41/227 kB Progress (3): 131 kB | 0.3/2.8 MB | 41/227 kB Progress (3): 131 kB | 0.3/2.8 MB | 41/227 kB Progress (3): 131 kB | 0.3/2.8 MB | 41/227 kB Progress (3): 131 kB | 0.3/2.8 MB | 41/227 kB Progress (3): 131 kB | 0.3/2.8 MB | 41/227 kB Progress (3): 131 kB | 0.3/2.8 MB | 41/227 kB Progress (3): 131 kB | 0.4/2.8 MB | 41/227 kB Progress (3): 131 kB | 0.4/2.8 MB | 41/227 kB Progress (3): 131 kB | 0.4/2.8 MB | 41/227 kB Progress (3): 131 kB | 0.4/2.8 MB | 41/227 kB Progress (3): 131 kB | 0.4/2.8 MB | 41/227 kB Progress (3): 131 kB | 0.4/2.8 MB | 45/227 kB Progress (3): 131 kB | 0.4/2.8 MB | 49/227 kB Progress (3): 131 kB | 0.4/2.8 MB | 53/227 kB Progress (3): 131 kB | 0.4/2.8 MB | 57/227 kB Progress (4): 131 kB | 0.4/2.8 MB | 57/227 kB | 0/1.4 MB Progress (4): 131 kB | 0.4/2.8 MB | 57/227 kB | 0/1.4 MB Progress (4): 131 kB | 0.4/2.8 MB | 57/227 kB | 0/1.4 MB Progress (4): 131 kB | 0.4/2.8 MB | 57/227 kB | 0/1.4 MB Progress (4): 131 kB | 0.5/2.8 MB | 57/227 kB | 0/1.4 MB Progress (4): 131 kB | 0.5/2.8 MB | 57/227 kB | 0/1.4 MB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/apis/google-api-services-storage/v1-rev114-1.23.0/google-api-services-storage-v1-rev114-1.23.0.jar (131 kB at 2.3 kB/s) +Progress (3): 0.5/2.8 MB | 57/227 kB | 0/1.4 MB Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/grpc/grpc-protobuf-lite/1.9.0/grpc-protobuf-lite-1.9.0.jar +Progress (3): 0.5/2.8 MB | 57/227 kB | 0/1.4 MB Progress (3): 0.5/2.8 MB | 57/227 kB | 0/1.4 MB Progress (3): 0.5/2.8 MB | 57/227 kB | 0/1.4 MB Progress (3): 0.6/2.8 MB | 57/227 kB | 0/1.4 MB Progress (3): 0.6/2.8 MB | 57/227 kB | 0/1.4 MB Progress (3): 0.6/2.8 MB | 61/227 kB | 0/1.4 MB Progress (3): 0.6/2.8 MB | 65/227 kB | 0/1.4 MB Progress (3): 0.6/2.8 MB | 69/227 kB | 0/1.4 MB Progress (3): 0.6/2.8 MB | 73/227 kB | 0/1.4 MB Progress (3): 0.6/2.8 MB | 77/227 kB | 0/1.4 MB Progress (3): 0.6/2.8 MB | 82/227 kB | 0/1.4 MB Progress (3): 0.6/2.8 MB | 82/227 kB | 0/1.4 MB Progress (3): 0.6/2.8 MB | 82/227 kB | 0/1.4 MB Progress (3): 0.6/2.8 MB | 82/227 kB | 0/1.4 MB Progress (3): 0.6/2.8 MB | 82/227 kB | 0/1.4 MB Progress (3): 0.6/2.8 MB | 82/227 kB | 0/1.4 MB Progress (3): 0.6/2.8 MB | 82/227 kB | 0.1/1.4 MB Progress (3): 0.6/2.8 MB | 82/227 kB | 0.1/1.4 MB Progress (3): 0.6/2.8 MB | 82/227 kB | 0.1/1.4 MB Progress (3): 0.6/2.8 MB | 82/227 kB | 0.1/1.4 MB Progress (3): 0.6/2.8 MB | 82/227 kB | 0.1/1.4 MB Progress (3): 0.6/2.8 MB | 82/227 kB | 0.1/1.4 MB Progress (3): 0.6/2.8 MB | 82/227 kB | 0.1/1.4 MB Progress (3): 0.6/2.8 MB | 82/227 kB | 0.1/1.4 MB Progress (3): 0.6/2.8 MB | 82/227 kB | 0.1/1.4 MB Progress (3): 0.7/2.8 MB | 82/227 kB | 0.1/1.4 MB Progress (3): 0.7/2.8 MB | 82/227 kB | 0.1/1.4 MB Progress (3): 0.7/2.8 MB | 82/227 kB | 0.1/1.4 MB Progress (3): 0.7/2.8 MB | 82/227 kB | 0.1/1.4 MB Progress (3): 0.7/2.8 MB | 82/227 kB | 0.1/1.4 MB Progress (3): 0.7/2.8 MB | 82/227 kB | 0.1/1.4 MB Progress (4): 0.7/2.8 MB | 82/227 kB | 0.1/1.4 MB | 4.1/6.7 kB Progress (4): 0.7/2.8 MB | 82/227 kB | 0.1/1.4 MB | 6.7 kB Progress (4): 0.7/2.8 MB | 86/227 kB | 0.1/1.4 MB | 6.7 kB Progress (4): 0.7/2.8 MB | 90/227 kB | 0.1/1.4 MB | 6.7 kB Progress (4): 0.7/2.8 MB | 94/227 kB | 0.1/1.4 MB | 6.7 kB Progress (4): 0.8/2.8 MB | 94/227 kB | 0.1/1.4 MB | 6.7 kB Progress (4): 0.8/2.8 MB | 98/227 kB | 0.1/1.4 MB | 6.7 kB Progress (4): 0.8/2.8 MB | 98/227 kB | 0.1/1.4 MB | 6.7 kB Progress (4): 0.8/2.8 MB | 98/227 kB | 0.1/1.4 MB | 6.7 kB Progress (4): 0.8/2.8 MB | 98/227 kB | 0.1/1.4 MB | 6.7 kB Progress (4): 0.8/2.8 MB | 98/227 kB | 0.1/1.4 MB | 6.7 kB Progress (4): 0.8/2.8 MB | 98/227 kB | 0.1/1.4 MB | 6.7 kB Progress (4): 0.8/2.8 MB | 98/227 kB | 0.1/1.4 MB | 6.7 kB Progress (4): 0.8/2.8 MB | 98/227 kB | 0.2/1.4 MB | 6.7 kB Progress (4): 0.8/2.8 MB | 98/227 kB | 0.2/1.4 MB | 6.7 kB Progress (4): 0.8/2.8 MB | 98/227 kB | 0.2/1.4 MB | 6.7 kB Progress (4): 0.8/2.8 MB | 98/227 kB | 0.2/1.4 MB | 6.7 kB Progress (4): 0.8/2.8 MB | 98/227 kB | 0.2/1.4 MB | 6.7 kB Progress (4): 0.8/2.8 MB | 98/227 kB | 0.2/1.4 MB | 6.7 kB Progress (4): 0.8/2.8 MB | 98/227 kB | 0.2/1.4 MB | 6.7 kB Progress (4): 0.8/2.8 MB | 98/227 kB | 0.2/1.4 MB | 6.7 kB Progress (4): 0.8/2.8 MB | 98/227 kB | 0.2/1.4 MB | 6.7 kB Progress (4): 0.8/2.8 MB | 98/227 kB | 0.2/1.4 MB | 6.7 kB Progress (4): 0.8/2.8 MB | 98/227 kB | 0.2/1.4 MB | 6.7 kB Progress (4): 0.8/2.8 MB | 98/227 kB | 0.2/1.4 MB | 6.7 kB Progress (4): 0.8/2.8 MB | 98/227 kB | 0.2/1.4 MB | 6.7 kB Progress (4): 0.9/2.8 MB | 98/227 kB | 0.2/1.4 MB | 6.7 kB Progress (4): 0.9/2.8 MB | 98/227 kB | 0.2/1.4 MB | 6.7 kB Progress (4): 0.9/2.8 MB | 98/227 kB | 0.2/1.4 MB | 6.7 kB Progress (4): 0.9/2.8 MB | 98/227 kB | 0.2/1.4 MB | 6.7 kB Progress (4): 0.9/2.8 MB | 98/227 kB | 0.2/1.4 MB | 6.7 kB Progress (5): 0.9/2.8 MB | 98/227 kB | 0.2/1.4 MB | 6.7 kB | 4.1/8.0 kB Progress (5): 0.9/2.8 MB | 98/227 kB | 0.2/1.4 MB | 6.7 kB | 7.8/8.0 kB Progress (5): 0.9/2.8 MB | 98/227 kB | 0.2/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 0.9/2.8 MB | 98/227 kB | 0.2/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 0.9/2.8 MB | 102/227 kB | 0.2/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 0.9/2.8 MB | 106/227 kB | 0.2/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 0.9/2.8 MB | 110/227 kB | 0.2/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 0.9/2.8 MB | 114/227 kB | 0.2/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 1.0/2.8 MB | 114/227 kB | 0.2/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 1.0/2.8 MB | 114/227 kB | 0.2/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 1.0/2.8 MB | 114/227 kB | 0.2/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 1.0/2.8 MB | 114/227 kB | 0.2/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 1.0/2.8 MB | 114/227 kB | 0.2/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 1.0/2.8 MB | 114/227 kB | 0.3/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 1.0/2.8 MB | 114/227 kB | 0.3/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 1.0/2.8 MB | 114/227 kB | 0.3/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 1.0/2.8 MB | 114/227 kB | 0.3/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 1.0/2.8 MB | 114/227 kB | 0.3/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 1.0/2.8 MB | 114/227 kB | 0.3/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 1.0/2.8 MB | 114/227 kB | 0.3/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 1.0/2.8 MB | 114/227 kB | 0.3/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 1.0/2.8 MB | 114/227 kB | 0.3/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 1.0/2.8 MB | 114/227 kB | 0.3/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 1.0/2.8 MB | 114/227 kB | 0.3/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 1.0/2.8 MB | 114/227 kB | 0.4/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 1.0/2.8 MB | 114/227 kB | 0.4/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 1.0/2.8 MB | 114/227 kB | 0.4/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 1.0/2.8 MB | 114/227 kB | 0.4/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 1.0/2.8 MB | 114/227 kB | 0.4/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 1.0/2.8 MB | 114/227 kB | 0.4/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 1.0/2.8 MB | 114/227 kB | 0.4/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 1.1/2.8 MB | 114/227 kB | 0.4/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 1.1/2.8 MB | 114/227 kB | 0.4/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 1.1/2.8 MB | 114/227 kB | 0.4/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 1.1/2.8 MB | 114/227 kB | 0.4/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 1.1/2.8 MB | 118/227 kB | 0.4/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 1.1/2.8 MB | 122/227 kB | 0.4/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 1.1/2.8 MB | 127/227 kB | 0.4/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 1.1/2.8 MB | 131/227 kB | 0.4/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 1.1/2.8 MB | 131/227 kB | 0.4/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 1.1/2.8 MB | 131/227 kB | 0.4/1.4 MB | 6.7 kB | 8.0 kB Progress (5): 1.2/2.8 MB | 131/227 kB | 0.4/1.4 MB | 6.7 kB | 8.0 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/grpc/grpc-protobuf/1.9.0/grpc-protobuf-1.9.0.jar (6.7 kB at 115 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/grpc/grpc-context/1.9.0/grpc-context-1.9.0.jar +Progress (4): 1.2/2.8 MB | 131/227 kB | 0.4/1.4 MB | 8.0 kB Progress (4): 1.2/2.8 MB | 131/227 kB | 0.4/1.4 MB | 8.0 kB Progress (4): 1.2/2.8 MB | 131/227 kB | 0.4/1.4 MB | 8.0 kB Progress (4): 1.2/2.8 MB | 131/227 kB | 0.4/1.4 MB | 8.0 kB Progress (4): 1.2/2.8 MB | 131/227 kB | 0.4/1.4 MB | 8.0 kB Progress (4): 1.2/2.8 MB | 131/227 kB | 0.4/1.4 MB | 8.0 kB Progress (4): 1.2/2.8 MB | 131/227 kB | 0.4/1.4 MB | 8.0 kB Progress (4): 1.2/2.8 MB | 131/227 kB | 0.4/1.4 MB | 8.0 kB Progress (4): 1.2/2.8 MB | 131/227 kB | 0.5/1.4 MB | 8.0 kB Progress (4): 1.2/2.8 MB | 131/227 kB | 0.5/1.4 MB | 8.0 kB Progress (4): 1.2/2.8 MB | 131/227 kB | 0.5/1.4 MB | 8.0 kB Progress (4): 1.2/2.8 MB | 131/227 kB | 0.5/1.4 MB | 8.0 kB Progress (4): 1.2/2.8 MB | 131/227 kB | 0.5/1.4 MB | 8.0 kB Progress (4): 1.2/2.8 MB | 131/227 kB | 0.5/1.4 MB | 8.0 kB Progress (4): 1.2/2.8 MB | 131/227 kB | 0.5/1.4 MB | 8.0 kB Progress (4): 1.2/2.8 MB | 131/227 kB | 0.5/1.4 MB | 8.0 kB Progress (4): 1.2/2.8 MB | 131/227 kB | 0.5/1.4 MB | 8.0 kB Progress (4): 1.2/2.8 MB | 131/227 kB | 0.5/1.4 MB | 8.0 kB Progress (4): 1.2/2.8 MB | 131/227 kB | 0.5/1.4 MB | 8.0 kB Progress (4): 1.2/2.8 MB | 131/227 kB | 0.5/1.4 MB | 8.0 kB Progress (4): 1.2/2.8 MB | 131/227 kB | 0.5/1.4 MB | 8.0 kB Progress (4): 1.2/2.8 MB | 131/227 kB | 0.5/1.4 MB | 8.0 kB Progress (4): 1.3/2.8 MB | 131/227 kB | 0.5/1.4 MB | 8.0 kB Progress (4): 1.3/2.8 MB | 131/227 kB | 0.5/1.4 MB | 8.0 kB Progress (4): 1.3/2.8 MB | 135/227 kB | 0.5/1.4 MB | 8.0 kB Progress (4): 1.3/2.8 MB | 139/227 kB | 0.5/1.4 MB | 8.0 kB Progress (4): 1.3/2.8 MB | 139/227 kB | 0.5/1.4 MB | 8.0 kB Progress (4): 1.3/2.8 MB | 143/227 kB | 0.5/1.4 MB | 8.0 kB Progress (4): 1.3/2.8 MB | 147/227 kB | 0.5/1.4 MB | 8.0 kB Progress (4): 1.3/2.8 MB | 147/227 kB | 0.5/1.4 MB | 8.0 kB Progress (4): 1.3/2.8 MB | 147/227 kB | 0.5/1.4 MB | 8.0 kB Progress (4): 1.3/2.8 MB | 147/227 kB | 0.5/1.4 MB | 8.0 kB Progress (4): 1.3/2.8 MB | 147/227 kB | 0.5/1.4 MB | 8.0 kB Progress (4): 1.3/2.8 MB | 147/227 kB | 0.5/1.4 MB | 8.0 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/grpc/grpc-protobuf-lite/1.9.0/grpc-protobuf-lite-1.9.0.jar (8.0 kB at 137 B/s) +Progress (3): 1.3/2.8 MB | 147/227 kB | 0.5/1.4 MB Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/api/gax-grpc/1.16.0/gax-grpc-1.16.0.jar +Progress (3): 1.3/2.8 MB | 147/227 kB | 0.5/1.4 MB Progress (3): 1.3/2.8 MB | 147/227 kB | 0.6/1.4 MB Progress (3): 1.3/2.8 MB | 147/227 kB | 0.6/1.4 MB Progress (3): 1.3/2.8 MB | 151/227 kB | 0.6/1.4 MB Progress (3): 1.3/2.8 MB | 155/227 kB | 0.6/1.4 MB Progress (3): 1.3/2.8 MB | 159/227 kB | 0.6/1.4 MB Progress (3): 1.3/2.8 MB | 163/227 kB | 0.6/1.4 MB Progress (3): 1.3/2.8 MB | 163/227 kB | 0.6/1.4 MB Progress (3): 1.3/2.8 MB | 163/227 kB | 0.6/1.4 MB Progress (3): 1.3/2.8 MB | 163/227 kB | 0.6/1.4 MB Progress (3): 1.3/2.8 MB | 163/227 kB | 0.6/1.4 MB Progress (3): 1.3/2.8 MB | 163/227 kB | 0.6/1.4 MB Progress (3): 1.3/2.8 MB | 163/227 kB | 0.6/1.4 MB Progress (3): 1.3/2.8 MB | 163/227 kB | 0.6/1.4 MB Progress (3): 1.3/2.8 MB | 163/227 kB | 0.6/1.4 MB Progress (3): 1.3/2.8 MB | 163/227 kB | 0.6/1.4 MB Progress (3): 1.3/2.8 MB | 163/227 kB | 0.6/1.4 MB Progress (3): 1.3/2.8 MB | 163/227 kB | 0.7/1.4 MB Progress (3): 1.3/2.8 MB | 163/227 kB | 0.7/1.4 MB Progress (3): 1.3/2.8 MB | 163/227 kB | 0.7/1.4 MB Progress (3): 1.3/2.8 MB | 163/227 kB | 0.7/1.4 MB Progress (3): 1.4/2.8 MB | 163/227 kB | 0.7/1.4 MB Progress (3): 1.4/2.8 MB | 163/227 kB | 0.7/1.4 MB Progress (3): 1.4/2.8 MB | 163/227 kB | 0.7/1.4 MB Progress (3): 1.4/2.8 MB | 163/227 kB | 0.7/1.4 MB Progress (3): 1.4/2.8 MB | 163/227 kB | 0.7/1.4 MB Progress (3): 1.4/2.8 MB | 163/227 kB | 0.7/1.4 MB Progress (3): 1.5/2.8 MB | 163/227 kB | 0.7/1.4 MB Progress (3): 1.5/2.8 MB | 163/227 kB | 0.7/1.4 MB Progress (3): 1.5/2.8 MB | 163/227 kB | 0.7/1.4 MB Progress (3): 1.5/2.8 MB | 163/227 kB | 0.7/1.4 MB Progress (3): 1.5/2.8 MB | 163/227 kB | 0.7/1.4 MB Progress (3): 1.5/2.8 MB | 163/227 kB | 0.7/1.4 MB Progress (3): 1.5/2.8 MB | 163/227 kB | 0.7/1.4 MB Progress (3): 1.5/2.8 MB | 163/227 kB | 0.7/1.4 MB Progress (3): 1.5/2.8 MB | 168/227 kB | 0.7/1.4 MB Progress (3): 1.5/2.8 MB | 172/227 kB | 0.7/1.4 MB Progress (3): 1.5/2.8 MB | 176/227 kB | 0.7/1.4 MB Progress (3): 1.5/2.8 MB | 180/227 kB | 0.7/1.4 MB Progress (3): 1.5/2.8 MB | 180/227 kB | 0.7/1.4 MB Progress (3): 1.5/2.8 MB | 180/227 kB | 0.7/1.4 MB Progress (3): 1.5/2.8 MB | 180/227 kB | 0.7/1.4 MB Progress (3): 1.5/2.8 MB | 180/227 kB | 0.7/1.4 MB Progress (3): 1.5/2.8 MB | 180/227 kB | 0.7/1.4 MB Progress (3): 1.5/2.8 MB | 180/227 kB | 0.7/1.4 MB Progress (3): 1.5/2.8 MB | 180/227 kB | 0.8/1.4 MB Progress (3): 1.5/2.8 MB | 180/227 kB | 0.8/1.4 MB Progress (4): 1.5/2.8 MB | 180/227 kB | 0.8/1.4 MB | 4.1/27 kB Progress (4): 1.5/2.8 MB | 180/227 kB | 0.8/1.4 MB | 7.8/27 kB Progress (4): 1.5/2.8 MB | 180/227 kB | 0.8/1.4 MB | 12/27 kB Progress (4): 1.5/2.8 MB | 180/227 kB | 0.8/1.4 MB | 16/27 kB Progress (4): 1.5/2.8 MB | 180/227 kB | 0.8/1.4 MB | 16/27 kB Progress (4): 1.5/2.8 MB | 180/227 kB | 0.8/1.4 MB | 16/27 kB Progress (4): 1.5/2.8 MB | 180/227 kB | 0.8/1.4 MB | 16/27 kB Progress (4): 1.5/2.8 MB | 180/227 kB | 0.8/1.4 MB | 16/27 kB Progress (4): 1.5/2.8 MB | 180/227 kB | 0.8/1.4 MB | 16/27 kB Progress (4): 1.5/2.8 MB | 180/227 kB | 0.8/1.4 MB | 16/27 kB Progress (4): 1.5/2.8 MB | 180/227 kB | 0.8/1.4 MB | 16/27 kB Progress (4): 1.5/2.8 MB | 180/227 kB | 0.8/1.4 MB | 16/27 kB Progress (4): 1.6/2.8 MB | 180/227 kB | 0.8/1.4 MB | 16/27 kB Progress (4): 1.6/2.8 MB | 180/227 kB | 0.8/1.4 MB | 16/27 kB Progress (4): 1.6/2.8 MB | 180/227 kB | 0.8/1.4 MB | 16/27 kB Progress (4): 1.6/2.8 MB | 180/227 kB | 0.8/1.4 MB | 16/27 kB Progress (4): 1.6/2.8 MB | 180/227 kB | 0.8/1.4 MB | 16/27 kB Progress (4): 1.6/2.8 MB | 180/227 kB | 0.8/1.4 MB | 16/27 kB Progress (4): 1.7/2.8 MB | 180/227 kB | 0.8/1.4 MB | 16/27 kB Progress (4): 1.7/2.8 MB | 184/227 kB | 0.8/1.4 MB | 16/27 kB Progress (4): 1.7/2.8 MB | 188/227 kB | 0.8/1.4 MB | 16/27 kB Progress (4): 1.7/2.8 MB | 192/227 kB | 0.8/1.4 MB | 16/27 kB Progress (4): 1.7/2.8 MB | 192/227 kB | 0.8/1.4 MB | 16/27 kB Progress (4): 1.7/2.8 MB | 196/227 kB | 0.8/1.4 MB | 16/27 kB Progress (4): 1.7/2.8 MB | 196/227 kB | 0.8/1.4 MB | 16/27 kB Progress (4): 1.7/2.8 MB | 196/227 kB | 0.8/1.4 MB | 16/27 kB Progress (4): 1.7/2.8 MB | 196/227 kB | 0.8/1.4 MB | 16/27 kB Progress (4): 1.7/2.8 MB | 196/227 kB | 0.8/1.4 MB | 16/27 kB Progress (4): 1.7/2.8 MB | 196/227 kB | 0.8/1.4 MB | 16/27 kB Progress (4): 1.7/2.8 MB | 196/227 kB | 0.8/1.4 MB | 16/27 kB Progress (4): 1.7/2.8 MB | 196/227 kB | 0.9/1.4 MB | 16/27 kB Progress (4): 1.7/2.8 MB | 196/227 kB | 0.9/1.4 MB | 16/27 kB Progress (4): 1.7/2.8 MB | 196/227 kB | 0.9/1.4 MB | 16/27 kB Progress (4): 1.7/2.8 MB | 196/227 kB | 0.9/1.4 MB | 16/27 kB Progress (4): 1.7/2.8 MB | 196/227 kB | 0.9/1.4 MB | 16/27 kB Progress (4): 1.7/2.8 MB | 196/227 kB | 0.9/1.4 MB | 16/27 kB Progress (4): 1.7/2.8 MB | 196/227 kB | 0.9/1.4 MB | 16/27 kB Progress (4): 1.7/2.8 MB | 196/227 kB | 0.9/1.4 MB | 16/27 kB Progress (4): 1.7/2.8 MB | 196/227 kB | 0.9/1.4 MB | 20/27 kB Progress (4): 1.7/2.8 MB | 196/227 kB | 0.9/1.4 MB | 24/27 kB Progress (4): 1.7/2.8 MB | 196/227 kB | 0.9/1.4 MB | 27 kB Progress (4): 1.7/2.8 MB | 196/227 kB | 0.9/1.4 MB | 27 kB Progress (4): 1.7/2.8 MB | 196/227 kB | 0.9/1.4 MB | 27 kB Progress (4): 1.7/2.8 MB | 196/227 kB | 0.9/1.4 MB | 27 kB Progress (4): 1.7/2.8 MB | 196/227 kB | 0.9/1.4 MB | 27 kB Progress (4): 1.7/2.8 MB | 196/227 kB | 1.0/1.4 MB | 27 kB Progress (4): 1.7/2.8 MB | 196/227 kB | 1.0/1.4 MB | 27 kB Progress (4): 1.7/2.8 MB | 196/227 kB | 1.0/1.4 MB | 27 kB Progress (4): 1.7/2.8 MB | 196/227 kB | 1.0/1.4 MB | 27 kB Progress (4): 1.8/2.8 MB | 196/227 kB | 1.0/1.4 MB | 27 kB Progress (4): 1.8/2.8 MB | 196/227 kB | 1.0/1.4 MB | 27 kB Progress (4): 1.8/2.8 MB | 196/227 kB | 1.0/1.4 MB | 27 kB Progress (4): 1.8/2.8 MB | 196/227 kB | 1.0/1.4 MB | 27 kB Progress (4): 1.8/2.8 MB | 196/227 kB | 1.0/1.4 MB | 27 kB Progress (4): 1.8/2.8 MB | 196/227 kB | 1.0/1.4 MB | 27 kB Progress (4): 1.8/2.8 MB | 196/227 kB | 1.0/1.4 MB | 27 kB Progress (4): 1.8/2.8 MB | 200/227 kB | 1.0/1.4 MB | 27 kB Progress (4): 1.8/2.8 MB | 204/227 kB | 1.0/1.4 MB | 27 kB Progress (4): 1.8/2.8 MB | 208/227 kB | 1.0/1.4 MB | 27 kB Progress (4): 1.8/2.8 MB | 213/227 kB | 1.0/1.4 MB | 27 kB Progress (4): 1.8/2.8 MB | 213/227 kB | 1.0/1.4 MB | 27 kB Progress (4): 1.9/2.8 MB | 213/227 kB | 1.0/1.4 MB | 27 kB Progress (4): 1.9/2.8 MB | 213/227 kB | 1.0/1.4 MB | 27 kB Progress (4): 1.9/2.8 MB | 213/227 kB | 1.0/1.4 MB | 27 kB Progress (4): 1.9/2.8 MB | 213/227 kB | 1.0/1.4 MB | 27 kB Progress (4): 1.9/2.8 MB | 213/227 kB | 1.0/1.4 MB | 27 kB Progress (4): 1.9/2.8 MB | 213/227 kB | 1.0/1.4 MB | 27 kB Progress (4): 1.9/2.8 MB | 217/227 kB | 1.0/1.4 MB | 27 kB Progress (4): 1.9/2.8 MB | 221/227 kB | 1.0/1.4 MB | 27 kB Progress (4): 1.9/2.8 MB | 225/227 kB | 1.0/1.4 MB | 27 kB Progress (4): 1.9/2.8 MB | 227 kB | 1.0/1.4 MB | 27 kB Progress (4): 1.9/2.8 MB | 227 kB | 1.0/1.4 MB | 27 kB Progress (4): 1.9/2.8 MB | 227 kB | 1.0/1.4 MB | 27 kB Progress (4): 1.9/2.8 MB | 227 kB | 1.0/1.4 MB | 27 kB Progress (4): 1.9/2.8 MB | 227 kB | 1.0/1.4 MB | 27 kB Progress (4): 1.9/2.8 MB | 227 kB | 1.0/1.4 MB | 27 kB Progress (4): 1.9/2.8 MB | 227 kB | 1.0/1.4 MB | 27 kB Progress (4): 1.9/2.8 MB | 227 kB | 1.0/1.4 MB | 27 kB Progress (4): 1.9/2.8 MB | 227 kB | 1.1/1.4 MB | 27 kB Progress (4): 1.9/2.8 MB | 227 kB | 1.1/1.4 MB | 27 kB Progress (4): 1.9/2.8 MB | 227 kB | 1.1/1.4 MB | 27 kB Progress (5): 1.9/2.8 MB | 227 kB | 1.1/1.4 MB | 27 kB | 4.1/77 kB Progress (5): 1.9/2.8 MB | 227 kB | 1.1/1.4 MB | 27 kB | 7.8/77 kB Progress (5): 1.9/2.8 MB | 227 kB | 1.1/1.4 MB | 27 kB | 12/77 kB Progress (5): 1.9/2.8 MB | 227 kB | 1.1/1.4 MB | 27 kB | 16/77 kB Progress (5): 1.9/2.8 MB | 227 kB | 1.1/1.4 MB | 27 kB | 20/77 kB Progress (5): 1.9/2.8 MB | 227 kB | 1.1/1.4 MB | 27 kB | 24/77 kB Progress (5): 1.9/2.8 MB | 227 kB | 1.1/1.4 MB | 27 kB | 28/77 kB Progress (5): 1.9/2.8 MB | 227 kB | 1.1/1.4 MB | 27 kB | 32/77 kB Progress (5): 1.9/2.8 MB | 227 kB | 1.1/1.4 MB | 27 kB | 36/77 kB Progress (5): 1.9/2.8 MB | 227 kB | 1.1/1.4 MB | 27 kB | 41/77 kB Progress (5): 1.9/2.8 MB | 227 kB | 1.1/1.4 MB | 27 kB | 41/77 kB Progress (5): 1.9/2.8 MB | 227 kB | 1.1/1.4 MB | 27 kB | 41/77 kB Progress (5): 1.9/2.8 MB | 227 kB | 1.1/1.4 MB | 27 kB | 41/77 kB Progress (5): 1.9/2.8 MB | 227 kB | 1.1/1.4 MB | 27 kB | 41/77 kB Progress (5): 1.9/2.8 MB | 227 kB | 1.1/1.4 MB | 27 kB | 41/77 kB Progress (5): 1.9/2.8 MB | 227 kB | 1.1/1.4 MB | 27 kB | 41/77 kB Progress (5): 1.9/2.8 MB | 227 kB | 1.1/1.4 MB | 27 kB | 41/77 kB Progress (5): 1.9/2.8 MB | 227 kB | 1.1/1.4 MB | 27 kB | 41/77 kB Progress (5): 2.0/2.8 MB | 227 kB | 1.1/1.4 MB | 27 kB | 41/77 kB Progress (5): 2.0/2.8 MB | 227 kB | 1.1/1.4 MB | 27 kB | 41/77 kB Progress (5): 2.0/2.8 MB | 227 kB | 1.1/1.4 MB | 27 kB | 41/77 kB Progress (5): 2.0/2.8 MB | 227 kB | 1.1/1.4 MB | 27 kB | 41/77 kB Progress (5): 2.0/2.8 MB | 227 kB | 1.1/1.4 MB | 27 kB | 41/77 kB Progress (5): 2.0/2.8 MB | 227 kB | 1.1/1.4 MB | 27 kB | 41/77 kB Progress (5): 2.1/2.8 MB | 227 kB | 1.1/1.4 MB | 27 kB | 41/77 kB Progress (5): 2.1/2.8 MB | 227 kB | 1.1/1.4 MB | 27 kB | 41/77 kB Progress (5): 2.1/2.8 MB | 227 kB | 1.1/1.4 MB | 27 kB | 41/77 kB Progress (5): 2.1/2.8 MB | 227 kB | 1.1/1.4 MB | 27 kB | 41/77 kB Progress (5): 2.1/2.8 MB | 227 kB | 1.1/1.4 MB | 27 kB | 41/77 kB Progress (5): 2.1/2.8 MB | 227 kB | 1.1/1.4 MB | 27 kB | 41/77 kB Progress (5): 2.2/2.8 MB | 227 kB | 1.1/1.4 MB | 27 kB | 41/77 kB Progress (5): 2.2/2.8 MB | 227 kB | 1.1/1.4 MB | 27 kB | 41/77 kB Progress (5): 2.2/2.8 MB | 227 kB | 1.2/1.4 MB | 27 kB | 41/77 kB Progress (5): 2.2/2.8 MB | 227 kB | 1.2/1.4 MB | 27 kB | 41/77 kB Progress (5): 2.2/2.8 MB | 227 kB | 1.2/1.4 MB | 27 kB | 41/77 kB Progress (5): 2.2/2.8 MB | 227 kB | 1.2/1.4 MB | 27 kB | 41/77 kB Progress (5): 2.2/2.8 MB | 227 kB | 1.2/1.4 MB | 27 kB | 41/77 kB Progress (5): 2.2/2.8 MB | 227 kB | 1.2/1.4 MB | 27 kB | 41/77 kB Progress (5): 2.2/2.8 MB | 227 kB | 1.2/1.4 MB | 27 kB | 41/77 kB Progress (5): 2.2/2.8 MB | 227 kB | 1.2/1.4 MB | 27 kB | 41/77 kB Progress (5): 2.2/2.8 MB | 227 kB | 1.2/1.4 MB | 27 kB | 41/77 kB Progress (5): 2.2/2.8 MB | 227 kB | 1.2/1.4 MB | 27 kB | 45/77 kB Progress (5): 2.2/2.8 MB | 227 kB | 1.2/1.4 MB | 27 kB | 49/77 kB Progress (5): 2.2/2.8 MB | 227 kB | 1.2/1.4 MB | 27 kB | 53/77 kB Progress (5): 2.2/2.8 MB | 227 kB | 1.2/1.4 MB | 27 kB | 57/77 kB Progress (5): 2.2/2.8 MB | 227 kB | 1.2/1.4 MB | 27 kB | 61/77 kB Progress (5): 2.2/2.8 MB | 227 kB | 1.2/1.4 MB | 27 kB | 65/77 kB Progress (5): 2.2/2.8 MB | 227 kB | 1.2/1.4 MB | 27 kB | 69/77 kB Progress (5): 2.2/2.8 MB | 227 kB | 1.2/1.4 MB | 27 kB | 73/77 kB Progress (5): 2.2/2.8 MB | 227 kB | 1.2/1.4 MB | 27 kB | 77 kB Progress (5): 2.2/2.8 MB | 227 kB | 1.2/1.4 MB | 27 kB | 77 kB Progress (5): 2.2/2.8 MB | 227 kB | 1.2/1.4 MB | 27 kB | 77 kB Progress (5): 2.2/2.8 MB | 227 kB | 1.2/1.4 MB | 27 kB | 77 kB Progress (5): 2.2/2.8 MB | 227 kB | 1.3/1.4 MB | 27 kB | 77 kB Progress (5): 2.2/2.8 MB | 227 kB | 1.3/1.4 MB | 27 kB | 77 kB Progress (5): 2.2/2.8 MB | 227 kB | 1.3/1.4 MB | 27 kB | 77 kB Progress (5): 2.2/2.8 MB | 227 kB | 1.3/1.4 MB | 27 kB | 77 kB Progress (5): 2.2/2.8 MB | 227 kB | 1.3/1.4 MB | 27 kB | 77 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/grpc/grpc-context/1.9.0/grpc-context-1.9.0.jar (27 kB at 461 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/auto/value/auto-value/1.2/auto-value-1.2.jar +Progress (4): 2.2/2.8 MB | 227 kB | 1.3/1.4 MB | 77 kB Progress (4): 2.2/2.8 MB | 227 kB | 1.3/1.4 MB | 77 kB Progress (4): 2.2/2.8 MB | 227 kB | 1.3/1.4 MB | 77 kB Progress (4): 2.2/2.8 MB | 227 kB | 1.3/1.4 MB | 77 kB Progress (4): 2.3/2.8 MB | 227 kB | 1.3/1.4 MB | 77 kB Progress (4): 2.3/2.8 MB | 227 kB | 1.3/1.4 MB | 77 kB Progress (4): 2.3/2.8 MB | 227 kB | 1.3/1.4 MB | 77 kB Progress (4): 2.3/2.8 MB | 227 kB | 1.3/1.4 MB | 77 kB Progress (4): 2.3/2.8 MB | 227 kB | 1.3/1.4 MB | 77 kB Progress (4): 2.3/2.8 MB | 227 kB | 1.3/1.4 MB | 77 kB Progress (4): 2.3/2.8 MB | 227 kB | 1.3/1.4 MB | 77 kB Progress (4): 2.3/2.8 MB | 227 kB | 1.3/1.4 MB | 77 kB Progress (4): 2.3/2.8 MB | 227 kB | 1.3/1.4 MB | 77 kB Progress (4): 2.4/2.8 MB | 227 kB | 1.3/1.4 MB | 77 kB Progress (4): 2.4/2.8 MB | 227 kB | 1.3/1.4 MB | 77 kB Progress (4): 2.4/2.8 MB | 227 kB | 1.3/1.4 MB | 77 kB Progress (4): 2.4/2.8 MB | 227 kB | 1.3/1.4 MB | 77 kB Progress (4): 2.4/2.8 MB | 227 kB | 1.3/1.4 MB | 77 kB Progress (4): 2.4/2.8 MB | 227 kB | 1.3/1.4 MB | 77 kB Progress (4): 2.4/2.8 MB | 227 kB | 1.3/1.4 MB | 77 kB Progress (4): 2.4/2.8 MB | 227 kB | 1.3/1.4 MB | 77 kB Progress (4): 2.4/2.8 MB | 227 kB | 1.4/1.4 MB | 77 kB Progress (4): 2.4/2.8 MB | 227 kB | 1.4/1.4 MB | 77 kB Progress (4): 2.4/2.8 MB | 227 kB | 1.4/1.4 MB | 77 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/cloud/google-cloud-firestore/0.33.0-beta/google-cloud-firestore-0.33.0-beta.jar (227 kB at 3.8 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/threeten/threetenbp/1.3.3/threetenbp-1.3.3.jar +Progress (3): 2.4/2.8 MB | 1.4/1.4 MB | 77 kB Progress (3): 2.4/2.8 MB | 1.4/1.4 MB | 77 kB Progress (3): 2.4/2.8 MB | 1.4/1.4 MB | 77 kB Progress (3): 2.4/2.8 MB | 1.4/1.4 MB | 77 kB Progress (3): 2.4/2.8 MB | 1.4/1.4 MB | 77 kB Progress (3): 2.4/2.8 MB | 1.4 MB | 77 kB Progress (3): 2.4/2.8 MB | 1.4 MB | 77 kB Progress (3): 2.4/2.8 MB | 1.4 MB | 77 kB Progress (3): 2.4/2.8 MB | 1.4 MB | 77 kB Progress (3): 2.5/2.8 MB | 1.4 MB | 77 kB Progress (3): 2.5/2.8 MB | 1.4 MB | 77 kB Progress (3): 2.5/2.8 MB | 1.4 MB | 77 kB Progress (3): 2.5/2.8 MB | 1.4 MB | 77 kB Progress (3): 2.5/2.8 MB | 1.4 MB | 77 kB Progress (3): 2.5/2.8 MB | 1.4 MB | 77 kB Progress (3): 2.6/2.8 MB | 1.4 MB | 77 kB Progress (3): 2.6/2.8 MB | 1.4 MB | 77 kB Progress (3): 2.6/2.8 MB | 1.4 MB | 77 kB Progress (3): 2.6/2.8 MB | 1.4 MB | 77 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/api/gax-grpc/1.16.0/gax-grpc-1.16.0.jar (77 kB at 1.3 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/api/grpc/proto-google-cloud-firestore-v1beta1/0.1.28/proto-google-cloud-firestore-v1beta1-0.1.28.jar +Progress (2): 2.6/2.8 MB | 1.4 MB Progress (2): 2.6/2.8 MB | 1.4 MB Progress (3): 2.6/2.8 MB | 1.4 MB | 0/1.4 MB Progress (3): 2.6/2.8 MB | 1.4 MB | 0/1.4 MB Progress (3): 2.6/2.8 MB | 1.4 MB | 0/1.4 MB Progress (3): 2.6/2.8 MB | 1.4 MB | 0/1.4 MB Progress (3): 2.6/2.8 MB | 1.4 MB | 0/1.4 MB Progress (3): 2.6/2.8 MB | 1.4 MB | 0/1.4 MB Progress (3): 2.6/2.8 MB | 1.4 MB | 0.1/1.4 MB Progress (3): 2.6/2.8 MB | 1.4 MB | 0.1/1.4 MB Progress (3): 2.6/2.8 MB | 1.4 MB | 0.1/1.4 MB Progress (3): 2.6/2.8 MB | 1.4 MB | 0.1/1.4 MB Progress (3): 2.6/2.8 MB | 1.4 MB | 0.1/1.4 MB Progress (3): 2.6/2.8 MB | 1.4 MB | 0.1/1.4 MB Progress (3): 2.6/2.8 MB | 1.4 MB | 0.1/1.4 MB Progress (3): 2.6/2.8 MB | 1.4 MB | 0.1/1.4 MB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/protobuf/protobuf-java/3.5.1/protobuf-java-3.5.1.jar (1.4 MB at 24 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/grpc/grpc-netty/1.9.0/grpc-netty-1.9.0.jar +Progress (2): 2.7/2.8 MB | 0.1/1.4 MB Progress (2): 2.7/2.8 MB | 0.1/1.4 MB Progress (2): 2.7/2.8 MB | 0.1/1.4 MB Progress (2): 2.7/2.8 MB | 0.1/1.4 MB Progress (2): 2.7/2.8 MB | 0.1/1.4 MB Progress (2): 2.7/2.8 MB | 0.1/1.4 MB Progress (2): 2.8/2.8 MB | 0.1/1.4 MB Progress (2): 2.8 MB | 0.1/1.4 MB Progress (3): 2.8 MB | 0.1/1.4 MB | 4.1/511 kB Progress (3): 2.8 MB | 0.1/1.4 MB | 7.8/511 kB Progress (3): 2.8 MB | 0.1/1.4 MB | 12/511 kB Progress (3): 2.8 MB | 0.1/1.4 MB | 16/511 kB Progress (3): 2.8 MB | 0.1/1.4 MB | 20/511 kB Progress (3): 2.8 MB | 0.1/1.4 MB | 24/511 kB Progress (4): 2.8 MB | 0.1/1.4 MB | 24/511 kB | 4.1/755 kB Progress (4): 2.8 MB | 0.1/1.4 MB | 24/511 kB | 7.8/755 kB Progress (4): 2.8 MB | 0.1/1.4 MB | 24/511 kB | 12/755 kB Progress (4): 2.8 MB | 0.1/1.4 MB | 24/511 kB | 16/755 kB Progress (4): 2.8 MB | 0.1/1.4 MB | 24/511 kB | 16/755 kB Progress (4): 2.8 MB | 0.1/1.4 MB | 24/511 kB | 16/755 kB Progress (4): 2.8 MB | 0.1/1.4 MB | 24/511 kB | 16/755 kB Progress (4): 2.8 MB | 0.2/1.4 MB | 24/511 kB | 16/755 kB Progress (4): 2.8 MB | 0.2/1.4 MB | 24/511 kB | 16/755 kB Progress (4): 2.8 MB | 0.2/1.4 MB | 24/511 kB | 16/755 kB Progress (4): 2.8 MB | 0.2/1.4 MB | 24/511 kB | 16/755 kB Progress (4): 2.8 MB | 0.2/1.4 MB | 24/511 kB | 16/755 kB Progress (4): 2.8 MB | 0.2/1.4 MB | 24/511 kB | 16/755 kB Progress (4): 2.8 MB | 0.2/1.4 MB | 24/511 kB | 16/755 kB Progress (4): 2.8 MB | 0.2/1.4 MB | 24/511 kB | 16/755 kB Progress (4): 2.8 MB | 0.2/1.4 MB | 24/511 kB | 16/755 kB Progress (4): 2.8 MB | 0.2/1.4 MB | 24/511 kB | 16/755 kB Progress (4): 2.8 MB | 0.2/1.4 MB | 24/511 kB | 16/755 kB Progress (4): 2.8 MB | 0.2/1.4 MB | 24/511 kB | 16/755 kB Progress (4): 2.8 MB | 0.3/1.4 MB | 24/511 kB | 16/755 kB Progress (4): 2.8 MB | 0.3/1.4 MB | 24/511 kB | 16/755 kB Progress (4): 2.8 MB | 0.3/1.4 MB | 24/511 kB | 16/755 kB Progress (4): 2.8 MB | 0.3/1.4 MB | 24/511 kB | 16/755 kB Progress (4): 2.8 MB | 0.3/1.4 MB | 24/511 kB | 16/755 kB Progress (4): 2.8 MB | 0.3/1.4 MB | 24/511 kB | 16/755 kB Progress (4): 2.8 MB | 0.3/1.4 MB | 24/511 kB | 16/755 kB Progress (4): 2.8 MB | 0.3/1.4 MB | 24/511 kB | 16/755 kB Progress (4): 2.8 MB | 0.3/1.4 MB | 24/511 kB | 16/755 kB Progress (4): 2.8 MB | 0.3/1.4 MB | 24/511 kB | 16/755 kB Progress (4): 2.8 MB | 0.3/1.4 MB | 24/511 kB | 16/755 kB Progress (4): 2.8 MB | 0.3/1.4 MB | 28/511 kB | 16/755 kB Progress (4): 2.8 MB | 0.3/1.4 MB | 32/511 kB | 16/755 kB Progress (4): 2.8 MB | 0.3/1.4 MB | 36/511 kB | 16/755 kB Progress (4): 2.8 MB | 0.3/1.4 MB | 41/511 kB | 16/755 kB Progress (4): 2.8 MB | 0.3/1.4 MB | 45/511 kB | 16/755 kB Progress (4): 2.8 MB | 0.3/1.4 MB | 49/511 kB | 16/755 kB Progress (4): 2.8 MB | 0.3/1.4 MB | 53/511 kB | 16/755 kB Progress (4): 2.8 MB | 0.3/1.4 MB | 57/511 kB | 16/755 kB Progress (4): 2.8 MB | 0.3/1.4 MB | 57/511 kB | 20/755 kB Progress (4): 2.8 MB | 0.3/1.4 MB | 57/511 kB | 24/755 kB Progress (4): 2.8 MB | 0.3/1.4 MB | 57/511 kB | 28/755 kB Progress (4): 2.8 MB | 0.3/1.4 MB | 57/511 kB | 32/755 kB Progress (4): 2.8 MB | 0.3/1.4 MB | 57/511 kB | 36/755 kB Progress (4): 2.8 MB | 0.3/1.4 MB | 57/511 kB | 41/755 kB Progress (4): 2.8 MB | 0.3/1.4 MB | 57/511 kB | 45/755 kB Progress (4): 2.8 MB | 0.3/1.4 MB | 57/511 kB | 49/755 kB Progress (4): 2.8 MB | 0.3/1.4 MB | 57/511 kB | 53/755 kB Progress (4): 2.8 MB | 0.3/1.4 MB | 57/511 kB | 57/755 kB Progress (4): 2.8 MB | 0.3/1.4 MB | 57/511 kB | 57/755 kB Progress (4): 2.8 MB | 0.3/1.4 MB | 57/511 kB | 57/755 kB Progress (4): 2.8 MB | 0.4/1.4 MB | 57/511 kB | 57/755 kB Progress (4): 2.8 MB | 0.4/1.4 MB | 57/511 kB | 57/755 kB Progress (4): 2.8 MB | 0.4/1.4 MB | 57/511 kB | 57/755 kB Progress (4): 2.8 MB | 0.4/1.4 MB | 57/511 kB | 57/755 kB Progress (5): 2.8 MB | 0.4/1.4 MB | 57/511 kB | 57/755 kB | 4.1/189 kB Progress (5): 2.8 MB | 0.4/1.4 MB | 57/511 kB | 57/755 kB | 7.8/189 kB Progress (5): 2.8 MB | 0.4/1.4 MB | 57/511 kB | 57/755 kB | 12/189 kB Progress (5): 2.8 MB | 0.4/1.4 MB | 57/511 kB | 57/755 kB | 16/189 kB Progress (5): 2.8 MB | 0.4/1.4 MB | 57/511 kB | 57/755 kB | 20/189 kB Progress (5): 2.8 MB | 0.4/1.4 MB | 57/511 kB | 57/755 kB | 24/189 kB Progress (5): 2.8 MB | 0.4/1.4 MB | 57/511 kB | 57/755 kB | 28/189 kB Progress (5): 2.8 MB | 0.4/1.4 MB | 57/511 kB | 57/755 kB | 32/189 kB Progress (5): 2.8 MB | 0.4/1.4 MB | 57/511 kB | 57/755 kB | 36/189 kB Progress (5): 2.8 MB | 0.4/1.4 MB | 57/511 kB | 57/755 kB | 41/189 kB Progress (5): 2.8 MB | 0.4/1.4 MB | 57/511 kB | 57/755 kB | 45/189 kB Progress (5): 2.8 MB | 0.4/1.4 MB | 57/511 kB | 57/755 kB | 49/189 kB Progress (5): 2.8 MB | 0.4/1.4 MB | 57/511 kB | 57/755 kB | 53/189 kB Progress (5): 2.8 MB | 0.4/1.4 MB | 57/511 kB | 57/755 kB | 57/189 kB Progress (5): 2.8 MB | 0.4/1.4 MB | 57/511 kB | 57/755 kB | 61/189 kB Progress (5): 2.8 MB | 0.4/1.4 MB | 57/511 kB | 57/755 kB | 65/189 kB Progress (5): 2.8 MB | 0.4/1.4 MB | 57/511 kB | 57/755 kB | 69/189 kB Progress (5): 2.8 MB | 0.4/1.4 MB | 57/511 kB | 57/755 kB | 73/189 kB Progress (5): 2.8 MB | 0.4/1.4 MB | 57/511 kB | 57/755 kB | 77/189 kB Progress (5): 2.8 MB | 0.4/1.4 MB | 57/511 kB | 57/755 kB | 82/189 kB Progress (5): 2.8 MB | 0.4/1.4 MB | 57/511 kB | 57/755 kB | 86/189 kB Progress (5): 2.8 MB | 0.4/1.4 MB | 57/511 kB | 57/755 kB | 90/189 kB Progress (5): 2.8 MB | 0.4/1.4 MB | 57/511 kB | 57/755 kB | 94/189 kB Progress (5): 2.8 MB | 0.4/1.4 MB | 57/511 kB | 57/755 kB | 98/189 kB Progress (5): 2.8 MB | 0.4/1.4 MB | 57/511 kB | 57/755 kB | 102/189 kB Progress (5): 2.8 MB | 0.4/1.4 MB | 57/511 kB | 57/755 kB | 106/189 kB Progress (5): 2.8 MB | 0.4/1.4 MB | 57/511 kB | 57/755 kB | 110/189 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/netty/netty-tcnative-boringssl-static/2.0.7.Final/netty-tcnative-boringssl-static-2.0.7.Final.jar (2.8 MB at 46 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/grpc/grpc-core/1.9.0/grpc-core-1.9.0.jar +Progress (4): 0.4/1.4 MB | 61/511 kB | 57/755 kB | 110/189 kB Progress (4): 0.4/1.4 MB | 65/511 kB | 57/755 kB | 110/189 kB Progress (4): 0.4/1.4 MB | 69/511 kB | 57/755 kB | 110/189 kB Progress (4): 0.4/1.4 MB | 73/511 kB | 57/755 kB | 110/189 kB Progress (4): 0.4/1.4 MB | 77/511 kB | 57/755 kB | 110/189 kB Progress (4): 0.4/1.4 MB | 82/511 kB | 57/755 kB | 110/189 kB Progress (4): 0.4/1.4 MB | 82/511 kB | 61/755 kB | 110/189 kB Progress (4): 0.4/1.4 MB | 82/511 kB | 65/755 kB | 110/189 kB Progress (4): 0.4/1.4 MB | 82/511 kB | 69/755 kB | 110/189 kB Progress (4): 0.4/1.4 MB | 82/511 kB | 73/755 kB | 110/189 kB Progress (4): 0.4/1.4 MB | 82/511 kB | 77/755 kB | 110/189 kB Progress (4): 0.4/1.4 MB | 82/511 kB | 82/755 kB | 110/189 kB Progress (4): 0.4/1.4 MB | 82/511 kB | 86/755 kB | 110/189 kB Progress (4): 0.4/1.4 MB | 82/511 kB | 90/755 kB | 110/189 kB Progress (4): 0.4/1.4 MB | 82/511 kB | 94/755 kB | 110/189 kB Progress (4): 0.4/1.4 MB | 82/511 kB | 98/755 kB | 110/189 kB Progress (4): 0.4/1.4 MB | 82/511 kB | 102/755 kB | 110/189 kB Progress (4): 0.4/1.4 MB | 82/511 kB | 106/755 kB | 110/189 kB Progress (4): 0.4/1.4 MB | 82/511 kB | 110/755 kB | 110/189 kB Progress (4): 0.4/1.4 MB | 82/511 kB | 114/755 kB | 110/189 kB Progress (4): 0.4/1.4 MB | 82/511 kB | 118/755 kB | 110/189 kB Progress (4): 0.4/1.4 MB | 82/511 kB | 122/755 kB | 110/189 kB Progress (4): 0.4/1.4 MB | 82/511 kB | 126/755 kB | 110/189 kB Progress (4): 0.4/1.4 MB | 82/511 kB | 131/755 kB | 110/189 kB Progress (4): 0.4/1.4 MB | 82/511 kB | 135/755 kB | 110/189 kB Progress (4): 0.4/1.4 MB | 82/511 kB | 139/755 kB | 110/189 kB Progress (4): 0.4/1.4 MB | 82/511 kB | 143/755 kB | 110/189 kB Progress (4): 0.4/1.4 MB | 82/511 kB | 147/755 kB | 110/189 kB Progress (4): 0.4/1.4 MB | 82/511 kB | 151/755 kB | 110/189 kB Progress (4): 0.4/1.4 MB | 82/511 kB | 155/755 kB | 110/189 kB Progress (4): 0.4/1.4 MB | 82/511 kB | 159/755 kB | 110/189 kB Progress (4): 0.4/1.4 MB | 82/511 kB | 159/755 kB | 110/189 kB Progress (4): 0.4/1.4 MB | 82/511 kB | 159/755 kB | 110/189 kB Progress (4): 0.4/1.4 MB | 82/511 kB | 159/755 kB | 110/189 kB Progress (4): 0.4/1.4 MB | 82/511 kB | 159/755 kB | 110/189 kB Progress (4): 0.4/1.4 MB | 82/511 kB | 159/755 kB | 110/189 kB Progress (4): 0.4/1.4 MB | 82/511 kB | 159/755 kB | 110/189 kB Progress (4): 0.4/1.4 MB | 82/511 kB | 159/755 kB | 110/189 kB Progress (4): 0.4/1.4 MB | 82/511 kB | 159/755 kB | 110/189 kB Progress (4): 0.5/1.4 MB | 82/511 kB | 159/755 kB | 110/189 kB Progress (4): 0.5/1.4 MB | 82/511 kB | 159/755 kB | 110/189 kB Progress (4): 0.5/1.4 MB | 82/511 kB | 159/755 kB | 110/189 kB Progress (4): 0.5/1.4 MB | 82/511 kB | 159/755 kB | 110/189 kB Progress (4): 0.5/1.4 MB | 82/511 kB | 159/755 kB | 110/189 kB Progress (4): 0.5/1.4 MB | 82/511 kB | 159/755 kB | 110/189 kB Progress (4): 0.5/1.4 MB | 82/511 kB | 159/755 kB | 110/189 kB Progress (4): 0.5/1.4 MB | 82/511 kB | 159/755 kB | 110/189 kB Progress (4): 0.5/1.4 MB | 82/511 kB | 159/755 kB | 110/189 kB Progress (4): 0.5/1.4 MB | 82/511 kB | 159/755 kB | 110/189 kB Progress (4): 0.5/1.4 MB | 86/511 kB | 159/755 kB | 110/189 kB Progress (4): 0.5/1.4 MB | 90/511 kB | 159/755 kB | 110/189 kB Progress (4): 0.5/1.4 MB | 94/511 kB | 159/755 kB | 110/189 kB Progress (4): 0.5/1.4 MB | 98/511 kB | 159/755 kB | 110/189 kB Progress (4): 0.5/1.4 MB | 98/511 kB | 163/755 kB | 110/189 kB Progress (4): 0.5/1.4 MB | 98/511 kB | 167/755 kB | 110/189 kB Progress (4): 0.5/1.4 MB | 98/511 kB | 171/755 kB | 110/189 kB Progress (4): 0.5/1.4 MB | 98/511 kB | 176/755 kB | 110/189 kB Progress (4): 0.5/1.4 MB | 98/511 kB | 180/755 kB | 110/189 kB Progress (4): 0.5/1.4 MB | 98/511 kB | 184/755 kB | 110/189 kB Progress (4): 0.5/1.4 MB | 98/511 kB | 188/755 kB | 110/189 kB Progress (4): 0.5/1.4 MB | 98/511 kB | 192/755 kB | 110/189 kB Progress (4): 0.5/1.4 MB | 98/511 kB | 196/755 kB | 110/189 kB Progress (4): 0.5/1.4 MB | 98/511 kB | 200/755 kB | 110/189 kB Progress (4): 0.5/1.4 MB | 98/511 kB | 204/755 kB | 110/189 kB Progress (4): 0.5/1.4 MB | 98/511 kB | 208/755 kB | 110/189 kB Progress (4): 0.5/1.4 MB | 98/511 kB | 212/755 kB | 110/189 kB Progress (4): 0.5/1.4 MB | 98/511 kB | 217/755 kB | 110/189 kB Progress (4): 0.5/1.4 MB | 98/511 kB | 221/755 kB | 110/189 kB Progress (4): 0.5/1.4 MB | 98/511 kB | 225/755 kB | 110/189 kB Progress (4): 0.5/1.4 MB | 98/511 kB | 229/755 kB | 110/189 kB Progress (4): 0.5/1.4 MB | 98/511 kB | 233/755 kB | 110/189 kB Progress (4): 0.5/1.4 MB | 98/511 kB | 237/755 kB | 110/189 kB Progress (4): 0.5/1.4 MB | 98/511 kB | 241/755 kB | 110/189 kB Progress (4): 0.5/1.4 MB | 98/511 kB | 245/755 kB | 110/189 kB Progress (4): 0.5/1.4 MB | 98/511 kB | 249/755 kB | 110/189 kB Progress (4): 0.5/1.4 MB | 98/511 kB | 253/755 kB | 110/189 kB Progress (4): 0.5/1.4 MB | 98/511 kB | 257/755 kB | 110/189 kB Progress (4): 0.5/1.4 MB | 98/511 kB | 257/755 kB | 110/189 kB Progress (4): 0.5/1.4 MB | 98/511 kB | 257/755 kB | 110/189 kB Progress (4): 0.6/1.4 MB | 98/511 kB | 257/755 kB | 110/189 kB Progress (4): 0.6/1.4 MB | 98/511 kB | 257/755 kB | 114/189 kB Progress (4): 0.6/1.4 MB | 98/511 kB | 257/755 kB | 118/189 kB Progress (4): 0.6/1.4 MB | 98/511 kB | 257/755 kB | 122/189 kB Progress (4): 0.6/1.4 MB | 98/511 kB | 257/755 kB | 126/189 kB Progress (4): 0.6/1.4 MB | 98/511 kB | 257/755 kB | 131/189 kB Progress (4): 0.6/1.4 MB | 98/511 kB | 257/755 kB | 135/189 kB Progress (4): 0.6/1.4 MB | 98/511 kB | 257/755 kB | 139/189 kB Progress (4): 0.6/1.4 MB | 98/511 kB | 257/755 kB | 143/189 kB Progress (4): 0.6/1.4 MB | 98/511 kB | 257/755 kB | 147/189 kB Progress (4): 0.6/1.4 MB | 98/511 kB | 257/755 kB | 151/189 kB Progress (4): 0.6/1.4 MB | 98/511 kB | 257/755 kB | 155/189 kB Progress (4): 0.6/1.4 MB | 98/511 kB | 257/755 kB | 159/189 kB Progress (4): 0.6/1.4 MB | 98/511 kB | 257/755 kB | 163/189 kB Progress (4): 0.6/1.4 MB | 98/511 kB | 257/755 kB | 167/189 kB Progress (4): 0.6/1.4 MB | 98/511 kB | 257/755 kB | 171/189 kB Progress (4): 0.6/1.4 MB | 98/511 kB | 257/755 kB | 176/189 kB Progress (4): 0.6/1.4 MB | 98/511 kB | 257/755 kB | 180/189 kB Progress (4): 0.6/1.4 MB | 98/511 kB | 257/755 kB | 184/189 kB Progress (4): 0.6/1.4 MB | 98/511 kB | 257/755 kB | 188/189 kB Progress (4): 0.6/1.4 MB | 98/511 kB | 257/755 kB | 189 kB Progress (4): 0.6/1.4 MB | 98/511 kB | 261/755 kB | 189 kB Progress (4): 0.6/1.4 MB | 98/511 kB | 261/755 kB | 189 kB Progress (4): 0.6/1.4 MB | 98/511 kB | 261/755 kB | 189 kB Progress (4): 0.6/1.4 MB | 98/511 kB | 261/755 kB | 189 kB Progress (4): 0.6/1.4 MB | 98/511 kB | 261/755 kB | 189 kB Progress (4): 0.6/1.4 MB | 98/511 kB | 261/755 kB | 189 kB Progress (4): 0.6/1.4 MB | 98/511 kB | 261/755 kB | 189 kB Progress (5): 0.6/1.4 MB | 98/511 kB | 261/755 kB | 189 kB | 4.1/562 kB Progress (5): 0.6/1.4 MB | 98/511 kB | 261/755 kB | 189 kB | 7.8/562 kB Progress (5): 0.6/1.4 MB | 98/511 kB | 261/755 kB | 189 kB | 12/562 kB Progress (5): 0.6/1.4 MB | 98/511 kB | 261/755 kB | 189 kB | 16/562 kB Progress (5): 0.6/1.4 MB | 102/511 kB | 261/755 kB | 189 kB | 16/562 kB Progress (5): 0.6/1.4 MB | 106/511 kB | 261/755 kB | 189 kB | 16/562 kB Progress (5): 0.6/1.4 MB | 110/511 kB | 261/755 kB | 189 kB | 16/562 kB Progress (5): 0.6/1.4 MB | 114/511 kB | 261/755 kB | 189 kB | 16/562 kB Progress (5): 0.6/1.4 MB | 118/511 kB | 261/755 kB | 189 kB | 16/562 kB Progress (5): 0.6/1.4 MB | 122/511 kB | 261/755 kB | 189 kB | 16/562 kB Progress (5): 0.6/1.4 MB | 127/511 kB | 261/755 kB | 189 kB | 16/562 kB Progress (5): 0.6/1.4 MB | 131/511 kB | 261/755 kB | 189 kB | 16/562 kB Progress (5): 0.6/1.4 MB | 131/511 kB | 265/755 kB | 189 kB | 16/562 kB Progress (5): 0.6/1.4 MB | 131/511 kB | 270/755 kB | 189 kB | 16/562 kB Progress (5): 0.6/1.4 MB | 131/511 kB | 274/755 kB | 189 kB | 16/562 kB Progress (5): 0.6/1.4 MB | 131/511 kB | 278/755 kB | 189 kB | 16/562 kB Progress (5): 0.6/1.4 MB | 131/511 kB | 282/755 kB | 189 kB | 16/562 kB Progress (5): 0.6/1.4 MB | 131/511 kB | 286/755 kB | 189 kB | 16/562 kB Progress (5): 0.6/1.4 MB | 131/511 kB | 288/755 kB | 189 kB | 16/562 kB Progress (5): 0.6/1.4 MB | 131/511 kB | 292/755 kB | 189 kB | 16/562 kB Progress (5): 0.6/1.4 MB | 131/511 kB | 296/755 kB | 189 kB | 16/562 kB Progress (5): 0.6/1.4 MB | 131/511 kB | 300/755 kB | 189 kB | 16/562 kB Progress (5): 0.6/1.4 MB | 131/511 kB | 304/755 kB | 189 kB | 16/562 kB Progress (5): 0.6/1.4 MB | 131/511 kB | 308/755 kB | 189 kB | 16/562 kB Progress (5): 0.6/1.4 MB | 131/511 kB | 313/755 kB | 189 kB | 16/562 kB Progress (5): 0.6/1.4 MB | 131/511 kB | 315/755 kB | 189 kB | 16/562 kB Progress (5): 0.6/1.4 MB | 131/511 kB | 319/755 kB | 189 kB | 16/562 kB Progress (5): 0.6/1.4 MB | 131/511 kB | 323/755 kB | 189 kB | 16/562 kB Progress (5): 0.6/1.4 MB | 131/511 kB | 327/755 kB | 189 kB | 16/562 kB Progress (5): 0.6/1.4 MB | 131/511 kB | 331/755 kB | 189 kB | 16/562 kB Progress (5): 0.6/1.4 MB | 131/511 kB | 335/755 kB | 189 kB | 16/562 kB Progress (5): 0.6/1.4 MB | 131/511 kB | 339/755 kB | 189 kB | 16/562 kB Progress (5): 0.6/1.4 MB | 131/511 kB | 343/755 kB | 189 kB | 16/562 kB Progress (5): 0.6/1.4 MB | 131/511 kB | 347/755 kB | 189 kB | 16/562 kB Progress (5): 0.6/1.4 MB | 131/511 kB | 352/755 kB | 189 kB | 16/562 kB Progress (5): 0.6/1.4 MB | 131/511 kB | 356/755 kB | 189 kB | 16/562 kB Progress (5): 0.6/1.4 MB | 131/511 kB | 360/755 kB | 189 kB | 16/562 kB Progress (5): 0.6/1.4 MB | 131/511 kB | 364/755 kB | 189 kB | 16/562 kB Progress (5): 0.6/1.4 MB | 131/511 kB | 364/755 kB | 189 kB | 16/562 kB Progress (5): 0.6/1.4 MB | 131/511 kB | 364/755 kB | 189 kB | 16/562 kB Progress (5): 0.6/1.4 MB | 131/511 kB | 364/755 kB | 189 kB | 16/562 kB Progress (5): 0.6/1.4 MB | 131/511 kB | 364/755 kB | 189 kB | 16/562 kB Progress (5): 0.6/1.4 MB | 131/511 kB | 364/755 kB | 189 kB | 16/562 kB Progress (5): 0.7/1.4 MB | 131/511 kB | 364/755 kB | 189 kB | 16/562 kB Progress (5): 0.7/1.4 MB | 131/511 kB | 364/755 kB | 189 kB | 16/562 kB Progress (5): 0.7/1.4 MB | 131/511 kB | 364/755 kB | 189 kB | 16/562 kB Progress (5): 0.7/1.4 MB | 131/511 kB | 364/755 kB | 189 kB | 16/562 kB Progress (5): 0.7/1.4 MB | 131/511 kB | 364/755 kB | 189 kB | 16/562 kB Progress (5): 0.7/1.4 MB | 131/511 kB | 364/755 kB | 189 kB | 20/562 kB Progress (5): 0.7/1.4 MB | 131/511 kB | 364/755 kB | 189 kB | 24/562 kB Progress (5): 0.7/1.4 MB | 131/511 kB | 364/755 kB | 189 kB | 28/562 kB Progress (5): 0.7/1.4 MB | 131/511 kB | 364/755 kB | 189 kB | 32/562 kB Progress (5): 0.7/1.4 MB | 131/511 kB | 364/755 kB | 189 kB | 36/562 kB Progress (5): 0.7/1.4 MB | 131/511 kB | 364/755 kB | 189 kB | 41/562 kB Progress (5): 0.7/1.4 MB | 131/511 kB | 364/755 kB | 189 kB | 45/562 kB Progress (5): 0.7/1.4 MB | 131/511 kB | 364/755 kB | 189 kB | 49/562 kB Progress (5): 0.7/1.4 MB | 131/511 kB | 364/755 kB | 189 kB | 53/562 kB Progress (5): 0.7/1.4 MB | 131/511 kB | 364/755 kB | 189 kB | 57/562 kB Progress (5): 0.7/1.4 MB | 135/511 kB | 364/755 kB | 189 kB | 57/562 kB Progress (5): 0.7/1.4 MB | 139/511 kB | 364/755 kB | 189 kB | 57/562 kB Progress (5): 0.7/1.4 MB | 143/511 kB | 364/755 kB | 189 kB | 57/562 kB Progress (5): 0.7/1.4 MB | 147/511 kB | 364/755 kB | 189 kB | 57/562 kB Progress (5): 0.7/1.4 MB | 147/511 kB | 368/755 kB | 189 kB | 57/562 kB Progress (5): 0.7/1.4 MB | 147/511 kB | 372/755 kB | 189 kB | 57/562 kB Progress (5): 0.7/1.4 MB | 147/511 kB | 376/755 kB | 189 kB | 57/562 kB Progress (5): 0.7/1.4 MB | 147/511 kB | 380/755 kB | 189 kB | 57/562 kB Progress (5): 0.7/1.4 MB | 147/511 kB | 384/755 kB | 189 kB | 57/562 kB Progress (5): 0.7/1.4 MB | 147/511 kB | 388/755 kB | 189 kB | 57/562 kB Progress (5): 0.7/1.4 MB | 147/511 kB | 393/755 kB | 189 kB | 57/562 kB Progress (5): 0.7/1.4 MB | 147/511 kB | 397/755 kB | 189 kB | 57/562 kB Progress (5): 0.7/1.4 MB | 147/511 kB | 401/755 kB | 189 kB | 57/562 kB Progress (5): 0.7/1.4 MB | 147/511 kB | 405/755 kB | 189 kB | 57/562 kB Progress (5): 0.7/1.4 MB | 147/511 kB | 409/755 kB | 189 kB | 57/562 kB Progress (5): 0.7/1.4 MB | 147/511 kB | 413/755 kB | 189 kB | 57/562 kB Progress (5): 0.7/1.4 MB | 147/511 kB | 417/755 kB | 189 kB | 57/562 kB Progress (5): 0.7/1.4 MB | 147/511 kB | 421/755 kB | 189 kB | 57/562 kB Progress (5): 0.7/1.4 MB | 147/511 kB | 425/755 kB | 189 kB | 57/562 kB Progress (5): 0.7/1.4 MB | 147/511 kB | 429/755 kB | 189 kB | 57/562 kB Progress (5): 0.7/1.4 MB | 147/511 kB | 433/755 kB | 189 kB | 57/562 kB Progress (5): 0.7/1.4 MB | 147/511 kB | 438/755 kB | 189 kB | 57/562 kB Progress (5): 0.7/1.4 MB | 147/511 kB | 442/755 kB | 189 kB | 57/562 kB Progress (5): 0.7/1.4 MB | 147/511 kB | 446/755 kB | 189 kB | 57/562 kB Progress (5): 0.7/1.4 MB | 151/511 kB | 446/755 kB | 189 kB | 57/562 kB Progress (5): 0.7/1.4 MB | 155/511 kB | 446/755 kB | 189 kB | 57/562 kB Progress (5): 0.7/1.4 MB | 159/511 kB | 446/755 kB | 189 kB | 57/562 kB Progress (5): 0.7/1.4 MB | 163/511 kB | 446/755 kB | 189 kB | 57/562 kB Progress (5): 0.7/1.4 MB | 163/511 kB | 450/755 kB | 189 kB | 57/562 kB Progress (5): 0.7/1.4 MB | 163/511 kB | 454/755 kB | 189 kB | 57/562 kB Progress (5): 0.7/1.4 MB | 163/511 kB | 458/755 kB | 189 kB | 57/562 kB Progress (5): 0.7/1.4 MB | 163/511 kB | 462/755 kB | 189 kB | 57/562 kB Progress (5): 0.7/1.4 MB | 163/511 kB | 462/755 kB | 189 kB | 57/562 kB Progress (5): 0.7/1.4 MB | 163/511 kB | 462/755 kB | 189 kB | 57/562 kB Progress (5): 0.7/1.4 MB | 163/511 kB | 462/755 kB | 189 kB | 57/562 kB Progress (5): 0.7/1.4 MB | 163/511 kB | 462/755 kB | 189 kB | 57/562 kB Progress (5): 0.7/1.4 MB | 163/511 kB | 462/755 kB | 189 kB | 57/562 kB Progress (5): 0.7/1.4 MB | 163/511 kB | 462/755 kB | 189 kB | 57/562 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/grpc/grpc-netty/1.9.0/grpc-netty-1.9.0.jar (189 kB at 3.1 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/instrumentation/instrumentation-api/0.4.3/instrumentation-api-0.4.3.jar +Progress (4): 0.7/1.4 MB | 163/511 kB | 462/755 kB | 57/562 kB Progress (4): 0.8/1.4 MB | 163/511 kB | 462/755 kB | 57/562 kB Progress (4): 0.8/1.4 MB | 163/511 kB | 466/755 kB | 57/562 kB Progress (4): 0.8/1.4 MB | 163/511 kB | 470/755 kB | 57/562 kB Progress (4): 0.8/1.4 MB | 163/511 kB | 474/755 kB | 57/562 kB Progress (4): 0.8/1.4 MB | 163/511 kB | 479/755 kB | 57/562 kB Progress (4): 0.8/1.4 MB | 163/511 kB | 479/755 kB | 57/562 kB Progress (4): 0.8/1.4 MB | 163/511 kB | 479/755 kB | 57/562 kB Progress (4): 0.8/1.4 MB | 163/511 kB | 479/755 kB | 61/562 kB Progress (4): 0.8/1.4 MB | 163/511 kB | 479/755 kB | 65/562 kB Progress (4): 0.8/1.4 MB | 163/511 kB | 479/755 kB | 69/562 kB Progress (4): 0.8/1.4 MB | 163/511 kB | 479/755 kB | 73/562 kB Progress (4): 0.8/1.4 MB | 163/511 kB | 479/755 kB | 77/562 kB Progress (4): 0.8/1.4 MB | 163/511 kB | 479/755 kB | 82/562 kB Progress (4): 0.8/1.4 MB | 163/511 kB | 479/755 kB | 86/562 kB Progress (4): 0.8/1.4 MB | 163/511 kB | 479/755 kB | 90/562 kB Progress (4): 0.8/1.4 MB | 163/511 kB | 479/755 kB | 94/562 kB Progress (4): 0.8/1.4 MB | 163/511 kB | 479/755 kB | 98/562 kB Progress (4): 0.8/1.4 MB | 163/511 kB | 479/755 kB | 102/562 kB Progress (4): 0.8/1.4 MB | 163/511 kB | 479/755 kB | 106/562 kB Progress (4): 0.8/1.4 MB | 163/511 kB | 479/755 kB | 110/562 kB Progress (4): 0.8/1.4 MB | 163/511 kB | 479/755 kB | 114/562 kB Progress (4): 0.8/1.4 MB | 163/511 kB | 479/755 kB | 118/562 kB Progress (4): 0.8/1.4 MB | 163/511 kB | 479/755 kB | 122/562 kB Progress (4): 0.8/1.4 MB | 163/511 kB | 479/755 kB | 126/562 kB Progress (4): 0.8/1.4 MB | 163/511 kB | 479/755 kB | 131/562 kB Progress (4): 0.8/1.4 MB | 163/511 kB | 479/755 kB | 135/562 kB Progress (4): 0.8/1.4 MB | 163/511 kB | 479/755 kB | 139/562 kB Progress (4): 0.8/1.4 MB | 163/511 kB | 479/755 kB | 143/562 kB Progress (4): 0.8/1.4 MB | 163/511 kB | 479/755 kB | 147/562 kB Progress (4): 0.8/1.4 MB | 163/511 kB | 479/755 kB | 151/562 kB Progress (4): 0.8/1.4 MB | 163/511 kB | 479/755 kB | 155/562 kB Progress (4): 0.8/1.4 MB | 163/511 kB | 479/755 kB | 159/562 kB Progress (4): 0.8/1.4 MB | 168/511 kB | 479/755 kB | 159/562 kB Progress (4): 0.8/1.4 MB | 172/511 kB | 479/755 kB | 159/562 kB Progress (4): 0.8/1.4 MB | 176/511 kB | 479/755 kB | 159/562 kB Progress (4): 0.8/1.4 MB | 180/511 kB | 479/755 kB | 159/562 kB Progress (4): 0.8/1.4 MB | 180/511 kB | 483/755 kB | 159/562 kB Progress (4): 0.8/1.4 MB | 180/511 kB | 487/755 kB | 159/562 kB Progress (4): 0.8/1.4 MB | 180/511 kB | 491/755 kB | 159/562 kB Progress (4): 0.8/1.4 MB | 180/511 kB | 495/755 kB | 159/562 kB Progress (4): 0.8/1.4 MB | 180/511 kB | 499/755 kB | 159/562 kB Progress (4): 0.8/1.4 MB | 180/511 kB | 503/755 kB | 159/562 kB Progress (4): 0.8/1.4 MB | 180/511 kB | 507/755 kB | 159/562 kB Progress (4): 0.8/1.4 MB | 180/511 kB | 511/755 kB | 159/562 kB Progress (4): 0.8/1.4 MB | 180/511 kB | 515/755 kB | 159/562 kB Progress (4): 0.8/1.4 MB | 180/511 kB | 520/755 kB | 159/562 kB Progress (4): 0.8/1.4 MB | 180/511 kB | 524/755 kB | 159/562 kB Progress (4): 0.8/1.4 MB | 180/511 kB | 528/755 kB | 159/562 kB Progress (4): 0.8/1.4 MB | 180/511 kB | 532/755 kB | 159/562 kB Progress (4): 0.8/1.4 MB | 180/511 kB | 536/755 kB | 159/562 kB Progress (4): 0.8/1.4 MB | 180/511 kB | 540/755 kB | 159/562 kB Progress (4): 0.8/1.4 MB | 180/511 kB | 544/755 kB | 159/562 kB Progress (4): 0.8/1.4 MB | 180/511 kB | 548/755 kB | 159/562 kB Progress (4): 0.8/1.4 MB | 180/511 kB | 552/755 kB | 159/562 kB Progress (4): 0.8/1.4 MB | 180/511 kB | 556/755 kB | 159/562 kB Progress (4): 0.8/1.4 MB | 180/511 kB | 560/755 kB | 159/562 kB Progress (4): 0.8/1.4 MB | 180/511 kB | 565/755 kB | 159/562 kB Progress (4): 0.8/1.4 MB | 180/511 kB | 569/755 kB | 159/562 kB Progress (4): 0.8/1.4 MB | 180/511 kB | 573/755 kB | 159/562 kB Progress (4): 0.8/1.4 MB | 180/511 kB | 577/755 kB | 159/562 kB Progress (4): 0.8/1.4 MB | 180/511 kB | 577/755 kB | 159/562 kB Progress (4): 0.8/1.4 MB | 180/511 kB | 577/755 kB | 159/562 kB Progress (4): 0.8/1.4 MB | 180/511 kB | 577/755 kB | 159/562 kB Progress (4): 0.8/1.4 MB | 180/511 kB | 577/755 kB | 159/562 kB Progress (4): 0.8/1.4 MB | 180/511 kB | 577/755 kB | 159/562 kB Progress (4): 0.8/1.4 MB | 180/511 kB | 577/755 kB | 159/562 kB Progress (4): 0.8/1.4 MB | 180/511 kB | 577/755 kB | 159/562 kB Progress (4): 0.8/1.4 MB | 180/511 kB | 577/755 kB | 159/562 kB Progress (4): 0.8/1.4 MB | 180/511 kB | 581/755 kB | 159/562 kB Progress (4): 0.8/1.4 MB | 180/511 kB | 585/755 kB | 159/562 kB Progress (4): 0.8/1.4 MB | 180/511 kB | 589/755 kB | 159/562 kB Progress (4): 0.8/1.4 MB | 180/511 kB | 589/755 kB | 159/562 kB Progress (4): 0.8/1.4 MB | 180/511 kB | 593/755 kB | 159/562 kB Progress (4): 0.8/1.4 MB | 180/511 kB | 593/755 kB | 159/562 kB Progress (4): 0.8/1.4 MB | 180/511 kB | 593/755 kB | 163/562 kB Progress (4): 0.8/1.4 MB | 180/511 kB | 593/755 kB | 167/562 kB Progress (4): 0.8/1.4 MB | 180/511 kB | 593/755 kB | 171/562 kB Progress (4): 0.8/1.4 MB | 180/511 kB | 593/755 kB | 176/562 kB Progress (4): 0.8/1.4 MB | 180/511 kB | 593/755 kB | 180/562 kB Progress (4): 0.8/1.4 MB | 180/511 kB | 593/755 kB | 184/562 kB Progress (4): 0.8/1.4 MB | 180/511 kB | 593/755 kB | 188/562 kB Progress (4): 0.8/1.4 MB | 180/511 kB | 593/755 kB | 192/562 kB Progress (4): 0.8/1.4 MB | 180/511 kB | 593/755 kB | 196/562 kB Progress (4): 0.8/1.4 MB | 180/511 kB | 593/755 kB | 200/562 kB Progress (4): 0.8/1.4 MB | 180/511 kB | 593/755 kB | 204/562 kB Progress (4): 0.8/1.4 MB | 180/511 kB | 593/755 kB | 208/562 kB Progress (4): 0.8/1.4 MB | 180/511 kB | 593/755 kB | 212/562 kB Progress (4): 0.8/1.4 MB | 180/511 kB | 593/755 kB | 217/562 kB Progress (4): 0.8/1.4 MB | 180/511 kB | 593/755 kB | 221/562 kB Progress (4): 0.8/1.4 MB | 180/511 kB | 593/755 kB | 225/562 kB Progress (4): 0.8/1.4 MB | 180/511 kB | 593/755 kB | 229/562 kB Progress (4): 0.8/1.4 MB | 180/511 kB | 593/755 kB | 233/562 kB Progress (4): 0.8/1.4 MB | 180/511 kB | 593/755 kB | 237/562 kB Progress (4): 0.8/1.4 MB | 180/511 kB | 593/755 kB | 241/562 kB Progress (4): 0.8/1.4 MB | 180/511 kB | 593/755 kB | 245/562 kB Progress (4): 0.8/1.4 MB | 180/511 kB | 593/755 kB | 249/562 kB Progress (4): 0.8/1.4 MB | 180/511 kB | 593/755 kB | 253/562 kB Progress (4): 0.8/1.4 MB | 180/511 kB | 593/755 kB | 257/562 kB Progress (4): 0.8/1.4 MB | 180/511 kB | 593/755 kB | 261/562 kB Progress (4): 0.8/1.4 MB | 180/511 kB | 593/755 kB | 265/562 kB Progress (4): 0.8/1.4 MB | 180/511 kB | 593/755 kB | 270/562 kB Progress (4): 0.8/1.4 MB | 180/511 kB | 593/755 kB | 274/562 kB Progress (4): 0.8/1.4 MB | 180/511 kB | 593/755 kB | 278/562 kB Progress (4): 0.8/1.4 MB | 180/511 kB | 593/755 kB | 282/562 kB Progress (4): 0.8/1.4 MB | 180/511 kB | 593/755 kB | 286/562 kB Progress (4): 0.8/1.4 MB | 184/511 kB | 593/755 kB | 286/562 kB Progress (4): 0.8/1.4 MB | 188/511 kB | 593/755 kB | 286/562 kB Progress (4): 0.8/1.4 MB | 192/511 kB | 593/755 kB | 286/562 kB Progress (4): 0.8/1.4 MB | 196/511 kB | 593/755 kB | 286/562 kB Progress (4): 0.8/1.4 MB | 200/511 kB | 593/755 kB | 286/562 kB Progress (4): 0.8/1.4 MB | 204/511 kB | 593/755 kB | 286/562 kB Progress (4): 0.8/1.4 MB | 208/511 kB | 593/755 kB | 286/562 kB Progress (4): 0.8/1.4 MB | 213/511 kB | 593/755 kB | 286/562 kB Progress (4): 0.9/1.4 MB | 213/511 kB | 593/755 kB | 286/562 kB Progress (4): 0.9/1.4 MB | 213/511 kB | 593/755 kB | 286/562 kB Progress (4): 0.9/1.4 MB | 213/511 kB | 597/755 kB | 286/562 kB Progress (4): 0.9/1.4 MB | 213/511 kB | 601/755 kB | 286/562 kB Progress (4): 0.9/1.4 MB | 213/511 kB | 606/755 kB | 286/562 kB Progress (4): 0.9/1.4 MB | 213/511 kB | 610/755 kB | 286/562 kB Progress (4): 0.9/1.4 MB | 213/511 kB | 614/755 kB | 286/562 kB Progress (4): 0.9/1.4 MB | 213/511 kB | 618/755 kB | 286/562 kB Progress (4): 0.9/1.4 MB | 213/511 kB | 622/755 kB | 286/562 kB Progress (4): 0.9/1.4 MB | 213/511 kB | 626/755 kB | 286/562 kB Progress (4): 0.9/1.4 MB | 213/511 kB | 626/755 kB | 288/562 kB Progress (4): 0.9/1.4 MB | 213/511 kB | 630/755 kB | 288/562 kB Progress (4): 0.9/1.4 MB | 213/511 kB | 634/755 kB | 288/562 kB Progress (4): 0.9/1.4 MB | 213/511 kB | 638/755 kB | 288/562 kB Progress (4): 0.9/1.4 MB | 213/511 kB | 642/755 kB | 288/562 kB Progress (4): 0.9/1.4 MB | 213/511 kB | 646/755 kB | 288/562 kB Progress (4): 0.9/1.4 MB | 213/511 kB | 651/755 kB | 288/562 kB Progress (4): 0.9/1.4 MB | 213/511 kB | 655/755 kB | 288/562 kB Progress (4): 0.9/1.4 MB | 213/511 kB | 659/755 kB | 288/562 kB Progress (4): 0.9/1.4 MB | 213/511 kB | 663/755 kB | 288/562 kB Progress (4): 0.9/1.4 MB | 213/511 kB | 667/755 kB | 288/562 kB Progress (4): 0.9/1.4 MB | 213/511 kB | 671/755 kB | 288/562 kB Progress (4): 0.9/1.4 MB | 213/511 kB | 675/755 kB | 288/562 kB Progress (4): 0.9/1.4 MB | 213/511 kB | 679/755 kB | 288/562 kB Progress (4): 0.9/1.4 MB | 213/511 kB | 683/755 kB | 288/562 kB Progress (4): 0.9/1.4 MB | 213/511 kB | 687/755 kB | 288/562 kB Progress (4): 0.9/1.4 MB | 213/511 kB | 692/755 kB | 288/562 kB Progress (4): 0.9/1.4 MB | 213/511 kB | 692/755 kB | 288/562 kB Progress (4): 0.9/1.4 MB | 213/511 kB | 692/755 kB | 288/562 kB Progress (4): 0.9/1.4 MB | 213/511 kB | 692/755 kB | 288/562 kB Progress (4): 0.9/1.4 MB | 213/511 kB | 696/755 kB | 288/562 kB Progress (4): 0.9/1.4 MB | 213/511 kB | 696/755 kB | 288/562 kB Progress (4): 0.9/1.4 MB | 213/511 kB | 700/755 kB | 288/562 kB Progress (4): 0.9/1.4 MB | 213/511 kB | 704/755 kB | 288/562 kB Progress (4): 0.9/1.4 MB | 213/511 kB | 708/755 kB | 288/562 kB Progress (4): 0.9/1.4 MB | 213/511 kB | 708/755 kB | 288/562 kB Progress (4): 0.9/1.4 MB | 213/511 kB | 708/755 kB | 288/562 kB Progress (4): 0.9/1.4 MB | 213/511 kB | 708/755 kB | 288/562 kB Progress (4): 0.9/1.4 MB | 213/511 kB | 708/755 kB | 288/562 kB Progress (4): 0.9/1.4 MB | 213/511 kB | 708/755 kB | 288/562 kB Progress (4): 0.9/1.4 MB | 213/511 kB | 708/755 kB | 288/562 kB Progress (4): 0.9/1.4 MB | 213/511 kB | 708/755 kB | 292/562 kB Progress (4): 0.9/1.4 MB | 213/511 kB | 708/755 kB | 296/562 kB Progress (4): 0.9/1.4 MB | 213/511 kB | 708/755 kB | 300/562 kB Progress (4): 0.9/1.4 MB | 213/511 kB | 708/755 kB | 304/562 kB Progress (5): 0.9/1.4 MB | 213/511 kB | 708/755 kB | 304/562 kB | 4.1/94 kB Progress (5): 0.9/1.4 MB | 213/511 kB | 708/755 kB | 304/562 kB | 7.8/94 kB Progress (5): 0.9/1.4 MB | 213/511 kB | 708/755 kB | 304/562 kB | 12/94 kB Progress (5): 0.9/1.4 MB | 213/511 kB | 708/755 kB | 304/562 kB | 16/94 kB Progress (5): 0.9/1.4 MB | 213/511 kB | 708/755 kB | 304/562 kB | 20/94 kB Progress (5): 0.9/1.4 MB | 213/511 kB | 708/755 kB | 304/562 kB | 24/94 kB Progress (5): 0.9/1.4 MB | 213/511 kB | 708/755 kB | 308/562 kB | 24/94 kB Progress (5): 0.9/1.4 MB | 213/511 kB | 708/755 kB | 313/562 kB | 24/94 kB Progress (5): 0.9/1.4 MB | 213/511 kB | 708/755 kB | 317/562 kB | 24/94 kB Progress (5): 0.9/1.4 MB | 213/511 kB | 708/755 kB | 321/562 kB | 24/94 kB Progress (5): 0.9/1.4 MB | 213/511 kB | 708/755 kB | 325/562 kB | 24/94 kB Progress (5): 0.9/1.4 MB | 213/511 kB | 708/755 kB | 329/562 kB | 24/94 kB Progress (5): 0.9/1.4 MB | 213/511 kB | 708/755 kB | 333/562 kB | 24/94 kB Progress (5): 0.9/1.4 MB | 213/511 kB | 708/755 kB | 337/562 kB | 24/94 kB Progress (5): 0.9/1.4 MB | 213/511 kB | 708/755 kB | 341/562 kB | 24/94 kB Progress (5): 0.9/1.4 MB | 213/511 kB | 708/755 kB | 345/562 kB | 24/94 kB Progress (5): 0.9/1.4 MB | 213/511 kB | 708/755 kB | 349/562 kB | 24/94 kB Progress (5): 0.9/1.4 MB | 213/511 kB | 708/755 kB | 354/562 kB | 24/94 kB Progress (5): 0.9/1.4 MB | 213/511 kB | 708/755 kB | 358/562 kB | 24/94 kB Progress (5): 0.9/1.4 MB | 213/511 kB | 708/755 kB | 362/562 kB | 24/94 kB Progress (5): 0.9/1.4 MB | 213/511 kB | 708/755 kB | 366/562 kB | 24/94 kB Progress (5): 0.9/1.4 MB | 213/511 kB | 708/755 kB | 370/562 kB | 24/94 kB Progress (5): 0.9/1.4 MB | 213/511 kB | 708/755 kB | 374/562 kB | 24/94 kB Progress (5): 0.9/1.4 MB | 213/511 kB | 708/755 kB | 378/562 kB | 24/94 kB Progress (5): 0.9/1.4 MB | 213/511 kB | 708/755 kB | 382/562 kB | 24/94 kB Progress (5): 0.9/1.4 MB | 213/511 kB | 708/755 kB | 386/562 kB | 24/94 kB Progress (5): 0.9/1.4 MB | 213/511 kB | 708/755 kB | 390/562 kB | 24/94 kB Progress (5): 0.9/1.4 MB | 213/511 kB | 708/755 kB | 395/562 kB | 24/94 kB Progress (5): 0.9/1.4 MB | 213/511 kB | 708/755 kB | 399/562 kB | 24/94 kB Progress (5): 0.9/1.4 MB | 213/511 kB | 708/755 kB | 403/562 kB | 24/94 kB Progress (5): 0.9/1.4 MB | 213/511 kB | 708/755 kB | 407/562 kB | 24/94 kB Progress (5): 0.9/1.4 MB | 213/511 kB | 708/755 kB | 411/562 kB | 24/94 kB Progress (5): 0.9/1.4 MB | 213/511 kB | 708/755 kB | 415/562 kB | 24/94 kB Progress (5): 0.9/1.4 MB | 213/511 kB | 708/755 kB | 419/562 kB | 24/94 kB Progress (5): 0.9/1.4 MB | 217/511 kB | 708/755 kB | 419/562 kB | 24/94 kB Progress (5): 0.9/1.4 MB | 221/511 kB | 708/755 kB | 419/562 kB | 24/94 kB Progress (5): 0.9/1.4 MB | 225/511 kB | 708/755 kB | 419/562 kB | 24/94 kB Progress (5): 0.9/1.4 MB | 229/511 kB | 708/755 kB | 419/562 kB | 24/94 kB Progress (5): 0.9/1.4 MB | 233/511 kB | 708/755 kB | 419/562 kB | 24/94 kB Progress (5): 0.9/1.4 MB | 237/511 kB | 708/755 kB | 419/562 kB | 24/94 kB Progress (5): 0.9/1.4 MB | 241/511 kB | 708/755 kB | 419/562 kB | 24/94 kB Progress (5): 0.9/1.4 MB | 245/511 kB | 708/755 kB | 419/562 kB | 24/94 kB Progress (5): 0.9/1.4 MB | 245/511 kB | 712/755 kB | 419/562 kB | 24/94 kB Progress (5): 0.9/1.4 MB | 245/511 kB | 716/755 kB | 419/562 kB | 24/94 kB Progress (5): 0.9/1.4 MB | 245/511 kB | 720/755 kB | 419/562 kB | 24/94 kB Progress (5): 0.9/1.4 MB | 245/511 kB | 724/755 kB | 419/562 kB | 24/94 kB Progress (5): 0.9/1.4 MB | 245/511 kB | 728/755 kB | 419/562 kB | 24/94 kB Progress (5): 0.9/1.4 MB | 245/511 kB | 732/755 kB | 419/562 kB | 24/94 kB Progress (5): 0.9/1.4 MB | 245/511 kB | 737/755 kB | 419/562 kB | 24/94 kB Progress (5): 0.9/1.4 MB | 245/511 kB | 741/755 kB | 419/562 kB | 24/94 kB Progress (5): 0.9/1.4 MB | 245/511 kB | 745/755 kB | 419/562 kB | 24/94 kB Progress (5): 0.9/1.4 MB | 245/511 kB | 749/755 kB | 419/562 kB | 24/94 kB Progress (5): 0.9/1.4 MB | 245/511 kB | 753/755 kB | 419/562 kB | 24/94 kB Progress (5): 0.9/1.4 MB | 245/511 kB | 755 kB | 419/562 kB | 24/94 kB Progress (5): 1.0/1.4 MB | 245/511 kB | 755 kB | 419/562 kB | 24/94 kB Progress (5): 1.0/1.4 MB | 245/511 kB | 755 kB | 419/562 kB | 24/94 kB Progress (5): 1.0/1.4 MB | 245/511 kB | 755 kB | 419/562 kB | 24/94 kB Progress (5): 1.0/1.4 MB | 245/511 kB | 755 kB | 419/562 kB | 24/94 kB Progress (5): 1.0/1.4 MB | 245/511 kB | 755 kB | 419/562 kB | 24/94 kB Progress (5): 1.0/1.4 MB | 245/511 kB | 755 kB | 419/562 kB | 24/94 kB Progress (5): 1.0/1.4 MB | 245/511 kB | 755 kB | 419/562 kB | 24/94 kB Progress (5): 1.0/1.4 MB | 245/511 kB | 755 kB | 419/562 kB | 24/94 kB Progress (5): 1.0/1.4 MB | 245/511 kB | 755 kB | 419/562 kB | 24/94 kB Progress (5): 1.0/1.4 MB | 245/511 kB | 755 kB | 419/562 kB | 24/94 kB Progress (5): 1.0/1.4 MB | 245/511 kB | 755 kB | 423/562 kB | 24/94 kB Progress (5): 1.0/1.4 MB | 245/511 kB | 755 kB | 427/562 kB | 24/94 kB Progress (5): 1.0/1.4 MB | 245/511 kB | 755 kB | 431/562 kB | 24/94 kB Progress (5): 1.0/1.4 MB | 245/511 kB | 755 kB | 435/562 kB | 24/94 kB Progress (5): 1.0/1.4 MB | 245/511 kB | 755 kB | 435/562 kB | 28/94 kB Progress (5): 1.0/1.4 MB | 245/511 kB | 755 kB | 435/562 kB | 32/94 kB Progress (5): 1.0/1.4 MB | 245/511 kB | 755 kB | 435/562 kB | 36/94 kB Progress (5): 1.0/1.4 MB | 245/511 kB | 755 kB | 435/562 kB | 41/94 kB Progress (5): 1.0/1.4 MB | 245/511 kB | 755 kB | 435/562 kB | 45/94 kB Progress (5): 1.0/1.4 MB | 245/511 kB | 755 kB | 435/562 kB | 49/94 kB Progress (5): 1.0/1.4 MB | 245/511 kB | 755 kB | 435/562 kB | 53/94 kB Progress (5): 1.0/1.4 MB | 245/511 kB | 755 kB | 435/562 kB | 57/94 kB Progress (5): 1.0/1.4 MB | 245/511 kB | 755 kB | 440/562 kB | 57/94 kB Progress (5): 1.0/1.4 MB | 245/511 kB | 755 kB | 444/562 kB | 57/94 kB Progress (5): 1.0/1.4 MB | 245/511 kB | 755 kB | 448/562 kB | 57/94 kB Progress (5): 1.0/1.4 MB | 245/511 kB | 755 kB | 452/562 kB | 57/94 kB Progress (5): 1.0/1.4 MB | 245/511 kB | 755 kB | 452/562 kB | 61/94 kB Progress (5): 1.0/1.4 MB | 245/511 kB | 755 kB | 452/562 kB | 65/94 kB Progress (5): 1.0/1.4 MB | 245/511 kB | 755 kB | 452/562 kB | 69/94 kB Progress (5): 1.0/1.4 MB | 245/511 kB | 755 kB | 452/562 kB | 73/94 kB Progress (5): 1.0/1.4 MB | 245/511 kB | 755 kB | 456/562 kB | 73/94 kB Progress (5): 1.0/1.4 MB | 245/511 kB | 755 kB | 460/562 kB | 73/94 kB Progress (5): 1.0/1.4 MB | 245/511 kB | 755 kB | 464/562 kB | 73/94 kB Progress (5): 1.0/1.4 MB | 245/511 kB | 755 kB | 468/562 kB | 73/94 kB Progress (5): 1.0/1.4 MB | 245/511 kB | 755 kB | 472/562 kB | 73/94 kB Progress (5): 1.0/1.4 MB | 245/511 kB | 755 kB | 476/562 kB | 73/94 kB Progress (5): 1.0/1.4 MB | 245/511 kB | 755 kB | 481/562 kB | 73/94 kB Progress (5): 1.0/1.4 MB | 245/511 kB | 755 kB | 485/562 kB | 73/94 kB Progress (5): 1.0/1.4 MB | 245/511 kB | 755 kB | 489/562 kB | 73/94 kB Progress (5): 1.0/1.4 MB | 245/511 kB | 755 kB | 493/562 kB | 73/94 kB Progress (5): 1.0/1.4 MB | 245/511 kB | 755 kB | 497/562 kB | 73/94 kB Progress (5): 1.0/1.4 MB | 245/511 kB | 755 kB | 501/562 kB | 73/94 kB Progress (5): 1.0/1.4 MB | 245/511 kB | 755 kB | 501/562 kB | 73/94 kB Progress (5): 1.0/1.4 MB | 245/511 kB | 755 kB | 501/562 kB | 73/94 kB Progress (5): 1.0/1.4 MB | 245/511 kB | 755 kB | 505/562 kB | 73/94 kB Progress (5): 1.0/1.4 MB | 245/511 kB | 755 kB | 509/562 kB | 73/94 kB Progress (5): 1.0/1.4 MB | 245/511 kB | 755 kB | 513/562 kB | 73/94 kB Progress (5): 1.0/1.4 MB | 245/511 kB | 755 kB | 517/562 kB | 73/94 kB Progress (5): 1.0/1.4 MB | 245/511 kB | 755 kB | 521/562 kB | 73/94 kB Progress (5): 1.0/1.4 MB | 245/511 kB | 755 kB | 526/562 kB | 73/94 kB Progress (5): 1.0/1.4 MB | 245/511 kB | 755 kB | 530/562 kB | 73/94 kB Progress (5): 1.0/1.4 MB | 245/511 kB | 755 kB | 534/562 kB | 73/94 kB Progress (5): 1.0/1.4 MB | 245/511 kB | 755 kB | 538/562 kB | 73/94 kB Progress (5): 1.0/1.4 MB | 245/511 kB | 755 kB | 542/562 kB | 73/94 kB Progress (5): 1.0/1.4 MB | 245/511 kB | 755 kB | 546/562 kB | 73/94 kB Progress (5): 1.0/1.4 MB | 245/511 kB | 755 kB | 550/562 kB | 73/94 kB Progress (5): 1.0/1.4 MB | 245/511 kB | 755 kB | 554/562 kB | 73/94 kB Progress (5): 1.0/1.4 MB | 245/511 kB | 755 kB | 558/562 kB | 73/94 kB Progress (5): 1.0/1.4 MB | 245/511 kB | 755 kB | 562 kB | 73/94 kB Progress (5): 1.0/1.4 MB | 249/511 kB | 755 kB | 562 kB | 73/94 kB Progress (5): 1.0/1.4 MB | 254/511 kB | 755 kB | 562 kB | 73/94 kB Progress (5): 1.0/1.4 MB | 258/511 kB | 755 kB | 562 kB | 73/94 kB Progress (5): 1.0/1.4 MB | 261/511 kB | 755 kB | 562 kB | 73/94 kB Progress (5): 1.0/1.4 MB | 265/511 kB | 755 kB | 562 kB | 73/94 kB Progress (5): 1.0/1.4 MB | 270/511 kB | 755 kB | 562 kB | 73/94 kB Progress (5): 1.0/1.4 MB | 274/511 kB | 755 kB | 562 kB | 73/94 kB Progress (5): 1.0/1.4 MB | 278/511 kB | 755 kB | 562 kB | 73/94 kB Progress (5): 1.1/1.4 MB | 278/511 kB | 755 kB | 562 kB | 73/94 kB Progress (5): 1.1/1.4 MB | 278/511 kB | 755 kB | 562 kB | 73/94 kB Progress (5): 1.1/1.4 MB | 278/511 kB | 755 kB | 562 kB | 73/94 kB Progress (5): 1.1/1.4 MB | 278/511 kB | 755 kB | 562 kB | 73/94 kB Progress (5): 1.1/1.4 MB | 278/511 kB | 755 kB | 562 kB | 73/94 kB Progress (5): 1.1/1.4 MB | 278/511 kB | 755 kB | 562 kB | 73/94 kB Progress (5): 1.1/1.4 MB | 278/511 kB | 755 kB | 562 kB | 73/94 kB Progress (5): 1.1/1.4 MB | 278/511 kB | 755 kB | 562 kB | 73/94 kB Progress (5): 1.1/1.4 MB | 278/511 kB | 755 kB | 562 kB | 73/94 kB Progress (5): 1.1/1.4 MB | 278/511 kB | 755 kB | 562 kB | 73/94 kB Progress (5): 1.1/1.4 MB | 278/511 kB | 755 kB | 562 kB | 77/94 kB Progress (5): 1.1/1.4 MB | 278/511 kB | 755 kB | 562 kB | 82/94 kB Progress (5): 1.1/1.4 MB | 278/511 kB | 755 kB | 562 kB | 86/94 kB Progress (5): 1.1/1.4 MB | 278/511 kB | 755 kB | 562 kB | 90/94 kB Progress (5): 1.1/1.4 MB | 278/511 kB | 755 kB | 562 kB | 94 kB Progress (5): 1.1/1.4 MB | 282/511 kB | 755 kB | 562 kB | 94 kB Progress (5): 1.1/1.4 MB | 286/511 kB | 755 kB | 562 kB | 94 kB Progress (5): 1.1/1.4 MB | 290/511 kB | 755 kB | 562 kB | 94 kB Progress (5): 1.1/1.4 MB | 294/511 kB | 755 kB | 562 kB | 94 kB Progress (5): 1.1/1.4 MB | 294/511 kB | 755 kB | 562 kB | 94 kB Progress (5): 1.1/1.4 MB | 294/511 kB | 755 kB | 562 kB | 94 kB Progress (5): 1.1/1.4 MB | 298/511 kB | 755 kB | 562 kB | 94 kB Progress (5): 1.1/1.4 MB | 302/511 kB | 755 kB | 562 kB | 94 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/api/grpc/proto-google-cloud-firestore-v1beta1/0.1.28/proto-google-cloud-firestore-v1beta1-0.1.28.jar (755 kB at 12 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/opencensus/opencensus-api/0.10.0/opencensus-api-0.10.0.jar +Progress (4): 1.1/1.4 MB | 306/511 kB | 562 kB | 94 kB Progress (4): 1.2/1.4 MB | 306/511 kB | 562 kB | 94 kB Progress (4): 1.2/1.4 MB | 310/511 kB | 562 kB | 94 kB Progress (4): 1.2/1.4 MB | 310/511 kB | 562 kB | 94 kB Progress (4): 1.2/1.4 MB | 310/511 kB | 562 kB | 94 kB Progress (4): 1.2/1.4 MB | 310/511 kB | 562 kB | 94 kB Progress (4): 1.2/1.4 MB | 310/511 kB | 562 kB | 94 kB Progress (4): 1.2/1.4 MB | 310/511 kB | 562 kB | 94 kB Progress (4): 1.2/1.4 MB | 310/511 kB | 562 kB | 94 kB Progress (4): 1.2/1.4 MB | 310/511 kB | 562 kB | 94 kB Progress (4): 1.2/1.4 MB | 310/511 kB | 562 kB | 94 kB Progress (4): 1.2/1.4 MB | 310/511 kB | 562 kB | 94 kB Progress (4): 1.2/1.4 MB | 315/511 kB | 562 kB | 94 kB Progress (4): 1.2/1.4 MB | 319/511 kB | 562 kB | 94 kB Progress (4): 1.2/1.4 MB | 323/511 kB | 562 kB | 94 kB Progress (4): 1.2/1.4 MB | 327/511 kB | 562 kB | 94 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/grpc/grpc-core/1.9.0/grpc-core-1.9.0.jar (562 kB at 9.1 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/opencensus/opencensus-contrib-grpc-metrics/0.10.0/opencensus-contrib-grpc-metrics-0.10.0.jar +Progress (3): 1.2/1.4 MB | 327/511 kB | 94 kB Progress (3): 1.2/1.4 MB | 327/511 kB | 94 kB Progress (3): 1.2/1.4 MB | 331/511 kB | 94 kB Progress (3): 1.2/1.4 MB | 335/511 kB | 94 kB Progress (3): 1.2/1.4 MB | 339/511 kB | 94 kB Progress (3): 1.2/1.4 MB | 343/511 kB | 94 kB Progress (3): 1.3/1.4 MB | 343/511 kB | 94 kB Progress (3): 1.3/1.4 MB | 343/511 kB | 94 kB Progress (3): 1.3/1.4 MB | 343/511 kB | 94 kB Progress (3): 1.3/1.4 MB | 343/511 kB | 94 kB Progress (3): 1.3/1.4 MB | 343/511 kB | 94 kB Progress (3): 1.3/1.4 MB | 343/511 kB | 94 kB Progress (3): 1.3/1.4 MB | 343/511 kB | 94 kB Progress (3): 1.3/1.4 MB | 343/511 kB | 94 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/instrumentation/instrumentation-api/0.4.3/instrumentation-api-0.4.3.jar (94 kB at 1.5 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/netty/netty-codec-http2/4.1.17.Final/netty-codec-http2-4.1.17.Final.jar +Progress (2): 1.3/1.4 MB | 343/511 kB Progress (2): 1.3/1.4 MB | 343/511 kB Progress (2): 1.3/1.4 MB | 347/511 kB Progress (2): 1.3/1.4 MB | 351/511 kB Progress (2): 1.3/1.4 MB | 356/511 kB Progress (2): 1.3/1.4 MB | 360/511 kB Progress (2): 1.3/1.4 MB | 364/511 kB Progress (2): 1.3/1.4 MB | 368/511 kB Progress (2): 1.3/1.4 MB | 372/511 kB Progress (2): 1.3/1.4 MB | 376/511 kB Progress (2): 1.3/1.4 MB | 376/511 kB Progress (2): 1.3/1.4 MB | 376/511 kB Progress (2): 1.4/1.4 MB | 376/511 kB Progress (2): 1.4/1.4 MB | 376/511 kB Progress (2): 1.4/1.4 MB | 376/511 kB Progress (2): 1.4/1.4 MB | 376/511 kB Progress (3): 1.4/1.4 MB | 376/511 kB | 4.1/198 kB Progress (3): 1.4/1.4 MB | 376/511 kB | 7.8/198 kB Progress (3): 1.4/1.4 MB | 376/511 kB | 12/198 kB Progress (3): 1.4/1.4 MB | 376/511 kB | 16/198 kB Progress (3): 1.4/1.4 MB | 376/511 kB | 20/198 kB Progress (3): 1.4/1.4 MB | 376/511 kB | 24/198 kB Progress (3): 1.4/1.4 MB | 376/511 kB | 28/198 kB Progress (3): 1.4/1.4 MB | 376/511 kB | 32/198 kB Progress (3): 1.4/1.4 MB | 376/511 kB | 36/198 kB Progress (3): 1.4/1.4 MB | 376/511 kB | 41/198 kB Progress (3): 1.4/1.4 MB | 376/511 kB | 45/198 kB Progress (3): 1.4/1.4 MB | 376/511 kB | 49/198 kB Progress (3): 1.4/1.4 MB | 376/511 kB | 53/198 kB Progress (3): 1.4/1.4 MB | 376/511 kB | 57/198 kB Progress (3): 1.4/1.4 MB | 376/511 kB | 61/198 kB Progress (3): 1.4/1.4 MB | 376/511 kB | 65/198 kB Progress (3): 1.4/1.4 MB | 376/511 kB | 69/198 kB Progress (3): 1.4/1.4 MB | 376/511 kB | 73/198 kB Progress (3): 1.4/1.4 MB | 376/511 kB | 77/198 kB Progress (3): 1.4/1.4 MB | 376/511 kB | 82/198 kB Progress (3): 1.4/1.4 MB | 376/511 kB | 86/198 kB Progress (3): 1.4/1.4 MB | 376/511 kB | 90/198 kB Progress (3): 1.4/1.4 MB | 376/511 kB | 94/198 kB Progress (3): 1.4/1.4 MB | 376/511 kB | 98/198 kB Progress (3): 1.4/1.4 MB | 376/511 kB | 102/198 kB Progress (3): 1.4/1.4 MB | 376/511 kB | 106/198 kB Progress (3): 1.4/1.4 MB | 376/511 kB | 106/198 kB Progress (3): 1.4 MB | 376/511 kB | 106/198 kB Progress (3): 1.4 MB | 380/511 kB | 106/198 kB Progress (3): 1.4 MB | 384/511 kB | 106/198 kB Progress (3): 1.4 MB | 388/511 kB | 106/198 kB Progress (3): 1.4 MB | 392/511 kB | 106/198 kB Progress (3): 1.4 MB | 396/511 kB | 106/198 kB Progress (3): 1.4 MB | 401/511 kB | 106/198 kB Progress (3): 1.4 MB | 405/511 kB | 106/198 kB Progress (3): 1.4 MB | 409/511 kB | 106/198 kB Progress (4): 1.4 MB | 409/511 kB | 106/198 kB | 4.1/8.7 kB Progress (4): 1.4 MB | 409/511 kB | 106/198 kB | 7.8/8.7 kB Progress (4): 1.4 MB | 409/511 kB | 106/198 kB | 8.7 kB Progress (4): 1.4 MB | 409/511 kB | 110/198 kB | 8.7 kB Progress (4): 1.4 MB | 409/511 kB | 114/198 kB | 8.7 kB Progress (4): 1.4 MB | 409/511 kB | 118/198 kB | 8.7 kB Progress (4): 1.4 MB | 409/511 kB | 122/198 kB | 8.7 kB Progress (4): 1.4 MB | 409/511 kB | 127/198 kB | 8.7 kB Progress (4): 1.4 MB | 409/511 kB | 131/198 kB | 8.7 kB Progress (4): 1.4 MB | 409/511 kB | 135/198 kB | 8.7 kB Progress (4): 1.4 MB | 409/511 kB | 139/198 kB | 8.7 kB Progress (4): 1.4 MB | 409/511 kB | 143/198 kB | 8.7 kB Progress (4): 1.4 MB | 409/511 kB | 147/198 kB | 8.7 kB Progress (4): 1.4 MB | 409/511 kB | 151/198 kB | 8.7 kB Progress (4): 1.4 MB | 409/511 kB | 155/198 kB | 8.7 kB Progress (4): 1.4 MB | 409/511 kB | 159/198 kB | 8.7 kB Progress (4): 1.4 MB | 409/511 kB | 163/198 kB | 8.7 kB Progress (4): 1.4 MB | 409/511 kB | 168/198 kB | 8.7 kB Progress (4): 1.4 MB | 409/511 kB | 172/198 kB | 8.7 kB Progress (4): 1.4 MB | 409/511 kB | 176/198 kB | 8.7 kB Progress (4): 1.4 MB | 409/511 kB | 180/198 kB | 8.7 kB Progress (4): 1.4 MB | 409/511 kB | 184/198 kB | 8.7 kB Progress (4): 1.4 MB | 409/511 kB | 188/198 kB | 8.7 kB Progress (4): 1.4 MB | 409/511 kB | 192/198 kB | 8.7 kB Progress (4): 1.4 MB | 409/511 kB | 196/198 kB | 8.7 kB Progress (4): 1.4 MB | 409/511 kB | 198 kB | 8.7 kB Progress (4): 1.4 MB | 413/511 kB | 198 kB | 8.7 kB Progress (4): 1.4 MB | 417/511 kB | 198 kB | 8.7 kB Progress (4): 1.4 MB | 421/511 kB | 198 kB | 8.7 kB Progress (4): 1.4 MB | 425/511 kB | 198 kB | 8.7 kB Progress (4): 1.4 MB | 429/511 kB | 198 kB | 8.7 kB Progress (4): 1.4 MB | 433/511 kB | 198 kB | 8.7 kB Progress (4): 1.4 MB | 437/511 kB | 198 kB | 8.7 kB Progress (4): 1.4 MB | 442/511 kB | 198 kB | 8.7 kB Progress (5): 1.4 MB | 442/511 kB | 198 kB | 8.7 kB | 4.1/404 kB Progress (5): 1.4 MB | 442/511 kB | 198 kB | 8.7 kB | 7.8/404 kB Progress (5): 1.4 MB | 442/511 kB | 198 kB | 8.7 kB | 12/404 kB Progress (5): 1.4 MB | 442/511 kB | 198 kB | 8.7 kB | 16/404 kB Progress (5): 1.4 MB | 442/511 kB | 198 kB | 8.7 kB | 20/404 kB Progress (5): 1.4 MB | 442/511 kB | 198 kB | 8.7 kB | 24/404 kB Progress (5): 1.4 MB | 442/511 kB | 198 kB | 8.7 kB | 28/404 kB Progress (5): 1.4 MB | 442/511 kB | 198 kB | 8.7 kB | 32/404 kB Progress (5): 1.4 MB | 442/511 kB | 198 kB | 8.7 kB | 36/404 kB Progress (5): 1.4 MB | 442/511 kB | 198 kB | 8.7 kB | 41/404 kB Progress (5): 1.4 MB | 442/511 kB | 198 kB | 8.7 kB | 45/404 kB Progress (5): 1.4 MB | 442/511 kB | 198 kB | 8.7 kB | 49/404 kB Progress (5): 1.4 MB | 442/511 kB | 198 kB | 8.7 kB | 53/404 kB Progress (5): 1.4 MB | 442/511 kB | 198 kB | 8.7 kB | 57/404 kB Progress (5): 1.4 MB | 442/511 kB | 198 kB | 8.7 kB | 61/404 kB Progress (5): 1.4 MB | 442/511 kB | 198 kB | 8.7 kB | 65/404 kB Progress (5): 1.4 MB | 442/511 kB | 198 kB | 8.7 kB | 69/404 kB Progress (5): 1.4 MB | 442/511 kB | 198 kB | 8.7 kB | 73/404 kB Progress (5): 1.4 MB | 442/511 kB | 198 kB | 8.7 kB | 77/404 kB Progress (5): 1.4 MB | 442/511 kB | 198 kB | 8.7 kB | 82/404 kB Progress (5): 1.4 MB | 446/511 kB | 198 kB | 8.7 kB | 82/404 kB Progress (5): 1.4 MB | 450/511 kB | 198 kB | 8.7 kB | 82/404 kB Progress (5): 1.4 MB | 454/511 kB | 198 kB | 8.7 kB | 82/404 kB Progress (5): 1.4 MB | 458/511 kB | 198 kB | 8.7 kB | 82/404 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/google/auto/value/auto-value/1.2/auto-value-1.2.jar (1.4 MB at 22 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/netty/netty-handler-proxy/4.1.17.Final/netty-handler-proxy-4.1.17.Final.jar +Progress (4): 462/511 kB | 198 kB | 8.7 kB | 82/404 kB Progress (4): 466/511 kB | 198 kB | 8.7 kB | 82/404 kB Progress (4): 470/511 kB | 198 kB | 8.7 kB | 82/404 kB Progress (4): 474/511 kB | 198 kB | 8.7 kB | 82/404 kB Progress (4): 478/511 kB | 198 kB | 8.7 kB | 82/404 kB Progress (4): 482/511 kB | 198 kB | 8.7 kB | 82/404 kB Progress (4): 487/511 kB | 198 kB | 8.7 kB | 82/404 kB Progress (4): 491/511 kB | 198 kB | 8.7 kB | 82/404 kB Progress (4): 491/511 kB | 198 kB | 8.7 kB | 86/404 kB Progress (4): 491/511 kB | 198 kB | 8.7 kB | 90/404 kB Progress (4): 491/511 kB | 198 kB | 8.7 kB | 94/404 kB Progress (4): 491/511 kB | 198 kB | 8.7 kB | 98/404 kB Progress (4): 491/511 kB | 198 kB | 8.7 kB | 101/404 kB Progress (4): 491/511 kB | 198 kB | 8.7 kB | 105/404 kB Progress (4): 491/511 kB | 198 kB | 8.7 kB | 109/404 kB Progress (4): 491/511 kB | 198 kB | 8.7 kB | 113/404 kB Progress (4): 491/511 kB | 198 kB | 8.7 kB | 118/404 kB Progress (4): 491/511 kB | 198 kB | 8.7 kB | 122/404 kB Progress (4): 491/511 kB | 198 kB | 8.7 kB | 126/404 kB Progress (4): 491/511 kB | 198 kB | 8.7 kB | 130/404 kB Progress (4): 491/511 kB | 198 kB | 8.7 kB | 134/404 kB Progress (4): 491/511 kB | 198 kB | 8.7 kB | 138/404 kB Progress (4): 491/511 kB | 198 kB | 8.7 kB | 142/404 kB Progress (4): 491/511 kB | 198 kB | 8.7 kB | 146/404 kB Progress (4): 491/511 kB | 198 kB | 8.7 kB | 150/404 kB Progress (4): 491/511 kB | 198 kB | 8.7 kB | 154/404 kB Progress (4): 491/511 kB | 198 kB | 8.7 kB | 158/404 kB Progress (4): 491/511 kB | 198 kB | 8.7 kB | 163/404 kB Progress (4): 491/511 kB | 198 kB | 8.7 kB | 167/404 kB Progress (4): 491/511 kB | 198 kB | 8.7 kB | 171/404 kB Progress (4): 491/511 kB | 198 kB | 8.7 kB | 175/404 kB Progress (4): 491/511 kB | 198 kB | 8.7 kB | 179/404 kB Progress (4): 491/511 kB | 198 kB | 8.7 kB | 183/404 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/opencensus/opencensus-contrib-grpc-metrics/0.10.0/opencensus-contrib-grpc-metrics-0.10.0.jar (8.7 kB at 138 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/netty/netty-codec-socks/4.1.17.Final/netty-codec-socks-4.1.17.Final.jar +Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/opencensus/opencensus-api/0.10.0/opencensus-api-0.10.0.jar (198 kB at 3.1 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/grpc/grpc-stub/1.9.0/grpc-stub-1.9.0.jar +Progress (2): 495/511 kB | 183/404 kB Progress (2): 499/511 kB | 183/404 kB Progress (2): 503/511 kB | 183/404 kB Progress (2): 507/511 kB | 183/404 kB Progress (2): 511/511 kB | 183/404 kB Progress (2): 511 kB | 183/404 kB Progress (2): 511 kB | 187/404 kB Progress (2): 511 kB | 191/404 kB Progress (2): 511 kB | 195/404 kB Progress (2): 511 kB | 199/404 kB Progress (2): 511 kB | 204/404 kB Progress (2): 511 kB | 208/404 kB Progress (2): 511 kB | 212/404 kB Progress (2): 511 kB | 216/404 kB Progress (2): 511 kB | 220/404 kB Progress (2): 511 kB | 224/404 kB Progress (2): 511 kB | 228/404 kB Progress (2): 511 kB | 232/404 kB Progress (2): 511 kB | 236/404 kB Progress (2): 511 kB | 240/404 kB Progress (2): 511 kB | 244/404 kB Progress (2): 511 kB | 249/404 kB Progress (2): 511 kB | 253/404 kB Progress (2): 511 kB | 257/404 kB Progress (2): 511 kB | 261/404 kB Progress (2): 511 kB | 265/404 kB Progress (2): 511 kB | 269/404 kB Progress (2): 511 kB | 273/404 kB Progress (2): 511 kB | 277/404 kB Progress (2): 511 kB | 281/404 kB Progress (2): 511 kB | 285/404 kB Progress (2): 511 kB | 290/404 kB Progress (2): 511 kB | 294/404 kB Progress (3): 511 kB | 294/404 kB | 4.1/21 kB Progress (3): 511 kB | 294/404 kB | 7.8/21 kB Progress (3): 511 kB | 294/404 kB | 12/21 kB Progress (3): 511 kB | 294/404 kB | 16/21 kB Progress (3): 511 kB | 294/404 kB | 20/21 kB Progress (3): 511 kB | 294/404 kB | 21 kB Progress (3): 511 kB | 298/404 kB | 21 kB Progress (3): 511 kB | 302/404 kB | 21 kB Progress (3): 511 kB | 306/404 kB | 21 kB Progress (3): 511 kB | 310/404 kB | 21 kB Progress (3): 511 kB | 314/404 kB | 21 kB Progress (3): 511 kB | 318/404 kB | 21 kB Progress (3): 511 kB | 322/404 kB | 21 kB Progress (3): 511 kB | 326/404 kB | 21 kB Progress (3): 511 kB | 331/404 kB | 21 kB Progress (3): 511 kB | 335/404 kB | 21 kB Progress (3): 511 kB | 339/404 kB | 21 kB Progress (3): 511 kB | 343/404 kB | 21 kB Progress (3): 511 kB | 347/404 kB | 21 kB Progress (3): 511 kB | 351/404 kB | 21 kB Progress (3): 511 kB | 355/404 kB | 21 kB Progress (3): 511 kB | 359/404 kB | 21 kB Progress (3): 511 kB | 363/404 kB | 21 kB Progress (3): 511 kB | 367/404 kB | 21 kB Progress (3): 511 kB | 371/404 kB | 21 kB Progress (3): 511 kB | 376/404 kB | 21 kB Progress (4): 511 kB | 376/404 kB | 21 kB | 4.1/38 kB Progress (4): 511 kB | 376/404 kB | 21 kB | 7.8/38 kB Progress (4): 511 kB | 376/404 kB | 21 kB | 12/38 kB Progress (4): 511 kB | 376/404 kB | 21 kB | 16/38 kB Progress (4): 511 kB | 376/404 kB | 21 kB | 20/38 kB Progress (4): 511 kB | 376/404 kB | 21 kB | 24/38 kB Progress (4): 511 kB | 376/404 kB | 21 kB | 28/38 kB Progress (4): 511 kB | 376/404 kB | 21 kB | 32/38 kB Progress (4): 511 kB | 376/404 kB | 21 kB | 36/38 kB Progress (4): 511 kB | 376/404 kB | 21 kB | 38 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/threeten/threetenbp/1.3.3/threetenbp-1.3.3.jar (511 kB at 8.1 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/grpc/grpc-auth/1.9.0/grpc-auth-1.9.0.jar +Progress (3): 380/404 kB | 21 kB | 38 kB Progress (3): 384/404 kB | 21 kB | 38 kB Progress (3): 388/404 kB | 21 kB | 38 kB Progress (3): 392/404 kB | 21 kB | 38 kB Progress (3): 396/404 kB | 21 kB | 38 kB Progress (3): 400/404 kB | 21 kB | 38 kB Progress (3): 404 kB | 21 kB | 38 kB Progress (4): 404 kB | 21 kB | 38 kB | 4.1/119 kB Progress (4): 404 kB | 21 kB | 38 kB | 7.8/119 kB Progress (4): 404 kB | 21 kB | 38 kB | 12/119 kB Progress (4): 404 kB | 21 kB | 38 kB | 16/119 kB Progress (4): 404 kB | 21 kB | 38 kB | 20/119 kB Progress (4): 404 kB | 21 kB | 38 kB | 24/119 kB Progress (4): 404 kB | 21 kB | 38 kB | 28/119 kB Progress (4): 404 kB | 21 kB | 38 kB | 32/119 kB Progress (4): 404 kB | 21 kB | 38 kB | 36/119 kB Progress (4): 404 kB | 21 kB | 38 kB | 41/119 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/netty/netty-handler-proxy/4.1.17.Final/netty-handler-proxy-4.1.17.Final.jar (21 kB at 329 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/netty/netty-codec-http/4.1.17.Final/netty-codec-http-4.1.17.Final.jar +Progress (3): 404 kB | 38 kB | 45/119 kB Progress (3): 404 kB | 38 kB | 49/119 kB Progress (3): 404 kB | 38 kB | 53/119 kB Progress (3): 404 kB | 38 kB | 57/119 kB Progress (3): 404 kB | 38 kB | 61/119 kB Progress (3): 404 kB | 38 kB | 65/119 kB Progress (3): 404 kB | 38 kB | 69/119 kB Progress (3): 404 kB | 38 kB | 73/119 kB Progress (3): 404 kB | 38 kB | 77/119 kB Progress (3): 404 kB | 38 kB | 82/119 kB Progress (3): 404 kB | 38 kB | 86/119 kB Progress (3): 404 kB | 38 kB | 90/119 kB Progress (3): 404 kB | 38 kB | 94/119 kB Progress (3): 404 kB | 38 kB | 98/119 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/grpc/grpc-stub/1.9.0/grpc-stub-1.9.0.jar (38 kB at 599 B/s) +Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/netty/netty-codec-http2/4.1.17.Final/netty-codec-http2-4.1.17.Final.jar (404 kB at 6.3 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/netty/netty-codec/4.1.17.Final/netty-codec-4.1.17.Final.jar +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/netty/netty-handler/4.1.17.Final/netty-handler-4.1.17.Final.jar +Progress (2): 98/119 kB | 4.1/13 kB Progress (2): 98/119 kB | 7.8/13 kB Progress (2): 98/119 kB | 12/13 kB Progress (2): 98/119 kB | 13 kB Progress (2): 102/119 kB | 13 kB Progress (2): 106/119 kB | 13 kB Progress (2): 110/119 kB | 13 kB Progress (2): 114/119 kB | 13 kB Progress (2): 118/119 kB | 13 kB Progress (2): 119 kB | 13 kB Progress (3): 119 kB | 13 kB | 4.1/556 kB Progress (3): 119 kB | 13 kB | 7.8/556 kB Progress (3): 119 kB | 13 kB | 12/556 kB Progress (3): 119 kB | 13 kB | 16/556 kB Progress (3): 119 kB | 13 kB | 20/556 kB Progress (3): 119 kB | 13 kB | 24/556 kB Progress (4): 119 kB | 13 kB | 24/556 kB | 4.1/314 kB Progress (4): 119 kB | 13 kB | 24/556 kB | 7.8/314 kB Progress (4): 119 kB | 13 kB | 24/556 kB | 12/314 kB Progress (4): 119 kB | 13 kB | 24/556 kB | 16/314 kB Progress (4): 119 kB | 13 kB | 24/556 kB | 20/314 kB Progress (4): 119 kB | 13 kB | 24/556 kB | 24/314 kB Progress (4): 119 kB | 13 kB | 24/556 kB | 28/314 kB Progress (4): 119 kB | 13 kB | 24/556 kB | 32/314 kB Progress (4): 119 kB | 13 kB | 24/556 kB | 36/314 kB Progress (4): 119 kB | 13 kB | 24/556 kB | 41/314 kB Progress (4): 119 kB | 13 kB | 24/556 kB | 45/314 kB Progress (4): 119 kB | 13 kB | 24/556 kB | 49/314 kB Progress (4): 119 kB | 13 kB | 24/556 kB | 53/314 kB Progress (4): 119 kB | 13 kB | 24/556 kB | 57/314 kB Progress (4): 119 kB | 13 kB | 24/556 kB | 61/314 kB Progress (4): 119 kB | 13 kB | 24/556 kB | 65/314 kB Progress (4): 119 kB | 13 kB | 24/556 kB | 69/314 kB Progress (4): 119 kB | 13 kB | 24/556 kB | 73/314 kB Progress (4): 119 kB | 13 kB | 28/556 kB | 73/314 kB Progress (4): 119 kB | 13 kB | 32/556 kB | 73/314 kB Progress (4): 119 kB | 13 kB | 36/556 kB | 73/314 kB Progress (4): 119 kB | 13 kB | 41/556 kB | 73/314 kB Progress (4): 119 kB | 13 kB | 41/556 kB | 77/314 kB Progress (4): 119 kB | 13 kB | 41/556 kB | 82/314 kB Progress (4): 119 kB | 13 kB | 41/556 kB | 86/314 kB Progress (4): 119 kB | 13 kB | 41/556 kB | 90/314 kB Progress (4): 119 kB | 13 kB | 41/556 kB | 92/314 kB Progress (4): 119 kB | 13 kB | 45/556 kB | 92/314 kB Progress (4): 119 kB | 13 kB | 49/556 kB | 92/314 kB Progress (4): 119 kB | 13 kB | 53/556 kB | 92/314 kB Progress (4): 119 kB | 13 kB | 57/556 kB | 92/314 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/netty/netty-codec-socks/4.1.17.Final/netty-codec-socks-4.1.17.Final.jar (119 kB at 1.9 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/netty/netty-buffer/4.1.17.Final/netty-buffer-4.1.17.Final.jar +Progress (3): 13 kB | 61/556 kB | 92/314 kB Progress (3): 13 kB | 65/556 kB | 92/314 kB Progress (3): 13 kB | 69/556 kB | 92/314 kB Progress (3): 13 kB | 73/556 kB | 92/314 kB Progress (3): 13 kB | 77/556 kB | 92/314 kB Progress (3): 13 kB | 82/556 kB | 92/314 kB Progress (3): 13 kB | 86/556 kB | 92/314 kB Progress (3): 13 kB | 90/556 kB | 92/314 kB Progress (3): 13 kB | 94/556 kB | 92/314 kB Progress (3): 13 kB | 98/556 kB | 92/314 kB Progress (3): 13 kB | 102/556 kB | 92/314 kB Progress (3): 13 kB | 106/556 kB | 92/314 kB Progress (3): 13 kB | 110/556 kB | 92/314 kB Progress (3): 13 kB | 114/556 kB | 92/314 kB Progress (3): 13 kB | 114/556 kB | 96/314 kB Progress (3): 13 kB | 114/556 kB | 100/314 kB Progress (3): 13 kB | 114/556 kB | 105/314 kB Progress (3): 13 kB | 114/556 kB | 109/314 kB Progress (3): 13 kB | 114/556 kB | 113/314 kB Progress (3): 13 kB | 114/556 kB | 117/314 kB Progress (3): 13 kB | 114/556 kB | 121/314 kB Progress (3): 13 kB | 114/556 kB | 125/314 kB Progress (3): 13 kB | 114/556 kB | 129/314 kB Progress (3): 13 kB | 114/556 kB | 133/314 kB Progress (3): 13 kB | 114/556 kB | 137/314 kB Progress (3): 13 kB | 114/556 kB | 141/314 kB Progress (3): 13 kB | 114/556 kB | 145/314 kB Progress (3): 13 kB | 114/556 kB | 150/314 kB Progress (3): 13 kB | 114/556 kB | 154/314 kB Progress (3): 13 kB | 114/556 kB | 158/314 kB Progress (3): 13 kB | 118/556 kB | 158/314 kB Progress (3): 13 kB | 122/556 kB | 158/314 kB Progress (3): 13 kB | 127/556 kB | 158/314 kB Progress (3): 13 kB | 131/556 kB | 158/314 kB Progress (3): 13 kB | 131/556 kB | 162/314 kB Progress (3): 13 kB | 131/556 kB | 166/314 kB Progress (3): 13 kB | 131/556 kB | 170/314 kB Progress (3): 13 kB | 131/556 kB | 174/314 kB Progress (3): 13 kB | 131/556 kB | 178/314 kB Progress (3): 13 kB | 131/556 kB | 182/314 kB Progress (3): 13 kB | 131/556 kB | 186/314 kB Progress (3): 13 kB | 131/556 kB | 191/314 kB Progress (3): 13 kB | 135/556 kB | 191/314 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/grpc/grpc-auth/1.9.0/grpc-auth-1.9.0.jar (13 kB at 198 B/s) +Progress (2): 135/556 kB | 195/314 kB Progress (2): 139/556 kB | 195/314 kB Progress (2): 139/556 kB | 199/314 kB Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/netty/netty-common/4.1.17.Final/netty-common-4.1.17.Final.jar +Progress (2): 139/556 kB | 203/314 kB Progress (2): 143/556 kB | 203/314 kB Progress (2): 143/556 kB | 207/314 kB Progress (2): 147/556 kB | 207/314 kB Progress (2): 147/556 kB | 211/314 kB Progress (2): 147/556 kB | 215/314 kB Progress (2): 147/556 kB | 219/314 kB Progress (2): 147/556 kB | 223/314 kB Progress (2): 147/556 kB | 227/314 kB Progress (2): 147/556 kB | 231/314 kB Progress (2): 147/556 kB | 236/314 kB Progress (2): 147/556 kB | 240/314 kB Progress (2): 147/556 kB | 244/314 kB Progress (2): 147/556 kB | 248/314 kB Progress (2): 147/556 kB | 252/314 kB Progress (2): 147/556 kB | 256/314 kB Progress (2): 147/556 kB | 260/314 kB Progress (2): 147/556 kB | 264/314 kB Progress (2): 147/556 kB | 268/314 kB Progress (2): 147/556 kB | 272/314 kB Progress (2): 147/556 kB | 277/314 kB Progress (2): 147/556 kB | 279/314 kB Progress (2): 151/556 kB | 279/314 kB Progress (2): 155/556 kB | 279/314 kB Progress (2): 159/556 kB | 279/314 kB Progress (2): 159/556 kB | 283/314 kB Progress (2): 163/556 kB | 283/314 kB Progress (2): 163/556 kB | 287/314 kB Progress (2): 163/556 kB | 291/314 kB Progress (2): 163/556 kB | 295/314 kB Progress (3): 163/556 kB | 295/314 kB | 4.1/374 kB Progress (3): 168/556 kB | 295/314 kB | 4.1/374 kB Progress (3): 168/556 kB | 295/314 kB | 7.8/374 kB Progress (3): 172/556 kB | 295/314 kB | 7.8/374 kB Progress (3): 172/556 kB | 300/314 kB | 7.8/374 kB Progress (3): 172/556 kB | 300/314 kB | 12/374 kB Progress (3): 172/556 kB | 304/314 kB | 12/374 kB Progress (3): 176/556 kB | 304/314 kB | 12/374 kB Progress (3): 176/556 kB | 308/314 kB | 12/374 kB Progress (3): 176/556 kB | 308/314 kB | 16/374 kB Progress (3): 176/556 kB | 312/314 kB | 16/374 kB Progress (3): 180/556 kB | 312/314 kB | 16/374 kB Progress (3): 180/556 kB | 314 kB | 16/374 kB Progress (3): 180/556 kB | 314 kB | 20/374 kB Progress (3): 180/556 kB | 314 kB | 24/374 kB Progress (3): 180/556 kB | 314 kB | 28/374 kB Progress (3): 180/556 kB | 314 kB | 32/374 kB Progress (3): 180/556 kB | 314 kB | 36/374 kB Progress (3): 180/556 kB | 314 kB | 41/374 kB Progress (3): 180/556 kB | 314 kB | 45/374 kB Progress (3): 180/556 kB | 314 kB | 49/374 kB Progress (3): 180/556 kB | 314 kB | 53/374 kB Progress (3): 180/556 kB | 314 kB | 57/374 kB Progress (3): 184/556 kB | 314 kB | 57/374 kB Progress (3): 188/556 kB | 314 kB | 57/374 kB Progress (3): 192/556 kB | 314 kB | 57/374 kB Progress (3): 196/556 kB | 314 kB | 57/374 kB Progress (3): 200/556 kB | 314 kB | 57/374 kB Progress (3): 204/556 kB | 314 kB | 57/374 kB Progress (3): 208/556 kB | 314 kB | 57/374 kB Progress (3): 213/556 kB | 314 kB | 57/374 kB Progress (3): 217/556 kB | 314 kB | 57/374 kB Progress (3): 221/556 kB | 314 kB | 57/374 kB Progress (3): 225/556 kB | 314 kB | 57/374 kB Progress (3): 229/556 kB | 314 kB | 57/374 kB Progress (4): 229/556 kB | 314 kB | 57/374 kB | 4.1/270 kB Progress (4): 229/556 kB | 314 kB | 57/374 kB | 7.8/270 kB Progress (4): 229/556 kB | 314 kB | 57/374 kB | 12/270 kB Progress (4): 229/556 kB | 314 kB | 57/374 kB | 16/270 kB Progress (4): 229/556 kB | 314 kB | 57/374 kB | 20/270 kB Progress (4): 229/556 kB | 314 kB | 57/374 kB | 24/270 kB Progress (4): 229/556 kB | 314 kB | 57/374 kB | 28/270 kB Progress (4): 229/556 kB | 314 kB | 57/374 kB | 32/270 kB Progress (4): 229/556 kB | 314 kB | 57/374 kB | 36/270 kB Progress (4): 229/556 kB | 314 kB | 57/374 kB | 41/270 kB Progress (4): 229/556 kB | 314 kB | 61/374 kB | 41/270 kB Progress (4): 229/556 kB | 314 kB | 65/374 kB | 41/270 kB Progress (4): 229/556 kB | 314 kB | 69/374 kB | 41/270 kB Progress (4): 229/556 kB | 314 kB | 73/374 kB | 41/270 kB Progress (4): 229/556 kB | 314 kB | 73/374 kB | 45/270 kB Progress (4): 229/556 kB | 314 kB | 77/374 kB | 45/270 kB Progress (4): 229/556 kB | 314 kB | 77/374 kB | 49/270 kB Progress (4): 229/556 kB | 314 kB | 77/374 kB | 53/270 kB Progress (4): 229/556 kB | 314 kB | 82/374 kB | 53/270 kB Progress (4): 229/556 kB | 314 kB | 82/374 kB | 57/270 kB Progress (4): 229/556 kB | 314 kB | 82/374 kB | 61/270 kB Progress (4): 229/556 kB | 314 kB | 82/374 kB | 65/270 kB Progress (4): 229/556 kB | 314 kB | 82/374 kB | 69/270 kB Progress (4): 229/556 kB | 314 kB | 82/374 kB | 73/270 kB Progress (4): 229/556 kB | 314 kB | 82/374 kB | 77/270 kB Progress (4): 229/556 kB | 314 kB | 82/374 kB | 82/270 kB Progress (4): 229/556 kB | 314 kB | 82/374 kB | 86/270 kB Progress (4): 229/556 kB | 314 kB | 82/374 kB | 90/270 kB Progress (4): 229/556 kB | 314 kB | 82/374 kB | 94/270 kB Progress (4): 229/556 kB | 314 kB | 82/374 kB | 98/270 kB Progress (4): 229/556 kB | 314 kB | 82/374 kB | 101/270 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/netty/netty-codec/4.1.17.Final/netty-codec-4.1.17.Final.jar (314 kB at 4.8 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/netty/netty-transport/4.1.17.Final/netty-transport-4.1.17.Final.jar +Progress (3): 233/556 kB | 82/374 kB | 101/270 kB Progress (3): 237/556 kB | 82/374 kB | 101/270 kB Progress (3): 241/556 kB | 82/374 kB | 101/270 kB Progress (3): 245/556 kB | 82/374 kB | 101/270 kB Progress (3): 249/556 kB | 82/374 kB | 101/270 kB Progress (3): 254/556 kB | 82/374 kB | 101/270 kB Progress (3): 258/556 kB | 82/374 kB | 101/270 kB Progress (3): 261/556 kB | 82/374 kB | 101/270 kB Progress (3): 265/556 kB | 82/374 kB | 101/270 kB Progress (3): 270/556 kB | 82/374 kB | 101/270 kB Progress (3): 274/556 kB | 82/374 kB | 101/270 kB Progress (3): 278/556 kB | 82/374 kB | 101/270 kB Progress (3): 282/556 kB | 82/374 kB | 101/270 kB Progress (3): 286/556 kB | 82/374 kB | 101/270 kB Progress (3): 290/556 kB | 82/374 kB | 101/270 kB Progress (3): 294/556 kB | 82/374 kB | 101/270 kB Progress (4): 294/556 kB | 82/374 kB | 101/270 kB | 4.1/565 kB Progress (4): 298/556 kB | 82/374 kB | 101/270 kB | 4.1/565 kB Progress (4): 298/556 kB | 82/374 kB | 101/270 kB | 7.8/565 kB Progress (4): 302/556 kB | 82/374 kB | 101/270 kB | 7.8/565 kB Progress (4): 302/556 kB | 82/374 kB | 101/270 kB | 12/565 kB Progress (4): 306/556 kB | 82/374 kB | 101/270 kB | 12/565 kB Progress (4): 306/556 kB | 82/374 kB | 101/270 kB | 16/565 kB Progress (4): 310/556 kB | 82/374 kB | 101/270 kB | 16/565 kB Progress (4): 310/556 kB | 82/374 kB | 101/270 kB | 20/565 kB Progress (4): 310/556 kB | 82/374 kB | 101/270 kB | 24/565 kB Progress (4): 315/556 kB | 82/374 kB | 101/270 kB | 24/565 kB Progress (4): 319/556 kB | 82/374 kB | 101/270 kB | 24/565 kB Progress (4): 323/556 kB | 82/374 kB | 101/270 kB | 24/565 kB Progress (4): 327/556 kB | 82/374 kB | 101/270 kB | 24/565 kB Progress (4): 331/556 kB | 82/374 kB | 101/270 kB | 24/565 kB Progress (4): 335/556 kB | 82/374 kB | 101/270 kB | 24/565 kB Progress (4): 339/556 kB | 82/374 kB | 101/270 kB | 24/565 kB Progress (4): 343/556 kB | 82/374 kB | 101/270 kB | 24/565 kB Progress (4): 343/556 kB | 82/374 kB | 105/270 kB | 24/565 kB Progress (4): 343/556 kB | 82/374 kB | 109/270 kB | 24/565 kB Progress (4): 343/556 kB | 82/374 kB | 113/270 kB | 24/565 kB Progress (4): 343/556 kB | 82/374 kB | 118/270 kB | 24/565 kB Progress (4): 343/556 kB | 82/374 kB | 122/270 kB | 24/565 kB Progress (4): 343/556 kB | 82/374 kB | 126/270 kB | 24/565 kB Progress (4): 343/556 kB | 82/374 kB | 130/270 kB | 24/565 kB Progress (4): 343/556 kB | 82/374 kB | 134/270 kB | 24/565 kB Progress (5): 343/556 kB | 82/374 kB | 134/270 kB | 24/565 kB | 4.1/452 kB Progress (5): 343/556 kB | 82/374 kB | 134/270 kB | 24/565 kB | 7.8/452 kB Progress (5): 343/556 kB | 82/374 kB | 134/270 kB | 24/565 kB | 12/452 kB Progress (5): 343/556 kB | 82/374 kB | 134/270 kB | 24/565 kB | 16/452 kB Progress (5): 347/556 kB | 82/374 kB | 134/270 kB | 24/565 kB | 16/452 kB Progress (5): 351/556 kB | 82/374 kB | 134/270 kB | 24/565 kB | 16/452 kB Progress (5): 356/556 kB | 82/374 kB | 134/270 kB | 24/565 kB | 16/452 kB Progress (5): 356/556 kB | 82/374 kB | 138/270 kB | 24/565 kB | 16/452 kB Progress (5): 356/556 kB | 82/374 kB | 138/270 kB | 28/565 kB | 16/452 kB Progress (5): 360/556 kB | 82/374 kB | 138/270 kB | 28/565 kB | 16/452 kB Progress (5): 360/556 kB | 82/374 kB | 138/270 kB | 32/565 kB | 16/452 kB Progress (5): 360/556 kB | 82/374 kB | 138/270 kB | 32/565 kB | 20/452 kB Progress (5): 360/556 kB | 82/374 kB | 142/270 kB | 32/565 kB | 20/452 kB Progress (5): 360/556 kB | 82/374 kB | 142/270 kB | 32/565 kB | 24/452 kB Progress (5): 364/556 kB | 82/374 kB | 142/270 kB | 32/565 kB | 24/452 kB Progress (5): 364/556 kB | 82/374 kB | 142/270 kB | 32/565 kB | 28/452 kB Progress (5): 364/556 kB | 82/374 kB | 142/270 kB | 36/565 kB | 28/452 kB Progress (5): 364/556 kB | 82/374 kB | 142/270 kB | 36/565 kB | 32/452 kB Progress (5): 368/556 kB | 82/374 kB | 142/270 kB | 36/565 kB | 32/452 kB Progress (5): 368/556 kB | 82/374 kB | 146/270 kB | 36/565 kB | 32/452 kB Progress (5): 372/556 kB | 82/374 kB | 146/270 kB | 36/565 kB | 32/452 kB Progress (5): 372/556 kB | 82/374 kB | 146/270 kB | 41/565 kB | 32/452 kB Progress (5): 376/556 kB | 82/374 kB | 146/270 kB | 41/565 kB | 32/452 kB Progress (5): 376/556 kB | 82/374 kB | 146/270 kB | 41/565 kB | 36/452 kB Progress (5): 376/556 kB | 82/374 kB | 150/270 kB | 41/565 kB | 36/452 kB Progress (5): 380/556 kB | 82/374 kB | 150/270 kB | 41/565 kB | 36/452 kB Progress (5): 380/556 kB | 82/374 kB | 150/270 kB | 41/565 kB | 41/452 kB Progress (5): 384/556 kB | 82/374 kB | 150/270 kB | 41/565 kB | 41/452 kB Progress (5): 384/556 kB | 82/374 kB | 150/270 kB | 41/565 kB | 45/452 kB Progress (5): 388/556 kB | 82/374 kB | 150/270 kB | 41/565 kB | 45/452 kB Progress (5): 388/556 kB | 82/374 kB | 150/270 kB | 41/565 kB | 49/452 kB Progress (5): 392/556 kB | 82/374 kB | 150/270 kB | 41/565 kB | 49/452 kB Progress (5): 392/556 kB | 82/374 kB | 150/270 kB | 41/565 kB | 53/452 kB Progress (5): 396/556 kB | 82/374 kB | 150/270 kB | 41/565 kB | 53/452 kB Progress (5): 396/556 kB | 82/374 kB | 150/270 kB | 41/565 kB | 57/452 kB Progress (5): 401/556 kB | 82/374 kB | 150/270 kB | 41/565 kB | 57/452 kB Progress (5): 405/556 kB | 82/374 kB | 150/270 kB | 41/565 kB | 57/452 kB Progress (5): 409/556 kB | 82/374 kB | 150/270 kB | 41/565 kB | 57/452 kB Progress (5): 409/556 kB | 82/374 kB | 150/270 kB | 41/565 kB | 61/452 kB Progress (5): 409/556 kB | 82/374 kB | 150/270 kB | 41/565 kB | 65/452 kB Progress (5): 413/556 kB | 82/374 kB | 150/270 kB | 41/565 kB | 65/452 kB Progress (5): 417/556 kB | 82/374 kB | 150/270 kB | 41/565 kB | 65/452 kB Progress (5): 421/556 kB | 82/374 kB | 150/270 kB | 41/565 kB | 65/452 kB Progress (5): 425/556 kB | 82/374 kB | 150/270 kB | 41/565 kB | 65/452 kB Progress (5): 429/556 kB | 82/374 kB | 150/270 kB | 41/565 kB | 65/452 kB Progress (5): 433/556 kB | 82/374 kB | 150/270 kB | 41/565 kB | 65/452 kB Progress (5): 437/556 kB | 82/374 kB | 150/270 kB | 41/565 kB | 65/452 kB Progress (5): 442/556 kB | 82/374 kB | 150/270 kB | 41/565 kB | 65/452 kB Progress (5): 442/556 kB | 82/374 kB | 150/270 kB | 41/565 kB | 69/452 kB Progress (5): 442/556 kB | 82/374 kB | 150/270 kB | 41/565 kB | 73/452 kB Progress (5): 446/556 kB | 82/374 kB | 150/270 kB | 41/565 kB | 73/452 kB Progress (5): 446/556 kB | 82/374 kB | 150/270 kB | 41/565 kB | 77/452 kB Progress (5): 450/556 kB | 82/374 kB | 150/270 kB | 41/565 kB | 77/452 kB Progress (5): 450/556 kB | 82/374 kB | 150/270 kB | 41/565 kB | 82/452 kB Progress (5): 454/556 kB | 82/374 kB | 150/270 kB | 41/565 kB | 82/452 kB Progress (5): 458/556 kB | 82/374 kB | 150/270 kB | 41/565 kB | 82/452 kB Progress (5): 458/556 kB | 82/374 kB | 150/270 kB | 41/565 kB | 86/452 kB Progress (5): 458/556 kB | 82/374 kB | 150/270 kB | 41/565 kB | 90/452 kB Progress (5): 458/556 kB | 82/374 kB | 150/270 kB | 41/565 kB | 94/452 kB Progress (5): 458/556 kB | 82/374 kB | 150/270 kB | 41/565 kB | 98/452 kB Progress (5): 458/556 kB | 82/374 kB | 150/270 kB | 41/565 kB | 102/452 kB Progress (5): 458/556 kB | 82/374 kB | 150/270 kB | 41/565 kB | 106/452 kB Progress (5): 458/556 kB | 82/374 kB | 150/270 kB | 41/565 kB | 110/452 kB Progress (5): 458/556 kB | 82/374 kB | 150/270 kB | 41/565 kB | 114/452 kB Progress (5): 458/556 kB | 82/374 kB | 150/270 kB | 41/565 kB | 118/452 kB Progress (5): 458/556 kB | 82/374 kB | 150/270 kB | 41/565 kB | 122/452 kB Progress (5): 458/556 kB | 82/374 kB | 150/270 kB | 45/565 kB | 122/452 kB Progress (5): 458/556 kB | 82/374 kB | 150/270 kB | 45/565 kB | 127/452 kB Progress (5): 458/556 kB | 82/374 kB | 150/270 kB | 49/565 kB | 127/452 kB Progress (5): 458/556 kB | 82/374 kB | 150/270 kB | 49/565 kB | 131/452 kB Progress (5): 458/556 kB | 82/374 kB | 150/270 kB | 53/565 kB | 131/452 kB Progress (5): 458/556 kB | 82/374 kB | 150/270 kB | 57/565 kB | 131/452 kB Progress (5): 458/556 kB | 82/374 kB | 150/270 kB | 57/565 kB | 135/452 kB Progress (5): 458/556 kB | 82/374 kB | 150/270 kB | 57/565 kB | 139/452 kB Progress (5): 458/556 kB | 82/374 kB | 150/270 kB | 57/565 kB | 143/452 kB Progress (5): 458/556 kB | 82/374 kB | 150/270 kB | 57/565 kB | 147/452 kB Progress (5): 458/556 kB | 82/374 kB | 150/270 kB | 57/565 kB | 151/452 kB Progress (5): 458/556 kB | 82/374 kB | 150/270 kB | 57/565 kB | 155/452 kB Progress (5): 458/556 kB | 82/374 kB | 154/270 kB | 57/565 kB | 155/452 kB Progress (5): 458/556 kB | 82/374 kB | 158/270 kB | 57/565 kB | 155/452 kB Progress (5): 458/556 kB | 82/374 kB | 163/270 kB | 57/565 kB | 155/452 kB Progress (5): 458/556 kB | 82/374 kB | 167/270 kB | 57/565 kB | 155/452 kB Progress (5): 458/556 kB | 82/374 kB | 171/270 kB | 57/565 kB | 155/452 kB Progress (5): 458/556 kB | 82/374 kB | 175/270 kB | 57/565 kB | 155/452 kB Progress (5): 458/556 kB | 82/374 kB | 179/270 kB | 57/565 kB | 155/452 kB Progress (5): 458/556 kB | 82/374 kB | 183/270 kB | 57/565 kB | 155/452 kB Progress (5): 458/556 kB | 82/374 kB | 187/270 kB | 57/565 kB | 155/452 kB Progress (5): 458/556 kB | 82/374 kB | 191/270 kB | 57/565 kB | 155/452 kB Progress (5): 458/556 kB | 82/374 kB | 195/270 kB | 57/565 kB | 155/452 kB Progress (5): 458/556 kB | 82/374 kB | 199/270 kB | 57/565 kB | 155/452 kB Progress (5): 458/556 kB | 82/374 kB | 204/270 kB | 57/565 kB | 155/452 kB Progress (5): 458/556 kB | 82/374 kB | 208/270 kB | 57/565 kB | 155/452 kB Progress (5): 458/556 kB | 82/374 kB | 212/270 kB | 57/565 kB | 155/452 kB Progress (5): 458/556 kB | 82/374 kB | 216/270 kB | 57/565 kB | 155/452 kB Progress (5): 458/556 kB | 82/374 kB | 220/270 kB | 57/565 kB | 155/452 kB Progress (5): 458/556 kB | 82/374 kB | 224/270 kB | 57/565 kB | 155/452 kB Progress (5): 458/556 kB | 82/374 kB | 228/270 kB | 57/565 kB | 155/452 kB Progress (5): 458/556 kB | 82/374 kB | 232/270 kB | 57/565 kB | 155/452 kB Progress (5): 458/556 kB | 82/374 kB | 236/270 kB | 57/565 kB | 155/452 kB Progress (5): 458/556 kB | 82/374 kB | 240/270 kB | 57/565 kB | 155/452 kB Progress (5): 458/556 kB | 82/374 kB | 244/270 kB | 57/565 kB | 155/452 kB Progress (5): 458/556 kB | 82/374 kB | 249/270 kB | 57/565 kB | 155/452 kB Progress (5): 458/556 kB | 82/374 kB | 253/270 kB | 57/565 kB | 155/452 kB Progress (5): 458/556 kB | 82/374 kB | 257/270 kB | 57/565 kB | 155/452 kB Progress (5): 458/556 kB | 82/374 kB | 261/270 kB | 57/565 kB | 155/452 kB Progress (5): 458/556 kB | 82/374 kB | 265/270 kB | 57/565 kB | 155/452 kB Progress (5): 458/556 kB | 82/374 kB | 269/270 kB | 57/565 kB | 155/452 kB Progress (5): 458/556 kB | 82/374 kB | 270 kB | 57/565 kB | 155/452 kB Progress (5): 462/556 kB | 82/374 kB | 270 kB | 57/565 kB | 155/452 kB Progress (5): 466/556 kB | 82/374 kB | 270 kB | 57/565 kB | 155/452 kB Progress (5): 470/556 kB | 82/374 kB | 270 kB | 57/565 kB | 155/452 kB Progress (5): 474/556 kB | 82/374 kB | 270 kB | 57/565 kB | 155/452 kB Progress (5): 478/556 kB | 82/374 kB | 270 kB | 57/565 kB | 155/452 kB Progress (5): 482/556 kB | 82/374 kB | 270 kB | 57/565 kB | 155/452 kB Progress (5): 487/556 kB | 82/374 kB | 270 kB | 57/565 kB | 155/452 kB Progress (5): 491/556 kB | 82/374 kB | 270 kB | 57/565 kB | 155/452 kB Progress (5): 491/556 kB | 82/374 kB | 270 kB | 57/565 kB | 159/452 kB Progress (5): 491/556 kB | 82/374 kB | 270 kB | 57/565 kB | 163/452 kB Progress (5): 491/556 kB | 82/374 kB | 270 kB | 57/565 kB | 167/452 kB Progress (5): 491/556 kB | 82/374 kB | 270 kB | 57/565 kB | 171/452 kB Progress (5): 491/556 kB | 82/374 kB | 270 kB | 57/565 kB | 175/452 kB Progress (5): 491/556 kB | 82/374 kB | 270 kB | 57/565 kB | 179/452 kB Progress (5): 491/556 kB | 82/374 kB | 270 kB | 57/565 kB | 183/452 kB Progress (5): 491/556 kB | 82/374 kB | 270 kB | 57/565 kB | 187/452 kB Progress (5): 491/556 kB | 82/374 kB | 270 kB | 57/565 kB | 191/452 kB Progress (5): 491/556 kB | 82/374 kB | 270 kB | 57/565 kB | 195/452 kB Progress (5): 491/556 kB | 82/374 kB | 270 kB | 57/565 kB | 200/452 kB Progress (5): 491/556 kB | 82/374 kB | 270 kB | 57/565 kB | 204/452 kB Progress (5): 491/556 kB | 82/374 kB | 270 kB | 57/565 kB | 208/452 kB Progress (5): 491/556 kB | 82/374 kB | 270 kB | 57/565 kB | 212/452 kB Progress (5): 491/556 kB | 82/374 kB | 270 kB | 57/565 kB | 216/452 kB Progress (5): 491/556 kB | 82/374 kB | 270 kB | 57/565 kB | 220/452 kB Progress (5): 491/556 kB | 82/374 kB | 270 kB | 57/565 kB | 224/452 kB Progress (5): 491/556 kB | 82/374 kB | 270 kB | 57/565 kB | 228/452 kB Progress (5): 491/556 kB | 82/374 kB | 270 kB | 57/565 kB | 232/452 kB Progress (5): 491/556 kB | 82/374 kB | 270 kB | 57/565 kB | 236/452 kB Progress (5): 491/556 kB | 82/374 kB | 270 kB | 57/565 kB | 241/452 kB Progress (5): 491/556 kB | 82/374 kB | 270 kB | 57/565 kB | 245/452 kB Progress (5): 491/556 kB | 82/374 kB | 270 kB | 57/565 kB | 249/452 kB Progress (5): 491/556 kB | 82/374 kB | 270 kB | 57/565 kB | 253/452 kB Progress (5): 491/556 kB | 82/374 kB | 270 kB | 57/565 kB | 257/452 kB Progress (5): 491/556 kB | 82/374 kB | 270 kB | 61/565 kB | 257/452 kB Progress (5): 491/556 kB | 82/374 kB | 270 kB | 65/565 kB | 257/452 kB Progress (5): 491/556 kB | 82/374 kB | 270 kB | 69/565 kB | 257/452 kB Progress (5): 491/556 kB | 82/374 kB | 270 kB | 73/565 kB | 257/452 kB Progress (5): 495/556 kB | 82/374 kB | 270 kB | 73/565 kB | 257/452 kB Progress (5): 499/556 kB | 82/374 kB | 270 kB | 73/565 kB | 257/452 kB Progress (5): 503/556 kB | 82/374 kB | 270 kB | 73/565 kB | 257/452 kB Progress (5): 507/556 kB | 82/374 kB | 270 kB | 73/565 kB | 257/452 kB Progress (5): 511/556 kB | 82/374 kB | 270 kB | 73/565 kB | 257/452 kB Progress (5): 515/556 kB | 82/374 kB | 270 kB | 73/565 kB | 257/452 kB Progress (5): 519/556 kB | 82/374 kB | 270 kB | 73/565 kB | 257/452 kB Progress (5): 523/556 kB | 82/374 kB | 270 kB | 73/565 kB | 257/452 kB Progress (5): 528/556 kB | 82/374 kB | 270 kB | 73/565 kB | 257/452 kB Progress (5): 532/556 kB | 82/374 kB | 270 kB | 73/565 kB | 257/452 kB Progress (5): 536/556 kB | 82/374 kB | 270 kB | 73/565 kB | 257/452 kB Progress (5): 540/556 kB | 82/374 kB | 270 kB | 73/565 kB | 257/452 kB Progress (5): 540/556 kB | 82/374 kB | 270 kB | 73/565 kB | 261/452 kB Progress (5): 540/556 kB | 82/374 kB | 270 kB | 73/565 kB | 265/452 kB Progress (5): 540/556 kB | 82/374 kB | 270 kB | 73/565 kB | 269/452 kB Progress (5): 540/556 kB | 82/374 kB | 270 kB | 73/565 kB | 273/452 kB Progress (5): 540/556 kB | 82/374 kB | 270 kB | 73/565 kB | 277/452 kB Progress (5): 540/556 kB | 82/374 kB | 270 kB | 73/565 kB | 282/452 kB Progress (5): 540/556 kB | 82/374 kB | 270 kB | 73/565 kB | 286/452 kB Progress (5): 540/556 kB | 82/374 kB | 270 kB | 73/565 kB | 290/452 kB Progress (5): 540/556 kB | 82/374 kB | 270 kB | 73/565 kB | 294/452 kB Progress (5): 540/556 kB | 82/374 kB | 270 kB | 73/565 kB | 298/452 kB Progress (5): 540/556 kB | 82/374 kB | 270 kB | 73/565 kB | 302/452 kB Progress (5): 540/556 kB | 82/374 kB | 270 kB | 73/565 kB | 306/452 kB Progress (5): 540/556 kB | 82/374 kB | 270 kB | 73/565 kB | 310/452 kB Progress (5): 540/556 kB | 82/374 kB | 270 kB | 73/565 kB | 314/452 kB Progress (5): 540/556 kB | 82/374 kB | 270 kB | 73/565 kB | 318/452 kB Progress (5): 540/556 kB | 82/374 kB | 270 kB | 73/565 kB | 322/452 kB Progress (5): 540/556 kB | 82/374 kB | 270 kB | 73/565 kB | 327/452 kB Progress (5): 540/556 kB | 82/374 kB | 270 kB | 73/565 kB | 331/452 kB Progress (5): 540/556 kB | 82/374 kB | 270 kB | 73/565 kB | 335/452 kB Progress (5): 540/556 kB | 82/374 kB | 270 kB | 73/565 kB | 339/452 kB Progress (5): 540/556 kB | 82/374 kB | 270 kB | 73/565 kB | 343/452 kB Progress (5): 540/556 kB | 82/374 kB | 270 kB | 73/565 kB | 347/452 kB Progress (5): 540/556 kB | 82/374 kB | 270 kB | 73/565 kB | 351/452 kB Progress (5): 540/556 kB | 82/374 kB | 270 kB | 73/565 kB | 355/452 kB Progress (5): 540/556 kB | 82/374 kB | 270 kB | 77/565 kB | 355/452 kB Progress (5): 540/556 kB | 82/374 kB | 270 kB | 82/565 kB | 355/452 kB Progress (5): 544/556 kB | 82/374 kB | 270 kB | 82/565 kB | 355/452 kB Progress (5): 548/556 kB | 82/374 kB | 270 kB | 82/565 kB | 355/452 kB Progress (5): 552/556 kB | 82/374 kB | 270 kB | 82/565 kB | 355/452 kB Progress (5): 556/556 kB | 82/374 kB | 270 kB | 82/565 kB | 355/452 kB Progress (5): 556 kB | 82/374 kB | 270 kB | 82/565 kB | 355/452 kB Progress (5): 556 kB | 86/374 kB | 270 kB | 82/565 kB | 355/452 kB Progress (5): 556 kB | 90/374 kB | 270 kB | 82/565 kB | 355/452 kB Progress (5): 556 kB | 94/374 kB | 270 kB | 82/565 kB | 355/452 kB Progress (5): 556 kB | 94/374 kB | 270 kB | 82/565 kB | 359/452 kB Progress (5): 556 kB | 98/374 kB | 270 kB | 82/565 kB | 359/452 kB Progress (5): 556 kB | 98/374 kB | 270 kB | 82/565 kB | 363/452 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/netty/netty-buffer/4.1.17.Final/netty-buffer-4.1.17.Final.jar (270 kB at 4.1 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/netty/netty-resolver/4.1.17.Final/netty-resolver-4.1.17.Final.jar +Progress (4): 556 kB | 98/374 kB | 82/565 kB | 368/452 kB Progress (4): 556 kB | 98/374 kB | 82/565 kB | 372/452 kB Progress (4): 556 kB | 98/374 kB | 82/565 kB | 376/452 kB Progress (4): 556 kB | 98/374 kB | 82/565 kB | 380/452 kB Progress (4): 556 kB | 98/374 kB | 82/565 kB | 384/452 kB Progress (4): 556 kB | 98/374 kB | 82/565 kB | 388/452 kB Progress (4): 556 kB | 98/374 kB | 82/565 kB | 392/452 kB Progress (4): 556 kB | 98/374 kB | 82/565 kB | 396/452 kB Progress (4): 556 kB | 98/374 kB | 82/565 kB | 400/452 kB Progress (4): 556 kB | 98/374 kB | 82/565 kB | 404/452 kB Progress (4): 556 kB | 98/374 kB | 82/565 kB | 408/452 kB Progress (4): 556 kB | 98/374 kB | 82/565 kB | 412/452 kB Progress (4): 556 kB | 98/374 kB | 82/565 kB | 416/452 kB Progress (4): 556 kB | 98/374 kB | 82/565 kB | 420/452 kB Progress (4): 556 kB | 98/374 kB | 82/565 kB | 424/452 kB Progress (4): 556 kB | 98/374 kB | 82/565 kB | 428/452 kB Progress (4): 556 kB | 98/374 kB | 82/565 kB | 432/452 kB Progress (4): 556 kB | 98/374 kB | 82/565 kB | 436/452 kB Progress (4): 556 kB | 98/374 kB | 82/565 kB | 441/452 kB Progress (4): 556 kB | 98/374 kB | 82/565 kB | 445/452 kB Progress (4): 556 kB | 98/374 kB | 82/565 kB | 449/452 kB Progress (4): 556 kB | 98/374 kB | 82/565 kB | 452 kB Progress (4): 556 kB | 98/374 kB | 86/565 kB | 452 kB Progress (4): 556 kB | 98/374 kB | 90/565 kB | 452 kB Progress (4): 556 kB | 98/374 kB | 94/565 kB | 452 kB Progress (4): 556 kB | 98/374 kB | 98/565 kB | 452 kB Progress (4): 556 kB | 102/374 kB | 98/565 kB | 452 kB Progress (4): 556 kB | 106/374 kB | 98/565 kB | 452 kB Progress (4): 556 kB | 110/374 kB | 98/565 kB | 452 kB Progress (4): 556 kB | 114/374 kB | 98/565 kB | 452 kB Progress (4): 556 kB | 114/374 kB | 102/565 kB | 452 kB Progress (4): 556 kB | 114/374 kB | 106/565 kB | 452 kB Progress (4): 556 kB | 114/374 kB | 110/565 kB | 452 kB Progress (4): 556 kB | 114/374 kB | 114/565 kB | 452 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/netty/netty-codec-http/4.1.17.Final/netty-codec-http-4.1.17.Final.jar (556 kB at 8.3 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/firebase/firebase-client-android/2.5.2/firebase-client-android-2.5.2.jar +Progress (3): 118/374 kB | 114/565 kB | 452 kB Progress (3): 122/374 kB | 114/565 kB | 452 kB Progress (3): 127/374 kB | 114/565 kB | 452 kB Progress (3): 131/374 kB | 114/565 kB | 452 kB Progress (3): 131/374 kB | 118/565 kB | 452 kB Progress (3): 131/374 kB | 122/565 kB | 452 kB Progress (3): 131/374 kB | 127/565 kB | 452 kB Progress (3): 131/374 kB | 131/565 kB | 452 kB Progress (4): 131/374 kB | 131/565 kB | 452 kB | 4.1/32 kB Progress (4): 131/374 kB | 131/565 kB | 452 kB | 7.8/32 kB Progress (4): 131/374 kB | 131/565 kB | 452 kB | 12/32 kB Progress (4): 131/374 kB | 131/565 kB | 452 kB | 16/32 kB Progress (4): 131/374 kB | 131/565 kB | 452 kB | 20/32 kB Progress (4): 131/374 kB | 131/565 kB | 452 kB | 24/32 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/netty/netty-transport/4.1.17.Final/netty-transport-4.1.17.Final.jar (452 kB at 6.8 kB/s) +Progress (3): 131/374 kB | 131/565 kB | 28/32 kB Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/firebase/firebase-client-jvm/2.5.2/firebase-client-jvm-2.5.2.jar +Progress (3): 131/374 kB | 131/565 kB | 32 kB Progress (3): 135/374 kB | 131/565 kB | 32 kB Progress (3): 139/374 kB | 131/565 kB | 32 kB Progress (3): 143/374 kB | 131/565 kB | 32 kB Progress (3): 147/374 kB | 131/565 kB | 32 kB Progress (3): 147/374 kB | 135/565 kB | 32 kB Progress (3): 147/374 kB | 139/565 kB | 32 kB Progress (3): 147/374 kB | 143/565 kB | 32 kB Progress (3): 147/374 kB | 147/565 kB | 32 kB Progress (4): 147/374 kB | 147/565 kB | 32 kB | 4.1/31 kB Progress (4): 147/374 kB | 147/565 kB | 32 kB | 7.8/31 kB Progress (4): 147/374 kB | 147/565 kB | 32 kB | 12/31 kB Progress (4): 147/374 kB | 147/565 kB | 32 kB | 16/31 kB Progress (4): 147/374 kB | 147/565 kB | 32 kB | 20/31 kB Progress (4): 147/374 kB | 147/565 kB | 32 kB | 24/31 kB Progress (4): 147/374 kB | 147/565 kB | 32 kB | 28/31 kB Progress (4): 147/374 kB | 147/565 kB | 32 kB | 31 kB Progress (4): 151/374 kB | 147/565 kB | 32 kB | 31 kB Progress (4): 155/374 kB | 147/565 kB | 32 kB | 31 kB Progress (4): 159/374 kB | 147/565 kB | 32 kB | 31 kB Progress (4): 163/374 kB | 147/565 kB | 32 kB | 31 kB Progress (4): 163/374 kB | 151/565 kB | 32 kB | 31 kB Progress (4): 163/374 kB | 155/565 kB | 32 kB | 31 kB Progress (4): 163/374 kB | 159/565 kB | 32 kB | 31 kB Progress (4): 163/374 kB | 163/565 kB | 32 kB | 31 kB Progress (5): 163/374 kB | 163/565 kB | 32 kB | 31 kB | 4.1/519 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/netty/netty-resolver/4.1.17.Final/netty-resolver-4.1.17.Final.jar (32 kB at 478 B/s) +Progress (4): 163/374 kB | 163/565 kB | 31 kB | 7.8/519 kB Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/firebase/tubesock/0.0.12/tubesock-0.0.12.jar +Progress (4): 163/374 kB | 163/565 kB | 31 kB | 12/519 kB Progress (4): 163/374 kB | 163/565 kB | 31 kB | 16/519 kB Progress (4): 163/374 kB | 168/565 kB | 31 kB | 16/519 kB Progress (4): 163/374 kB | 172/565 kB | 31 kB | 16/519 kB Progress (4): 163/374 kB | 176/565 kB | 31 kB | 16/519 kB Progress (4): 163/374 kB | 180/565 kB | 31 kB | 16/519 kB Progress (4): 168/374 kB | 180/565 kB | 31 kB | 16/519 kB Progress (4): 172/374 kB | 180/565 kB | 31 kB | 16/519 kB Progress (4): 176/374 kB | 180/565 kB | 31 kB | 16/519 kB Progress (4): 180/374 kB | 180/565 kB | 31 kB | 16/519 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/firebase/firebase-client-android/2.5.2/firebase-client-android-2.5.2.jar (31 kB at 456 B/s) +Progress (3): 180/374 kB | 180/565 kB | 20/519 kB Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/freemarker/freemarker/2.3.23/freemarker-2.3.23.jar +Progress (3): 180/374 kB | 180/565 kB | 24/519 kB Progress (3): 180/374 kB | 180/565 kB | 28/519 kB Progress (3): 180/374 kB | 180/565 kB | 32/519 kB Progress (3): 180/374 kB | 180/565 kB | 36/519 kB Progress (3): 180/374 kB | 180/565 kB | 41/519 kB Progress (3): 180/374 kB | 180/565 kB | 45/519 kB Progress (3): 180/374 kB | 180/565 kB | 49/519 kB Progress (3): 180/374 kB | 180/565 kB | 53/519 kB Progress (3): 180/374 kB | 180/565 kB | 57/519 kB Progress (3): 180/374 kB | 184/565 kB | 57/519 kB Progress (3): 180/374 kB | 188/565 kB | 57/519 kB Progress (3): 180/374 kB | 192/565 kB | 57/519 kB Progress (3): 180/374 kB | 196/565 kB | 57/519 kB Progress (3): 180/374 kB | 196/565 kB | 61/519 kB Progress (3): 180/374 kB | 196/565 kB | 65/519 kB Progress (3): 180/374 kB | 196/565 kB | 69/519 kB Progress (3): 180/374 kB | 196/565 kB | 73/519 kB Progress (3): 180/374 kB | 196/565 kB | 77/519 kB Progress (3): 180/374 kB | 196/565 kB | 82/519 kB Progress (3): 180/374 kB | 196/565 kB | 86/519 kB Progress (3): 180/374 kB | 196/565 kB | 90/519 kB Progress (3): 180/374 kB | 196/565 kB | 94/519 kB Progress (3): 180/374 kB | 196/565 kB | 98/519 kB Progress (3): 180/374 kB | 196/565 kB | 102/519 kB Progress (3): 180/374 kB | 196/565 kB | 106/519 kB Progress (3): 180/374 kB | 196/565 kB | 110/519 kB Progress (3): 180/374 kB | 196/565 kB | 114/519 kB Progress (3): 180/374 kB | 196/565 kB | 118/519 kB Progress (3): 180/374 kB | 200/565 kB | 118/519 kB Progress (3): 180/374 kB | 204/565 kB | 118/519 kB Progress (3): 184/374 kB | 204/565 kB | 118/519 kB Progress (3): 184/374 kB | 208/565 kB | 118/519 kB Progress (3): 188/374 kB | 208/565 kB | 118/519 kB Progress (3): 188/374 kB | 213/565 kB | 118/519 kB Progress (3): 192/374 kB | 213/565 kB | 118/519 kB Progress (3): 196/374 kB | 213/565 kB | 118/519 kB Progress (4): 196/374 kB | 213/565 kB | 118/519 kB | 4.1/31 kB Progress (4): 196/374 kB | 213/565 kB | 118/519 kB | 7.8/31 kB Progress (4): 196/374 kB | 213/565 kB | 118/519 kB | 12/31 kB Progress (4): 196/374 kB | 213/565 kB | 118/519 kB | 16/31 kB Progress (4): 196/374 kB | 213/565 kB | 118/519 kB | 20/31 kB Progress (4): 196/374 kB | 213/565 kB | 118/519 kB | 24/31 kB Progress (4): 196/374 kB | 213/565 kB | 118/519 kB | 28/31 kB Progress (4): 196/374 kB | 213/565 kB | 118/519 kB | 31 kB Progress (4): 196/374 kB | 217/565 kB | 118/519 kB | 31 kB Progress (4): 196/374 kB | 221/565 kB | 118/519 kB | 31 kB Progress (4): 196/374 kB | 225/565 kB | 118/519 kB | 31 kB Progress (4): 196/374 kB | 229/565 kB | 118/519 kB | 31 kB Progress (4): 196/374 kB | 229/565 kB | 122/519 kB | 31 kB Progress (4): 196/374 kB | 229/565 kB | 127/519 kB | 31 kB Progress (4): 196/374 kB | 229/565 kB | 131/519 kB | 31 kB Progress (4): 196/374 kB | 229/565 kB | 135/519 kB | 31 kB Progress (4): 196/374 kB | 229/565 kB | 139/519 kB | 31 kB Progress (4): 196/374 kB | 229/565 kB | 143/519 kB | 31 kB Progress (4): 196/374 kB | 229/565 kB | 147/519 kB | 31 kB Progress (4): 196/374 kB | 229/565 kB | 151/519 kB | 31 kB Progress (4): 196/374 kB | 229/565 kB | 155/519 kB | 31 kB Progress (4): 196/374 kB | 229/565 kB | 159/519 kB | 31 kB Progress (4): 196/374 kB | 229/565 kB | 163/519 kB | 31 kB Progress (4): 196/374 kB | 229/565 kB | 168/519 kB | 31 kB Progress (4): 196/374 kB | 229/565 kB | 172/519 kB | 31 kB Progress (4): 196/374 kB | 229/565 kB | 176/519 kB | 31 kB Progress (4): 196/374 kB | 229/565 kB | 180/519 kB | 31 kB Progress (4): 196/374 kB | 229/565 kB | 184/519 kB | 31 kB Progress (4): 200/374 kB | 229/565 kB | 184/519 kB | 31 kB Progress (4): 204/374 kB | 229/565 kB | 184/519 kB | 31 kB Progress (4): 208/374 kB | 229/565 kB | 184/519 kB | 31 kB Progress (4): 213/374 kB | 229/565 kB | 184/519 kB | 31 kB Progress (4): 213/374 kB | 233/565 kB | 184/519 kB | 31 kB Progress (4): 213/374 kB | 237/565 kB | 184/519 kB | 31 kB Progress (4): 213/374 kB | 241/565 kB | 184/519 kB | 31 kB Progress (4): 213/374 kB | 245/565 kB | 184/519 kB | 31 kB Progress (4): 213/374 kB | 245/565 kB | 188/519 kB | 31 kB Progress (4): 213/374 kB | 245/565 kB | 192/519 kB | 31 kB Progress (4): 213/374 kB | 245/565 kB | 196/519 kB | 31 kB Progress (4): 213/374 kB | 245/565 kB | 200/519 kB | 31 kB Progress (4): 213/374 kB | 245/565 kB | 204/519 kB | 31 kB Progress (4): 213/374 kB | 245/565 kB | 208/519 kB | 31 kB Progress (4): 213/374 kB | 245/565 kB | 213/519 kB | 31 kB Progress (4): 213/374 kB | 245/565 kB | 217/519 kB | 31 kB Progress (5): 213/374 kB | 245/565 kB | 217/519 kB | 31 kB | 0/1.4 MB Progress (5): 213/374 kB | 245/565 kB | 217/519 kB | 31 kB | 0/1.4 MB Progress (5): 213/374 kB | 245/565 kB | 217/519 kB | 31 kB | 0/1.4 MB Progress (5): 213/374 kB | 245/565 kB | 217/519 kB | 31 kB | 0/1.4 MB Progress (5): 213/374 kB | 245/565 kB | 221/519 kB | 31 kB | 0/1.4 MB Progress (5): 213/374 kB | 245/565 kB | 225/519 kB | 31 kB | 0/1.4 MB Progress (5): 213/374 kB | 245/565 kB | 229/519 kB | 31 kB | 0/1.4 MB Progress (5): 213/374 kB | 245/565 kB | 233/519 kB | 31 kB | 0/1.4 MB Progress (5): 213/374 kB | 245/565 kB | 237/519 kB | 31 kB | 0/1.4 MB Progress (5): 213/374 kB | 245/565 kB | 241/519 kB | 31 kB | 0/1.4 MB Progress (5): 213/374 kB | 245/565 kB | 245/519 kB | 31 kB | 0/1.4 MB Progress (5): 213/374 kB | 245/565 kB | 249/519 kB | 31 kB | 0/1.4 MB Progress (5): 213/374 kB | 245/565 kB | 254/519 kB | 31 kB | 0/1.4 MB Progress (5): 213/374 kB | 245/565 kB | 258/519 kB | 31 kB | 0/1.4 MB Progress (5): 217/374 kB | 245/565 kB | 258/519 kB | 31 kB | 0/1.4 MB Progress (5): 217/374 kB | 245/565 kB | 261/519 kB | 31 kB | 0/1.4 MB Progress (5): 221/374 kB | 245/565 kB | 261/519 kB | 31 kB | 0/1.4 MB Progress (5): 225/374 kB | 245/565 kB | 261/519 kB | 31 kB | 0/1.4 MB Progress (5): 229/374 kB | 245/565 kB | 261/519 kB | 31 kB | 0/1.4 MB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/firebase/tubesock/0.0.12/tubesock-0.0.12.jar (31 kB at 453 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/net/java/dev/jna/jna-platform/4.0.0/jna-platform-4.0.0.jar +Progress (4): 229/374 kB | 249/565 kB | 261/519 kB | 0/1.4 MB Progress (4): 229/374 kB | 254/565 kB | 261/519 kB | 0/1.4 MB Progress (4): 229/374 kB | 258/565 kB | 261/519 kB | 0/1.4 MB Progress (4): 229/374 kB | 261/565 kB | 261/519 kB | 0/1.4 MB Progress (4): 229/374 kB | 265/565 kB | 261/519 kB | 0/1.4 MB Progress (4): 229/374 kB | 270/565 kB | 261/519 kB | 0/1.4 MB Progress (4): 229/374 kB | 270/565 kB | 265/519 kB | 0/1.4 MB Progress (4): 229/374 kB | 270/565 kB | 270/519 kB | 0/1.4 MB Progress (4): 229/374 kB | 270/565 kB | 270/519 kB | 0/1.4 MB Progress (4): 229/374 kB | 270/565 kB | 270/519 kB | 0/1.4 MB Progress (4): 229/374 kB | 270/565 kB | 274/519 kB | 0/1.4 MB Progress (4): 229/374 kB | 270/565 kB | 278/519 kB | 0/1.4 MB Progress (4): 229/374 kB | 270/565 kB | 282/519 kB | 0/1.4 MB Progress (4): 229/374 kB | 270/565 kB | 286/519 kB | 0/1.4 MB Progress (4): 229/374 kB | 270/565 kB | 286/519 kB | 0.1/1.4 MB Progress (4): 229/374 kB | 270/565 kB | 286/519 kB | 0.1/1.4 MB Progress (4): 229/374 kB | 270/565 kB | 290/519 kB | 0.1/1.4 MB Progress (4): 229/374 kB | 270/565 kB | 294/519 kB | 0.1/1.4 MB Progress (4): 229/374 kB | 270/565 kB | 294/519 kB | 0.1/1.4 MB Progress (4): 229/374 kB | 270/565 kB | 298/519 kB | 0.1/1.4 MB Progress (4): 229/374 kB | 270/565 kB | 298/519 kB | 0.1/1.4 MB Progress (4): 229/374 kB | 270/565 kB | 302/519 kB | 0.1/1.4 MB Progress (4): 229/374 kB | 270/565 kB | 306/519 kB | 0.1/1.4 MB Progress (4): 229/374 kB | 270/565 kB | 310/519 kB | 0.1/1.4 MB Progress (4): 229/374 kB | 270/565 kB | 315/519 kB | 0.1/1.4 MB Progress (4): 229/374 kB | 270/565 kB | 319/519 kB | 0.1/1.4 MB Progress (4): 233/374 kB | 270/565 kB | 319/519 kB | 0.1/1.4 MB Progress (4): 237/374 kB | 270/565 kB | 319/519 kB | 0.1/1.4 MB Progress (4): 241/374 kB | 270/565 kB | 319/519 kB | 0.1/1.4 MB Progress (4): 245/374 kB | 270/565 kB | 319/519 kB | 0.1/1.4 MB Progress (4): 245/374 kB | 274/565 kB | 319/519 kB | 0.1/1.4 MB Progress (4): 245/374 kB | 278/565 kB | 319/519 kB | 0.1/1.4 MB Progress (4): 245/374 kB | 282/565 kB | 319/519 kB | 0.1/1.4 MB Progress (4): 245/374 kB | 286/565 kB | 319/519 kB | 0.1/1.4 MB Progress (4): 245/374 kB | 286/565 kB | 323/519 kB | 0.1/1.4 MB Progress (4): 245/374 kB | 286/565 kB | 327/519 kB | 0.1/1.4 MB Progress (4): 245/374 kB | 286/565 kB | 331/519 kB | 0.1/1.4 MB Progress (4): 245/374 kB | 286/565 kB | 335/519 kB | 0.1/1.4 MB Progress (4): 245/374 kB | 286/565 kB | 339/519 kB | 0.1/1.4 MB Progress (4): 245/374 kB | 286/565 kB | 343/519 kB | 0.1/1.4 MB Progress (4): 245/374 kB | 286/565 kB | 347/519 kB | 0.1/1.4 MB Progress (4): 245/374 kB | 286/565 kB | 347/519 kB | 0.1/1.4 MB Progress (4): 245/374 kB | 286/565 kB | 347/519 kB | 0.1/1.4 MB Progress (4): 245/374 kB | 286/565 kB | 351/519 kB | 0.1/1.4 MB Progress (4): 245/374 kB | 286/565 kB | 351/519 kB | 0.1/1.4 MB Progress (4): 245/374 kB | 286/565 kB | 356/519 kB | 0.1/1.4 MB Progress (4): 245/374 kB | 286/565 kB | 356/519 kB | 0.1/1.4 MB Progress (4): 245/374 kB | 286/565 kB | 360/519 kB | 0.1/1.4 MB Progress (4): 245/374 kB | 286/565 kB | 364/519 kB | 0.1/1.4 MB Progress (4): 245/374 kB | 286/565 kB | 368/519 kB | 0.1/1.4 MB Progress (4): 245/374 kB | 286/565 kB | 372/519 kB | 0.1/1.4 MB Progress (4): 245/374 kB | 286/565 kB | 376/519 kB | 0.1/1.4 MB Progress (4): 245/374 kB | 286/565 kB | 380/519 kB | 0.1/1.4 MB Progress (4): 245/374 kB | 286/565 kB | 384/519 kB | 0.1/1.4 MB Progress (4): 249/374 kB | 286/565 kB | 384/519 kB | 0.1/1.4 MB Progress (4): 249/374 kB | 286/565 kB | 388/519 kB | 0.1/1.4 MB Progress (4): 254/374 kB | 286/565 kB | 388/519 kB | 0.1/1.4 MB Progress (4): 254/374 kB | 286/565 kB | 392/519 kB | 0.1/1.4 MB Progress (4): 258/374 kB | 286/565 kB | 392/519 kB | 0.1/1.4 MB Progress (4): 258/374 kB | 286/565 kB | 396/519 kB | 0.1/1.4 MB Progress (4): 262/374 kB | 286/565 kB | 396/519 kB | 0.1/1.4 MB Progress (4): 262/374 kB | 290/565 kB | 396/519 kB | 0.1/1.4 MB Progress (4): 262/374 kB | 294/565 kB | 396/519 kB | 0.1/1.4 MB Progress (4): 262/374 kB | 298/565 kB | 396/519 kB | 0.1/1.4 MB Progress (4): 262/374 kB | 302/565 kB | 396/519 kB | 0.1/1.4 MB Progress (5): 262/374 kB | 302/565 kB | 396/519 kB | 0.1/1.4 MB | 0/1.2 MB Progress (5): 262/374 kB | 302/565 kB | 396/519 kB | 0.1/1.4 MB | 0/1.2 MB Progress (5): 262/374 kB | 302/565 kB | 396/519 kB | 0.1/1.4 MB | 0/1.2 MB Progress (5): 262/374 kB | 306/565 kB | 396/519 kB | 0.1/1.4 MB | 0/1.2 MB Progress (5): 262/374 kB | 310/565 kB | 396/519 kB | 0.1/1.4 MB | 0/1.2 MB Progress (5): 262/374 kB | 315/565 kB | 396/519 kB | 0.1/1.4 MB | 0/1.2 MB Progress (5): 262/374 kB | 319/565 kB | 396/519 kB | 0.1/1.4 MB | 0/1.2 MB Progress (5): 262/374 kB | 319/565 kB | 396/519 kB | 0.1/1.4 MB | 0/1.2 MB Progress (5): 262/374 kB | 319/565 kB | 396/519 kB | 0.1/1.4 MB | 0/1.2 MB Progress (5): 262/374 kB | 319/565 kB | 401/519 kB | 0.1/1.4 MB | 0/1.2 MB Progress (5): 262/374 kB | 319/565 kB | 405/519 kB | 0.1/1.4 MB | 0/1.2 MB Progress (5): 262/374 kB | 319/565 kB | 409/519 kB | 0.1/1.4 MB | 0/1.2 MB Progress (5): 262/374 kB | 319/565 kB | 413/519 kB | 0.1/1.4 MB | 0/1.2 MB Progress (5): 262/374 kB | 319/565 kB | 413/519 kB | 0.1/1.4 MB | 0/1.2 MB Progress (5): 262/374 kB | 319/565 kB | 413/519 kB | 0.2/1.4 MB | 0/1.2 MB Progress (5): 262/374 kB | 319/565 kB | 413/519 kB | 0.2/1.4 MB | 0/1.2 MB Progress (5): 262/374 kB | 319/565 kB | 417/519 kB | 0.2/1.4 MB | 0/1.2 MB Progress (5): 262/374 kB | 319/565 kB | 421/519 kB | 0.2/1.4 MB | 0/1.2 MB Progress (5): 262/374 kB | 319/565 kB | 425/519 kB | 0.2/1.4 MB | 0/1.2 MB Progress (5): 262/374 kB | 319/565 kB | 429/519 kB | 0.2/1.4 MB | 0/1.2 MB Progress (5): 262/374 kB | 319/565 kB | 433/519 kB | 0.2/1.4 MB | 0/1.2 MB Progress (5): 262/374 kB | 319/565 kB | 437/519 kB | 0.2/1.4 MB | 0/1.2 MB Progress (5): 262/374 kB | 319/565 kB | 442/519 kB | 0.2/1.4 MB | 0/1.2 MB Progress (5): 266/374 kB | 319/565 kB | 442/519 kB | 0.2/1.4 MB | 0/1.2 MB Progress (5): 266/374 kB | 319/565 kB | 446/519 kB | 0.2/1.4 MB | 0/1.2 MB Progress (5): 270/374 kB | 319/565 kB | 446/519 kB | 0.2/1.4 MB | 0/1.2 MB Progress (5): 274/374 kB | 319/565 kB | 446/519 kB | 0.2/1.4 MB | 0/1.2 MB Progress (5): 278/374 kB | 319/565 kB | 446/519 kB | 0.2/1.4 MB | 0/1.2 MB Progress (5): 278/374 kB | 319/565 kB | 450/519 kB | 0.2/1.4 MB | 0/1.2 MB Progress (5): 278/374 kB | 319/565 kB | 454/519 kB | 0.2/1.4 MB | 0/1.2 MB Progress (5): 278/374 kB | 319/565 kB | 458/519 kB | 0.2/1.4 MB | 0/1.2 MB Progress (5): 278/374 kB | 319/565 kB | 462/519 kB | 0.2/1.4 MB | 0/1.2 MB Progress (5): 278/374 kB | 319/565 kB | 462/519 kB | 0.2/1.4 MB | 0/1.2 MB Progress (5): 278/374 kB | 319/565 kB | 462/519 kB | 0.2/1.4 MB | 0/1.2 MB Progress (5): 278/374 kB | 319/565 kB | 462/519 kB | 0.2/1.4 MB | 0/1.2 MB Progress (5): 278/374 kB | 319/565 kB | 462/519 kB | 0.2/1.4 MB | 0/1.2 MB Progress (5): 278/374 kB | 319/565 kB | 462/519 kB | 0.2/1.4 MB | 0/1.2 MB Progress (5): 278/374 kB | 319/565 kB | 462/519 kB | 0.2/1.4 MB | 0.1/1.2 MB Progress (5): 278/374 kB | 319/565 kB | 462/519 kB | 0.2/1.4 MB | 0.1/1.2 MB Progress (5): 278/374 kB | 319/565 kB | 462/519 kB | 0.2/1.4 MB | 0.1/1.2 MB Progress (5): 278/374 kB | 319/565 kB | 462/519 kB | 0.2/1.4 MB | 0.1/1.2 MB Progress (5): 278/374 kB | 323/565 kB | 462/519 kB | 0.2/1.4 MB | 0.1/1.2 MB Progress (5): 278/374 kB | 327/565 kB | 462/519 kB | 0.2/1.4 MB | 0.1/1.2 MB Progress (5): 278/374 kB | 331/565 kB | 462/519 kB | 0.2/1.4 MB | 0.1/1.2 MB Progress (5): 278/374 kB | 335/565 kB | 462/519 kB | 0.2/1.4 MB | 0.1/1.2 MB Progress (5): 278/374 kB | 335/565 kB | 466/519 kB | 0.2/1.4 MB | 0.1/1.2 MB Progress (5): 278/374 kB | 335/565 kB | 470/519 kB | 0.2/1.4 MB | 0.1/1.2 MB Progress (5): 278/374 kB | 335/565 kB | 474/519 kB | 0.2/1.4 MB | 0.1/1.2 MB Progress (5): 278/374 kB | 335/565 kB | 478/519 kB | 0.2/1.4 MB | 0.1/1.2 MB Progress (5): 278/374 kB | 335/565 kB | 478/519 kB | 0.2/1.4 MB | 0.1/1.2 MB Progress (5): 278/374 kB | 335/565 kB | 478/519 kB | 0.2/1.4 MB | 0.1/1.2 MB Progress (5): 278/374 kB | 335/565 kB | 478/519 kB | 0.2/1.4 MB | 0.1/1.2 MB Progress (5): 278/374 kB | 335/565 kB | 478/519 kB | 0.2/1.4 MB | 0.1/1.2 MB Progress (5): 278/374 kB | 335/565 kB | 482/519 kB | 0.2/1.4 MB | 0.1/1.2 MB Progress (5): 278/374 kB | 335/565 kB | 487/519 kB | 0.2/1.4 MB | 0.1/1.2 MB Progress (5): 278/374 kB | 335/565 kB | 491/519 kB | 0.2/1.4 MB | 0.1/1.2 MB Progress (5): 278/374 kB | 335/565 kB | 495/519 kB | 0.2/1.4 MB | 0.1/1.2 MB Progress (5): 282/374 kB | 335/565 kB | 495/519 kB | 0.2/1.4 MB | 0.1/1.2 MB Progress (5): 286/374 kB | 335/565 kB | 495/519 kB | 0.2/1.4 MB | 0.1/1.2 MB Progress (5): 290/374 kB | 335/565 kB | 495/519 kB | 0.2/1.4 MB | 0.1/1.2 MB Progress (5): 295/374 kB | 335/565 kB | 495/519 kB | 0.2/1.4 MB | 0.1/1.2 MB Progress (5): 295/374 kB | 335/565 kB | 499/519 kB | 0.2/1.4 MB | 0.1/1.2 MB Progress (5): 295/374 kB | 335/565 kB | 503/519 kB | 0.2/1.4 MB | 0.1/1.2 MB Progress (5): 295/374 kB | 335/565 kB | 507/519 kB | 0.2/1.4 MB | 0.1/1.2 MB Progress (5): 295/374 kB | 335/565 kB | 511/519 kB | 0.2/1.4 MB | 0.1/1.2 MB Progress (5): 295/374 kB | 335/565 kB | 515/519 kB | 0.2/1.4 MB | 0.1/1.2 MB Progress (5): 295/374 kB | 335/565 kB | 519 kB | 0.2/1.4 MB | 0.1/1.2 MB Progress (5): 295/374 kB | 339/565 kB | 519 kB | 0.2/1.4 MB | 0.1/1.2 MB Progress (5): 295/374 kB | 343/565 kB | 519 kB | 0.2/1.4 MB | 0.1/1.2 MB Progress (5): 295/374 kB | 347/565 kB | 519 kB | 0.2/1.4 MB | 0.1/1.2 MB Progress (5): 295/374 kB | 351/565 kB | 519 kB | 0.2/1.4 MB | 0.1/1.2 MB Progress (5): 295/374 kB | 351/565 kB | 519 kB | 0.2/1.4 MB | 0.1/1.2 MB Progress (5): 295/374 kB | 351/565 kB | 519 kB | 0.2/1.4 MB | 0.1/1.2 MB Progress (5): 295/374 kB | 351/565 kB | 519 kB | 0.2/1.4 MB | 0.1/1.2 MB Progress (5): 295/374 kB | 351/565 kB | 519 kB | 0.2/1.4 MB | 0.1/1.2 MB Progress (5): 295/374 kB | 351/565 kB | 519 kB | 0.2/1.4 MB | 0.1/1.2 MB Progress (5): 295/374 kB | 351/565 kB | 519 kB | 0.2/1.4 MB | 0.1/1.2 MB Progress (5): 295/374 kB | 351/565 kB | 519 kB | 0.2/1.4 MB | 0.1/1.2 MB Progress (5): 295/374 kB | 351/565 kB | 519 kB | 0.2/1.4 MB | 0.1/1.2 MB Progress (5): 295/374 kB | 351/565 kB | 519 kB | 0.2/1.4 MB | 0.2/1.2 MB Progress (5): 295/374 kB | 351/565 kB | 519 kB | 0.2/1.4 MB | 0.2/1.2 MB Progress (5): 295/374 kB | 351/565 kB | 519 kB | 0.2/1.4 MB | 0.2/1.2 MB Progress (5): 295/374 kB | 351/565 kB | 519 kB | 0.2/1.4 MB | 0.2/1.2 MB Progress (5): 295/374 kB | 351/565 kB | 519 kB | 0.2/1.4 MB | 0.2/1.2 MB Progress (5): 295/374 kB | 351/565 kB | 519 kB | 0.2/1.4 MB | 0.2/1.2 MB Progress (5): 299/374 kB | 351/565 kB | 519 kB | 0.2/1.4 MB | 0.2/1.2 MB Progress (5): 303/374 kB | 351/565 kB | 519 kB | 0.2/1.4 MB | 0.2/1.2 MB Progress (5): 307/374 kB | 351/565 kB | 519 kB | 0.2/1.4 MB | 0.2/1.2 MB Progress (5): 311/374 kB | 351/565 kB | 519 kB | 0.2/1.4 MB | 0.2/1.2 MB Progress (5): 311/374 kB | 351/565 kB | 519 kB | 0.2/1.4 MB | 0.2/1.2 MB Progress (5): 311/374 kB | 351/565 kB | 519 kB | 0.2/1.4 MB | 0.2/1.2 MB Progress (5): 311/374 kB | 351/565 kB | 519 kB | 0.3/1.4 MB | 0.2/1.2 MB Progress (5): 311/374 kB | 351/565 kB | 519 kB | 0.3/1.4 MB | 0.2/1.2 MB Progress (5): 311/374 kB | 356/565 kB | 519 kB | 0.3/1.4 MB | 0.2/1.2 MB Progress (5): 311/374 kB | 360/565 kB | 519 kB | 0.3/1.4 MB | 0.2/1.2 MB Progress (5): 311/374 kB | 364/565 kB | 519 kB | 0.3/1.4 MB | 0.2/1.2 MB Progress (5): 311/374 kB | 368/565 kB | 519 kB | 0.3/1.4 MB | 0.2/1.2 MB Progress (5): 311/374 kB | 368/565 kB | 519 kB | 0.3/1.4 MB | 0.2/1.2 MB Progress (5): 311/374 kB | 368/565 kB | 519 kB | 0.3/1.4 MB | 0.2/1.2 MB Progress (5): 311/374 kB | 368/565 kB | 519 kB | 0.3/1.4 MB | 0.2/1.2 MB Progress (5): 311/374 kB | 368/565 kB | 519 kB | 0.3/1.4 MB | 0.2/1.2 MB Progress (5): 311/374 kB | 368/565 kB | 519 kB | 0.3/1.4 MB | 0.2/1.2 MB Progress (5): 311/374 kB | 368/565 kB | 519 kB | 0.3/1.4 MB | 0.2/1.2 MB Progress (5): 311/374 kB | 368/565 kB | 519 kB | 0.3/1.4 MB | 0.2/1.2 MB Progress (5): 311/374 kB | 368/565 kB | 519 kB | 0.3/1.4 MB | 0.2/1.2 MB Progress (5): 311/374 kB | 368/565 kB | 519 kB | 0.3/1.4 MB | 0.3/1.2 MB Progress (5): 311/374 kB | 368/565 kB | 519 kB | 0.3/1.4 MB | 0.3/1.2 MB Progress (5): 311/374 kB | 368/565 kB | 519 kB | 0.3/1.4 MB | 0.3/1.2 MB Progress (5): 311/374 kB | 368/565 kB | 519 kB | 0.3/1.4 MB | 0.3/1.2 MB Progress (5): 311/374 kB | 368/565 kB | 519 kB | 0.3/1.4 MB | 0.3/1.2 MB Progress (5): 311/374 kB | 368/565 kB | 519 kB | 0.3/1.4 MB | 0.3/1.2 MB Progress (5): 315/374 kB | 368/565 kB | 519 kB | 0.3/1.4 MB | 0.3/1.2 MB Progress (5): 315/374 kB | 372/565 kB | 519 kB | 0.3/1.4 MB | 0.3/1.2 MB Progress (5): 319/374 kB | 372/565 kB | 519 kB | 0.3/1.4 MB | 0.3/1.2 MB Progress (5): 319/374 kB | 376/565 kB | 519 kB | 0.3/1.4 MB | 0.3/1.2 MB Progress (5): 323/374 kB | 376/565 kB | 519 kB | 0.3/1.4 MB | 0.3/1.2 MB Progress (5): 323/374 kB | 380/565 kB | 519 kB | 0.3/1.4 MB | 0.3/1.2 MB Progress (5): 327/374 kB | 380/565 kB | 519 kB | 0.3/1.4 MB | 0.3/1.2 MB Progress (5): 327/374 kB | 384/565 kB | 519 kB | 0.3/1.4 MB | 0.3/1.2 MB Progress (5): 327/374 kB | 384/565 kB | 519 kB | 0.3/1.4 MB | 0.3/1.2 MB Progress (5): 327/374 kB | 384/565 kB | 519 kB | 0.3/1.4 MB | 0.3/1.2 MB Progress (5): 327/374 kB | 384/565 kB | 519 kB | 0.3/1.4 MB | 0.3/1.2 MB Progress (5): 327/374 kB | 384/565 kB | 519 kB | 0.3/1.4 MB | 0.3/1.2 MB Progress (5): 327/374 kB | 384/565 kB | 519 kB | 0.3/1.4 MB | 0.3/1.2 MB Progress (5): 327/374 kB | 384/565 kB | 519 kB | 0.3/1.4 MB | 0.3/1.2 MB Progress (5): 331/374 kB | 384/565 kB | 519 kB | 0.3/1.4 MB | 0.3/1.2 MB Progress (5): 335/374 kB | 384/565 kB | 519 kB | 0.3/1.4 MB | 0.3/1.2 MB Progress (5): 340/374 kB | 384/565 kB | 519 kB | 0.3/1.4 MB | 0.3/1.2 MB Progress (5): 344/374 kB | 384/565 kB | 519 kB | 0.3/1.4 MB | 0.3/1.2 MB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/firebase/firebase-client-jvm/2.5.2/firebase-client-jvm-2.5.2.jar (519 kB at 7.5 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/net/java/dev/jna/jna/4.0.0/jna-4.0.0.jar +Progress (4): 344/374 kB | 388/565 kB | 0.3/1.4 MB | 0.3/1.2 MB Progress (4): 344/374 kB | 392/565 kB | 0.3/1.4 MB | 0.3/1.2 MB Progress (4): 344/374 kB | 396/565 kB | 0.3/1.4 MB | 0.3/1.2 MB Progress (4): 344/374 kB | 401/565 kB | 0.3/1.4 MB | 0.3/1.2 MB Progress (4): 344/374 kB | 401/565 kB | 0.3/1.4 MB | 0.3/1.2 MB Progress (4): 344/374 kB | 401/565 kB | 0.3/1.4 MB | 0.3/1.2 MB Progress (4): 344/374 kB | 401/565 kB | 0.3/1.4 MB | 0.3/1.2 MB Progress (4): 344/374 kB | 401/565 kB | 0.3/1.4 MB | 0.3/1.2 MB Progress (4): 344/374 kB | 401/565 kB | 0.3/1.4 MB | 0.3/1.2 MB Progress (4): 344/374 kB | 401/565 kB | 0.3/1.4 MB | 0.3/1.2 MB Progress (4): 344/374 kB | 401/565 kB | 0.3/1.4 MB | 0.3/1.2 MB Progress (4): 344/374 kB | 401/565 kB | 0.3/1.4 MB | 0.4/1.2 MB Progress (4): 344/374 kB | 401/565 kB | 0.3/1.4 MB | 0.4/1.2 MB Progress (4): 344/374 kB | 401/565 kB | 0.3/1.4 MB | 0.4/1.2 MB Progress (4): 344/374 kB | 401/565 kB | 0.3/1.4 MB | 0.4/1.2 MB Progress (4): 344/374 kB | 401/565 kB | 0.3/1.4 MB | 0.4/1.2 MB Progress (4): 344/374 kB | 401/565 kB | 0.3/1.4 MB | 0.4/1.2 MB Progress (4): 344/374 kB | 401/565 kB | 0.3/1.4 MB | 0.4/1.2 MB Progress (4): 344/374 kB | 401/565 kB | 0.3/1.4 MB | 0.4/1.2 MB Progress (4): 344/374 kB | 405/565 kB | 0.3/1.4 MB | 0.4/1.2 MB Progress (4): 344/374 kB | 409/565 kB | 0.3/1.4 MB | 0.4/1.2 MB Progress (4): 344/374 kB | 413/565 kB | 0.3/1.4 MB | 0.4/1.2 MB Progress (4): 344/374 kB | 413/565 kB | 0.3/1.4 MB | 0.4/1.2 MB Progress (4): 344/374 kB | 413/565 kB | 0.3/1.4 MB | 0.4/1.2 MB Progress (4): 344/374 kB | 413/565 kB | 0.3/1.4 MB | 0.4/1.2 MB Progress (4): 344/374 kB | 413/565 kB | 0.3/1.4 MB | 0.4/1.2 MB Progress (4): 344/374 kB | 413/565 kB | 0.4/1.4 MB | 0.4/1.2 MB Progress (4): 344/374 kB | 413/565 kB | 0.4/1.4 MB | 0.4/1.2 MB Progress (4): 348/374 kB | 413/565 kB | 0.4/1.4 MB | 0.4/1.2 MB Progress (4): 352/374 kB | 413/565 kB | 0.4/1.4 MB | 0.4/1.2 MB Progress (4): 356/374 kB | 413/565 kB | 0.4/1.4 MB | 0.4/1.2 MB Progress (4): 360/374 kB | 413/565 kB | 0.4/1.4 MB | 0.4/1.2 MB Progress (4): 360/374 kB | 413/565 kB | 0.4/1.4 MB | 0.4/1.2 MB Progress (4): 360/374 kB | 413/565 kB | 0.4/1.4 MB | 0.4/1.2 MB Progress (4): 360/374 kB | 413/565 kB | 0.4/1.4 MB | 0.4/1.2 MB Progress (4): 360/374 kB | 413/565 kB | 0.4/1.4 MB | 0.4/1.2 MB Progress (4): 360/374 kB | 413/565 kB | 0.4/1.4 MB | 0.5/1.2 MB Progress (4): 360/374 kB | 413/565 kB | 0.4/1.4 MB | 0.5/1.2 MB Progress (4): 360/374 kB | 413/565 kB | 0.4/1.4 MB | 0.5/1.2 MB Progress (4): 360/374 kB | 413/565 kB | 0.4/1.4 MB | 0.5/1.2 MB Progress (4): 360/374 kB | 413/565 kB | 0.4/1.4 MB | 0.5/1.2 MB Progress (4): 360/374 kB | 413/565 kB | 0.4/1.4 MB | 0.5/1.2 MB Progress (4): 360/374 kB | 413/565 kB | 0.4/1.4 MB | 0.5/1.2 MB Progress (4): 360/374 kB | 413/565 kB | 0.4/1.4 MB | 0.5/1.2 MB Progress (4): 360/374 kB | 417/565 kB | 0.4/1.4 MB | 0.5/1.2 MB Progress (4): 360/374 kB | 421/565 kB | 0.4/1.4 MB | 0.5/1.2 MB Progress (4): 360/374 kB | 421/565 kB | 0.4/1.4 MB | 0.5/1.2 MB Progress (4): 360/374 kB | 425/565 kB | 0.4/1.4 MB | 0.5/1.2 MB Progress (4): 360/374 kB | 425/565 kB | 0.4/1.4 MB | 0.5/1.2 MB Progress (4): 360/374 kB | 429/565 kB | 0.4/1.4 MB | 0.5/1.2 MB Progress (4): 364/374 kB | 429/565 kB | 0.4/1.4 MB | 0.5/1.2 MB Progress (4): 368/374 kB | 429/565 kB | 0.4/1.4 MB | 0.5/1.2 MB Progress (4): 372/374 kB | 429/565 kB | 0.4/1.4 MB | 0.5/1.2 MB Progress (4): 374 kB | 429/565 kB | 0.4/1.4 MB | 0.5/1.2 MB Progress (4): 374 kB | 429/565 kB | 0.4/1.4 MB | 0.5/1.2 MB Progress (4): 374 kB | 429/565 kB | 0.4/1.4 MB | 0.5/1.2 MB Progress (4): 374 kB | 429/565 kB | 0.4/1.4 MB | 0.5/1.2 MB Progress (4): 374 kB | 429/565 kB | 0.4/1.4 MB | 0.5/1.2 MB Progress (4): 374 kB | 429/565 kB | 0.4/1.4 MB | 0.5/1.2 MB Progress (4): 374 kB | 429/565 kB | 0.4/1.4 MB | 0.5/1.2 MB Progress (4): 374 kB | 429/565 kB | 0.4/1.4 MB | 0.5/1.2 MB Progress (4): 374 kB | 429/565 kB | 0.4/1.4 MB | 0.5/1.2 MB Progress (4): 374 kB | 433/565 kB | 0.4/1.4 MB | 0.5/1.2 MB Progress (4): 374 kB | 437/565 kB | 0.4/1.4 MB | 0.5/1.2 MB Progress (4): 374 kB | 441/565 kB | 0.4/1.4 MB | 0.5/1.2 MB Progress (4): 374 kB | 445/565 kB | 0.4/1.4 MB | 0.5/1.2 MB Progress (4): 374 kB | 445/565 kB | 0.4/1.4 MB | 0.6/1.2 MB Progress (4): 374 kB | 445/565 kB | 0.4/1.4 MB | 0.6/1.2 MB Progress (4): 374 kB | 445/565 kB | 0.4/1.4 MB | 0.6/1.2 MB Progress (4): 374 kB | 445/565 kB | 0.4/1.4 MB | 0.6/1.2 MB Progress (5): 374 kB | 445/565 kB | 0.4/1.4 MB | 0.6/1.2 MB | 7.8/915 kB Progress (5): 374 kB | 445/565 kB | 0.4/1.4 MB | 0.6/1.2 MB | 16/915 kB Progress (5): 374 kB | 445/565 kB | 0.4/1.4 MB | 0.6/1.2 MB | 16/915 kB Progress (5): 374 kB | 445/565 kB | 0.4/1.4 MB | 0.6/1.2 MB | 16/915 kB Progress (5): 374 kB | 445/565 kB | 0.4/1.4 MB | 0.6/1.2 MB | 16/915 kB Progress (5): 374 kB | 445/565 kB | 0.4/1.4 MB | 0.6/1.2 MB | 16/915 kB Progress (5): 374 kB | 445/565 kB | 0.4/1.4 MB | 0.6/1.2 MB | 16/915 kB Progress (5): 374 kB | 445/565 kB | 0.4/1.4 MB | 0.6/1.2 MB | 16/915 kB Progress (5): 374 kB | 445/565 kB | 0.4/1.4 MB | 0.6/1.2 MB | 16/915 kB Progress (5): 374 kB | 445/565 kB | 0.4/1.4 MB | 0.6/1.2 MB | 16/915 kB Progress (5): 374 kB | 445/565 kB | 0.4/1.4 MB | 0.7/1.2 MB | 16/915 kB Progress (5): 374 kB | 445/565 kB | 0.4/1.4 MB | 0.7/1.2 MB | 16/915 kB Progress (5): 374 kB | 449/565 kB | 0.4/1.4 MB | 0.7/1.2 MB | 16/915 kB Progress (5): 374 kB | 454/565 kB | 0.4/1.4 MB | 0.7/1.2 MB | 16/915 kB Progress (5): 374 kB | 458/565 kB | 0.4/1.4 MB | 0.7/1.2 MB | 16/915 kB Progress (5): 374 kB | 462/565 kB | 0.4/1.4 MB | 0.7/1.2 MB | 16/915 kB Progress (5): 374 kB | 462/565 kB | 0.4/1.4 MB | 0.7/1.2 MB | 16/915 kB Progress (5): 374 kB | 462/565 kB | 0.4/1.4 MB | 0.7/1.2 MB | 16/915 kB Progress (5): 374 kB | 462/565 kB | 0.4/1.4 MB | 0.7/1.2 MB | 16/915 kB Progress (5): 374 kB | 462/565 kB | 0.4/1.4 MB | 0.7/1.2 MB | 16/915 kB Progress (5): 374 kB | 462/565 kB | 0.4/1.4 MB | 0.7/1.2 MB | 16/915 kB Progress (5): 374 kB | 462/565 kB | 0.5/1.4 MB | 0.7/1.2 MB | 16/915 kB Progress (5): 374 kB | 466/565 kB | 0.5/1.4 MB | 0.7/1.2 MB | 16/915 kB Progress (5): 374 kB | 470/565 kB | 0.5/1.4 MB | 0.7/1.2 MB | 16/915 kB Progress (5): 374 kB | 474/565 kB | 0.5/1.4 MB | 0.7/1.2 MB | 16/915 kB Progress (5): 374 kB | 478/565 kB | 0.5/1.4 MB | 0.7/1.2 MB | 16/915 kB Progress (5): 374 kB | 478/565 kB | 0.5/1.4 MB | 0.7/1.2 MB | 16/915 kB Progress (5): 374 kB | 478/565 kB | 0.5/1.4 MB | 0.7/1.2 MB | 16/915 kB Progress (5): 374 kB | 478/565 kB | 0.5/1.4 MB | 0.7/1.2 MB | 16/915 kB Progress (5): 374 kB | 478/565 kB | 0.5/1.4 MB | 0.7/1.2 MB | 16/915 kB Progress (5): 374 kB | 478/565 kB | 0.5/1.4 MB | 0.7/1.2 MB | 24/915 kB Progress (5): 374 kB | 478/565 kB | 0.5/1.4 MB | 0.7/1.2 MB | 24/915 kB Progress (5): 374 kB | 478/565 kB | 0.5/1.4 MB | 0.7/1.2 MB | 24/915 kB Progress (5): 374 kB | 478/565 kB | 0.5/1.4 MB | 0.7/1.2 MB | 32/915 kB Progress (5): 374 kB | 478/565 kB | 0.5/1.4 MB | 0.7/1.2 MB | 41/915 kB Progress (5): 374 kB | 478/565 kB | 0.5/1.4 MB | 0.7/1.2 MB | 41/915 kB Progress (5): 374 kB | 478/565 kB | 0.5/1.4 MB | 0.7/1.2 MB | 41/915 kB Progress (5): 374 kB | 478/565 kB | 0.5/1.4 MB | 0.7/1.2 MB | 41/915 kB Progress (5): 374 kB | 478/565 kB | 0.5/1.4 MB | 0.7/1.2 MB | 41/915 kB Progress (5): 374 kB | 478/565 kB | 0.5/1.4 MB | 0.8/1.2 MB | 41/915 kB Progress (5): 374 kB | 478/565 kB | 0.5/1.4 MB | 0.8/1.2 MB | 41/915 kB Progress (5): 374 kB | 478/565 kB | 0.5/1.4 MB | 0.8/1.2 MB | 41/915 kB Progress (5): 374 kB | 478/565 kB | 0.5/1.4 MB | 0.8/1.2 MB | 41/915 kB Progress (5): 374 kB | 478/565 kB | 0.5/1.4 MB | 0.8/1.2 MB | 41/915 kB Progress (5): 374 kB | 478/565 kB | 0.5/1.4 MB | 0.8/1.2 MB | 41/915 kB Progress (5): 374 kB | 478/565 kB | 0.5/1.4 MB | 0.8/1.2 MB | 41/915 kB Progress (5): 374 kB | 478/565 kB | 0.5/1.4 MB | 0.8/1.2 MB | 41/915 kB Progress (5): 374 kB | 478/565 kB | 0.5/1.4 MB | 0.8/1.2 MB | 41/915 kB Progress (5): 374 kB | 478/565 kB | 0.5/1.4 MB | 0.8/1.2 MB | 41/915 kB Progress (5): 374 kB | 482/565 kB | 0.5/1.4 MB | 0.8/1.2 MB | 41/915 kB Progress (5): 374 kB | 486/565 kB | 0.5/1.4 MB | 0.8/1.2 MB | 41/915 kB Progress (5): 374 kB | 490/565 kB | 0.5/1.4 MB | 0.8/1.2 MB | 41/915 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/netty/netty-handler/4.1.17.Final/netty-handler-4.1.17.Final.jar (374 kB at 5.3 kB/s) +Progress (4): 495/565 kB | 0.5/1.4 MB | 0.8/1.2 MB | 41/915 kB Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.jar +Progress (4): 495/565 kB | 0.5/1.4 MB | 0.8/1.2 MB | 41/915 kB Progress (4): 495/565 kB | 0.5/1.4 MB | 0.8/1.2 MB | 41/915 kB Progress (4): 499/565 kB | 0.5/1.4 MB | 0.8/1.2 MB | 41/915 kB Progress (4): 503/565 kB | 0.5/1.4 MB | 0.8/1.2 MB | 41/915 kB Progress (4): 507/565 kB | 0.5/1.4 MB | 0.8/1.2 MB | 41/915 kB Progress (4): 511/565 kB | 0.5/1.4 MB | 0.8/1.2 MB | 41/915 kB Progress (4): 511/565 kB | 0.5/1.4 MB | 0.8/1.2 MB | 41/915 kB Progress (4): 511/565 kB | 0.5/1.4 MB | 0.8/1.2 MB | 41/915 kB Progress (4): 511/565 kB | 0.5/1.4 MB | 0.8/1.2 MB | 41/915 kB Progress (4): 511/565 kB | 0.5/1.4 MB | 0.8/1.2 MB | 41/915 kB Progress (4): 511/565 kB | 0.5/1.4 MB | 0.8/1.2 MB | 49/915 kB Progress (4): 511/565 kB | 0.5/1.4 MB | 0.8/1.2 MB | 57/915 kB Progress (4): 511/565 kB | 0.5/1.4 MB | 0.8/1.2 MB | 65/915 kB Progress (4): 511/565 kB | 0.5/1.4 MB | 0.8/1.2 MB | 73/915 kB Progress (4): 511/565 kB | 0.5/1.4 MB | 0.8/1.2 MB | 82/915 kB Progress (4): 511/565 kB | 0.5/1.4 MB | 0.8/1.2 MB | 82/915 kB Progress (4): 511/565 kB | 0.5/1.4 MB | 0.8/1.2 MB | 82/915 kB Progress (4): 511/565 kB | 0.5/1.4 MB | 0.8/1.2 MB | 90/915 kB Progress (4): 511/565 kB | 0.5/1.4 MB | 0.8/1.2 MB | 98/915 kB Progress (4): 511/565 kB | 0.5/1.4 MB | 0.8/1.2 MB | 98/915 kB Progress (4): 511/565 kB | 0.5/1.4 MB | 0.9/1.2 MB | 98/915 kB Progress (4): 511/565 kB | 0.5/1.4 MB | 0.9/1.2 MB | 98/915 kB Progress (4): 511/565 kB | 0.5/1.4 MB | 0.9/1.2 MB | 98/915 kB Progress (4): 511/565 kB | 0.5/1.4 MB | 0.9/1.2 MB | 98/915 kB Progress (4): 511/565 kB | 0.5/1.4 MB | 0.9/1.2 MB | 98/915 kB Progress (4): 511/565 kB | 0.5/1.4 MB | 0.9/1.2 MB | 98/915 kB Progress (4): 511/565 kB | 0.5/1.4 MB | 0.9/1.2 MB | 98/915 kB Progress (4): 515/565 kB | 0.5/1.4 MB | 0.9/1.2 MB | 98/915 kB Progress (4): 519/565 kB | 0.5/1.4 MB | 0.9/1.2 MB | 98/915 kB Progress (4): 523/565 kB | 0.5/1.4 MB | 0.9/1.2 MB | 98/915 kB Progress (4): 523/565 kB | 0.5/1.4 MB | 0.9/1.2 MB | 98/915 kB Progress (4): 527/565 kB | 0.5/1.4 MB | 0.9/1.2 MB | 98/915 kB Progress (4): 527/565 kB | 0.5/1.4 MB | 0.9/1.2 MB | 98/915 kB Progress (4): 527/565 kB | 0.5/1.4 MB | 0.9/1.2 MB | 98/915 kB Progress (4): 527/565 kB | 0.5/1.4 MB | 0.9/1.2 MB | 98/915 kB Progress (4): 527/565 kB | 0.5/1.4 MB | 0.9/1.2 MB | 98/915 kB Progress (4): 527/565 kB | 0.5/1.4 MB | 0.9/1.2 MB | 98/915 kB Progress (4): 527/565 kB | 0.5/1.4 MB | 0.9/1.2 MB | 98/915 kB Progress (4): 527/565 kB | 0.6/1.4 MB | 0.9/1.2 MB | 98/915 kB Progress (4): 531/565 kB | 0.6/1.4 MB | 0.9/1.2 MB | 98/915 kB Progress (4): 535/565 kB | 0.6/1.4 MB | 0.9/1.2 MB | 98/915 kB Progress (4): 540/565 kB | 0.6/1.4 MB | 0.9/1.2 MB | 98/915 kB Progress (4): 544/565 kB | 0.6/1.4 MB | 0.9/1.2 MB | 98/915 kB Progress (4): 544/565 kB | 0.6/1.4 MB | 0.9/1.2 MB | 98/915 kB Progress (4): 544/565 kB | 0.6/1.4 MB | 0.9/1.2 MB | 98/915 kB Progress (4): 544/565 kB | 0.6/1.4 MB | 0.9/1.2 MB | 98/915 kB Progress (4): 544/565 kB | 0.6/1.4 MB | 1.0/1.2 MB | 98/915 kB Progress (4): 544/565 kB | 0.6/1.4 MB | 1.0/1.2 MB | 106/915 kB Progress (4): 544/565 kB | 0.6/1.4 MB | 1.0/1.2 MB | 114/915 kB Progress (4): 544/565 kB | 0.6/1.4 MB | 1.0/1.2 MB | 122/915 kB Progress (4): 544/565 kB | 0.6/1.4 MB | 1.0/1.2 MB | 131/915 kB Progress (4): 544/565 kB | 0.6/1.4 MB | 1.0/1.2 MB | 139/915 kB Progress (4): 544/565 kB | 0.6/1.4 MB | 1.0/1.2 MB | 147/915 kB Progress (4): 544/565 kB | 0.6/1.4 MB | 1.0/1.2 MB | 147/915 kB Progress (4): 544/565 kB | 0.6/1.4 MB | 1.0/1.2 MB | 147/915 kB Progress (4): 544/565 kB | 0.6/1.4 MB | 1.0/1.2 MB | 155/915 kB Progress (4): 544/565 kB | 0.6/1.4 MB | 1.0/1.2 MB | 163/915 kB Progress (4): 544/565 kB | 0.6/1.4 MB | 1.0/1.2 MB | 163/915 kB Progress (4): 544/565 kB | 0.6/1.4 MB | 1.0/1.2 MB | 163/915 kB Progress (4): 544/565 kB | 0.6/1.4 MB | 1.0/1.2 MB | 163/915 kB Progress (4): 544/565 kB | 0.6/1.4 MB | 1.0/1.2 MB | 163/915 kB Progress (4): 544/565 kB | 0.6/1.4 MB | 1.0/1.2 MB | 163/915 kB Progress (4): 544/565 kB | 0.6/1.4 MB | 1.0/1.2 MB | 163/915 kB Progress (4): 544/565 kB | 0.6/1.4 MB | 1.0/1.2 MB | 163/915 kB Progress (4): 544/565 kB | 0.6/1.4 MB | 1.0/1.2 MB | 163/915 kB Progress (4): 548/565 kB | 0.6/1.4 MB | 1.0/1.2 MB | 163/915 kB Progress (4): 548/565 kB | 0.6/1.4 MB | 1.0/1.2 MB | 163/915 kB Progress (4): 552/565 kB | 0.6/1.4 MB | 1.0/1.2 MB | 163/915 kB Progress (4): 552/565 kB | 0.6/1.4 MB | 1.0/1.2 MB | 163/915 kB Progress (4): 556/565 kB | 0.6/1.4 MB | 1.0/1.2 MB | 163/915 kB Progress (4): 560/565 kB | 0.6/1.4 MB | 1.0/1.2 MB | 163/915 kB Progress (4): 564/565 kB | 0.6/1.4 MB | 1.0/1.2 MB | 163/915 kB Progress (4): 565 kB | 0.6/1.4 MB | 1.0/1.2 MB | 163/915 kB Progress (4): 565 kB | 0.6/1.4 MB | 1.0/1.2 MB | 163/915 kB Progress (4): 565 kB | 0.6/1.4 MB | 1.1/1.2 MB | 163/915 kB Progress (4): 565 kB | 0.6/1.4 MB | 1.1/1.2 MB | 163/915 kB Progress (4): 565 kB | 0.6/1.4 MB | 1.1/1.2 MB | 163/915 kB Progress (4): 565 kB | 0.6/1.4 MB | 1.1/1.2 MB | 163/915 kB Progress (4): 565 kB | 0.6/1.4 MB | 1.1/1.2 MB | 163/915 kB Progress (4): 565 kB | 0.6/1.4 MB | 1.1/1.2 MB | 163/915 kB Progress (4): 565 kB | 0.6/1.4 MB | 1.1/1.2 MB | 163/915 kB Progress (4): 565 kB | 0.6/1.4 MB | 1.1/1.2 MB | 163/915 kB Progress (4): 565 kB | 0.6/1.4 MB | 1.1/1.2 MB | 163/915 kB Progress (4): 565 kB | 0.6/1.4 MB | 1.1/1.2 MB | 172/915 kB Progress (4): 565 kB | 0.6/1.4 MB | 1.1/1.2 MB | 180/915 kB Progress (4): 565 kB | 0.6/1.4 MB | 1.1/1.2 MB | 188/915 kB Progress (4): 565 kB | 0.6/1.4 MB | 1.1/1.2 MB | 196/915 kB Progress (4): 565 kB | 0.6/1.4 MB | 1.1/1.2 MB | 204/915 kB Progress (4): 565 kB | 0.6/1.4 MB | 1.1/1.2 MB | 213/915 kB Progress (4): 565 kB | 0.6/1.4 MB | 1.1/1.2 MB | 213/915 kB Progress (4): 565 kB | 0.6/1.4 MB | 1.1/1.2 MB | 213/915 kB Progress (4): 565 kB | 0.6/1.4 MB | 1.1/1.2 MB | 221/915 kB Progress (4): 565 kB | 0.6/1.4 MB | 1.1/1.2 MB | 229/915 kB Progress (4): 565 kB | 0.6/1.4 MB | 1.1/1.2 MB | 229/915 kB Progress (4): 565 kB | 0.6/1.4 MB | 1.1/1.2 MB | 229/915 kB Progress (4): 565 kB | 0.6/1.4 MB | 1.1/1.2 MB | 229/915 kB Progress (4): 565 kB | 0.6/1.4 MB | 1.1/1.2 MB | 229/915 kB Progress (4): 565 kB | 0.6/1.4 MB | 1.1/1.2 MB | 229/915 kB Progress (4): 565 kB | 0.6/1.4 MB | 1.2/1.2 MB | 229/915 kB Progress (4): 565 kB | 0.6/1.4 MB | 1.2/1.2 MB | 229/915 kB Progress (4): 565 kB | 0.6/1.4 MB | 1.2/1.2 MB | 229/915 kB Progress (4): 565 kB | 0.6/1.4 MB | 1.2/1.2 MB | 229/915 kB Progress (4): 565 kB | 0.6/1.4 MB | 1.2/1.2 MB | 229/915 kB Progress (4): 565 kB | 0.6/1.4 MB | 1.2/1.2 MB | 229/915 kB Progress (4): 565 kB | 0.6/1.4 MB | 1.2/1.2 MB | 229/915 kB Progress (4): 565 kB | 0.6/1.4 MB | 1.2/1.2 MB | 229/915 kB Progress (4): 565 kB | 0.6/1.4 MB | 1.2/1.2 MB | 229/915 kB Progress (4): 565 kB | 0.6/1.4 MB | 1.2/1.2 MB | 229/915 kB Progress (5): 565 kB | 0.6/1.4 MB | 1.2/1.2 MB | 229/915 kB | 4.1/221 kB Progress (5): 565 kB | 0.6/1.4 MB | 1.2/1.2 MB | 229/915 kB | 7.8/221 kB Progress (5): 565 kB | 0.6/1.4 MB | 1.2/1.2 MB | 229/915 kB | 12/221 kB Progress (5): 565 kB | 0.6/1.4 MB | 1.2/1.2 MB | 229/915 kB | 16/221 kB Progress (5): 565 kB | 0.6/1.4 MB | 1.2/1.2 MB | 229/915 kB | 20/221 kB Progress (5): 565 kB | 0.6/1.4 MB | 1.2/1.2 MB | 229/915 kB | 24/221 kB Progress (5): 565 kB | 0.7/1.4 MB | 1.2/1.2 MB | 229/915 kB | 24/221 kB Progress (5): 565 kB | 0.7/1.4 MB | 1.2/1.2 MB | 229/915 kB | 24/221 kB Progress (5): 565 kB | 0.7/1.4 MB | 1.2/1.2 MB | 229/915 kB | 24/221 kB Progress (5): 565 kB | 0.7/1.4 MB | 1.2/1.2 MB | 229/915 kB | 24/221 kB Progress (5): 565 kB | 0.7/1.4 MB | 1.2/1.2 MB | 229/915 kB | 24/221 kB Progress (5): 565 kB | 0.7/1.4 MB | 1.2/1.2 MB | 229/915 kB | 24/221 kB Progress (5): 565 kB | 0.7/1.4 MB | 1.2 MB | 229/915 kB | 24/221 kB Progress (5): 565 kB | 0.7/1.4 MB | 1.2 MB | 237/915 kB | 24/221 kB Progress (5): 565 kB | 0.7/1.4 MB | 1.2 MB | 245/915 kB | 24/221 kB Progress (5): 565 kB | 0.7/1.4 MB | 1.2 MB | 254/915 kB | 24/221 kB Progress (5): 565 kB | 0.7/1.4 MB | 1.2 MB | 261/915 kB | 24/221 kB Progress (5): 565 kB | 0.7/1.4 MB | 1.2 MB | 270/915 kB | 24/221 kB Progress (5): 565 kB | 0.7/1.4 MB | 1.2 MB | 278/915 kB | 24/221 kB Progress (5): 565 kB | 0.7/1.4 MB | 1.2 MB | 286/915 kB | 24/221 kB Progress (5): 565 kB | 0.7/1.4 MB | 1.2 MB | 294/915 kB | 24/221 kB Progress (5): 565 kB | 0.7/1.4 MB | 1.2 MB | 294/915 kB | 24/221 kB Progress (5): 565 kB | 0.7/1.4 MB | 1.2 MB | 294/915 kB | 24/221 kB Progress (5): 565 kB | 0.7/1.4 MB | 1.2 MB | 294/915 kB | 24/221 kB Progress (5): 565 kB | 0.7/1.4 MB | 1.2 MB | 294/915 kB | 24/221 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/netty/netty-common/4.1.17.Final/netty-common-4.1.17.Final.jar (565 kB at 8.0 kB/s) +Progress (4): 0.7/1.4 MB | 1.2 MB | 294/915 kB | 28/221 kB Progress (4): 0.7/1.4 MB | 1.2 MB | 294/915 kB | 32/221 kB Progress (4): 0.7/1.4 MB | 1.2 MB | 294/915 kB | 36/221 kB Progress (4): 0.7/1.4 MB | 1.2 MB | 294/915 kB | 41/221 kB Progress (4): 0.7/1.4 MB | 1.2 MB | 302/915 kB | 41/221 kB Progress (4): 0.7/1.4 MB | 1.2 MB | 310/915 kB | 41/221 kB Progress (4): 0.7/1.4 MB | 1.2 MB | 310/915 kB | 41/221 kB Progress (4): 0.7/1.4 MB | 1.2 MB | 310/915 kB | 41/221 kB Progress (4): 0.7/1.4 MB | 1.2 MB | 319/915 kB | 41/221 kB Progress (4): 0.7/1.4 MB | 1.2 MB | 327/915 kB | 41/221 kB Progress (4): 0.7/1.4 MB | 1.2 MB | 335/915 kB | 41/221 kB Progress (4): 0.7/1.4 MB | 1.2 MB | 343/915 kB | 41/221 kB Progress (4): 0.7/1.4 MB | 1.2 MB | 351/915 kB | 41/221 kB Progress (4): 0.7/1.4 MB | 1.2 MB | 360/915 kB | 41/221 kB Progress (4): 0.7/1.4 MB | 1.2 MB | 360/915 kB | 41/221 kB Progress (4): 0.7/1.4 MB | 1.2 MB | 360/915 kB | 41/221 kB Progress (4): 0.7/1.4 MB | 1.2 MB | 360/915 kB | 41/221 kB Progress (4): 0.7/1.4 MB | 1.2 MB | 360/915 kB | 41/221 kB Progress (4): 0.7/1.4 MB | 1.2 MB | 368/915 kB | 41/221 kB Progress (4): 0.7/1.4 MB | 1.2 MB | 376/915 kB | 41/221 kB Progress (4): 0.8/1.4 MB | 1.2 MB | 376/915 kB | 41/221 kB Progress (4): 0.8/1.4 MB | 1.2 MB | 376/915 kB | 41/221 kB Progress (4): 0.8/1.4 MB | 1.2 MB | 376/915 kB | 45/221 kB Progress (4): 0.8/1.4 MB | 1.2 MB | 376/915 kB | 49/221 kB Progress (4): 0.8/1.4 MB | 1.2 MB | 376/915 kB | 53/221 kB Progress (4): 0.8/1.4 MB | 1.2 MB | 376/915 kB | 57/221 kB Progress (4): 0.8/1.4 MB | 1.2 MB | 376/915 kB | 61/221 kB Progress (4): 0.8/1.4 MB | 1.2 MB | 376/915 kB | 65/221 kB Progress (4): 0.8/1.4 MB | 1.2 MB | 376/915 kB | 69/221 kB Progress (4): 0.8/1.4 MB | 1.2 MB | 376/915 kB | 73/221 kB Progress (4): 0.8/1.4 MB | 1.2 MB | 384/915 kB | 73/221 kB Progress (4): 0.8/1.4 MB | 1.2 MB | 392/915 kB | 73/221 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/net/java/dev/jna/jna-platform/4.0.0/jna-platform-4.0.0.jar (1.2 MB at 17 kB/s) +Progress (3): 0.8/1.4 MB | 401/915 kB | 73/221 kB Progress (3): 0.8/1.4 MB | 409/915 kB | 73/221 kB Progress (3): 0.8/1.4 MB | 417/915 kB | 73/221 kB Progress (3): 0.8/1.4 MB | 425/915 kB | 73/221 kB Progress (3): 0.8/1.4 MB | 433/915 kB | 73/221 kB Progress (3): 0.8/1.4 MB | 442/915 kB | 73/221 kB Progress (3): 0.8/1.4 MB | 442/915 kB | 73/221 kB Progress (3): 0.8/1.4 MB | 442/915 kB | 73/221 kB Progress (3): 0.8/1.4 MB | 442/915 kB | 73/221 kB Progress (3): 0.8/1.4 MB | 442/915 kB | 73/221 kB Progress (3): 0.8/1.4 MB | 442/915 kB | 73/221 kB Progress (3): 0.8/1.4 MB | 442/915 kB | 73/221 kB Progress (3): 0.8/1.4 MB | 442/915 kB | 77/221 kB Progress (3): 0.8/1.4 MB | 442/915 kB | 82/221 kB Progress (3): 0.8/1.4 MB | 442/915 kB | 86/221 kB Progress (3): 0.8/1.4 MB | 442/915 kB | 90/221 kB Progress (3): 0.8/1.4 MB | 442/915 kB | 94/221 kB Progress (3): 0.8/1.4 MB | 442/915 kB | 98/221 kB Progress (3): 0.8/1.4 MB | 450/915 kB | 98/221 kB Progress (3): 0.8/1.4 MB | 458/915 kB | 98/221 kB Progress (3): 0.8/1.4 MB | 466/915 kB | 98/221 kB Progress (3): 0.8/1.4 MB | 474/915 kB | 98/221 kB Progress (3): 0.8/1.4 MB | 482/915 kB | 98/221 kB Progress (3): 0.8/1.4 MB | 491/915 kB | 98/221 kB Progress (3): 0.8/1.4 MB | 499/915 kB | 98/221 kB Progress (3): 0.8/1.4 MB | 507/915 kB | 98/221 kB Progress (3): 0.8/1.4 MB | 507/915 kB | 98/221 kB Progress (3): 0.8/1.4 MB | 507/915 kB | 98/221 kB Progress (3): 0.8/1.4 MB | 507/915 kB | 98/221 kB Progress (3): 0.8/1.4 MB | 507/915 kB | 98/221 kB Progress (3): 0.9/1.4 MB | 507/915 kB | 98/221 kB Progress (3): 0.9/1.4 MB | 507/915 kB | 98/221 kB Progress (3): 0.9/1.4 MB | 507/915 kB | 102/221 kB Progress (3): 0.9/1.4 MB | 507/915 kB | 106/221 kB Progress (3): 0.9/1.4 MB | 507/915 kB | 110/221 kB Progress (3): 0.9/1.4 MB | 507/915 kB | 114/221 kB Progress (3): 0.9/1.4 MB | 515/915 kB | 114/221 kB Progress (3): 0.9/1.4 MB | 523/915 kB | 114/221 kB Progress (3): 0.9/1.4 MB | 532/915 kB | 114/221 kB Progress (3): 0.9/1.4 MB | 540/915 kB | 114/221 kB Progress (3): 0.9/1.4 MB | 540/915 kB | 114/221 kB Progress (3): 0.9/1.4 MB | 548/915 kB | 114/221 kB Progress (3): 0.9/1.4 MB | 548/915 kB | 114/221 kB Progress (3): 0.9/1.4 MB | 556/915 kB | 114/221 kB Progress (3): 0.9/1.4 MB | 564/915 kB | 114/221 kB Progress (3): 0.9/1.4 MB | 573/915 kB | 114/221 kB Progress (3): 0.9/1.4 MB | 573/915 kB | 114/221 kB Progress (3): 0.9/1.4 MB | 573/915 kB | 114/221 kB Progress (3): 0.9/1.4 MB | 573/915 kB | 114/221 kB Progress (3): 0.9/1.4 MB | 573/915 kB | 114/221 kB Progress (3): 0.9/1.4 MB | 573/915 kB | 118/221 kB Progress (3): 0.9/1.4 MB | 573/915 kB | 122/221 kB Progress (3): 0.9/1.4 MB | 573/915 kB | 127/221 kB Progress (3): 0.9/1.4 MB | 573/915 kB | 131/221 kB Progress (3): 0.9/1.4 MB | 573/915 kB | 131/221 kB Progress (3): 0.9/1.4 MB | 573/915 kB | 131/221 kB Progress (3): 0.9/1.4 MB | 573/915 kB | 135/221 kB Progress (3): 0.9/1.4 MB | 573/915 kB | 139/221 kB Progress (3): 0.9/1.4 MB | 573/915 kB | 143/221 kB Progress (3): 0.9/1.4 MB | 573/915 kB | 147/221 kB Progress (3): 0.9/1.4 MB | 581/915 kB | 147/221 kB Progress (3): 0.9/1.4 MB | 589/915 kB | 147/221 kB Progress (3): 0.9/1.4 MB | 597/915 kB | 147/221 kB Progress (3): 0.9/1.4 MB | 605/915 kB | 147/221 kB Progress (3): 0.9/1.4 MB | 614/915 kB | 147/221 kB Progress (3): 0.9/1.4 MB | 622/915 kB | 147/221 kB Progress (3): 0.9/1.4 MB | 630/915 kB | 147/221 kB Progress (3): 0.9/1.4 MB | 638/915 kB | 147/221 kB Progress (3): 0.9/1.4 MB | 638/915 kB | 147/221 kB Progress (3): 0.9/1.4 MB | 638/915 kB | 147/221 kB Progress (3): 1.0/1.4 MB | 638/915 kB | 147/221 kB Progress (3): 1.0/1.4 MB | 638/915 kB | 147/221 kB Progress (3): 1.0/1.4 MB | 638/915 kB | 147/221 kB Progress (3): 1.0/1.4 MB | 638/915 kB | 147/221 kB Progress (3): 1.0/1.4 MB | 638/915 kB | 151/221 kB Progress (3): 1.0/1.4 MB | 638/915 kB | 155/221 kB Progress (3): 1.0/1.4 MB | 638/915 kB | 159/221 kB Progress (3): 1.0/1.4 MB | 638/915 kB | 163/221 kB Progress (3): 1.0/1.4 MB | 646/915 kB | 163/221 kB Progress (3): 1.0/1.4 MB | 655/915 kB | 163/221 kB Progress (3): 1.0/1.4 MB | 663/915 kB | 163/221 kB Progress (3): 1.0/1.4 MB | 671/915 kB | 163/221 kB Progress (3): 1.0/1.4 MB | 679/915 kB | 163/221 kB Progress (3): 1.0/1.4 MB | 687/915 kB | 163/221 kB Progress (3): 1.0/1.4 MB | 695/915 kB | 163/221 kB Progress (3): 1.0/1.4 MB | 704/915 kB | 163/221 kB Progress (3): 1.0/1.4 MB | 704/915 kB | 163/221 kB Progress (3): 1.0/1.4 MB | 704/915 kB | 163/221 kB Progress (3): 1.0/1.4 MB | 704/915 kB | 163/221 kB Progress (3): 1.0/1.4 MB | 704/915 kB | 163/221 kB Progress (3): 1.0/1.4 MB | 704/915 kB | 163/221 kB Progress (3): 1.0/1.4 MB | 704/915 kB | 163/221 kB Progress (3): 1.0/1.4 MB | 712/915 kB | 163/221 kB Progress (3): 1.0/1.4 MB | 720/915 kB | 163/221 kB Progress (3): 1.0/1.4 MB | 720/915 kB | 168/221 kB Progress (3): 1.0/1.4 MB | 720/915 kB | 172/221 kB Progress (3): 1.0/1.4 MB | 720/915 kB | 176/221 kB Progress (3): 1.0/1.4 MB | 720/915 kB | 180/221 kB Progress (3): 1.0/1.4 MB | 720/915 kB | 184/221 kB Progress (3): 1.0/1.4 MB | 720/915 kB | 188/221 kB Progress (3): 1.0/1.4 MB | 720/915 kB | 192/221 kB Progress (3): 1.0/1.4 MB | 720/915 kB | 196/221 kB Progress (3): 1.0/1.4 MB | 720/915 kB | 196/221 kB Progress (3): 1.0/1.4 MB | 720/915 kB | 196/221 kB Progress (3): 1.0/1.4 MB | 728/915 kB | 196/221 kB Progress (3): 1.0/1.4 MB | 736/915 kB | 196/221 kB Progress (3): 1.0/1.4 MB | 745/915 kB | 196/221 kB Progress (3): 1.0/1.4 MB | 753/915 kB | 196/221 kB Progress (3): 1.0/1.4 MB | 761/915 kB | 196/221 kB Progress (3): 1.0/1.4 MB | 769/915 kB | 196/221 kB Progress (3): 1.1/1.4 MB | 769/915 kB | 196/221 kB Progress (3): 1.1/1.4 MB | 769/915 kB | 196/221 kB Progress (3): 1.1/1.4 MB | 777/915 kB | 196/221 kB Progress (3): 1.1/1.4 MB | 785/915 kB | 196/221 kB Progress (3): 1.1/1.4 MB | 785/915 kB | 196/221 kB Progress (3): 1.1/1.4 MB | 785/915 kB | 196/221 kB Progress (3): 1.1/1.4 MB | 785/915 kB | 196/221 kB Progress (3): 1.1/1.4 MB | 785/915 kB | 196/221 kB Progress (3): 1.1/1.4 MB | 785/915 kB | 200/221 kB Progress (3): 1.1/1.4 MB | 785/915 kB | 204/221 kB Progress (3): 1.1/1.4 MB | 785/915 kB | 208/221 kB Progress (3): 1.1/1.4 MB | 785/915 kB | 213/221 kB Progress (3): 1.1/1.4 MB | 785/915 kB | 217/221 kB Progress (3): 1.1/1.4 MB | 785/915 kB | 221 kB Progress (3): 1.1/1.4 MB | 793/915 kB | 221 kB Progress (3): 1.1/1.4 MB | 801/915 kB | 221 kB Progress (3): 1.1/1.4 MB | 810/915 kB | 221 kB Progress (3): 1.1/1.4 MB | 818/915 kB | 221 kB Progress (3): 1.1/1.4 MB | 818/915 kB | 221 kB Progress (3): 1.1/1.4 MB | 826/915 kB | 221 kB Progress (3): 1.1/1.4 MB | 826/915 kB | 221 kB Progress (3): 1.1/1.4 MB | 834/915 kB | 221 kB Progress (3): 1.1/1.4 MB | 834/915 kB | 221 kB Progress (3): 1.1/1.4 MB | 834/915 kB | 221 kB Progress (3): 1.1/1.4 MB | 842/915 kB | 221 kB Progress (3): 1.1/1.4 MB | 850/915 kB | 221 kB Progress (3): 1.1/1.4 MB | 850/915 kB | 221 kB Progress (3): 1.1/1.4 MB | 850/915 kB | 221 kB Progress (3): 1.1/1.4 MB | 850/915 kB | 221 kB Progress (3): 1.2/1.4 MB | 850/915 kB | 221 kB Progress (3): 1.2/1.4 MB | 859/915 kB | 221 kB Progress (3): 1.2/1.4 MB | 867/915 kB | 221 kB Progress (3): 1.2/1.4 MB | 875/915 kB | 221 kB Progress (3): 1.2/1.4 MB | 883/915 kB | 221 kB Progress (3): 1.2/1.4 MB | 891/915 kB | 221 kB Progress (3): 1.2/1.4 MB | 900/915 kB | 221 kB Progress (3): 1.2/1.4 MB | 900/915 kB | 221 kB Progress (3): 1.2/1.4 MB | 900/915 kB | 221 kB Progress (3): 1.2/1.4 MB | 908/915 kB | 221 kB Progress (3): 1.2/1.4 MB | 915 kB | 221 kB Progress (3): 1.2/1.4 MB | 915 kB | 221 kB Progress (3): 1.2/1.4 MB | 915 kB | 221 kB Progress (3): 1.2/1.4 MB | 915 kB | 221 kB Progress (3): 1.2/1.4 MB | 915 kB | 221 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.jar (221 kB at 3.0 kB/s) +Progress (2): 1.2/1.4 MB | 915 kB Progress (2): 1.2/1.4 MB | 915 kB Progress (2): 1.2/1.4 MB | 915 kB Progress (2): 1.2/1.4 MB | 915 kB Progress (2): 1.2/1.4 MB | 915 kB Progress (2): 1.3/1.4 MB | 915 kB Progress (2): 1.3/1.4 MB | 915 kB Progress (2): 1.3/1.4 MB | 915 kB Progress (2): 1.3/1.4 MB | 915 kB Progress (2): 1.3/1.4 MB | 915 kB Progress (2): 1.3/1.4 MB | 915 kB Progress (2): 1.3/1.4 MB | 915 kB Progress (2): 1.3/1.4 MB | 915 kB Progress (2): 1.3/1.4 MB | 915 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/net/java/dev/jna/jna/4.0.0/jna-4.0.0.jar (915 kB at 13 kB/s) +Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.4 MB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/org/freemarker/freemarker/2.3.23/freemarker-2.3.23.jar (1.4 MB at 18 kB/s) +[INFO] +[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ lippia-api-example-project --- +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom +Progress (1): 1.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom (1.5 kB at 4.2 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.6/maven-2.0.6.pom +Progress (1): 2.2/9.0 kB Progress (1): 5.0/9.0 kB Progress (1): 7.8/9.0 kB Progress (1): 9.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.6/maven-2.0.6.pom (9.0 kB at 22 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/5/maven-parent-5.pom +Progress (1): 2.2/15 kB Progress (1): 5.0/15 kB Progress (1): 7.8/15 kB Progress (1): 11/15 kB Progress (1): 13/15 kB Progress (1): 15 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/5/maven-parent-5.pom (15 kB at 37 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/3/apache-3.pom +Progress (1): 2.2/3.4 kB Progress (1): 3.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/3/apache-3.pom (3.4 kB at 7.9 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom +Progress (1): 2.2/4.1 kB Progress (1): 4.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom (4.1 kB at 11 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/16/spice-parent-16.pom +Progress (1): 2.2/8.4 kB Progress (1): 5.0/8.4 kB Progress (1): 7.8/8.4 kB Progress (1): 8.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (8.4 kB at 24 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/5/forge-parent-5.pom +Progress (1): 2.2/8.4 kB Progress (1): 5.0/8.4 kB Progress (1): 7.8/8.4 kB Progress (1): 8.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (8.4 kB at 21 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar +Progress (1): 2.2/13 kB Progress (1): 5.0/13 kB Progress (1): 7.7/13 kB Progress (1): 10/13 kB Progress (1): 13 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar (13 kB at 32 kB/s) +Progress (1): 2.2/226 kB Progress (1): 5.0/226 kB Progress (1): 7.7/226 kB Progress (1): 10/226 kB Progress (1): 13/226 kB Progress (1): 16/226 kB Progress (1): 19/226 kB Progress (1): 21/226 kB Progress (1): 24/226 kB Progress (1): 27/226 kB Progress (1): 30/226 kB Progress (1): 32/226 kB Progress (1): 36/226 kB Progress (1): 40/226 kB Progress (1): 45/226 kB Progress (1): 49/226 kB Progress (1): 53/226 kB Progress (1): 57/226 kB Progress (1): 61/226 kB Progress (1): 65/226 kB Progress (1): 69/226 kB Progress (1): 73/226 kB Progress (1): 77/226 kB Progress (1): 81/226 kB Progress (1): 85/226 kB Progress (1): 90/226 kB Progress (1): 94/226 kB Progress (1): 98/226 kB Progress (1): 102/226 kB Progress (1): 106/226 kB Progress (1): 110/226 kB Progress (1): 114/226 kB Progress (1): 118/226 kB Progress (1): 122/226 kB Progress (1): 126/226 kB Progress (1): 131/226 kB Progress (1): 135/226 kB Progress (1): 139/226 kB Progress (1): 143/226 kB Progress (1): 147/226 kB Progress (1): 151/226 kB Progress (1): 155/226 kB Progress (1): 159/226 kB Progress (1): 163/226 kB Progress (1): 167/226 kB Progress (1): 171/226 kB Progress (1): 176/226 kB Progress (1): 180/226 kB Progress (1): 184/226 kB Progress (1): 188/226 kB Progress (1): 192/226 kB Progress (1): 196/226 kB Progress (1): 200/226 kB Progress (1): 204/226 kB Progress (1): 208/226 kB Progress (1): 212/226 kB Progress (1): 217/226 kB Progress (1): 221/226 kB Progress (1): 225/226 kB Progress (1): 226 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar (226 kB at 124 kB/s) +[INFO] +[INFO] --- maven-resources-plugin:2.4:resources (default-resources) @ lippia-api-example-project --- +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom +Progress (1): 2.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom (2.6 kB at 7.1 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom +Progress (1): 2.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom (2.0 kB at 5.0 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom +Progress (1): 2.2/3.0 kB Progress (1): 3.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom (3.0 kB at 8.0 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom +Progress (1): 1.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom (1.9 kB at 4.8 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom +Progress (1): 2.2/9.0 kB Progress (1): 5.0/9.0 kB Progress (1): 7.7/9.0 kB Progress (1): 9.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9.0 kB at 22 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom +Progress (1): 2.2/3.9 kB Progress (1): 3.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom (3.9 kB at 10.0 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom +Progress (1): 492 B Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (492 B at 1.2 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom +Progress (1): 2.2/5.7 kB Progress (1): 5.0/5.7 kB Progress (1): 5.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (5.7 kB at 14 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.pom +Progress (1): 998 B Downloaded from central: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.pom (998 B at 2.5 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom +Progress (1): 2.2/6.9 kB Progress (1): 5.0/6.9 kB Progress (1): 6.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (6.9 kB at 17 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom +Progress (1): 2.2/3.1 kB Progress (1): 3.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom (3.1 kB at 8.0 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom +Progress (1): 2.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom (2.0 kB at 4.9 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom +Progress (1): 2.2/2.6 kB Progress (1): 2.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom (2.6 kB at 6.6 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom +Progress (1): 1.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom (1.9 kB at 4.6 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom +Progress (1): 1.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom (1.6 kB at 4.0 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom +Progress (1): 1.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom (1.9 kB at 4.9 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom +Progress (1): 2.2/6.8 kB Progress (1): 5.0/6.8 kB Progress (1): 6.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom (6.8 kB at 16 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom +Progress (1): 2.2/12 kB Progress (1): 5.0/12 kB Progress (1): 7.8/12 kB Progress (1): 11/12 kB Progress (1): 12 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 kB at 28 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.0-beta-3/maven-filtering-1.0-beta-3.pom +Progress (1): 2.2/5.5 kB Progress (1): 5.0/5.5 kB Progress (1): 5.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.0-beta-3/maven-filtering-1.0-beta-3.pom (5.5 kB at 15 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/11/maven-shared-components-11.pom +Progress (1): 2.2/8.3 kB Progress (1): 5.0/8.3 kB Progress (1): 7.8/8.3 kB Progress (1): 8.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/11/maven-shared-components-11.pom (8.3 kB at 20 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom +Progress (1): 2.2/6.7 kB Progress (1): 5.0/6.7 kB Progress (1): 6.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom (6.7 kB at 17 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom +Progress (1): 1.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom (1.9 kB at 4.8 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom +Progress (1): 1.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom (1.8 kB at 5.6 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom +Progress (1): 1.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom (1.4 kB at 3.7 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom +Progress (1): 424 B Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom (424 B at 1.1 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom +Progress (1): 2.2/3.9 kB Progress (1): 3.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom (3.9 kB at 9.7 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom +Progress (1): 1.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom (1.7 kB at 4.3 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.pom +Progress (1): 2.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.pom (2.1 kB at 5.3 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom +Progress (1): 2.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom (2.0 kB at 3.6 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom +Progress (1): 2.2/7.1 kB Progress (1): 5.0/7.1 kB Progress (1): 7.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom (7.1 kB at 18 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom +Progress (1): 1.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom (1.3 kB at 3.3 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.pom +Progress (1): 2.2/3.3 kB Progress (1): 3.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.pom (3.3 kB at 8.8 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom +Progress (1): 889 B Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom (889 B at 2.6 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom +Progress (1): 2.2/5.8 kB Progress (1): 5.0/5.8 kB Progress (1): 5.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (5.8 kB at 14 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom +Progress (1): 2.2/2.9 kB Progress (1): 2.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom (2.9 kB at 7.1 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/10/spice-parent-10.pom +Progress (1): 2.2/3.0 kB Progress (1): 3.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/10/spice-parent-10.pom (3.0 kB at 7.5 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/3/forge-parent-3.pom +Progress (1): 2.2/5.0 kB Progress (1): 5.0/5.0 kB Progress (1): 5.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/3/forge-parent-3.pom (5.0 kB at 12 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom +Progress (1): 2.2/8.1 kB Progress (1): 5.0/8.1 kB Progress (1): 7.8/8.1 kB Progress (1): 8.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom (8.1 kB at 20 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar +Progress (1): 2.2/116 kB Progress (1): 5.0/116 kB Progress (1): 7.7/116 kB Progress (1): 10/116 kB Progress (1): 13/116 kB Progress (1): 16/116 kB Progress (1): 19/116 kB Progress (1): 21/116 kB Progress (1): 24/116 kB Progress (1): 27/116 kB Progress (1): 30/116 kB Progress (1): 32/116 kB Progress (1): 36/116 kB Progress (1): 40/116 kB Progress (1): 45/116 kB Progress (1): 49/116 kB Progress (1): 53/116 kB Progress (1): 57/116 kB Progress (1): 61/116 kB Progress (1): 65/116 kB Progress (2): 65/116 kB | 2.2/57 kB Progress (2): 65/116 kB | 5.0/57 kB Progress (2): 65/116 kB | 7.7/57 kB Progress (2): 65/116 kB | 10/57 kB Progress (2): 65/116 kB | 13/57 kB Progress (2): 65/116 kB | 16/57 kB Progress (2): 65/116 kB | 19/57 kB Progress (2): 65/116 kB | 21/57 kB Progress (2): 65/116 kB | 24/57 kB Progress (2): 65/116 kB | 27/57 kB Progress (2): 65/116 kB | 30/57 kB Progress (2): 65/116 kB | 32/57 kB Progress (2): 69/116 kB | 32/57 kB Progress (2): 73/116 kB | 32/57 kB Progress (2): 77/116 kB | 32/57 kB Progress (2): 81/116 kB | 32/57 kB Progress (2): 85/116 kB | 32/57 kB Progress (2): 90/116 kB | 32/57 kB Progress (2): 94/116 kB | 32/57 kB Progress (2): 98/116 kB | 32/57 kB Progress (2): 102/116 kB | 32/57 kB Progress (2): 106/116 kB | 32/57 kB Progress (2): 110/116 kB | 32/57 kB Progress (2): 114/116 kB | 32/57 kB Progress (2): 116 kB | 32/57 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar (116 kB at 208 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar +Progress (2): 32/57 kB | 4.1/24 kB Progress (2): 32/57 kB | 7.7/24 kB Progress (2): 32/57 kB | 12/24 kB Progress (2): 32/57 kB | 16/24 kB Progress (2): 32/57 kB | 20/24 kB Progress (2): 32/57 kB | 24/24 kB Progress (2): 32/57 kB | 24 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar (24 kB at 27 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar +Progress (2): 32/57 kB | 2.2/49 kB Progress (2): 32/57 kB | 5.0/49 kB Progress (2): 32/57 kB | 7.7/49 kB Progress (2): 32/57 kB | 10/49 kB Progress (2): 32/57 kB | 13/49 kB Progress (3): 32/57 kB | 13/49 kB | 2.2/35 kB Progress (3): 32/57 kB | 13/49 kB | 5.0/35 kB Progress (3): 32/57 kB | 13/49 kB | 7.7/35 kB Progress (3): 32/57 kB | 13/49 kB | 10/35 kB Progress (3): 32/57 kB | 13/49 kB | 13/35 kB Progress (4): 32/57 kB | 13/49 kB | 13/35 kB | 2.2/86 kB Progress (4): 32/57 kB | 13/49 kB | 13/35 kB | 5.0/86 kB Progress (4): 32/57 kB | 13/49 kB | 13/35 kB | 7.7/86 kB Progress (5): 32/57 kB | 13/49 kB | 13/35 kB | 7.7/86 kB | 4.1/29 kB Progress (5): 32/57 kB | 13/49 kB | 13/35 kB | 7.7/86 kB | 7.7/29 kB Progress (5): 32/57 kB | 13/49 kB | 13/35 kB | 7.7/86 kB | 12/29 kB Progress (5): 32/57 kB | 13/49 kB | 13/35 kB | 7.7/86 kB | 16/29 kB Progress (5): 32/57 kB | 13/49 kB | 13/35 kB | 7.7/86 kB | 20/29 kB Progress (5): 32/57 kB | 13/49 kB | 13/35 kB | 7.7/86 kB | 24/29 kB Progress (5): 32/57 kB | 13/49 kB | 13/35 kB | 7.7/86 kB | 28/29 kB Progress (5): 32/57 kB | 13/49 kB | 13/35 kB | 7.7/86 kB | 29 kB Progress (5): 32/57 kB | 16/49 kB | 13/35 kB | 7.7/86 kB | 29 kB Progress (5): 32/57 kB | 19/49 kB | 13/35 kB | 7.7/86 kB | 29 kB Progress (5): 32/57 kB | 21/49 kB | 13/35 kB | 7.7/86 kB | 29 kB Progress (5): 32/57 kB | 24/49 kB | 13/35 kB | 7.7/86 kB | 29 kB Progress (5): 32/57 kB | 24/49 kB | 16/35 kB | 7.7/86 kB | 29 kB Progress (5): 32/57 kB | 24/49 kB | 19/35 kB | 7.7/86 kB | 29 kB Progress (5): 32/57 kB | 24/49 kB | 21/35 kB | 7.7/86 kB | 29 kB Progress (5): 32/57 kB | 24/49 kB | 24/35 kB | 7.7/86 kB | 29 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar (29 kB at 23 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar +Progress (4): 32/57 kB | 27/49 kB | 24/35 kB | 7.7/86 kB Progress (4): 32/57 kB | 30/49 kB | 24/35 kB | 7.7/86 kB Progress (4): 32/57 kB | 32/49 kB | 24/35 kB | 7.7/86 kB Progress (4): 32/57 kB | 32/49 kB | 27/35 kB | 7.7/86 kB Progress (4): 32/57 kB | 32/49 kB | 27/35 kB | 10/86 kB Progress (4): 32/57 kB | 32/49 kB | 30/35 kB | 10/86 kB Progress (4): 32/57 kB | 32/49 kB | 30/35 kB | 13/86 kB Progress (4): 32/57 kB | 32/49 kB | 32/35 kB | 13/86 kB Progress (4): 32/57 kB | 32/49 kB | 32/35 kB | 16/86 kB Progress (4): 32/57 kB | 32/49 kB | 32/35 kB | 19/86 kB Progress (4): 32/57 kB | 32/49 kB | 35/35 kB | 19/86 kB Progress (4): 32/57 kB | 32/49 kB | 35 kB | 19/86 kB Progress (4): 36/57 kB | 32/49 kB | 35 kB | 19/86 kB Progress (4): 40/57 kB | 32/49 kB | 35 kB | 19/86 kB Progress (4): 45/57 kB | 32/49 kB | 35 kB | 19/86 kB Progress (4): 49/57 kB | 32/49 kB | 35 kB | 19/86 kB Progress (4): 49/57 kB | 32/49 kB | 35 kB | 21/86 kB Progress (5): 49/57 kB | 32/49 kB | 35 kB | 21/86 kB | 4.1/87 kB Progress (5): 49/57 kB | 32/49 kB | 35 kB | 21/86 kB | 7.7/87 kB Progress (5): 49/57 kB | 32/49 kB | 35 kB | 21/86 kB | 12/87 kB Progress (5): 49/57 kB | 32/49 kB | 35 kB | 21/86 kB | 16/87 kB Progress (5): 49/57 kB | 32/49 kB | 35 kB | 21/86 kB | 20/87 kB Progress (5): 49/57 kB | 32/49 kB | 35 kB | 21/86 kB | 24/87 kB Progress (5): 49/57 kB | 32/49 kB | 35 kB | 21/86 kB | 28/87 kB Progress (5): 49/57 kB | 32/49 kB | 35 kB | 21/86 kB | 32/87 kB Progress (5): 49/57 kB | 32/49 kB | 35 kB | 21/86 kB | 36/87 kB Progress (5): 49/57 kB | 32/49 kB | 35 kB | 21/86 kB | 40/87 kB Progress (5): 49/57 kB | 32/49 kB | 35 kB | 21/86 kB | 45/87 kB Progress (5): 49/57 kB | 32/49 kB | 35 kB | 21/86 kB | 49/87 kB Progress (5): 49/57 kB | 32/49 kB | 35 kB | 21/86 kB | 53/87 kB Progress (5): 49/57 kB | 32/49 kB | 35 kB | 21/86 kB | 57/87 kB Progress (5): 49/57 kB | 32/49 kB | 35 kB | 21/86 kB | 61/87 kB Progress (5): 49/57 kB | 32/49 kB | 35 kB | 21/86 kB | 65/87 kB Progress (5): 49/57 kB | 36/49 kB | 35 kB | 21/86 kB | 65/87 kB Progress (5): 49/57 kB | 40/49 kB | 35 kB | 21/86 kB | 65/87 kB Progress (5): 49/57 kB | 45/49 kB | 35 kB | 21/86 kB | 65/87 kB Progress (5): 49/57 kB | 49/49 kB | 35 kB | 21/86 kB | 65/87 kB Progress (5): 49/57 kB | 49 kB | 35 kB | 21/86 kB | 65/87 kB Progress (5): 49/57 kB | 49 kB | 35 kB | 24/86 kB | 65/87 kB Progress (5): 49/57 kB | 49 kB | 35 kB | 27/86 kB | 65/87 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar (35 kB at 23 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar +Progress (4): 53/57 kB | 49 kB | 27/86 kB | 65/87 kB Progress (4): 57 kB | 49 kB | 27/86 kB | 65/87 kB Progress (4): 57 kB | 49 kB | 30/86 kB | 65/87 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar (49 kB at 29 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar +Progress (3): 57 kB | 32/86 kB | 65/87 kB Progress (4): 57 kB | 32/86 kB | 65/87 kB | 2.2/194 kB Progress (4): 57 kB | 32/86 kB | 65/87 kB | 5.0/194 kB Progress (4): 57 kB | 32/86 kB | 65/87 kB | 7.7/194 kB Progress (4): 57 kB | 32/86 kB | 65/87 kB | 10/194 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar (57 kB at 32 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar +Progress (3): 32/86 kB | 69/87 kB | 10/194 kB Progress (3): 32/86 kB | 73/87 kB | 10/194 kB Progress (3): 32/86 kB | 77/87 kB | 10/194 kB Progress (3): 32/86 kB | 81/87 kB | 10/194 kB Progress (3): 32/86 kB | 85/87 kB | 10/194 kB Progress (3): 32/86 kB | 87 kB | 10/194 kB Progress (3): 32/86 kB | 87 kB | 13/194 kB Progress (3): 32/86 kB | 87 kB | 16/194 kB Progress (3): 32/86 kB | 87 kB | 19/194 kB Progress (3): 32/86 kB | 87 kB | 21/194 kB Progress (4): 32/86 kB | 87 kB | 21/194 kB | 2.2/38 kB Progress (4): 32/86 kB | 87 kB | 21/194 kB | 5.0/38 kB Progress (4): 32/86 kB | 87 kB | 21/194 kB | 7.7/38 kB Progress (4): 32/86 kB | 87 kB | 21/194 kB | 10/38 kB Progress (4): 32/86 kB | 87 kB | 21/194 kB | 13/38 kB Progress (4): 32/86 kB | 87 kB | 21/194 kB | 16/38 kB Progress (4): 32/86 kB | 87 kB | 21/194 kB | 19/38 kB Progress (4): 32/86 kB | 87 kB | 21/194 kB | 21/38 kB Progress (4): 32/86 kB | 87 kB | 24/194 kB | 21/38 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar (87 kB at 45 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar +Progress (3): 36/86 kB | 24/194 kB | 21/38 kB Progress (3): 40/86 kB | 24/194 kB | 21/38 kB Progress (3): 45/86 kB | 24/194 kB | 21/38 kB Progress (3): 49/86 kB | 24/194 kB | 21/38 kB Progress (4): 49/86 kB | 24/194 kB | 21/38 kB | 4.1/121 kB Progress (4): 49/86 kB | 24/194 kB | 21/38 kB | 7.7/121 kB Progress (4): 49/86 kB | 24/194 kB | 21/38 kB | 12/121 kB Progress (4): 49/86 kB | 24/194 kB | 21/38 kB | 16/121 kB Progress (4): 49/86 kB | 27/194 kB | 21/38 kB | 16/121 kB Progress (4): 49/86 kB | 30/194 kB | 21/38 kB | 16/121 kB Progress (4): 49/86 kB | 32/194 kB | 21/38 kB | 16/121 kB Progress (4): 49/86 kB | 32/194 kB | 24/38 kB | 16/121 kB Progress (4): 49/86 kB | 32/194 kB | 27/38 kB | 16/121 kB Progress (4): 49/86 kB | 32/194 kB | 30/38 kB | 16/121 kB Progress (4): 49/86 kB | 32/194 kB | 32/38 kB | 16/121 kB Progress (4): 49/86 kB | 32/194 kB | 35/38 kB | 16/121 kB Progress (4): 49/86 kB | 32/194 kB | 38 kB | 16/121 kB Progress (5): 49/86 kB | 32/194 kB | 38 kB | 16/121 kB | 4.1/228 kB Progress (5): 49/86 kB | 32/194 kB | 38 kB | 16/121 kB | 7.7/228 kB Progress (5): 49/86 kB | 32/194 kB | 38 kB | 16/121 kB | 12/228 kB Progress (5): 49/86 kB | 32/194 kB | 38 kB | 16/121 kB | 16/228 kB Progress (5): 49/86 kB | 32/194 kB | 38 kB | 16/121 kB | 20/228 kB Progress (5): 49/86 kB | 32/194 kB | 38 kB | 16/121 kB | 24/228 kB Progress (5): 49/86 kB | 32/194 kB | 38 kB | 16/121 kB | 28/228 kB Progress (5): 49/86 kB | 32/194 kB | 38 kB | 16/121 kB | 32/228 kB Progress (5): 49/86 kB | 32/194 kB | 38 kB | 16/121 kB | 36/228 kB Progress (5): 49/86 kB | 32/194 kB | 38 kB | 16/121 kB | 40/228 kB Progress (5): 49/86 kB | 32/194 kB | 38 kB | 16/121 kB | 45/228 kB Progress (5): 49/86 kB | 32/194 kB | 38 kB | 16/121 kB | 49/228 kB Progress (5): 49/86 kB | 32/194 kB | 38 kB | 20/121 kB | 49/228 kB Progress (5): 49/86 kB | 32/194 kB | 38 kB | 24/121 kB | 49/228 kB Progress (5): 49/86 kB | 32/194 kB | 38 kB | 28/121 kB | 49/228 kB Progress (5): 49/86 kB | 32/194 kB | 38 kB | 32/121 kB | 49/228 kB Progress (5): 49/86 kB | 36/194 kB | 38 kB | 32/121 kB | 49/228 kB Progress (5): 49/86 kB | 40/194 kB | 38 kB | 32/121 kB | 49/228 kB Progress (5): 49/86 kB | 45/194 kB | 38 kB | 32/121 kB | 49/228 kB Progress (5): 49/86 kB | 49/194 kB | 38 kB | 32/121 kB | 49/228 kB Downloaded from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (38 kB at 17 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.0-beta-3/maven-filtering-1.0-beta-3.jar +Progress (4): 53/86 kB | 49/194 kB | 32/121 kB | 49/228 kB Progress (4): 57/86 kB | 49/194 kB | 32/121 kB | 49/228 kB Progress (4): 61/86 kB | 49/194 kB | 32/121 kB | 49/228 kB Progress (4): 65/86 kB | 49/194 kB | 32/121 kB | 49/228 kB Progress (4): 65/86 kB | 49/194 kB | 32/121 kB | 53/228 kB Progress (4): 65/86 kB | 49/194 kB | 32/121 kB | 57/228 kB Progress (4): 65/86 kB | 49/194 kB | 32/121 kB | 61/228 kB Progress (4): 65/86 kB | 49/194 kB | 32/121 kB | 65/228 kB Progress (4): 65/86 kB | 49/194 kB | 32/121 kB | 69/228 kB Progress (4): 65/86 kB | 49/194 kB | 32/121 kB | 73/228 kB Progress (4): 65/86 kB | 49/194 kB | 32/121 kB | 77/228 kB Progress (4): 65/86 kB | 49/194 kB | 32/121 kB | 81/228 kB Progress (4): 65/86 kB | 49/194 kB | 32/121 kB | 85/228 kB Progress (4): 65/86 kB | 49/194 kB | 32/121 kB | 90/228 kB Progress (4): 65/86 kB | 49/194 kB | 32/121 kB | 94/228 kB Progress (4): 65/86 kB | 49/194 kB | 32/121 kB | 98/228 kB Progress (4): 65/86 kB | 49/194 kB | 32/121 kB | 102/228 kB Progress (4): 65/86 kB | 49/194 kB | 32/121 kB | 106/228 kB Progress (4): 65/86 kB | 49/194 kB | 32/121 kB | 110/228 kB Progress (4): 65/86 kB | 49/194 kB | 32/121 kB | 114/228 kB Progress (4): 65/86 kB | 49/194 kB | 36/121 kB | 114/228 kB Progress (4): 65/86 kB | 49/194 kB | 40/121 kB | 114/228 kB Progress (4): 65/86 kB | 49/194 kB | 45/121 kB | 114/228 kB Progress (4): 65/86 kB | 49/194 kB | 49/121 kB | 114/228 kB Progress (5): 65/86 kB | 49/194 kB | 49/121 kB | 114/228 kB | 2.2/34 kB Progress (5): 65/86 kB | 49/194 kB | 49/121 kB | 114/228 kB | 5.0/34 kB Progress (5): 65/86 kB | 49/194 kB | 49/121 kB | 114/228 kB | 7.7/34 kB Progress (5): 65/86 kB | 49/194 kB | 49/121 kB | 114/228 kB | 10/34 kB Progress (5): 65/86 kB | 49/194 kB | 49/121 kB | 114/228 kB | 13/34 kB Progress (5): 65/86 kB | 49/194 kB | 49/121 kB | 114/228 kB | 16/34 kB Progress (5): 65/86 kB | 49/194 kB | 49/121 kB | 114/228 kB | 19/34 kB Progress (5): 65/86 kB | 49/194 kB | 49/121 kB | 114/228 kB | 21/34 kB Progress (5): 65/86 kB | 49/194 kB | 49/121 kB | 114/228 kB | 24/34 kB Progress (5): 65/86 kB | 49/194 kB | 49/121 kB | 114/228 kB | 27/34 kB Progress (5): 65/86 kB | 53/194 kB | 49/121 kB | 114/228 kB | 27/34 kB Progress (5): 65/86 kB | 57/194 kB | 49/121 kB | 114/228 kB | 27/34 kB Progress (5): 65/86 kB | 61/194 kB | 49/121 kB | 114/228 kB | 27/34 kB Progress (5): 65/86 kB | 65/194 kB | 49/121 kB | 114/228 kB | 27/34 kB Progress (5): 65/86 kB | 65/194 kB | 49/121 kB | 118/228 kB | 27/34 kB Progress (5): 65/86 kB | 65/194 kB | 49/121 kB | 122/228 kB | 27/34 kB Progress (5): 65/86 kB | 65/194 kB | 49/121 kB | 126/228 kB | 27/34 kB Progress (5): 65/86 kB | 65/194 kB | 49/121 kB | 131/228 kB | 27/34 kB Progress (5): 65/86 kB | 65/194 kB | 49/121 kB | 135/228 kB | 27/34 kB Progress (5): 65/86 kB | 65/194 kB | 49/121 kB | 139/228 kB | 27/34 kB Progress (5): 65/86 kB | 65/194 kB | 49/121 kB | 143/228 kB | 27/34 kB Progress (5): 65/86 kB | 65/194 kB | 49/121 kB | 147/228 kB | 27/34 kB Progress (5): 65/86 kB | 65/194 kB | 49/121 kB | 151/228 kB | 27/34 kB Progress (5): 65/86 kB | 65/194 kB | 49/121 kB | 155/228 kB | 27/34 kB Progress (5): 65/86 kB | 65/194 kB | 49/121 kB | 159/228 kB | 27/34 kB Progress (5): 65/86 kB | 65/194 kB | 49/121 kB | 163/228 kB | 27/34 kB Progress (5): 65/86 kB | 65/194 kB | 53/121 kB | 163/228 kB | 27/34 kB Progress (5): 65/86 kB | 65/194 kB | 57/121 kB | 163/228 kB | 27/34 kB Progress (5): 65/86 kB | 65/194 kB | 61/121 kB | 163/228 kB | 27/34 kB Progress (5): 65/86 kB | 65/194 kB | 65/121 kB | 163/228 kB | 27/34 kB Progress (5): 69/86 kB | 65/194 kB | 65/121 kB | 163/228 kB | 27/34 kB Progress (5): 73/86 kB | 65/194 kB | 65/121 kB | 163/228 kB | 27/34 kB Progress (5): 77/86 kB | 65/194 kB | 65/121 kB | 163/228 kB | 27/34 kB Progress (5): 81/86 kB | 65/194 kB | 65/121 kB | 163/228 kB | 27/34 kB Progress (5): 85/86 kB | 65/194 kB | 65/121 kB | 163/228 kB | 27/34 kB Progress (5): 86 kB | 65/194 kB | 65/121 kB | 163/228 kB | 27/34 kB Progress (5): 86 kB | 65/194 kB | 65/121 kB | 163/228 kB | 30/34 kB Progress (5): 86 kB | 65/194 kB | 65/121 kB | 163/228 kB | 32/34 kB Progress (5): 86 kB | 65/194 kB | 65/121 kB | 163/228 kB | 34 kB Progress (5): 86 kB | 69/194 kB | 65/121 kB | 163/228 kB | 34 kB Progress (5): 86 kB | 69/194 kB | 65/121 kB | 167/228 kB | 34 kB Progress (5): 86 kB | 73/194 kB | 65/121 kB | 167/228 kB | 34 kB Progress (5): 86 kB | 73/194 kB | 65/121 kB | 171/228 kB | 34 kB Progress (5): 86 kB | 77/194 kB | 65/121 kB | 171/228 kB | 34 kB Progress (5): 86 kB | 77/194 kB | 65/121 kB | 176/228 kB | 34 kB Progress (5): 86 kB | 81/194 kB | 65/121 kB | 176/228 kB | 34 kB Progress (5): 86 kB | 81/194 kB | 65/121 kB | 180/228 kB | 34 kB Progress (5): 86 kB | 81/194 kB | 65/121 kB | 184/228 kB | 34 kB Progress (5): 86 kB | 81/194 kB | 65/121 kB | 188/228 kB | 34 kB Progress (5): 86 kB | 81/194 kB | 65/121 kB | 192/228 kB | 34 kB Progress (5): 86 kB | 81/194 kB | 65/121 kB | 196/228 kB | 34 kB Progress (5): 86 kB | 81/194 kB | 65/121 kB | 200/228 kB | 34 kB Progress (5): 86 kB | 81/194 kB | 65/121 kB | 204/228 kB | 34 kB Progress (5): 86 kB | 81/194 kB | 65/121 kB | 208/228 kB | 34 kB Progress (5): 86 kB | 81/194 kB | 65/121 kB | 212/228 kB | 34 kB Progress (5): 86 kB | 81/194 kB | 65/121 kB | 217/228 kB | 34 kB Progress (5): 86 kB | 81/194 kB | 65/121 kB | 221/228 kB | 34 kB Progress (5): 86 kB | 81/194 kB | 65/121 kB | 225/228 kB | 34 kB Progress (5): 86 kB | 81/194 kB | 65/121 kB | 228 kB | 34 kB Progress (5): 86 kB | 81/194 kB | 69/121 kB | 228 kB | 34 kB Progress (5): 86 kB | 81/194 kB | 73/121 kB | 228 kB | 34 kB Progress (5): 86 kB | 81/194 kB | 77/121 kB | 228 kB | 34 kB Progress (5): 86 kB | 81/194 kB | 81/121 kB | 228 kB | 34 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar (86 kB at 32 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar +Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.0-beta-3/maven-filtering-1.0-beta-3.jar (34 kB at 13 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar +Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar (228 kB at 84 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar +Progress (2): 85/194 kB | 81/121 kB Progress (2): 90/194 kB | 81/121 kB Progress (2): 94/194 kB | 81/121 kB Progress (2): 98/194 kB | 81/121 kB Progress (2): 98/194 kB | 85/121 kB Progress (2): 98/194 kB | 90/121 kB Progress (2): 98/194 kB | 94/121 kB Progress (2): 98/194 kB | 98/121 kB Progress (3): 98/194 kB | 98/121 kB | 2.2/152 kB Progress (3): 98/194 kB | 98/121 kB | 5.0/152 kB Progress (3): 98/194 kB | 98/121 kB | 7.7/152 kB Progress (3): 98/194 kB | 98/121 kB | 10/152 kB Progress (4): 98/194 kB | 98/121 kB | 10/152 kB | 2.2/21 kB Progress (4): 98/194 kB | 98/121 kB | 10/152 kB | 5.0/21 kB Progress (4): 98/194 kB | 98/121 kB | 10/152 kB | 7.7/21 kB Progress (4): 98/194 kB | 98/121 kB | 10/152 kB | 10/21 kB Progress (4): 98/194 kB | 98/121 kB | 10/152 kB | 13/21 kB Progress (4): 98/194 kB | 98/121 kB | 10/152 kB | 16/21 kB Progress (4): 98/194 kB | 98/121 kB | 10/152 kB | 19/21 kB Progress (4): 98/194 kB | 98/121 kB | 10/152 kB | 21 kB Progress (5): 98/194 kB | 98/121 kB | 10/152 kB | 21 kB | 4.1/9.9 kB Progress (5): 98/194 kB | 98/121 kB | 10/152 kB | 21 kB | 7.7/9.9 kB Progress (5): 98/194 kB | 98/121 kB | 10/152 kB | 21 kB | 9.9 kB Progress (5): 102/194 kB | 98/121 kB | 10/152 kB | 21 kB | 9.9 kB Progress (5): 106/194 kB | 98/121 kB | 10/152 kB | 21 kB | 9.9 kB Progress (5): 110/194 kB | 98/121 kB | 10/152 kB | 21 kB | 9.9 kB Progress (5): 114/194 kB | 98/121 kB | 10/152 kB | 21 kB | 9.9 kB Progress (5): 114/194 kB | 102/121 kB | 10/152 kB | 21 kB | 9.9 kB Progress (5): 114/194 kB | 106/121 kB | 10/152 kB | 21 kB | 9.9 kB Progress (5): 114/194 kB | 110/121 kB | 10/152 kB | 21 kB | 9.9 kB Progress (5): 114/194 kB | 114/121 kB | 10/152 kB | 21 kB | 9.9 kB Progress (5): 114/194 kB | 114/121 kB | 13/152 kB | 21 kB | 9.9 kB Progress (5): 114/194 kB | 114/121 kB | 16/152 kB | 21 kB | 9.9 kB Progress (5): 114/194 kB | 114/121 kB | 19/152 kB | 21 kB | 9.9 kB Progress (5): 114/194 kB | 114/121 kB | 21/152 kB | 21 kB | 9.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar (21 kB at 6.9 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar +Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar (9.9 kB at 3.3 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar +Progress (3): 114/194 kB | 118/121 kB | 21/152 kB Progress (3): 114/194 kB | 121 kB | 21/152 kB Progress (3): 118/194 kB | 121 kB | 21/152 kB Progress (3): 122/194 kB | 121 kB | 21/152 kB Progress (3): 126/194 kB | 121 kB | 21/152 kB Progress (3): 131/194 kB | 121 kB | 21/152 kB Progress (3): 131/194 kB | 121 kB | 24/152 kB Progress (3): 131/194 kB | 121 kB | 27/152 kB Progress (3): 131/194 kB | 121 kB | 30/152 kB Progress (3): 131/194 kB | 121 kB | 32/152 kB Progress (4): 131/194 kB | 121 kB | 32/152 kB | 2.2/5.9 kB Progress (4): 131/194 kB | 121 kB | 32/152 kB | 5.0/5.9 kB Progress (4): 131/194 kB | 121 kB | 32/152 kB | 5.9 kB Progress (5): 131/194 kB | 121 kB | 32/152 kB | 5.9 kB | 4.1/14 kB Progress (5): 131/194 kB | 121 kB | 32/152 kB | 5.9 kB | 7.7/14 kB Progress (5): 131/194 kB | 121 kB | 32/152 kB | 5.9 kB | 12/14 kB Progress (5): 131/194 kB | 121 kB | 32/152 kB | 5.9 kB | 14 kB Progress (5): 135/194 kB | 121 kB | 32/152 kB | 5.9 kB | 14 kB Downloaded from central: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar (121 kB at 37 kB/s) +Progress (4): 139/194 kB | 32/152 kB | 5.9 kB | 14 kB Downloading from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.jar +Progress (4): 143/194 kB | 32/152 kB | 5.9 kB | 14 kB Progress (4): 147/194 kB | 32/152 kB | 5.9 kB | 14 kB Progress (4): 151/194 kB | 32/152 kB | 5.9 kB | 14 kB Progress (4): 155/194 kB | 32/152 kB | 5.9 kB | 14 kB Progress (4): 159/194 kB | 32/152 kB | 5.9 kB | 14 kB Progress (4): 163/194 kB | 32/152 kB | 5.9 kB | 14 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar (5.9 kB at 1.8 kB/s) +Progress (3): 163/194 kB | 36/152 kB | 14 kB Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar +Progress (3): 163/194 kB | 40/152 kB | 14 kB Progress (3): 163/194 kB | 45/152 kB | 14 kB Progress (3): 163/194 kB | 49/152 kB | 14 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar (14 kB at 4.0 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar +Progress (3): 163/194 kB | 49/152 kB | 4.1/30 kB Progress (3): 163/194 kB | 49/152 kB | 7.7/30 kB Progress (3): 163/194 kB | 49/152 kB | 12/30 kB Progress (3): 163/194 kB | 49/152 kB | 16/30 kB Progress (3): 167/194 kB | 49/152 kB | 16/30 kB Progress (3): 171/194 kB | 49/152 kB | 16/30 kB Progress (3): 176/194 kB | 49/152 kB | 16/30 kB Progress (3): 180/194 kB | 49/152 kB | 16/30 kB Progress (4): 180/194 kB | 49/152 kB | 16/30 kB | 2.2/37 kB Progress (4): 180/194 kB | 49/152 kB | 16/30 kB | 5.0/37 kB Progress (4): 180/194 kB | 49/152 kB | 16/30 kB | 7.7/37 kB Progress (4): 180/194 kB | 49/152 kB | 16/30 kB | 10/37 kB Progress (4): 180/194 kB | 49/152 kB | 16/30 kB | 13/37 kB Progress (4): 180/194 kB | 49/152 kB | 16/30 kB | 16/37 kB Progress (4): 180/194 kB | 49/152 kB | 16/30 kB | 19/37 kB Progress (4): 180/194 kB | 49/152 kB | 16/30 kB | 21/37 kB Progress (4): 180/194 kB | 49/152 kB | 16/30 kB | 24/37 kB Progress (4): 180/194 kB | 49/152 kB | 16/30 kB | 27/37 kB Progress (5): 180/194 kB | 49/152 kB | 16/30 kB | 27/37 kB | 4.1/13 kB Progress (5): 180/194 kB | 49/152 kB | 16/30 kB | 27/37 kB | 7.6/13 kB Progress (5): 180/194 kB | 49/152 kB | 16/30 kB | 27/37 kB | 12/13 kB Progress (5): 180/194 kB | 49/152 kB | 16/30 kB | 27/37 kB | 13 kB Progress (5): 180/194 kB | 49/152 kB | 20/30 kB | 27/37 kB | 13 kB Progress (5): 180/194 kB | 49/152 kB | 24/30 kB | 27/37 kB | 13 kB Progress (5): 180/194 kB | 49/152 kB | 28/30 kB | 27/37 kB | 13 kB Progress (5): 180/194 kB | 49/152 kB | 30 kB | 27/37 kB | 13 kB Progress (5): 180/194 kB | 53/152 kB | 30 kB | 27/37 kB | 13 kB Progress (5): 180/194 kB | 57/152 kB | 30 kB | 27/37 kB | 13 kB Progress (5): 184/194 kB | 57/152 kB | 30 kB | 27/37 kB | 13 kB Progress (5): 184/194 kB | 61/152 kB | 30 kB | 27/37 kB | 13 kB Progress (5): 188/194 kB | 61/152 kB | 30 kB | 27/37 kB | 13 kB Progress (5): 188/194 kB | 65/152 kB | 30 kB | 27/37 kB | 13 kB Progress (5): 192/194 kB | 65/152 kB | 30 kB | 27/37 kB | 13 kB Progress (5): 194 kB | 65/152 kB | 30 kB | 27/37 kB | 13 kB Progress (5): 194 kB | 65/152 kB | 30 kB | 30/37 kB | 13 kB Progress (5): 194 kB | 65/152 kB | 30 kB | 32/37 kB | 13 kB Progress (5): 194 kB | 65/152 kB | 30 kB | 35/37 kB | 13 kB Progress (5): 194 kB | 65/152 kB | 30 kB | 37 kB | 13 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar (13 kB at 3.6 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar +Downloaded from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.jar (30 kB at 7.9 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar +Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar (194 kB at 51 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.jar +Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar (37 kB at 9.5 kB/s) +Progress (2): 65/152 kB | 4.1/10 kB Progress (2): 69/152 kB | 4.1/10 kB Progress (2): 69/152 kB | 7.6/10 kB Progress (2): 73/152 kB | 7.6/10 kB Progress (2): 73/152 kB | 10 kB Progress (2): 77/152 kB | 10 kB Progress (2): 81/152 kB | 10 kB Progress (3): 81/152 kB | 10 kB | 4.1/6.8 kB Progress (3): 81/152 kB | 10 kB | 6.8 kB Progress (4): 81/152 kB | 10 kB | 6.8 kB | 4.1/61 kB Progress (4): 81/152 kB | 10 kB | 6.8 kB | 7.7/61 kB Progress (4): 81/152 kB | 10 kB | 6.8 kB | 12/61 kB Progress (4): 81/152 kB | 10 kB | 6.8 kB | 16/61 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar (10 kB at 2.5 kB/s) +Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar (6.8 kB at 1.7 kB/s) +Progress (2): 85/152 kB | 16/61 kB Progress (2): 90/152 kB | 16/61 kB Progress (2): 94/152 kB | 16/61 kB Progress (2): 98/152 kB | 16/61 kB Progress (2): 98/152 kB | 20/61 kB Progress (2): 98/152 kB | 24/61 kB Progress (2): 98/152 kB | 28/61 kB Progress (2): 98/152 kB | 32/61 kB Progress (2): 102/152 kB | 32/61 kB Progress (2): 106/152 kB | 32/61 kB Progress (2): 110/152 kB | 32/61 kB Progress (2): 114/152 kB | 32/61 kB Progress (2): 114/152 kB | 36/61 kB Progress (2): 114/152 kB | 40/61 kB Progress (2): 114/152 kB | 45/61 kB Progress (2): 114/152 kB | 49/61 kB Progress (2): 114/152 kB | 53/61 kB Progress (2): 114/152 kB | 57/61 kB Progress (2): 114/152 kB | 61/61 kB Progress (2): 114/152 kB | 61 kB Progress (2): 118/152 kB | 61 kB Progress (2): 122/152 kB | 61 kB Progress (2): 126/152 kB | 61 kB Progress (2): 131/152 kB | 61 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.jar (61 kB at 13 kB/s) +Progress (1): 135/152 kB Progress (1): 139/152 kB Progress (1): 143/152 kB Progress (1): 147/152 kB Progress (1): 151/152 kB Progress (1): 152 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar (152 kB at 31 kB/s) +[INFO] Using 'UTF-8' encoding to copy filtered resources. +[INFO] Copying 3 resources +[INFO] +[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ lippia-api-example-project --- +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom +Progress (1): 2.2/2.3 kB Progress (1): 2.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom (2.3 kB at 5.4 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.0/maven-3.0.pom +Progress (1): 2.2/22 kB Progress (1): 5.0/22 kB Progress (1): 7.8/22 kB Progress (1): 11/22 kB Progress (1): 13/22 kB Progress (1): 16/22 kB Progress (1): 19/22 kB Progress (1): 21/22 kB Progress (1): 22 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.0/maven-3.0.pom (22 kB at 39 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/15/maven-parent-15.pom +Progress (1): 2.2/24 kB Progress (1): 5.0/24 kB Progress (1): 7.8/24 kB Progress (1): 11/24 kB Progress (1): 13/24 kB Progress (1): 16/24 kB Progress (1): 19/24 kB Progress (1): 21/24 kB Progress (1): 24 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/15/maven-parent-15.pom (24 kB at 44 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/6/apache-6.pom +Progress (1): 2.2/13 kB Progress (1): 5.0/13 kB Progress (1): 7.8/13 kB Progress (1): 11/13 kB Progress (1): 13 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/6/apache-6.pom (13 kB at 37 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0/maven-model-3.0.pom +Progress (1): 2.2/3.9 kB Progress (1): 3.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0/maven-model-3.0.pom (3.9 kB at 8.8 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom +Progress (1): 2.2/3.3 kB Progress (1): 3.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom (3.3 kB at 9.1 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom +Progress (1): 2.2/17 kB Progress (1): 5.0/17 kB Progress (1): 7.8/17 kB Progress (1): 11/17 kB Progress (1): 13/17 kB Progress (1): 16/17 kB Progress (1): 17 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (17 kB at 28 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom +Progress (1): 1.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom (1.9 kB at 5.5 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom +Progress (1): 2.2/5.4 kB Progress (1): 5.0/5.4 kB Progress (1): 5.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom (5.4 kB at 14 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom +Progress (1): 2.2/3.1 kB Progress (1): 3.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom (3.1 kB at 8.8 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom +Progress (1): 2.2/2.6 kB Progress (1): 2.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom (2.6 kB at 6.5 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom +Progress (1): 1.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom (1.2 kB at 3.1 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom +Progress (1): 2.2/7.8 kB Progress (1): 5.0/7.8 kB Progress (1): 7.8/7.8 kB Progress (1): 7.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom (7.8 kB at 19 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/6/forge-parent-6.pom +Progress (1): 2.8/11 kB Progress (1): 5.5/11 kB Progress (1): 8.3/11 kB Progress (1): 11 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/6/forge-parent-6.pom (11 kB at 27 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom +Progress (1): 748 B Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom (748 B at 2.0 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom +Progress (1): 2.2/3.8 kB Progress (1): 3.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom (3.8 kB at 9.3 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom +Progress (1): 2.2/22 kB Progress (1): 5.0/22 kB Progress (1): 7.8/22 kB Progress (1): 11/22 kB Progress (1): 13/22 kB Progress (1): 16/22 kB Progress (1): 19/22 kB Progress (1): 21/22 kB Progress (1): 22 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom (22 kB at 33 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/17/spice-parent-17.pom +Progress (1): 2.2/6.8 kB Progress (1): 5.0/6.8 kB Progress (1): 6.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (6.8 kB at 17 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/10/forge-parent-10.pom +Progress (1): 2.2/14 kB Progress (1): 5.0/14 kB Progress (1): 7.8/14 kB Progress (1): 11/14 kB Progress (1): 13/14 kB Progress (1): 14 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 kB at 34 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom +Progress (1): 2.2/4.0 kB Progress (1): 4.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom (4.0 kB at 10.0 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom +Progress (1): 2.2/3.3 kB Progress (1): 3.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom (3.3 kB at 8.3 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom +Progress (1): 2.2/5.5 kB Progress (1): 5.0/5.5 kB Progress (1): 5.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom (5.5 kB at 14 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom +Progress (1): 2.2/11 kB Progress (1): 5.0/11 kB Progress (1): 7.8/11 kB Progress (1): 11/11 kB Progress (1): 11 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom (11 kB at 28 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0/maven-core-3.0.pom +Progress (1): 2.8/6.6 kB Progress (1): 5.5/6.6 kB Progress (1): 6.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0/maven-core-3.0.pom (6.6 kB at 16 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom +Progress (1): 1.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom (1.9 kB at 4.7 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom +Progress (1): 2.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom (2.2 kB at 5.6 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom +Progress (1): 910 B Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom (910 B at 2.3 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom +Progress (1): 2.2/5.4 kB Progress (1): 5.0/5.4 kB Progress (1): 5.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom (5.4 kB at 13 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom +Progress (1): 2.2/17 kB Progress (1): 5.0/17 kB Progress (1): 7.8/17 kB Progress (1): 11/17 kB Progress (1): 13/17 kB Progress (1): 16/17 kB Progress (1): 17 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 kB at 31 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom +Progress (1): 2.2/3.0 kB Progress (1): 3.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom (3.0 kB at 7.4 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/12/spice-parent-12.pom +Progress (1): 2.2/6.8 kB Progress (1): 5.0/6.8 kB Progress (1): 6.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (6.8 kB at 17 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/4/forge-parent-4.pom +Progress (1): 2.2/8.4 kB Progress (1): 5.0/8.4 kB Progress (1): 7.8/8.4 kB Progress (1): 8.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (8.4 kB at 21 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom +Progress (1): 2.2/5.1 kB Progress (1): 5.0/5.1 kB Progress (1): 5.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (5.1 kB at 13 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom +Progress (1): 2.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom (2.1 kB at 5.2 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom +Progress (1): 1.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom (1.9 kB at 4.9 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom +Progress (1): 2.2/2.2 kB Progress (1): 2.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom (2.2 kB at 5.6 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom +Progress (1): 2.2/2.5 kB Progress (1): 2.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom (2.5 kB at 6.2 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom +Progress (1): 1.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom (1.7 kB at 3.8 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom +Progress (1): 2.2/7.7 kB Progress (1): 5.0/7.7 kB Progress (1): 7.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom (7.7 kB at 21 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom +Progress (1): 2.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom (2.1 kB at 5.2 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom +Progress (1): 2.2/3.7 kB Progress (1): 3.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom (3.7 kB at 9.2 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom +Progress (1): 1.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom (1.7 kB at 4.4 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom +Progress (1): 2.2/5.0 kB Progress (1): 5.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom (5.0 kB at 12 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom +Progress (1): 2.2/4.6 kB Progress (1): 4.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom (4.6 kB at 14 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.pom +Progress (1): 2.2/13 kB Progress (1): 5.0/13 kB Progress (1): 7.8/13 kB Progress (1): 11/13 kB Progress (1): 13/13 kB Progress (1): 13 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.pom (13 kB at 40 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom +Progress (1): 2.2/4.7 kB Progress (1): 4.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom (4.7 kB at 12 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom +Progress (1): 2.2/6.4 kB Progress (1): 5.0/6.4 kB Progress (1): 6.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom (6.4 kB at 16 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/23/maven-parent-23.pom +Progress (1): 2.2/33 kB Progress (1): 5.0/33 kB Progress (1): 7.8/33 kB Progress (1): 11/33 kB Progress (1): 13/33 kB Progress (1): 16/33 kB Progress (1): 19/33 kB Progress (1): 21/33 kB Progress (1): 24/33 kB Progress (1): 27/33 kB Progress (1): 30/33 kB Progress (1): 32/33 kB Progress (1): 33 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/23/maven-parent-23.pom (33 kB at 50 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom +Progress (1): 1.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom (1.5 kB at 3.7 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.2.1/maven-2.2.1.pom +Progress (1): 2.2/22 kB Progress (1): 5.0/22 kB Progress (1): 7.8/22 kB Progress (1): 11/22 kB Progress (1): 13/22 kB Progress (1): 16/22 kB Progress (1): 19/22 kB Progress (1): 21/22 kB Progress (1): 22 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.2.1/maven-2.2.1.pom (22 kB at 40 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom +Progress (1): 2.2/12 kB Progress (1): 5.0/12 kB Progress (1): 7.8/12 kB Progress (1): 11/12 kB Progress (1): 12 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom (12 kB at 28 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom +Progress (1): 2.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom (2.2 kB at 5.6 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom +Progress (1): 2.2/3.2 kB Progress (1): 3.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom (3.2 kB at 8.3 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom +Progress (1): 889 B Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom (889 B at 2.2 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom +Progress (1): 2.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom (2.0 kB at 3.5 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom +Progress (1): 1.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom (1.9 kB at 4.8 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom +Progress (1): 2.2/7.9 kB Progress (1): 5.0/7.9 kB Progress (1): 7.8/7.9 kB Progress (1): 7.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom (7.9 kB at 20 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom +Progress (1): 2.2/3.0 kB Progress (1): 3.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom (3.0 kB at 7.5 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom +Progress (1): 2.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom (2.2 kB at 5.4 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom +Progress (1): 2.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom (2.2 kB at 5.4 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom +Progress (1): 1.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom (1.6 kB at 4.0 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom +Progress (1): 1.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom (1.9 kB at 4.7 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom +Progress (1): 1.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom (1.7 kB at 4.3 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom +Progress (1): 2.2/2.8 kB Progress (1): 2.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom (2.8 kB at 7.0 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom +Progress (1): 2.8/3.1 kB Progress (1): 3.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom (3.1 kB at 7.7 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom +Progress (1): 880 B Downloaded from central: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom (880 B at 2.2 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom +Progress (1): 1.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom (1.9 kB at 4.8 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom +Progress (1): 2.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom (2.1 kB at 5.9 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom +Progress (1): 1.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom (1.3 kB at 3.1 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom +Progress (1): 2.2/4.0 kB Progress (1): 4.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom (4.0 kB at 10 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom +Progress (1): 2.2/4.9 kB Progress (1): 4.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom (4.9 kB at 12 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/22/maven-parent-22.pom +Progress (1): 2.2/30 kB Progress (1): 5.0/30 kB Progress (1): 7.8/30 kB Progress (1): 11/30 kB Progress (1): 13/30 kB Progress (1): 16/30 kB Progress (1): 19/30 kB Progress (1): 21/30 kB Progress (1): 24/30 kB Progress (1): 27/30 kB Progress (1): 30/30 kB Progress (1): 30 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/22/maven-parent-22.pom (30 kB at 45 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/11/apache-11.pom +Progress (1): 2.2/15 kB Progress (1): 5.0/15 kB Progress (1): 7.8/15 kB Progress (1): 11/15 kB Progress (1): 13/15 kB Progress (1): 15 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/11/apache-11.pom (15 kB at 40 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom +Progress (1): 965 B Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom (965 B at 2.5 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/0.9.2/plexus-java-0.9.2.pom +Progress (1): 2.2/2.4 kB Progress (1): 2.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/0.9.2/plexus-java-0.9.2.pom (2.4 kB at 6.3 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-languages/0.9.2/plexus-languages-0.9.2.pom +Progress (1): 2.2/2.3 kB Progress (1): 2.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-languages/0.9.2/plexus-languages-0.9.2.pom (2.3 kB at 5.7 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom +Progress (1): 2.2/22 kB Progress (1): 5.0/22 kB Progress (1): 7.8/22 kB Progress (1): 11/22 kB Progress (1): 13/22 kB Progress (1): 16/22 kB Progress (1): 19/22 kB Progress (1): 21/22 kB Progress (1): 22 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom (22 kB at 38 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/6.0_BETA/asm-6.0_BETA.pom +Progress (1): 1.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/6.0_BETA/asm-6.0_BETA.pom (1.9 kB at 5.8 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/6.0_BETA/asm-parent-6.0_BETA.pom +Progress (1): 2.2/5.5 kB Progress (1): 5.0/5.5 kB Progress (1): 5.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/6.0_BETA/asm-parent-6.0_BETA.pom (5.5 kB at 17 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/ow2/1.3/ow2-1.3.pom +Progress (1): 2.2/9.5 kB Progress (1): 5.0/9.5 kB Progress (1): 7.8/9.5 kB Progress (1): 9.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/ow2/1.3/ow2-1.3.pom (9.5 kB at 24 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.pom +Progress (1): 2.2/16 kB Progress (1): 5.0/16 kB Progress (1): 7.8/16 kB Progress (1): 11/16 kB Progress (1): 13/16 kB Progress (1): 16 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.pom (16 kB at 37 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.8.2/plexus-compiler-api-2.8.2.pom +Progress (1): 867 B Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.8.2/plexus-compiler-api-2.8.2.pom (867 B at 2.4 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/2.8.2/plexus-compiler-2.8.2.pom +Progress (1): 2.2/4.9 kB Progress (1): 4.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/2.8.2/plexus-compiler-2.8.2.pom (4.9 kB at 12 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom +Progress (1): 2.2/2.7 kB Progress (1): 2.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom (2.7 kB at 6.7 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom +Progress (1): 2.2/3.8 kB Progress (1): 3.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom (3.8 kB at 9.6 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom +Progress (1): 2.2/20 kB Progress (1): 5.0/20 kB Progress (1): 7.7/20 kB Progress (1): 11/20 kB Progress (1): 13/20 kB Progress (1): 16/20 kB Progress (1): 19/20 kB Progress (1): 20 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 kB at 50 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.8.2/plexus-compiler-manager-2.8.2.pom +Progress (1): 692 B Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.8.2/plexus-compiler-manager-2.8.2.pom (692 B at 1.8 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.8.2/plexus-compiler-javac-2.8.2.pom +Progress (1): 771 B Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.8.2/plexus-compiler-javac-2.8.2.pom (771 B at 1.9 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/2.8.2/plexus-compilers-2.8.2.pom +Progress (1): 1.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/2.8.2/plexus-compilers-2.8.2.pom (1.3 kB at 3.3 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0/maven-model-3.0.jar +Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar +Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar +Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar +Progress (1): 2.2/49 kB Progress (2): 2.2/49 kB | 2.2/165 kB Progress (2): 5.0/49 kB | 2.2/165 kB Progress (2): 5.0/49 kB | 5.0/165 kB Progress (2): 7.7/49 kB | 5.0/165 kB Progress (3): 7.7/49 kB | 5.0/165 kB | 2.2/202 kB Progress (3): 10/49 kB | 5.0/165 kB | 2.2/202 kB Progress (3): 10/49 kB | 7.7/165 kB | 2.2/202 kB Progress (3): 13/49 kB | 7.7/165 kB | 2.2/202 kB Progress (3): 13/49 kB | 7.7/165 kB | 5.0/202 kB Progress (3): 16/49 kB | 7.7/165 kB | 5.0/202 kB Progress (3): 16/49 kB | 10/165 kB | 5.0/202 kB Progress (3): 19/49 kB | 10/165 kB | 5.0/202 kB Progress (3): 19/49 kB | 13/165 kB | 5.0/202 kB Progress (3): 21/49 kB | 13/165 kB | 5.0/202 kB Progress (3): 21/49 kB | 16/165 kB | 5.0/202 kB Progress (3): 24/49 kB | 16/165 kB | 5.0/202 kB Progress (3): 27/49 kB | 16/165 kB | 5.0/202 kB Progress (3): 30/49 kB | 16/165 kB | 5.0/202 kB Progress (3): 32/49 kB | 16/165 kB | 5.0/202 kB Progress (4): 32/49 kB | 16/165 kB | 5.0/202 kB | 2.2/472 kB Progress (4): 32/49 kB | 16/165 kB | 5.0/202 kB | 5.0/472 kB Progress (4): 32/49 kB | 16/165 kB | 5.0/202 kB | 7.7/472 kB Progress (4): 32/49 kB | 16/165 kB | 5.0/202 kB | 10/472 kB Progress (4): 32/49 kB | 16/165 kB | 5.0/202 kB | 13/472 kB Progress (4): 32/49 kB | 16/165 kB | 5.0/202 kB | 16/472 kB Progress (4): 36/49 kB | 16/165 kB | 5.0/202 kB | 16/472 kB Progress (4): 40/49 kB | 16/165 kB | 5.0/202 kB | 16/472 kB Progress (4): 40/49 kB | 16/165 kB | 5.0/202 kB | 19/472 kB Progress (4): 40/49 kB | 19/165 kB | 5.0/202 kB | 19/472 kB Progress (4): 40/49 kB | 19/165 kB | 9.1/202 kB | 19/472 kB Progress (4): 45/49 kB | 19/165 kB | 9.1/202 kB | 19/472 kB Progress (4): 45/49 kB | 21/165 kB | 9.1/202 kB | 19/472 kB Progress (4): 45/49 kB | 21/165 kB | 9.1/202 kB | 21/472 kB Progress (4): 45/49 kB | 24/165 kB | 9.1/202 kB | 21/472 kB Progress (4): 49/49 kB | 24/165 kB | 9.1/202 kB | 21/472 kB Progress (4): 49/49 kB | 27/165 kB | 9.1/202 kB | 21/472 kB Progress (4): 49/49 kB | 27/165 kB | 9.1/202 kB | 24/472 kB Progress (4): 49/49 kB | 30/165 kB | 9.1/202 kB | 24/472 kB Progress (4): 49 kB | 30/165 kB | 9.1/202 kB | 24/472 kB Progress (4): 49 kB | 32/165 kB | 9.1/202 kB | 24/472 kB Progress (4): 49 kB | 32/165 kB | 9.1/202 kB | 27/472 kB Progress (4): 49 kB | 32/165 kB | 9.1/202 kB | 30/472 kB Progress (4): 49 kB | 32/165 kB | 9.1/202 kB | 32/472 kB Progress (4): 49 kB | 32/165 kB | 9.1/202 kB | 36/472 kB Progress (4): 49 kB | 32/165 kB | 9.1/202 kB | 40/472 kB Progress (4): 49 kB | 32/165 kB | 9.1/202 kB | 45/472 kB Progress (4): 49 kB | 32/165 kB | 9.1/202 kB | 49/472 kB Progress (4): 49 kB | 32/165 kB | 9.1/202 kB | 53/472 kB Progress (4): 49 kB | 32/165 kB | 9.1/202 kB | 57/472 kB Progress (4): 49 kB | 32/165 kB | 9.1/202 kB | 61/472 kB Progress (4): 49 kB | 32/165 kB | 9.1/202 kB | 65/472 kB Progress (4): 49 kB | 32/165 kB | 12/202 kB | 65/472 kB Progress (4): 49 kB | 32/165 kB | 15/202 kB | 65/472 kB Progress (4): 49 kB | 32/165 kB | 15/202 kB | 69/472 kB Progress (4): 49 kB | 32/165 kB | 15/202 kB | 73/472 kB Progress (4): 49 kB | 32/165 kB | 15/202 kB | 77/472 kB Progress (4): 49 kB | 32/165 kB | 15/202 kB | 81/472 kB Progress (4): 49 kB | 32/165 kB | 18/202 kB | 81/472 kB Progress (4): 49 kB | 32/165 kB | 18/202 kB | 85/472 kB Progress (4): 49 kB | 32/165 kB | 21/202 kB | 85/472 kB Progress (4): 49 kB | 32/165 kB | 21/202 kB | 90/472 kB Progress (4): 49 kB | 32/165 kB | 23/202 kB | 90/472 kB Progress (4): 49 kB | 32/165 kB | 23/202 kB | 94/472 kB Progress (4): 49 kB | 32/165 kB | 23/202 kB | 98/472 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar (49 kB at 60 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar +Progress (3): 32/165 kB | 26/202 kB | 98/472 kB Progress (3): 32/165 kB | 26/202 kB | 102/472 kB Progress (3): 32/165 kB | 29/202 kB | 102/472 kB Progress (3): 32/165 kB | 31/202 kB | 102/472 kB Progress (3): 32/165 kB | 31/202 kB | 106/472 kB Progress (3): 32/165 kB | 31/202 kB | 110/472 kB Progress (3): 32/165 kB | 31/202 kB | 114/472 kB Progress (3): 32/165 kB | 31/202 kB | 118/472 kB Progress (3): 32/165 kB | 31/202 kB | 122/472 kB Progress (3): 32/165 kB | 31/202 kB | 126/472 kB Progress (3): 32/165 kB | 31/202 kB | 131/472 kB Progress (4): 32/165 kB | 31/202 kB | 131/472 kB | 2.8/153 kB Progress (4): 32/165 kB | 31/202 kB | 135/472 kB | 2.8/153 kB Progress (4): 32/165 kB | 31/202 kB | 139/472 kB | 2.8/153 kB Progress (4): 32/165 kB | 31/202 kB | 143/472 kB | 2.8/153 kB Progress (4): 32/165 kB | 31/202 kB | 147/472 kB | 2.8/153 kB Progress (4): 32/165 kB | 31/202 kB | 147/472 kB | 5.5/153 kB Progress (4): 32/165 kB | 34/202 kB | 147/472 kB | 5.5/153 kB Progress (4): 32/165 kB | 34/202 kB | 151/472 kB | 5.5/153 kB Progress (4): 32/165 kB | 34/202 kB | 151/472 kB | 8.3/153 kB Progress (4): 32/165 kB | 34/202 kB | 155/472 kB | 8.3/153 kB Progress (4): 32/165 kB | 37/202 kB | 155/472 kB | 8.3/153 kB Progress (4): 32/165 kB | 37/202 kB | 159/472 kB | 8.3/153 kB Progress (4): 32/165 kB | 37/202 kB | 159/472 kB | 11/153 kB Progress (4): 32/165 kB | 37/202 kB | 163/472 kB | 11/153 kB Progress (4): 32/165 kB | 40/202 kB | 163/472 kB | 11/153 kB Progress (4): 32/165 kB | 40/202 kB | 167/472 kB | 11/153 kB Progress (4): 32/165 kB | 40/202 kB | 171/472 kB | 11/153 kB Progress (4): 32/165 kB | 40/202 kB | 176/472 kB | 11/153 kB Progress (4): 32/165 kB | 40/202 kB | 180/472 kB | 11/153 kB Progress (4): 32/165 kB | 40/202 kB | 184/472 kB | 11/153 kB Progress (4): 32/165 kB | 40/202 kB | 188/472 kB | 11/153 kB Progress (4): 32/165 kB | 40/202 kB | 192/472 kB | 11/153 kB Progress (4): 32/165 kB | 40/202 kB | 196/472 kB | 11/153 kB Progress (4): 32/165 kB | 40/202 kB | 200/472 kB | 11/153 kB Progress (4): 32/165 kB | 40/202 kB | 204/472 kB | 11/153 kB Progress (4): 32/165 kB | 40/202 kB | 208/472 kB | 11/153 kB Progress (4): 32/165 kB | 40/202 kB | 212/472 kB | 11/153 kB Progress (4): 32/165 kB | 40/202 kB | 212/472 kB | 14/153 kB Progress (4): 32/165 kB | 40/202 kB | 212/472 kB | 16/153 kB Progress (4): 32/165 kB | 40/202 kB | 212/472 kB | 19/153 kB Progress (4): 32/165 kB | 40/202 kB | 212/472 kB | 22/153 kB Progress (4): 32/165 kB | 40/202 kB | 217/472 kB | 22/153 kB Progress (4): 32/165 kB | 40/202 kB | 221/472 kB | 22/153 kB Progress (4): 32/165 kB | 40/202 kB | 221/472 kB | 25/153 kB Progress (4): 32/165 kB | 44/202 kB | 221/472 kB | 25/153 kB Progress (4): 32/165 kB | 44/202 kB | 225/472 kB | 25/153 kB Progress (4): 32/165 kB | 48/202 kB | 225/472 kB | 25/153 kB Progress (4): 32/165 kB | 48/202 kB | 225/472 kB | 27/153 kB Progress (4): 32/165 kB | 52/202 kB | 225/472 kB | 27/153 kB Progress (4): 32/165 kB | 52/202 kB | 229/472 kB | 27/153 kB Progress (4): 32/165 kB | 56/202 kB | 229/472 kB | 27/153 kB Progress (4): 32/165 kB | 56/202 kB | 229/472 kB | 30/153 kB Progress (4): 32/165 kB | 56/202 kB | 233/472 kB | 30/153 kB Progress (4): 32/165 kB | 56/202 kB | 233/472 kB | 33/153 kB Progress (4): 32/165 kB | 56/202 kB | 237/472 kB | 33/153 kB Progress (4): 32/165 kB | 56/202 kB | 241/472 kB | 33/153 kB Progress (4): 32/165 kB | 56/202 kB | 245/472 kB | 33/153 kB Progress (4): 32/165 kB | 56/202 kB | 249/472 kB | 33/153 kB Progress (4): 32/165 kB | 56/202 kB | 253/472 kB | 33/153 kB Progress (4): 32/165 kB | 56/202 kB | 258/472 kB | 33/153 kB Progress (4): 32/165 kB | 56/202 kB | 262/472 kB | 33/153 kB Progress (4): 32/165 kB | 56/202 kB | 266/472 kB | 33/153 kB Progress (4): 32/165 kB | 56/202 kB | 270/472 kB | 33/153 kB Progress (4): 32/165 kB | 56/202 kB | 274/472 kB | 33/153 kB Progress (4): 32/165 kB | 56/202 kB | 278/472 kB | 33/153 kB Progress (4): 32/165 kB | 56/202 kB | 282/472 kB | 33/153 kB Progress (4): 32/165 kB | 56/202 kB | 286/472 kB | 33/153 kB Progress (4): 32/165 kB | 56/202 kB | 290/472 kB | 33/153 kB Progress (4): 32/165 kB | 56/202 kB | 294/472 kB | 33/153 kB Progress (4): 32/165 kB | 56/202 kB | 298/472 kB | 33/153 kB Progress (4): 32/165 kB | 56/202 kB | 303/472 kB | 33/153 kB Progress (4): 32/165 kB | 56/202 kB | 307/472 kB | 33/153 kB Progress (4): 32/165 kB | 56/202 kB | 311/472 kB | 33/153 kB Progress (5): 32/165 kB | 56/202 kB | 311/472 kB | 33/153 kB | 4.1/52 kB Progress (5): 32/165 kB | 56/202 kB | 311/472 kB | 33/153 kB | 7.7/52 kB Progress (5): 32/165 kB | 56/202 kB | 311/472 kB | 33/153 kB | 12/52 kB Progress (5): 32/165 kB | 56/202 kB | 311/472 kB | 33/153 kB | 16/52 kB Progress (5): 32/165 kB | 56/202 kB | 311/472 kB | 37/153 kB | 16/52 kB Progress (5): 32/165 kB | 56/202 kB | 311/472 kB | 41/153 kB | 16/52 kB Progress (5): 32/165 kB | 56/202 kB | 311/472 kB | 45/153 kB | 16/52 kB Progress (5): 32/165 kB | 56/202 kB | 311/472 kB | 49/153 kB | 16/52 kB Progress (5): 32/165 kB | 56/202 kB | 311/472 kB | 53/153 kB | 16/52 kB Progress (5): 32/165 kB | 56/202 kB | 311/472 kB | 57/153 kB | 16/52 kB Progress (5): 32/165 kB | 56/202 kB | 311/472 kB | 61/153 kB | 16/52 kB Progress (5): 32/165 kB | 56/202 kB | 311/472 kB | 66/153 kB | 16/52 kB Progress (5): 32/165 kB | 56/202 kB | 315/472 kB | 66/153 kB | 16/52 kB Progress (5): 32/165 kB | 56/202 kB | 319/472 kB | 66/153 kB | 16/52 kB Progress (5): 32/165 kB | 56/202 kB | 323/472 kB | 66/153 kB | 16/52 kB Progress (5): 32/165 kB | 56/202 kB | 327/472 kB | 66/153 kB | 16/52 kB Progress (5): 32/165 kB | 56/202 kB | 330/472 kB | 66/153 kB | 16/52 kB Progress (5): 32/165 kB | 56/202 kB | 333/472 kB | 66/153 kB | 16/52 kB Progress (5): 32/165 kB | 56/202 kB | 335/472 kB | 66/153 kB | 16/52 kB Progress (5): 32/165 kB | 56/202 kB | 338/472 kB | 66/153 kB | 16/52 kB Progress (5): 32/165 kB | 56/202 kB | 338/472 kB | 66/153 kB | 20/52 kB Progress (5): 32/165 kB | 56/202 kB | 338/472 kB | 66/153 kB | 24/52 kB Progress (5): 32/165 kB | 56/202 kB | 338/472 kB | 66/153 kB | 28/52 kB Progress (5): 32/165 kB | 56/202 kB | 338/472 kB | 66/153 kB | 32/52 kB Progress (5): 32/165 kB | 56/202 kB | 338/472 kB | 70/153 kB | 32/52 kB Progress (5): 32/165 kB | 56/202 kB | 338/472 kB | 74/153 kB | 32/52 kB Progress (5): 32/165 kB | 56/202 kB | 338/472 kB | 78/153 kB | 32/52 kB Progress (5): 32/165 kB | 56/202 kB | 338/472 kB | 82/153 kB | 32/52 kB Progress (5): 32/165 kB | 56/202 kB | 341/472 kB | 82/153 kB | 32/52 kB Progress (5): 32/165 kB | 56/202 kB | 344/472 kB | 82/153 kB | 32/52 kB Progress (5): 32/165 kB | 56/202 kB | 346/472 kB | 82/153 kB | 32/52 kB Progress (5): 32/165 kB | 56/202 kB | 349/472 kB | 82/153 kB | 32/52 kB Progress (5): 32/165 kB | 56/202 kB | 352/472 kB | 82/153 kB | 32/52 kB Progress (5): 32/165 kB | 56/202 kB | 355/472 kB | 82/153 kB | 32/52 kB Progress (5): 32/165 kB | 56/202 kB | 357/472 kB | 82/153 kB | 32/52 kB Progress (5): 32/165 kB | 56/202 kB | 360/472 kB | 82/153 kB | 32/52 kB Progress (5): 32/165 kB | 56/202 kB | 360/472 kB | 82/153 kB | 36/52 kB Progress (5): 32/165 kB | 56/202 kB | 360/472 kB | 82/153 kB | 40/52 kB Progress (5): 32/165 kB | 56/202 kB | 360/472 kB | 82/153 kB | 45/52 kB Progress (5): 32/165 kB | 60/202 kB | 360/472 kB | 82/153 kB | 45/52 kB Progress (5): 32/165 kB | 60/202 kB | 360/472 kB | 82/153 kB | 49/52 kB Progress (5): 32/165 kB | 64/202 kB | 360/472 kB | 82/153 kB | 49/52 kB Progress (5): 32/165 kB | 68/202 kB | 360/472 kB | 82/153 kB | 49/52 kB Progress (5): 32/165 kB | 72/202 kB | 360/472 kB | 82/153 kB | 49/52 kB Progress (5): 36/165 kB | 72/202 kB | 360/472 kB | 82/153 kB | 49/52 kB Progress (5): 40/165 kB | 72/202 kB | 360/472 kB | 82/153 kB | 49/52 kB Progress (5): 45/165 kB | 72/202 kB | 360/472 kB | 82/153 kB | 49/52 kB Progress (5): 49/165 kB | 72/202 kB | 360/472 kB | 82/153 kB | 49/52 kB Progress (5): 49/165 kB | 72/202 kB | 364/472 kB | 82/153 kB | 49/52 kB Progress (5): 49/165 kB | 72/202 kB | 368/472 kB | 82/153 kB | 49/52 kB Progress (5): 49/165 kB | 72/202 kB | 372/472 kB | 82/153 kB | 49/52 kB Progress (5): 49/165 kB | 72/202 kB | 376/472 kB | 82/153 kB | 49/52 kB Progress (5): 49/165 kB | 72/202 kB | 376/472 kB | 82/153 kB | 52 kB Progress (5): 49/165 kB | 72/202 kB | 380/472 kB | 82/153 kB | 52 kB Progress (5): 49/165 kB | 72/202 kB | 384/472 kB | 82/153 kB | 52 kB Progress (5): 49/165 kB | 72/202 kB | 389/472 kB | 82/153 kB | 52 kB Progress (5): 49/165 kB | 72/202 kB | 393/472 kB | 82/153 kB | 52 kB Progress (5): 49/165 kB | 72/202 kB | 393/472 kB | 86/153 kB | 52 kB Progress (5): 49/165 kB | 72/202 kB | 393/472 kB | 90/153 kB | 52 kB Progress (5): 49/165 kB | 72/202 kB | 393/472 kB | 94/153 kB | 52 kB Progress (5): 49/165 kB | 72/202 kB | 393/472 kB | 98/153 kB | 52 kB Progress (5): 49/165 kB | 72/202 kB | 393/472 kB | 101/153 kB | 52 kB Progress (5): 49/165 kB | 72/202 kB | 393/472 kB | 104/153 kB | 52 kB Progress (5): 49/165 kB | 72/202 kB | 393/472 kB | 107/153 kB | 52 kB Progress (5): 49/165 kB | 72/202 kB | 393/472 kB | 109/153 kB | 52 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar (52 kB at 19 kB/s) +Progress (4): 49/165 kB | 72/202 kB | 397/472 kB | 109/153 kB Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar +Progress (4): 49/165 kB | 72/202 kB | 401/472 kB | 109/153 kB Progress (4): 49/165 kB | 72/202 kB | 405/472 kB | 109/153 kB Progress (4): 49/165 kB | 72/202 kB | 409/472 kB | 109/153 kB Progress (4): 49/165 kB | 72/202 kB | 409/472 kB | 112/153 kB Progress (4): 49/165 kB | 72/202 kB | 409/472 kB | 115/153 kB Progress (4): 49/165 kB | 72/202 kB | 409/472 kB | 117/153 kB Progress (4): 49/165 kB | 72/202 kB | 409/472 kB | 120/153 kB Progress (4): 49/165 kB | 72/202 kB | 409/472 kB | 123/153 kB Progress (4): 53/165 kB | 72/202 kB | 409/472 kB | 123/153 kB Progress (4): 57/165 kB | 72/202 kB | 409/472 kB | 123/153 kB Progress (4): 61/165 kB | 72/202 kB | 409/472 kB | 123/153 kB Progress (4): 65/165 kB | 72/202 kB | 409/472 kB | 123/153 kB Progress (4): 65/165 kB | 72/202 kB | 413/472 kB | 123/153 kB Progress (4): 65/165 kB | 72/202 kB | 417/472 kB | 123/153 kB Progress (4): 65/165 kB | 72/202 kB | 421/472 kB | 123/153 kB Progress (4): 65/165 kB | 72/202 kB | 425/472 kB | 123/153 kB Progress (4): 65/165 kB | 72/202 kB | 430/472 kB | 123/153 kB Progress (4): 65/165 kB | 72/202 kB | 434/472 kB | 123/153 kB Progress (4): 65/165 kB | 72/202 kB | 438/472 kB | 123/153 kB Progress (5): 65/165 kB | 72/202 kB | 438/472 kB | 123/153 kB | 2.2/222 kB Progress (5): 65/165 kB | 72/202 kB | 442/472 kB | 123/153 kB | 2.2/222 kB Progress (5): 65/165 kB | 72/202 kB | 442/472 kB | 123/153 kB | 5.0/222 kB Progress (5): 65/165 kB | 72/202 kB | 442/472 kB | 123/153 kB | 7.7/222 kB Progress (5): 65/165 kB | 72/202 kB | 442/472 kB | 123/153 kB | 10/222 kB Progress (5): 65/165 kB | 72/202 kB | 442/472 kB | 126/153 kB | 10/222 kB Progress (5): 65/165 kB | 72/202 kB | 442/472 kB | 126/153 kB | 13/222 kB Progress (5): 65/165 kB | 72/202 kB | 442/472 kB | 126/153 kB | 16/222 kB Progress (5): 65/165 kB | 72/202 kB | 442/472 kB | 128/153 kB | 16/222 kB Progress (5): 65/165 kB | 72/202 kB | 442/472 kB | 128/153 kB | 19/222 kB Progress (5): 65/165 kB | 72/202 kB | 442/472 kB | 131/153 kB | 19/222 kB Progress (5): 65/165 kB | 72/202 kB | 446/472 kB | 131/153 kB | 19/222 kB Progress (5): 65/165 kB | 72/202 kB | 450/472 kB | 131/153 kB | 19/222 kB Progress (5): 65/165 kB | 72/202 kB | 454/472 kB | 131/153 kB | 19/222 kB Progress (5): 65/165 kB | 72/202 kB | 458/472 kB | 131/153 kB | 19/222 kB Progress (5): 65/165 kB | 72/202 kB | 458/472 kB | 131/153 kB | 21/222 kB Progress (5): 65/165 kB | 72/202 kB | 458/472 kB | 131/153 kB | 24/222 kB Progress (5): 65/165 kB | 72/202 kB | 458/472 kB | 131/153 kB | 27/222 kB Progress (5): 65/165 kB | 72/202 kB | 462/472 kB | 131/153 kB | 27/222 kB Progress (5): 65/165 kB | 72/202 kB | 462/472 kB | 131/153 kB | 30/222 kB Progress (5): 65/165 kB | 72/202 kB | 466/472 kB | 131/153 kB | 30/222 kB Progress (5): 65/165 kB | 72/202 kB | 466/472 kB | 131/153 kB | 32/222 kB Progress (5): 65/165 kB | 72/202 kB | 470/472 kB | 131/153 kB | 32/222 kB Progress (5): 65/165 kB | 72/202 kB | 472 kB | 131/153 kB | 32/222 kB Progress (5): 65/165 kB | 76/202 kB | 472 kB | 131/153 kB | 32/222 kB Progress (5): 65/165 kB | 80/202 kB | 472 kB | 131/153 kB | 32/222 kB Progress (5): 65/165 kB | 85/202 kB | 472 kB | 131/153 kB | 32/222 kB Progress (5): 65/165 kB | 89/202 kB | 472 kB | 131/153 kB | 32/222 kB Progress (5): 65/165 kB | 89/202 kB | 472 kB | 135/153 kB | 32/222 kB Progress (5): 65/165 kB | 89/202 kB | 472 kB | 139/153 kB | 32/222 kB Progress (5): 65/165 kB | 89/202 kB | 472 kB | 143/153 kB | 32/222 kB Progress (5): 65/165 kB | 89/202 kB | 472 kB | 147/153 kB | 32/222 kB Progress (5): 65/165 kB | 89/202 kB | 472 kB | 152/153 kB | 32/222 kB Progress (5): 65/165 kB | 89/202 kB | 472 kB | 153 kB | 32/222 kB Progress (5): 65/165 kB | 91/202 kB | 472 kB | 153 kB | 32/222 kB Progress (5): 65/165 kB | 91/202 kB | 472 kB | 153 kB | 36/222 kB Progress (5): 65/165 kB | 91/202 kB | 472 kB | 153 kB | 40/222 kB Progress (5): 65/165 kB | 91/202 kB | 472 kB | 153 kB | 45/222 kB Progress (5): 65/165 kB | 91/202 kB | 472 kB | 153 kB | 49/222 kB Progress (5): 65/165 kB | 94/202 kB | 472 kB | 153 kB | 49/222 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (472 kB at 145 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0/maven-core-3.0.jar +Progress (4): 69/165 kB | 94/202 kB | 153 kB | 49/222 kB Progress (4): 73/165 kB | 94/202 kB | 153 kB | 49/222 kB Progress (4): 77/165 kB | 94/202 kB | 153 kB | 49/222 kB Progress (4): 81/165 kB | 94/202 kB | 153 kB | 49/222 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (153 kB at 46 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar +Progress (3): 81/165 kB | 97/202 kB | 49/222 kB Progress (3): 81/165 kB | 97/202 kB | 53/222 kB Progress (3): 81/165 kB | 97/202 kB | 57/222 kB Progress (3): 81/165 kB | 97/202 kB | 61/222 kB Progress (3): 81/165 kB | 97/202 kB | 65/222 kB Progress (3): 81/165 kB | 97/202 kB | 69/222 kB Progress (3): 81/165 kB | 97/202 kB | 73/222 kB Progress (3): 81/165 kB | 97/202 kB | 77/222 kB Progress (3): 81/165 kB | 97/202 kB | 81/222 kB Progress (3): 81/165 kB | 100/202 kB | 81/222 kB Progress (4): 81/165 kB | 100/202 kB | 81/222 kB | 4.1/527 kB Progress (4): 81/165 kB | 100/202 kB | 81/222 kB | 7.3/527 kB Progress (4): 81/165 kB | 100/202 kB | 81/222 kB | 10/527 kB Progress (4): 81/165 kB | 100/202 kB | 81/222 kB | 13/527 kB Progress (4): 81/165 kB | 100/202 kB | 81/222 kB | 16/527 kB Progress (4): 81/165 kB | 100/202 kB | 81/222 kB | 18/527 kB Progress (4): 81/165 kB | 100/202 kB | 81/222 kB | 21/527 kB Progress (4): 81/165 kB | 100/202 kB | 81/222 kB | 24/527 kB Progress (4): 81/165 kB | 100/202 kB | 81/222 kB | 26/527 kB Progress (4): 81/165 kB | 102/202 kB | 81/222 kB | 26/527 kB Progress (4): 81/165 kB | 102/202 kB | 85/222 kB | 26/527 kB Progress (4): 81/165 kB | 102/202 kB | 90/222 kB | 26/527 kB Progress (4): 81/165 kB | 102/202 kB | 94/222 kB | 26/527 kB Progress (4): 81/165 kB | 102/202 kB | 98/222 kB | 26/527 kB Progress (4): 81/165 kB | 105/202 kB | 98/222 kB | 26/527 kB Progress (4): 81/165 kB | 108/202 kB | 98/222 kB | 26/527 kB Progress (4): 81/165 kB | 108/202 kB | 98/222 kB | 29/527 kB Progress (4): 81/165 kB | 108/202 kB | 98/222 kB | 32/527 kB Progress (4): 81/165 kB | 108/202 kB | 98/222 kB | 35/527 kB Progress (4): 81/165 kB | 108/202 kB | 98/222 kB | 39/527 kB Progress (4): 81/165 kB | 108/202 kB | 98/222 kB | 43/527 kB Progress (4): 81/165 kB | 108/202 kB | 98/222 kB | 47/527 kB Progress (4): 81/165 kB | 108/202 kB | 98/222 kB | 51/527 kB Progress (5): 81/165 kB | 108/202 kB | 98/222 kB | 51/527 kB | 4.1/47 kB Progress (5): 81/165 kB | 108/202 kB | 98/222 kB | 51/527 kB | 7.7/47 kB Progress (5): 81/165 kB | 108/202 kB | 98/222 kB | 51/527 kB | 12/47 kB Progress (5): 81/165 kB | 108/202 kB | 98/222 kB | 51/527 kB | 16/47 kB Progress (5): 81/165 kB | 111/202 kB | 98/222 kB | 51/527 kB | 16/47 kB Progress (5): 81/165 kB | 111/202 kB | 102/222 kB | 51/527 kB | 16/47 kB Progress (5): 81/165 kB | 111/202 kB | 106/222 kB | 51/527 kB | 16/47 kB Progress (5): 81/165 kB | 111/202 kB | 110/222 kB | 51/527 kB | 16/47 kB Progress (5): 81/165 kB | 111/202 kB | 114/222 kB | 51/527 kB | 16/47 kB Progress (5): 81/165 kB | 113/202 kB | 114/222 kB | 51/527 kB | 16/47 kB Progress (5): 81/165 kB | 113/202 kB | 118/222 kB | 51/527 kB | 16/47 kB Progress (5): 81/165 kB | 113/202 kB | 122/222 kB | 51/527 kB | 16/47 kB Progress (5): 81/165 kB | 113/202 kB | 126/222 kB | 51/527 kB | 16/47 kB Progress (5): 81/165 kB | 113/202 kB | 131/222 kB | 51/527 kB | 16/47 kB Progress (5): 81/165 kB | 113/202 kB | 131/222 kB | 55/527 kB | 16/47 kB Progress (5): 81/165 kB | 113/202 kB | 131/222 kB | 59/527 kB | 16/47 kB Progress (5): 81/165 kB | 113/202 kB | 131/222 kB | 63/527 kB | 16/47 kB Progress (5): 81/165 kB | 113/202 kB | 131/222 kB | 67/527 kB | 16/47 kB Progress (5): 85/165 kB | 113/202 kB | 131/222 kB | 67/527 kB | 16/47 kB Progress (5): 90/165 kB | 113/202 kB | 131/222 kB | 67/527 kB | 16/47 kB Progress (5): 90/165 kB | 113/202 kB | 131/222 kB | 71/527 kB | 16/47 kB Progress (5): 94/165 kB | 113/202 kB | 131/222 kB | 71/527 kB | 16/47 kB Progress (5): 94/165 kB | 113/202 kB | 131/222 kB | 76/527 kB | 16/47 kB Progress (5): 98/165 kB | 113/202 kB | 131/222 kB | 76/527 kB | 16/47 kB Progress (5): 98/165 kB | 113/202 kB | 131/222 kB | 80/527 kB | 16/47 kB Progress (5): 98/165 kB | 113/202 kB | 131/222 kB | 84/527 kB | 16/47 kB Progress (5): 98/165 kB | 116/202 kB | 131/222 kB | 84/527 kB | 16/47 kB Progress (5): 101/165 kB | 116/202 kB | 131/222 kB | 84/527 kB | 16/47 kB Progress (5): 103/165 kB | 116/202 kB | 131/222 kB | 84/527 kB | 16/47 kB Progress (5): 103/165 kB | 116/202 kB | 131/222 kB | 84/527 kB | 20/47 kB Progress (5): 103/165 kB | 116/202 kB | 131/222 kB | 84/527 kB | 24/47 kB Progress (5): 103/165 kB | 116/202 kB | 131/222 kB | 84/527 kB | 28/47 kB Progress (5): 103/165 kB | 116/202 kB | 131/222 kB | 84/527 kB | 32/47 kB Progress (5): 103/165 kB | 119/202 kB | 131/222 kB | 84/527 kB | 32/47 kB Progress (5): 103/165 kB | 119/202 kB | 135/222 kB | 84/527 kB | 32/47 kB Progress (5): 103/165 kB | 119/202 kB | 139/222 kB | 84/527 kB | 32/47 kB Progress (5): 103/165 kB | 119/202 kB | 143/222 kB | 84/527 kB | 32/47 kB Progress (5): 103/165 kB | 119/202 kB | 147/222 kB | 84/527 kB | 32/47 kB Progress (5): 103/165 kB | 121/202 kB | 147/222 kB | 84/527 kB | 32/47 kB Progress (5): 103/165 kB | 121/202 kB | 147/222 kB | 88/527 kB | 32/47 kB Progress (5): 103/165 kB | 121/202 kB | 147/222 kB | 92/527 kB | 32/47 kB Progress (5): 103/165 kB | 121/202 kB | 147/222 kB | 96/527 kB | 32/47 kB Progress (5): 103/165 kB | 121/202 kB | 147/222 kB | 100/527 kB | 32/47 kB Progress (5): 106/165 kB | 121/202 kB | 147/222 kB | 100/527 kB | 32/47 kB Progress (5): 109/165 kB | 121/202 kB | 147/222 kB | 100/527 kB | 32/47 kB Progress (5): 112/165 kB | 121/202 kB | 147/222 kB | 100/527 kB | 32/47 kB Progress (5): 112/165 kB | 121/202 kB | 147/222 kB | 100/527 kB | 36/47 kB Progress (5): 114/165 kB | 121/202 kB | 147/222 kB | 100/527 kB | 36/47 kB Progress (5): 114/165 kB | 121/202 kB | 147/222 kB | 100/527 kB | 40/47 kB Progress (5): 114/165 kB | 121/202 kB | 147/222 kB | 100/527 kB | 45/47 kB Progress (5): 114/165 kB | 121/202 kB | 147/222 kB | 100/527 kB | 47 kB Progress (5): 114/165 kB | 121/202 kB | 147/222 kB | 104/527 kB | 47 kB Progress (5): 114/165 kB | 121/202 kB | 147/222 kB | 108/527 kB | 47 kB Progress (5): 114/165 kB | 121/202 kB | 147/222 kB | 112/527 kB | 47 kB Progress (5): 114/165 kB | 121/202 kB | 147/222 kB | 116/527 kB | 47 kB Progress (5): 114/165 kB | 121/202 kB | 151/222 kB | 116/527 kB | 47 kB Progress (5): 114/165 kB | 121/202 kB | 155/222 kB | 116/527 kB | 47 kB Progress (5): 114/165 kB | 121/202 kB | 159/222 kB | 116/527 kB | 47 kB Progress (5): 114/165 kB | 121/202 kB | 163/222 kB | 116/527 kB | 47 kB Progress (5): 114/165 kB | 121/202 kB | 167/222 kB | 116/527 kB | 47 kB Progress (5): 114/165 kB | 121/202 kB | 171/222 kB | 116/527 kB | 47 kB Progress (5): 114/165 kB | 121/202 kB | 176/222 kB | 116/527 kB | 47 kB Progress (5): 114/165 kB | 121/202 kB | 180/222 kB | 116/527 kB | 47 kB Progress (5): 114/165 kB | 121/202 kB | 180/222 kB | 121/527 kB | 47 kB Progress (5): 114/165 kB | 121/202 kB | 180/222 kB | 125/527 kB | 47 kB Progress (5): 114/165 kB | 121/202 kB | 180/222 kB | 129/527 kB | 47 kB Progress (5): 114/165 kB | 121/202 kB | 180/222 kB | 133/527 kB | 47 kB Progress (5): 117/165 kB | 121/202 kB | 180/222 kB | 133/527 kB | 47 kB Progress (5): 120/165 kB | 121/202 kB | 180/222 kB | 133/527 kB | 47 kB Progress (5): 122/165 kB | 121/202 kB | 180/222 kB | 133/527 kB | 47 kB Progress (5): 125/165 kB | 121/202 kB | 180/222 kB | 133/527 kB | 47 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar (47 kB at 11 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar +Progress (4): 125/165 kB | 126/202 kB | 180/222 kB | 133/527 kB Progress (4): 125/165 kB | 130/202 kB | 180/222 kB | 133/527 kB Progress (4): 125/165 kB | 134/202 kB | 180/222 kB | 133/527 kB Progress (4): 125/165 kB | 138/202 kB | 180/222 kB | 133/527 kB Progress (4): 125/165 kB | 138/202 kB | 184/222 kB | 133/527 kB Progress (4): 125/165 kB | 138/202 kB | 188/222 kB | 133/527 kB Progress (4): 125/165 kB | 138/202 kB | 192/222 kB | 133/527 kB Progress (4): 125/165 kB | 138/202 kB | 196/222 kB | 133/527 kB Progress (4): 125/165 kB | 141/202 kB | 196/222 kB | 133/527 kB Progress (4): 125/165 kB | 141/202 kB | 196/222 kB | 137/527 kB Progress (4): 125/165 kB | 141/202 kB | 196/222 kB | 141/527 kB Progress (4): 125/165 kB | 141/202 kB | 200/222 kB | 141/527 kB Progress (4): 125/165 kB | 141/202 kB | 200/222 kB | 145/527 kB Progress (4): 125/165 kB | 141/202 kB | 204/222 kB | 145/527 kB Progress (4): 125/165 kB | 141/202 kB | 204/222 kB | 149/527 kB Progress (4): 125/165 kB | 141/202 kB | 208/222 kB | 149/527 kB Progress (4): 125/165 kB | 141/202 kB | 212/222 kB | 149/527 kB Progress (4): 125/165 kB | 141/202 kB | 212/222 kB | 153/527 kB Progress (4): 125/165 kB | 141/202 kB | 212/222 kB | 157/527 kB Progress (4): 125/165 kB | 141/202 kB | 212/222 kB | 162/527 kB Progress (4): 125/165 kB | 141/202 kB | 212/222 kB | 166/527 kB Progress (4): 128/165 kB | 141/202 kB | 212/222 kB | 166/527 kB Progress (4): 128/165 kB | 143/202 kB | 212/222 kB | 166/527 kB Progress (4): 131/165 kB | 143/202 kB | 212/222 kB | 166/527 kB Progress (4): 133/165 kB | 143/202 kB | 212/222 kB | 166/527 kB Progress (4): 133/165 kB | 146/202 kB | 212/222 kB | 166/527 kB Progress (4): 133/165 kB | 146/202 kB | 217/222 kB | 166/527 kB Progress (4): 133/165 kB | 146/202 kB | 221/222 kB | 166/527 kB Progress (4): 133/165 kB | 146/202 kB | 222 kB | 166/527 kB Progress (4): 133/165 kB | 149/202 kB | 222 kB | 166/527 kB Progress (4): 133/165 kB | 149/202 kB | 222 kB | 170/527 kB Progress (4): 133/165 kB | 149/202 kB | 222 kB | 174/527 kB Progress (4): 133/165 kB | 149/202 kB | 222 kB | 178/527 kB Progress (4): 133/165 kB | 149/202 kB | 222 kB | 182/527 kB Progress (4): 133/165 kB | 149/202 kB | 222 kB | 186/527 kB Progress (4): 133/165 kB | 149/202 kB | 222 kB | 190/527 kB Progress (4): 133/165 kB | 149/202 kB | 222 kB | 194/527 kB Progress (4): 133/165 kB | 149/202 kB | 222 kB | 198/527 kB Progress (4): 136/165 kB | 149/202 kB | 222 kB | 198/527 kB Progress (4): 139/165 kB | 149/202 kB | 222 kB | 198/527 kB Progress (4): 139/165 kB | 152/202 kB | 222 kB | 198/527 kB Progress (4): 142/165 kB | 152/202 kB | 222 kB | 198/527 kB Progress (4): 142/165 kB | 154/202 kB | 222 kB | 198/527 kB Progress (4): 144/165 kB | 154/202 kB | 222 kB | 198/527 kB Progress (4): 147/165 kB | 154/202 kB | 222 kB | 198/527 kB Progress (5): 147/165 kB | 154/202 kB | 222 kB | 198/527 kB | 4.1/38 kB Progress (5): 147/165 kB | 154/202 kB | 222 kB | 198/527 kB | 7.7/38 kB Progress (5): 147/165 kB | 154/202 kB | 222 kB | 198/527 kB | 12/38 kB Progress (5): 147/165 kB | 154/202 kB | 222 kB | 198/527 kB | 16/38 kB Progress (5): 147/165 kB | 157/202 kB | 222 kB | 198/527 kB | 16/38 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar (222 kB at 49 kB/s) +Progress (4): 147/165 kB | 160/202 kB | 198/527 kB | 16/38 kB Progress (4): 147/165 kB | 160/202 kB | 202/527 kB | 16/38 kB Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar +Progress (4): 147/165 kB | 160/202 kB | 207/527 kB | 16/38 kB Progress (4): 147/165 kB | 160/202 kB | 211/527 kB | 16/38 kB Progress (4): 147/165 kB | 160/202 kB | 215/527 kB | 16/38 kB Progress (4): 150/165 kB | 160/202 kB | 215/527 kB | 16/38 kB Progress (4): 150/165 kB | 162/202 kB | 215/527 kB | 16/38 kB Progress (4): 150/165 kB | 165/202 kB | 215/527 kB | 16/38 kB Progress (4): 152/165 kB | 165/202 kB | 215/527 kB | 16/38 kB Progress (4): 152/165 kB | 168/202 kB | 215/527 kB | 16/38 kB Progress (4): 155/165 kB | 168/202 kB | 215/527 kB | 16/38 kB Progress (4): 158/165 kB | 168/202 kB | 215/527 kB | 16/38 kB Progress (4): 158/165 kB | 168/202 kB | 215/527 kB | 20/38 kB Progress (4): 158/165 kB | 168/202 kB | 215/527 kB | 24/38 kB Progress (4): 158/165 kB | 168/202 kB | 215/527 kB | 28/38 kB Progress (4): 158/165 kB | 168/202 kB | 215/527 kB | 32/38 kB Progress (4): 158/165 kB | 168/202 kB | 215/527 kB | 36/38 kB Progress (4): 158/165 kB | 168/202 kB | 215/527 kB | 38 kB Progress (4): 158/165 kB | 171/202 kB | 215/527 kB | 38 kB Progress (5): 158/165 kB | 171/202 kB | 215/527 kB | 38 kB | 4.1/30 kB Progress (5): 158/165 kB | 171/202 kB | 215/527 kB | 38 kB | 7.7/30 kB Progress (5): 158/165 kB | 171/202 kB | 215/527 kB | 38 kB | 12/30 kB Progress (5): 158/165 kB | 171/202 kB | 215/527 kB | 38 kB | 16/30 kB Progress (5): 158/165 kB | 171/202 kB | 219/527 kB | 38 kB | 16/30 kB Progress (5): 158/165 kB | 171/202 kB | 223/527 kB | 38 kB | 16/30 kB Progress (5): 158/165 kB | 171/202 kB | 227/527 kB | 38 kB | 16/30 kB Progress (5): 158/165 kB | 171/202 kB | 231/527 kB | 38 kB | 16/30 kB Progress (5): 158/165 kB | 171/202 kB | 235/527 kB | 38 kB | 16/30 kB Progress (5): 158/165 kB | 171/202 kB | 239/527 kB | 38 kB | 16/30 kB Progress (5): 158/165 kB | 171/202 kB | 243/527 kB | 38 kB | 16/30 kB Progress (5): 158/165 kB | 171/202 kB | 248/527 kB | 38 kB | 16/30 kB Progress (5): 161/165 kB | 171/202 kB | 248/527 kB | 38 kB | 16/30 kB Progress (5): 161/165 kB | 171/202 kB | 252/527 kB | 38 kB | 16/30 kB Progress (5): 161/165 kB | 171/202 kB | 256/527 kB | 38 kB | 16/30 kB Progress (5): 161/165 kB | 171/202 kB | 260/527 kB | 38 kB | 16/30 kB Progress (5): 161/165 kB | 171/202 kB | 264/527 kB | 38 kB | 16/30 kB Progress (5): 163/165 kB | 171/202 kB | 264/527 kB | 38 kB | 16/30 kB Progress (5): 165 kB | 171/202 kB | 264/527 kB | 38 kB | 16/30 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar (38 kB at 7.8 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar +Progress (4): 165 kB | 171/202 kB | 264/527 kB | 20/30 kB Progress (4): 165 kB | 171/202 kB | 264/527 kB | 24/30 kB Progress (4): 165 kB | 171/202 kB | 264/527 kB | 28/30 kB Progress (4): 165 kB | 171/202 kB | 264/527 kB | 30 kB Progress (4): 165 kB | 175/202 kB | 264/527 kB | 30 kB Progress (4): 165 kB | 179/202 kB | 264/527 kB | 30 kB Progress (4): 165 kB | 183/202 kB | 264/527 kB | 30 kB Progress (4): 165 kB | 187/202 kB | 264/527 kB | 30 kB Progress (4): 165 kB | 187/202 kB | 268/527 kB | 30 kB Progress (4): 165 kB | 187/202 kB | 272/527 kB | 30 kB Progress (4): 165 kB | 187/202 kB | 276/527 kB | 30 kB Progress (4): 165 kB | 187/202 kB | 280/527 kB | 30 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0/maven-model-3.0.jar (165 kB at 33 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar +Progress (4): 187/202 kB | 280/527 kB | 30 kB | 4.1/148 kB Progress (4): 187/202 kB | 280/527 kB | 30 kB | 7.7/148 kB Progress (4): 187/202 kB | 280/527 kB | 30 kB | 12/148 kB Progress (4): 187/202 kB | 280/527 kB | 30 kB | 16/148 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar (30 kB at 5.9 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar +Progress (3): 187/202 kB | 284/527 kB | 16/148 kB Progress (3): 187/202 kB | 289/527 kB | 16/148 kB Progress (3): 187/202 kB | 293/527 kB | 16/148 kB Progress (3): 187/202 kB | 297/527 kB | 16/148 kB Progress (3): 191/202 kB | 297/527 kB | 16/148 kB Progress (3): 195/202 kB | 297/527 kB | 16/148 kB Progress (3): 199/202 kB | 297/527 kB | 16/148 kB Progress (3): 202 kB | 297/527 kB | 16/148 kB Progress (3): 202 kB | 301/527 kB | 16/148 kB Progress (3): 202 kB | 305/527 kB | 16/148 kB Progress (3): 202 kB | 309/527 kB | 16/148 kB Progress (3): 202 kB | 313/527 kB | 16/148 kB Progress (4): 202 kB | 313/527 kB | 16/148 kB | 2.2/51 kB Progress (4): 202 kB | 313/527 kB | 16/148 kB | 5.0/51 kB Progress (4): 202 kB | 313/527 kB | 16/148 kB | 7.7/51 kB Progress (4): 202 kB | 313/527 kB | 16/148 kB | 10/51 kB Progress (4): 202 kB | 313/527 kB | 20/148 kB | 10/51 kB Progress (4): 202 kB | 313/527 kB | 24/148 kB | 10/51 kB Progress (4): 202 kB | 313/527 kB | 28/148 kB | 10/51 kB Progress (4): 202 kB | 313/527 kB | 32/148 kB | 10/51 kB Progress (5): 202 kB | 313/527 kB | 32/148 kB | 10/51 kB | 4.1/106 kB Progress (5): 202 kB | 313/527 kB | 32/148 kB | 10/51 kB | 7.7/106 kB Progress (5): 202 kB | 313/527 kB | 32/148 kB | 10/51 kB | 12/106 kB Progress (5): 202 kB | 313/527 kB | 32/148 kB | 10/51 kB | 16/106 kB Progress (5): 202 kB | 317/527 kB | 32/148 kB | 10/51 kB | 16/106 kB Progress (5): 202 kB | 321/527 kB | 32/148 kB | 10/51 kB | 16/106 kB Progress (5): 202 kB | 325/527 kB | 32/148 kB | 10/51 kB | 16/106 kB Progress (5): 202 kB | 329/527 kB | 32/148 kB | 10/51 kB | 16/106 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (202 kB at 38 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar +Progress (4): 329/527 kB | 32/148 kB | 13/51 kB | 16/106 kB Progress (4): 329/527 kB | 32/148 kB | 16/51 kB | 16/106 kB Progress (4): 329/527 kB | 32/148 kB | 19/51 kB | 16/106 kB Progress (4): 329/527 kB | 32/148 kB | 21/51 kB | 16/106 kB Progress (4): 329/527 kB | 32/148 kB | 24/51 kB | 16/106 kB Progress (4): 329/527 kB | 32/148 kB | 27/51 kB | 16/106 kB Progress (4): 329/527 kB | 36/148 kB | 27/51 kB | 16/106 kB Progress (4): 329/527 kB | 40/148 kB | 27/51 kB | 16/106 kB Progress (4): 329/527 kB | 45/148 kB | 27/51 kB | 16/106 kB Progress (4): 329/527 kB | 49/148 kB | 27/51 kB | 16/106 kB Progress (4): 334/527 kB | 49/148 kB | 27/51 kB | 16/106 kB Progress (4): 338/527 kB | 49/148 kB | 27/51 kB | 16/106 kB Progress (4): 342/527 kB | 49/148 kB | 27/51 kB | 16/106 kB Progress (4): 346/527 kB | 49/148 kB | 27/51 kB | 16/106 kB Progress (4): 346/527 kB | 49/148 kB | 27/51 kB | 20/106 kB Progress (4): 346/527 kB | 49/148 kB | 27/51 kB | 24/106 kB Progress (4): 346/527 kB | 49/148 kB | 27/51 kB | 28/106 kB Progress (4): 346/527 kB | 49/148 kB | 27/51 kB | 32/106 kB Progress (4): 346/527 kB | 49/148 kB | 27/51 kB | 36/106 kB Progress (4): 346/527 kB | 49/148 kB | 27/51 kB | 40/106 kB Progress (4): 346/527 kB | 49/148 kB | 27/51 kB | 45/106 kB Progress (4): 346/527 kB | 49/148 kB | 27/51 kB | 49/106 kB Progress (4): 350/527 kB | 49/148 kB | 27/51 kB | 49/106 kB Progress (4): 354/527 kB | 49/148 kB | 27/51 kB | 49/106 kB Progress (4): 358/527 kB | 49/148 kB | 27/51 kB | 49/106 kB Progress (4): 362/527 kB | 49/148 kB | 27/51 kB | 49/106 kB Progress (5): 362/527 kB | 49/148 kB | 27/51 kB | 49/106 kB | 2.2/14 kB Progress (5): 362/527 kB | 49/148 kB | 27/51 kB | 49/106 kB | 5.0/14 kB Progress (5): 362/527 kB | 49/148 kB | 27/51 kB | 49/106 kB | 7.7/14 kB Progress (5): 362/527 kB | 49/148 kB | 27/51 kB | 49/106 kB | 10/14 kB Progress (5): 362/527 kB | 49/148 kB | 27/51 kB | 49/106 kB | 13/14 kB Progress (5): 362/527 kB | 49/148 kB | 30/51 kB | 49/106 kB | 13/14 kB Progress (5): 362/527 kB | 49/148 kB | 32/51 kB | 49/106 kB | 13/14 kB Progress (5): 362/527 kB | 53/148 kB | 32/51 kB | 49/106 kB | 13/14 kB Progress (5): 362/527 kB | 57/148 kB | 32/51 kB | 49/106 kB | 13/14 kB Progress (5): 362/527 kB | 61/148 kB | 32/51 kB | 49/106 kB | 13/14 kB Progress (5): 362/527 kB | 65/148 kB | 32/51 kB | 49/106 kB | 13/14 kB Progress (5): 362/527 kB | 65/148 kB | 32/51 kB | 53/106 kB | 13/14 kB Progress (5): 362/527 kB | 65/148 kB | 32/51 kB | 57/106 kB | 13/14 kB Progress (5): 362/527 kB | 65/148 kB | 32/51 kB | 61/106 kB | 13/14 kB Progress (5): 362/527 kB | 65/148 kB | 32/51 kB | 65/106 kB | 13/14 kB Progress (5): 366/527 kB | 65/148 kB | 32/51 kB | 65/106 kB | 13/14 kB Progress (5): 370/527 kB | 65/148 kB | 32/51 kB | 65/106 kB | 13/14 kB Progress (5): 375/527 kB | 65/148 kB | 32/51 kB | 65/106 kB | 13/14 kB Progress (5): 379/527 kB | 65/148 kB | 32/51 kB | 65/106 kB | 13/14 kB Progress (5): 383/527 kB | 65/148 kB | 32/51 kB | 65/106 kB | 13/14 kB Progress (5): 387/527 kB | 65/148 kB | 32/51 kB | 65/106 kB | 13/14 kB Progress (5): 391/527 kB | 65/148 kB | 32/51 kB | 65/106 kB | 13/14 kB Progress (5): 395/527 kB | 65/148 kB | 32/51 kB | 65/106 kB | 13/14 kB Progress (5): 395/527 kB | 65/148 kB | 32/51 kB | 65/106 kB | 14 kB Progress (5): 395/527 kB | 65/148 kB | 36/51 kB | 65/106 kB | 14 kB Progress (5): 395/527 kB | 65/148 kB | 40/51 kB | 65/106 kB | 14 kB Progress (5): 395/527 kB | 65/148 kB | 45/51 kB | 65/106 kB | 14 kB Progress (5): 395/527 kB | 65/148 kB | 49/51 kB | 65/106 kB | 14 kB Progress (5): 395/527 kB | 65/148 kB | 51 kB | 65/106 kB | 14 kB Progress (5): 395/527 kB | 69/148 kB | 51 kB | 65/106 kB | 14 kB Progress (5): 395/527 kB | 73/148 kB | 51 kB | 65/106 kB | 14 kB Progress (5): 395/527 kB | 77/148 kB | 51 kB | 65/106 kB | 14 kB Progress (5): 395/527 kB | 81/148 kB | 51 kB | 65/106 kB | 14 kB Progress (5): 395/527 kB | 81/148 kB | 51 kB | 69/106 kB | 14 kB Progress (5): 395/527 kB | 81/148 kB | 51 kB | 73/106 kB | 14 kB Progress (5): 395/527 kB | 81/148 kB | 51 kB | 77/106 kB | 14 kB Progress (5): 395/527 kB | 81/148 kB | 51 kB | 81/106 kB | 14 kB Progress (5): 395/527 kB | 81/148 kB | 51 kB | 85/106 kB | 14 kB Progress (5): 395/527 kB | 81/148 kB | 51 kB | 90/106 kB | 14 kB Progress (5): 395/527 kB | 81/148 kB | 51 kB | 94/106 kB | 14 kB Progress (5): 395/527 kB | 81/148 kB | 51 kB | 98/106 kB | 14 kB Progress (5): 399/527 kB | 81/148 kB | 51 kB | 98/106 kB | 14 kB Progress (5): 403/527 kB | 81/148 kB | 51 kB | 98/106 kB | 14 kB Progress (5): 407/527 kB | 81/148 kB | 51 kB | 98/106 kB | 14 kB Progress (5): 411/527 kB | 81/148 kB | 51 kB | 98/106 kB | 14 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar (14 kB at 2.3 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar +Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (51 kB at 8.7 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar +Progress (3): 411/527 kB | 85/148 kB | 98/106 kB Progress (3): 411/527 kB | 90/148 kB | 98/106 kB Progress (3): 411/527 kB | 94/148 kB | 98/106 kB Progress (3): 411/527 kB | 98/148 kB | 98/106 kB Progress (3): 411/527 kB | 102/148 kB | 98/106 kB Progress (3): 415/527 kB | 102/148 kB | 98/106 kB Progress (3): 415/527 kB | 106/148 kB | 98/106 kB Progress (3): 420/527 kB | 106/148 kB | 98/106 kB Progress (3): 420/527 kB | 110/148 kB | 98/106 kB Progress (3): 424/527 kB | 110/148 kB | 98/106 kB Progress (3): 424/527 kB | 114/148 kB | 98/106 kB Progress (3): 428/527 kB | 114/148 kB | 98/106 kB Progress (3): 428/527 kB | 114/148 kB | 102/106 kB Progress (3): 428/527 kB | 114/148 kB | 106/106 kB Progress (3): 428/527 kB | 114/148 kB | 106 kB Progress (3): 432/527 kB | 114/148 kB | 106 kB Progress (3): 436/527 kB | 114/148 kB | 106 kB Progress (3): 440/527 kB | 114/148 kB | 106 kB Progress (3): 444/527 kB | 114/148 kB | 106 kB Progress (4): 444/527 kB | 114/148 kB | 106 kB | 2.2/74 kB Progress (4): 444/527 kB | 114/148 kB | 106 kB | 5.0/74 kB Progress (4): 444/527 kB | 114/148 kB | 106 kB | 7.7/74 kB Progress (4): 444/527 kB | 114/148 kB | 106 kB | 10/74 kB Progress (4): 444/527 kB | 114/148 kB | 106 kB | 13/74 kB Progress (5): 444/527 kB | 114/148 kB | 106 kB | 13/74 kB | 4.1/108 kB Progress (5): 444/527 kB | 114/148 kB | 106 kB | 13/74 kB | 7.7/108 kB Progress (5): 444/527 kB | 114/148 kB | 106 kB | 13/74 kB | 12/108 kB Progress (5): 444/527 kB | 114/148 kB | 106 kB | 13/74 kB | 16/108 kB Progress (5): 448/527 kB | 114/148 kB | 106 kB | 13/74 kB | 16/108 kB Progress (5): 452/527 kB | 114/148 kB | 106 kB | 13/74 kB | 16/108 kB Progress (5): 456/527 kB | 114/148 kB | 106 kB | 13/74 kB | 16/108 kB Progress (5): 461/527 kB | 114/148 kB | 106 kB | 13/74 kB | 16/108 kB Progress (5): 461/527 kB | 118/148 kB | 106 kB | 13/74 kB | 16/108 kB Progress (5): 461/527 kB | 122/148 kB | 106 kB | 13/74 kB | 16/108 kB Progress (5): 461/527 kB | 126/148 kB | 106 kB | 13/74 kB | 16/108 kB Progress (5): 461/527 kB | 131/148 kB | 106 kB | 13/74 kB | 16/108 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar (106 kB at 17 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar +Progress (4): 465/527 kB | 131/148 kB | 13/74 kB | 16/108 kB Progress (4): 469/527 kB | 131/148 kB | 13/74 kB | 16/108 kB Progress (4): 473/527 kB | 131/148 kB | 13/74 kB | 16/108 kB Progress (4): 477/527 kB | 131/148 kB | 13/74 kB | 16/108 kB Progress (4): 477/527 kB | 131/148 kB | 16/74 kB | 16/108 kB Progress (4): 477/527 kB | 131/148 kB | 19/74 kB | 16/108 kB Progress (4): 477/527 kB | 131/148 kB | 21/74 kB | 16/108 kB Progress (4): 477/527 kB | 131/148 kB | 24/74 kB | 16/108 kB Progress (4): 477/527 kB | 131/148 kB | 27/74 kB | 16/108 kB Progress (4): 477/527 kB | 131/148 kB | 30/74 kB | 16/108 kB Progress (4): 477/527 kB | 131/148 kB | 30/74 kB | 20/108 kB Progress (4): 477/527 kB | 131/148 kB | 30/74 kB | 24/108 kB Progress (4): 477/527 kB | 131/148 kB | 30/74 kB | 28/108 kB Progress (4): 477/527 kB | 131/148 kB | 30/74 kB | 32/108 kB Progress (4): 481/527 kB | 131/148 kB | 30/74 kB | 32/108 kB Progress (4): 485/527 kB | 131/148 kB | 30/74 kB | 32/108 kB Progress (4): 489/527 kB | 131/148 kB | 30/74 kB | 32/108 kB Progress (4): 493/527 kB | 131/148 kB | 30/74 kB | 32/108 kB Progress (4): 493/527 kB | 135/148 kB | 30/74 kB | 32/108 kB Progress (4): 493/527 kB | 139/148 kB | 30/74 kB | 32/108 kB Progress (4): 493/527 kB | 143/148 kB | 30/74 kB | 32/108 kB Progress (4): 493/527 kB | 147/148 kB | 30/74 kB | 32/108 kB Progress (4): 493/527 kB | 148 kB | 30/74 kB | 32/108 kB Progress (4): 497/527 kB | 148 kB | 30/74 kB | 32/108 kB Progress (4): 502/527 kB | 148 kB | 30/74 kB | 32/108 kB Progress (4): 506/527 kB | 148 kB | 30/74 kB | 32/108 kB Progress (4): 510/527 kB | 148 kB | 30/74 kB | 32/108 kB Progress (5): 510/527 kB | 148 kB | 30/74 kB | 32/108 kB | 4.1/61 kB Progress (5): 510/527 kB | 148 kB | 30/74 kB | 32/108 kB | 7.7/61 kB Progress (5): 510/527 kB | 148 kB | 30/74 kB | 32/108 kB | 12/61 kB Progress (5): 510/527 kB | 148 kB | 30/74 kB | 32/108 kB | 16/61 kB Progress (5): 514/527 kB | 148 kB | 30/74 kB | 32/108 kB | 16/61 kB Progress (5): 518/527 kB | 148 kB | 30/74 kB | 32/108 kB | 16/61 kB Progress (5): 522/527 kB | 148 kB | 30/74 kB | 32/108 kB | 16/61 kB Progress (5): 526/527 kB | 148 kB | 30/74 kB | 32/108 kB | 16/61 kB Progress (5): 526/527 kB | 148 kB | 32/74 kB | 32/108 kB | 16/61 kB Progress (5): 526/527 kB | 148 kB | 32/74 kB | 36/108 kB | 16/61 kB Progress (5): 526/527 kB | 148 kB | 32/74 kB | 40/108 kB | 16/61 kB Progress (5): 526/527 kB | 148 kB | 32/74 kB | 45/108 kB | 16/61 kB Progress (5): 526/527 kB | 148 kB | 32/74 kB | 49/108 kB | 16/61 kB Progress (5): 527 kB | 148 kB | 32/74 kB | 49/108 kB | 16/61 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar (148 kB at 23 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar +Progress (4): 527 kB | 32/74 kB | 49/108 kB | 20/61 kB Progress (4): 527 kB | 32/74 kB | 49/108 kB | 24/61 kB Progress (4): 527 kB | 32/74 kB | 49/108 kB | 28/61 kB Progress (4): 527 kB | 32/74 kB | 49/108 kB | 32/61 kB Progress (4): 527 kB | 32/74 kB | 49/108 kB | 36/61 kB Progress (4): 527 kB | 32/74 kB | 49/108 kB | 40/61 kB Progress (4): 527 kB | 32/74 kB | 49/108 kB | 45/61 kB Progress (4): 527 kB | 32/74 kB | 49/108 kB | 49/61 kB Progress (4): 527 kB | 36/74 kB | 49/108 kB | 49/61 kB Progress (4): 527 kB | 40/74 kB | 49/108 kB | 49/61 kB Progress (4): 527 kB | 45/74 kB | 49/108 kB | 49/61 kB Progress (4): 527 kB | 49/74 kB | 49/108 kB | 49/61 kB Progress (4): 527 kB | 49/74 kB | 53/108 kB | 49/61 kB Progress (4): 527 kB | 49/74 kB | 57/108 kB | 49/61 kB Progress (4): 527 kB | 49/74 kB | 61/108 kB | 49/61 kB Progress (4): 527 kB | 49/74 kB | 65/108 kB | 49/61 kB Progress (4): 527 kB | 49/74 kB | 69/108 kB | 49/61 kB Progress (4): 527 kB | 49/74 kB | 73/108 kB | 49/61 kB Progress (4): 527 kB | 49/74 kB | 77/108 kB | 49/61 kB Progress (4): 527 kB | 49/74 kB | 81/108 kB | 49/61 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0/maven-core-3.0.jar (527 kB at 80 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar +Progress (4): 49/74 kB | 81/108 kB | 49/61 kB | 2.2/46 kB Progress (4): 49/74 kB | 81/108 kB | 49/61 kB | 5.0/46 kB Progress (4): 49/74 kB | 81/108 kB | 49/61 kB | 7.7/46 kB Progress (4): 49/74 kB | 81/108 kB | 49/61 kB | 10/46 kB Progress (4): 49/74 kB | 81/108 kB | 49/61 kB | 13/46 kB Progress (4): 49/74 kB | 81/108 kB | 53/61 kB | 13/46 kB Progress (4): 49/74 kB | 81/108 kB | 53/61 kB | 16/46 kB Progress (4): 49/74 kB | 81/108 kB | 57/61 kB | 16/46 kB Progress (4): 49/74 kB | 81/108 kB | 57/61 kB | 19/46 kB Progress (4): 49/74 kB | 81/108 kB | 61/61 kB | 19/46 kB Progress (4): 49/74 kB | 81/108 kB | 61 kB | 19/46 kB Progress (4): 53/74 kB | 81/108 kB | 61 kB | 19/46 kB Progress (4): 57/74 kB | 81/108 kB | 61 kB | 19/46 kB Progress (4): 61/74 kB | 81/108 kB | 61 kB | 19/46 kB Progress (4): 65/74 kB | 81/108 kB | 61 kB | 19/46 kB Progress (4): 65/74 kB | 85/108 kB | 61 kB | 19/46 kB Progress (4): 65/74 kB | 90/108 kB | 61 kB | 19/46 kB Progress (4): 65/74 kB | 94/108 kB | 61 kB | 19/46 kB Progress (4): 65/74 kB | 98/108 kB | 61 kB | 19/46 kB Progress (4): 65/74 kB | 102/108 kB | 61 kB | 19/46 kB Progress (4): 65/74 kB | 106/108 kB | 61 kB | 19/46 kB Progress (4): 65/74 kB | 108 kB | 61 kB | 19/46 kB Progress (5): 65/74 kB | 108 kB | 61 kB | 19/46 kB | 2.2/4.3 kB Progress (5): 65/74 kB | 108 kB | 61 kB | 19/46 kB | 4.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar (61 kB at 9.0 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar +Progress (4): 69/74 kB | 108 kB | 19/46 kB | 4.3 kB Progress (4): 73/74 kB | 108 kB | 19/46 kB | 4.3 kB Progress (4): 74 kB | 108 kB | 19/46 kB | 4.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar (108 kB at 16 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar +Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar (4.3 kB at 614 B/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.jar +Progress (2): 74 kB | 21/46 kB Progress (2): 74 kB | 24/46 kB Progress (2): 74 kB | 27/46 kB Progress (2): 74 kB | 30/46 kB Progress (2): 74 kB | 32/46 kB Progress (2): 74 kB | 36/46 kB Progress (2): 74 kB | 40/46 kB Progress (2): 74 kB | 45/46 kB Progress (2): 74 kB | 46 kB Progress (3): 74 kB | 46 kB | 4.1/29 kB Progress (3): 74 kB | 46 kB | 7.7/29 kB Progress (3): 74 kB | 46 kB | 12/29 kB Progress (3): 74 kB | 46 kB | 16/29 kB Progress (3): 74 kB | 46 kB | 20/29 kB Progress (3): 74 kB | 46 kB | 24/29 kB Progress (3): 74 kB | 46 kB | 28/29 kB Progress (3): 74 kB | 46 kB | 29 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar (74 kB at 11 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.jar +Progress (3): 46 kB | 29 kB | 4.1/13 kB Progress (3): 46 kB | 29 kB | 7.6/13 kB Progress (3): 46 kB | 29 kB | 12/13 kB Progress (3): 46 kB | 29 kB | 13 kB Progress (4): 46 kB | 29 kB | 13 kB | 2.2/164 kB Progress (4): 46 kB | 29 kB | 13 kB | 5.0/164 kB Progress (4): 46 kB | 29 kB | 13 kB | 7.7/164 kB Progress (4): 46 kB | 29 kB | 13 kB | 10/164 kB Progress (4): 46 kB | 29 kB | 13 kB | 13/164 kB Progress (4): 46 kB | 29 kB | 13 kB | 16/164 kB Progress (4): 46 kB | 29 kB | 13 kB | 19/164 kB Progress (4): 46 kB | 29 kB | 13 kB | 21/164 kB Progress (4): 46 kB | 29 kB | 13 kB | 24/164 kB Progress (4): 46 kB | 29 kB | 13 kB | 27/164 kB Progress (4): 46 kB | 29 kB | 13 kB | 30/164 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar (46 kB at 6.4 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar +Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (29 kB at 4.0 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/0.9.2/plexus-java-0.9.2.jar +Progress (3): 13 kB | 30/164 kB | 2.2/209 kB Progress (3): 13 kB | 30/164 kB | 5.0/209 kB Progress (3): 13 kB | 30/164 kB | 7.7/209 kB Progress (3): 13 kB | 30/164 kB | 10/209 kB Progress (3): 13 kB | 30/164 kB | 13/209 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (13 kB at 1.9 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/6.0_BETA/asm-6.0_BETA.jar +Progress (3): 30/164 kB | 13/209 kB | 4.1/14 kB Progress (3): 30/164 kB | 13/209 kB | 7.6/14 kB Progress (3): 30/164 kB | 13/209 kB | 12/14 kB Progress (3): 30/164 kB | 13/209 kB | 14 kB Progress (4): 30/164 kB | 13/209 kB | 14 kB | 4.1/31 kB Progress (4): 30/164 kB | 13/209 kB | 14 kB | 7.7/31 kB Progress (4): 30/164 kB | 13/209 kB | 14 kB | 12/31 kB Progress (4): 30/164 kB | 13/209 kB | 14 kB | 16/31 kB Progress (4): 30/164 kB | 16/209 kB | 14 kB | 16/31 kB Progress (4): 30/164 kB | 19/209 kB | 14 kB | 16/31 kB Progress (4): 30/164 kB | 21/209 kB | 14 kB | 16/31 kB Progress (4): 30/164 kB | 24/209 kB | 14 kB | 16/31 kB Progress (4): 30/164 kB | 27/209 kB | 14 kB | 16/31 kB Progress (5): 30/164 kB | 27/209 kB | 14 kB | 16/31 kB | 4.1/56 kB Progress (5): 30/164 kB | 27/209 kB | 14 kB | 16/31 kB | 7.7/56 kB Progress (5): 30/164 kB | 27/209 kB | 14 kB | 16/31 kB | 12/56 kB Progress (5): 32/164 kB | 27/209 kB | 14 kB | 16/31 kB | 12/56 kB Progress (5): 32/164 kB | 27/209 kB | 14 kB | 16/31 kB | 16/56 kB Progress (5): 36/164 kB | 27/209 kB | 14 kB | 16/31 kB | 16/56 kB Progress (5): 40/164 kB | 27/209 kB | 14 kB | 16/31 kB | 16/56 kB Progress (5): 45/164 kB | 27/209 kB | 14 kB | 16/31 kB | 16/56 kB Progress (5): 49/164 kB | 27/209 kB | 14 kB | 16/31 kB | 16/56 kB Progress (5): 53/164 kB | 27/209 kB | 14 kB | 16/31 kB | 16/56 kB Progress (5): 57/164 kB | 27/209 kB | 14 kB | 16/31 kB | 16/56 kB Progress (5): 61/164 kB | 27/209 kB | 14 kB | 16/31 kB | 16/56 kB Progress (5): 65/164 kB | 27/209 kB | 14 kB | 16/31 kB | 16/56 kB Progress (5): 69/164 kB | 27/209 kB | 14 kB | 16/31 kB | 16/56 kB Progress (5): 73/164 kB | 27/209 kB | 14 kB | 16/31 kB | 16/56 kB Progress (5): 77/164 kB | 27/209 kB | 14 kB | 16/31 kB | 16/56 kB Progress (5): 81/164 kB | 27/209 kB | 14 kB | 16/31 kB | 16/56 kB Progress (5): 81/164 kB | 27/209 kB | 14 kB | 20/31 kB | 16/56 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar (14 kB at 1.8 kB/s) +Progress (4): 81/164 kB | 30/209 kB | 20/31 kB | 16/56 kB Progress (4): 81/164 kB | 30/209 kB | 24/31 kB | 16/56 kB Downloading from central: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.jar +Progress (4): 81/164 kB | 30/209 kB | 28/31 kB | 16/56 kB Progress (4): 81/164 kB | 30/209 kB | 31 kB | 16/56 kB Progress (4): 81/164 kB | 32/209 kB | 31 kB | 16/56 kB Progress (4): 81/164 kB | 32/209 kB | 31 kB | 20/56 kB Progress (4): 81/164 kB | 32/209 kB | 31 kB | 24/56 kB Progress (4): 81/164 kB | 32/209 kB | 31 kB | 28/56 kB Progress (4): 81/164 kB | 32/209 kB | 31 kB | 32/56 kB Progress (4): 81/164 kB | 32/209 kB | 31 kB | 36/56 kB Progress (4): 81/164 kB | 32/209 kB | 31 kB | 40/56 kB Progress (4): 81/164 kB | 32/209 kB | 31 kB | 45/56 kB Progress (4): 81/164 kB | 32/209 kB | 31 kB | 49/56 kB Progress (4): 81/164 kB | 32/209 kB | 31 kB | 53/56 kB Progress (4): 81/164 kB | 32/209 kB | 31 kB | 56 kB Progress (4): 85/164 kB | 32/209 kB | 31 kB | 56 kB Progress (4): 90/164 kB | 32/209 kB | 31 kB | 56 kB Progress (4): 94/164 kB | 32/209 kB | 31 kB | 56 kB Progress (4): 98/164 kB | 32/209 kB | 31 kB | 56 kB Progress (4): 98/164 kB | 36/209 kB | 31 kB | 56 kB Progress (4): 98/164 kB | 40/209 kB | 31 kB | 56 kB Progress (4): 98/164 kB | 45/209 kB | 31 kB | 56 kB Progress (4): 98/164 kB | 49/209 kB | 31 kB | 56 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/0.9.2/plexus-java-0.9.2.jar (31 kB at 4.0 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.8.2/plexus-compiler-api-2.8.2.jar +Progress (3): 102/164 kB | 49/209 kB | 56 kB Progress (3): 106/164 kB | 49/209 kB | 56 kB Progress (3): 110/164 kB | 49/209 kB | 56 kB Progress (3): 114/164 kB | 49/209 kB | 56 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/6.0_BETA/asm-6.0_BETA.jar (56 kB at 7.2 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.8.2/plexus-compiler-manager-2.8.2.jar +Progress (2): 118/164 kB | 49/209 kB Progress (2): 122/164 kB | 49/209 kB Progress (2): 126/164 kB | 49/209 kB Progress (2): 131/164 kB | 49/209 kB Progress (2): 131/164 kB | 53/209 kB Progress (2): 131/164 kB | 57/209 kB Progress (2): 131/164 kB | 61/209 kB Progress (2): 131/164 kB | 65/209 kB Progress (3): 131/164 kB | 65/209 kB | 4.1/315 kB Progress (3): 131/164 kB | 65/209 kB | 7.6/315 kB Progress (3): 131/164 kB | 65/209 kB | 12/315 kB Progress (3): 131/164 kB | 65/209 kB | 16/315 kB Progress (4): 131/164 kB | 65/209 kB | 16/315 kB | 4.1/26 kB Progress (4): 131/164 kB | 65/209 kB | 16/315 kB | 7.7/26 kB Progress (4): 131/164 kB | 65/209 kB | 16/315 kB | 12/26 kB Progress (4): 131/164 kB | 65/209 kB | 16/315 kB | 16/26 kB Progress (4): 131/164 kB | 65/209 kB | 20/315 kB | 16/26 kB Progress (4): 131/164 kB | 65/209 kB | 24/315 kB | 16/26 kB Progress (4): 131/164 kB | 65/209 kB | 24/315 kB | 20/26 kB Progress (4): 131/164 kB | 65/209 kB | 28/315 kB | 20/26 kB Progress (4): 131/164 kB | 69/209 kB | 28/315 kB | 20/26 kB Progress (4): 131/164 kB | 73/209 kB | 28/315 kB | 20/26 kB Progress (4): 131/164 kB | 77/209 kB | 28/315 kB | 20/26 kB Progress (4): 131/164 kB | 81/209 kB | 28/315 kB | 20/26 kB Progress (4): 131/164 kB | 81/209 kB | 28/315 kB | 24/26 kB Progress (4): 131/164 kB | 81/209 kB | 32/315 kB | 24/26 kB Progress (4): 131/164 kB | 81/209 kB | 32/315 kB | 26 kB Progress (4): 135/164 kB | 81/209 kB | 32/315 kB | 26 kB Progress (4): 139/164 kB | 81/209 kB | 32/315 kB | 26 kB Progress (4): 143/164 kB | 81/209 kB | 32/315 kB | 26 kB Progress (4): 147/164 kB | 81/209 kB | 32/315 kB | 26 kB Progress (5): 147/164 kB | 81/209 kB | 32/315 kB | 26 kB | 2.2/4.7 kB Progress (5): 147/164 kB | 81/209 kB | 32/315 kB | 26 kB | 4.7 kB Progress (5): 147/164 kB | 81/209 kB | 36/315 kB | 26 kB | 4.7 kB Progress (5): 147/164 kB | 81/209 kB | 40/315 kB | 26 kB | 4.7 kB Progress (5): 147/164 kB | 81/209 kB | 45/315 kB | 26 kB | 4.7 kB Progress (5): 147/164 kB | 81/209 kB | 49/315 kB | 26 kB | 4.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.8.2/plexus-compiler-api-2.8.2.jar (26 kB at 3.3 kB/s) +Progress (4): 147/164 kB | 85/209 kB | 49/315 kB | 4.7 kB Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.8.2/plexus-compiler-javac-2.8.2.jar +Progress (4): 147/164 kB | 90/209 kB | 49/315 kB | 4.7 kB Progress (4): 147/164 kB | 94/209 kB | 49/315 kB | 4.7 kB Progress (4): 147/164 kB | 98/209 kB | 49/315 kB | 4.7 kB Progress (4): 151/164 kB | 98/209 kB | 49/315 kB | 4.7 kB Progress (4): 155/164 kB | 98/209 kB | 49/315 kB | 4.7 kB Progress (4): 159/164 kB | 98/209 kB | 49/315 kB | 4.7 kB Progress (4): 163/164 kB | 98/209 kB | 49/315 kB | 4.7 kB Progress (4): 164 kB | 98/209 kB | 49/315 kB | 4.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.8.2/plexus-compiler-manager-2.8.2.jar (4.7 kB at 573 B/s) +Progress (3): 164 kB | 98/209 kB | 53/315 kB Progress (3): 164 kB | 98/209 kB | 57/315 kB Progress (3): 164 kB | 98/209 kB | 61/315 kB Progress (3): 164 kB | 98/209 kB | 65/315 kB Progress (3): 164 kB | 102/209 kB | 65/315 kB Progress (3): 164 kB | 106/209 kB | 65/315 kB Progress (3): 164 kB | 110/209 kB | 65/315 kB Progress (3): 164 kB | 114/209 kB | 65/315 kB Progress (4): 164 kB | 114/209 kB | 65/315 kB | 4.1/20 kB Progress (4): 164 kB | 114/209 kB | 65/315 kB | 7.7/20 kB Progress (4): 164 kB | 114/209 kB | 65/315 kB | 12/20 kB Progress (4): 164 kB | 114/209 kB | 65/315 kB | 16/20 kB Progress (4): 164 kB | 114/209 kB | 65/315 kB | 20/20 kB Progress (4): 164 kB | 114/209 kB | 65/315 kB | 20 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.jar (164 kB at 20 kB/s) +Progress (3): 114/209 kB | 69/315 kB | 20 kB Progress (3): 114/209 kB | 73/315 kB | 20 kB Progress (3): 114/209 kB | 77/315 kB | 20 kB Progress (3): 114/209 kB | 81/315 kB | 20 kB Progress (3): 118/209 kB | 81/315 kB | 20 kB Progress (3): 122/209 kB | 81/315 kB | 20 kB Progress (3): 126/209 kB | 81/315 kB | 20 kB Progress (3): 131/209 kB | 81/315 kB | 20 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.8.2/plexus-compiler-javac-2.8.2.jar (20 kB at 2.4 kB/s) +Progress (2): 131/209 kB | 85/315 kB Progress (2): 131/209 kB | 90/315 kB Progress (2): 131/209 kB | 94/315 kB Progress (2): 131/209 kB | 98/315 kB Progress (2): 135/209 kB | 98/315 kB Progress (2): 139/209 kB | 98/315 kB Progress (2): 143/209 kB | 98/315 kB Progress (2): 147/209 kB | 98/315 kB Progress (2): 147/209 kB | 102/315 kB Progress (2): 147/209 kB | 106/315 kB Progress (2): 147/209 kB | 110/315 kB Progress (2): 147/209 kB | 114/315 kB Progress (2): 151/209 kB | 114/315 kB Progress (2): 155/209 kB | 114/315 kB Progress (2): 159/209 kB | 114/315 kB Progress (2): 163/209 kB | 114/315 kB Progress (2): 163/209 kB | 118/315 kB Progress (2): 163/209 kB | 122/315 kB Progress (2): 163/209 kB | 126/315 kB Progress (2): 163/209 kB | 131/315 kB Progress (2): 167/209 kB | 131/315 kB Progress (2): 171/209 kB | 131/315 kB Progress (2): 176/209 kB | 131/315 kB Progress (2): 180/209 kB | 131/315 kB Progress (2): 180/209 kB | 135/315 kB Progress (2): 180/209 kB | 139/315 kB Progress (2): 180/209 kB | 143/315 kB Progress (2): 180/209 kB | 147/315 kB Progress (2): 180/209 kB | 151/315 kB Progress (2): 180/209 kB | 155/315 kB Progress (2): 180/209 kB | 159/315 kB Progress (2): 180/209 kB | 163/315 kB Progress (2): 184/209 kB | 163/315 kB Progress (2): 188/209 kB | 163/315 kB Progress (2): 192/209 kB | 163/315 kB Progress (2): 196/209 kB | 163/315 kB Progress (2): 200/209 kB | 163/315 kB Progress (2): 204/209 kB | 163/315 kB Progress (2): 208/209 kB | 163/315 kB Progress (2): 209 kB | 163/315 kB Progress (2): 209 kB | 167/315 kB Progress (2): 209 kB | 171/315 kB Progress (2): 209 kB | 176/315 kB Progress (2): 209 kB | 180/315 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.jar (209 kB at 23 kB/s) +Progress (1): 184/315 kB Progress (1): 188/315 kB Progress (1): 192/315 kB Progress (1): 196/315 kB Progress (1): 200/315 kB Progress (1): 204/315 kB Progress (1): 208/315 kB Progress (1): 212/315 kB Progress (1): 217/315 kB Progress (1): 221/315 kB Progress (1): 225/315 kB Progress (1): 229/315 kB Progress (1): 233/315 kB Progress (1): 237/315 kB Progress (1): 241/315 kB Progress (1): 245/315 kB Progress (1): 249/315 kB Progress (1): 253/315 kB Progress (1): 258/315 kB Progress (1): 262/315 kB Progress (1): 266/315 kB Progress (1): 270/315 kB Progress (1): 274/315 kB Progress (1): 278/315 kB Progress (1): 282/315 kB Progress (1): 286/315 kB Progress (1): 290/315 kB Progress (1): 294/315 kB Progress (1): 298/315 kB Progress (1): 303/315 kB Progress (1): 307/315 kB Progress (1): 311/315 kB Progress (1): 315/315 kB Progress (1): 315 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.jar (315 kB at 31 kB/s) +[INFO] Changes detected - recompiling the module! +[INFO] Compiling 6 source files to /var/jenkins_home/workspace/ippia-api-example-project_master/target/classes +[INFO] +[INFO] --- maven-resources-plugin:2.4:testResources (default-testResources) @ lippia-api-example-project --- +[INFO] Using 'UTF-8' encoding to copy filtered resources. +[INFO] Copying 4 resources +[INFO] +[INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ lippia-api-example-project --- +[INFO] Changes detected - recompiling the module! +[INFO] Compiling 4 source files to /var/jenkins_home/workspace/ippia-api-example-project_master/target/test-classes +[INFO] +[INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ lippia-api-example-project --- +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.22.1/maven-surefire-common-2.22.1.pom +Progress (1): 2.2/11 kB Progress (1): 5.0/11 kB Progress (1): 7.8/11 kB Progress (1): 11/11 kB Progress (1): 11 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.22.1/maven-surefire-common-2.22.1.pom (11 kB at 35 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.pom +Progress (1): 1.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.pom (1.6 kB at 4.0 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools/3.5.2/maven-plugin-tools-3.5.2.pom +Progress (1): 2.2/15 kB Progress (1): 5.0/15 kB Progress (1): 7.8/15 kB Progress (1): 11/15 kB Progress (1): 13/15 kB Progress (1): 15 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools/3.5.2/maven-plugin-tools-3.5.2.pom (15 kB at 37 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/31/maven-parent-31.pom +Progress (1): 2.2/43 kB Progress (1): 5.0/43 kB Progress (1): 7.8/43 kB Progress (1): 11/43 kB Progress (1): 13/43 kB Progress (1): 16/43 kB Progress (1): 19/43 kB Progress (1): 21/43 kB Progress (1): 24/43 kB Progress (1): 27/43 kB Progress (1): 30/43 kB Progress (1): 32/43 kB Progress (1): 36/43 kB Progress (1): 40/43 kB Progress (1): 43 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/31/maven-parent-31.pom (43 kB at 67 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.22.1/surefire-api-2.22.1.pom +Progress (1): 3.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.22.1/surefire-api-2.22.1.pom (3.5 kB at 8.9 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-logger-api/2.22.1/surefire-logger-api-2.22.1.pom +Progress (1): 2.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-logger-api/2.22.1/surefire-logger-api-2.22.1.pom (2.0 kB at 4.9 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.22.1/surefire-booter-2.22.1.pom +Progress (1): 2.2/7.5 kB Progress (1): 5.0/7.5 kB Progress (1): 7.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.22.1/surefire-booter-2.22.1.pom (7.5 kB at 19 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.pom +Progress (1): 2.2/24 kB Progress (1): 5.0/24 kB Progress (1): 7.8/24 kB Progress (1): 11/24 kB Progress (1): 13/24 kB Progress (1): 16/24 kB Progress (1): 19/24 kB Progress (1): 21/24 kB Progress (1): 24 kB Downloaded from central: https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.pom (24 kB at 60 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom +Progress (1): 2.2/2.4 kB Progress (1): 2.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom (2.4 kB at 5.8 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom +Progress (1): 2.2/9.3 kB Progress (1): 5.0/9.3 kB Progress (1): 7.8/9.3 kB Progress (1): 9.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom (9.3 kB at 23 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/16/maven-parent-16.pom +Progress (1): 2.2/23 kB Progress (1): 5.0/23 kB Progress (1): 7.8/23 kB Progress (1): 11/23 kB Progress (1): 13/23 kB Progress (1): 16/23 kB Progress (1): 19/23 kB Progress (1): 21/23 kB Progress (1): 23 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/16/maven-parent-16.pom (23 kB at 58 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom +Progress (1): 2.2/3.3 kB Progress (1): 3.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom (3.3 kB at 8.5 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom +Progress (1): 2.8/5.1 kB Progress (1): 5.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom (5.1 kB at 13 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom +Progress (1): 2.2/4.1 kB Progress (1): 4.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom (4.1 kB at 10 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/6.2/asm-6.2.pom +Progress (1): 2.2/2.9 kB Progress (1): 2.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/6.2/asm-6.2.pom (2.9 kB at 7.3 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.pom +Progress (1): 2.2/16 kB Progress (1): 5.0/16 kB Progress (1): 7.8/16 kB Progress (1): 11/16 kB Progress (1): 13/16 kB Progress (1): 16 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.pom (16 kB at 39 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.22.1/maven-surefire-common-2.22.1.jar +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.jar +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.22.1/surefire-api-2.22.1.jar +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-logger-api/2.22.1/surefire-logger-api-2.22.1.jar +Progress (1): 2.2/14 kB Progress (1): 5.0/14 kB Progress (1): 7.7/14 kB Progress (1): 10/14 kB Progress (1): 13/14 kB Progress (1): 14 kB Progress (2): 14 kB | 2.2/12 kB Progress (2): 14 kB | 5.0/12 kB Progress (2): 14 kB | 7.7/12 kB Progress (2): 14 kB | 10/12 kB Progress (2): 14 kB | 12 kB Progress (3): 14 kB | 12 kB | 2.8/528 kB Progress (3): 14 kB | 12 kB | 5.5/528 kB Progress (3): 14 kB | 12 kB | 8.3/528 kB Progress (3): 14 kB | 12 kB | 11/528 kB Progress (3): 14 kB | 12 kB | 14/528 kB Progress (3): 14 kB | 12 kB | 16/528 kB Progress (3): 14 kB | 12 kB | 19/528 kB Progress (3): 14 kB | 12 kB | 22/528 kB Progress (3): 14 kB | 12 kB | 25/528 kB Progress (3): 14 kB | 12 kB | 27/528 kB Progress (4): 14 kB | 12 kB | 27/528 kB | 4.1/13 kB Progress (4): 14 kB | 12 kB | 27/528 kB | 8.2/13 kB Progress (4): 14 kB | 12 kB | 27/528 kB | 11/13 kB Progress (4): 14 kB | 12 kB | 27/528 kB | 13 kB Progress (5): 14 kB | 12 kB | 27/528 kB | 13 kB | 2.2/186 kB Progress (5): 14 kB | 12 kB | 27/528 kB | 13 kB | 5.0/186 kB Progress (5): 14 kB | 12 kB | 27/528 kB | 13 kB | 7.7/186 kB Progress (5): 14 kB | 12 kB | 27/528 kB | 13 kB | 10/186 kB Progress (5): 14 kB | 12 kB | 27/528 kB | 13 kB | 13/186 kB Progress (5): 14 kB | 12 kB | 27/528 kB | 13 kB | 16/186 kB Progress (5): 14 kB | 12 kB | 27/528 kB | 13 kB | 19/186 kB Progress (5): 14 kB | 12 kB | 27/528 kB | 13 kB | 21/186 kB Progress (5): 14 kB | 12 kB | 27/528 kB | 13 kB | 24/186 kB Progress (5): 14 kB | 12 kB | 27/528 kB | 13 kB | 27/186 kB Progress (5): 14 kB | 12 kB | 27/528 kB | 13 kB | 30/186 kB Progress (5): 14 kB | 12 kB | 30/528 kB | 13 kB | 30/186 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.jar (14 kB at 44 kB/s) +Progress (4): 12 kB | 33/528 kB | 13 kB | 30/186 kB Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.22.1/surefire-booter-2.22.1.jar +Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar (12 kB at 38 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar +Progress (3): 37/528 kB | 13 kB | 30/186 kB Progress (3): 41/528 kB | 13 kB | 30/186 kB Progress (3): 45/528 kB | 13 kB | 30/186 kB Progress (3): 49/528 kB | 13 kB | 30/186 kB Progress (3): 49/528 kB | 13 kB | 32/186 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-logger-api/2.22.1/surefire-logger-api-2.22.1.jar (13 kB at 39 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar +Progress (2): 49/528 kB | 36/186 kB Progress (2): 49/528 kB | 40/186 kB Progress (2): 49/528 kB | 45/186 kB Progress (2): 49/528 kB | 49/186 kB Progress (2): 49/528 kB | 53/186 kB Progress (2): 49/528 kB | 57/186 kB Progress (2): 49/528 kB | 61/186 kB Progress (2): 49/528 kB | 65/186 kB Progress (2): 53/528 kB | 65/186 kB Progress (2): 57/528 kB | 65/186 kB Progress (2): 61/528 kB | 65/186 kB Progress (2): 66/528 kB | 65/186 kB Progress (2): 70/528 kB | 65/186 kB Progress (2): 74/528 kB | 65/186 kB Progress (2): 78/528 kB | 65/186 kB Progress (2): 82/528 kB | 65/186 kB Progress (3): 82/528 kB | 65/186 kB | 2.2/274 kB Progress (3): 82/528 kB | 65/186 kB | 5.0/274 kB Progress (3): 82/528 kB | 65/186 kB | 7.7/274 kB Progress (3): 82/528 kB | 65/186 kB | 10/274 kB Progress (3): 82/528 kB | 65/186 kB | 13/274 kB Progress (3): 82/528 kB | 65/186 kB | 16/274 kB Progress (3): 82/528 kB | 65/186 kB | 19/274 kB Progress (4): 82/528 kB | 65/186 kB | 19/274 kB | 2.2/80 kB Progress (4): 82/528 kB | 65/186 kB | 19/274 kB | 5.0/80 kB Progress (4): 82/528 kB | 65/186 kB | 19/274 kB | 7.7/80 kB Progress (4): 82/528 kB | 65/186 kB | 19/274 kB | 10/80 kB Progress (4): 82/528 kB | 65/186 kB | 19/274 kB | 13/80 kB Progress (4): 82/528 kB | 65/186 kB | 19/274 kB | 16/80 kB Progress (4): 82/528 kB | 65/186 kB | 19/274 kB | 19/80 kB Progress (4): 82/528 kB | 65/186 kB | 19/274 kB | 21/80 kB Progress (4): 82/528 kB | 65/186 kB | 19/274 kB | 24/80 kB Progress (4): 82/528 kB | 69/186 kB | 19/274 kB | 24/80 kB Progress (4): 82/528 kB | 73/186 kB | 19/274 kB | 24/80 kB Progress (4): 82/528 kB | 77/186 kB | 19/274 kB | 24/80 kB Progress (4): 82/528 kB | 81/186 kB | 19/274 kB | 24/80 kB Progress (5): 82/528 kB | 81/186 kB | 19/274 kB | 24/80 kB | 2.2/39 kB Progress (5): 82/528 kB | 81/186 kB | 19/274 kB | 24/80 kB | 5.0/39 kB Progress (5): 82/528 kB | 81/186 kB | 19/274 kB | 24/80 kB | 7.7/39 kB Progress (5): 82/528 kB | 81/186 kB | 19/274 kB | 24/80 kB | 10/39 kB Progress (5): 82/528 kB | 81/186 kB | 19/274 kB | 24/80 kB | 13/39 kB Progress (5): 82/528 kB | 81/186 kB | 19/274 kB | 24/80 kB | 16/39 kB Progress (5): 82/528 kB | 81/186 kB | 19/274 kB | 24/80 kB | 19/39 kB Progress (5): 82/528 kB | 81/186 kB | 19/274 kB | 24/80 kB | 21/39 kB Progress (5): 82/528 kB | 81/186 kB | 19/274 kB | 24/80 kB | 24/39 kB Progress (5): 82/528 kB | 81/186 kB | 19/274 kB | 24/80 kB | 27/39 kB Progress (5): 82/528 kB | 81/186 kB | 19/274 kB | 24/80 kB | 30/39 kB Progress (5): 82/528 kB | 85/186 kB | 19/274 kB | 24/80 kB | 30/39 kB Progress (5): 82/528 kB | 90/186 kB | 19/274 kB | 24/80 kB | 30/39 kB Progress (5): 82/528 kB | 94/186 kB | 19/274 kB | 24/80 kB | 30/39 kB Progress (5): 82/528 kB | 98/186 kB | 19/274 kB | 24/80 kB | 30/39 kB Progress (5): 86/528 kB | 98/186 kB | 19/274 kB | 24/80 kB | 30/39 kB Progress (5): 90/528 kB | 98/186 kB | 19/274 kB | 24/80 kB | 30/39 kB Progress (5): 94/528 kB | 98/186 kB | 19/274 kB | 24/80 kB | 30/39 kB Progress (5): 98/528 kB | 98/186 kB | 19/274 kB | 24/80 kB | 30/39 kB Progress (5): 98/528 kB | 98/186 kB | 21/274 kB | 24/80 kB | 30/39 kB Progress (5): 98/528 kB | 98/186 kB | 24/274 kB | 24/80 kB | 30/39 kB Progress (5): 98/528 kB | 98/186 kB | 27/274 kB | 24/80 kB | 30/39 kB Progress (5): 98/528 kB | 98/186 kB | 30/274 kB | 24/80 kB | 30/39 kB Progress (5): 98/528 kB | 98/186 kB | 32/274 kB | 24/80 kB | 30/39 kB Progress (5): 102/528 kB | 98/186 kB | 32/274 kB | 24/80 kB | 30/39 kB Progress (5): 106/528 kB | 98/186 kB | 32/274 kB | 24/80 kB | 30/39 kB Progress (5): 111/528 kB | 98/186 kB | 32/274 kB | 24/80 kB | 30/39 kB Progress (5): 115/528 kB | 98/186 kB | 32/274 kB | 24/80 kB | 30/39 kB Progress (5): 115/528 kB | 98/186 kB | 32/274 kB | 27/80 kB | 30/39 kB Progress (5): 115/528 kB | 98/186 kB | 32/274 kB | 30/80 kB | 30/39 kB Progress (5): 115/528 kB | 98/186 kB | 32/274 kB | 32/80 kB | 30/39 kB Progress (5): 115/528 kB | 102/186 kB | 32/274 kB | 32/80 kB | 30/39 kB Progress (5): 115/528 kB | 106/186 kB | 32/274 kB | 32/80 kB | 30/39 kB Progress (5): 115/528 kB | 106/186 kB | 32/274 kB | 36/80 kB | 30/39 kB Progress (5): 115/528 kB | 110/186 kB | 32/274 kB | 36/80 kB | 30/39 kB Progress (5): 115/528 kB | 110/186 kB | 32/274 kB | 40/80 kB | 30/39 kB Progress (5): 115/528 kB | 114/186 kB | 32/274 kB | 40/80 kB | 30/39 kB Progress (5): 115/528 kB | 114/186 kB | 32/274 kB | 40/80 kB | 32/39 kB Progress (5): 115/528 kB | 114/186 kB | 32/274 kB | 45/80 kB | 32/39 kB Progress (5): 115/528 kB | 114/186 kB | 32/274 kB | 45/80 kB | 35/39 kB Progress (5): 115/528 kB | 114/186 kB | 32/274 kB | 49/80 kB | 35/39 kB Progress (5): 115/528 kB | 114/186 kB | 32/274 kB | 49/80 kB | 38/39 kB Progress (5): 115/528 kB | 114/186 kB | 32/274 kB | 49/80 kB | 39 kB Progress (5): 115/528 kB | 118/186 kB | 32/274 kB | 49/80 kB | 39 kB Progress (5): 115/528 kB | 122/186 kB | 32/274 kB | 49/80 kB | 39 kB Progress (5): 115/528 kB | 126/186 kB | 32/274 kB | 49/80 kB | 39 kB Progress (5): 115/528 kB | 131/186 kB | 32/274 kB | 49/80 kB | 39 kB Progress (5): 115/528 kB | 135/186 kB | 32/274 kB | 49/80 kB | 39 kB Progress (5): 115/528 kB | 139/186 kB | 32/274 kB | 49/80 kB | 39 kB Progress (5): 115/528 kB | 143/186 kB | 32/274 kB | 49/80 kB | 39 kB Progress (5): 115/528 kB | 147/186 kB | 32/274 kB | 49/80 kB | 39 kB Progress (5): 119/528 kB | 147/186 kB | 32/274 kB | 49/80 kB | 39 kB Progress (5): 123/528 kB | 147/186 kB | 32/274 kB | 49/80 kB | 39 kB Progress (5): 127/528 kB | 147/186 kB | 32/274 kB | 49/80 kB | 39 kB Progress (5): 131/528 kB | 147/186 kB | 32/274 kB | 49/80 kB | 39 kB Progress (5): 131/528 kB | 147/186 kB | 36/274 kB | 49/80 kB | 39 kB Progress (5): 131/528 kB | 147/186 kB | 40/274 kB | 49/80 kB | 39 kB Progress (5): 131/528 kB | 147/186 kB | 45/274 kB | 49/80 kB | 39 kB Progress (5): 131/528 kB | 147/186 kB | 49/274 kB | 49/80 kB | 39 kB Progress (5): 135/528 kB | 147/186 kB | 49/274 kB | 49/80 kB | 39 kB Progress (5): 139/528 kB | 147/186 kB | 49/274 kB | 49/80 kB | 39 kB Progress (5): 143/528 kB | 147/186 kB | 49/274 kB | 49/80 kB | 39 kB Progress (5): 147/528 kB | 147/186 kB | 49/274 kB | 49/80 kB | 39 kB Progress (5): 147/528 kB | 147/186 kB | 49/274 kB | 53/80 kB | 39 kB Progress (5): 147/528 kB | 147/186 kB | 49/274 kB | 57/80 kB | 39 kB Progress (5): 147/528 kB | 147/186 kB | 49/274 kB | 61/80 kB | 39 kB Progress (5): 147/528 kB | 147/186 kB | 49/274 kB | 65/80 kB | 39 kB Progress (5): 147/528 kB | 151/186 kB | 49/274 kB | 65/80 kB | 39 kB Progress (5): 147/528 kB | 155/186 kB | 49/274 kB | 65/80 kB | 39 kB Progress (5): 147/528 kB | 159/186 kB | 49/274 kB | 65/80 kB | 39 kB Progress (5): 147/528 kB | 163/186 kB | 49/274 kB | 65/80 kB | 39 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar (39 kB at 48 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.jar +Progress (4): 147/528 kB | 163/186 kB | 49/274 kB | 69/80 kB Progress (4): 147/528 kB | 163/186 kB | 49/274 kB | 73/80 kB Progress (4): 147/528 kB | 163/186 kB | 49/274 kB | 77/80 kB Progress (4): 147/528 kB | 163/186 kB | 49/274 kB | 80 kB Progress (4): 147/528 kB | 167/186 kB | 49/274 kB | 80 kB Progress (4): 147/528 kB | 171/186 kB | 49/274 kB | 80 kB Progress (4): 147/528 kB | 176/186 kB | 49/274 kB | 80 kB Progress (4): 147/528 kB | 180/186 kB | 49/274 kB | 80 kB Progress (4): 147/528 kB | 184/186 kB | 49/274 kB | 80 kB Progress (4): 147/528 kB | 186 kB | 49/274 kB | 80 kB Progress (4): 152/528 kB | 186 kB | 49/274 kB | 80 kB Progress (4): 156/528 kB | 186 kB | 49/274 kB | 80 kB Progress (4): 160/528 kB | 186 kB | 49/274 kB | 80 kB Progress (4): 164/528 kB | 186 kB | 49/274 kB | 80 kB Progress (4): 164/528 kB | 186 kB | 53/274 kB | 80 kB Progress (4): 164/528 kB | 186 kB | 57/274 kB | 80 kB Progress (4): 164/528 kB | 186 kB | 61/274 kB | 80 kB Progress (4): 164/528 kB | 186 kB | 65/274 kB | 80 kB Progress (4): 164/528 kB | 186 kB | 69/274 kB | 80 kB Progress (4): 164/528 kB | 186 kB | 73/274 kB | 80 kB Progress (4): 164/528 kB | 186 kB | 77/274 kB | 80 kB Progress (4): 168/528 kB | 186 kB | 77/274 kB | 80 kB Progress (4): 168/528 kB | 186 kB | 81/274 kB | 80 kB Progress (4): 172/528 kB | 186 kB | 81/274 kB | 80 kB Progress (4): 176/528 kB | 186 kB | 81/274 kB | 80 kB Progress (4): 180/528 kB | 186 kB | 81/274 kB | 80 kB Progress (5): 180/528 kB | 186 kB | 81/274 kB | 80 kB | 2.2/315 kB Progress (5): 180/528 kB | 186 kB | 81/274 kB | 80 kB | 5.0/315 kB Progress (5): 180/528 kB | 186 kB | 81/274 kB | 80 kB | 7.7/315 kB Progress (5): 180/528 kB | 186 kB | 81/274 kB | 80 kB | 10/315 kB Progress (5): 180/528 kB | 186 kB | 81/274 kB | 80 kB | 13/315 kB Progress (5): 180/528 kB | 186 kB | 81/274 kB | 80 kB | 16/315 kB Progress (5): 180/528 kB | 186 kB | 81/274 kB | 80 kB | 19/315 kB Progress (5): 180/528 kB | 186 kB | 81/274 kB | 80 kB | 21/315 kB Progress (5): 180/528 kB | 186 kB | 81/274 kB | 80 kB | 24/315 kB Progress (5): 180/528 kB | 186 kB | 81/274 kB | 80 kB | 27/315 kB Progress (5): 180/528 kB | 186 kB | 81/274 kB | 80 kB | 30/315 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar (80 kB at 79 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar +Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.22.1/surefire-api-2.22.1.jar (186 kB at 181 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar +Progress (3): 184/528 kB | 81/274 kB | 30/315 kB Progress (3): 188/528 kB | 81/274 kB | 30/315 kB Progress (3): 193/528 kB | 81/274 kB | 30/315 kB Progress (3): 197/528 kB | 81/274 kB | 30/315 kB Progress (3): 201/528 kB | 81/274 kB | 30/315 kB Progress (3): 205/528 kB | 81/274 kB | 30/315 kB Progress (3): 209/528 kB | 81/274 kB | 30/315 kB Progress (3): 213/528 kB | 81/274 kB | 30/315 kB Progress (3): 213/528 kB | 85/274 kB | 30/315 kB Progress (3): 213/528 kB | 90/274 kB | 30/315 kB Progress (3): 213/528 kB | 94/274 kB | 30/315 kB Progress (3): 213/528 kB | 98/274 kB | 30/315 kB Progress (3): 213/528 kB | 98/274 kB | 32/315 kB Progress (3): 213/528 kB | 98/274 kB | 36/315 kB Progress (3): 213/528 kB | 98/274 kB | 40/315 kB Progress (3): 213/528 kB | 98/274 kB | 45/315 kB Progress (3): 213/528 kB | 98/274 kB | 49/315 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar (0 B at 0 B/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar +Progress (4): 213/528 kB | 98/274 kB | 49/315 kB | 4.1/156 kB Progress (4): 213/528 kB | 98/274 kB | 49/315 kB | 7.7/156 kB Progress (4): 213/528 kB | 98/274 kB | 49/315 kB | 12/156 kB Progress (4): 213/528 kB | 98/274 kB | 49/315 kB | 16/156 kB Progress (4): 213/528 kB | 98/274 kB | 49/315 kB | 20/156 kB Progress (4): 213/528 kB | 98/274 kB | 49/315 kB | 24/156 kB Progress (4): 213/528 kB | 98/274 kB | 49/315 kB | 28/156 kB Progress (4): 213/528 kB | 98/274 kB | 49/315 kB | 32/156 kB Progress (4): 213/528 kB | 98/274 kB | 49/315 kB | 36/156 kB Progress (4): 213/528 kB | 98/274 kB | 49/315 kB | 40/156 kB Progress (4): 213/528 kB | 98/274 kB | 49/315 kB | 45/156 kB Progress (4): 213/528 kB | 98/274 kB | 49/315 kB | 49/156 kB Progress (4): 217/528 kB | 98/274 kB | 49/315 kB | 49/156 kB Progress (4): 221/528 kB | 98/274 kB | 49/315 kB | 49/156 kB Progress (4): 225/528 kB | 98/274 kB | 49/315 kB | 49/156 kB Progress (4): 229/528 kB | 98/274 kB | 49/315 kB | 49/156 kB Progress (4): 233/528 kB | 98/274 kB | 49/315 kB | 49/156 kB Progress (4): 238/528 kB | 98/274 kB | 49/315 kB | 49/156 kB Progress (4): 242/528 kB | 98/274 kB | 49/315 kB | 49/156 kB Progress (4): 246/528 kB | 98/274 kB | 49/315 kB | 49/156 kB Progress (4): 246/528 kB | 102/274 kB | 49/315 kB | 49/156 kB Progress (4): 246/528 kB | 106/274 kB | 49/315 kB | 49/156 kB Progress (4): 246/528 kB | 110/274 kB | 49/315 kB | 49/156 kB Progress (4): 246/528 kB | 114/274 kB | 49/315 kB | 49/156 kB Progress (4): 246/528 kB | 114/274 kB | 53/315 kB | 49/156 kB Progress (4): 246/528 kB | 114/274 kB | 57/315 kB | 49/156 kB Progress (4): 246/528 kB | 114/274 kB | 61/315 kB | 49/156 kB Progress (4): 246/528 kB | 114/274 kB | 65/315 kB | 49/156 kB Progress (4): 246/528 kB | 114/274 kB | 69/315 kB | 49/156 kB Progress (4): 246/528 kB | 114/274 kB | 73/315 kB | 49/156 kB Progress (4): 246/528 kB | 114/274 kB | 77/315 kB | 49/156 kB Progress (4): 246/528 kB | 114/274 kB | 81/315 kB | 49/156 kB Progress (4): 246/528 kB | 118/274 kB | 81/315 kB | 49/156 kB Progress (4): 246/528 kB | 122/274 kB | 81/315 kB | 49/156 kB Progress (4): 246/528 kB | 126/274 kB | 81/315 kB | 49/156 kB Progress (4): 246/528 kB | 131/274 kB | 81/315 kB | 49/156 kB Progress (5): 246/528 kB | 131/274 kB | 81/315 kB | 49/156 kB | 4.1/49 kB Progress (5): 246/528 kB | 131/274 kB | 81/315 kB | 49/156 kB | 7.7/49 kB Progress (5): 246/528 kB | 131/274 kB | 81/315 kB | 49/156 kB | 12/49 kB Progress (5): 246/528 kB | 131/274 kB | 81/315 kB | 49/156 kB | 16/49 kB Progress (5): 246/528 kB | 131/274 kB | 81/315 kB | 53/156 kB | 16/49 kB Progress (5): 246/528 kB | 131/274 kB | 81/315 kB | 57/156 kB | 16/49 kB Progress (5): 246/528 kB | 131/274 kB | 81/315 kB | 61/156 kB | 16/49 kB Progress (5): 246/528 kB | 131/274 kB | 81/315 kB | 65/156 kB | 16/49 kB Progress (5): 246/528 kB | 131/274 kB | 81/315 kB | 69/156 kB | 16/49 kB Progress (5): 246/528 kB | 131/274 kB | 81/315 kB | 73/156 kB | 16/49 kB Progress (5): 246/528 kB | 131/274 kB | 81/315 kB | 77/156 kB | 16/49 kB Progress (5): 246/528 kB | 131/274 kB | 81/315 kB | 81/156 kB | 16/49 kB Progress (5): 246/528 kB | 131/274 kB | 81/315 kB | 85/156 kB | 16/49 kB Progress (5): 246/528 kB | 131/274 kB | 81/315 kB | 90/156 kB | 16/49 kB Progress (5): 246/528 kB | 131/274 kB | 81/315 kB | 94/156 kB | 16/49 kB Progress (5): 246/528 kB | 131/274 kB | 81/315 kB | 98/156 kB | 16/49 kB Progress (5): 246/528 kB | 131/274 kB | 81/315 kB | 102/156 kB | 16/49 kB Progress (5): 246/528 kB | 131/274 kB | 81/315 kB | 106/156 kB | 16/49 kB Progress (5): 246/528 kB | 131/274 kB | 81/315 kB | 110/156 kB | 16/49 kB Progress (5): 246/528 kB | 131/274 kB | 81/315 kB | 114/156 kB | 16/49 kB Progress (5): 250/528 kB | 131/274 kB | 81/315 kB | 114/156 kB | 16/49 kB Progress (5): 254/528 kB | 131/274 kB | 81/315 kB | 114/156 kB | 16/49 kB Progress (5): 258/528 kB | 131/274 kB | 81/315 kB | 114/156 kB | 16/49 kB Progress (5): 262/528 kB | 131/274 kB | 81/315 kB | 114/156 kB | 16/49 kB Progress (5): 262/528 kB | 131/274 kB | 85/315 kB | 114/156 kB | 16/49 kB Progress (5): 262/528 kB | 131/274 kB | 90/315 kB | 114/156 kB | 16/49 kB Progress (5): 262/528 kB | 131/274 kB | 94/315 kB | 114/156 kB | 16/49 kB Progress (5): 262/528 kB | 131/274 kB | 98/315 kB | 114/156 kB | 16/49 kB Progress (5): 266/528 kB | 131/274 kB | 98/315 kB | 114/156 kB | 16/49 kB Progress (5): 270/528 kB | 131/274 kB | 98/315 kB | 114/156 kB | 16/49 kB Progress (5): 274/528 kB | 131/274 kB | 98/315 kB | 114/156 kB | 16/49 kB Progress (5): 274/528 kB | 135/274 kB | 98/315 kB | 114/156 kB | 16/49 kB Progress (5): 274/528 kB | 139/274 kB | 98/315 kB | 114/156 kB | 16/49 kB Progress (5): 274/528 kB | 143/274 kB | 98/315 kB | 114/156 kB | 16/49 kB Progress (5): 274/528 kB | 147/274 kB | 98/315 kB | 114/156 kB | 16/49 kB Progress (5): 279/528 kB | 147/274 kB | 98/315 kB | 114/156 kB | 16/49 kB Progress (5): 283/528 kB | 147/274 kB | 98/315 kB | 114/156 kB | 16/49 kB Progress (5): 287/528 kB | 147/274 kB | 98/315 kB | 114/156 kB | 16/49 kB Progress (5): 291/528 kB | 147/274 kB | 98/315 kB | 114/156 kB | 16/49 kB Progress (5): 291/528 kB | 147/274 kB | 102/315 kB | 114/156 kB | 16/49 kB Progress (5): 291/528 kB | 147/274 kB | 106/315 kB | 114/156 kB | 16/49 kB Progress (5): 291/528 kB | 147/274 kB | 110/315 kB | 114/156 kB | 16/49 kB Progress (5): 291/528 kB | 147/274 kB | 114/315 kB | 114/156 kB | 16/49 kB Progress (5): 291/528 kB | 147/274 kB | 114/315 kB | 114/156 kB | 20/49 kB Progress (5): 291/528 kB | 147/274 kB | 114/315 kB | 114/156 kB | 24/49 kB Progress (5): 291/528 kB | 147/274 kB | 114/315 kB | 114/156 kB | 28/49 kB Progress (5): 291/528 kB | 147/274 kB | 114/315 kB | 114/156 kB | 32/49 kB Progress (5): 291/528 kB | 147/274 kB | 114/315 kB | 114/156 kB | 36/49 kB Progress (5): 291/528 kB | 147/274 kB | 114/315 kB | 114/156 kB | 40/49 kB Progress (5): 291/528 kB | 147/274 kB | 114/315 kB | 114/156 kB | 45/49 kB Progress (5): 291/528 kB | 147/274 kB | 114/315 kB | 114/156 kB | 49/49 kB Progress (5): 291/528 kB | 147/274 kB | 114/315 kB | 114/156 kB | 49 kB Progress (5): 291/528 kB | 147/274 kB | 114/315 kB | 118/156 kB | 49 kB Progress (5): 291/528 kB | 147/274 kB | 114/315 kB | 122/156 kB | 49 kB Progress (5): 291/528 kB | 147/274 kB | 114/315 kB | 126/156 kB | 49 kB Progress (5): 291/528 kB | 147/274 kB | 114/315 kB | 131/156 kB | 49 kB Progress (5): 291/528 kB | 147/274 kB | 114/315 kB | 135/156 kB | 49 kB Progress (5): 291/528 kB | 147/274 kB | 114/315 kB | 139/156 kB | 49 kB Progress (5): 291/528 kB | 147/274 kB | 114/315 kB | 143/156 kB | 49 kB Progress (5): 291/528 kB | 147/274 kB | 114/315 kB | 147/156 kB | 49 kB Progress (5): 291/528 kB | 147/274 kB | 114/315 kB | 151/156 kB | 49 kB Progress (5): 291/528 kB | 147/274 kB | 114/315 kB | 155/156 kB | 49 kB Progress (5): 291/528 kB | 147/274 kB | 114/315 kB | 156 kB | 49 kB Progress (5): 291/528 kB | 147/274 kB | 118/315 kB | 156 kB | 49 kB Progress (5): 291/528 kB | 147/274 kB | 122/315 kB | 156 kB | 49 kB Progress (5): 291/528 kB | 147/274 kB | 126/315 kB | 156 kB | 49 kB Progress (5): 291/528 kB | 147/274 kB | 131/315 kB | 156 kB | 49 kB Progress (5): 295/528 kB | 147/274 kB | 131/315 kB | 156 kB | 49 kB Progress (5): 299/528 kB | 147/274 kB | 131/315 kB | 156 kB | 49 kB Progress (5): 303/528 kB | 147/274 kB | 131/315 kB | 156 kB | 49 kB Progress (5): 307/528 kB | 147/274 kB | 131/315 kB | 156 kB | 49 kB Progress (5): 307/528 kB | 151/274 kB | 131/315 kB | 156 kB | 49 kB Progress (5): 307/528 kB | 155/274 kB | 131/315 kB | 156 kB | 49 kB Progress (5): 307/528 kB | 159/274 kB | 131/315 kB | 156 kB | 49 kB Progress (5): 307/528 kB | 163/274 kB | 131/315 kB | 156 kB | 49 kB Progress (5): 311/528 kB | 163/274 kB | 131/315 kB | 156 kB | 49 kB Progress (5): 315/528 kB | 163/274 kB | 131/315 kB | 156 kB | 49 kB Progress (5): 319/528 kB | 163/274 kB | 131/315 kB | 156 kB | 49 kB Progress (5): 324/528 kB | 163/274 kB | 131/315 kB | 156 kB | 49 kB Progress (5): 324/528 kB | 163/274 kB | 135/315 kB | 156 kB | 49 kB Progress (5): 324/528 kB | 163/274 kB | 139/315 kB | 156 kB | 49 kB Progress (5): 324/528 kB | 163/274 kB | 143/315 kB | 156 kB | 49 kB Progress (5): 324/528 kB | 163/274 kB | 147/315 kB | 156 kB | 49 kB Progress (5): 324/528 kB | 163/274 kB | 151/315 kB | 156 kB | 49 kB Progress (5): 324/528 kB | 167/274 kB | 151/315 kB | 156 kB | 49 kB Progress (5): 324/528 kB | 167/274 kB | 155/315 kB | 156 kB | 49 kB Progress (5): 324/528 kB | 171/274 kB | 155/315 kB | 156 kB | 49 kB Progress (5): 324/528 kB | 171/274 kB | 159/315 kB | 156 kB | 49 kB Progress (5): 324/528 kB | 176/274 kB | 159/315 kB | 156 kB | 49 kB Progress (5): 324/528 kB | 176/274 kB | 163/315 kB | 156 kB | 49 kB Progress (5): 324/528 kB | 180/274 kB | 163/315 kB | 156 kB | 49 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar (49 kB at 30 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar +Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar (156 kB at 93 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar +Progress (3): 328/528 kB | 180/274 kB | 163/315 kB Progress (3): 332/528 kB | 180/274 kB | 163/315 kB Progress (3): 336/528 kB | 180/274 kB | 163/315 kB Progress (3): 340/528 kB | 180/274 kB | 163/315 kB Progress (3): 340/528 kB | 184/274 kB | 163/315 kB Progress (3): 340/528 kB | 188/274 kB | 163/315 kB Progress (3): 340/528 kB | 192/274 kB | 163/315 kB Progress (3): 340/528 kB | 196/274 kB | 163/315 kB Progress (3): 344/528 kB | 196/274 kB | 163/315 kB Progress (3): 348/528 kB | 196/274 kB | 163/315 kB Progress (3): 352/528 kB | 196/274 kB | 163/315 kB Progress (3): 356/528 kB | 196/274 kB | 163/315 kB Progress (3): 356/528 kB | 196/274 kB | 167/315 kB Progress (3): 356/528 kB | 196/274 kB | 171/315 kB Progress (3): 356/528 kB | 196/274 kB | 176/315 kB Progress (3): 356/528 kB | 196/274 kB | 180/315 kB Progress (3): 356/528 kB | 196/274 kB | 184/315 kB Progress (3): 356/528 kB | 196/274 kB | 188/315 kB Progress (3): 356/528 kB | 196/274 kB | 192/315 kB Progress (3): 356/528 kB | 196/274 kB | 196/315 kB Progress (4): 356/528 kB | 196/274 kB | 196/315 kB | 4.1/35 kB Progress (4): 356/528 kB | 196/274 kB | 196/315 kB | 7.7/35 kB Progress (4): 356/528 kB | 196/274 kB | 196/315 kB | 12/35 kB Progress (4): 356/528 kB | 196/274 kB | 196/315 kB | 16/35 kB Progress (5): 356/528 kB | 196/274 kB | 196/315 kB | 16/35 kB | 4.1/68 kB Progress (5): 356/528 kB | 196/274 kB | 196/315 kB | 16/35 kB | 7.7/68 kB Progress (5): 356/528 kB | 196/274 kB | 196/315 kB | 16/35 kB | 12/68 kB Progress (5): 356/528 kB | 196/274 kB | 196/315 kB | 16/35 kB | 16/68 kB Progress (5): 356/528 kB | 196/274 kB | 196/315 kB | 16/35 kB | 20/68 kB Progress (5): 356/528 kB | 196/274 kB | 196/315 kB | 16/35 kB | 24/68 kB Progress (5): 356/528 kB | 196/274 kB | 196/315 kB | 16/35 kB | 28/68 kB Progress (5): 356/528 kB | 196/274 kB | 196/315 kB | 16/35 kB | 32/68 kB Progress (5): 356/528 kB | 196/274 kB | 196/315 kB | 16/35 kB | 36/68 kB Progress (5): 356/528 kB | 196/274 kB | 196/315 kB | 16/35 kB | 40/68 kB Progress (5): 356/528 kB | 196/274 kB | 196/315 kB | 16/35 kB | 45/68 kB Progress (5): 356/528 kB | 196/274 kB | 196/315 kB | 16/35 kB | 49/68 kB Progress (5): 356/528 kB | 196/274 kB | 196/315 kB | 16/35 kB | 53/68 kB Progress (5): 356/528 kB | 196/274 kB | 196/315 kB | 16/35 kB | 57/68 kB Progress (5): 356/528 kB | 196/274 kB | 196/315 kB | 16/35 kB | 61/68 kB Progress (5): 356/528 kB | 196/274 kB | 196/315 kB | 16/35 kB | 65/68 kB Progress (5): 356/528 kB | 200/274 kB | 196/315 kB | 16/35 kB | 65/68 kB Progress (5): 356/528 kB | 204/274 kB | 196/315 kB | 16/35 kB | 65/68 kB Progress (5): 356/528 kB | 208/274 kB | 196/315 kB | 16/35 kB | 65/68 kB Progress (5): 360/528 kB | 208/274 kB | 196/315 kB | 16/35 kB | 65/68 kB Progress (5): 360/528 kB | 212/274 kB | 196/315 kB | 16/35 kB | 65/68 kB Progress (5): 365/528 kB | 212/274 kB | 196/315 kB | 16/35 kB | 65/68 kB Progress (5): 369/528 kB | 212/274 kB | 196/315 kB | 16/35 kB | 65/68 kB Progress (5): 373/528 kB | 212/274 kB | 196/315 kB | 16/35 kB | 65/68 kB Progress (5): 373/528 kB | 217/274 kB | 196/315 kB | 16/35 kB | 65/68 kB Progress (5): 373/528 kB | 221/274 kB | 196/315 kB | 16/35 kB | 65/68 kB Progress (5): 377/528 kB | 221/274 kB | 196/315 kB | 16/35 kB | 65/68 kB Progress (5): 377/528 kB | 225/274 kB | 196/315 kB | 16/35 kB | 65/68 kB Progress (5): 381/528 kB | 225/274 kB | 196/315 kB | 16/35 kB | 65/68 kB Progress (5): 381/528 kB | 229/274 kB | 196/315 kB | 16/35 kB | 65/68 kB Progress (5): 385/528 kB | 229/274 kB | 196/315 kB | 16/35 kB | 65/68 kB Progress (5): 389/528 kB | 229/274 kB | 196/315 kB | 16/35 kB | 65/68 kB Progress (5): 389/528 kB | 229/274 kB | 200/315 kB | 16/35 kB | 65/68 kB Progress (5): 389/528 kB | 229/274 kB | 204/315 kB | 16/35 kB | 65/68 kB Progress (5): 389/528 kB | 229/274 kB | 208/315 kB | 16/35 kB | 65/68 kB Progress (5): 389/528 kB | 229/274 kB | 212/315 kB | 16/35 kB | 65/68 kB Progress (5): 389/528 kB | 229/274 kB | 217/315 kB | 16/35 kB | 65/68 kB Progress (5): 389/528 kB | 229/274 kB | 221/315 kB | 16/35 kB | 65/68 kB Progress (5): 389/528 kB | 229/274 kB | 225/315 kB | 16/35 kB | 65/68 kB Progress (5): 389/528 kB | 229/274 kB | 229/315 kB | 16/35 kB | 65/68 kB Progress (5): 389/528 kB | 229/274 kB | 229/315 kB | 20/35 kB | 65/68 kB Progress (5): 389/528 kB | 229/274 kB | 229/315 kB | 24/35 kB | 65/68 kB Progress (5): 389/528 kB | 229/274 kB | 229/315 kB | 28/35 kB | 65/68 kB Progress (5): 389/528 kB | 229/274 kB | 229/315 kB | 32/35 kB | 65/68 kB Progress (5): 389/528 kB | 229/274 kB | 229/315 kB | 35 kB | 65/68 kB Progress (5): 389/528 kB | 229/274 kB | 229/315 kB | 35 kB | 68 kB Progress (5): 393/528 kB | 229/274 kB | 229/315 kB | 35 kB | 68 kB Progress (5): 397/528 kB | 229/274 kB | 229/315 kB | 35 kB | 68 kB Progress (5): 401/528 kB | 229/274 kB | 229/315 kB | 35 kB | 68 kB Progress (5): 406/528 kB | 229/274 kB | 229/315 kB | 35 kB | 68 kB Progress (5): 406/528 kB | 233/274 kB | 229/315 kB | 35 kB | 68 kB Progress (5): 406/528 kB | 237/274 kB | 229/315 kB | 35 kB | 68 kB Progress (5): 406/528 kB | 241/274 kB | 229/315 kB | 35 kB | 68 kB Progress (5): 406/528 kB | 245/274 kB | 229/315 kB | 35 kB | 68 kB Progress (5): 410/528 kB | 245/274 kB | 229/315 kB | 35 kB | 68 kB Progress (5): 414/528 kB | 245/274 kB | 229/315 kB | 35 kB | 68 kB Progress (5): 418/528 kB | 245/274 kB | 229/315 kB | 35 kB | 68 kB Progress (5): 422/528 kB | 245/274 kB | 229/315 kB | 35 kB | 68 kB Progress (5): 422/528 kB | 245/274 kB | 233/315 kB | 35 kB | 68 kB Progress (5): 422/528 kB | 245/274 kB | 237/315 kB | 35 kB | 68 kB Progress (5): 422/528 kB | 245/274 kB | 241/315 kB | 35 kB | 68 kB Progress (5): 422/528 kB | 245/274 kB | 245/315 kB | 35 kB | 68 kB Progress (5): 422/528 kB | 245/274 kB | 249/315 kB | 35 kB | 68 kB Progress (5): 422/528 kB | 245/274 kB | 253/315 kB | 35 kB | 68 kB Progress (5): 422/528 kB | 245/274 kB | 258/315 kB | 35 kB | 68 kB Progress (5): 422/528 kB | 245/274 kB | 262/315 kB | 35 kB | 68 kB Progress (5): 422/528 kB | 249/274 kB | 262/315 kB | 35 kB | 68 kB Progress (5): 422/528 kB | 253/274 kB | 262/315 kB | 35 kB | 68 kB Progress (5): 422/528 kB | 258/274 kB | 262/315 kB | 35 kB | 68 kB Progress (5): 422/528 kB | 262/274 kB | 262/315 kB | 35 kB | 68 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar (35 kB at 17 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar +Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar (68 kB at 32 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar +Progress (3): 422/528 kB | 262/274 kB | 266/315 kB Progress (3): 426/528 kB | 262/274 kB | 266/315 kB Progress (3): 426/528 kB | 262/274 kB | 270/315 kB Progress (3): 430/528 kB | 262/274 kB | 270/315 kB Progress (3): 430/528 kB | 262/274 kB | 274/315 kB Progress (3): 434/528 kB | 262/274 kB | 274/315 kB Progress (3): 434/528 kB | 262/274 kB | 278/315 kB Progress (3): 438/528 kB | 262/274 kB | 278/315 kB Progress (3): 438/528 kB | 266/274 kB | 278/315 kB Progress (3): 438/528 kB | 270/274 kB | 278/315 kB Progress (3): 438/528 kB | 274 kB | 278/315 kB Progress (3): 442/528 kB | 274 kB | 278/315 kB Progress (3): 446/528 kB | 274 kB | 278/315 kB Progress (3): 451/528 kB | 274 kB | 278/315 kB Progress (3): 455/528 kB | 274 kB | 278/315 kB Progress (3): 455/528 kB | 274 kB | 282/315 kB Progress (3): 455/528 kB | 274 kB | 286/315 kB Progress (3): 455/528 kB | 274 kB | 290/315 kB Progress (3): 455/528 kB | 274 kB | 294/315 kB Progress (3): 455/528 kB | 274 kB | 298/315 kB Progress (3): 455/528 kB | 274 kB | 303/315 kB Progress (3): 455/528 kB | 274 kB | 307/315 kB Progress (3): 455/528 kB | 274 kB | 311/315 kB Progress (4): 455/528 kB | 274 kB | 311/315 kB | 4.1/332 kB Progress (4): 455/528 kB | 274 kB | 311/315 kB | 7.7/332 kB Progress (4): 455/528 kB | 274 kB | 311/315 kB | 12/332 kB Progress (4): 455/528 kB | 274 kB | 311/315 kB | 16/332 kB Progress (5): 455/528 kB | 274 kB | 311/315 kB | 16/332 kB | 4.1/30 kB Progress (5): 455/528 kB | 274 kB | 311/315 kB | 16/332 kB | 7.7/30 kB Progress (5): 455/528 kB | 274 kB | 311/315 kB | 16/332 kB | 12/30 kB Progress (5): 455/528 kB | 274 kB | 311/315 kB | 16/332 kB | 16/30 kB Progress (5): 455/528 kB | 274 kB | 315/315 kB | 16/332 kB | 16/30 kB Progress (5): 455/528 kB | 274 kB | 315 kB | 16/332 kB | 16/30 kB Progress (5): 455/528 kB | 274 kB | 315 kB | 16/332 kB | 20/30 kB Progress (5): 459/528 kB | 274 kB | 315 kB | 16/332 kB | 20/30 kB Progress (5): 459/528 kB | 274 kB | 315 kB | 16/332 kB | 24/30 kB Progress (5): 463/528 kB | 274 kB | 315 kB | 16/332 kB | 24/30 kB Progress (5): 463/528 kB | 274 kB | 315 kB | 16/332 kB | 28/30 kB Progress (5): 467/528 kB | 274 kB | 315 kB | 16/332 kB | 28/30 kB Progress (5): 467/528 kB | 274 kB | 315 kB | 16/332 kB | 30 kB Progress (5): 471/528 kB | 274 kB | 315 kB | 16/332 kB | 30 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.22.1/surefire-booter-2.22.1.jar (274 kB at 117 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar +Progress (4): 475/528 kB | 315 kB | 16/332 kB | 30 kB Progress (4): 479/528 kB | 315 kB | 16/332 kB | 30 kB Progress (4): 483/528 kB | 315 kB | 16/332 kB | 30 kB Progress (4): 487/528 kB | 315 kB | 16/332 kB | 30 kB Progress (4): 492/528 kB | 315 kB | 16/332 kB | 30 kB Progress (4): 496/528 kB | 315 kB | 16/332 kB | 30 kB Progress (4): 500/528 kB | 315 kB | 16/332 kB | 30 kB Progress (4): 504/528 kB | 315 kB | 16/332 kB | 30 kB Progress (4): 504/528 kB | 315 kB | 20/332 kB | 30 kB Progress (4): 504/528 kB | 315 kB | 24/332 kB | 30 kB Progress (4): 504/528 kB | 315 kB | 28/332 kB | 30 kB Progress (4): 504/528 kB | 315 kB | 32/332 kB | 30 kB Progress (4): 504/528 kB | 315 kB | 36/332 kB | 30 kB Progress (4): 504/528 kB | 315 kB | 40/332 kB | 30 kB Progress (4): 504/528 kB | 315 kB | 45/332 kB | 30 kB Progress (4): 504/528 kB | 315 kB | 49/332 kB | 30 kB Downloaded from central: https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.jar (315 kB at 127 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar +Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar (30 kB at 12 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar +Progress (2): 508/528 kB | 49/332 kB Progress (2): 512/528 kB | 49/332 kB Progress (2): 516/528 kB | 49/332 kB Progress (2): 520/528 kB | 49/332 kB Progress (3): 520/528 kB | 49/332 kB | 4.1/51 kB Progress (3): 520/528 kB | 49/332 kB | 7.6/51 kB Progress (3): 520/528 kB | 49/332 kB | 12/51 kB Progress (3): 520/528 kB | 49/332 kB | 16/51 kB Progress (3): 520/528 kB | 49/332 kB | 20/51 kB Progress (3): 520/528 kB | 49/332 kB | 24/51 kB Progress (3): 520/528 kB | 49/332 kB | 28/51 kB Progress (3): 520/528 kB | 49/332 kB | 32/51 kB Progress (3): 520/528 kB | 49/332 kB | 36/51 kB Progress (3): 520/528 kB | 49/332 kB | 40/51 kB Progress (3): 520/528 kB | 49/332 kB | 45/51 kB Progress (3): 520/528 kB | 49/332 kB | 49/51 kB Progress (3): 520/528 kB | 49/332 kB | 51 kB Progress (3): 524/528 kB | 49/332 kB | 51 kB Progress (3): 528 kB | 49/332 kB | 51 kB Progress (3): 528 kB | 53/332 kB | 51 kB Progress (3): 528 kB | 57/332 kB | 51 kB Progress (3): 528 kB | 61/332 kB | 51 kB Progress (3): 528 kB | 65/332 kB | 51 kB Progress (3): 528 kB | 69/332 kB | 51 kB Progress (3): 528 kB | 73/332 kB | 51 kB Progress (3): 528 kB | 77/332 kB | 51 kB Progress (3): 528 kB | 81/332 kB | 51 kB Progress (4): 528 kB | 81/332 kB | 51 kB | 4.1/88 kB Progress (4): 528 kB | 81/332 kB | 51 kB | 7.7/88 kB Progress (4): 528 kB | 81/332 kB | 51 kB | 12/88 kB Progress (4): 528 kB | 81/332 kB | 51 kB | 16/88 kB Progress (4): 528 kB | 81/332 kB | 51 kB | 20/88 kB Progress (4): 528 kB | 81/332 kB | 51 kB | 24/88 kB Progress (4): 528 kB | 81/332 kB | 51 kB | 28/88 kB Progress (4): 528 kB | 81/332 kB | 51 kB | 32/88 kB Progress (5): 528 kB | 81/332 kB | 51 kB | 32/88 kB | 4.1/178 kB Progress (5): 528 kB | 81/332 kB | 51 kB | 32/88 kB | 7.7/178 kB Progress (5): 528 kB | 81/332 kB | 51 kB | 32/88 kB | 12/178 kB Progress (5): 528 kB | 81/332 kB | 51 kB | 32/88 kB | 16/178 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar (51 kB at 19 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar +Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.22.1/maven-surefire-common-2.22.1.jar (528 kB at 197 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar +Progress (3): 85/332 kB | 32/88 kB | 16/178 kB Progress (3): 90/332 kB | 32/88 kB | 16/178 kB Progress (3): 94/332 kB | 32/88 kB | 16/178 kB Progress (3): 98/332 kB | 32/88 kB | 16/178 kB Progress (3): 102/332 kB | 32/88 kB | 16/178 kB Progress (3): 106/332 kB | 32/88 kB | 16/178 kB Progress (3): 110/332 kB | 32/88 kB | 16/178 kB Progress (3): 114/332 kB | 32/88 kB | 16/178 kB Progress (3): 114/332 kB | 36/88 kB | 16/178 kB Progress (3): 114/332 kB | 40/88 kB | 16/178 kB Progress (3): 114/332 kB | 45/88 kB | 16/178 kB Progress (3): 114/332 kB | 49/88 kB | 16/178 kB Progress (3): 114/332 kB | 53/88 kB | 16/178 kB Progress (3): 114/332 kB | 57/88 kB | 16/178 kB Progress (3): 114/332 kB | 61/88 kB | 16/178 kB Progress (3): 114/332 kB | 65/88 kB | 16/178 kB Progress (3): 114/332 kB | 65/88 kB | 20/178 kB Progress (3): 114/332 kB | 65/88 kB | 24/178 kB Progress (3): 114/332 kB | 65/88 kB | 28/178 kB Progress (3): 114/332 kB | 65/88 kB | 32/178 kB Progress (3): 114/332 kB | 65/88 kB | 36/178 kB Progress (3): 114/332 kB | 65/88 kB | 40/178 kB Progress (3): 114/332 kB | 65/88 kB | 45/178 kB Progress (3): 114/332 kB | 65/88 kB | 49/178 kB Progress (4): 114/332 kB | 65/88 kB | 49/178 kB | 4.1/22 kB Progress (4): 114/332 kB | 65/88 kB | 49/178 kB | 7.7/22 kB Progress (4): 114/332 kB | 65/88 kB | 49/178 kB | 12/22 kB Progress (4): 114/332 kB | 65/88 kB | 49/178 kB | 16/22 kB Progress (5): 114/332 kB | 65/88 kB | 49/178 kB | 16/22 kB | 2.2/8.8 kB Progress (5): 114/332 kB | 65/88 kB | 49/178 kB | 20/22 kB | 2.2/8.8 kB Progress (5): 114/332 kB | 65/88 kB | 49/178 kB | 20/22 kB | 5.0/8.8 kB Progress (5): 114/332 kB | 65/88 kB | 49/178 kB | 22 kB | 5.0/8.8 kB Progress (5): 114/332 kB | 65/88 kB | 49/178 kB | 22 kB | 7.7/8.8 kB Progress (5): 114/332 kB | 65/88 kB | 49/178 kB | 22 kB | 8.8 kB Progress (5): 118/332 kB | 65/88 kB | 49/178 kB | 22 kB | 8.8 kB Progress (5): 122/332 kB | 65/88 kB | 49/178 kB | 22 kB | 8.8 kB Progress (5): 126/332 kB | 65/88 kB | 49/178 kB | 22 kB | 8.8 kB Progress (5): 131/332 kB | 65/88 kB | 49/178 kB | 22 kB | 8.8 kB Progress (5): 135/332 kB | 65/88 kB | 49/178 kB | 22 kB | 8.8 kB Progress (5): 139/332 kB | 65/88 kB | 49/178 kB | 22 kB | 8.8 kB Progress (5): 143/332 kB | 65/88 kB | 49/178 kB | 22 kB | 8.8 kB Progress (5): 147/332 kB | 65/88 kB | 49/178 kB | 22 kB | 8.8 kB Progress (5): 147/332 kB | 69/88 kB | 49/178 kB | 22 kB | 8.8 kB Progress (5): 147/332 kB | 73/88 kB | 49/178 kB | 22 kB | 8.8 kB Progress (5): 147/332 kB | 77/88 kB | 49/178 kB | 22 kB | 8.8 kB Progress (5): 147/332 kB | 81/88 kB | 49/178 kB | 22 kB | 8.8 kB Progress (5): 147/332 kB | 85/88 kB | 49/178 kB | 22 kB | 8.8 kB Progress (5): 147/332 kB | 88 kB | 49/178 kB | 22 kB | 8.8 kB Progress (5): 147/332 kB | 88 kB | 53/178 kB | 22 kB | 8.8 kB Progress (5): 147/332 kB | 88 kB | 57/178 kB | 22 kB | 8.8 kB Progress (5): 147/332 kB | 88 kB | 61/178 kB | 22 kB | 8.8 kB Progress (5): 147/332 kB | 88 kB | 65/178 kB | 22 kB | 8.8 kB Progress (5): 147/332 kB | 88 kB | 69/178 kB | 22 kB | 8.8 kB Progress (5): 147/332 kB | 88 kB | 73/178 kB | 22 kB | 8.8 kB Progress (5): 147/332 kB | 88 kB | 77/178 kB | 22 kB | 8.8 kB Progress (5): 147/332 kB | 88 kB | 81/178 kB | 22 kB | 8.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar (8.8 kB at 2.9 kB/s) +Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar (22 kB at 7.4 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar +Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar +Progress (3): 151/332 kB | 88 kB | 81/178 kB Progress (3): 155/332 kB | 88 kB | 81/178 kB Progress (3): 159/332 kB | 88 kB | 81/178 kB Progress (3): 163/332 kB | 88 kB | 81/178 kB Progress (3): 167/332 kB | 88 kB | 81/178 kB Progress (3): 171/332 kB | 88 kB | 81/178 kB Progress (3): 176/332 kB | 88 kB | 81/178 kB Progress (3): 180/332 kB | 88 kB | 81/178 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar (88 kB at 28 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar +Progress (2): 180/332 kB | 85/178 kB Progress (2): 180/332 kB | 90/178 kB Progress (2): 180/332 kB | 94/178 kB Progress (2): 180/332 kB | 98/178 kB Progress (2): 180/332 kB | 102/178 kB Progress (2): 180/332 kB | 106/178 kB Progress (2): 180/332 kB | 110/178 kB Progress (2): 180/332 kB | 114/178 kB Progress (3): 180/332 kB | 114/178 kB | 2.2/17 kB Progress (3): 180/332 kB | 114/178 kB | 5.0/17 kB Progress (3): 180/332 kB | 114/178 kB | 7.7/17 kB Progress (3): 180/332 kB | 114/178 kB | 10/17 kB Progress (3): 180/332 kB | 114/178 kB | 13/17 kB Progress (3): 180/332 kB | 114/178 kB | 16/17 kB Progress (3): 180/332 kB | 114/178 kB | 17 kB Progress (4): 180/332 kB | 114/178 kB | 17 kB | 4.1/22 kB Progress (4): 180/332 kB | 114/178 kB | 17 kB | 7.7/22 kB Progress (4): 180/332 kB | 114/178 kB | 17 kB | 12/22 kB Progress (4): 180/332 kB | 114/178 kB | 17 kB | 16/22 kB Progress (4): 180/332 kB | 114/178 kB | 17 kB | 20/22 kB Progress (4): 184/332 kB | 114/178 kB | 17 kB | 20/22 kB Progress (4): 184/332 kB | 114/178 kB | 17 kB | 22 kB Progress (4): 188/332 kB | 114/178 kB | 17 kB | 22 kB Progress (4): 192/332 kB | 114/178 kB | 17 kB | 22 kB Progress (4): 196/332 kB | 114/178 kB | 17 kB | 22 kB Progress (4): 200/332 kB | 114/178 kB | 17 kB | 22 kB Progress (4): 204/332 kB | 114/178 kB | 17 kB | 22 kB Progress (4): 208/332 kB | 114/178 kB | 17 kB | 22 kB Progress (4): 212/332 kB | 114/178 kB | 17 kB | 22 kB Progress (5): 212/332 kB | 114/178 kB | 17 kB | 22 kB | 4.1/11 kB Progress (5): 212/332 kB | 114/178 kB | 17 kB | 22 kB | 7.6/11 kB Progress (5): 212/332 kB | 114/178 kB | 17 kB | 22 kB | 11 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar (17 kB at 5.0 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar +Progress (4): 217/332 kB | 114/178 kB | 22 kB | 11 kB Progress (4): 217/332 kB | 118/178 kB | 22 kB | 11 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar (22 kB at 6.7 kB/s) +Progress (3): 221/332 kB | 118/178 kB | 11 kB Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar +Progress (3): 221/332 kB | 122/178 kB | 11 kB Progress (3): 225/332 kB | 122/178 kB | 11 kB Progress (3): 225/332 kB | 126/178 kB | 11 kB Progress (3): 229/332 kB | 126/178 kB | 11 kB Progress (3): 229/332 kB | 131/178 kB | 11 kB Progress (3): 229/332 kB | 135/178 kB | 11 kB Progress (3): 229/332 kB | 139/178 kB | 11 kB Progress (3): 229/332 kB | 143/178 kB | 11 kB Progress (3): 229/332 kB | 147/178 kB | 11 kB Progress (3): 233/332 kB | 147/178 kB | 11 kB Progress (3): 237/332 kB | 147/178 kB | 11 kB Progress (3): 241/332 kB | 147/178 kB | 11 kB Progress (3): 245/332 kB | 147/178 kB | 11 kB Progress (3): 249/332 kB | 147/178 kB | 11 kB Progress (3): 253/332 kB | 147/178 kB | 11 kB Progress (3): 258/332 kB | 147/178 kB | 11 kB Progress (3): 262/332 kB | 147/178 kB | 11 kB Progress (3): 262/332 kB | 151/178 kB | 11 kB Progress (3): 262/332 kB | 155/178 kB | 11 kB Progress (3): 262/332 kB | 159/178 kB | 11 kB Progress (3): 262/332 kB | 163/178 kB | 11 kB Progress (3): 262/332 kB | 167/178 kB | 11 kB Progress (3): 262/332 kB | 171/178 kB | 11 kB Progress (3): 262/332 kB | 176/178 kB | 11 kB Progress (3): 262/332 kB | 178 kB | 11 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar (11 kB at 3.1 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar +Progress (3): 262/332 kB | 178 kB | 2.2/26 kB Progress (3): 262/332 kB | 178 kB | 5.0/26 kB Progress (3): 262/332 kB | 178 kB | 7.7/26 kB Progress (3): 262/332 kB | 178 kB | 10/26 kB Progress (3): 262/332 kB | 178 kB | 13/26 kB Progress (3): 262/332 kB | 178 kB | 16/26 kB Progress (3): 262/332 kB | 178 kB | 19/26 kB Progress (3): 262/332 kB | 178 kB | 21/26 kB Progress (3): 262/332 kB | 178 kB | 24/26 kB Progress (3): 262/332 kB | 178 kB | 26 kB Progress (4): 262/332 kB | 178 kB | 26 kB | 2.2/13 kB Progress (4): 262/332 kB | 178 kB | 26 kB | 5.0/13 kB Progress (4): 262/332 kB | 178 kB | 26 kB | 7.7/13 kB Progress (4): 262/332 kB | 178 kB | 26 kB | 10/13 kB Progress (4): 262/332 kB | 178 kB | 26 kB | 13 kB Progress (4): 266/332 kB | 178 kB | 26 kB | 13 kB Progress (4): 270/332 kB | 178 kB | 26 kB | 13 kB Progress (4): 274/332 kB | 178 kB | 26 kB | 13 kB Progress (4): 278/332 kB | 178 kB | 26 kB | 13 kB Progress (4): 282/332 kB | 178 kB | 26 kB | 13 kB Progress (4): 286/332 kB | 178 kB | 26 kB | 13 kB Progress (4): 290/332 kB | 178 kB | 26 kB | 13 kB Progress (4): 294/332 kB | 178 kB | 26 kB | 13 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar (178 kB at 49 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.jar +Progress (4): 294/332 kB | 26 kB | 13 kB | 4.1/10 kB Progress (4): 294/332 kB | 26 kB | 13 kB | 7.7/10 kB Progress (4): 294/332 kB | 26 kB | 13 kB | 10 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar (26 kB at 7.0 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar +Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar (13 kB at 3.6 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar +Progress (2): 298/332 kB | 10 kB Progress (2): 303/332 kB | 10 kB Progress (2): 307/332 kB | 10 kB Progress (2): 311/332 kB | 10 kB Progress (2): 315/332 kB | 10 kB Progress (2): 319/332 kB | 10 kB Progress (2): 323/332 kB | 10 kB Progress (2): 327/332 kB | 10 kB Progress (2): 331/332 kB | 10 kB Progress (2): 332 kB | 10 kB Progress (3): 332 kB | 10 kB | 4.1/38 kB Progress (3): 332 kB | 10 kB | 7.7/38 kB Progress (3): 332 kB | 10 kB | 12/38 kB Progress (3): 332 kB | 10 kB | 16/38 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar (10 kB at 2.8 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/6.2/asm-6.2.jar +Progress (3): 332 kB | 16/38 kB | 2.2/38 kB Progress (3): 332 kB | 16/38 kB | 5.0/38 kB Progress (3): 332 kB | 16/38 kB | 7.7/38 kB Progress (3): 332 kB | 16/38 kB | 10/38 kB Progress (3): 332 kB | 16/38 kB | 13/38 kB Progress (3): 332 kB | 16/38 kB | 16/38 kB Progress (3): 332 kB | 16/38 kB | 19/38 kB Progress (3): 332 kB | 16/38 kB | 21/38 kB Progress (3): 332 kB | 16/38 kB | 24/38 kB Progress (3): 332 kB | 16/38 kB | 27/38 kB Progress (3): 332 kB | 16/38 kB | 30/38 kB Progress (4): 332 kB | 16/38 kB | 30/38 kB | 2.2/39 kB Progress (4): 332 kB | 16/38 kB | 32/38 kB | 2.2/39 kB Progress (4): 332 kB | 16/38 kB | 32/38 kB | 5.0/39 kB Progress (4): 332 kB | 16/38 kB | 35/38 kB | 5.0/39 kB Progress (4): 332 kB | 16/38 kB | 35/38 kB | 7.7/39 kB Progress (4): 332 kB | 16/38 kB | 35/38 kB | 10/39 kB Progress (4): 332 kB | 16/38 kB | 35/38 kB | 13/39 kB Progress (4): 332 kB | 16/38 kB | 35/38 kB | 16/39 kB Progress (4): 332 kB | 16/38 kB | 35/38 kB | 19/39 kB Progress (4): 332 kB | 16/38 kB | 35/38 kB | 21/39 kB Progress (4): 332 kB | 16/38 kB | 35/38 kB | 24/39 kB Progress (4): 332 kB | 16/38 kB | 35/38 kB | 27/39 kB Progress (4): 332 kB | 16/38 kB | 35/38 kB | 30/39 kB Progress (4): 332 kB | 16/38 kB | 35/38 kB | 32/39 kB Progress (4): 332 kB | 16/38 kB | 35/38 kB | 35/39 kB Progress (4): 332 kB | 16/38 kB | 35/38 kB | 38/39 kB Progress (4): 332 kB | 16/38 kB | 35/38 kB | 39 kB Downloaded from central: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (332 kB at 86 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.jar +Progress (3): 20/38 kB | 35/38 kB | 39 kB Progress (3): 24/38 kB | 35/38 kB | 39 kB Progress (3): 28/38 kB | 35/38 kB | 39 kB Progress (3): 32/38 kB | 35/38 kB | 39 kB Progress (3): 36/38 kB | 35/38 kB | 39 kB Progress (3): 38 kB | 35/38 kB | 39 kB Progress (4): 38 kB | 35/38 kB | 39 kB | 4.1/111 kB Progress (4): 38 kB | 35/38 kB | 39 kB | 7.7/111 kB Progress (4): 38 kB | 35/38 kB | 39 kB | 12/111 kB Progress (4): 38 kB | 35/38 kB | 39 kB | 16/111 kB Progress (4): 38 kB | 35/38 kB | 39 kB | 20/111 kB Progress (4): 38 kB | 35/38 kB | 39 kB | 24/111 kB Progress (4): 38 kB | 35/38 kB | 39 kB | 28/111 kB Progress (4): 38 kB | 38 kB | 39 kB | 28/111 kB Progress (4): 38 kB | 38 kB | 39 kB | 32/111 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar (39 kB at 9.9 kB/s) +Progress (4): 38 kB | 38 kB | 32/111 kB | 4.1/316 kB Progress (4): 38 kB | 38 kB | 32/111 kB | 7.7/316 kB Progress (4): 38 kB | 38 kB | 32/111 kB | 12/316 kB Progress (4): 38 kB | 38 kB | 32/111 kB | 16/316 kB Progress (4): 38 kB | 38 kB | 32/111 kB | 20/316 kB Progress (4): 38 kB | 38 kB | 32/111 kB | 24/316 kB Progress (4): 38 kB | 38 kB | 32/111 kB | 28/316 kB Progress (4): 38 kB | 38 kB | 32/111 kB | 32/316 kB Downloaded from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.jar (38 kB at 9.2 kB/s) +Progress (3): 38 kB | 36/111 kB | 32/316 kB Progress (3): 38 kB | 40/111 kB | 32/316 kB Progress (3): 38 kB | 45/111 kB | 32/316 kB Progress (3): 38 kB | 49/111 kB | 32/316 kB Progress (3): 38 kB | 53/111 kB | 32/316 kB Progress (3): 38 kB | 57/111 kB | 32/316 kB Progress (3): 38 kB | 61/111 kB | 32/316 kB Progress (3): 38 kB | 65/111 kB | 32/316 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar (38 kB at 9.1 kB/s) +Progress (2): 65/111 kB | 36/316 kB Progress (2): 65/111 kB | 40/316 kB Progress (2): 65/111 kB | 45/316 kB Progress (2): 65/111 kB | 49/316 kB Progress (2): 65/111 kB | 53/316 kB Progress (2): 65/111 kB | 57/316 kB Progress (2): 65/111 kB | 61/316 kB Progress (2): 65/111 kB | 65/316 kB Progress (2): 69/111 kB | 65/316 kB Progress (2): 73/111 kB | 65/316 kB Progress (2): 77/111 kB | 65/316 kB Progress (2): 81/111 kB | 65/316 kB Progress (2): 85/111 kB | 65/316 kB Progress (2): 90/111 kB | 65/316 kB Progress (2): 94/111 kB | 65/316 kB Progress (2): 98/111 kB | 65/316 kB Progress (2): 98/111 kB | 69/316 kB Progress (2): 98/111 kB | 73/316 kB Progress (2): 98/111 kB | 77/316 kB Progress (2): 98/111 kB | 81/316 kB Progress (2): 98/111 kB | 85/316 kB Progress (2): 98/111 kB | 90/316 kB Progress (2): 98/111 kB | 94/316 kB Progress (2): 98/111 kB | 98/316 kB Progress (2): 98/111 kB | 102/316 kB Progress (2): 98/111 kB | 106/316 kB Progress (2): 98/111 kB | 110/316 kB Progress (2): 98/111 kB | 114/316 kB Progress (2): 102/111 kB | 114/316 kB Progress (2): 106/111 kB | 114/316 kB Progress (2): 110/111 kB | 114/316 kB Progress (2): 111 kB | 114/316 kB Progress (2): 111 kB | 118/316 kB Progress (2): 111 kB | 122/316 kB Progress (2): 111 kB | 126/316 kB Progress (2): 111 kB | 131/316 kB Progress (2): 111 kB | 135/316 kB Progress (2): 111 kB | 139/316 kB Progress (2): 111 kB | 143/316 kB Progress (2): 111 kB | 147/316 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/6.2/asm-6.2.jar (111 kB at 24 kB/s) +Progress (1): 151/316 kB Progress (1): 155/316 kB Progress (1): 159/316 kB Progress (1): 163/316 kB Progress (1): 167/316 kB Progress (1): 171/316 kB Progress (1): 176/316 kB Progress (1): 180/316 kB Progress (1): 184/316 kB Progress (1): 188/316 kB Progress (1): 192/316 kB Progress (1): 196/316 kB Progress (1): 200/316 kB Progress (1): 204/316 kB Progress (1): 208/316 kB Progress (1): 212/316 kB Progress (1): 217/316 kB Progress (1): 221/316 kB Progress (1): 225/316 kB Progress (1): 229/316 kB Progress (1): 233/316 kB Progress (1): 237/316 kB Progress (1): 241/316 kB Progress (1): 245/316 kB Progress (1): 249/316 kB Progress (1): 253/316 kB Progress (1): 258/316 kB Progress (1): 262/316 kB Progress (1): 266/316 kB Progress (1): 270/316 kB Progress (1): 274/316 kB Progress (1): 278/316 kB Progress (1): 282/316 kB Progress (1): 286/316 kB Progress (1): 290/316 kB Progress (1): 294/316 kB Progress (1): 298/316 kB Progress (1): 303/316 kB Progress (1): 307/316 kB Progress (1): 311/316 kB Progress (1): 315/316 kB Progress (1): 316 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.jar (316 kB at 58 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-testng/2.22.1/surefire-testng-2.22.1.pom +Progress (1): 2.8/2.8 kB Progress (1): 2.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-testng/2.22.1/surefire-testng-2.22.1.pom (2.8 kB at 9.0 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-providers/2.22.1/surefire-providers-2.22.1.pom +Progress (1): 2.2/2.5 kB Progress (1): 2.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-providers/2.22.1/surefire-providers-2.22.1.pom (2.5 kB at 7.2 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-java5/2.22.1/common-java5-2.22.1.pom +Progress (1): 2.2/2.7 kB Progress (1): 2.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-java5/2.22.1/common-java5-2.22.1.pom (2.7 kB at 6.8 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-testng-utils/2.22.1/surefire-testng-utils-2.22.1.pom +Progress (1): 2.2/3.4 kB Progress (1): 3.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-testng-utils/2.22.1/surefire-testng-utils-2.22.1.pom (3.4 kB at 8.5 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-grouper/2.22.1/surefire-grouper-2.22.1.pom +Progress (1): 2.2/2.6 kB Progress (1): 2.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-grouper/2.22.1/surefire-grouper-2.22.1.pom (2.6 kB at 8.5 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-testng/2.22.1/surefire-testng-2.22.1.jar +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-testng-utils/2.22.1/surefire-testng-utils-2.22.1.jar +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-grouper/2.22.1/surefire-grouper-2.22.1.jar +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-java5/2.22.1/common-java5-2.22.1.jar +Progress (1): 2.2/44 kB Progress (1): 5.0/44 kB Progress (1): 7.7/44 kB Progress (1): 10/44 kB Progress (1): 13/44 kB Progress (1): 16/44 kB Progress (1): 19/44 kB Progress (1): 21/44 kB Progress (1): 24/44 kB Progress (2): 24/44 kB | 2.2/40 kB Progress (2): 24/44 kB | 5.0/40 kB Progress (2): 27/44 kB | 5.0/40 kB Progress (2): 27/44 kB | 7.7/40 kB Progress (2): 27/44 kB | 10/40 kB Progress (2): 27/44 kB | 13/40 kB Progress (2): 27/44 kB | 16/40 kB Progress (2): 27/44 kB | 19/40 kB Progress (2): 27/44 kB | 21/40 kB Progress (2): 27/44 kB | 24/40 kB Progress (2): 27/44 kB | 27/40 kB Progress (2): 27/44 kB | 30/40 kB Progress (2): 27/44 kB | 32/40 kB Progress (2): 27/44 kB | 35/40 kB Progress (3): 27/44 kB | 35/40 kB | 2.2/27 kB Progress (3): 27/44 kB | 35/40 kB | 5.0/27 kB Progress (3): 27/44 kB | 35/40 kB | 7.7/27 kB Progress (3): 27/44 kB | 35/40 kB | 10/27 kB Progress (3): 27/44 kB | 35/40 kB | 13/27 kB Progress (3): 27/44 kB | 35/40 kB | 16/27 kB Progress (3): 27/44 kB | 35/40 kB | 19/27 kB Progress (3): 27/44 kB | 35/40 kB | 21/27 kB Progress (3): 27/44 kB | 35/40 kB | 24/27 kB Progress (3): 27/44 kB | 35/40 kB | 27/27 kB Progress (3): 27/44 kB | 35/40 kB | 27 kB Progress (4): 27/44 kB | 35/40 kB | 27 kB | 2.2/51 kB Progress (4): 27/44 kB | 35/40 kB | 27 kB | 5.0/51 kB Progress (4): 27/44 kB | 35/40 kB | 27 kB | 7.7/51 kB Progress (4): 27/44 kB | 35/40 kB | 27 kB | 10/51 kB Progress (4): 27/44 kB | 35/40 kB | 27 kB | 13/51 kB Progress (4): 27/44 kB | 35/40 kB | 27 kB | 16/51 kB Progress (4): 27/44 kB | 35/40 kB | 27 kB | 19/51 kB Progress (4): 27/44 kB | 35/40 kB | 27 kB | 21/51 kB Progress (4): 27/44 kB | 35/40 kB | 27 kB | 24/51 kB Progress (4): 30/44 kB | 35/40 kB | 27 kB | 24/51 kB Progress (4): 30/44 kB | 38/40 kB | 27 kB | 24/51 kB Progress (4): 32/44 kB | 38/40 kB | 27 kB | 24/51 kB Progress (4): 32/44 kB | 40 kB | 27 kB | 24/51 kB Progress (4): 36/44 kB | 40 kB | 27 kB | 24/51 kB Progress (4): 40/44 kB | 40 kB | 27 kB | 24/51 kB Progress (4): 44 kB | 40 kB | 27 kB | 24/51 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-testng-utils/2.22.1/surefire-testng-utils-2.22.1.jar (27 kB at 73 kB/s) +Progress (3): 44 kB | 40 kB | 27/51 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-grouper/2.22.1/surefire-grouper-2.22.1.jar (40 kB at 72 kB/s) +Progress (2): 44 kB | 30/51 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-testng/2.22.1/surefire-testng-2.22.1.jar (44 kB at 79 kB/s) +Progress (1): 32/51 kB Progress (1): 36/51 kB Progress (1): 40/51 kB Progress (1): 45/51 kB Progress (1): 49/51 kB Progress (1): 51 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-java5/2.22.1/common-java5-2.22.1.jar (51 kB at 66 kB/s) +[INFO] +[INFO] ------------------------------------------------------- +[INFO] T E S T S +[INFO] ------------------------------------------------------- +[INFO] Running TestSuite +WARNING: Found tags option '~@Ignore'. Support for '~@tag' will be removed from the next release of Cucumber-JVM. Please use 'not @tag' instead. + +0 Scenarios +0 Steps +0m0.159s + +TEST STEP FINISHED EN HILO :12 +02/09/19 17:04:50 INFO ExtentReportManager:137 - ------flushing Thread : 12 +02/09/19 17:04:50 INFO ExtentReportManager:110 - ------ creating extent report infor -------------------------------- +02/09/19 17:04:50 INFO ExtentReportManager:60 - #####Extent xml configuration : /var/jenkins_home/workspace/ippia-api-example-project_master/extent-config.xml +02/09/19 17:04:50 INFO ExtentReportManager:103 - --------EXTENTREPORT Setting Append Existing to true ------------------------------- +[ERROR] Tests run: 3, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 0.797 s <<< FAILURE! - in TestSuite +[ERROR] runScenario(ApiExampleProjectTestRunner) Time elapsed: 0.125 s <<< FAILURE! +java.lang.NoClassDefFoundError: com/atlassian/jwt/CanonicalHttpRequest +Caused by: java.lang.ClassNotFoundException: com.atlassian.jwt.CanonicalHttpRequest + +[ERROR] runScenario(ApiExampleProjectTestRunner) Time elapsed: 0.01 s <<< FAILURE! +java.lang.NoClassDefFoundError: com/atlassian/jwt/CanonicalHttpRequest +Caused by: java.lang.ClassNotFoundException: com.atlassian.jwt.CanonicalHttpRequest + +[ERROR] runScenario(ApiExampleProjectTestRunner) Time elapsed: 0.014 s <<< FAILURE! +java.lang.NoClassDefFoundError: com/atlassian/jwt/CanonicalHttpRequest +Caused by: java.lang.ClassNotFoundException: com.atlassian.jwt.CanonicalHttpRequest + +[INFO] +[INFO] Results: +[INFO] +[ERROR] Failures: +[ERROR] ApiExampleProjectTestRunner.runScenario(ApiExampleProjectTestRunner) +[ERROR] Run 1: ApiExampleProjectTestRunner>AbstractTestNGCucumberTests.runScenario:22 » NoClassDefFound +[ERROR] Run 2: ApiExampleProjectTestRunner>AbstractTestNGCucumberTests.runScenario:22 » NoClassDefFound +[ERROR] Run 3: ApiExampleProjectTestRunner>AbstractTestNGCucumberTests.runScenario:22 » NoClassDefFound +[INFO] +[INFO] +[ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0 +[INFO] +[INFO] ------------------------------------------------------------------------ +[INFO] BUILD FAILURE +[INFO] ------------------------------------------------------------------------ +[INFO] Total time: 09:51 min +[INFO] Finished at: 2019-09-02T17:04:50Z +[INFO] ------------------------------------------------------------------------ +[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.22.1:test (default-test) on project lippia-api-example-project: There are test failures. +[ERROR] +[ERROR] Please refer to /var/jenkins_home/workspace/ippia-api-example-project_master/target/surefire-reports for the individual test results. +[ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream. +[ERROR] -> [Help 1] +[ERROR] +[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. +[ERROR] Re-run Maven using the -X switch to enable full debug logging. +[ERROR] +[ERROR] For more information about the errors and possible solutions, please read the following articles: +[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException +ha:////4LEWiExrdsKClH1woao4TchD1RpFQ03dXFSIojLSFhgsAAAApR+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOIiISEKRJXWcsMLTGyME+vO2A5JxYv4Gn8gEImKLVY728zzBcsU4cjRYmuoc5Qah8H3dlo4cOwungds+YwNU2JvUJpBsjb1jJKzgTlFCQsBK0ON5+TIZliLVt1V5RXZ6pTj9B0ElE7f4AGFmMxZxfyFMcLm2uvE9PP8FcAYQoZyu//U7g3QKkBhvgAAAA==[Pipeline] } +ha:////4KAByWiCZRGS0c+zVJyWBxF2z41sDlVAt5Gna2De8+AiAAAApR+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOIiIQokRJXWcsMLTGyME+vO2A5JxYv4Gn8gEImKLVY728zzBcsU4cjRYmuoc5Qah8H3dlo4cOwungds+YwNU2JvUJpBsjb1jJKzgTlFCQsBK0ON5+TIZliLVt1V5RXZ6pTj9B0ElE7f4AGFmMxZxfyFMcLm2uvE9PP8FcAYQoZyu//U7g2TqBHnvgAAAA==[Pipeline] // withEnv +ha:////4CJcWn0jPKr3gBLyqNB+I77b+wMxyr598EfTBM+QkfA/AAAApB+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOIi6BCiSmu54QUmNsaJdWdsh6TiRXyNPxCIRMUWq51t5vmCZYpw5GixNdQ5So3D4Hs7LRw4dhfPA7Z8xoYpsTcozSBZm3pGydnAnKKEhYCVocZzcmQzrEWr7qryimx1ynH6DgJKp2/wgEJM5qxi/sIYYXPtdWL6ef4KYAwhQ7nbf2r7BrmPJ1y+AAAA[Pipeline] } +ha:////4KiUMikXVkhCUIzNma6Q6dm4TyEKJuOE7SBleUsygQaPAAAApB+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOISQYmo0lppeIGJjXFi3RnbIal4EV/jD1hEomKL1c4283rDOgY4cTDYaxosxc6id6PJCycOw9XxhD1fsGOK7DS2empZ6WbBlpOGJUUJKwEbTZ3jaMkk2IpePmTlJJnqnEL+jgJKq+7whEJkc5IhfWEOsLuNKjL9PH8FMHufoDzUufb1B1PlWKq+AAAA[Pipeline] // stage +ha:////4LFgOI5yeavOoNqdADbCFECIOar9QpjjwFKdw3ha8+enAAAApR+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOKiiAohqrRWGl5gYmOcWHfGdkgqXsTX+AMWkajYYrWzzbzesI4BThwM9poGS7Gz6N1o8sKJw3B1PGHPF+yYIjuNrZ5aVrpZsOWkYUlRwkrARlPnOFoyCbailw9ZOUmmOqeQv6OA0qo7PKEQ2ZxkSF+YA+xuo4pMP89fAczeJyj3da768AGR3fUzvgAAAA==[Pipeline] } +ha:////4I0S4UlC7VN6PxYpQwp4Uj+XIHwKK8K53xVQn1hBf5fTAAAApR+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOIioEFCqWgtN7zAJMY4se6C7eBUvIiv8QcsIlGxxWpnm3m9YRk81OwNdpp6S6GxOLjR5IWJfX91nLDjCzZMgZ1GqZPkVp9mlBw1zClKWAhYaWocB0smwlp06qEqp8hU5+jzdxRQ2vYOTyhENkfl4xcmD5vb2Aamn+evAKZhiFDud7m2hw+pn2bCvgAAAA==[Pipeline] // withEnv +ha:////4KNhBb03UJQoY/CNkvwU6obpFdCsE0CydNzm/8J1q3+MAAAApB+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPMJRlBJR0VppeIGJjXFi3Tn2haTiRXyNP2ARiYotVjvbzOsN2xThRNGK3uDgMHVOBD/ZvMRMcbh5mkVPV9ERJvJGtGZuSZvzii2xgTVFCRsJO4Odp+TQMuxlrx6q8gptdeGYv6OE0ukRnlDIbGYV+QtLhMN90onw5/krgCUEhrJpctX1B6j05nC+AAAA[Pipeline] } +ha:////4D4HFERUFQNpLZ99yGkyeTHH0UaMhIfPp/c9fh9Ds/MgAAAApB+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOICgg6lorXc8AKTGOPEugu2g1PxIr7GH7CIRMUWq51t5vWGZfBQszfYaeothcbi4EaTFyb2/dVxwo4v2DAFdhqlTpJbfZpRctQwpyhhIWClqXEcLJkIa9Gph6qcIlOdo8/fUUBp2zs8oRDZHJWPX5g8bG5jG5h+nr8CmIYhQrk/5NptP4b05Bq+AAAA[Pipeline] // withEnv +ha:////4AfwjqvCftyNrvJcELZ58nf9wqmasaC9wu/MXXm1ms+KAAAAox+LCAAAAAAAAP9tjTESgjAQRT84FraWHiIUauVY2WZoPEGEGAOZXUwWofJEXs07yMiMlb/67zXv9cYyRRw5OtVYaj2lyqsu9G56auDYXgMPquGLqpgSB6tKO5Rc29OMJYvFvCzHQmNlqQqcPDnBWjfmYYpgyBVniZM7aOS+vuOJTE9lMVG+MEZsbn2dmH6dvwGMXSfIt3tBtvsA/gVtV70AAAA=[Pipeline] } +ha:////4CepxyXf0V/b9GzrJE8ZqXIYuk00sQcNOCvNaYEEV01EAAAAox+LCAAAAAAAAP9tjbEOgjAURS8YB1dHP6IMJC7GybVh8Qsq1Fpo3sP2IUx+kb/mP0gkcfJO95zlvN5Yp4gjR6daS52nVHvVh8HNT40cu2vgUbV8UTVT4mBVZceKG3tasGKxWJblWGlsLNWBkycn2OrWPEwRDLniLHF2B43cN3c8kem5LCbKF6aI3W1oEtOv8zeAqe8FebkXZOUHjeqpjr0AAAA=[Pipeline] // node +ha:////4FVLxUpMPv4/qoykQAcW5Lw3qGNnDuJkggQ4qJK7lJpUAAAApB+LCAAAAAAAAP9tjTEOwjAQBDdBFLSUPMKRoKBAVLRWGl5gEmOcWHfBvpBUvIiv8QciIlGx1c4083pjmSKOHJ1qLLWeUuVVF3o3PTVwbK+BB9XwRVVMiYNVpR1Kru1pxpLFYl6WY6GxslQFTp6cYK0b8zBFMOSKs8TJHTRyX9/xRKanspgoXxgjNre+Tky/zt8Axq4T5Lu9INt+AKvzzsS9AAAA[Pipeline] End of Pipeline +ERROR: script returned exit code 1 +Finished: FAILURE diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/log-index b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/log-index new file mode 100644 index 0000000..8402415 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/log-index @@ -0,0 +1,8 @@ +1889 3 +2247 +3482 7 +5445 +7581 14 +7774 +11419 26 +1308916 diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/10.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/10.xml new file mode 100644 index 0000000..9533d86 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/10.xml @@ -0,0 +1,31 @@ + + + + + 9 + + 10 + org.jenkinsci.plugins.workflow.steps.EnvStep + + + + + + + overrides + + GIT_BRANCH=master + GIT_COMMIT=15e80abe1cd621b912c7ff7aaa85e46e49eb4e9d + GIT_LOCAL_BRANCH=master + GIT_PREVIOUS_COMMIT=3d34959c561d0080f1eac61990637c46cc724ce2 + GIT_URL=git@bitbucket.org:crowdarautomation/lippia-api-example-project.git + + + + true + + + 1567443276767 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/11.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/11.xml new file mode 100644 index 0000000..dd854c6 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/11.xml @@ -0,0 +1,16 @@ + + + + + 10 + + 11 + org.jenkinsci.plugins.workflow.steps.EnvStep + + + + + 1567443276778 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/12.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/12.xml new file mode 100644 index 0000000..4a876c2 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/12.xml @@ -0,0 +1,25 @@ + + + + + 11 + + 12 + org.jenkinsci.plugins.workflow.support.steps.StageStep + + + + + + + name + Declarative: Tool Install + + + true + + + 1567443276941 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/13.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/13.xml new file mode 100644 index 0000000..03845a8 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/13.xml @@ -0,0 +1,27 @@ + + + + + 12 + + 13 + org.jenkinsci.plugins.workflow.support.steps.StageStep + + + + + Declarative: Tool Install + + + 1567443276953 + + + + + SYNTHETIC_STAGE + PRE + + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/14.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/14.xml new file mode 100644 index 0000000..63f5c9a --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/14.xml @@ -0,0 +1,29 @@ + + + + + 13 + + 14 + org.jenkinsci.plugins.workflow.steps.ToolStep + + + + + + name + maven-3 + + + type + hudson.tasks.Maven$MavenInstallation + + + true + + + 1567443277021 + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/15.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/15.xml new file mode 100644 index 0000000..a3fc54c --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/15.xml @@ -0,0 +1,29 @@ + + + + + 14 + + 15 + org.jenkinsci.plugins.pipeline.modeldefinition.steps.EnvVarsForToolStep + + + + + + toolId + hudson.tasks.Maven$MavenInstallation + + + toolVersion + maven-3 + + + true + + + 1567443297105 + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/16.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/16.xml new file mode 100644 index 0000000..6d86e73 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/16.xml @@ -0,0 +1,16 @@ + + + + + 15 + + 16 + 13 + + + + + 1567443297148 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/17.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/17.xml new file mode 100644 index 0000000..e3db530 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/17.xml @@ -0,0 +1,15 @@ + + + + + 16 + + 17 + 12 + + + + 1567443297169 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/18.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/18.xml new file mode 100644 index 0000000..0abf3c6 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/18.xml @@ -0,0 +1,29 @@ + + + + + 17 + + 18 + org.jenkinsci.plugins.workflow.steps.EnvStep + + + + + + + overrides + + M2_HOME=/var/jenkins_home/tools/hudson.tasks.Maven_MavenInstallation/maven-3 + MAVEN_HOME=/var/jenkins_home/tools/hudson.tasks.Maven_MavenInstallation/maven-3 + PATH+MAVEN=/var/jenkins_home/tools/hudson.tasks.Maven_MavenInstallation/maven-3/bin + + + + true + + + 1567443297197 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/19.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/19.xml new file mode 100644 index 0000000..b150f51 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/19.xml @@ -0,0 +1,16 @@ + + + + + 18 + + 19 + org.jenkinsci.plugins.workflow.steps.EnvStep + + + + + 1567443297207 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/2.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/2.xml new file mode 100644 index 0000000..6817ed1 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/2.xml @@ -0,0 +1,12 @@ + + + + + 2 + + + + 1567443262973 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/20.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/20.xml new file mode 100644 index 0000000..01007aa --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/20.xml @@ -0,0 +1,25 @@ + + + + + 19 + + 20 + org.jenkinsci.plugins.workflow.support.steps.StageStep + + + + + + + name + Build + + + true + + + 1567443297242 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/21.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/21.xml new file mode 100644 index 0000000..3758ef8 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/21.xml @@ -0,0 +1,27 @@ + + + + + 20 + + 21 + org.jenkinsci.plugins.workflow.support.steps.StageStep + + + + + Build + + + 1567443297253 + + + + + STAGE_STATUS + FAILED_AND_CONTINUED + + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/22.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/22.xml new file mode 100644 index 0000000..b208665 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/22.xml @@ -0,0 +1,29 @@ + + + + + 21 + + 22 + org.jenkinsci.plugins.workflow.steps.ToolStep + + + + + + name + maven-3 + + + type + hudson.tasks.Maven$MavenInstallation + + + true + + + 1567443297384 + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/23.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/23.xml new file mode 100644 index 0000000..74070c1 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/23.xml @@ -0,0 +1,29 @@ + + + + + 22 + + 23 + org.jenkinsci.plugins.pipeline.modeldefinition.steps.EnvVarsForToolStep + + + + + + toolId + hudson.tasks.Maven$MavenInstallation + + + toolVersion + maven-3 + + + true + + + 1567443297423 + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/24.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/24.xml new file mode 100644 index 0000000..e02572f --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/24.xml @@ -0,0 +1,29 @@ + + + + + 23 + + 24 + org.jenkinsci.plugins.workflow.steps.EnvStep + + + + + + + overrides + + MASKED_VALUE + MASKED_VALUE + MASKED_VALUE + + + + false + + + 1567443297473 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/25.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/25.xml new file mode 100644 index 0000000..34c36dd --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/25.xml @@ -0,0 +1,16 @@ + + + + + 24 + + 25 + org.jenkinsci.plugins.workflow.steps.EnvStep + + + + + 1567443297482 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/26.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/26.xml new file mode 100644 index 0000000..6e9ea2e --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/26.xml @@ -0,0 +1,46 @@ + + + + + 25 + + 26 + org.jenkinsci.plugins.workflow.steps.durable_task.ShellStep + + + + + + script + mvn clean -P Secuencial test + + + true + + + 1567443297561 + + + + + script returned exit code 1 + + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.handleExit(DurableTaskStep.java:658) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.check(DurableTaskStep.java:604) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.run(DurableTaskStep.java:548) + java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) + java.util.concurrent.FutureTask.run(FutureTask.java:266) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) + java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) + java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) + java.lang.Thread.run(Thread.java:748) + + + + + + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/27.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/27.xml new file mode 100644 index 0000000..2cda5b3 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/27.xml @@ -0,0 +1,37 @@ + + + + + 26 + + 27 + 25 + + + + + 1567443891004 + + + + script returned exit code 1 + + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.handleExit(DurableTaskStep.java:658) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.check(DurableTaskStep.java:604) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.run(DurableTaskStep.java:548) + java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) + java.util.concurrent.FutureTask.run(FutureTask.java:266) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) + java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) + java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) + java.lang.Thread.run(Thread.java:748) + + + + + + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/28.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/28.xml new file mode 100644 index 0000000..0cdcc7c --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/28.xml @@ -0,0 +1,36 @@ + + + + + 27 + + 28 + 24 + + + + 1567443891031 + + + + script returned exit code 1 + + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.handleExit(DurableTaskStep.java:658) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.check(DurableTaskStep.java:604) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.run(DurableTaskStep.java:548) + java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) + java.util.concurrent.FutureTask.run(FutureTask.java:266) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) + java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) + java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) + java.lang.Thread.run(Thread.java:748) + + + + + + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/29.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/29.xml new file mode 100644 index 0000000..21575da --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/29.xml @@ -0,0 +1,37 @@ + + + + + 28 + + 29 + 21 + + + + + 1567443891060 + + + + script returned exit code 1 + + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.handleExit(DurableTaskStep.java:658) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.check(DurableTaskStep.java:604) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.run(DurableTaskStep.java:548) + java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) + java.util.concurrent.FutureTask.run(FutureTask.java:266) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) + java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) + java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) + java.lang.Thread.run(Thread.java:748) + + + + + + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/3.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/3.xml new file mode 100644 index 0000000..f0bae29 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/3.xml @@ -0,0 +1,33 @@ + + + + + 2 + + 3 + org.jenkinsci.plugins.workflow.support.steps.ExecutorStep + + + + + + + label + + + + true + + + 1567443266650 + + + 2 + + + + /var/jenkins_home/workspace/ippia-api-example-project_master + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/30.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/30.xml new file mode 100644 index 0000000..599b1b8 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/30.xml @@ -0,0 +1,36 @@ + + + + + 29 + + 30 + 20 + + + + 1567443891108 + + + + script returned exit code 1 + + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.handleExit(DurableTaskStep.java:658) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.check(DurableTaskStep.java:604) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.run(DurableTaskStep.java:548) + java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) + java.util.concurrent.FutureTask.run(FutureTask.java:266) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) + java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) + java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) + java.lang.Thread.run(Thread.java:748) + + + + + + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/31.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/31.xml new file mode 100644 index 0000000..67c1ecd --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/31.xml @@ -0,0 +1,16 @@ + + + + + 30 + + 31 + 19 + + + + + 1567443891131 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/32.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/32.xml new file mode 100644 index 0000000..0b32da4 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/32.xml @@ -0,0 +1,15 @@ + + + + + 31 + + 32 + 18 + + + + 1567443891150 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/33.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/33.xml new file mode 100644 index 0000000..f9abc99 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/33.xml @@ -0,0 +1,37 @@ + + + + + 32 + + 33 + 11 + + + + + 1567443891163 + + + + script returned exit code 1 + + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.handleExit(DurableTaskStep.java:658) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.check(DurableTaskStep.java:604) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.run(DurableTaskStep.java:548) + java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) + java.util.concurrent.FutureTask.run(FutureTask.java:266) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) + java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) + java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) + java.lang.Thread.run(Thread.java:748) + + + + + + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/34.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/34.xml new file mode 100644 index 0000000..c2fdf70 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/34.xml @@ -0,0 +1,36 @@ + + + + + 33 + + 34 + 10 + + + + 1567443891190 + + + + script returned exit code 1 + + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.handleExit(DurableTaskStep.java:658) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.check(DurableTaskStep.java:604) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.run(DurableTaskStep.java:548) + java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) + java.util.concurrent.FutureTask.run(FutureTask.java:266) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) + java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) + java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) + java.lang.Thread.run(Thread.java:748) + + + + + + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/35.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/35.xml new file mode 100644 index 0000000..3779982 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/35.xml @@ -0,0 +1,37 @@ + + + + + 34 + + 35 + 4 + + + + + 1567443891214 + + + + script returned exit code 1 + + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.handleExit(DurableTaskStep.java:658) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.check(DurableTaskStep.java:604) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.run(DurableTaskStep.java:548) + java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) + java.util.concurrent.FutureTask.run(FutureTask.java:266) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) + java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) + java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) + java.lang.Thread.run(Thread.java:748) + + + + + + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/36.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/36.xml new file mode 100644 index 0000000..6ddff25 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/36.xml @@ -0,0 +1,39 @@ + + + + + 35 + + 36 + 3 + + + + 1567443891257 + + + + script returned exit code 1 + + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.handleExit(DurableTaskStep.java:658) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.check(DurableTaskStep.java:604) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.run(DurableTaskStep.java:548) + java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) + java.util.concurrent.FutureTask.run(FutureTask.java:266) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) + java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) + java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) + java.lang.Thread.run(Thread.java:748) + + + + + + + + + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/37.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/37.xml new file mode 100644 index 0000000..9f4ad9d --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/37.xml @@ -0,0 +1,42 @@ + + + + + 36 + + 37 + 2 + + FAILURE + 2 + RED + true + + + + + + script returned exit code 1 + + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.handleExit(DurableTaskStep.java:658) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.check(DurableTaskStep.java:604) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.run(DurableTaskStep.java:548) + java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) + java.util.concurrent.FutureTask.run(FutureTask.java:266) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) + java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) + java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) + java.lang.Thread.run(Thread.java:748) + + + + + + + + + 1567443891292 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/4.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/4.xml new file mode 100644 index 0000000..0722ce3 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/4.xml @@ -0,0 +1,16 @@ + + + + + 3 + + 4 + org.jenkinsci.plugins.workflow.support.steps.ExecutorStep + + + + + 1567443266965 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/5.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/5.xml new file mode 100644 index 0000000..82a98d3 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/5.xml @@ -0,0 +1,25 @@ + + + + + 4 + + 5 + org.jenkinsci.plugins.workflow.support.steps.StageStep + + + + + + + name + Declarative: Checkout SCM + + + true + + + 1567443267043 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/6.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/6.xml new file mode 100644 index 0000000..3b67bcb --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/6.xml @@ -0,0 +1,27 @@ + + + + + 5 + + 6 + org.jenkinsci.plugins.workflow.support.steps.StageStep + + + + + Declarative: Checkout SCM + + + 1567443267080 + + + + + SYNTHETIC_STAGE + PRE + + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/7.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/7.xml new file mode 100644 index 0000000..ebcf661 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/7.xml @@ -0,0 +1,108 @@ + + + + + 6 + + 7 + org.jenkinsci.plugins.workflow.steps.scm.GenericSCMStep + + + + + + scm + + + + doGenerateSubmoduleConfigurations + false + + + extensions + + + + $class + CleanBeforeCheckout + + + + + $class + CleanCheckout + + + + + $class + LocalBranch + + + localBranch + ** + + + UNSERIALIZABLE + + + $class + BuildChooserSetting + + + buildChooser + UNSERIALIZABLE + + + + + + branches + + + + name + master + + + + + + submoduleCfg + + + + userRemoteConfigs + + + + credentialsId + jenkins-generated-ssh-key + + + name + origin + + + refspec + +refs/heads/*:refs/remotes/origin/* + + + url + git@bitbucket.org:crowdarautomation/lippia-api-example-project.git + + + + + + + + + false + + + 1567443267186 + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/8.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/8.xml new file mode 100644 index 0000000..3bbb70e --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/8.xml @@ -0,0 +1,16 @@ + + + + + 7 + + 8 + 6 + + + + + 1567443276621 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/9.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/9.xml new file mode 100644 index 0000000..f18737e --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/7/workflow/9.xml @@ -0,0 +1,15 @@ + + + + + 8 + + 9 + 5 + + + + 1567443276643 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/build.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/build.xml new file mode 100644 index 0000000..3bd1f25 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/build.xml @@ -0,0 +1,198 @@ + + + + + + + + admin + + 1 + + + + + blueocean + + + master + + 15e80abe1cd621b912c7ff7aaa85e46e49eb4e9d + + + + + + + 73fc1481-05fd-4571-b7c5-6127e70fcf10 + + + + + Build + + + default + + + sh + + + + + script + + + mvn clean -P Secuencial test + + + + + + + + + + + 73fc1481-05fd-4571-b7c5-6127e70fcf10 + + + + + + + master + + + 15e80abe1cd621b912c7ff7aaa85e46e49eb4e9d + + + + master + + + + + 8 + + + + + + git@bitbucket.org:crowdarautomation/lippia-api-example-project.git + + + + + + master + + + + /var/jenkins_home/workspace/ippia-api-example-project_master + + + + + git git@bitbucket.org:crowdarautomation/lippia-api-example-project.git + + + + + + + 3 + 1567445031843 + 1567445031849 + FAILURE + 35501 + UTF-8 + false + + FAILURE + + + MAX_SURVIVABILITY + + + flowNode + 476184762 + + + classLoad + 7879924474 + + + run + 6600212952 + + + parse + 1139915490 + + + saveProgram + 768703380 + + + true + 37 + 1:37 + true + false + + true + + + + 2 + + + origin + +refs/heads/*:refs/remotes/origin/* + git@bitbucket.org:crowdarautomation/lippia-api-example-project.git + jenkins-generated-ssh-key + + + + + master + + + false + + + + + + ** + + + false + + + + + + + + + + /var/jenkins_home/workspace/ippia-api-example-project_master + /var/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/changelog9201031929288168181.xml + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/changelog9201031929288168181.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/changelog9201031929288168181.xml new file mode 100644 index 0000000..e69de29 diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/log b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/log new file mode 100644 index 0000000..69126ba --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/log @@ -0,0 +1,186 @@ +Started by user ha:////4JA9v5tUzlTDtGOPJBEIYYw13/8/48+N2KXiX3lP80O/AAAAlx+LCAAAAAAAAP9b85aBtbiIQTGjNKU4P08vOT+vOD8nVc83PyU1x6OyILUoJzMv2y+/JJUBAhiZGBgqihhk0NSjKDWzXb3RdlLBUSYGJk8GtpzUvPSSDB8G5tKinBIGIZ+sxLJE/ZzEvHT94JKizLx0a6BxUmjGOUNodHsLgAzWEgZu/dLi1CL9xJTczDwAj6GcLcAAAAA=admin + > git rev-parse --is-inside-work-tree # timeout=10 +Setting origin to git@bitbucket.org:crowdarautomation/lippia-api-example-project.git + > git config remote.origin.url git@bitbucket.org:crowdarautomation/lippia-api-example-project.git # timeout=10 +Fetching origin... +Fetching upstream changes from origin + > git --version # timeout=10 + > git config --get remote.origin.url # timeout=10 +using GIT_SSH to set credentials jenkins-generated-ssh-key + > git fetch --tags --force --progress origin +refs/heads/*:refs/remotes/origin/* +Seen branch in repository origin/Guillermo-Aguirre/readmemd-edited-online-with-bitbucket-1564705696111 +Seen branch in repository origin/entityConfiguration +Seen branch in repository origin/master +Seen 3 remote branches +Obtained Jenkinsfile from 15e80abe1cd621b912c7ff7aaa85e46e49eb4e9d +Running in Durability level: MAX_SURVIVABILITY +ha:////4EpFwZMblgPsvyuGKahQ1L+j05K4tCKNbiHHZH0UNZxoAAAAoh+LCAAAAAAAAP9tjTEOwjAQBM8BClpKHuFItIiK1krDC0x8GCfWnbEdkooX8TX+gCESFVvtrLSa5wtWKcKBo5UdUu8otU4GP9jS5Mixv3geZcdn2TIl9igbHBs2eJyx4YwwR1SwULBGaj0nRzbDRnX6rmuvydanHMu2V1A5c4MHCFXMWcf8hSnC9jqYxPTz/BXAFEIGsfuclm8zQVqFvQAAAA==[Pipeline] Start of Pipeline +ha:////4JbFIovlyT+ZyXlfN0Sge4M2zB+J8Zu8WqfqcDkWFDDTAAAApR+LCAAAAAAAAP9tjTEOwjAUQ3+KOrAycohUghExsUZZOEFIQkgb/d8mKe3EibgadyBQiQlLlmxL1nu+oE4RjhQdby12HpP2vA+jK4lPFLtroIm3dOGaMFGwXNpJkrGnpUrKFhaxClYC1hZ1oOTRZdiIVt1VExS65pxj2Q4CKm8GeAAThZxVzN8yR9jeRpMIf5y/AJj7DGxXvP/86jduZBmjwAAAAA==[Pipeline] node +Running on ha:////4L6hoUIbWOHwlkY93tw6rrqwebps19DdkUlnlOjiPx+jAAAAnh+LCAAAAAAAAP9b85aBtbiIQTGjNKU4P08vOT+vOD8nVc83PyU1x6OyILUoJzMv2y+/JJUBAhiZGBgqihhk0NSjKDWzXb3RdlLBUSYGJk8GtpzUvPSSDB8G5tKinBIGIZ+sxLJE/ZzEvHT94JKizLx0a6BxUmjGOUNodHsLgAz2EgZh/eT83ILSktQifY3cxGIgrakPAHib2iPIAAAAJenkins in /var/jenkins_home/workspace/ippia-api-example-project_master +ha:////4An/JK7ttUJB8PL7SrZO8V4y9FGdNSKGJMNcKFpoxhxuAAAApR+LCAAAAAAAAP9tjTEOwjAUQ3+KOrAycoh0gA0xsUZZOEFIQkgb/d8mKe3EibgadyBQiQlLlmxL1nu+oE4RjhQdby12HpP2vA+jK4lPFLtroIm3dOGaMFGwXNpJkrGnpUrKFhaxClYC1hZ1oOTRZdiIVt1VExS65pxj2Q4CKm8GeAAThZxVzN8yR9jeRpMIf5y/AJj7DGxXvP/86jfoP95RwAAAAA==[Pipeline] { +ha:////4Hb+IsHl99PpL00yKBYZ/cELdpsxcvFOImrNjM3ayltcAAAApR+LCAAAAAAAAP9tjTEOwjAUQ3+KOrAycoh0gQkxsUZZOEFIQkgb/d8mKe3EibgadyBQiQlLlmxL1nu+oE4RjhQdby12HpP2vA+jK4lPFLtroIm3dOGaMFGwXNpJkrGnpUrKFhaxClYC1hZ1oOTRZdiIVt1VExS65pxj2Q4CKm8GeAAThZxVzN8yR9jeRpMIf5y/AJj7DGxXvP/86jc09154wAAAAA==[Pipeline] stage +ha:////4DYcSpHJuJSnGcW1Hw7C/AY+emmR7paW70jmzBKKpBVbAAAApR+LCAAAAAAAAP9tjTEOwjAUQ3+KOrAycoh0ggUxsUZZOEFIQkgb/d8mKe3EibgadyBQiQlLlmxL1nu+oE4RjhQdby12HpP2vA+jK4lPFLtroIm3dOGaMFGwXNpJkrGnpUrKFhaxClYC1hZ1oOTRZdiIVt1VExS65pxj2Q4CKm8GeAAThZxVzN8yR9jeRpMIf5y/AJj7DGxXvP/86jek7ggRwAAAAA==[Pipeline] { (Declarative: Checkout SCM) +ha:////4KpON2s1z0FcGBMZuC7x6NsOn5Y94IfM+IuW/hH0Q3MTAAAAoh+LCAAAAAAAAP9tjTEOAiEURD9rLGwtPQTbaWGsbAmNJ0AWEZb8zwLrbuWJvJp3kLiJlZNMMm+a93rDOic4UbLcG+wdZu14DKOti0+U+lugiXu6ck2YKRguzSSpM+cFJRUDS1gDKwEbgzpQdmgLbIVXD9UGhba9lFS/o4DGdQM8gYlqLiqVL8wJdvexy4Q/z18BzLEA29ce4gfg7KmOvAAAAA==[Pipeline] checkout +using credential jenkins-generated-ssh-key + > git rev-parse --is-inside-work-tree # timeout=10 +Fetching changes from the remote Git repository + > git config remote.origin.url git@bitbucket.org:crowdarautomation/lippia-api-example-project.git # timeout=10 +Cleaning workspace + > git rev-parse --verify HEAD # timeout=10 +Resetting working tree + > git reset --hard # timeout=10 + > git clean -fdx # timeout=10 +Fetching without tags +Fetching upstream changes from git@bitbucket.org:crowdarautomation/lippia-api-example-project.git + > git --version # timeout=10 +using GIT_SSH to set credentials jenkins-generated-ssh-key + > git fetch --no-tags --force --progress git@bitbucket.org:crowdarautomation/lippia-api-example-project.git +refs/heads/*:refs/remotes/origin/* +Checking out Revision 15e80abe1cd621b912c7ff7aaa85e46e49eb4e9d (master) + > git config core.sparsecheckout # timeout=10 + > git checkout -f 15e80abe1cd621b912c7ff7aaa85e46e49eb4e9d + > git branch -a -v --no-abbrev # timeout=10 + > git branch -D master # timeout=10 + > git checkout -b master 15e80abe1cd621b912c7ff7aaa85e46e49eb4e9d +Commit message: "pom root 1.6.1" + > git rev-list --no-walk 15e80abe1cd621b912c7ff7aaa85e46e49eb4e9d # timeout=10 +Cleaning workspace + > git rev-parse --verify HEAD # timeout=10 +Resetting working tree + > git reset --hard # timeout=10 + > git clean -fdx # timeout=10 +ha:////4O3nADGHs23/Kl3D4Vem/YK++A7mSIgOy37UayO0/AUVAAAAoh+LCAAAAAAAAP9tjTEOAiEURD9rLGwtPQTbGRNjZUtoPAGyiLDkfxZYdytP5NW8g8RNrJxkknnTvNcb1jnBiZLl3mDvMGvHYxhtXXyi1N8CTdzTlWvCTMFwaSZJnTkvKKkYWMIaWAnYGNSBskNbYCu8eqg2KLTtpaT6HQU0rhvgCUxUc1GpfGFOsLuPXSb8ef4KYI6xADvU7j9Dg2gqvAAAAA==[Pipeline] } +ha:////4O9w4ghdmRfJF0B7+f9fc/xQtiMOEbP+6UqMSgc5gMJ4AAAAoh+LCAAAAAAAAP9tjTEOAiEURD9rLGwtPQRbWRhjZUtoPAGyiLDkfxZYdytP5NW8g8RNrJxkknnTvNcb1jnBiZLl3mDvMGvHYxhtXXyi1N8CTdzTlWvCTMFwaSZJnTkvKKkYWMIaWAnYGNSBskNbYCu8eqg2KLTtpaT6HQU0rhvgCUxUc1GpfGFOsLuPXSb8ef4KYI6xADvU7j9J+wGOvAAAAA==[Pipeline] // stage +ha:////4NHa52FzR5XLRVgw0jzEUH2u5K3XlMUkICfTRX8gsn2sAAAAph+LCAAAAAAAAP9tjTEOwjAQBM9BKWgpeYQDEh2iorXc8AITG+PEugv2haTiRXyNPxCIRMVWOyut5vmCMic4UPKycdgGzHWQXez91ORAqb1EGmRDZ1kTZopOajdosu44oyZ2MEcUsFCwdFhHygE9w0o15m6qaNBXJ07TtldQBHuDBwg1mdkk/sKYYH3tbSb8ef4KYOwYxI6h2G4+x/INtuQqUcEAAAA=[Pipeline] withEnv +ha:////4IkdELn3H+ehOu0IBl7G5ln2lrzrxMUhcHI+zdjztI7fAAAApR+LCAAAAAAAAP9tjTEOwjAUQ3+DOrAycoiUzoiJNerCCUITQtLo/zZJSSdOxNW4Ay2VmPBg2Zas93pDGQOcKBjuNHYWY2t570czJ54pdDdPmTu68pYwkte80bkhpc9rbShpWFUw2AjYamw9RYsmwU44+ZCVl2iqSwrzdhTArBrgCYWYyUmG9C1TgP19VJHwx/kLgKlPwOrDYvXyLD8BobDcwgAAAA==[Pipeline] { +ha:////4GI1mBjlATcQtxCtJOjVUpQQFPVKbS2eVJPyCSQFCIEdAAAAph+LCAAAAAAAAP9tjTEOwjAUQ3+LOrAycohUZUVMrFEWThCaEJJG/7dJSjpxIq7GHWipxIQHy7ZkvdcbqhjgRMEwp7GzGFvLej+aObFMobt5yszRlbWEkbxmQmdBSp/XKihpWFWUsOGw1dh6ihZNgh138iFrL9HUlxTm7cihtGqAJxR8JicZ0rdMAfb3UUXCH+cvAKY+Qdk0ix2WZ/UBbwyqm8IAAAA=[Pipeline] stage +ha:////4GhVvIM1JlLTvuNaoqX3JUu1eUxdkq7zCPFeBl7eilMAAAAAph+LCAAAAAAAAP9tjTEOwjAUQ3+LOrAycohUwIiYukZZOEFoQkgb/V9+UtqJE3E17kBLJSY8WLYl673eUESGE7ETjcXWY6y96ELvpiQG4vYaaBANXURNGClYoeygyNhqqYqShUVZDisJa4t1oOjRJdjIRj90GTS68px42o4Scm/u8IRMTuSkOX3LyLC99SYS/jh/ATB2CfLdfrbD/Cw+y7kUycIAAAA=[Pipeline] { (Declarative: Tool Install) +ha:////4N7iDLg+L+l04wzSBEBItgpacbjdMyr9uDK6adVTVzMfAAAApB+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOIiBB2iSmu54QUmNsaJdWdsh6TiRXyNPxCIRMUWq51t5vmCZYpw5GixNdQ5So3D4Hs7LRw4dhfPA7Z8xoYpsTcozSBZm3pGydnAnKKEhYCVocZzcmQzrEWr7qryimx1ynH6DgJKp2/wgEJM5qxi/sIYYXPtdWL6ef4KYAwZyu3uU/vwBgq0rvS+AAAA[Pipeline] tool +ha:////4A4kctZvlpyPbu8PpKcK53GTpXd+QYGaA12bwdhGc7acAAAApB+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOIihKgQVVrLDS8wsTFOrDtjOyQVL+Jr/IFAJCq2WO1sM88XLFOEI0eLraHOUWocBt/baeHAsbt4HrDlMzZMib1BaQbJ2tQzSs4G5hQlLASsDDWekyObYS1adVeVV2SrU47TdxBQOn2DBxRiMmcV8xfGCJtrrxPTz/NXAGPIUG53n9qHN0uFte2+AAAA[Pipeline] envVarsForTool +ha:////4FCAN4aPqIvvtZZIeGn7Ykc6SL/F/dR5JapSvxImrwTzAAAApR+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOIihESDqNJabniBiY1xYt0Z2yGpeBFf4w8EIlGxxWpnm3m+YJkiHDlabA11jlLjMPjeTgsHjt3F84Atn7FhSuwNSjNI1qaeUXI2MKcoYSFgZajxnBzZDGvRqruqvCJbnXKcvoOA0ukbPKAQkzmrmL8wRthce52Yfp6/AhhDyFBu95/avQEeFbpZvgAAAA==[Pipeline] } +ha:////4NMmpVp8HvnfaGCk6ooRIduGb6/F3kmPOI5bcU9Imnm6AAAApB+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOIiaCgQVVrLDS8wsTFOrDtjOyQVL+Jr/IFAJCq2WO1sM88XLFOEI0eLraHOUWocBt/baeHAsbt4HrDlMzZMib1BaQbJ2tQzSs4G5hQlLASsDDWekyObYS1adVeVV2SrU47TdxBQOn2DBxRiMmcV8xfGCJtrrxPTz/NXAGMIGcrt/lO7Ny324eW+AAAA[Pipeline] // stage +ha:////4FMSGU596ro4O24GdH6I5fZjkbdkZzf3fBSvaGAzivhMAAAApx+LCAAAAAAAAP9tjTEOwjAUQ3+LOrAycohU3ZAQE2uUhROEJoSk0f9tkpJOnIircQdaKjHhwbItWe/1hioGOFEwzGnsLMbWst6PZk4sU+hunjJzdGUtYSSvmdBZkNLntQpKGlYVJWw4bDW2nqJFk2DHnXzI2ks09SWFeTtyKK0a4AkFn8lJhvQtU4D9fVSR8Mf5C4CpT1A2zWKH5Vl9AAkvMTrCAAAA[Pipeline] withEnv +ha:////4E1XdtaCR43qNgMlgJL1bmyI27EO1NcI7KM3IbkVBkLRAAAApx+LCAAAAAAAAP9tjTEOwjAUQ3+LOrAycohUbCDE1DXKwglCE0La6P/yk9JOnIircQdaKjHhwbItWe/1hiIynIidaCy2HmPtRRd6NyUxELfXQINo6CJqwkjBCmUHRcZWS1WULCzKclhJWFusA0WPLsFGNvqhy6DRlefE03aUkHtzhydkciInzelbRobtrTeR8Mf5C4CxS5Dv9rMd5mfxASnCIIrCAAAA[Pipeline] { +ha:////4FTkvBZdz+VVctGk/lmfY6n1DBzM9LJMslccd0Cf5rnnAAAApx+LCAAAAAAAAP9tjTEOwjAUQ3+LOrAycogU2BDqxBp14QShCSFp9H9JUtKJE3E17kCgEhMeLNuS9Z4vqIKHhrxmVmFvMHSGDW7UObFEvr84SszSmXWEgZxirUotSXWca0tRwayihAWHpcLOUTCoI6y4FXdRO4G6PkWftwOH0sgbPKDgmRyFj98yeVhfRxkIf5y/AJiGCOV2n223+TyrN7xWSV3CAAAA[Pipeline] stage +ha:////4JJz08kWJ32WWwEjs4hmPl/36Hh5F303HFm8qYF7fYt1AAAAph+LCAAAAAAAAP9tjTEOwjAUQ3+LOrAycogUWBFT1ygLJwhNCGmj/8tPSjtxIq7GHWipxIQHy7ZkvdcbishwInaisdh6jLUXXejdlMRA3F4DDaKhi6gJIwUrlB0UGVstVVGysCjLYSVhbbEOFD26BBvZ6Icug0ZXnhNP21FC7s0dnpDJiZw0p28ZGba33kTCH+cvAMYuQX7Yzbafn8UHbGnGmsIAAAA=[Pipeline] { (Build) +ha:////4FzlFxP9CTAScCeVOCE5BujDXjtbH+ad5Vu7eQFyM8WMAAAAox+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOIi0iIqWisNLzCJMXasO8d2cCpexNf4A4FIVGyx2tlmni9YxwBHDhqtot5QbA16N+p5YebQXx1ntHzBlimyU9io3HCnTgs2nBQsKUpYCdgoah1HQzrBVlh5l5WTpKtzCvN3EFCaboAHFGI2JxnSF6YAu9vYRaaf568AJp+grPefqv0bH7uiub4AAAA=[Pipeline] tool +ha:////4ANkmrmjrhRpjki5goiDEzIwF1rNggEJ/phokjkuQtd7AAAAox+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOIioERUaS03vMDExjix7oztkFS8iK/xBwKRqNhitbPNPF+wTBGOHC22hjpHqXEYfG+nhQPH7uJ5wJbP2DAl9galGSRrU88oORuYU5SwELAy1HhOjmyGtWjVXVVeka1OOU7fQUDp9A0eUIjJnFXMXxgjbK69Tkw/z18BjCFDudt+ah/eXoq5oL4AAAA=[Pipeline] envVarsForTool +ha:////4GdaAMi5ShIS//mIEX+Xl6knOIy/SGJae7L7r4zOY7IlAAAApx+LCAAAAAAAAP9tjTEOwjAUQ3+LOrAycohUIDbE1DXKwglCE0La6P/yk9JOnIircQdaKjHhwbItWe/1hiIynIidaCy2HmPtRRd6NyUxELfXQINo6CJqwkjBCmUHRcZWS1WULCzKclhJWFusA0WPLsFGNvqhy6DRlefE03aUkHtzhydkciInzelbRobtrTeR8Mf5C4CxS5Dvd7Md5mfxAR8nhQvCAAAA[Pipeline] withEnv +ha:////4Ne3beDKL8J2X+bJm03TPdjVzp+GFdCnvjAT9J7myRHlAAAApx+LCAAAAAAAAP9tjTEOwjAUQ3+LOrAycohUQjAhpq5RFk4QmhDSRv+Xn5R24kRcjTvQUokJD5ZtyXqvNxSR4UTsRGOx9RhrL7rQuymJgbi9BhpEQxdRE0YKVig7KDK2WqqiZGFRlsNKwtpiHSh6dAk2stEPXQaNrjwnnrajhNybOzwhkxM5aU7fMjJsb72JhD/OXwCMXYJ8t5/tMD+LD/hYjrHCAAAA[Pipeline] { +ha:////4CxVkqej/NSBqll1Ae4co3t4WJ2udUBkqfNOoO3sLwP7AAAApR+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOIiIUGDqNJabniBiY1xYt0Z2yGpeBFf4w8EIlGxxWpnm3m+YJkiHDlabA11jlLjMPjeTgsHjt3F84Atn7FhSuwNSjNI1qaeUXI2MKcoYSFgZajxnBzZDGvRqruqvCJbnXKcvoOA0ukbPKAQkzmrmL8wRthce52Yfp6/AhhDhnK7+9Q+vAEIWoEpvgAAAA==[Pipeline] sh ++ mvn clean -P Secuencial test +[INFO] Scanning for projects... +[WARNING] +[WARNING] Some problems were encountered while building the effective model for com.Crowdar:lippia-api-example-project:jar:1.0-SNAPSHOT +[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: com.fasterxml.jackson.core:jackson-databind:jar -> version 2.9.3 vs 2.9.5 @ com.crowdar:Crowd-Root-Framework:1.6.1, /var/jenkins_home/.m2/repository/com/crowdar/Crowd-Root-Framework/1.6.1/Crowd-Root-Framework-1.6.1.pom, line 356, column 25 +[WARNING] +[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. +[WARNING] +[WARNING] For this reason, future Maven versions might no longer support building such malformed projects. +[WARNING] +[INFO] +[INFO] ---------------< com.Crowdar:lippia-api-example-project >--------------- +[INFO] Building api-rest-automation 1.0-SNAPSHOT +[INFO] --------------------------------[ jar ]--------------------------------- +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/atlassian/jira/jira-rest-java-client-core/5.0.4/jira-rest-java-client-core-5.0.4.pom +Progress (1): 382 B Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/atlassian/jira/jira-rest-java-client-core/5.0.4/jira-rest-java-client-core-5.0.4.pom (382 B at 131 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/atlassian/fugue/fugue/2.7.0/fugue-2.7.0.pom +Progress (1): 362 B Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/atlassian/fugue/fugue/2.7.0/fugue-2.7.0.pom (362 B at 350 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/atlassian/connect/ac-play-java_2.10/0.10.1/ac-play-java_2.10-0.10.1.pom +Progress (1): 377 B Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/atlassian/connect/ac-play-java_2.10/0.10.1/ac-play-java_2.10-0.10.1.pom (377 B at 383 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/atlassian/jira/jira-rest-java-client-core/5.0.4/jira-rest-java-client-core-5.0.4.jar +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/atlassian/fugue/fugue/2.7.0/fugue-2.7.0.jar +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/atlassian/connect/ac-play-java_2.10/0.10.1/ac-play-java_2.10-0.10.1.jar +Progress (1): 4.1/191 kB Progress (1): 7.8/191 kB Progress (1): 12/191 kB Progress (1): 16/191 kB Progress (1): 20/191 kB Progress (1): 24/191 kB Progress (1): 28/191 kB Progress (1): 32/191 kB Progress (1): 36/191 kB Progress (1): 41/191 kB Progress (1): 45/191 kB Progress (1): 49/191 kB Progress (1): 53/191 kB Progress (1): 57/191 kB Progress (1): 61/191 kB Progress (1): 65/191 kB Progress (1): 69/191 kB Progress (1): 73/191 kB Progress (1): 77/191 kB Progress (1): 82/191 kB Progress (1): 86/191 kB Progress (1): 90/191 kB Progress (1): 94/191 kB Progress (1): 98/191 kB Progress (1): 102/191 kB Progress (1): 106/191 kB Progress (1): 110/191 kB Progress (1): 114/191 kB Progress (1): 118/191 kB Progress (1): 122/191 kB Progress (1): 126/191 kB Progress (1): 130/191 kB Progress (1): 134/191 kB Progress (1): 138/191 kB Progress (1): 142/191 kB Progress (1): 146/191 kB Progress (1): 150/191 kB Progress (1): 155/191 kB Progress (1): 159/191 kB Progress (1): 163/191 kB Progress (1): 167/191 kB Progress (1): 171/191 kB Progress (1): 175/191 kB Progress (1): 179/191 kB Progress (1): 183/191 kB Progress (1): 187/191 kB Progress (1): 191 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/atlassian/jira/jira-rest-java-client-core/5.0.4/jira-rest-java-client-core-5.0.4.jar (191 kB at 130 kB/s) +Progress (1): 4.1/117 kB Progress (1): 7.8/117 kB Progress (2): 7.8/117 kB | 4.1/357 kB Progress (2): 7.8/117 kB | 7.8/357 kB Progress (2): 7.8/117 kB | 12/357 kB Progress (2): 7.8/117 kB | 16/357 kB Progress (2): 12/117 kB | 16/357 kB Progress (2): 16/117 kB | 16/357 kB Progress (2): 16/117 kB | 20/357 kB Progress (2): 20/117 kB | 20/357 kB Progress (2): 20/117 kB | 24/357 kB Progress (2): 24/117 kB | 24/357 kB Progress (2): 24/117 kB | 26/357 kB Progress (2): 26/117 kB | 26/357 kB Progress (2): 30/117 kB | 26/357 kB Progress (2): 34/117 kB | 26/357 kB Progress (2): 39/117 kB | 26/357 kB Progress (2): 43/117 kB | 26/357 kB Progress (2): 43/117 kB | 30/357 kB Progress (2): 43/117 kB | 34/357 kB Progress (2): 43/117 kB | 39/357 kB Progress (2): 43/117 kB | 43/357 kB Progress (2): 47/117 kB | 43/357 kB Progress (2): 51/117 kB | 43/357 kB Progress (2): 55/117 kB | 43/357 kB Progress (2): 59/117 kB | 43/357 kB Progress (2): 63/117 kB | 43/357 kB Progress (2): 67/117 kB | 43/357 kB Progress (2): 71/117 kB | 43/357 kB Progress (2): 75/117 kB | 43/357 kB Progress (2): 80/117 kB | 43/357 kB Progress (2): 84/117 kB | 43/357 kB Progress (2): 88/117 kB | 43/357 kB Progress (2): 92/117 kB | 43/357 kB Progress (2): 96/117 kB | 43/357 kB Progress (2): 100/117 kB | 43/357 kB Progress (2): 104/117 kB | 43/357 kB Progress (2): 106/117 kB | 43/357 kB Progress (2): 110/117 kB | 43/357 kB Progress (2): 115/117 kB | 43/357 kB Progress (2): 117 kB | 43/357 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/atlassian/fugue/fugue/2.7.0/fugue-2.7.0.jar (117 kB at 44 kB/s) +Progress (1): 47/357 kB Progress (1): 51/357 kB Progress (1): 55/357 kB Progress (1): 59/357 kB Progress (1): 63/357 kB Progress (1): 67/357 kB Progress (1): 71/357 kB Progress (1): 75/357 kB Progress (1): 80/357 kB Progress (1): 84/357 kB Progress (1): 88/357 kB Progress (1): 92/357 kB Progress (1): 96/357 kB Progress (1): 100/357 kB Progress (1): 104/357 kB Progress (1): 106/357 kB Progress (1): 110/357 kB Progress (1): 115/357 kB Progress (1): 119/357 kB Progress (1): 123/357 kB Progress (1): 127/357 kB Progress (1): 131/357 kB Progress (1): 135/357 kB Progress (1): 139/357 kB Progress (1): 143/357 kB Progress (1): 147/357 kB Progress (1): 151/357 kB Progress (1): 156/357 kB Progress (1): 160/357 kB Progress (1): 164/357 kB Progress (1): 168/357 kB Progress (1): 172/357 kB Progress (1): 176/357 kB Progress (1): 180/357 kB Progress (1): 184/357 kB Progress (1): 188/357 kB Progress (1): 192/357 kB Progress (1): 196/357 kB Progress (1): 201/357 kB Progress (1): 205/357 kB Progress (1): 209/357 kB Progress (1): 213/357 kB Progress (1): 217/357 kB Progress (1): 221/357 kB Progress (1): 225/357 kB Progress (1): 229/357 kB Progress (1): 233/357 kB Progress (1): 237/357 kB Progress (1): 242/357 kB Progress (1): 246/357 kB Progress (1): 249/357 kB Progress (1): 253/357 kB Progress (1): 257/357 kB Progress (1): 261/357 kB Progress (1): 265/357 kB Progress (1): 269/357 kB Progress (1): 273/357 kB Progress (1): 277/357 kB Progress (1): 282/357 kB Progress (1): 286/357 kB Progress (1): 290/357 kB Progress (1): 293/357 kB Progress (1): 297/357 kB Progress (1): 301/357 kB Progress (1): 306/357 kB Progress (1): 310/357 kB Progress (1): 314/357 kB Progress (1): 318/357 kB Progress (1): 322/357 kB Progress (1): 326/357 kB Progress (1): 330/357 kB Progress (1): 334/357 kB Progress (1): 338/357 kB Progress (1): 342/357 kB Progress (1): 347/357 kB Progress (1): 351/357 kB Progress (1): 355/357 kB Progress (1): 357 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/atlassian/connect/ac-play-java_2.10/0.10.1/ac-play-java_2.10-0.10.1.jar (357 kB at 68 kB/s) +[INFO] +[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ lippia-api-example-project --- +[INFO] +[INFO] --- maven-resources-plugin:2.4:resources (default-resources) @ lippia-api-example-project --- +[INFO] Using 'UTF-8' encoding to copy filtered resources. +[INFO] Copying 3 resources +[INFO] +[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ lippia-api-example-project --- +[INFO] Changes detected - recompiling the module! +[INFO] Compiling 6 source files to /var/jenkins_home/workspace/ippia-api-example-project_master/target/classes +[INFO] +[INFO] --- maven-resources-plugin:2.4:testResources (default-testResources) @ lippia-api-example-project --- +[INFO] Using 'UTF-8' encoding to copy filtered resources. +[INFO] Copying 4 resources +[INFO] +[INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ lippia-api-example-project --- +[INFO] Changes detected - recompiling the module! +[INFO] Compiling 4 source files to /var/jenkins_home/workspace/ippia-api-example-project_master/target/test-classes +[INFO] +[INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ lippia-api-example-project --- +[INFO] +[INFO] ------------------------------------------------------- +[INFO] T E S T S +[INFO] ------------------------------------------------------- +[INFO] Running TestSuite +WARNING: Found tags option '~@Ignore'. Support for '~@tag' will be removed from the next release of Cucumber-JVM. Please use 'not @tag' instead. + +0 Scenarios +0 Steps +0m0.166s + +TEST STEP FINISHED EN HILO :12 +02/09/19 17:24:25 INFO ExtentReportManager:137 - ------flushing Thread : 12 +02/09/19 17:24:25 INFO ExtentReportManager:110 - ------ creating extent report infor -------------------------------- +02/09/19 17:24:25 INFO ExtentReportManager:60 - #####Extent xml configuration : /var/jenkins_home/workspace/ippia-api-example-project_master/extent-config.xml +02/09/19 17:24:26 INFO ExtentReportManager:103 - --------EXTENTREPORT Setting Append Existing to true ------------------------------- +[ERROR] Tests run: 3, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 0.84 s <<< FAILURE! - in TestSuite +[ERROR] runScenario(ApiExampleProjectTestRunner) Time elapsed: 0.127 s <<< FAILURE! +java.lang.NoClassDefFoundError: com/atlassian/jwt/CanonicalHttpRequest +Caused by: java.lang.ClassNotFoundException: com.atlassian.jwt.CanonicalHttpRequest + +[ERROR] runScenario(ApiExampleProjectTestRunner) Time elapsed: 0.011 s <<< FAILURE! +java.lang.NoClassDefFoundError: com/atlassian/jwt/CanonicalHttpRequest +Caused by: java.lang.ClassNotFoundException: com.atlassian.jwt.CanonicalHttpRequest + +[ERROR] runScenario(ApiExampleProjectTestRunner) Time elapsed: 0.016 s <<< FAILURE! +java.lang.NoClassDefFoundError: com/atlassian/jwt/CanonicalHttpRequest +Caused by: java.lang.ClassNotFoundException: com.atlassian.jwt.CanonicalHttpRequest + +[INFO] +[INFO] Results: +[INFO] +[ERROR] Failures: +[ERROR] ApiExampleProjectTestRunner.runScenario(ApiExampleProjectTestRunner) +[ERROR] Run 1: ApiExampleProjectTestRunner>AbstractTestNGCucumberTests.runScenario:22 » NoClassDefFound +[ERROR] Run 2: ApiExampleProjectTestRunner>AbstractTestNGCucumberTests.runScenario:22 » NoClassDefFound +[ERROR] Run 3: ApiExampleProjectTestRunner>AbstractTestNGCucumberTests.runScenario:22 » NoClassDefFound +[INFO] +[INFO] +[ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0 +[INFO] +[INFO] ------------------------------------------------------------------------ +[INFO] BUILD FAILURE +[INFO] ------------------------------------------------------------------------ +[INFO] Total time: 15.305 s +[INFO] Finished at: 2019-09-02T17:24:26Z +[INFO] ------------------------------------------------------------------------ +[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.22.1:test (default-test) on project lippia-api-example-project: There are test failures. +[ERROR] +[ERROR] Please refer to /var/jenkins_home/workspace/ippia-api-example-project_master/target/surefire-reports for the individual test results. +[ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream. +[ERROR] -> [Help 1] +[ERROR] +[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. +[ERROR] Re-run Maven using the -X switch to enable full debug logging. +[ERROR] +[ERROR] For more information about the errors and possible solutions, please read the following articles: +[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException +ha:////4LEWiExrdsKClH1woao4TchD1RpFQ03dXFSIojLSFhgsAAAApR+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOIiISEKRJXWcsMLTGyME+vO2A5JxYv4Gn8gEImKLVY728zzBcsU4cjRYmuoc5Qah8H3dlo4cOwungds+YwNU2JvUJpBsjb1jJKzgTlFCQsBK0ON5+TIZliLVt1V5RXZ6pTj9B0ElE7f4AGFmMxZxfyFMcLm2uvE9PP8FcAYQoZyu//U7g3QKkBhvgAAAA==[Pipeline] } +ha:////4KAByWiCZRGS0c+zVJyWBxF2z41sDlVAt5Gna2De8+AiAAAApR+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOIiIQokRJXWcsMLTGyME+vO2A5JxYv4Gn8gEImKLVY728zzBcsU4cjRYmuoc5Qah8H3dlo4cOwungds+YwNU2JvUJpBsjb1jJKzgTlFCQsBK0ON5+TIZliLVt1V5RXZ6pTj9B0ElE7f4AGFmMxZxfyFMcLm2uvE9PP8FcAYQoZyu//U7g2TqBHnvgAAAA==[Pipeline] // withEnv +ha:////4CJcWn0jPKr3gBLyqNB+I77b+wMxyr598EfTBM+QkfA/AAAApB+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOIi6BCiSmu54QUmNsaJdWdsh6TiRXyNPxCIRMUWq51t5vmCZYpw5GixNdQ5So3D4Hs7LRw4dhfPA7Z8xoYpsTcozSBZm3pGydnAnKKEhYCVocZzcmQzrEWr7qryimx1ynH6DgJKp2/wgEJM5qxi/sIYYXPtdWL6ef4KYAwhQ7nbf2r7BrmPJ1y+AAAA[Pipeline] } +ha:////4KiUMikXVkhCUIzNma6Q6dm4TyEKJuOE7SBleUsygQaPAAAApB+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOISQYmo0lppeIGJjXFi3RnbIal4EV/jD1hEomKL1c4283rDOgY4cTDYaxosxc6id6PJCycOw9XxhD1fsGOK7DS2empZ6WbBlpOGJUUJKwEbTZ3jaMkk2IpePmTlJJnqnEL+jgJKq+7whEJkc5IhfWEOsLuNKjL9PH8FMHufoDzUufb1B1PlWKq+AAAA[Pipeline] // stage +ha:////4LFgOI5yeavOoNqdADbCFECIOar9QpjjwFKdw3ha8+enAAAApR+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOKiiAohqrRWGl5gYmOcWHfGdkgqXsTX+AMWkajYYrWzzbzesI4BThwM9poGS7Gz6N1o8sKJw3B1PGHPF+yYIjuNrZ5aVrpZsOWkYUlRwkrARlPnOFoyCbailw9ZOUmmOqeQv6OA0qo7PKEQ2ZxkSF+YA+xuo4pMP89fAczeJyj3da768AGR3fUzvgAAAA==[Pipeline] } +ha:////4I0S4UlC7VN6PxYpQwp4Uj+XIHwKK8K53xVQn1hBf5fTAAAApR+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOIioEFCqWgtN7zAJMY4se6C7eBUvIiv8QcsIlGxxWpnm3m9YRk81OwNdpp6S6GxOLjR5IWJfX91nLDjCzZMgZ1GqZPkVp9mlBw1zClKWAhYaWocB0smwlp06qEqp8hU5+jzdxRQ2vYOTyhENkfl4xcmD5vb2Aamn+evAKZhiFDud7m2hw+pn2bCvgAAAA==[Pipeline] // withEnv +ha:////4KNhBb03UJQoY/CNkvwU6obpFdCsE0CydNzm/8J1q3+MAAAApB+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPMJRlBJR0VppeIGJjXFi3Tn2haTiRXyNP2ARiYotVjvbzOsN2xThRNGK3uDgMHVOBD/ZvMRMcbh5mkVPV9ERJvJGtGZuSZvzii2xgTVFCRsJO4Odp+TQMuxlrx6q8gptdeGYv6OE0ukRnlDIbGYV+QtLhMN90onw5/krgCUEhrJpctX1B6j05nC+AAAA[Pipeline] } +ha:////4D4HFERUFQNpLZ99yGkyeTHH0UaMhIfPp/c9fh9Ds/MgAAAApB+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOICgg6lorXc8AKTGOPEugu2g1PxIr7GH7CIRMUWq51t5vWGZfBQszfYaeothcbi4EaTFyb2/dVxwo4v2DAFdhqlTpJbfZpRctQwpyhhIWClqXEcLJkIa9Gph6qcIlOdo8/fUUBp2zs8oRDZHJWPX5g8bG5jG5h+nr8CmIYhQrk/5NptP4b05Bq+AAAA[Pipeline] // withEnv +ha:////4AfwjqvCftyNrvJcELZ58nf9wqmasaC9wu/MXXm1ms+KAAAAox+LCAAAAAAAAP9tjTESgjAQRT84FraWHiIUauVY2WZoPEGEGAOZXUwWofJEXs07yMiMlb/67zXv9cYyRRw5OtVYaj2lyqsu9G56auDYXgMPquGLqpgSB6tKO5Rc29OMJYvFvCzHQmNlqQqcPDnBWjfmYYpgyBVniZM7aOS+vuOJTE9lMVG+MEZsbn2dmH6dvwGMXSfIt3tBtvsA/gVtV70AAAA=[Pipeline] } +ha:////4CepxyXf0V/b9GzrJE8ZqXIYuk00sQcNOCvNaYEEV01EAAAAox+LCAAAAAAAAP9tjbEOgjAURS8YB1dHP6IMJC7GybVh8Qsq1Fpo3sP2IUx+kb/mP0gkcfJO95zlvN5Yp4gjR6daS52nVHvVh8HNT40cu2vgUbV8UTVT4mBVZceKG3tasGKxWJblWGlsLNWBkycn2OrWPEwRDLniLHF2B43cN3c8kem5LCbKF6aI3W1oEtOv8zeAqe8FebkXZOUHjeqpjr0AAAA=[Pipeline] // node +ha:////4FVLxUpMPv4/qoykQAcW5Lw3qGNnDuJkggQ4qJK7lJpUAAAApB+LCAAAAAAAAP9tjTEOwjAQBDdBFLSUPMKRoKBAVLRWGl5gEmOcWHfBvpBUvIiv8QciIlGx1c4083pjmSKOHJ1qLLWeUuVVF3o3PTVwbK+BB9XwRVVMiYNVpR1Kru1pxpLFYl6WY6GxslQFTp6cYK0b8zBFMOSKs8TJHTRyX9/xRKanspgoXxgjNre+Tky/zt8Axq4T5Lu9INt+AKvzzsS9AAAA[Pipeline] End of Pipeline +ERROR: script returned exit code 1 +Finished: FAILURE diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/log-index b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/log-index new file mode 100644 index 0000000..e95389f --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/log-index @@ -0,0 +1,6 @@ +1765 3 +2123 +3358 7 +4708 +10489 26 +23081 diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/10.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/10.xml new file mode 100644 index 0000000..f95c1f2 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/10.xml @@ -0,0 +1,31 @@ + + + + + 9 + + 10 + org.jenkinsci.plugins.workflow.steps.EnvStep + + + + + + + overrides + + GIT_BRANCH=master + GIT_COMMIT=15e80abe1cd621b912c7ff7aaa85e46e49eb4e9d + GIT_LOCAL_BRANCH=master + GIT_PREVIOUS_COMMIT=15e80abe1cd621b912c7ff7aaa85e46e49eb4e9d + GIT_URL=git@bitbucket.org:crowdarautomation/lippia-api-example-project.git + + + + true + + + 1567445049313 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/11.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/11.xml new file mode 100644 index 0000000..d951dc0 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/11.xml @@ -0,0 +1,16 @@ + + + + + 10 + + 11 + org.jenkinsci.plugins.workflow.steps.EnvStep + + + + + 1567445049323 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/12.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/12.xml new file mode 100644 index 0000000..c6b0d3e --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/12.xml @@ -0,0 +1,25 @@ + + + + + 11 + + 12 + org.jenkinsci.plugins.workflow.support.steps.StageStep + + + + + + + name + Declarative: Tool Install + + + true + + + 1567445049440 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/13.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/13.xml new file mode 100644 index 0000000..086fe3c --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/13.xml @@ -0,0 +1,27 @@ + + + + + 12 + + 13 + org.jenkinsci.plugins.workflow.support.steps.StageStep + + + + + Declarative: Tool Install + + + 1567445049451 + + + + + SYNTHETIC_STAGE + PRE + + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/14.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/14.xml new file mode 100644 index 0000000..a538a8e --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/14.xml @@ -0,0 +1,29 @@ + + + + + 13 + + 14 + org.jenkinsci.plugins.workflow.steps.ToolStep + + + + + + name + maven-3 + + + type + hudson.tasks.Maven$MavenInstallation + + + true + + + 1567445049492 + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/15.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/15.xml new file mode 100644 index 0000000..732acd7 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/15.xml @@ -0,0 +1,29 @@ + + + + + 14 + + 15 + org.jenkinsci.plugins.pipeline.modeldefinition.steps.EnvVarsForToolStep + + + + + + toolId + hudson.tasks.Maven$MavenInstallation + + + toolVersion + maven-3 + + + true + + + 1567445049534 + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/16.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/16.xml new file mode 100644 index 0000000..627d3aa --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/16.xml @@ -0,0 +1,16 @@ + + + + + 15 + + 16 + 13 + + + + + 1567445049567 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/17.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/17.xml new file mode 100644 index 0000000..fa8a7c7 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/17.xml @@ -0,0 +1,15 @@ + + + + + 16 + + 17 + 12 + + + + 1567445049585 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/18.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/18.xml new file mode 100644 index 0000000..51c7b80 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/18.xml @@ -0,0 +1,29 @@ + + + + + 17 + + 18 + org.jenkinsci.plugins.workflow.steps.EnvStep + + + + + + + overrides + + M2_HOME=/var/jenkins_home/tools/hudson.tasks.Maven_MavenInstallation/maven-3 + MAVEN_HOME=/var/jenkins_home/tools/hudson.tasks.Maven_MavenInstallation/maven-3 + PATH+MAVEN=/var/jenkins_home/tools/hudson.tasks.Maven_MavenInstallation/maven-3/bin + + + + true + + + 1567445049616 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/19.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/19.xml new file mode 100644 index 0000000..058c468 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/19.xml @@ -0,0 +1,16 @@ + + + + + 18 + + 19 + org.jenkinsci.plugins.workflow.steps.EnvStep + + + + + 1567445049625 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/2.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/2.xml new file mode 100644 index 0000000..e5cb9a4 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/2.xml @@ -0,0 +1,12 @@ + + + + + 2 + + + + 1567445041447 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/20.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/20.xml new file mode 100644 index 0000000..52b57d8 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/20.xml @@ -0,0 +1,25 @@ + + + + + 19 + + 20 + org.jenkinsci.plugins.workflow.support.steps.StageStep + + + + + + + name + Build + + + true + + + 1567445049658 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/21.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/21.xml new file mode 100644 index 0000000..9252661 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/21.xml @@ -0,0 +1,27 @@ + + + + + 20 + + 21 + org.jenkinsci.plugins.workflow.support.steps.StageStep + + + + + Build + + + 1567445049669 + + + + + STAGE_STATUS + FAILED_AND_CONTINUED + + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/22.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/22.xml new file mode 100644 index 0000000..9eb6c27 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/22.xml @@ -0,0 +1,29 @@ + + + + + 21 + + 22 + org.jenkinsci.plugins.workflow.steps.ToolStep + + + + + + name + maven-3 + + + type + hudson.tasks.Maven$MavenInstallation + + + true + + + 1567445049772 + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/23.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/23.xml new file mode 100644 index 0000000..bb94cd9 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/23.xml @@ -0,0 +1,29 @@ + + + + + 22 + + 23 + org.jenkinsci.plugins.pipeline.modeldefinition.steps.EnvVarsForToolStep + + + + + + toolId + hudson.tasks.Maven$MavenInstallation + + + toolVersion + maven-3 + + + true + + + 1567445049808 + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/24.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/24.xml new file mode 100644 index 0000000..20ba14c --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/24.xml @@ -0,0 +1,29 @@ + + + + + 23 + + 24 + org.jenkinsci.plugins.workflow.steps.EnvStep + + + + + + + overrides + + MASKED_VALUE + MASKED_VALUE + MASKED_VALUE + + + + false + + + 1567445049855 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/25.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/25.xml new file mode 100644 index 0000000..937af64 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/25.xml @@ -0,0 +1,16 @@ + + + + + 24 + + 25 + org.jenkinsci.plugins.workflow.steps.EnvStep + + + + + 1567445049864 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/26.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/26.xml new file mode 100644 index 0000000..4504283 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/26.xml @@ -0,0 +1,46 @@ + + + + + 25 + + 26 + org.jenkinsci.plugins.workflow.steps.durable_task.ShellStep + + + + + + script + mvn clean -P Secuencial test + + + true + + + 1567445049930 + + + + + script returned exit code 1 + + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.handleExit(DurableTaskStep.java:658) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.check(DurableTaskStep.java:604) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.run(DurableTaskStep.java:548) + java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) + java.util.concurrent.FutureTask.run(FutureTask.java:266) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) + java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) + java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) + java.lang.Thread.run(Thread.java:748) + + + + + + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/27.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/27.xml new file mode 100644 index 0000000..689ebac --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/27.xml @@ -0,0 +1,37 @@ + + + + + 26 + + 27 + 25 + + + + + 1567445067022 + + + + script returned exit code 1 + + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.handleExit(DurableTaskStep.java:658) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.check(DurableTaskStep.java:604) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.run(DurableTaskStep.java:548) + java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) + java.util.concurrent.FutureTask.run(FutureTask.java:266) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) + java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) + java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) + java.lang.Thread.run(Thread.java:748) + + + + + + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/28.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/28.xml new file mode 100644 index 0000000..c190336 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/28.xml @@ -0,0 +1,36 @@ + + + + + 27 + + 28 + 24 + + + + 1567445067056 + + + + script returned exit code 1 + + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.handleExit(DurableTaskStep.java:658) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.check(DurableTaskStep.java:604) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.run(DurableTaskStep.java:548) + java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) + java.util.concurrent.FutureTask.run(FutureTask.java:266) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) + java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) + java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) + java.lang.Thread.run(Thread.java:748) + + + + + + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/29.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/29.xml new file mode 100644 index 0000000..b1585b6 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/29.xml @@ -0,0 +1,37 @@ + + + + + 28 + + 29 + 21 + + + + + 1567445067086 + + + + script returned exit code 1 + + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.handleExit(DurableTaskStep.java:658) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.check(DurableTaskStep.java:604) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.run(DurableTaskStep.java:548) + java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) + java.util.concurrent.FutureTask.run(FutureTask.java:266) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) + java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) + java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) + java.lang.Thread.run(Thread.java:748) + + + + + + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/3.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/3.xml new file mode 100644 index 0000000..d6b0dd6 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/3.xml @@ -0,0 +1,33 @@ + + + + + 2 + + 3 + org.jenkinsci.plugins.workflow.support.steps.ExecutorStep + + + + + + + label + + + + true + + + 1567445045901 + + + 4 + + + + /var/jenkins_home/workspace/ippia-api-example-project_master + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/30.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/30.xml new file mode 100644 index 0000000..a73c7fc --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/30.xml @@ -0,0 +1,36 @@ + + + + + 29 + + 30 + 20 + + + + 1567445067149 + + + + script returned exit code 1 + + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.handleExit(DurableTaskStep.java:658) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.check(DurableTaskStep.java:604) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.run(DurableTaskStep.java:548) + java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) + java.util.concurrent.FutureTask.run(FutureTask.java:266) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) + java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) + java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) + java.lang.Thread.run(Thread.java:748) + + + + + + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/31.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/31.xml new file mode 100644 index 0000000..08ef9f7 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/31.xml @@ -0,0 +1,16 @@ + + + + + 30 + + 31 + 19 + + + + + 1567445067171 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/32.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/32.xml new file mode 100644 index 0000000..dc9e2c6 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/32.xml @@ -0,0 +1,15 @@ + + + + + 31 + + 32 + 18 + + + + 1567445067189 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/33.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/33.xml new file mode 100644 index 0000000..25f5814 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/33.xml @@ -0,0 +1,37 @@ + + + + + 32 + + 33 + 11 + + + + + 1567445067201 + + + + script returned exit code 1 + + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.handleExit(DurableTaskStep.java:658) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.check(DurableTaskStep.java:604) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.run(DurableTaskStep.java:548) + java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) + java.util.concurrent.FutureTask.run(FutureTask.java:266) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) + java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) + java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) + java.lang.Thread.run(Thread.java:748) + + + + + + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/34.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/34.xml new file mode 100644 index 0000000..9aa5a7f --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/34.xml @@ -0,0 +1,36 @@ + + + + + 33 + + 34 + 10 + + + + 1567445067229 + + + + script returned exit code 1 + + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.handleExit(DurableTaskStep.java:658) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.check(DurableTaskStep.java:604) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.run(DurableTaskStep.java:548) + java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) + java.util.concurrent.FutureTask.run(FutureTask.java:266) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) + java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) + java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) + java.lang.Thread.run(Thread.java:748) + + + + + + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/35.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/35.xml new file mode 100644 index 0000000..168a448 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/35.xml @@ -0,0 +1,37 @@ + + + + + 34 + + 35 + 4 + + + + + 1567445067251 + + + + script returned exit code 1 + + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.handleExit(DurableTaskStep.java:658) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.check(DurableTaskStep.java:604) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.run(DurableTaskStep.java:548) + java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) + java.util.concurrent.FutureTask.run(FutureTask.java:266) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) + java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) + java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) + java.lang.Thread.run(Thread.java:748) + + + + + + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/36.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/36.xml new file mode 100644 index 0000000..69f900e --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/36.xml @@ -0,0 +1,39 @@ + + + + + 35 + + 36 + 3 + + + + 1567445067285 + + + + script returned exit code 1 + + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.handleExit(DurableTaskStep.java:658) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.check(DurableTaskStep.java:604) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.run(DurableTaskStep.java:548) + java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) + java.util.concurrent.FutureTask.run(FutureTask.java:266) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) + java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) + java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) + java.lang.Thread.run(Thread.java:748) + + + + + + + + + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/37.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/37.xml new file mode 100644 index 0000000..2420163 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/37.xml @@ -0,0 +1,42 @@ + + + + + 36 + + 37 + 2 + + FAILURE + 2 + RED + true + + + + + + script returned exit code 1 + + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.handleExit(DurableTaskStep.java:658) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.check(DurableTaskStep.java:604) + org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.run(DurableTaskStep.java:548) + java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) + java.util.concurrent.FutureTask.run(FutureTask.java:266) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) + java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) + java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) + java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) + java.lang.Thread.run(Thread.java:748) + + + + + + + + + 1567445067326 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/4.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/4.xml new file mode 100644 index 0000000..4270776 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/4.xml @@ -0,0 +1,16 @@ + + + + + 3 + + 4 + org.jenkinsci.plugins.workflow.support.steps.ExecutorStep + + + + + 1567445046119 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/5.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/5.xml new file mode 100644 index 0000000..ad1b88a --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/5.xml @@ -0,0 +1,25 @@ + + + + + 4 + + 5 + org.jenkinsci.plugins.workflow.support.steps.StageStep + + + + + + + name + Declarative: Checkout SCM + + + true + + + 1567445046197 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/6.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/6.xml new file mode 100644 index 0000000..23343c0 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/6.xml @@ -0,0 +1,27 @@ + + + + + 5 + + 6 + org.jenkinsci.plugins.workflow.support.steps.StageStep + + + + + Declarative: Checkout SCM + + + 1567445046230 + + + + + SYNTHETIC_STAGE + PRE + + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/7.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/7.xml new file mode 100644 index 0000000..d2cde1e --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/7.xml @@ -0,0 +1,108 @@ + + + + + 6 + + 7 + org.jenkinsci.plugins.workflow.steps.scm.GenericSCMStep + + + + + + scm + + + + doGenerateSubmoduleConfigurations + false + + + extensions + + + + $class + CleanBeforeCheckout + + + + + $class + CleanCheckout + + + + + $class + LocalBranch + + + localBranch + ** + + + UNSERIALIZABLE + + + $class + BuildChooserSetting + + + buildChooser + UNSERIALIZABLE + + + + + + branches + + + + name + master + + + + + + submoduleCfg + + + + userRemoteConfigs + + + + credentialsId + jenkins-generated-ssh-key + + + name + origin + + + refspec + +refs/heads/*:refs/remotes/origin/* + + + url + git@bitbucket.org:crowdarautomation/lippia-api-example-project.git + + + + + + + + + false + + + 1567445046332 + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/8.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/8.xml new file mode 100644 index 0000000..ac3df43 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/8.xml @@ -0,0 +1,16 @@ + + + + + 7 + + 8 + 6 + + + + + 1567445049195 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/9.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/9.xml new file mode 100644 index 0000000..af11cb7 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/8/workflow/9.xml @@ -0,0 +1,15 @@ + + + + + 8 + + 9 + 5 + + + + 1567445049211 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/9/build.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/9/build.xml new file mode 100644 index 0000000..ed185e4 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/9/build.xml @@ -0,0 +1,198 @@ + + + + + + + + admin + + 1 + + + + + blueocean + + + master + + 15e80abe1cd621b912c7ff7aaa85e46e49eb4e9d + + + + + + + 2bcef144-d5bf-465c-a216-4e780bfb6e5c + + + + + Build + + + default + + + sh + + + + + script + + + mvn clean -P Secuencial test + + + + + + + + + + + 2bcef144-d5bf-465c-a216-4e780bfb6e5c + + + + + + + master + + + 15e80abe1cd621b912c7ff7aaa85e46e49eb4e9d + + + + master + + + + + 9 + + + + + + git@bitbucket.org:crowdarautomation/lippia-api-example-project.git + + + + + + master + + + + /var/jenkins_home/workspace/ippia-api-example-project_master + + + + + git git@bitbucket.org:crowdarautomation/lippia-api-example-project.git + + + + + + + 5 + 1567607790231 + 1567607790237 + 0 + UTF-8 + false + + SUCCESS + + + MAX_SURVIVABILITY + + + flowNode + 350132867 + + + classLoad + 8321435919 + + + run + 5068505816 + + + parse + 1677357533 + + + saveProgram + 310555299 + + + true + 26 + 1:26 + 2 + false + false + + false + + + + 2 + + + origin + +refs/heads/*:refs/remotes/origin/* + git@bitbucket.org:crowdarautomation/lippia-api-example-project.git + jenkins-generated-ssh-key + + + + + master + + + false + + + + + + ** + + + false + + + + + + + + + + /var/jenkins_home/workspace/ippia-api-example-project_master + /var/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/9/changelog8861956779211200327.xml + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/9/changelog8861956779211200327.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/9/changelog8861956779211200327.xml new file mode 100644 index 0000000..e69de29 diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/9/log b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/9/log new file mode 100644 index 0000000..688b111 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/9/log @@ -0,0 +1,113 @@ +Started by user ha:////4JA9v5tUzlTDtGOPJBEIYYw13/8/48+N2KXiX3lP80O/AAAAlx+LCAAAAAAAAP9b85aBtbiIQTGjNKU4P08vOT+vOD8nVc83PyU1x6OyILUoJzMv2y+/JJUBAhiZGBgqihhk0NSjKDWzXb3RdlLBUSYGJk8GtpzUvPSSDB8G5tKinBIGIZ+sxLJE/ZzEvHT94JKizLx0a6BxUmjGOUNodHsLgAzWEgZu/dLi1CL9xJTczDwAj6GcLcAAAAA=admin + > git rev-parse --is-inside-work-tree # timeout=10 +Setting origin to git@bitbucket.org:crowdarautomation/lippia-api-example-project.git + > git config remote.origin.url git@bitbucket.org:crowdarautomation/lippia-api-example-project.git # timeout=10 +Fetching origin... +Fetching upstream changes from origin + > git --version # timeout=10 + > git config --get remote.origin.url # timeout=10 +using GIT_SSH to set credentials jenkins-generated-ssh-key + > git fetch --tags --force --progress origin +refs/heads/*:refs/remotes/origin/* +Seen branch in repository origin/Guillermo-Aguirre/readmemd-edited-online-with-bitbucket-1564705696111 +Seen branch in repository origin/entityConfiguration +Seen branch in repository origin/master +Seen 3 remote branches +Obtained Jenkinsfile from 15e80abe1cd621b912c7ff7aaa85e46e49eb4e9d +Running in Durability level: MAX_SURVIVABILITY +ha:////4EpFwZMblgPsvyuGKahQ1L+j05K4tCKNbiHHZH0UNZxoAAAAoh+LCAAAAAAAAP9tjTEOwjAQBM8BClpKHuFItIiK1krDC0x8GCfWnbEdkooX8TX+gCESFVvtrLSa5wtWKcKBo5UdUu8otU4GP9jS5Mixv3geZcdn2TIl9igbHBs2eJyx4YwwR1SwULBGaj0nRzbDRnX6rmuvydanHMu2V1A5c4MHCFXMWcf8hSnC9jqYxPTz/BXAFEIGsfuclm8zQVqFvQAAAA==[Pipeline] Start of Pipeline +ha:////4JbFIovlyT+ZyXlfN0Sge4M2zB+J8Zu8WqfqcDkWFDDTAAAApR+LCAAAAAAAAP9tjTEOwjAUQ3+KOrAycohUghExsUZZOEFIQkgb/d8mKe3EibgadyBQiQlLlmxL1nu+oE4RjhQdby12HpP2vA+jK4lPFLtroIm3dOGaMFGwXNpJkrGnpUrKFhaxClYC1hZ1oOTRZdiIVt1VExS65pxj2Q4CKm8GeAAThZxVzN8yR9jeRpMIf5y/AJj7DGxXvP/86jduZBmjwAAAAA==[Pipeline] node +Running on ha:////4L6hoUIbWOHwlkY93tw6rrqwebps19DdkUlnlOjiPx+jAAAAnh+LCAAAAAAAAP9b85aBtbiIQTGjNKU4P08vOT+vOD8nVc83PyU1x6OyILUoJzMv2y+/JJUBAhiZGBgqihhk0NSjKDWzXb3RdlLBUSYGJk8GtpzUvPSSDB8G5tKinBIGIZ+sxLJE/ZzEvHT94JKizLx0a6BxUmjGOUNodHsLgAz2EgZh/eT83ILSktQifY3cxGIgrakPAHib2iPIAAAAJenkins in /var/jenkins_home/workspace/ippia-api-example-project_master +ha:////4An/JK7ttUJB8PL7SrZO8V4y9FGdNSKGJMNcKFpoxhxuAAAApR+LCAAAAAAAAP9tjTEOwjAUQ3+KOrAycoh0gA0xsUZZOEFIQkgb/d8mKe3EibgadyBQiQlLlmxL1nu+oE4RjhQdby12HpP2vA+jK4lPFLtroIm3dOGaMFGwXNpJkrGnpUrKFhaxClYC1hZ1oOTRZdiIVt1VExS65pxj2Q4CKm8GeAAThZxVzN8yR9jeRpMIf5y/AJj7DGxXvP/86jfoP95RwAAAAA==[Pipeline] { +ha:////4Hb+IsHl99PpL00yKBYZ/cELdpsxcvFOImrNjM3ayltcAAAApR+LCAAAAAAAAP9tjTEOwjAUQ3+KOrAycoh0gQkxsUZZOEFIQkgb/d8mKe3EibgadyBQiQlLlmxL1nu+oE4RjhQdby12HpP2vA+jK4lPFLtroIm3dOGaMFGwXNpJkrGnpUrKFhaxClYC1hZ1oOTRZdiIVt1VExS65pxj2Q4CKm8GeAAThZxVzN8yR9jeRpMIf5y/AJj7DGxXvP/86jc09154wAAAAA==[Pipeline] stage +ha:////4DYcSpHJuJSnGcW1Hw7C/AY+emmR7paW70jmzBKKpBVbAAAApR+LCAAAAAAAAP9tjTEOwjAUQ3+KOrAycoh0ggUxsUZZOEFIQkgb/d8mKe3EibgadyBQiQlLlmxL1nu+oE4RjhQdby12HpP2vA+jK4lPFLtroIm3dOGaMFGwXNpJkrGnpUrKFhaxClYC1hZ1oOTRZdiIVt1VExS65pxj2Q4CKm8GeAAThZxVzN8yR9jeRpMIf5y/AJj7DGxXvP/86jek7ggRwAAAAA==[Pipeline] { (Declarative: Checkout SCM) +ha:////4KpON2s1z0FcGBMZuC7x6NsOn5Y94IfM+IuW/hH0Q3MTAAAAoh+LCAAAAAAAAP9tjTEOAiEURD9rLGwtPQTbaWGsbAmNJ0AWEZb8zwLrbuWJvJp3kLiJlZNMMm+a93rDOic4UbLcG+wdZu14DKOti0+U+lugiXu6ck2YKRguzSSpM+cFJRUDS1gDKwEbgzpQdmgLbIVXD9UGhba9lFS/o4DGdQM8gYlqLiqVL8wJdvexy4Q/z18BzLEA29ce4gfg7KmOvAAAAA==[Pipeline] checkout +using credential jenkins-generated-ssh-key + > git rev-parse --is-inside-work-tree # timeout=10 +Fetching changes from the remote Git repository + > git config remote.origin.url git@bitbucket.org:crowdarautomation/lippia-api-example-project.git # timeout=10 +Cleaning workspace + > git rev-parse --verify HEAD # timeout=10 +Resetting working tree + > git reset --hard # timeout=10 + > git clean -fdx # timeout=10 +Fetching without tags +Fetching upstream changes from git@bitbucket.org:crowdarautomation/lippia-api-example-project.git + > git --version # timeout=10 +using GIT_SSH to set credentials jenkins-generated-ssh-key + > git fetch --no-tags --force --progress git@bitbucket.org:crowdarautomation/lippia-api-example-project.git +refs/heads/*:refs/remotes/origin/* +Checking out Revision 15e80abe1cd621b912c7ff7aaa85e46e49eb4e9d (master) + > git config core.sparsecheckout # timeout=10 + > git checkout -f 15e80abe1cd621b912c7ff7aaa85e46e49eb4e9d + > git branch -a -v --no-abbrev # timeout=10 + > git branch -D master # timeout=10 + > git checkout -b master 15e80abe1cd621b912c7ff7aaa85e46e49eb4e9d +Commit message: "pom root 1.6.1" + > git rev-list --no-walk 15e80abe1cd621b912c7ff7aaa85e46e49eb4e9d # timeout=10 +Cleaning workspace + > git rev-parse --verify HEAD # timeout=10 +Resetting working tree + > git reset --hard # timeout=10 + > git clean -fdx # timeout=10 +ha:////4O3nADGHs23/Kl3D4Vem/YK++A7mSIgOy37UayO0/AUVAAAAoh+LCAAAAAAAAP9tjTEOAiEURD9rLGwtPQTbGRNjZUtoPAGyiLDkfxZYdytP5NW8g8RNrJxkknnTvNcb1jnBiZLl3mDvMGvHYxhtXXyi1N8CTdzTlWvCTMFwaSZJnTkvKKkYWMIaWAnYGNSBskNbYCu8eqg2KLTtpaT6HQU0rhvgCUxUc1GpfGFOsLuPXSb8ef4KYI6xADvU7j9Dg2gqvAAAAA==[Pipeline] } +ha:////4O9w4ghdmRfJF0B7+f9fc/xQtiMOEbP+6UqMSgc5gMJ4AAAAoh+LCAAAAAAAAP9tjTEOAiEURD9rLGwtPQRbWRhjZUtoPAGyiLDkfxZYdytP5NW8g8RNrJxkknnTvNcb1jnBiZLl3mDvMGvHYxhtXXyi1N8CTdzTlWvCTMFwaSZJnTkvKKkYWMIaWAnYGNSBskNbYCu8eqg2KLTtpaT6HQU0rhvgCUxUc1GpfGFOsLuPXSb8ef4KYI6xADvU7j9J+wGOvAAAAA==[Pipeline] // stage +ha:////4NHa52FzR5XLRVgw0jzEUH2u5K3XlMUkICfTRX8gsn2sAAAAph+LCAAAAAAAAP9tjTEOwjAQBM9BKWgpeYQDEh2iorXc8AITG+PEugv2haTiRXyNPxCIRMVWOyut5vmCMic4UPKycdgGzHWQXez91ORAqb1EGmRDZ1kTZopOajdosu44oyZ2MEcUsFCwdFhHygE9w0o15m6qaNBXJ07TtldQBHuDBwg1mdkk/sKYYH3tbSb8ef4KYOwYxI6h2G4+x/INtuQqUcEAAAA=[Pipeline] withEnv +ha:////4IkdELn3H+ehOu0IBl7G5ln2lrzrxMUhcHI+zdjztI7fAAAApR+LCAAAAAAAAP9tjTEOwjAUQ3+DOrAycoiUzoiJNerCCUITQtLo/zZJSSdOxNW4Ay2VmPBg2Zas93pDGQOcKBjuNHYWY2t570czJ54pdDdPmTu68pYwkte80bkhpc9rbShpWFUw2AjYamw9RYsmwU44+ZCVl2iqSwrzdhTArBrgCYWYyUmG9C1TgP19VJHwx/kLgKlPwOrDYvXyLD8BobDcwgAAAA==[Pipeline] { +ha:////4GI1mBjlATcQtxCtJOjVUpQQFPVKbS2eVJPyCSQFCIEdAAAAph+LCAAAAAAAAP9tjTEOwjAUQ3+LOrAycohUZUVMrFEWThCaEJJG/7dJSjpxIq7GHWipxIQHy7ZkvdcbqhjgRMEwp7GzGFvLej+aObFMobt5yszRlbWEkbxmQmdBSp/XKihpWFWUsOGw1dh6ihZNgh138iFrL9HUlxTm7cihtGqAJxR8JicZ0rdMAfb3UUXCH+cvAKY+Qdk0ix2WZ/UBbwyqm8IAAAA=[Pipeline] stage +ha:////4GhVvIM1JlLTvuNaoqX3JUu1eUxdkq7zCPFeBl7eilMAAAAAph+LCAAAAAAAAP9tjTEOwjAUQ3+LOrAycohUwIiYukZZOEFoQkgb/V9+UtqJE3E17kBLJSY8WLYl673eUESGE7ETjcXWY6y96ELvpiQG4vYaaBANXURNGClYoeygyNhqqYqShUVZDisJa4t1oOjRJdjIRj90GTS68px42o4Scm/u8IRMTuSkOX3LyLC99SYS/jh/ATB2CfLdfrbD/Cw+y7kUycIAAAA=[Pipeline] { (Declarative: Tool Install) +ha:////4N7iDLg+L+l04wzSBEBItgpacbjdMyr9uDK6adVTVzMfAAAApB+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOIiBB2iSmu54QUmNsaJdWdsh6TiRXyNPxCIRMUWq51t5vmCZYpw5GixNdQ5So3D4Hs7LRw4dhfPA7Z8xoYpsTcozSBZm3pGydnAnKKEhYCVocZzcmQzrEWr7qryimx1ynH6DgJKp2/wgEJM5qxi/sIYYXPtdWL6ef4KYAwZyu3uU/vwBgq0rvS+AAAA[Pipeline] tool +ha:////4A4kctZvlpyPbu8PpKcK53GTpXd+QYGaA12bwdhGc7acAAAApB+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOIihKgQVVrLDS8wsTFOrDtjOyQVL+Jr/IFAJCq2WO1sM88XLFOEI0eLraHOUWocBt/baeHAsbt4HrDlMzZMib1BaQbJ2tQzSs4G5hQlLASsDDWekyObYS1adVeVV2SrU47TdxBQOn2DBxRiMmcV8xfGCJtrrxPTz/NXAGPIUG53n9qHN0uFte2+AAAA[Pipeline] envVarsForTool +ha:////4FCAN4aPqIvvtZZIeGn7Ykc6SL/F/dR5JapSvxImrwTzAAAApR+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOIihESDqNJabniBiY1xYt0Z2yGpeBFf4w8EIlGxxWpnm3m+YJkiHDlabA11jlLjMPjeTgsHjt3F84Atn7FhSuwNSjNI1qaeUXI2MKcoYSFgZajxnBzZDGvRqruqvCJbnXKcvoOA0ukbPKAQkzmrmL8wRthce52Yfp6/AhhDyFBu95/avQEeFbpZvgAAAA==[Pipeline] } +ha:////4NMmpVp8HvnfaGCk6ooRIduGb6/F3kmPOI5bcU9Imnm6AAAApB+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOIiaCgQVVrLDS8wsTFOrDtjOyQVL+Jr/IFAJCq2WO1sM88XLFOEI0eLraHOUWocBt/baeHAsbt4HrDlMzZMib1BaQbJ2tQzSs4G5hQlLASsDDWekyObYS1adVeVV2SrU47TdxBQOn2DBxRiMmcV8xfGCJtrrxPTz/NXAGMIGcrt/lO7Ny324eW+AAAA[Pipeline] // stage +ha:////4FMSGU596ro4O24GdH6I5fZjkbdkZzf3fBSvaGAzivhMAAAApx+LCAAAAAAAAP9tjTEOwjAUQ3+LOrAycohU3ZAQE2uUhROEJoSk0f9tkpJOnIircQdaKjHhwbItWe/1hioGOFEwzGnsLMbWst6PZk4sU+hunjJzdGUtYSSvmdBZkNLntQpKGlYVJWw4bDW2nqJFk2DHnXzI2ks09SWFeTtyKK0a4AkFn8lJhvQtU4D9fVSR8Mf5C4CpT1A2zWKH5Vl9AAkvMTrCAAAA[Pipeline] withEnv +ha:////4E1XdtaCR43qNgMlgJL1bmyI27EO1NcI7KM3IbkVBkLRAAAApx+LCAAAAAAAAP9tjTEOwjAUQ3+LOrAycohUbCDE1DXKwglCE0La6P/yk9JOnIircQdaKjHhwbItWe/1hiIynIidaCy2HmPtRRd6NyUxELfXQINo6CJqwkjBCmUHRcZWS1WULCzKclhJWFusA0WPLsFGNvqhy6DRlefE03aUkHtzhydkciInzelbRobtrTeR8Mf5C4CxS5Dv9rMd5mfxASnCIIrCAAAA[Pipeline] { +ha:////4FTkvBZdz+VVctGk/lmfY6n1DBzM9LJMslccd0Cf5rnnAAAApx+LCAAAAAAAAP9tjTEOwjAUQ3+LOrAycogU2BDqxBp14QShCSFp9H9JUtKJE3E17kCgEhMeLNuS9Z4vqIKHhrxmVmFvMHSGDW7UObFEvr84SszSmXWEgZxirUotSXWca0tRwayihAWHpcLOUTCoI6y4FXdRO4G6PkWftwOH0sgbPKDgmRyFj98yeVhfRxkIf5y/AJiGCOV2n223+TyrN7xWSV3CAAAA[Pipeline] stage +ha:////4JJz08kWJ32WWwEjs4hmPl/36Hh5F303HFm8qYF7fYt1AAAAph+LCAAAAAAAAP9tjTEOwjAUQ3+LOrAycogUWBFT1ygLJwhNCGmj/8tPSjtxIq7GHWipxIQHy7ZkvdcbishwInaisdh6jLUXXejdlMRA3F4DDaKhi6gJIwUrlB0UGVstVVGysCjLYSVhbbEOFD26BBvZ6Icug0ZXnhNP21FC7s0dnpDJiZw0p28ZGba33kTCH+cvAMYuQX7Yzbafn8UHbGnGmsIAAAA=[Pipeline] { (Build) +ha:////4FzlFxP9CTAScCeVOCE5BujDXjtbH+ad5Vu7eQFyM8WMAAAAox+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOIi0iIqWisNLzCJMXasO8d2cCpexNf4A4FIVGyx2tlmni9YxwBHDhqtot5QbA16N+p5YebQXx1ntHzBlimyU9io3HCnTgs2nBQsKUpYCdgoah1HQzrBVlh5l5WTpKtzCvN3EFCaboAHFGI2JxnSF6YAu9vYRaaf568AJp+grPefqv0bH7uiub4AAAA=[Pipeline] tool +ha:////4ANkmrmjrhRpjki5goiDEzIwF1rNggEJ/phokjkuQtd7AAAAox+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOIioERUaS03vMDExjix7oztkFS8iK/xBwKRqNhitbPNPF+wTBGOHC22hjpHqXEYfG+nhQPH7uJ5wJbP2DAl9galGSRrU88oORuYU5SwELAy1HhOjmyGtWjVXVVeka1OOU7fQUDp9A0eUIjJnFXMXxgjbK69Tkw/z18BjCFDudt+ah/eXoq5oL4AAAA=[Pipeline] envVarsForTool +ha:////4GdaAMi5ShIS//mIEX+Xl6knOIy/SGJae7L7r4zOY7IlAAAApx+LCAAAAAAAAP9tjTEOwjAUQ3+LOrAycohUIDbE1DXKwglCE0La6P/yk9JOnIircQdaKjHhwbItWe/1hiIynIidaCy2HmPtRRd6NyUxELfXQINo6CJqwkjBCmUHRcZWS1WULCzKclhJWFusA0WPLsFGNvqhy6DRlefE03aUkHtzhydkciInzelbRobtrTeR8Mf5C4CxS5Dvd7Md5mfxAR8nhQvCAAAA[Pipeline] withEnv +ha:////4Ne3beDKL8J2X+bJm03TPdjVzp+GFdCnvjAT9J7myRHlAAAApx+LCAAAAAAAAP9tjTEOwjAUQ3+LOrAycohUQjAhpq5RFk4QmhDSRv+Xn5R24kRcjTvQUokJD5ZtyXqvNxSR4UTsRGOx9RhrL7rQuymJgbi9BhpEQxdRE0YKVig7KDK2WqqiZGFRlsNKwtpiHSh6dAk2stEPXQaNrjwnnrajhNybOzwhkxM5aU7fMjJsb72JhD/OXwCMXYJ8t5/tMD+LD/hYjrHCAAAA[Pipeline] { +ha:////4CxVkqej/NSBqll1Ae4co3t4WJ2udUBkqfNOoO3sLwP7AAAApR+LCAAAAAAAAP9tjTEOwjAQBC9BFLSUPOIiIUGDqNJabniBiY1xYt0Z2yGpeBFf4w8EIlGxxWpnm3m+YJkiHDlabA11jlLjMPjeTgsHjt3F84Atn7FhSuwNSjNI1qaeUXI2MKcoYSFgZajxnBzZDGvRqruqvCJbnXKcvoOA0ukbPKAQkzmrmL8wRthce52Yfp6/AhhDhnK7+9Q+vAEIWoEpvgAAAA==[Pipeline] sh ++ mvn clean -P Secuencial test +[INFO] Scanning for projects... +[WARNING] +[WARNING] Some problems were encountered while building the effective model for com.Crowdar:lippia-api-example-project:jar:1.0-SNAPSHOT +[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: com.fasterxml.jackson.core:jackson-databind:jar -> version 2.9.3 vs 2.9.5 @ com.crowdar:Crowd-Root-Framework:1.6.1, /var/jenkins_home/.m2/repository/com/crowdar/Crowd-Root-Framework/1.6.1/Crowd-Root-Framework-1.6.1.pom, line 356, column 25 +[WARNING] +[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. +[WARNING] +[WARNING] For this reason, future Maven versions might no longer support building such malformed projects. +[WARNING] +[INFO] +[INFO] ---------------< com.Crowdar:lippia-api-example-project >--------------- +[INFO] Building api-rest-automation 1.0-SNAPSHOT +[INFO] --------------------------------[ jar ]--------------------------------- +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/atlassian/jira/jira-rest-java-client-core/5.0.4/jira-rest-java-client-core-5.0.4.pom +Progress (1): 382 B Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/atlassian/jira/jira-rest-java-client-core/5.0.4/jira-rest-java-client-core-5.0.4.pom (382 B at 125 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/atlassian/fugue/fugue/2.7.0/fugue-2.7.0.pom +Progress (1): 362 B Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/atlassian/fugue/fugue/2.7.0/fugue-2.7.0.pom (362 B at 365 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/atlassian/connect/ac-play-java_2.10/0.10.1/ac-play-java_2.10-0.10.1.pom +Progress (1): 377 B Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/atlassian/connect/ac-play-java_2.10/0.10.1/ac-play-java_2.10-0.10.1.pom (377 B at 372 B/s) +Downloading from central: https://repo.maven.apache.org/maven2/io/grpc/grpc-core/maven-metadata.xml +Downloading from atlassian-public: https://maven.atlassian.com/repository/public/io/grpc/grpc-core/maven-metadata.xml +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/grpc/grpc-core/maven-metadata.xml +Progress (1): 2.1 kB Progress (2): 2.1 kB | 2.1 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/grpc/grpc-core/maven-metadata.xml (2.1 kB at 2.7 kB/s) +Downloaded from central: https://repo.maven.apache.org/maven2/io/grpc/grpc-core/maven-metadata.xml (2.1 kB at 2.6 kB/s) +Progress (1): 2.6 kB Downloaded from atlassian-public: https://maven.atlassian.com/repository/public/io/grpc/grpc-core/maven-metadata.xml (2.6 kB at 1.0 kB/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/netty/netty-codec-http2/maven-metadata.xml +Downloading from atlassian-public: https://maven.atlassian.com/repository/public/io/netty/netty-codec-http2/maven-metadata.xml +Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-codec-http2/maven-metadata.xml +Progress (1): 2.2/2.3 kB Progress (1): 2.3 kB Progress (2): 2.3 kB | 2.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-codec-http2/maven-metadata.xml (2.3 kB at 4.8 kB/s) +Progress (2): 2.3 kB | 3.8 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/io/netty/netty-codec-http2/maven-metadata.xml (2.3 kB at 2.7 kB/s) +Downloaded from atlassian-public: https://maven.atlassian.com/repository/public/io/netty/netty-codec-http2/maven-metadata.xml (3.8 kB at 3.5 kB/s) +Downloading from atlassian-public: https://maven.atlassian.com/repository/public/com/firebase/firebase-client-android/maven-metadata.xml +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/firebase/firebase-client-android/maven-metadata.xml +Downloading from central: https://repo.maven.apache.org/maven2/com/firebase/firebase-client-android/maven-metadata.xml +Progress (1): 1.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/firebase/firebase-client-android/maven-metadata.xml (1.1 kB at 3.0 kB/s) +Progress (1): 1.1 kB Progress (2): 1.1 kB | 1.1 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/firebase/firebase-client-android/maven-metadata.xml (1.1 kB at 1.3 kB/s) +Downloaded from atlassian-public: https://maven.atlassian.com/repository/public/com/firebase/firebase-client-android/maven-metadata.xml (1.1 kB at 979 B/s) +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/atlassian/jira/jira-rest-java-client-core/5.0.4/jira-rest-java-client-core-5.0.4.jar +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/atlassian/fugue/fugue/2.7.0/fugue-2.7.0.jar +Downloading from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/atlassian/connect/ac-play-java_2.10/0.10.1/ac-play-java_2.10-0.10.1.jar +Progress (1): 4.1/191 kB Progress (1): 7.8/191 kB Progress (1): 12/191 kB Progress (1): 16/191 kB Progress (1): 20/191 kB Progress (1): 24/191 kB Progress (1): 28/191 kB Progress (1): 32/191 kB Progress (1): 36/191 kB Progress (1): 41/191 kB Progress (1): 45/191 kB Progress (1): 49/191 kB Progress (1): 53/191 kB Progress (1): 57/191 kB Progress (1): 61/191 kB Progress (1): 65/191 kB Progress (1): 69/191 kB Progress (1): 73/191 kB Progress (1): 77/191 kB Progress (1): 80/191 kB Progress (1): 84/191 kB Progress (1): 88/191 kB Progress (1): 92/191 kB Progress (1): 96/191 kB Progress (1): 100/191 kB Progress (1): 104/191 kB Progress (1): 109/191 kB Progress (1): 113/191 kB Progress (1): 117/191 kB Progress (1): 121/191 kB Progress (1): 125/191 kB Progress (1): 129/191 kB Progress (1): 133/191 kB Progress (1): 137/191 kB Progress (1): 141/191 kB Progress (1): 145/191 kB Progress (1): 149/191 kB Progress (1): 153/191 kB Progress (1): 157/191 kB Progress (1): 162/191 kB Progress (1): 166/191 kB Progress (1): 169/191 kB Progress (1): 173/191 kB Progress (1): 177/191 kB Progress (1): 181/191 kB Progress (1): 185/191 kB Progress (1): 189/191 kB Progress (1): 191 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/atlassian/jira/jira-rest-java-client-core/5.0.4/jira-rest-java-client-core-5.0.4.jar (191 kB at 108 kB/s) +Progress (1): 4.1/357 kB Progress (2): 4.1/357 kB | 4.1/117 kB Progress (2): 7.8/357 kB | 4.1/117 kB Progress (2): 7.8/357 kB | 7.8/117 kB Progress (2): 12/357 kB | 7.8/117 kB Progress (2): 12/357 kB | 12/117 kB Progress (2): 16/357 kB | 12/117 kB Progress (2): 16/357 kB | 16/117 kB Progress (2): 16/357 kB | 20/117 kB Progress (2): 16/357 kB | 24/117 kB Progress (2): 16/357 kB | 26/117 kB Progress (2): 20/357 kB | 26/117 kB Progress (2): 24/357 kB | 26/117 kB Progress (2): 26/357 kB | 26/117 kB Progress (2): 30/357 kB | 26/117 kB Progress (2): 30/357 kB | 30/117 kB Progress (2): 34/357 kB | 30/117 kB Progress (2): 34/357 kB | 34/117 kB Progress (2): 39/357 kB | 34/117 kB Progress (2): 39/357 kB | 39/117 kB Progress (2): 43/357 kB | 39/117 kB Progress (2): 43/357 kB | 43/117 kB Progress (2): 43/357 kB | 47/117 kB Progress (2): 43/357 kB | 51/117 kB Progress (2): 43/357 kB | 55/117 kB Progress (2): 47/357 kB | 55/117 kB Progress (2): 47/357 kB | 59/117 kB Progress (2): 51/357 kB | 59/117 kB Progress (2): 55/357 kB | 59/117 kB Progress (2): 59/357 kB | 59/117 kB Progress (2): 59/357 kB | 63/117 kB Progress (2): 63/357 kB | 63/117 kB Progress (2): 63/357 kB | 67/117 kB Progress (2): 67/357 kB | 67/117 kB Progress (2): 67/357 kB | 71/117 kB Progress (2): 67/357 kB | 75/117 kB Progress (2): 71/357 kB | 75/117 kB Progress (2): 75/357 kB | 75/117 kB Progress (2): 75/357 kB | 80/117 kB Progress (2): 75/357 kB | 84/117 kB Progress (2): 75/357 kB | 88/117 kB Progress (2): 80/357 kB | 88/117 kB Progress (2): 80/357 kB | 92/117 kB Progress (2): 84/357 kB | 92/117 kB Progress (2): 88/357 kB | 92/117 kB Progress (2): 92/357 kB | 92/117 kB Progress (2): 92/357 kB | 96/117 kB Progress (2): 96/357 kB | 96/117 kB Progress (2): 96/357 kB | 100/117 kB Progress (2): 100/357 kB | 100/117 kB Progress (2): 100/357 kB | 104/117 kB Progress (2): 104/357 kB | 104/117 kB Progress (2): 106/357 kB | 104/117 kB Progress (2): 110/357 kB | 104/117 kB Progress (2): 115/357 kB | 104/117 kB Progress (2): 115/357 kB | 106/117 kB Progress (2): 119/357 kB | 106/117 kB Progress (2): 119/357 kB | 110/117 kB Progress (2): 123/357 kB | 110/117 kB Progress (2): 123/357 kB | 115/117 kB Progress (2): 123/357 kB | 117 kB Progress (2): 127/357 kB | 117 kB Progress (2): 131/357 kB | 117 kB Progress (2): 135/357 kB | 117 kB Progress (2): 139/357 kB | 117 kB Progress (2): 143/357 kB | 117 kB Progress (2): 147/357 kB | 117 kB Progress (2): 151/357 kB | 117 kB Progress (2): 156/357 kB | 117 kB Downloaded from crowdarRepo: http://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/com/atlassian/fugue/fugue/2.7.0/fugue-2.7.0.jar (117 kB at 28 kB/s) +Progress (1): 160/357 kB Progress (1): 164/357 kB Progress (1): 168/357 kB Progress (1): 172/357 kB Progress (1): 176/357 kB \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/9/log-index b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/9/log-index new file mode 100644 index 0000000..c449ba9 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/9/log-index @@ -0,0 +1,5 @@ +1765 3 +2123 +3358 7 +4708 +10489 26 diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/9/program.dat b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/9/program.dat new file mode 100644 index 0000000..2db24b7 Binary files /dev/null and b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/9/program.dat differ diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/9/workflow/10.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/9/workflow/10.xml new file mode 100644 index 0000000..4079947 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/9/workflow/10.xml @@ -0,0 +1,31 @@ + + + + + 9 + + 10 + org.jenkinsci.plugins.workflow.steps.EnvStep + + + + + + + overrides + + GIT_BRANCH=master + GIT_COMMIT=15e80abe1cd621b912c7ff7aaa85e46e49eb4e9d + GIT_LOCAL_BRANCH=master + GIT_PREVIOUS_COMMIT=15e80abe1cd621b912c7ff7aaa85e46e49eb4e9d + GIT_URL=git@bitbucket.org:crowdarautomation/lippia-api-example-project.git + + + + true + + + 1567607806270 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/9/workflow/11.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/9/workflow/11.xml new file mode 100644 index 0000000..e2d133c --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/9/workflow/11.xml @@ -0,0 +1,16 @@ + + + + + 10 + + 11 + org.jenkinsci.plugins.workflow.steps.EnvStep + + + + + 1567607806282 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/9/workflow/12.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/9/workflow/12.xml new file mode 100644 index 0000000..1afdc90 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/9/workflow/12.xml @@ -0,0 +1,25 @@ + + + + + 11 + + 12 + org.jenkinsci.plugins.workflow.support.steps.StageStep + + + + + + + name + Declarative: Tool Install + + + true + + + 1567607806423 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/9/workflow/13.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/9/workflow/13.xml new file mode 100644 index 0000000..c59a0e9 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/9/workflow/13.xml @@ -0,0 +1,27 @@ + + + + + 12 + + 13 + org.jenkinsci.plugins.workflow.support.steps.StageStep + + + + + Declarative: Tool Install + + + 1567607806435 + + + + + SYNTHETIC_STAGE + PRE + + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/9/workflow/14.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/9/workflow/14.xml new file mode 100644 index 0000000..25809d6 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/9/workflow/14.xml @@ -0,0 +1,29 @@ + + + + + 13 + + 14 + org.jenkinsci.plugins.workflow.steps.ToolStep + + + + + + name + maven-3 + + + type + hudson.tasks.Maven$MavenInstallation + + + true + + + 1567607806487 + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/9/workflow/15.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/9/workflow/15.xml new file mode 100644 index 0000000..c4b9fb4 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/9/workflow/15.xml @@ -0,0 +1,29 @@ + + + + + 14 + + 15 + org.jenkinsci.plugins.pipeline.modeldefinition.steps.EnvVarsForToolStep + + + + + + toolId + hudson.tasks.Maven$MavenInstallation + + + toolVersion + maven-3 + + + true + + + 1567607806531 + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/9/workflow/16.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/9/workflow/16.xml new file mode 100644 index 0000000..adfcbc0 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/9/workflow/16.xml @@ -0,0 +1,16 @@ + + + + + 15 + + 16 + 13 + + + + + 1567607806603 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/9/workflow/17.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/9/workflow/17.xml new file mode 100644 index 0000000..d2fa5f1 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/9/workflow/17.xml @@ -0,0 +1,15 @@ + + + + + 16 + + 17 + 12 + + + + 1567607806620 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/9/workflow/18.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/9/workflow/18.xml new file mode 100644 index 0000000..b3fb1e6 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/9/workflow/18.xml @@ -0,0 +1,29 @@ + + + + + 17 + + 18 + org.jenkinsci.plugins.workflow.steps.EnvStep + + + + + + + overrides + + M2_HOME=/var/jenkins_home/tools/hudson.tasks.Maven_MavenInstallation/maven-3 + MAVEN_HOME=/var/jenkins_home/tools/hudson.tasks.Maven_MavenInstallation/maven-3 + PATH+MAVEN=/var/jenkins_home/tools/hudson.tasks.Maven_MavenInstallation/maven-3/bin + + + + true + + + 1567607806650 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/9/workflow/19.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/9/workflow/19.xml new file mode 100644 index 0000000..00c2cab --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/9/workflow/19.xml @@ -0,0 +1,16 @@ + + + + + 18 + + 19 + org.jenkinsci.plugins.workflow.steps.EnvStep + + + + + 1567607806660 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/9/workflow/2.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/9/workflow/2.xml new file mode 100644 index 0000000..c15fa7c --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/9/workflow/2.xml @@ -0,0 +1,12 @@ + + + + + 2 + + + + 1567607798475 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/9/workflow/20.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/9/workflow/20.xml new file mode 100644 index 0000000..75c97a2 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/9/workflow/20.xml @@ -0,0 +1,25 @@ + + + + + 19 + + 20 + org.jenkinsci.plugins.workflow.support.steps.StageStep + + + + + + + name + Build + + + true + + + 1567607806692 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/9/workflow/21.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/9/workflow/21.xml new file mode 100644 index 0000000..17d772d --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/9/workflow/21.xml @@ -0,0 +1,19 @@ + + + + + 20 + + 21 + org.jenkinsci.plugins.workflow.support.steps.StageStep + + + + + Build + + + 1567607806705 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/9/workflow/22.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/9/workflow/22.xml new file mode 100644 index 0000000..9c4627e --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/9/workflow/22.xml @@ -0,0 +1,29 @@ + + + + + 21 + + 22 + org.jenkinsci.plugins.workflow.steps.ToolStep + + + + + + name + maven-3 + + + type + hudson.tasks.Maven$MavenInstallation + + + true + + + 1567607806822 + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/9/workflow/23.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/9/workflow/23.xml new file mode 100644 index 0000000..64175ce --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/9/workflow/23.xml @@ -0,0 +1,29 @@ + + + + + 22 + + 23 + org.jenkinsci.plugins.pipeline.modeldefinition.steps.EnvVarsForToolStep + + + + + + toolId + hudson.tasks.Maven$MavenInstallation + + + toolVersion + maven-3 + + + true + + + 1567607806856 + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/9/workflow/24.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/9/workflow/24.xml new file mode 100644 index 0000000..c0c5ad2 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/9/workflow/24.xml @@ -0,0 +1,29 @@ + + + + + 23 + + 24 + org.jenkinsci.plugins.workflow.steps.EnvStep + + + + + + + overrides + + MASKED_VALUE + MASKED_VALUE + MASKED_VALUE + + + + false + + + 1567607806912 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/9/workflow/25.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/9/workflow/25.xml new file mode 100644 index 0000000..129de44 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/9/workflow/25.xml @@ -0,0 +1,16 @@ + + + + + 24 + + 25 + org.jenkinsci.plugins.workflow.steps.EnvStep + + + + + 1567607806920 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/9/workflow/26.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/9/workflow/26.xml new file mode 100644 index 0000000..ff2505e --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/9/workflow/26.xml @@ -0,0 +1,25 @@ + + + + + 25 + + 26 + org.jenkinsci.plugins.workflow.steps.durable_task.ShellStep + + + + + + script + mvn clean -P Secuencial test + + + true + + + 1567607806993 + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/9/workflow/3.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/9/workflow/3.xml new file mode 100644 index 0000000..f12b3c8 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/9/workflow/3.xml @@ -0,0 +1,33 @@ + + + + + 2 + + 3 + org.jenkinsci.plugins.workflow.support.steps.ExecutorStep + + + + + + + label + + + + true + + + 1567607802440 + + + 6 + + + + /var/jenkins_home/workspace/ippia-api-example-project_master + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/9/workflow/4.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/9/workflow/4.xml new file mode 100644 index 0000000..9234020 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/9/workflow/4.xml @@ -0,0 +1,16 @@ + + + + + 3 + + 4 + org.jenkinsci.plugins.workflow.support.steps.ExecutorStep + + + + + 1567607802638 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/9/workflow/5.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/9/workflow/5.xml new file mode 100644 index 0000000..206284c --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/9/workflow/5.xml @@ -0,0 +1,25 @@ + + + + + 4 + + 5 + org.jenkinsci.plugins.workflow.support.steps.StageStep + + + + + + + name + Declarative: Checkout SCM + + + true + + + 1567607802708 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/9/workflow/6.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/9/workflow/6.xml new file mode 100644 index 0000000..afc49e5 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/9/workflow/6.xml @@ -0,0 +1,27 @@ + + + + + 5 + + 6 + org.jenkinsci.plugins.workflow.support.steps.StageStep + + + + + Declarative: Checkout SCM + + + 1567607802754 + + + + + SYNTHETIC_STAGE + PRE + + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/9/workflow/7.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/9/workflow/7.xml new file mode 100644 index 0000000..4bfce29 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/9/workflow/7.xml @@ -0,0 +1,108 @@ + + + + + 6 + + 7 + org.jenkinsci.plugins.workflow.steps.scm.GenericSCMStep + + + + + + scm + + + + doGenerateSubmoduleConfigurations + false + + + extensions + + + + $class + CleanBeforeCheckout + + + + + $class + CleanCheckout + + + + + $class + LocalBranch + + + localBranch + ** + + + UNSERIALIZABLE + + + $class + BuildChooserSetting + + + buildChooser + UNSERIALIZABLE + + + + + + branches + + + + name + master + + + + + + submoduleCfg + + + + userRemoteConfigs + + + + credentialsId + jenkins-generated-ssh-key + + + name + origin + + + refspec + +refs/heads/*:refs/remotes/origin/* + + + url + git@bitbucket.org:crowdarautomation/lippia-api-example-project.git + + + + + + + + + false + + + 1567607802854 + + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/9/workflow/8.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/9/workflow/8.xml new file mode 100644 index 0000000..2da2419 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/9/workflow/8.xml @@ -0,0 +1,16 @@ + + + + + 7 + + 8 + 6 + + + + + 1567607806142 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/9/workflow/9.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/9/workflow/9.xml new file mode 100644 index 0000000..e3f38e1 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/9/workflow/9.xml @@ -0,0 +1,15 @@ + + + + + 8 + + 9 + 5 + + + + 1567607806162 + + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/lastFailedBuild b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/lastFailedBuild new file mode 100644 index 0000000..301160a --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/lastFailedBuild @@ -0,0 +1 @@ +8 \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/lastStableBuild b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/lastStableBuild new file mode 100644 index 0000000..d7d17fc --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/lastStableBuild @@ -0,0 +1 @@ +-1 \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/lastSuccessfulBuild b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/lastSuccessfulBuild new file mode 100644 index 0000000..d7d17fc --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/lastSuccessfulBuild @@ -0,0 +1 @@ +-1 \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/lastUnstableBuild b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/lastUnstableBuild new file mode 100644 index 0000000..d7d17fc --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/lastUnstableBuild @@ -0,0 +1 @@ +-1 \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/lastUnsuccessfulBuild b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/lastUnsuccessfulBuild new file mode 100644 index 0000000..301160a --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/lastUnsuccessfulBuild @@ -0,0 +1 @@ +8 \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/legacyIds b/jenkins_home/jobs/lippia-api-example-project/branches/master/builds/legacyIds new file mode 100644 index 0000000..e69de29 diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/config.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/config.xml new file mode 100644 index 0000000..1b581e7 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/config.xml @@ -0,0 +1,60 @@ + + + + + + + + + + + + false + + + + blueocean + + master + + + 2 + + + origin + +refs/heads/*:refs/remotes/origin/* + git@bitbucket.org:crowdarautomation/lippia-api-example-project.git + jenkins-generated-ssh-key + + + + + master + + + false + + + + + + ** + + + false + + + + + + + + + + + + Jenkinsfile + + + false + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/lastStable b/jenkins_home/jobs/lippia-api-example-project/branches/master/lastStable new file mode 100644 index 0000000..896f9b2 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/lastStable @@ -0,0 +1 @@ +builds/lastStableBuild \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/lastSuccessful b/jenkins_home/jobs/lippia-api-example-project/branches/master/lastSuccessful new file mode 100644 index 0000000..d643e15 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/lastSuccessful @@ -0,0 +1 @@ +builds/lastSuccessfulBuild \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/name-utf8.txt b/jenkins_home/jobs/lippia-api-example-project/branches/master/name-utf8.txt new file mode 100644 index 0000000..8b25206 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/name-utf8.txt @@ -0,0 +1 @@ +master \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/nextBuildNumber b/jenkins_home/jobs/lippia-api-example-project/branches/master/nextBuildNumber new file mode 100644 index 0000000..f599e28 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/nextBuildNumber @@ -0,0 +1 @@ +10 diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/scm-last-seen-revision-hash.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/scm-last-seen-revision-hash.xml new file mode 100644 index 0000000..db4c0c8 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/scm-last-seen-revision-hash.xml @@ -0,0 +1,7 @@ + + + + master + + 288ea73b28f961917e866207309f597603977893 + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/branches/master/scm-revision-hash.xml b/jenkins_home/jobs/lippia-api-example-project/branches/master/scm-revision-hash.xml new file mode 100644 index 0000000..db4c0c8 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/branches/master/scm-revision-hash.xml @@ -0,0 +1,7 @@ + + + + master + + 288ea73b28f961917e866207309f597603977893 + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/config.xml b/jenkins_home/jobs/lippia-api-example-project/config.xml new file mode 100644 index 0000000..7896e15 --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/config.xml @@ -0,0 +1,62 @@ + + + + + + blueocean-folder-credential-domain + Blue Ocean Folder Credentials domain + + + admin + jenkins-generated-ssh-key + + + + + + + + false + + + + + + + true + -1 + -1 + + + false + + + + + blueocean + git@bitbucket.org:crowdarautomation/lippia-api-example-project.git + jenkins-generated-ssh-key + + + + + + + + + + + ** + + + + + + + + + + + Jenkinsfile + + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/indexing/indexing.xml b/jenkins_home/jobs/lippia-api-example-project/indexing/indexing.xml new file mode 100644 index 0000000..9a4c0ea --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/indexing/indexing.xml @@ -0,0 +1,26 @@ + + + + + + + + admin + + 1 + + + + + + SUCCESS + 0 + BLUE + true + + + 10792 + + 1567437984654 + 10792 + \ No newline at end of file diff --git a/jenkins_home/jobs/lippia-api-example-project/state.xml b/jenkins_home/jobs/lippia-api-example-project/state.xml new file mode 100644 index 0000000..5f7edfb --- /dev/null +++ b/jenkins_home/jobs/lippia-api-example-project/state.xml @@ -0,0 +1,14 @@ + + + + + blueocean + + + git@bitbucket.org:crowdarautomation/lippia-api-example-project.git + master + + + + + \ No newline at end of file diff --git a/jenkins_home/nodeMonitors.xml b/jenkins_home/nodeMonitors.xml new file mode 100644 index 0000000..4ff89e8 --- /dev/null +++ b/jenkins_home/nodeMonitors.xml @@ -0,0 +1,23 @@ + + + + false + + + false + + + false + 1GB + + + false + + + false + 1GB + + + false + + \ No newline at end of file diff --git a/jenkins_home/org.jenkinsci.plugins.gitclient.JGitApacheTool.xml b/jenkins_home/org.jenkinsci.plugins.gitclient.JGitApacheTool.xml new file mode 100644 index 0000000..5eda437 --- /dev/null +++ b/jenkins_home/org.jenkinsci.plugins.gitclient.JGitApacheTool.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/jenkins_home/org.jenkinsci.plugins.gitclient.JGitTool.xml b/jenkins_home/org.jenkinsci.plugins.gitclient.JGitTool.xml new file mode 100644 index 0000000..e1b4e97 --- /dev/null +++ b/jenkins_home/org.jenkinsci.plugins.gitclient.JGitTool.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/jenkins_home/org.jenkinsci.plugins.workflow.flow.FlowExecutionList.xml b/jenkins_home/org.jenkinsci.plugins.workflow.flow.FlowExecutionList.xml new file mode 100644 index 0000000..c01c6ec --- /dev/null +++ b/jenkins_home/org.jenkinsci.plugins.workflow.flow.FlowExecutionList.xml @@ -0,0 +1,7 @@ + + + + lippia-api-example-project/master + 9 + + \ No newline at end of file diff --git a/jenkins_home/plugins.txt b/jenkins_home/plugins.txt new file mode 100644 index 0000000..1e3cc9f --- /dev/null +++ b/jenkins_home/plugins.txt @@ -0,0 +1,105 @@ +ant:1.9 +apache-httpcomponents-client-4-api:4.5.5-3.0 +authentication-tokens:1.3 +blueocean-autofavorite:1.2.4 +cloudbees-bitbucket-branch-source:2.4.5 +blueocean-bitbucket-pipeline:1.18.0 +blueocean:1.18.0 +blueocean-core-js:1.18.0 +blueocean-pipeline-editor:1.18.0 +branch-api:2.5.4 +build-timeout:1.19 +command-launcher:1.0 +blueocean-commons:1.18.0 +blueocean-config:1.18.0 +credentials-binding:1.20 +credentials:2.2.1 +blueocean-dashboard:1.18.0 +jenkins-design-language:1.18.0 +display-url-api:2.3.2 +blueocean-display-url:2.3.0 +docker-commons:1.15 +docker-workflow:1.19 +durable-task:1.30 +email-ext:2.66 +blueocean-events:1.18.0 +favorite:2.3.2 +cloudbees-folder:6.9 +git-server:1.7 +blueocean-git-pipeline:1.18.0 +git-client:2.8.0 +git:3.12.0 +github-api:1.95 +github-branch-source:2.5.6 +blueocean-github-pipeline:1.18.0 +github:1.29.4 +gradle:1.33 +htmlpublisher:1.18 +handy-uri-templates-2-api:2.1.7-1.0 +jdk-tool:1.0 +blueocean-jira:1.18.0 +jira:3.0.8 +jsch:0.1.55.1 +junit:1.28 +blueocean-jwt:1.18.0 +jackson2-api:2.9.9.1 +ace-editor:1.1 +handlebars:1.1.1 +momentjs:1.1.1 +jquery-detached:1.2.1 +ldap:1.20 +lockable-resources:2.5 +mailer:1.24 +mapdb-api:1.0.9.0 +matrix-auth:2.4.2 +matrix-project:1.14 +mercurial:2.8 +antisamy-markup-formatter:1.5 +pam-auth:1.5.1 +blueocean-personalization:1.18.0 +workflow-aggregator:2.6 +pipeline-graph-analysis:1.10 +blueocean-pipeline-scm-api:1.18.0 +blueocean-pipeline-api-impl:1.18.0 +workflow-api:2.36 +workflow-basic-steps:2.18 +pipeline-build-step:2.9 +pipeline-model-definition:1.3.9 +pipeline-model-declarative-agent:1.1.1 +pipeline-model-extensions:1.3.9 +pipeline-github-lib:1.0 +workflow-cps:2.73 +pipeline-input-step:2.10 +workflow-job:2.33 +pipeline-milestone-step:1.3.1 +pipeline-model-api:1.3.9 +workflow-multibranch:2.21 +workflow-durable-task-step:2.33 +pipeline-rest-api:2.12 +workflow-scm-step:2.9 +workflow-cps-global-lib:2.15 +pipeline-stage-step:2.3 +pipeline-stage-tags-metadata:1.3.9 +pipeline-stage-view:2.12 +workflow-step-api:2.20 +workflow-support:3.3 +plain-credentials:1.5 +pubsub-light:1.12 +blueocean-rest:1.18.0 +blueocean-rest-impl:1.18.0 +resource-disposer:0.13 +scm-api:2.6.3 +ssh-credentials:1.17.1 +ssh-slaves:1.30.1 +script-security:1.62 +sse-gateway:1.19 +structs:1.20 +subversion:2.12.2 +timestamper:1.10 +token-macro:2.8 +variant:1.3 +blueocean-web:1.18.0 +maven-plugin:3.4 +ws-cleanup:0.37 +bouncycastle-api:2.16.0 +blueocean-i18n:1.18.0 diff --git a/jenkins_home/secret.key b/jenkins_home/secret.key new file mode 100644 index 0000000..85eb198 --- /dev/null +++ b/jenkins_home/secret.key @@ -0,0 +1 @@ +a423b52aa487f1ae188792d2cc1071a33cd991da3ef8cc5cdb5636d610f4774c \ No newline at end of file diff --git a/jenkins_home/secret.key.not-so-secret b/jenkins_home/secret.key.not-so-secret new file mode 100644 index 0000000..e69de29 diff --git a/jenkins_home/secrets/filepath-filters.d/30-default.conf b/jenkins_home/secrets/filepath-filters.d/30-default.conf new file mode 100644 index 0000000..ca58e15 --- /dev/null +++ b/jenkins_home/secrets/filepath-filters.d/30-default.conf @@ -0,0 +1,43 @@ +# GENERATED FILE. DO NOT MODIFY. +# +# This file is for Jenkins core developers to list what we think are the best filtering rules +# for apparently harmless accesses to files on the Jenkins master from agents. +# +# To override these rules, place *.conf files by other names into this folder. Files are sorted +# before parsed, so using a lower number allows you to override what we have here. This file +# gets overwritten every time Jenkins starts. +# +# See https://jenkins.io/redirect/security-144 for more details. + +# This directory contains credentials, master encryption keys, and other sensitive information +# that agents have absolutely no business with. +# Unless there are rules in other files allowing access to other portions of $JENKINS_HOME, +# this rule as it stands here has no effect, because anything left unspecified is rejected. +deny all /secrets($|/.*) + +# User content is publicly readable, so quite safe for agents to read, too. +# (The xunit plugin is known to read from here.) +# https://jenkins.io/redirect/user-content-directory +allow read,stat /userContent($|/.*) + +# In the next rule we grant general access under build directories, so first we protect +# the actual build record that Jenkins core reads, which nothing should be touching. +deny all /build.xml +# Similarly for Pipeline build (WorkflowRun) metadata: +deny all /program.dat +deny all /workflow($|/.*) + +# Various plugins read/write files under build directories, so allow them all. +# - git 1.x writes changelog.xml from the agent (2.x writes from the master so need not be listed) +# - analysis-core and plugins based on it write reports to workspace-files/ +# - cobertura writes coverage.xml +# - violations writes violations.xml and other content under violations/ +# - dependency-check writes archive/artifacts.txt +# But not allowing deletion to prevent data loss and symlink to prevent jailbreaking. +allow create,mkdirs,read,stat,write /.+ + +# cobertura also writes out annotated sources to a dir under the job: +allow create,mkdirs,read,stat,write /jobs/.+/cobertura.* + +# all the other accesses that aren't specified here will be left up to other rules in this directory. +# if no rules in those other files matches, then the access will be rejected. diff --git a/jenkins_home/secrets/hudson.console.AnnotatedLargeText.consoleAnnotator b/jenkins_home/secrets/hudson.console.AnnotatedLargeText.consoleAnnotator new file mode 100644 index 0000000..3184bcf Binary files /dev/null and b/jenkins_home/secrets/hudson.console.AnnotatedLargeText.consoleAnnotator differ diff --git a/jenkins_home/secrets/hudson.console.ConsoleNote.MAC b/jenkins_home/secrets/hudson.console.ConsoleNote.MAC new file mode 100644 index 0000000..ed45d02 --- /dev/null +++ b/jenkins_home/secrets/hudson.console.ConsoleNote.MAC @@ -0,0 +1 @@ + j(Gh(?%\l!c59y<{vqgrqâK \ No newline at end of file diff --git a/jenkins_home/secrets/hudson.model.Job.serverCookie b/jenkins_home/secrets/hudson.model.Job.serverCookie new file mode 100644 index 0000000..a6283cc --- /dev/null +++ b/jenkins_home/secrets/hudson.model.Job.serverCookie @@ -0,0 +1 @@ +?7h#yL]l'U @<ڎ7R i1d \ No newline at end of file diff --git a/jenkins_home/secrets/hudson.util.Secret b/jenkins_home/secrets/hudson.util.Secret new file mode 100644 index 0000000..7a357ab --- /dev/null +++ b/jenkins_home/secrets/hudson.util.Secret @@ -0,0 +1,3 @@ +vg 6Sf +F`>!xE 齌9'`C8E[/DU8MWQcO˩v gf@'%K@ G#sb%\NCwdg1"Nn\;HhȋIx`LgrqâK \ No newline at end of file diff --git a/jenkins_home/secrets/jenkins.model.Jenkins.crumbSalt b/jenkins_home/secrets/jenkins.model.Jenkins.crumbSalt new file mode 100644 index 0000000..aa4dfe3 --- /dev/null +++ b/jenkins_home/secrets/jenkins.model.Jenkins.crumbSalt @@ -0,0 +1 @@ +2,QO zʞI @<ڎ7R i1d \ No newline at end of file diff --git a/jenkins_home/secrets/master.key b/jenkins_home/secrets/master.key new file mode 100644 index 0000000..79656fc --- /dev/null +++ b/jenkins_home/secrets/master.key @@ -0,0 +1 @@ +b4879f0ed0e68b571b34cd714906e719af085192a13a4203071a43e0e7c05158927d772f3344d2c42885bf1e7af3d91398806d737ab9f487f03e0461a534bb5b2e1f00630ccd75118ea284b8ae7ed2b6ea8069e6df765dd0497f62de11bc2e5a9d31a9470e16e62886a345c7e399cc324ec79addaa3c3118b559bf9851e88f38 \ No newline at end of file diff --git a/jenkins_home/secrets/org.jenkinsci.main.modules.instance_identity.InstanceIdentity.KEY b/jenkins_home/secrets/org.jenkinsci.main.modules.instance_identity.InstanceIdentity.KEY new file mode 100644 index 0000000..c85a7a4 Binary files /dev/null and b/jenkins_home/secrets/org.jenkinsci.main.modules.instance_identity.InstanceIdentity.KEY differ diff --git a/jenkins_home/secrets/org.jenkinsci.plugins.workflow.log.ConsoleAnnotators.consoleAnnotator b/jenkins_home/secrets/org.jenkinsci.plugins.workflow.log.ConsoleAnnotators.consoleAnnotator new file mode 100644 index 0000000..81ffe7f Binary files /dev/null and b/jenkins_home/secrets/org.jenkinsci.plugins.workflow.log.ConsoleAnnotators.consoleAnnotator differ diff --git a/jenkins_home/secrets/slave-to-master-security-kill-switch b/jenkins_home/secrets/slave-to-master-security-kill-switch new file mode 100644 index 0000000..02e4a84 --- /dev/null +++ b/jenkins_home/secrets/slave-to-master-security-kill-switch @@ -0,0 +1 @@ +false \ No newline at end of file diff --git a/jenkins_home/secrets/whitelisted-callables.d/default.conf b/jenkins_home/secrets/whitelisted-callables.d/default.conf new file mode 100644 index 0000000..cb8943d --- /dev/null +++ b/jenkins_home/secrets/whitelisted-callables.d/default.conf @@ -0,0 +1,29 @@ +# GENERATED FILE. DO NOT MODIFY. +# +# This file is for Jenkins core developers to list plugin callables which we believe are safe. +# +# To whitelist other names, place *.conf files by other names into this folder. +# This file gets overwritten every time Jenkins starts. +# +# See https://jenkins.io/redirect/security-144 for more details. + +# maven plugin +hudson.maven.MavenBuildProxy$Filter$AsyncInvoker + +# cloudbees-deployer plugin +com.cloudbees.plugins.deployer.engines.Engine$FingerprintDecorator + +# subversion plugin +hudson.scm.SubversionWorkspaceSelector$1 + +# git-client plugin (prior to #147) +org.jenkinsci.plugins.gitclient.CliGitAPIImpl$GetPrivateKeys + +# ssh-credentials plugin +com.cloudbees.jenkins.plugins.sshcredentials.SSHAuthenticator$1 + +# cygwin-process-killer plugin +com.synopsys.arc.jenkinsci.plugins.cygwinprocesskiller.CygwinProcessKiller$KillerRemoteCall + +# selenium-plugin +hudson.plugins.selenium.JenkinsCapabilityMatcher$LabelMatcherCallable diff --git a/jenkins_home/updates/default.json b/jenkins_home/updates/default.json new file mode 100644 index 0000000..7e6573d --- /dev/null +++ b/jenkins_home/updates/default.json @@ -0,0 +1 @@ +{"connectionCheckUrl":"http://www.google.com/","core":{"buildDate":"Aug 26, 2019","name":"core","sha1":"acIT1abeJ5iXmAmzjzA/2bYGIdI=","sha256":"lAbHvuK8Rz93GRrOlRmT+Jki+SegzX77ZYpCR9Z7mqM=","url":"http://updates.jenkins-ci.org/download/war/2.176.3/jenkins.war","version":"2.176.3"},"id":"default","plugins":{"AnchorChain":{"buildDate":"Mar 11, 2012","dependencies":[],"developers":[{"developerId":"direvius","email":"direvius@gmail.com","name":"Alexey Lavrenuke"}],"excerpt":"Adds some links to the sidebar at every build. The data are obtained from a user selected file in a working directory.","gav":"org.jenkins-ci.plugins:AnchorChain:1.0","labels":["report"],"name":"AnchorChain","releaseTimestamp":"2012-03-11T14:59:14.00Z","requiredCore":"1.398","scm":"https://github.com/jenkinsci/anchor-chain-plugin","sha1":"rY1W96ad9TJI1F3phFG8X4LE26Q=","sha256":"kmW5FrU9RG3O06JRLJt+1YGU0rB6pQoaZ57Vzm6Oc1s=","title":"AnchorChain","url":"http://updates.jenkins-ci.org/download/plugins/AnchorChain/1.0/AnchorChain.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/AnchorChain"},"ApicaLoadtest":{"buildDate":"Feb 15, 2016","dependencies":[],"developers":[{"developerId":"andrasnemes","email":"andras.nemes@apicasystem.com","name":"Andras Nemes"}],"excerpt":"This plugin integrates Apica Loadtests to Jenkins.","gav":"com.apica:ApicaLoadtest:1.10","labels":["builder"],"name":"ApicaLoadtest","previousTimestamp":"2016-01-18T14:21:28.00Z","previousVersion":"1.9","releaseTimestamp":"2016-02-15T14:55:31.00Z","requiredCore":"1.610","sha1":"nyD1O51FoMhXIN1fVhHvzlgiRAg=","sha256":"7exv16CW3KljYOdLbeoka6IHye+CT5Ern7ayvIfAF48=","title":"Apica Loadtest","url":"http://updates.jenkins-ci.org/download/plugins/ApicaLoadtest/1.10/ApicaLoadtest.hpi","version":"1.10","wiki":"https://plugins.jenkins.io/ApicaLoadtest"},"BlameSubversion":{"buildDate":"Jan 04, 2013","dependencies":[],"developers":[{"developerId":"tangjinou","email":"tangjinou@gmail.com","name":"Developer Guy"}],"excerpt":"This plug-in provides utilities for getting svn info and build number synchronize from upstream job to downstream job","gav":"org.jvnet.hudson.plugins:BlameSubversion:1.200","labels":["scm"],"name":"BlameSubversion","releaseTimestamp":"2013-01-04T16:35:08.00Z","requiredCore":"1.355","scm":"https://github.com/jenkinsci/BlameSubversion-plugin","sha1":"9tDzZ/EpFwOi4aKFTyhF4UqQU/Y=","sha256":"u+ArmZG9lVevZc/FQmvr6vyHTv/BjkCcATTJwZyfX8s=","title":"Blame Subversion","url":"http://updates.jenkins-ci.org/download/plugins/BlameSubversion/1.200/BlameSubversion.hpi","version":"1.200","wiki":"https://plugins.jenkins.io/BlameSubversion"},"BlazeMeterJenkinsPlugin":{"buildDate":"Oct 29, 2018","dependencies":[{"name":"credentials","optional":false,"version":"2.1.4"},{"name":"workflow-step-api","optional":false,"version":"2.9"},{"name":"job-dsl","optional":true,"version":"1.50"}],"developers":[{"developerId":"sat_blazemeter","email":"sat@blazemeter.com","name":"Artem Fedorov (BlazeMeter)"}],"excerpt":"This plugin integrates BlazeMeter<\/a> - the cloud load testing service to Jenkins.","gav":"com.blazemeter.plugins:BlazeMeterJenkinsPlugin:4.7","labels":["builder"],"name":"BlazeMeterJenkinsPlugin","previousTimestamp":"2018-08-27T15:07:27.00Z","previousVersion":"4.6","releaseTimestamp":"2018-10-29T09:13:58.00Z","requiredCore":"1.580.1","scm":"https://github.com/jenkinsci/blazemeter-plugin","sha1":"3YHrD28DV9P1UXQ3fxIuOggtBVs=","sha256":"G7OV3f8RzD2ULYwAkZgSzPOvV225gIf+dsPV6DiGCSk=","title":"BlazeMeter","url":"http://updates.jenkins-ci.org/download/plugins/BlazeMeterJenkinsPlugin/4.7/BlazeMeterJenkinsPlugin.hpi","version":"4.7","wiki":"https://plugins.jenkins.io/BlazeMeterJenkinsPlugin"},"CFLint":{"buildDate":"Dec 22, 2015","dependencies":[{"name":"maven-plugin","optional":false,"version":"2.9"},{"name":"analysis-core","optional":false,"version":"1.75"},{"name":"dashboard-view","optional":true,"version":"2.9.4"},{"name":"token-macro","optional":true,"version":"1.10"},{"name":"matrix-project","optional":false,"version":"1.2.1"}],"developers":[{"developerId":"ryaneberly","email":"ryaneberly@gmail.com","name":"Ryan Eberly"}],"excerpt":"This plugin parses CFBugs analysis results and visualizes the issues found.","gav":"org.jvnet.hudson.plugins:CFLint:0.5.2","labels":["misc"],"name":"CFLint","previousTimestamp":"2015-02-03T03:31:38.00Z","previousVersion":"0.4","releaseTimestamp":"2015-12-22T13:13:16.00Z","requiredCore":"1.596.1","scm":"https://github.com/jenkinsci/CFLint-plugin","sha1":"14A26d+QNFx07hW7e9nXq+LMFpY=","sha256":"s2pSKIbgQeAv8lgn18KOpC1loktNJwICYQQzm/D94PM=","title":"CFLint","url":"http://updates.jenkins-ci.org/download/plugins/CFLint/0.5.2/CFLint.hpi","version":"0.5.2","wiki":"https://plugins.jenkins.io/CFLint"},"ColumnsPlugin":{"buildDate":"Dec 21, 2012","dependencies":[],"developers":[{"developerId":"hanabi","email":"jenkins@hanabi.se","name":"Marcus Jacobsson"}],"excerpt":"A set of columns to the build list","gav":"org.jenkins-ci.plugins:ColumnsPlugin:1.0","labels":[],"name":"ColumnsPlugin","releaseTimestamp":"2012-12-21T14:34:47.00Z","requiredCore":"1.466","sha1":"NGboN/IG0e5vCYmKoFlaHEK+Dc8=","sha256":"/2tJRQpHFRhaP44Tg+9hy1VOtvsRYNJHz6njz9Sooqg=","title":"Columns Pack","url":"http://updates.jenkins-ci.org/download/plugins/ColumnsPlugin/1.0/ColumnsPlugin.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/ColumnsPlugin"},"CustomHistory":{"buildDate":"Jul 01, 2013","dependencies":[{"name":"parameterized-trigger","optional":true,"version":"2.10"}],"developers":[{"developerId":"ryg_","email":"rgrigoryev@gmail.com","name":"Roman Grigoryev"}],"excerpt":"This plugin collect and shows custom history from file","gav":"org.jenkins-ci.plugins:CustomHistory:1.6","labels":["report","scm-related"],"name":"CustomHistory","previousTimestamp":"2013-06-25T03:56:38.00Z","previousVersion":"1.5","releaseTimestamp":"2013-07-01T19:01:47.00Z","requiredCore":"1.495","scm":"https://github.com/jenkinsci/custom-history-plugin","sha1":"ynnBM2jWo25ZLDdP3ybBOnV/Pio=","sha256":"vw+1TnQDq3cPJbRgafBl3wf63GwemAelpTRkQ/TDD+Y=","title":"CustomHistory","url":"http://updates.jenkins-ci.org/download/plugins/CustomHistory/1.6/CustomHistory.hpi","version":"1.6","wiki":"https://plugins.jenkins.io/CustomHistory"},"DotCi":{"buildDate":"Feb 05, 2018","dependencies":[{"name":"rebuild","optional":false,"version":"1.25"},{"name":"workflow-basic-steps","optional":false,"version":"2.2"},{"name":"matrix-project","optional":false,"version":"1.6"},{"name":"github-api","optional":false,"version":"1.90"}],"developers":[{"developerId":"sgaddipati","email":"surya.gaddipati@gmail.com","name":"Surya Gaddipati"}],"excerpt":"Github integration, build management through .ci.yml, environment management though docker.","gav":"com.groupon.jenkins-ci.plugins:DotCi:2.40.00","labels":[],"name":"DotCi","previousTimestamp":"2017-02-21T14:22:41.00Z","previousVersion":"2.39.9","releaseTimestamp":"2018-02-05T22:20:24.00Z","requiredCore":"2.26","scm":"https://github.com/jenkinsci/DotCi","sha1":"hqt3cfJt61yBaya3pjWRlGN6hfg=","sha256":"e1zdikzRF3zmGL0w2QT0st5Fw2St/rTo5JvJ6S890CQ=","title":"DotCi","url":"http://updates.jenkins-ci.org/download/plugins/DotCi/2.40.00/DotCi.hpi","version":"2.40.00","wiki":"https://plugins.jenkins.io/DotCi"},"DotCi-DockerPublish":{"buildDate":"Apr 29, 2016","dependencies":[{"name":"DotCi","optional":false,"version":"2.7.1"}],"developers":[{"developerId":"hristoast","email":"me@hristos.triantafillou.us","name":"Hristos N. Triantafillou"}],"excerpt":"Publish docker images to a docker registry from a DotCi job","gav":"com.groupon.jenkins-ci.plugins:DotCi-DockerPublish:1.0.3","labels":[],"name":"DotCi-DockerPublish","previousTimestamp":"2016-02-08T15:49:47.00Z","previousVersion":"1.0.2","releaseTimestamp":"2016-04-29T18:48:17.00Z","requiredCore":"1.618","sha1":"sNXJ8wzzHQh5Zn8+EbRM019v4mk=","sha256":"sYs7ejUx3uCXK/z2vy1+atvLYU3v1MydZUoZnsZyDsQ=","title":"DotCi DockerPublish","url":"http://updates.jenkins-ci.org/download/plugins/DotCi-DockerPublish/1.0.3/DotCi-DockerPublish.hpi","version":"1.0.3","wiki":"https://plugins.jenkins.io/DotCi-DockerPublish"},"DotCi-Fig-template":{"buildDate":"Dec 24, 2015","dependencies":[{"name":"DotCi-InstallPackages","optional":false,"version":"1.1.7"},{"name":"github-oauth","optional":false,"version":"0.20"}],"developers":[{"developerId":"vvitayau","email":"valdis.vitayaudom@gmail.com","name":"Valdis Vitayaudom"}],"excerpt":"This plugin is a sample to explain how to write a Jenkins plugin.","gav":"com.groupon.jenkins-ci.plugins:DotCi-Fig-template:1.1.0","labels":[],"name":"DotCi-Fig-template","previousTimestamp":"2015-05-02T09:09:50.00Z","previousVersion":"1.0.4","releaseTimestamp":"2015-12-24T05:12:57.00Z","requiredCore":"1.596","sha1":"se/2tVlop40u2R0rKys6Tr6EioM=","sha256":"n/SA5NPVEsD0NRxXXveldpJTmL8+tuid7DSsdAflJ+s=","title":"DotCi Fig template","url":"http://updates.jenkins-ci.org/download/plugins/DotCi-Fig-template/1.1.0/DotCi-Fig-template.hpi","version":"1.1.0","wiki":"https://plugins.jenkins.io/DotCi-Fig-template"},"DotCi-InstallPackages":{"buildDate":"Aug 10, 2016","dependencies":[{"name":"DotCi","optional":false,"version":"2.32.1"}],"developers":[{"developerId":"sgaddipati","email":"surya.gaddipati@gmail.com","name":"Surya Gaddipati"}],"excerpt":"Adds Install packages support to DotCi","gav":"com.groupon.jenkins-ci.plugins:DotCi-InstallPackages:1.3.1","labels":[],"name":"DotCi-InstallPackages","previousTimestamp":"2016-07-12T19:00:06.00Z","previousVersion":"1.3.0","releaseTimestamp":"2016-08-10T13:47:44.00Z","requiredCore":"1.618","sha1":"7RsAaQBkW+2S6DVhD3n3iBtDmSs=","sha256":"9tBQlQhhCJBfZq7I1BzG6ZfA6YgASWcBs4jdo57ChPU=","title":"DotCi InstallPackages","url":"http://updates.jenkins-ci.org/download/plugins/DotCi-InstallPackages/1.3.1/DotCi-InstallPackages.hpi","version":"1.3.1","wiki":"https://plugins.jenkins.io/DotCi-InstallPackages"},"DotCi-Plugins-Starter-Pack":{"buildDate":"Jul 27, 2016","dependencies":[{"name":"junit","optional":false,"version":"1.8"},{"name":"ansicolor","optional":false,"version":"0.3.1"},{"name":"pmd","optional":false,"version":"3.42"},{"name":"analysis-collector","optional":false,"version":"1.45"},{"name":"tap","optional":false,"version":"1.10"},{"name":"build-timeout","optional":false,"version":"1.14"},{"name":"jacoco","optional":false,"version":"1.0.19"},{"name":"DotCi","optional":false,"version":"2.27.0"},{"name":"checkstyle","optional":false,"version":"3.43"},{"name":"cobertura","optional":false,"version":"1.9.3"},{"name":"analysis-core","optional":false,"version":"1.73"},{"name":"findbugs","optional":false,"version":"4.62"}],"developers":[{"developerId":"sgaddipati","email":"surya.gaddipati@gmail.com","name":"Surya Gaddipati"}],"excerpt":"plugins for dotci","gav":"com.groupon.jenkins-ci.plugins:DotCi-Plugins-Starter-Pack:1.8.2","labels":[],"name":"DotCi-Plugins-Starter-Pack","previousTimestamp":"2016-07-19T16:35:12.00Z","previousVersion":"1.8.1","releaseTimestamp":"2016-07-27T15:34:02.00Z","requiredCore":"1.618","sha1":"C0S0Uo3sjhrkaBJOSjROJ7kKLp4=","sha256":"WUbi7m3iE6aVj5AP5rdylhRWpol2NrI7db7dfQQstOE=","title":"DotCi-Plugins-Starter-Pack","url":"http://updates.jenkins-ci.org/download/plugins/DotCi-Plugins-Starter-Pack/1.8.2/DotCi-Plugins-Starter-Pack.hpi","version":"1.8.2","wiki":"https://plugins.jenkins.io/DotCi-Plugins-Starter-Pack"},"DotCiInstallPackages":{"buildDate":"Dec 22, 2015","dependencies":[{"name":"DotCi","optional":false,"version":"2.16.1"}],"developers":[{"developerId":"victorv"}],"excerpt":"Adds Install packages support to DotCi","gav":"com.groupon.jenkins:DotCiInstallPackages:1.1.2","labels":[],"name":"DotCiInstallPackages","previousTimestamp":"2015-10-22T19:04:22.00Z","previousVersion":"1.1.1","releaseTimestamp":"2015-12-22T20:48:04.00Z","requiredCore":"1.618","sha1":"0ITTIBuG+Yt1UR+cipdUmze7VM4=","sha256":"EUyBqeq3o85n38KsMKcLDf9etlPmenuqH1gnHKb/Npg=","title":"DotCiInstallPackages","url":"http://updates.jenkins-ci.org/download/plugins/DotCiInstallPackages/1.1.2/DotCiInstallPackages.hpi","version":"1.1.2","wiki":"https://plugins.jenkins.io/DotCiInstallPackages"},"Exclusion":{"buildDate":"Apr 19, 2016","dependencies":[],"developers":[{"developerId":"anthonyRoux","email":"m.roux.a@gmail.com","name":"Anthony Roux"}],"excerpt":"This plugin manage exclusion between jobs.","gav":"org.jenkins-ci.plugins:Exclusion:0.12","labels":["builder"],"name":"Exclusion","previousTimestamp":"2015-10-27T19:08:24.00Z","previousVersion":"0.11","releaseTimestamp":"2016-04-19T20:07:03.00Z","requiredCore":"1.609.1","scm":"https://github.com/jenkinsci/exclusion-plugin","sha1":"cxnDJcb9Av7Wn5GdJdCDuTkhXgc=","sha256":"BMrARiu8AoqacxmDa3EFn1+AIb/2sGKjcJAQ4Pn6ivY=","title":"Exclusion","url":"http://updates.jenkins-ci.org/download/plugins/Exclusion/0.12/Exclusion.hpi","version":"0.12","wiki":"https://plugins.jenkins.io/Exclusion"},"GatekeeperPlugin":{"buildDate":"Aug 20, 2015","dependencies":[{"name":"multiple-scms","optional":false,"version":"0.5"},{"name":"envinject","optional":false,"version":"1.89"},{"name":"mercurial","optional":false,"version":"1.54"},{"name":"git","optional":false,"version":"2.4.0"}],"developers":[{"developerId":"maikelwever","email":"maikel@maikelwever.nl","name":"Maikel Wever"},{"developerId":"bubenkoff","email":"bubenkoff@gmail.com","name":"Anatoly Bubenkov"}],"excerpt":"Plugin to do automatic integration merging, gatekeeper style.","gav":"org.paylogic:GatekeeperPlugin:3.0.5","labels":[],"name":"GatekeeperPlugin","previousTimestamp":"2015-08-20T20:43:18.00Z","previousVersion":"3.0.4","releaseTimestamp":"2015-08-20T21:07:08.00Z","requiredCore":"1.624","scm":"https://github.com/jenkinsci/gatekeeper-plugin/","sha1":"AEPAq4ScnMTDnnj3AwrzKWPA3wE=","sha256":"yOnLqA3WoUtN/tnTdxB89eQt+5Gl/e/wP8JNeTTC25A=","title":"Gatekeeper","url":"http://updates.jenkins-ci.org/download/plugins/GatekeeperPlugin/3.0.5/GatekeeperPlugin.hpi","version":"3.0.5","wiki":"https://plugins.jenkins.io/GatekeeperPlugin"},"JDK_Parameter_Plugin":{"buildDate":"Aug 19, 2013","dependencies":[],"developers":[{"developerId":"baris_batiege","email":"baris.batiege@datalex.com","name":"Baris Batiege"},{"developerId":"fneves","email":"fabio.neves@datalex.com","name":"Fabio Neves"}],"excerpt":"Lets you specify a set of JDKs that can be picked from as a build parameter.","gav":"org.jenkins-ci.plugins:JDK_Parameter_Plugin:1.0","labels":["parameter"],"name":"JDK_Parameter_Plugin","releaseTimestamp":"2013-08-19T16:12:27.00Z","requiredCore":"1.480.3","scm":"https://github.com/jenkinsci/JDK_Parameter_Choice","sha1":"/f6Lyfc2phasZmbq70hPMAjut84=","sha256":"4RExflUaV5N/olhYQbwekhIqFtWmjZCDouCtIkGIJC0=","title":"JDK Parameter","url":"http://updates.jenkins-ci.org/download/plugins/JDK_Parameter_Plugin/1.0/JDK_Parameter_Plugin.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/JDK_Parameter_Plugin"},"JiraTestResultReporter":{"buildDate":"Nov 01, 2018","compatibleSinceVersion":"2.0.0","dependencies":[{"name":"junit","optional":false,"version":"1.21"},{"name":"matrix-project","optional":false,"version":"1.6"}],"developers":[{"developerId":"andreituicu","email":"andrei.tuicu@gmail.com","name":"Andrei Tuicu"},{"developerId":"catalinluta","email":"luta.catalin@gmail.com","name":"Catalin Luta"},{"developerId":"maplesteve","name":"Stephan Esch"}],"excerpt":"Plugin for creating JIRA issues directly from Jenkins and linking them to JUnit tests.","gav":"org.jenkins-ci.plugins:JiraTestResultReporter:2.0.7","labels":["external"],"name":"JiraTestResultReporter","previousTimestamp":"2017-11-14T09:33:44.00Z","previousVersion":"2.0.6","releaseTimestamp":"2018-11-01T15:09:31.00Z","requiredCore":"2.27","scm":"https://github.com/jenkinsci/JiraTestResultReporter-plugin","sha1":"eMQAWGm7ZsE8lA4+Iw4H5Pa4xMg=","sha256":"/HKmEFZ5i77Yv/35LGOYBNNk4DUKWmlMv/hlvOnl4N0=","title":"JiraTestResultReporter","url":"http://updates.jenkins-ci.org/download/plugins/JiraTestResultReporter/2.0.7/JiraTestResultReporter.hpi","version":"2.0.7","wiki":"https://plugins.jenkins.io/JiraTestResultReporter"},"Matrix-sorter-plugin":{"buildDate":"May 31, 2017","dependencies":[{"name":"matrix-project","optional":false,"version":"1.0"}],"developers":[{"developerId":"lvotypko","email":"lvotypko@redhat.com","name":"Lucie Votypkova"}],"excerpt":"","gav":"org.jenkins-ci.plugins:Matrix-sorter-plugin:1.3","labels":[],"name":"Matrix-sorter-plugin","previousTimestamp":"2012-05-31T13:52:50.00Z","previousVersion":"1.1","releaseTimestamp":"2017-05-31T13:44:06.00Z","requiredCore":"1.580","scm":"https://github.com/jenkinsci/Matrix-sorter-plugin","sha1":"zD9OYG2IE4/57EBjkqHLwnEeZh0=","sha256":"p8sHfcHBTFhjFo9L3oo+c2dPYciLCTqYO31P/fYk/7E=","title":"Matrix sorter","url":"http://updates.jenkins-ci.org/download/plugins/Matrix-sorter-plugin/1.3/Matrix-sorter-plugin.hpi","version":"1.3","wiki":"https://plugins.jenkins.io/Matrix-sorter-plugin"},"NegotiateSSO":{"buildDate":"Mar 13, 2019","dependencies":[],"developers":[{"developerId":"FarmGeek4Life","name":"Bryson Gibbons"}],"excerpt":"Enables Single Sign-On with NTLM or Kerberos using Waffle (https://github.com/dblock/waffle).
It uses a negotiate filter, and will fall back to a basic filter if negotiate fails.
It is designed to work in conjunction with the Active Directory plugin, since it ties into the security realm currently set up.","gav":"org.jenkins-ci.plugins:NegotiateSSO:1.3","labels":[],"minimumJavaVersion":"1.8","name":"NegotiateSSO","previousTimestamp":"2019-03-07T00:40:32.00Z","previousVersion":"1.2","releaseTimestamp":"2019-03-13T17:39:59.00Z","requiredCore":"2.150.2","scm":"https://github.com/jenkinsci/negotiatesso-plugin","sha1":"znU6lMCe0AnsHQD6X7ylp793XVs=","sha256":"IUB14Y+MZX3lcksFlrBtsqXcTy83XOoGMTULs1W0Tns=","title":"Windows Negotiate SSO","url":"http://updates.jenkins-ci.org/download/plugins/NegotiateSSO/1.3/NegotiateSSO.hpi","version":"1.3","wiki":"https://plugins.jenkins.io/NegotiateSSO"},"Office-365-Connector":{"buildDate":"Sep 02, 2019","dependencies":[{"name":"display-url-api","optional":false,"version":"2.2.0"},{"name":"scm-api","optional":false,"version":"2.3.0"},{"name":"structs","optional":false,"version":"1.19"},{"name":"token-macro","optional":false,"version":"2.6"}],"developers":[{"developerId":"damianszczepanik","email":"damianszczepanik@github","name":"Damian Szczepanik"},{"developerId":"outconn","email":"outconn@microsoft.com","name":"Out conn"},{"developerId":"srhebbar","email":"srhebbar@microsoft.com","name":"Srivardhan Hebbar"}],"excerpt":"Sends jobs status notifications to Microsoft Teams and Outlook (Office 365).","gav":"org.jenkins-ci.plugins:Office-365-Connector:4.12.0","labels":["notifier"],"minimumJavaVersion":"1.8","name":"Office-365-Connector","previousTimestamp":"2019-08-02T19:42:55.00Z","previousVersion":"4.11.0","releaseTimestamp":"2019-09-02T20:19:05.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/office-365-connector","sha1":"5rKq+U/TVvNRGWaRaRPVOCVlSeA=","sha256":"wDGMHY4yAkjTbuRBVFYgrj6kM9XQ4XvNA4yRb8FhSsA=","title":"Office 365 Connector","url":"http://updates.jenkins-ci.org/download/plugins/Office-365-Connector/4.12.0/Office-365-Connector.hpi","version":"4.12.0","wiki":"https://plugins.jenkins.io/Office-365-Connector"},"Parameterized-Remote-Trigger":{"buildDate":"Aug 17, 2019","compatibleSinceVersion":"3.0.4-SNAPSHOT","dependencies":[{"name":"workflow-step-api","optional":true,"version":"2.13"},{"name":"credentials","optional":false,"version":"2.1.16"},{"name":"script-security","optional":true,"version":"1.34"},{"name":"token-macro","optional":false,"version":"2.3"}],"developers":[{"developerId":"cashlalala","name":"KaiHsiang Chang"}],"excerpt":"This plugin triggers a job on a remote Jenkins host","gav":"org.jenkins-ci.plugins:Parameterized-Remote-Trigger:3.0.9","labels":["builder","trigger","parameter"],"name":"Parameterized-Remote-Trigger","previousTimestamp":"2019-03-27T15:19:52.00Z","previousVersion":"3.0.8","releaseTimestamp":"2019-08-17T03:06:06.00Z","requiredCore":"1.642.3","scm":"https://github.com/jenkinsci/parameterized-remote-trigger-plugin","sha1":"MHheW/rnDOMhm5uK9emTOh7CfQE=","sha256":"meM7vgj5JJlCSBub6jHta23T/1bM7NOYjOEbIrKq1fk=","title":"Parameterized Remote Trigger","url":"http://updates.jenkins-ci.org/download/plugins/Parameterized-Remote-Trigger/3.0.9/Parameterized-Remote-Trigger.hpi","version":"3.0.9","wiki":"https://plugins.jenkins.io/Parameterized-Remote-Trigger"},"PrioritySorter":{"buildDate":"Jan 12, 2018","compatibleSinceVersion":"3.1","dependencies":[{"name":"workflow-durable-task-step","optional":true,"version":"2.4"},{"name":"matrix-project","optional":true,"version":"1.4"},{"name":"cloudbees-folder","optional":true,"version":"5.0"},{"name":"job-restrictions","optional":true,"version":"0.4"}],"developers":[{"developerId":"emsa23","email":"emsa@switchbeat.com","name":"Magnus Sandberg"}],"excerpt":"This plugin allows for the build queue to be sorted based on pre-assigned priorities for each job.","gav":"org.jenkins-ci.plugins:PrioritySorter:3.6.0","labels":["misc","listview-column"],"name":"PrioritySorter","previousTimestamp":"2017-06-18T09:09:25.00Z","previousVersion":"3.5.1","releaseTimestamp":"2018-01-12T17:54:40.00Z","requiredCore":"1.580","scm":"https://github.com/jenkinsci/priority-sorter-plugin","sha1":"OQuSzM2PEbqtIL5D6RBzPjtRBuU=","sha256":"pUjfFtmhdExKXNLSfJ7XGNFGcMNG/rkWIY4qSWBhIEM=","title":"Priority Sorter","url":"http://updates.jenkins-ci.org/download/plugins/PrioritySorter/3.6.0/PrioritySorter.hpi","version":"3.6.0","wiki":"https://plugins.jenkins.io/PrioritySorter"},"SBuild":{"buildDate":"Mar 20, 2014","dependencies":[],"developers":[{"developerId":"tobiasroeser","email":"le.petit.fou@web.de","name":"Tobias Roeser"}],"excerpt":"This plugin enables direct execution of SBuild targets.","gav":"org.jenkins-ci.plugins:SBuild:1.0.2","labels":["builder"],"name":"SBuild","previousTimestamp":"2013-12-21T13:40:44.00Z","previousVersion":"1.0.1","releaseTimestamp":"2014-03-20T23:28:52.00Z","requiredCore":"1.509.4","scm":"https://github.com/jenkinsci/sbuild-plugin","sha1":"EH5jmznwr7rdixa1Wh96N7ddvSE=","sha256":"I/sSgM7dBTwnHZZAhszbm4yEKzJBaZrn2Pls5fHQqfQ=","title":"SBuild","url":"http://updates.jenkins-ci.org/download/plugins/SBuild/1.0.2/SBuild.hpi","version":"1.0.2","wiki":"https://plugins.jenkins.io/SBuild"},"SCTMExecutor":{"buildDate":"Nov 15, 2017","dependencies":[{"name":"junit","optional":false,"version":"1.8"},{"name":"xunit","optional":false,"version":"1.102"}],"developers":[{"developerId":"tofuAtjava","email":"tfuerer.javanet@googlemail.com","name":"Thomas Fuerer"}],"excerpt":"This plug-in allows your to trigger executions on Micro Focus Silk Central 17.0 or later.","gav":"hudson.plugins.sctmexecutor:SCTMExecutor:2.2","labels":["builder"],"name":"SCTMExecutor","previousTimestamp":"2017-01-30T09:27:59.00Z","previousVersion":"2.0","releaseTimestamp":"2017-11-15T10:08:08.00Z","requiredCore":"2.6","scm":"https://github.com/jenkinsci/SCTMExecutor-plugin","sha1":"GccpOdd6zydgq2k9npYHvCFBMjA=","sha256":"F8BX5daRxQSb4KloHEqJKjhYL0T67hVjV1STNnoRdXg=","title":"SCTMExecutor","url":"http://updates.jenkins-ci.org/download/plugins/SCTMExecutor/2.2/SCTMExecutor.hpi","version":"2.2","wiki":"https://plugins.jenkins.io/SCTMExecutor"},"SSSCM":{"buildDate":"Sep 15, 2011","dependencies":[],"developers":[{"developerId":"richscze"}],"excerpt":"This plugin enables a shell script to control the source.","gav":"ssscm:SSSCM:1.0","labels":[],"name":"SSSCM","releaseTimestamp":"2011-09-15T21:14:39.00Z","requiredCore":"1.323","scm":"https://github.com/jenkinsci/shell-script-scm-plugin","sha1":"icFbnck8LcwZnI6+j4QPD9utxiA=","sha256":"mHt0gSE35yAZ9F+IZNjypijBMBb0EdEhuvBqVuTPdgI=","title":"SSSCM","url":"http://updates.jenkins-ci.org/download/plugins/SSSCM/1.0/SSSCM.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/SSSCM"},"StashBranchParameter":{"buildDate":"Feb 11, 2017","dependencies":[],"developers":[{"developerId":"eernie","email":"oldenkamperwin@gmail.com","name":"Erwin Oldenkamp"}],"excerpt":"This plugin lets the user to select a branch or tag. The plugin uses the rest-api off your local stash server.","gav":"org.jenkins-ci.plugins:StashBranchParameter:0.3.0","labels":["parameter"],"name":"StashBranchParameter","previousTimestamp":"2015-12-01T23:42:29.00Z","previousVersion":"0.2.0","releaseTimestamp":"2017-02-11T14:45:25.00Z","requiredCore":"1.639","sha1":"RIGt9ld1bcH907P94jfMpRJFypA=","sha256":"HfosFz9r2Shhu8oXrGZW5BwYxjX7D94iXy1PibQwwXY=","title":"Stash Branch Parameter","url":"http://updates.jenkins-ci.org/download/plugins/StashBranchParameter/0.3.0/StashBranchParameter.hpi","version":"0.3.0","wiki":"https://plugins.jenkins.io/StashBranchParameter"},"Surround-SCM-plugin":{"buildDate":"Jul 13, 2018","dependencies":[{"name":"plain-credentials","optional":false,"version":"1.0"},{"name":"scm-api","optional":false,"version":"1.3"},{"name":"workflow-scm-step","optional":false,"version":"1.14.2"},{"name":"credentials","optional":false,"version":"1.16.1"},{"name":"structs","optional":false,"version":"1.5"},{"name":"mailer","optional":false,"version":"1.16"}],"developers":[{"email":"vincentp@seapine.com","name":"Paul Vincent"}],"excerpt":"This plugin integrates the source control tool
Surround SCM<\/a> to Jenkins.","gav":"org.jenkins-ci.plugins:Surround-SCM-plugin:1.12","labels":["scm"],"name":"Surround-SCM-plugin","previousTimestamp":"2018-07-09T18:26:34.00Z","previousVersion":"1.11","releaseTimestamp":"2018-07-13T19:23:42.00Z","requiredCore":"1.580.3","scm":"https://github.com/jenkinsci/Surround-SCM-plugin","sha1":"2mBob8oUXG0CQKa89hRHWLuvX+U=","sha256":"BzaeYgNccoQep4LWoE62TT4mL7p4ugq/CBooZWc8Q74=","title":"Seapine Surround SCM","url":"http://updates.jenkins-ci.org/download/plugins/Surround-SCM-plugin/1.12/Surround-SCM-plugin.hpi","version":"1.12","wiki":"https://plugins.jenkins.io/Surround-SCM-plugin"},"TestComplete":{"buildDate":"May 15, 2019","dependencies":[{"name":"junit","optional":false,"version":"1.19"}],"developers":[{"developerId":"Igor.Filin"}],"excerpt":"Runs automated tests with TestComplete or TestExecute from Jenkins.","gav":"org.jenkins-ci.plugins:TestComplete:2.2","labels":["builder","report"],"name":"TestComplete","previousTimestamp":"2019-01-24T09:16:35.00Z","previousVersion":"2.1","releaseTimestamp":"2019-05-15T08:44:19.00Z","requiredCore":"2.121.1","scm":"https://github.com/jenkinsci/testcomplete-plugin","sha1":"+wxy9X0enLUJQrbb0OpHyycl1SU=","sha256":"3B3EYTUk3lKkl7GALq/rbU8lxqXHd+rWyEmLtMuPUOw=","title":"TestComplete support","url":"http://updates.jenkins-ci.org/download/plugins/TestComplete/2.2/TestComplete.hpi","version":"2.2","wiki":"https://plugins.jenkins.io/TestComplete"},"TestFairy":{"buildDate":"May 28, 2019","dependencies":[],"developers":[{"developerId":"testfairy","email":"jenkins@testfairy.com","name":"TestFairy"}],"excerpt":"This plugin will upload .ipa or .apk file(s) to TestFairy<\/a>.","gav":"org.jenkins-ci.plugins:TestFairy:4.17.2","labels":["upload","android"],"name":"TestFairy","previousTimestamp":"2018-04-16T10:25:55.00Z","previousVersion":"4.16","releaseTimestamp":"2019-05-28T15:20:21.00Z","requiredCore":"1.596","scm":"https://github.com/jenkinsci/testfairy-plugin","sha1":"sKjUIEmxyTN2EPTOm4XdaLqJATo=","sha256":"fiaVI9KmUNh+NB2otkuYsQXmZON67OWGYy72IsR1N8k=","title":"TestFairy","url":"http://updates.jenkins-ci.org/download/plugins/TestFairy/4.17.2/TestFairy.hpi","version":"4.17.2","wiki":"https://plugins.jenkins.io/TestFairy"},"TwilioNotifier":{"buildDate":"Dec 27, 2011","dependencies":[],"developers":[{"developerId":"christer","email":"christer.fahlgren@gmail.com","name":"Christer Fahlgren"}],"excerpt":"Send text messages or make calls on build failures using Twilio","gav":"com.twilio.jenkins:TwilioNotifier:0.2.1","labels":[],"name":"TwilioNotifier","previousTimestamp":"2011-12-27T18:57:40.00Z","previousVersion":"0.2.0","releaseTimestamp":"2011-12-27T19:01:55.00Z","requiredCore":"1.409","scm":"https://github.com/jenkinsci/twilio-notifier-plugin","sha1":"H1vq0/9tFtMVw8+kUlL2W8TkSjE=","sha256":"L5fTeXf6VZ/l9j4AlOUOA++/S/iSS/AXqhZfp9Z3Rb4=","title":"TwilioNotifier","url":"http://updates.jenkins-ci.org/download/plugins/TwilioNotifier/0.2.1/TwilioNotifier.hpi","version":"0.2.1","wiki":"https://plugins.jenkins.io/TwilioNotifier"},"URLSCM":{"buildDate":"Nov 02, 2011","dependencies":[],"developers":[{"developerId":"mdonohue","name":"Michael Donohue"},{"developerId":"jieryn","email":"jieryn@gmail.com","name":"Jesse Farinacci"}],"excerpt":"A URL SCM plugin for Hudson. This plugin supports polling and checkout. Polling is done by checking the last-modified header returned when connecting to a URL. Checkout is done by copying the URL data into the workspace.","gav":"org.jvnet.hudson.plugins:URLSCM:1.6","labels":["scm"],"name":"URLSCM","releaseTimestamp":"2011-11-02T14:15:20.00Z","requiredCore":"1.392","scm":"https://github.com/jenkinsci/URLSCM-plugin","sha1":"aglxMDptHgY5Xk31EXgB8NafzKU=","sha256":"kYghIC5VJc4tIPLgY0A75tWUFXux7DWZ8AaowC0Bva8=","title":"URL SCM","url":"http://updates.jenkins-ci.org/download/plugins/URLSCM/1.6/URLSCM.hpi","version":"1.6","wiki":"https://plugins.jenkins.io/URLSCM"},"absint-a3":{"buildDate":"Oct 05, 2017","dependencies":[],"developers":[{"developerId":"absint","email":"support@absint.com","name":"Technical Support"}],"excerpt":"Provides Jenkins integration for the AbsInt Advanced Analyzer (a³) tools.","gav":"org.jenkins-ci.plugins:absint-a3:1.1.0","labels":["buildwrapper"],"name":"absint-a3","previousTimestamp":"2017-08-08T10:21:42.00Z","previousVersion":"1.0.3","releaseTimestamp":"2017-10-05T12:41:29.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/absint-a3-plugin","sha1":"nOZcdINoqJTlrtl8BwDj5U2Yadw=","sha256":"5MT0wGqK07PIxGeC1/NWXkrbATrHj2eKHzv25ZHi82o=","title":"AbsInt a³","url":"http://updates.jenkins-ci.org/download/plugins/absint-a3/1.1.0/absint-a3.hpi","version":"1.1.0","wiki":"https://plugins.jenkins.io/absint-a3"},"absint-astree":{"buildDate":"Oct 11, 2018","dependencies":[],"developers":[{"developerId":"jherter","email":"herter@absint.com","name":"Joerg Herter"}],"excerpt":"Provides Jenkins integration for the Astrée static code analyzer.","gav":"org.jenkins-ci.plugins:absint-astree:1.0.8","labels":["buildwrapper"],"name":"absint-astree","previousTimestamp":"2018-05-29T10:40:39.00Z","previousVersion":"1.0.7","releaseTimestamp":"2018-10-11T07:01:39.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/absint-astree-plugin","sha1":"dr7rM/ndCl9J4S9jOC3AsyCH+aY=","sha256":"MthAnqOTMo3yW15P3b2xzC6gUJAFhQTn84qF0D89Nz0=","title":"AbsInt Astrée","url":"http://updates.jenkins-ci.org/download/plugins/absint-astree/1.0.8/absint-astree.hpi","version":"1.0.8","wiki":"https://plugins.jenkins.io/absint-astree"},"accelerated-build-now-plugin":{"buildDate":"Jul 31, 2013","dependencies":[{"name":"maven-plugin","optional":false,"version":"1.523"}],"developers":[{"developerId":"anthonydahanne","email":"anthony.dahanne@gmail.com","name":"Anthony Dahanne"}],"excerpt":"A plug-in that enables you to instantly run a job on a busy Jenkins cluster (top of the queue, can kill a build to execute now)","gav":"org.terracotta.jenkins.plugins:accelerated-build-now-plugin:1.0.1","labels":["trigger"],"name":"accelerated-build-now-plugin","releaseTimestamp":"2013-07-31T15:49:16.00Z","requiredCore":"1.523","scm":"https://github.com/jenkinsci/accelerated-build-now-plugin","sha1":"3unyVqpC+qiGqcwjnwd1WOzV41c=","sha256":"AeN9o5PpHaJ2l37W0ShwjX9vKczrRtGdCtCFfOG+dRM=","title":"accelerated-build-now-plugin","url":"http://updates.jenkins-ci.org/download/plugins/accelerated-build-now-plugin/1.0.1/accelerated-build-now-plugin.hpi","version":"1.0.1","wiki":"https://plugins.jenkins.io/accelerated-build-now-plugin"},"accurev":{"buildDate":"Jun 15, 2019","dependencies":[{"name":"credentials","optional":false,"version":"2.1.12"}],"developers":[{"developerId":"casz","name":"Joseph Petersen"}],"excerpt":"This plugin integrates AccuRev SCM<\/a> to Jenkins.","gav":"org.jenkins-ci.plugins:accurev:0.7.20","labels":["scm"],"minimumJavaVersion":"1.8","name":"accurev","previousTimestamp":"2019-01-22T09:54:13.00Z","previousVersion":"0.7.19","releaseTimestamp":"2019-06-15T22:29:06.00Z","requiredCore":"2.138.3","scm":"https://github.com/jenkinsci/accurev-plugin","sha1":"UhhuezgTqpG8J48pScCaYGn4es0=","sha256":"XBHggEfVRh+jnkIADe/GhrcEnPIN4l5Iy0gdOfGAFdE=","title":"AccuRev","url":"http://updates.jenkins-ci.org/download/plugins/accurev/0.7.20/accurev.hpi","version":"0.7.20","wiki":"https://plugins.jenkins.io/accurev"},"ace-editor":{"buildDate":"Mar 03, 2016","dependencies":[],"developers":[{"developerId":"tfennelly"}],"excerpt":"JavaScript GUI Lib: ACE Editor bundle plugin.","gav":"org.jenkins-ci.ui:ace-editor:1.1","labels":[],"name":"ace-editor","previousTimestamp":"2015-11-06T12:41:38.00Z","previousVersion":"1.0.1","releaseTimestamp":"2016-03-03T12:09:37.00Z","requiredCore":"1.580.1","sha1":"Oe0JR9zZtBR2muKLPrlVZD4l1eA=","sha256":"q8lwKIk8inFYGl9VnqSOjh8aZRZPrultq/7Z6V6autI=","title":"JavaScript GUI Lib: ACE Editor bundle","url":"http://updates.jenkins-ci.org/download/plugins/ace-editor/1.1/ace-editor.hpi","version":"1.1","wiki":"https://plugins.jenkins.io/ace-editor"},"active-directory":{"buildDate":"May 23, 2019","compatibleSinceVersion":"2.0","dependencies":[{"name":"mailer","optional":false,"version":"1.5"}],"developers":[{"developerId":"kohsuke","name":"Kohsuke Kawaguchi"},{"developerId":"fbelzunc","name":"Felix Belzunce Arcos"}],"excerpt":"This plugin enables authentication through Active Directory.","gav":"org.jenkins-ci.plugins:active-directory:2.16","labels":["user"],"minimumJavaVersion":"1.8","name":"active-directory","previousTimestamp":"2019-05-20T19:40:05.00Z","previousVersion":"2.15","releaseTimestamp":"2019-05-23T20:35:55.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/active-directory-plugin","sha1":"+dm1AFDsLYta+pX5O211jGOIWfE=","sha256":"kFhMEHW3j5m4g5wrZDxPZzu+z8aiqqfHwM9JWp7Ifzk=","title":"Active Directory","url":"http://updates.jenkins-ci.org/download/plugins/active-directory/2.16/active-directory.hpi","version":"2.16","wiki":"https://plugins.jenkins.io/active-directory"},"acunetix":{"buildDate":"Feb 06, 2019","dependencies":[{"name":"credentials","optional":false,"version":"2.1.11"},{"name":"plain-credentials","optional":false,"version":"1.4"}],"developers":[{"developerId":"Acunetix","email":"product@acunetix.com","name":"Acunetix"}],"excerpt":"Integration of Acunetix scanner with Jenkins","gav":"com.acunetix:acunetix:1.2.3","labels":[],"name":"acunetix","previousTimestamp":"2019-01-18T09:33:00.00Z","previousVersion":"1.2.2","releaseTimestamp":"2019-02-06T14:26:50.00Z","requiredCore":"2.73.3","scm":"https://github.com/jenkinsci/acunetix-plugin","sha1":"sCMJhMCVGl74WzrW6+Y3wQ96Dbg=","sha256":"65DpiU7xK6bBZv7hG19pVXGgYm5yu5BhqScWmTw+k5o=","title":"Acunetix","url":"http://updates.jenkins-ci.org/download/plugins/acunetix/1.2.3/acunetix.hpi","version":"1.2.3","wiki":"https://plugins.jenkins.io/acunetix"},"acunetix-360-scan":{"buildDate":"Jul 10, 2019","dependencies":[{"name":"command-launcher","optional":false,"version":"1.1"},{"name":"structs","optional":false,"version":"1.7"}],"developers":[{"developerId":"acunetix360","email":"360@acunetix.com","name":"Acunetix360"}],"excerpt":"Plugin for starting Acunetix 360 Scans.","gav":"org.jenkins-ci.plugins:acunetix-360-scan:1.0","labels":[],"name":"acunetix-360-scan","releaseTimestamp":"2019-07-10T12:04:29.00Z","requiredCore":"2.172","scm":"https://github.com/jenkinsci/jenkins","sha1":"iB+Qm0UAdaYFeMEhc3/h3kU5TBA=","sha256":"53tuJ5Kr0xKFrb7Xb6+NnP9pUjKuGRfXDtJS+yUh1po=","title":"Acunetix 360 Scan","url":"http://updates.jenkins-ci.org/download/plugins/acunetix-360-scan/1.0/acunetix-360-scan.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/acunetix-360-scan"},"adaptive-disconnector":{"buildDate":"Oct 30, 2014","dependencies":[],"developers":[{"developerId":"olivergondza","email":"ogondza@gmail.com","name":"Oliver Gondža"}],"excerpt":"Run node monitors after build failure to detect infrastructure problems early","gav":"org.jenkins-ci.plugins:adaptive-disconnector:0.2","labels":[],"name":"adaptive-disconnector","previousTimestamp":"2014-02-05T19:30:34.00Z","previousVersion":"0.1","releaseTimestamp":"2014-10-30T21:26:23.00Z","requiredCore":"1.480","scm":"https://github.com/jenkinsci/adaptive-disconnector-plugin","sha1":"nFnMY8miQfmFi6ZyOAQih9WwKMc=","sha256":"u2GH+VseVEalraLyrzZZL8ST3B/qxOvFBWIGt9ss75U=","title":"Adaptive Disconnector","url":"http://updates.jenkins-ci.org/download/plugins/adaptive-disconnector/0.2/adaptive-disconnector.hpi","version":"0.2","wiki":"https://plugins.jenkins.io/adaptive-disconnector"},"additional-identities-plugin":{"buildDate":"Oct 20, 2015","dependencies":[],"developers":[{"developerId":"jglick"}],"excerpt":"Additional user property for user identity on other systems. Jenkins then won't create duplicated users when such an identity is extracted during SCM changelog parsing, or other user-related events.","gav":"com.cloudbees.jenkins.plugins:additional-identities-plugin:1.1","labels":[],"name":"additional-identities-plugin","previousTimestamp":"2012-09-27T13:52:07.00Z","previousVersion":"1.0","releaseTimestamp":"2015-10-20T15:09:17.00Z","requiredCore":"1.488","scm":"https://github.com/jenkinsci/additional-identities-plugin","sha1":"9khYVdSjPCpcLrNbrGhbRCu/O/Q=","sha256":"wToGiatTeNYAPwcK4ZzW6ATfAZ/x1cUfcPDHoO6aX3Y=","title":"Additional Identities","url":"http://updates.jenkins-ci.org/download/plugins/additional-identities-plugin/1.1/additional-identities-plugin.hpi","version":"1.1","wiki":"https://plugins.jenkins.io/additional-identities-plugin"},"additional-metrics":{"buildDate":"Jul 27, 2019","dependencies":[{"name":"workflow-aggregator","optional":true,"version":"2.2"}],"developers":[{"developerId":"chadiem","email":"chadimsr@gmail.com","name":"Chadi El Masri"}],"excerpt":"Provides additional metrics for List Views: Success/Failure Rates, Min/Max/Avg run and checkout durations, Success/Failure Time Rates.","gav":"org.jenkins-ci.plugins:additional-metrics:1.3","labels":[],"minimumJavaVersion":"1.7","name":"additional-metrics","previousTimestamp":"2018-07-11T07:09:44.00Z","previousVersion":"1.2","releaseTimestamp":"2019-07-27T21:53:18.00Z","requiredCore":"1.651.3","scm":"https://github.com/jenkinsci/additional-metrics-plugin","sha1":"2K6VyRCdeb2m/yVdnLD/wuz1fC4=","sha256":"eC9utQmu+PoFrmwlJML/RIL6gMEEt6Ljh5llnQwFiWc=","title":"Additional Metrics","url":"http://updates.jenkins-ci.org/download/plugins/additional-metrics/1.3/additional-metrics.hpi","version":"1.3","wiki":"https://plugins.jenkins.io/additional-metrics"},"adoptopenjdk":{"buildDate":"May 31, 2019","dependencies":[{"name":"structs","optional":false,"version":"1.19"}],"developers":[{"developerId":"mmchr","email":"hr.mohr@gmail.com","name":"Mads Mohr Christensen"}],"excerpt":"Provides an installer for the JDK tool that downloads the JDK from https://adoptopenjdk.net","gav":"io.jenkins.plugins:adoptopenjdk:1.1","labels":[],"name":"adoptopenjdk","previousTimestamp":"2019-05-31T19:45:49.00Z","previousVersion":"1.0","releaseTimestamp":"2019-05-31T20:46:00.00Z","requiredCore":"2.164.2","scm":"https://github.com/jenkinsci/adoptopenjdk-plugin","sha1":"cBRcwlnNN3F89fVMAvKWZ7u7O/Q=","sha256":"E4hZRh2AZ7oNNYsTZu0ZdGtID5fNnrSAnyGwLonWkHo=","title":"AdoptOpenJDK installer","url":"http://updates.jenkins-ci.org/download/plugins/adoptopenjdk/1.1/adoptopenjdk.hpi","version":"1.1","wiki":"https://plugins.jenkins.io/adoptopenjdk"},"advanced-installer-msi-builder":{"buildDate":"Nov 13, 2018","dependencies":[],"developers":[{"developerId":"advinst","email":"support@advancedinstaller.com","name":"Advanced Installer"}],"excerpt":"Thie plugin allows to build setups using Advanced Installer.","gav":"org.jenkins-ci.plugins:advanced-installer-msi-builder:2.0.3","labels":[],"name":"advanced-installer-msi-builder","previousTimestamp":"2018-02-12T13:57:45.00Z","previousVersion":"2.0.2","releaseTimestamp":"2018-11-13T10:14:48.00Z","requiredCore":"2.5","scm":"https://github.com/jenkinsci/advanced-installer-msi-builder-plugin","sha1":"UYHGiY76ErDmvaMcrLuiB8zXG3Y=","sha256":"YyvfHhTYK95KJV+b3NSZwNUo+j3i1/Xiy/TixKXIIFw=","title":"Advanced Installer Msi Builder","url":"http://updates.jenkins-ci.org/download/plugins/advanced-installer-msi-builder/2.0.3/advanced-installer-msi-builder.hpi","version":"2.0.3","wiki":"https://plugins.jenkins.io/advanced-installer-msi-builder"},"agent-loadbalance":{"buildDate":"Feb 27, 2018","dependencies":[{"name":"job-restrictions","optional":false,"version":"0.6"},{"name":"structs","optional":false,"version":"1.7"}],"developers":[{"developerId":"surenpi","email":"zxjlwt@126.com","name":"SuRen"}],"excerpt":"Jenkins agent load balance.","gav":"com.surenpi.jenkins:agent-loadbalance:1.0","labels":[],"name":"agent-loadbalance","releaseTimestamp":"2018-02-27T04:30:58.00Z","requiredCore":"2.7.3","scm":"https://github.com/jenkinsci/agent-loadbalance-plugin","sha1":"VqjHTxAWnlhW8JLY4ogCZ932Og4=","sha256":"bGIMQic9cPO1ep2oApUHqs23lIPG3fX4BZJtKCDivT4=","title":"Agent LoadBalance","url":"http://updates.jenkins-ci.org/download/plugins/agent-loadbalance/1.0/agent-loadbalance.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/agent-loadbalance"},"alauda-devops-credentials-provider":{"buildDate":"Aug 27, 2019","dependencies":[{"name":"alauda-kubernetes-support","optional":false,"version":"2.0.0"},{"name":"cloudbees-folder","optional":false,"version":"6.1.2"},{"name":"credentials","optional":false,"version":"2.1.16"}],"developers":[{"developerId":"alaudaDevelopers","email":"devs@alauda.io","name":"Alauda Developers"}],"excerpt":"This plugin will provide a credentials store backed by Kubernetes","gav":"io.alauda.jenkins.plugins:alauda-devops-credentials-provider:2.2.2","labels":[],"name":"alauda-devops-credentials-provider","previousTimestamp":"2019-08-21T11:37:16.00Z","previousVersion":"2.2.1","releaseTimestamp":"2019-08-27T05:30:49.00Z","requiredCore":"2.83","scm":"https://github.com/jenkinsci/alauda-devops-credentials-provider-plugin","sha1":"NbSu/NQqQgJslBuwWgsj6L96LAc=","sha256":"3IG+FWAlT55tFbf/I97CKC/FrVTfd3sdy6al8sQzg2Q=","title":"Alauda DevOps Credentials Provider","url":"http://updates.jenkins-ci.org/download/plugins/alauda-devops-credentials-provider/2.2.2/alauda-devops-credentials-provider.hpi","version":"2.2.2","wiki":"https://plugins.jenkins.io/alauda-devops-credentials-provider"},"alauda-devops-pipeline":{"buildDate":"Jun 27, 2019","dependencies":[{"name":"alauda-kubernetes-support","optional":false,"version":"2.0.0"},{"name":"workflow-cps","optional":false,"version":"2.17"},{"name":"durable-task","optional":false,"version":"1.12"},{"name":"structs","optional":false,"version":"1.7"}],"developers":[{"developerId":"alaudaDevelopers","email":"devs@alauda.io","name":"Alauda Developers"}],"excerpt":"This plugin provides Jenkins pipeline DSL interactions for kubenetes.","gav":"com.alauda.jenkins.plugins:alauda-devops-pipeline:2.0.3","labels":[],"name":"alauda-devops-pipeline","previousTimestamp":"2019-06-25T09:09:25.00Z","previousVersion":"2.0.2","releaseTimestamp":"2019-06-27T15:32:51.00Z","requiredCore":"2.83","scm":"https://github.com/jenkinsci/alauda-devops-pipeline-plugin","sha1":"xcsbeghE+girqgKkHXY/OWuZIQ4=","sha256":"MsVdZVo+UaePqVZt4UbYNHQlapY7t/B01dNv+RxYGXc=","title":"Alauda DevOps Pipeline","url":"http://updates.jenkins-ci.org/download/plugins/alauda-devops-pipeline/2.0.3/alauda-devops-pipeline.hpi","version":"2.0.3","wiki":"https://plugins.jenkins.io/alauda-devops-pipeline"},"alauda-devops-sync":{"buildDate":"Aug 29, 2019","dependencies":[{"name":"alauda-devops-credentials-provider","optional":false,"version":"2.0.0"},{"name":"alauda-kubernetes-support","optional":false,"version":"2.0.0"},{"name":"blueocean-rest-impl","optional":false,"version":"1.5.0"},{"name":"blueocean-rest","optional":false,"version":"1.5.0"},{"name":"kubernetes","optional":false,"version":"1.5"},{"name":"pipeline-rest-api","optional":false,"version":"2.10"},{"name":"workflow-multibranch","optional":false,"version":"2.18"},{"name":"workflow-scm-step","optional":false,"version":"2.6"},{"name":"workflow-step-api","optional":false,"version":"2.14"},{"name":"workflow-support","optional":false,"version":"2.18"},{"name":"badge","optional":false,"version":"1.5"},{"name":"credentials","optional":false,"version":"2.1.16"},{"name":"git-client","optional":false,"version":"2.7.0"},{"name":"git","optional":false,"version":"3.6.0"},{"name":"github-branch-source","optional":false,"version":"2.3.6"},{"name":"pipeline-input-step","optional":false,"version":"2.8"},{"name":"pipeline-stage-step","optional":false,"version":"2.3"},{"name":"script-security","optional":false,"version":"1.42"},{"name":"ssh-credentials","optional":false,"version":"1.13"},{"name":"structs","optional":false,"version":"1.14"},{"name":"subversion","optional":false,"version":"2.12.1"},{"name":"variant","optional":false,"version":"1.1"},{"name":"pipeline-model-definition","optional":false,"version":"1.3.1"}],"developers":[{"developerId":"alaudaDevelopers","email":"devs@alauda.io","name":"Alauda Developers"}],"excerpt":"Sync your Alauda DevOps PipelineConfigs with Jenkins jobs.","gav":"io.alauda.jenkins.plugins:alauda-devops-sync:2.2.5","labels":[],"name":"alauda-devops-sync","previousTimestamp":"2019-08-27T05:35:48.00Z","previousVersion":"2.2.4","releaseTimestamp":"2019-08-29T10:34:35.00Z","requiredCore":"2.83","scm":"https://github.com/jenkinsci/alauda-devops-sync-plugin/","sha1":"hGBX4QS+Pkzj7yoP6NEy8KNylmM=","sha256":"luuo4c7sVaYxX8nJa0AINifYust1L5/8idlP06/F9q8=","title":"Alauda DevOps Sync","url":"http://updates.jenkins-ci.org/download/plugins/alauda-devops-sync/2.2.5/alauda-devops-sync.hpi","version":"2.2.5","wiki":"https://plugins.jenkins.io/alauda-devops-sync"},"alauda-kubernetes-support":{"buildDate":"Aug 20, 2019","dependencies":[{"name":"credentials","optional":false,"version":"2.1.16"},{"name":"plain-credentials","optional":false,"version":"1.4"}],"developers":[{"developerId":"alaudaDevelopers","email":"devs@alauda.io","name":"Alauda Developers"}],"excerpt":"This plugin allows users to config kubernetes and share configuration to other plugins.","gav":"io.alauda.jenkins.plugins:alauda-kubernetes-support:2.2.0","labels":[],"name":"alauda-kubernetes-support","previousTimestamp":"2019-08-20T10:29:17.00Z","previousVersion":"2.1.2","releaseTimestamp":"2019-08-20T11:13:23.00Z","requiredCore":"2.83","scm":"https://github.com/jenkinsci/alauda-kubernetes-support-plugin","sha1":"z8j+CqTJu3aXfWcwsQE3EOm3wVE=","sha256":"EN92z5EUWjzRmfETsUtf/ByhYqnbI7wii6qqZJWj8dI=","title":"Alauda Kubernetes Suport","url":"http://updates.jenkins-ci.org/download/plugins/alauda-kubernetes-support/2.2.0/alauda-kubernetes-support.hpi","version":"2.2.0","wiki":"https://plugins.jenkins.io/alauda-kubernetes-support"},"alauda-pipeline":{"buildDate":"Jul 01, 2019","dependencies":[{"name":"workflow-api","optional":false,"version":"2.22"},{"name":"workflow-cps","optional":false,"version":"2.38"},{"name":"workflow-step-api","optional":false,"version":"2.14"},{"name":"git","optional":false,"version":"3.2.0"},{"name":"junit","optional":false,"version":"1.21"},{"name":"scm-api","optional":false,"version":"2.2.3"},{"name":"structs","optional":false,"version":"1.10"}],"developers":[{"developerId":"chengjingtao","email":"jtcheng@alauda.io","name":"chengjingtao"}],"excerpt":"This plugin provides Jenkins pipeline DSL interactions for Alauda.io","gav":"io.alauda.jenkins.plugins:alauda-pipeline:1.4.3","labels":[],"name":"alauda-pipeline","previousTimestamp":"2019-04-29T14:57:02.00Z","previousVersion":"1.4.2","releaseTimestamp":"2019-07-01T02:23:27.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/alauda-pipeline-plugin","sha1":"28d2fa2m/Soh/c9DU3UctN51YzQ=","sha256":"kIM+sheJBNJPGQAnpAec/ad9krlD0Yts9gE6jJ6lMUo=","title":"Alauda Pipeline","url":"http://updates.jenkins-ci.org/download/plugins/alauda-pipeline/1.4.3/alauda-pipeline.hpi","version":"1.4.3","wiki":"https://plugins.jenkins.io/alauda-pipeline"},"aliyun-container-service-deploy":{"buildDate":"Oct 09, 2016","dependencies":[{"name":"credentials","optional":false,"version":"1.22"},{"name":"icon-shim","optional":false,"version":"1.0.3"},{"name":"authentication-tokens","optional":false,"version":"1.1"},{"name":"docker-commons","optional":false,"version":"1.4.0"}],"developers":[{"developerId":"qinyujia"}],"excerpt":"This plugin deploy applications to Aliyun Container Service.","gav":"org.jenkins-ci.plugins:aliyun-container-service-deploy:0.1.1","labels":[],"name":"aliyun-container-service-deploy","previousTimestamp":"2016-08-19T08:56:14.00Z","previousVersion":"0.1.0","releaseTimestamp":"2016-10-09T08:34:38.00Z","requiredCore":"1.651.2","scm":"https://github.com/jenkinsci/aliyun-container-service-deploy-plugin","sha1":"rQMA053/EE8UighGcdASLCTmdeY=","sha256":"FE7xIBLxMZe9XufCvA5krgxzjnprG3pTdhld0Csa//A=","title":"Aliyun-Container-Service-Deploy","url":"http://updates.jenkins-ci.org/download/plugins/aliyun-container-service-deploy/0.1.1/aliyun-container-service-deploy.hpi","version":"0.1.1","wiki":"https://plugins.jenkins.io/aliyun-container-service-deploy"},"aliyun-oss-uploader":{"buildDate":"Aug 19, 2019","dependencies":[{"name":"structs","optional":false,"version":"1.7"}],"developers":[{"developerId":"raylax","email":"raylax@inurl.org","name":"YangchunYu"}],"excerpt":"","gav":"io.jenkins.plugins:aliyun-oss-uploader:1.1","labels":[],"name":"aliyun-oss-uploader","previousTimestamp":"2019-06-08T14:24:48.00Z","previousVersion":"1.0","releaseTimestamp":"2019-08-19T01:36:57.00Z","requiredCore":"2.7.3","scm":"https://github.com/jenkinsci/aliyun-oss-uploader-plugin","sha1":"L+BLxQobt9gsjJYVemLjC8wc2Gk=","sha256":"YI3ElOjnwVFhNEheie8Thxyf1LM/LEcsgSHC6CiVHjQ=","title":"Aliyun OSS Uploader","url":"http://updates.jenkins-ci.org/download/plugins/aliyun-oss-uploader/1.1/aliyun-oss-uploader.hpi","version":"1.1","wiki":"https://plugins.jenkins.io/aliyun-oss-uploader"},"all-changes":{"buildDate":"Apr 23, 2017","dependencies":[{"name":"parameterized-trigger","optional":true,"version":"2.30"},{"name":"dashboard-view","optional":false,"version":"2.9.9"},{"name":"workflow-job","optional":false,"version":"1.14"}],"developers":[{"developerId":"wolfs","name":"Stefan Wolf"},{"developerId":"pskumar448","email":"pskumar448@gmail.com","name":"Suresh Kumar"}],"excerpt":"This plugin shows all changes (also from dependent projects, sub-projects, ...) for a project","gav":"org.jenkins-ci.plugins:all-changes:1.5","labels":["ui","report"],"name":"all-changes","previousTimestamp":"2016-06-06T03:52:21.00Z","previousVersion":"1.4","releaseTimestamp":"2017-04-23T16:13:45.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/all-changes-plugin","sha1":"AO85gLtqcUxak3V1hncvdj4mrz0=","sha256":"RVDLddS4iqcz32pbR82ln2GIJoUtOdWk8tr3FvNYpDU=","title":"All changes","url":"http://updates.jenkins-ci.org/download/plugins/all-changes/1.5/all-changes.hpi","version":"1.5","wiki":"https://plugins.jenkins.io/all-changes"},"allure-jenkins-plugin":{"buildDate":"Mar 21, 2019","compatibleSinceVersion":"2.19","dependencies":[{"name":"script-security","optional":false,"version":"1.25"},{"name":"matrix-project","optional":false,"version":"1.11"},{"name":"structs","optional":true,"version":"1.5"},{"name":"job-dsl","optional":true,"version":"1.51"},{"name":"job-dsl-core","optional":true,"version":"1.51"},{"name":"workflow-step-api","optional":true,"version":"2.4"}],"developers":[{"developerId":"dchr","email":"dchr@yandex-team.ru","name":"Denis Chernilevsky"},{"developerId":"eroshenkoam","email":"eroshenkoam@qameta.io","name":"Artem Eroshenko"},{"developerId":"mavlyutov","email":"mavlyutov@yandex-team.ru","name":"Marat Mavlyutov"},{"developerId":"pupssman","email":"pupssman@yandex-team.ru","name":"Ivan Kalinin"},{"developerId":"vania-pooh","email":"vania-pooh@yandex-team.ru","name":"Ivan Krutov"},{"developerId":"baev","email":"baev.dm@gmail.com","name":"Dmitry Baev"}],"excerpt":"This plugin integrates Allure reporting tool into Jenkins.","gav":"ru.yandex.qatools.allure:allure-jenkins-plugin:2.28.1","labels":["report"],"name":"allure-jenkins-plugin","previousTimestamp":"2019-03-05T14:19:37.00Z","previousVersion":"2.28.0","releaseTimestamp":"2019-03-21T12:04:21.00Z","requiredCore":"1.642.4","scm":"https://github.com/jenkinsci/allure-plugin","sha1":"QGOILhkbD84y2x33qLKXUBR2hOM=","sha256":"IW8RE/nEL91e7wzZr5CzbbkMjEdrV0AYErwvRZfrRs4=","title":"Allure","url":"http://updates.jenkins-ci.org/download/plugins/allure-jenkins-plugin/2.28.1/allure-jenkins-plugin.hpi","version":"2.28.1","wiki":"https://plugins.jenkins.io/allure-jenkins-plugin"},"amazon-ecr":{"buildDate":"May 16, 2017","dependencies":[{"name":"aws-credentials","optional":false,"version":"1.19"},{"name":"aws-java-sdk","optional":false,"version":"1.11.68.1"},{"name":"credentials","optional":false,"version":"2.1.11"},{"name":"docker-commons","optional":false,"version":"1.6"}],"developers":[{"developerId":"ndeloof","email":"nicolas.deloof@gmail.com","name":"Nicolas De Loof"},{"developerId":"ifernandezcalvo","email":"kuisathaverat@gmail.com","name":"Ivan Fernandez Calvo"}],"excerpt":"This plugin generates Docker authentication token from Amazon Credentials to access Amazon ECR.","gav":"com.cloudbees.jenkins.plugins:amazon-ecr:1.6","labels":[],"name":"amazon-ecr","previousTimestamp":"2016-10-29T13:55:39.00Z","previousVersion":"1.4","releaseTimestamp":"2017-05-16T08:34:22.00Z","requiredCore":"1.642.1","scm":"https://github.com/jenkinsci/amazon-ecr-plugin","sha1":"r8duXOEq8AAPVhdBcL568gH0rxU=","sha256":"wuPkJM3WPRATKXpfG6OewUAGi+ibTeT10R4UzEloZ5o=","title":"Amazon ECR","url":"http://updates.jenkins-ci.org/download/plugins/amazon-ecr/1.6/amazon-ecr.hpi","version":"1.6","wiki":"https://plugins.jenkins.io/amazon-ecr"},"amazon-ecs":{"buildDate":"Jul 23, 2019","dependencies":[{"name":"workflow-step-api","optional":false,"version":"2.14"},{"name":"apache-httpcomponents-client-4-api","optional":false,"version":"4.5.5-3.0"},{"name":"aws-credentials","optional":false,"version":"1.23"},{"name":"aws-java-sdk","optional":false,"version":"1.11.403"},{"name":"credentials-binding","optional":false,"version":"1.13"},{"name":"durable-task","optional":false,"version":"1.16"},{"name":"structs","optional":false,"version":"1.14"},{"name":"variant","optional":false,"version":"1.0"},{"name":"pipeline-model-extensions","optional":true,"version":"1.3.1"}],"developers":[{"developerId":"webratz","email":"dvcs@webratz.de","name":"Andreas Sieferlinger"},{"developerId":"pgarbe","email":"jenkins@garbe.io","name":"Philipp Garbe"}],"excerpt":"Use Amazon EC2 Container Service to provide elastic agents.","gav":"com.cloudbees.jenkins.plugins:amazon-ecs:1.22","labels":["cluster","slaves"],"name":"amazon-ecs","previousTimestamp":"2019-07-22T12:48:33.00Z","previousVersion":"1.21","releaseTimestamp":"2019-07-23T06:39:29.00Z","requiredCore":"2.107.3","scm":"https://github.com/jenkinsci/amazon-ecs-plugin","sha1":"7pWCEGrF404pl34xXBYec3u4BTM=","sha256":"7yVdegHARPFagZ6ZOMpY2eP/kPAN6VX0ADVHdoVf5Fw=","title":"Amazon Elastic Container Service","url":"http://updates.jenkins-ci.org/download/plugins/amazon-ecs/1.22/amazon-ecs.hpi","version":"1.22","wiki":"https://plugins.jenkins.io/amazon-ecs"},"amqp-build-trigger":{"buildDate":"Aug 27, 2019","dependencies":[{"name":"workflow-job","optional":false,"version":"2.12.2"}],"developers":[{"developerId":"kpvdr","email":"kpvdr@apache.org","name":"Kim van der Riet"}],"excerpt":"This plugin allows jobs to connect to one or more AMQP sources (often brokers with a queue or topic), receive messages from them, and trigger a build when the message is received.","gav":"io.jenkins.plugins:amqp-build-trigger:1.0","labels":[],"name":"amqp-build-trigger","releaseTimestamp":"2019-08-27T14:35:02.00Z","requiredCore":"2.7.3","scm":"https://github.com/jenkinsci/amqp-build-trigger-plugin","sha1":"qV2eSBcFNVcIwNSJhx4w75a5D7k=","sha256":"ksGWi+B/oMnpv9C6dTnN5/6FCCgcAoq9Z0exAIF+NGE=","title":"AMQP Build Trigger","url":"http://updates.jenkins-ci.org/download/plugins/amqp-build-trigger/1.0/amqp-build-trigger.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/amqp-build-trigger"},"analysis-collector":{"buildDate":"Dec 21, 2018","dependencies":[{"name":"maven-plugin","optional":false,"version":"2.17"},{"name":"dashboard-view","optional":true,"version":"2.9.4"},{"name":"matrix-project","optional":false,"version":"1.7.1"},{"name":"token-macro","optional":true,"version":"2.1"},{"name":"analysis-core","optional":false,"version":"1.94"},{"name":"android-lint","optional":true,"version":"2.4"},{"name":"checkstyle","optional":true,"version":"3.43"},{"name":"dry","optional":true,"version":"2.42"},{"name":"findbugs","optional":true,"version":"4.62"},{"name":"pmd","optional":true,"version":"3.42"},{"name":"tasks","optional":true,"version":"4.46"},{"name":"warnings","optional":true,"version":"4.49"}],"developers":[{"developerId":"drulli","email":"ullrich.hafner@gmail.com","name":"Ulli Hafner"}],"excerpt":"The Analysis Collector plug-in reached end-of-life. All functionality has been integrated into the Warnings Next Generation Plugin<\/a>.","gav":"org.jvnet.hudson.plugins:analysis-collector:2.0.0","labels":["maven","report"],"name":"analysis-collector","previousTimestamp":"2017-07-16T19:56:55.00Z","previousVersion":"1.52","releaseTimestamp":"2018-12-21T14:02:59.00Z","requiredCore":"1.625.1","scm":"https://github.com/jenkinsci/analysis-collector-plugin","sha1":"9cUPoRwPngNGI4s8/fWi0TVGYlA=","sha256":"8nG1lVP1F7HMUwn826B5ISyCMElGdPyZkWpu2YDfOos=","title":"Static Analysis Collector","url":"http://updates.jenkins-ci.org/download/plugins/analysis-collector/2.0.0/analysis-collector.hpi","version":"2.0.0","wiki":"https://plugins.jenkins.io/analysis-collector"},"analysis-core":{"buildDate":"Apr 28, 2019","dependencies":[{"name":"maven-plugin","optional":false,"version":"2.17"},{"name":"ant","optional":true,"version":"1.1"},{"name":"antisamy-markup-formatter","optional":false,"version":"1.5"},{"name":"dashboard-view","optional":true,"version":"2.9.4"},{"name":"git","optional":true,"version":"3.1.0"},{"name":"matrix-project","optional":false,"version":"1.7.1"},{"name":"structs","optional":false,"version":"1.10"},{"name":"token-macro","optional":true,"version":"2.1"}],"developers":[{"developerId":"drulli","email":"ullrich.hafner@gmail.com","name":"Ulli Hafner"}],"excerpt":"This plug-in provides utilities for the static code analysis plug-ins.","gav":"org.jvnet.hudson.plugins:analysis-core:1.96","labels":["maven","report"],"name":"analysis-core","previousTimestamp":"2018-03-01T13:38:57.00Z","previousVersion":"1.95","releaseTimestamp":"2019-04-28T18:59:46.00Z","requiredCore":"1.625.1","scm":"https://github.com/jenkinsci/analysis-core-plugin","sha1":"eOGAo/Fdf4Gpg42apjokb0r8VvA=","sha256":"5+lpC9sHyl1tvPJ4rMT4yRH8VfFGMvs1kbaC8ITVjB8=","title":"Static Analysis Utilities","url":"http://updates.jenkins-ci.org/download/plugins/analysis-core/1.96/analysis-core.hpi","version":"1.96","wiki":"https://plugins.jenkins.io/analysis-core"},"analysis-model-api":{"buildDate":"Sep 03, 2019","dependencies":[],"developers":[{"developerId":"uhafner","email":"ullrich.hafner@gmail.com","name":"Ullrich Hafner"}],"excerpt":"Jenkins API plug-in for the Static Analysis Model and Parsers.","gav":"io.jenkins.plugins:analysis-model-api:6.0.1","labels":[],"minimumJavaVersion":"1.8","name":"analysis-model-api","previousTimestamp":"2019-08-04T21:43:17.00Z","previousVersion":"5.3.0","releaseTimestamp":"2019-09-03T21:49:15.00Z","requiredCore":"2.138.4","scm":"https://github.com/jenkinsci/analysis-model-api-plugin","sha1":"7i/D7PY7Wd1IQ2YowXl9qJO6la8=","sha256":"UNx/RC2leKoUMFrNu1ButKhtzOKZGS0xMB5EqONggp0=","title":"Analysis Model API","url":"http://updates.jenkins-ci.org/download/plugins/analysis-model-api/6.0.1/analysis-model-api.hpi","version":"6.0.1","wiki":"https://plugins.jenkins.io/analysis-model-api"},"anchore-container-scanner":{"buildDate":"May 22, 2019","dependencies":[{"name":"structs","optional":false,"version":"1.7"},{"name":"credentials","optional":false,"version":"2.1.16"}],"developers":[{"developerId":"nurmi","email":"nurmi@anchore.com","name":"Daniel Nurmi"},{"developerId":"swathigangisetty","email":"swathi@anchore.com","name":"Swathi Gangisetty"}],"excerpt":"This plugin provides container image scanning using Anchore Engine","gav":"org.jenkins-ci.plugins:anchore-container-scanner:1.0.19","labels":["builder","scm","security"],"name":"anchore-container-scanner","previousTimestamp":"2018-11-14T20:15:20.00Z","previousVersion":"1.0.18","releaseTimestamp":"2019-05-22T16:42:40.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/anchore-container-scanner-plugin","sha1":"06YdNQV09XvYUV1EdzrdVWENljw=","sha256":"3if9kPUS8nkAgnvoO+6Jvx2f/KAMR8dIWq0+2aR7+js=","title":"Anchore Container Image Scanner","url":"http://updates.jenkins-ci.org/download/plugins/anchore-container-scanner/1.0.19/anchore-container-scanner.hpi","version":"1.0.19","wiki":"https://plugins.jenkins.io/anchore-container-scanner"},"android-apk-size-watcher":{"buildDate":"Sep 08, 2017","dependencies":[],"developers":[{"developerId":"xgleich1","email":"xgleich1@gmail.com","name":"Daniel Gronau"}],"excerpt":"Watch over the changing size of your .apk file and fail your build once the change exceeds your specified threshold.","gav":"org.jenkins-ci.plugins:android-apk-size-watcher:1.0.1","labels":[],"name":"android-apk-size-watcher","previousTimestamp":"2017-08-30T18:30:02.00Z","previousVersion":"1.0","releaseTimestamp":"2017-09-08T20:27:22.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/android-apk-size-watcher-plugin","sha1":"2eNVEaRva0RkCX5nIdR9lm65DOA=","sha256":"McP+Dy/5kgw9yZtVuOaF7BX3+NvYBFKfv8h/zt+IDus=","title":"Android Apk Size Watcher","url":"http://updates.jenkins-ci.org/download/plugins/android-apk-size-watcher/1.0.1/android-apk-size-watcher.hpi","version":"1.0.1","wiki":"https://plugins.jenkins.io/android-apk-size-watcher"},"android-emulator":{"buildDate":"Dec 04, 2017","dependencies":[{"name":"matrix-project","optional":false,"version":"1.4"},{"name":"port-allocator","optional":false,"version":"1.8"}],"developers":[{"developerId":"orrc","email":"chris@orr.me.uk","name":"Christopher Orr"}],"excerpt":"Starts an Android emulator with given properties before a build, then shuts it down after.","gav":"org.jenkins-ci.plugins:android-emulator:3.0","labels":["buildwrapper","android"],"name":"android-emulator","previousTimestamp":"2016-05-23T16:38:53.00Z","previousVersion":"2.15","releaseTimestamp":"2017-12-04T00:15:44.00Z","requiredCore":"2.32","scm":"https://github.com/jenkinsci/android-emulator-plugin","sha1":"itEkVmLX8zCstgKomBfPljBXRvI=","sha256":"933MChu2AHCGLTc1Fxn7boDQe0oK4Ip/nFMrtxojj0Y=","title":"Android Emulator","url":"http://updates.jenkins-ci.org/download/plugins/android-emulator/3.0/android-emulator.hpi","version":"3.0","wiki":"https://plugins.jenkins.io/android-emulator"},"android-lint":{"buildDate":"Jan 30, 2018","dependencies":[{"name":"maven-plugin","optional":false,"version":"2.17"},{"name":"dashboard-view","optional":true,"version":"2.9.4"},{"name":"matrix-project","optional":false,"version":"1.7.1"},{"name":"structs","optional":false,"version":"1.10"},{"name":"token-macro","optional":true,"version":"2.1"},{"name":"analysis-core","optional":false,"version":"1.94"}],"developers":[{"developerId":"orrc","email":"chris@orr.me.uk","name":"Christopher Orr"}],"excerpt":"This plugin parses Android Lint analysis results and visualises the issues found.","gav":"org.jvnet.hudson.plugins:android-lint:2.6","labels":["report","android","listview-column"],"name":"android-lint","previousTimestamp":"2017-09-08T22:33:54.00Z","previousVersion":"2.5","releaseTimestamp":"2018-01-30T22:02:00.00Z","requiredCore":"2.7","scm":"https://github.com/jenkinsci/android-lint-plugin","sha1":"EolfRXu7B026b3cnukwvhbuHmdc=","sha256":"2XJfoQuTj9R+x63JJMKgeBsZpm0CmyYPT6FMOU6M72k=","title":"Android Lint","url":"http://updates.jenkins-ci.org/download/plugins/android-lint/2.6/android-lint.hpi","version":"2.6","wiki":"https://plugins.jenkins.io/android-lint"},"android-signing":{"buildDate":"Jul 23, 2017","compatibleSinceVersion":"2.1.0","dependencies":[{"name":"workflow-cps","optional":true,"version":"2.0"},{"name":"credentials","optional":false,"version":"2.1.0"},{"name":"job-dsl","optional":true,"version":"1.58"}],"developers":[{"developerId":"restjohn","email":"restjohn@gmail.com","name":"Robert St. John"}],"excerpt":"Sign Android APK bundles with a private key Jenkins manages and provides.","gav":"org.jenkins-ci.plugins:android-signing:2.2.5","labels":["builder","android"],"name":"android-signing","previousTimestamp":"2017-06-14T22:01:11.00Z","previousVersion":"2.2.4","releaseTimestamp":"2017-07-23T12:37:15.00Z","requiredCore":"1.642.3","scm":"https://github.com/jenkinsci/android-signing-plugin","sha1":"NxbfWO831zYmfC4IZ6tvt0AMU6A=","sha256":"X6j1idlDlgb1TUmVfP1DVnWk2VIFet/2aWdfJ2cDO0A=","title":"Android Signing","url":"http://updates.jenkins-ci.org/download/plugins/android-signing/2.2.5/android-signing.hpi","version":"2.2.5","wiki":"https://plugins.jenkins.io/android-signing"},"anka-build":{"buildDate":"Aug 22, 2019","dependencies":[{"name":"ssh-slaves","optional":false,"version":"1.26"},{"name":"structs","optional":false,"version":"1.7"}],"developers":[{"developerId":"asafg","email":"asaf.gu6@gmail.com","name":"Asaf Gur"}],"excerpt":"This plugin provides integration with Veertu Anka infrastructure","gav":"org.jenkins-ci.plugins:anka-build:1.19.1","labels":[],"name":"anka-build","previousTimestamp":"2019-07-02T14:25:45.00Z","previousVersion":"1.19","releaseTimestamp":"2019-08-22T10:06:08.00Z","requiredCore":"2.85","scm":"https://github.com/jenkinsci/anka-build-plugin","sha1":"dAByV5xVyFgnBRR/F6Y1Deo49+I=","sha256":"Ux2pG8rzQF1K34H5qmzwsF5Xk8h7Istc3t/nXOPVwr4=","title":"Anka","url":"http://updates.jenkins-ci.org/download/plugins/anka-build/1.19.1/anka-build.hpi","version":"1.19.1","wiki":"https://plugins.jenkins.io/anka-build"},"ansible":{"buildDate":"Mar 21, 2018","compatibleSinceVersion":"1.0","dependencies":[{"name":"workflow-step-api","optional":true,"version":"1.10"},{"name":"credentials","optional":false,"version":"1.16.1"},{"name":"job-dsl","optional":true,"version":"1.36"},{"name":"plain-credentials","optional":false,"version":"1.4"},{"name":"ssh-credentials","optional":false,"version":"1.10"}],"developers":[{"developerId":"jcsirot","email":"sirot@chelonix.com","name":"Jean-Christophe Sirot"}],"excerpt":"Invoke Ansible<\/a> Ad-Hoc commands and playbooks.","gav":"org.jenkins-ci.plugins:ansible:1.0","labels":["builder","devops","deployment","external","pipeline"],"name":"ansible","previousTimestamp":"2018-01-16T12:08:08.00Z","previousVersion":"0.8","releaseTimestamp":"2018-03-21T12:34:17.00Z","requiredCore":"1.596.1","scm":"https://github.com/jenkinsci/ansible-plugin","sha1":"ho5yyoeGfAiHSlcvIPtlNZaxQOw=","sha256":"nCuUIroIi8xX4ONV/S2OEGP07YBPtp7DLMzYwG5OoB4=","title":"Ansible","url":"http://updates.jenkins-ci.org/download/plugins/ansible/1.0/ansible.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/ansible"},"ansible-tower":{"buildDate":"Aug 14, 2019","dependencies":[{"name":"workflow-step-api","optional":true,"version":"1.10"},{"name":"credentials","optional":false,"version":"1.22"},{"name":"envinject","optional":true,"version":"2.1.3"},{"name":"plain-credentials","optional":true,"version":"1.4"},{"name":"script-security","optional":false,"version":"1.17"}],"developers":[{"developerId":"john-westcott-iv","email":"john.westcott.iv@redhat.com","name":"John Westcott IV"}],"excerpt":"This plugin connects Jenkins with Ansible Tower","gav":"org.jenkins-ci.plugins:ansible-tower:0.10.0","labels":[],"name":"ansible-tower","previousTimestamp":"2019-04-28T19:16:06.00Z","previousVersion":"0.9.2","releaseTimestamp":"2019-08-14T14:50:35.00Z","requiredCore":"2.0","scm":"https://github.com/jenkinsci/ansible-tower-plugin","sha1":"ywA0Rx3i4s/UUjnDwOyWxoSK2QY=","sha256":"Ny6HWtm1J6OtlS0qA2PRl3ge8gru0+/50bLUlhRKP/w=","title":"Ansible Tower","url":"http://updates.jenkins-ci.org/download/plugins/ansible-tower/0.10.0/ansible-tower.hpi","version":"0.10.0","wiki":"https://plugins.jenkins.io/ansible-tower"},"ansicolor":{"buildDate":"Jan 31, 2019","dependencies":[{"name":"workflow-api","optional":true,"version":"2.30"},{"name":"workflow-step-api","optional":true,"version":"2.15"}],"developers":[{"developerId":"dblock","email":"dblock@dblock.org","name":"Daniel Doubrovkine"}],"excerpt":"Adds ANSI coloring to the Console Output","gav":"org.jenkins-ci.plugins:ansicolor:0.6.2","labels":["misc"],"name":"ansicolor","previousTimestamp":"2019-01-04T16:33:34.00Z","previousVersion":"0.6.1","releaseTimestamp":"2019-01-31T19:22:27.00Z","requiredCore":"2.145","scm":"https://github.com/jenkinsci/ansicolor-plugin","sha1":"2vBz9IF5ft5al6rU7tFVJfjjgtw=","sha256":"VhezEDaF6SHcbXzEZ6dAtAYe9a1CLLKZV9HRw0oeI6U=","title":"AnsiColor","url":"http://updates.jenkins-ci.org/download/plugins/ansicolor/0.6.2/ansicolor.hpi","version":"0.6.2","wiki":"https://plugins.jenkins.io/ansicolor"},"ant":{"buildDate":"Aug 27, 2019","dependencies":[{"name":"structs","optional":false,"version":"1.17"}],"developers":[{"developerId":"armfergom","name":"Armando Fernandez"}],"excerpt":"Adds Apache Ant support to Jenkins","gav":"org.jenkins-ci.plugins:ant:1.10","labels":["builder"],"minimumJavaVersion":"1.8","name":"ant","previousTimestamp":"2018-10-29T22:38:14.00Z","previousVersion":"1.9","releaseTimestamp":"2019-08-27T15:41:19.00Z","requiredCore":"2.150.1","scm":"https://github.com/jenkinsci/ant-plugin","sha1":"2mYiwiYxwVJPlXcYE1FBI7irHgs=","sha256":"Brr1JaxatWF2w3JF9ZzxjTiEEYqV+Kvq3xoOZAJT9TA=","title":"Ant","url":"http://updates.jenkins-ci.org/download/plugins/ant/1.10/ant.hpi","version":"1.10","wiki":"https://plugins.jenkins.io/ant"},"ant-in-workspace":{"buildDate":"Mar 19, 2018","dependencies":[{"name":"workflow-job","optional":true,"version":"1.10"},{"name":"workflow-step-api","optional":true,"version":"1.10"},{"name":"ant","optional":false,"version":"1.4"},{"name":"script-security","optional":false,"version":"1.27"}],"developers":[{"developerId":"phreakadelle","name":"Stephan Watermeyer"}],"excerpt":"Plugin extends official Ant Plugin. Allows to use an Ant that is located in the Workspace.","gav":"org.jenkins-ci.plugins:ant-in-workspace:1.1.0","labels":[],"name":"ant-in-workspace","previousTimestamp":"2017-08-16T07:26:47.00Z","previousVersion":"1.0.0","releaseTimestamp":"2018-03-19T08:45:20.00Z","requiredCore":"1.609.3","scm":"https://github.com/jenkinsci/ant-in-workspace-plugin","sha1":"+uU2u+PDluu82HxNxx6NYJEXbL4=","sha256":"/Y+EbYO+fEMlPa+eOMv9CSxvD53gcdpImbZeQjW9bKg=","title":"Ant In Workspace","url":"http://updates.jenkins-ci.org/download/plugins/ant-in-workspace/1.1.0/ant-in-workspace.hpi","version":"1.1.0","wiki":"https://plugins.jenkins.io/ant-in-workspace"},"antexec":{"buildDate":"Aug 18, 2015","dependencies":[{"name":"ant","optional":false,"version":"1.2"},{"name":"token-macro","optional":false,"version":"1.10"}],"developers":[{"developerId":"svasek","email":"svasek@gmail.com","name":"Milos Svasek"}],"excerpt":"This plugin makes it possible to run Apache Ant code directly from Jenkins-CI","gav":"org.jenkins-ci.plugins:antexec:1.11","labels":[],"name":"antexec","previousTimestamp":"2013-10-31T17:19:16.00Z","previousVersion":"1.10","releaseTimestamp":"2015-08-18T11:50:43.00Z","requiredCore":"1.596","scm":"https://github.com/jenkinsci/antexec-plugin","sha1":"WsIoweE66UWdLf3e0bwVf/CBpXA=","sha256":"KFkBG8uz4PVTvpxjjkC6itz9equl21DTd2Ptbj9wFV0=","title":"AntExec","url":"http://updates.jenkins-ci.org/download/plugins/antexec/1.11/antexec.hpi","version":"1.11","wiki":"https://plugins.jenkins.io/antexec"},"antisamy-markup-formatter":{"buildDate":"Aug 27, 2019","dependencies":[],"developers":[{"developerId":"jglick"}],"excerpt":"Uses the OWASP Java HTML Sanitizer<\/a> to allow safe-seeming HTML markup to be entered in project descriptions and the like.","gav":"org.jenkins-ci.plugins:antisamy-markup-formatter:1.6","labels":["security"],"minimumJavaVersion":"1.8","name":"antisamy-markup-formatter","previousTimestamp":"2016-06-08T18:11:29.00Z","previousVersion":"1.5","releaseTimestamp":"2019-08-27T21:03:00.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/antisamy-markup-formatter-plugin","sha1":"1LIL834scNQbh++AdZjairW97ts=","sha256":"1JuMG5O2igHTxjvZDNFv09mGq+7V/pX8RaDEdQ4eeso=","title":"OWASP Markup Formatter","url":"http://updates.jenkins-ci.org/download/plugins/antisamy-markup-formatter/1.6/antisamy-markup-formatter.hpi","version":"1.6","wiki":"https://plugins.jenkins.io/antisamy-markup-formatter"},"any-buildstep":{"buildDate":"Nov 14, 2011","dependencies":[{"name":"token-macro","optional":false,"version":"1.4"},{"name":"run-condition","optional":false,"version":"0.5"},{"name":"conditional-buildstep","optional":false,"version":"0.2"},{"name":"flexible-publish","optional":false,"version":"0.7"}],"developers":[{"developerId":"bap","email":"bap-jenkins@BapIT.co.uk","name":"Bap"}],"excerpt":"Use publishers as builders and builders as publishers :-/","gav":"org.jenkins-ci.plugins:any-buildstep:0.1","labels":[],"name":"any-buildstep","releaseTimestamp":"2011-11-14T18:44:00.00Z","requiredCore":"1.408","scm":"https://github.com/jenkinsci/any-buildstep-plugin","sha1":"46R/wmiCUngBl8Zrt4cRwvGbJuI=","sha256":"mmLC0QRBnN60VS0PGAs+++Yu3MRpT0fe8aBxKtqwzPo=","title":"Any Build Step","url":"http://updates.jenkins-ci.org/download/plugins/any-buildstep/0.1/any-buildstep.hpi","version":"0.1","wiki":"https://plugins.jenkins.io/any-buildstep"},"anything-goes-formatter":{"buildDate":"Mar 14, 2012","dependencies":[],"developers":[{"developerId":"kohsuke","email":"kk@kohsuke.org","name":"Kohsuke Kawaguchi"}],"excerpt":"This plugin adds a markup formatter that's unsafe but allows more powerful HTML manipulation.","gav":"org.jenkins-ci.plugins:anything-goes-formatter:1.0","labels":["ui"],"name":"anything-goes-formatter","releaseTimestamp":"2012-03-14T18:50:59.00Z","requiredCore":"1.424","scm":"https://github.com/jenkinsci/anything-goes-formatter","sha1":"P+91IIgNJvsFUhaxCZLaZPG0VI0=","sha256":"8frKrrC58nDoyEIY/jPCbWmUs0EF3hSfvNaG98rJYPY=","title":"anything-goes-formatter","url":"http://updates.jenkins-ci.org/download/plugins/anything-goes-formatter/1.0/anything-goes-formatter.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/anything-goes-formatter"},"apache-httpcomponents-client-4-api":{"buildDate":"Jun 12, 2018","dependencies":[],"developers":[{"developerId":"oleg_nenashev","name":"Oleg Nenashev"}],"excerpt":"Bundles Apache HttpComponents Client 4.x and allows it to be used by Jenkins plugins.","gav":"org.jenkins-ci.plugins:apache-httpcomponents-client-4-api:4.5.5-3.0","labels":[],"name":"apache-httpcomponents-client-4-api","previousTimestamp":"2018-05-22T17:32:05.00Z","previousVersion":"4.5.5-2.1","releaseTimestamp":"2018-06-12T19:37:34.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/apache-httpcomponents-client-4-api-plugin","sha1":"Itpq/Ar9gOL82x0hwJZiBjr02nU=","sha256":"WnBIEHDYeql3FZRQA4xU93rT4R6Ml+PpFcTgrGaL3ec=","title":"Apache HttpComponents Client 4.x API","url":"http://updates.jenkins-ci.org/download/plugins/apache-httpcomponents-client-4-api/4.5.5-3.0/apache-httpcomponents-client-4-api.hpi","version":"4.5.5-3.0","wiki":"https://plugins.jenkins.io/apache-httpcomponents-client-4-api"},"apifortress":{"buildDate":"Jul 11, 2017","dependencies":[],"developers":[{"developerId":"theirish"}],"excerpt":"This plugin allows you to integrate API Fortress<\/a> API testing in your Jenkins CI projects.","gav":"com.apifortress.jenkins:apifortress:1.0","labels":[],"name":"apifortress","releaseTimestamp":"2017-07-11T15:08:22.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/apifortress-plugin","sha1":"Xjt1+1zSrU8Nweznmkpn4DAnwro=","sha256":"nJaZb5shtiK+xRvBiGL4faYaTUigAr846KFGvb3AzKY=","title":"API Fortress","url":"http://updates.jenkins-ci.org/download/plugins/apifortress/1.0/apifortress.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/apifortress"},"app-detector":{"buildDate":"Nov 19, 2018","dependencies":[{"name":"matrix-project","optional":false,"version":"1.4"}],"developers":[{"developerId":"justice3120","email":"masayoshi.sakamoto@dena.jp","name":"Masayoshi Sakamoto"}],"excerpt":"Allow to build on a slave with specific applications and versions present","gav":"org.jenkins-ci.plugins:app-detector:1.0.6","labels":[],"name":"app-detector","previousTimestamp":"2017-11-08T04:16:21.00Z","previousVersion":"1.0.5","releaseTimestamp":"2018-11-19T10:34:17.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/app-detector-plugin","sha1":"jfxtuls9/Ouj5jftZMOqV0K5MZ4=","sha256":"c0a4+y2NNGJi3xd929+cPrArC+OQro1F7SkfRd08p9Y=","title":"Application Detector","url":"http://updates.jenkins-ci.org/download/plugins/app-detector/1.0.6/app-detector.hpi","version":"1.0.6","wiki":"https://plugins.jenkins.io/app-detector"},"appaloosa-plugin":{"buildDate":"Jul 12, 2019","dependencies":[{"name":"promoted-builds","optional":true,"version":"2.4"}],"developers":[{"developerId":"aheritier","email":"aheritier@apache.org","name":"Arnaud Heritier"},{"developerId":"joel1di1","email":"joel1di1@gmail.com","name":"Benoit Lafontaine"},{"developerId":"rsfez","email":"rsfez@octo.com","name":"Robin Sfez"}],"excerpt":"Publish your mobile applications (Android, iOS, ...) to the appaloosa-store<\/a> platform.","gav":"org.jenkins-ci.plugins:appaloosa-plugin:1.4.11","labels":["upload","ios","android"],"name":"appaloosa-plugin","previousTimestamp":"2019-07-11T13:12:59.00Z","previousVersion":"1.4.10","releaseTimestamp":"2019-07-12T09:40:58.00Z","requiredCore":"1.580","scm":"https://github.com/jenkinsci/appaloosa-plugin","sha1":"qsostpBSzwhh2BcSsU/o1AaXHPE=","sha256":"c0eWBNGcpbDCHQ2u6Uy66kVtidIZx/nzWPctyySTbfw=","title":"Appaloosa","url":"http://updates.jenkins-ci.org/download/plugins/appaloosa-plugin/1.4.11/appaloosa-plugin.hpi","version":"1.4.11","wiki":"https://plugins.jenkins.io/appaloosa-plugin"},"appcenter":{"buildDate":"Aug 22, 2019","dependencies":[{"name":"structs","optional":false,"version":"1.19"}],"developers":[{"developerId":"mezpahlan","email":"mez.pahlan@gmail.com","name":"Mez Pahlan"}],"excerpt":"TODO","gav":"io.jenkins.plugins:appcenter:0.4.0","labels":[],"name":"appcenter","previousTimestamp":"2019-08-17T15:25:30.00Z","previousVersion":"0.3.1","releaseTimestamp":"2019-08-22T19:03:07.00Z","requiredCore":"2.138.4","scm":"https://github.com/jenkinsci/appcenter-plugin","sha1":"upMCCsaleF6FoQdcSZgN9x1jvV4=","sha256":"iuj8wam06WGwS+nw/57xIf5+aF8XhVQainXYcBdtiIs=","title":"App Center","url":"http://updates.jenkins-ci.org/download/plugins/appcenter/0.4.0/appcenter.hpi","version":"0.4.0","wiki":"https://plugins.jenkins.io/appcenter"},"appdynamics-dashboard":{"buildDate":"Feb 07, 2019","dependencies":[],"developers":[{"developerId":"mdonkers","email":"miel.donkers@codecentric.nl","name":"Miel Donkers"}],"excerpt":"This plugin makes it possible to integrate data from AppDynamics<\/a> into your Jenkins build.
A performance test should be run during build time (e.g. by using
JMeter<\/a>), and having AppDynamics connected to your application. After the build, the performance statistics will be fetched from the REST uri and shown in the Jenkins interface.","gav":"org.jenkins-ci.plugins:appdynamics-dashboard:1.0.15","labels":["external","report"],"name":"appdynamics-dashboard","previousTimestamp":"2017-01-02T20:08:25.00Z","previousVersion":"1.0.14","releaseTimestamp":"2019-02-07T15:50:39.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/appdynamics-plugin","sha1":"Cv7h6Mec45or0akGGmwBowR6gKM=","sha256":"MU6rfvU8hGHhjDTH9zoD+NVZGsPL5VLlvVrSDjL/604=","title":"AppDynamics Dashboard","url":"http://updates.jenkins-ci.org/download/plugins/appdynamics-dashboard/1.0.15/appdynamics-dashboard.hpi","version":"1.0.15","wiki":"https://plugins.jenkins.io/appdynamics-dashboard"},"appetize":{"buildDate":"Apr 03, 2015","dependencies":[{"name":"credentials","optional":false,"version":"1.21"}],"developers":[{"developerId":"weiyin","email":"weiyin@appetize.io","name":"Weiyin He"},{"developerId":"jcsnyder","email":"john@appetize.io","name":"John Snyder"}],"excerpt":"Stream iOS & Android builds directly within Jenkins via Appetize.io's<\/a> cloud-based iOS Simulators & Android Emulators.","gav":"org.jenkins-ci.plugins:appetize:1.1.0","labels":["upload","ios","android"],"name":"appetize","previousTimestamp":"2015-01-27T05:32:52.00Z","previousVersion":"1.0.1","releaseTimestamp":"2015-04-03T05:06:20.00Z","requiredCore":"1.480","scm":"https://github.com/jenkinsci/appetize-plugin","sha1":"x71X40lVbvwe2Zzd6SKWkrogA+o=","sha256":"+YmsnxjLdO9AV2sdm2LYTFpviGvjleoXRAjE+JzoXwU=","title":"Appetize.io","url":"http://updates.jenkins-ci.org/download/plugins/appetize/1.1.0/appetize.hpi","version":"1.1.0","wiki":"https://plugins.jenkins.io/appetize"},"appio":{"buildDate":"Sep 10, 2013","dependencies":[{"name":"credentials","optional":false,"version":"1.4"}],"developers":[{"developerId":"mprichard","email":"mprichard@cloudbees.com","name":"Mark Prichard"}],"excerpt":"Upload Xcode simulator builds to App.io using Amazon S3","gav":"org.jenkins-ci.plugins:appio:1.3","labels":["post-build","ios"],"name":"appio","previousTimestamp":"2013-09-09T06:15:12.00Z","previousVersion":"1.2","releaseTimestamp":"2013-09-10T18:28:33.00Z","requiredCore":"1.480.3","scm":"https://github.com/jenkinsci/app.io-plugin","sha1":"xyoNic9Q2QnEfrJ1O9uqu/JOaeA=","sha256":"dsJkJyISdx1I7sexXlRUcEXhDXdQHARQLPDLbvUhz5c=","title":"App.io","url":"http://updates.jenkins-ci.org/download/plugins/appio/1.3/appio.hpi","version":"1.3","wiki":"https://plugins.jenkins.io/appio"},"applatix":{"buildDate":"May 17, 2017","dependencies":[],"developers":[{"developerId":"edlee2121","email":"elee@applatix.com","name":"Ed Lee"}],"excerpt":"This plugin allows you to run jobs on Applatix system","gav":"com.applatix.jenkins:applatix:1.1","labels":[],"name":"applatix","previousTimestamp":"2017-05-17T22:28:16.00Z","previousVersion":"1.0","releaseTimestamp":"2017-05-17T23:18:44.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/applatix-plugin","sha1":"vfyaxp8/SqFOTIO0IwAgfOUbLHk=","sha256":"08Vv5rc+wui3Aqe9XtTb2/6H78Jexz9ZnrItIeWf8Uk=","title":"Applatix","url":"http://updates.jenkins-ci.org/download/plugins/applatix/1.1/applatix.hpi","version":"1.1","wiki":"https://plugins.jenkins.io/applatix"},"application-director-plugin":{"buildDate":"Nov 25, 2012","dependencies":[],"developers":[{"developerId":"jfullam","email":"jonathanfullam@gmail.com","name":"Jonathan Fullam"}],"excerpt":"This plugin allows application provisioning and release management through vFabric Application Director.
This plugin has been tested against Application Director 5.0.","gav":"org.jenkins-ci.plugins:application-director-plugin:1.3","labels":["buildwrapper"],"name":"application-director-plugin","previousTimestamp":"2012-11-25T00:48:51.00Z","previousVersion":"1.2","releaseTimestamp":"2012-11-25T23:15:34.00Z","requiredCore":"1.466","scm":"https://github.com/jenkinsci/application-director-plugin","sha1":"RnI/LBtk2Inxndos34t6fY4I+mE=","sha256":"uThAiS28R0BKBaCBSyPaoYIyVITB0cdUsWphDPoQF38=","title":"vFabric Application Director","url":"http://updates.jenkins-ci.org/download/plugins/application-director-plugin/1.3/application-director-plugin.hpi","version":"1.3","wiki":"https://plugins.jenkins.io/application-director-plugin"},"applitools-eyes":{"buildDate":"Jul 31, 2019","dependencies":[{"name":"workflow-job","optional":false,"version":"1.15"},{"name":"workflow-step-api","optional":false,"version":"1.15"},{"name":"job-dsl","optional":true,"version":"1.52"}],"developers":[{"developerId":"applitools","email":"team@applitools.com","name":"Applitools Team"}],"excerpt":"This plugin adds Applitools Eyes test results to your Jenkins build report.","gav":"org.jenkins-ci.plugins:applitools-eyes:1.10","labels":["report"],"name":"applitools-eyes","previousTimestamp":"2019-07-17T10:11:17.00Z","previousVersion":"1.8","releaseTimestamp":"2019-07-31T12:02:36.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/applitools-eyes-plugin","sha1":"i8h0xRV5suceLRl7EVGRjRPuu9Q=","sha256":"avIiObQh3Gjd4zwyLzBiaQ0fVBJLbVAZ/GoQ16KMXQI=","title":"Applitools Eyes","url":"http://updates.jenkins-ci.org/download/plugins/applitools-eyes/1.10/applitools-eyes.hpi","version":"1.10","wiki":"https://plugins.jenkins.io/applitools-eyes"},"apprenda":{"buildDate":"Mar 10, 2018","dependencies":[{"name":"credentials","optional":false,"version":"1.22"}],"developers":[{"developerId":"Apprenda","email":"azure@apprenda.com","name":"Apprenda"}],"excerpt":"This plugin can deploy projects to an Apprenda instance.","gav":"org.jenkins-ci.plugins:apprenda:2.2.0","labels":[],"name":"apprenda","previousTimestamp":"2018-03-09T00:47:28.00Z","previousVersion":"2.1.2","releaseTimestamp":"2018-03-10T07:06:05.00Z","requiredCore":"1.651.3","scm":"https://github.com/jenkinsci/apprenda-plugin","sha1":"5iJuxilyj+H/dWFZTBld6Qzr0yM=","sha256":"lhvC1ofgaf0oqTnXY9M5xQ7hwwhPE31SuPBHFPT93Fc=","title":"Apprenda","url":"http://updates.jenkins-ci.org/download/plugins/apprenda/2.2.0/apprenda.hpi","version":"2.2.0","wiki":"https://plugins.jenkins.io/apprenda"},"aqua-microscanner":{"buildDate":"May 26, 2019","dependencies":[{"name":"structs","optional":false,"version":"1.7"}],"developers":[{"developerId":"oranmoshai","email":"oran.moshai@aquasec.com"}],"excerpt":"Enables scanning of docker build for OS package vulnerabilities.","gav":"org.jenkins-ci.plugins:aqua-microscanner:1.0.7","labels":[],"name":"aqua-microscanner","previousTimestamp":"2019-04-05T11:47:04.00Z","previousVersion":"1.0.6","releaseTimestamp":"2019-05-26T08:22:21.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/aqua-microscanner-plugin","sha1":"085s90vndKYbWWUXj8JOizzRTX0=","sha256":"cV/qIijUfjJ90VY84nD7ldGBaylUY6PbThb7Go1jtHU=","title":"Aqua MicroScanner","url":"http://updates.jenkins-ci.org/download/plugins/aqua-microscanner/1.0.7/aqua-microscanner.hpi","version":"1.0.7","wiki":"https://plugins.jenkins.io/aqua-microscanner"},"aqua-security-scanner":{"buildDate":"Jun 17, 2019","dependencies":[{"name":"structs","optional":false,"version":"1.7"}],"developers":[{"developerId":"oranmoshai","email":"maintainers@aquasec.com"}],"excerpt":"This plugin enables scanning of Docker images using the Aqua API.","gav":"org.jenkins-ci.plugins:aqua-security-scanner:3.0.17","labels":["builder"],"name":"aqua-security-scanner","previousTimestamp":"2019-04-05T11:23:09.00Z","previousVersion":"3.0.16","releaseTimestamp":"2019-06-17T06:13:52.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/aqua-security-scanner-plugin","sha1":"30ARFdC2aX40iKsXfrQYYcEpN9A=","sha256":"0nhNR5unBP+t6Wpunhh1C8ujNcGfLNaDVqH20Bn0kcU=","title":"Aqua Security Scanner","url":"http://updates.jenkins-ci.org/download/plugins/aqua-security-scanner/3.0.17/aqua-security-scanner.hpi","version":"3.0.17","wiki":"https://plugins.jenkins.io/aqua-security-scanner"},"aqua-serverless":{"buildDate":"Aug 22, 2019","dependencies":[{"name":"structs","optional":false,"version":"1.7"}],"developers":[{"developerId":"oranmoshai","email":"oran.moshai@aquasec.com"}],"excerpt":"This plugin enables scanning of serverless functions using the Aqua API.","gav":"org.jenkins-ci.plugins:aqua-serverless:1.0.4","labels":[],"name":"aqua-serverless","previousTimestamp":"2019-05-01T14:56:46.00Z","previousVersion":"1.0.3","releaseTimestamp":"2019-08-22T11:51:51.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/aqua-serverless-plugin","sha1":"h3IqA1Db84jx3mAqlC3kp8O0nYs=","sha256":"R20Cyl7/+md3TA0ZjCHn1OkleP0R3eBZpKpOVcWHl0w=","title":"Aqua Security Serverless Scanner","url":"http://updates.jenkins-ci.org/download/plugins/aqua-serverless/1.0.4/aqua-serverless.hpi","version":"1.0.4","wiki":"https://plugins.jenkins.io/aqua-serverless"},"arachni-scanner":{"buildDate":"Sep 05, 2018","compatibleSinceVersion":"1.0.0","dependencies":[{"name":"credentials-binding","optional":false,"version":"1.12"},{"name":"credentials","optional":false,"version":"2.1.18"}],"developers":[{"developerId":"irissmann","email":"ingo@irissmann.de","name":"Ingo Rissmann"}],"excerpt":"Runs security scans on an Arachni Rest Server.","gav":"org.jenkins-ci.plugins:arachni-scanner:1.0.0","labels":[],"name":"arachni-scanner","previousTimestamp":"2018-06-10T06:38:38.00Z","previousVersion":"0.9.7","releaseTimestamp":"2018-09-05T08:33:01.00Z","requiredCore":"2.121.1","scm":"https://github.com/jenkinsci/arachni-scanner-plugin","sha1":"UQGyc+xKcDTzruhrGw4Jd6mLpqA=","sha256":"Y073foiOiVpSfrLyaFj6CVjKMyTTOyA/ndGXX/KUlPc=","title":"Arachni Scanner","url":"http://updates.jenkins-ci.org/download/plugins/arachni-scanner/1.0.0/arachni-scanner.hpi","version":"1.0.0","wiki":"https://plugins.jenkins.io/arachni-scanner"},"archived-artifact-url-viewer":{"buildDate":"Aug 01, 2013","dependencies":[],"developers":[{"developerId":"vimil","name":"Vimil Saju"}],"excerpt":"","gav":"org.jenkins-ci.plugins:archived-artifact-url-viewer:1.1","labels":["ui"],"name":"archived-artifact-url-viewer","previousTimestamp":"2013-07-29T22:52:42.00Z","previousVersion":"1.0","releaseTimestamp":"2013-08-01T17:39:13.00Z","requiredCore":"1.509.1","scm":"https://github.com/jenkinsci/archived-artifact-url-viewer","sha1":"F8oQYsdzRtSa9amq+58TimTPoB4=","sha256":"m7Ns2cZRQtht/OW+rDjhdWrF/8OAwAjllLpt/SNHmL4=","title":"Archived Artifact Url Viewer","url":"http://updates.jenkins-ci.org/download/plugins/archived-artifact-url-viewer/1.1/archived-artifact-url-viewer.hpi","version":"1.1","wiki":"https://plugins.jenkins.io/archived-artifact-url-viewer"},"arestocats":{"buildDate":"Jun 10, 2018","dependencies":[{"name":"structs","optional":false,"version":"1.14"}],"developers":[{"developerId":"qacwnfq","email":"fredrik.jadebeck@gmail.com","name":"Johann Fredrik Jadebeck"}],"excerpt":"aRESTocats-plugin: This plugin is intended for use with the REST integration testing toolkit arestocats.","gav":"org.jenkins-ci.plugins:arestocats:2.1","labels":[],"name":"arestocats","previousTimestamp":"2018-06-07T00:58:20.00Z","previousVersion":"2.0","releaseTimestamp":"2018-06-10T20:25:30.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/arestocats-plugin","sha1":"/P/UXymzxiy8GKAkIOsvrkdv7zw=","sha256":"Z2pNHt9bP33hKqVRJYbSkkOQkmLVdONF6Ls1eYvwmeA=","title":"aRESTocats","url":"http://updates.jenkins-ci.org/download/plugins/arestocats/2.1/arestocats.hpi","version":"2.1","wiki":"https://plugins.jenkins.io/arestocats"},"argus-notifier":{"buildDate":"Aug 30, 2019","dependencies":[{"name":"credentials","optional":false,"version":"2.1.5"},{"name":"jackson2-api","optional":false,"version":"2.9.8"},{"name":"metrics","optional":false,"version":"3.1.2.9"},{"name":"structs","optional":false,"version":"1.10"}],"developers":[{"developerId":"justinharringa","email":"jharringa@salesforce.com","name":"Justin Harringa"}],"excerpt":"Send build and system metrics to an
Argus<\/a> server.","gav":"org.jenkins-ci.plugins:argus-notifier:1.0.6","labels":[],"minimumJavaVersion":"1.8","name":"argus-notifier","previousTimestamp":"2019-05-14T05:05:37.00Z","previousVersion":"1.0.5","releaseTimestamp":"2019-08-30T16:39:04.00Z","requiredCore":"2.164.2","scm":"https://github.com/jenkinsci/argus-notifier-plugin","sha1":"TXDV2b4ZtxQ/t6fOVTsMRcLF1i8=","sha256":"yyluAaHa6ECLzwTlVSo/kLzpW6yIxi4E+6E6Tp27gmM=","title":"Argus Notifier","url":"http://updates.jenkins-ci.org/download/plugins/argus-notifier/1.0.6/argus-notifier.hpi","version":"1.0.6","wiki":"https://plugins.jenkins.io/argus-notifier"},"artifact-diff-plugin":{"buildDate":"May 26, 2015","dependencies":[],"developers":[{"developerId":"olivergondza","email":"ogondza@gmail.com","name":"Oliver Gondža"}],"excerpt":"This plugin serves diffs of artifacts from different builds.","gav":"org.jenkins-ci.plugins:artifact-diff-plugin:1.3","labels":[],"name":"artifact-diff-plugin","previousTimestamp":"2013-06-25T09:53:23.00Z","previousVersion":"1.2","releaseTimestamp":"2015-05-26T09:02:06.00Z","requiredCore":"1.532","scm":"https://github.com/jenkinsci/artifact-diff-plugin","sha1":"C5bS8vM2QYxndk1sa7ak+vpkhgg=","sha256":"RiVowPeuUkQ4t0SXHwIGKwEr2HvDMNl5YJZfNmnG790=","title":"Artifact diff","url":"http://updates.jenkins-ci.org/download/plugins/artifact-diff-plugin/1.3/artifact-diff-plugin.hpi","version":"1.3","wiki":"https://plugins.jenkins.io/artifact-diff-plugin"},"artifact-manager-s3":{"buildDate":"May 23, 2019","dependencies":[{"name":"aws-global-configuration","optional":false,"version":"1.3"},{"name":"jaxb","optional":false,"version":"2.3.0.1"},{"name":"workflow-api","optional":false,"version":"2.33"},{"name":"apache-httpcomponents-client-4-api","optional":false,"version":"4.5.5-3.0"},{"name":"aws-credentials","optional":false,"version":"1.26"},{"name":"structs","optional":false,"version":"1.17"}],"developers":[{"developerId":"jglick"}],"excerpt":"A Jenkins plugin to keep artifacts and Pipeline stashes in Amazon S3.","gav":"io.jenkins.plugins:artifact-manager-s3:1.6","labels":[],"minimumJavaVersion":"1.8","name":"artifact-manager-s3","previousTimestamp":"2019-05-06T14:39:48.00Z","previousVersion":"1.5","releaseTimestamp":"2019-05-23T14:26:38.00Z","requiredCore":"2.164.2","scm":"https://github.com/jenkinsci/artifact-manager-s3-plugin","sha1":"BR6WrkwfctWNTC4yLCafdDZ0yO0=","sha256":"b5iwVajnpIegnunTflSM4UM3UKywtWjPu/HGeZh9Tqc=","title":"Artifact Manager on S3","url":"http://updates.jenkins-ci.org/download/plugins/artifact-manager-s3/1.6/artifact-manager-s3.hpi","version":"1.6","wiki":"https://plugins.jenkins.io/artifact-manager-s3"},"artifact-promotion":{"buildDate":"Jun 26, 2019","compatibleSinceVersion":"0.3.0","dependencies":[{"name":"workflow-aggregator","optional":true,"version":"2.5"},{"name":"workflow-basic-steps","optional":true,"version":"2.7"},{"name":"job-dsl","optional":true,"version":"1.69"},{"name":"scm-api","optional":false,"version":"2.2.7"},{"name":"token-macro","optional":false,"version":"2.0"}],"developers":[{"developerId":"hcguersoy","email":"hcguersoy@gmail.com","name":"Halil-Cem Gürsoy"}],"excerpt":"This is a simple plugin to promote artifacts. The promotion is done on the repository server(s) by moving the artifact from a 'staging' repository into a 'release' repository. Currently, only Sonatype Nexus (Open Source) is supported.","gav":"org.jenkins-ci.plugins:artifact-promotion:0.5.2","labels":["buildwrapper","post-build","maven","upload","external"],"name":"artifact-promotion","previousTimestamp":"2018-05-17T15:11:01.00Z","previousVersion":"0.5.1","releaseTimestamp":"2019-06-26T08:02:38.00Z","requiredCore":"2.112","scm":"https://github.com/jenkinsci/artifact-promotion-plugin","sha1":"e6RsspQz1tGTKhV9Jj2h/Pu4n30=","sha256":"S6TwwA1tfZhy/JR9ECfaY+nY0AqMOQCOdMjy2JXsxjE=","title":"artifact-promotion","url":"http://updates.jenkins-ci.org/download/plugins/artifact-promotion/0.5.2/artifact-promotion.hpi","version":"0.5.2","wiki":"https://plugins.jenkins.io/artifact-promotion"},"artifactdeployer":{"buildDate":"Jul 27, 2017","compatibleSinceVersion":"1.0","dependencies":[{"name":"matrix-project","optional":false,"version":"1.3"}],"developers":[{"developerId":"gbois","name":"Gregory Boissinot"},{"developerId":"seanturner83","name":"Sean Turner"}],"excerpt":"This plug-in makes it possible to deploy artifacts from workspace to output directories.","gav":"org.jenkins-ci.plugins:artifactdeployer:1.2","labels":["upload"],"name":"artifactdeployer","previousTimestamp":"2015-02-16T16:00:28.00Z","previousVersion":"0.33","releaseTimestamp":"2017-07-27T15:18:07.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/artifactdeployer-plugin","sha1":"ojS/H8YlkXFZ0kJmOvQKUGVPCpg=","sha256":"A0HKnar7grGlICSPwJ7zP2IuUjthuYBrBf7YKE0HnYA=","title":"Artifact Deployer","url":"http://updates.jenkins-ci.org/download/plugins/artifactdeployer/1.2/artifactdeployer.hpi","version":"1.2","wiki":"https://plugins.jenkins.io/artifactdeployer"},"artifactory":{"buildDate":"Jul 02, 2019","dependencies":[{"name":"maven-plugin","optional":false,"version":"3.1"},{"name":"workflow-cps","optional":false,"version":"2.13"},{"name":"workflow-job","optional":false,"version":"2.0"},{"name":"workflow-step-api","optional":false,"version":"2.3"},{"name":"ant","optional":false,"version":"1.2"},{"name":"credentials","optional":false,"version":"1.22"},{"name":"flexible-publish","optional":true,"version":"0.12"},{"name":"git","optional":true,"version":"2.5.0"},{"name":"gradle","optional":false,"version":"1.15"},{"name":"ivy","optional":false,"version":"1.17"},{"name":"jenkins-multijob-plugin","optional":true,"version":"1.13"},{"name":"jira","optional":true,"version":"2.3"},{"name":"matrix-project","optional":false,"version":"1.10"},{"name":"nodejs","optional":true,"version":"1.2.7"},{"name":"p4","optional":true,"version":"1.3.3"},{"name":"subversion","optional":true,"version":"2.10.1"},{"name":"perforce","optional":true,"version":"1.3.7"}],"developers":[{"developerId":"eyalb","email":"eyalb@jfrog.org","name":"Eyal Ben Moshe"}],"excerpt":"This plugin allows your build jobs to deploy artifacts and resolve dependencies to and from Artifactory, and then have them linked to the build job that created them. The plugin includes a vast collection of features, including a rich pipeline API library and release management for Maven and Gradle builds with Staging and Promotion.","gav":"org.jenkins-ci.plugins:artifactory:3.3.2","labels":["pipeline"],"name":"artifactory","previousTimestamp":"2019-07-02T11:56:15.00Z","previousVersion":"3.3.1","releaseTimestamp":"2019-07-02T17:36:44.00Z","requiredCore":"1.642.3","scm":"https://github.com/jenkinsci/artifactory-plugin","sha1":"Mc4I5qgOYSJ1bTFFZrGmZ6wtPOQ=","sha256":"XRdShf981lKjO7jikTagtmDVInXpEoGCKcwRmy1+LqM=","title":"Artifactory","url":"http://updates.jenkins-ci.org/download/plugins/artifactory/3.3.2/artifactory.hpi","version":"3.3.2","wiki":"https://plugins.jenkins.io/artifactory"},"asakusa-satellite-plugin":{"buildDate":"Oct 23, 2012","dependencies":[],"developers":[{"developerId":"suer","email":"suetsugu.r@gmail.com","name":"Ryo SUETSUGU"}],"excerpt":"AsakusaSatellite Notifier","gav":"org.codefirst.jenkins.asakusasatellite:asakusa-satellite-plugin:0.1.1","labels":["notifier"],"name":"asakusa-satellite-plugin","previousTimestamp":"2012-10-22T15:22:40.00Z","previousVersion":"0.1","releaseTimestamp":"2012-10-23T07:36:01.00Z","requiredCore":"1.398","scm":"https://github.com/jenkinsci/asakusa-satellite-plugin","sha1":"UQMnOOD1ObzOU2XNOoTAExRKx3U=","sha256":"N6kOYBuW+inD3MyagHuEqwRABbGVjgHNLW1aw8W1/Gw=","title":"AsakusaSatellite","url":"http://updates.jenkins-ci.org/download/plugins/asakusa-satellite-plugin/0.1.1/asakusa-satellite-plugin.hpi","version":"0.1.1","wiki":"https://plugins.jenkins.io/asakusa-satellite-plugin"},"assembla":{"buildDate":"May 03, 2013","dependencies":[],"developers":[{"developerId":"lucamilanesio","email":"luca@milanesio.org","name":"Luca Milanesio"}],"excerpt":"This plugin integrates Jenkins to Assembla<\/a>.","gav":"org.jenkins-ci.plugins:assembla:1.4","labels":["external"],"name":"assembla","previousTimestamp":"2013-04-18T14:13:04.00Z","previousVersion":"1.3","releaseTimestamp":"2013-05-03T17:50:29.00Z","requiredCore":"1.458","scm":"https://github.com/jenkinsci/assembla-plugin","sha1":"VorNO45IMaRhYt/b+ADDS2MCMTg=","sha256":"PDxzWJpIXKrmsq8fgOhMQFV7iqOxvMhFK6XEG4A15yY=","title":"Assembla","url":"http://updates.jenkins-ci.org/download/plugins/assembla/1.4/assembla.hpi","version":"1.4","wiki":"https://plugins.jenkins.io/assembla"},"assembla-auth":{"buildDate":"Jun 13, 2019","compatibleSinceVersion":"0.3","dependencies":[],"developers":[{"developerId":"damir_assembla","name":"Damir Milovic"},{"developerId":"vitaliel","name":"Vitalie Lazu"}],"excerpt":"This is an authentication and authorization plugin for assembla.com users","gav":"org.jenkins-ci.plugins:assembla-auth:1.14","labels":["external","user"],"name":"assembla-auth","previousTimestamp":"2019-05-02T14:24:51.00Z","previousVersion":"1.13","releaseTimestamp":"2019-06-13T09:57:48.00Z","requiredCore":"1.625.3","sha1":"vkihbWZ3k0IF5SdM3V6gC05CZHs=","sha256":"QnnLOWoqdv8OdXdMB7GA+VMpPpW9vyQNRaC107LMgPY=","title":"Assembla Auth","url":"http://updates.jenkins-ci.org/download/plugins/assembla-auth/1.14/assembla-auth.hpi","version":"1.14","wiki":"https://plugins.jenkins.io/assembla-auth"},"assembla-merge-request-builder":{"buildDate":"Sep 19, 2018","dependencies":[{"name":"git","optional":false,"version":"2.2.4"},{"name":"token-macro","optional":false,"version":"2.0"}],"developers":[{"developerId":"paveld","email":"pavel@assembla.com","name":"Pavel Dotsulenko"}],"excerpt":"This plugin allows you to automatically build Assembla merge requests and report the result","gav":"org.jenkins-ci.plugins:assembla-merge-request-builder:1.1.11","labels":["trigger"],"name":"assembla-merge-request-builder","previousTimestamp":"2018-07-16T15:58:53.00Z","previousVersion":"1.1.9","releaseTimestamp":"2018-09-19T10:46:50.00Z","requiredCore":"1.580.1","scm":"https://github.com/jenkinsci/assembla-merge-request-builder","sha1":"l+j9hyyH9FS9oLY4LlY4X+X8/Iw=","sha256":"0XU2n4IXT2TbeVYEEDcVTAgfNSxSHssJYwyutVfvnmY=","title":"Assembla merge request builder","url":"http://updates.jenkins-ci.org/download/plugins/assembla-merge-request-builder/1.1.11/assembla-merge-request-builder.hpi","version":"1.1.11","wiki":"https://plugins.jenkins.io/assembla-merge-request-builder"},"assertthat-bdd-jira":{"buildDate":"Jun 08, 2019","dependencies":[{"name":"credentials","optional":false,"version":"1.9.4"},{"name":"structs","optional":false,"version":"1.7"}],"developers":[{"developerId":"glib.briia","email":"glib@assertthat.com","name":"Glib Briia"}],"excerpt":"Jenkins plugin for interaction with AssertThat BDD Jira plugin.","gav":"io.jenkins.plugins:assertthat-bdd-jira:1.1","labels":[],"name":"assertthat-bdd-jira","previousTimestamp":"2019-05-15T19:35:38.00Z","previousVersion":"1.0","releaseTimestamp":"2019-06-08T01:03:32.00Z","requiredCore":"2.7.3","scm":"https://github.com/jenkinsci/assertthat-bdd-jira-plugin","sha1":"WS12Gt95fnoWjqPIzXKl14nLOEA=","sha256":"alsOM0xsJkjI7z7TkDr/yD3/FkRxHD2h1ZoCARi3ycM=","title":"AssertThat BDD Jira","url":"http://updates.jenkins-ci.org/download/plugins/assertthat-bdd-jira/1.1/assertthat-bdd-jira.hpi","version":"1.1","wiki":"https://plugins.jenkins.io/assertthat-bdd-jira"},"associated-files":{"buildDate":"Aug 27, 2012","dependencies":[],"developers":[],"excerpt":"This plugin allows for marking files or directories outside of Jenkins as related to a build.","gav":"org.jenkinsci.plugins:associated-files:0.2.1","labels":["post-build"],"name":"associated-files","previousTimestamp":"2012-03-23T20:57:38.00Z","previousVersion":"0.2.0","releaseTimestamp":"2012-08-27T15:36:23.00Z","requiredCore":"1.420","scm":"https://github.com/jenkinsci/associated-files-plugin","sha1":"TXHl3auAG4wvX6g1vuwpxX6rtu8=","sha256":"8kJOerY5H4HQftzCOoPxXXx397ZFXYLpTxMAPmnbL3Q=","title":"Associated Files","url":"http://updates.jenkins-ci.org/download/plugins/associated-files/0.2.1/associated-files.hpi","version":"0.2.1","wiki":"https://plugins.jenkins.io/associated-files"},"async-http-client":{"buildDate":"Oct 05, 2017","dependencies":[],"developers":[{"developerId":"stephenc","name":"Stephen Connolly"}],"excerpt":"This plugin provides a shared dependency on the async-http-client<\/a> library so that other plugins can co-operate when using this library.","gav":"org.jenkins-ci.plugins:async-http-client:1.9.40.0","labels":["library"],"name":"async-http-client","previousTimestamp":"2018-11-22T09:46:17.00Z","previousVersion":"1.7.24.2","releaseTimestamp":"2017-10-05T09:02:49.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/async-http-client-plugin","sha1":"ZYtBsOA88wz6rKK0ZlDrSx4qmOs=","sha256":"sUE6G2d+eGpTrb8sPnKqbmvxMLqlKvouzGnQ/XvI670=","title":"Async Http Client","url":"http://updates.jenkins-ci.org/download/plugins/async-http-client/1.9.40.0/async-http-client.hpi","version":"1.9.40.0","wiki":"https://plugins.jenkins.io/async-http-client"},"async-job":{"buildDate":"Nov 21, 2012","dependencies":[],"developers":[{"developerId":"kohsuke"}],"excerpt":"Adds asynchronous job type that models external asynchronous run.","gav":"org.jenkins-ci.plugins:async-job:1.3","labels":[],"name":"async-job","previousTimestamp":"2012-11-21T19:10:08.00Z","previousVersion":"1.2","releaseTimestamp":"2012-11-21T19:33:44.00Z","requiredCore":"1.466","scm":"https://github.com/jenkinsci/async-job-plugin","sha1":"WaHABPk+pZbS91vn/A9MxuA4CwU=","sha256":"acNsn/l8MLvZbGDSFo+tRbEy2E+/n6dkVi9b1dK2iYs=","title":"Asynchronous Job type","url":"http://updates.jenkins-ci.org/download/plugins/async-job/1.3/async-job.hpi","version":"1.3","wiki":"https://plugins.jenkins.io/async-job"},"atlassian-jira-software-cloud":{"buildDate":"Aug 21, 2019","dependencies":[{"name":"workflow-api","optional":false,"version":"2.29"},{"name":"workflow-job","optional":false,"version":"2.25"},{"name":"workflow-step-api","optional":false,"version":"2.16"},{"name":"credentials","optional":false,"version":"2.1.18"},{"name":"git","optional":false,"version":"3.10.0"},{"name":"plain-credentials","optional":false,"version":"1.3"},{"name":"scm-api","optional":false,"version":"2.2.6"},{"name":"structs","optional":false,"version":"1.18"}],"developers":[{"developerId":"rafalmyslek","name":"Rafal Myslek"},{"developerId":"lenin_atlassian","name":"Lenin Raj Rajasekaran"}],"excerpt":"The plugin provides a free, easy, secure, and reliable way to connect build and deployment information from your Jenkins server to your Jira Software Cloud site.","gav":"com.atlassian.jira.software.cloud.jenkins:atlassian-jira-software-cloud:1.0.1","labels":[],"minimumJavaVersion":"1.8","name":"atlassian-jira-software-cloud","previousTimestamp":"2019-08-20T04:31:06.00Z","previousVersion":"1.0.0","releaseTimestamp":"2019-08-21T23:43:58.00Z","requiredCore":"2.164.2","scm":"https://github.com/jenkinsci/atlassian-jira-software-cloud-plugin","sha1":"M52YwknNBAvqG+IJS54DOR9fnvw=","sha256":"cPs/mRQaAe7TIlADW4h+8nHuxNfJD+ET/TN1iZkd4QY=","title":"Atlassian Jira Software Cloud","url":"http://updates.jenkins-ci.org/download/plugins/atlassian-jira-software-cloud/1.0.1/atlassian-jira-software-cloud.hpi","version":"1.0.1","wiki":"https://plugins.jenkins.io/atlassian-jira-software-cloud"},"attention":{"buildDate":"Oct 10, 2015","dependencies":[{"name":"junit","optional":true,"version":"1.9"}],"developers":[{"developerId":"hanabishi","email":"jenkins@hanabi.se","name":"Marcus Jacobsson"},{"developerId":"patrikha","name":"Patrik Harlén"},{"developerId":"olofek","name":"Olof Ekedahl"},{"developerId":"miphip","name":"Mikael Pahmp"}],"excerpt":"A plugin to handle red builds in Jenkins. The plugin allows users to volunteer to investigate/fix red builds. It also creates a report with all volunteers and a summary report of all the current red builds in a view. For develops it's possible to extend the attention plugin to create your own build failure detection to populete the issue list.","gav":"org.jenkins-ci.plugins:attention:1.1","labels":[],"name":"attention","previousTimestamp":"2015-10-09T13:25:09.00Z","previousVersion":"1.0","releaseTimestamp":"2015-10-10T08:21:53.00Z","requiredCore":"1.609.1","sha1":"BuZiK7oTjcXtYqJ2vROxKjq5z6o=","sha256":"Wc7hbUOapY3eABKiaCN9ruWxalOStHOpU2pLd7cqTs4=","title":"Attention","url":"http://updates.jenkins-ci.org/download/plugins/attention/1.1/attention.hpi","version":"1.1","wiki":"https://plugins.jenkins.io/attention"},"audit-log":{"buildDate":"Aug 30, 2019","dependencies":[{"name":"credentials","optional":false,"version":"2.1.1"},{"name":"jackson2-api","optional":false,"version":"2.9.9.1"}],"developers":[{"developerId":"matt"}],"excerpt":"TODO","gav":"io.jenkins.plugins:audit-log:1.0","labels":[],"minimumJavaVersion":"1.8","name":"audit-log","releaseTimestamp":"2019-08-30T18:12:37.00Z","requiredCore":"2.176","scm":"https://github.com/jenkinsci/audit-log-plugin","sha1":"Fj/h2gCh5U7sbjUZR7hkO9du0OQ=","sha256":"79bNDdNVamn8ipvbVHXrigEF1pUsEvGSyxnb7PpWzk4=","title":"Audit Log","url":"http://updates.jenkins-ci.org/download/plugins/audit-log/1.0/audit-log.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/audit-log"},"audit-trail":{"buildDate":"Jun 09, 2019","dependencies":[],"developers":[{"developerId":"pierrebeitz"}],"excerpt":"Keep a log of who performed particular Jenkins operations, such as configuring jobs.","gav":"org.jenkins-ci.plugins:audit-trail:2.5","labels":["user"],"name":"audit-trail","previousTimestamp":"2019-01-11T21:05:02.00Z","previousVersion":"2.4","releaseTimestamp":"2019-06-09T13:21:50.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/audit-trail-plugin","sha1":"9KkWePoNvyh9L6XZmKHtMYB+q8w=","sha256":"+McNdwwwWqHOD5aYsSvptqThhRZibsaVSpgnDSxvZu0=","title":"Audit Trail","url":"http://updates.jenkins-ci.org/download/plugins/audit-trail/2.5/audit-trail.hpi","version":"2.5","wiki":"https://plugins.jenkins.io/audit-trail"},"audit2db":{"buildDate":"Jan 25, 2013","dependencies":[],"developers":[{"developerId":"mscata","email":"mscata@hotmail.com","name":"Marco Scata"}],"excerpt":"A plugin used to record build information to database.","gav":"org.jenkins-ci.plugins:audit2db:0.5","labels":["user"],"name":"audit2db","previousTimestamp":"2013-01-21T06:06:35.00Z","previousVersion":"0.4","releaseTimestamp":"2013-01-25T00:37:27.00Z","requiredCore":"1.460","scm":"https://github.com/jenkinsci/audit2db-plugin","sha1":"I3DKjt+ClTYItaKHWoInLoCa/2Y=","sha256":"KhUwpl3tUGuHlowM41NUkyF8YWTC4SKmIBfPCl7tp4M=","title":"Audit to Database","url":"http://updates.jenkins-ci.org/download/plugins/audit2db/0.5/audit2db.hpi","version":"0.5","wiki":"https://plugins.jenkins.io/audit2db"},"authentication-tokens":{"buildDate":"Jun 17, 2016","dependencies":[{"name":"credentials","optional":false,"version":"1.22"}],"developers":[{"developerId":"stephenconnolly","name":"Stephen Connolly"}],"excerpt":"This plugin provides an API for converting credentials into authentication tokens in Jenkins.","gav":"org.jenkins-ci.plugins:authentication-tokens:1.3","labels":[],"name":"authentication-tokens","previousTimestamp":"2015-09-07T15:55:29.00Z","previousVersion":"1.2","releaseTimestamp":"2016-06-17T08:27:18.00Z","requiredCore":"1.580.1","scm":"https://github.com/jenkinsci/authentication-tokens-plugin","sha1":"L8NQdrDN05YwIZDwTAWBkhJZ9Cc=","sha256":"8Fc2vH2g3zu6XOtNiTCJcGgSztMTStsu3JrjQUZ/GuM=","title":"Authentication Tokens API","url":"http://updates.jenkins-ci.org/download/plugins/authentication-tokens/1.3/authentication-tokens.hpi","version":"1.3","wiki":"https://plugins.jenkins.io/authentication-tokens"},"authorize-project":{"buildDate":"Feb 12, 2017","compatibleSinceVersion":"1.3.0","dependencies":[],"developers":[{"developerId":"ikedam","name":"IKEDA Yasuyuki"}],"excerpt":"Configure projects to run with specified authorization.","gav":"org.jenkins-ci.plugins:authorize-project:1.3.0","labels":["user"],"name":"authorize-project","previousTimestamp":"2016-05-28T04:09:29.00Z","previousVersion":"1.2.2","releaseTimestamp":"2017-02-12T03:37:58.00Z","requiredCore":"1.625","scm":"https://github.com/jenkinsci/authorize-project-plugin","sha1":"HOwyoWVjxRufDKwD55Agp0KjmEA=","sha256":"cYXFLpnHENkuTlCjBqCp9fpOQ5bcXONmrV3XvLxK8vk=","title":"Authorize Project","url":"http://updates.jenkins-ci.org/download/plugins/authorize-project/1.3.0/authorize-project.hpi","version":"1.3.0","wiki":"https://plugins.jenkins.io/authorize-project"},"autoaction-step":{"buildDate":"Jul 01, 2019","dependencies":[{"name":"structs","optional":false,"version":"1.7"}],"developers":[{"developerId":"vochithanh","email":"vochithanh.work@yahoo.com","name":"Vo Chi Thanh"}],"excerpt":"Run the auto actions from "flat lines" scripts based on Selenium WebDriver","gav":"io.jenkins.plugins:autoaction-step:1.1","labels":[],"name":"autoaction-step","releaseTimestamp":"2019-07-01T04:02:22.00Z","requiredCore":"2.7.3","scm":"https://github.com/jenkinsci/autoaction-step-plugin","sha1":"WAHnj2AScEk0q6oRTUJYl+6sU0Y=","sha256":"y4nrcmFtkt4HldDxGqdJ6C+P5D0TQcQjkJ08QIvVZEM=","title":"AutoAction","url":"http://updates.jenkins-ci.org/download/plugins/autoaction-step/1.1/autoaction-step.hpi","version":"1.1","wiki":"https://plugins.jenkins.io/autoaction-step"},"autocomplete-parameter":{"buildDate":"May 05, 2017","dependencies":[{"name":"jquery-detached","optional":false,"version":"1.2.1"},{"name":"credentials","optional":false,"version":"2.1.11"},{"name":"script-security","optional":false,"version":"1.26"},{"name":"ace-editor","optional":false,"version":"1.0.1"}],"developers":[{"developerId":"takeuchi"}],"excerpt":"This plugin introduces a parameter field that allows adding tags that autocompletes from several datasets.","gav":"org.jenkins-ci.plugins:autocomplete-parameter:1.0","labels":[],"name":"autocomplete-parameter","releaseTimestamp":"2017-05-05T18:58:54.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/autocomplete-parameter/","sha1":"p3a5ZotAZOS2EaQIXB21wNYI4Ts=","sha256":"REKfb4ukyTLIpeUWWJADISYUBmrU+tW8mN2vVnPDvmQ=","title":"Autocomplete Parameter","url":"http://updates.jenkins-ci.org/download/plugins/autocomplete-parameter/1.0/autocomplete-parameter.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/autocomplete-parameter"},"avatar":{"buildDate":"Jun 23, 2013","dependencies":[],"developers":[{"developerId":"oxcafebabe","email":"edward@hurst-frost.net","name":"Edward Hurst-Frost"}],"excerpt":"This plugin allows you to attach avatar images to Jenkins users for use by other plugins.","gav":"net.hurstfrost.jenkins:avatar:1.2","labels":["user"],"name":"avatar","previousTimestamp":"2012-05-24T11:23:34.00Z","previousVersion":"1.1","releaseTimestamp":"2013-06-23T08:40:45.00Z","requiredCore":"1.434","scm":"https://github.com/jenkinsci/avatar-plugin","sha1":"VFKpSiSzJJb+MVkzd4NuSeZvg4U=","sha256":"nehY6mzPwe8nF1lWgiftL/oiEHC4rXZ5zJQOQdv/kGk=","title":"Avatar","url":"http://updates.jenkins-ci.org/download/plugins/avatar/1.2/avatar.hpi","version":"1.2","wiki":"https://plugins.jenkins.io/avatar"},"aws-batch":{"buildDate":"Mar 18, 2018","dependencies":[{"name":"job-dsl","optional":true,"version":"1.63"}],"developers":[{"developerId":"nfultz","email":"neal@njnm.co","name":"Neal Fultz"}],"excerpt":"This plugin is a runner for AWS Batch.","gav":"org.jenkins-ci.plugins:aws-batch:2.8","labels":[],"name":"aws-batch","previousTimestamp":"2017-09-06T17:50:39.00Z","previousVersion":"2.7","releaseTimestamp":"2018-03-18T18:39:45.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/aws-batch-plugin","sha1":"JTZHIJkdKrK+yCx35bDN22kR1ZU=","sha256":"ALkt/kS0VW6Rq0tIJlJys5BE+ndL04XbZiinekd9qR4=","title":"AWS Batch","url":"http://updates.jenkins-ci.org/download/plugins/aws-batch/2.8/aws-batch.hpi","version":"2.8","wiki":"https://plugins.jenkins.io/aws-batch"},"aws-beanstalk-publisher-plugin":{"buildDate":"Dec 18, 2017","dependencies":[],"developers":[{"developerId":"DavidTanner","email":"david.joel.tanner@gmail.com","name":"David Tanner"}],"excerpt":"This Plugin allows you to deploy into AWS Elastic Beanstalk","gav":"org.jenkins-ci.plugins:aws-beanstalk-publisher-plugin:1.7.4","labels":[],"name":"aws-beanstalk-publisher-plugin","previousTimestamp":"2017-09-05T16:37:20.00Z","previousVersion":"1.7.3","releaseTimestamp":"2017-12-18T19:44:36.00Z","requiredCore":"1.596.1","scm":"https://github.com/jenkinsci/aws-beanstalk-publisher-plugin","sha1":"Jr3WsVTL40C1jF/C9DbRPx1YwoU=","sha256":"+5KHVZngj0K/aIVBdX3Id1enfV+gMx9QCJNeSNCqDBk=","title":"AWS Elastic Beanstalk Publisher","url":"http://updates.jenkins-ci.org/download/plugins/aws-beanstalk-publisher-plugin/1.7.4/aws-beanstalk-publisher-plugin.hpi","version":"1.7.4","wiki":"https://plugins.jenkins.io/aws-beanstalk-publisher-plugin"},"aws-bucket-credentials":{"buildDate":"Oct 14, 2018","dependencies":[{"name":"aws-java-sdk","optional":false,"version":"1.11.68"},{"name":"credentials","optional":false,"version":"2.1.11"},{"name":"credentials-binding","optional":false,"version":"1.7"}],"developers":[{"developerId":"stevegal","email":"stephenjgalbraith+jenkins_support@gmail.com","name":"Stephen Galbraith"}],"excerpt":"","gav":"uk.co.stevegal:aws-bucket-credentials:1.0.0","labels":["credential"],"name":"aws-bucket-credentials","previousTimestamp":"2018-10-14T16:03:39.00Z","previousVersion":"0.2.3","releaseTimestamp":"2018-10-14T17:02:40.00Z","requiredCore":"1.596.1","scm":"https://github.com/jenkinsci/aws-bucket-credentials-plugin","sha1":"JyStj8yhaS9z8DPfwBsOQARshYw=","sha256":"HO+WujtZHbBlEtDrkSCH1PMMAevfluWVfzM9IkewooE=","title":"Amazon S3 Bucket Credentials","url":"http://updates.jenkins-ci.org/download/plugins/aws-bucket-credentials/1.0.0/aws-bucket-credentials.hpi","version":"1.0.0","wiki":"https://plugins.jenkins.io/aws-bucket-credentials"},"aws-cloudwatch-logs-publisher":{"buildDate":"Apr 01, 2018","dependencies":[{"name":"aws-java-sdk","optional":false,"version":"1.11.264"},{"name":"timestamper","optional":false,"version":"1.8.9"}],"developers":[{"developerId":"elifarley","email":"elifarley@gmail.com","name":"Elifarley Cruz"}],"excerpt":"Publishes build logs to Amazon CloudWatch Logs<\/a>.","gav":"org.jenkins-ci.plugins:aws-cloudwatch-logs-publisher:1.2.0","labels":["logging","aws"],"name":"aws-cloudwatch-logs-publisher","previousTimestamp":"2017-08-23T14:35:37.00Z","previousVersion":"1.1.0","releaseTimestamp":"2018-04-01T10:31:12.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/aws-cloudwatch-logs-publisher-plugin","sha1":"Cx+dtMM8W6MqvxiZjIaKdmOj1ME=","sha256":"nwhM8cjiwS+/N9oAqyyZbDKfMRs+UdjDva6kWSMRIog=","title":"AWS CloudWatch Logs Publisher","url":"http://updates.jenkins-ci.org/download/plugins/aws-cloudwatch-logs-publisher/1.2.0/aws-cloudwatch-logs-publisher.hpi","version":"1.2.0","wiki":"https://plugins.jenkins.io/aws-cloudwatch-logs-publisher"},"aws-codebuild":{"buildDate":"Aug 02, 2019","dependencies":[{"name":"workflow-step-api","optional":false,"version":"2.5"},{"name":"cloudbees-folder","optional":false,"version":"6.1.0"},{"name":"credentials","optional":false,"version":"2.1.14"},{"name":"script-security","optional":false,"version":"1.29"}],"developers":[{"developerId":"leobaran","email":"leobaran@amazon.com","name":"Leo Baran"},{"developerId":"subinataws","email":"subinm@amazon.com","name":"CodeBuild"}],"excerpt":"Build your project on AWS CodeBuild.","gav":"com.amazonaws:aws-codebuild:0.44","labels":["codebuild"],"name":"aws-codebuild","previousTimestamp":"2019-07-20T00:43:38.00Z","previousVersion":"0.43","releaseTimestamp":"2019-08-02T03:30:08.00Z","requiredCore":"1.642.3","scm":"https://github.com/jenkinsci/aws-codebuild-plugin","sha1":"4qu8neWUxfyyxZjlDDUzeenJd+c=","sha256":"rrqBHuUAfs8nKInU6PVEG2RuPhKMQbOOpMj2Mn++ECs=","title":"AWS CodeBuild","url":"http://updates.jenkins-ci.org/download/plugins/aws-codebuild/0.44/aws-codebuild.hpi","version":"0.44","wiki":"https://plugins.jenkins.io/aws-codebuild"},"aws-codecommit-jobs":{"buildDate":"Nov 14, 2017","dependencies":[{"name":"workflow-step-api","optional":false,"version":"2.6"},{"name":"aws-credentials","optional":false,"version":"1.23"},{"name":"git","optional":false,"version":"3.5.0"},{"name":"junit","optional":false,"version":"1.3"},{"name":"scm-api","optional":false,"version":"2.2.3"}],"developers":[{"developerId":"sjeandeaux","email":"stephane.jeandeaux@gmail.com","name":"Stephane Jeandeaux"}],"excerpt":"For each repository in AWS Code commit<\/b>, we create a multi-branch job jenkins. documentation<\/a>Information : 2017-11-14T19:20:21Z","gav":"org.jenkins-ci.plugins:aws-codecommit-jobs:0.3.0","labels":[],"name":"aws-codecommit-jobs","previousTimestamp":"2017-11-05T01:41:27.00Z","previousVersion":"0.2.0","releaseTimestamp":"2017-11-14T19:20:55.00Z","requiredCore":"1.609.1","scm":"https://github.com/jenkinsci/aws-codecommit-jobs-plugin","sha1":"S1p2968LhxVTaYTTvz+Jvcj6Aio=","sha256":"DzY6PWRs021cVqLErXv/wkoLBuxp/oo7pRyiH7CCro4=","title":"AWS Code Commit Jobs","url":"http://updates.jenkins-ci.org/download/plugins/aws-codecommit-jobs/0.3.0/aws-codecommit-jobs.hpi","version":"0.3.0","wiki":"https://plugins.jenkins.io/aws-codecommit-jobs"},"aws-codecommit-trigger":{"buildDate":"Mar 24, 2019","compatibleSinceVersion":"2.0","dependencies":[{"name":"workflow-job","optional":false,"version":"2.11"},{"name":"git","optional":false,"version":"3.3.1"},{"name":"multiple-scms","optional":false,"version":"0.6"}],"developers":[{"developerId":"ronaldtse","email":"open.source@ribose.com","name":"Ronald Tse"},{"developerId":"phuonghqh","email":"open.source@ribose.com","name":"Phuong Huynh"}],"excerpt":"This plugin triggers builds on all events received via Amazon Web Services Simple Queue Service (AWS SQS) on a specified Queue.","gav":"org.jenkins-ci.plugins:aws-codecommit-trigger:2.0.7","labels":[],"name":"aws-codecommit-trigger","previousTimestamp":"2018-10-11T07:35:34.00Z","previousVersion":"2.0.6","releaseTimestamp":"2019-03-24T05:31:23.00Z","requiredCore":"1.651.2","scm":"https://github.com/jenkinsci/aws-codecommit-trigger-plugin","sha1":"ZNBBBqhdT106UwQQtawFSNTrVB8=","sha256":"NZ9Ek7PJopP5THfjXkbZxpQB1m9HAt9OoyJFnmkTFHM=","title":"AWS CodeCommit Trigger","url":"http://updates.jenkins-ci.org/download/plugins/aws-codecommit-trigger/2.0.7/aws-codecommit-trigger.hpi","version":"2.0.7","wiki":"https://plugins.jenkins.io/aws-codecommit-trigger"},"aws-codepipeline":{"buildDate":"Jun 27, 2018","dependencies":[],"developers":[{"developerId":"felipeal","email":"codepipeline-dev+jenkinsci@amazon.com","name":"Felipe Almeida"}],"excerpt":"AWS CodePipeline Integration","gav":"com.amazonaws:aws-codepipeline:0.38","labels":["scm","post-build"],"name":"aws-codepipeline","previousTimestamp":"2018-06-19T07:45:32.00Z","previousVersion":"0.37","releaseTimestamp":"2018-06-27T17:21:38.00Z","requiredCore":"1.479","scm":"https://github.com/jenkinsci/aws-codepipeline-plugin","sha1":"JDYz0hfP86YrAEjAA21BnmmWBQM=","sha256":"+dbbHnbN/F9Z1ZUGEtT/q1UPq0wn53KwFfdrVW1CmZo=","title":"AWS CodePipeline","url":"http://updates.jenkins-ci.org/download/plugins/aws-codepipeline/0.38/aws-codepipeline.hpi","version":"0.38","wiki":"https://plugins.jenkins.io/aws-codepipeline"},"aws-credentials":{"buildDate":"Sep 02, 2019","dependencies":[{"name":"aws-java-sdk","optional":false,"version":"1.11.341"},{"name":"credentials-binding","optional":false,"version":"1.16"},{"name":"credentials","optional":false,"version":"2.1.18"},{"name":"jackson2-api","optional":false,"version":"2.8.11.3"},{"name":"script-security","optional":false,"version":"1.53"},{"name":"structs","optional":false,"version":"1.17"},{"name":"variant","optional":false,"version":"1.2"},{"name":"pipeline-model-extensions","optional":true,"version":"1.3.1"}],"developers":[{"developerId":"escoem"}],"excerpt":"Allows storing Amazon IAM credentials within the Jenkins Credentials API. Store Amazon IAM access keys (AWSAccessKeyId and AWSSecretKey) within the Jenkins Credentials API. Also support IAM Roles and IAM MFA Token.","gav":"org.jenkins-ci.plugins:aws-credentials:1.28","labels":[],"minimumJavaVersion":"1.8","name":"aws-credentials","previousTimestamp":"2019-05-14T14:59:00.00Z","previousVersion":"1.27","releaseTimestamp":"2019-09-02T08:28:36.00Z","requiredCore":"2.73.3","scm":"https://github.com/jenkinsci/aws-credentials-plugin","sha1":"o+BmyCAtG28S9nwusnpEvKguGKs=","sha256":"fVSsLDehUc3z4IPFrr+NTl2t/5jbphRGByy+FB0W/5M=","title":"CloudBees AWS Credentials","url":"http://updates.jenkins-ci.org/download/plugins/aws-credentials/1.28/aws-credentials.hpi","version":"1.28","wiki":"https://plugins.jenkins.io/aws-credentials"},"aws-device-farm":{"buildDate":"Aug 06, 2019","dependencies":[{"name":"junit","optional":false,"version":"1.20"}],"developers":[{"developerId":"chabom","email":"chabom@amazon.com","name":"Chandra Bommas"},{"developerId":"nikdabn","email":"nikdabn@amazon.com","name":"Nikhil Dabhade"}],"excerpt":"This plugin schedules test runs on AWS Device Farm.","gav":"org.jenkins-ci.plugins:aws-device-farm:1.26","labels":["post-build","upload","android"],"name":"aws-device-farm","previousTimestamp":"2019-01-14T09:14:02.00Z","previousVersion":"1.25","releaseTimestamp":"2019-08-06T19:57:10.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/aws-device-farm-plugin","sha1":"petGPcrPxWrdswmXAhhK59D2axY=","sha256":"HwHW3aRBvn8K1+XERq5/jAquTjIgFz1FNfj8I1FXAGo=","title":"aws-device-farm","url":"http://updates.jenkins-ci.org/download/plugins/aws-device-farm/1.26/aws-device-farm.hpi","version":"1.26","wiki":"https://plugins.jenkins.io/aws-device-farm"},"aws-global-configuration":{"buildDate":"Mar 27, 2019","dependencies":[{"name":"aws-credentials","optional":false,"version":"1.23"},{"name":"aws-java-sdk","optional":false,"version":"1.11.341"},{"name":"structs","optional":false,"version":"1.14"}],"developers":[{"developerId":"jglick"}],"excerpt":"A Jenkins plugin to configure AWS related settings","gav":"io.jenkins.plugins:aws-global-configuration:1.3","labels":[],"minimumJavaVersion":"1.8","name":"aws-global-configuration","previousTimestamp":"2019-02-19T13:16:41.00Z","previousVersion":"1.2","releaseTimestamp":"2019-03-27T22:19:41.00Z","requiredCore":"2.121.1","scm":"https://github.com/jenkinsci/aws-global-configuration-plugin","sha1":"Lw8QRgHz/8Op5bFkAnHkRSWPJj8=","sha256":"qoZko4gxSaEN7WHO9NiuouHlJR29KH1A4ZsQyMZCNd4=","title":"AWS Global Configuration","url":"http://updates.jenkins-ci.org/download/plugins/aws-global-configuration/1.3/aws-global-configuration.hpi","version":"1.3","wiki":"https://plugins.jenkins.io/aws-global-configuration"},"aws-java-sdk":{"buildDate":"Jul 22, 2019","dependencies":[{"name":"apache-httpcomponents-client-4-api","optional":false,"version":"4.5.5-3.0"},{"name":"jackson2-api","optional":false,"version":"2.8.11.2"}],"developers":[{"developerId":"vlatombe","email":"vincent@latombe.net","name":"Vincent Latombe"}],"excerpt":"This plugin provides AWS SDK for Java<\/a> for other plugins.","gav":"org.jenkins-ci.plugins:aws-java-sdk:1.11.594","labels":[],"minimumJavaVersion":"1.8","name":"aws-java-sdk","previousTimestamp":"2019-06-03T07:42:23.00Z","previousVersion":"1.11.562","releaseTimestamp":"2019-07-22T11:03:48.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/aws-java-sdk-plugin","sha1":"XrXUEwQedyWSxFayo5NMXp1MlO8=","sha256":"UseEzssi+v/INLaIvp60L6pH2YH5NTVblW8QZBJSBA4=","title":"Amazon Web Services SDK","url":"http://updates.jenkins-ci.org/download/plugins/aws-java-sdk/1.11.594/aws-java-sdk.hpi","version":"1.11.594","wiki":"https://plugins.jenkins.io/aws-java-sdk"},"aws-lambda":{"buildDate":"Mar 19, 2017","dependencies":[{"name":"structs","optional":false,"version":"1.6"}],"developers":[{"developerId":"cast","name":"Michael Willemse"}],"excerpt":"This Plugin allows you to upload a zip file or folder to AWS Lambda","gav":"org.jenkins-ci.plugins:aws-lambda:0.5.10","labels":["upload"],"name":"aws-lambda","previousTimestamp":"2017-03-04T20:30:06.00Z","previousVersion":"0.5.9","releaseTimestamp":"2017-03-19T11:16:31.00Z","requiredCore":"1.580.1","scm":"https://github.com/jenkinsci/aws-lambda-plugin","sha1":"0myGNtDI36IY5u2ZaIt3cgnAR8c=","sha256":"mL1FQW+aD7JWzQ2b7ErOh0X4BWJr26KFdBpCz1OEhdg=","title":"AWS Lambda","url":"http://updates.jenkins-ci.org/download/plugins/aws-lambda/0.5.10/aws-lambda.hpi","version":"0.5.10","wiki":"https://plugins.jenkins.io/aws-lambda"},"aws-parameter-store":{"buildDate":"Nov 04, 2018","dependencies":[{"name":"aws-credentials","optional":false,"version":"1.23"},{"name":"aws-java-sdk","optional":false,"version":"1.11.264"}],"developers":[{"developerId":"rikturnbull","email":"rik@controlz.co.uk","name":"Rik Turnbull"}],"excerpt":"Add AWS Parameter Store values to the environment","gav":"org.jenkins-ci.plugins:aws-parameter-store:1.2.1","labels":[],"name":"aws-parameter-store","previousTimestamp":"2018-09-30T15:50:16.00Z","previousVersion":"1.2.0","releaseTimestamp":"2018-11-04T15:44:05.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/aws-parameter-store-plugin","sha1":"Z1PAvvrrgJV++wRbnuLgrdJlacc=","sha256":"ELti/gOa37mjGkVovFPA5LmuAcX+BpKpnP2d2JV495A=","title":"AWS Parameter Store Build Wrapper","url":"http://updates.jenkins-ci.org/download/plugins/aws-parameter-store/1.2.1/aws-parameter-store.hpi","version":"1.2.1","wiki":"https://plugins.jenkins.io/aws-parameter-store"},"aws-sam":{"buildDate":"Sep 28, 2018","dependencies":[{"name":"aws-credentials","optional":false,"version":"1.23"},{"name":"aws-java-sdk","optional":false,"version":"1.11.341"}],"developers":[{"developerId":"seansummers","email":"ssummers@trek10.com","name":"Sean Summers (Trek10)"},{"developerId":"mmachnicki","email":"mmachnicki@trek10.com","name":"Modest Machnicki (Trek10)"}],"excerpt":"Simplify automated deployments of serverless applications by using AWS SAM Templates.","gav":"io.jenkins.plugins:aws-sam:1.2.2","labels":[],"name":"aws-sam","releaseTimestamp":"2018-09-28T14:09:39.00Z","requiredCore":"2.7.3","scm":"https://github.com/jenkinsci/aws-sam-plugin","sha1":"1nHNchdGdgWp6N4sUgQoixz/lDE=","sha256":"2h0mrPH0xDZ1q58C1nYWBH1PzX6bkPxSN50jeMLSTlk=","title":"AWS SAM","url":"http://updates.jenkins-ci.org/download/plugins/aws-sam/1.2.2/aws-sam.hpi","version":"1.2.2","wiki":"https://plugins.jenkins.io/aws-sam"},"aws-secrets-manager-credentials-provider":{"buildDate":"Jun 26, 2019","dependencies":[{"name":"aws-java-sdk","optional":false,"version":"1.11.457"},{"name":"credentials","optional":false,"version":"2.1.16"},{"name":"plain-credentials","optional":false,"version":"1.4"}],"developers":[{"developerId":"chriskilding","name":"Chris Kilding"}],"excerpt":"Source Jenkins Credentials from AWS Secrets Manager.","gav":"io.jenkins.plugins:aws-secrets-manager-credentials-provider:0.0.1","labels":[],"minimumJavaVersion":"1.8","name":"aws-secrets-manager-credentials-provider","releaseTimestamp":"2019-06-26T21:24:18.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/aws-secrets-manager-credentials-provider-plugin","sha1":"QMs7JgmC9nmuBVSgXKe9r24EW68=","sha256":"H1omVVHUwEajr8+CDJCPOl+1zAK+bo8gntmrRqNyLD0=","title":"AWS Secrets Manager Credentials Provider","url":"http://updates.jenkins-ci.org/download/plugins/aws-secrets-manager-credentials-provider/0.0.1/aws-secrets-manager-credentials-provider.hpi","version":"0.0.1","wiki":"https://plugins.jenkins.io/aws-secrets-manager-credentials-provider"},"aws-sqs":{"buildDate":"Dec 18, 2017","dependencies":[{"name":"multiple-scms","optional":true,"version":"0.6"},{"name":"git","optional":true,"version":"3.6.4"},{"name":"plain-credentials","optional":false,"version":"1.4"}],"developers":[{"developerId":"mwaylabs","email":"jenkins.ios.bot@mwaysolutions.com","name":"M-Way Solutions GmbH"},{"developerId":"nickg","email":"nickgrealy@gmail.com","name":"Nick Grealy"},{"developerId":"j_vvt","email":"vvt@opsguru.io","name":"Victor Timohin"},{"developerId":"mvk","email":"max@opsguru.io","name":"Max Kovgan"}],"excerpt":"This plugin triggers builds on all events received via Amazon Web Services Simple Queue Service (AWS SQS) on a specified Queue.","gav":"io.relution.jenkins:aws-sqs:2.0.1","labels":["trigger"],"name":"aws-sqs","previousTimestamp":"2017-12-07T12:31:29.00Z","previousVersion":"2.0","releaseTimestamp":"2017-12-18T01:35:53.00Z","requiredCore":"2.63","scm":"https://github.com/jenkinsci/aws-sqs-plugin","sha1":"PK+suF0l962601xjAFnNyvjHp08=","sha256":"hzD0QZiwAoL0y3Yjv7v0enum6WItROiUXTiAKBi5tww=","title":"AWS SQS Build Trigger","url":"http://updates.jenkins-ci.org/download/plugins/aws-sqs/2.0.1/aws-sqs.hpi","version":"2.0.1","wiki":"https://plugins.jenkins.io/aws-sqs"},"aws-yum-parameter":{"buildDate":"Mar 17, 2015","dependencies":[],"developers":[{"developerId":"d3clan","email":"declan@declans.net","name":"Declan Newman"}],"excerpt":"A plugin that searches an S3 Yum repository and presents the results as a persistent dropdown parameter.","gav":"com.viviquity.jenkins:aws-yum-parameter:1.5","labels":[],"name":"aws-yum-parameter","previousTimestamp":"2015-02-17T11:37:23.00Z","previousVersion":"1.4","releaseTimestamp":"2015-03-17T20:28:51.00Z","requiredCore":"1.580.1","sha1":"odiRn/bRWGrXutv4z3tt1S1jWv8=","sha256":"r/9HF/Qr/b66xD879nXBSi27kaMZOF1v8n7ZR7r4xjM=","title":"S3 Yum repo parameter","url":"http://updates.jenkins-ci.org/download/plugins/aws-yum-parameter/1.5/aws-yum-parameter.hpi","version":"1.5","wiki":"https://plugins.jenkins.io/aws-yum-parameter"},"awseb-deployment-plugin":{"buildDate":"Jul 24, 2017","compatibleSinceVersion":"0.0.4","dependencies":[{"name":"aws-credentials","optional":false,"version":"1.11"},{"name":"aws-java-sdk","optional":false,"version":"1.11.68"},{"name":"token-macro","optional":false,"version":"2.1"}],"developers":[{"developerId":"aldrinleal","name":"Aldrin Leal"}],"excerpt":"This Plugin allows you to deploy into one or many AWS Elastic Beanstalk environments.","gav":"br.com.ingenieux.jenkins.plugins:awseb-deployment-plugin:0.3.19","labels":["upload","post-build"],"name":"awseb-deployment-plugin","previousTimestamp":"2017-07-24T17:42:10.00Z","previousVersion":"0.3.18","releaseTimestamp":"2017-07-24T22:31:11.00Z","requiredCore":"2.60.1","scm":"https://github.com/jenkinsci/awseb-deployment-plugin","sha1":"D1ziz9V9u9o//7igXJOY0Msh+lk=","sha256":"iChFQXtk3Ik28NKT6hNt4YbYnEI8dVLCjaiQdJA80F0=","title":"AWS Elastic Beanstalk Deployment","url":"http://updates.jenkins-ci.org/download/plugins/awseb-deployment-plugin/0.3.19/awseb-deployment-plugin.hpi","version":"0.3.19","wiki":"https://plugins.jenkins.io/awseb-deployment-plugin"},"azure-acs":{"buildDate":"Aug 14, 2019","dependencies":[{"name":"azure-commons","optional":false,"version":"1.0.3"},{"name":"azure-credentials","optional":false,"version":"1.6.1"},{"name":"kubernetes-cd","optional":false,"version":"2.0.1"}],"developers":[{"developerId":"azure_devops","email":"vscjenkins@microsoft.com","name":"Azure DevOps Team"}],"excerpt":"Deploy Kubernetes, DC/OS, Docker Swarm application configurations to Azure Container Service cluster.","gav":"org.jenkins-ci.plugins:azure-acs:1.0.0","labels":[],"minimumJavaVersion":"1.8","name":"azure-acs","previousTimestamp":"2019-04-09T08:22:14.00Z","previousVersion":"0.2.4","releaseTimestamp":"2019-08-14T11:56:04.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/azure-acs-plugin","sha1":"24pE6TJDe+/OAhTtbTmZcXfsIME=","sha256":"cjABtEhtBpBftFPPr8WKtuF26kk67yiyUGgisqDZTPA=","title":"Azure Container Service","url":"http://updates.jenkins-ci.org/download/plugins/azure-acs/1.0.0/azure-acs.hpi","version":"1.0.0","wiki":"https://plugins.jenkins.io/azure-acs"},"azure-ad":{"buildDate":"May 30, 2019","compatibleSinceVersion":"1.0.0","dependencies":[{"name":"configuration-as-code","optional":true,"version":"1.16"},{"name":"azure-commons","optional":false,"version":"1.0.3"},{"name":"cloudbees-folder","optional":true,"version":"6.1.0"},{"name":"matrix-auth","optional":false,"version":"2.4.2"}],"developers":[{"developerId":"azure_devops","email":"vscjenkins@microsoft.com","name":"Azure DevOps Team"}],"excerpt":"A Jenkins authentication & authorization plugin for Azure Active Directory","gav":"org.jenkins-ci.plugins:azure-ad:1.0.0","labels":[],"minimumJavaVersion":"1.8","name":"azure-ad","previousTimestamp":"2019-04-29T15:42:27.00Z","previousVersion":"0.3.4","releaseTimestamp":"2019-05-30T09:22:48.00Z","requiredCore":"2.138.3","scm":"https://github.com/jenkinsci/azure-ad-plugin","sha1":"HecQunqBnODvIoYqzxIh1KtWMBA=","sha256":"FIUFFtIE6kz5MxoUr9eEHdOCrflRxgotnCd6/IwZb4U=","title":"Azure AD","url":"http://updates.jenkins-ci.org/download/plugins/azure-ad/1.0.0/azure-ad.hpi","version":"1.0.0","wiki":"https://plugins.jenkins.io/azure-ad"},"azure-app-service":{"buildDate":"Jun 17, 2019","dependencies":[{"name":"azure-commons","optional":false,"version":"0.2.11"},{"name":"azure-credentials","optional":false,"version":"1.6.1"},{"name":"docker-commons","optional":false,"version":"1.4.0"},{"name":"docker-java-api","optional":false,"version":"3.0.14"},{"name":"git-client","optional":false,"version":"2.4.6"}],"developers":[{"developerId":"azure_devops","email":"vscjenkins@microsoft.com","name":"Azure DevOps Team"}],"excerpt":"A Jenkins plugin to deploys apps to Azure App Service","gav":"org.jenkins-ci.plugins:azure-app-service:1.0.0","labels":[],"minimumJavaVersion":"1.8","name":"azure-app-service","previousTimestamp":"2019-01-07T08:22:42.00Z","previousVersion":"0.4.2","releaseTimestamp":"2019-06-17T01:57:55.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/azure-app-service-plugin","sha1":"lBnc5Ai1p5Kx8cvIODS+HmipG78=","sha256":"tDoOCMh6qzy4fMGIacWE0sAmedQ1HN01m4n+JhWyeF0=","title":"Azure App Service","url":"http://updates.jenkins-ci.org/download/plugins/azure-app-service/1.0.0/azure-app-service.hpi","version":"1.0.0","wiki":"https://plugins.jenkins.io/azure-app-service"},"azure-artifact-manager":{"buildDate":"Jun 21, 2019","dependencies":[{"name":"workflow-api","optional":false,"version":"2.29"},{"name":"azure-commons","optional":false,"version":"1.0.3"},{"name":"credentials","optional":false,"version":"2.1.7"},{"name":"windows-azure-storage","optional":false,"version":"0.3.13"}],"developers":[{"developerId":"vscjenkins","email":"vscjenkins@microsoft.com","name":"Visual Studio China Jenkins Team"}],"excerpt":"Jenkins Azure artifact manager plugin","gav":"org.jenkins-ci.plugins:azure-artifact-manager:0.1.3","labels":[],"name":"azure-artifact-manager","previousTimestamp":"2019-04-22T07:11:13.00Z","previousVersion":"0.1.2","releaseTimestamp":"2019-06-21T02:10:55.00Z","requiredCore":"2.121.3","scm":"https://github.com/jenkinsci/azure-artifact-manager-plugin","sha1":"Rh0Z+UxIpmwqvY2y/+5Q42X8Mws=","sha256":"77F6PT+zBSXW3p6wWmB/f6+zlNwUxgs+prgGUWG4DEM=","title":"Azure Artifact Manager","url":"http://updates.jenkins-ci.org/download/plugins/azure-artifact-manager/0.1.3/azure-artifact-manager.hpi","version":"0.1.3","wiki":"https://plugins.jenkins.io/azure-artifact-manager"},"azure-batch-parallel":{"buildDate":"Oct 25, 2016","dependencies":[],"developers":[{"email":"junguan@microsoft.com","name":"Jun Guan"},{"email":"mominhaz@microsoft.com","name":"Mohammad Minhaz"}],"excerpt":"Execute tests in parallel with Microsoft Azure Batch service.","gav":"com.microsoft.azurebatch:azure-batch-parallel:0.2","labels":["post-build"],"name":"azure-batch-parallel","previousTimestamp":"2016-08-06T00:14:59.00Z","previousVersion":"0.1","releaseTimestamp":"2016-10-25T06:46:46.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/azure-batch-parallel-plugin","sha1":"aFt64GtEaSjEpWQFJLZ9HXb4FvA=","sha256":"Ji2ahQVe2NA3kLJj52/AcibzU+j3FSgRn2wXIuZjzVc=","title":"Azure Batch Parallel Test Execution","url":"http://updates.jenkins-ci.org/download/plugins/azure-batch-parallel/0.2/azure-batch-parallel.hpi","version":"0.2","wiki":"https://plugins.jenkins.io/azure-batch-parallel"},"azure-cli":{"buildDate":"Jun 28, 2018","dependencies":[{"name":"job-dsl","optional":true,"version":"1.64"},{"name":"structs","optional":false,"version":"1.9"},{"name":"azure-credentials","optional":false,"version":"1.2"},{"name":"credentials","optional":false,"version":"2.1.5"}],"developers":[{"developerId":"torosent","email":"torosent@microsoft.com","name":"Tomer Rosenthal"}],"excerpt":"This plugin is a sample to explain how to write a Jenkins plugin.","gav":"org.jenkins-ci.plugins:azure-cli:0.9","labels":[],"name":"azure-cli","previousTimestamp":"2018-06-19T05:36:55.00Z","previousVersion":"0.8","releaseTimestamp":"2018-06-28T17:16:45.00Z","requiredCore":"1.651.3","scm":"https://github.com/jenkinsci/azure-cli-plugin","sha1":"STKIPMtOyVNj3Ha/Vd/63Lzj+A4=","sha256":"dGMw+BxhT3DEyV4EfkCwliwnZr8/bS+hTCYckkfje88=","title":"Azure CLI","url":"http://updates.jenkins-ci.org/download/plugins/azure-cli/0.9/azure-cli.hpi","version":"0.9","wiki":"https://plugins.jenkins.io/azure-cli"},"azure-commons":{"buildDate":"Jul 18, 2019","dependencies":[{"name":"workflow-step-api","optional":false,"version":"2.10"},{"name":"jackson2-api","optional":false,"version":"2.9.8"},{"name":"ssh-credentials","optional":false,"version":"1.13"}],"developers":[{"developerId":"azure_devops","email":"vscjenkins@microsoft.com","name":"Azure DevOps Team"}],"excerpt":"Common APIs for Azure related Jenkins plugins","gav":"org.jenkins-ci.plugins:azure-commons:1.0.4","labels":[],"minimumJavaVersion":"1.8","name":"azure-commons","previousTimestamp":"2019-05-22T06:51:12.00Z","previousVersion":"1.0.3","releaseTimestamp":"2019-07-18T06:02:44.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/azure-commons-plugin","sha1":"jpBTefcO5tgbXPSn5cu44T6nLg0=","sha256":"o8zOa43zJCoD3txSpVxbzw+uPBQWAMHnNdBPxxy5T3A=","title":"Azure Commons","url":"http://updates.jenkins-ci.org/download/plugins/azure-commons/1.0.4/azure-commons.hpi","version":"1.0.4","wiki":"https://plugins.jenkins.io/azure-commons"},"azure-container-agents":{"buildDate":"Jul 25, 2019","dependencies":[{"name":"azure-commons","optional":false,"version":"1.0.3"},{"name":"azure-credentials","optional":false,"version":"1.6.1"},{"name":"docker-commons","optional":false,"version":"1.3.1"},{"name":"plain-credentials","optional":false,"version":"1.4"},{"name":"ssh-credentials","optional":false,"version":"1.13"},{"name":"windows-azure-storage","optional":false,"version":"0.3.6"}],"developers":[{"developerId":"azure_devops","email":"vscjenkins@microsoft.com","name":"Azure DevOps Team"}],"excerpt":"A Jenkins plugin to provisions agents on Azure Container Service and Azure Container Instances","gav":"org.jenkins-ci.plugins:azure-container-agents:1.1.0","labels":[],"minimumJavaVersion":"1.8","name":"azure-container-agents","previousTimestamp":"2019-05-23T09:08:21.00Z","previousVersion":"1.0.0","releaseTimestamp":"2019-07-25T07:59:40.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/azure-container-agents-plugin","sha1":"6xyVh33bMuHmZkAHJioJYvsyrQk=","sha256":"GtcIGmsCMAw3tCrJfBEeBoklmhW7kQvRnfMIuHzYgZg=","title":"Azure Container Agents","url":"http://updates.jenkins-ci.org/download/plugins/azure-container-agents/1.1.0/azure-container-agents.hpi","version":"1.1.0","wiki":"https://plugins.jenkins.io/azure-container-agents"},"azure-container-registry-tasks":{"buildDate":"Jan 29, 2019","dependencies":[{"name":"azure-commons","optional":false,"version":"0.2.5"},{"name":"azure-credentials","optional":false,"version":"1.6.0"},{"name":"scm-api","optional":false,"version":"1.3"},{"name":"structs","optional":false,"version":"1.10"}],"developers":[{"developerId":"azure_devops","email":"vscjenkins@microsoft.com","name":"Azure DevOps Team"}],"excerpt":"Queue an Azure Container Registry quick task request for building image. Source code can be hosted on a Github repo or uploaded from local machine. User can choose whether pushing image to Azure Container Registry.","gav":"org.jenkins-ci.plugins:azure-container-registry-tasks:0.6.3","labels":[],"name":"azure-container-registry-tasks","previousTimestamp":"2019-01-11T06:00:45.00Z","previousVersion":"0.6.2","releaseTimestamp":"2019-01-29T02:56:27.00Z","requiredCore":"1.651.3","scm":"https://github.com/jenkinsci/azure-container-registry-tasks-plugin","sha1":"ST4l7JaJ3xgvuAi08YkFdYkMoeQ=","sha256":"YyqXmUEGVKdYEHfosku0EiAFsBhJtDsLKjVYvu5haqs=","title":"Azure Container Registry Tasks","url":"http://updates.jenkins-ci.org/download/plugins/azure-container-registry-tasks/0.6.3/azure-container-registry-tasks.hpi","version":"0.6.3","wiki":"https://plugins.jenkins.io/azure-container-registry-tasks"},"azure-credentials":{"buildDate":"Mar 29, 2019","dependencies":[{"name":"credentials","optional":false,"version":"2.1.14"},{"name":"structs","optional":false,"version":"1.5"},{"name":"plain-credentials","optional":false,"version":"1.4"},{"name":"credentials-binding","optional":false,"version":"1.11"}],"developers":[{"developerId":"azure_devops","email":"azurejenkins@microsoft.com","name":"Azure DevOps Team"}],"excerpt":"Manage Azure credentials using Jenkins Credentials API","gav":"org.jenkins-ci.plugins:azure-credentials:1.6.1","labels":[],"name":"azure-credentials","previousTimestamp":"2018-03-29T10:09:25.00Z","previousVersion":"1.6.0","releaseTimestamp":"2019-03-29T07:51:21.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/azure-credentials-plugin","sha1":"Rw3ivyPPVZqHLfVXxKvZusRp7Fk=","sha256":"Oa6TVIKwmiEKsE0m8ksqb18h0Gvy+K3SL3xTLVcSE/4=","title":"Azure Credentials","url":"http://updates.jenkins-ci.org/download/plugins/azure-credentials/1.6.1/azure-credentials.hpi","version":"1.6.1","wiki":"https://plugins.jenkins.io/azure-credentials"},"azure-dev-spaces":{"buildDate":"Jun 10, 2019","dependencies":[{"name":"azure-commons","optional":false,"version":"1.0.3"},{"name":"azure-credentials","optional":false,"version":"1.6.0"},{"name":"kubernetes-cd","optional":false,"version":"0.2.3"}],"developers":[{"developerId":"azure_devops","email":"vscjenkins@microsoft.com","name":"Azure DevOps Team"}],"excerpt":"TODO","gav":"org.jenkins-ci.plugins:azure-dev-spaces:3.0.0","labels":[],"name":"azure-dev-spaces","releaseTimestamp":"2019-06-10T02:11:01.00Z","requiredCore":"2.7.3","scm":"https://github.com/jenkinsci/azure-dev-spaces-plugin","sha1":"WtE/rlnvX5iAjZ3XD7/2734xJZU=","sha256":"j9+8T6/yOvEj6ql9DdSKUpC4QoxCV2cDykGjvCo7ovk=","title":"Azure Dev Spaces","url":"http://updates.jenkins-ci.org/download/plugins/azure-dev-spaces/3.0.0/azure-dev-spaces.hpi","version":"3.0.0","wiki":"https://plugins.jenkins.io/azure-dev-spaces"},"azure-event-grid-notifier":{"buildDate":"Aug 22, 2017","dependencies":[],"developers":[{"developerId":"torosent","email":"torosent@microsoft.com","name":"Tomer Rosenthal"}],"excerpt":"This plugin is a sample to explain how to write a Jenkins plugin.","gav":"org.jenkins-ci.plugins:azure-event-grid-notifier:0.1","labels":[],"name":"azure-event-grid-notifier","releaseTimestamp":"2017-08-22T13:40:57.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/azure-event-grid-notifier-plugin","sha1":"wwtfnCM0eQwvGwV7UV0nWLMyy0E=","sha256":"SqH2QfHGsk33Z3jqlfHCBdXeTb2hlcR/vSN3UdSpUuA=","title":"Azure Event Grid Build Notifier","url":"http://updates.jenkins-ci.org/download/plugins/azure-event-grid-notifier/0.1/azure-event-grid-notifier.hpi","version":"0.1","wiki":"https://plugins.jenkins.io/azure-event-grid-notifier"},"azure-function":{"buildDate":"Jan 07, 2019","dependencies":[{"name":"git-client","optional":false,"version":"2.4.6"},{"name":"azure-commons","optional":false,"version":"0.2.5"},{"name":"azure-credentials","optional":false,"version":"1.6.0"},{"name":"azure-app-service","optional":false,"version":"0.3.0"}],"developers":[{"developerId":"azure_devops","email":"vscjenkins@microsoft.com","name":"Azure DevOps Team"}],"excerpt":"A Jenkins plugin to deploy Azure Function","gav":"org.jenkins-ci.plugins:azure-function:0.3.0","labels":[],"name":"azure-function","previousTimestamp":"2018-04-03T06:23:27.00Z","previousVersion":"0.2.1","releaseTimestamp":"2019-01-07T06:56:50.00Z","requiredCore":"1.651.3","scm":"https://github.com/jenkinsci/azure-function-plugin","sha1":"KtGA7bnR3Qlrh3SIu9m9Z9z5hKU=","sha256":"ioVal0w5HXtuIHylP1HtVzXWGCWYssSGXO1fhhyRdXs=","title":"Azure Function","url":"http://updates.jenkins-ci.org/download/plugins/azure-function/0.3.0/azure-function.hpi","version":"0.3.0","wiki":"https://plugins.jenkins.io/azure-function"},"azure-iot-edge":{"buildDate":"Jun 25, 2019","dependencies":[{"name":"azure-commons","optional":false,"version":"0.2.6"},{"name":"docker-commons","optional":false,"version":"1.4.0"},{"name":"azure-credentials","optional":false,"version":"1.6.0"}],"developers":[{"developerId":"azure_iot_tooling","email":"vsciet@microsoft.com","name":"Microsoft Azure IoT Tooling"}],"excerpt":"A Jenkins plugin for continuous integration(build and push docker image) and continuous deployment(create Edge deployment on Azure)","gav":"org.jenkins-ci.plugins:azure-iot-edge:2.0.0","labels":[],"name":"azure-iot-edge","previousTimestamp":"2018-09-21T07:29:30.00Z","previousVersion":"1.0.0","releaseTimestamp":"2019-06-25T04:54:04.00Z","requiredCore":"1.651.3","scm":"https://github.com/jenkinsci/azure-iot-edge-plugin","sha1":"39aK0gJvus3Fb4Ac4TwIUO4y+DQ=","sha256":"J2zE7IY8wN7E2QUTspKaeO4/jc2Ac6lVnomEiv5w/Qc=","title":"Azure IoT Edge","url":"http://updates.jenkins-ci.org/download/plugins/azure-iot-edge/2.0.0/azure-iot-edge.hpi","version":"2.0.0","wiki":"https://plugins.jenkins.io/azure-iot-edge"},"azure-keyvault":{"buildDate":"Apr 30, 2019","dependencies":[{"name":"azure-credentials","optional":false,"version":"1.6.0"},{"name":"credentials","optional":false,"version":"2.1.17"}],"developers":[{"developerId":"timja","name":"Tim Jacomb"}],"excerpt":"Build wrapper for retrieving secrets from Azure Key Vault","gav":"org.jenkins-ci.plugins:azure-keyvault:1.2","labels":[],"minimumJavaVersion":"1.8","name":"azure-keyvault","previousTimestamp":"2019-04-16T17:28:25.00Z","previousVersion":"1.1","releaseTimestamp":"2019-04-30T14:57:38.00Z","requiredCore":"2.138.2","scm":"https://github.com/jenkinsci/azure-keyvault-plugin","sha1":"PXTWsRow7jz10U890m/dv56xGYs=","sha256":"1zPoKnnuI9eDCfdT7W6/VX9t0HqdypV4Vb0UY8xVuI4=","title":"Azure Key Vault","url":"http://updates.jenkins-ci.org/download/plugins/azure-keyvault/1.2/azure-keyvault.hpi","version":"1.2","wiki":"https://plugins.jenkins.io/azure-keyvault"},"azure-publishersettings-credentials":{"buildDate":"Feb 19, 2019","dependencies":[],"developers":[{"developerId":"nicolas","email":"nicolas.deloof@gmail.com","name":"Nicolas De Loof"}],"excerpt":"This plugin manage Azure PublisherSettings using Jenkins Crendentials API. The Jenkins Azure Publisher Settings Plugin is deprecated with the deprecation of Azure classic deployments and their replacement by ARM deployments. Please see recent Jenkins Azure plugins for alternatives (Azure App Service, Azure Functions, Azure Container Service...) at https://plugins.jenkins.io/<\/a>.","gav":"org.jenkins-ci.plugins:azure-publishersettings-credentials:1.5","labels":[],"name":"azure-publishersettings-credentials","previousTimestamp":"2016-09-19T18:13:36.00Z","previousVersion":"1.2","releaseTimestamp":"2019-02-19T23:07:46.00Z","requiredCore":"1.652","scm":"https://github.com/jenkinsci/azure-publishersettings-credentials-plugin","sha1":"0xAQRoKWLOIJPLXvsNIUewqPeyE=","sha256":"t0F7VeDB8TmNgVSDLk7YwhE7UMYffdS5QbKd4y1S8cA=","title":"Azure PublisherSettings Credentials","url":"http://updates.jenkins-ci.org/download/plugins/azure-publishersettings-credentials/1.5/azure-publishersettings-credentials.hpi","version":"1.5","wiki":"https://plugins.jenkins.io/azure-publishersettings-credentials"},"azure-vm-agents":{"buildDate":"Sep 04, 2019","dependencies":[{"name":"azure-commons","optional":false,"version":"1.0.3"},{"name":"azure-credentials","optional":false,"version":"1.6.1"},{"name":"cloud-stats","optional":false,"version":"0.22"},{"name":"credentials","optional":false,"version":"2.1.16"},{"name":"plain-credentials","optional":false,"version":"1.4"}],"developers":[{"developerId":"azure_devops","email":"vscjenkins@microsoft.com","name":"Azure DevOps Team"}],"excerpt":"Azure plugin to provision and deprovision agents","gav":"org.jenkins-ci.plugins:azure-vm-agents:1.2.0","labels":["cluster","slaves"],"minimumJavaVersion":"1.8","name":"azure-vm-agents","previousTimestamp":"2019-07-02T01:38:42.00Z","previousVersion":"1.1.1","releaseTimestamp":"2019-09-04T08:06:51.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/azure-vm-agents-plugin","sha1":"9doq429CwSdxofJINEI/TNAKbCA=","sha256":"A1o+g+H/EtfuxsaD1owksUBp8/wFvAVAMI9RtXQDoJ8=","title":"Azure VM Agents","url":"http://updates.jenkins-ci.org/download/plugins/azure-vm-agents/1.2.0/azure-vm-agents.hpi","version":"1.2.0","wiki":"https://plugins.jenkins.io/azure-vm-agents"},"azure-vmss":{"buildDate":"Apr 03, 2018","dependencies":[{"name":"azure-credentials","optional":false,"version":"1.6.0"},{"name":"azure-commons","optional":false,"version":"0.2.5"}],"developers":[{"developerId":"azure_devops","email":"vscjenkins@microsoft.com","name":"Azure DevOps Team"}],"excerpt":"A Jenkins plugin to deploy to Azure Virtual Machine Scale Set","gav":"org.jenkins-ci.plugins:azure-vmss:0.2.1","labels":[],"name":"azure-vmss","previousTimestamp":"2018-01-09T08:54:32.00Z","previousVersion":"0.2.0","releaseTimestamp":"2018-04-03T06:08:22.00Z","requiredCore":"1.651.3","scm":"https://github.com/jenkinsci/azure-vmss-plugin","sha1":"p4LSBrZFB0TFgTdq7xBbV5U3Hmw=","sha256":"R1XTUwvAd6QB5rGpoHjzhcXy6glktRz3+MdYjAQzYpQ=","title":"Azure Virtual Machine Scale Set","url":"http://updates.jenkins-ci.org/download/plugins/azure-vmss/0.2.1/azure-vmss.hpi","version":"0.2.1","wiki":"https://plugins.jenkins.io/azure-vmss"},"backlog":{"buildDate":"Oct 06, 2018","dependencies":[{"name":"workflow-multibranch","optional":false,"version":"2.12"},{"name":"workflow-step-api","optional":false,"version":"2.7"},{"name":"credentials","optional":false,"version":"2.1.12"},{"name":"git","optional":true,"version":"3.0.4"},{"name":"mailer","optional":false,"version":"1.18"},{"name":"subversion","optional":true,"version":"2.7.2"}],"developers":[{"developerId":"dragon3","name":"Ryuzo Yamamoto"},{"developerId":"ikikko","name":"Tomonari Nakamura"}],"excerpt":"This plugin integrates Jenkins to Backlog<\/a>.","gav":"org.jenkins-ci.plugins:backlog:2.4","labels":["notifier","external","user","upload"],"name":"backlog","previousTimestamp":"2018-08-02T14:56:14.00Z","previousVersion":"2.3","releaseTimestamp":"2018-10-06T15:08:53.00Z","requiredCore":"2.46.1","scm":"https://github.com/jenkinsci/backlog-plugin","sha1":"7AwzNkjdyw7m7RTM0+oXxv46dqo=","sha256":"JQmCyyks/cZRY9X8QqJZHfzwTzuQhJFG973t56yoFrk=","title":"Backlog","url":"http://updates.jenkins-ci.org/download/plugins/backlog/2.4/backlog.hpi","version":"2.4","wiki":"https://plugins.jenkins.io/backlog"},"backup":{"buildDate":"Aug 04, 2011","dependencies":[],"developers":[{"developerId":"vsellier","name":"Vincent Sellier"},{"developerId":"rseguy","name":"Romain Seguy"}],"excerpt":"Backup or restore your Hudson configuration files","gav":"org.jvnet.hudson.plugins:backup:1.6.1","labels":["misc"],"name":"backup","releaseTimestamp":"2011-08-04T12:44:20.00Z","requiredCore":"1.375","scm":"https://github.com/jenkinsci/backup-plugin","sha1":"zJzJeZ1RJUAHLcTMCX1h6oXj3l0=","sha256":"d+MULRhiZ3eX6dojnWzmUmXrzHwjKEjAwEpmU394OUI=","title":"Backup","url":"http://updates.jenkins-ci.org/download/plugins/backup/1.6.1/backup.hpi","version":"1.6.1","wiki":"https://plugins.jenkins.io/backup"},"backup-interrupt-plugin":{"buildDate":"Jan 18, 2013","dependencies":[],"developers":[{"developerId":"lvotypko","email":"lvotypko@redhat.com","name":"Lucie Votypkova"}],"excerpt":"Prepare Jenkins for restart","gav":"jenkins.ci.plugins.backup:backup-interrupt-plugin:1.0","labels":[],"name":"backup-interrupt-plugin","releaseTimestamp":"2013-01-18T12:19:37.00Z","requiredCore":"1.447","scm":"https://github.com/jenkinsci/backup-jobs-plugin","sha1":"n18hDbEengF1BSMYcYMl8WwORBw=","sha256":"N+QvI0B+VHtlDy+MeOvj76hEYb0TSEvUL05MKdmFkBk=","title":"Backup and interrupt job pluign","url":"http://updates.jenkins-ci.org/download/plugins/backup-interrupt-plugin/1.0/backup-interrupt-plugin.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/backup-interrupt-plugin"},"badge":{"buildDate":"Jun 08, 2019","dependencies":[{"name":"workflow-step-api","optional":false,"version":"2.14"},{"name":"antisamy-markup-formatter","optional":false,"version":"1.5"},{"name":"script-security","optional":false,"version":"1.39"},{"name":"structs","optional":false,"version":"1.14"}],"developers":[{"developerId":"bakito","name":"Marc Brugger"},{"developerId":"wolfs","name":"Stefan Wolf"},{"developerId":"beryx","name":"Serban Iordache"}],"excerpt":"Add Badges for a build and extend the build summary","gav":"org.jenkins-ci.plugins:badge:1.8","labels":[],"name":"badge","previousTimestamp":"2018-12-15T21:50:24.00Z","previousVersion":"1.7","releaseTimestamp":"2019-06-08T12:01:04.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/badge-plugin","sha1":"FBoudhR5iLIOfoRGK54cU182VfE=","sha256":"iXySJ0o/j9XK21meK0ICt6ed1vba+xWkRe6WS3VT8GE=","title":"Badge","url":"http://updates.jenkins-ci.org/download/plugins/badge/1.8/badge.hpi","version":"1.8","wiki":"https://plugins.jenkins.io/badge"},"bart":{"buildDate":"Nov 14, 2018","dependencies":[{"name":"structs","optional":false,"version":"1.7"}],"developers":[{"developerId":"timotyzemp","email":"timothy.zemp@uzh.ch","name":"Timothy Zemp"}],"excerpt":"TODO","gav":"org.jenkins-ci.plugins:bart:1.0.3","labels":[],"name":"bart","previousTimestamp":"2018-11-14T21:15:01.00Z","previousVersion":"1.0.2","releaseTimestamp":"2018-11-14T21:54:08.00Z","requiredCore":"2.73.1","scm":"https://github.com/jenkinsci/bart-plugin","sha1":"6pqjGCsFcFyHzyz8BVCVYsEvcwo=","sha256":"uegRPSwi5oUN1UbqOoMAgTp6GlTTsn8vW1L+qKiCmKM=","title":"BART","url":"http://updates.jenkins-ci.org/download/plugins/bart/1.0.3/bart.hpi","version":"1.0.3","wiki":"https://plugins.jenkins.io/bart"},"basic-branch-build-strategies":{"buildDate":"May 23, 2019","dependencies":[{"name":"branch-api","optional":false,"version":"2.5.1"},{"name":"scm-api","optional":false,"version":"2.4.1"},{"name":"structs","optional":false,"version":"1.10"}],"developers":[{"developerId":"stephenconnolly","name":"Stephen Connolly"}],"excerpt":"This plugin provides some basic branch build strategies for use with Branch API based projects.","gav":"org.jenkins-ci.plugins:basic-branch-build-strategies:1.3.2","labels":[],"minimumJavaVersion":"1.8","name":"basic-branch-build-strategies","previousTimestamp":"2019-04-16T09:07:46.00Z","previousVersion":"1.3.1","releaseTimestamp":"2019-05-23T13:54:11.00Z","requiredCore":"2.138","scm":"https://github.com/jenkinsci/basic-branch-build-strategies-plugin","sha1":"F16oXW6Gb1X4DSf/3iG3EKiw9eM=","sha256":"zuN7+aG44Jz8ydeSitI4fIcYIbi+XWuHx2XvgezZbrc=","title":"Basic Branch Build Strategies","url":"http://updates.jenkins-ci.org/download/plugins/basic-branch-build-strategies/1.3.2/basic-branch-build-strategies.hpi","version":"1.3.2","wiki":"https://plugins.jenkins.io/basic-branch-build-strategies"},"batch-task":{"buildDate":"Jul 01, 2016","dependencies":[],"developers":[{"developerId":"kohsuke","name":"Kohsuke Kawaguchi"},{"developerId":"mindless","name":"Alan Harder"}],"excerpt":"This plugin adds the "task" action to the project for performing batch tasks on the server workspace.","gav":"org.jenkins-ci.plugins:batch-task:1.19","labels":["post-build","builder"],"name":"batch-task","previousTimestamp":"2016-06-07T14:16:17.00Z","previousVersion":"1.18","releaseTimestamp":"2016-07-01T13:32:08.00Z","requiredCore":"1.580.1","scm":"https://github.com/jenkinsci/batch-task-plugin","sha1":"OJuBEDUxJCog354/8IyIpKXpUAE=","sha256":"pNRt0qJoUF2kKMB6zmNq+j80SdyNw+WbrJUsMCR0+zk=","title":"batch task","url":"http://updates.jenkins-ci.org/download/plugins/batch-task/1.19/batch-task.hpi","version":"1.19","wiki":"https://plugins.jenkins.io/batch-task"},"bazaar":{"buildDate":"Feb 19, 2013","dependencies":[],"developers":[{"developerId":"stewart","email":"stewart@flamingspork.com","name":"Stewart Smith"}],"excerpt":"This plugin integrates the Bazaar<\/a> Version Control System with Jenkins.","gav":"org.jenkins-ci.plugins:bazaar:1.22","labels":["scm"],"name":"bazaar","previousTimestamp":"2012-10-12T07:34:51.00Z","previousVersion":"1.21","releaseTimestamp":"2013-02-19T09:09:42.00Z","requiredCore":"1.413","scm":"https://github.com/jenkinsci/bazaar-plugin","sha1":"47k7P8pwU/kCfEIrEqWjSN7ZivA=","sha256":"1/8Jh8luKmlCV+z4l87uN2kIxflKv9HV78MkguTVQUE=","title":"Bazaar","url":"http://updates.jenkins-ci.org/download/plugins/bazaar/1.22/bazaar.hpi","version":"1.22","wiki":"https://plugins.jenkins.io/bazaar"},"bds-plugin":{"buildDate":"Nov 28, 2014","dependencies":[],"developers":[{"developerId":"kazssym","email":"kazssym@vx68k.org","name":"Kaz Nishimura"}],"excerpt":"This plugin allows users to build RAD Studio projects or project groups.","gav":"org.jenkins-ci.plugins:bds-plugin:3.1","labels":["builder"],"name":"bds-plugin","previousTimestamp":"2014-11-22T04:52:54.00Z","previousVersion":"3.0","releaseTimestamp":"2014-11-28T04:41:55.00Z","requiredCore":"1.532","sha1":"A949WebezNq6wprKxl/M0S+LRRY=","sha256":"3si4YTYWvehmaUmMSaW1u9RvI4YkZrfhNuh6BVXGJpc=","title":"RAD Studio","url":"http://updates.jenkins-ci.org/download/plugins/bds-plugin/3.1/bds-plugin.hpi","version":"3.1","wiki":"https://plugins.jenkins.io/bds-plugin"},"beagle-security":{"buildDate":"Jul 22, 2019","dependencies":[],"developers":[{"developerId":"rejah","email":"rejah.rehim@gmail.com","name":"Rejah Rehim"}],"excerpt":"Beagle API call Plugin","gav":"io.jenkins.plugins:beagle-security:1.2","labels":[],"name":"beagle-security","previousTimestamp":"2019-07-16T14:44:48.00Z","previousVersion":"1.1","releaseTimestamp":"2019-07-22T14:02:14.00Z","requiredCore":"2.7.3","scm":"https://github.com/jenkinsci/beagle-security-plugin","sha1":"wLxS/7aKAy0/nOXFJ8WTpd4+gjY=","sha256":"MS5WFjpr8pLFeYloQaPD4ub3AQVcgYAztsILqWukrIY=","title":"Beagle Security","url":"http://updates.jenkins-ci.org/download/plugins/beagle-security/1.2/beagle-security.hpi","version":"1.2","wiki":"https://plugins.jenkins.io/beagle-security"},"beaker-builder":{"buildDate":"Aug 09, 2016","dependencies":[],"developers":[{"developerId":"ogondza","name":"Oliver Gondža"}],"excerpt":"This plugin is a sample to explain how to write a Jenkins plugin.","gav":"org.jenkins-ci.plugins:beaker-builder:1.9","labels":["builder","external"],"name":"beaker-builder","previousTimestamp":"2015-05-30T19:05:40.00Z","previousVersion":"1.8","releaseTimestamp":"2016-08-09T13:30:26.00Z","requiredCore":"1.609","scm":"https://github.com/jenkinsci/beaker-builder-plugin","sha1":"QLvHqdGVYLweAaGA2+I1644s4n0=","sha256":"tABrnudBAkCYcy1JxihkTgTYYZndnoTK5ytbrcRLq7w=","title":"Beaker builder","url":"http://updates.jenkins-ci.org/download/plugins/beaker-builder/1.9/beaker-builder.hpi","version":"1.9","wiki":"https://plugins.jenkins.io/beaker-builder"},"bearychat":{"buildDate":"Oct 20, 2017","dependencies":[{"name":"junit","optional":false,"version":"1.3"},{"name":"workflow-step-api","optional":false,"version":"1.11"}],"developers":[{"developerId":"yuanbohan","email":"yuanbo.han@bearyinnovative.com","name":"Yuanbo Han"},{"developerId":"shonenada","email":"shonenada@bearyinnovative.com","name":"Yaoda Liu"}],"excerpt":"This plugin is a BearyChat notifier that can publish build status to BearyChat channels.","gav":"org.jenkins-ci.plugins:bearychat:3.0.2","labels":["notifier"],"name":"bearychat","previousTimestamp":"2017-10-12T04:21:48.00Z","previousVersion":"3.0.1","releaseTimestamp":"2017-10-20T04:07:05.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/bearychat-plugin","sha1":"u0kH5fU6C0/wRDUxZyp5wcVuUQI=","sha256":"cYTbwuwgg1epvy7KMIb1QcVhf/IfsVTJEQGGhKMxWqA=","title":"BearyChat","url":"http://updates.jenkins-ci.org/download/plugins/bearychat/3.0.2/bearychat.hpi","version":"3.0.2","wiki":"https://plugins.jenkins.io/bearychat"},"beer":{"buildDate":"Mar 21, 2012","dependencies":[],"developers":[{"developerId":"kohsuke"}],"excerpt":"This plugin dispenses beer","gav":"org.jenkins-ci.plugins:beer:1.2","labels":[],"name":"beer","previousTimestamp":"2012-01-04T17:43:34.00Z","previousVersion":"1.1","releaseTimestamp":"2012-03-21T17:00:15.00Z","requiredCore":"1.409","scm":"https://github.com/jenkinsci/beer-plugin","sha1":"FLwF/QynS4lSxqG3eBrGBSkiYxw=","sha256":"9oSOJDzWkU45PZ5h3oGxhNahvH7XWpODgDUPTW7tO6E=","title":"beer","url":"http://updates.jenkins-ci.org/download/plugins/beer/1.2/beer.hpi","version":"1.2","wiki":"https://plugins.jenkins.io/beer"},"behave-testresults-publisher":{"buildDate":"Sep 30, 2015","dependencies":[],"developers":[{"developerId":"ChaitanyaChannella","email":"channellac@gmail.com","name":"Chaitanya Channella"}],"excerpt":"This plugin creates pretty Behave html reports on jenkins","gav":"net.jenkins:behave-testresults-publisher:0.0.11","labels":[],"name":"behave-testresults-publisher","releaseTimestamp":"2015-09-30T14:39:42.00Z","requiredCore":"1.565.3","scm":"https://github.com/jenkinsci/behave-testresults-publisher-plugin","sha1":"VsuqjC+N/Ftu2InEplxA1Hc9cRg=","sha256":"4CR4yrT5rs2bk4u0M+r/5AGROut539TN15EJM/GvgWM=","title":"behave-testresults-publisher","url":"http://updates.jenkins-ci.org/download/plugins/behave-testresults-publisher/0.0.11/behave-testresults-publisher.hpi","version":"0.0.11","wiki":"https://plugins.jenkins.io/behave-testresults-publisher"},"benchmark":{"buildDate":"Aug 26, 2019","dependencies":[{"name":"structs","optional":false,"version":"1.2"}],"developers":[{"developerId":"damercie","email":"daniel.mercier@autodesk.com","name":"Daniel Mercier"}],"excerpt":"Benchmark all your boolean and numerical test results alike.","gav":"org.jenkins-ci.plugins:benchmark:1.0.10","labels":[],"name":"benchmark","previousTimestamp":"2019-05-27T20:13:05.00Z","previousVersion":"1.0.9","releaseTimestamp":"2019-08-26T17:38:00.00Z","requiredCore":"2.7","scm":"https://github.com/jenkinsci/benchmark-plugin","sha1":"G1F8D7MXMfKG19I7jNfmr/aJk0k=","sha256":"ov2ExCH4+mZAEmjEnQvfe49wBmtIJBtgeliwMXpGHl8=","title":"Benchmark","url":"http://updates.jenkins-ci.org/download/plugins/benchmark/1.0.10/benchmark.hpi","version":"1.0.10","wiki":"https://plugins.jenkins.io/benchmark"},"benchmark-evaluator":{"buildDate":"Jan 24, 2019","dependencies":[{"name":"structs","optional":false,"version":"1.7"}],"developers":[{"developerId":"lehmann_fabian","name":"Fabian Lehmann"}],"excerpt":"This plugin loads benchmark results in Jenkins and evaluates them.
To decide on the build status, upper and lower bounds for concrete metrics and relative changes can be set.
The results can be viewed in tables and line diagrams. The configuration is done via a graphical user interface.","gav":"io.jenkins.plugins:benchmark-evaluator:1.0.0","labels":[],"name":"benchmark-evaluator","releaseTimestamp":"2019-01-24T22:16:09.00Z","requiredCore":"2.7.3","scm":"https://github.com/jenkinsci/benchmark-evaluator-plugin","sha1":"z1+d2VqfClFxj0Py471rkTLdF80=","sha256":"x8o6TGIunj1pm246rVCePEH6j4fp1JyekkJ7pE+jq+I=","title":"Benchmark Evaluator","url":"http://updates.jenkins-ci.org/download/plugins/benchmark-evaluator/1.0.0/benchmark-evaluator.hpi","version":"1.0.0","wiki":"https://plugins.jenkins.io/benchmark-evaluator"},"bigpanda-jenkins":{"buildDate":"Nov 06, 2014","dependencies":[{"name":"git","optional":false,"version":"1.1.26"}],"developers":[{"developerId":"erikzaadi","email":"erik.zaadi@gmail.com","name":"Erik Zaadi"}],"excerpt":"Notifies
BigPanda<\/a> of Jenkins builds","gav":"org.jenkins-ci.plugins:bigpanda-jenkins:1.1","labels":["notifier"],"name":"bigpanda-jenkins","previousTimestamp":"2014-10-13T09:09:26.00Z","previousVersion":"1.0","releaseTimestamp":"2014-11-06T13:08:39.00Z","requiredCore":"1.565.3","scm":"https://github.com/jenkinsci/bigpanda-plugin","sha1":"4YOHQIto2pMGvOu2Xmjd+ZQA4B4=","sha256":"eKwPWqzwLYCLrFuHEGBoI7AArRR1WTcHsm+XRNbXy14=","title":"BigPanda Notifier","url":"http://updates.jenkins-ci.org/download/plugins/bigpanda-jenkins/1.1/bigpanda-jenkins.hpi","version":"1.1","wiki":"https://plugins.jenkins.io/bigpanda-jenkins"},"bitbucket":{"buildDate":"Aug 27, 2019","dependencies":[{"name":"branch-api","optional":false,"version":"1.11"},{"name":"job-dsl","optional":true,"version":"1.66"},{"name":"git","optional":false,"version":"2.3.5"},{"name":"scm-api","optional":false,"version":"1.3"},{"name":"structs","optional":false,"version":"1.5"},{"name":"mercurial","optional":false,"version":"1.54"}],"developers":[{"developerId":"fbelzunc"}],"excerpt":"Integrates with BitBucket","gav":"org.jenkins-ci.plugins:bitbucket:1.1.11","labels":[],"name":"bitbucket","previousTimestamp":"2019-07-04T13:14:14.00Z","previousVersion":"1.1.10","releaseTimestamp":"2019-08-27T16:05:50.00Z","requiredCore":"1.642.3","scm":"https://github.com/jenkinsci/bitbucket-plugin","sha1":"pL/V0qmIptLNxAluy9hwIQ2GmrA=","sha256":"LDMGHZLrviMMbb89EFxmD31+le+JfR5heX08KCjjKg4=","title":"Bitbucket","url":"http://updates.jenkins-ci.org/download/plugins/bitbucket/1.1.11/bitbucket.hpi","version":"1.1.11","wiki":"https://plugins.jenkins.io/bitbucket"},"bitbucket-approval-filter":{"buildDate":"Feb 05, 2019","dependencies":[{"name":"cloudbees-bitbucket-branch-source","optional":false,"version":"2.4.1"}],"developers":[{"developerId":"kylec32","email":"kylec32@gmail.com","name":"Kyle Carter"}],"excerpt":"Allows the ability to filter which pull requests get built based on if the pull request is approved. The options are requiring no approval, any approval, a non-pull request author approval, or a non-pull request author approval in addition to an author approval.","gav":"org.jenkins-ci.plugins:bitbucket-approval-filter:1.0.2","labels":[],"minimumJavaVersion":"1.8","name":"bitbucket-approval-filter","previousTimestamp":"2019-02-01T05:44:52.00Z","previousVersion":"1.0.1","releaseTimestamp":"2019-02-05T14:47:45.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/bitbucket-approval-filter-plugin","sha1":"ZXONv+8m6WBr6TNkNdKEDmrQGhk=","sha256":"P89QIMnl0IRaNtUOWfiNUZVjA8zVnxC13ZtMRpjjHTs=","title":"Bitbucket Approval Filter","url":"http://updates.jenkins-ci.org/download/plugins/bitbucket-approval-filter/1.0.2/bitbucket-approval-filter.hpi","version":"1.0.2","wiki":"https://plugins.jenkins.io/bitbucket-approval-filter"},"bitbucket-approve":{"buildDate":"Apr 03, 2015","dependencies":[{"name":"git","optional":false,"version":"2.2.10"}],"developers":[{"developerId":"bhurling","email":"hurling83@gmail.com","name":"Bjoern Hurling"}],"excerpt":"This plugin enables Jenkins to approve commits on Bitbucket after successful builds.","gav":"org.jenkins-ci.plugins:bitbucket-approve:1.0.3","labels":["post-build","report","notifier"],"name":"bitbucket-approve","previousTimestamp":"2015-03-23T18:22:59.00Z","previousVersion":"1.0.2","releaseTimestamp":"2015-04-03T15:09:01.00Z","requiredCore":"1.532.3","scm":"https://github.com/jenkinsci/bitbucket-approve-plugin","sha1":"KsowpN1nxg3L4pekdDjkCIxJ1ng=","sha256":"JX7k6s+OlbR69yhHRojaIzxOi9L9BLu2XN3uWb6TWps=","title":"Bitbucket Approve","url":"http://updates.jenkins-ci.org/download/plugins/bitbucket-approve/1.0.3/bitbucket-approve.hpi","version":"1.0.3","wiki":"https://plugins.jenkins.io/bitbucket-approve"},"bitbucket-build-status-notifier":{"buildDate":"Oct 05, 2018","dependencies":[{"name":"credentials","optional":false,"version":"1.22"},{"name":"workflow-job","optional":false,"version":"1.11"},{"name":"workflow-step-api","optional":false,"version":"1.11"},{"name":"git","optional":false,"version":"2.4.0"},{"name":"junit","optional":false,"version":"1.0"},{"name":"multiple-scms","optional":false,"version":"0.6"},{"name":"workflow-cps","optional":false,"version":"1.11"},{"name":"display-url-api","optional":false,"version":"0.4"},{"name":"mercurial","optional":false,"version":"1.54"}],"developers":[{"developerId":"amansilla","email":"antonio.mansilla@flagbit.de","name":"Antonio Mansilla"}],"excerpt":"This plugin is a Bitbucket build status notifier that can publish your build status to Bitbucket Cloud.","gav":"org.jenkins-ci.plugins:bitbucket-build-status-notifier:1.4.1","labels":["scm-related","notifier"],"name":"bitbucket-build-status-notifier","previousTimestamp":"2018-05-29T09:41:32.00Z","previousVersion":"1.4.0","releaseTimestamp":"2018-10-05T16:04:57.00Z","requiredCore":"1.609.1","scm":"https://github.com/jenkinsci/bitbucket-build-status-notifier-plugin","sha1":"vY2zTeaA6VgZq31oMrzwMHWNnvI=","sha256":"OtsUQhKBZxTf3ycwNjR1DF/xFewPwhPOKT2Rlt3a7eI=","title":"Bitbucket Build Status Notifier","url":"http://updates.jenkins-ci.org/download/plugins/bitbucket-build-status-notifier/1.4.1/bitbucket-build-status-notifier.hpi","version":"1.4.1","wiki":"https://plugins.jenkins.io/bitbucket-build-status-notifier"},"bitbucket-filter-project-trait":{"buildDate":"Nov 05, 2018","dependencies":[{"name":"cloudbees-bitbucket-branch-source","optional":false,"version":"2.2.13"}],"developers":[{"developerId":"michelzanini","name":"Michel Zanini"}],"excerpt":"Adds project filters to Bitbucket Branch Source plugin. Useful when using Bitbucket Team/Project jobs. Will auto-discover only the repositories belonging to the filtered projects.","gav":"org.jenkins-ci.plugins:bitbucket-filter-project-trait:1.0","labels":[],"name":"bitbucket-filter-project-trait","releaseTimestamp":"2018-11-05T22:20:16.00Z","requiredCore":"2.7.3","scm":"https://github.com/jenkinsci/bitbucket-filter-project-trait-plugin","sha1":"Rr2UJdOjYbWi6xak5Z6RV+eItpg=","sha256":"CQsz9XultStDrEgwMT1ywVQcIfRR4ZgSJyFxpwqZ44A=","title":"Bitbucket Filter Project Trait","url":"http://updates.jenkins-ci.org/download/plugins/bitbucket-filter-project-trait/1.0/bitbucket-filter-project-trait.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/bitbucket-filter-project-trait"},"bitbucket-oauth":{"buildDate":"Jan 19, 2019","compatibleSinceVersion":"0.8","dependencies":[],"developers":[{"developerId":"mallowlabs","email":"mallowlabs@gmail.com","name":"mallowlabs"}],"excerpt":"This is an authentication plugin for bitbucket.org users","gav":"org.jenkins-ci.plugins:bitbucket-oauth:0.9","labels":["external"],"name":"bitbucket-oauth","previousTimestamp":"2019-01-03T08:15:28.00Z","previousVersion":"0.8","releaseTimestamp":"2019-01-19T13:39:36.00Z","requiredCore":"1.645","scm":"https://github.com/jenkinsci/bitbucket-oauth-plugin","sha1":"0ghACzV9+9tCGquuagdegVzH5R8=","sha256":"NqOewshtNuWXjSPu6hOPHp3ac7YGFdVPB0WCnvRsWBE=","title":"Bitbucket OAuth","url":"http://updates.jenkins-ci.org/download/plugins/bitbucket-oauth/0.9/bitbucket-oauth.hpi","version":"0.9","wiki":"https://plugins.jenkins.io/bitbucket-oauth"},"bitbucket-pullrequest-builder":{"buildDate":"Feb 25, 2019","dependencies":[{"name":"git","optional":false,"version":"2.4.1"}],"developers":[{"developerId":"nishio_dens","email":"nishio@densan-labs.net","name":"nishio_dens"},{"developerId":"damovsky","email":"martin.damovsky@gmail.com","name":"Martin Damovsky"}],"excerpt":"This plugin polls BitBucket to determine whether there are Pull Requests that should be built.","gav":"org.jenkins-ci.plugins:bitbucket-pullrequest-builder:1.4.30","labels":["trigger"],"name":"bitbucket-pullrequest-builder","previousTimestamp":"2019-01-30T19:46:04.00Z","previousVersion":"1.4.29","releaseTimestamp":"2019-02-25T18:55:33.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/bitbucket-pullrequest-builder-plugin","sha1":"hK+t509i7HZA1RXxodrxOJuUbYQ=","sha256":"c1YAuozz0tHQtqMNOYETiSsPFi1WKZQj/hy1Ai6R9qc=","title":"Bitbucket Pullrequest Builder","url":"http://updates.jenkins-ci.org/download/plugins/bitbucket-pullrequest-builder/1.4.30/bitbucket-pullrequest-builder.hpi","version":"1.4.30","wiki":"https://plugins.jenkins.io/bitbucket-pullrequest-builder"},"bitbucket-push-and-pull-request":{"buildDate":"Jun 25, 2019","dependencies":[{"name":"git","optional":false,"version":"3.6.0"},{"name":"job-dsl","optional":false,"version":"1.71"},{"name":"mercurial","optional":false,"version":"2.4"},{"name":"scm-api","optional":false,"version":"2.2.2"},{"name":"structs","optional":false,"version":"1.17"}],"developers":[{"developerId":"cdelmonte","name":"Christian Del Monte"}],"excerpt":"Integrates with Bitbucket Cloud (rest api version >=2.0) Server triggering on push and pull requests Warning: After updating the plugin from a version prior to 2.x.x, the jobs with a pull request need to be reconfigured.","gav":"io.jenkins.plugins:bitbucket-push-and-pull-request:2.0.0","labels":[],"name":"bitbucket-push-and-pull-request","previousTimestamp":"2019-06-19T16:39:31.00Z","previousVersion":"1.6.4","releaseTimestamp":"2019-06-25T14:34:35.00Z","requiredCore":"2.138.2","scm":"https://github.com/jenkinsci/bitbucket-push-and-pull-request-plugin","sha1":"GTEqpJFdmkt9mKxwNZ2TJn0H4bc=","sha256":"0S73zAZHvKikPKP8plssAx9RuaPnptP9S9CH9hZlPf8=","title":"Bitbucket Push and Pull Request","url":"http://updates.jenkins-ci.org/download/plugins/bitbucket-push-and-pull-request/2.0.0/bitbucket-push-and-pull-request.hpi","version":"2.0.0","wiki":"https://plugins.jenkins.io/bitbucket-push-and-pull-request"},"bitbucket-scm-filter-aged-refs":{"buildDate":"Aug 22, 2018","dependencies":[{"name":"cloudbees-bitbucket-branch-source","optional":false,"version":"2.2.5"},{"name":"scm-api","optional":false,"version":"2.2.0"}],"developers":[{"developerId":"witokodoria","email":"witokondoria@gmail.com","name":"Javier Delgado"}],"excerpt":"Adds a filtering trait according to a ref date to an existing Bitbucket Branch Source Plugin configuration.","gav":"org.jenkins-ci.plugins:bitbucket-scm-filter-aged-refs:0.2.0","labels":[],"name":"bitbucket-scm-filter-aged-refs","previousTimestamp":"2017-10-25T13:46:14.00Z","previousVersion":"0.1.0","releaseTimestamp":"2018-08-22T16:39:31.00Z","requiredCore":"2.32.3","scm":"https://github.com/jenkinsci/scm-filter-aged-refs-plugin","sha1":"OAsh+FcXZfrr1DQEur6lhVYE4f8=","sha256":"CH9E//TrXBAU293eqdLhiWYj37XP/5EuIqrC0iuhqok=","title":"Bitbucket Aged References SCM Filter","url":"http://updates.jenkins-ci.org/download/plugins/bitbucket-scm-filter-aged-refs/0.2.0/bitbucket-scm-filter-aged-refs.hpi","version":"0.2.0","wiki":"https://plugins.jenkins.io/bitbucket-scm-filter-aged-refs"},"bitbucket-scm-filter-jira-validator":{"buildDate":"Oct 27, 2017","dependencies":[{"name":"cloudbees-bitbucket-branch-source","optional":false,"version":"2.2.3"},{"name":"jira","optional":false,"version":"2.4.2"}],"developers":[{"developerId":"witokodoria","email":"witokondoria@gmail.com","name":"Javier Delgado"}],"excerpt":"Adds a filtering trait according to the pull request title (enforcing it contains a single and open jira ticket) to an existing Bitbucket Branch Source Plugin configuration.","gav":"org.jenkins-ci.plugins:bitbucket-scm-filter-jira-validator:0.1.0","labels":[],"name":"bitbucket-scm-filter-jira-validator","releaseTimestamp":"2017-10-27T08:43:25.00Z","requiredCore":"2.32.3","scm":"https://github.com/jenkinsci/scm-filter-jira-validator-plugin","sha1":"K6bZUkz8i3plYzQen9hwykICs4k=","sha256":"Y9TsyiarT9Ev13g4HwYcJel88HEfD4jVR77vNuOzzfc=","title":"Bitbucket Jira Validator SCM Filter","url":"http://updates.jenkins-ci.org/download/plugins/bitbucket-scm-filter-jira-validator/0.1.0/bitbucket-scm-filter-jira-validator.hpi","version":"0.1.0","wiki":"https://plugins.jenkins.io/bitbucket-scm-filter-jira-validator"},"bitbucket-scm-trait-commit-skip":{"buildDate":"Feb 06, 2019","dependencies":[{"name":"branch-api","optional":false,"version":"2.0.20"},{"name":"cloudbees-bitbucket-branch-source","optional":false,"version":"2.2.14"}],"developers":[{"developerId":"witokodoria","email":"witokondoria@gmail.com","name":"Javier Delgado"}],"excerpt":"Allows to ignore Bitbucket branches/pull requests/commits based on the content of commit messages","gav":"org.jenkins-ci.plugins:bitbucket-scm-trait-commit-skip:0.4.0","labels":[],"name":"bitbucket-scm-trait-commit-skip","previousTimestamp":"2019-02-05T23:19:55.00Z","previousVersion":"0.3.0","releaseTimestamp":"2019-02-06T21:47:57.00Z","requiredCore":"2.73.3","scm":"https://github.com/jenkinsci/scm-trait-commit-skip-plugin/bitbucket-scm-trait-commit-skip","sha1":"GAcRuCv31ZmXE+DwB7V+4D2ADa0=","sha256":"60PKDABFgiZBKAlyOeJLNav4SOyiHAefjLJSLUB3yYA=","title":"Bitbucket Commit Skip SCM Behaviour","url":"http://updates.jenkins-ci.org/download/plugins/bitbucket-scm-trait-commit-skip/0.4.0/bitbucket-scm-trait-commit-skip.hpi","version":"0.4.0","wiki":"https://plugins.jenkins.io/bitbucket-scm-trait-commit-skip"},"bitkeeper":{"buildDate":"Aug 18, 2015","dependencies":[],"developers":[{"developerId":"mdonohue","email":"michael.donohue@gmail.com","name":"Michael Donohue"}],"excerpt":"A BitKeeper SCM plugin for Jenkins. This plugin currently supports polling and checkout.","gav":"org.jenkins-ci.plugins:bitkeeper:1.8","labels":["scm"],"name":"bitkeeper","previousTimestamp":"2011-10-11T06:27:11.00Z","previousVersion":"1.7","releaseTimestamp":"2015-08-18T06:13:09.00Z","requiredCore":"1.613","scm":"https://github.com/jenkinsci/bitkeeper-plugin/","sha1":"j9Wu3wVN4XKOrOJkVjbVfxFbdZM=","sha256":"ne/DsOsLTwXbwONbpwdx14FVrEUR9MmRqr416NC79u4=","title":"BitKeeeper","url":"http://updates.jenkins-ci.org/download/plugins/bitkeeper/1.8/bitkeeper.hpi","version":"1.8","wiki":"https://plugins.jenkins.io/bitkeeper"},"blackduck-detect":{"buildDate":"Aug 01, 2019","compatibleSinceVersion":"2.0.0","dependencies":[{"name":"credentials","optional":false,"version":"2.1.10"},{"name":"plain-credentials","optional":false,"version":"1.0"},{"name":"job-dsl","optional":true,"version":"1.67"},{"name":"workflow-job","optional":true,"version":"2.9"},{"name":"workflow-cps","optional":true,"version":"2.23"},{"name":"workflow-step-api","optional":true,"version":"2.10"}],"developers":[],"excerpt":"Synopsys Detect plugin","gav":"com.blackducksoftware.integration:blackduck-detect:2.1.0","labels":[],"minimumJavaVersion":"1.8","name":"blackduck-detect","previousTimestamp":"2019-06-21T14:20:35.00Z","previousVersion":"2.0.2","releaseTimestamp":"2019-08-01T14:36:01.00Z","requiredCore":"2.60.1","scm":"https://github.com/jenkinsci/synopsys-detect-plugin","sha1":"/yTRBfMX71WlHcXM8IOAy5L646g=","sha256":"jptzvBRYTzExTS1ezEyIooRNl9+KyHUnKPuyMr5V+AM=","title":"Synopsys Detect","url":"http://updates.jenkins-ci.org/download/plugins/blackduck-detect/2.1.0/blackduck-detect.hpi","version":"2.1.0","wiki":"https://plugins.jenkins.io/blackduck-detect"},"blink1":{"buildDate":"Dec 20, 2012","dependencies":[],"developers":[{"developerId":"maripo","email":"goda.mariko@gmail.com","name":"Maripo GODA"}],"excerpt":"This plugin notifies build results with blink(1)<\/a>","gav":"org.jenkins-ci.plugins:blink1:1.1","labels":["notifier"],"name":"blink1","previousTimestamp":"2012-12-16T15:08:27.00Z","previousVersion":"1.0","releaseTimestamp":"2012-12-20T13:46:13.00Z","requiredCore":"1.466","scm":"https://github.com/jenkinsci/blink1-plugin","sha1":"Ga4ZFkUrbwosjuvCmnNSvxG2/oc=","sha256":"wJdFMCNFmL8/S4nRkW+bUmHFKV78PUH5FItAPtA5cxs=","title":"BLINK(1) Notifier","url":"http://updates.jenkins-ci.org/download/plugins/blink1/1.1/blink1.hpi","version":"1.1","wiki":"https://plugins.jenkins.io/blink1"},"blitz_io-jenkins":{"buildDate":"Jun 05, 2012","dependencies":[],"developers":[{"developerId":"jeffli","email":"jeff.li@spirent.com","name":"Jeff Li"}],"excerpt":"This plugin allows you to run web load tests from the cloud using Blitz.io<\/a> .","gav":"io.blitz:blitz_io-jenkins:1.04","labels":["external"],"name":"blitz_io-jenkins","previousTimestamp":"2012-06-04T20:08:52.00Z","previousVersion":"1.03","releaseTimestamp":"2012-06-05T20:33:51.00Z","requiredCore":"1.424","scm":"https://github.com/jenkinsci/blitz_io-plugin","sha1":"N6OPL25lUyGUWNHcBbf0FebR2Ao=","sha256":"FCDn1yx+CUX46DOD3rQTPZ9cSUT4qx28J+3aSXWPymc=","title":"Blitz.io","url":"http://updates.jenkins-ci.org/download/plugins/blitz_io-jenkins/1.04/blitz_io-jenkins.hpi","version":"1.04","wiki":"https://plugins.jenkins.io/blitz_io-jenkins"},"block-build-final-project":{"buildDate":"Jan 21, 2017","dependencies":[],"developers":[{"developerId":"crose","email":"ChadRosenquist@hotmail.com","name":"Chad Rosenquist"}],"excerpt":"Block build when upstream/downstream project is building. Optional final projects may be given.","gav":"org.jenkins-ci.plugins:block-build-final-project:1.0","labels":["builder","plugin-misc"],"name":"block-build-final-project","releaseTimestamp":"2017-01-21T14:40:22.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/block-build-final-project-plugin","sha1":"+2dYvbmv8dpPWSI5PvY7rVxpIh8=","sha256":"ZxvNe4P9mX73V9mt4WCQvyVgJd5vYNQq23kRds9938I=","title":"Block Build Final Project","url":"http://updates.jenkins-ci.org/download/plugins/block-build-final-project/1.0/block-build-final-project.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/block-build-final-project"},"block-queued-job":{"buildDate":"Jan 21, 2016","dependencies":[],"developers":[{"developerId":"KostyaSha","email":"kanstantsin.sha@gmail.com","name":"Kanstantsin Shautsou"}],"excerpt":"Blocks/unblocks job in queue with matched conditions scope","gav":"org.jenkins-ci.plugins:block-queued-job:0.2.0","labels":["queue"],"name":"block-queued-job","previousTimestamp":"2015-04-28T14:20:13.00Z","previousVersion":"0.1.1","releaseTimestamp":"2016-01-21T20:29:05.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/block-queued-job-plugin","sha1":"n3CQ8i9lO/JUEvVgpg1/Z5yY0TA=","sha256":"FG+S31p0fXe+sJni+e2+vzKSIwPdCXDx0sgK2MR0DQE=","title":"Block Queued Job","url":"http://updates.jenkins-ci.org/download/plugins/block-queued-job/0.2.0/block-queued-job.hpi","version":"0.2.0","wiki":"https://plugins.jenkins.io/block-queued-job"},"block-same-builds":{"buildDate":"May 04, 2017","dependencies":[],"developers":[{"developerId":"cashlalala","email":"cash924n@gmail.com","name":"Cash Chang"}],"excerpt":"This plugin stops the running builds with the same configured parameters.","gav":"org.jenkins-ci.plugins:block-same-builds:1.3","labels":[],"name":"block-same-builds","previousTimestamp":"2017-04-28T14:26:36.00Z","previousVersion":"1.2","releaseTimestamp":"2017-05-04T16:59:39.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/block-same-builds-plugin","sha1":"rqvJBFWaGHyF++0iQ60JwxSMmvM=","sha256":"PINrSYkTAPkfNVelxvlzCR8Svs9RMl8coIJgwgs2vBw=","title":"Block Same build","url":"http://updates.jenkins-ci.org/download/plugins/block-same-builds/1.3/block-same-builds.hpi","version":"1.3","wiki":"https://plugins.jenkins.io/block-same-builds"},"blueocean":{"buildDate":"Sep 03, 2019","dependencies":[{"name":"blueocean-bitbucket-pipeline","optional":false,"version":"1.19.0"},{"name":"blueocean-commons","optional":false,"version":"1.19.0"},{"name":"blueocean-config","optional":false,"version":"1.19.0"},{"name":"blueocean-core-js","optional":false,"version":"1.19.0"},{"name":"blueocean-dashboard","optional":false,"version":"1.19.0"},{"name":"blueocean-events","optional":false,"version":"1.19.0"},{"name":"blueocean-git-pipeline","optional":false,"version":"1.19.0"},{"name":"blueocean-github-pipeline","optional":false,"version":"1.19.0"},{"name":"blueocean-i18n","optional":false,"version":"1.19.0"},{"name":"blueocean-jira","optional":false,"version":"1.19.0"},{"name":"blueocean-jwt","optional":false,"version":"1.19.0"},{"name":"blueocean-personalization","optional":false,"version":"1.19.0"},{"name":"blueocean-pipeline-api-impl","optional":false,"version":"1.19.0"},{"name":"blueocean-pipeline-editor","optional":false,"version":"1.19.0"},{"name":"blueocean-rest-impl","optional":false,"version":"1.19.0"},{"name":"blueocean-rest","optional":false,"version":"1.19.0"},{"name":"blueocean-web","optional":false,"version":"1.19.0"},{"name":"jenkins-design-language","optional":false,"version":"1.19.0"},{"name":"blueocean-autofavorite","optional":false,"version":"1.2.3"},{"name":"blueocean-display-url","optional":false,"version":"2.2.0"},{"name":"pipeline-build-step","optional":false,"version":"2.7"},{"name":"pipeline-milestone-step","optional":false,"version":"1.3.1"}],"developers":[{"developerId":"scherler","name":"Thorsten Iberian Sumurai"},{"developerId":"cliffmeyers","name":"Cliff Meyers"},{"developerId":"tfennelly","name":"Tom Fennelly"},{"developerId":"vivek","name":"Vivek Pandey"},{"developerId":"kohsuke","name":"Kohsuke"},{"developerId":"sophistifunk","name":"Josh McDonald"},{"developerId":"imeredith","name":"Ivan Meredith"},{"developerId":"michaelneale","name":"Michael Neale"},{"developerId":"kzantow","name":"Keith Zantow"},{"developerId":"i386","name":"James Dumay"},{"developerId":"marcesher","name":"Marc"},{"developerId":"dragoonis","name":"Paul Dragoonis"},{"developerId":"pragmaticivan","name":"Ivan Santos"},{"developerId":"PeterDaveHello","name":"Peter Dave Hello"},{"developerId":"alexsomai","name":"Alexandru Somai"}],"excerpt":"BlueOcean Aggregator","gav":"io.jenkins.blueocean:blueocean:1.19.0","labels":["external","ui"],"minimumJavaVersion":"1.8","name":"blueocean","previousTimestamp":"2019-08-06T07:27:22.00Z","previousVersion":"1.18.1","releaseTimestamp":"2019-09-03T23:24:25.00Z","requiredCore":"2.138.4","scm":"https://github.com/jenkinsci/blueocean-plugin/blueocean","sha1":"AN+DU7RKHiAWxmjPkundfgI6MDE=","sha256":"hu8KBHFrXGAAtQT1YDaqkJeGHxXQnPpZ3DhiD2U+HcU=","title":"Blue Ocean","url":"http://updates.jenkins-ci.org/download/plugins/blueocean/1.19.0/blueocean.hpi","version":"1.19.0","wiki":"https://plugins.jenkins.io/blueocean"},"blueocean-autofavorite":{"buildDate":"Apr 01, 2019","dependencies":[{"name":"workflow-job","optional":false,"version":"2.32"},{"name":"branch-api","optional":false,"version":"2.0.11"},{"name":"git-client","optional":false,"version":"2.5.0"},{"name":"git","optional":false,"version":"3.6.0"},{"name":"favorite","optional":false,"version":"2.3.1"}],"developers":[{"developerId":"jdumay","email":"jdumay@cloudbees.com","name":"James Dumay"}],"excerpt":"Automatically favorites multibranch pipeline jobs when user is the author","gav":"org.jenkins-ci.plugins:blueocean-autofavorite:1.2.4","labels":[],"minimumJavaVersion":"1.8","name":"blueocean-autofavorite","previousTimestamp":"2019-01-16T18:17:49.00Z","previousVersion":"1.2.3","releaseTimestamp":"2019-04-01T17:34:44.00Z","requiredCore":"2.121.1","scm":"https://github.com/jenkinsci/blueocean-autofavorite-plugin","sha1":"NlkEN4aPROf91+iiP719KgqqvZE=","sha256":"iq8N8VMzh8/zqB0ExUTo9lDrpeDA3yyT3/s695dwB0s=","title":"Autofavorite for Blue Ocean","url":"http://updates.jenkins-ci.org/download/plugins/blueocean-autofavorite/1.2.4/blueocean-autofavorite.hpi","version":"1.2.4","wiki":"https://plugins.jenkins.io/blueocean-autofavorite"},"blueocean-bitbucket-pipeline":{"buildDate":"Sep 03, 2019","dependencies":[{"name":"blueocean-pipeline-api-impl","optional":false,"version":"1.19.0"},{"name":"apache-httpcomponents-client-4-api","optional":false,"version":"4.5.5-3.0"},{"name":"cloudbees-bitbucket-branch-source","optional":false,"version":"2.4.4"},{"name":"pubsub-light","optional":false,"version":"1.13"}],"developers":[{"developerId":"scherler","name":"Thorsten Iberian Sumurai"},{"developerId":"cliffmeyers","name":"Cliff Meyers"},{"developerId":"tfennelly","name":"Tom Fennelly"},{"developerId":"vivek","name":"Vivek Pandey"},{"developerId":"kohsuke","name":"Kohsuke"},{"developerId":"sophistifunk","name":"Josh McDonald"},{"developerId":"imeredith","name":"Ivan Meredith"},{"developerId":"michaelneale","name":"Michael Neale"},{"developerId":"kzantow","name":"Keith Zantow"},{"developerId":"i386","name":"James Dumay"},{"developerId":"marcesher","name":"Marc"},{"developerId":"dragoonis","name":"Paul Dragoonis"},{"developerId":"pragmaticivan","name":"Ivan Santos"},{"developerId":"PeterDaveHello","name":"Peter Dave Hello"},{"developerId":"alexsomai","name":"Alexandru Somai"}],"excerpt":"BlueOcean Bitbucket pipeline creator","gav":"io.jenkins.blueocean:blueocean-bitbucket-pipeline:1.19.0","labels":[],"minimumJavaVersion":"1.8","name":"blueocean-bitbucket-pipeline","previousTimestamp":"2019-08-06T07:26:18.00Z","previousVersion":"1.18.1","releaseTimestamp":"2019-09-03T23:23:24.00Z","requiredCore":"2.138.4","scm":"https://github.com/jenkinsci/blueocean-plugin/blueocean-bitbucket-pipeline","sha1":"7/scNLr3E0+0o6Sxf30yHmaMA9I=","sha256":"0n9ie5826m6JqzhSH9tI8F8N56jCf3OrsHrWGGiY3VA=","title":"Bitbucket Pipeline for Blue Ocean","url":"http://updates.jenkins-ci.org/download/plugins/blueocean-bitbucket-pipeline/1.19.0/blueocean-bitbucket-pipeline.hpi","version":"1.19.0","wiki":"https://plugins.jenkins.io/blueocean-bitbucket-pipeline"},"blueocean-commons":{"buildDate":"Sep 03, 2019","dependencies":[{"name":"jackson2-api","optional":false,"version":"2.9.8"}],"developers":[{"developerId":"scherler","name":"Thorsten Iberian Sumurai"},{"developerId":"cliffmeyers","name":"Cliff Meyers"},{"developerId":"tfennelly","name":"Tom Fennelly"},{"developerId":"vivek","name":"Vivek Pandey"},{"developerId":"kohsuke","name":"Kohsuke"},{"developerId":"sophistifunk","name":"Josh McDonald"},{"developerId":"imeredith","name":"Ivan Meredith"},{"developerId":"michaelneale","name":"Michael Neale"},{"developerId":"kzantow","name":"Keith Zantow"},{"developerId":"i386","name":"James Dumay"},{"developerId":"marcesher","name":"Marc"},{"developerId":"dragoonis","name":"Paul Dragoonis"},{"developerId":"pragmaticivan","name":"Ivan Santos"},{"developerId":"PeterDaveHello","name":"Peter Dave Hello"},{"developerId":"alexsomai","name":"Alexandru Somai"}],"excerpt":"This plugin is a part of Blue Ocean UI","gav":"io.jenkins.blueocean:blueocean-commons:1.19.0","labels":["external","ui"],"minimumJavaVersion":"1.8","name":"blueocean-commons","previousTimestamp":"2019-08-06T07:22:37.00Z","previousVersion":"1.18.1","releaseTimestamp":"2019-09-03T23:19:46.00Z","requiredCore":"2.138.4","scm":"https://github.com/jenkinsci/blueocean-plugin/blueocean-commons","sha1":"zkhd/t0MsDvwHLlfLKMdknj2MJc=","sha256":"XKXuDH74Ng8oJzIhGdazROLYDSHt4OLwcjOrmHoNF2o=","title":"Common API for Blue Ocean","url":"http://updates.jenkins-ci.org/download/plugins/blueocean-commons/1.19.0/blueocean-commons.hpi","version":"1.19.0","wiki":"https://plugins.jenkins.io/blueocean-commons"},"blueocean-config":{"buildDate":"Sep 03, 2019","dependencies":[{"name":"blueocean-commons","optional":false,"version":"1.19.0"},{"name":"blueocean-jwt","optional":false,"version":"1.19.0"},{"name":"blueocean-rest","optional":false,"version":"1.19.0"},{"name":"blueocean-web","optional":false,"version":"1.19.0"}],"developers":[{"developerId":"scherler","name":"Thorsten Iberian Sumurai"},{"developerId":"cliffmeyers","name":"Cliff Meyers"},{"developerId":"tfennelly","name":"Tom Fennelly"},{"developerId":"vivek","name":"Vivek Pandey"},{"developerId":"kohsuke","name":"Kohsuke"},{"developerId":"sophistifunk","name":"Josh McDonald"},{"developerId":"imeredith","name":"Ivan Meredith"},{"developerId":"michaelneale","name":"Michael Neale"},{"developerId":"kzantow","name":"Keith Zantow"},{"developerId":"i386","name":"James Dumay"},{"developerId":"marcesher","name":"Marc"},{"developerId":"dragoonis","name":"Paul Dragoonis"},{"developerId":"pragmaticivan","name":"Ivan Santos"},{"developerId":"PeterDaveHello","name":"Peter Dave Hello"},{"developerId":"alexsomai","name":"Alexandru Somai"}],"excerpt":"BlueOcean Analytics Tools plugin","gav":"io.jenkins.blueocean:blueocean-config:1.19.0","labels":["external","ui"],"minimumJavaVersion":"1.8","name":"blueocean-config","previousTimestamp":"2019-08-06T07:25:53.00Z","previousVersion":"1.18.1","releaseTimestamp":"2019-09-03T23:22:59.00Z","requiredCore":"2.138.4","scm":"https://github.com/jenkinsci/blueocean-plugin/blueocean-config","sha1":"YxuOj/isRKs8Wz8WSOlYYKmH3eY=","sha256":"aIfkhCm1viD566616BtaVt21s/ZAr4aYL/u5yoKjVgI=","title":"Config API for Blue Ocean","url":"http://updates.jenkins-ci.org/download/plugins/blueocean-config/1.19.0/blueocean-config.hpi","version":"1.19.0","wiki":"https://plugins.jenkins.io/blueocean-config"},"blueocean-core-js":{"buildDate":"Sep 03, 2019","dependencies":[{"name":"jenkins-design-language","optional":false,"version":"1.19.0"}],"developers":[{"developerId":"scherler","name":"Thorsten Iberian Sumurai"},{"developerId":"cliffmeyers","name":"Cliff Meyers"},{"developerId":"tfennelly","name":"Tom Fennelly"},{"developerId":"vivek","name":"Vivek Pandey"},{"developerId":"kohsuke","name":"Kohsuke"},{"developerId":"sophistifunk","name":"Josh McDonald"},{"developerId":"imeredith","name":"Ivan Meredith"},{"developerId":"michaelneale","name":"Michael Neale"},{"developerId":"kzantow","name":"Keith Zantow"},{"developerId":"i386","name":"James Dumay"},{"developerId":"marcesher","name":"Marc"},{"developerId":"dragoonis","name":"Paul Dragoonis"},{"developerId":"pragmaticivan","name":"Ivan Santos"},{"developerId":"PeterDaveHello","name":"Peter Dave Hello"},{"developerId":"alexsomai","name":"Alexandru Somai"}],"excerpt":"The Jenkins Plugins Parent POM Project","gav":"io.jenkins.blueocean:blueocean-core-js:1.19.0","labels":[],"minimumJavaVersion":"1.8","name":"blueocean-core-js","previousTimestamp":"2019-08-06T07:22:30.00Z","previousVersion":"1.18.1","releaseTimestamp":"2019-09-03T23:19:39.00Z","requiredCore":"2.138.4","scm":"https://github.com/jenkinsci/blueocean-plugin/blueocean-core-js","sha1":"ntdMfA9cd7p6AsdO3SGpE1fhnDM=","sha256":"poD14wIUR7aBWUQscYbTK0U2424GuNnxVv0W6SNkYKg=","title":"Blue Ocean Core JS","url":"http://updates.jenkins-ci.org/download/plugins/blueocean-core-js/1.19.0/blueocean-core-js.hpi","version":"1.19.0","wiki":"https://plugins.jenkins.io/blueocean-core-js"},"blueocean-dashboard":{"buildDate":"Sep 03, 2019","dependencies":[{"name":"blueocean-web","optional":false,"version":"1.19.0"}],"developers":[{"developerId":"scherler","name":"Thorsten Iberian Sumurai"},{"developerId":"cliffmeyers","name":"Cliff Meyers"},{"developerId":"tfennelly","name":"Tom Fennelly"},{"developerId":"vivek","name":"Vivek Pandey"},{"developerId":"kohsuke","name":"Kohsuke"},{"developerId":"sophistifunk","name":"Josh McDonald"},{"developerId":"imeredith","name":"Ivan Meredith"},{"developerId":"michaelneale","name":"Michael Neale"},{"developerId":"kzantow","name":"Keith Zantow"},{"developerId":"i386","name":"James Dumay"},{"developerId":"marcesher","name":"Marc"},{"developerId":"dragoonis","name":"Paul Dragoonis"},{"developerId":"pragmaticivan","name":"Ivan Santos"},{"developerId":"PeterDaveHello","name":"Peter Dave Hello"},{"developerId":"alexsomai","name":"Alexandru Somai"}],"excerpt":"Blue Ocean Dashboard","gav":"io.jenkins.blueocean:blueocean-dashboard:1.19.0","labels":["external","ui"],"minimumJavaVersion":"1.8","name":"blueocean-dashboard","previousTimestamp":"2019-08-06T07:25:08.00Z","previousVersion":"1.18.1","releaseTimestamp":"2019-09-03T23:22:14.00Z","requiredCore":"2.138.4","scm":"https://github.com/jenkinsci/blueocean-plugin/blueocean-dashboard","sha1":"TGkWu+zFd25rw3oNquDS45sk+y0=","sha256":"hdTCKwmbPi2H+crGxNTxvcHe4/e8P+/JN/NPVXwfcg4=","title":"Dashboard for Blue Ocean","url":"http://updates.jenkins-ci.org/download/plugins/blueocean-dashboard/1.19.0/blueocean-dashboard.hpi","version":"1.19.0","wiki":"https://plugins.jenkins.io/blueocean-dashboard"},"blueocean-display-url":{"buildDate":"May 21, 2019","dependencies":[{"name":"blueocean-rest","optional":false,"version":"1.16.0"},{"name":"workflow-job","optional":false,"version":"2.32"},{"name":"workflow-multibranch","optional":false,"version":"2.21"},{"name":"display-url-api","optional":false,"version":"2.3.1"},{"name":"scm-api","optional":false,"version":"2.4.1"},{"name":"script-security","optional":false,"version":"1.58"},{"name":"structs","optional":false,"version":"1.19"}],"developers":[{"developerId":"imeredith","email":"ivan@ivan.net.nz","name":"Ivan Meredith"}],"excerpt":"This plugin generates BlueOcean specific URLs for the Display URL plugin.","gav":"org.jenkins-ci.plugins:blueocean-display-url:2.3.0","labels":[],"minimumJavaVersion":"1.8","name":"blueocean-display-url","previousTimestamp":"2017-12-04T19:43:07.00Z","previousVersion":"2.2.0","releaseTimestamp":"2019-05-21T22:51:47.00Z","requiredCore":"2.121.1","scm":"https://github.com/jenkinsci/blueocean-display-url-plugin","sha1":"PhVu0immrQ3ff2IUH4zKQ0hBpm8=","sha256":"axjG7EKyF0RB4dZK9bdsXWGvSdIg+8yabuK850sCRC8=","title":"Display URL for Blue Ocean","url":"http://updates.jenkins-ci.org/download/plugins/blueocean-display-url/2.3.0/blueocean-display-url.hpi","version":"2.3.0","wiki":"https://plugins.jenkins.io/blueocean-display-url"},"blueocean-events":{"buildDate":"Sep 03, 2019","dependencies":[{"name":"blueocean-pipeline-api-impl","optional":false,"version":"1.19.0"},{"name":"pubsub-light","optional":false,"version":"1.13"},{"name":"sse-gateway","optional":false,"version":"1.20"}],"developers":[{"developerId":"scherler","name":"Thorsten Iberian Sumurai"},{"developerId":"cliffmeyers","name":"Cliff Meyers"},{"developerId":"tfennelly","name":"Tom Fennelly"},{"developerId":"vivek","name":"Vivek Pandey"},{"developerId":"kohsuke","name":"Kohsuke"},{"developerId":"sophistifunk","name":"Josh McDonald"},{"developerId":"imeredith","name":"Ivan Meredith"},{"developerId":"michaelneale","name":"Michael Neale"},{"developerId":"kzantow","name":"Keith Zantow"},{"developerId":"i386","name":"James Dumay"},{"developerId":"marcesher","name":"Marc"},{"developerId":"dragoonis","name":"Paul Dragoonis"},{"developerId":"pragmaticivan","name":"Ivan Santos"},{"developerId":"PeterDaveHello","name":"Peter Dave Hello"},{"developerId":"alexsomai","name":"Alexandru Somai"}],"excerpt":"Blue Ocean Events","gav":"io.jenkins.blueocean:blueocean-events:1.19.0","labels":["external","ui"],"minimumJavaVersion":"1.8","name":"blueocean-events","previousTimestamp":"2019-08-06T07:24:10.00Z","previousVersion":"1.18.1","releaseTimestamp":"2019-09-03T23:21:16.00Z","requiredCore":"2.138.4","scm":"https://github.com/jenkinsci/blueocean-plugin/blueocean-events","sha1":"iv8yKadhd8rG04iQak7+eG7Bw/E=","sha256":"ZzZralVLsLVVgKNKt8/hYaYEn1uHSWlPBPQi36GRvg0=","title":"Events API for Blue Ocean","url":"http://updates.jenkins-ci.org/download/plugins/blueocean-events/1.19.0/blueocean-events.hpi","version":"1.19.0","wiki":"https://plugins.jenkins.io/blueocean-events"},"blueocean-executor-info":{"buildDate":"Sep 03, 2019","dependencies":[{"name":"blueocean-pipeline-api-impl","optional":false,"version":"1.19.0"},{"name":"blueocean-rest","optional":false,"version":"1.19.0"},{"name":"blueocean-web","optional":false,"version":"1.19.0"},{"name":"workflow-scm-step","optional":false,"version":"2.7"},{"name":"workflow-step-api","optional":false,"version":"2.19"},{"name":"script-security","optional":false,"version":"1.56"},{"name":"structs","optional":false,"version":"1.17"}],"developers":[{"developerId":"kzantow","email":"kzantow@cloudbees.com","name":"Keith Zantow"}],"excerpt":"Show what executors are doing what.","gav":"io.jenkins.blueocean:blueocean-executor-info:1.19.0","labels":[],"minimumJavaVersion":"1.8","name":"blueocean-executor-info","previousTimestamp":"2019-08-06T07:27:46.00Z","previousVersion":"1.18.1","releaseTimestamp":"2019-09-03T23:24:49.00Z","requiredCore":"2.138.4","scm":"https://github.com/jenkinsci/blueocean-plugin/blueocean-executor-info","sha1":"lLhbg/gGSNex9KQi8iORutWUmWA=","sha256":"bv7GO/f5lanTP2gIl8OMQPzspENA5kw13xzi5YocM4Q=","title":"Blue Ocean Executor Info","url":"http://updates.jenkins-ci.org/download/plugins/blueocean-executor-info/1.19.0/blueocean-executor-info.hpi","version":"1.19.0","wiki":"https://plugins.jenkins.io/blueocean-executor-info"},"blueocean-git-pipeline":{"buildDate":"Sep 03, 2019","dependencies":[{"name":"blueocean-pipeline-api-impl","optional":false,"version":"1.19.0"},{"name":"blueocean-pipeline-scm-api","optional":false,"version":"1.19.0"},{"name":"git","optional":false,"version":"3.8.0"}],"developers":[{"developerId":"scherler","name":"Thorsten Iberian Sumurai"},{"developerId":"cliffmeyers","name":"Cliff Meyers"},{"developerId":"tfennelly","name":"Tom Fennelly"},{"developerId":"vivek","name":"Vivek Pandey"},{"developerId":"kohsuke","name":"Kohsuke"},{"developerId":"sophistifunk","name":"Josh McDonald"},{"developerId":"imeredith","name":"Ivan Meredith"},{"developerId":"michaelneale","name":"Michael Neale"},{"developerId":"kzantow","name":"Keith Zantow"},{"developerId":"i386","name":"James Dumay"},{"developerId":"marcesher","name":"Marc"},{"developerId":"dragoonis","name":"Paul Dragoonis"},{"developerId":"pragmaticivan","name":"Ivan Santos"},{"developerId":"PeterDaveHello","name":"Peter Dave Hello"},{"developerId":"alexsomai","name":"Alexandru Somai"}],"excerpt":"BlueOcean Git SCM pipeline creator","gav":"io.jenkins.blueocean:blueocean-git-pipeline:1.19.0","labels":["external","ui"],"minimumJavaVersion":"1.8","name":"blueocean-git-pipeline","previousTimestamp":"2019-08-06T07:26:09.00Z","previousVersion":"1.18.1","releaseTimestamp":"2019-09-03T23:23:15.00Z","requiredCore":"2.138.4","scm":"https://github.com/jenkinsci/blueocean-plugin/blueocean-git-pipeline","sha1":"ncwadtW4M4M6/Qk77fZnH56PnqU=","sha256":"/USCW8l4yaeaesK3rf0wAOOsWP7oFyXZQKd3OqgEw+k=","title":"Git Pipeline for Blue Ocean","url":"http://updates.jenkins-ci.org/download/plugins/blueocean-git-pipeline/1.19.0/blueocean-git-pipeline.hpi","version":"1.19.0","wiki":"https://plugins.jenkins.io/blueocean-git-pipeline"},"blueocean-github-pipeline":{"buildDate":"Sep 03, 2019","dependencies":[{"name":"blueocean-pipeline-api-impl","optional":false,"version":"1.19.0"},{"name":"apache-httpcomponents-client-4-api","optional":false,"version":"4.5.5-3.0"},{"name":"github-api","optional":false,"version":"1.90"},{"name":"github-branch-source","optional":false,"version":"2.3.2"},{"name":"jackson2-api","optional":false,"version":"2.9.8"},{"name":"pubsub-light","optional":false,"version":"1.13"}],"developers":[{"developerId":"scherler","name":"Thorsten Iberian Sumurai"},{"developerId":"cliffmeyers","name":"Cliff Meyers"},{"developerId":"tfennelly","name":"Tom Fennelly"},{"developerId":"vivek","name":"Vivek Pandey"},{"developerId":"kohsuke","name":"Kohsuke"},{"developerId":"sophistifunk","name":"Josh McDonald"},{"developerId":"imeredith","name":"Ivan Meredith"},{"developerId":"michaelneale","name":"Michael Neale"},{"developerId":"kzantow","name":"Keith Zantow"},{"developerId":"i386","name":"James Dumay"},{"developerId":"marcesher","name":"Marc"},{"developerId":"dragoonis","name":"Paul Dragoonis"},{"developerId":"pragmaticivan","name":"Ivan Santos"},{"developerId":"PeterDaveHello","name":"Peter Dave Hello"},{"developerId":"alexsomai","name":"Alexandru Somai"}],"excerpt":"BlueOcean GitHub organization pipeline creator","gav":"io.jenkins.blueocean:blueocean-github-pipeline:1.19.0","labels":["external","ui"],"minimumJavaVersion":"1.8","name":"blueocean-github-pipeline","previousTimestamp":"2019-08-06T07:26:02.00Z","previousVersion":"1.18.1","releaseTimestamp":"2019-09-03T23:23:07.00Z","requiredCore":"2.138.4","scm":"https://github.com/jenkinsci/blueocean-plugin/blueocean-github-pipeline","sha1":"9xGtjdOHUA0vXJk+VZLddjwjHbE=","sha256":"uPiqIm3J9/+nl8C4wzdBRvQDLtQHiltd/2teG6K6MWM=","title":"GitHub Pipeline for Blue Ocean","url":"http://updates.jenkins-ci.org/download/plugins/blueocean-github-pipeline/1.19.0/blueocean-github-pipeline.hpi","version":"1.19.0","wiki":"https://plugins.jenkins.io/blueocean-github-pipeline"},"blueocean-i18n":{"buildDate":"Sep 03, 2019","dependencies":[{"name":"blueocean-rest","optional":false,"version":"1.19.0"}],"developers":[{"developerId":"scherler","name":"Thorsten Iberian Sumurai"},{"developerId":"cliffmeyers","name":"Cliff Meyers"},{"developerId":"tfennelly","name":"Tom Fennelly"},{"developerId":"vivek","name":"Vivek Pandey"},{"developerId":"kohsuke","name":"Kohsuke"},{"developerId":"sophistifunk","name":"Josh McDonald"},{"developerId":"imeredith","name":"Ivan Meredith"},{"developerId":"michaelneale","name":"Michael Neale"},{"developerId":"kzantow","name":"Keith Zantow"},{"developerId":"i386","name":"James Dumay"},{"developerId":"marcesher","name":"Marc"},{"developerId":"dragoonis","name":"Paul Dragoonis"},{"developerId":"pragmaticivan","name":"Ivan Santos"},{"developerId":"PeterDaveHello","name":"Peter Dave Hello"},{"developerId":"alexsomai","name":"Alexandru Somai"}],"excerpt":"Blue Ocean Internationalization (i18n) Plugin. This plugin is a part of the Blue Ocean Plugin set.","gav":"io.jenkins.blueocean:blueocean-i18n:1.19.0","labels":["external","ui"],"minimumJavaVersion":"1.8","name":"blueocean-i18n","previousTimestamp":"2019-08-06T07:22:50.00Z","previousVersion":"1.18.1","releaseTimestamp":"2019-09-03T23:19:58.00Z","requiredCore":"2.138.4","scm":"https://github.com/jenkinsci/blueocean-plugin/blueocean-i18n","sha1":"yF98cTZazLVYFZT+z2jMcO8sqNA=","sha256":"usIgz8QRjtUGIho8lK3IhpB41hFIikMia9AclcZS+Cg=","title":"i18n for Blue Ocean","url":"http://updates.jenkins-ci.org/download/plugins/blueocean-i18n/1.19.0/blueocean-i18n.hpi","version":"1.19.0","wiki":"https://plugins.jenkins.io/blueocean-i18n"},"blueocean-jira":{"buildDate":"Sep 03, 2019","dependencies":[{"name":"blueocean-rest","optional":false,"version":"1.19.0"},{"name":"apache-httpcomponents-client-4-api","optional":false,"version":"4.5.5-3.0"},{"name":"jackson2-api","optional":false,"version":"2.9.8"},{"name":"jira","optional":false,"version":"3.0.5"}],"developers":[{"developerId":"scherler","name":"Thorsten Iberian Sumurai"},{"developerId":"cliffmeyers","name":"Cliff Meyers"},{"developerId":"tfennelly","name":"Tom Fennelly"},{"developerId":"vivek","name":"Vivek Pandey"},{"developerId":"kohsuke","name":"Kohsuke"},{"developerId":"sophistifunk","name":"Josh McDonald"},{"developerId":"imeredith","name":"Ivan Meredith"},{"developerId":"michaelneale","name":"Michael Neale"},{"developerId":"kzantow","name":"Keith Zantow"},{"developerId":"i386","name":"James Dumay"},{"developerId":"marcesher","name":"Marc"},{"developerId":"dragoonis","name":"Paul Dragoonis"},{"developerId":"pragmaticivan","name":"Ivan Santos"},{"developerId":"PeterDaveHello","name":"Peter Dave Hello"},{"developerId":"alexsomai","name":"Alexandru Somai"}],"excerpt":"The Jenkins Plugins Parent POM Project","gav":"io.jenkins.blueocean:blueocean-jira:1.19.0","labels":[],"minimumJavaVersion":"1.8","name":"blueocean-jira","previousTimestamp":"2019-08-06T07:27:14.00Z","previousVersion":"1.18.1","releaseTimestamp":"2019-09-03T23:24:18.00Z","requiredCore":"2.138.4","scm":"https://github.com/jenkinsci/blueocean-plugin/blueocean-jira","sha1":"W8ORLOLJuKDEO6I9KijqudZXuaw=","sha256":"E6ArlPjXbFotbDMk5nCpA/c0ARADntV87aTJStXB2h0=","title":"JIRA Integration for Blue Ocean","url":"http://updates.jenkins-ci.org/download/plugins/blueocean-jira/1.19.0/blueocean-jira.hpi","version":"1.19.0","wiki":"https://plugins.jenkins.io/blueocean-jira"},"blueocean-jwt":{"buildDate":"Sep 03, 2019","dependencies":[{"name":"blueocean-commons","optional":false,"version":"1.19.0"},{"name":"mailer","optional":false,"version":"1.20"}],"developers":[{"developerId":"scherler","name":"Thorsten Iberian Sumurai"},{"developerId":"cliffmeyers","name":"Cliff Meyers"},{"developerId":"tfennelly","name":"Tom Fennelly"},{"developerId":"vivek","name":"Vivek Pandey"},{"developerId":"kohsuke","name":"Kohsuke"},{"developerId":"sophistifunk","name":"Josh McDonald"},{"developerId":"imeredith","name":"Ivan Meredith"},{"developerId":"michaelneale","name":"Michael Neale"},{"developerId":"kzantow","name":"Keith Zantow"},{"developerId":"i386","name":"James Dumay"},{"developerId":"marcesher","name":"Marc"},{"developerId":"dragoonis","name":"Paul Dragoonis"},{"developerId":"pragmaticivan","name":"Ivan Santos"},{"developerId":"PeterDaveHello","name":"Peter Dave Hello"},{"developerId":"alexsomai","name":"Alexandru Somai"}],"excerpt":"BlueOcean JWT plugin: Enables JWT based BlueOcean API authentication","gav":"io.jenkins.blueocean:blueocean-jwt:1.19.0","labels":["external","ui"],"minimumJavaVersion":"1.8","name":"blueocean-jwt","previousTimestamp":"2019-08-06T07:23:35.00Z","previousVersion":"1.18.1","releaseTimestamp":"2019-09-03T23:20:43.00Z","requiredCore":"2.138.4","scm":"https://github.com/jenkinsci/blueocean-plugin/blueocean-jwt","sha1":"FJ9mnA1AhSLw/4c30buuWYqA9sA=","sha256":"Y2IotMqvjYu1eop1yOfh62uvejXyz2F5efZe66YVU4k=","title":"JWT for Blue Ocean","url":"http://updates.jenkins-ci.org/download/plugins/blueocean-jwt/1.19.0/blueocean-jwt.hpi","version":"1.19.0","wiki":"https://plugins.jenkins.io/blueocean-jwt"},"blueocean-personalization":{"buildDate":"Sep 03, 2019","dependencies":[{"name":"blueocean-dashboard","optional":false,"version":"1.19.0"}],"developers":[{"developerId":"scherler","name":"Thorsten Iberian Sumurai"},{"developerId":"cliffmeyers","name":"Cliff Meyers"},{"developerId":"tfennelly","name":"Tom Fennelly"},{"developerId":"vivek","name":"Vivek Pandey"},{"developerId":"kohsuke","name":"Kohsuke"},{"developerId":"sophistifunk","name":"Josh McDonald"},{"developerId":"imeredith","name":"Ivan Meredith"},{"developerId":"michaelneale","name":"Michael Neale"},{"developerId":"kzantow","name":"Keith Zantow"},{"developerId":"i386","name":"James Dumay"},{"developerId":"marcesher","name":"Marc"},{"developerId":"dragoonis","name":"Paul Dragoonis"},{"developerId":"pragmaticivan","name":"Ivan Santos"},{"developerId":"PeterDaveHello","name":"Peter Dave Hello"},{"developerId":"alexsomai","name":"Alexandru Somai"}],"excerpt":"Blue Ocean Personalization","gav":"io.jenkins.blueocean:blueocean-personalization:1.19.0","labels":["external","ui"],"minimumJavaVersion":"1.8","name":"blueocean-personalization","previousTimestamp":"2019-08-06T07:25:37.00Z","previousVersion":"1.18.1","releaseTimestamp":"2019-09-03T23:22:43.00Z","requiredCore":"2.138.4","scm":"https://github.com/jenkinsci/blueocean-plugin/blueocean-personalization","sha1":"dbvBRYpBunFutjhaUmtBFAM3uOE=","sha256":"EChsaqvDyRVGHIqlMP5LkbrYWEtPown8WNNYN9T0gZA=","title":"Personalization for Blue Ocean","url":"http://updates.jenkins-ci.org/download/plugins/blueocean-personalization/1.19.0/blueocean-personalization.hpi","version":"1.19.0","wiki":"https://plugins.jenkins.io/blueocean-personalization"},"blueocean-pipeline-api-impl":{"buildDate":"Sep 03, 2019","dependencies":[{"name":"blueocean-pipeline-scm-api","optional":false,"version":"1.19.0"},{"name":"blueocean-rest-impl","optional":false,"version":"1.19.0"},{"name":"workflow-api","optional":false,"version":"2.34"},{"name":"workflow-cps","optional":false,"version":"2.66"},{"name":"workflow-durable-task-step","optional":false,"version":"2.26"},{"name":"workflow-job","optional":false,"version":"2.32"},{"name":"workflow-multibranch","optional":false,"version":"2.20"},{"name":"workflow-step-api","optional":false,"version":"2.19"},{"name":"workflow-support","optional":false,"version":"3.2"},{"name":"branch-api","optional":false,"version":"2.0.20"},{"name":"credentials","optional":false,"version":"2.1.16"},{"name":"git","optional":false,"version":"3.8.0"},{"name":"github-branch-source","optional":false,"version":"2.3.2"},{"name":"htmlpublisher","optional":false,"version":"1.14"},{"name":"pipeline-build-step","optional":false,"version":"2.7"},{"name":"pipeline-graph-analysis","optional":false,"version":"1.10"},{"name":"pipeline-input-step","optional":false,"version":"2.8"},{"name":"pipeline-stage-step","optional":false,"version":"2.3"},{"name":"plain-credentials","optional":false,"version":"1.4"},{"name":"scm-api","optional":false,"version":"2.2.8"},{"name":"pipeline-model-definition","optional":false,"version":"1.3.7"},{"name":"pipeline-stage-tags-metadata","optional":false,"version":"1.3.7"}],"developers":[{"developerId":"scherler","name":"Thorsten Iberian Sumurai"},{"developerId":"cliffmeyers","name":"Cliff Meyers"},{"developerId":"tfennelly","name":"Tom Fennelly"},{"developerId":"vivek","name":"Vivek Pandey"},{"developerId":"kohsuke","name":"Kohsuke"},{"developerId":"sophistifunk","name":"Josh McDonald"},{"developerId":"imeredith","name":"Ivan Meredith"},{"developerId":"michaelneale","name":"Michael Neale"},{"developerId":"kzantow","name":"Keith Zantow"},{"developerId":"i386","name":"James Dumay"},{"developerId":"marcesher","name":"Marc"},{"developerId":"dragoonis","name":"Paul Dragoonis"},{"developerId":"pragmaticivan","name":"Ivan Santos"},{"developerId":"PeterDaveHello","name":"Peter Dave Hello"},{"developerId":"alexsomai","name":"Alexandru Somai"}],"excerpt":"This plugin is a part of BlueOcean Plugin","gav":"io.jenkins.blueocean:blueocean-pipeline-api-impl:1.19.0","labels":["external","ui"],"minimumJavaVersion":"1.8","name":"blueocean-pipeline-api-impl","previousTimestamp":"2019-08-06T07:23:58.00Z","previousVersion":"1.18.1","releaseTimestamp":"2019-09-03T23:21:05.00Z","requiredCore":"2.138.4","scm":"https://github.com/jenkinsci/blueocean-plugin/blueocean-pipeline-api-impl","sha1":"HRDxOt/CVnSPNw3DsUoc1IS/yec=","sha256":"kAQ0T6zAlQz6TchcQUk5k6enrdXL1VsbKZOOZPxyIl4=","title":"Pipeline implementation for Blue Ocean","url":"http://updates.jenkins-ci.org/download/plugins/blueocean-pipeline-api-impl/1.19.0/blueocean-pipeline-api-impl.hpi","version":"1.19.0","wiki":"https://plugins.jenkins.io/blueocean-pipeline-api-impl"},"blueocean-pipeline-editor":{"buildDate":"Sep 03, 2019","dependencies":[{"name":"blueocean-commons","optional":false,"version":"1.19.0"},{"name":"blueocean-dashboard","optional":false,"version":"1.19.0"},{"name":"blueocean-pipeline-api-impl","optional":false,"version":"1.19.0"},{"name":"blueocean-rest","optional":false,"version":"1.19.0"},{"name":"pipeline-model-definition","optional":false,"version":"1.3.7"}],"developers":[{"developerId":"sophistifunk","name":"Josh McDonald"},{"developerId":"kzantow","name":"Keith Zantow"},{"developerId":"abayer","name":"Andrew Bayer"}],"excerpt":"The Blue Ocean Pipeline Editor is the simplest way for anyone wanting to get started with creating Pipelines in Jenkins","gav":"io.jenkins.blueocean:blueocean-pipeline-editor:1.19.0","labels":["pipeline"],"minimumJavaVersion":"1.8","name":"blueocean-pipeline-editor","previousTimestamp":"2019-08-06T07:27:07.00Z","previousVersion":"1.18.1","releaseTimestamp":"2019-09-03T23:24:11.00Z","requiredCore":"2.138.4","scm":"https://github.com/jenkinsci/blueocean-plugin/blueocean-pipeline-editor","sha1":"ydkXSl3zF5S4/94GSLsItDhmAwU=","sha256":"HKDytD8xqmWTtdGgjtXHyGo8dxycDXh7wcbFPwYEBjM=","title":"Blue Ocean Pipeline Editor","url":"http://updates.jenkins-ci.org/download/plugins/blueocean-pipeline-editor/1.19.0/blueocean-pipeline-editor.hpi","version":"1.19.0","wiki":"https://plugins.jenkins.io/blueocean-pipeline-editor"},"blueocean-pipeline-scm-api":{"buildDate":"Sep 03, 2019","dependencies":[{"name":"blueocean-rest","optional":false,"version":"1.19.0"},{"name":"workflow-multibranch","optional":false,"version":"2.20"},{"name":"branch-api","optional":false,"version":"2.0.20"},{"name":"credentials","optional":false,"version":"2.1.16"},{"name":"pubsub-light","optional":false,"version":"1.13"}],"developers":[{"developerId":"scherler","name":"Thorsten Iberian Sumurai"},{"developerId":"cliffmeyers","name":"Cliff Meyers"},{"developerId":"tfennelly","name":"Tom Fennelly"},{"developerId":"vivek","name":"Vivek Pandey"},{"developerId":"kohsuke","name":"Kohsuke"},{"developerId":"sophistifunk","name":"Josh McDonald"},{"developerId":"imeredith","name":"Ivan Meredith"},{"developerId":"michaelneale","name":"Michael Neale"},{"developerId":"kzantow","name":"Keith Zantow"},{"developerId":"i386","name":"James Dumay"},{"developerId":"marcesher","name":"Marc"},{"developerId":"dragoonis","name":"Paul Dragoonis"},{"developerId":"pragmaticivan","name":"Ivan Santos"},{"developerId":"PeterDaveHello","name":"Peter Dave Hello"},{"developerId":"alexsomai","name":"Alexandru Somai"}],"excerpt":"This plugin is a part of BlueOcean Plugin","gav":"io.jenkins.blueocean:blueocean-pipeline-scm-api:1.19.0","labels":[],"minimumJavaVersion":"1.8","name":"blueocean-pipeline-scm-api","previousTimestamp":"2019-08-06T07:23:29.00Z","previousVersion":"1.18.1","releaseTimestamp":"2019-09-03T23:20:37.00Z","requiredCore":"2.138.4","scm":"https://github.com/jenkinsci/blueocean-plugin/blueocean-pipeline-scm-api","sha1":"y18vl9lBEgtKbvxqE+DzBdufMoc=","sha256":"CkTrdqBheoYtic+AS7rSPbAUe+cq9Fu0Nk+JauqFZ60=","title":"Pipeline SCM API for Blue Ocean","url":"http://updates.jenkins-ci.org/download/plugins/blueocean-pipeline-scm-api/1.19.0/blueocean-pipeline-scm-api.hpi","version":"1.19.0","wiki":"https://plugins.jenkins.io/blueocean-pipeline-scm-api"},"blueocean-rest":{"buildDate":"Sep 03, 2019","dependencies":[{"name":"blueocean-commons","optional":false,"version":"1.19.0"}],"developers":[{"developerId":"scherler","name":"Thorsten Iberian Sumurai"},{"developerId":"cliffmeyers","name":"Cliff Meyers"},{"developerId":"tfennelly","name":"Tom Fennelly"},{"developerId":"vivek","name":"Vivek Pandey"},{"developerId":"kohsuke","name":"Kohsuke"},{"developerId":"sophistifunk","name":"Josh McDonald"},{"developerId":"imeredith","name":"Ivan Meredith"},{"developerId":"michaelneale","name":"Michael Neale"},{"developerId":"kzantow","name":"Keith Zantow"},{"developerId":"i386","name":"James Dumay"},{"developerId":"marcesher","name":"Marc"},{"developerId":"dragoonis","name":"Paul Dragoonis"},{"developerId":"pragmaticivan","name":"Ivan Santos"},{"developerId":"PeterDaveHello","name":"Peter Dave Hello"},{"developerId":"alexsomai","name":"Alexandru Somai"}],"excerpt":"This plugin is a part of Blue Ocean UI","gav":"io.jenkins.blueocean:blueocean-rest:1.19.0","labels":["external","ui"],"minimumJavaVersion":"1.8","name":"blueocean-rest","previousTimestamp":"2019-08-06T07:22:44.00Z","previousVersion":"1.18.1","releaseTimestamp":"2019-09-03T23:19:53.00Z","requiredCore":"2.138.4","scm":"https://github.com/jenkinsci/blueocean-plugin/blueocean-rest","sha1":"cf8r2wggzv7nVr7NKlQz/fT7gWQ=","sha256":"Ig0sJVpITTReROIq4EYow0dRmAsFC0+wxk8ukHjluuA=","title":"REST API for Blue Ocean","url":"http://updates.jenkins-ci.org/download/plugins/blueocean-rest/1.19.0/blueocean-rest.hpi","version":"1.19.0","wiki":"https://plugins.jenkins.io/blueocean-rest"},"blueocean-rest-impl":{"buildDate":"Sep 03, 2019","dependencies":[{"name":"blueocean-jwt","optional":false,"version":"1.19.0"},{"name":"blueocean-rest","optional":false,"version":"1.19.0"},{"name":"blueocean-web","optional":false,"version":"1.19.0"},{"name":"workflow-cps","optional":false,"version":"2.66"},{"name":"cloudbees-folder","optional":false,"version":"6.3"},{"name":"credentials","optional":false,"version":"2.1.16"},{"name":"display-url-api","optional":false,"version":"2.3.0"},{"name":"junit","optional":false,"version":"1.23"},{"name":"mailer","optional":false,"version":"1.20"},{"name":"favorite","optional":false,"version":"2.3.1"}],"developers":[{"developerId":"scherler","name":"Thorsten Iberian Sumurai"},{"developerId":"cliffmeyers","name":"Cliff Meyers"},{"developerId":"tfennelly","name":"Tom Fennelly"},{"developerId":"vivek","name":"Vivek Pandey"},{"developerId":"kohsuke","name":"Kohsuke"},{"developerId":"sophistifunk","name":"Josh McDonald"},{"developerId":"imeredith","name":"Ivan Meredith"},{"developerId":"michaelneale","name":"Michael Neale"},{"developerId":"kzantow","name":"Keith Zantow"},{"developerId":"i386","name":"James Dumay"},{"developerId":"marcesher","name":"Marc"},{"developerId":"dragoonis","name":"Paul Dragoonis"},{"developerId":"pragmaticivan","name":"Ivan Santos"},{"developerId":"PeterDaveHello","name":"Peter Dave Hello"},{"developerId":"alexsomai","name":"Alexandru Somai"}],"excerpt":"This plugin is a part of Blue Ocean UI","gav":"io.jenkins.blueocean:blueocean-rest-impl:1.19.0","labels":["external","ui"],"minimumJavaVersion":"1.8","name":"blueocean-rest-impl","previousTimestamp":"2019-08-06T07:23:44.00Z","previousVersion":"1.18.1","releaseTimestamp":"2019-09-03T23:20:52.00Z","requiredCore":"2.138.4","scm":"https://github.com/jenkinsci/blueocean-plugin/blueocean-rest-impl","sha1":"lqZ6fr0Ubnj3Af7StUGsBtMMEM0=","sha256":"Y6vIlOxoY79PncImQ/DVdR12bOkHAarGgP6neKVYTyQ=","title":"REST Implementation for Blue Ocean","url":"http://updates.jenkins-ci.org/download/plugins/blueocean-rest-impl/1.19.0/blueocean-rest-impl.hpi","version":"1.19.0","wiki":"https://plugins.jenkins.io/blueocean-rest-impl"},"blueocean-web":{"buildDate":"Sep 03, 2019","dependencies":[{"name":"blueocean-core-js","optional":false,"version":"1.19.0"},{"name":"blueocean-rest","optional":false,"version":"1.19.0"},{"name":"jenkins-design-language","optional":false,"version":"1.19.0"},{"name":"variant","optional":false,"version":"1.1"}],"developers":[{"developerId":"scherler","name":"Thorsten Iberian Sumurai"},{"developerId":"cliffmeyers","name":"Cliff Meyers"},{"developerId":"tfennelly","name":"Tom Fennelly"},{"developerId":"vivek","name":"Vivek Pandey"},{"developerId":"kohsuke","name":"Kohsuke"},{"developerId":"sophistifunk","name":"Josh McDonald"},{"developerId":"imeredith","name":"Ivan Meredith"},{"developerId":"michaelneale","name":"Michael Neale"},{"developerId":"kzantow","name":"Keith Zantow"},{"developerId":"i386","name":"James Dumay"},{"developerId":"marcesher","name":"Marc"},{"developerId":"dragoonis","name":"Paul Dragoonis"},{"developerId":"pragmaticivan","name":"Ivan Santos"},{"developerId":"PeterDaveHello","name":"Peter Dave Hello"},{"developerId":"alexsomai","name":"Alexandru Somai"}],"excerpt":"Blue Ocean core","gav":"io.jenkins.blueocean:blueocean-web:1.19.0","labels":["external","ui"],"minimumJavaVersion":"1.8","name":"blueocean-web","previousTimestamp":"2019-08-06T07:23:22.00Z","previousVersion":"1.18.1","releaseTimestamp":"2019-09-03T23:20:31.00Z","requiredCore":"2.138.4","scm":"https://github.com/jenkinsci/blueocean-plugin/blueocean-web","sha1":"EGnbQ7QQURAiJSJhOUK+In6nXTg=","sha256":"cPuGK4oLiMSBPAXdNLVfW3GmFy6fLMc+54ttdkzF7HY=","title":"Web for Blue Ocean","url":"http://updates.jenkins-ci.org/download/plugins/blueocean-web/1.19.0/blueocean-web.hpi","version":"1.19.0","wiki":"https://plugins.jenkins.io/blueocean-web"},"bmc-rpd":{"buildDate":"Apr 22, 2016","dependencies":[],"developers":[{"developerId":"aivaniuk","email":"Anatolii_Ivaniuk_CW@bmc.com","name":"Anatolii Ivaniuk"}],"excerpt":"The RPD Plugin integrates Jenkins with BMC Release Package and Deployment (RPD) by adding two build and post-build actions to your Jenkins build configuration, which can be executed separately or combined sequentially","gav":"RPD:bmc-rpd:1.1","labels":["upload","post-build"],"name":"bmc-rpd","releaseTimestamp":"2016-04-22T17:05:03.00Z","requiredCore":"1.639","scm":"https://github.com/jenkinsci/bmc-rpd-plugin","sha1":"RKgbyZyjkkDdB708bA5WfvfdbCc=","sha256":"TOqGCvFM9mB7n9A/Nc10Yuf1wUNiyl8UtU0fsMx9o0U=","title":"BMC Release Package and Deployment","url":"http://updates.jenkins-ci.org/download/plugins/bmc-rpd/1.1/bmc-rpd.hpi","version":"1.1","wiki":"https://plugins.jenkins.io/bmc-rpd"},"boot-clj":{"buildDate":"Apr 20, 2016","dependencies":[],"developers":[{"developerId":"joelws","email":"jdws.dev@gmail.com","name":"Joel Whittaker-Smith"}],"excerpt":"This plugin allows projects to be built by boot within Jenkins","gav":"org.jenkins-ci.plugins:boot-clj:1.0.0","labels":["builder"],"name":"boot-clj","releaseTimestamp":"2016-04-20T21:49:17.00Z","requiredCore":"1.609.1","scm":"https://github.com/jenkinsci/boot-clj-plugin","sha1":"jFWLa0YcxCm+kqicF8RwXVSSIIo=","sha256":"AucRhqLxVo4P9e3byXDzAzaJWb4gtZRsJ1lE7jE01eo=","title":"Boot build tool for Clojure","url":"http://updates.jenkins-ci.org/download/plugins/boot-clj/1.0.0/boot-clj.hpi","version":"1.0.0","wiki":"https://plugins.jenkins.io/boot-clj"},"bootstrap":{"buildDate":"Mar 03, 2016","dependencies":[{"name":"jquery-detached","optional":false,"version":"1.2"}],"developers":[{"developerId":"tfennelly"}],"excerpt":"JavaScript GUI Lib: Twitter Bootstrap bundle plugin.","gav":"org.jenkins-ci.ui:bootstrap:1.3.2","labels":[],"name":"bootstrap","previousTimestamp":"2016-01-04T13:06:50.00Z","previousVersion":"1.3.1","releaseTimestamp":"2016-03-03T12:07:38.00Z","requiredCore":"1.580.1","sha1":"yDtTMYpjVDMhPYDQSHh+N5zgzGE=","sha256":"rIepc/HdmBaNQjNPufRJ1Mus4AI20gvBYsMaVn5adaE=","title":"JavaScript GUI Lib: Twitter Bootstrap bundle","url":"http://updates.jenkins-ci.org/download/plugins/bootstrap/1.3.2/bootstrap.hpi","version":"1.3.2","wiki":"https://plugins.jenkins.io/bootstrap"},"bootstraped-multi-test-results-report":{"buildDate":"Aug 21, 2018","dependencies":[],"developers":[{"developerId":"bogdanlivadariu","email":"bogdan.livadariu@gmail.com","name":"Bogdan Livadariu"}],"excerpt":"This plugin generates HTML reports using handlebars templates with bootstrap components. Join chat<\/a> if you have questions/suggestions","gav":"com.github.bogdanlivadariu:bootstraped-multi-test-results-report:2.1.3","labels":["report","post-build","test"],"name":"bootstraped-multi-test-results-report","previousTimestamp":"2017-05-08T12:21:41.00Z","previousVersion":"2.1.2","releaseTimestamp":"2018-08-21T18:13:54.00Z","requiredCore":"2.32.1","sha1":"VrfHSL96+zddAinuBLAXrmGlXOk=","sha256":"Wu5jSr8KGJxS9+ih8ERRePskXW5iisXT63zTlcacRno=","title":"bootstraped-multi-test-results-report","url":"http://updates.jenkins-ci.org/download/plugins/bootstraped-multi-test-results-report/2.1.3/bootstraped-multi-test-results-report.hpi","version":"2.1.3","wiki":"https://plugins.jenkins.io/bootstraped-multi-test-results-report"},"bouncycastle-api":{"buildDate":"Aug 21, 2018","dependencies":[],"developers":[{"developerId":"alvarolobato","email":"alobato@cloudbees.com","name":"Alvaro Lobato"}],"excerpt":"This plugin provides an stable API to Bouncy Castle related tasks.","gav":"org.jenkins-ci.plugins:bouncycastle-api:2.17","labels":["library"],"name":"bouncycastle-api","previousTimestamp":"2018-06-06T19:52:14.00Z","previousVersion":"2.16.3","releaseTimestamp":"2018-08-21T17:20:51.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/bouncycastle-api-plugin","sha1":"IFnIb622bG4vL0ICD+mLFLs7UjM=","sha256":"v3H4jto0vTBN7ZrDdLvNrrDcy4YY3ZS9+ir0hteXHyE=","title":"bouncycastle API","url":"http://updates.jenkins-ci.org/download/plugins/bouncycastle-api/2.17/bouncycastle-api.hpi","version":"2.17","wiki":"https://plugins.jenkins.io/bouncycastle-api"},"brakeman":{"buildDate":"May 31, 2017","dependencies":[{"name":"analysis-core","optional":false,"version":"1.80"},{"name":"workflow-step-api","optional":false,"version":"1.15"}],"developers":[{"developerId":"presidentbeef","name":"Justin Collins"}],"excerpt":"Parses results from Brakeman, a static-analysis vulnerability scanner for Ruby on Rails.","gav":"org.jenkins-ci.plugins:brakeman:0.12","labels":["report","ruby"],"name":"brakeman","previousTimestamp":"2017-04-23T23:27:59.00Z","previousVersion":"0.11","releaseTimestamp":"2017-05-31T15:51:29.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/brakeman-plugin","sha1":"1jd4o0+RF05r+BwcDIOlH6EQK1s=","sha256":"ZIk0dQGNeBnx7jjKz4q3Bb5MqZWX7H6KStVcoFB0ZlA=","title":"Brakeman","url":"http://updates.jenkins-ci.org/download/plugins/brakeman/0.12/brakeman.hpi","version":"0.12","wiki":"https://plugins.jenkins.io/brakeman"},"branch-api":{"buildDate":"Jul 25, 2019","compatibleSinceVersion":"2.0.0","dependencies":[{"name":"cloudbees-folder","optional":false,"version":"6.9"},{"name":"scm-api","optional":false,"version":"2.4.1"},{"name":"structs","optional":false,"version":"1.18"}],"developers":[{"developerId":"stephenconnolly","name":"Stephen Connolly"}],"excerpt":"This plugin provides an API for multiple branch based projects.","gav":"org.jenkins-ci.plugins:branch-api:2.5.4","labels":[],"minimumJavaVersion":"1.8","name":"branch-api","previousTimestamp":"2019-07-03T12:23:18.00Z","previousVersion":"2.5.3","releaseTimestamp":"2019-07-25T19:23:10.00Z","requiredCore":"2.138.4","scm":"https://github.com/jenkinsci/branch-api-plugin","sha1":"GlY1OBpULVxDsXwl2hZK/NprSTQ=","sha256":"W/5DX8oxStVlr9N4gN9R1Kj5tlM79s6YIGWVnjxNRq0=","title":"Branch API","url":"http://updates.jenkins-ci.org/download/plugins/branch-api/2.5.4/branch-api.hpi","version":"2.5.4","wiki":"https://plugins.jenkins.io/branch-api"},"browser-axis-plugin":{"buildDate":"Apr 02, 2012","dependencies":[],"developers":[{"developerId":"lvotypko","email":"lvotypko@redhat.com","name":"Lucie Votypkova"}],"excerpt":"This plugin add browser axis and browser expression axis. It is created for selenim tests - adds path of chosen browser to system path and create BROWSER_AXIS_PATH system varible for build.","gav":"org.jenkins-ci.plugins:browser-axis-plugin:1.0","labels":[],"name":"browser-axis-plugin","releaseTimestamp":"2012-04-02T11:33:13.00Z","requiredCore":"1.409","scm":"https://github.com/jenkinsci/browser-axis-plugin","sha1":"JQIsqTmj+FpviQ315kyNHWhtuUg=","sha256":"0Gwr/zal1Cio46t0RZb4sU5JqvrSrj4wfYpSBefWGiU=","title":"Browser axis","url":"http://updates.jenkins-ci.org/download/plugins/browser-axis-plugin/1.0/browser-axis-plugin.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/browser-axis-plugin"},"browserstack-integration":{"buildDate":"Aug 28, 2018","dependencies":[{"name":"workflow-api","optional":false,"version":"2.20"},{"name":"workflow-basic-steps","optional":false,"version":"2.6"},{"name":"workflow-cps","optional":false,"version":"2.39"},{"name":"workflow-durable-task-step","optional":false,"version":"2.13"},{"name":"workflow-job","optional":false,"version":"2.11.2"},{"name":"workflow-step-api","optional":false,"version":"2.12"},{"name":"workflow-support","optional":false,"version":"2.14"},{"name":"credentials","optional":false,"version":"2.1.17"},{"name":"junit","optional":false,"version":"1.10"},{"name":"structs","optional":false,"version":"1.7"}],"developers":[{"developerId":"support","email":"support@browserstack.com","name":"BrowserStack Support"},{"developerId":"integration","email":"integrations@browserstack.com","name":"BrowserStack Integrations"}],"excerpt":"This plugin allows you to integrate with BrowserStack<\/a>.","gav":"org.jenkins-ci.plugins:browserstack-integration:1.1.3","labels":["buildwrapper","report"],"name":"browserstack-integration","previousTimestamp":"2018-08-09T07:43:57.00Z","previousVersion":"1.1.2","releaseTimestamp":"2018-08-28T11:49:54.00Z","requiredCore":"1.653","scm":"https://github.com/jenkinsci/browserstack-integration-plugin","sha1":"gJvF2zw/vRIik06oeHykTCHr0kg=","sha256":"D8wjTY90IujAuZYHkGUufGNw2QNHZ9SBqAOCObZNlyM=","title":"BrowserStack","url":"http://updates.jenkins-ci.org/download/plugins/browserstack-integration/1.1.3/browserstack-integration.hpi","version":"1.1.3","wiki":"https://plugins.jenkins.io/browserstack-integration"},"btc-embeddedplatform":{"buildDate":"Aug 16, 2019","dependencies":[{"name":"workflow-cps","optional":false,"version":"1.13"},{"name":"workflow-aggregator","optional":false,"version":"1.13"},{"name":"git","optional":false,"version":"2.4.2"},{"name":"junit","optional":false,"version":"1.14"},{"name":"script-security","optional":false,"version":"1.18"},{"name":"htmlpublisher","optional":false,"version":"1.6"},{"name":"http_request","optional":false,"version":"1.8"},{"name":"docker-workflow","optional":false,"version":"1.2"}],"developers":[{"developerId":"thabok","email":"thabo.krick@btc-es.de","name":"Thabo Krick"}],"excerpt":"This provides simple build DSLs for Jenkins Pipelines.","gav":"com.btc.ep:btc-embeddedplatform:2.4.3","labels":[],"name":"btc-embeddedplatform","previousTimestamp":"2019-08-15T13:28:46.00Z","previousVersion":"2.4.2","releaseTimestamp":"2019-08-16T11:54:09.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/btc-embeddedplatform-plugin","sha1":"FWWoWdPQsw8UcQLX8/kdcKsz12c=","sha256":"sLVuXQb9vUnIfsVliqebp4PgzcRLMUVlJHQ+Eu7zJUk=","title":"BTC DSL for Pipeline","url":"http://updates.jenkins-ci.org/download/plugins/btc-embeddedplatform/2.4.3/btc-embeddedplatform.hpi","version":"2.4.3","wiki":"https://plugins.jenkins.io/btc-embeddedplatform"},"buckminster":{"buildDate":"Feb 17, 2013","dependencies":[],"developers":[{"developerId":"jutzig","email":"mail@jutzig.de","name":"Johannes Utzig"},{"developerId":"lorebett","email":"bettini@dsi.unifi.it","name":"Lorenzo Bettini"}],"excerpt":"This PlugIn integrates Eclipse Buckminster<\/a> as a builder.","gav":"org.jenkins-ci.plugins:buckminster:1.1.1","labels":["builder"],"name":"buckminster","previousTimestamp":"2011-03-31T22:31:06.00Z","previousVersion":"1.1.0","releaseTimestamp":"2013-02-17T18:05:07.00Z","requiredCore":"1.466","scm":"https://github.com/jenkinsci/buckminster-plugin","sha1":"+Wx6hbc+MgVNWKgTEZoCM7xXJoM=","sha256":"xY/h1S+PryCF1k7sppPL05wdRPaUKC4O1ZjfX6+wG7s=","title":"Buckminster","url":"http://updates.jenkins-ci.org/download/plugins/buckminster/1.1.1/buckminster.hpi","version":"1.1.1","wiki":"https://plugins.jenkins.io/buckminster"},"buddycloud":{"buildDate":"Jun 05, 2014","dependencies":[{"name":"ruby-runtime","optional":false,"version":"0.10"},{"name":"token-macro","optional":false,"version":"1.5.1"}],"developers":[{"developerId":"jenkins"}],"excerpt":"Sends build notifications to a buddycloud instance.","gav":"org.jenkins-ci.ruby-plugins:buddycloud:0.3.0","labels":["notifier"],"name":"buddycloud","previousTimestamp":"2012-08-04T11:48:19.00Z","previousVersion":"0.2.3","releaseTimestamp":"2014-06-05T22:26:05.00Z","requiredCore":"1.432","scm":"https://github.com/jenkinsci/buddycloud-plugin","sha1":"MrECuM0EqZRmYxaiiD8x8nhvxEI=","sha256":"6PyTcBOYc+GbqssaFZNWgmaNA9XO9Wi9g/kuhXJaQc8=","title":"buddycloud","url":"http://updates.jenkins-ci.org/download/plugins/buddycloud/0.3.0/buddycloud.hpi","version":"0.3.0","wiki":"https://plugins.jenkins.io/buddycloud"},"bugzilla":{"buildDate":"Nov 04, 2011","dependencies":[],"developers":[{"name":"New Maintainer Needed"},{"developerId":"mdonohue","name":"mdonohue"},{"developerId":"jieryn","email":"jieryn@gmail.com","name":"Jesse Farinacci"}],"excerpt":"This plugin integrates Bugzilla<\/a> into Hudson.","gav":"org.jvnet.hudson.plugins:bugzilla:1.5","labels":["external"],"name":"bugzilla","releaseTimestamp":"2011-11-04T15:27:14.00Z","requiredCore":"1.392","scm":"https://github.com/jenkinsci/bugzilla-plugin","sha1":"I4ZhiTbY4Qm0Vfxb3I23I7ZVHyM=","sha256":"PrztTrxtPGNA4qgJ90RKIgiTzqk1Ca+3vzKhK/qoLf0=","title":"Bugzilla","url":"http://updates.jenkins-ci.org/download/plugins/bugzilla/1.5/bugzilla.hpi","version":"1.5","wiki":"https://plugins.jenkins.io/bugzilla"},"build-alias-setter":{"buildDate":"Jan 30, 2016","dependencies":[{"name":"token-macro","optional":false,"version":"1.1"}],"developers":[{"developerId":"olivergondza","email":"ogondza@gmail.com","name":"Oliver Gondža"}],"excerpt":"This plug-in sets an alias to builds for easier identification and url<\/tt> access.","gav":"org.jenkins-ci.plugins:build-alias-setter:0.4","labels":[],"name":"build-alias-setter","previousTimestamp":"2014-06-30T15:37:57.00Z","previousVersion":"0.3","releaseTimestamp":"2016-01-30T06:56:25.00Z","requiredCore":"1.466","scm":"https://github.com/jenkinsci/build-alias-setter-plugin","sha1":"tp2T/ZvRzSbi4jcmAwQFwpBzpBs=","sha256":"WDiHVwFYfnw19SKl20zZ/fBzXc82PDBwHTgaHVAEwmk=","title":"Build Alias Setter","url":"http://updates.jenkins-ci.org/download/plugins/build-alias-setter/0.4/build-alias-setter.hpi","version":"0.4","wiki":"https://plugins.jenkins.io/build-alias-setter"},"build-blocker-plugin":{"buildDate":"Dec 13, 2015","dependencies":[{"name":"matrix-project","optional":false,"version":"1.0"}],"developers":[{"developerId":"ffromm","email":"frederik.fromm@gmail.com","name":"Frederik Fromm"}],"excerpt":"This plugin blocks a build if one of the given jobs is running. The blocking behaviour can be configured to block builds on node or global level and to scan the queue and block if blocking jobs are about to run.","gav":"org.jenkins-ci.plugins:build-blocker-plugin:1.7.3","labels":["misc"],"name":"build-blocker-plugin","previousTimestamp":"2015-11-24T21:08:48.00Z","previousVersion":"1.7.2","releaseTimestamp":"2015-12-13T23:18:56.00Z","requiredCore":"1.580.1","scm":"https://github.com/jenkinsci/build-blocker-plugin","sha1":"qiJIzfJFjI3xjsXvH1Gak2So8/I=","sha256":"LZlHqytOuZ2trrFy9UMAihw5xU+fE1Y0IvAvENva8dk=","title":"Build Blocker","url":"http://updates.jenkins-ci.org/download/plugins/build-blocker-plugin/1.7.3/build-blocker-plugin.hpi","version":"1.7.3","wiki":"https://plugins.jenkins.io/build-blocker-plugin"},"build-cause-run-condition":{"buildDate":"Jul 25, 2012","dependencies":[{"name":"token-macro","optional":false,"version":"1.5.1"},{"name":"run-condition","optional":false,"version":"0.10"}],"developers":[{"developerId":"cjo9900","email":"cjo.johnson@gmail.com","name":"Chris Johnson"}],"excerpt":"Build Cause condition for the run condition plugin","gav":"org.jenkins-ci.plugins:build-cause-run-condition:0.1","labels":["misc","runcondition"],"name":"build-cause-run-condition","releaseTimestamp":"2012-07-25T16:43:42.00Z","requiredCore":"1.424","scm":"https://github.com/jenkinsci/build-cause-run-condition-plugin","sha1":"my5PF28k9N0wVDymOp7LwHbeDQM=","sha256":"G3UygbMP4m9Ne0KNbI3ZWONK3NSazV/2HrP84zhZQSE=","title":"Build Cause Run Condition","url":"http://updates.jenkins-ci.org/download/plugins/build-cause-run-condition/0.1/build-cause-run-condition.hpi","version":"0.1","wiki":"https://plugins.jenkins.io/build-cause-run-condition"},"build-env-propagator":{"buildDate":"Jul 08, 2014","dependencies":[],"developers":[{"developerId":"vivek","email":"vivek.pandey@gmail.com","name":"Vivek Pandey"}],"excerpt":"Copies environment variables added or modified during one build to the next.","gav":"org.jenkins-ci.plugins:build-env-propagator:1.0","labels":[],"name":"build-env-propagator","releaseTimestamp":"2014-07-08T19:19:22.00Z","requiredCore":"1.532.3","scm":"https://github.com/jenkinsci/build-env-propagator-plugin","sha1":"315/RGkyyCBkSuHzoGfQNv6WP5w=","sha256":"o1j025wdDqCiayKTNdl5g6fznIudka4TqHE2XX97nGY=","title":"build-env-propagator","url":"http://updates.jenkins-ci.org/download/plugins/build-env-propagator/1.0/build-env-propagator.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/build-env-propagator"},"build-environment":{"buildDate":"Sep 01, 2015","dependencies":[],"developers":[{"developerId":"stefanbrausch","email":"stefan.brausch@1und1.de","name":"Stefan Brausch"},{"developerId":"boev","email":"iordan.boev@gmail.com","name":"Yordan Boev"}],"excerpt":"This plugin shows information about the environment in which a project has been build and offers the option to comptare there environments.","gav":"org.jenkins-ci.plugins:build-environment:1.6","labels":["post-build","ui","report"],"name":"build-environment","previousTimestamp":"2015-04-28T11:03:49.00Z","previousVersion":"1.5","releaseTimestamp":"2015-09-01T11:17:32.00Z","requiredCore":"1.509.4","scm":"https://github.com/jenkinsci/build-environment-plugin","sha1":"og0p11e3x/ZYJBmAL4OJTosBlt4=","sha256":"YqSTxkTyucaTVAm64QZI6QzCodvNWk7aQ7gb5pnxu7w=","title":"Build Environment","url":"http://updates.jenkins-ci.org/download/plugins/build-environment/1.6/build-environment.hpi","version":"1.6","wiki":"https://plugins.jenkins.io/build-environment"},"build-failure-analyzer":{"buildDate":"Aug 23, 2019","dependencies":[{"name":"downstream-build-cache","optional":true,"version":"1.3"},{"name":"gerrit-trigger","optional":true,"version":"2.27.5"},{"name":"mq-notifier","optional":true,"version":"1.2.1"},{"name":"apache-httpcomponents-client-4-api","optional":false,"version":"4.5.3-2.0"},{"name":"cloudbees-folder","optional":true,"version":"5.12"},{"name":"credentials","optional":true,"version":"2.1.7"},{"name":"jackson2-api","optional":false,"version":"2.9.9"},{"name":"junit","optional":false,"version":"1.6"},{"name":"matrix-auth","optional":true,"version":"1.2"},{"name":"matrix-project","optional":false,"version":"1.4"},{"name":"token-macro","optional":true,"version":"2.2"}],"developers":[{"developerId":"rsandell","email":"robert.sandell@cloudbees.com","name":"Robert Sandell"},{"developerId":"t_westling","email":"tomas.westling@axis.com","name":"Tomas Westling"}],"excerpt":"Jenkins Build Failure Analyzer Plugin","gav":"com.sonyericsson.jenkins.plugins.bfa:build-failure-analyzer:1.23.0","labels":["post-build","report"],"minimumJavaVersion":"1.8","name":"build-failure-analyzer","previousTimestamp":"2019-02-15T12:20:19.00Z","previousVersion":"1.22.0","releaseTimestamp":"2019-08-23T19:06:52.00Z","requiredCore":"2.73.3","scm":"https://github.com/jenkinsci/build-failure-analyzer-plugin","sha1":"qBGqwa1uHFt+t87qGsVZ4ivPQ60=","sha256":"oHvBPLIAizQ3qVpUaSb9y9OsXC5FtpH5KwgFTvEG728=","title":"Build Failure Analyzer","url":"http://updates.jenkins-ci.org/download/plugins/build-failure-analyzer/1.23.0/build-failure-analyzer.hpi","version":"1.23.0","wiki":"https://plugins.jenkins.io/build-failure-analyzer"},"build-history-metrics-plugin":{"buildDate":"Jun 06, 2015","dependencies":[],"developers":[{"developerId":"mcgin","email":"aidan@aidanmcginley.com","name":"Aidan McGinley"}],"excerpt":"This plugin is used to provide reliability metrics for a job","gav":"org.jenkins-ci.plugins:build-history-metrics-plugin:1.2","labels":["misc"],"name":"build-history-metrics-plugin","previousTimestamp":"2014-10-13T21:13:10.00Z","previousVersion":"1.1","releaseTimestamp":"2015-06-06T15:15:05.00Z","requiredCore":"1.579","scm":"https://github.com/jenkinsci/build-history-metrics-plugin","sha1":"qPT45E7unHTjdscxkiYXW9dHgtE=","sha256":"C+0OIzL/wte/h31EeE0EjrcgA6bV5+arazc60NXhwPI=","title":"Build History Metrics","url":"http://updates.jenkins-ci.org/download/plugins/build-history-metrics-plugin/1.2/build-history-metrics-plugin.hpi","version":"1.2","wiki":"https://plugins.jenkins.io/build-history-metrics-plugin"},"build-keeper-plugin":{"buildDate":"Apr 16, 2012","dependencies":[{"name":"token-macro","optional":false,"version":"1.5.1"},{"name":"run-condition","optional":false,"version":"0.8"}],"developers":[{"developerId":"bap","email":"bap-jenkins@BapIT.co.uk","name":"Bap"}],"excerpt":"Mark every x build as keep forever","gav":"org.jenkins-ci.plugins:build-keeper-plugin:1.3","labels":["buildwrapper"],"name":"build-keeper-plugin","previousTimestamp":"2012-01-11T23:08:20.00Z","previousVersion":"1.2","releaseTimestamp":"2012-04-16T22:10:35.00Z","requiredCore":"1.408","scm":"https://github.com/jenkinsci/build-keeper-plugin","sha1":"OqMzcGSJtV6erzuvU28ebESw114=","sha256":"dN1n9DHXshwoDRlXQaLV8E2qYaUEBVXPFwwVEAtMZEs=","title":"Build Keeper","url":"http://updates.jenkins-ci.org/download/plugins/build-keeper-plugin/1.3/build-keeper-plugin.hpi","version":"1.3","wiki":"https://plugins.jenkins.io/build-keeper-plugin"},"build-line":{"buildDate":"Aug 24, 2013","dependencies":[],"developers":[{"developerId":"k-qing","email":"k.qing@outlook.com"}],"excerpt":"This plugin is a sample to explain how to write a Jenkins plugin.","gav":"org.jenkins-ci.plugins:build-line:1.0.4","labels":[],"name":"build-line","previousTimestamp":"2013-08-20T13:41:05.00Z","previousVersion":"1.0.3","releaseTimestamp":"2013-08-24T11:57:14.00Z","requiredCore":"1.457","scm":"https://github.com/jenkinsci/build-line-plugin","sha1":"p5SAHazR9HkuOhwxJjB6XVVnX24=","sha256":"6EraxtIkSGLK29wcwMIQZhV7W4cUTGvanl+dPcZ1ERE=","title":"Build Line","url":"http://updates.jenkins-ci.org/download/plugins/build-line/1.0.4/build-line.hpi","version":"1.0.4","wiki":"https://plugins.jenkins.io/build-line"},"build-metrics":{"buildDate":"Aug 22, 2016","dependencies":[{"name":"global-build-stats","optional":false,"version":"1.2"}],"developers":[{"developerId":"javamllama","email":"madeline.goss@gmail.com","name":"Maddy Goss"},{"developerId":"ydubreuil","email":"ydubreuil@cloudbees.com","name":"Yoann Dubreuil"},{"developerId":"px3","email":"roropx3@googlemail.com","name":"Rolf Rother"}],"excerpt":"This plugin uses the Global Build Stats to generate some basic build metrics.","gav":"org.jenkins-ci.plugins:build-metrics:1.3","labels":["report"],"name":"build-metrics","previousTimestamp":"2016-08-21T13:08:01.00Z","previousVersion":"1.2","releaseTimestamp":"2016-08-22T14:11:02.00Z","requiredCore":"1.609.1","scm":"https://github.com/jenkinsci/build-metrics-plugin","sha1":"+VCW/taQSHZvgxI9gYoex36xnEA=","sha256":"d4uvkkPWJFwX+WVwBP1iBUBZM+aAVuFLAflYMxQj2ks=","title":"build-metrics","url":"http://updates.jenkins-ci.org/download/plugins/build-metrics/1.3/build-metrics.hpi","version":"1.3","wiki":"https://plugins.jenkins.io/build-metrics"},"build-monitor-plugin":{"buildDate":"Sep 06, 2018","dependencies":[{"name":"build-failure-analyzer","optional":true,"version":"1.9.0"},{"name":"workflow-aggregator","optional":true,"version":"2.4"},{"name":"badge","optional":true,"version":"1.2"},{"name":"claim","optional":true,"version":"2.8"},{"name":"cloudbees-folder","optional":true,"version":"5.16"},{"name":"credentials","optional":true,"version":"2.1.10"},{"name":"view-job-filters","optional":true,"version":"1.26"},{"name":"groovy-postbuild","optional":true,"version":"2.3.1"}],"developers":[{"developerId":"jan-molak","email":"jan.molak+build.monitor@smartcodeltd.co.uk","name":"Jan Molak"}],"excerpt":"Provides a highly visible view of the status of selected Jenkins jobs. It easily accommodates different computer screen sizes and is ideal as an Extreme Feedback Device to be displayed on a screen on your office wall.","gav":"org.jenkins-ci.plugins:build-monitor-plugin:1.12+build.201809061734","labels":["view","report","ui"],"name":"build-monitor-plugin","previousTimestamp":"2018-09-05T17:15:16.00Z","previousVersion":"1.12+build.201809041621","releaseTimestamp":"2018-09-06T17:12:39.00Z","requiredCore":"2.46.3","sha1":"XwzzJl+aSsVoOap5frV9gnIsjxk=","sha256":"asMcgI5+jM0m+szBeYf9/zYlPFsGtxJRDY1eY/gKvXo=","title":"Build Monitor View","url":"http://updates.jenkins-ci.org/download/plugins/build-monitor-plugin/1.12+build.201809061734/build-monitor-plugin.hpi","version":"1.12+build.201809061734","wiki":"https://plugins.jenkins.io/build-monitor-plugin"},"build-name-setter":{"buildDate":"Aug 29, 2019","dependencies":[{"name":"matrix-project","optional":false,"version":"1.13"},{"name":"token-macro","optional":false,"version":"2.5"}],"developers":[{"developerId":"damianszczepanik","email":"damianszczepanik@github","name":"Damian Szczepanik"},{"developerId":"kohsuke","email":"kkawaguchi@cloudbees.com","name":"Kohsuke Kawaguchi"},{"developerId":"Le0","email":"leomichine@gmail.com","name":"Lev Mishin"}],"excerpt":"This plug-in sets the display name and description of a build to something other than #1, #2, #3, ...
Now also with support for build description and
pipeline<\/a> approach.<\/b>","gav":"org.jenkins-ci.plugins:build-name-setter:2.0.2","labels":["buildwrapper"],"name":"build-name-setter","previousTimestamp":"2019-05-21T19:56:53.00Z","previousVersion":"2.0.1","releaseTimestamp":"2019-08-29T20:02:43.00Z","requiredCore":"2.15","scm":"https://github.com/jenkinsci/build-name-setter-plugin","sha1":"n+t2eXV/fis6iDBA8I/UiyQMNI8=","sha256":"axszD8L3ritK6BQFJcfHujmwQJzh21CaHFzXoRVKhfc=","title":"Build Name and Description Setter","url":"http://updates.jenkins-ci.org/download/plugins/build-name-setter/2.0.2/build-name-setter.hpi","version":"2.0.2","wiki":"https://plugins.jenkins.io/build-name-setter"},"build-notifications":{"buildDate":"Sep 13, 2017","dependencies":[],"developers":[{"email":"ataxexe@devnull.tools","name":"Marcelo \"Ataxexe\" Guimarães"}],"excerpt":"Send build notifications through Telegram, Pushover, Boteco or Slack.","gav":"tools.devnull:build-notifications:1.5.0","labels":[],"name":"build-notifications","previousTimestamp":"2017-05-11T19:58:32.00Z","previousVersion":"1.4.3","releaseTimestamp":"2017-09-13T01:15:52.00Z","requiredCore":"2.46.2","scm":"https://github.com/jenkinsci/build-notifications-plugin","sha1":"911ak/7UX3aJVntUVaGwRK9kx/c=","sha256":"qG+jgjkjvMITLbVy7yFUnby3ctEFfgjjgURglHYVwB8=","title":"Build Notifications","url":"http://updates.jenkins-ci.org/download/plugins/build-notifications/1.5.0/build-notifications.hpi","version":"1.5.0","wiki":"https://plugins.jenkins.io/build-notifications"},"build-pipeline-plugin":{"buildDate":"Dec 12, 2017","dependencies":[{"name":"parameterized-trigger","optional":false,"version":"2.17"},{"name":"dashboard-view","optional":true,"version":"2.2"},{"name":"jquery","optional":false,"version":"1.7.2-1"}],"developers":[{"developerId":"centrum","email":"plugins@centrumsystems.com.au","name":"Centrum Systems"},{"developerId":"dalvizu","email":"alvizu@gmail.com","name":"Dan Alvizu"}],"excerpt":"This plugin renders upstream and downstream connected jobs that typically form a build pipeline. In addition, it offers the ability to define manual triggers for jobs that require intervention prior to execution, e.g. an approval process outside of Jenkins.","gav":"org.jenkins-ci.plugins:build-pipeline-plugin:1.5.8","labels":["builder","post-build","ui"],"name":"build-pipeline-plugin","previousTimestamp":"2017-06-27T21:06:23.00Z","previousVersion":"1.5.7.1","releaseTimestamp":"2017-12-12T17:18:56.00Z","requiredCore":"1.619","scm":"https://github.com/jenkinsci/build-pipeline-plugin","sha1":"26ivk3GemneJgh9btXEMgigUqUI=","sha256":"Ci0bq1rxqEDWF1RklJvBZANp75727gH13+5cFr5HDbs=","title":"Build Pipeline","url":"http://updates.jenkins-ci.org/download/plugins/build-pipeline-plugin/1.5.8/build-pipeline-plugin.hpi","version":"1.5.8","wiki":"https://plugins.jenkins.io/build-pipeline-plugin"},"build-publisher":{"buildDate":"Oct 16, 2017","dependencies":[{"name":"maven-plugin","optional":false,"version":"2.12"},{"name":"junit","optional":false,"version":"1.6"},{"name":"matrix-project","optional":false,"version":"1.0"}],"developers":[{"developerId":"olivergondza","name":"Oliver Gondža"}],"excerpt":"Plugin for publishing build results.","gav":"org.jenkins-ci.plugins:build-publisher:1.22","labels":["upload"],"name":"build-publisher","previousTimestamp":"2015-06-16T21:06:37.00Z","previousVersion":"1.21","releaseTimestamp":"2017-10-16T10:42:41.00Z","requiredCore":"1.565","scm":"https://github.com/jenkinsci/build-publisher-plugin","sha1":"s3eY73v101kcYYDLfAFeJiX1Xd4=","sha256":"kip0r1PZCcIyKtyd43Y01s+s26Nd3z+crDlEs0UTiZY=","title":"Build-Publisher","url":"http://updates.jenkins-ci.org/download/plugins/build-publisher/1.22/build-publisher.hpi","version":"1.22","wiki":"https://plugins.jenkins.io/build-publisher"},"build-requester":{"buildDate":"Oct 20, 2015","dependencies":[{"name":"git","optional":false,"version":"2.4.0"},{"name":"subversion","optional":false,"version":"1.45"},{"name":"maven-plugin","optional":false,"version":"2.5"}],"developers":[{"developerId":"vdedik","email":"vdedik@redhat.com","name":"Vaclav Dedik"}],"excerpt":"This plugin facilitates handover to productization (running Newcastle project).","gav":"com.redhat.jenkins.plugins:build-requester:0.7","labels":[],"name":"build-requester","releaseTimestamp":"2015-10-20T14:17:18.00Z","requiredCore":"1.580.1","sha1":"2vYXeHkbBl6xPmHKOCHod/xGQtM=","sha256":"LgSJG8PugnxnQqFQYsKTMp/AQq6epGQ/MV+oNoE0DE8=","title":"Project Newcastle Build Requester","url":"http://updates.jenkins-ci.org/download/plugins/build-requester/0.7/build-requester.hpi","version":"0.7","wiki":"https://plugins.jenkins.io/build-requester"},"build-steps-from-json":{"buildDate":"Aug 10, 2016","dependencies":[{"name":"structs","optional":false,"version":"1.1"}],"developers":[{"developerId":"pskumar448","email":"pskumar448@gmail.com","name":"Suresh Kumar"}],"excerpt":"BuildSteps as Code plugin executes builders from the defined json configuration.","gav":"com.spcow.plugins:build-steps-from-json:1.0","labels":[],"name":"build-steps-from-json","releaseTimestamp":"2016-08-10T15:49:57.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/build-steps-from-json-plugin","sha1":"CKbXVgReq+8InYHpggzEavNKw+s=","sha256":"s6wWURXUkPTxAtgJbcEv4U8HzExnd5JACoBApAZ0Uzg=","title":"Build Steps from Json","url":"http://updates.jenkins-ci.org/download/plugins/build-steps-from-json/1.0/build-steps-from-json.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/build-steps-from-json"},"build-time-blame":{"buildDate":"Jan 02, 2018","dependencies":[{"name":"timestamper","optional":false,"version":"1.5.14"}],"developers":[{"developerId":"luthe"}],"excerpt":"A Jenkins plugin for analyzing the historical console output of a Job with the goal of determining which steps are taking the most time.","gav":"org.jenkins-ci.plugins:build-time-blame:1.2.0","labels":["report","ui"],"name":"build-time-blame","previousTimestamp":"2018-01-02T15:19:26.00Z","previousVersion":"1.1.2","releaseTimestamp":"2018-01-02T15:25:57.00Z","requiredCore":"1.580.1","scm":"https://github.com/jenkinsci/build-time-blame-plugin","sha1":"7gUW+Hk+i57t62/mEjaP/UV7wJY=","sha256":"INCggXPqXraJAXZxWtM+b8GiNYHoToW2abOwrkPuZN4=","title":"Build Time Blame","url":"http://updates.jenkins-ci.org/download/plugins/build-time-blame/1.2.0/build-time-blame.hpi","version":"1.2.0","wiki":"https://plugins.jenkins.io/build-time-blame"},"build-timeout":{"buildDate":"Oct 08, 2017","dependencies":[{"name":"naginator","optional":true,"version":"1.16"},{"name":"token-macro","optional":false,"version":"1.5.1"}],"developers":[{"developerId":"ikedam"}],"excerpt":"This plugin allows builds to be automatically terminated after the specified amount of time has elapsed.","gav":"org.jenkins-ci.plugins:build-timeout:1.19","labels":["buildwrapper"],"name":"build-timeout","previousTimestamp":"2016-11-13T03:56:23.00Z","previousVersion":"1.18","releaseTimestamp":"2017-10-08T06:47:34.00Z","requiredCore":"1.625.1","scm":"https://github.com/jenkinsci/build-timeout-plugin","sha1":"4CAhs8RE+pCioIgK0sQUi+7V/UI=","sha256":"qStDrbnGaOP9CtMH20PCJ3zxXqdcCEtb3HT7KU+AWD0=","title":"Build Timeout","url":"http://updates.jenkins-ci.org/download/plugins/build-timeout/1.19/build-timeout.hpi","version":"1.19","wiki":"https://plugins.jenkins.io/build-timeout"},"build-timestamp":{"buildDate":"Oct 22, 2018","dependencies":[{"name":"structs","optional":false,"version":"1.10"}],"developers":[{"developerId":"orctom","email":"orctom@gmail.com","name":"Hao CHEN"}],"excerpt":"This plugin adds BUILD_TIMESTAMP to Jenkins variables and system properties.","gav":"org.jenkins-ci.plugins:build-timestamp:1.0.3","labels":["buildwrapper"],"name":"build-timestamp","previousTimestamp":"2018-02-16T03:55:29.00Z","previousVersion":"1.0.2","releaseTimestamp":"2018-10-22T05:03:40.00Z","requiredCore":"1.565.3","scm":"https://github.com/jenkinsci/build-timestamp-plugin/","sha1":"oVeNECBNDp7umGW+gT+Ii4xbHSs=","sha256":"HtpLXUUIKwAZF01EosWVXuNriDUhdMbG+MrK4eRhAw4=","title":"Build Timestamp","url":"http://updates.jenkins-ci.org/download/plugins/build-timestamp/1.0.3/build-timestamp.hpi","version":"1.0.3","wiki":"https://plugins.jenkins.io/build-timestamp"},"build-token-root":{"buildDate":"Aug 06, 2019","dependencies":[],"developers":[{"developerId":"jglick","email":"jglick@cloudbees.com","name":"Jesse Glick"}],"excerpt":"Lets build<\/code> and related REST build triggers be accessed even when anonymous users cannot see Jenkins.","gav":"org.jenkins-ci.plugins:build-token-root:1.5","labels":["trigger"],"minimumJavaVersion":"1.8","name":"build-token-root","previousTimestamp":"2016-05-03T15:04:50.00Z","previousVersion":"1.4","releaseTimestamp":"2019-08-06T18:02:34.00Z","requiredCore":"2.138.4","scm":"https://github.com/jenkinsci/build-token-root-plugin","sha1":"EXhQ+6tNh/jNZuKTltOdDI2V5rQ=","sha256":"p36rrfbxbA6ASScGN1UL/c/pSZcQzUt3oF816/bsQvI=","title":"Build Authorization Token Root","url":"http://updates.jenkins-ci.org/download/plugins/build-token-root/1.5/build-token-root.hpi","version":"1.5","wiki":"https://plugins.jenkins.io/build-token-root"},"build-token-trigger":{"buildDate":"Apr 03, 2018","dependencies":[{"name":"workflow-step-api","optional":false,"version":"2.14"},{"name":"credentials","optional":false,"version":"2.1.16"}],"developers":[{"developerId":"stephenc"}],"excerpt":"This plugin provides a pipeline step to trigger a build using the Build Authorization Token Root<\/a> plugin","gav":"org.jenkins-ci.plugins:build-token-trigger:1.0.0","labels":[],"name":"build-token-trigger","releaseTimestamp":"2018-04-03T22:21:11.00Z","requiredCore":"2.89.1","scm":"https://github.com/jenkinsci/build-token-trigger-plugin","sha1":"71KfqaCs7+I3+Igzd1xfOpBCPZ8=","sha256":"GK7WvbTlIik6xL1T7K7tYC9M/8l3wUygQ5bJLmz+PfU=","title":"Build Token Trigger","url":"http://updates.jenkins-ci.org/download/plugins/build-token-trigger/1.0.0/build-token-trigger.hpi","version":"1.0.0","wiki":"https://plugins.jenkins.io/build-token-trigger"},"build-user-vars-plugin":{"buildDate":"Dec 11, 2015","dependencies":[{"name":"mailer","optional":false,"version":"1.16"}],"developers":[{"developerId":"gkonovalenko","email":"gkonovalenko@gmail.com","name":"Gavriil Konovalenko"}],"excerpt":"This plugin is used to set user build variables: jenkins user name and id.","gav":"org.jenkins-ci.plugins:build-user-vars-plugin:1.5","labels":[],"name":"build-user-vars-plugin","previousTimestamp":"2014-10-10T05:49:20.00Z","previousVersion":"1.4","releaseTimestamp":"2015-12-11T14:27:02.00Z","requiredCore":"1.609.1","scm":"https://github.com/jenkinsci/build-user-vars-plugin","sha1":"wP2G+s2cj44zGch43q3jktgTSIc=","sha256":"1MuCHBdnpfqAkz3WeXk69nU5/HKovoCAYIDf0QIJSTI=","title":"user build vars","url":"http://updates.jenkins-ci.org/download/plugins/build-user-vars-plugin/1.5/build-user-vars-plugin.hpi","version":"1.5","wiki":"https://plugins.jenkins.io/build-user-vars-plugin"},"build-view-column":{"buildDate":"Jun 17, 2016","dependencies":[],"developers":[{"developerId":"jglick"}],"excerpt":"Adds a new abstraction for rendering a list of builds as a table.","gav":"org.jenkins-ci.plugins:build-view-column:0.3","labels":["listview-column","misc"],"name":"build-view-column","previousTimestamp":"2013-07-25T18:56:16.00Z","previousVersion":"0.2","releaseTimestamp":"2016-06-17T14:43:50.00Z","requiredCore":"1.609.3","scm":"https://github.com/jenkinsci/build-view-column-plugin","sha1":"0EnCaKUVM4wJHULm3vJkle290sM=","sha256":"oI7S4qqBYtK4s/uocMQaZx3YJ2FIlsHHsEzEOxAho4A=","title":"Build View Column","url":"http://updates.jenkins-ci.org/download/plugins/build-view-column/0.3/build-view-column.hpi","version":"0.3","wiki":"https://plugins.jenkins.io/build-view-column"},"build-with-parameters":{"buildDate":"Jun 01, 2017","dependencies":[],"developers":[{"developerId":"sugonyak_ivan","email":"sugonyak.ivan@gmail.com","name":"Ivan Sugonyak"},{"developerId":"jessicaaustin","email":"jessica@aus10.org","name":"Jessica Austin"}],"excerpt":"Allows the user to provide parameters for a build in the url (similar to /job/JOBNAME/buildWithParameters), prompting for confirmation before triggering the job.","gav":"org.jenkins-ci.plugins:build-with-parameters:1.4","labels":["parameter","trigger"],"name":"build-with-parameters","previousTimestamp":"2014-11-09T19:51:58.00Z","previousVersion":"1.3","releaseTimestamp":"2017-06-01T20:27:43.00Z","requiredCore":"1.557","scm":"https://github.com/jenkinsci/build-with-parameters-plugin","sha1":"RCH+6nB4X2uEGcAUY+sQm3FqGb8=","sha256":"TfROk321zOpWgdW6e+WkOv5h9tbibuqkbIrWCVpbK/s=","title":"Build With Parameters","url":"http://updates.jenkins-ci.org/download/plugins/build-with-parameters/1.4/build-with-parameters.hpi","version":"1.4","wiki":"https://plugins.jenkins.io/build-with-parameters"},"buildcontext-capture":{"buildDate":"Aug 15, 2012","dependencies":[],"developers":[{"developerId":"gbois","email":"gregory.boissinot@gmail.com","name":"Gregory Boissinot"}],"excerpt":"This plugin makes it possible to capture the job build context.","gav":"org.jenkins-ci.plugins:buildcontext-capture:0.6","labels":["misc"],"name":"buildcontext-capture","previousTimestamp":"2012-04-30T21:07:17.00Z","previousVersion":"0.5","releaseTimestamp":"2012-08-15T10:34:28.00Z","requiredCore":"1.410","scm":"https://github.com/jenkinsci/buildcontext-capture-plugin","sha1":"WyAqcNQbOPchin307zamdFGjx48=","sha256":"P/8u8xfpejC/uQlbGUtXAcXOVKjWnauSoXb6mxxlUj0=","title":"BuildContext Capture","url":"http://updates.jenkins-ci.org/download/plugins/buildcontext-capture/0.6/buildcontext-capture.hpi","version":"0.6","wiki":"https://plugins.jenkins.io/buildcontext-capture"},"buildgraph-view":{"buildDate":"Aug 05, 2017","dependencies":[{"name":"promoted-builds","optional":false,"version":"2.17"},{"name":"build-flow-plugin","optional":true,"version":"0.19"},{"name":"matrix-project","optional":false,"version":"1.0"},{"name":"parameterized-trigger","optional":false,"version":"2.18"}],"developers":[{"developerId":"ndeloof","name":"Nicolas De Loof"},{"developerId":"gregory144","name":"Greg Gross"},{"developerId":"pskumar448","name":"Suresh Kumar"}],"excerpt":"This plugin visualize builds relations as a graph.","gav":"org.jenkins-ci.plugins:buildgraph-view:1.8","labels":["ui"],"name":"buildgraph-view","previousTimestamp":"2017-06-26T11:43:10.00Z","previousVersion":"1.7","releaseTimestamp":"2017-08-05T04:29:55.00Z","requiredCore":"1.651.3","scm":"https://github.com/jenkinsci/buildgraph-view-plugin","sha1":"Vsgj7OWtbXF7vk2B/+ziWy4UIRY=","sha256":"tv0dMSFU+OjYK0J4W2FXemd6n7gHWvEHjdGS0yFURGg=","title":"buildgraph-view","url":"http://updates.jenkins-ci.org/download/plugins/buildgraph-view/1.8/buildgraph-view.hpi","version":"1.8","wiki":"https://plugins.jenkins.io/buildgraph-view"},"buildresult-trigger":{"buildDate":"Mar 28, 2014","dependencies":[],"developers":[{"developerId":"gbois","name":"Gregory Boissinot"}],"excerpt":"This plugin makes it possible to monitor the build results of other jobs.","gav":"org.jenkins-ci.plugins:buildresult-trigger:0.17","labels":["trigger"],"name":"buildresult-trigger","previousTimestamp":"2013-08-04T09:36:03.00Z","previousVersion":"0.16","releaseTimestamp":"2014-03-28T21:40:13.00Z","requiredCore":"1.522","scm":"https://github.com/jenkinsci/buildresult-trigger-plugin","sha1":"BWuXE8OZSstOu5XhyYk54YwLYqo=","sha256":"viI9k/rAtFYv1hoDu2hXqMnzOC5v1431EjAt5q/pxDc=","title":"BuildResultTrigger","url":"http://updates.jenkins-ci.org/download/plugins/buildresult-trigger/0.17/buildresult-trigger.hpi","version":"0.17","wiki":"https://plugins.jenkins.io/buildresult-trigger"},"buildrotator":{"buildDate":"Apr 11, 2017","dependencies":[],"developers":[{"developerId":"Jimilian","email":"mr.akbashev@gmail.com","name":"Akbashev Alexander"}],"excerpt":"Cheap version of LogRotator","gav":"org.jenkins-ci.plugins:buildrotator:1.2","labels":["buildwrapper"],"name":"buildrotator","previousTimestamp":"2016-12-19T09:40:27.00Z","previousVersion":"1.1","releaseTimestamp":"2017-04-11T11:42:53.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/buildrotator-plugin","sha1":"/xOpiF4dHlu/FlUenPbwYBg1VdI=","sha256":"X72RAx7deZx0/ycsxH6pQvuPYH/styD7pL6PK0Mj/sI=","title":"Build Rotator","url":"http://updates.jenkins-ci.org/download/plugins/buildrotator/1.2/buildrotator.hpi","version":"1.2","wiki":"https://plugins.jenkins.io/buildrotator"},"buildtriggerbadge":{"buildDate":"Dec 21, 2018","dependencies":[],"developers":[{"developerId":"mpapo","email":"mpapo.dev@gmail.com","name":"Michael Pailloncy"},{"developerId":"batmat","email":"batmat@batmat.net","name":"Baptiste Mathus"}],"excerpt":"This plugin displays an icon representing the cause of a construction.","gav":"org.jenkins-ci.plugins:buildtriggerbadge:2.10","labels":["ui"],"name":"buildtriggerbadge","previousTimestamp":"2017-12-06T08:57:51.00Z","previousVersion":"2.9","releaseTimestamp":"2018-12-21T15:37:37.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/buildtriggerbadge-plugin","sha1":"RZbLIoRKK/GRyQYPsAyzp3Bz4Ag=","sha256":"xEztr9stcr5Bw/+E7BSV5zdM1bbgPkbq8bQsrDxVuN0=","title":"Build Trigger Badge","url":"http://updates.jenkins-ci.org/download/plugins/buildtriggerbadge/2.10/buildtriggerbadge.hpi","version":"2.10","wiki":"https://plugins.jenkins.io/buildtriggerbadge"},"built-on-column":{"buildDate":"Jul 26, 2011","dependencies":[],"developers":[{"developerId":"voorth","email":"voorth@xs4all.nl","name":"Henk van Voorthuijsen"}],"excerpt":"Shows the actual node that a job was built on","gav":"org.jenkins-ci.plugins:built-on-column:1.1","labels":["listview-column"],"name":"built-on-column","previousTimestamp":"2011-05-01T14:10:30.00Z","previousVersion":"1.0","releaseTimestamp":"2011-07-26T08:54:00.00Z","requiredCore":"1.398","scm":"https://github.com/jenkinsci/builton-column-plugin","sha1":"qmhau75igj9lfUb/Qf205PJL/3c=","sha256":"u0V7XUZfeA4DvbZVWCFQTmTcUL9SFvt0C7MMdrqX0o8=","title":"built-on-column","url":"http://updates.jenkins-ci.org/download/plugins/built-on-column/1.1/built-on-column.hpi","version":"1.1","wiki":"https://plugins.jenkins.io/built-on-column"},"bulk-builder":{"buildDate":"Mar 04, 2012","dependencies":[],"developers":[{"developerId":"swestcott","email":"swestcott@gmail.com","name":"Simon Westcott"},{"developerId":"jieryn","email":"jieryn@gmail.com","name":"Jesse farinacci"}],"excerpt":"Trigger multiple builds with ease. Useful for Jenkins users with many jobs.","gav":"org.jvnet.hudson.plugins:bulk-builder:1.5","labels":["builder","misc"],"name":"bulk-builder","previousTimestamp":"2011-11-13T12:57:26.00Z","previousVersion":"1.4","releaseTimestamp":"2012-03-04T22:15:38.00Z","requiredCore":"1.388","scm":"https://github.com/jenkinsci/bulk-builder-plugin","sha1":"oxuygc8GHIZWT3EG/OUvZhApg3A=","sha256":"ix7eTEZng3GsImqI7jlmbtD7oSj14ZddVjx6eGbmlLY=","title":"Bulk Builder","url":"http://updates.jenkins-ci.org/download/plugins/bulk-builder/1.5/bulk-builder.hpi","version":"1.5","wiki":"https://plugins.jenkins.io/bulk-builder"},"bumblebee":{"buildDate":"Jul 03, 2019","dependencies":[],"developers":[{"developerId":"ali","email":"ali.raza@agiletestware.com","name":"Ali Raza"}],"excerpt":"This plugin allows you to publish result files that are created in build step in HP ALM. It also allows you to trigger HP ALM test set execution.","gav":"org.jenkins-ci.plugins:bumblebee:4.1.3","labels":["post-build","report"],"name":"bumblebee","previousTimestamp":"2019-02-04T16:36:09.00Z","previousVersion":"4.1.2","releaseTimestamp":"2019-07-03T07:06:23.00Z","requiredCore":"1.625.1","scm":"https://github.com/jenkinsci/bumblebee-plugin","sha1":"fmdmx72NchFFwt6aqJWrLQnEAiE=","sha256":"v4PcLTa5gqRekV1aUVaoAg74j76jTDpp4X8thI+KYbc=","title":"Bumblebee HP ALM","url":"http://updates.jenkins-ci.org/download/plugins/bumblebee/4.1.3/bumblebee.hpi","version":"4.1.3","wiki":"https://plugins.jenkins.io/bumblebee"},"byteguard-build-actions":{"buildDate":"Sep 08, 2018","dependencies":[{"name":"structs","optional":false,"version":"1.7"}],"developers":[{"developerId":"khushboo","email":"khushb@uw.edu","name":"khushboo baheti"}],"excerpt":"TODO","gav":"io.jenkins.plugins:byteguard-build-actions:1.0","labels":[],"name":"byteguard-build-actions","releaseTimestamp":"2018-09-08T22:49:30.00Z","requiredCore":"2.7.3","scm":"https://github.com/jenkinsci/byteguard-build-actions-plugin","sha1":"VzB8dKy5KfBH6mR4MGz/cKUpDIg=","sha256":"Y1BMqI+0/MJn6ARSBXxSDtADY0hEdiCxbLxX7qy7bl8=","title":"ByteGuard Build Actions","url":"http://updates.jenkins-ci.org/download/plugins/byteguard-build-actions/1.0/byteguard-build-actions.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/byteguard-build-actions"},"ca-apm":{"buildDate":"Aug 23, 2019","compatibleSinceVersion":"2.0","dependencies":[],"developers":[{"developerId":"srikns","email":"srikns@yahoo.com","name":"Srikant Noorani"},{"developerId":"pramodanarase","email":"pramodanarase@gmail.com","name":"Pramod Anarase"}],"excerpt":"This plug-in does performance comparison and exports outputs to various formats based upon the configuration","gav":"org.jenkins-ci.plugins:ca-apm:2.1.1","labels":["ca-apm"],"name":"ca-apm","previousTimestamp":"2019-08-22T09:30:33.00Z","previousVersion":"2.1","releaseTimestamp":"2019-08-23T06:41:10.00Z","requiredCore":"2.60.1","scm":"https://github.com/jenkinsci/ca-apm-plugin","sha1":"iWao08XbvnRKPrso+DTXMz76Gj8=","sha256":"WiL+C/uOwWlzutpUtx9oa2EM8nMh4qcLZIfJmbF6fOs=","title":"CA-APM","url":"http://updates.jenkins-ci.org/download/plugins/ca-apm/2.1.1/ca-apm.hpi","version":"2.1.1","wiki":"https://plugins.jenkins.io/ca-apm"},"ca-service-virtualization":{"buildDate":"Oct 18, 2018","dependencies":[{"name":"credentials","optional":false,"version":"2.1.18"},{"name":"junit","optional":false,"version":"1.21"},{"name":"plain-credentials","optional":false,"version":"1.3"},{"name":"structs","optional":false,"version":"1.7"}],"developers":[{"developerId":"vlape02","email":"petr.vlasek@ca.com","name":"Petr Vlasek"},{"developerId":"rjakubco","email":"roman.jakubco@ca.com","name":"Roman Jakubco"}],"excerpt":"This plugin provides out of the box integration of CA Service Virtualization<\/a> capabilities into continuous integration pipelines.","gav":"io.jenkins.plugins:ca-service-virtualization:1.0.2","labels":[],"name":"ca-service-virtualization","previousTimestamp":"2018-08-07T14:18:14.00Z","previousVersion":"1.0.1","releaseTimestamp":"2018-10-18T11:07:33.00Z","requiredCore":"2.73.3","scm":"https://github.com/jenkinsci/ca-service-virtualization-plugin","sha1":"n0wU1Cb5aGGcfDgiOxQQ/T1MGrU=","sha256":"exjdzT3EI33DF6iiaUBQCCeFf2WaSVgRCJSqfnbifhs=","title":"CA Service Virtualization","url":"http://updates.jenkins-ci.org/download/plugins/ca-service-virtualization/1.0.2/ca-service-virtualization.hpi","version":"1.0.2","wiki":"https://plugins.jenkins.io/ca-service-virtualization"},"cachet-gating":{"buildDate":"Feb 21, 2019","compatibleSinceVersion":"1.0.38","dependencies":[{"name":"workflow-step-api","optional":false,"version":"2.14"},{"name":"script-security","optional":false,"version":"1.42"}],"developers":[{"developerId":"ggallen","email":"gallen @redhat.com","name":"Greg Allen"}],"excerpt":"This plugin allows jobs to be gated based on Cachet resource availability.","gav":"org.jenkins-ci.plugins:cachet-gating:1.0.6","labels":[],"name":"cachet-gating","previousTimestamp":"2018-10-24T22:38:20.00Z","previousVersion":"1.0.5","releaseTimestamp":"2019-02-21T19:49:40.00Z","requiredCore":"2.62","scm":"https://github.com/jenkinsci/cachet-gating-plugin","sha1":"IrRJzTsAGiuMMcC9LywU5A3csQs=","sha256":"YoJJXL64P28qNQzoeh0RLRCnwpGxh1HBcuPiqND2ZxI=","title":"Cachet Gate","url":"http://updates.jenkins-ci.org/download/plugins/cachet-gating/1.0.6/cachet-gating.hpi","version":"1.0.6","wiki":"https://plugins.jenkins.io/cachet-gating"},"calendar-view":{"buildDate":"Sep 04, 2018","dependencies":[{"name":"workflow-job","optional":true,"version":"2.0"},{"name":"jquery","optional":false,"version":"1.11.2-1"}],"developers":[{"email":"sven.schoenung@gmail.com","name":"Sven Schoenung"}],"excerpt":"Shows past and future builds in a calendar view.","gav":"io.jenkins.plugins:calendar-view:0.3.1","labels":["ui"],"name":"calendar-view","previousTimestamp":"2018-08-24T16:05:20.00Z","previousVersion":"0.3.0","releaseTimestamp":"2018-09-04T18:27:06.00Z","requiredCore":"2.7.3","scm":"https://github.com/jenkinsci/calendar-view-plugin","sha1":"E1L1E+ZY7fN0KcrzEvkFHo3BeWs=","sha256":"oh3OFa0kTheuY7vO0QuShqx7sVR4MzmpvP9EWM7+t58=","title":"Calendar View","url":"http://updates.jenkins-ci.org/download/plugins/calendar-view/0.3.1/calendar-view.hpi","version":"0.3.1","wiki":"https://plugins.jenkins.io/calendar-view"},"caliper-ci":{"buildDate":"Nov 09, 2012","dependencies":[],"developers":[{"developerId":"brianfromoregon","email":"brianfromoregon@gmail.com","name":"Brian Harris"}],"excerpt":"This plugin collects Caliper microbenchmark results.","gav":"com.brianfromoregon:caliper-ci:2.3","labels":[],"name":"caliper-ci","previousTimestamp":"2012-04-01T04:34:45.00Z","previousVersion":"2.2","releaseTimestamp":"2012-11-09T19:46:31.00Z","requiredCore":"1.466","scm":"https://github.com/jenkinsci/caliper-ci-plugin","sha1":"UEeRgDZYzJr3/UbkJSDyzKrP+kU=","sha256":"WM3NqYvb5gSEWRA1kWHzSVetGwY/MRQ2P5zECoRFxY0=","title":"Caliper CI","url":"http://updates.jenkins-ci.org/download/plugins/caliper-ci/2.3/caliper-ci.hpi","version":"2.3","wiki":"https://plugins.jenkins.io/caliper-ci"},"call-remote-job-plugin":{"buildDate":"Dec 13, 2013","dependencies":[],"developers":[{"developerId":"ukiuni","email":"ukiuni@gmail.com","name":"ukiuni"}],"excerpt":"This plugin is for call other Jenkins job.","gav":"org.ukiuni.callOtherJenkins:call-remote-job-plugin:1.0.21","labels":[],"name":"call-remote-job-plugin","previousTimestamp":"2013-07-31T12:06:54.00Z","previousVersion":"1.0.20","releaseTimestamp":"2013-12-13T01:50:12.00Z","requiredCore":"1.509.1","scm":"https://github.com/jenkinsci/call-remote-job-plugin","sha1":"Cdwsk+Xr2t7sGfpzQIxojIZkk1I=","sha256":"BYuvTMRZdyhICaedSi2hETPCSJkUpxLZ4DDmMJIBcGk=","title":"Call Remote Job","url":"http://updates.jenkins-ci.org/download/plugins/call-remote-job-plugin/1.0.21/call-remote-job-plugin.hpi","version":"1.0.21","wiki":"https://plugins.jenkins.io/call-remote-job-plugin"},"campfire":{"buildDate":"Dec 19, 2013","dependencies":[{"name":"maven-plugin","optional":false,"version":"1.424"}],"developers":[{"developerId":"jenslukowski","email":"jens.lukowski@softwareschneiderei.de","name":"Jens Lukowski"},{"developerId":"thickpaddy","name":"Mark Woods"},{"developerId":"jkrall","name":"Joshua Krall"},{"developerId":"bgreenlee","name":"Brad Greenlee"},{"developerId":"hpoydar","name":"Henry Poydar"},{"developerId":"mortice","name":"Tom Stuart"},{"developerId":"dbriones","name":"Dante Briones"}],"excerpt":"This plugin is a Campfire bot that can publish build statusses to Campfire rooms.","gav":"org.jenkins-ci.plugins:campfire:2.7","labels":["notifier"],"name":"campfire","previousTimestamp":"2012-12-01T21:29:00.00Z","previousVersion":"2.6","releaseTimestamp":"2013-12-19T20:00:24.00Z","requiredCore":"1.424","scm":"https://github.com/jenkinsci/campfire-plugin","sha1":"9jwmMZ+GsMdxsgyLSVDBVidBYWQ=","sha256":"9Lblesl0J0vkNRODyds84nq73H224rlzWakP9WeAv9s=","title":"Campfire","url":"http://updates.jenkins-ci.org/download/plugins/campfire/2.7/campfire.hpi","version":"2.7","wiki":"https://plugins.jenkins.io/campfire"},"capitomcat":{"buildDate":"Feb 17, 2015","dependencies":[{"name":"ruby-runtime","optional":false,"version":"0.11"}],"developers":[{"developerId":"sunggun"}],"excerpt":"This plugin deploy the WAR file to multiple remote Tomcat servers by using Capistrano 3","gav":"org.jenkins-ci.ruby-plugins:capitomcat:0.1.0","labels":["upload"],"name":"capitomcat","previousTimestamp":"2015-01-24T00:33:43.00Z","previousVersion":"0.0.11","releaseTimestamp":"2015-02-17T01:31:52.00Z","requiredCore":"1.432","scm":"https://github.com/jenkinsci/capitomcat-plugin","sha1":"Zov7Vfv3YJW5t4TK2rmUOnWl+FA=","sha256":"jdI+mrdUZIMr0G3RfD+nx0p1CBgxT5H0nGdcgLY2UGY=","title":"Capitomcat","url":"http://updates.jenkins-ci.org/download/plugins/capitomcat/0.1.0/capitomcat.hpi","version":"0.1.0","wiki":"https://plugins.jenkins.io/capitomcat"},"cas-plugin":{"buildDate":"Jan 21, 2019","dependencies":[{"name":"mailer","optional":false,"version":"1.16"},{"name":"script-security","optional":false,"version":"1.27"}],"developers":[{"developerId":"fcrespel","email":"fabien@crespel.net","name":"Fabien Crespel"}],"excerpt":"This plugin enables use of CAS<\/a> as an authentication source, for single sign-on and single sign-out support.","gav":"org.jenkins-ci.plugins:cas-plugin:1.4.3","labels":["user"],"name":"cas-plugin","previousTimestamp":"2018-06-03T12:54:30.00Z","previousVersion":"1.4.2","releaseTimestamp":"2019-01-21T21:51:46.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/cas-plugin","sha1":"RnJOJcJW1ddreIj72kt6ncJliiA=","sha256":"cjnqh+9ejiMiBDCGJVfJTXIvUEvlipHgxSchSzvsxqE=","title":"CAS","url":"http://updates.jenkins-ci.org/download/plugins/cas-plugin/1.4.3/cas-plugin.hpi","version":"1.4.3","wiki":"https://plugins.jenkins.io/cas-plugin"},"castecho":{"buildDate":"Jun 11, 2019","dependencies":[{"name":"workflow-job","optional":false,"version":"2.26"},{"name":"workflow-step-api","optional":false,"version":"2.19"},{"name":"git","optional":false,"version":"3.9.3"},{"name":"matrix-project","optional":false,"version":"1.12"},{"name":"scm-api","optional":false,"version":"2.2.6"},{"name":"script-security","optional":false,"version":"1.47"},{"name":"structs","optional":false,"version":"1.17"}],"developers":[{"developerId":"tpouit","name":"Thomas Pouit"}],"excerpt":"CAST Echo plugin.","gav":"io.jenkins.plugins:castecho:1.0.0","labels":[],"minimumJavaVersion":"1.8","name":"castecho","releaseTimestamp":"2019-06-11T11:39:09.00Z","requiredCore":"2.150.3","scm":"https://github.com/jenkinsci/castecho-plugin","sha1":"mw5YhsGNjWizNYPCZecWiL5ZkqE=","sha256":"5WLuC10hZwGDGrr6iGDlCjtdIThFfgheB+bN9g5I4ms=","title":"CASTEcho","url":"http://updates.jenkins-ci.org/download/plugins/castecho/1.0.0/castecho.hpi","version":"1.0.0","wiki":"https://plugins.jenkins.io/castecho"},"catalogic-ecx":{"buildDate":"Oct 14, 2016","dependencies":[],"developers":[{"developerId":"neethapai","email":"npai@catalogicsoftware.com","name":"Neetha Pai"}],"excerpt":"This plugin integrates with Catalogic copy data management platform and facilitates the deployment of an virtual machine, application or storage volume as an optional step of a build or pipeline.","gav":"com.catalogic.ecxjenkins:catalogic-ecx:1.9","labels":[],"name":"catalogic-ecx","releaseTimestamp":"2016-10-14T16:38:10.00Z","requiredCore":"1.609.1","scm":"https://github.com/jenkinsci/catalogic-ecx-plugin","sha1":"KvTBwzf+3oOtEgTU0TPVhOpJFHI=","sha256":"O7mYHrtURyPdDzfgI3rcqhdC3LKNenuM4UzQfnzSTcs=","title":"ECX Copy Data Management","url":"http://updates.jenkins-ci.org/download/plugins/catalogic-ecx/1.9/catalogic-ecx.hpi","version":"1.9","wiki":"https://plugins.jenkins.io/catalogic-ecx"},"categorized-view":{"buildDate":"Apr 06, 2017","dependencies":[],"developers":[{"developerId":"taksan","name":"Gabriel Takeuchi"}],"excerpt":"This plugin introduces a new view on which you can create collapsible groups of jobs based on regular expressions.","gav":"org.jenkins-ci.plugins:categorized-view:1.10","labels":["ui"],"name":"categorized-view","previousTimestamp":"2017-03-18T01:26:52.00Z","previousVersion":"1.9","releaseTimestamp":"2017-04-06T02:00:53.00Z","requiredCore":"1.532.1","scm":"https://github.com/jenkinsci/categorized-view-plugin","sha1":"OdHQc0ExrliGo0Xev1PoNQkjvnI=","sha256":"0j1mGN+fTDRCw1uqYkZ1RvU15JwndWZGHP/yv+e8svo=","title":"categorized-view","url":"http://updates.jenkins-ci.org/download/plugins/categorized-view/1.10/categorized-view.hpi","version":"1.10","wiki":"https://plugins.jenkins.io/categorized-view"},"cccc":{"buildDate":"Nov 24, 2011","dependencies":[],"developers":[{"developerId":"gbois","name":"Gregory Boissinot"}],"excerpt":"This plugin parses CCCC<\/a> output files to produce project and build reports.","gav":"com.thalesgroup.jenkins-ci.plugins:cccc:0.6","labels":["report"],"name":"cccc","previousTimestamp":"2011-08-13T21:55:25.00Z","previousVersion":"0.5","releaseTimestamp":"2011-11-24T22:28:49.00Z","requiredCore":"1.410","scm":"https://github.com/jenkinsci/cccc-plugin","sha1":"dkJsiKHW6rmqQ0VAEUqlB8kwFls=","sha256":"yzjf8+PusKtdqjH6+6b5hjzJYJj5DN7Zw0IG8SCM4ps=","title":"CCCC","url":"http://updates.jenkins-ci.org/download/plugins/cccc/0.6/cccc.hpi","version":"0.6","wiki":"https://plugins.jenkins.io/cccc"},"ccm":{"buildDate":"Jan 30, 2018","dependencies":[{"name":"maven-plugin","optional":true,"version":"2.9"},{"name":"analysis-core","optional":false,"version":"1.94"},{"name":"matrix-project","optional":false,"version":"1.2.1"},{"name":"token-macro","optional":true,"version":"1.10"},{"name":"dashboard-view","optional":true,"version":"2.9.4"}],"developers":[{"developerId":"kinow","email":"brunodepaulak@yahoo.com.br","name":"Bruno P. Kinoshita"},{"developerId":"cesar1983","email":"cesar.fa@gmail.com","name":"Cesar Fernandes de Almeida"}],"excerpt":"This plug-in collects the CCM<\/a> analysis results of the project modules and visualizes the found warnings.","gav":"org.jvnet.hudson.plugins:ccm:3.2","labels":["report","maven","dotnet"],"name":"ccm","previousTimestamp":"2015-10-20T08:14:21.00Z","previousVersion":"3.1","releaseTimestamp":"2018-01-30T16:41:02.00Z","requiredCore":"1.596.1","scm":"https://github.com/jenkinsci/ccm-plugin","sha1":"s341GtmDlhW9i2qxJVSmb1vxqfQ=","sha256":"aTWZ7E1c4LABZlNHIuapa68H4OzGePfuy9fQTfMBJgc=","title":"CCM","url":"http://updates.jenkins-ci.org/download/plugins/ccm/3.2/ccm.hpi","version":"3.2","wiki":"https://plugins.jenkins.io/ccm"},"cctray-xml":{"buildDate":"Apr 15, 2019","dependencies":[],"developers":[{"developerId":"danielbeck"}],"excerpt":"This plugin provides the cc.xml functionality removed from Jenkins core in 2.173.","gav":"org.jenkins-ci.plugins:cctray-xml:1.0","labels":[],"minimumJavaVersion":"1.8","name":"cctray-xml","releaseTimestamp":"2019-04-15T12:11:36.00Z","requiredCore":"2.173","scm":"https://github.com/jenkinsci/cctray-xml-plugin","sha1":"4P6zCoyR3X2xGfctEBXoj2ssVDU=","sha256":"50wWBmC9ouu5aPqRJDJg8qKu/+jnxsts7HkUrxW9s8Q=","title":"CCtray XML (cc.xml)","url":"http://updates.jenkins-ci.org/download/plugins/cctray-xml/1.0/cctray-xml.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/cctray-xml"},"cerberus-testing":{"buildDate":"Feb 07, 2019","dependencies":[{"name":"structs","optional":false,"version":"1.1"}],"developers":[{"developerId":"nicodeur","email":"nico.deblock@gmail.com","name":"Nicolas Deblock"},{"developerId":"vertigo17","email":"vertigo17@free.fr","name":"Benoit Dumont"}],"excerpt":"This plugin allow to launch a test campaign on cerberus","gav":"org.jenkins-ci.plugins:cerberus-testing:1.6.2","labels":[],"name":"cerberus-testing","previousTimestamp":"2019-01-28T10:27:31.00Z","previousVersion":"1.6.1","releaseTimestamp":"2019-02-07T09:57:59.00Z","requiredCore":"1.580.1","scm":"https://github.com/jenkinsci/cerberus-testing-plugin","sha1":"Aji/iuOlOKuNrz6iVvSxXSvhwOU=","sha256":"g3/Tv+uLK0vhn0dTCei8PUeo4r8DDEETZWShsse2miQ=","title":"Cerberus Testing","url":"http://updates.jenkins-ci.org/download/plugins/cerberus-testing/1.6.2/cerberus-testing.hpi","version":"1.6.2","wiki":"https://plugins.jenkins.io/cerberus-testing"},"change-assembly-version-plugin":{"buildDate":"Mar 13, 2018","dependencies":[{"name":"structs","optional":false,"version":"1.2"}],"developers":[{"developerId":"slide_o_mix","name":"Alex Earl"}],"excerpt":"","gav":"org.jenkinsci.plugins:change-assembly-version-plugin:1.10","labels":["dotnet"],"name":"change-assembly-version-plugin","previousTimestamp":"2015-02-28T15:48:09.00Z","previousVersion":"1.5.1","releaseTimestamp":"2018-03-13T03:07:50.00Z","requiredCore":"1.642.4","scm":"https://github.com/jenkinsci/change-assembly-version-plugin","sha1":"gf4G41fT2xOORy5RxZ+fjch9Oxc=","sha256":"JyJhEKK98Zdqk468mSUV8HAQtezk0Ho/Csp1fwSbzNY=","title":"change-assembly-version-plugin","url":"http://updates.jenkins-ci.org/download/plugins/change-assembly-version-plugin/1.10/change-assembly-version-plugin.hpi","version":"1.10","wiki":"https://plugins.jenkins.io/change-assembly-version-plugin"},"changelog-history":{"buildDate":"Oct 24, 2017","dependencies":[{"name":"subversion","optional":false,"version":"2.6"}],"developers":[{"developerId":"mindless","name":"Alan Harder"},{"developerId":"escoem","name":"Emilio Escobar"}],"excerpt":"This plugin copies change log data to a later build when a build is deleted.","gav":"org.jenkins-ci.plugins:changelog-history:1.7","labels":["misc"],"name":"changelog-history","previousTimestamp":"2016-08-17T15:59:58.00Z","previousVersion":"1.6","releaseTimestamp":"2017-10-24T08:04:02.00Z","requiredCore":"1.580.3","scm":"https://github.com/jenkinsci/changelog-history-plugin","sha1":"eIKaiAgg6Z8PVRCiG7MOnDQDE+o=","sha256":"NSpdMK30cB+40Yo3DajcANulMRrCX46BEsQt6cJ0J48=","title":"Change Log History","url":"http://updates.jenkins-ci.org/download/plugins/changelog-history/1.7/changelog-history.hpi","version":"1.7","wiki":"https://plugins.jenkins.io/changelog-history"},"changes-since-last-success":{"buildDate":"May 16, 2019","dependencies":[],"developers":[{"developerId":"ndeloof","name":"Nicolas De Loof"}],"excerpt":"Generate changelog for a range of jenkins builds.","gav":"org.jenkins-ci.plugins:changes-since-last-success:0.6","labels":[],"name":"changes-since-last-success","previousTimestamp":"2013-01-17T13:51:30.00Z","previousVersion":"0.5","releaseTimestamp":"2019-05-16T20:52:07.00Z","requiredCore":"1.424","scm":"https://github.com/jenkinsci/changes-since-last-success-plugin","sha1":"GL1TLIJRTJVj+HDylEZWw0Z2kRs=","sha256":"8QFZcXR43BIkPW3UdgONI50Ea6wkTnm/W1KfuyqSiXQ=","title":"Changes since last successful build","url":"http://updates.jenkins-ci.org/download/plugins/changes-since-last-success/0.6/changes-since-last-success.hpi","version":"0.6","wiki":"https://plugins.jenkins.io/changes-since-last-success"},"chaos-butler":{"buildDate":"Sep 13, 2016","dependencies":[],"developers":[{"developerId":"stephenconnolly","name":"Stephen Connolly"}],"excerpt":"A plugin that periodically wakes up and disconnects build agents in order to prove that your infrastructure is fault resilient.","gav":"org.jenkins-ci.plugins:chaos-butler:1.0","labels":["cluster"],"name":"chaos-butler","releaseTimestamp":"2016-09-13T21:05:48.00Z","requiredCore":"1.625","scm":"https://github.com/jenkinsci/jamm-plugin","sha1":"EYXgRdqdGYzgu0Lh7sNNSqU6nzA=","sha256":"1cw31Ki/POslZAi2nbCcksfwttIp+MN0VeZJQItXl8I=","title":"Chaos Butler","url":"http://updates.jenkins-ci.org/download/plugins/chaos-butler/1.0/chaos-butler.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/chaos-butler"},"chatter-notifier":{"buildDate":"Sep 05, 2018","dependencies":[{"name":"workflow-api","optional":false,"version":"2.24"},{"name":"junit","optional":false,"version":"1.24"},{"name":"credentials","optional":false,"version":"1.22"}],"developers":[{"developerId":"sfell","email":"simon.fell@salesforce.com","name":"Simon Fell"},{"developerId":"sortiz","email":"sortiz@salesforce.com","name":"Stephanie Ortiz"},{"developerId":"justinharringa","email":"jharringa@salesforce.com","name":"Justin Harringa"}],"excerpt":"This plugin can be configured to post build results to a Chatter feed or to send a buildUrlTitle/body as a build step.","gav":"org.jenkins-ci.plugins:chatter-notifier:2.1.0","labels":["notifier"],"name":"chatter-notifier","previousTimestamp":"2018-08-13T16:52:50.00Z","previousVersion":"2.0.5","releaseTimestamp":"2018-09-05T01:33:09.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/chatter-notifier-plugin","sha1":"GHqpd2S+YsTH0XfAcH8JYffAAho=","sha256":"GzWr3GzWTS8m4+ABirtkgkTlkGff/ViHxsMuhZpq7Fs=","title":"Chatter Notifier","url":"http://updates.jenkins-ci.org/download/plugins/chatter-notifier/2.1.0/chatter-notifier.hpi","version":"2.1.0","wiki":"https://plugins.jenkins.io/chatter-notifier"},"chatwork":{"buildDate":"Jan 27, 2017","dependencies":[],"developers":[{"developerId":"vexus2","email":"hikaru.tooyama@gmail.com","name":"vexus2"},{"developerId":"sue445","email":"sue445@sue445.net","name":"sue445"}],"excerpt":"This plugin will notify the ChatWork the start of Job.","gav":"org.jenkins-ci.plugins:chatwork:1.0.8","labels":["notifier"],"name":"chatwork","previousTimestamp":"2016-12-01T14:42:48.00Z","previousVersion":"1.0.6","releaseTimestamp":"2017-01-27T08:35:52.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/chatwork-plugin","sha1":"b7L7EuyidD6HezmH5g90WCj0qmM=","sha256":"4Ajn0Z8m7Rjay0J9KytfBK1EQLqnWdMUldOeMVD7g10=","title":"ChatWork","url":"http://updates.jenkins-ci.org/download/plugins/chatwork/1.0.8/chatwork.hpi","version":"1.0.8","wiki":"https://plugins.jenkins.io/chatwork"},"checkmarx":{"buildDate":"Jul 23, 2019","dependencies":[{"name":"maven-plugin","optional":true,"version":"1.509.3"},{"name":"credentials","optional":true,"version":"1.23"}],"developers":[{"developerId":"checkmarxsupport","name":"Checkmarx Support"},{"developerId":"galdor","name":"Gal Dor"}],"excerpt":"This plugin allows scanning the source code in Checkmarx static code analysis engine. See https://checkmarx.atlassian.net/wiki/display/KC/CxSAST+Jenkins+Plugin<\/a>.","gav":"com.checkmarx.jenkins:checkmarx:8.90.4","labels":["external","report"],"name":"checkmarx","previousTimestamp":"2019-07-18T13:43:58.00Z","previousVersion":"8.90.3","releaseTimestamp":"2019-07-23T11:35:09.00Z","requiredCore":"1.579","scm":"https://github.com/jenkinsci/checkmarx-plugin","sha1":"T2X+vHMBQwX9JHsL5PRr2tYMGDg=","sha256":"9ojSjWr7xISILHKcsRDPL00Iv2igMFypKrh0GR9Kwow=","title":"Checkmarx","url":"http://updates.jenkins-ci.org/download/plugins/checkmarx/8.90.4/checkmarx.hpi","version":"8.90.4","wiki":"https://plugins.jenkins.io/checkmarx"},"checkstyle":{"buildDate":"Dec 21, 2018","dependencies":[{"name":"maven-plugin","optional":false,"version":"2.17"},{"name":"dashboard-view","optional":true,"version":"2.9.4"},{"name":"matrix-project","optional":false,"version":"1.7.1"},{"name":"token-macro","optional":true,"version":"2.1"},{"name":"analysis-core","optional":false,"version":"1.94"}],"developers":[{"developerId":"drulli","email":"ullrich.hafner@gmail.com","name":"Ulli Hafner"}],"excerpt":"The CheckStyle plug-in reached end-of-life. All functionality has been integrated into the Warnings Next Generation Plugin<\/a>.","gav":"org.jvnet.hudson.plugins:checkstyle:4.0.0","labels":["maven","report"],"name":"checkstyle","previousTimestamp":"2018-01-12T14:09:06.00Z","previousVersion":"3.50","releaseTimestamp":"2018-12-21T13:39:58.00Z","requiredCore":"1.625.1","scm":"https://github.com/jenkinsci/checkstyle-plugin","sha1":"zSnZsSJIyDkIoefnhVMyc/p292g=","sha256":"20ANHrUz5osnWxZfOUr5O5ywlU2o8cEyjuBcgL+gYN8=","title":"Checkstyle","url":"http://updates.jenkins-ci.org/download/plugins/checkstyle/4.0.0/checkstyle.hpi","version":"4.0.0","wiki":"https://plugins.jenkins.io/checkstyle"},"chef":{"buildDate":"Aug 29, 2015","dependencies":[{"name":"ruby-runtime","optional":false,"version":"0.12"}],"developers":[{"developerId":"vagrant"}],"excerpt":"run chef-client remotely under Jenkins CI","gav":"org.jenkins-ci.ruby-plugins:chef:0.1.7","labels":[],"name":"chef","previousTimestamp":"2015-07-06T14:26:19.00Z","previousVersion":"0.1.6","releaseTimestamp":"2015-08-29T20:13:39.00Z","requiredCore":"1.432","scm":"https://github.com/jenkinsci/chef-plugin","sha1":"wBXsJ4bCM4yYanAw+qQnKO+aiBg=","sha256":"lX2rqM3Kr5H6fvJ6aTMdWY+UPFtcX2jmTnIazF6lA+U=","title":"Chef","url":"http://updates.jenkins-ci.org/download/plugins/chef/0.1.7/chef.hpi","version":"0.1.7","wiki":"https://plugins.jenkins.io/chef"},"chef-cookbook-pipeline":{"buildDate":"Jul 16, 2018","dependencies":[{"name":"blueocean","optional":false,"version":"1.2.4"},{"name":"workflow-step-api","optional":false,"version":"2.12"}],"developers":[{"developerId":"rhass"}],"excerpt":"Set up a pipeline for testing Chef cookbooks.","gav":"io.chef.jenkins-ci.plugins:chef-cookbook-pipeline:0.1.0","labels":[],"name":"chef-cookbook-pipeline","releaseTimestamp":"2018-07-16T16:53:42.00Z","requiredCore":"2.7.3","scm":"https://github.com/jenkinsci/chef-cookbook-pipeline-plugin","sha1":"C1gyyrnnih8GeoqWmO+8Ll6H4GE=","sha256":"PMBPAO8TvEmryWy/JF3gbYXoW8QQsqhGkZmRgMW4M0A=","title":"Chef Cookbook Pipeline","url":"http://updates.jenkins-ci.org/download/plugins/chef-cookbook-pipeline/0.1.0/chef-cookbook-pipeline.hpi","version":"0.1.0","wiki":"https://plugins.jenkins.io/chef-cookbook-pipeline"},"chef-identity":{"buildDate":"Mar 11, 2019","compatibleSinceVersion":"2.0.0","dependencies":[{"name":"matrix-project","optional":false,"version":"1.8"}],"developers":[{"developerId":"tfitch","email":"jenkins@tfitch.com","name":"Tyler Fitch"}],"excerpt":"This plugin manages user credentials for a Chef<\/a> server.","gav":"org.jenkins-ci.plugins:chef-identity:2.0.3","labels":["buildwrapper","parameter"],"name":"chef-identity","previousTimestamp":"2015-05-12T23:12:49.00Z","previousVersion":"1.0.0","releaseTimestamp":"2019-03-11T00:44:35.00Z","requiredCore":"2.7.3","scm":"https://github.com/jenkinsci/chef-identity-plugin","sha1":"tx7yTzMENKpAN1mzS9s0cJ2QUqI=","sha256":"ASy+hI7iFgqQKlUugGJiDRayCOkE5ydYnzA8lNbN8ms=","title":"Chef Identity","url":"http://updates.jenkins-ci.org/download/plugins/chef-identity/2.0.3/chef-identity.hpi","version":"2.0.3","wiki":"https://plugins.jenkins.io/chef-identity"},"chef-tracking":{"buildDate":"Mar 31, 2014","dependencies":[{"name":"deployment-notification","optional":false,"version":"1.1"}],"developers":[{"developerId":"kohsuke"}],"excerpt":"This plugin accepts submissions from chef_handler_jenkins and tracks how files are getting deployed.","gav":"org.jenkins-ci.plugins:chef-tracking:1.0","labels":[],"name":"chef-tracking","releaseTimestamp":"2014-03-31T17:17:02.00Z","requiredCore":"1.509.4","scm":"https://github.com/jenkinsci/chef-tracking-plugin","sha1":"Cj/OVnOlCfaFD7O0c/cidYrEZ3c=","sha256":"e5fK9rhe5t1eYyJFiJpEW3fA+QcFItBYTCbz8b/7Z2E=","title":"chef-tracking","url":"http://updates.jenkins-ci.org/download/plugins/chef-tracking/1.0/chef-tracking.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/chef-tracking"},"chosen":{"buildDate":"Dec 31, 2012","dependencies":[{"name":"ui-samples-plugin","optional":true,"version":"1.488"}],"developers":[{"developerId":"kohsuke"}],"excerpt":"Library plugin that adds "Chosen"<\/a> JavaScript library.","gav":"org.jenkins-ci.plugins:chosen:1.0","labels":[],"name":"chosen","releaseTimestamp":"2012-12-31T21:02:57.00Z","requiredCore":"1.488","scm":"https://github.com/jenkinsci/chosen-plugin","sha1":"OWXmtS3vpshYI6XG9TSpNph7A8Y=","sha256":"JhTEcL7f7bVuPXLaIkWN5pUl5BLCQK+irFYDCtoRW5M=","title":"Chosen","url":"http://updates.jenkins-ci.org/download/plugins/chosen/1.0/chosen.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/chosen"},"chosen-views-tabbar":{"buildDate":"Apr 13, 2014","dependencies":[],"developers":[{"developerId":"taksan","name":"Gabriel Takeuchi"}],"excerpt":"This plugin adds a view tab bar that presents the view list using the "chosen" (https://github.com/julesjanssen/chosen/) drop down list. This view tab bar is useful when you have too many views that can't fit horizontally in most browsers.","gav":"org.jenkins-ci.plugins:chosen-views-tabbar:1.2","labels":["ui"],"name":"chosen-views-tabbar","previousTimestamp":"2014-04-09T13:25:45.00Z","previousVersion":"1.1","releaseTimestamp":"2014-04-13T21:17:58.00Z","requiredCore":"1.509.4","scm":"https://github.com/jenkinsci/chosen-views-tabbar","sha1":"UmqszSa0USnjbzvMMxEQi42hM3g=","sha256":"elMhM8pU+AHvTwlydSkdVdjXxlNCtPzBgpXk6KjmlpM=","title":"chosen-views-tabbar","url":"http://updates.jenkins-ci.org/download/plugins/chosen-views-tabbar/1.2/chosen-views-tabbar.hpi","version":"1.2","wiki":"https://plugins.jenkins.io/chosen-views-tabbar"},"chrome-frame-plugin":{"buildDate":"Sep 23, 2011","dependencies":[],"developers":[{"developerId":"jieryn","email":"jieryn@gmail.com","name":"Jesse Farinacci"}],"excerpt":"The Chrome Frame Plugin<\/a> provides Google Chrome Frame<\/a> request for all pages.","gav":"org.jenkins-ci.plugins:chrome-frame-plugin:1.1","labels":["page-decorator"],"name":"chrome-frame-plugin","previousTimestamp":"2011-09-22T20:38:43.00Z","previousVersion":"1.0","releaseTimestamp":"2011-09-23T19:49:06.00Z","requiredCore":"1.429","scm":"https://github.com/jenkinsci/chrome-frame-plugin","sha1":"cU9qJp/rTvNJ3onkEN9RmHBniqQ=","sha256":"YnYIRgBmNE4Vwnbk+ue2FR+pCxeFgsgpHIHnoYDO/yQ=","title":"Chrome Frame","url":"http://updates.jenkins-ci.org/download/plugins/chrome-frame-plugin/1.1/chrome-frame-plugin.hpi","version":"1.1","wiki":"https://plugins.jenkins.io/chrome-frame-plugin"},"chromedriver":{"buildDate":"Aug 18, 2015","dependencies":[],"developers":[{"developerId":"nicolas"}],"excerpt":"This plugin auto-installs chromedriver<\/a> to all the slaves.","gav":"org.jenkins-ci.plugins:chromedriver:1.2","labels":[],"name":"chromedriver","previousTimestamp":"2014-03-31T14:02:06.00Z","previousVersion":"1.1","releaseTimestamp":"2015-08-18T09:11:31.00Z","requiredCore":"1.609","scm":"https://github.com/jenkinsci/chromedriver-plugin","sha1":"BUsc8yLZKDj6+2zeTeu7yq2UvPs=","sha256":"RNZ5AokPMaWscCp1wzcsLk4QLg6QUZatQtFY/VgeCkk=","title":"chromedriver","url":"http://updates.jenkins-ci.org/download/plugins/chromedriver/1.2/chromedriver.hpi","version":"1.2","wiki":"https://plugins.jenkins.io/chromedriver"},"chroot":{"buildDate":"Feb 01, 2015","dependencies":[],"developers":[{"developerId":"rmohr","email":"roman@fenkhuber.at","name":"Roman Mohr"}],"excerpt":"chroot environment management plugin for clean build environments.","gav":"org.jenkins-ci.plugins:chroot:0.1.4","labels":["buildwrapper","misc","builder"],"name":"chroot","previousTimestamp":"2014-07-13T12:22:34.00Z","previousVersion":"0.1.3","releaseTimestamp":"2015-02-01T20:40:01.00Z","requiredCore":"1.480.3","scm":"https://github.com/jenkinsci/chroot-plugin","sha1":"ybddY3y9sxYkKfNsU0MaYv0jwYE=","sha256":"pH/3k93093pdiMQD+vtVjIJhk2gHuOEjYAzPWQVBVdc=","title":"Chroot","url":"http://updates.jenkins-ci.org/download/plugins/chroot/0.1.4/chroot.hpi","version":"0.1.4","wiki":"https://plugins.jenkins.io/chroot"},"chucknorris":{"buildDate":"Nov 14, 2018","dependencies":[{"name":"workflow-step-api","optional":false,"version":"1.14"}],"developers":[{"developerId":"batmat","email":"batmat@batmat.net","name":"Baptiste Mathus"}],"excerpt":"ChuckNorris plugin displays a picture of Chuck Norris (instead of Jenkins the butler) and a random Chuck Norris 'The Programmer' fact on each build page.","gav":"org.jvnet.hudson.plugins:chucknorris:1.2","labels":["ui"],"name":"chucknorris","previousTimestamp":"2017-11-27T06:11:52.00Z","previousVersion":"1.1","releaseTimestamp":"2018-11-14T13:41:01.00Z","requiredCore":"1.651.3","scm":"https://github.com/jenkinsci/chucknorris-plugin","sha1":"I9DsQPDlVOfkiZZr5QvRHXuuVPc=","sha256":"iRPm3On1InBCmSpZmhFUucBQ3BU8eSuZBRZMchNNRMk=","title":"ChuckNorris","url":"http://updates.jenkins-ci.org/download/plugins/chucknorris/1.2/chucknorris.hpi","version":"1.2","wiki":"https://plugins.jenkins.io/chucknorris"},"ci-game":{"buildDate":"Oct 21, 2016","dependencies":[{"name":"findbugs","optional":true,"version":"4.50"},{"name":"warnings","optional":true,"version":"3.0"},{"name":"pmd","optional":true,"version":"3.1"},{"name":"checkstyle","optional":true,"version":"3.40"},{"name":"structs","optional":false,"version":"1.3"},{"name":"jacoco","optional":true,"version":"1.0.18"},{"name":"tasks","optional":true,"version":"4.0"},{"name":"junit","optional":false,"version":"1.0"},{"name":"violations","optional":true,"version":"0.5.4"},{"name":"analysis-core","optional":false,"version":"1.58"}],"developers":[{"developerId":"redsolo","email":"eramfelt@gmail.com","name":"Erik Ramfelt"},{"developerId":"kutzi","email":"kutzi@gmx.de","name":"Christoph Kutzinski"}],"excerpt":"The continuous integration build game.","gav":"org.jenkins-ci.plugins:ci-game:1.26","labels":["misc","maven"],"name":"ci-game","previousTimestamp":"2016-06-30T07:00:30.00Z","previousVersion":"1.25","releaseTimestamp":"2016-10-21T06:48:47.00Z","requiredCore":"1.580.3","scm":"https://github.com/jenkinsci/ci-game-plugin","sha1":"gC1f2PCEIV8ltXpXN6dmViQigcA=","sha256":"j5nB2FxPdZuUZwwnprYqAdPbR2QEMJCPwK5UNsvOVU8=","title":"Continuous Integration game","url":"http://updates.jenkins-ci.org/download/plugins/ci-game/1.26/ci-game.hpi","version":"1.26","wiki":"https://plugins.jenkins.io/ci-game"},"ci-skip":{"buildDate":"Dec 23, 2013","dependencies":[{"name":"ruby-runtime","optional":false,"version":"0.12"}],"developers":[{"developerId":"banyan"}],"excerpt":"Commits that have [ci skip] anywhere in the commit messages will be skipped.","gav":"org.jenkins-ci.ruby-plugins:ci-skip:0.0.2","labels":[],"name":"ci-skip","previousTimestamp":"2013-12-22T15:04:00.00Z","previousVersion":"0.0.1","releaseTimestamp":"2013-12-23T16:37:35.00Z","requiredCore":"1.432","scm":"https://github.com/jenkinsci/ci-skip-plugin","sha1":"nRvBw3GScUvD35WD75/md5/MC1k=","sha256":"JKhINA66blOR4zSd01WJWBykY1Bd9vpRJvRpsYdHRU0=","title":"Ci Skip","url":"http://updates.jenkins-ci.org/download/plugins/ci-skip/0.0.2/ci-skip.hpi","version":"0.0.2","wiki":"https://plugins.jenkins.io/ci-skip"},"ci-with-toad-devops-toolkit":{"buildDate":"Jan 29, 2019","dependencies":[{"name":"structs","optional":false,"version":"1.7"}],"developers":[{"developerId":"hamermike","email":"mike.hamer@quest.com","name":"Mike Hamer"}],"excerpt":"Enables Oracle users to automate various DevOps tasks such as performing PL/SQL code analysis, running units tests, and executing scripts.","gav":"io.jenkins.plugins:ci-with-toad-devops-toolkit:1.3","labels":[],"name":"ci-with-toad-devops-toolkit","previousTimestamp":"2019-01-02T22:04:40.00Z","previousVersion":"1.2","releaseTimestamp":"2019-01-29T21:58:13.00Z","requiredCore":"2.7.3","scm":"https://github.com/jenkinsci/ci-with-toad-devops-toolkit-plugin","sha1":"M+Vj1cU+oatKWcT3BAHDcBqZIcI=","sha256":"QWxy+rcqizMmJ38FVBeN2IoDzDwWixXBF8NuNWDu/m8=","title":"Continuous Integration with Toad DevOps Toolkit","url":"http://updates.jenkins-ci.org/download/plugins/ci-with-toad-devops-toolkit/1.3/ci-with-toad-devops-toolkit.hpi","version":"1.3","wiki":"https://plugins.jenkins.io/ci-with-toad-devops-toolkit"},"ci-with-toad-edge":{"buildDate":"Jul 11, 2018","dependencies":[],"developers":[{"developerId":"pchudani","email":"petr.chudanic@quest.com","name":"Petr Chudanic"}],"excerpt":"Allows users to automate database lifecycle management operations.","gav":"org.jenkins-ci.plugins:ci-with-toad-edge:2.0","labels":[],"name":"ci-with-toad-edge","previousTimestamp":"2017-11-15T12:28:27.00Z","previousVersion":"1.2","releaseTimestamp":"2018-07-11T10:53:21.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/ci-with-toad-edge-plugin","sha1":"tPGka7Fc9a7BC8XaYa9hjmw4uyA=","sha256":"Nkko4XdYCeQJcePl6uUbwhJ3cLdMaLZz84+0uUxQiDk=","title":"Continuous Integration with Toad Edge","url":"http://updates.jenkins-ci.org/download/plugins/ci-with-toad-edge/2.0/ci-with-toad-edge.hpi","version":"2.0","wiki":"https://plugins.jenkins.io/ci-with-toad-edge"},"cisco-spark":{"buildDate":"Sep 16, 2017","dependencies":[{"name":"workflow-step-api","optional":false,"version":"1.11"},{"name":"token-macro","optional":true,"version":"2.0"},{"name":"mailer","optional":false,"version":"1.20"},{"name":"junit","optional":false,"version":"1.15"},{"name":"email-ext","optional":false,"version":"2.41"}],"developers":[{"developerId":"jiafu1115","email":"fujian1115@gmail.com","name":"fu.jian"}],"excerpt":"This plugin allows you to publish content to Cisco spark room.","gav":"org.jenkins-ci.plugins:cisco-spark:1.1.1","labels":["notifier"],"name":"cisco-spark","previousTimestamp":"2017-09-16T07:50:12.00Z","previousVersion":"1.1.0","releaseTimestamp":"2017-09-16T08:28:19.00Z","requiredCore":"1.609.2","scm":"https://github.com/jenkinsci/cisco-spark-plugin","sha1":"Vl06ZvdyLEbbX+tdfXh42JdwQ4M=","sha256":"Jk4tefvE4Ono314vtsrouivgE1bVV7WYgE5dTqj7qy4=","title":"Cisco Spark","url":"http://updates.jenkins-ci.org/download/plugins/cisco-spark/1.1.1/cisco-spark.hpi","version":"1.1.1","wiki":"https://plugins.jenkins.io/cisco-spark"},"cisco-spark-notifier":{"buildDate":"Aug 23, 2017","dependencies":[{"name":"workflow-cps","optional":false,"version":"1.11"},{"name":"workflow-job","optional":false,"version":"1.11"},{"name":"workflow-step-api","optional":false,"version":"1.11"},{"name":"credentials","optional":false,"version":"1.25"},{"name":"plain-credentials","optional":false,"version":"1.2"},{"name":"envinject","optional":true,"version":"1.92.1"}],"developers":[{"developerId":"taypatto","email":"taylorp36@gmail.com","name":"Taylor Patton"}],"excerpt":"Notify Cisco Spark spaces from build, post-build and pipeline steps using 'Secret text' credential containing bot or user token","gav":"org.jenkins-ci.plugins:cisco-spark-notifier:1.1.1","labels":["notifier"],"name":"cisco-spark-notifier","previousTimestamp":"2017-05-08T18:35:30.00Z","previousVersion":"1.1.0","releaseTimestamp":"2017-08-23T20:31:53.00Z","requiredCore":"1.580.1","scm":"https://github.com/jenkinsci/cisco-spark-notifier-plugin","sha1":"yMk7W7HrnPPpSiVan4SaRIeISXs=","sha256":"/zoDVXXag1Sr2JRCCRX1N7jp9H6zFfmxi2rWxgxKgeQ=","title":"Cisco Spark Notifier","url":"http://updates.jenkins-ci.org/download/plugins/cisco-spark-notifier/1.1.1/cisco-spark-notifier.hpi","version":"1.1.1","wiki":"https://plugins.jenkins.io/cisco-spark-notifier"},"claim":{"buildDate":"May 03, 2018","dependencies":[{"name":"build-failure-analyzer","optional":true,"version":"1.19.0"},{"name":"junit","optional":false,"version":"1.20"},{"name":"mailer","optional":true,"version":"1.20"},{"name":"matrix-project","optional":false,"version":"1.12"},{"name":"script-security","optional":false,"version":"1.34"}],"developers":[{"developerId":"ki82","name":"Christian BREMER"},{"developerId":"greybird","name":"Arnaud TAMAILLON"}],"excerpt":"Allow users to claim or be assigned failed builds.","gav":"org.jenkins-ci.plugins:claim:2.15","labels":["misc"],"name":"claim","previousTimestamp":"2018-02-14T06:30:07.00Z","previousVersion":"2.14.1","releaseTimestamp":"2018-05-03T06:16:46.00Z","requiredCore":"2.7.3","scm":"https://github.com/jenkinsci/claim-plugin","sha1":"o9ccpWLHxquCjXljXSUtsBzaD2s=","sha256":"LqG1PsPYKc2ZxIKIGv9oEE+YlAIG0fCP26x3umlYN00=","title":"Claim","url":"http://updates.jenkins-ci.org/download/plugins/claim/2.15/claim.hpi","version":"2.15","wiki":"https://plugins.jenkins.io/claim"},"clamav":{"buildDate":"May 10, 2015","dependencies":[],"developers":[{"developerId":"ssogabe","name":"Seiji Sogabe"}],"excerpt":"This plugin allows you to check the artifacts with ClamAV.","gav":"org.jenkins-ci.plugins:clamav:0.3","labels":["external"],"name":"clamav","previousTimestamp":"2012-09-06T11:43:56.00Z","previousVersion":"0.2.1","releaseTimestamp":"2015-05-10T02:28:40.00Z","requiredCore":"1.596.2","scm":"https://github.com/jenkinsci/clamav-plugin","sha1":"rQKqZv2DXGgtLRFrjYhnkNft3CE=","sha256":"PWF6RUucq57Rp7Yg1LJUWY6pAtQ8znB6RJK0ecBeXSw=","title":"ClamAV","url":"http://updates.jenkins-ci.org/download/plugins/clamav/0.3/clamav.hpi","version":"0.3","wiki":"https://plugins.jenkins.io/clamav"},"clang-scanbuild":{"buildDate":"May 07, 2016","dependencies":[],"developers":[{"developerId":"jkennedy1980","email":"josh@ponycode.com","name":"Joshua Kennedy"},{"developerId":"rodrigc","email":"rodrigc@FreeBSD.org","name":"Craig Rodrigues"}],"excerpt":"This plugin provides an new type of build-step and a publisher which can be used together to have an XCode project statically analyzed using the Clang Static Analyzer.","gav":"org.jenkins-ci.plugins:clang-scanbuild:1.8","labels":["report","ios"],"name":"clang-scanbuild","releaseTimestamp":"2016-05-07T02:37:44.00Z","requiredCore":"1.609.3","scm":"https://github.com/jenkinsci/clang-scanbuild-plugin","sha1":"/6hhYOfZYEd6w88MQU3sRvx1HS8=","sha256":"g+gNLPavwThD8536QEfQFCA3hHXXcSkbKdJYgPriVqg=","title":"Clang Scan-Build","url":"http://updates.jenkins-ci.org/download/plugins/clang-scanbuild/1.8/clang-scanbuild.hpi","version":"1.8","wiki":"https://plugins.jenkins.io/clang-scanbuild"},"clearcase":{"buildDate":"Sep 06, 2016","compatibleSinceVersion":"1.0","dependencies":[],"developers":[{"developerId":"praqma_josra","email":"josra@praqma.net","name":"Praqma Josra"}],"excerpt":"This plugin makes it possible to retrieve files from a ClearCase SCM using a configspec.","gav":"org.jenkins-ci.plugins:clearcase:1.6.3","labels":["scm"],"name":"clearcase","previousTimestamp":"2015-10-20T12:25:15.00Z","previousVersion":"1.6.2","releaseTimestamp":"2016-09-06T12:10:37.00Z","requiredCore":"1.625.1","scm":"https://github.com/jenkinsci/clearcase-plugin","sha1":"6av1vR4JX2SM9GSeMh85J2Vf/fY=","sha256":"utQN38epSQAiEMsUWrS7wF8zKcnjzmootvvXUcqVRxs=","title":"ClearCase","url":"http://updates.jenkins-ci.org/download/plugins/clearcase/1.6.3/clearcase.hpi","version":"1.6.3","wiki":"https://plugins.jenkins.io/clearcase"},"clearcase-release":{"buildDate":"Feb 17, 2011","dependencies":[{"name":"clearcase","optional":false,"version":"1.3.5"}],"developers":[{"developerId":"gbois","email":"gbois@dev.java.net","name":"Gregory Boissinot"}],"excerpt":"A plug-in that enables users to promote UCM baselines to the release promotion level.","gav":"org.jvnet.hudson.plugins:clearcase-release:0.3","labels":["buildwrapper"],"name":"clearcase-release","releaseTimestamp":"2011-02-17T21:36:38.00Z","requiredCore":"1.358","scm":"https://github.com/jenkinsci/clearcase-release-plugin","sha1":"wJ5JCXLgN+2LYyJM83A+dfmsIUk=","sha256":"6XXSqB/uLNyevo6wmyu0/FCd8X3GQvH/r1X/zfPupYg=","title":"ClearCase Release","url":"http://updates.jenkins-ci.org/download/plugins/clearcase-release/0.3/clearcase-release.hpi","version":"0.3","wiki":"https://plugins.jenkins.io/clearcase-release"},"clearcase-ucm-api":{"buildDate":"Jun 18, 2018","dependencies":[],"developers":[{"developerId":"MadsNielsen","name":"man@praqma.net"}],"excerpt":"","gav":"net.praqma:clearcase-ucm-api:1.0.0","labels":[],"name":"clearcase-ucm-api","releaseTimestamp":"2018-06-18T10:12:47.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/clearcase-ucm-api-plugin","sha1":"wE3XgegLNnEFvgtgiLSaIb/pQDw=","sha256":"O34snTqryfS+mOVNIjN/K6x1ejB0DLp0KsZ3iYXMvDY=","title":"ClearCase UCM library","url":"http://updates.jenkins-ci.org/download/plugins/clearcase-ucm-api/1.0.0/clearcase-ucm-api.hpi","version":"1.0.0","wiki":"https://plugins.jenkins.io/clearcase-ucm-api"},"clearcase-ucm-baseline":{"buildDate":"Sep 19, 2011","dependencies":[{"name":"clearcase","optional":false,"version":"1.3"}],"developers":[{"developerId":"rseguy","email":"romain.seguy@gmail.com","name":"Romain Seguy"}],"excerpt":"This plug-in allows using ClearCase UCM baselines (composite or not) as the input of builds: Users will be asked to select a baseline when building a job.","gav":"org.jvnet.hudson.plugins:clearcase-ucm-baseline:1.7.4","labels":["scm"],"name":"clearcase-ucm-baseline","previousTimestamp":"2011-02-20T21:35:36.00Z","previousVersion":"1.7.3","releaseTimestamp":"2011-09-19T16:59:38.00Z","requiredCore":"1.375","scm":"https://github.com/jenkinsci/clearcase-ucm-baseline-plugin","sha1":"M096rg4dK3BO7jdZAvungMCIqhs=","sha256":"0PfhggTBqOu02TNy7gZ0SheQeEQbQ5fYqkjmT3kR/+A=","title":"ClearCase UCM Baseline","url":"http://updates.jenkins-ci.org/download/plugins/clearcase-ucm-baseline/1.7.4/clearcase-ucm-baseline.hpi","version":"1.7.4","wiki":"https://plugins.jenkins.io/clearcase-ucm-baseline"},"clearcase-ucm-plugin":{"buildDate":"Jun 18, 2018","dependencies":[{"name":"clearcase-ucm-api","optional":false,"version":"1.0.0"},{"name":"compatibility-action-storage","optional":false,"version":"1.0"},{"name":"job-dsl","optional":true,"version":"1.38"}],"developers":[{"developerId":"MadsNielsen","name":"man@praqma.net"}],"excerpt":"A ClearCase UCM plugin for Jenkins and Hudson","gav":"org.jenkins-ci.plugins:clearcase-ucm-plugin:1.7.1","labels":["scm"],"name":"clearcase-ucm-plugin","previousTimestamp":"2016-08-25T07:05:14.00Z","previousVersion":"1.7.0","releaseTimestamp":"2018-06-18T11:13:51.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/clearcase-ucm-plugin","sha1":"aBIFN3uHt0Zafn6NhvwOiysherk=","sha256":"F1p8syosje6c9PS1wKrGhn8ac1/2xPdJ5ysC5Az/Vs4=","title":"ClearCase UCM Plugin","url":"http://updates.jenkins-ci.org/download/plugins/clearcase-ucm-plugin/1.7.1/clearcase-ucm-plugin.hpi","version":"1.7.1","wiki":"https://plugins.jenkins.io/clearcase-ucm-plugin"},"cli-commander":{"buildDate":"Jul 03, 2015","dependencies":[],"developers":[{"developerId":"olivergondza","email":"ogondza@gmail.com","name":"Oliver Gondža"}],"excerpt":"Run CLI commands from Jenkins UI","gav":"org.jenkins-ci.plugins:cli-commander:0.3","labels":[],"name":"cli-commander","previousTimestamp":"2015-04-17T10:28:09.00Z","previousVersion":"0.2","releaseTimestamp":"2015-07-03T08:58:12.00Z","requiredCore":"1.532","scm":"https://github.com/jenkinsci/cli-commander-plugin","sha1":"VKB+fRC1095r9g4j+TpOk54XDuk=","sha256":"dnB2iziPOEUMigkziBhYLqVzWt6CoG8ktFl9Yi+h/fQ=","title":"CLI Commander","url":"http://updates.jenkins-ci.org/download/plugins/cli-commander/0.3/cli-commander.hpi","version":"0.3","wiki":"https://plugins.jenkins.io/cli-commander"},"clif-performance-testing":{"buildDate":"Feb 03, 2017","dependencies":[],"developers":[{"email":"vincent1.rossignol (at) orange.com","name":"Vincent ROSSIGNOL"},{"developerId":"dillense","email":"clif@ow2.org","name":"Bruno DILLENSEGER"},{"email":"julien.coste (at) orange.com","name":"Julien COSTE"},{"name":"Thierry HENRIO"}],"excerpt":"This plugin adds Clif support to Jenkins.","gav":"org.jenkins-ci.plugins:clif-performance-testing:1.0.1","labels":["builder","report","misc"],"name":"clif-performance-testing","previousTimestamp":"2017-02-02T13:57:25.00Z","previousVersion":"1.0.0","releaseTimestamp":"2017-02-03T15:14:56.00Z","requiredCore":"2.13","scm":"https://github.com/jenkinsci/clif-performance-testing-plugin","sha1":"6G3QtI9z6iGrUD6QmQBAfs2BzBU=","sha256":"ByINVAGHiJiXes1avG+oUPm7T0l1ALfs02eQYFceZTU=","title":"CLIF Performance Testing","url":"http://updates.jenkins-ci.org/download/plugins/clif-performance-testing/1.0.1/clif-performance-testing.hpi","version":"1.0.1","wiki":"https://plugins.jenkins.io/clif-performance-testing"},"clone-workspace-scm":{"buildDate":"Sep 06, 2013","dependencies":[],"developers":[{"developerId":"abayer","email":"andrew.bayer@gmail.com","name":"Andrew Bayer"}],"excerpt":"This plugin makes it possible to archive the workspace from builds of one project and reuse them as the SCM source for another project.","gav":"org.jenkins-ci.plugins:clone-workspace-scm:0.6","labels":["scm"],"name":"clone-workspace-scm","previousTimestamp":"2012-08-17T17:43:08.00Z","previousVersion":"0.5","releaseTimestamp":"2013-09-06T16:11:40.00Z","requiredCore":"1.463","scm":"https://github.com/jenkinsci/jenkins-clone-workspace-scm-plugin","sha1":"5QjXyiVfpaMIMMoBhPZuZnzGVtA=","sha256":"AxqI1Mbrz6QNRme1sWGnH9ooBFu9oAMsS1sV6+T0KU4=","title":"Clone Workspace SCM","url":"http://updates.jenkins-ci.org/download/plugins/clone-workspace-scm/0.6/clone-workspace-scm.hpi","version":"0.6","wiki":"https://plugins.jenkins.io/clone-workspace-scm"},"cloud-stats":{"buildDate":"Sep 04, 2019","dependencies":[],"developers":[{"developerId":"olivergondza","email":"ogondza@gmail.com","name":"Oliver Gondža"}],"excerpt":"Report Jenkins dynamic provisioning activities and statistics","gav":"org.jenkins-ci.plugins:cloud-stats:0.25","labels":["slaves","cluster"],"name":"cloud-stats","previousTimestamp":"2019-06-24T07:16:18.00Z","previousVersion":"0.24","releaseTimestamp":"2019-09-04T11:29:41.00Z","requiredCore":"2.73.3","scm":"https://github.com/jenkinsci/cloud-stats-plugin","sha1":"TBOu08579QPzLchJ02/S0qZ8MLY=","sha256":"BD8ooYsttv6T/qNhcf0DIIPA4uNbO1tPU0weqMADREc=","title":"Cloud Statistics","url":"http://updates.jenkins-ci.org/download/plugins/cloud-stats/0.25/cloud-stats.hpi","version":"0.25","wiki":"https://plugins.jenkins.io/cloud-stats"},"cloudbees-bitbucket-branch-source":{"buildDate":"Aug 23, 2019","compatibleSinceVersion":"2.0","dependencies":[{"name":"apache-httpcomponents-client-4-api","optional":false,"version":"4.5.3-2.0"},{"name":"authentication-tokens","optional":false,"version":"1.3"},{"name":"display-url-api","optional":false,"version":"2.3.0"},{"name":"git","optional":false,"version":"3.6.0"},{"name":"handy-uri-templates-2-api","optional":false,"version":"2.1.6-1.0"},{"name":"jackson2-api","optional":false,"version":"2.9.8"},{"name":"mercurial","optional":false,"version":"2.0"},{"name":"scm-api","optional":false,"version":"2.2.7"},{"name":"structs","optional":false,"version":"1.10"}],"developers":[{"developerId":"amuniz","name":"Antonio Muniz"},{"developerId":"rsandell","name":"Bobby Sandell"},{"developerId":"vivek","name":"Vivek Pandey"},{"developerId":"casz","name":"Joseph Petersen"}],"excerpt":"Allows to use Bitbucket Cloud and Bitbucket Server as sources for multi-branch projects. It also provides the required connectors for Bitbucket Cloud Team and Bitbucket Server Project folder (also known as repositories auto-discovering).","gav":"org.jenkins-ci.plugins:cloudbees-bitbucket-branch-source:2.4.6","labels":["scm"],"minimumJavaVersion":"1.8","name":"cloudbees-bitbucket-branch-source","previousTimestamp":"2019-06-24T19:16:02.00Z","previousVersion":"2.4.5","releaseTimestamp":"2019-08-23T05:01:02.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/bitbucket-branch-source-plugin","sha1":"xwGpve2W4RgiZ491mbLLFT6lP0k=","sha256":"juoUF2QtTWqxmlzcae7H4ZE4J9S0ummHk/WUxfVME64=","title":"Bitbucket Branch Source","url":"http://updates.jenkins-ci.org/download/plugins/cloudbees-bitbucket-branch-source/2.4.6/cloudbees-bitbucket-branch-source.hpi","version":"2.4.6","wiki":"https://plugins.jenkins.io/cloudbees-bitbucket-branch-source"},"cloudbees-credentials":{"buildDate":"Mar 18, 2014","dependencies":[{"name":"credentials","optional":false,"version":"1.3"}],"developers":[{"developerId":"kohsuke"}],"excerpt":"CloudBees Credentials Plugin<\/b>
This plugin is used to manage credentials within Jenkins. This plugin is used by CloudBees plugins to access CloudBees services.","gav":"com.cloudbees.jenkins.plugins:cloudbees-credentials:3.3","labels":[],"name":"cloudbees-credentials","releaseTimestamp":"2014-03-18T02:03:34.00Z","requiredCore":"1.509","scm":"https://github.com/jenkinsci/cloudbees-credentials-plugin","sha1":"UPlPGoZ6/sqTs8/bpOyvbpf6kOo=","sha256":"7bo361TOBWR3vRDDzKyHD5TmjVH36ZSaNDjBiSeN/dQ=","title":"CloudBees Credentials","url":"http://updates.jenkins-ci.org/download/plugins/cloudbees-credentials/3.3/cloudbees-credentials.hpi","version":"3.3","wiki":"https://plugins.jenkins.io/cloudbees-credentials"},"cloudbees-devoptics-enabler":{"buildDate":"Dec 04, 2018","dependencies":[],"developers":[{"developerId":"jglassman"}],"excerpt":"Makes CloudBees DevOptics components available in Jenkins.","gav":"org.jenkins-ci.plugins:cloudbees-devoptics-enabler:0.4","labels":[],"name":"cloudbees-devoptics-enabler","previousTimestamp":"2018-01-31T16:01:14.00Z","previousVersion":"0.3","releaseTimestamp":"2018-12-04T15:21:29.00Z","requiredCore":"2.73.3","scm":"https://github.com/jenkinsci/cloudbees-devoptics-enabler-plugin","sha1":"o8WJlYF2IhB0zSuyDAY1rvSXtYc=","sha256":"iWRYIfZLShUHxReh4fRz0HE9ATuYsA1fGpFHKJ3zgD8=","title":"Cloudbees DevOptics Installation","url":"http://updates.jenkins-ci.org/download/plugins/cloudbees-devoptics-enabler/0.4/cloudbees-devoptics-enabler.hpi","version":"0.4","wiki":"https://plugins.jenkins.io/cloudbees-devoptics-enabler"},"cloudbees-disk-usage-simple":{"buildDate":"Aug 03, 2017","dependencies":[],"developers":[{"developerId":"ndeloof","email":"nicolas.deloof@gmail.com","name":"Nicolas De Loof"},{"developerId":"aheritier","email":"aheritier@apache.org","name":"Arnaud Heritier"},{"developerId":"recena","email":"recena@gmail.com","name":"Manuel Recena"},{"developerId":"ydubreuil","name":"Yoann Dubreuil"}],"excerpt":"Alternative to disk-usage plugin, to compute in the background per job disk usage on jenkins master","gav":"org.jenkins-ci.plugins:cloudbees-disk-usage-simple:0.9","labels":["report"],"name":"cloudbees-disk-usage-simple","previousTimestamp":"2017-06-06T07:24:34.00Z","previousVersion":"0.8","releaseTimestamp":"2017-08-03T13:09:21.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/cloudbees-disk-usage-simple-plugin","sha1":"OWjYHqkHy6KDYaJe7iVfHf5vLRk=","sha256":"KFGFZCr7iuss8ZnwEQqZjCCgtlKDtL6J466zbm/hbzg=","title":"CloudBees Disk Usage Simple","url":"http://updates.jenkins-ci.org/download/plugins/cloudbees-disk-usage-simple/0.9/cloudbees-disk-usage-simple.hpi","version":"0.9","wiki":"https://plugins.jenkins.io/cloudbees-disk-usage-simple"},"cloudbees-folder":{"buildDate":"Jun 12, 2019","compatibleSinceVersion":"5.2","dependencies":[{"name":"credentials","optional":true,"version":"2.1.11"}],"developers":[{"developerId":"fcojfernandez"}],"excerpt":"This plugin allows users to create "folders" to organize jobs. Users can define custom taxonomies (like by project type, organization type etc). Folders are nestable and you can define views within folders. Maintained by CloudBees, Inc.","gav":"org.jenkins-ci.plugins:cloudbees-folder:6.9","labels":["ui","misc"],"name":"cloudbees-folder","previousTimestamp":"2019-04-05T12:16:07.00Z","previousVersion":"6.8","releaseTimestamp":"2019-06-12T09:25:44.00Z","requiredCore":"2.130","scm":"https://github.com/jenkinsci/cloudbees-folder-plugin","sha1":"KARSuY25yUZNvI/U3bveUMN54ag=","sha256":"an4rJLSEON7kuL8l9hUFnLjzL1rSKLFvLhCQ5nCVbVU=","title":"Folders","url":"http://updates.jenkins-ci.org/download/plugins/cloudbees-folder/6.9/cloudbees-folder.hpi","version":"6.9","wiki":"https://plugins.jenkins.io/cloudbees-folder"},"cloudbees-jenkins-advisor":{"buildDate":"Aug 22, 2019","dependencies":[{"name":"support-core","optional":false,"version":"2.44"}],"developers":[{"developerId":"owood","email":"owood@cloudbees.com","name":"Owen Wood"},{"developerId":"kwhetstone","email":"kwhetstone@cloudbees.com","name":"Kristin Whetstone"}],"excerpt":"Get daily reports on security, performance, or stability issues found in your Jenkins master by connecting to CloudBees.","gav":"org.jenkins-ci.plugins:cloudbees-jenkins-advisor:2.10","labels":[],"minimumJavaVersion":"1.8","name":"cloudbees-jenkins-advisor","previousTimestamp":"2017-12-19T01:14:12.00Z","previousVersion":"1.5","releaseTimestamp":"2019-08-22T20:59:37.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/cloudbees-jenkins-advisor-plugin","sha1":"tUwFgqX4qQjniYQa5yLpt04gnk8=","sha256":"HMugZZuWh293edbBcsFIdRlJhJ+C8ydqbkrkYrEhVmc=","title":"CloudBees Jenkins Advisor","url":"http://updates.jenkins-ci.org/download/plugins/cloudbees-jenkins-advisor/2.10/cloudbees-jenkins-advisor.hpi","version":"2.10","wiki":"https://plugins.jenkins.io/cloudbees-jenkins-advisor"},"cloudbees-plugin-gateway":{"buildDate":"Dec 14, 2015","dependencies":[],"developers":[{"developerId":"stephenconnolly","name":"Stephen Connolly"}],"excerpt":"This plugin performs some tidy up if you previously installed the CloudBees Free Enterprise Plugins. You can safely uninstall it after Jenkins has been restarted at least once with this plugin installed.","gav":"org.jenkins-ci.plugins:cloudbees-plugin-gateway:7.0","labels":["misc"],"name":"cloudbees-plugin-gateway","previousTimestamp":"2014-02-26T15:49:59.00Z","previousVersion":"5.0","releaseTimestamp":"2015-12-14T21:41:10.00Z","requiredCore":"1.509","scm":"https://github.com/jenkinsci/cloudbees-plugin-gateway","sha1":"GtkgrIxCLyboUDEN7D2aBonERdg=","sha256":"tHRmi1d8cXaKxmUhMmrnCYPWpX0mBrbug0xVTJbzf7E=","title":"CloudBees Free Enterprise Plugins (one-time tidy-up)","url":"http://updates.jenkins-ci.org/download/plugins/cloudbees-plugin-gateway/7.0/cloudbees-plugin-gateway.hpi","version":"7.0","wiki":"https://plugins.jenkins.io/cloudbees-plugin-gateway"},"cloudcoreo-deploytime":{"buildDate":"Nov 28, 2017","dependencies":[{"name":"credentials","optional":false,"version":"2.1.3"},{"name":"ssh-slaves","optional":false,"version":"1.10"},{"name":"jucies","optional":true,"version":"0.2.0"}],"developers":[{"developerId":"pauldallen","email":"paul@cloudcoreo.com","name":"Paul Allen"},{"developerId":"armaneous","email":"andrew@cloudcoreo.com","name":"Andrew Armaneous"}],"excerpt":"CloudCoreo is Infrastructure Testing and Security for DevOps","gav":"com.cloudcoreo.plugins:cloudcoreo-deploytime:0.2.3","labels":[],"name":"cloudcoreo-deploytime","previousTimestamp":"2017-11-27T17:00:56.00Z","previousVersion":"0.2.1","releaseTimestamp":"2017-11-28T09:54:50.00Z","requiredCore":"1.651.3","scm":"https://github.com/jenkinsci/cloudcoreo-deploytime-plugin","sha1":"IB0TYI8kQ9FYUusnZ6/uLmV8x9M=","sha256":"JVRpW2afuThNtVjWqEI8gUh/DuytThTaxJQ49p2D5U4=","title":"CloudCoreo DeployTime","url":"http://updates.jenkins-ci.org/download/plugins/cloudcoreo-deploytime/0.2.3/cloudcoreo-deploytime.hpi","version":"0.2.3","wiki":"https://plugins.jenkins.io/cloudcoreo-deploytime"},"cloudfoundry":{"buildDate":"Feb 19, 2019","dependencies":[{"name":"credentials","optional":false,"version":"2.1.13"},{"name":"structs","optional":false,"version":"1.9"},{"name":"token-macro","optional":false,"version":"2.1"}],"developers":[{"developerId":"WilliamG","email":"william.gautier@hpe.com","name":"William Gautier"},{"developerId":"olamy","email":"olamy@apache.org","name":"Olivier Lamy"}],"excerpt":"Pushes a project to Cloud Foundry or a CF-based platform (e.g. Stackato) at the end of a build.","gav":"org.jenkins-ci.plugins:cloudfoundry:2.3.2","labels":["upload"],"name":"cloudfoundry","previousTimestamp":"2018-06-24T10:09:47.00Z","previousVersion":"2.3.1","releaseTimestamp":"2019-02-19T09:21:08.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/cloudfoundry","sha1":"kgS1v69JOem/0n2KLqqO0JCKgaM=","sha256":"gs7SNqFpPmKJq6fHeSETGQ3ghnY7F7/C1wCcpY7fImE=","title":"Cloud Foundry","url":"http://updates.jenkins-ci.org/download/plugins/cloudfoundry/2.3.2/cloudfoundry.hpi","version":"2.3.2","wiki":"https://plugins.jenkins.io/cloudfoundry"},"cloudshare-docker":{"buildDate":"Mar 05, 2017","dependencies":[{"name":"workflow-step-api","optional":false,"version":"2.4"},{"name":"workflow-cps","optional":false,"version":"2.21"}],"developers":[{"developerId":"CloudShare","email":"assaf@cloudshare.com","name":"Assaf Lavie"}],"excerpt":"CloudShare Docker-Machine build wrapper plugin. Execute any docker commands during the build on a dedicated CloudShare VM.","gav":"org.jenkins-ci.plugins:cloudshare-docker:1.1.0","labels":["buildwrapper","cloud","pipeline"],"name":"cloudshare-docker","previousTimestamp":"2017-02-19T09:14:34.00Z","previousVersion":"1.0.2","releaseTimestamp":"2017-03-05T09:20:24.00Z","requiredCore":"1.638","scm":"https://github.com/jenkinsci/cloudshare-docker-plugin","sha1":"2EdUmFKzL1M1olZIq0c6PEUsQzs=","sha256":"8qaul65AKAMg4M6xQwzez4y+xq4UfYT3VI1au91rXKc=","title":"CloudShare Docker-Machine","url":"http://updates.jenkins-ci.org/download/plugins/cloudshare-docker/1.1.0/cloudshare-docker.hpi","version":"1.1.0","wiki":"https://plugins.jenkins.io/cloudshare-docker"},"cloudshell-sandbox":{"buildDate":"Aug 27, 2019","dependencies":[{"name":"mailer","optional":false,"version":"1.13"},{"name":"workflow-step-api","optional":false,"version":"2.2"},{"name":"workflow-api","optional":false,"version":"1.15"}],"developers":[{"email":"tomer.a@quali.com","name":"Tomer Admon"}],"excerpt":"Manage CloudShell Sandboxes using build steps","gav":"org.jenkins-ci.plugins:cloudshell-sandbox:1.8.3","labels":[],"name":"cloudshell-sandbox","previousTimestamp":"2019-08-27T06:13:38.00Z","previousVersion":"1.8.2","releaseTimestamp":"2019-08-27T11:54:06.00Z","requiredCore":"2.9","scm":"https://github.com/jenkinsci/cloudshell-sandbox-plugin","sha1":"DhzglWpgMWWXF5koucFsVQtNsoA=","sha256":"lRNai8hkiFjC3dBcynZCOdXQE7o5eB1ww6EGw91Fy6s=","title":"CloudShell Sandbox","url":"http://updates.jenkins-ci.org/download/plugins/cloudshell-sandbox/1.8.3/cloudshell-sandbox.hpi","version":"1.8.3","wiki":"https://plugins.jenkins.io/cloudshell-sandbox"},"cloudtest":{"buildDate":"Jun 13, 2016","dependencies":[{"name":"junit","optional":false,"version":"1.5"}],"developers":[{"developerId":"msolnit","name":"Matt Solnit"},{"developerId":"kohsuke","name":"Kohsuke Kawaguchi"}],"excerpt":"Integrates
SOASTA CloudTest<\/a> and SOASTA TouchTest<\/a> features into Jenkins.","gav":"com.soasta.jenkins:cloudtest:2.25","labels":["android","ios","report","external"],"name":"cloudtest","previousTimestamp":"2016-06-02T23:07:56.00Z","previousVersion":"2.24","releaseTimestamp":"2016-06-13T17:42:37.00Z","requiredCore":"1.580.1","scm":"https://github.com/jenkinsci/cloudtest-plugin","sha1":"4IbxJ/6m7jgI0mAmzsz2XDNc9qY=","sha256":"v+NSJM1tt9Pv/cM5HICUWoQTqEAtzrUpaKp2NLB0U0g=","title":"SOASTA CloudTest","url":"http://updates.jenkins-ci.org/download/plugins/cloudtest/2.25/cloudtest.hpi","version":"2.25","wiki":"https://plugins.jenkins.io/cloudtest"},"clover":{"buildDate":"Sep 21, 2018","dependencies":[],"developers":[{"developerId":"marek-parfianowicz","email":"marek.parfianowicz@gmail.com","name":"Marek Parfianowicz"},{"developerId":"grzlew","email":"grzlew@gmail.com","name":"Grzegorz Lewandowski"}],"excerpt":"This plugin integrates OpenClover<\/a> code coverage reports to Jenkins. OpenClover is free and open source tool based on sources of Atlassian Clover (R).","gav":"org.jenkins-ci.plugins:clover:4.10.0","labels":["report"],"name":"clover","previousTimestamp":"2018-03-06T21:46:04.00Z","previousVersion":"4.9.0","releaseTimestamp":"2018-09-21T23:08:12.00Z","requiredCore":"1.642.3","scm":"https://github.com/jenkinsci/clover-plugin","sha1":"uLiHlnE8luZuNg72ZASd57tyqY0=","sha256":"6ZpEI4naFng1ijH3MmW73fw9TMQlVNR8xqYEFdIesNY=","title":"Clover","url":"http://updates.jenkins-ci.org/download/plugins/clover/4.10.0/clover.hpi","version":"4.10.0","wiki":"https://plugins.jenkins.io/clover"},"cloverphp":{"buildDate":"Nov 20, 2015","dependencies":[{"name":"matrix-project","optional":false,"version":"1.4.1"}],"developers":[{"developerId":"ssogabe","name":"Seiji Sogabe"}],"excerpt":"This plugin integrates Clover code coverage reports<\/a> to Jenkins.","gav":"org.jenkins-ci.plugins:cloverphp:0.5","labels":["report"],"name":"cloverphp","previousTimestamp":"2015-04-04T00:56:15.00Z","previousVersion":"0.4","releaseTimestamp":"2015-11-20T19:43:28.00Z","requiredCore":"1.596.2","scm":"https://github.com/jenkinsci/cloverphp-plugin","sha1":"ZF4n6SbEabr91vR3wLJtvMTpFq8=","sha256":"kIiLFJcfjngT2AcWUMV6e57BNJOq+6emr+n4Kvgbicc=","title":"Clover PHP","url":"http://updates.jenkins-ci.org/download/plugins/cloverphp/0.5/cloverphp.hpi","version":"0.5","wiki":"https://plugins.jenkins.io/cloverphp"},"cluster-stats":{"buildDate":"Dec 30, 2014","dependencies":[],"developers":[{"developerId":"toomasr","email":"toomas@zeroturnaround.com","name":"Toomas Romer"}],"excerpt":"","gav":"org.zeroturnaround:cluster-stats:0.4.6","labels":["cluster"],"name":"cluster-stats","previousTimestamp":"2014-08-25T08:16:37.00Z","previousVersion":"0.4.5","releaseTimestamp":"2014-12-30T09:43:14.00Z","requiredCore":"1.557","scm":"https://github.com/jenkinsci/cluster-stats","sha1":"8/cob4ollV4bHpEX7sxZTIdHeQg=","sha256":"2Pclxx2EXUOTnKR8qbExNsXxqC3JBkrcxDU8p6dxvdI=","title":"Cluster Statistics","url":"http://updates.jenkins-ci.org/download/plugins/cluster-stats/0.4.6/cluster-stats.hpi","version":"0.4.6","wiki":"https://plugins.jenkins.io/cluster-stats"},"cmakebuilder":{"buildDate":"Aug 07, 2019","compatibleSinceVersion":"2.6.0","dependencies":[{"name":"workflow-step-api","optional":true,"version":"2.10"}],"developers":[{"developerId":"15knots","name":"Martin Weber"}],"excerpt":"Integrates the CMake tool suite<\/a> to Jenkins. Supports to build cmake based projects.","gav":"org.jenkins-ci.plugins:cmakebuilder:2.6.2","labels":["builder"],"minimumJavaVersion":"1.8","name":"cmakebuilder","previousTimestamp":"2019-03-30T17:25:16.00Z","previousVersion":"2.6.1","releaseTimestamp":"2019-08-07T18:58:51.00Z","requiredCore":"1.642.3","scm":"https://github.com/jenkinsci/cmakebuilder-plugin","sha1":"8LK31xYYXElP0OR5pKwfOube1XI=","sha256":"8r5SUV0HFG8YCTCMwtXv+jlZsF9DkbrIzw/DvWCxAlM=","title":"CMake","url":"http://updates.jenkins-ci.org/download/plugins/cmakebuilder/2.6.2/cmakebuilder.hpi","version":"2.6.2","wiki":"https://plugins.jenkins.io/cmakebuilder"},"cmvc":{"buildDate":"Aug 27, 2011","dependencies":[],"developers":[{"developerId":"gawab","email":"fuechi@ciandt.com","name":"Fábio Franco Uechi"}],"excerpt":"This plugin provides CMVC<\/a> integration to Hudson.","gav":"org.jenkins-ci.plugins:cmvc:0.4","labels":["scm"],"name":"cmvc","releaseTimestamp":"2011-08-27T16:08:38.00Z","requiredCore":"1.398","scm":"https://github.com/jenkinsci/cmvc-plugin","sha1":"IwFWF5TxVmre5/uPpUsJ4wR9xks=","sha256":"gzneQLUxcjELWB9Ft6bKQWsJmY99Q/wPuTG4by5Nu0o=","title":"CMVC","url":"http://updates.jenkins-ci.org/download/plugins/cmvc/0.4/cmvc.hpi","version":"0.4","wiki":"https://plugins.jenkins.io/cmvc"},"cobertura":{"buildDate":"Jun 12, 2019","dependencies":[{"name":"code-coverage-api","optional":false,"version":"1.0.4"},{"name":"maven-plugin","optional":true,"version":"3.1.2"},{"name":"dashboard-view","optional":true,"version":"2.9.9"},{"name":"mailer","optional":true,"version":"1.13"},{"name":"structs","optional":false,"version":"1.7"}],"developers":[{"developerId":"schristou","email":"schristou88@gmail.com","name":"Steven Christou"},{"developerId":"mbarrien","email":"mbarrien@gmail.com","name":"Michael Barrientos"},{"developerId":"jeffpearce","email":"jxpearce@godaddy.com","name":"Jeff Pearce"}],"excerpt":"This plugin integrates Cobertura coverage reports<\/a> to Jenkins.","gav":"org.jenkins-ci.plugins:cobertura:1.14","labels":["maven","report"],"name":"cobertura","previousTimestamp":"2018-09-14T17:43:34.00Z","previousVersion":"1.13","releaseTimestamp":"2019-06-12T02:31:54.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/cobertura-plugin","sha1":"WovYvF5WBPMxQtTkfpvBUc/MGBM=","sha256":"wlt5o3l3XKt0Tkz/heGWxIeR5NA/ApBhbTUdCOB6vuM=","title":"Cobertura","url":"http://updates.jenkins-ci.org/download/plugins/cobertura/1.14/cobertura.hpi","version":"1.14","wiki":"https://plugins.jenkins.io/cobertura"},"cocoapods-integration":{"buildDate":"Nov 16, 2012","dependencies":[],"developers":[{"developerId":"ljanzik","email":"leif.janzik@gmail.com","name":"Leif Janzik"}],"excerpt":"This plugin is adds CocoaPods (http://cocoapods.org) support to your Jenkins Build","gav":"com.thoughtsonmobile:cocoapods-integration:0.2.0","labels":["ios","misc"],"name":"cocoapods-integration","previousTimestamp":"2012-11-08T18:00:52.00Z","previousVersion":"0.1.1","releaseTimestamp":"2012-11-16T11:04:43.00Z","requiredCore":"1.480","sha1":"GzH3wqVWk+Sceu7aaJCjCmd5G5k=","sha256":"hrVF8o3sDlI+P4SnSGj9iqnevr11eQMkt6OkfF0Lnsg=","title":"CocoaPods Jenkins Integration","url":"http://updates.jenkins-ci.org/download/plugins/cocoapods-integration/0.2.0/cocoapods-integration.hpi","version":"0.2.0","wiki":"https://plugins.jenkins.io/cocoapods-integration"},"code-coverage-api":{"buildDate":"Jul 29, 2019","dependencies":[{"name":"branch-api","optional":false,"version":"2.0.16"},{"name":"jackson2-api","optional":false,"version":"2.8.11.3"},{"name":"scm-api","optional":false,"version":"2.4.1"},{"name":"structs","optional":false,"version":"1.9"}],"developers":[{"developerId":"cizezsy","email":"zsy19980307@gmail.com","name":"Shenyu Zheng"}],"excerpt":"This plugin serves as API to integrate and publish multiple coverage report types.","gav":"io.jenkins.plugins:code-coverage-api:1.0.13","labels":[],"name":"code-coverage-api","previousTimestamp":"2019-07-15T11:17:28.00Z","previousVersion":"1.0.12","releaseTimestamp":"2019-07-29T10:22:22.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/code-coverage-api-plugin","sha1":"u6BSW7uAZmzMmJAEyvEjnDEetRA=","sha256":"/pIajCRg8a2k/miRV/Twxy2S28peuyNvFe+wYvSdqYc=","title":"Code Coverage API","url":"http://updates.jenkins-ci.org/download/plugins/code-coverage-api/1.0.13/code-coverage-api.hpi","version":"1.0.13","wiki":"https://plugins.jenkins.io/code-coverage-api"},"codebeamer-coverage-publisher":{"buildDate":"May 24, 2019","dependencies":[{"name":"credentials","optional":false,"version":"2.1.18"},{"name":"plain-credentials","optional":false,"version":"1.1"}],"developers":[{"developerId":"mgansler","email":"martin.gansler@intland.com","name":"Martin Gansler"}],"excerpt":"This plugin integrates codeBeamer<\/a> to Jenkins.","gav":"org.jenkins-ci.plugins:codebeamer-coverage-publisher:1.4","labels":["report"],"name":"codebeamer-coverage-publisher","previousTimestamp":"2019-03-11T15:05:36.00Z","previousVersion":"1.3","releaseTimestamp":"2019-05-24T14:01:01.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/codebeamer-coverage-publisher","sha1":"YHqMEZaqjSYmd5L++bGCQDJOgig=","sha256":"QVH+2Vn4knSEXF0RPwX6SFY1mMfjy4EwLdSJaHsSIyc=","title":"Codebeamer Coverage Publisher","url":"http://updates.jenkins-ci.org/download/plugins/codebeamer-coverage-publisher/1.4/codebeamer-coverage-publisher.hpi","version":"1.4","wiki":"https://plugins.jenkins.io/codebeamer-coverage-publisher"},"codebeamer-result-trend-updater":{"buildDate":"May 24, 2019","dependencies":[{"name":"credentials","optional":false,"version":"2.1.18"},{"name":"git","optional":true,"version":"2.6.5"},{"name":"junit","optional":false,"version":"1.2"},{"name":"mercurial","optional":true,"version":"1.54"},{"name":"performance","optional":true,"version":"1.13"},{"name":"plain-credentials","optional":false,"version":"1.1"},{"name":"subversion","optional":false,"version":"2.5.2"},{"name":"token-macro","optional":false,"version":"1.10"}],"developers":[{"developerId":"mgansler","email":"martin.gansler@intland.com","name":"Martin Gansler"}],"excerpt":"This plugin updates a codebeamer wiki page with test result or performance result information","gav":"org.jenkins-ci.plugins:codebeamer-result-trend-updater:1.1.5","labels":["notifier"],"name":"codebeamer-result-trend-updater","previousTimestamp":"2019-03-11T13:35:05.00Z","previousVersion":"1.1.4","releaseTimestamp":"2019-05-24T14:29:19.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/codebeamer-result-trend-updater-plugin","sha1":"pHC+rZt51gLKNu87UH1xSNbk42w=","sha256":"jMXq3UgXSpKDZ0qthqtANVN9Oo6K9TmBcQw3sd5M204=","title":"Codebeamer Test Results Trend Updater","url":"http://updates.jenkins-ci.org/download/plugins/codebeamer-result-trend-updater/1.1.5/codebeamer-result-trend-updater.hpi","version":"1.1.5","wiki":"https://plugins.jenkins.io/codebeamer-result-trend-updater"},"codebeamer-xunit-importer":{"buildDate":"May 24, 2019","dependencies":[{"name":"credentials","optional":false,"version":"2.1.15"},{"name":"git","optional":true,"version":"2.6.5"},{"name":"junit","optional":true,"version":"1.6"},{"name":"mercurial","optional":true,"version":"1.54"},{"name":"plain-credentials","optional":false,"version":"1.1"},{"name":"structs","optional":false,"version":"1.7"},{"name":"subversion","optional":true,"version":"2.5.2"}],"developers":[{"developerId":"mgansler","email":"martin.gansler@intland.com","name":"Martin Gansler"}],"excerpt":"This plugin integrates codeBeamer<\/a> to Jenkins.","gav":"org.jenkins-ci.plugins:codebeamer-xunit-importer:1.9","labels":["report"],"name":"codebeamer-xunit-importer","previousTimestamp":"2019-03-11T15:08:47.00Z","previousVersion":"1.8","releaseTimestamp":"2019-05-24T14:33:20.00Z","requiredCore":"2.46.3","scm":"https://github.com/jenkinsci/codebeamer-xunit-importer-plugin","sha1":"GSUmE1p7Wlq9Ws9iKwUxTY2sw2c=","sha256":"Nv9csxeHNoVNUzlY+0Y5y6/IfEiqKJvr3Nc44xdLcmo=","title":"Codebeamer xUnit Importer","url":"http://updates.jenkins-ci.org/download/plugins/codebeamer-xunit-importer/1.9/codebeamer-xunit-importer.hpi","version":"1.9","wiki":"https://plugins.jenkins.io/codebeamer-xunit-importer"},"codebeamer-xunit-uploader":{"buildDate":"Apr 01, 2019","compatibleSinceVersion":"1.0-SNAPSHOT","dependencies":[{"name":"credentials","optional":false,"version":"2.1.16"},{"name":"plain-credentials","optional":false,"version":"1.4"}],"developers":[{"developerId":"mgansler","name":"Martin Gansler"}],"excerpt":"This plugin integrates codeBeamer<\/a> to Jenkins.","gav":"org.jenkins-ci.plugins:codebeamer-xunit-uploader:1.1.4","labels":[],"name":"codebeamer-xunit-uploader","previousTimestamp":"2018-06-28T11:05:01.00Z","previousVersion":"1.1.3","releaseTimestamp":"2019-04-01T09:07:18.00Z","requiredCore":"2.150.3","scm":"https://github.com/jenkinsci/codebeamer-xunit-uploader-plugin","sha1":"aUK/5IBtORemMQm8TLdzXQk3MzE=","sha256":"NnioOcRkPkWrM9/pzORVJEWJIAL/lOjqiVL7MwDZWrk=","title":"CodeBeamer XUnit Uploader","url":"http://updates.jenkins-ci.org/download/plugins/codebeamer-xunit-uploader/1.1.4/codebeamer-xunit-uploader.hpi","version":"1.1.4","wiki":"https://plugins.jenkins.io/codebeamer-xunit-uploader"},"codebuilder-cloud":{"buildDate":"Mar 28, 2019","dependencies":[{"name":"aws-credentials","optional":false,"version":"1.23"},{"name":"aws-java-sdk","optional":false,"version":"1.11.403"}],"developers":[{"developerId":"lsegal","email":"lsegal@soen.ca","name":"Loren Segal"}],"excerpt":"CodeBuilder Plugin: Dynamic Agents Running on AWS CodeBuild","gav":"dev.lsegal.jenkins:codebuilder-cloud:1.0.1","labels":[],"name":"codebuilder-cloud","releaseTimestamp":"2019-03-28T23:37:27.00Z","requiredCore":"1.651.3","scm":"https://github.com/jenkinsci/codebuilder-cloud-plugin","sha1":"z2YowDZk6iJz9tCIowhi67ni7Ww=","sha256":"83VcO78O9vXrEYXLJFlIbttAl2O78pFnyGPe8ysgbhI=","title":"CodeBuilder: AWS CodeBuild Cloud Agents","url":"http://updates.jenkins-ci.org/download/plugins/codebuilder-cloud/1.0.1/codebuilder-cloud.hpi","version":"1.0.1","wiki":"https://plugins.jenkins.io/codebuilder-cloud"},"codeclimate-plugin":{"buildDate":"Nov 27, 2015","dependencies":[{"name":"analysis-core","optional":false,"version":"1.73"}],"developers":[{"developerId":"sgaddipati","email":"surya.gaddipati@gmail.com","name":"Surya Gaddipati"}],"excerpt":"Codeclimate plugin for Jenkins","gav":"suryagaddipati:codeclimate-plugin:1.1","labels":[],"name":"codeclimate-plugin","previousTimestamp":"2015-11-27T16:24:17.00Z","previousVersion":"1.0","releaseTimestamp":"2015-11-27T16:48:43.00Z","requiredCore":"1.618","scm":"https://github.com/jenkinsci/codeclimate-plugin","sha1":"yk0rHXlO1Pn/B7y9Pd0IJDkIco8=","sha256":"PY/G82z3z3j41t+y3yf0B7OSJvrgxVTvmCp/GooX/hE=","title":"Codeclimate","url":"http://updates.jenkins-ci.org/download/plugins/codeclimate-plugin/1.1/codeclimate-plugin.hpi","version":"1.1","wiki":"https://plugins.jenkins.io/codeclimate-plugin"},"codecommit-url-helper":{"buildDate":"Aug 19, 2018","dependencies":[{"name":"aws-credentials","optional":false,"version":"1.23"},{"name":"git","optional":false,"version":"3.9.1"}],"developers":[{"developerId":"aldrinleal","name":"Aldrin Leal"}],"excerpt":"AWS CodeCommit Helper augments the Git Plugin in order to generate Credentials, without the need for the aws codecommit credential-helper<\/code> command","gav":"br.com.ingenieux.jenkins.plugins:codecommit-url-helper:0.0.3","labels":["scm-related"],"name":"codecommit-url-helper","previousTimestamp":"2018-08-18T18:52:53.00Z","previousVersion":"0.0.2","releaseTimestamp":"2018-08-19T00:26:13.00Z","requiredCore":"2.121.3","scm":"https://github.com/jenkinsci/codecommit-url-helper-plugin","sha1":"VCWE3dKQWswYKuVM9YFclgG8goU=","sha256":"qhtmn91OBnj5XbAVKCvq0iTDVYMZCbdABLFq3Cx4gfo=","title":"AWS CodeCommit URL Helper","url":"http://updates.jenkins-ci.org/download/plugins/codecommit-url-helper/0.0.3/codecommit-url-helper.hpi","version":"0.0.3","wiki":"https://plugins.jenkins.io/codecommit-url-helper"},"codecover":{"buildDate":"Nov 04, 2011","dependencies":[{"name":"dashboard-view","optional":true,"version":"2.1"},{"name":"maven-plugin","optional":false,"version":"1.400"}],"developers":[{"developerId":"kbonnette","email":"kane.bonnette@paperhost.com","name":"Kane Bonnette"}],"excerpt":"This plugin integrates CodeCover code coverage reports<\/a> to Hudson.","gav":"org.jenkins-ci.plugins:codecover:1.1","labels":["report"],"name":"codecover","releaseTimestamp":"2011-11-04T15:33:14.00Z","requiredCore":"1.398","scm":"https://github.com/jenkinsci/codecover-plugin","sha1":"a4YmbqXIiaEQtD2oQvQB1AsP21E=","sha256":"prxQB0P/+JdQxxmQnPtAbdwrlqNoio86O1erT6ggJsY=","title":"CodeCover","url":"http://updates.jenkins-ci.org/download/plugins/codecover/1.1/codecover.hpi","version":"1.1","wiki":"https://plugins.jenkins.io/codecover"},"codedeploy":{"buildDate":"Jun 20, 2018","dependencies":[{"name":"aws-java-sdk","optional":false,"version":"1.11.119"}],"developers":[{"developerId":"jmcfar","email":"jmcfar@amazon.com","name":"Josh Mcfarlane"}],"excerpt":"This plugin provides a "post-build" step for AWS CodeDeploy.","gav":"com.amazonaws:codedeploy:1.21","labels":["upload"],"name":"codedeploy","previousTimestamp":"2018-06-19T08:42:55.00Z","previousVersion":"1.20","releaseTimestamp":"2018-06-20T23:47:52.00Z","requiredCore":"1.612","scm":"https://github.com/jenkinsci/aws-codedeploy-plugin","sha1":"IXXI8DbY8rDdwhbLK4w4/wb7w3U=","sha256":"sjRkJeJFlc6ne3gyxg6PgtiLjJnpoA0/fPgUhDig5AA=","title":"AWS CodeDeploy","url":"http://updates.jenkins-ci.org/download/plugins/codedeploy/1.21/codedeploy.hpi","version":"1.21","wiki":"https://plugins.jenkins.io/codedeploy"},"codedx":{"buildDate":"Jan 18, 2019","dependencies":[{"name":"token-macro","optional":false,"version":"1.12.1"}],"developers":[{"developerId":"dylemma","email":"dylan.halperin@codedx.com","name":"Dylan Halperin"},{"developerId":"baf","email":"robert.ferris@codedx.com","name":"Robert Ferris"}],"excerpt":"Allows Jenkins to push source and build artifacts to Code Dx<\/a> and display the aggregated results of its full suite<\/a> of Static Analysis tools.","gav":"org.jenkins-ci.plugins:codedx:2.4.5","labels":["report"],"name":"codedx","previousTimestamp":"2017-09-13T13:26:52.00Z","previousVersion":"2.4.4","releaseTimestamp":"2019-01-18T18:27:55.00Z","requiredCore":"1.642.2","scm":"https://github.com/jenkinsci/codedx-plugin","sha1":"Uoyf4Cv/ylaz8nTcntrmGlglLao=","sha256":"Bx5j/7KOagHlKVnFqrWhyQfL5vcVeJGqFtjHwK4cidI=","title":"Code Dx","url":"http://updates.jenkins-ci.org/download/plugins/codedx/2.4.5/codedx.hpi","version":"2.4.5","wiki":"https://plugins.jenkins.io/codedx"},"codefresh":{"buildDate":"Sep 20, 2018","dependencies":[{"name":"git","optional":false,"version":"2.4.0"},{"name":"workflow-step-api","optional":false,"version":"2.3"}],"developers":[{"developerId":"antweiss","email":"ant@otomato.link","name":"Anton Weiss"}],"excerpt":"This plugin enables integrating Codefresh pipleines with Jenkins.","gav":"org.jenkins-ci.plugins:codefresh:1.8","labels":["builder","external"],"name":"codefresh","previousTimestamp":"2018-05-06T18:13:35.00Z","previousVersion":"1.7","releaseTimestamp":"2018-09-20T09:57:05.00Z","requiredCore":"2.7.3","scm":"https://github.com/jenkinsci/codefresh-plugin","sha1":"Sdu/yEtTbUqUhQ2KXqw2EFZKyj4=","sha256":"uDUbmFHuy6z7mlRQHlzfuE0WuKxHPXi1IKan7EBkF/U=","title":"Codefresh Integration","url":"http://updates.jenkins-ci.org/download/plugins/codefresh/1.8/codefresh.hpi","version":"1.8","wiki":"https://plugins.jenkins.io/codefresh"},"codescan":{"buildDate":"May 24, 2016","dependencies":[],"developers":[{"developerId":"villagechief","email":"support@villagechief.com","name":"Ben van Klinken"}],"excerpt":"Jenkins plugin to run hosted CodeScan for Salesforce builds","gav":"com.villagechief.codescan.jenkins:codescan:1.0","labels":["buildwrapper"],"name":"codescan","releaseTimestamp":"2016-05-24T04:06:34.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/codescan-plugin","sha1":"7aaN/hYWCjBlXqN306Pmh+WMmcc=","sha256":"FeXBwg7yrHs28nvLXnNIJaYF+nVNhFY+NwMy521GkaI=","title":"CodeScan","url":"http://updates.jenkins-ci.org/download/plugins/codescan/1.0/codescan.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/codescan"},"codescanner":{"buildDate":"Jan 03, 2011","dependencies":[{"name":"analysis-core","optional":false,"version":"1.10"},{"name":"maven-plugin","optional":false,"version":"1.357"}],"developers":[{"developerId":"lkz633","name":"Maximilian Odendahl"}],"excerpt":"This plug-in collects the output of the Symbian CodeScanner and visualizes the results.","gav":"org.jvnet.hudson.plugins:codescanner:0.11","labels":["report"],"name":"codescanner","releaseTimestamp":"2011-01-03T19:15:11.00Z","requiredCore":"1.357","scm":"https://github.com/jenkinsci/codescanner-plugin","sha1":"NGNsgXJAt3bJzHTeT/UZRtXVffs=","sha256":"dmqOPoIamvqSnpQvNsnUF21WfRyy2tKOauwTadyVcRg=","title":"Codescanner","url":"http://updates.jenkins-ci.org/download/plugins/codescanner/0.11/codescanner.hpi","version":"0.11","wiki":"https://plugins.jenkins.io/codescanner"},"codescene":{"buildDate":"Aug 15, 2019","dependencies":[{"name":"credentials","optional":false,"version":"2.1.13"},{"name":"plain-credentials","optional":false,"version":"1.4"},{"name":"structs","optional":false,"version":"1.7"}],"developers":[{"developerId":"empear-analytics","email":"info@empear.com","name":"Empear AB"}],"excerpt":"This plugin is a sample to explain how to write a Jenkins plugin.","gav":"org.jenkins-ci.plugins:codescene:1.4.1","labels":[],"name":"codescene","previousTimestamp":"2019-07-19T10:38:00.00Z","previousVersion":"1.4.0","releaseTimestamp":"2019-08-15T09:40:07.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/codescene-plugin","sha1":"WbZdVkPJGOB1n8pmQl4dPY72fRk=","sha256":"8l+bUPoQPjD/x/NphsLHggVzy+fd0lvBCFNyc4iz63Q=","title":"CodeScene","url":"http://updates.jenkins-ci.org/download/plugins/codescene/1.4.1/codescene.hpi","version":"1.4.1","wiki":"https://plugins.jenkins.io/codescene"},"codesonar":{"buildDate":"Mar 01, 2019","dependencies":[{"name":"workflow-aggregator","optional":false,"version":"2.5"},{"name":"job-dsl","optional":true,"version":"1.37"},{"name":"scm-api","optional":false,"version":"1.3"}],"developers":[{"developerId":"MadsNielsen","email":"man@praqma.net","name":"Mads Nielsen"},{"developerId":"kryptag","email":"flo@praqma.net","name":"Florent Haxha"}],"excerpt":"A plugin that integrates with GrammaTech Codesonar.","gav":"org.jenkins-ci.plugins:codesonar:2.0.8","labels":["notifier","report","post-build","devops"],"name":"codesonar","previousTimestamp":"2018-04-30T07:41:25.00Z","previousVersion":"2.0.7","releaseTimestamp":"2019-03-01T09:35:52.00Z","requiredCore":"2.7.3","scm":"https://github.com/jenkinsci/codesonar-plugin","sha1":"zYJpUJgX+Z3I2G9cbxQQ5kzwMDI=","sha256":"zRXc/KyDbK61+WaVHr72q8VpDn4g+nqNgSGemBYdV2k=","title":"CodeSonar","url":"http://updates.jenkins-ci.org/download/plugins/codesonar/2.0.8/codesonar.hpi","version":"2.0.8","wiki":"https://plugins.jenkins.io/codesonar"},"coding-webhook":{"buildDate":"Feb 21, 2019","dependencies":[{"name":"git","optional":false,"version":"2.4.1"},{"name":"git-client","optional":false,"version":"1.19.0"},{"name":"mailer","optional":false,"version":"1.18"},{"name":"matrix-project","optional":false,"version":"1.7"},{"name":"github-branch-source","optional":false,"version":"1.9"}],"developers":[{"developerId":"tsl0922","email":"tsl0922@gmail.com","name":"Shuanglei Tao"}],"excerpt":"This plugin integrates Coding<\/a> with Jenkins.","gav":"org.jenkins-ci.plugins:coding-webhook:1.4.3","labels":[],"name":"coding-webhook","previousTimestamp":"2018-09-14T01:57:30.00Z","previousVersion":"1.4.2","releaseTimestamp":"2019-02-21T05:49:18.00Z","requiredCore":"2.7.3","scm":"https://github.com/jenkinsci/coding-webhook-plugin","sha1":"Z8SF2AX/bO1grxDW1R/LiCMr8mA=","sha256":"TtjG9c/9Ac8444hdyRZcmsqeU+9NM4en7SowSB5buX0=","title":"Coding Webhook","url":"http://updates.jenkins-ci.org/download/plugins/coding-webhook/1.4.3/coding-webhook.hpi","version":"1.4.3","wiki":"https://plugins.jenkins.io/coding-webhook"},"collabnet":{"buildDate":"Nov 05, 2018","dependencies":[{"name":"junit","optional":false,"version":"1.4"},{"name":"subversion","optional":false,"version":"1.23"},{"name":"workflow-job","optional":false,"version":"2.9"},{"name":"credentials","optional":false,"version":"1.22"},{"name":"promoted-builds","optional":false,"version":"1.11"}],"developers":[{"developerId":"kohsuke","name":"Kohsuke Kawaguchi"}],"excerpt":"This plugin includes integrations for CollabNet TeamForge, including tracker, file release, document uploader, authentication/authorization, and Lab Management Project Build Library.","gav":"org.jenkins-ci.plugins:collabnet:2.0.6","labels":["external"],"name":"collabnet","previousTimestamp":"2018-06-15T14:10:00.00Z","previousVersion":"2.0.5","releaseTimestamp":"2018-11-05T22:03:12.00Z","requiredCore":"1.645","scm":"https://github.com/jenkinsci/collabnet-plugin","sha1":"PRzgBlf2/qnoyDrsXlLhWFPjBI4=","sha256":"mIsE/gW/MWQygXpKQTyai3rZc7jnk03hmyzxLAV3Pkw=","title":"CollabNet Plugins","url":"http://updates.jenkins-ci.org/download/plugins/collabnet/2.0.6/collabnet.hpi","version":"2.0.6","wiki":"https://plugins.jenkins.io/collabnet"},"collabnet-automic-deploy":{"buildDate":"Jul 30, 2013","dependencies":[{"name":"collabnet","optional":false,"version":"1.1.6"},{"name":"promoted-builds","optional":false,"version":"1.11"},{"name":"maven-plugin","optional":false,"version":"1.363"},{"name":"subversion","optional":false,"version":"1.23"}],"developers":[{"developerId":"rajasaur","email":"raja@collab.net","name":"Raja Venkataraman"}],"excerpt":"Plugin to do continuous deployment with Automic triggered by Collabnet Teamforge commits","gav":"org.jenkins-ci.plugins:collabnet-automic-deploy:1.0.1","labels":[],"name":"collabnet-automic-deploy","releaseTimestamp":"2013-07-30T06:29:36.00Z","requiredCore":"1.398","scm":"https://github.com/jenkinsci/collabnet-automic-deploy-plugin","sha1":"IYG5a4p4fqXlQsNCQN8SJNoXEBw=","sha256":"BNjbltAx0F00wcl0Jq9TNNcaH90TzflQP+p/fwKTmU0=","title":"Collabnet Automic Deploy","url":"http://updates.jenkins-ci.org/download/plugins/collabnet-automic-deploy/1.0.1/collabnet-automic-deploy.hpi","version":"1.0.1","wiki":"https://plugins.jenkins.io/collabnet-automic-deploy"},"collabnet-uc4-deploy":{"buildDate":"Jun 18, 2013","dependencies":[{"name":"collabnet","optional":false,"version":"1.1.6"},{"name":"promoted-builds","optional":false,"version":"1.11"},{"name":"maven-plugin","optional":false,"version":"1.363"},{"name":"subversion","optional":false,"version":"1.23"}],"developers":[{"developerId":"rajasaur","email":"raja@collab.net","name":"Raja Venkataraman"}],"excerpt":"Plugin to do continuous deployment with UC4 triggered by Collabnet Teamforge commits","gav":"org.jenkins-ci.plugins:collabnet-uc4-deploy:1.0","labels":[],"name":"collabnet-uc4-deploy","releaseTimestamp":"2013-06-18T09:13:02.00Z","requiredCore":"1.398","scm":"https://github.com/jenkinsci/collabnet-uc4-deploy-plugin","sha1":"WAkO9Kw2WKonQjCxBKdm01dtL9Y=","sha256":"fL6RrHMHTcbUKjsx1KZ/WJnGhIamElpr53gmEXnEIXk=","title":"Collabnet UC4 Deploy","url":"http://updates.jenkins-ci.org/download/plugins/collabnet-uc4-deploy/1.0/collabnet-uc4-deploy.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/collabnet-uc4-deploy"},"collapsing-console-sections":{"buildDate":"Jan 24, 2018","dependencies":[{"name":"jquery","optional":false,"version":"1.11.2-0"}],"developers":[{"developerId":"dty","name":"Dean Yu"},{"developerId":"oleg_nenashev","email":"o.v.nenashev@gmail.com","name":"Oleg Nenashev"}],"excerpt":"Annotations to collapse sections of the build console","gav":"org.jenkins-ci.plugins:collapsing-console-sections:1.7.0","labels":["ui"],"name":"collapsing-console-sections","previousTimestamp":"2017-06-11T07:55:42.00Z","previousVersion":"1.6.0","releaseTimestamp":"2018-01-24T09:25:10.00Z","requiredCore":"1.609.3","scm":"https://github.com/jenkinsci/collapsing-console-sections-plugin","sha1":"RDZZbAYsplOyINs+FvUeKeP3K/8=","sha256":"/ip7Qxb/Lk4Pqk79mKTbElMBTH8CZzINa9+D2PsXnRo=","title":"Collapsing Console Sections","url":"http://updates.jenkins-ci.org/download/plugins/collapsing-console-sections/1.7.0/collapsing-console-sections.hpi","version":"1.7.0","wiki":"https://plugins.jenkins.io/collapsing-console-sections"},"command-launcher":{"buildDate":"Jan 04, 2019","dependencies":[{"name":"script-security","optional":false,"version":"1.36"}],"developers":[{"developerId":"jglick"}],"excerpt":"Allows agents to be launched using a specified command.","gav":"org.jenkins-ci.plugins:command-launcher:1.3","labels":[],"name":"command-launcher","previousTimestamp":"2017-12-07T22:53:43.00Z","previousVersion":"1.2","releaseTimestamp":"2019-01-04T19:28:46.00Z","requiredCore":"2.86","scm":"https://github.com/jenkinsci/command-launcher-plugin","sha1":"YcmEbCvsl1CWk5xk7ggggZ1+VRg=","sha256":"8Qn6+r3PY/OdO4os3eBhkcESCErmg3iC/2bBmelkFXs=","title":"Command Agent Launcher","url":"http://updates.jenkins-ci.org/download/plugins/command-launcher/1.3/command-launcher.hpi","version":"1.3","wiki":"https://plugins.jenkins.io/command-launcher"},"comments-remover":{"buildDate":"Sep 25, 2017","dependencies":[{"name":"structs","optional":false,"version":"1.10"}],"developers":[{"developerId":"daniel"}],"excerpt":"Removes comments from source files","gav":"com.ste:comments-remover:1.1","labels":[],"name":"comments-remover","previousTimestamp":"2017-09-25T08:38:19.00Z","previousVersion":"1.0","releaseTimestamp":"2017-09-25T08:51:58.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/comments-remover-plugin","sha1":"Ya35IaiY7ZYCKjTgeKCNWraZ+7w=","sha256":"Ys5LrTTXOsz+AehRkMAFlZ6SX3rfPs8zFwK0XKRUQBg=","title":"Comments Remover","url":"http://updates.jenkins-ci.org/download/plugins/comments-remover/1.1/comments-remover.hpi","version":"1.1","wiki":"https://plugins.jenkins.io/comments-remover"},"commit-message-trigger-plugin":{"buildDate":"Sep 30, 2014","dependencies":[{"name":"ruby-runtime","optional":false,"version":"0.12"}],"developers":[{"developerId":"lorenklingman"}],"excerpt":"This plugin allows builds to be made only for certain text in the commit message.","gav":"org.jenkins-ci.ruby-plugins:commit-message-trigger-plugin:0.1","labels":[],"name":"commit-message-trigger-plugin","releaseTimestamp":"2014-09-30T18:21:22.00Z","requiredCore":"1.432","scm":"https://github.com/jenkinsci/commit-message-trigger-plugin","sha1":"tZX9JVae3Yg3rxJA+cvXHvbmRXY=","sha256":"1RhgrlHjSt1tvwVtepVWgTi9soUFFzgeYJ4n3zuEjZg=","title":"Commit Message Trigger","url":"http://updates.jenkins-ci.org/download/plugins/commit-message-trigger-plugin/0.1/commit-message-trigger-plugin.hpi","version":"0.1","wiki":"https://plugins.jenkins.io/commit-message-trigger-plugin"},"compact-columns":{"buildDate":"Nov 08, 2013","dependencies":[],"developers":[{"developerId":"jacob_robertson","email":"jacob.robertson.work@gmail.com","name":"Jacob Robertson"}],"excerpt":"More compact columns for showing last success and failure. Easier to understand, and takes less room in your view.","gav":"org.jenkins-ci.plugins:compact-columns:1.10","labels":["ui","listview-column"],"name":"compact-columns","previousTimestamp":"2011-09-18T01:27:12.00Z","previousVersion":"1.9","releaseTimestamp":"2013-11-08T02:52:46.00Z","requiredCore":"1.424","scm":"https://github.com/jenkinsci/compact-columns-plugin","sha1":"Yu4//f358TwxA1H09s/ikC2v0wE=","sha256":"R/4OtenCHsfj9jGl19z+Xdh7Bhtbwg+JXWZhGosKXa8=","title":"Compact Columns","url":"http://updates.jenkins-ci.org/download/plugins/compact-columns/1.10/compact-columns.hpi","version":"1.10","wiki":"https://plugins.jenkins.io/compact-columns"},"compatibility-action-storage":{"buildDate":"Jun 23, 2015","dependencies":[],"developers":[{"developerId":"praqma_josra","email":"josra@praqma.net","name":"Praqma Josra"}],"excerpt":"This plugin is a sample to explain how to write a Jenkins plugin.","gav":"org.jenkins-ci.plugins:compatibility-action-storage:1.0","labels":[],"name":"compatibility-action-storage","releaseTimestamp":"2015-06-23T09:24:26.00Z","requiredCore":"1.554.3","scm":"https://github.com/jenkinsci/compatibility-action-storage-plugin","sha1":"oLJ5KcOo6+hfCqzmxpYjlL2fmcg=","sha256":"YQ8YsR9BpN0m6aC4rAp2JqHsXv1Ox1FmND7RTVIkRok=","title":"Compatibility Action Storage","url":"http://updates.jenkins-ci.org/download/plugins/compatibility-action-storage/1.0/compatibility-action-storage.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/compatibility-action-storage"},"composer-security-checker":{"buildDate":"Mar 25, 2014","dependencies":[],"developers":[{"developerId":"easylo","email":"easylo@gmail.com","name":"Laurent RICHARD"}],"excerpt":"this plugin is for projects using composer in dependency management. it uses "Security Advisories Checker API" (https://security.sensiolabs.org) to check the file composer.lock","gav":"org.jenkins-ci.plugins:composer-security-checker:1.7","labels":[],"name":"composer-security-checker","previousTimestamp":"2014-03-24T19:34:39.00Z","previousVersion":"1.6","releaseTimestamp":"2014-03-25T20:03:14.00Z","requiredCore":"1.555","scm":"https://github.com/jenkinsci/composer-security-checker-plugin","sha1":"rIFwIbLDwWPL4/wco5ZVzVp6K3E=","sha256":"gMWi8arBlHUo6+fs/RorQG9XG8rtpVJ5O1RjbYRcO0A=","title":"composer security checker","url":"http://updates.jenkins-ci.org/download/plugins/composer-security-checker/1.7/composer-security-checker.hpi","version":"1.7","wiki":"https://plugins.jenkins.io/composer-security-checker"},"compound-slaves":{"buildDate":"Dec 07, 2015","dependencies":[],"developers":[{"developerId":"pupssman","email":"pupssman@yandex-team.ru","name":"Ivan Kalinin"},{"developerId":"mavlyutov","email":"mavlyutov@yandex-team.ru","name":"Marat Mavlyutov"},{"developerId":"dchr","email":"dchr@yandex-team.ru","name":"Denis Chernilevsky"}],"excerpt":"This plugin allows uniting slaves in groups as well as deploying group slaves via other cloud plugins.","gav":"ru.yandex.jenkins.plugins.compound-slaves:compound-slaves:1.2","labels":["slaves","cluster"],"name":"compound-slaves","previousTimestamp":"2015-06-01T18:52:29.00Z","previousVersion":"1.1","releaseTimestamp":"2015-12-07T16:05:49.00Z","requiredCore":"1.580","scm":"https://github.com/jenkinsci/compound-slaves-plugin","sha1":"rZJnAQYoVd3RzIuqqqgrrJByOuY=","sha256":"UFeEv0YMI3vcbaB4FCxB/3B7pEYtt/8DYkCNNlPuuqE=","title":"Compound Slaves","url":"http://updates.jenkins-ci.org/download/plugins/compound-slaves/1.2/compound-slaves.hpi","version":"1.2","wiki":"https://plugins.jenkins.io/compound-slaves"},"compress-artifacts":{"buildDate":"Mar 22, 2017","dependencies":[],"developers":[{"developerId":"olivergondza","email":"ogondza@gmail.com","name":"Oliver Gondža"}],"excerpt":"Keeps build artifacts compressed to save disk space on the master.","gav":"org.jenkins-ci.plugins:compress-artifacts:1.10","labels":["post-build"],"name":"compress-artifacts","previousTimestamp":"2016-05-13T10:37:06.00Z","previousVersion":"1.8","releaseTimestamp":"2017-03-22T12:34:08.00Z","requiredCore":"1.580","scm":"https://github.com/jenkinsci/compress-artifacts-plugin","sha1":"5QANSaDCLQoS5DrVUwMlgWnAYb8=","sha256":"oy3P2OhlA/0L5EkxqVVFwBgA4uc7SxJxGJqgbh1gxQU=","title":"Compress Artifacts","url":"http://updates.jenkins-ci.org/download/plugins/compress-artifacts/1.10/compress-artifacts.hpi","version":"1.10","wiki":"https://plugins.jenkins.io/compress-artifacts"},"compress-buildlog":{"buildDate":"Aug 13, 2017","dependencies":[{"name":"structs","optional":false,"version":"1.6"}],"developers":[{"developerId":"danielbeck","name":"Daniel Beck"}],"excerpt":"Adds an option to projects to compress build logs.","gav":"org.jenkins-ci.plugins:compress-buildlog:1.2","labels":["misc"],"name":"compress-buildlog","previousTimestamp":"2014-10-13T19:00:45.00Z","previousVersion":"1.0","releaseTimestamp":"2017-08-13T22:33:04.00Z","requiredCore":"2.7.4","scm":"https://github.com/jenkinsci/compress-buildlog-plugin","sha1":"8wSqfrtLCW6Zc0M46o5yr/10rGc=","sha256":"bHgn3kEnznhIjtYPG9Tyy57CCYBgyiC+wOYebNgpuw8=","title":"Compress Build Log","url":"http://updates.jenkins-ci.org/download/plugins/compress-buildlog/1.2/compress-buildlog.hpi","version":"1.2","wiki":"https://plugins.jenkins.io/compress-buildlog"},"computer-queue-plugin":{"buildDate":"Aug 22, 2014","dependencies":[],"developers":[{"developerId":"lvotypko","email":"lvotypko@redhat.com","name":"Lucie Votypkova"}],"excerpt":"This add on computer page table with it's queue of jobs.","gav":"jenkins.ci.plugins.computerqueue:computer-queue-plugin:1.4","labels":[],"name":"computer-queue-plugin","previousTimestamp":"2012-09-20T10:52:16.00Z","previousVersion":"1.3","releaseTimestamp":"2014-08-22T07:38:07.00Z","requiredCore":"1.509.1","scm":"https://github.com/jenkinsci/computer-queue-plugin","sha1":"xuIfKlO0i6/SPqTWE+L95GBljX4=","sha256":"dImQ1DQCjz2gB1vDQiD6lyJZ+hH66Kv6549NdbLYlqU=","title":"Computer-queue-plugin","url":"http://updates.jenkins-ci.org/download/plugins/computer-queue-plugin/1.4/computer-queue-plugin.hpi","version":"1.4","wiki":"https://plugins.jenkins.io/computer-queue-plugin"},"compuware-common-configuration":{"buildDate":"Jul 16, 2019","dependencies":[{"name":"credentials","optional":false,"version":"2.0.4"}],"developers":[{"developerId":"cpwr_jenkins","email":"steve.kansa@compuware.com","name":"Steve Kansa"}],"excerpt":"This plugin provides access to Compuware global configurations.","gav":"com.compuware.jenkins:compuware-common-configuration:1.0.9","labels":[],"name":"compuware-common-configuration","previousTimestamp":"2019-04-05T19:15:52.00Z","previousVersion":"1.0.8","releaseTimestamp":"2019-07-16T18:50:02.00Z","requiredCore":"2.21","scm":"https://github.com/jenkinsci/compuware-common-configuration-plugin","sha1":"WGNwmV/gXAF//oy/HC9/24A8fkE=","sha256":"2RuUWsunuD9Az19KT7ZjGYkPJs7vvlrJqVdMbwhxHWM=","title":"Compuware Common Configuration","url":"http://updates.jenkins-ci.org/download/plugins/compuware-common-configuration/1.0.9/compuware-common-configuration.hpi","version":"1.0.9","wiki":"https://plugins.jenkins.io/compuware-common-configuration"},"compuware-ispw-operations":{"buildDate":"Apr 08, 2019","compatibleSinceVersion":"1.8.17","dependencies":[{"name":"compuware-common-configuration","optional":false,"version":"1.0.6"},{"name":"workflow-step-api","optional":true,"version":"1.10"},{"name":"credentials","optional":false,"version":"2.1.1"},{"name":"plain-credentials","optional":false,"version":"1.2"},{"name":"script-security","optional":false,"version":"1.17"}],"developers":[{"developerId":"cpwr_jenkins","email":"steve.kansa@compuware.com","name":"Steve Kansa"},{"developerId":"zhouqr2000","email":"sam.zhou@compuware.com","name":"Sam Zhou"}],"excerpt":"This plugin sends a Compuware ISPW REST API operation to a CES server with some parameters","gav":"com.compuware.jenkins:compuware-ispw-operations:1.0.4","labels":[],"name":"compuware-ispw-operations","previousTimestamp":"2018-09-14T14:14:43.00Z","previousVersion":"1.0.3","releaseTimestamp":"2019-04-08T19:54:31.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/compuware-ispw-operations-plugin","sha1":"WaLJMK2Yi85+jFGUA6KG6NRvChI=","sha256":"jdjc7yQ+xkEUyUrgdMiV0GpmkPylICb+DfBZ06h2t98=","title":"Compuware ISPW Operations","url":"http://updates.jenkins-ci.org/download/plugins/compuware-ispw-operations/1.0.4/compuware-ispw-operations.hpi","version":"1.0.4","wiki":"https://plugins.jenkins.io/compuware-ispw-operations"},"compuware-scm-downloader":{"buildDate":"Jul 18, 2019","dependencies":[{"name":"compuware-common-configuration","optional":false,"version":"1.0.8"},{"name":"cloudbees-folder","optional":false,"version":"6.8"},{"name":"credentials","optional":false,"version":"2.1.16"}],"developers":[{"developerId":"cpwr_jenkins","email":"steve.kansa@compuware.com","name":"Steve Kansa"}],"excerpt":"This plugin allow users to download Endevor, PDS, or ISPW members from the mainframe to the PC","gav":"com.compuware.jenkins:compuware-scm-downloader:2.0.8","labels":["scm"],"minimumJavaVersion":"1.8","name":"compuware-scm-downloader","previousTimestamp":"2019-06-24T14:24:46.00Z","previousVersion":"2.0.7","releaseTimestamp":"2019-07-18T18:52:29.00Z","requiredCore":"2.130","scm":"https://github.com/jenkinsci/compuware-scm-downloader-plugin","sha1":"0j5oJCBTqCfo+DwmZktRVYIuyBY=","sha256":"s6zr2uDCPLld4NP9UG8LErUJUY2/xnaxheAfRRD+Oxw=","title":"Compuware Source Code Download for Endevor, PDS, and ISPW","url":"http://updates.jenkins-ci.org/download/plugins/compuware-scm-downloader/2.0.8/compuware-scm-downloader.hpi","version":"2.0.8","wiki":"https://plugins.jenkins.io/compuware-scm-downloader"},"compuware-topaz-for-total-test":{"buildDate":"Jun 28, 2019","dependencies":[{"name":"compuware-common-configuration","optional":false,"version":"1.0.7"},{"name":"cloudbees-folder","optional":false,"version":"5.12"},{"name":"credentials","optional":false,"version":"2.0.4"}],"developers":[{"developerId":"cpwr_jenkins","email":"paul.allard@compuware.com","name":"Paul Allard"}],"excerpt":"This plugin adds support for Compuware's Topaz for Total Test.","gav":"com.compuware.jenkins:compuware-topaz-for-total-test:2.2.1","labels":[],"name":"compuware-topaz-for-total-test","previousTimestamp":"2019-05-28T15:58:37.00Z","previousVersion":"2.2.0","releaseTimestamp":"2019-06-28T14:35:45.00Z","requiredCore":"2.21","scm":"https://github.com/jenkinsci/compuware-topaz-for-total-test-plugin","sha1":"k10/cqb28Ty+dlnfpcs8y30C2LI=","sha256":"umljN7lo2sHvgJkkoqhRxk5ujJ96Av3hMoEz9jyofGk=","title":"Compuware Topaz for Total Test","url":"http://updates.jenkins-ci.org/download/plugins/compuware-topaz-for-total-test/2.2.1/compuware-topaz-for-total-test.hpi","version":"2.2.1","wiki":"https://plugins.jenkins.io/compuware-topaz-for-total-test"},"compuware-topaz-utilities":{"buildDate":"Jul 18, 2019","dependencies":[{"name":"compuware-common-configuration","optional":false,"version":"1.0.8"},{"name":"cloudbees-folder","optional":false,"version":"5.12"},{"name":"credentials","optional":false,"version":"2.0.4"},{"name":"structs","optional":false,"version":"1.7"}],"developers":[{"developerId":"cpwr_jenkins","email":"steve.kansa@compuware.com","name":"Steve Kansa"}],"excerpt":"This plugin provides access to various Compuware Topaz utilities, such as submitting Jobs on the mainframe.","gav":"com.compuware.jenkins:compuware-topaz-utilities:1.0.6","labels":[],"name":"compuware-topaz-utilities","previousTimestamp":"2019-04-05T19:25:07.00Z","previousVersion":"1.0.5","releaseTimestamp":"2019-07-18T18:06:47.00Z","requiredCore":"2.21","scm":"https://github.com/jenkinsci/compuware-topaz-utilities-plugin","sha1":"ZNnkpe4g7UxN6eMdvtXoOOdKyOw=","sha256":"VXtDYtJsQ2BV5GvR71ZquJqVFFo/02ADxgpltla9XxE=","title":"Compuware Topaz Utilities","url":"http://updates.jenkins-ci.org/download/plugins/compuware-topaz-utilities/1.0.6/compuware-topaz-utilities.hpi","version":"1.0.6","wiki":"https://plugins.jenkins.io/compuware-topaz-utilities"},"compuware-xpediter-code-coverage":{"buildDate":"Apr 05, 2019","dependencies":[{"name":"compuware-common-configuration","optional":false,"version":"1.0.8"},{"name":"cloudbees-folder","optional":false,"version":"5.12"},{"name":"credentials","optional":false,"version":"2.0.4"}],"developers":[{"developerId":"cpwr_jenkins","email":"steve.kansa@compuware.com","name":"Steve Kansa"}],"excerpt":"This plugin provides access to Compuware Xpediter Code Coverage.","gav":"com.compuware.jenkins:compuware-xpediter-code-coverage:1.0.5","labels":[],"name":"compuware-xpediter-code-coverage","previousTimestamp":"2019-03-29T00:39:23.00Z","previousVersion":"1.0.4","releaseTimestamp":"2019-04-05T19:31:21.00Z","requiredCore":"2.21","scm":"https://github.com/jenkinsci/compuware-xpediter-code-coverage-plugin","sha1":"eCWCYYHBzqrHVSVQQslxISUNqd4=","sha256":"tQ7Tecofj8Do13CL86UlYvnCXiAVPTj2pn/A8sk1z2Q=","title":"Compuware Xpediter Code Coverage","url":"http://updates.jenkins-ci.org/download/plugins/compuware-xpediter-code-coverage/1.0.5/compuware-xpediter-code-coverage.hpi","version":"1.0.5","wiki":"https://plugins.jenkins.io/compuware-xpediter-code-coverage"},"concordionpresenter":{"buildDate":"Aug 13, 2011","dependencies":[],"developers":[{"developerId":"rjohnst","email":"rob@rjohnst.com","name":"Rob Johnston"}],"excerpt":"This plugin records Concordion<\/a> test result pages.","gav":"org.jenkins-ci.plugins:concordionpresenter:0.7","labels":["report"],"name":"concordionpresenter","releaseTimestamp":"2011-08-13T15:22:40.00Z","requiredCore":"1.398","scm":"https://github.com/jenkinsci/concordionpresenter-plugin","sha1":"PIqeFs0L9RLWPIRYRc8xzbVJoNA=","sha256":"xXQWqRXDTGLzwb+JMokgdpzLX5QoOtfzk7NHXbQrdVc=","title":"Concordion Presenter","url":"http://updates.jenkins-ci.org/download/plugins/concordionpresenter/0.7/concordionpresenter.hpi","version":"0.7","wiki":"https://plugins.jenkins.io/concordionpresenter"},"concurrent-login-plugin":{"buildDate":"Jul 19, 2013","dependencies":[],"developers":[{"developerId":"blogfein","email":"snazzy7979@gmail.com","name":"BlogFein"}],"excerpt":"This plugin intercept a concurrent login to Jenkins.","gav":"hudson.plugins.concurrent_login:concurrent-login-plugin:0.7","labels":[],"name":"concurrent-login-plugin","previousTimestamp":"2013-07-16T07:22:42.00Z","previousVersion":"0.6","releaseTimestamp":"2013-07-19T06:35:01.00Z","requiredCore":"1.513","scm":"https://github.com/jenkinsci/concurrent-login-plugin","sha1":"Pd69BYgv0y6NNGP774Vl4h3jldg=","sha256":"emXSZLyLtL0KOzFF7UreoLLNRERbHhLEOhf4EG2QcUQ=","title":"Concurrent Login","url":"http://updates.jenkins-ci.org/download/plugins/concurrent-login-plugin/0.7/concurrent-login-plugin.hpi","version":"0.7","wiki":"https://plugins.jenkins.io/concurrent-login-plugin"},"conditional-buildstep":{"buildDate":"Jun 09, 2017","dependencies":[{"name":"maven-plugin","optional":false,"version":"2.13"},{"name":"matrix-project","optional":false,"version":"1.0"},{"name":"run-condition","optional":false,"version":"1.0"},{"name":"token-macro","optional":false,"version":"1.5.1"}],"developers":[{"developerId":"imod","name":"Dominik Bartholdi"},{"developerId":"bap","email":"bap-jenkins@BapIT.co.uk","name":"Bap"}],"excerpt":"A buildstep wrapping any number of other buildsteps, controlling their execution based on a defined condition (e.g. BuildParameter).","gav":"org.jenkins-ci.plugins:conditional-buildstep:1.3.6","labels":["builder"],"name":"conditional-buildstep","previousTimestamp":"2016-06-16T07:12:03.00Z","previousVersion":"1.3.5","releaseTimestamp":"2017-06-09T13:48:42.00Z","requiredCore":"1.580.1","scm":"https://github.com/jenkinsci/conditional-buildstep-plugin","sha1":"qBdFGxkc37JqY1w9s7r8tivFSqU=","sha256":"S1ULwTb+ZrtOs5ZgX0A2k1ljMnuclGYvfEQYiK25n3c=","title":"Conditional BuildStep","url":"http://updates.jenkins-ci.org/download/plugins/conditional-buildstep/1.3.6/conditional-buildstep.hpi","version":"1.3.6","wiki":"https://plugins.jenkins.io/conditional-buildstep"},"config-autorefresh-plugin":{"buildDate":"Jun 23, 2011","dependencies":[],"developers":[{"developerId":"jieryn","email":"jieryn@gmail.com","name":"Jesse Farinacci"}],"excerpt":"The Config AutoRefresh Plugin<\/a> provides a way to configure the auto-refresh rate from the Jenkins UI.","gav":"org.jenkins-ci.plugins:config-autorefresh-plugin:1.0","labels":["misc"],"name":"config-autorefresh-plugin","releaseTimestamp":"2011-06-23T13:29:12.00Z","requiredCore":"1.398","scm":"https://github.com/jenkinsci/config-autorefresh-plugin","sha1":"B3XzainxaQsI5zqnsBCanQSFxW8=","sha256":"RpH2w1M4BsZrSN7y3+jxrjxmhPjzOuutSpBMztI3gd4=","title":"Config AutoRefresh","url":"http://updates.jenkins-ci.org/download/plugins/config-autorefresh-plugin/1.0/config-autorefresh-plugin.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/config-autorefresh-plugin"},"config-driven-pipeline":{"buildDate":"May 02, 2019","dependencies":[{"name":"workflow-api","optional":false,"version":"2.27"},{"name":"workflow-cps","optional":false,"version":"2.53"},{"name":"workflow-job","optional":false,"version":"2.21"},{"name":"workflow-multibranch","optional":false,"version":"2.17"},{"name":"workflow-scm-step","optional":false,"version":"2.6"},{"name":"workflow-step-api","optional":false,"version":"2.14"},{"name":"workflow-support","optional":false,"version":"2.17"},{"name":"branch-api","optional":false,"version":"2.0.21"},{"name":"cloudbees-folder","optional":false,"version":"6.1.2"},{"name":"credentials","optional":false,"version":"2.1.15"},{"name":"git","optional":false,"version":"3.9.1"},{"name":"github-branch-source","optional":false,"version":"2.4.1"},{"name":"scm-api","optional":false,"version":"2.3.0"},{"name":"structs","optional":false,"version":"1.17"},{"name":"token-macro","optional":false,"version":"1.12.1"}],"developers":[{"developerId":"justinharringa","email":"jharringa@salesforce.com","name":"Justin Harringa"},{"developerId":"afalko","email":"afalko@gmail.com","name":"Andrey Falko"}],"excerpt":"Share your Jenkinsfiles in a configurable way, driven by SCM.","gav":"org.jenkins-ci.plugins:config-driven-pipeline:1.1","labels":[],"minimumJavaVersion":"1.8","name":"config-driven-pipeline","previousTimestamp":"2019-04-30T16:06:19.00Z","previousVersion":"1.0","releaseTimestamp":"2019-05-02T12:19:57.00Z","requiredCore":"2.107.3","scm":"https://github.com/jenkinsci/config-driven-pipeline-plugin","sha1":"38tRPVdLqxRfgnQlBq0X9aKzEEw=","sha256":"ClJetwfVQyYBl3Hx+lSi6m+/Yi5wiUdqR4jUzb/87V4=","title":"Config-Driven Pipeline","url":"http://updates.jenkins-ci.org/download/plugins/config-driven-pipeline/1.1/config-driven-pipeline.hpi","version":"1.1","wiki":"https://plugins.jenkins.io/config-driven-pipeline"},"config-file-provider":{"buildDate":"Jun 18, 2019","compatibleSinceVersion":"2.15","dependencies":[{"name":"cloudbees-folder","optional":true,"version":"5.12"},{"name":"credentials","optional":false,"version":"2.1.4"},{"name":"ssh-credentials","optional":false,"version":"1.12"},{"name":"structs","optional":false,"version":"1.7"},{"name":"token-macro","optional":false,"version":"2.0"}],"developers":[{"developerId":"olamy","name":"Olivier Lamy"},{"developerId":"imod","name":"Dominik Bartholdi"}],"excerpt":"Ability to provide configuration files (e.g. settings.xml for maven, XML, groovy, custom files,...) loaded through the UI which will be copied to the job workspace.","gav":"org.jenkins-ci.plugins:config-file-provider:3.6.2","labels":["maven","external","groovy-related"],"name":"config-file-provider","previousTimestamp":"2019-03-22T18:37:19.00Z","previousVersion":"3.6","releaseTimestamp":"2019-06-18T12:08:13.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/config-file-provider-plugin","sha1":"JJjncRq5mdLZSvpwR/uneLijPoM=","sha256":"bIn1aOnYsGJF6VYTy30/i7yqsK+ZEUp/3CjFEKEaPAA=","title":"Config File Provider","url":"http://updates.jenkins-ci.org/download/plugins/config-file-provider/3.6.2/config-file-provider.hpi","version":"3.6.2","wiki":"https://plugins.jenkins.io/config-file-provider"},"config-rotator":{"buildDate":"Apr 13, 2017","dependencies":[{"name":"compatibility-action-storage","optional":false,"version":"1.0"},{"name":"job-dsl","optional":true,"version":"1.37"}],"developers":[{"developerId":"praqma_josra","name":"Praqma Josra"}],"excerpt":"Automatic try-out of possible configurations. Monitors the SCM for newer versions of components and tests if compliant. Only available using ClearCase UCM Plugin<\/a> as SCM.","gav":"net.praqma:config-rotator:2.0.1","labels":["misc","scm","post-build"],"name":"config-rotator","previousTimestamp":"2016-08-25T07:58:41.00Z","previousVersion":"2.0.0","releaseTimestamp":"2017-04-13T13:51:10.00Z","requiredCore":"2.15","scm":"https://github.com/jenkinsci/config-rotator-plugin","sha1":"bOdKhbPAflUEYaykcW6FBJhCSM0=","sha256":"636jiLx3H3qE4EKd09FBP9UCghc2BeaFGBhlvgRz+sY=","title":"Config Rotator","url":"http://updates.jenkins-ci.org/download/plugins/config-rotator/2.0.1/config-rotator.hpi","version":"2.0.1","wiki":"https://plugins.jenkins.io/config-rotator"},"configuration-as-code":{"buildDate":"Aug 26, 2019","compatibleSinceVersion":"1.28","dependencies":[],"developers":[{"developerId":"casz","name":"Joseph Petersen"},{"developerId":"timja","name":"Tim Jacomb"},{"developerId":"oleg_nenashev","name":"Oleg Nenashev"}],"excerpt":"This plugin allows configuration of Jenkins based on human-readable declarative configuration files.","gav":"io.jenkins:configuration-as-code:1.29","labels":[],"minimumJavaVersion":"1.8","name":"configuration-as-code","previousTimestamp":"2019-08-24T00:41:50.00Z","previousVersion":"1.28","releaseTimestamp":"2019-08-26T00:33:49.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/configuration-as-code-plugin","sha1":"7K0MaPlSUcyAc1+XSlb2SbTXaDM=","sha256":"mJClouAYJ7k7ehAy0YiwKwChfPERYP2d9nIcDbMLw0s=","title":"Configuration as Code","url":"http://updates.jenkins-ci.org/download/plugins/configuration-as-code/1.29/configuration-as-code.hpi","version":"1.29","wiki":"https://plugins.jenkins.io/configuration-as-code"},"configuration-as-code-groovy":{"buildDate":"Feb 24, 2019","dependencies":[{"name":"configuration-as-code","optional":false,"version":"1.0"}],"developers":[{"developerId":"szandala","email":"tomasz.szandala@gmail.com","name":"Tomasz Szandala"}],"excerpt":"Extension for Configuration as Code that allows running Groovy scripts.","gav":"io.jenkins.plugins:configuration-as-code-groovy:1.1","labels":[],"name":"configuration-as-code-groovy","previousTimestamp":"2019-02-23T21:57:30.00Z","previousVersion":"1.0","releaseTimestamp":"2019-02-24T12:52:10.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/configuration-as-code-groovy-plugin","sha1":"194Mi4I0ecpr4L43xh4W1IPlU+g=","sha256":"PCq0pFs7AjIkNmnEQA8xcVKF1fXiCszQ8ijYY/xD6GY=","title":"Configuration as Code Plugin - Groovy Scripting Extension","url":"http://updates.jenkins-ci.org/download/plugins/configuration-as-code-groovy/1.1/configuration-as-code-groovy.hpi","version":"1.1","wiki":"https://plugins.jenkins.io/configuration-as-code-groovy"},"configuration-as-code-secret-ssm":{"buildDate":"Dec 11, 2018","dependencies":[{"name":"configuration-as-code","optional":false,"version":"1.2"},{"name":"aws-java-sdk","optional":false,"version":"1.11.341"}],"developers":[{"developerId":"patbos"}],"excerpt":"This plugin resolves secrets from Amazon SSM for CASC plugin","gav":"com.bambora.jenkins.plugin.casc.secrets.ssm:configuration-as-code-secret-ssm:1.0.0","labels":[],"name":"configuration-as-code-secret-ssm","releaseTimestamp":"2018-12-11T13:57:59.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/configuration-as-code-secret-ssm-plugin","sha1":"gJ2Va78JmN5u9mX0NEBey9C0By4=","sha256":"myeFUBDrzwHsGF4lweUaZZr1xchLCtzixsBsk3KAvxA=","title":"Configuration as Code AWS SSM secrets","url":"http://updates.jenkins-ci.org/download/plugins/configuration-as-code-secret-ssm/1.0.0/configuration-as-code-secret-ssm.hpi","version":"1.0.0","wiki":"https://plugins.jenkins.io/configuration-as-code-secret-ssm"},"configuration-as-code-support":{"buildDate":"May 31, 2019","compatibleSinceVersion":"1.18","dependencies":[],"developers":[{"developerId":"Joseph Petersen"}],"excerpt":"This plugin no longer provides any function, feel free to uninstall it.
The custom configurators have been moved to the third-party plugins.","gav":"io.jenkins.configuration-as-code:configuration-as-code-support:1.18","labels":["deprecated"],"minimumJavaVersion":"1.8","name":"configuration-as-code-support","previousTimestamp":"2019-05-27T22:28:00.00Z","previousVersion":"1.17","releaseTimestamp":"2019-05-31T18:28:02.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/configuration-as-code-plugin","sha1":"dUSS/IsCbIwoOi5CD1NxujGpEV0=","sha256":"1AYWtkQxhkcND0C0n6MXK3MjCMMQMCw/sKTUH+9pKTU=","title":"Configuration as Code Support","url":"http://updates.jenkins-ci.org/download/plugins/configuration-as-code-support/1.18/configuration-as-code-support.hpi","version":"1.18","wiki":"https://plugins.jenkins.io/configuration-as-code-support"},"configurationslicing":{"buildDate":"Dec 06, 2016","dependencies":[{"name":"email-ext","optional":true,"version":"2.37"},{"name":"build-timeout","optional":true,"version":"1.16"},{"name":"logstash","optional":true,"version":"1.2.0"},{"name":"logfilesizechecker","optional":true,"version":"1.2"},{"name":"maven-plugin","optional":true,"version":"2.14"},{"name":"mask-passwords","optional":true,"version":"2.8"},{"name":"timestamper","optional":true,"version":"1.2.2"},{"name":"jython","optional":true,"version":"1.9"},{"name":"matrix-project","optional":true,"version":"1.6"},{"name":"ant","optional":true,"version":"1.1"},{"name":"gradle","optional":true,"version":"1.24"},{"name":"python","optional":true,"version":"1.2"},{"name":"PrioritySorter","optional":true,"version":"1.3"},{"name":"config-file-provider","optional":true,"version":"2.7.1"},{"name":"groovy","optional":true,"version":"1.9"},{"name":"claim","optional":true,"version":"2.3"}],"developers":[{"developerId":"jacob_robertson","email":"jacob.robertson.work@gmail.com","name":"Jacob Robertson"}],"excerpt":"Allows configuration of a single property across a group of projects","gav":"org.jenkins-ci.plugins:configurationslicing:1.47","labels":["misc","builder","emailext"],"name":"configurationslicing","previousTimestamp":"2016-03-06T21:21:01.00Z","previousVersion":"1.45","releaseTimestamp":"2016-12-06T07:11:50.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/configurationslicing-plugin","sha1":"LtJV0oiw7StjGrccTYmnsMukVGk=","sha256":"d3NxIIBFLwMNuMHc4Hmt0bx89utwIlHHnnjs/iVHj4w=","title":"Configuration Slicing","url":"http://updates.jenkins-ci.org/download/plugins/configurationslicing/1.47/configurationslicing.hpi","version":"1.47","wiki":"https://plugins.jenkins.io/configurationslicing"},"configure-job-column-plugin":{"buildDate":"May 31, 2012","dependencies":[],"developers":[{"developerId":"jieryn","email":"jieryn@gmail.com","name":"Jesse Farinacci"}],"excerpt":"The
Configure Job Column Plugin<\/a> provides a fast-path configure job link available for views.","gav":"org.jenkins-ci.plugins:configure-job-column-plugin:1.0","labels":["listview-column","ui","misc"],"name":"configure-job-column-plugin","releaseTimestamp":"2012-05-31T02:36:30.00Z","requiredCore":"1.447","scm":"https://github.com/jenkinsci/configure-job-column-plugin","sha1":"p8yOFqsuzF0mA9Qu5fGYtl1EfXo=","sha256":"TFCRSXvgaIDprW1fMNxyQMGC78Py7Dgqut6fbpX9vlY=","title":"Configure Job Column","url":"http://updates.jenkins-ci.org/download/plugins/configure-job-column-plugin/1.0/configure-job-column-plugin.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/configure-job-column-plugin"},"confluence-publisher":{"buildDate":"Sep 01, 2018","dependencies":[{"name":"workflow-cps","optional":false,"version":"1.13"},{"name":"structs","optional":false,"version":"1.2"}],"developers":[{"developerId":"jhansche","email":"jhansche@myyearbook.com","name":"Joe Hansche"},{"developerId":"casz","email":"casz@github","name":"Joseph Petersen"}],"excerpt":"This plugin allows you to publish build artifacts into a Confluence wiki page. Currently limited to uploading an artifact as an attachment to a page id.","gav":"org.jenkins-ci.plugins:confluence-publisher:2.0.3","labels":["upload","external"],"name":"confluence-publisher","previousTimestamp":"2018-07-25T22:36:00.00Z","previousVersion":"2.0.2","releaseTimestamp":"2018-09-01T21:25:08.00Z","requiredCore":"1.651.3","scm":"https://github.com/jenkinsci/confluence-publisher-plugin","sha1":"WLKglxDdgVxmTNce5eXOzYRmf8Y=","sha256":"hrmPO7O1G2ZI3agvo0TO2V1bZpsQe7jWJ9EbbGytxjw=","title":"Confluence Publisher","url":"http://updates.jenkins-ci.org/download/plugins/confluence-publisher/2.0.3/confluence-publisher.hpi","version":"2.0.3","wiki":"https://plugins.jenkins.io/confluence-publisher"},"cons3rt":{"buildDate":"Jan 15, 2019","dependencies":[{"name":"credentials","optional":false,"version":"2.1.18"},{"name":"plain-credentials","optional":false,"version":"1.4"}],"developers":[{"developerId":"cons3rt","email":"john.paulo@jackpinetech.com","name":"John Paulo"}],"excerpt":"Build and upload a CONS3RT asset. Allows for asset creation or update, and additionally allows for launching a deployment run.","gav":"org.jenkins-ci.plugins:cons3rt:1.0.0","labels":[],"minimumJavaVersion":"1.8","name":"cons3rt","releaseTimestamp":"2019-01-15T19:23:45.00Z","requiredCore":"2.7.3","scm":"https://github.com/jenkinsci/cons3rt-plugin","sha1":"95uE/QjgjjINmI5LjhYL2fWbSzg=","sha256":"X8eKDp3Hv4njRIYMAskDRVRj/meVcsrAXsNZfI37esA=","title":"CONS3RT","url":"http://updates.jenkins-ci.org/download/plugins/cons3rt/1.0.0/cons3rt.hpi","version":"1.0.0","wiki":"https://plugins.jenkins.io/cons3rt"},"console-badge":{"buildDate":"Aug 02, 2016","dependencies":[],"developers":[{"developerId":"oleksii","email":"oleksiy@noroutine.me","name":"Oleksii Khilkevych"}],"excerpt":"This plugin installs that badge that you always missed!","gav":"me.noroutine.jenkins.plugin:console-badge:1.1","labels":["misc","ui"],"name":"console-badge","previousTimestamp":"2016-08-02T10:00:10.00Z","previousVersion":"1.0","releaseTimestamp":"2016-08-02T10:20:06.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/console-badge-plugin","sha1":"HR/ZZ4+NVWD/UG8qrWk0RZxpyas=","sha256":"CpkARl13wi+t32hFHnw0zRMJOaU+i8bIPopPsi8FVVg=","title":"Console Badge","url":"http://updates.jenkins-ci.org/download/plugins/console-badge/1.1/console-badge.hpi","version":"1.1","wiki":"https://plugins.jenkins.io/console-badge"},"console-column-plugin":{"buildDate":"Oct 15, 2011","dependencies":[],"developers":[{"developerId":"jieryn","email":"jieryn@gmail.com","name":"Jesse Farinacci"}],"excerpt":"The Console Column Plugin<\/a> provides a fast-path console link available for views.","gav":"org.jenkins-ci.plugins:console-column-plugin:1.5","labels":["listview-column","ui"],"name":"console-column-plugin","previousTimestamp":"2011-10-12T11:56:27.00Z","previousVersion":"1.4","releaseTimestamp":"2011-10-15T18:52:37.00Z","requiredCore":"1.420","scm":"https://github.com/jenkinsci/console-column-plugin","sha1":"mtd/5cTNMwFDXjDLSl3GeRdwyZY=","sha256":"/zRMMxFC57faLDYF+qpmqZGo7nzGtTvogRhO4vvxhNw=","title":"Console Column","url":"http://updates.jenkins-ci.org/download/plugins/console-column-plugin/1.5/console-column-plugin.hpi","version":"1.5","wiki":"https://plugins.jenkins.io/console-column-plugin"},"console-navigation":{"buildDate":"Mar 19, 2019","dependencies":[{"name":"jquery","optional":false,"version":"1.12.4-0"},{"name":"structs","optional":false,"version":"1.10"}],"developers":[{"developerId":"bnova_stefan","email":"stefan.welsch@b-nova.com","name":"Stefan Welsch"}],"excerpt":"","gav":"io.jenkins.plugins:console-navigation:1.0","labels":[],"minimumJavaVersion":"1.8","name":"console-navigation","releaseTimestamp":"2019-03-19T15:03:28.00Z","requiredCore":"2.150.3","scm":"https://github.com/jenkinsci/console-navigation-plugin","sha1":"HFGVbseaM0HUNeIhcozP0GoYhMs=","sha256":"TuAdUI98N7TMbyNgooHaLVqJMRYdfi2TgDyGQ5ExIhU=","title":"Console Navigation","url":"http://updates.jenkins-ci.org/download/plugins/console-navigation/1.0/console-navigation.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/console-navigation"},"console-tail":{"buildDate":"Oct 22, 2013","dependencies":[],"developers":[{"developerId":"stephenconnolly","name":"Stephen Connolly"}],"excerpt":"This plugin provides a tail view of the console on the main job page when the last build failed.","gav":"org.jenkins-ci.plugins:console-tail:1.1","labels":[],"name":"console-tail","previousTimestamp":"2013-10-22T13:06:24.00Z","previousVersion":"1.0","releaseTimestamp":"2013-10-22T13:17:46.00Z","requiredCore":"1.509","scm":"https://github.com/jenkinsci/console-tail-plugin","sha1":"3Ydb4nZQjePDKExStasUFt+XwYY=","sha256":"yOxQvjPKbj98t0BJuLzcIUgknANceYerbwALSB1wVUs=","title":"Console Tail","url":"http://updates.jenkins-ci.org/download/plugins/console-tail/1.1/console-tail.hpi","version":"1.1","wiki":"https://plugins.jenkins.io/console-tail"},"consul":{"buildDate":"Jul 26, 2017","compatibleSinceVersion":"2.0","dependencies":[{"name":"workflow-step-api","optional":false,"version":"2.9"}],"developers":[{"developerId":"liozN","email":"lioz.nudel@gmail.com","name":"Lioz Nudel"}],"excerpt":"Consul plugin for service discovery and K/V store usages","gav":"com.inneractive.jenkins.plugins:consul:2.1","labels":[],"name":"consul","previousTimestamp":"2017-06-05T11:08:07.00Z","previousVersion":"2.0","releaseTimestamp":"2017-07-26T11:46:58.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/consul-plugin","sha1":"ZoRhMUAsTqJJq5oliPfZPwMjTQM=","sha256":"v4j3O2gWWebMMgitAYR55NlT5YD/IXnv1eNuNVAco2I=","title":"Consul","url":"http://updates.jenkins-ci.org/download/plugins/consul/2.1/consul.hpi","version":"2.1","wiki":"https://plugins.jenkins.io/consul"},"consul-kv-builder":{"buildDate":"Nov 02, 2016","dependencies":[],"developers":[{"developerId":"jimmyraywv","email":"james.ray@capitalone.com","name":"Jimmy Ray"}],"excerpt":"This plugin is used to add a build wrapper and build step to read/write/delete <K,V> pairs from the HashiCorp Consul Key/Value store.","gav":"org.jenkins-ci.plugins:consul-kv-builder:2.0.13","labels":["builder"],"name":"consul-kv-builder","previousTimestamp":"2016-10-03T20:08:29.00Z","previousVersion":"2.0.12","releaseTimestamp":"2016-11-02T12:42:21.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/consul-kv-builder-plugin","sha1":"WklPNaEfF8WdtjKzlQxJKkJFXZc=","sha256":"x3pRbsCDw2TJ9WGe88HjGCiAbDX83VcCABL6qmeoyTo=","title":"Consul KV Builder","url":"http://updates.jenkins-ci.org/download/plugins/consul-kv-builder/2.0.13/consul-kv-builder.hpi","version":"2.0.13","wiki":"https://plugins.jenkins.io/consul-kv-builder"},"content-replace":{"buildDate":"Aug 20, 2019","dependencies":[{"name":"structs","optional":false,"version":"1.7"}],"developers":[{"developerId":"moxun1639","email":"mxnstrive@gmail.com","name":"Moxun"}],"excerpt":"This plugin allows you to replace file content with regex expressions.","gav":"org.jenkins-ci.plugins:content-replace:1.0.10","labels":[],"name":"content-replace","previousTimestamp":"2019-08-19T13:16:33.00Z","previousVersion":"1.0.9","releaseTimestamp":"2019-08-20T05:04:19.00Z","requiredCore":"2.7.3","scm":"https://github.com/jenkinsci/content-replace-plugin","sha1":"Nwa4l6oDHBh7yPt+gG3+QiASeGo=","sha256":"Qpovmag8lfAWAQrJxfTWxwhPgw1nRGwNPN615WOmQyA=","title":"Content Replace","url":"http://updates.jenkins-ci.org/download/plugins/content-replace/1.0.10/content-replace.hpi","version":"1.0.10","wiki":"https://plugins.jenkins.io/content-replace"},"continuum":{"buildDate":"Nov 20, 2017","dependencies":[{"name":"junit","optional":false,"version":"1.4"},{"name":"credentials","optional":false,"version":"1.22"},{"name":"workflow-job","optional":false,"version":"2.9"}],"developers":[{"developerId":"BoraAksoy","email":"baksoy@collab.net","name":"Bora Aksoy"}],"excerpt":"This plugin includes integrations for Continuum, including pipeline steps for REST API commands.","gav":"org.jenkins-ci.plugins:continuum:1.0.1","labels":[],"name":"continuum","releaseTimestamp":"2017-11-20T17:31:40.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/continuum-plugin","sha1":"qyb6+pDnOjKukRN2oJp2+Fr+Nl0=","sha256":"VX1pA1Z7LZ3duIdvf6KsNUfeUtXsHVDy+XsDGTlnBwI=","title":"Continuum","url":"http://updates.jenkins-ci.org/download/plugins/continuum/1.0.1/continuum.hpi","version":"1.0.1","wiki":"https://plugins.jenkins.io/continuum"},"contrast-continuous-application-security":{"buildDate":"Jul 26, 2019","dependencies":[{"name":"workflow-step-api","optional":false,"version":"1.15"},{"name":"matrix-project","optional":false,"version":"1.6"}],"developers":[{"developerId":"jleo","email":"justin.leo@contrastsecurity.com","name":"Justin Leo"}],"excerpt":"This plugin is for continuous application security with Contrast integration.","gav":"org.jenkins-ci.plugins:contrast-continuous-application-security:2.12","labels":[],"name":"contrast-continuous-application-security","previousTimestamp":"2019-07-03T11:59:20.00Z","previousVersion":"2.11","releaseTimestamp":"2019-07-26T15:00:20.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/contrast-continuous-application-security-plugin","sha1":"4pHFhDdtMQLwwRX0UKL8zXcDK5M=","sha256":"ViOHBUssnbUIYGPSdrVFZdF5dtYlHLq/GZvwOYAfh0k=","title":"Contrast Continuous Application Security","url":"http://updates.jenkins-ci.org/download/plugins/contrast-continuous-application-security/2.12/contrast-continuous-application-security.hpi","version":"2.12","wiki":"https://plugins.jenkins.io/contrast-continuous-application-security"},"convert-to-pipeline":{"buildDate":"Oct 17, 2017","dependencies":[{"name":"workflow-aggregator","optional":false,"version":"2.5"},{"name":"timestamper","optional":false,"version":"1.8.8"},{"name":"credentials","optional":false,"version":"1.24"},{"name":"cloudbees-folder","optional":false,"version":"6.0.3"}],"developers":[{"developerId":"mohitdharamshi","email":"mohit.dharamshi@infostretch.com","name":"Mohit Dharamshi"}],"excerpt":"This plugin converts Freestyle jobs to Pipeline jobs.","gav":"org.jenkins-ci.plugins:convert-to-pipeline:1.0","labels":[],"name":"convert-to-pipeline","releaseTimestamp":"2017-10-17T10:17:55.00Z","requiredCore":"2.7.3","scm":"https://github.com/jenkinsci/convert-to-pipeline-plugin","sha1":"aN2Q7HpXUlpFlaECQgwlIsOmBDU=","sha256":"eNmMSz2S3ku7+7lYhBKIkixmN+jr0uKGPPLnXJMTV9s=","title":"Convert To Pipeline","url":"http://updates.jenkins-ci.org/download/plugins/convert-to-pipeline/1.0/convert-to-pipeline.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/convert-to-pipeline"},"convertigo-mobile-platform":{"buildDate":"Oct 01, 2015","dependencies":[],"developers":[{"developerId":"Yinam","email":"yinam@convertigo.com","name":"Yina Mou"}],"excerpt":"This plugin enables Jenkins to build, deploy and test Convertigo projects.","gav":"com.convertigo.jenkins.plugins:convertigo-mobile-platform:1.1","labels":["plugin-test","builder"],"name":"convertigo-mobile-platform","previousTimestamp":"2015-09-28T12:17:26.00Z","previousVersion":"1.0","releaseTimestamp":"2015-10-01T15:55:12.00Z","requiredCore":"1.580.1","scm":"https://github.com/jenkinsci/convertigo-mobile-platform-plugin","sha1":"tWqXUTUOXjRJSzYiJ2FzfJofMgE=","sha256":"Rqy1lrvavQ1gNe9ZBD8h7GC5VDUOtni6nywh6xz8pvE=","title":"Convertigo Mobile Platform","url":"http://updates.jenkins-ci.org/download/plugins/convertigo-mobile-platform/1.1/convertigo-mobile-platform.hpi","version":"1.1","wiki":"https://plugins.jenkins.io/convertigo-mobile-platform"},"coordinator":{"buildDate":"Dec 10, 2016","dependencies":[{"name":"matrix-project","optional":true,"version":"1.4.1"}],"developers":[{"developerId":"ace-han","email":"ace.jl.han@gmail.com","name":"Ace Han"},{"developerId":"kymair","email":"kymair@gmail.com","name":"Jindi Wu"}],"excerpt":"This plugin acts like a coordinator that makes other jobs to build in a particular sequence as pre-defined.
There are serial and parallel building patterns, which should have already covered most scenarios","gav":"org.jenkins-ci.plugins:coordinator:1.4.0","labels":[],"name":"coordinator","previousTimestamp":"2016-12-05T08:16:37.00Z","previousVersion":"1.3.2","releaseTimestamp":"2016-12-10T04:20:19.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/coordinator-plugin","sha1":"lT3onkrZ01jDrGbCkMrCrMgpH4w=","sha256":"x8HHx8rn08hFi1mFW5kHUug6Z+TNvpdn3a9XL7y2vBo=","title":"Coordinator","url":"http://updates.jenkins-ci.org/download/plugins/coordinator/1.4.0/coordinator.hpi","version":"1.4.0","wiki":"https://plugins.jenkins.io/coordinator"},"copado":{"buildDate":"Jun 05, 2016","dependencies":[],"developers":[{"developerId":"federico_larsens","email":"fl@copa.do","name":"Federico Larsen"}],"excerpt":"Copado Jenkins plugin to trigger jobs within Copado.","gav":"com.copado.jenkins:copado:1.2","labels":[],"name":"copado","previousTimestamp":"2016-02-23T15:15:50.00Z","previousVersion":"1.1","releaseTimestamp":"2016-06-05T15:03:36.00Z","requiredCore":"1.580.1","scm":"https://github.com/jenkinsci/copado-plugin","sha1":"eII1dDuVxzQUBmuNSd6GQc2IEgE=","sha256":"nd7asyw4dh8b0foYbwi4k1OPs/VZq+0UcZ8DMgdNvls=","title":"Copado","url":"http://updates.jenkins-ci.org/download/plugins/copado/1.2/copado.hpi","version":"1.2","wiki":"https://plugins.jenkins.io/copado"},"copr":{"buildDate":"Apr 15, 2014","dependencies":[],"developers":[{"developerId":"msrb","email":"msrb@redhat.com","name":"Michal Srb"}],"excerpt":"This plugin allows building RPM packages in Copr.","gav":"org.fedoraproject.jenkins.plugins:copr:0.3","labels":["external"],"name":"copr","previousTimestamp":"2014-04-08T15:22:18.00Z","previousVersion":"0.2","releaseTimestamp":"2014-04-15T19:41:11.00Z","requiredCore":"1.509.4","scm":"https://github.com/jenkinsci/copr-plugin","sha1":"YHOLIvZtLJc+XuOAmMr0CzT2t3M=","sha256":"3linA/DfX8J7zJJverH3bOHwXgTeZB0aBUaYZbicvow=","title":"Copr","url":"http://updates.jenkins-ci.org/download/plugins/copr/0.3/copr.hpi","version":"0.3","wiki":"https://plugins.jenkins.io/copr"},"copy-data-to-workspace-plugin":{"buildDate":"Feb 24, 2011","dependencies":[],"developers":[{"developerId":"nzhelyakov","email":"nzhelyakov@gmail.com","name":"Nikita Zhelyakov"}],"excerpt":"This plugin copies data to workspace directory before each build. After build data will be deleted.","gav":"org.jvnet.hudson.plugins:copy-data-to-workspace-plugin:1.0","labels":["buildwrapper"],"name":"copy-data-to-workspace-plugin","releaseTimestamp":"2011-02-24T13:46:25.00Z","requiredCore":"1.366","scm":"https://github.com/jenkinsci/copy-data-to-workspace-plugin","sha1":"o1H9UdRKji2M3qV9S15s84tGq3g=","sha256":"xAjAXZlUzoGmkMZDcpCXOCZghuK16CIvvZJuNyjAlVk=","title":"Copy data to workspace","url":"http://updates.jenkins-ci.org/download/plugins/copy-data-to-workspace-plugin/1.0/copy-data-to-workspace-plugin.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/copy-data-to-workspace-plugin"},"copy-project-link":{"buildDate":"Jan 12, 2016","dependencies":[{"name":"cloudbees-folder","optional":true,"version":"4.0"}],"developers":[{"developerId":"vjuranek","name":"Vojtech Juranek"},{"developerId":"vlatombe","name":"Vincent Latombe"},{"developerId":"olivergondza","email":"ogondza@gmail.com","name":"Oliver Gondža"}],"excerpt":"","gav":"org.jenkins-ci.plugins:copy-project-link:1.5","labels":["ui"],"name":"copy-project-link","previousTimestamp":"2015-05-13T10:29:36.00Z","previousVersion":"1.4","releaseTimestamp":"2016-01-12T15:18:55.00Z","requiredCore":"1.480.3","scm":"https://github.com/jenkinsci/copy-project-link-plugin","sha1":"4ciV6pdXEyC6MB+f7ON74P0gmSw=","sha256":"eywSkeFe1mc37fsvzSOXSKgGui9pQVgW9T58z9f6j3Y=","title":"Copy project link","url":"http://updates.jenkins-ci.org/download/plugins/copy-project-link/1.5/copy-project-link.hpi","version":"1.5","wiki":"https://plugins.jenkins.io/copy-project-link"},"copyartifact":{"buildDate":"May 25, 2019","dependencies":[{"name":"maven-plugin","optional":true,"version":"3.1.2"},{"name":"apache-httpcomponents-client-4-api","optional":false,"version":"4.5.5-3.0"},{"name":"matrix-project","optional":false,"version":"1.3"},{"name":"structs","optional":false,"version":"1.14"}],"developers":[{"developerId":"ikedam"}],"excerpt":"Adds a build step to copy artifacts from another project.","gav":"org.jenkins-ci.plugins:copyartifact:1.42.1","labels":["builder","parameter"],"minimumJavaVersion":"1.8","name":"copyartifact","previousTimestamp":"2019-03-02T00:59:57.00Z","previousVersion":"1.42","releaseTimestamp":"2019-05-25T03:51:01.00Z","requiredCore":"2.121.1","scm":"https://github.com/jenkinsci/copyartifact-plugin","sha1":"RCp3Jyzd9uom+6KF/ZmNLtECo1A=","sha256":"1/JuLBcRSFBmjTbB2w34d8eibt5Rl2MjT41fjcpd6Jw=","title":"Copy Artifact","url":"http://updates.jenkins-ci.org/download/plugins/copyartifact/1.42.1/copyartifact.hpi","version":"1.42.1","wiki":"https://plugins.jenkins.io/copyartifact"},"cors-filter":{"buildDate":"Dec 18, 2015","dependencies":[],"developers":[{"developerId":"uday","email":"uaarkoti@gmail.com","name":"Udaypal Aarkoti"}],"excerpt":"This plugin allows Jenkins to serve Cross-site HTTP requests","gav":"org.jenkins-ci.plugins:cors-filter:1.1","labels":[],"name":"cors-filter","previousTimestamp":"2015-06-03T02:02:30.00Z","previousVersion":"1.0","releaseTimestamp":"2015-12-18T06:46:23.00Z","requiredCore":"1.580.1","scm":"https://github.com/jenkinsci/cors-filter-plugin","sha1":"fydq6AtYG+l5k28LexfDnlcWhHM=","sha256":"nNjicl7I8EwHRW1qiT4xXJNf0UJ4JtbXKHK/IYT2msc=","title":"CORS support","url":"http://updates.jenkins-ci.org/download/plugins/cors-filter/1.1/cors-filter.hpi","version":"1.1","wiki":"https://plugins.jenkins.io/cors-filter"},"couchdb-statistics":{"buildDate":"Dec 15, 2015","dependencies":[],"developers":[{"name":"Gareth Evans"}],"excerpt":"This plugin sends results and duration of Jenkins jobs to a couchdb/cloudant database","gav":"org.jenkins-ci.plugins:couchdb-statistics:0.3","labels":["report"],"name":"couchdb-statistics","previousTimestamp":"2015-12-04T18:38:55.00Z","previousVersion":"0.2.1","releaseTimestamp":"2015-12-15T10:28:41.00Z","requiredCore":"1.466","scm":"https://github.com/jenkinsci/couchdb-statistics-plugin","sha1":"gViKzoKPYc0iOs1E17gEo5sFLxQ=","sha256":"t9MlldfXK6vDAmyB/DnC4d3mfpkvT+PQlfCxiu/u5tc=","title":"couchdb-statistics","url":"http://updates.jenkins-ci.org/download/plugins/couchdb-statistics/0.3/couchdb-statistics.hpi","version":"0.3","wiki":"https://plugins.jenkins.io/couchdb-statistics"},"countjobs-viewstabbar":{"buildDate":"Jan 10, 2012","dependencies":[],"developers":[{"developerId":"ilbors","name":"Ignacio Albors"}],"excerpt":"","gav":"ws.albors:countjobs-viewstabbar:1.0.0","labels":["misc","ui"],"name":"countjobs-viewstabbar","releaseTimestamp":"2012-01-10T23:27:26.00Z","requiredCore":"1.428","scm":"https://github.com/jenkinsci/countjobs-viewstabbar-plugin","sha1":"RnukVLYGfy/xyENjvUUxckTu2Jc=","sha256":"cwC1sILoCt4u8K6tR66Ena91Qd8WZPn/cJPbXsrajwo=","title":"countjobs-viewstabbar","url":"http://updates.jenkins-ci.org/download/plugins/countjobs-viewstabbar/1.0.0/countjobs-viewstabbar.hpi","version":"1.0.0","wiki":"https://plugins.jenkins.io/countjobs-viewstabbar"},"covcomplplot":{"buildDate":"Aug 13, 2011","dependencies":[],"developers":[{"developerId":"junoyoon","email":"junoyoon@gmail.com","name":"JunHo Yoon"}],"excerpt":"This plugin is coverage/complexity scatter plot graph plugin. It supports clover and cobertura results.","gav":"org.jenkins-ci.plugins:covcomplplot:1.1.1","labels":["report"],"name":"covcomplplot","releaseTimestamp":"2011-08-13T17:21:20.00Z","requiredCore":"1.398","scm":"https://github.com/jenkinsci/covcomplplot-plugin","sha1":"CboIlIImnrdoYnYhXgihm8zyL6o=","sha256":"v9VeYESAiKdN+jEvRF/eYqMg9uAatNXMac39L7dthgM=","title":"Coverage/Complexity Scatter Plot","url":"http://updates.jenkins-ci.org/download/plugins/covcomplplot/1.1.1/covcomplplot.hpi","version":"1.1.1","wiki":"https://plugins.jenkins.io/covcomplplot"},"coverity":{"buildDate":"Apr 23, 2019","dependencies":[{"name":"credentials","optional":false,"version":"1.18"}],"developers":[{"developerId":"akamen","email":"akamen@blackducksoftware.com","name":"Ari Kamen"},{"developerId":"ahcho0819","email":"acho@synopsys.com","name":"Andrew Cho"},{"developerId":"jbriggs","email":"jbriggs@synopsys.com","name":"Joel Briggs"},{"developerId":"shami","email":"kwillms@synopsys.com","name":"Shami Willms"}],"excerpt":"","gav":"org.jenkins-ci.plugins:coverity:1.11.4","labels":["buildwrapper","report"],"name":"coverity","previousTimestamp":"2018-12-04T15:28:14.00Z","previousVersion":"1.11.3","releaseTimestamp":"2019-04-23T20:29:12.00Z","requiredCore":"1.651.3","scm":"https://github.com/jenkinsci/coverity-plugin","sha1":"tD1QNb/VDopqfSUsS1zUsS5NeE8=","sha256":"QC8662REy3lUgfRuU5NGV3VaiCn8zDr2iqT2+BzG3Vw=","title":"Coverity","url":"http://updates.jenkins-ci.org/download/plugins/coverity/1.11.4/coverity.hpi","version":"1.11.4","wiki":"https://plugins.jenkins.io/coverity"},"cppcheck":{"buildDate":"Aug 17, 2019","dependencies":[{"name":"jaxb","optional":false,"version":"2.3.0"},{"name":"dashboard-view","optional":true,"version":"2.0"},{"name":"structs","optional":false,"version":"1.7"}],"developers":[{"developerId":"gbois","name":"Gregory Boissinot"},{"developerId":"mixalturek","email":"mixalturek@users.sf.net","name":"Michal Turek"},{"developerId":"marcosteffan","name":"Marco Steffan"}],"excerpt":"This plug-in collects the
Cppcheck<\/a> analysis results of the project and visualizes the found errors.","gav":"org.jenkins-ci.plugins:cppcheck:1.25","labels":["report"],"minimumJavaVersion":"1.8","name":"cppcheck","previousTimestamp":"2018-09-12T20:44:45.00Z","previousVersion":"1.24","releaseTimestamp":"2019-08-17T08:42:57.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/cppcheck-plugin","sha1":"3xBro3x4zPC4U3c4wXL8oukwl6s=","sha256":"SAzRUdEQFv1tYhWzRk7JFfKUt/be4nPMZg/pCn3j7SU=","title":"Cppcheck","url":"http://updates.jenkins-ci.org/download/plugins/cppcheck/1.25/cppcheck.hpi","version":"1.25","wiki":"https://plugins.jenkins.io/cppcheck"},"cppncss":{"buildDate":"Feb 03, 2018","dependencies":[{"name":"maven-plugin","optional":false,"version":"3.0"}],"developers":[{"developerId":"holywen","email":"shaohua-holy.wen@nsn.com","name":"Shaohua Wen"}],"excerpt":"This plugin integrates Cpp NCSS reports<\/a> to Jenkins.","gav":"org.jenkins-ci.plugins:cppncss:1.2","labels":["report"],"name":"cppncss","previousTimestamp":"2011-02-18T20:17:18.00Z","previousVersion":"1.1","releaseTimestamp":"2018-02-03T22:16:04.00Z","requiredCore":"1.651.3","scm":"https://github.com/jenkinsci/cppncss-plugin","sha1":"u1Ed3Qb3n4bHnYV+XAIFxGOTViY=","sha256":"iWPrlbxzqvDp/I2TAVIknUe74vXRjxJLmdoAxB8iEwU=","title":"CppNCSS","url":"http://updates.jenkins-ci.org/download/plugins/cppncss/1.2/cppncss.hpi","version":"1.2","wiki":"https://plugins.jenkins.io/cppncss"},"cpptest":{"buildDate":"Jul 25, 2015","dependencies":[{"name":"analysis-core","optional":false,"version":"1.34"},{"name":"xunit","optional":false,"version":"1.91"},{"name":"maven-plugin","optional":false,"version":"1.480"},{"name":"javadoc","optional":false,"version":"1.0"}],"developers":[{"developerId":"ahebert","email":"aurrelhebert@gmail.com","name":"Aurelien Hebert"},{"developerId":"gbois","name":"Gregory Boissinot"},{"developerId":"NQH","email":"quanghuycvut@yahoo.com","name":"N. Q. Huy"}],"excerpt":"This plug-in collects the Parasoft C++test code stantard results of the project modules and visualizes the found warnings.","gav":"com.thalesgroup.jenkins-ci.plugins:cpptest:0.14","labels":["report"],"name":"cpptest","previousTimestamp":"2014-09-29T22:27:51.00Z","previousVersion":"0.13.2","releaseTimestamp":"2015-07-25T20:14:19.00Z","requiredCore":"1.480","scm":"https://github.com/jenkinsci/cpptest-plugin","sha1":"7IjRPtm8PQuB3y2azEVwP6KKCwQ=","sha256":"sZeW0Ki0gsAE0yUfLRwcoF5FhxiRNnJzHBQN+MKeXE4=","title":"Cpptest","url":"http://updates.jenkins-ci.org/download/plugins/cpptest/0.14/cpptest.hpi","version":"0.14","wiki":"https://plugins.jenkins.io/cpptest"},"crap4j":{"buildDate":"Oct 22, 2014","dependencies":[],"developers":[{"developerId":"dlindner","name":"Daniel Lindner"}],"excerpt":"This plugin collects the Crap4J<\/a> analysis results of the project modules and offers historical insights to their crap.","gav":"org.jenkins-ci.plugins:crap4j:0.9","labels":["report"],"name":"crap4j","releaseTimestamp":"2014-10-22T20:36:30.00Z","requiredCore":"1.566","scm":"https://github.com/jenkinsci/crap4j-plugin","sha1":"Xsp41MjEbobD54/m3sxToZqOf30=","sha256":"HXftwB6CiXz0I1d3WicTUC8gGdJAkuz7kKwEIfWq//M=","title":"Crap4J","url":"http://updates.jenkins-ci.org/download/plugins/crap4j/0.9/crap4j.hpi","version":"0.9","wiki":"https://plugins.jenkins.io/crap4j"},"create-fingerprint":{"buildDate":"Dec 31, 2011","dependencies":[],"developers":[{"developerId":"marcsanfacon","email":"marc.sanfacon@gmail.com","name":"Marc Sanfacon"}],"excerpt":"Adds the ability to fingerprint files as build steps.","gav":"org.jenkins-ci.plugins:create-fingerprint:1.2","labels":["builder"],"name":"create-fingerprint","previousTimestamp":"2011-11-26T21:10:16.00Z","previousVersion":"1.1","releaseTimestamp":"2011-12-31T15:01:41.00Z","requiredCore":"1.440","scm":"https://github.com/jenkinsci/create-fingerprint-plugin","sha1":"eTmOEC36FyDg0co1ceOp9C0Z7WI=","sha256":"4Y5F35clcStOptgRrwP76SiH7GkcZ+ZHMF41PDYiMSU=","title":"Fingerprint","url":"http://updates.jenkins-ci.org/download/plugins/create-fingerprint/1.2/create-fingerprint.hpi","version":"1.2","wiki":"https://plugins.jenkins.io/create-fingerprint"},"createjobadvanced":{"buildDate":"Dec 28, 2013","dependencies":[{"name":"maven-plugin","optional":true,"version":"2.1"}],"developers":[{"developerId":"bertrandgressier","email":"bertrand.gressier@gmail.com","name":"Bertrand Gressier"}],"excerpt":"This plugin extends creating job. When you create a job, it automatically adds permissions for the creator.","gav":"org.jenkins-ci.plugins:createjobadvanced:1.8","labels":["user"],"name":"createjobadvanced","previousTimestamp":"2013-07-23T03:48:23.00Z","previousVersion":"1.7.2","releaseTimestamp":"2013-12-28T15:44:20.00Z","requiredCore":"1.532","scm":"https://github.com/jenkinsci/createjobadvanced-plugin","sha1":"d27KRgh7F5JOKasPcTukcZMlupk=","sha256":"gX0Y5P+emTFjnhOfCCVZmR/KZ8dq4z73JIPFHrokYks=","title":"Create Job Advanced","url":"http://updates.jenkins-ci.org/download/plugins/createjobadvanced/1.8/createjobadvanced.hpi","version":"1.8","wiki":"https://plugins.jenkins.io/createjobadvanced"},"credentials":{"buildDate":"Aug 26, 2019","dependencies":[{"name":"configuration-as-code","optional":true,"version":"1.14"},{"name":"structs","optional":false,"version":"1.19"}],"developers":[{"developerId":"stephenconnolly","name":"Stephen Connolly"}],"excerpt":"This plugin allows you to store credentials in Jenkins.","gav":"org.jenkins-ci.plugins:credentials:2.3.0","labels":[],"minimumJavaVersion":"1.8","name":"credentials","previousTimestamp":"2019-08-01T20:35:45.00Z","previousVersion":"2.2.1","releaseTimestamp":"2019-08-26T19:18:16.00Z","requiredCore":"2.138.4","scm":"https://github.com/jenkinsci/credentials-plugin","sha1":"ZMmb61qaRZ3RZ2tXt2Pdua/VhSw=","sha256":"14HaYPLSu6V1iBrTi+CN0iYiJghgGr6KbJLjlMNuEpw=","title":"Credentials","url":"http://updates.jenkins-ci.org/download/plugins/credentials/2.3.0/credentials.hpi","version":"2.3.0","wiki":"https://plugins.jenkins.io/credentials"},"credentials-binding":{"buildDate":"Aug 06, 2019","dependencies":[{"name":"workflow-step-api","optional":false,"version":"2.20"},{"name":"credentials","optional":false,"version":"2.2.0"},{"name":"plain-credentials","optional":false,"version":"1.3"},{"name":"ssh-credentials","optional":false,"version":"1.17.1"},{"name":"structs","optional":false,"version":"1.19"}],"developers":[{"developerId":"jglick"}],"excerpt":"Allows credentials to be bound to environment variables for use from miscellaneous build steps.","gav":"org.jenkins-ci.plugins:credentials-binding:1.20","labels":["buildwrapper"],"minimumJavaVersion":"1.8","name":"credentials-binding","previousTimestamp":"2019-05-31T14:15:40.00Z","previousVersion":"1.19","releaseTimestamp":"2019-08-06T15:54:57.00Z","requiredCore":"2.150.3","scm":"https://github.com/jenkinsci/credentials-binding-plugin","sha1":"roUu2rq/DZleybyUzpxOtMvc/Ck=","sha256":"SqKPnlCPTOSNHZMEXVUJGrKSxmrkuoa93nD6DojsVkA=","title":"Credentials Binding","url":"http://updates.jenkins-ci.org/download/plugins/credentials-binding/1.20/credentials-binding.hpi","version":"1.20","wiki":"https://plugins.jenkins.io/credentials-binding"},"crittercism-dsym":{"buildDate":"Mar 20, 2013","dependencies":[],"developers":[{"developerId":"mhassanpur","email":"mhassanpur@gmail.com","name":"Mujtaba Hassanpur"}],"excerpt":"This plugin uploads dSYM files to Crittercism.","gav":"org.jenkins-ci.plugins:crittercism-dsym:1.1","labels":["upload","post-build"],"name":"crittercism-dsym","releaseTimestamp":"2013-03-20T19:59:27.00Z","requiredCore":"1.466","scm":"https://github.com/jenkinsci/crittercism-dsym-plugin","sha1":"wfruWwlBHpcURQ1++Vk5q2VLDlg=","sha256":"6qi2H37zX4Wgrv/wivHRZre/Yl71Gv+5svg1UAiMcAE=","title":"crittercism-dsym","url":"http://updates.jenkins-ci.org/download/plugins/crittercism-dsym/1.1/crittercism-dsym.hpi","version":"1.1","wiki":"https://plugins.jenkins.io/crittercism-dsym"},"cron-shelve":{"buildDate":"Mar 25, 2016","dependencies":[{"name":"mailer","optional":false,"version":"1.4"},{"name":"shelve-project-plugin","optional":false,"version":"1.5"},{"name":"build-user-vars-plugin","optional":false,"version":"1.4"}],"developers":[{"developerId":"itow0001","email":"itow0001@gmail.com","name":"Ian Itow"}],"excerpt":"Performs job shelving actions based on cron schedule and regex","gav":"org.jenkins-ci.plugins:cron-shelve:1.3","labels":["misc"],"name":"cron-shelve","releaseTimestamp":"2016-03-25T04:25:46.00Z","requiredCore":"1.580.1","scm":"https://github.com/jenkinsci/cron-shelve-plugin","sha1":"Ti4baK+fwQOyPd9FADGchP7Gaic=","sha256":"uosi7qtepL4E2RepvXy0xIJUus20BWh4EfeF6HdbAlU=","title":"cron-shelve","url":"http://updates.jenkins-ci.org/download/plugins/cron-shelve/1.3/cron-shelve.hpi","version":"1.3","wiki":"https://plugins.jenkins.io/cron-shelve"},"cron_column":{"buildDate":"Jun 16, 2014","dependencies":[],"developers":[{"developerId":"eelco_de_vlieger","email":"eelcodevlieger@hotmail.com","name":"Eelco de Vlieger"}],"excerpt":"Column showing the cron trigger expressions that can be configured on a job (Subversion, Scheduled Builds etc).","gav":"org.jenkins-ci.plugins:cron_column:1.4","labels":["listview-column"],"name":"cron_column","previousTimestamp":"2014-06-12T14:17:40.00Z","previousVersion":"1.1","releaseTimestamp":"2014-06-16T13:49:40.00Z","requiredCore":"1.424","scm":"https://github.com/jenkinsci/cron_column-plugin","sha1":"EvJHANv5RiQIWz1iRIBs2BlWyUs=","sha256":"yOmDlUt6JF81za8QYWgJ2Qw8FAIiRMZQX7P9NrTngoE=","title":"Cron Column","url":"http://updates.jenkins-ci.org/download/plugins/cron_column/1.4/cron_column.hpi","version":"1.4","wiki":"https://plugins.jenkins.io/cron_column"},"crossbrowsertesting":{"buildDate":"Jun 12, 2019","dependencies":[{"name":"junit","optional":false,"version":"1.9"},{"name":"credentials","optional":false,"version":"2.1.12"},{"name":"workflow-step-api","optional":false,"version":"2.12"}],"developers":[{"developerId":"crossbrowsertesting","email":"info@crossbrowsertesting.com","name":"CrossBrowserTesting.com LLC"}],"excerpt":"This plugin integrates users with Selenium Testing on CrossBrowserTesting.com<\/a> CrossBrowserTesting.com provides cross browser testing on Windows, Macs, and real iPhones, iPads, and Android Phones and Tablets.","gav":"org.jenkins-ci.plugins:crossbrowsertesting:2.5.16","labels":[],"name":"crossbrowsertesting","previousTimestamp":"2019-06-12T15:19:49.00Z","previousVersion":"2.5.15","releaseTimestamp":"2019-06-12T15:56:24.00Z","requiredCore":"2.29","scm":"https://github.com/jenkinsci/crossbrowsertesting-plugin","sha1":"0VCr/XyCKZyeMNVNVMzGNOWLxp8=","sha256":"K9oyfYVsQ+So6TtF6tSpJ9ct2eDhT8WgV7pemhp1jPo=","title":"CrossBrowserTesting.com","url":"http://updates.jenkins-ci.org/download/plugins/crossbrowsertesting/2.5.16/crossbrowsertesting.hpi","version":"2.5.16","wiki":"https://plugins.jenkins.io/crossbrowsertesting"},"crowd":{"buildDate":"Aug 05, 2011","dependencies":[],"developers":[{"developerId":"nbudin","name":"Nat Budin"},{"developerId":"justinedelson","name":"Justin Edelson"}],"excerpt":"This plugin enables use of Atlassian Crowd<\/a> as an authentication source.","gav":"com.ds.tools.hudson:crowd:1.2","labels":["user"],"name":"crowd","releaseTimestamp":"2011-08-05T15:14:56.00Z","requiredCore":"1.398","scm":"https://github.com/jenkinsci/crowd-plugin","sha1":"FlNYLD4WehRNrWrkmte84TBWlaY=","sha256":"nznYLyjt1TnfruplKkg7M46F7WCNEiIyL7tTvOszNgc=","title":"Crowd Integration","url":"http://updates.jenkins-ci.org/download/plugins/crowd/1.2/crowd.hpi","version":"1.2","wiki":"https://plugins.jenkins.io/crowd"},"crowd2":{"buildDate":"Feb 26, 2019","dependencies":[{"name":"apache-httpcomponents-client-4-api","optional":false,"version":"4.5.5-3.0"},{"name":"mailer","optional":false,"version":"1.21"}],"developers":[{"developerId":"theit","email":"theit@gmx.de","name":"Thorsten Heit"},{"developerId":"integer","name":"Kanstantsin Shautsou"},{"developerId":"pingunaut","name":"Martin Spielmann"}],"excerpt":"This plugin enables use of Atlassian Crowd<\/a> as an authentication source. It uses Crowd's REST API (available since Crowd 2.1) to access the services and supports single-sign-on.","gav":"org.jenkins-ci.plugins:crowd2:2.0.2","labels":["user"],"name":"crowd2","previousTimestamp":"2018-09-13T11:51:29.00Z","previousVersion":"2.0.1","releaseTimestamp":"2019-02-26T13:22:12.00Z","requiredCore":"2.89.3","scm":"https://github.com/jenkinsci/crowd2-plugin","sha1":"pEBQRoINCOvLtTa8qDl79Rm1y2Y=","sha256":"SG2tjxSlKs3PwIouQuK4jpSyX5gdNWD088pti6mcuyo=","title":"Crowd 2 Integration","url":"http://updates.jenkins-ci.org/download/plugins/crowd2/2.0.2/crowd2.hpi","version":"2.0.2","wiki":"https://plugins.jenkins.io/crowd2"},"crx-content-package-deployer":{"buildDate":"Jan 12, 2018","dependencies":[{"name":"bouncycastle-api","optional":false,"version":"1.0.3"},{"name":"credentials","optional":false,"version":"1.17"},{"name":"ssh-credentials","optional":false,"version":"1.10"},{"name":"token-macro","optional":false,"version":"2.3"}],"developers":[{"developerId":"madamcin","email":"adamcin@gmail.com","name":"Mark Adamcin"}],"excerpt":"Provides build steps and other magic to support package deployment and configuration management for Adobe Granite applications (CQ5.4+, AEM 5.6.1+, CRX 2.1+).","gav":"org.jenkins-ci.plugins:crx-content-package-deployer:1.8.1","labels":["upload","builder","parameter"],"name":"crx-content-package-deployer","previousTimestamp":"2017-12-20T20:54:28.00Z","previousVersion":"1.8","releaseTimestamp":"2018-01-12T22:39:25.00Z","requiredCore":"1.642.3","scm":"https://github.com/jenkinsci/crx-content-package-deployer-plugin","sha1":"6VwHFZ4u8WmUDIYqQG4Y9BWkAqs=","sha256":"9GUDrbUoGPoT6iWSazAGtYW+zC+jpzwJ63wW1YBGjWE=","title":"CRX Content Package Deployer","url":"http://updates.jenkins-ci.org/download/plugins/crx-content-package-deployer/1.8.1/crx-content-package-deployer.hpi","version":"1.8.1","wiki":"https://plugins.jenkins.io/crx-content-package-deployer"},"cryptomove":{"buildDate":"Aug 28, 2019","dependencies":[{"name":"structs","optional":false,"version":"1.7"}],"developers":[{"developerId":"team","email":"info@cryptomove.com","name":"CryptoMove Inc."}],"excerpt":"CryptoMove Tholos Plugin","gav":"io.jenkins.plugins:cryptomove:0.1.33","labels":[],"name":"cryptomove","previousTimestamp":"2019-08-26T20:15:13.00Z","previousVersion":"0.1.32","releaseTimestamp":"2019-08-28T16:01:24.00Z","requiredCore":"2.7.3","scm":"https://github.com/jenkinsci/cryptomove-plugin","sha1":"qqvEvJFk7/zY3/p6hVmtYdfroG8=","sha256":"WiIZtnruogmJS4XHDfshlMhwttyjQyIIl5/7F+ccdl0=","title":"CryptoMove","url":"http://updates.jenkins-ci.org/download/plugins/cryptomove/0.1.33/cryptomove.hpi","version":"0.1.33","wiki":"https://plugins.jenkins.io/cryptomove"},"cucumber":{"buildDate":"Mar 13, 2013","dependencies":[{"name":"ruby-runtime","optional":false,"version":"0.10"}],"developers":[{"developerId":"melezhik"}],"excerpt":"run cucumber tests under jenkins CI","gav":"org.jenkins-ci.ruby-plugins:cucumber:0.0.2","labels":[],"name":"cucumber","previousTimestamp":"2013-03-13T11:50:22.00Z","previousVersion":"0.0.1","releaseTimestamp":"2013-03-13T11:50:58.00Z","requiredCore":"1.432","sha1":"S1EKQRydWyOX1rn3894iuQ+d7dw=","sha256":"i59WMnnCelCQJ9VnzFSiPLk2znU0YxZUkXYTidRPjxA=","title":"Cucumber","url":"http://updates.jenkins-ci.org/download/plugins/cucumber/0.0.2/cucumber.hpi","version":"0.0.2","wiki":"https://plugins.jenkins.io/cucumber"},"cucumber-living-documentation":{"buildDate":"Oct 19, 2018","dependencies":[{"name":"workflow-cps","optional":true,"version":"2.13"},{"name":"workflow-job","optional":true,"version":"2.8"},{"name":"workflow-step-api","optional":true,"version":"2.10"}],"developers":[{"developerId":"rmpestano","email":"rmpestano@gmail.com","name":"Rafael M. Pestano"}],"excerpt":"This plugin uses Cucumber tests json output<\/a> to enable true BDD living documentation into your Jenkins build. For more information see here.<\/a>
","gav":"org.jenkins-ci.plugins:cucumber-living-documentation:2.2.2","labels":[],"name":"cucumber-living-documentation","previousTimestamp":"2018-09-21T22:39:50.00Z","previousVersion":"2.2.1","releaseTimestamp":"2018-10-19T15:51:25.00Z","requiredCore":"2.73.3","scm":"https://github.com/jenkinsci/cucumber-living-documentation-plugin","sha1":"kjxjKxAyrNSN2eATbliC9miDY+Q=","sha256":"fHArawXf+k5ktoaf/zOQKmcL399b6LcsJtNjRNXSagc=","title":"Cucumber Living Documentation","url":"http://updates.jenkins-ci.org/download/plugins/cucumber-living-documentation/2.2.2/cucumber-living-documentation.hpi","version":"2.2.2","wiki":"https://plugins.jenkins.io/cucumber-living-documentation"},"cucumber-perf":{"buildDate":"Dec 06, 2016","dependencies":[],"developers":[{"developerId":"truedub","email":"jegallagher@gmail.com","name":"Jim Gallagher"}],"excerpt":"This plugin collects and displays information on the performance of Cucumber tests, particularly duration of each test step.","gav":"com.castlemon.hudson:cucumber-perf:2.0.9","labels":["report"],"name":"cucumber-perf","previousTimestamp":"2014-07-14T18:33:44.00Z","previousVersion":"2.0.6","releaseTimestamp":"2016-12-06T14:26:46.00Z","requiredCore":"1.579","scm":"https://github.com/jenkinsci/cucumber-performance-plugin","sha1":"xAGP6NYqsAtgp0K61kAwXVUJTVE=","sha256":"Ak+CFdbclQncpXDea5Fc7OthEZpvO27luOmemZIcOoc=","title":"cucumber-perf","url":"http://updates.jenkins-ci.org/download/plugins/cucumber-perf/2.0.9/cucumber-perf.hpi","version":"2.0.9","wiki":"https://plugins.jenkins.io/cucumber-perf"},"cucumber-reports":{"buildDate":"Aug 11, 2019","dependencies":[{"name":"structs","optional":false,"version":"1.17"},{"name":"token-macro","optional":false,"version":"2.8"}],"developers":[{"developerId":"damianszczepanik","email":"damianszczepanik@github","name":"Damian Szczepanik"},{"developerId":"kingsleyh","email":"kingsley.hendrickse@gmail.com","name":"Kingsley Hendrickse"}],"excerpt":"Provides pretty html reports for Cucumber. Can be used anywhere a json report is generated (Java, Ruby, JavaScript and other implementations).
Now with support for percentage thresholds.<\/b>","gav":"net.masterthought.jenkins:cucumber-reports:4.9.0","labels":["report"],"name":"cucumber-reports","previousTimestamp":"2019-07-12T23:24:49.00Z","previousVersion":"4.8.0","releaseTimestamp":"2019-08-11T14:27:05.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/cucumber-reports-plugin","sha1":"WaBsSxqE9k+ctbvRKCwfLmkfOuU=","sha256":"8nYM7D159p7hh39wPVsec08DLqUDuBbU7emGhWNZXkI=","title":"Cucumber reports","url":"http://updates.jenkins-ci.org/download/plugins/cucumber-reports/4.9.0/cucumber-reports.hpi","version":"4.9.0","wiki":"https://plugins.jenkins.io/cucumber-reports"},"cucumber-slack-notifier":{"buildDate":"Jul 19, 2016","dependencies":[{"name":"workflow-step-api","optional":false,"version":"1.11"}],"developers":[{"name":"Gareth Evans"}],"excerpt":"This plugins posts summarised Cucumber report information to Slack","gav":"org.jenkins-ci.plugins:cucumber-slack-notifier:0.8.3","labels":["notifier"],"name":"cucumber-slack-notifier","previousTimestamp":"2016-07-04T21:52:36.00Z","previousVersion":"0.8.2","releaseTimestamp":"2016-07-19T21:09:49.00Z","requiredCore":"1.609.2","scm":"https://github.com/jenkinsci/cucumber-slack-notifier-plugin","sha1":"OQ8xbFnUPL/h++ws2+YdvG2mtg0=","sha256":"odPaqkc4kfYUs/TTz31vrl6+1rw9dYvr5DDpViS2Js0=","title":"cucumber-slack-notifier","url":"http://updates.jenkins-ci.org/download/plugins/cucumber-slack-notifier/0.8.3/cucumber-slack-notifier.hpi","version":"0.8.3","wiki":"https://plugins.jenkins.io/cucumber-slack-notifier"},"cucumber-testresult-plugin":{"buildDate":"Jan 31, 2018","dependencies":[{"name":"junit","optional":false,"version":"1.2"},{"name":"matrix-project","optional":false,"version":"1.4"},{"name":"structs","optional":false,"version":"1.5"}],"developers":[{"developerId":"teilo","name":"James Nord"}],"excerpt":"This plugin understands cucumber json files and converts them to Jenkins TestCase so they can be seen in the standard test reports.","gav":"org.jenkins-ci.plugins:cucumber-testresult-plugin:0.10.1","labels":[],"name":"cucumber-testresult-plugin","previousTimestamp":"2018-01-25T13:07:36.00Z","previousVersion":"0.10","releaseTimestamp":"2018-01-31T09:38:20.00Z","requiredCore":"1.651","scm":"https://github.com/jenkinsci/cucumber-testresult-plugin/","sha1":"emv8WzdEUjggKQcjiTEuWdKhjhI=","sha256":"LS8XGoVh7JGhHe85o/HnUwJRbwl+hhV/W90UAvKYWL8=","title":"Cucumber json test reporting","url":"http://updates.jenkins-ci.org/download/plugins/cucumber-testresult-plugin/0.10.1/cucumber-testresult-plugin.hpi","version":"0.10.1","wiki":"https://plugins.jenkins.io/cucumber-testresult-plugin"},"cucumber-trends-report":{"buildDate":"Jul 26, 2016","dependencies":[],"developers":[{"developerId":"thanhqle","email":"sole.wind.00@gmail.com","name":"Thanh Q. Le"}],"excerpt":"A jenkins plugin that generates trending report and statistics for a Cucumber project","gav":"trends:cucumber-trends-report:1.3","labels":[],"name":"cucumber-trends-report","previousTimestamp":"2016-07-22T04:28:17.00Z","previousVersion":"1.2","releaseTimestamp":"2016-07-26T01:20:04.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/cucumber-trend-report-plugin","sha1":"nwd4/zQcl5vpGn73Z9AYbQHEnes=","sha256":"+Vw/DZ04xa9jHqAsNNaZhOVoqKAAOM1Vrrk+q096/3w=","title":"Cucumber Trend Reports","url":"http://updates.jenkins-ci.org/download/plugins/cucumber-trends-report/1.3/cucumber-trends-report.hpi","version":"1.3","wiki":"https://plugins.jenkins.io/cucumber-trends-report"},"curseforge-publisher":{"buildDate":"Jun 21, 2014","dependencies":[],"developers":[{"developerId":"r04r","email":"r04r@minichan.org","name":"r04r"}],"excerpt":"This plugin will allow you to publish files to Curseforge.","gav":"org.jenkins-ci.plugins:curseforge-publisher:1.0","labels":[],"name":"curseforge-publisher","releaseTimestamp":"2014-06-21T18:24:14.00Z","requiredCore":"1.532.3","scm":"https://github.com/jenkinsci/curseforge-publisher-plugin","sha1":"HF0cbWUET4vdPbHE8Y5kxSGLvEI=","sha256":"ymUjZGTWejMfXVPsxDE3AB91zm+2RlOUfKrbiNmqpUE=","title":"Curseforge Publisher","url":"http://updates.jenkins-ci.org/download/plugins/curseforge-publisher/1.0/curseforge-publisher.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/curseforge-publisher"},"custom-build-properties":{"buildDate":"Jul 26, 2019","dependencies":[{"name":"workflow-step-api","optional":false,"version":"2.9"},{"name":"junit","optional":false,"version":"1.18"}],"developers":[{"developerId":"shasait","email":"sebastian@hasait.de","name":"Sebastian Hasait"}],"excerpt":"Allow adding custom build properties via Pipeline step setCustomBuildProperty<\/code> and more.","gav":"io.jenkins.plugins:custom-build-properties:1.8.0","labels":[],"minimumJavaVersion":"1.8","name":"custom-build-properties","releaseTimestamp":"2019-07-26T14:28:19.00Z","requiredCore":"2.60.1","scm":"https://github.com/jenkinsci/custom-build-properties-plugin","sha1":"wWMUiu7DSwv7Ybe82oAZ81OCZZE=","sha256":"deSt2YYQNHjKm7FZVut51K5dYHtHHsVNgAvznCYXQ5w=","title":"Custom Build Properties","url":"http://updates.jenkins-ci.org/download/plugins/custom-build-properties/1.8.0/custom-build-properties.hpi","version":"1.8.0","wiki":"https://plugins.jenkins.io/custom-build-properties"},"custom-job-icon":{"buildDate":"Oct 22, 2012","dependencies":[{"name":"javadoc","optional":false,"version":"1.0"},{"name":"maven-plugin","optional":false,"version":"1.447"},{"name":"dashboard-view","optional":true,"version":"2.3"}],"developers":[{"developerId":"jcsirot","email":"sirot@chelonix.com","name":"Jean-Christophe Sirot"}],"excerpt":"This plugin allows users to set a custom icon for the jobs.","gav":"org.jenkins-ci.plugins:custom-job-icon:0.2","labels":["ui","listview-column"],"name":"custom-job-icon","previousTimestamp":"2012-08-09T21:25:30.00Z","previousVersion":"0.1","releaseTimestamp":"2012-10-22T09:01:57.00Z","requiredCore":"1.447","scm":"https://github.com/jenkinsci/custom-job-icon-plugin","sha1":"zLYzRNQZmAwAkHgRyQ5GccxmVUA=","sha256":"jBqVfed5t3PrdMYSAq7a6CV0qLd12y48s4hmy3pVTTo=","title":"Custom Job Icon","url":"http://updates.jenkins-ci.org/download/plugins/custom-job-icon/0.2/custom-job-icon.hpi","version":"0.2","wiki":"https://plugins.jenkins.io/custom-job-icon"},"custom-tools-plugin":{"buildDate":"Aug 16, 2019","dependencies":[{"name":"extended-choice-parameter","optional":false,"version":"0.28"},{"name":"matrix-project","optional":false,"version":"1.0"}],"developers":[{"developerId":"recampbell","email":"ryan.campbell@gmail.com","name":"Ryan Campbell"},{"developerId":"oleg_nenashev","email":"o.v.nenashev@gmail.com","name":"Oleg Nenashev"}],"excerpt":"A generic tool installer. You define how tools get installed, and the plugin will automatically install them when needed.","gav":"com.cloudbees.jenkins.plugins:custom-tools-plugin:0.7","labels":["buildwrapper"],"minimumJavaVersion":"1.8","name":"custom-tools-plugin","previousTimestamp":"2018-10-30T20:31:26.00Z","previousVersion":"0.6","releaseTimestamp":"2019-08-16T21:11:13.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/custom-tools-plugin","sha1":"FpARd0VlQ5Ej96zdK8E0FLwkM8E=","sha256":"H55PihBKoviij7S7lgDiKUcMXIESLWT/lXma47O1OrM=","title":"Custom Tools","url":"http://updates.jenkins-ci.org/download/plugins/custom-tools-plugin/0.7/custom-tools-plugin.hpi","version":"0.7","wiki":"https://plugins.jenkins.io/custom-tools-plugin"},"custom-view-tabs":{"buildDate":"Feb 19, 2016","dependencies":[{"name":"nested-view","optional":false,"version":"1.5"}],"developers":[{"developerId":"Todderz","email":"ringracer@gmail.com","name":"Alistair Todd"}],"excerpt":"This plugin allows custom labels and colours on view tabs to show job status information.","gav":"org.jenkins-ci.plugins:custom-view-tabs:1.3","labels":["ui"],"name":"custom-view-tabs","previousTimestamp":"2016-02-19T14:49:44.00Z","previousVersion":"1.1","releaseTimestamp":"2016-02-19T15:24:48.00Z","requiredCore":"1.580","scm":"https://github.com/jenkinsci/custom-view-tabs-plugin","sha1":"ve6kbpCvuI7/Af9OpzjlPTKjHgk=","sha256":"xpiHvcey2EEFMNqF1y9SM0VJ6aI5DrLyXbx0TdDeCfo=","title":"Custom View Tabs","url":"http://updates.jenkins-ci.org/download/plugins/custom-view-tabs/1.3/custom-view-tabs.hpi","version":"1.3","wiki":"https://plugins.jenkins.io/custom-view-tabs"},"customize-build-now":{"buildDate":"Sep 17, 2015","dependencies":[],"developers":[{"developerId":"uday","email":"uaarkoti@gmail.com","name":"Udaypal Aarkoti"}],"excerpt":"This plugin allows users to provide an alternate phrase to "Build Now" to build a job. Sometimes is more intuitive for users to call "Deploy now" instead of "Build Now" to execute a job.","gav":"org.jenkins-ci.plugins:customize-build-now:1.1","labels":[],"name":"customize-build-now","previousTimestamp":"2014-12-19T23:10:30.00Z","previousVersion":"1.0","releaseTimestamp":"2015-09-17T14:31:58.00Z","requiredCore":"1.625","scm":"https://github.com/jenkinsci/customize-build-now-plugin","sha1":"mUBakcmZDkl8IxOcppJVAnVEeWw=","sha256":"9w1fVqm8vK6X+FbBf+IU8LIAVEslCXVjKKVjiUKLoeE=","title":"Customize Build Now Label","url":"http://updates.jenkins-ci.org/download/plugins/customize-build-now/1.1/customize-build-now.hpi","version":"1.1","wiki":"https://plugins.jenkins.io/customize-build-now"},"customized-build-message":{"buildDate":"Jul 15, 2018","dependencies":[],"developers":[{"developerId":"cashlalala","email":"cash924n@gmail.com","name":"Cash Chang"}],"excerpt":"This plugin allows users to customize messages in build badge & description in build history & status.","gav":"org.jenkins-ci.plugins:customized-build-message:1.1","labels":[],"name":"customized-build-message","previousTimestamp":"2017-05-16T14:58:09.00Z","previousVersion":"1.0","releaseTimestamp":"2018-07-15T17:39:44.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/customized-build-message-plugin","sha1":"nLLJP1eFiXrpC0M8uciFwIVBwis=","sha256":"5S3xXlv8P2QBd0GJeOVHR1smtsLTxshpbyIUdhOoadU=","title":"Customized Build Message","url":"http://updates.jenkins-ci.org/download/plugins/customized-build-message/1.1/customized-build-message.hpi","version":"1.1","wiki":"https://plugins.jenkins.io/customized-build-message"},"cvs":{"buildDate":"Feb 28, 2018","dependencies":[{"name":"jsch","optional":false,"version":"0.1.54.2"}],"developers":[{"developerId":"kohsuke","name":"Kohsuke Kawaguchi"},{"developerId":"mc1arke","name":"Michael Clarke"}],"excerpt":"Integrates Jenkins with CVS version control system using a modified version of the Netbeans cvsclient.","gav":"org.jenkins-ci.plugins:cvs:2.14","labels":["scm"],"name":"cvs","previousTimestamp":"2017-01-19T00:42:02.00Z","previousVersion":"2.13","releaseTimestamp":"2018-02-28T21:11:37.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/cvs-plugin","sha1":"DX/39xIcNli/vKRgqL9ItgaVblA=","sha256":"fOXoPo9XxC/4R21LU/ftwSY7pH9W9HKmtdCtGjmgadY=","title":"CVS","url":"http://updates.jenkins-ci.org/download/plugins/cvs/2.14/cvs.hpi","version":"2.14","wiki":"https://plugins.jenkins.io/cvs"},"cygpath":{"buildDate":"Nov 08, 2011","dependencies":[],"developers":[{"developerId":"kohsuke","name":"Kohsuke Kawaguchi"}],"excerpt":"This plugin performs Cygpath path conversion on Windows slaves so that the path of tools in the cluster remains the consistent across platforms.","gav":"org.jenkins-ci.plugins:cygpath:1.5","labels":["misc"],"name":"cygpath","previousTimestamp":"2011-11-08T06:05:36.00Z","previousVersion":"1.4","releaseTimestamp":"2011-11-08T06:33:39.00Z","requiredCore":"1.418","scm":"https://github.com/jenkinsci/cygpath-plugin","sha1":"OvtjQn0IRxNBlg+kG9XXc3Io2Is=","sha256":"yCTVRpGlURwdVxVRMAdSNo4qjLPdVjK7wFbu8M5xRzo=","title":"Cygpath","url":"http://updates.jenkins-ci.org/download/plugins/cygpath/1.5/cygpath.hpi","version":"1.5","wiki":"https://plugins.jenkins.io/cygpath"},"cygwin-process-killer":{"buildDate":"Feb 22, 2018","dependencies":[],"developers":[{"developerId":"oleg_nenashev","name":"Oleg Nenashev"}],"excerpt":"Plugin implements termination of Cygwin processes on Jenkins nodes.","gav":"org.jenkins-ci.plugins:cygwin-process-killer:0.2","labels":[],"name":"cygwin-process-killer","previousTimestamp":"2013-10-25T19:53:57.00Z","previousVersion":"0.1","releaseTimestamp":"2018-02-22T16:25:08.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/cygwin-process-killer-plugin","sha1":"fPi23nOvgCtaakxh80YzYdc+RRQ=","sha256":"F/ydxJISAMSZDkGB+PoeU+0e9a/1sJ/aG66zgfVO1o0=","title":"Cygwin Process Killer","url":"http://updates.jenkins-ci.org/download/plugins/cygwin-process-killer/0.2/cygwin-process-killer.hpi","version":"0.2","wiki":"https://plugins.jenkins.io/cygwin-process-killer"},"daily-quote":{"buildDate":"Dec 01, 2013","dependencies":[],"developers":[{"developerId":"kevinrajahutton","email":"kevinrajahutton@gmail.com","name":"Kevin Hutton"}],"excerpt":"This plugin displays a daily quote retrieved from www.brainyquote.com on each jenkins page. Please see http://www.brainyquote.com/link/index.html to see how this information is retrieved.","gav":"org.jenkins-ci.plugins:daily-quote:1.0","labels":[],"name":"daily-quote","releaseTimestamp":"2013-12-01T08:08:40.00Z","requiredCore":"1.509.4","scm":"https://github.com/jenkinsci/daily-quote-plugin","sha1":"KSQueXY+Rtka99pRX6CQeS36W3U=","sha256":"4Oa/FvdvFifBqilteWxsxVzcyoOK5dFE9phSS0iKcsE=","title":"Daily Quote","url":"http://updates.jenkins-ci.org/download/plugins/daily-quote/1.0/daily-quote.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/daily-quote"},"darcs":{"buildDate":"Mar 15, 2013","dependencies":[],"developers":[{"developerId":"weltraumschaf","email":"ich@weltraumschaf.de","name":"Sven Strittmatter"},{"developerId":"ralphlange","email":"ralph.lange@gmx.de","name":"Ralph Lange"},{"developerId":"mk219533","name":"Marcel Kolodziejczyk"}],"excerpt":"This plugin integrates the
Darcs<\/a> SCM into hudson.","gav":"org.jenkins-ci.plugins:darcs:0.3.11","labels":["scm"],"name":"darcs","previousTimestamp":"2013-03-11T22:39:24.00Z","previousVersion":"0.3.10","releaseTimestamp":"2013-03-15T22:36:34.00Z","requiredCore":"1.480","scm":"https://github.com/jenkinsci/darcs-plugin","sha1":"Zttn1uebtwgtDj3erCF+qv10IvQ=","sha256":"h6R/SZT3HhXlVKtvhDTb+M6atIP4aNKHYHzqHQSpWHA=","title":"Darcs","url":"http://updates.jenkins-ci.org/download/plugins/darcs/0.3.11/darcs.hpi","version":"0.3.11","wiki":"https://plugins.jenkins.io/darcs"},"dashboard-view":{"buildDate":"Aug 05, 2019","dependencies":[{"name":"junit","optional":false,"version":"1.21"},{"name":"matrix-project","optional":false,"version":"1.14"}],"developers":[{"developerId":"TobiX","email":"tobias-git@23.gs","name":"Tobias Gruetzmacher"}],"excerpt":"Customizable dashboard that can present various views of job information.","gav":"org.jenkins-ci.plugins:dashboard-view:2.11","labels":["ui"],"minimumJavaVersion":"1.8","name":"dashboard-view","previousTimestamp":"2018-11-10T23:51:32.00Z","previousVersion":"2.10","releaseTimestamp":"2019-08-05T22:37:47.00Z","requiredCore":"2.89.4","scm":"https://github.com/jenkinsci/dashboard-view-plugin","sha1":"WQ7tvtE0BkYk8Dr3753G3DVwy1I=","sha256":"kp2umDtmvZ1Gs3LRH8HJmReRfgyKBgwaCI58RmI3Z9k=","title":"Dashboard View","url":"http://updates.jenkins-ci.org/download/plugins/dashboard-view/2.11/dashboard-view.hpi","version":"2.11","wiki":"https://plugins.jenkins.io/dashboard-view"},"database":{"buildDate":"May 30, 2016","dependencies":[{"name":"workflow-multibranch","optional":true,"version":"1.14"},{"name":"workflow-aggregator","optional":true,"version":"1.14"},{"name":"workflow-step-api","optional":true,"version":"1.14"}],"developers":[{"developerId":"davidvanlaatum","name":"David van Laatum"}],"excerpt":"Library plugin that adds a database connectivity abstraction for other plugins.","gav":"org.jenkins-ci.plugins:database:1.5","labels":["database","library"],"name":"database","previousTimestamp":"2016-05-21T06:51:37.00Z","previousVersion":"1.4.1","releaseTimestamp":"2016-05-30T09:22:00.00Z","requiredCore":"1.609.1","scm":"https://github.com/jenkinsci/database-plugin","sha1":"iSEn9o19+hcqn0kCg07npRTyZQs=","sha256":"uRrlZOj9fUaS2kspp9yO40vVZRkOSiQSzljw6wGG284=","title":"database","url":"http://updates.jenkins-ci.org/download/plugins/database/1.5/database.hpi","version":"1.5","wiki":"https://plugins.jenkins.io/database"},"database-drizzle":{"buildDate":"Dec 17, 2012","dependencies":[{"name":"database","optional":false,"version":"1.1"}],"developers":[{"developerId":"kohsuke"}],"excerpt":"Adds MySQL connectivity to the database plugin","gav":"org.jenkins-ci.plugins:database-drizzle:1.0","labels":[],"name":"database-drizzle","releaseTimestamp":"2012-12-17T18:47:27.00Z","requiredCore":"1.466","scm":"https://github.com/jenkinsci/database-drizzle-plugin","sha1":"SANSCQjImmlkjeipIbAQTgxKBIc=","sha256":"Y+FdF8nisYNvgFdNJhmPCxrXF/iF+6Cfb3JZ4xOaOCk=","title":"database-drizzle","url":"http://updates.jenkins-ci.org/download/plugins/database-drizzle/1.0/database-drizzle.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/database-drizzle"},"database-h2":{"buildDate":"Nov 25, 2015","dependencies":[{"name":"database","optional":false,"version":"1.0"}],"developers":[{"developerId":"hafner"}],"excerpt":"Adds H2 database connectivity to the database plugin","gav":"org.jenkins-ci.plugins:database-h2:1.1","labels":["library","database"],"name":"database-h2","previousTimestamp":"2012-12-15T03:18:48.00Z","previousVersion":"1.0","releaseTimestamp":"2015-11-25T08:57:00.00Z","requiredCore":"1.609.1","scm":"https://github.com/jenkinsci/database-h2-plugin","sha1":"jH1JzmOADZ5Kcut6mHJnk27+oTQ=","sha256":"pUxhRaGZgTHUAJp0xFJ/cgeWzLwWaoY09gu8XQ+h8l4=","title":"database-h2","url":"http://updates.jenkins-ci.org/download/plugins/database-h2/1.1/database-h2.hpi","version":"1.1","wiki":"https://plugins.jenkins.io/database-h2"},"database-mysql":{"buildDate":"Nov 04, 2018","dependencies":[{"name":"database","optional":false,"version":"1.1"}],"developers":[{"developerId":"david"}],"excerpt":"Adds MySQL connectivity to the database plugin","gav":"org.jenkins-ci.plugins:database-mysql:1.3","labels":["database","library"],"name":"database-mysql","previousTimestamp":"2017-07-22T06:39:41.00Z","previousVersion":"1.2","releaseTimestamp":"2018-11-04T08:28:55.00Z","requiredCore":"2.60.1","scm":"https://github.com/jenkinsci/database-mysql-plugin","sha1":"Vw3oxz+kX5Wjf9dwPgBwB8JKjUk=","sha256":"tBPCYPdZm90v8/VJyX+cE9RsTIS4rAI/Zg/4FeO+MaY=","title":"MySQL Database","url":"http://updates.jenkins-ci.org/download/plugins/database-mysql/1.3/database-mysql.hpi","version":"1.3","wiki":"https://plugins.jenkins.io/database-mysql"},"database-postgresql":{"buildDate":"Dec 15, 2012","dependencies":[{"name":"database","optional":false,"version":"1.1"}],"developers":[{"developerId":"kohsuke"}],"excerpt":"Adds PostgreSQL connectivity to the database plugin","gav":"org.jenkins-ci.plugins:database-postgresql:1.0","labels":["library","database"],"name":"database-postgresql","releaseTimestamp":"2012-12-15T03:34:47.00Z","requiredCore":"1.466","scm":"https://github.com/jenkinsci/database-postgresql-plugin","sha1":"nsz1kPOIJRUPNKcQBysTHEEECn8=","sha256":"m5BVx7aMBRtkWsA8lhXBNn38NcKRYy45T3vmCo7KSj4=","title":"database-postgresql","url":"http://updates.jenkins-ci.org/download/plugins/database-postgresql/1.0/database-postgresql.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/database-postgresql"},"database-sqlite":{"buildDate":"Sep 24, 2016","dependencies":[{"name":"database","optional":false,"version":"1.1"}],"developers":[{"developerId":"jholusa","email":"jholusa@redhat.com","name":"Jiri Holusa"}],"excerpt":"Adds SQLite database connectivity to the database plugin","gav":"org.jenkins-ci.plugins:database-sqlite:1.0","labels":["database"],"name":"database-sqlite","releaseTimestamp":"2016-09-24T10:18:49.00Z","requiredCore":"1.625.2","scm":"https://github.com/jenkinsci/database-sqlite-plugin","sha1":"Rggrqqvss+jYS+pfImCsHyFeOwg=","sha256":"F6mMcdKn8f3a8IFa2Rq7P8m2+9d4VdAjnWG1Kgff0Xg=","title":"SQLite Database","url":"http://updates.jenkins-ci.org/download/plugins/database-sqlite/1.0/database-sqlite.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/database-sqlite"},"datadog":{"buildDate":"Mar 01, 2019","dependencies":[],"developers":[{"developerId":"datadog","email":"dev@datadoghq.com","name":"Datadog"}],"excerpt":"This plugin is used to forward metrics, events, and service checks to your account at Datadog, automatically.","gav":"org.datadog.jenkins.plugins:datadog:0.7.1","labels":["report","notifier","post-build"],"name":"datadog","previousTimestamp":"2019-02-25T14:40:09.00Z","previousVersion":"0.7.0","releaseTimestamp":"2019-03-01T18:11:50.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/datadog-plugin","sha1":"TQhxqxixeKEYT+qVp4TtKmmmHXk=","sha256":"R4mLvcpB1Cr2wlZeGC31LNKWk4AkSTFQUK14Q6yQlHk=","title":"Datadog","url":"http://updates.jenkins-ci.org/download/plugins/datadog/0.7.1/datadog.hpi","version":"0.7.1","wiki":"https://plugins.jenkins.io/datadog"},"datatheorem-mobile-app-security":{"buildDate":"Aug 23, 2019","dependencies":[{"name":"credentials-binding","optional":false,"version":"1.18"},{"name":"credentials","optional":false,"version":"2.1.18"},{"name":"structs","optional":false,"version":"1.7"}],"developers":[{"developerId":"mtranzer","name":"Data Theorem"}],"excerpt":"Jenkins plugin to automatically upload builds to Data Theorem","gav":"com.datatheorem.mobileappsecurity.jenkins.plugin:datatheorem-mobile-app-security:1.2.0","labels":[],"name":"datatheorem-mobile-app-security","previousTimestamp":"2019-07-30T10:34:06.00Z","previousVersion":"1.1.0","releaseTimestamp":"2019-08-23T09:28:44.00Z","requiredCore":"2.73.3","scm":"https://github.com/jenkinsci/datatheorem-mobile-app-security-plugin","sha1":"Ok3u4US5IegyrqpCSH3RkjGKXjU=","sha256":"CURMQxVl0dgK5u46vUmdlhWX6kSY9YbXCJzzeViLfIw=","title":"Data Theorem: CI/CD","url":"http://updates.jenkins-ci.org/download/plugins/datatheorem-mobile-app-security/1.2.0/datatheorem-mobile-app-security.hpi","version":"1.2.0","wiki":"https://plugins.jenkins.io/datatheorem-mobile-app-security"},"date-parameter":{"buildDate":"Oct 23, 2018","dependencies":[],"developers":[{"developerId":"leejaycoke","email":"leejaycoke@gmail.com","name":"JuHyun Lee"}],"excerpt":"This plugin allows build parameters with dynamically generated date values.","gav":"me.leejay.jenkins:date-parameter:0.0.4","labels":[],"name":"date-parameter","previousTimestamp":"2018-01-22T12:22:40.00Z","previousVersion":"0.0.3","releaseTimestamp":"2018-10-23T00:49:28.00Z","requiredCore":"1.614","scm":"https://github.com/jenkinsci/date-parameter-plugin","sha1":"Np9sQxoO8ThthQDGu5HaaHMUx3s=","sha256":"5rI12ELa49a4EBMWiv7Iad3sG9zkR9wTDmGpNCjiIEk=","title":"Date Parameter","url":"http://updates.jenkins-ci.org/download/plugins/date-parameter/0.0.4/date-parameter.hpi","version":"0.0.4","wiki":"https://plugins.jenkins.io/date-parameter"},"datical-db-plugin":{"buildDate":"Aug 01, 2017","dependencies":[],"developers":[{"developerId":"r2datical","email":"r2@datical.com","name":"Robert Reeves"}],"excerpt":"DaticalDB4Jenkins provides a simple, intuitive way to run Datical DB during your Jenkins build.","gav":"com.datical.integration.jenkins:datical-db-plugin:2.0.41","labels":["builder"],"name":"datical-db-plugin","previousTimestamp":"2015-05-18T19:41:29.00Z","previousVersion":"1.0.38","releaseTimestamp":"2017-08-01T14:57:13.00Z","requiredCore":"2.19.4","scm":"https://github.com/jenkinsci/datical-db-plugin","sha1":"mBbGQPxu9U2go9IdmxljkzybH9o=","sha256":"xZfqqp5/mAtLNKPwa0lUiGpFXpXF+KRwwqdVfU6yN+g=","title":"DaticalDB4Jenkins","url":"http://updates.jenkins-ci.org/download/plugins/datical-db-plugin/2.0.41/datical-db-plugin.hpi","version":"2.0.41","wiki":"https://plugins.jenkins.io/datical-db-plugin"},"dbCharts":{"buildDate":"Jun 29, 2013","dependencies":[],"developers":[{"developerId":"ptab","email":"piotr.tabor@gmail.com","name":"Piotr Tabor"},{"developerId":"ryg_","email":"rgrigoryev@gmail.com","name":"Roman Grigoryev"}],"excerpt":"Add charts based on JDBC database data series.","gav":"org.jenkins-ci.plugins:dbCharts:0.5.2","labels":["ui","report"],"name":"dbCharts","previousTimestamp":"2011-02-17T19:30:09.00Z","previousVersion":"0.4","releaseTimestamp":"2013-06-29T10:55:08.00Z","requiredCore":"1.495","scm":"https://github.com/jenkinsci/dbCharts-plugin","sha1":"/zOZXie7z7Qo0+4xjAaAg4oFyB4=","sha256":"0GDkbutNf6f+/d0dQTVHGVA1Mum3f1RoMlYBzb57DII=","title":"dbCharts","url":"http://updates.jenkins-ci.org/download/plugins/dbCharts/0.5.2/dbCharts.hpi","version":"0.5.2","wiki":"https://plugins.jenkins.io/dbCharts"},"dbforge-devops-automation-for-sqlserver":{"buildDate":"May 28, 2019","dependencies":[{"name":"structs","optional":false,"version":"1.7"}],"developers":[{"developerId":"Devart","email":"support@devart.com","name":"Devart dbForge Team"}],"excerpt":"Devart dbForge DevOps Automation for SQL Server is designed for establishing the Continuous Integration process in Jenkins when developing SQL Server databases.","gav":"io.jenkins.plugins:dbforge-devops-automation-for-sqlserver:1.0.79","labels":[],"name":"dbforge-devops-automation-for-sqlserver","previousTimestamp":"2019-05-28T13:11:44.00Z","previousVersion":"1.0.78","releaseTimestamp":"2019-05-28T14:05:50.00Z","requiredCore":"2.150","scm":"https://github.com/jenkinsci/dbforge-devops-automation-for-sqlserver-plugin","sha1":"6y9bhDnYskjJHhmoH3koeA66LjI=","sha256":"ZmX1BxTDZ1Nht6s7J0tzNtx7NTDbtgWT8LZiGgT3apA=","title":"dbForge DevOps Automation for SQL Server","url":"http://updates.jenkins-ci.org/download/plugins/dbforge-devops-automation-for-sqlserver/1.0.79/dbforge-devops-automation-for-sqlserver.hpi","version":"1.0.79","wiki":"https://plugins.jenkins.io/dbforge-devops-automation-for-sqlserver"},"deadmanssnitch":{"buildDate":"Jun 11, 2016","dependencies":[],"developers":[{"developerId":"kamatama41","email":"shiketaudonko41@gmail.com","name":"Shinichi Ishimura"}],"excerpt":"This plugin allows to notify build succeeded to Dead Man's Snitch.","gav":"org.jenkins-ci.plugins:deadmanssnitch:0.1","labels":["notifier"],"name":"deadmanssnitch","releaseTimestamp":"2016-06-11T04:22:52.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/deadmanssnitch-plugin","sha1":"IW1vFmIhPUGkE85UzG1mjXYaONM=","sha256":"x6s2QTrjtmjRNPUbcwgvkUonzf+Szy29Y293KxZaebs=","title":"Dead Man's Snitch","url":"http://updates.jenkins-ci.org/download/plugins/deadmanssnitch/0.1/deadmanssnitch.hpi","version":"0.1","wiki":"https://plugins.jenkins.io/deadmanssnitch"},"debian-package-builder":{"buildDate":"Oct 30, 2015","dependencies":[{"name":"subversion","optional":false,"version":"2.5"},{"name":"git-client","optional":false,"version":"1.17.1"},{"name":"git","optional":false,"version":"2.3.5"}],"developers":[{"developerId":"pupssman","email":"pupssman@yandex-team.ru","name":"Ivan Kalinin"},{"developerId":"mavlyutov","email":"mavlyutov@yandex-team.ru","name":"Marat Mavlyutov"},{"developerId":"dchr","email":"dchr@yandex-team.ru","name":"Denis Chernilevskiy"}],"excerpt":"This plugin helps create debian packages","gav":"ru.yandex.jenkins.plugins.debuilder:debian-package-builder:1.6.11","labels":["builder","post-build"],"name":"debian-package-builder","previousTimestamp":"2015-10-29T21:13:43.00Z","previousVersion":"1.6.10","releaseTimestamp":"2015-10-30T12:04:10.00Z","requiredCore":"1.596.3","scm":"https://github.com/jenkinsci/debian-package-builder-plugin","sha1":"nYnI4R1r144HP7L4Q5bmVL6rOLo=","sha256":"ptbjbBnGumAMSMQDVVTutvvNJrQiMzg4fFMEGg+X8Hc=","title":"Debian Package Builder","url":"http://updates.jenkins-ci.org/download/plugins/debian-package-builder/1.6.11/debian-package-builder.hpi","version":"1.6.11","wiki":"https://plugins.jenkins.io/debian-package-builder"},"debian-pbuilder":{"buildDate":"Apr 21, 2019","dependencies":[{"name":"workflow-step-api","optional":true,"version":"2.14"},{"name":"structs","optional":false,"version":"1.7"}],"developers":[{"developerId":"rm5248","email":"robert.middleton@rm5248.com","name":"Robert Middleton"}],"excerpt":"The DebianPbuilder plugin allows you to build Debian packages in a pbuilder environment.","gav":"com.rm5248:debian-pbuilder:1.6","labels":[],"name":"debian-pbuilder","previousTimestamp":"2019-01-28T02:33:26.00Z","previousVersion":"1.5","releaseTimestamp":"2019-04-21T13:36:05.00Z","requiredCore":"2.0","scm":"https://github.com/jenkinsci/debian-pbuilder-plugin","sha1":"g1czW4VjxUATEnYOZlR+N5fj3nI=","sha256":"AK1kGpyJmB/vGWdNcDHcK4S19TcvPMyPsBUvhQadeEQ=","title":"Debian Pbuilder","url":"http://updates.jenkins-ci.org/download/plugins/debian-pbuilder/1.6/debian-pbuilder.hpi","version":"1.6","wiki":"https://plugins.jenkins.io/debian-pbuilder"},"deepsecurity-smartcheck":{"buildDate":"May 14, 2019","dependencies":[{"name":"workflow-step-api","optional":false,"version":"2.13"},{"name":"credentials","optional":false,"version":"2.1.13"}],"developers":[],"excerpt":"Provides Jenkins integration with Deep Security Smart Check<\/a>","gav":"io.jenkins.plugins:deepsecurity-smartcheck:1.1.2","labels":[],"name":"deepsecurity-smartcheck","previousTimestamp":"2019-04-18T19:54:47.00Z","previousVersion":"1.1.1","releaseTimestamp":"2019-05-14T19:38:46.00Z","requiredCore":"2.122","scm":"https://github.com/jenkinsci/deepsecurity-smartcheck-plugin","sha1":"HUHnif7QFxHKUf/JUKYvGSji+Co=","sha256":"u2RKdzV59AbkmpGyeNZOV8bJV2fn76TVkHWEg5DNyfs=","title":"Deep Security Smart Check","url":"http://updates.jenkins-ci.org/download/plugins/deepsecurity-smartcheck/1.1.2/deepsecurity-smartcheck.hpi","version":"1.1.2","wiki":"https://plugins.jenkins.io/deepsecurity-smartcheck"},"delete-log-plugin":{"buildDate":"Apr 30, 2012","dependencies":[],"developers":[{"developerId":"lvotypko","email":"lvotypko@redhat.com","name":"Lucie Votypkova"}],"excerpt":"This plugin add action delete log to build page. If the build is build of matrix job, the action delete log for all its configurations too.","gav":"org.jenkins-ci.plugins:delete-log-plugin:1.0","labels":[],"name":"delete-log-plugin","releaseTimestamp":"2012-04-30T03:19:14.00Z","requiredCore":"1.461","scm":"https://github.com/jenkinsci/delete-log-plugin","sha1":"LpyHRmwF80Ok48m9xkvd7vF1bps=","sha256":"M5ZJHPAOTfDO3SQ9wVUWzdpzUiYUEHKTjH/TzHCAfrs=","title":"Delete log","url":"http://updates.jenkins-ci.org/download/plugins/delete-log-plugin/1.0/delete-log-plugin.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/delete-log-plugin"},"delivery-pipeline-plugin":{"buildDate":"Jul 04, 2019","dependencies":[{"name":"pipeline-rest-api","optional":false,"version":"2.9"},{"name":"pipeline-stage-view","optional":false,"version":"2.5"},{"name":"workflow-basic-steps","optional":false,"version":"2.6"},{"name":"workflow-multibranch","optional":false,"version":"2.17"},{"name":"build-pipeline-plugin","optional":true,"version":"1.5.7.1"},{"name":"cloudbees-folder","optional":false,"version":"6.1.2"},{"name":"dashboard-view","optional":true,"version":"2.9.2"},{"name":"git","optional":true,"version":"2.2.10"},{"name":"jquery","optional":false,"version":"1.7.2-1"},{"name":"junit","optional":false,"version":"1.20"},{"name":"parameterized-trigger","optional":false,"version":"2.21"},{"name":"promoted-builds","optional":true,"version":"2.27"},{"name":"token-macro","optional":false,"version":"1.12.1"},{"name":"analysis-core","optional":true,"version":"1.54"}],"developers":[{"developerId":"patbos","name":"Patrik Bostrom"},{"developerId":"mrfatstrat","name":"Andreas Rehn"},{"developerId":"rickard_v_essen","name":"Rickard von Essen"},{"developerId":"tommysdk","name":"Tommy Tynjä"}],"excerpt":"This plugin visualize Delivery Pipelines (Jobs with upstream/downstream dependencies)","gav":"se.diabol.jenkins.pipeline:delivery-pipeline-plugin:1.4.0","labels":["ui"],"minimumJavaVersion":"1.8","name":"delivery-pipeline-plugin","previousTimestamp":"2018-12-03T10:58:58.00Z","previousVersion":"1.3.2","releaseTimestamp":"2019-07-04T09:26:10.00Z","requiredCore":"2.164","sha1":"Mk2ctpM//44nq/DiGMzRgakE8oo=","sha256":"cMXYjv+yYvRPucRlsVkpjbrf5me4ZhAV2D4tPdj1mQI=","title":"Delivery Pipeline","url":"http://updates.jenkins-ci.org/download/plugins/delivery-pipeline-plugin/1.4.0/delivery-pipeline-plugin.hpi","version":"1.4.0","wiki":"https://plugins.jenkins.io/delivery-pipeline-plugin"},"delphix":{"buildDate":"Feb 14, 2019","compatibleSinceVersion":"2.0.0","dependencies":[],"developers":[{"developerId":"mcred","email":"derek.smart@delphix.com","name":"Derek Smart"}],"excerpt":"Delphix","gav":"org.jenkins-ci.plugins:delphix:2.0.4","labels":["external"],"name":"delphix","previousTimestamp":"2018-12-03T19:41:42.00Z","previousVersion":"2.0.3","releaseTimestamp":"2019-02-14T21:52:59.00Z","requiredCore":"1.651","scm":"https://github.com/jenkinsci/delphix-plugin","sha1":"CdY/uRTUHG3sGbim2H4n8jhCoCg=","sha256":"3TSR/fFqr9dZmODluzhP20Q1p66LyrY55JbNnJMhPDw=","title":"Delphix","url":"http://updates.jenkins-ci.org/download/plugins/delphix/2.0.4/delphix.hpi","version":"2.0.4","wiki":"https://plugins.jenkins.io/delphix"},"delta-cloud":{"buildDate":"Sep 20, 2011","dependencies":[],"developers":[{"developerId":"vjuranek"}],"excerpt":"This plugin is a sample plugin to explain how to write a Hudson plugin.","gav":"org.jenkins-ci.plugins:delta-cloud:1.0.1","labels":[],"name":"delta-cloud","previousTimestamp":"2011-09-19T13:16:07.00Z","previousVersion":"1.0","releaseTimestamp":"2011-09-20T09:15:51.00Z","requiredCore":"1.409","scm":"https://github.com/jenkinsci/delta-cloud-plugin","sha1":"lLVnoLOfAOB0ldDUL0v2T1CXtBc=","sha256":"4QDmIlVQOlamzb18+/Iy9V8s3MXEx/r/a1CALvgplf8=","title":"delta-cloud","url":"http://updates.jenkins-ci.org/download/plugins/delta-cloud/1.0.1/delta-cloud.hpi","version":"1.0.1","wiki":"https://plugins.jenkins.io/delta-cloud"},"dependency-check-jenkins-plugin":{"buildDate":"Jul 12, 2019","dependencies":[],"developers":[{"email":"steve.springett@owasp.org","name":"Steve Springett"}],"excerpt":"This plug-in can independently execute a Dependency-Check<\/a> analysis and visualize results. Dependency-Check is a utility that identifies project dependencies and checks if there are any known, publicly disclosed, vulnerabilities.","gav":"org.jenkins-ci.plugins:dependency-check-jenkins-plugin:5.0.2","labels":["builder","report"],"minimumJavaVersion":"1.8","name":"dependency-check-jenkins-plugin","previousTimestamp":"2019-07-08T15:50:50.00Z","previousVersion":"5.0.1","releaseTimestamp":"2019-07-12T04:47:42.00Z","requiredCore":"2.121.1","scm":"https://github.com/jenkinsci/dependency-check-plugin","sha1":"AD7eeUWQX/+3jiKl9686c7itz9w=","sha256":"y4tZl/x4vbtuC97VxlI4bP33sY+5ObbCBL5wTlFwXrw=","title":"OWASP Dependency-Check","url":"http://updates.jenkins-ci.org/download/plugins/dependency-check-jenkins-plugin/5.0.2/dependency-check-jenkins-plugin.hpi","version":"5.0.2","wiki":"https://plugins.jenkins.io/dependency-check-jenkins-plugin"},"dependency-queue-plugin":{"buildDate":"Jul 20, 2012","dependencies":[],"developers":[{"developerId":"lshatzer","email":"larrys@gmail.com","name":"Larry Shatzer, Jr."}],"excerpt":"","gav":"org.jenkins-ci.plugins:dependency-queue-plugin:1.1","labels":["misc"],"name":"dependency-queue-plugin","previousTimestamp":"2012-05-18T18:46:41.00Z","previousVersion":"1.0","releaseTimestamp":"2012-07-20T13:37:22.00Z","requiredCore":"1.427","scm":"https://github.com/jenkinsci/dependency-queue-plugin","sha1":"O3CVdrVAqxETlPT3Z8SiAiHWvuc=","sha256":"T3e0yJyP6Hsdow3TEbCKpJ7gIZ/IJqbNV7y60dMU8sQ=","title":"Dependency Queue","url":"http://updates.jenkins-ci.org/download/plugins/dependency-queue-plugin/1.1/dependency-queue-plugin.hpi","version":"1.1","wiki":"https://plugins.jenkins.io/dependency-queue-plugin"},"dependency-track":{"buildDate":"Jan 23, 2019","dependencies":[{"name":"structs","optional":false,"version":"1.10"}],"developers":[{"email":"steve.springett@owasp.org","name":"Steve Springett"}],"excerpt":"This plug-in publishes software bill-of-material (BOM) to Dependency-Track for continuous analysis. This plugin supports CycloneDX<\/a> and SPDX<\/a> BOM formats in addition to Dependency-Check<\/a> XML reports. Dependency-Track<\/a> is an intelligent Software Composition Analysis (SCA) platform that allows organizations to identify and reduce risk from the use of third-party and open source components.","gav":"org.jenkins-ci.plugins:dependency-track:2.1.0","labels":[],"name":"dependency-track","previousTimestamp":"2018-11-22T05:11:48.00Z","previousVersion":"2.0.2","releaseTimestamp":"2019-01-23T04:27:35.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/dependency-track-plugin","sha1":"dj2/dyVVNX2uprDLoOLpQQBmXXk=","sha256":"w/FzAX4X8KnT5fahWQUOuDLEBMd2Rbv1vH0RO1nwbbQ=","title":"OWASP Dependency-Track","url":"http://updates.jenkins-ci.org/download/plugins/dependency-track/2.1.0/dependency-track.hpi","version":"2.1.0","wiki":"https://plugins.jenkins.io/dependency-track"},"dependencyanalyzer":{"buildDate":"Oct 02, 2014","dependencies":[{"name":"maven-plugin","optional":false,"version":"1.424"}],"developers":[{"developerId":"vsellier","name":"Vincent Sellier"},{"developerId":"ejouvin","name":"Etienne Jouvin"}],"excerpt":"This plugin search for the depency:analyze results into the maven build output and summarize it.","gav":"org.jenkins-ci.plugins:dependencyanalyzer:0.7","labels":["maven","report"],"name":"dependencyanalyzer","previousTimestamp":"2011-02-15T00:18:43.00Z","previousVersion":"0.6","releaseTimestamp":"2014-10-02T13:53:56.00Z","requiredCore":"1.424","scm":"https://github.com/jenkinsci/dependency-analyzer-plugin","sha1":"Nm2KEA0tL3Tu3F44diF9Ew9G0C8=","sha256":"sb2QKpGdc+i5AaGsYaHe0b47gAPtdtha7Q6siWxbqIw=","title":"Dependency Analyzer","url":"http://updates.jenkins-ci.org/download/plugins/dependencyanalyzer/0.7/dependencyanalyzer.hpi","version":"0.7","wiki":"https://plugins.jenkins.io/dependencyanalyzer"},"depgraph-view":{"buildDate":"Oct 16, 2017","dependencies":[{"name":"parameterized-trigger","optional":true,"version":"2.11"},{"name":"copyartifact","optional":true,"version":"1.18"},{"name":"jquery-ui","optional":false,"version":"1.0.2"},{"name":"jquery","optional":false,"version":"1.7.2-1"}],"developers":[{"developerId":"wolfs","name":"Stefan Wolf"}],"excerpt":"This plugin shows a dependency graph of the projects. It uses dot (from graphviz) for drawing.","gav":"org.jenkins-ci.plugins:depgraph-view:0.13","labels":["report","ui","misc"],"name":"depgraph-view","previousTimestamp":"2017-10-16T12:09:08.00Z","previousVersion":"0.12","releaseTimestamp":"2017-10-16T20:50:23.00Z","requiredCore":"1.501","scm":"https://github.com/jenkinsci/depgraph-view-plugin","sha1":"9KDO1rfKXhysnyuTrhzViRgaUEk=","sha256":"E60OkOjYSHhOjQ8iX9fj3KHwlTm7NmTk1ktHcFdLJMo=","title":"Dependency Graph Viewer","url":"http://updates.jenkins-ci.org/download/plugins/depgraph-view/0.13/depgraph-view.hpi","version":"0.13","wiki":"https://plugins.jenkins.io/depgraph-view"},"deploy":{"buildDate":"Aug 01, 2019","compatibleSinceVersion":"1.13","dependencies":[{"name":"credentials","optional":false,"version":"2.1.13"},{"name":"structs","optional":false,"version":"1.5"}],"developers":[{"developerId":"kohsuke","name":"Kohsuke Kawaguchi"},{"developerId":"edobm","name":"Meikel Bode"},{"developerId":"devkiela","name":"Daniel Barth"},{"developerId":"frekele","name":"Leandro Kersting de Freitas"}],"excerpt":"This plugin allows you to deploy a war to a container after a successful build.
Glassfish 3.x remote deployment","gav":"org.jenkins-ci.plugins:deploy:1.15","labels":["upload"],"name":"deploy","previousTimestamp":"2019-07-24T12:54:47.00Z","previousVersion":"1.14","releaseTimestamp":"2019-08-01T11:12:18.00Z","requiredCore":"1.642.3","scm":"https://github.com/jenkinsci/deploy-plugin","sha1":"4+SxjvU4Tfhf+VZD0bE6T6dl5kY=","sha256":"pxNnByKmiZDlhnjoapa4KK5qqyjGY3S8Fg+ieH50S2o=","title":"Deploy to container","url":"http://updates.jenkins-ci.org/download/plugins/deploy/1.15/deploy.hpi","version":"1.15","wiki":"https://plugins.jenkins.io/deploy"},"deploydb":{"buildDate":"Apr 02, 2015","dependencies":[],"developers":[],"excerpt":"Triggers builds based on incoming DeployDB webhooks, and reports the results back to DeployDB","gav":"org.jenkins-ci.plugins:deploydb:0.1","labels":["trigger"],"name":"deploydb","releaseTimestamp":"2015-04-02T23:44:13.00Z","requiredCore":"1.580.1","sha1":"OR1pz2hH4i1BRKsOiIbh4SCZyjQ=","sha256":"4iXcuMDHR+M0gyNLWmQeNFeuakKtLaNFa7UOyMfZSAg=","title":"DeployDB","url":"http://updates.jenkins-ci.org/download/plugins/deploydb/0.1/deploydb.hpi","version":"0.1","wiki":"https://plugins.jenkins.io/deploydb"},"deployed-on-column":{"buildDate":"Jun 12, 2017","dependencies":[{"name":"maven-plugin","optional":false,"version":"2.13"},{"name":"matrix-project","optional":false,"version":"1.3"}],"developers":[{"developerId":"stephenconnolly","name":"Stephen Connolly"}],"excerpt":"This plugin provides a column to hold build actions reflecting deployment of build artifacts to remote servers as well as an extension point to allow other plugins to contribute such actions.","gav":"org.jenkins-ci.plugins:deployed-on-column:1.8","labels":[],"name":"deployed-on-column","previousTimestamp":"2013-02-19T11:08:16.00Z","previousVersion":"1.7","releaseTimestamp":"2017-06-12T07:29:58.00Z","requiredCore":"1.580.1","scm":"https://github.com/jenkinsci/deployed-on-column-plugin","sha1":"AJExOR4WNQBEuOoPRWl3lT9mbo8=","sha256":"/9sQ7GzTr2AEwLm58WRzVTEBK0sE9/Nq2JSZzZfJlaE=","title":"Deployed On Column","url":"http://updates.jenkins-ci.org/download/plugins/deployed-on-column/1.8/deployed-on-column.hpi","version":"1.8","wiki":"https://plugins.jenkins.io/deployed-on-column"},"deployer-framework":{"buildDate":"Jun 11, 2019","dependencies":[{"name":"maven-plugin","optional":false,"version":"3.2"},{"name":"credentials","optional":false,"version":"2.1.18"},{"name":"deployed-on-column","optional":false,"version":"1.7"},{"name":"javadoc","optional":true,"version":"1.0"},{"name":"matrix-project","optional":false,"version":"1.2"},{"name":"promoted-builds","optional":true,"version":"2.17"},{"name":"token-macro","optional":false,"version":"1.10"}],"developers":[{"developerId":"olamy","name":"Olivier Lamy"},{"developerId":"stephenc","name":"Stephen Connolly"}],"excerpt":"This plugin provides a framework for deploying applications.","gav":"org.jenkins-ci.plugins:deployer-framework:1.2","labels":[],"minimumJavaVersion":"1.8","name":"deployer-framework","previousTimestamp":"2015-06-15T14:41:00.00Z","previousVersion":"1.1","releaseTimestamp":"2019-06-11T15:03:36.00Z","requiredCore":"2.138.4","scm":"https://github.com/jenkinsci/deployer-framework-plugin","sha1":"VtsN39rgp/HqMTrTHjj05t7o8hs=","sha256":"IrQSEo/Q8j2YjMbojGIS8YCSPhE1sJd+a9obtkKmOfE=","title":"Deployer Framework","url":"http://updates.jenkins-ci.org/download/plugins/deployer-framework/1.2/deployer-framework.hpi","version":"1.2","wiki":"https://plugins.jenkins.io/deployer-framework"},"deploygate-plugin":{"buildDate":"Jan 06, 2013","dependencies":[],"developers":[{"developerId":"bols-blue","email":"bols-blue@lnc.jp","name":"Hisayoshi Suehiro"}],"excerpt":"This plugin is a sample to explain how to write a Jenkins plugin.","gav":"org.jenkins-ci.plugins.deploygate:deploygate-plugin:1.2","labels":[],"name":"deploygate-plugin","releaseTimestamp":"2013-01-06T07:51:27.00Z","requiredCore":"1.480","scm":"https://github.com/jenkinsci/deploygate-plugin","sha1":"OmU2a19P0H/8FMpeQGLlsvgnDxo=","sha256":"T4TTsWq8MFW2crGjwV7B+uYQtPPxTmGToqabQfxiU1s=","title":"deploygate-plugin","url":"http://updates.jenkins-ci.org/download/plugins/deploygate-plugin/1.2/deploygate-plugin.hpi","version":"1.2","wiki":"https://plugins.jenkins.io/deploygate-plugin"},"deployhub":{"buildDate":"Apr 03, 2019","dependencies":[{"name":"workflow-cps","optional":false,"version":"2.17"},{"name":"credentials","optional":false,"version":"2.1.9"},{"name":"durable-task","optional":false,"version":"1.12"}],"developers":[{"developerId":"philgibbs","email":"phil.gibbs@openmakesoftware.com","name":"Phil Gibbs"},{"developerId":"sbtaylor15","email":"steve.taylor@openmakesoftware.com","name":"Steve Taylor"}],"excerpt":"Allows DeployHub to track builds against Components and to optionally deploy an Application","gav":"com.openmake:deployhub:8.0.14","labels":["deployment","post-build"],"name":"deployhub","previousTimestamp":"2018-06-21T19:55:24.00Z","previousVersion":"8.0.13","releaseTimestamp":"2019-04-03T23:19:48.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/deployhub-plugin","sha1":"/VlUjFjRJKB8A1Er+mihmQ6bFck=","sha256":"to1T+5xM849LnclTFHboyAxZFgYnD0/X+J+5IfOlUII=","title":"DeployHub","url":"http://updates.jenkins-ci.org/download/plugins/deployhub/8.0.14/deployhub.hpi","version":"8.0.14","wiki":"https://plugins.jenkins.io/deployhub"},"deployit-plugin":{"buildDate":"Jun 24, 2019","dependencies":[{"name":"credentials","optional":false,"version":"1.16.1"},{"name":"workflow-step-api","optional":false,"version":"1.10"}],"developers":[{"developerId":"XebiaLabsCI","email":"xl-developers (at) xebialabs (dot) com","name":"XebiaLabs"}],"excerpt":"Package and deploy your applications from Jenkins with
XebiaLabs XL Deploy<\/a>.","gav":"com.xebialabs.deployit.ci:deployit-plugin:7.5.6","labels":["upload","external","post-build","deployment"],"name":"deployit-plugin","previousTimestamp":"2019-05-16T17:45:33.00Z","previousVersion":"7.5.5","releaseTimestamp":"2019-06-24T17:30:12.00Z","requiredCore":"1.642.3","scm":"https://github.com/jenkinsci/xldeploy-plugin","sha1":"bzQA6b6h0wA6xcrw8+fYhKqO7lg=","sha256":"lZUxoenJpceMf599Yxb+cCNbbT4rxdHXQC9UoUTCxyI=","title":"XebiaLabs XL Deploy","url":"http://updates.jenkins-ci.org/download/plugins/deployit-plugin/7.5.6/deployit-plugin.hpi","version":"7.5.6","wiki":"https://plugins.jenkins.io/deployit-plugin"},"deployment-notification":{"buildDate":"Apr 03, 2016","dependencies":[{"name":"promoted-builds","optional":true,"version":"2.15"},{"name":"workflow-api","optional":false,"version":"1.2"}],"developers":[{"developerId":"fbelzunc","name":"Felix Belzunce Arcos"}],"excerpt":"This plugin provides abstract common parts for integration with configuration management tools like Chef and Puppet.","gav":"org.jenkins-ci.plugins:deployment-notification:1.4","labels":["deployment","misc"],"name":"deployment-notification","previousTimestamp":"2016-01-27T10:38:17.00Z","previousVersion":"1.3","releaseTimestamp":"2016-04-03T07:18:35.00Z","requiredCore":"1.580.1","scm":"https://github.com/jenkinsci/deployment-notification-plugin","sha1":"WXJs4s5wvWRkp4DKSfUjfIz2CWU=","sha256":"yX0oZ67kCx7BOFlmcbHNYamthDOgN7hNJMKbyuNyl8c=","title":"deployment-notification","url":"http://updates.jenkins-ci.org/download/plugins/deployment-notification/1.4/deployment-notification.hpi","version":"1.4","wiki":"https://plugins.jenkins.io/deployment-notification"},"deployment-sphere":{"buildDate":"Aug 17, 2015","compatibleSinceVersion":"1.20","dependencies":[{"name":"jira","optional":true,"version":"1.39"}],"developers":[{"developerId":"webdizz","email":"izzet@mustafaiev.com","name":"Izzet Mustafaiev"},{"developerId":"fevz","name":"Fevzi Anifeiev"},{"developerId":"zinur","email":"zinur@mustafaiev.com","name":"Zinur Mustafaiev"},{"developerId":"tair","email":"tair@mustafaiev.com","name":"Tair Mustafaiev"},{"developerId":"rkovalenko","email":"Roman_Kovalenko@epam.com","name":"Roman Kovalenko"},{"developerId":"Oleksii_Zaitsev","email":"Oleksii_Zaitsev@epam.com","name":"Oleksii Zaitsev"}],"excerpt":"Jenkins plugin to provide bird's eye view for your deployments.","gav":"org.jenkins-ci.plugins:deployment-sphere:0.1.105","labels":["misc","ui"],"name":"deployment-sphere","previousTimestamp":"2015-05-14T09:07:29.00Z","previousVersion":"0.1.104","releaseTimestamp":"2015-08-17T12:38:18.00Z","requiredCore":"1.609","scm":"https://github.com/jenkinsci/deployment-sphere-plugin","sha1":"Ul1WzR7XN+BaeQ9YJfzjwtJhoUU=","sha256":"dgB7FoV511QShLaJIpC9M6/F5w4D3xEiAJhTcm58oU4=","title":"Deployment Sphere","url":"http://updates.jenkins-ci.org/download/plugins/deployment-sphere/0.1.105/deployment-sphere.hpi","version":"0.1.105","wiki":"https://plugins.jenkins.io/deployment-sphere"},"description-column-plugin":{"buildDate":"Aug 26, 2011","dependencies":[],"developers":[{"developerId":"noirbizarre","email":"noirbizarre+jenkins@gmail.com","name":"Axel Haustant"}],"excerpt":"Add the Description column.","gav":"org.jenkins-ci.plugins:description-column-plugin:1.3","labels":["listview-column"],"name":"description-column-plugin","previousTimestamp":"2011-08-20T13:12:33.00Z","previousVersion":"1.2","releaseTimestamp":"2011-08-26T19:57:11.00Z","requiredCore":"1.398","scm":"https://github.com/jenkinsci/description-column-plugin","sha1":"snbs4E4kUVEwJzqfbDqW23fM1Vg=","sha256":"Nsg/lyh76T7RcQ8LxBc5mZbQ0V1xDfbqupZlXFmCI9g=","title":"Description Column","url":"http://updates.jenkins-ci.org/download/plugins/description-column-plugin/1.3/description-column-plugin.hpi","version":"1.3","wiki":"https://plugins.jenkins.io/description-column-plugin"},"description-setter":{"buildDate":"Apr 03, 2015","dependencies":[],"developers":[{"developerId":"michael1010","name":"Michael"},{"developerId":"huybrechts","name":"Tom Huybrechts"}],"excerpt":"This plugin sets the description for each build, based upon a RegEx<\/a> test of the build log file.","gav":"org.jenkins-ci.plugins:description-setter:1.10","labels":["post-build"],"name":"description-setter","previousTimestamp":"2014-06-13T20:12:53.00Z","previousVersion":"1.9","releaseTimestamp":"2015-04-03T12:39:37.00Z","requiredCore":"1.560","scm":"https://github.com/jenkinsci/description-setter-plugin","sha1":"7DmN76ViMpbzuCG3b7Oilp9L9+8=","sha256":"XnRG7z6GVCFuA1aVgmbAI4WnvyR/2wcJh4BnhHrjAWg=","title":"description setter","url":"http://updates.jenkins-ci.org/download/plugins/description-setter/1.10/description-setter.hpi","version":"1.10","wiki":"https://plugins.jenkins.io/description-setter"},"deveo":{"buildDate":"Dec 18, 2015","dependencies":[{"name":"subversion","optional":false,"version":"2.5.3"},{"name":"git","optional":false,"version":"2.4.0"},{"name":"mercurial","optional":false,"version":"1.54"}],"developers":[{"developerId":"vellu","email":"vellu@deveo.com","name":"Veli-Matti Luoto"}],"excerpt":"This plugin integrates Deveo<\/a> to Jenkins.","gav":"org.jenkins-ci.plugins:deveo:1.1.2","labels":["external"],"name":"deveo","previousTimestamp":"2015-10-29T16:24:49.00Z","previousVersion":"1.1.1","releaseTimestamp":"2015-12-18T13:59:29.00Z","requiredCore":"1.627","scm":"https://github.com/jenkinsci/deveo-plugin","sha1":"XTY4eMZZ4vmgFVKIfFZCmMVVZX8=","sha256":"m98dsTo/5r9irZANr8opKU86c0kzP9AcBlRtRYLhye8=","title":"Deveo","url":"http://updates.jenkins-ci.org/download/plugins/deveo/1.1.2/deveo.hpi","version":"1.1.2","wiki":"https://plugins.jenkins.io/deveo"},"device-watcher":{"buildDate":"Jan 21, 2017","dependencies":[],"developers":[{"developerId":"pbuckley4192","email":"pbuckley4192@gmail.com","name":"Paul Buckley"}],"excerpt":"This plugin is used to monitor devices that may be needed for Jenkins tasks i.e. embedded devices","gav":"org.jenkins-ci.plugins:device-watcher:0.9","labels":["notifier","administrative-monitor"],"name":"device-watcher","releaseTimestamp":"2017-01-21T19:59:20.00Z","requiredCore":"2.26","scm":"https://github.com/jenkinsci/device-watcher-plugin","sha1":"t5/z6n7CTaBCGG78Z06Mmi5SZNA=","sha256":"/VoCvvHJqE2jt6LscoiFJGGK73rCsjqWBpmrzrMakF8=","title":"Device Watcher","url":"http://updates.jenkins-ci.org/download/plugins/device-watcher/0.9/device-watcher.hpi","version":"0.9","wiki":"https://plugins.jenkins.io/device-watcher"},"devstack":{"buildDate":"Sep 17, 2012","dependencies":[{"name":"ruby-runtime","optional":false,"version":"0.10"},{"name":"token-macro","optional":false,"version":"1.5.1"}],"developers":[{"developerId":"tim"}],"excerpt":"Deploys Devstack Onto OpenStack","gav":"org.jenkins-ci.ruby-plugins:devstack:0.0.6","labels":[],"name":"devstack","releaseTimestamp":"2012-09-17T22:14:51.00Z","requiredCore":"1.432","sha1":"6g2yigG70T2w6ZPnBHw/cGEGDgY=","sha256":"IFHOorBIiM1Gw46eWm3W5V5gDwkU6X2xMPjn3qTBNFc=","title":"DevStack","url":"http://updates.jenkins-ci.org/download/plugins/devstack/0.0.6/devstack.hpi","version":"0.0.6","wiki":"https://plugins.jenkins.io/devstack"},"diagnostics":{"buildDate":"Dec 06, 2017","dependencies":[{"name":"support-core","optional":false,"version":"2.35"}],"developers":[{"developerId":"alecharp","name":"Adrien Lecharpentier"},{"developerId":"aheritier","name":"Arnaud Héritier"},{"developerId":"escoem","name":"Emilio Escobar Reyero"},{"developerId":"alvarolobato","name":"Albaro Lobato"},{"developerId":"kuisathaverat","name":"Ivan Fernandez Calvo"}],"excerpt":"CloudBees Jenkins Enterprise Plugin<\/b>
This Diagnostic plugin allows the execution of diagnostics to aid resolution of support requests.","gav":"org.jenkins-ci.plugins:diagnostics:1.2","labels":[],"name":"diagnostics","previousTimestamp":"2017-12-05T11:22:03.00Z","previousVersion":"1.1","releaseTimestamp":"2017-12-06T08:33:53.00Z","requiredCore":"2.7.4","scm":"https://github.com/jenkinsci/diagnostics-plugin","sha1":"4SuWHCtqZ8F728Sk2JR35MFEbUA=","sha256":"lzdbiW5PJR32ILs+RnudkUmOVY5NIAz0bctJo4fl7sg=","title":"Diagnostics","url":"http://updates.jenkins-ci.org/download/plugins/diagnostics/1.2/diagnostics.hpi","version":"1.2","wiki":"https://plugins.jenkins.io/diagnostics"},"diawi-upload":{"buildDate":"Oct 19, 2017","dependencies":[],"developers":[{"developerId":"m_adawi","email":"muhammed.adawi@gmail.com","name":"Muhammed Adawi"}],"excerpt":"Allows users to upload their apk/ipa files to diawi","gav":"org.jenkins-ci.plugins:diawi-upload:1.4","labels":[],"name":"diawi-upload","previousTimestamp":"2017-07-16T09:51:40.00Z","previousVersion":"1.3","releaseTimestamp":"2017-10-19T03:12:55.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/diawi-upload-plugin","sha1":"JED/iHLzUPfWR0LbKzWBAmO5WmQ=","sha256":"20jw6g0YbrvjTBWaTtzXJ0/k+i+3pNbcEUTWDpvYAvk=","title":"Diawi Upload","url":"http://updates.jenkins-ci.org/download/plugins/diawi-upload/1.4/diawi-upload.hpi","version":"1.4","wiki":"https://plugins.jenkins.io/diawi-upload"},"digitalocean-plugin":{"buildDate":"Jul 23, 2019","dependencies":[{"name":"cloud-stats","optional":false,"version":"0.23"}],"developers":[{"developerId":"pulse00","email":"robert.gruendler@dubture.com","name":"Robert Gruendler"},{"developerId":"anpieber","email":"anpieber@gmail.com","name":"Andreas Pieber"},{"developerId":"nurupo","email":"nurupo.contributions@gmail.com","name":"Maxim Biro"}],"excerpt":"This plugin enables Jenkins to provision slaves on DigitalOcean on demand.","gav":"com.dubture.jenkins:digitalocean-plugin:1.1","labels":[],"name":"digitalocean-plugin","previousTimestamp":"2018-12-08T10:23:30.00Z","previousVersion":"1.0","releaseTimestamp":"2019-07-23T14:45:51.00Z","requiredCore":"2.60.1","scm":"https://github.com/jenkinsci/digitalocean-plugin","sha1":"pMLyQL+QluLgNvrCLt+bhzdxBr0=","sha256":"hAtzpxv+Phsk4CfuOPC99Ic5VVTFvFFF04VowsylcCE=","title":"DigitalOcean","url":"http://updates.jenkins-ci.org/download/plugins/digitalocean-plugin/1.1/digitalocean-plugin.hpi","version":"1.1","wiki":"https://plugins.jenkins.io/digitalocean-plugin"},"dimensionsscm":{"buildDate":"Nov 19, 2018","dependencies":[],"developers":[{"developerId":"dconneely","name":"David Conneely"}],"excerpt":"This plugin integrates the
Dimensions CM<\/a> SCM with Jenkins.","gav":"org.jenkins-ci.plugins:dimensionsscm:0.8.16","labels":["post-build","upload","notifier","scm"],"name":"dimensionsscm","previousTimestamp":"2018-09-12T23:17:51.00Z","previousVersion":"0.8.15","releaseTimestamp":"2018-11-19T16:59:30.00Z","requiredCore":"1.609.3","scm":"https://github.com/jenkinsci/dimensionsscm-plugin","sha1":"AuHClDWmH4dGk2Kvr/11IFCF6f0=","sha256":"IPhWpMtcFPonZfMUGOGHmZCiyrqatnNXf/BGyG8K3XA=","title":"Dimensions","url":"http://updates.jenkins-ci.org/download/plugins/dimensionsscm/0.8.16/dimensionsscm.hpi","version":"0.8.16","wiki":"https://plugins.jenkins.io/dimensionsscm"},"dingding-json-pusher":{"buildDate":"Aug 11, 2017","dependencies":[{"name":"job-dsl","optional":true,"version":"1.63"},{"name":"structs","optional":false,"version":"1.2"}],"developers":[{"developerId":"huijian_zinow","email":"tanhuijian@zintow.com","name":"Huijian Zintow"}],"excerpt":"Dingding Notification","gav":"com.zintow:dingding-json-pusher:2.0","labels":[],"name":"dingding-json-pusher","previousTimestamp":"2017-07-07T08:32:53.00Z","previousVersion":"1.1","releaseTimestamp":"2017-08-11T08:15:37.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/dingding-json-pusher-plugin","sha1":"XnRnpVQYhRojAFDv15PaMxXaaQM=","sha256":"be1Vhf0/YgYfmSTJtwtn8f/5nAYc0QkyVRKDtfP6oaw=","title":"Dingding JSON Pusher","url":"http://updates.jenkins-ci.org/download/plugins/dingding-json-pusher/2.0/dingding-json-pusher.hpi","version":"2.0","wiki":"https://plugins.jenkins.io/dingding-json-pusher"},"dingding-notifications":{"buildDate":"Jul 18, 2018","dependencies":[{"name":"structs","optional":false,"version":"1.7"}],"developers":[{"developerId":"ztbsuper","email":"ztbsuper@gmail.com","name":"Marvin Zhang"}],"excerpt":"钉钉Jenkins通知器","gav":"com.ztbsuper:dingding-notifications:1.9","labels":["notifier"],"name":"dingding-notifications","previousTimestamp":"2017-07-17T01:45:43.00Z","previousVersion":"1.4","releaseTimestamp":"2018-07-18T05:32:33.00Z","requiredCore":"2.7.3","scm":"https://github.com/jenkinsci/dingding-notifications-plugin","sha1":"1+kHW8S3nd/U1o55H6dIX3SHPb4=","sha256":"1RH/Wenb/j25hNKCoEjXc+EUhsxwiC+i10jGYOLouMQ=","title":"Dingding[钉钉]","url":"http://updates.jenkins-ci.org/download/plugins/dingding-notifications/1.9/dingding-notifications.hpi","version":"1.9","wiki":"https://plugins.jenkins.io/dingding-notifications"},"disable-failed-job":{"buildDate":"Mar 22, 2015","dependencies":[],"developers":[{"developerId":"w_kazunori","email":"wakamatsu.kazunori@gmail.com","name":"w_kazunori"}],"excerpt":"This Plugin disable Job when Build failed.","gav":"org.jenkins-ci.plugins:disable-failed-job:1.15","labels":[],"name":"disable-failed-job","previousTimestamp":"2014-05-16T11:28:11.00Z","previousVersion":"1.11","releaseTimestamp":"2015-03-22T04:03:02.00Z","requiredCore":"1.605","scm":"https://github.com/jenkinsci/disable-failed-job-plugin","sha1":"WruzRTcGD1w1oI232VMBryFACkM=","sha256":"FplNg6cGrnZy90sPnCaaO3eZdLYFlyq/BvuVJxiGClA=","title":"Disable Failed Job","url":"http://updates.jenkins-ci.org/download/plugins/disable-failed-job/1.15/disable-failed-job.hpi","version":"1.15","wiki":"https://plugins.jenkins.io/disable-failed-job"},"disable-github-multibranch-status":{"buildDate":"Sep 29, 2017","dependencies":[{"name":"github-branch-source","optional":false,"version":"2.2.0"}],"developers":[{"developerId":"saville"}],"excerpt":"Adds support for disabling the GitHub status for a Multibranch pipeline job.","gav":"org.jenkins-ci.plugins:disable-github-multibranch-status:1.1","labels":[],"name":"disable-github-multibranch-status","previousTimestamp":"2017-09-29T14:44:45.00Z","previousVersion":"1.0","releaseTimestamp":"2017-09-29T21:09:59.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/disable-github-multibranch-status-plugin","sha1":"0yFcT/vwZ6gJUJXrQtG9QlEC+dk=","sha256":"C1+zjM/DKZBoDrARl4EI+Ejxh6uREeVUYlbmoESiv4Y=","title":"Disable GitHub Multibranch Status","url":"http://updates.jenkins-ci.org/download/plugins/disable-github-multibranch-status/1.1/disable-github-multibranch-status.hpi","version":"1.1","wiki":"https://plugins.jenkins.io/disable-github-multibranch-status"},"discard-old-build":{"buildDate":"Jun 27, 2013","dependencies":[],"developers":[{"developerId":"nkns165","email":"nkns165@gmail.com","name":"Hiroko Tamagawa"},{"developerId":"joeyjiao","email":"joey.jiaojg@gmail.com","name":"Joey Jiao"}],"excerpt":"This plugin enables detail configuration to discard old builds like using logfile size / status / days/ intervals days / build num / logfile regular expression.","gav":"jp.shiftinc.jenkins.plugins:discard-old-build:1.05","labels":["post-build"],"name":"discard-old-build","previousTimestamp":"2013-06-06T08:31:40.00Z","previousVersion":"1.04","releaseTimestamp":"2013-06-27T08:47:53.00Z","requiredCore":"1.515","scm":"https://github.com/jenkinsci/discard-old-build-plugin","sha1":"RevqY88nLglhzuciLTStffj7IoQ=","sha256":"b2dwMOa4ubweitnU3nxyxKOdsV6FO36GudCjd0nKjoI=","title":"Discard Old Build","url":"http://updates.jenkins-ci.org/download/plugins/discard-old-build/1.05/discard-old-build.hpi","version":"1.05","wiki":"https://plugins.jenkins.io/discard-old-build"},"discobit-autoconfig":{"buildDate":"Dec 02, 2014","compatibleSinceVersion":"0.9","dependencies":[],"developers":[{"developerId":"jsaade","email":"jens@v3rticle.com","name":"Jens Saade"}],"excerpt":"discoBit AutoConfig Plugin for Jenkins - http://discobit.com","gav":"com.v3rticle.oss:discobit-autoconfig:0.9.1","labels":["external"],"name":"discobit-autoconfig","previousTimestamp":"2014-12-01T13:59:08.00Z","previousVersion":"0.9","releaseTimestamp":"2014-12-02T08:56:05.00Z","requiredCore":"1.420","scm":"https://github.com/jenkinsci/discobit-autoconfig-plugin","sha1":"XapkRM5GesBBpaqAlJo9AZpQnU0=","sha256":"tRyhZDLbXTPPEyTJR8l2zffwQz0R+tTEFKXd7qwLR/I=","title":"discoBit AutoConfig","url":"http://updates.jenkins-ci.org/download/plugins/discobit-autoconfig/0.9.1/discobit-autoconfig.hpi","version":"0.9.1","wiki":"https://plugins.jenkins.io/discobit-autoconfig"},"discord-notifier":{"buildDate":"Mar 10, 2019","dependencies":[{"name":"workflow-step-api","optional":false,"version":"1.14"},{"name":"matrix-project","optional":false,"version":"1.13"}],"developers":[{"developerId":"jammehcow","email":"jspartan250@gmail.com","name":"James Upjohn"},{"developerId":"KocproZ","email":"kocproz@protonmail.com","name":"Kacper Stasiuk"}],"excerpt":"Discord Notifier allows you to send Discord embeds about your builds via Discord's webhooks.","gav":"nz.co.jammehcow:discord-notifier:1.4.7","labels":[],"name":"discord-notifier","previousTimestamp":"2019-03-07T16:48:13.00Z","previousVersion":"1.4.6","releaseTimestamp":"2019-03-10T21:40:06.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/discord-notifier-plugin","sha1":"qoGJ4Utb5BzTz1fOWQVQS5Lel74=","sha256":"+bhwS1bDpiz7SGlEHy79WOKX/cWf8g2vUCKvWTwEyoY=","title":"Discord Notifier","url":"http://updates.jenkins-ci.org/download/plugins/discord-notifier/1.4.7/discord-notifier.hpi","version":"1.4.7","wiki":"https://plugins.jenkins.io/discord-notifier"},"disk-usage":{"buildDate":"Oct 01, 2015","dependencies":[{"name":"mailer","optional":false,"version":"1.8"}],"developers":[{"developerId":"lvotypko","name":"Lucie Votypkova"}],"excerpt":"This plugin counts disk usage.","gav":"org.jenkins-ci.plugins:disk-usage:0.28","labels":["report"],"name":"disk-usage","previousTimestamp":"2015-09-21T11:37:26.00Z","previousVersion":"0.27","releaseTimestamp":"2015-10-01T12:01:10.00Z","requiredCore":"1.580.3","scm":"https://github.com/jenkinsci/disk-usage-plugin","sha1":"F99YBwPcuwOV/vNI/YHyHU39vl4=","sha256":"BaKRbdAcQ6Zyic9ITqdksxpsjjVgV3c/czmyy4KFqR8=","title":"disk-usage","url":"http://updates.jenkins-ci.org/download/plugins/disk-usage/0.28/disk-usage.hpi","version":"0.28","wiki":"https://plugins.jenkins.io/disk-usage"},"diskcheck":{"buildDate":"Jul 03, 2017","dependencies":[],"developers":[{"developerId":"mthak","email":"mthakkar@cloudera.com","name":"Manoj Thakkar"}],"excerpt":"","gav":"org.jenkins-ci.plugins:diskcheck:0.30","labels":["buildwrapper"],"name":"diskcheck","previousTimestamp":"2017-06-16T07:44:17.00Z","previousVersion":"0.29","releaseTimestamp":"2017-07-03T02:32:50.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/diskcheck-plugin","sha1":"S5NYNavz7ljSfAgWZ2IWf0WEZ7M=","sha256":"Hmmihy5F1s4376tpRYdm6vsxSqdP+2rX4saxLm739Qs=","title":"diskcheck","url":"http://updates.jenkins-ci.org/download/plugins/diskcheck/0.30/diskcheck.hpi","version":"0.30","wiki":"https://plugins.jenkins.io/diskcheck"},"display-console-output":{"buildDate":"Apr 29, 2017","dependencies":[],"developers":[{"developerId":"lyenliang","email":"lyenliang@gmail.com","name":"Yen-Liang Lee"}],"excerpt":"This plugin adds console output of last build to the project's page.","gav":"org.jenkins-ci.plugins:display-console-output:1.0.5","labels":[],"name":"display-console-output","releaseTimestamp":"2017-04-29T07:16:31.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/display-console-output-plugin","sha1":"KCnLCNvOuIOj/R5MxKUNne0XNfU=","sha256":"/SPpV809Uc1Hu15865w8KPn+18ESsVQUbqDoKKHjSzE=","title":"Display Console Output","url":"http://updates.jenkins-ci.org/download/plugins/display-console-output/1.0.5/display-console-output.hpi","version":"1.0.5","wiki":"https://plugins.jenkins.io/display-console-output"},"display-upstream-changes":{"buildDate":"Oct 18, 2016","dependencies":[],"developers":[{"developerId":"rpetti","name":"Rob Petti"}],"excerpt":"Display upstream changes plugin.","gav":"org.jvnet.hudson.plugins:display-upstream-changes:0.3.2","labels":[],"name":"display-upstream-changes","previousTimestamp":"2012-03-29T20:06:57.00Z","previousVersion":"0.1","releaseTimestamp":"2016-10-18T22:06:48.00Z","requiredCore":"1.565","scm":"https://github.com/jenkinsci/display-upstream-changes-plugin","sha1":"gtDiRHCvBf5Z2hrwfOIUNdM7Wmg=","sha256":"8XDuZUXJ9BmvrkOW/U323ty+7gtjpPduShJyxypz+kQ=","title":"Display Upstream Changes","url":"http://updates.jenkins-ci.org/download/plugins/display-upstream-changes/0.3.2/display-upstream-changes.hpi","version":"0.3.2","wiki":"https://plugins.jenkins.io/display-upstream-changes"},"display-url-api":{"buildDate":"Aug 03, 2019","dependencies":[],"developers":[{"developerId":"jdumay","email":"jdumay@cloudbees.com","name":"James Dumay"}],"excerpt":"Provides the DisplayURLProvider extension point to provide alternate URLs for use in notifications","gav":"org.jenkins-ci.plugins:display-url-api:2.3.2","labels":[],"minimumJavaVersion":"1.8","name":"display-url-api","previousTimestamp":"2019-03-26T21:44:34.00Z","previousVersion":"2.3.1","releaseTimestamp":"2019-08-03T02:39:56.00Z","requiredCore":"2.89.4","scm":"https://github.com/jenkinsci/display-url-api-plugin","sha1":"A1azK1oS8Kmq/eg7fjsrUyUKrVM=","sha256":"pNXzc0mTC13ZoqUEK9E1J7TC7jFv5JQg/hVPoGI6K7E=","title":"Display URL API","url":"http://updates.jenkins-ci.org/download/plugins/display-url-api/2.3.2/display-url-api.hpi","version":"2.3.2","wiki":"https://plugins.jenkins.io/display-url-api"},"distTest":{"buildDate":"Jan 20, 2011","dependencies":[],"developers":[{"developerId":"mnovak","email":"novak.miroslav95@gmail.com","name":"Miroslav Novak"}],"excerpt":"This plugin is used for distributed testing on multiple hosts.","gav":"org.jvnet.hudson.plugins:distTest:1.0","labels":["builder"],"name":"distTest","releaseTimestamp":"2011-01-20T10:20:33.00Z","requiredCore":"1.350","scm":"https://github.com/jenkinsci/distTest-plugin","sha1":"khlRX3YLAm9vVzflVYoZM+YOzj4=","sha256":"4VvDQd66EcLrrrdT2kPN3TVcLD6DMNdHW1V+OD1ZOUc=","title":"Distributed Testing","url":"http://updates.jenkins-ci.org/download/plugins/distTest/1.0/distTest.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/distTest"},"distfork":{"buildDate":"Jan 30, 2018","dependencies":[],"developers":[{"developerId":"jglick"}],"excerpt":"Turns a Jenkins cluster into a general purpose batch job execution environment through an SSH-like CLI.","gav":"org.jenkins-ci.plugins:distfork:1.7","labels":["cluster","cli"],"name":"distfork","previousTimestamp":"2017-03-20T14:19:44.00Z","previousVersion":"1.6.0","releaseTimestamp":"2018-01-30T01:01:41.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/m2release-plugin/distfork-plugin","sha1":"L67H2cZrdRnWDU/B2zhA/b25qB8=","sha256":"hK96WDYnds2TMbCFCwQSo5EHxt5iPyLSXlmCjGFf+o0=","title":"Distributed Fork","url":"http://updates.jenkins-ci.org/download/plugins/distfork/1.7/distfork.hpi","version":"1.7","wiki":"https://plugins.jenkins.io/distfork"},"docker-build-publish":{"buildDate":"Oct 21, 2016","dependencies":[{"name":"docker-commons","optional":false,"version":"1.3.1"},{"name":"token-macro","optional":false,"version":"1.10"}],"developers":[{"developerId":"csanchez"}],"excerpt":"This plugin enables building Dockerfile based projects, as well as publishing of the built images/repos to the docker registry.","gav":"org.jenkins-ci.plugins:docker-build-publish:1.3.2","labels":["builder"],"name":"docker-build-publish","previousTimestamp":"2016-06-30T07:14:21.00Z","previousVersion":"1.3.1","releaseTimestamp":"2016-10-21T17:09:30.00Z","requiredCore":"1.554.2","scm":"https://github.com/jenkinsci/docker-build-publish-plugin","sha1":"tnxCm6CCg1FpeR9R8X/Ezt400kE=","sha256":"v9LqTZRpFkzfc15w7xAYQcTKvQswcwhHZs/+Ri4CdfM=","title":"CloudBees Docker Build and Publish","url":"http://updates.jenkins-ci.org/download/plugins/docker-build-publish/1.3.2/docker-build-publish.hpi","version":"1.3.2","wiki":"https://plugins.jenkins.io/docker-build-publish"},"docker-build-step":{"buildDate":"Apr 23, 2019","dependencies":[{"name":"docker-commons","optional":false,"version":"1.4.0"},{"name":"matrix-project","optional":false,"version":"1.4.1"},{"name":"credentials","optional":false,"version":"1.22"}],"developers":[{"developerId":"vjuranek","name":"Vojtech Juranek"}],"excerpt":"This plugin allows to add various docker commands to your job as build steps.","gav":"org.jenkins-ci.plugins:docker-build-step:2.3","labels":["builder"],"name":"docker-build-step","previousTimestamp":"2018-11-06T15:52:13.00Z","previousVersion":"2.2","releaseTimestamp":"2019-04-23T08:54:51.00Z","requiredCore":"1.579","scm":"https://github.com/jenkinsci/docker-build-step-plugin","sha1":"xX9PWW0lIrNTm5e9Nv4CmfEWj/M=","sha256":"dBWaOuzAf8mJPuswg5NJST2a/AHmvmEtlX1a/LrSYwY=","title":"docker-build-step","url":"http://updates.jenkins-ci.org/download/plugins/docker-build-step/2.3/docker-build-step.hpi","version":"2.3","wiki":"https://plugins.jenkins.io/docker-build-step"},"docker-commons":{"buildDate":"May 13, 2019","dependencies":[{"name":"authentication-tokens","optional":false,"version":"1.3"},{"name":"credentials-binding","optional":false,"version":"1.18"},{"name":"credentials","optional":false,"version":"2.1.18"},{"name":"pipeline-model-extensions","optional":true,"version":"1.3.8"}],"developers":[{"developerId":"Oleg"}],"excerpt":"Provides the common shared functionality for various Docker-related plugins.","gav":"org.jenkins-ci.plugins:docker-commons:1.15","labels":["library"],"minimumJavaVersion":"1.8","name":"docker-commons","previousTimestamp":"2019-04-02T17:55:38.00Z","previousVersion":"1.14","releaseTimestamp":"2019-05-13T21:35:44.00Z","requiredCore":"2.150.1","scm":"https://github.com/jenkinsci/docker-commons-plugin","sha1":"TGfsAsA10M9UVvMV+iaP604ta9M=","sha256":"b/TgrO0rhnEmYjHlyFGycbE4jNlkWJW9NxaCfc5Cqxk=","title":"Docker Commons","url":"http://updates.jenkins-ci.org/download/plugins/docker-commons/1.15/docker-commons.hpi","version":"1.15","wiki":"https://plugins.jenkins.io/docker-commons"},"docker-compose-build-step":{"buildDate":"Jul 12, 2018","dependencies":[],"developers":[{"developerId":"jgalego","email":"jgalego1990@gmail.com","name":"João Galego"}],"excerpt":"Docker Compose plugin for Jenkins","gav":"org.jenkins-ci.plugins:docker-compose-build-step:1.0","labels":[],"name":"docker-compose-build-step","releaseTimestamp":"2018-07-12T18:40:02.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/docker-compose-plugin","sha1":"a05OBew9Gw9Fkoh2UQjAKlyTPf8=","sha256":"KihPS34FCz8ljtdjn2Kvt4p34yEvGXOfgsKKgXSSths=","title":"Docker Compose Build Step","url":"http://updates.jenkins-ci.org/download/plugins/docker-compose-build-step/1.0/docker-compose-build-step.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/docker-compose-build-step"},"docker-custom-build-environment":{"buildDate":"Feb 20, 2018","dependencies":[{"name":"maven-plugin","optional":true,"version":"2.12"},{"name":"docker-commons","optional":false,"version":"1.0"},{"name":"dockerhub-notification","optional":true,"version":"1.0"}],"developers":[{"developerId":"jonhermansen","email":"jon.hermansen@gmail.com","name":"Jon Hermansen"}],"excerpt":"Run builds inside a docker container, defined by a Docker image or Dockerfile stored in project SCM.","gav":"com.cloudbees.jenkins.plugins:docker-custom-build-environment:1.7.3","labels":[],"name":"docker-custom-build-environment","previousTimestamp":"2016-02-18T10:34:43.00Z","previousVersion":"1.6.5","releaseTimestamp":"2018-02-20T03:14:31.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/docker-custom-build-environment-plugin","sha1":"7X2vooVfAsCoHEpfGiiKX9bucRU=","sha256":"WD3cTKPpMtQxN4n1rDv7L+8/AKmn8qKG/NQH8Mmc/lg=","title":"CloudBees Docker Custom Build Environment","url":"http://updates.jenkins-ci.org/download/plugins/docker-custom-build-environment/1.7.3/docker-custom-build-environment.hpi","version":"1.7.3","wiki":"https://plugins.jenkins.io/docker-custom-build-environment"},"docker-java-api":{"buildDate":"Oct 17, 2017","dependencies":[{"name":"jackson2-api","optional":false,"version":"2.6.4"}],"developers":[{"developerId":"nicolas"}],"excerpt":"This plugin provides docker-java<\/a> API for other plugins.","gav":"org.jenkins-ci.plugins:docker-java-api:3.0.14","labels":[],"name":"docker-java-api","previousTimestamp":"2017-09-11T17:59:02.00Z","previousVersion":"3.0.13","releaseTimestamp":"2017-10-17T06:29:41.00Z","requiredCore":"1.609.1","scm":"https://github.com/jenkinsci/docker-java-api-plugin","sha1":"aMmr5lVLUw6sCmX5bebVJbf216I=","sha256":"FKSPkJKGPHaAyTnDFj2VOeO2b44nf75MDiamjMYMS6A=","title":"Docker API","url":"http://updates.jenkins-ci.org/download/plugins/docker-java-api/3.0.14/docker-java-api.hpi","version":"3.0.14","wiki":"https://plugins.jenkins.io/docker-java-api"},"docker-plugin":{"buildDate":"Jul 10, 2019","compatibleSinceVersion":"0.17","dependencies":[{"name":"workflow-api","optional":true,"version":"2.23.1"},{"name":"workflow-cps","optional":true,"version":"2.41"},{"name":"workflow-durable-task-step","optional":true,"version":"2.17"},{"name":"workflow-job","optional":true,"version":"2.12.2"},{"name":"workflow-step-api","optional":true,"version":"2.14"},{"name":"workflow-support","optional":true,"version":"2.16"},{"name":"apache-httpcomponents-client-4-api","optional":false,"version":"4.5.3-2.0"},{"name":"bouncycastle-api","optional":false,"version":"2.16.2"},{"name":"docker-commons","optional":false,"version":"1.9"},{"name":"docker-java-api","optional":false,"version":"3.0.14"},{"name":"durable-task","optional":false,"version":"1.16"},{"name":"script-security","optional":true,"version":"1.36"},{"name":"ssh-slaves","optional":false,"version":"1.22"},{"name":"token-macro","optional":false,"version":"2.3"}],"developers":[{"developerId":"ndeloof","name":"Nicolas De Loof"}],"excerpt":"This plugin integrates Jenkins with Docker<\/a>","gav":"io.jenkins.docker:docker-plugin:1.1.7","labels":["cloud","cluster"],"name":"docker-plugin","previousTimestamp":"2019-02-07T17:17:37.00Z","previousVersion":"1.1.6","releaseTimestamp":"2019-07-10T12:53:21.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/docker-plugin","sha1":"wQHeYUm3J1qhdscZLeUc25stJec=","sha256":"+NtRdQlFyxQ9HjG+MrlmjR9oxi6NlMNU9AXBe7W6u+8=","title":"Docker","url":"http://updates.jenkins-ci.org/download/plugins/docker-plugin/1.1.7/docker-plugin.hpi","version":"1.1.7","wiki":"https://plugins.jenkins.io/docker-plugin"},"docker-slaves":{"buildDate":"Jul 24, 2017","dependencies":[{"name":"workflow-support","optional":true,"version":"2.2"},{"name":"docker-commons","optional":false,"version":"1.3.1"},{"name":"durable-task","optional":true,"version":"1.12"},{"name":"workflow-step-api","optional":true,"version":"2.3"}],"developers":[{"developerId":"ndeloof","email":"nicolas.deloof@gmail.com","name":"Nicolas De Loof"},{"developerId":"ydubreuil","email":"yoann.dubreuil@gmail.com","name":"Yoann Dubreuil"}],"excerpt":"Uses Docker<\/a> containers to run Jenkins build agents.","gav":"io.jenkins.plugins:docker-slaves:1.0.7","labels":[],"name":"docker-slaves","previousTimestamp":"2016-12-13T08:10:16.00Z","previousVersion":"1.0.6","releaseTimestamp":"2017-07-24T15:19:25.00Z","requiredCore":"1.651.2","scm":"https://github.com/jenkinsci/docker-slaves-plugin","sha1":"szOSQZPG+7hvCbn306JphF6JgJg=","sha256":"DI0tpxuEJbFtJfbJSSTxHvHiOPcm5MPdLHPHy6Cws9g=","title":"Docker Slaves","url":"http://updates.jenkins-ci.org/download/plugins/docker-slaves/1.0.7/docker-slaves.hpi","version":"1.0.7","wiki":"https://plugins.jenkins.io/docker-slaves"},"docker-swarm":{"buildDate":"Dec 20, 2018","dependencies":[{"name":"docker-commons","optional":false,"version":"1.9"},{"name":"docker-java-api","optional":false,"version":"3.0.14"},{"name":"durable-task","optional":false,"version":"1.16"}],"developers":[{"developerId":"sgaddipati"}],"excerpt":"Docker swarm cloud plugin.","gav":"org.jenkins-ci.plugins:docker-swarm:1.6","labels":[],"name":"docker-swarm","previousTimestamp":"2018-03-22T12:57:48.00Z","previousVersion":"1.5","releaseTimestamp":"2018-12-20T15:55:13.00Z","requiredCore":"2.76","scm":"https://github.com/jenkinsci/docker-swarm-plugin","sha1":"/fWqoPMtVnf01oITfEe87CpdMCc=","sha256":"fFaJuhqATEs/FT0cWnmXikHyqnQiMAIU/h2Xj4UsnTU=","title":"Docker Swarm","url":"http://updates.jenkins-ci.org/download/plugins/docker-swarm/1.6/docker-swarm.hpi","version":"1.6","wiki":"https://plugins.jenkins.io/docker-swarm"},"docker-traceability":{"buildDate":"Jul 01, 2016","dependencies":[{"name":"docker-commons","optional":false,"version":"1.0"}],"developers":[{"developerId":"nenashev"}],"excerpt":"Provides an ability to trace server deployments via fingerprints","gav":"org.jenkins-ci.plugins:docker-traceability:1.2","labels":[],"name":"docker-traceability","previousTimestamp":"2015-08-19T08:52:52.00Z","previousVersion":"1.1","releaseTimestamp":"2016-07-01T13:41:56.00Z","requiredCore":"1.565.3","scm":"https://github.com/jenkinsci/docker-traceability-plugin","sha1":"UBvX8G1Pr7ueOdM1GJRPsOQUIts=","sha256":"7giZffZVF/tbKz6JmiAVzcvGg3t1EQM32yXuYe5GHsU=","title":"CloudBees Docker Traceability","url":"http://updates.jenkins-ci.org/download/plugins/docker-traceability/1.2/docker-traceability.hpi","version":"1.2","wiki":"https://plugins.jenkins.io/docker-traceability"},"docker-workflow":{"buildDate":"Aug 02, 2019","dependencies":[{"name":"workflow-api","optional":false,"version":"2.8"},{"name":"workflow-basic-steps","optional":false,"version":"2.3"},{"name":"workflow-cps","optional":false,"version":"2.25"},{"name":"workflow-durable-task-step","optional":false,"version":"2.8"},{"name":"workflow-step-api","optional":false,"version":"2.18"},{"name":"workflow-support","optional":false,"version":"2.12"},{"name":"docker-commons","optional":false,"version":"1.14"},{"name":"script-security","optional":false,"version":"1.25"}],"developers":[{"developerId":"dnusbaum"}],"excerpt":"Build and use Docker containers from pipelines.","gav":"org.jenkins-ci.plugins:docker-workflow:1.19","labels":["deployment","devops"],"minimumJavaVersion":"1.8","name":"docker-workflow","previousTimestamp":"2019-04-02T18:47:36.00Z","previousVersion":"1.18","releaseTimestamp":"2019-08-02T21:33:26.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/docker-workflow-plugin","sha1":"r8IiPp9pxd9SuSYVEkKgxyBh7d4=","sha256":"/LQjvpzjpIGqUqMePnnXVtz0IpK4hKE/rGLoTGHENXM=","title":"Docker Pipeline","url":"http://updates.jenkins-ci.org/download/plugins/docker-workflow/1.19/docker-workflow.hpi","version":"1.19","wiki":"https://plugins.jenkins.io/docker-workflow"},"dockerhub-notification":{"buildDate":"Mar 28, 2019","dependencies":[{"name":"async-http-client","optional":false,"version":"1.7.8"},{"name":"docker-commons","optional":false,"version":"1.0"}],"developers":[{"developerId":"rsandell"}],"excerpt":"Integrates Jenkins with DockerHub<\/a> and Docker Registry","gav":"org.jenkins-ci.plugins:dockerhub-notification:2.4.0","labels":[],"name":"dockerhub-notification","previousTimestamp":"2018-07-12T08:48:00.00Z","previousVersion":"2.3.0","releaseTimestamp":"2019-03-28T15:31:41.00Z","requiredCore":"1.580.1","scm":"https://github.com/jenkinsci/dockerhub-notification-plugin","sha1":"CXc0x5GymtXsPyRUTzAnWCBOYA0=","sha256":"QY73O2BXGP3CRYHFKAmO7ebg0UcuidvGnI2unFzWeg4=","title":"CloudBees Docker Hub/Registry Notification","url":"http://updates.jenkins-ci.org/download/plugins/dockerhub-notification/2.4.0/dockerhub-notification.hpi","version":"2.4.0","wiki":"https://plugins.jenkins.io/dockerhub-notification"},"doclinks":{"buildDate":"Mar 05, 2016","dependencies":[{"name":"maven-plugin","optional":true,"version":"1.466"},{"name":"javadoc","optional":true,"version":"1.0"}],"developers":[{"developerId":"sogabe","email":"s.sogabe@gmail.com","name":"Seiji Sogabe"},{"developerId":"ikedam","name":"IKEDA Yasuyuki"}],"excerpt":"This plugin allows you to publish documents that are created in the build step.","gav":"org.jenkinsci.plugins:doclinks:0.6.1","labels":["ui","post-build"],"name":"doclinks","previousTimestamp":"2013-09-28T04:00:10.00Z","previousVersion":"0.6","releaseTimestamp":"2016-03-05T01:23:25.00Z","requiredCore":"1.466","scm":"https://github.com/jenkinsci/doclinks-plugin","sha1":"QdyVxdJ0IMOwKERa2pDOAi9iSfQ=","sha256":"XrQrZ8tKY4ShmY8Gu56G+NrLolZTTPnGYDXSwHZuOgU=","title":"DocLinks","url":"http://updates.jenkins-ci.org/download/plugins/doclinks/0.6.1/doclinks.hpi","version":"0.6.1","wiki":"https://plugins.jenkins.io/doclinks"},"doktor":{"buildDate":"Apr 10, 2019","compatibleSinceVersion":"2.60.1","dependencies":[{"name":"credentials","optional":false,"version":"2.1.5"},{"name":"workflow-step-api","optional":false,"version":"2.12"}],"developers":[{"developerId":"madhead","email":"siarhei.krukau@gmail.com","name":"Siarhei Krukau"}],"excerpt":"Jenkins plugin for automated documentation uploading to Confluence.","gav":"by.dev.madhead.doktor:doktor:0.4.1","labels":[],"name":"doktor","previousTimestamp":"2019-04-10T22:45:48.00Z","previousVersion":"0.4.0","releaseTimestamp":"2019-04-10T22:43:34.00Z","requiredCore":"2.60.1","scm":"https://github.com/jenkinsci/doktor-plugin","sha1":"MTtog8onDUKMFzhIwe9nx9TPF2M=","sha256":"eLOB7ZYtFOxizsNixIFhr4AySC2Q5fks2P9cjJjy2l4=","title":"Doktor","url":"http://updates.jenkins-ci.org/download/plugins/doktor/0.4.1/doktor.hpi","version":"0.4.1","wiki":"https://plugins.jenkins.io/doktor"},"dos-trigger":{"buildDate":"Aug 20, 2011","dependencies":[],"developers":[{"developerId":"pellet","email":"benpettit@digimulti.com","name":"Ben Pettit"},{"developerId":"tombrus","email":"tombrus@gmail.com","name":"Tom Brus"}],"excerpt":"This plugin triggers a build with a DOS script, it allows for the use of build parameters and build_number as environment variables.","gav":"org.jenkins-ci.plugins:dos-trigger:1.23","labels":["trigger"],"name":"dos-trigger","previousTimestamp":"2011-06-02T07:41:39.00Z","previousVersion":"1.21","releaseTimestamp":"2011-08-20T17:46:01.00Z","requiredCore":"1.398","scm":"https://github.com/jenkinsci/dos-trigger-plugin","sha1":"snUuDMD0Djp+KIkiskFF5DK5qkY=","sha256":"R3jTN6TeQwXmgZucz2TqkQIf/s+Gw/VMy+gODrwH/Ys=","title":"DOS Trigger","url":"http://updates.jenkins-ci.org/download/plugins/dos-trigger/1.23/dos-trigger.hpi","version":"1.23","wiki":"https://plugins.jenkins.io/dos-trigger"},"dotnet-as-script":{"buildDate":"May 04, 2017","dependencies":[{"name":"envinject","optional":false,"version":"1.93.1"}],"developers":[{"developerId":"ariel_lenis","email":"ariel.lenisd@gmail.com","name":"Ariel Lenis"}],"excerpt":"This plugin ables you to execute your c# code as a jenkins build step.","gav":"org.jenkins-ci.plugins:dotnet-as-script:1.0.2","labels":[],"name":"dotnet-as-script","previousTimestamp":"2017-05-04T05:42:26.00Z","previousVersion":"1.0.1","releaseTimestamp":"2017-05-04T05:55:43.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/dotnet-as-script-plugin","sha1":"5KdMmfm5nLD4WfWG1gUQUU99Tko=","sha256":"p4me030YPKDxlZj2OgGB64Y23XiAqO6TepmmgOfyEz4=","title":"DotNet as Script","url":"http://updates.jenkins-ci.org/download/plugins/dotnet-as-script/1.0.2/dotnet-as-script.hpi","version":"1.0.2","wiki":"https://plugins.jenkins.io/dotnet-as-script"},"downstream-build-cache":{"buildDate":"Feb 13, 2019","dependencies":[],"developers":[{"developerId":"GustafL","email":"gustaf.lundh@axis.com","name":"Gustaf Lundh"}],"excerpt":"Maintains a cache of the upstream / downstream build relationships and makes it available for other plugins.","gav":"com.axis.system.jenkins.plugins.downstream:downstream-build-cache:1.3","labels":[],"name":"downstream-build-cache","previousTimestamp":"2018-11-05T20:32:37.00Z","previousVersion":"1.2","releaseTimestamp":"2019-02-13T10:30:53.00Z","requiredCore":"2.73.3","scm":"https://github.com/jenkinsci/downstream-build-cache-plugin","sha1":"Auhkl2QtaQPwCI010vJpIlMD/4c=","sha256":"zWTCaTmrR1x3tiKOsPcd6rmW+C3/vophZ3mPgUA2Eg4=","title":"Downstream Build Cache","url":"http://updates.jenkins-ci.org/download/plugins/downstream-build-cache/1.3/downstream-build-cache.hpi","version":"1.3","wiki":"https://plugins.jenkins.io/downstream-build-cache"},"downstream-buildview":{"buildDate":"Dec 17, 2013","dependencies":[],"developers":[{"developerId":"shinodkm","email":"shinodkm@gmail.com","name":"Shinod Mohandas"},{"email":"rajesh.nair.mit@gmail.com","name":"Rajesh Nair"}],"excerpt":"This plug-in allows you to view the full status all the downstream builds so that we can graphically see that everything for this build has been completed successfully.","gav":"org.jvnet.hudson.plugins:downstream-buildview:1.9","labels":["report","ui","misc"],"name":"downstream-buildview","previousTimestamp":"2012-08-02T16:28:18.00Z","previousVersion":"1.8","releaseTimestamp":"2013-12-17T19:20:12.00Z","requiredCore":"1.509.3","scm":"https://github.com/jenkinsci/downstream-buildview-plugin","sha1":"Tfl5EwdGNOhSBd0xAery6AHSXns=","sha256":"4JlodhJzpUunOJscCKjGJjqIdh0nyupKzOaZS0KOzjw=","title":"Downstream build view","url":"http://updates.jenkins-ci.org/download/plugins/downstream-buildview/1.9/downstream-buildview.hpi","version":"1.9","wiki":"https://plugins.jenkins.io/downstream-buildview"},"downstream-ext":{"buildDate":"Feb 21, 2013","dependencies":[],"developers":[{"developerId":"kutzi","email":"kutzi@gmx.de","name":"Christoph Kutzinski"}],"excerpt":"This plugin provides extended options for triggering downstream projects.","gav":"org.jenkins-ci.plugins:downstream-ext:1.8","labels":["trigger"],"name":"downstream-ext","previousTimestamp":"2012-02-10T00:51:44.00Z","previousVersion":"1.7","releaseTimestamp":"2013-02-21T19:55:30.00Z","requiredCore":"1.480","scm":"https://github.com/jenkinsci/downstream-ext-plugin","sha1":"gVRq3RRFf6E0NQZ2usamwUMYgdc=","sha256":"FGJPIvOrlkgqzDa+tcjZl9skLlYNNFv1dtYLdBd/AgI=","title":"Downstream-Ext","url":"http://updates.jenkins-ci.org/download/plugins/downstream-ext/1.8/downstream-ext.hpi","version":"1.8","wiki":"https://plugins.jenkins.io/downstream-ext"},"doxygen":{"buildDate":"Nov 20, 2015","dependencies":[],"developers":[{"developerId":"gbois","name":"Gregory Boissinot"}],"excerpt":"This plugin publishes the reports generated by the Doxygen<\/a> tool.","gav":"org.jenkins-ci.plugins:doxygen:0.18","labels":["builder"],"name":"doxygen","previousTimestamp":"2015-08-09T22:45:11.00Z","previousVersion":"0.17","releaseTimestamp":"2015-11-20T22:04:55.00Z","requiredCore":"1.447","scm":"https://github.com/jenkinsci/doxygen-plugin","sha1":"QScb6p5mM+V9mwuXSNQwHf34NqQ=","sha256":"8e4xGhUrQCAxZRdL7+xTQPLyn8NkO/n/CEE6xiPO4P0=","title":"Doxygen","url":"http://updates.jenkins-ci.org/download/plugins/doxygen/0.18/doxygen.hpi","version":"0.18","wiki":"https://plugins.jenkins.io/doxygen"},"drecycler":{"buildDate":"Dec 11, 2014","dependencies":[],"developers":[{"developerId":"mthak","email":"mthakkar@cloudera.com","name":"Manoj Thakkar"}],"excerpt":"This plugin is to check the disk usage of your node","gav":"com.cloudera.diskrecycler:drecycler:0.20","labels":[],"name":"drecycler","releaseTimestamp":"2014-12-11T22:51:16.00Z","requiredCore":"1.532.3","scm":"https://github.com/jenkinsci/diskcheck-plugin","sha1":"ThQIqbRRFj7T4O7qo8fotcSBV+0=","sha256":"raMTo47C9cKpQAqIAvZJdVwkgj47WWp4287q8C+OsIE=","title":"drecycler","url":"http://updates.jenkins-ci.org/download/plugins/drecycler/0.20/drecycler.hpi","version":"0.20","wiki":"https://plugins.jenkins.io/drecycler"},"drmemory-plugin":{"buildDate":"Aug 09, 2018","dependencies":[{"name":"job-dsl","optional":true,"version":"1.37"}],"developers":[{"developerId":"OEHC","name":"Oliver Emil Harritslev Christensen"}],"excerpt":"This plugin integrates Dr. Memory reports to Jenkins.","gav":"net.praqma:drmemory-plugin:1.12","labels":["report","builder","post-build"],"name":"drmemory-plugin","previousTimestamp":"2018-08-09T10:32:15.00Z","previousVersion":"1.11","releaseTimestamp":"2018-08-09T12:42:03.00Z","requiredCore":"2.19.4","scm":"https://github.com/jenkinsci/drmemory-plugin","sha1":"0w/k3/77NG+aLQa9FYuh/aRFlzc=","sha256":"hXuPmKFwAzzMW7k6IX99V+CbnzjX0+Gv4zdzy2YiDEs=","title":"Dr. Memory","url":"http://updates.jenkins-ci.org/download/plugins/drmemory-plugin/1.12/drmemory-plugin.hpi","version":"1.12","wiki":"https://plugins.jenkins.io/drmemory-plugin"},"dropdown-viewstabbar-plugin":{"buildDate":"Oct 16, 2015","dependencies":[],"developers":[{"developerId":"jieryn","email":"jieryn@gmail.com","name":"Jesse Farinacci"},{"developerId":"michael1010","email":"fussball89@online.de","name":"Michael"}],"excerpt":"The Drop Down ViewsTabBar Plugin<\/a> provides an alternate rendering of the Views bar which runs along the top of all views. This plugin is useful for instances which have a very large number of views and want a compact rendering.","gav":"org.jenkins-ci.plugins:dropdown-viewstabbar-plugin:1.7","labels":["misc","ui"],"name":"dropdown-viewstabbar-plugin","previousTimestamp":"2012-07-22T22:19:13.00Z","previousVersion":"1.6","releaseTimestamp":"2015-10-16T18:55:08.00Z","requiredCore":"1.546","scm":"https://github.com/jenkinsci/dropdown-viewstabbar-plugin","sha1":"JGVb1+mjI1ltk2E/8jio0gvh59M=","sha256":"UM3inXDUwBL/Hr/Kyg6b1RjQVIGt/36cWFd+AgYabqo=","title":"Drop Down ViewsTabBar","url":"http://updates.jenkins-ci.org/download/plugins/dropdown-viewstabbar-plugin/1.7/dropdown-viewstabbar-plugin.hpi","version":"1.7","wiki":"https://plugins.jenkins.io/dropdown-viewstabbar-plugin"},"drupal-developer":{"buildDate":"Aug 12, 2016","dependencies":[{"name":"scm-api","optional":false,"version":"0.2"}],"developers":[{"developerId":"fengtan","name":"Fengtan"}],"excerpt":"Review code and run tests on Drupal<\/a>.","gav":"org.jenkins-ci.plugins:drupal-developer:0.8","labels":["external"],"name":"drupal-developer","previousTimestamp":"2015-09-05T06:41:07.00Z","previousVersion":"0.6","releaseTimestamp":"2016-08-12T18:19:50.00Z","requiredCore":"1.580","scm":"https://github.com/jenkinsci/drupal-developer-plugin","sha1":"xFE+F5Y8s0hSO4TBtXzHNxYEq9s=","sha256":"kLFhfHJ7K6UZx75M6pE9OsITuRd+dhLF0t6tjf+UJNI=","title":"Drupal Developer","url":"http://updates.jenkins-ci.org/download/plugins/drupal-developer/0.8/drupal-developer.hpi","version":"0.8","wiki":"https://plugins.jenkins.io/drupal-developer"},"dry":{"buildDate":"Dec 21, 2018","dependencies":[{"name":"maven-plugin","optional":false,"version":"2.17"},{"name":"dashboard-view","optional":true,"version":"2.9.4"},{"name":"matrix-project","optional":false,"version":"1.7.1"},{"name":"token-macro","optional":true,"version":"2.1"},{"name":"analysis-core","optional":false,"version":"1.94"}],"developers":[{"developerId":"drulli","email":"ullrich.hafner@gmail.com","name":"Ulli Hafner"}],"excerpt":"The DRY plug-in reached end-of-life. All functionality has been integrated into the Warnings Next Generation Plugin<\/a>.","gav":"org.jvnet.hudson.plugins:dry:3.0.0","labels":["maven","report"],"name":"dry","previousTimestamp":"2018-01-12T14:16:25.00Z","previousVersion":"2.50","releaseTimestamp":"2018-12-21T13:45:21.00Z","requiredCore":"1.625.1","scm":"https://github.com/jenkinsci/dry-plugin","sha1":"X3qLyDiTZvY8E1jSff1OPReMfnY=","sha256":"iYe83bkM1p5FMgjGLxh8C++fXxA2jOjXVbog9jh1e/o=","title":"DRY","url":"http://updates.jenkins-ci.org/download/plugins/dry/3.0.0/dry.hpi","version":"3.0.0","wiki":"https://plugins.jenkins.io/dry"},"dry-run":{"buildDate":"Sep 16, 2012","dependencies":[{"name":"maven-plugin","optional":false,"version":"1.410"}],"developers":[{"developerId":"gbois","email":"gregory.boissinot@gmail.com","name":"Gregory Boissinot"}],"excerpt":"This plug-in makes it possible a execute a dry-run for the job.","gav":"org.jenkins-ci.plugins:dry-run:0.9","labels":[],"name":"dry-run","previousTimestamp":"2012-02-06T16:17:54.00Z","previousVersion":"0.8","releaseTimestamp":"2012-09-16T20:41:53.00Z","requiredCore":"1.410","scm":"https://github.com/jenkinsci/dry-run-plugin","sha1":"4BuqvLI+ZnTPD/TKFZvglOTOcr8=","sha256":"6XP3yAqHDzHZWzVN3fwKk++1zLhlk/ZlMTDQNmTYxRM=","title":"Dry Run","url":"http://updates.jenkins-ci.org/download/plugins/dry-run/0.9/dry-run.hpi","version":"0.9","wiki":"https://plugins.jenkins.io/dry-run"},"dtkit":{"buildDate":"Oct 27, 2015","dependencies":[],"developers":[{"developerId":"gbois","email":"gregory.boissinot@gmail.com","name":"Gregory Boissinot"}],"excerpt":"This plugin provides converts reports in one format to a another format.","gav":"org.jenkins-ci.plugins:dtkit:2.1.3","labels":["builder"],"name":"dtkit","previousTimestamp":"2015-07-17T07:05:05.00Z","previousVersion":"2.1.2","releaseTimestamp":"2015-10-27T22:12:16.00Z","requiredCore":"1.480","scm":"https://github.com/jenkinsci/dtkit-plugin","sha1":"v3ngA6iTPj3z92hL6j6kwa4OCb0=","sha256":"wYn8rmUqb9qsFJOjQUxFeJKxnSeyffkb02QOAGOzcwI=","title":"DTKit","url":"http://updates.jenkins-ci.org/download/plugins/dtkit/2.1.3/dtkit.hpi","version":"2.1.3","wiki":"https://plugins.jenkins.io/dtkit"},"dtkit-api":{"buildDate":"Jun 27, 2019","dependencies":[],"developers":[{"developerId":"nikolasfalco"}],"excerpt":"This plugin exposes the DTKit 2 APIs to other Jenkins plugins.","gav":"org.jenkins-ci.plugins:dtkit-api:2.1.1-1","labels":[],"minimumJavaVersion":"1.8","name":"dtkit-api","previousTimestamp":"2019-06-11T20:54:07.00Z","previousVersion":"2.1.1","releaseTimestamp":"2019-06-27T02:05:18.00Z","requiredCore":"2.138.4","scm":"https://github.com/jenkinsci/dtkit-plugin","sha1":"XNpHITUyb2XU8bs0M6nXAquI1e0=","sha256":"URsg1miLhGxmz/LDafb8Sv5vclgsskWM4Y5nNFoTzWg=","title":"DTKit 2 API","url":"http://updates.jenkins-ci.org/download/plugins/dtkit-api/2.1.1-1/dtkit-api.hpi","version":"2.1.1-1","wiki":"https://plugins.jenkins.io/dtkit-api"},"dumpinfo-buildwrapper-plugin":{"buildDate":"Jan 30, 2011","dependencies":[],"developers":[{"developerId":"jieryn","email":"jieryn@gmail.com","name":"Jesse Farinacci"}],"excerpt":"The Dump Info BuildWrapper Plugin<\/a> allows jobs to automatically dump some important Hudson-specific information into the job log.","gav":"org.jvnet.hudson.plugins:dumpinfo-buildwrapper-plugin:1.1","labels":["buildwrapper","misc"],"name":"dumpinfo-buildwrapper-plugin","previousTimestamp":"2011-01-28T01:02:29.00Z","previousVersion":"1.0","releaseTimestamp":"2011-01-30T14:41:19.00Z","requiredCore":"1.398","scm":"https://github.com/jenkinsci/dumpinfo-buildwrapper-plugin","sha1":"92iZEr3drLGGGRUKgrRjVdExraQ=","sha256":"v/IhCVrDedpxCUJBfBzHYYBW8UhyBXTb4yZNjk2hJoQ=","title":"Dump Info BuildWrapper","url":"http://updates.jenkins-ci.org/download/plugins/dumpinfo-buildwrapper-plugin/1.1/dumpinfo-buildwrapper-plugin.hpi","version":"1.1","wiki":"https://plugins.jenkins.io/dumpinfo-buildwrapper-plugin"},"dumpling":{"buildDate":"Dec 09, 2016","dependencies":[],"developers":[{"developerId":"ogondza"}],"excerpt":"","gav":"org.jenkins-ci.plugins:dumpling:2.2","labels":[],"name":"dumpling","previousTimestamp":"2016-07-18T14:53:18.00Z","previousVersion":"2.1","releaseTimestamp":"2016-12-09T12:39:06.00Z","requiredCore":"1.580","scm":"https://github.com/jenkinsci/dumpling-plugin","sha1":"KEuqHp7XILDtDLjfzqtMwotMmKw=","sha256":"72vNYGyTdvLK+EwjYrldCHZ3dxyYMEVSRYIewgYaqb4=","title":"Use Dumpling from Jenkins groovy scripts","url":"http://updates.jenkins-ci.org/download/plugins/dumpling/2.2/dumpling.hpi","version":"2.2","wiki":"https://plugins.jenkins.io/dumpling"},"durable-task":{"buildDate":"Jul 05, 2019","dependencies":[],"developers":[{"developerId":"dnusbaum"}],"excerpt":"Library offering an extension point for processes which can run outside of Jenkins yet be monitored.","gav":"org.jenkins-ci.plugins:durable-task:1.30","labels":["builder"],"minimumJavaVersion":"1.7","name":"durable-task","previousTimestamp":"2019-01-31T18:59:35.00Z","previousVersion":"1.29","releaseTimestamp":"2019-07-05T19:22:54.00Z","requiredCore":"2.7.3","scm":"https://github.com/jenkinsci/durable-task-plugin","sha1":"S0rmDQ8jxcGB/80EsRacql8+EXU=","sha256":"WAwipyGLDz/NmgcFu6S5GeCNPiPbR4NCY02O2BIrx+0=","title":"Durable Task","url":"http://updates.jenkins-ci.org/download/plugins/durable-task/1.30/durable-task.hpi","version":"1.30","wiki":"https://plugins.jenkins.io/durable-task"},"dynamic-axis":{"buildDate":"Dec 07, 2014","dependencies":[],"developers":[{"developerId":"kckane","email":"kckane@silvermaplesolutions.ca","name":"Kevin Kane"}],"excerpt":"Define a matrix build axis with values dynamically populated from an environment variable at build time.","gav":"org.jenkins-ci.plugins:dynamic-axis:1.0.3","labels":["buildwrapper"],"name":"dynamic-axis","previousTimestamp":"2013-10-30T02:30:51.00Z","previousVersion":"1.0.2","releaseTimestamp":"2014-12-07T09:43:39.00Z","requiredCore":"1.477","scm":"https://github.com/jenkinsci/dynamic-axis-plugin","sha1":"6d0Th1UYjoA+loQdZSn4KbXHcck=","sha256":"c/VnW82mAVWEt6m7/4J6xMtyQFX6I9ZdFo52obVN6NU=","title":"Dynamic Axis","url":"http://updates.jenkins-ci.org/download/plugins/dynamic-axis/1.0.3/dynamic-axis.hpi","version":"1.0.3","wiki":"https://plugins.jenkins.io/dynamic-axis"},"dynamic-search-view":{"buildDate":"Feb 27, 2018","dependencies":[],"developers":[{"developerId":"oleg_nenashev","email":"o.v.nenashev@gmail.com","name":"Oleg Nenashev"}],"excerpt":"Provides a View, which allows to set search filters directly on the main page.","gav":"com.synopsys.arc.jenkinsci:dynamic-search-view:0.3.0","labels":["ui","view"],"name":"dynamic-search-view","previousTimestamp":"2015-09-27T19:16:35.00Z","previousVersion":"0.2.2","releaseTimestamp":"2018-02-27T07:52:37.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/dynamic-search-view-plugin","sha1":"ty8xsgJ4YTF7M8aK8dJYdYYj1t4=","sha256":"b1G93gLBs1zVFM/II4uXvd9IBJkqEIzWIJ1RGDLAnxg=","title":"Dynamic Search View","url":"http://updates.jenkins-ci.org/download/plugins/dynamic-search-view/0.3.0/dynamic-search-view.hpi","version":"0.3.0","wiki":"https://plugins.jenkins.io/dynamic-search-view"},"dynamic_extended_choice_parameter":{"buildDate":"Mar 27, 2014","dependencies":[{"name":"role-strategy","optional":false,"version":"2.1.0"},{"name":"subversion","optional":false,"version":"1.54"}],"developers":[{"developerId":"rgs","name":"RGS"}],"excerpt":"This plugin is a sample plugin to explain how to write a Hudson plugin.","gav":"com.moded.extendedchoiceparameter:dynamic_extended_choice_parameter:1.0.1","labels":[],"name":"dynamic_extended_choice_parameter","previousTimestamp":"2014-03-24T11:14:51.00Z","previousVersion":"1.0.0","releaseTimestamp":"2014-03-27T08:19:20.00Z","requiredCore":"1.548","scm":"https://github.com/jenkinsci/dynamic-extended-choice-parameter-plugin","sha1":"UD7Yice45ZWUQnFWjhMkxjBeqMI=","sha256":"I0ebiioKauf7Cmyl0w6QdsplVtHsLKxlKp3wwRnPkpM=","title":"Dynamic Extended Choice Parameter","url":"http://updates.jenkins-ci.org/download/plugins/dynamic_extended_choice_parameter/1.0.1/dynamic_extended_choice_parameter.hpi","version":"1.0.1","wiki":"https://plugins.jenkins.io/dynamic_extended_choice_parameter"},"dynatrace-dashboard":{"buildDate":"Sep 03, 2019","dependencies":[{"name":"workflow-job","optional":false,"version":"2.6"},{"name":"workflow-basic-steps","optional":false,"version":"2.6"},{"name":"workflow-cps","optional":false,"version":"2.0"}],"developers":[{"developerId":"dynatrace","email":"Jenkins.Plugin@dynatrace.com","name":"Dynatrace Development Team"},{"developerId":"dariusz.glugla","email":"dariusz.glugla@dynatrace.com","name":"Dariusz Glugla"},{"developerId":"piotr.lugowski","email":"piotr.lugowski@dynatrace.com","name":"Piotr Lugowski"}],"excerpt":"Allows Dynatrace Application Monitoring test results to be published.","gav":"org.jenkins-ci.plugins:dynatrace-dashboard:2.1.4","labels":["report"],"name":"dynatrace-dashboard","previousTimestamp":"2018-08-06T08:24:49.00Z","previousVersion":"2.1.3","releaseTimestamp":"2019-09-03T06:39:02.00Z","requiredCore":"2.0","scm":"https://github.com/jenkinsci/dynatrace-plugin","sha1":"jMvrzHzwKiqKhiiKgrD5zExKG0Q=","sha256":"K8uz77w6owwan2cnO7S+igtO4Pq/PQcvo6vlH7I6cxU=","title":"Dynatrace Application Monitoring","url":"http://updates.jenkins-ci.org/download/plugins/dynatrace-dashboard/2.1.4/dynatrace-dashboard.hpi","version":"2.1.4","wiki":"https://plugins.jenkins.io/dynatrace-dashboard"},"eagle-tester":{"buildDate":"May 23, 2018","dependencies":[],"developers":[{"developerId":"mobileenerlytics","email":"support@mobileenerlytics.com","name":"Mobile Enerlytics"}],"excerpt":"Eagle tester plugin for Jenkins. Eagle tester allows Android app developers to test battery drain of their apps.","gav":"com.mobileenerlytics.eagle.tester:eagle-tester:1.0.9","labels":[],"name":"eagle-tester","previousTimestamp":"2018-05-10T00:46:11.00Z","previousVersion":"1.0.8","releaseTimestamp":"2018-05-23T00:46:36.00Z","requiredCore":"2.54","scm":"https://github.com/jenkinsci/eagle-tester-plugin","sha1":"xMla7FXV8onzZ5OUI8KJzshgMzY=","sha256":"ZfpixKmSGRQNvDca2Jg7UkfoYeu0Seq5bYRaYk0FkSs=","title":"Eagle Tester","url":"http://updates.jenkins-ci.org/download/plugins/eagle-tester/1.0.9/eagle-tester.hpi","version":"1.0.9","wiki":"https://plugins.jenkins.io/eagle-tester"},"ease-plugin":{"buildDate":"Mar 06, 2019","dependencies":[{"name":"workflow-step-api","optional":false,"version":"2.1"},{"name":"credentials","optional":false,"version":"2.1.18"},{"name":"plain-credentials","optional":false,"version":"1.4"}],"developers":[{"developerId":"oleksiyp","email":"oleksiy.pylypenko@gmail.com","name":"Oleksiy Pylypenko"},{"developerId":"kwilson6744","email":"kwilson@apperian.com","name":"Kevin Wilson"}],"excerpt":"This plugin adds the ability to upload Android, iOS, and Windows apps. Apperian platform info<\/a>","gav":"org.jenkins-ci.plugins:ease-plugin:2.2","labels":["upload"],"name":"ease-plugin","previousTimestamp":"2019-02-14T21:21:56.00Z","previousVersion":"2.1","releaseTimestamp":"2019-03-06T20:33:11.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/ease-plugin","sha1":"oHqNleV7HoLPUxILlT0R9Su9Bao=","sha256":"UPdkkjiEo63avaJKuAPebET7P+Vp3HypwraXENpDUiI=","title":"Arxan MAM Publisher","url":"http://updates.jenkins-ci.org/download/plugins/ease-plugin/2.2/ease-plugin.hpi","version":"2.2","wiki":"https://plugins.jenkins.io/ease-plugin"},"easyqa":{"buildDate":"Jun 02, 2017","dependencies":[{"name":"script-security","optional":false,"version":"1.27"}],"developers":[{"developerId":"yana-gusti","email":"yana.gusti@gmail.com","name":"Yana Gusti"}],"excerpt":"This plugin integrates Jenkins to EasyQA<\/a>","gav":"com.geteasyqa:easyqa:1.0","labels":[],"name":"easyqa","releaseTimestamp":"2017-06-02T11:29:59.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/easyqa-plugin","sha1":"km3KZInQ0aH8jpjzKpXu1PIoIcw=","sha256":"V0ko5AOX9Ipcx/3PAJssWMh840LfMpP/LxKX9tXTCvU=","title":"EasyQA","url":"http://updates.jenkins-ci.org/download/plugins/easyqa/1.0/easyqa.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/easyqa"},"ec2":{"buildDate":"Aug 10, 2019","compatibleSinceVersion":"1.45","dependencies":[{"name":"workflow-step-api","optional":false,"version":"2.19"},{"name":"apache-httpcomponents-client-4-api","optional":false,"version":"4.5.5-3.0"},{"name":"aws-credentials","optional":false,"version":"1.11"},{"name":"aws-java-sdk","optional":false,"version":"1.11.594"},{"name":"bouncycastle-api","optional":false,"version":"2.17"},{"name":"command-launcher","optional":false,"version":"1.2"},{"name":"node-iterator-api","optional":false,"version":"1.5.0"},{"name":"trilead-api","optional":false,"version":"1.0.3"}],"developers":[{"developerId":"thoulen","email":"fabrizio.manfredi@gmail.com","name":"F Manfred Furuholen"},{"developerId":"julienduchesne","email":"julienduchesne@live.com","name":"Julien Duchesne"},{"developerId":"jvz","email":"msicker@cloudbees.com","name":"Matt Sicker"}],"excerpt":"This plugin integrates Jenkins with Amazon EC2<\/a> or anything implementing the EC2 API's such as an Ubuntu.","gav":"org.jenkins-ci.plugins:ec2:1.45","labels":["cluster"],"minimumJavaVersion":"1.8","name":"ec2","previousTimestamp":"2019-06-26T15:10:35.00Z","previousVersion":"1.44.1","releaseTimestamp":"2019-08-10T17:41:38.00Z","requiredCore":"2.150.1","scm":"https://github.com/jenkinsci/ec2-plugin","sha1":"/tg+ubaNz0NdziEmVvCjALDW2G8=","sha256":"l/fzZZEJKJ6qCf5tdSMkbEARx50cGi8p1GpiO/Iqlso=","title":"Amazon EC2","url":"http://updates.jenkins-ci.org/download/plugins/ec2/1.45/ec2.hpi","version":"1.45","wiki":"https://plugins.jenkins.io/ec2"},"ec2-cloud-axis":{"buildDate":"Nov 20, 2013","dependencies":[{"name":"ec2","optional":false,"version":"1.19"}],"developers":[{"developerId":"ifnazar","name":"Igor Nazar"},{"developerId":"beothorn","name":"Lucas de Carvalho Bueno Santos"},{"developerId":"taksan","name":"Gabriel Takeuchi"}],"excerpt":"Adds an axis for matrix builds to run over an arbitrary number of EC2 instances, which will be dinamically allocated or reused if possible. Requires the EC2 plugin.","gav":"org.jenkins-ci.plugins:ec2-cloud-axis:1.2","labels":["slaves","cluster"],"name":"ec2-cloud-axis","previousTimestamp":"2013-11-07T22:39:54.00Z","previousVersion":"1.1","releaseTimestamp":"2013-11-20T01:15:28.00Z","requiredCore":"1.538","scm":"https://github.com/jenkinsci/ec2-cloud-axis-plugin","sha1":"BoUb6iDD9CBH2+u/WRNBn2bDpAM=","sha256":"U6mpXGiK+WNd3JZqc550G7JwKdUFnt6wgRKQS7SyJOc=","title":"ec2-cloud-axis","url":"http://updates.jenkins-ci.org/download/plugins/ec2-cloud-axis/1.2/ec2-cloud-axis.hpi","version":"1.2","wiki":"https://plugins.jenkins.io/ec2-cloud-axis"},"ec2-deployment-dashboard":{"buildDate":"May 13, 2015","dependencies":[{"name":"credentials","optional":false,"version":"1.16"},{"name":"cloudbees-credentials","optional":false,"version":"3.3"}],"developers":[{"developerId":"mdonkers","email":"miel.donkers@codecentric.nl","name":"Miel Donkers"},{"developerId":"marcelbirkner","email":"marcel.birkner@codecentric.de","name":"Marcel Birkner"},{"developerId":"guysbert","email":"andreas.houben@codecentric.de","name":"Andreas Houben"}],"excerpt":"","gav":"org.jenkins-ci.plugins:ec2-deployment-dashboard:1.0.10","labels":["misc","ui"],"name":"ec2-deployment-dashboard","previousTimestamp":"2015-05-12T14:05:06.00Z","previousVersion":"1.0.8","releaseTimestamp":"2015-05-13T21:26:06.00Z","requiredCore":"1.570","scm":"https://github.com/jenkinsci/ec2-deployment-dashboard","sha1":"YjNFoufUqWKJIzNHosJNc7gzwME=","sha256":"xebjHv92vRYVLLz5WpPLsCsXXECknHEy0+gyI3O7EZ4=","title":"Deployment Dashboard","url":"http://updates.jenkins-ci.org/download/plugins/ec2-deployment-dashboard/1.0.10/ec2-deployment-dashboard.hpi","version":"1.0.10","wiki":"https://plugins.jenkins.io/ec2-deployment-dashboard"},"ec2-fleet":{"buildDate":"Aug 10, 2019","dependencies":[{"name":"aws-credentials","optional":false,"version":"1.24"},{"name":"aws-java-sdk","optional":false,"version":"1.11.341"},{"name":"credentials","optional":false,"version":"2.1.19"},{"name":"jackson2-api","optional":false,"version":"2.7.3"},{"name":"ssh-slaves","optional":false,"version":"1.20"}],"developers":[{"developerId":"terma","email":"artem.stasuk@gmail.com","name":"Artem Stasiuk"},{"developerId":"schmutze","email":"schmutze@amazon.com","name":"Chad Schmutzer"}],"excerpt":"Use EC2 SpotFleet to launch builders","gav":"com.amazon.jenkins.fleet:ec2-fleet:1.10.2","labels":[],"name":"ec2-fleet","previousTimestamp":"2019-08-08T03:55:07.00Z","previousVersion":"1.10.1","releaseTimestamp":"2019-08-10T06:46:21.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/ec2-fleet-plugin","sha1":"3rpqrf6bapbaaqgTUqJcRb89Ps4=","sha256":"htGCcdFwtWmy5nV9go+eNsnyYOr5dds5owQN39vExuo=","title":"EC2 Fleet","url":"http://updates.jenkins-ci.org/download/plugins/ec2-fleet/1.10.2/ec2-fleet.hpi","version":"1.10.2","wiki":"https://plugins.jenkins.io/ec2-fleet"},"eclipse-update-site":{"buildDate":"Sep 27, 2012","dependencies":[],"developers":[{"developerId":"kohsuke"}],"excerpt":"This plugin exposes Eclipse update site by aggregating all the update sites provided by other plugins.","gav":"org.jenkins-ci.plugins:eclipse-update-site:1.2","labels":["library"],"name":"eclipse-update-site","previousTimestamp":"2012-09-12T01:28:41.00Z","previousVersion":"1.1","releaseTimestamp":"2012-09-27T22:54:57.00Z","requiredCore":"1.424","scm":"https://github.com/jenkinsci/eclipse-update-site-plugin","sha1":"rW1t3oyaM3X6hSUMXUT4lxoE3oE=","sha256":"rtz41W1mh2qVHoR8BaMqDXJvJxV8Pv2v9NJLh4r2LsU=","title":"Eclipse Update Site","url":"http://updates.jenkins-ci.org/download/plugins/eclipse-update-site/1.2/eclipse-update-site.hpi","version":"1.2","wiki":"https://plugins.jenkins.io/eclipse-update-site"},"ecs-publisher":{"buildDate":"Mar 11, 2019","dependencies":[],"developers":[{"developerId":"jthdev","email":"jan.thielscher@eacg.de","name":"Jan Thielscher"},{"developerId":"prizrack13","email":"prizrack13@mail.ru","name":"Varanytsia Anatolii"}],"excerpt":"This plugin allows you to publish project dependencies information to ECS<\/a>.
Install plugins<\/a> Supported plugins: NameVersioneacg-gmbh/ecs-composer<\/a>1.0.1 +ecs_bundler<\/a>1.0.1 +ecs-node-client<\/a>0.2.0 +","gav":"de.eacg:ecs-publisher:1.0.1","labels":[],"name":"ecs-publisher","previousTimestamp":"2017-09-12T13:30:27.00Z","previousVersion":"1.0.0","releaseTimestamp":"2019-03-11T12:07:30.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/ecs-publisher-plugin","sha1":"hRa8vAvHp4sahdLsOyuNNmAlm90=","sha256":"WUmxMUZypkvOpIKgZsED5eQ+Nc7Ci57XpQ/QUcKLgjk=","title":"ECS publisher","url":"http://updates.jenkins-ci.org/download/plugins/ecs-publisher/1.0.1/ecs-publisher.hpi","version":"1.0.1","wiki":"https://plugins.jenkins.io/ecs-publisher"},"ecutest":{"buildDate":"Jul 03, 2019","compatibleSinceVersion":"2.10.0","dependencies":[{"name":"icon-shim","optional":false,"version":"2.0.3"},{"name":"workflow-cps","optional":false,"version":"2.44"},{"name":"workflow-step-api","optional":false,"version":"2.14"},{"name":"credentials","optional":false,"version":"2.1.18"},{"name":"job-dsl","optional":true,"version":"1.67"},{"name":"jquery","optional":false,"version":"1.12.4-0"},{"name":"junit","optional":true,"version":"1.26.1"},{"name":"matrix-project","optional":false,"version":"1.13"},{"name":"script-security","optional":false,"version":"1.41"},{"name":"structs","optional":false,"version":"1.17"}],"developers":[{"developerId":"cpoenisch","email":"christian.poenisch@tracetronic.de","name":"Christian Pönisch"}],"excerpt":"This plugin integrates Jenkins with ECU-TEST<\/a> and generates reports on automated test execution.","gav":"de.tracetronic.jenkins.plugins:ecutest:2.10","labels":["builder","report","external"],"minimumJavaVersion":"1.8","name":"ecutest","previousTimestamp":"2019-06-14T13:38:46.00Z","previousVersion":"2.9","releaseTimestamp":"2019-07-03T13:08:29.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/ecutest-plugin","sha1":"nah8f0mGrLAOTGlp8llI6fpMajI=","sha256":"r991caDFSgTk47gPNlcFNyxahA9CL/qQQPXkS/KGiXY=","title":"TraceTronic ECU-TEST","url":"http://updates.jenkins-ci.org/download/plugins/ecutest/2.10/ecutest.hpi","version":"2.10","wiki":"https://plugins.jenkins.io/ecutest"},"eggplant-plugin":{"buildDate":"Apr 21, 2014","dependencies":[],"developers":[{"developerId":"gcampb2","email":"ann.campbell@shawinc.com","name":"G. Ann Campbell"},{"developerId":"jonathanosx","email":"jonathan.gillaspie@testplant.com","name":"Jonathan Gillaspie"},{"developerId":"allen_fisher","email":"allen.fisher@gmail.com","name":"Allen Fisher"},{"developerId":"ryantestplant","email":"ryan.daubert@testplant.com","name":"Ryan Daubert"},{"developerId":"iantestplant","email":"ian.parker@testplant.com","name":"Ian Parker"}],"excerpt":"Allows easy configuration to run eggPlant scripts and view results in Jenkins.","gav":"org.jenkins-ci.plugins:eggplant-plugin:2.2","labels":["builder"],"name":"eggplant-plugin","previousTimestamp":"2014-04-07T12:08:14.00Z","previousVersion":"2.1","releaseTimestamp":"2014-04-21T20:41:22.00Z","requiredCore":"1.504","scm":"https://github.com/jenkinsci/eggplant-plugin","sha1":"0a+YEFCDCPhVLRVtJlyZOmrRISM=","sha256":"wmYVvgvrH+eB7ZFI6gyKfnTFgHsCXO5iI6ZIh7XQuAY=","title":"eggPlant","url":"http://updates.jenkins-ci.org/download/plugins/eggplant-plugin/2.2/eggplant-plugin.hpi","version":"2.2","wiki":"https://plugins.jenkins.io/eggplant-plugin"},"eiffel-broadcaster":{"buildDate":"Jul 19, 2019","dependencies":[{"name":"matrix-project","optional":false,"version":"1.4"}],"developers":[{"developerId":"isacholm","email":"isac.holm@axis.com","name":"Isac Holm"}],"excerpt":"Broadcasts Eiffel messages on an MQ server","gav":"com.axis.jenkins.plugins.eiffel:eiffel-broadcaster:1.0.1","labels":[],"name":"eiffel-broadcaster","previousTimestamp":"2019-01-28T15:28:52.00Z","previousVersion":"1.0.0","releaseTimestamp":"2019-07-19T12:10:48.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/eiffel-broadcaster-plugin","sha1":"cmLbkaKarRi166Fo+DyiobWc3a4=","sha256":"el+hmuhHlvj+0Yxt0QDP1U45eP4qFOvyohR3mqKZ1NM=","title":"Eiffel Broadcaster","url":"http://updates.jenkins-ci.org/download/plugins/eiffel-broadcaster/1.0.1/eiffel-broadcaster.hpi","version":"1.0.1","wiki":"https://plugins.jenkins.io/eiffel-broadcaster"},"elOyente":{"buildDate":"Jul 24, 2013","dependencies":[],"developers":[{"developerId":"isabelFD","email":"isabel.fd@gmail.com","name":"Isabel Fernandez Diaz"},{"developerId":"pardogonzalezj","email":"jlpardo87@gmail.com","name":"Juan Luis Pardo Gonzalez"},{"developerId":"vanderhallenf","email":"frank.vanderhallen@gmail.com","name":"Frank Vanderhallen"}],"excerpt":"This plugin allows jobs to be triggered by XMPP Pub/Sub events.","gav":"com.technicolor:elOyente:1.3","labels":["trigger"],"name":"elOyente","previousTimestamp":"2013-02-15T17:10:15.00Z","previousVersion":"1.2","releaseTimestamp":"2013-07-24T08:15:15.00Z","requiredCore":"1.499","scm":"https://github.com/jenkinsci/eloyente-plugin","sha1":"RASfVCzk8vJi7lXxU1vwsG5o9vM=","sha256":"nq4OukTAnKVyBZ0nIYxmT4MBqatjslyi+emoZ8RruSc=","title":"elOyente","url":"http://updates.jenkins-ci.org/download/plugins/elOyente/1.3/elOyente.hpi","version":"1.3","wiki":"https://plugins.jenkins.io/elOyente"},"elastest":{"buildDate":"Apr 29, 2019","dependencies":[{"name":"workflow-step-api","optional":true,"version":"1.7"},{"name":"junit","optional":false,"version":"1.10"},{"name":"mask-passwords","optional":true,"version":"2.8"},{"name":"structs","optional":false,"version":"1.2"}],"developers":[{"developerId":"frdiaz","email":"franciscoramon.diaz@urjc.es","name":"Francisco R. Díaz"}],"excerpt":"A client for ElasTest<\/a> that allows you to integrate a Job of Jenkins with a TJob of ElasTest. You can send the logs generated by a build from Jenkins to ElasTest to analyze them with advanced tools and to make use of the services provided by ElasTest such as browsers on demand with video recording, etc.","gav":"org.jenkins-ci.plugins:elastest:1.1.0","labels":[],"name":"elastest","previousTimestamp":"2019-02-28T11:47:54.00Z","previousVersion":"1.0.1","releaseTimestamp":"2019-04-29T08:21:03.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/elastest-plugin","sha1":"n7IWgY/PenhW3p190rr5deZmSSI=","sha256":"J2ho62dvZ4vr8RTgdVbU6nt/0bID5WzSpFsJlq7Izf4=","title":"ElasTest","url":"http://updates.jenkins-ci.org/download/plugins/elastest/1.1.0/elastest.hpi","version":"1.1.0","wiki":"https://plugins.jenkins.io/elastest"},"elastic-axis":{"buildDate":"Apr 25, 2014","dependencies":[],"developers":[{"developerId":"taksan","name":"Gabriel Takeuchi"}],"excerpt":"Adds an axis for matrix jobs that accepts the name of a label and will run the job on all nodes in that label.","gav":"org.jenkins-ci.plugins:elastic-axis:1.2","labels":["slaves","buildwrapper"],"name":"elastic-axis","previousTimestamp":"2013-05-22T11:39:02.00Z","previousVersion":"1.1","releaseTimestamp":"2014-04-25T18:42:03.00Z","requiredCore":"1.480.3","scm":"https://github.com/jenkinsci/elastic-axis-plugin","sha1":"dhFjQz7+bXhI5zkaPRL4JYV1/+U=","sha256":"JgN2UXXWkELV/rFdtiHUJbguBaVtDLDX46iZTYs1baQ=","title":"elastic-axis","url":"http://updates.jenkins-ci.org/download/plugins/elastic-axis/1.2/elastic-axis.hpi","version":"1.2","wiki":"https://plugins.jenkins.io/elastic-axis"},"elasticbox":{"buildDate":"Apr 16, 2019","compatibleSinceVersion":"4.0.0","dependencies":[{"name":"github","optional":false,"version":"1.29.3"},{"name":"workflow-step-api","optional":false,"version":"2.12"},{"name":"github-api","optional":false,"version":"1.95"},{"name":"token-macro","optional":false,"version":"2.6"}],"developers":[{"developerId":"GustavoLlorente","email":"gustavo.llorente@centurylink.com","name":"Gustavo Llorente"},{"developerId":"gsanchezu","email":"guillermo.sanchez@centurylink.com","name":"Guillermo Sanchez Urien"},{"developerId":"julio_castanar","email":"julio.castanarjaime@centurylink.com","name":"Julio Castanar"}],"excerpt":"This plugin allows project to be built on slave instances deployed and managed by ElasticBox.","gav":"com.elasticbox.jenkins-ci.plugins:elasticbox:5.0.1","labels":["cluster","buildwrapper","builder"],"name":"elasticbox","previousTimestamp":"2017-09-22T15:22:49.00Z","previousVersion":"4.1.6","releaseTimestamp":"2019-04-16T16:54:02.00Z","requiredCore":"2.150.2","scm":"https://github.com/jenkinsci/elasticbox-plugin","sha1":"EbzzHHov+SmVXqOSh9+BQiYu7PQ=","sha256":"BZQpNISXIvEm40qTA3ePqClF0Wia6G70NTmoSbg55jQ=","title":"ElasticBox CI","url":"http://updates.jenkins-ci.org/download/plugins/elasticbox/5.0.1/elasticbox.hpi","version":"5.0.1","wiki":"https://plugins.jenkins.io/elasticbox"},"elasticsearch-query":{"buildDate":"Dec 14, 2015","dependencies":[],"developers":[{"developerId":"mikee805","email":"mikee805@aol.com","name":"Michael Epstein"}],"excerpt":"This plugin is used to query elasticsearch<\/a>","gav":"org.jenkins-ci.plugins:elasticsearch-query:1.2","labels":["builder"],"name":"elasticsearch-query","previousTimestamp":"2015-12-13T23:03:08.00Z","previousVersion":"1.1","releaseTimestamp":"2015-12-14T07:49:24.00Z","requiredCore":"1.580.1","scm":"https://github.com/jenkinsci/elasticsearch-query-plugin","sha1":"NATir6OuzKutJdWgq5XgqKg+iYM=","sha256":"LBMg+AAQIgO8U9V9KkS99d7mEUkhfMnrFgX26T5Z/IE=","title":"Elasticsearch Query","url":"http://updates.jenkins-ci.org/download/plugins/elasticsearch-query/1.2/elasticsearch-query.hpi","version":"1.2","wiki":"https://plugins.jenkins.io/elasticsearch-query"},"electricflow":{"buildDate":"Jun 12, 2019","dependencies":[],"developers":[{"developerId":"efpluginsdev","email":"flowpluginteam@cloudbees.com","name":"CloudBees Flow Plugin Team"}],"excerpt":"CloudBees Flow Application Release Orchestration","gav":"org.jenkins-ci.plugins:electricflow:1.1.9","labels":[],"name":"electricflow","previousTimestamp":"2019-06-12T13:03:25.00Z","previousVersion":"1.1.8","releaseTimestamp":"2019-06-12T21:09:29.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/electricflow-plugin","sha1":"+ZDwM5Z+NYqhVt5fjWsl08BWRnM=","sha256":"nS5kOZFVZbaNSvsx+ytjqZQ7CgY+85DxRMeU+ptTCBk=","title":"CloudBees Flow","url":"http://updates.jenkins-ci.org/download/plugins/electricflow/1.1.9/electricflow.hpi","version":"1.1.9","wiki":"https://plugins.jenkins.io/electricflow"},"email-ext":{"buildDate":"Mar 21, 2019","compatibleSinceVersion":"2.57.2","dependencies":[{"name":"workflow-job","optional":true,"version":"2.11"},{"name":"workflow-step-api","optional":true,"version":"2.19"},{"name":"config-file-provider","optional":true,"version":"2.15.6"},{"name":"junit","optional":false,"version":"1.2"},{"name":"mailer","optional":false,"version":"1.13"},{"name":"matrix-project","optional":false,"version":"1.4"},{"name":"script-security","optional":false,"version":"1.54"},{"name":"structs","optional":false,"version":"1.17"},{"name":"token-macro","optional":false,"version":"2.3"},{"name":"analysis-core","optional":true,"version":"1.54"}],"developers":[{"developerId":"davidvanlaatum","email":"david@vanlaatum.id.au","name":"David van Laatum"}],"excerpt":"This plugin is a replacement for Jenkins's email publisher. It allows to configure every aspect of email notifications: when an email is sent, who should receive it and what the email says","gav":"org.jenkins-ci.plugins:email-ext:2.66","labels":["notifier"],"minimumJavaVersion":"1.8","name":"email-ext","previousTimestamp":"2019-02-27T21:48:44.00Z","previousVersion":"2.65","releaseTimestamp":"2019-03-21T21:35:54.00Z","requiredCore":"2.121.1","scm":"https://github.com/jenkinsci/email-ext-plugin","sha1":"lS9xRKimKequfmw/hKVWdy4LOxw=","sha256":"ZcrERyj0VPietgwBWiOanrdlEIqMYg476TW7IuTmAwU=","title":"Email Extension","url":"http://updates.jenkins-ci.org/download/plugins/email-ext/2.66/email-ext.hpi","version":"2.66","wiki":"https://plugins.jenkins.io/email-ext"},"email-ext-recipients-column":{"buildDate":"Apr 18, 2013","dependencies":[{"name":"javadoc","optional":false,"version":"1.0"},{"name":"email-ext","optional":false,"version":"2.25"},{"name":"mailer","optional":false,"version":"1.4"},{"name":"maven-plugin","optional":false,"version":"1.494"}],"developers":[{"developerId":"stefanbrausch","email":"stefan.brausch@1und1.de","name":"Stefan Brausch"},{"developerId":"boev","email":"iordan.boev@gmail.com","name":"Yordan Boev"}],"excerpt":"This plugin is a sample to explain how to write a Jenkins plugin.","gav":"org.jenkins-ci.plugins:email-ext-recipients-column:1.0","labels":["listview-column","emailext"],"name":"email-ext-recipients-column","releaseTimestamp":"2013-04-18T13:41:29.00Z","requiredCore":"1.494","scm":"https://github.com/jenkinsci/email-ext-recipients-column-plugin","sha1":"YKmedIzspn15QfgcNuezColVRF8=","sha256":"HlHnCampzl4jaOOqEB0HpY+cX+xJM2Hx5mDfLKCCPQs=","title":"Email Ext Recipients Column","url":"http://updates.jenkins-ci.org/download/plugins/email-ext-recipients-column/1.0/email-ext-recipients-column.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/email-ext-recipients-column"},"emailext-template":{"buildDate":"Sep 12, 2018","dependencies":[{"name":"email-ext","optional":false,"version":"2.43"},{"name":"configurationslicing","optional":true,"version":"1.45"}],"developers":[{"developerId":"danielbeck"}],"excerpt":"This plugin allows administrators to create global templates for the Extended Email Publisher.","gav":"org.jenkinsci.plugins:emailext-template:1.1","labels":["notifier","emailext"],"name":"emailext-template","previousTimestamp":"2016-06-15T14:04:35.00Z","previousVersion":"1.0","releaseTimestamp":"2018-09-12T22:43:23.00Z","requiredCore":"1.609.2","scm":"https://github.com/jenkinsci/emailext-template-plugin","sha1":"CO9aZGRBDb9JQT2MQv4uYyfs6DA=","sha256":"Mo3rd2kHSHZ0bppb+WUh+svlIg1+6tVMQrSmUUzM6aQ=","title":"Email Extension Template","url":"http://updates.jenkins-ci.org/download/plugins/emailext-template/1.1/emailext-template.hpi","version":"1.1","wiki":"https://plugins.jenkins.io/emailext-template"},"embeddable-build-status":{"buildDate":"Jul 09, 2019","dependencies":[{"name":"workflow-step-api","optional":false,"version":"2.14"},{"name":"script-security","optional":false,"version":"1.49"}],"developers":[{"developerId":"tdoe"}],"excerpt":"This plugin adds the embeddable build status badge to Jenkins so that you can easily hyperlink/show your build status from elsewhere.","gav":"org.jenkins-ci.plugins:embeddable-build-status:2.0.2","labels":["ui"],"name":"embeddable-build-status","previousTimestamp":"2019-04-09T10:05:55.00Z","previousVersion":"2.0.1","releaseTimestamp":"2019-07-09T09:40:34.00Z","requiredCore":"1.625","scm":"https://github.com/jenkinsci/embeddable-build-status-plugin","sha1":"au4RkXq0FgOfmyWp1Wal6rcQwus=","sha256":"YumULhGE1oXjR7oxeFfdfdVQmw40nQwzYpHQDU/xyQM=","title":"Embeddable Build Status","url":"http://updates.jenkins-ci.org/download/plugins/embeddable-build-status/2.0.2/embeddable-build-status.hpi","version":"2.0.2","wiki":"https://plugins.jenkins.io/embeddable-build-status"},"embotics-vcommander":{"buildDate":"Jan 11, 2019","dependencies":[{"name":"credentials","optional":false,"version":"1.18"},{"name":"structs","optional":false,"version":"1.7"}],"developers":[{"developerId":"aelliot"}],"excerpt":"This plug-in enables Jenkins to interact with Embotics vCommander.","gav":"io.jenkins.plugins:embotics-vcommander:1.8","labels":[],"name":"embotics-vcommander","previousTimestamp":"2018-09-28T14:49:24.00Z","previousVersion":"1.7","releaseTimestamp":"2019-01-11T16:28:19.00Z","requiredCore":"1.651.3","scm":"https://github.com/jenkinsci/embotics-vcommander-plugin","sha1":"btj4NP+LA5R9tkgw7kUBx/Skcm4=","sha256":"BVAbp2W+P55+ScpTXCvap9JI7Q1BzZSnEctW0jzsy1U=","title":"Embotics Vcommander","url":"http://updates.jenkins-ci.org/download/plugins/embotics-vcommander/1.8/embotics-vcommander.hpi","version":"1.8","wiki":"https://plugins.jenkins.io/embotics-vcommander"},"emma":{"buildDate":"Jul 05, 2012","dependencies":[{"name":"javadoc","optional":false,"version":"1.0"},{"name":"dashboard-view","optional":true,"version":"2.1"},{"name":"maven-plugin","optional":false,"version":"1.447"}],"developers":[{"developerId":"kohsuke","name":"Kohsuke Kawaguchi"},{"developerId":"stephenconnolly","name":"Stephen Connolly"},{"developerId":"manolo","email":"manolo@apache.org","name":"Manuel Carrasco Monino"}],"excerpt":"This plugin integrates EMMA code coverage reports<\/a> to Hudson.","gav":"org.jenkins-ci.plugins:emma:1.29","labels":["report"],"name":"emma","previousTimestamp":"2012-05-21T13:42:38.00Z","previousVersion":"1.28","releaseTimestamp":"2012-07-05T13:50:24.00Z","requiredCore":"1.447","scm":"https://github.com/jenkinsci/emma-plugin","sha1":"hia/Z09EJoxlfEOqQ3mi1QAVuo0=","sha256":"EHpH6vcY9XBpTnRxYeC88jQ4mgMNLIA19WWsYJL8cJ8=","title":"Emma","url":"http://updates.jenkins-ci.org/download/plugins/emma/1.29/emma.hpi","version":"1.29","wiki":"https://plugins.jenkins.io/emma"},"emmacoveragecolumn":{"buildDate":"Oct 10, 2011","dependencies":[{"name":"emma","optional":false,"version":"1.25"}],"developers":[{"developerId":"danebert","email":"mathin@mathin.com","name":"Dan Ebert"}],"excerpt":"Provides a column to display line coverage based on EMMA.","gav":"org.jenkins-ci.plugins:emmacoveragecolumn:0.0.4","labels":["listview-column"],"name":"emmacoveragecolumn","previousTimestamp":"2011-10-07T23:51:51.00Z","previousVersion":"0.0.3","releaseTimestamp":"2011-10-10T20:39:30.00Z","requiredCore":"1.434","scm":"https://github.com/jenkinsci/emmacoveragecolumn-plugin","sha1":"2fbw7e2SKaDM3AwyM+vqQ9Vczmc=","sha256":"NNNzUyq6K8L59w9nqk2FYwkCssBRC00lcH8h8gZVRtU=","title":"Emma Line Coverage Column","url":"http://updates.jenkins-ci.org/download/plugins/emmacoveragecolumn/0.0.4/emmacoveragecolumn.hpi","version":"0.0.4","wiki":"https://plugins.jenkins.io/emmacoveragecolumn"},"emotional-jenkins-plugin":{"buildDate":"Nov 30, 2014","dependencies":[],"developers":[{"developerId":"masanobuimai","name":"Masanobu Imai"}],"excerpt":"This plugin is a sample to explain how to write a Jenkins plugin.","gav":"org.jenkins-ci.plugins:emotional-jenkins-plugin:1.2","labels":["ui"],"name":"emotional-jenkins-plugin","previousTimestamp":"2011-08-06T13:31:16.00Z","previousVersion":"1.1","releaseTimestamp":"2014-11-30T09:06:48.00Z","requiredCore":"1.572","scm":"https://github.com/jenkinsci/emotional-jenkins-plugin","sha1":"3ByEcIz4a2pV6ZzvFUDTxM+IIb8=","sha256":"oWeSwf34CssFzl6G1bjHw9EXiOR+aC32OxoTAZjQ/F8=","title":"emotional-jenkins-plugin","url":"http://updates.jenkins-ci.org/download/plugins/emotional-jenkins-plugin/1.2/emotional-jenkins-plugin.hpi","version":"1.2","wiki":"https://plugins.jenkins.io/emotional-jenkins-plugin"},"enhanced-old-build-discarder":{"buildDate":"Aug 01, 2019","dependencies":[],"developers":[{"developerId":"lohandus","name":"Lohandus T. Ribeiro"},{"developerId":"taksan","name":"Gabriel Takeuchi"},{"developerId":"BenjaminBeggs","email":"benjaminbeggspublic@yahoo.com","name":"Benjamin Beggs"}],"excerpt":"This plugin extends the functionality of the internal build discard plugin with an option to prevent discard of builds when the job is unstable, in addition to the ability to require both age and quantity conditions be met prior to build discard.","gav":"org.jenkins-ci.plugins:enhanced-old-build-discarder:1.4","labels":[],"name":"enhanced-old-build-discarder","previousTimestamp":"2013-06-07T20:52:05.00Z","previousVersion":"1.0","releaseTimestamp":"2019-08-01T06:37:12.00Z","requiredCore":"1.642","scm":"https://github.com/jenkinsci/enhanced-old-build-discarder-plugin","sha1":"kvAXTfCKxRiyQJcJYewL0tnWfMM=","sha256":"6szcAmfnjT5YwEmuDQE6hzk/Sv9/hozklbdds8SLXBQ=","title":"Enhanced Old Build Discarder","url":"http://updates.jenkins-ci.org/download/plugins/enhanced-old-build-discarder/1.4/enhanced-old-build-discarder.hpi","version":"1.4","wiki":"https://plugins.jenkins.io/enhanced-old-build-discarder"},"envfile":{"buildDate":"Aug 05, 2011","dependencies":[],"developers":[{"developerId":"ajoajoajo","email":"ajoajoajo@gmail.com","name":"Anders Johansson"}],"excerpt":"This plugin can be used to set environment variables from a file.","gav":"org.jenkins-ci.plugins:envfile:1.2","labels":["buildwrapper"],"name":"envfile","releaseTimestamp":"2011-08-05T22:16:38.00Z","requiredCore":"1.403","scm":"https://github.com/jenkinsci/envfile-plugin","sha1":"4sV96798yzxtkfoYEiW6EdEYqgg=","sha256":"PZSePZ8Bx+pUCB+NasSex8Tef+6qfjoAvpy/3ATU/Gk=","title":"Environment File","url":"http://updates.jenkins-ci.org/download/plugins/envfile/1.2/envfile.hpi","version":"1.2","wiki":"https://plugins.jenkins.io/envfile"},"envinject":{"buildDate":"Sep 03, 2019","compatibleSinceVersion":"2.1.4","dependencies":[{"name":"envinject-api","optional":false,"version":"1.6"},{"name":"ivy","optional":true,"version":"1.21"},{"name":"matrix-project","optional":false,"version":"1.7"},{"name":"script-security","optional":false,"version":"1.22"}],"developers":[{"developerId":"gbois","email":"gregory.boissinot@gmail.com","name":"Gregory Boissinot"},{"developerId":"oleg_nenashev","email":"o.v.nenashev@gmail.com","name":"Oleg Nenashev"},{"developerId":"recena","email":"recena@gmail.com","name":"Manuel Recena"}],"excerpt":"This plugin makes it possible to set an environment for the builds.","gav":"org.jenkins-ci.plugins:envinject:2.2.1","labels":["buildwrapper","builder"],"minimumJavaVersion":"1.8","name":"envinject","previousTimestamp":"2019-07-22T10:06:22.00Z","previousVersion":"2.2.0","releaseTimestamp":"2019-09-03T11:43:44.00Z","requiredCore":"2.138.4","scm":"https://github.com/jenkinsci/envinject-plugin","sha1":"nmz42k94CZdWBuFjSihrnZO9UbE=","sha256":"vWrHe+c/XFBAAniHg/Wji+WyZ+V4jw/U5UEShZu0a7E=","title":"Environment Injector","url":"http://updates.jenkins-ci.org/download/plugins/envinject/2.2.1/envinject.hpi","version":"2.2.1","wiki":"https://plugins.jenkins.io/envinject"},"envinject-api":{"buildDate":"Jul 21, 2019","dependencies":[],"developers":[{"developerId":"oleg_nenashev","name":"Oleg Nenashev"}],"excerpt":"Stores shared logic for Environment Injection management","gav":"org.jenkins-ci.plugins:envinject-api:1.6","labels":[],"minimumJavaVersion":"1.8","name":"envinject-api","previousTimestamp":"2017-12-28T09:07:27.00Z","previousVersion":"1.5","releaseTimestamp":"2019-07-21T21:39:15.00Z","requiredCore":"2.138.4","scm":"https://github.com/jenkinsci/envinject-api-plugin","sha1":"ipiouGsxTykHKlxYnrq5quezVTM=","sha256":"/i7Sbr0dG6S55O2POSDSJVRGjr5KMgc20yWCz55vFDI=","title":"EnvInject API","url":"http://updates.jenkins-ci.org/download/plugins/envinject-api/1.6/envinject-api.hpi","version":"1.6","wiki":"https://plugins.jenkins.io/envinject-api"},"environment-dashboard":{"buildDate":"Mar 22, 2017","dependencies":[{"name":"jquery","optional":false,"version":"1.7.2-1"},{"name":"job-dsl","optional":true,"version":"1.39"}],"developers":[{"developerId":"vipinsthename","email":"vipinsthename@gmail.com","name":"Vipin"}],"excerpt":"This plugin is used to generate the Environment Dashboard.","gav":"org.jenkins-ci.plugins:environment-dashboard:1.1.7","labels":[],"name":"environment-dashboard","previousTimestamp":"2015-08-24T17:20:15.00Z","previousVersion":"1.1.4","releaseTimestamp":"2017-03-22T13:08:55.00Z","requiredCore":"1.620","sha1":"SN4HETpnhIywnr9p+kG60/Xj/28=","sha256":"fCmpUDJb8ctaAnOnYJfuW90XihS9VvfJoJmVvsblln8=","title":"Environment Dashboard","url":"http://updates.jenkins-ci.org/download/plugins/environment-dashboard/1.1.7/environment-dashboard.hpi","version":"1.1.7","wiki":"https://plugins.jenkins.io/environment-dashboard"},"environment-labels-setter":{"buildDate":"Sep 16, 2014","dependencies":[],"developers":[{"developerId":"lvotypko","email":"lvotypko@redhat.com","name":"Lucie Votypkova"}],"excerpt":"Set labels to slave according to JENKINS_SLAVE_LABELS variable","gav":"org.jenkins-ci.plugins:environment-labels-setter:1.1","labels":[],"name":"environment-labels-setter","previousTimestamp":"2014-08-09T07:07:05.00Z","previousVersion":"1.0","releaseTimestamp":"2014-09-16T19:23:14.00Z","requiredCore":"1.480","scm":"https://github.com/jenkinsci/environment-labels-setter","sha1":"HRCmK1YPbNvC5jamxJ/8oIbIN94=","sha256":"jqyJSmjFSo49Zj3XjOLBhO0gvvRdiVuXSNHa3/6Wns4=","title":"Environment labels setter","url":"http://updates.jenkins-ci.org/download/plugins/environment-labels-setter/1.1/environment-labels-setter.hpi","version":"1.1","wiki":"https://plugins.jenkins.io/environment-labels-setter"},"environment-manager":{"buildDate":"Aug 29, 2019","dependencies":[{"name":"junit","optional":false,"version":"1.10"}],"developers":[{"developerId":"mattloveparasoft","email":"matt.love@parasoft.com","name":"Matt Love"},{"developerId":"danieldominguezparasoft","email":"daniel.dominguez@parasoft.com","name":"Daniel Dominguez"},{"developerId":"kailunc","email":"kailun.chen@parasoft.com","name":"Kailun Chen"},{"developerId":"yshi_parasoft","email":"yuqian.shi@parasoft.com","name":"Yuqian Shi"}],"excerpt":"Provision environments with Parasoft Continuous Testing Platform","gav":"com.parasoft:environment-manager:2.14","labels":["deployment"],"name":"environment-manager","previousTimestamp":"2019-08-02T01:08:00.00Z","previousVersion":"2.13","releaseTimestamp":"2019-08-29T15:49:33.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/environment-manager-tools-plugin","sha1":"jvUjd/we12ltOPKrGJH+CbZ0yqU=","sha256":"R7m5Am4dZdsIpLYiuIJbQ6DR6xhC0F9jjnQlxc27O8w=","title":"Parasoft Environment Manager","url":"http://updates.jenkins-ci.org/download/plugins/environment-manager/2.14/environment-manager.hpi","version":"2.14","wiki":"https://plugins.jenkins.io/environment-manager"},"environment-script":{"buildDate":"Aug 01, 2016","dependencies":[{"name":"matrix-project","optional":false,"version":"1.6"},{"name":"ivy","optional":false,"version":"1.26"},{"name":"multi-branch-project-plugin","optional":false,"version":"0.5.1"}],"developers":[{"developerId":"jorgenpt","email":"jorgen.tjerno@mylookout.com","name":"Jørgen P. Tjernø"},{"developerId":"dawidmalina","email":"dawidmalina@gmail.com","name":"Dawid Malinowski"}],"excerpt":"Allows a script to be executed before a build, printing environment variables to be set.","gav":"com.lookout.jenkins:environment-script:1.2.5","labels":["buildwrapper"],"name":"environment-script","previousTimestamp":"2016-07-30T23:40:56.00Z","previousVersion":"1.2.4","releaseTimestamp":"2016-08-01T18:02:12.00Z","requiredCore":"1.642.4","scm":"https://github.com/jenkinsci/environment-script-plugin","sha1":"KUnWPM+brQvBUk5YldHgKUwul5Y=","sha256":"aXFHaUAC1bEGOaJv0eGH0C9YLpmGv/mFfRnZXdSW3CQ=","title":"Environment Script","url":"http://updates.jenkins-ci.org/download/plugins/environment-script/1.2.5/environment-script.hpi","version":"1.2.5","wiki":"https://plugins.jenkins.io/environment-script"},"environment-variable-page-decoration":{"buildDate":"May 03, 2019","dependencies":[],"developers":[{"developerId":"tvon","email":"tvon@covermymeds.com","name":"Tom von Schwerdtner"}],"excerpt":"Use Environment Variables to insert content into Jenkins Pages via the PageDecorator API","gav":"org.jenkins-ci.plugins:environment-variable-page-decoration:1.2.0","labels":[],"minimumJavaVersion":"1.8","name":"environment-variable-page-decoration","previousTimestamp":"2017-12-13T15:16:39.00Z","previousVersion":"1.0.1","releaseTimestamp":"2019-05-03T13:25:38.00Z","requiredCore":"2.150.3","scm":"https://github.com/jenkinsci/environment-variable-page-decoration-plugin","sha1":"n1RUSSabslvvy66YbxxoP87n2zM=","sha256":"3TdLgRh0fWc5wx6VoTGck8KYoEPBVIOu4xSx5Vf5L3g=","title":"Env Variable Page Decoration","url":"http://updates.jenkins-ci.org/download/plugins/environment-variable-page-decoration/1.2.0/environment-variable-page-decoration.hpi","version":"1.2.0","wiki":"https://plugins.jenkins.io/environment-variable-page-decoration"},"escaped-markup-plugin":{"buildDate":"Apr 23, 2011","dependencies":[],"developers":[{"developerId":"ssogabe","email":"s.sogabe@gmail.com","name":"Seiji Sogabe"}],"excerpt":"This plugin escapes the description of project , user, view , and build to prevent from XSS.","gav":"org.jenkins-ci.plugins:escaped-markup-plugin:0.1","labels":["ui"],"name":"escaped-markup-plugin","releaseTimestamp":"2011-04-23T01:16:52.00Z","requiredCore":"1.408","scm":"https://github.com/jenkinsci/escaped-markup-plugin","sha1":"+Ze69qQ2ZCZjQbsYAmz0VQh08Co=","sha256":"JpyCOOQfgovKuZjOFsAHX8w3uE4IPrwvd/H5Lbl9ci4=","title":"Escaped Markup","url":"http://updates.jenkins-ci.org/download/plugins/escaped-markup-plugin/0.1/escaped-markup-plugin.hpi","version":"0.1","wiki":"https://plugins.jenkins.io/escaped-markup-plugin"},"event-announcer":{"buildDate":"Jan 07, 2015","dependencies":[],"developers":[{"developerId":"toumorokoshi","email":"tsutsumi.yusuke@gmail.com","name":"Yusuke Tsutsumi"}],"excerpt":"This plugin is a sample to explain how to write a Jenkins plugin.","gav":"org.jenkins-ci.plugins:event-announcer:1.0.4","labels":[],"name":"event-announcer","releaseTimestamp":"2015-01-07T06:32:11.00Z","requiredCore":"1.595","sha1":"fprfWDlejhtaspkcGGi+QAb4lbA=","sha256":"PXCWWb9z3AfqsNtf0qp+vpTOh6XOIgYWh19/1CpYqzc=","title":"event-announcer","url":"http://updates.jenkins-ci.org/download/plugins/event-announcer/1.0.4/event-announcer.hpi","version":"1.0.4","wiki":"https://plugins.jenkins.io/event-announcer"},"exam":{"buildDate":"May 09, 2019","compatibleSinceVersion":"1.0","dependencies":[{"name":"workflow-step-api","optional":false,"version":"2.13"},{"name":"junit","optional":false,"version":"1.6"},{"name":"shiningpanda","optional":false,"version":"0.22"}],"developers":[{"developerId":"reinicke"}],"excerpt":"This plugin is to run Tests within EXAM.","gav":"org.jenkins-ci.plugins:exam:1.0.8","labels":[],"name":"exam","previousTimestamp":"2019-05-07T09:48:31.00Z","previousVersion":"1.0.7","releaseTimestamp":"2019-05-09T14:30:37.00Z","requiredCore":"2.73.3","scm":"https://github.com/jenkinsci/exam-plugin","sha1":"h1kKyY3BaKwDiCX1Wb/KHFb8VQc=","sha256":"fZJ/ASQKLjJ7ydd+rUt0bgxe0XhGoDkv53qZGrIXsFk=","title":"MicroNova EXAM","url":"http://updates.jenkins-ci.org/download/plugins/exam/1.0.8/exam.hpi","version":"1.0.8","wiki":"https://plugins.jenkins.io/exam"},"excludeMatrixParent":{"buildDate":"Jun 08, 2011","dependencies":[],"developers":[{"developerId":"vjuranek","name":"Vojtech Juranek"}],"excerpt":"","gav":"hudson.plugins.excludeMatrixParent:excludeMatrixParent:1.1","labels":["slaves"],"name":"excludeMatrixParent","previousTimestamp":"2011-02-10T13:23:54.00Z","previousVersion":"1.0","releaseTimestamp":"2011-06-08T08:23:36.00Z","requiredCore":"1.391","scm":"https://github.com/jenkinsci/exclude-matrix-parent","sha1":"oW8+KSu5GgLQQReeFCMUzdEfKHQ=","sha256":"y3NK/VpS4pdCHf6i6QGH9/LkrHe9fmrRIpv9EFdDNtw=","title":"excludeMatrixParent","url":"http://updates.jenkins-ci.org/download/plugins/excludeMatrixParent/1.1/excludeMatrixParent.hpi","version":"1.1","wiki":"https://plugins.jenkins.io/excludeMatrixParent"},"exclusive-execution":{"buildDate":"Feb 04, 2015","dependencies":[],"developers":[{"developerId":"mambu","email":"marco.ambu+jenkins@gmail.com","name":"Marco Ambu"},{"developerId":"sata_","email":"sam@tavakoli.se","name":"Sam Tavakoli"},{"developerId":"fmiguelez","email":"fernando.miguelez@gmail.com","name":"Fernando Miguélez Palomo"}],"excerpt":"This plugin allows configuring a job to prevent the rest from starting its execution while this is running.","gav":"org.jenkins-ci.plugins:exclusive-execution:0.8","labels":["buildwrapper"],"name":"exclusive-execution","previousTimestamp":"2011-07-31T14:37:38.00Z","previousVersion":"0.7","releaseTimestamp":"2015-02-04T12:09:42.00Z","requiredCore":"1.420","scm":"https://github.com/jenkinsci/exclusive-execution-plugin","sha1":"ya8OUYp8JISShaxXPey18PVSc58=","sha256":"DUxGH46YSa4CSWakgQJKSq4FERDyW1bDVmVv08ruIvQ=","title":"Exclusive Execution","url":"http://updates.jenkins-ci.org/download/plugins/exclusive-execution/0.8/exclusive-execution.hpi","version":"0.8","wiki":"https://plugins.jenkins.io/exclusive-execution"},"exclusive-label-plugin":{"buildDate":"Jan 18, 2013","dependencies":[],"developers":[{"developerId":"lvotypko","email":"lvotypko@redhat.com","name":"Lucie Votypkova"}],"excerpt":"Enable to determine exclusive labels for slaves.","gav":"jenkins.ci.plugins.exclusive.label:exclusive-label-plugin:1.0","labels":[],"name":"exclusive-label-plugin","releaseTimestamp":"2013-01-18T11:42:11.00Z","requiredCore":"1.447","scm":"https://github.com/jenkinsci/exclusive-labels-plugin","sha1":"O+f3OgoJz+TvDcWqSv0gbnpT/ow=","sha256":"lZbWBZ5i0gnHY/w41mmuaQ8IQgQ2X8ujbTH48p0wlHE=","title":"Exclusive label","url":"http://updates.jenkins-ci.org/download/plugins/exclusive-label-plugin/1.0/exclusive-label-plugin.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/exclusive-label-plugin"},"experitest-cloud":{"buildDate":"May 24, 2019","compatibleSinceVersion":"2.0","dependencies":[{"name":"credentials","optional":false,"version":"2.1.13"}],"developers":[{"developerId":"phuonghqh","email":"phuonghqh@gmail.com","name":"Phuong Huynh"}],"excerpt":"This plugin provide simple GUI to integrate with Experitest Cloud API though Jenkins Jobs.","gav":"org.jenkins-ci.plugins:experitest-cloud:1.0.0","labels":[],"name":"experitest-cloud","releaseTimestamp":"2019-05-24T14:22:55.00Z","requiredCore":"1.651.2","scm":"https://github.com/jenkinsci/experitest-cloud-plugin","sha1":"QrDGoM4r+Z10KE7PGYI71Ez3LV4=","sha256":"eZp9gucEeozxcRby2QjnyAslcRkFB1zrdzPTy8QDAfA=","title":"Experitest Cloud","url":"http://updates.jenkins-ci.org/download/plugins/experitest-cloud/1.0.0/experitest-cloud.hpi","version":"1.0.0","wiki":"https://plugins.jenkins.io/experitest-cloud"},"export-params":{"buildDate":"Oct 13, 2016","dependencies":[],"developers":[{"developerId":"rin_ne","email":"rinrin.ne@gmail.com","name":"rinrinne"}],"excerpt":"This plugin exports parameters provided by Jenkins to file with various formats.","gav":"org.jenkins-ci.plugins:export-params:1.9","labels":["builder"],"name":"export-params","previousTimestamp":"2016-07-26T10:20:28.00Z","previousVersion":"1.8","releaseTimestamp":"2016-10-13T08:40:21.00Z","requiredCore":"1.509.4","scm":"https://github.com/jenkinsci/export-params-plugin","sha1":"Sl8KXowfDCvpLY6AsTASE4ODEYI=","sha256":"EodKfAi2a16HuUtgXAJN5nuEkeQgIFKst9Lu1Hkh/nk=","title":"Export Prameters","url":"http://updates.jenkins-ci.org/download/plugins/export-params/1.9/export-params.hpi","version":"1.9","wiki":"https://plugins.jenkins.io/export-params"},"extended-choice-parameter":{"buildDate":"Apr 02, 2019","dependencies":[{"name":"jquery","optional":false,"version":"1.11.2-0"},{"name":"script-security","optional":false,"version":"1.19"}],"developers":[{"developerId":"vimil","name":"Vimil Saju"}],"excerpt":"Adds extended functionality to Choice parameter","gav":"org.jenkins-ci.plugins:extended-choice-parameter:0.78","labels":["parameter"],"name":"extended-choice-parameter","previousTimestamp":"2017-02-28T15:43:05.00Z","previousVersion":"0.76","releaseTimestamp":"2019-04-02T20:04:09.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/extended-choice-parameter-plugin","sha1":"yT0D44GTuDi0pMznmSV55PvIqZQ=","sha256":"HizgcAfTYAYxNXD5b8hpmRQj7HUf5rJWFMjsbW04pJU=","title":"Extended Choice Parameter","url":"http://updates.jenkins-ci.org/download/plugins/extended-choice-parameter/0.78/extended-choice-parameter.hpi","version":"0.78","wiki":"https://plugins.jenkins.io/extended-choice-parameter"},"extended-read-permission":{"buildDate":"Mar 06, 2017","dependencies":[],"developers":[{"developerId":"dty","name":"Dean Yu"}],"excerpt":"","gav":"org.jvnet.hudson.plugins:extended-read-permission:2.0","labels":["user"],"name":"extended-read-permission","releaseTimestamp":"2017-03-06T16:10:48.00Z","requiredCore":"1.609.1","scm":"https://github.com/jenkinsci/extended-read-permission-plugin","sha1":"ZWGd7fLoDI1WRtBMwymHyCl5ZzU=","sha256":"qUamKWIH3pmhO6OiLoxpbWAYzmKqE/7gjanRyJSeD+k=","title":"Extended Read Permission","url":"http://updates.jenkins-ci.org/download/plugins/extended-read-permission/2.0/extended-read-permission.hpi","version":"2.0","wiki":"https://plugins.jenkins.io/extended-read-permission"},"extended-security-settings":{"buildDate":"Jul 30, 2019","dependencies":[],"developers":[{"developerId":"matt"}],"excerpt":"Provides extended security settings for Jenkins. These are provided as additional settings for users who desire to improve compliance with some automated security scanners.","gav":"io.jenkins.plugins:extended-security-settings:1.1","labels":[],"minimumJavaVersion":"1.8","name":"extended-security-settings","previousTimestamp":"2019-07-19T19:04:27.00Z","previousVersion":"1.0","releaseTimestamp":"2019-07-30T18:37:09.00Z","requiredCore":"2.156","scm":"https://github.com/jenkinsci/extended-security-settings-plugin","sha1":"jjvjj8WoUqA6/p+vHPBFQz7IuhE=","sha256":"x6cTi2ly2fEe8NygUv4BPM/WhpTuHfMN5L+E5Nijkd4=","title":"Extended Security Settings","url":"http://updates.jenkins-ci.org/download/plugins/extended-security-settings/1.1/extended-security-settings.hpi","version":"1.1","wiki":"https://plugins.jenkins.io/extended-security-settings"},"extensible-choice-parameter":{"buildDate":"May 20, 2018","compatibleSinceVersion":"1.4.0","dependencies":[{"name":"script-security","optional":false,"version":"1.18.1"}],"developers":[{"developerId":"ikedam","name":"IKEDA Yasuyuki"}],"excerpt":"Extensible Choice Parameter provides several ways to retrieve choices, including the way to share choices among all jobs.","gav":"jp.ikedam.jenkins.plugins:extensible-choice-parameter:1.6.0","labels":["parameter"],"name":"extensible-choice-parameter","previousTimestamp":"2018-03-17T03:05:53.00Z","previousVersion":"1.5.0","releaseTimestamp":"2018-05-20T03:29:35.00Z","requiredCore":"1.580.1","scm":"https://github.com/jenkinsci/extensible-choice-parameter-plugin","sha1":"mCxvEPGM+SiV9QnI6stx7/TVOxE=","sha256":"HEa8uwAiiJy5WuqaWwF+63SW/ftonECt+IviwB36pCo=","title":"Extensible Choice Parameter","url":"http://updates.jenkins-ci.org/download/plugins/extensible-choice-parameter/1.6.0/extensible-choice-parameter.hpi","version":"1.6.0","wiki":"https://plugins.jenkins.io/extensible-choice-parameter"},"extension-filter":{"buildDate":"Oct 25, 2012","dependencies":[],"developers":[{"developerId":"ndeloof","email":"nicolas.deloof@gmail.com","name":"Nicolas De Loof"}],"excerpt":"Allow to define a list of extensions<\/a> to be disabled on this instance.","gav":"org.jenkins-ci.plugins:extension-filter:1.0","labels":[],"name":"extension-filter","releaseTimestamp":"2012-10-25T12:26:31.00Z","requiredCore":"1.472","scm":"https://github.com/jenkinsci/extension-filter-plugin","sha1":"LddTtmowN9YDTbf8Cr6v9r+IAss=","sha256":"n4L5etP3YlwD4V+7f8IT7/I8w3U1VIODiXZw4NbHzyY=","title":"extension-filter","url":"http://updates.jenkins-ci.org/download/plugins/extension-filter/1.0/extension-filter.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/extension-filter"},"extensivetesting":{"buildDate":"Jul 27, 2016","dependencies":[],"developers":[{"developerId":"cadorb","email":"blaise@goldenk.eu","name":"Blaise Cador"}],"excerpt":"Allow you to launch eXtensive Testing scenario","gav":"jenkins.xtc:extensivetesting:1.4.4b","labels":["report","external"],"name":"extensivetesting","releaseTimestamp":"2016-07-27T14:49:43.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/extensivetesting-plugin","sha1":"PeceJPOA41kKwSGJiqYbkEc1VKo=","sha256":"YMBCw56r/Bmkst7xrM6YZz3LpVbtAYCU3GqF8qNv5Jo=","title":"Extensive Testing","url":"http://updates.jenkins-ci.org/download/plugins/extensivetesting/1.4.4b/extensivetesting.hpi","version":"1.4.4b","wiki":"https://plugins.jenkins.io/extensivetesting"},"external-monitor-job":{"buildDate":"Jan 06, 2017","dependencies":[],"developers":[{"developerId":"jglick"}],"excerpt":"Adds the ability to monitor the result of externally executed jobs","gav":"org.jenkins-ci.plugins:external-monitor-job:1.7","labels":["misc","external"],"name":"external-monitor-job","previousTimestamp":"2016-07-26T11:17:18.00Z","previousVersion":"1.6","releaseTimestamp":"2017-01-06T22:00:51.00Z","requiredCore":"1.609.3","scm":"https://github.com/jenkinsci/external-monitor-job-plugin","sha1":"7wy9+83pB7ASHOGLcBbjefKzftE=","sha256":"vJ7b7kuZHiFcV1x8KhPfaPBdNjaNwInxvmdtRtQgchA=","title":"External Monitor Job Type","url":"http://updates.jenkins-ci.org/download/plugins/external-monitor-job/1.7/external-monitor-job.hpi","version":"1.7","wiki":"https://plugins.jenkins.io/external-monitor-job"},"external-workspace-manager":{"buildDate":"Aug 09, 2019","dependencies":[{"name":"job-restrictions","optional":false,"version":"0.8"},{"name":"workflow-step-api","optional":false,"version":"2.3"},{"name":"workflow-support","optional":true,"version":"2.2"}],"developers":[{"developerId":"alexsomai","email":"somai.alexandru@gmail.com","name":"Alexandru Somai"}],"excerpt":"Provides workspace share and reuse across multiple Jenkins jobs","gav":"org.jenkins-ci.plugins:external-workspace-manager:1.2.0","labels":["pipeline"],"minimumJavaVersion":"1.8","name":"external-workspace-manager","previousTimestamp":"2017-07-30T13:12:32.00Z","previousVersion":"1.1.2","releaseTimestamp":"2019-08-09T16:59:41.00Z","requiredCore":"2.138.1","scm":"https://github.com/jenkinsci/external-workspace-manager-plugin","sha1":"vYhKwIQxXbYQb1f4mITK0R3sNbk=","sha256":"XYo+wXbrEkBXejsFhbp5uogsiGTJHtJyY8hosUKLwLI=","title":"External Workspace Manager","url":"http://updates.jenkins-ci.org/download/plugins/external-workspace-manager/1.2.0/external-workspace-manager.hpi","version":"1.2.0","wiki":"https://plugins.jenkins.io/external-workspace-manager"},"extra-columns":{"buildDate":"Aug 08, 2018","dependencies":[{"name":"workflow-job","optional":true,"version":"2.0"},{"name":"junit","optional":false,"version":"1.11"}],"developers":[{"developerId":"fredg","name":"Fred G."}],"excerpt":"This is a general listview-column plugin that currently contains the following columns: Test Result, Configure Project button, Disable/Enable Project button, Project Description, Build Description, SCM Type & Cron Trigger.","gav":"org.jenkins-ci.plugins:extra-columns:1.20","labels":["listview-column"],"name":"extra-columns","previousTimestamp":"2018-07-18T22:02:50.00Z","previousVersion":"1.19","releaseTimestamp":"2018-08-08T00:46:35.00Z","requiredCore":"1.607","scm":"https://github.com/jenkinsci/extra-columns-plugin","sha1":"uOTTI5lW8U4EJtBCq0SnHSbu4F8=","sha256":"+UJEV9ucOrwhTcVvV3btYRxuvIbvyILPF++OI+GYpyc=","title":"Extra Columns","url":"http://updates.jenkins-ci.org/download/plugins/extra-columns/1.20/extra-columns.hpi","version":"1.20","wiki":"https://plugins.jenkins.io/extra-columns"},"extra-tool-installers":{"buildDate":"Feb 08, 2019","dependencies":[{"name":"credentials","optional":false,"version":"2.1.15"}],"developers":[{"developerId":"oleg_nenashev","name":"Oleg Nenashev"},{"developerId":"pjdarton","name":"Peter Darton"}],"excerpt":"This plugin provides additional tool installers","gav":"io.jenkins.plugins:extra-tool-installers:0.5","labels":["misc"],"name":"extra-tool-installers","previousTimestamp":"2017-12-11T20:43:10.00Z","previousVersion":"0.4","releaseTimestamp":"2019-02-08T15:07:04.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/extra-tool-installers-plugin","sha1":"KGcYi8wZU1Tb5ydmcxnFOretc30=","sha256":"lh2ZVyuCkszTrEES8NPwno23cIMrV49YpE8p4D1Cezo=","title":"Extra Tool Installers","url":"http://updates.jenkins-ci.org/download/plugins/extra-tool-installers/0.5/extra-tool-installers.hpi","version":"0.5","wiki":"https://plugins.jenkins.io/extra-tool-installers"},"extreme-feedback":{"buildDate":"Sep 23, 2015","dependencies":[],"developers":[{"developerId":"emanuelez","email":"emanuele.zattin@switch-gears.dk","name":"Emanuele Zattin"},{"developerId":"dvaske","email":"aske.olsson@switch-gears.dk","name":"Aske Olsson"}],"excerpt":"Manage the gitgear.com<\/a> Extreme Feedback Lamps.","gav":"org.jenkins-ci.plugins:extreme-feedback:1.7","labels":[],"name":"extreme-feedback","previousTimestamp":"2013-10-01T09:10:24.00Z","previousVersion":"1.6","releaseTimestamp":"2015-09-23T07:32:54.00Z","requiredCore":"1.532.3","scm":"https://github.com/jenkinsci/extreme-feedback-plugin","sha1":"3WuFbL5+dxm/eM3GVp7HnrFgIJU=","sha256":"QU7encLgwC8XVlW6oXGkbgK5pmAohwZRUln7oTsR5VI=","title":"extreme-feedback","url":"http://updates.jenkins-ci.org/download/plugins/extreme-feedback/1.7/extreme-feedback.hpi","version":"1.7","wiki":"https://plugins.jenkins.io/extreme-feedback"},"extreme-notification":{"buildDate":"Oct 20, 2017","dependencies":[{"name":"matrix-project","optional":true,"version":"1.3"},{"name":"script-security","optional":false,"version":"1.33"}],"developers":[{"developerId":"bkmeneguello","email":"bruno@meneguello.com","name":"Bruno Meneguello"}],"excerpt":"This plugin can notify some endpoints about events that occur in Jenkins","gav":"org.jenkins-ci.plugins:extreme-notification:1.5","labels":["notifier"],"name":"extreme-notification","previousTimestamp":"2017-10-14T19:03:33.00Z","previousVersion":"1.4","releaseTimestamp":"2017-10-20T17:57:51.00Z","requiredCore":"1.653","scm":"https://github.com/jenkinsci/extreme-notification-plugin","sha1":"eFJCJflyf6WTJQukiOkwnTra+fY=","sha256":"izCfb7gfL+wa/iSPwJIJsNAu5PT4cWd3egmKIN9BPPI=","title":"Extreme Notification","url":"http://updates.jenkins-ci.org/download/plugins/extreme-notification/1.5/extreme-notification.hpi","version":"1.5","wiki":"https://plugins.jenkins.io/extreme-notification"},"ez-templates":{"buildDate":"Jan 05, 2018","dependencies":[{"name":"promoted-builds","optional":true,"version":"2.21"}],"developers":[{"developerId":"drekbour","name":"Marc Carter"},{"developerId":"joelj","name":"Joel Johnson"}],"excerpt":"Allows you to use any job as a template for another job.","gav":"org.jenkins-ci.plugins:ez-templates:1.3.2","labels":["misc"],"name":"ez-templates","previousTimestamp":"2017-12-09T01:29:27.00Z","previousVersion":"1.3.1","releaseTimestamp":"2018-01-05T23:56:50.00Z","requiredCore":"1.642.3","scm":"https://github.com/jenkinsci/ez-templates-plugin","sha1":"cPj1/ZbHv7UFNLO6rprya9STuAI=","sha256":"zsTmXCCVIftGX+mnQa+4vYHDnFUiulof+MCD2HFZBh0=","title":"EZ Templates","url":"http://updates.jenkins-ci.org/download/plugins/ez-templates/1.3.2/ez-templates.hpi","version":"1.3.2","wiki":"https://plugins.jenkins.io/ez-templates"},"ezwall":{"buildDate":"Mar 20, 2015","dependencies":[],"developers":[{"developerId":"noirbizarre","email":"noirbizarre+jenkins@gmail.com","name":"Axel Haustant"}],"excerpt":"This plugin simply add a button to display a fullscreen buildwall on each view.","gav":"org.jenkins-ci.plugins:ezwall:0.3","labels":["ui","report"],"name":"ezwall","previousTimestamp":"2012-02-26T04:30:34.00Z","previousVersion":"0.2","releaseTimestamp":"2015-03-20T08:30:54.00Z","requiredCore":"1.580","scm":"https://github.com/jenkinsci/ezwall-plugin","sha1":"yRAPE/3WV+TLTHmaQIKAh01POsA=","sha256":"LcVQetkGvbOyqXh6EVfIo36hT4oGfilAwxEP1lcqlVg=","title":"EzWall","url":"http://updates.jenkins-ci.org/download/plugins/ezwall/0.3/ezwall.hpi","version":"0.3","wiki":"https://plugins.jenkins.io/ezwall"},"fabric-beta-publisher":{"buildDate":"Feb 09, 2019","dependencies":[{"name":"structs","optional":false,"version":"1.10"}],"developers":[{"developerId":"egor","email":"eneliuba@gmail.com","name":"Egor Neliuba"}],"excerpt":"A Jenkins plugin that lets you publish Android apps to Fabric Beta.","gav":"egor-n:fabric-beta-publisher:2.1","labels":["post-build","android","upload"],"name":"fabric-beta-publisher","previousTimestamp":"2018-02-07T12:45:45.00Z","previousVersion":"2.0","releaseTimestamp":"2019-02-09T10:15:55.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/fabric-beta-publisher-plugin","sha1":"X9u24krAH04hyJ8NXjRoVAFs5zI=","sha256":"67J5oOca9GsFrXemfJ7XB9DJibI9Vv31bsgJKxiJiXU=","title":"Fabric Beta Publisher","url":"http://updates.jenkins-ci.org/download/plugins/fabric-beta-publisher/2.1/fabric-beta-publisher.hpi","version":"2.1","wiki":"https://plugins.jenkins.io/fabric-beta-publisher"},"fail-the-build-plugin":{"buildDate":"Jul 18, 2011","compatibleSinceVersion":"0.3","dependencies":[],"developers":[{"developerId":"bap","email":"bap-jenkins@BapIT.co.uk","name":"Bap"}],"excerpt":"Change the build result to help testing job configuration","gav":"org.jenkins-ci.plugins:fail-the-build-plugin:1.0","labels":["builder"],"name":"fail-the-build-plugin","releaseTimestamp":"2011-07-18T18:19:34.00Z","requiredCore":"1.396","scm":"https://github.com/jenkinsci/fail-the-build-plugin","sha1":"0MU2dYZlY2ppCyoz+CYlAFiJ5mE=","sha256":"yX2wLcb+8ml4C3fSABqb+0m83JrC7iQs0QRFcJu30J4=","title":"Fail The Build","url":"http://updates.jenkins-ci.org/download/plugins/fail-the-build-plugin/1.0/fail-the-build-plugin.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/fail-the-build-plugin"},"failedJobDeactivator":{"buildDate":"Sep 08, 2015","dependencies":[{"name":"jobConfigHistory","optional":false,"version":"2.12"},{"name":"build-failure-analyzer","optional":false,"version":"1.13.0"},{"name":"mailer","optional":false,"version":"1.15"}],"developers":[{"developerId":"JochenAFuerbacher","email":"jochen.fuerbacher@1und1.de","name":"Jochen A. Fuerbacher"}],"excerpt":"This plugin deactivates or deletes jobs when they are unsed for a longer time.","gav":"de.einsundeins.jenkins.plugins.failedjobdeactivator:failedJobDeactivator:1.2.1","labels":["misc"],"name":"failedJobDeactivator","previousTimestamp":"2015-08-27T07:57:48.00Z","previousVersion":"1.2","releaseTimestamp":"2015-09-08T06:44:42.00Z","requiredCore":"1.607","scm":"https://github.com/jenkinsci/failedjobdeactivator-plugin","sha1":"3/nwhphM8M7i6YiAJGR2os33jr0=","sha256":"iimeu7GwN8IRihdSTaoeuE0+C6NPWhstwwT8qvo9HK8=","title":"Failed Job Deactivator","url":"http://updates.jenkins-ci.org/download/plugins/failedJobDeactivator/1.2.1/failedJobDeactivator.hpi","version":"1.2.1","wiki":"https://plugins.jenkins.io/failedJobDeactivator"},"fast-track":{"buildDate":"Jul 22, 2019","dependencies":[],"developers":[{"developerId":"itavero","email":"arno@moonen.xyz","name":"Arno Moonen"}],"excerpt":"Optimize the build queue using some simple (configurable) rules.","gav":"nl.arnom.jenkins:fast-track:1.0.0","labels":[],"minimumJavaVersion":"1.8","name":"fast-track","releaseTimestamp":"2019-07-22T17:46:37.00Z","requiredCore":"2.138.1","scm":"https://github.com/jenkinsci/fast-track-plugin","sha1":"NzPmi/mvVBxwL9ZK8KKosnvfZxs=","sha256":"N9XxA+ioVjOBGjVI6onSSw8EoWcK0eO+Soj/+l+wpLA=","title":"Fast Track Queue Optimizer","url":"http://updates.jenkins-ci.org/download/plugins/fast-track/1.0.0/fast-track.hpi","version":"1.0.0","wiki":"https://plugins.jenkins.io/fast-track"},"favorite":{"buildDate":"May 21, 2018","dependencies":[{"name":"mailer","optional":false,"version":"1.18"},{"name":"matrix-project","optional":false,"version":"1.7.1"},{"name":"token-macro","optional":false,"version":"2.0"}],"developers":[{"developerId":"lshatzer","email":"larrys@gmail.com","name":"Larry Shatzer, Jr."},{"developerId":"jamesdumay","email":"jdumay@cloudbees.com","name":"James Dumay"},{"developerId":"michaelneale","email":"mneale@cloudbees.com","name":"Michael Neale"}],"excerpt":"This plugin allows users to favorite a job.","gav":"org.jvnet.hudson.plugins:favorite:2.3.2","labels":["user","misc","ui","listview-column"],"name":"favorite","previousTimestamp":"2017-10-19T22:23:11.00Z","previousVersion":"2.3.1","releaseTimestamp":"2018-05-21T19:30:53.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/favorite-plugin","sha1":"OTpOTGs4lRC2gHcs/Q9pXJvjTro=","sha256":"1RVj3fRUHiD7VoqB0rZGMrlA6qAzjQHkHI/1H+w1wbM=","title":"Favorite","url":"http://updates.jenkins-ci.org/download/plugins/favorite/2.3.2/favorite.hpi","version":"2.3.2","wiki":"https://plugins.jenkins.io/favorite"},"favorite-view":{"buildDate":"Feb 07, 2012","dependencies":[],"developers":[{"developerId":"tom"}],"excerpt":"","gav":"org.jenkins-ci.plugins:favorite-view:1.0","labels":["ui"],"name":"favorite-view","releaseTimestamp":"2012-02-07T18:16:49.00Z","requiredCore":"1.398","scm":"https://github.com/jenkinsci/favorite-view-plugin","sha1":"lWM1FpD9J93rASFcHQIaoI8yKnc=","sha256":"yR1I3WC/MzW7xxlCK10fk8699kbpCETEropPWCNYWfI=","title":"Favorite View","url":"http://updates.jenkins-ci.org/download/plugins/favorite-view/1.0/favorite-view.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/favorite-view"},"feature-branch-notifier":{"buildDate":"Nov 16, 2014","dependencies":[{"name":"matrix-project","optional":false,"version":"1.3"},{"name":"jenkins-multijob-plugin","optional":false,"version":"1.9"},{"name":"mercurial","optional":false,"version":"1.46"}],"developers":[{"developerId":"poolik","email":"tonis.pool@gmail.com","name":"Tonis Pool"}],"excerpt":"Feature branch notifier plugin is an alternative solution to launching builds dynamically on different branches. Instead of cloning projects and configuring them to work on different branches, one job's builds will run on branches that have updates.","gav":"org.jenkins-ci.plugins:feature-branch-notifier:1.4","labels":["scm-related","trigger"],"name":"feature-branch-notifier","previousTimestamp":"2013-11-30T15:13:03.00Z","previousVersion":"1.3","releaseTimestamp":"2014-11-16T12:30:47.00Z","requiredCore":"1.568","sha1":"ujhUZys2PWCor8R+9r1YKUfTmc4=","sha256":"IC8Kg9DF2BBX0KMBqPqdNODa4k8KSuWwh6JiU4Pre9Q=","title":"Feature branch notifier","url":"http://updates.jenkins-ci.org/download/plugins/feature-branch-notifier/1.4/feature-branch-notifier.hpi","version":"1.4","wiki":"https://plugins.jenkins.io/feature-branch-notifier"},"fedora-module-build-system":{"buildDate":"Sep 08, 2017","dependencies":[{"name":"workflow-cps","optional":false,"version":"2.39"},{"name":"workflow-durable-task-step","optional":false,"version":"2.14"},{"name":"workflow-step-api","optional":false,"version":"2.12"},{"name":"workflow-support","optional":false,"version":"2.14"},{"name":"durable-task","optional":false,"version":"1.14"},{"name":"script-security","optional":false,"version":"1.33"}],"developers":[{"developerId":"scoheb","email":"shebert@redhat.com","name":"Scott Hebert"}],"excerpt":"Submit and monitor Fedora Module Build System requests","gav":"org.jenkins-ci.plugins:fedora-module-build-system:1.0.1","labels":[],"name":"fedora-module-build-system","releaseTimestamp":"2017-09-08T21:27:27.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/fedora-module-build-system-plugin","sha1":"bMprZBckXgn/m4mqJFlErxhSC5g=","sha256":"1FAgEEP/T34WPgQQJhuS6VjtQZLPV39dNrcsyo+kmcI=","title":"Fedora Module Build System","url":"http://updates.jenkins-ci.org/download/plugins/fedora-module-build-system/1.0.1/fedora-module-build-system.hpi","version":"1.0.1","wiki":"https://plugins.jenkins.io/fedora-module-build-system"},"figlet-buildstep":{"buildDate":"Oct 30, 2015","dependencies":[{"name":"workflow-step-api","optional":true,"version":"1.10"}],"developers":[{"developerId":"slide"}],"excerpt":"This plugin will allow you to print out a banner as a build step.","gav":"org.jenkins-ci.plugins:figlet-buildstep:0.2","labels":["builder"],"name":"figlet-buildstep","previousTimestamp":"2014-04-05T13:21:57.00Z","previousVersion":"0.1","releaseTimestamp":"2015-10-30T05:22:11.00Z","requiredCore":"1.625.1","scm":"https://github.com/jenkinsci/figlet-buildstep-plugin","sha1":"k4mii3ZWQ5ZqvOq9n5a2gUK+Wig=","sha256":"TO95rkPINfcMfcp826tKedFOiyHacsTIGD26lYuKXwc=","title":"Figlet Buildstep","url":"http://updates.jenkins-ci.org/download/plugins/figlet-buildstep/0.2/figlet-buildstep.hpi","version":"0.2","wiki":"https://plugins.jenkins.io/figlet-buildstep"},"file-leak-detector":{"buildDate":"Nov 02, 2018","dependencies":[],"developers":[{"developerId":"jeffret"}],"excerpt":"Monitors and detects file handle leaks in Jenkins.","gav":"com.cloudbees.jenkins.plugins:file-leak-detector:1.6","labels":["misc"],"name":"file-leak-detector","previousTimestamp":"2018-04-16T14:20:21.00Z","previousVersion":"1.5","releaseTimestamp":"2018-11-02T17:32:48.00Z","requiredCore":"2.7.3","scm":"https://github.com/jenkinsci/file-leak-detector-plugin","sha1":"mLlCHtUxb6Dcom3QW9bCLpQu96I=","sha256":"Zwsz/8qSwSlqfwNpHsDR/eAOWDf9F7Fk39QyOlyYdNU=","title":"CloudBees File Leak Detector","url":"http://updates.jenkins-ci.org/download/plugins/file-leak-detector/1.6/file-leak-detector.hpi","version":"1.6","wiki":"https://plugins.jenkins.io/file-leak-detector"},"file-operations":{"buildDate":"Sep 04, 2017","dependencies":[{"name":"structs","optional":false,"version":"1.6"},{"name":"job-dsl","optional":true,"version":"1.41"}],"developers":[{"developerId":"pskumar448","email":"pskumar448@gmail.com","name":"Suresh Kumar"}],"excerpt":"This plugin's main goal is to provide File Operations as Build Step.","gav":"sp.sd:file-operations:1.7","labels":["builder"],"name":"file-operations","previousTimestamp":"2017-05-04T03:31:00.00Z","previousVersion":"1.6","releaseTimestamp":"2017-09-04T07:00:39.00Z","requiredCore":"1.651.3","scm":"https://github.com/jenkinsci/file-operations-plugin","sha1":"7N/2GBGUn0yTENRI7IOg/WhlRcA=","sha256":"R0qHX8BRheLMCzX3vbb0P6jG0KAKQBsPaDRVLT1QOHg=","title":"File Operations","url":"http://updates.jenkins-ci.org/download/plugins/file-operations/1.7/file-operations.hpi","version":"1.7","wiki":"https://plugins.jenkins.io/file-operations"},"files-found-trigger":{"buildDate":"Mar 14, 2017","dependencies":[],"developers":[{"developerId":"stevengbrown","email":"StevenGBrown@gmail.com","name":"Steven Brown"}],"excerpt":"Schedules a build when certain files exist.","gav":"org.jenkins-ci.plugins:files-found-trigger:1.5","labels":["trigger"],"name":"files-found-trigger","previousTimestamp":"2015-08-15T05:38:02.00Z","previousVersion":"1.4","releaseTimestamp":"2017-03-14T11:51:31.00Z","requiredCore":"1.580.1","scm":"https://github.com/jenkinsci/files-found-trigger-plugin","sha1":"Sz1VUqQsFcfb1zmB4ELH0UR7dOI=","sha256":"JmJVZnRPsFa6sBFGZes6GhNnOIXx+O3duOH9YeWDEKs=","title":"Files Found Trigger","url":"http://updates.jenkins-ci.org/download/plugins/files-found-trigger/1.5/files-found-trigger.hpi","version":"1.5","wiki":"https://plugins.jenkins.io/files-found-trigger"},"filesystem-list-parameter-plugin":{"buildDate":"Mar 23, 2019","dependencies":[],"developers":[{"developerId":"aendter","email":"aendter83@gmail.com","name":"Alexander Endter"}],"excerpt":"Plugin lists file system objects to choose as build parameter","gav":"aendter.jenkins.plugins:filesystem-list-parameter-plugin:0.0.5","labels":["parameter"],"minimumJavaVersion":"1.7","name":"filesystem-list-parameter-plugin","previousTimestamp":"2018-02-23T19:56:59.00Z","previousVersion":"0.0.4","releaseTimestamp":"2019-03-23T21:04:08.00Z","requiredCore":"2.7.3","scm":"https://github.com/jenkinsci/filesystem-list-parameter-plugin","sha1":"7EefYT9BV3mh79VxYfSyDzGOQWA=","sha256":"FF2a7mdEquVE+SxzmHMuiM4JAAlQkZyMGo3d/DDlViA=","title":"Filesystem List Parameter","url":"http://updates.jenkins-ci.org/download/plugins/filesystem-list-parameter-plugin/0.0.5/filesystem-list-parameter-plugin.hpi","version":"0.0.5","wiki":"https://plugins.jenkins.io/filesystem-list-parameter-plugin"},"filesystem_scm":{"buildDate":"Jan 31, 2018","dependencies":[{"name":"structs","optional":false,"version":"1.5"}],"developers":[{"developerId":"samngms","email":"samngms@yahoo.com","name":"Sam NG"},{"developerId":"kutzi","email":"kutzi@gmx.de","name":"Christoph Kutzinski"},{"developerId":"oleg_nenashev","email":"o.v.nenashev@gmail.com","name":"Oleg Nenashev"}],"excerpt":"File System SCM","gav":"hudson.plugins.filesystem_scm:filesystem_scm:2.1","labels":["scm"],"name":"filesystem_scm","previousTimestamp":"2017-12-08T09:47:02.00Z","previousVersion":"2.0","releaseTimestamp":"2018-01-31T17:52:36.00Z","requiredCore":"1.642.3","scm":"https://github.com/jenkinsci/filesystem_scm-plugin","sha1":"mIzzyUjTMegn1QitxC0m98tP4W0=","sha256":"ayGwFZfIsuDXBusHGW/PZ3osaTDOrSzMChwWIWunBTo=","title":"File System SCM","url":"http://updates.jenkins-ci.org/download/plugins/filesystem_scm/2.1/filesystem_scm.hpi","version":"2.1","wiki":"https://plugins.jenkins.io/filesystem_scm"},"findbugs":{"buildDate":"Dec 21, 2018","dependencies":[{"name":"maven-plugin","optional":false,"version":"2.17"},{"name":"dashboard-view","optional":true,"version":"2.9.4"},{"name":"matrix-project","optional":false,"version":"1.7.1"},{"name":"token-macro","optional":true,"version":"2.1"},{"name":"analysis-core","optional":false,"version":"1.94"}],"developers":[{"developerId":"drulli","email":"ullrich.hafner@gmail.com","name":"Ulli Hafner"}],"excerpt":"The FindBugs plug-in reached end-of-life. All functionality has been integrated into the Warnings Next Generation Plugin<\/a>.","gav":"org.jvnet.hudson.plugins:findbugs:5.0.0","labels":["maven","report"],"name":"findbugs","previousTimestamp":"2018-01-12T15:01:46.00Z","previousVersion":"4.72","releaseTimestamp":"2018-12-21T13:47:59.00Z","requiredCore":"1.625.1","scm":"https://github.com/jenkinsci/findbugs-plugin","sha1":"XeURvyUuo1186hZFG/0W6j06G7U=","sha256":"4bvhXPvgAQYYxiaMpQBcgD0htMSixw784As0yb4yzOk=","title":"FindBugs","url":"http://updates.jenkins-ci.org/download/plugins/findbugs/5.0.0/findbugs.hpi","version":"5.0.0","wiki":"https://plugins.jenkins.io/findbugs"},"fireline":{"buildDate":"Aug 12, 2019","dependencies":[],"developers":[{"developerId":"oggboy","email":"353961709@qq.com","name":"丁老九"}],"excerpt":"火线是一款支持Android和Java的静态代码扫描工具,支持安全和资源泄露规则的检查。最新版本已经兼容阿里巴巴Java代码规范(P3C)。","gav":"org.jenkins-ci.plugins.plugin:fireline:1.7.2","labels":[],"name":"fireline","previousTimestamp":"2019-03-20T10:56:44.00Z","previousVersion":"1.7.0","releaseTimestamp":"2019-08-12T13:17:30.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/fireline-plugin","sha1":"rSdqZn/uFBzDKpy/R3ye2CN27ds=","sha256":"ROMJwmlzEa8inRj/aHPLYDsxCPb0uqzi4fm+SPZaaSc=","title":"360 FireLine","url":"http://updates.jenkins-ci.org/download/plugins/fireline/1.7.2/fireline.hpi","version":"1.7.2","wiki":"https://plugins.jenkins.io/fireline"},"fitnesse":{"buildDate":"Jan 12, 2019","dependencies":[{"name":"junit","optional":false,"version":"1.3"},{"name":"structs","optional":false,"version":"1.7"}],"developers":[{"developerId":"prime8","email":"tim bacon at gmail dotcom","name":"timbacon"},{"developerId":"jaruzafa","email":"ja ruzafa at gmail dotcom","name":"jaruza"}],"excerpt":"This plugin can launch fitnesse<\/a> tests as a build step and display reports as a post-build step.","gav":"org.jenkins-ci.plugins:fitnesse:1.28","labels":["report","builder"],"name":"fitnesse","previousTimestamp":"2018-12-20T20:27:53.00Z","previousVersion":"1.27","releaseTimestamp":"2019-01-12T12:29:20.00Z","requiredCore":"2.60.1","scm":"https://github.com/jenkinsci/fitnesse-plugin","sha1":"loxxZbb+8+Imo4mkOxCzA1TYUtw=","sha256":"BdbA3sC/f3wePM/q5FoogShgdv6FA+t5nyUIKK2b1BE=","title":"FitNesse","url":"http://updates.jenkins-ci.org/download/plugins/fitnesse/1.28/fitnesse.hpi","version":"1.28","wiki":"https://plugins.jenkins.io/fitnesse"},"flaky-test-handler":{"buildDate":"Jan 20, 2016","dependencies":[{"name":"junit","optional":false,"version":"1.4"},{"name":"git","optional":false,"version":"2.2.2"},{"name":"git-client","optional":true,"version":"1.9.1"}],"developers":[{"developerId":"seriousamlqz","email":"qingzhouluo@gmail.com","name":"Qingzhou Luo"},{"developerId":"jmicco","email":"jmicco@google.com","name":"John Micco"}],"excerpt":"This plugin is used to provide various support for handling flaky tests. It currently supports for Git and Maven. It includes support for the latest version of the Maven surefire plug-in which produces additional data about test flakiness using the new "rerunFailingTestsCount" option. It also supports re-running only failed tests for a failed build at the exact failed Git revision. Finally it aggregates statistics of tests (passes, fails and flakes) over Git revisions.","gav":"org.jenkins-ci.plugins:flaky-test-handler:1.0.4","labels":["misc","post-build"],"name":"flaky-test-handler","previousTimestamp":"2016-01-16T22:41:30.00Z","previousVersion":"1.0.3","releaseTimestamp":"2016-01-20T18:30:02.00Z","requiredCore":"1.580.1","scm":"https://github.com/jenkinsci/flaky-test-handler-plugin","sha1":"cGeU/WS3sTdCPQbOxUEw87ZMBWU=","sha256":"lR/NLx5LiIvKtLVPJ++D1YMDqAvFJQ8nAkn7yyS9nXw=","title":"Flaky Test Handler","url":"http://updates.jenkins-ci.org/download/plugins/flaky-test-handler/1.0.4/flaky-test-handler.hpi","version":"1.0.4","wiki":"https://plugins.jenkins.io/flaky-test-handler"},"flashlog-plugin":{"buildDate":"Jan 06, 2011","dependencies":[],"developers":[{"developerId":"ddragosd","email":"ddragosd@gmail.com","name":"Dragos Dascalita Haut"}],"excerpt":"This plugin gives you access to the Flash Player Logs generated during the build. The flashlog.txt will be stored in the build artifacts.","gav":"org.jvnet.hudson.plugins:flashlog-plugin:1.0","labels":["report"],"name":"flashlog-plugin","releaseTimestamp":"2011-01-06T10:08:13.00Z","requiredCore":"1.392","scm":"https://github.com/jenkinsci/flashlog-plugin","sha1":"F4KFOvCOMEx+gNvZ1hb0UY5aBas=","sha256":"3W58xeqWIU5mSjsLar2/igWZTlkmyjO0A4hZAaZANR4=","title":"FlashLog","url":"http://updates.jenkins-ci.org/download/plugins/flashlog-plugin/1.0/flashlog-plugin.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/flashlog-plugin"},"flexdeploy":{"buildDate":"Oct 04, 2017","dependencies":[{"name":"credentials","optional":false,"version":"2.1.4"}],"developers":[{"developerId":"bhoffman20","email":"ben.hoffman@flexagon.com","name":"Ben Hoffman"}],"excerpt":"This is a plugin for interacting with FlexDeploy from Jenkins.","gav":"org.jenkins-ci.plugins:flexdeploy:1.9.6","labels":[],"name":"flexdeploy","previousTimestamp":"2017-05-30T17:30:10.00Z","previousVersion":"1.9.2","releaseTimestamp":"2017-10-04T18:31:41.00Z","requiredCore":"2.0","scm":"https://github.com/jenkinsci/flexdeploy-plugin","sha1":"oh9LltMQqXOLTyhDkFzkINAnG2E=","sha256":"06YCJrcydOATBeHK5wJQtGpy2zXE5ww5CAmgkEfAT5o=","title":"FlexDeploy","url":"http://updates.jenkins-ci.org/download/plugins/flexdeploy/1.9.6/flexdeploy.hpi","version":"1.9.6","wiki":"https://plugins.jenkins.io/flexdeploy"},"flexible-publish":{"buildDate":"Jun 06, 2015","compatibleSinceVersion":"0.15","dependencies":[{"name":"token-macro","optional":false,"version":"1.5.1"},{"name":"run-condition","optional":false,"version":"0.7"}],"developers":[{"developerId":"bap","email":"bap-jenkins@BapIT.co.uk","name":"Bap"},{"developerId":"ikedam","name":"IKEDA Yasuyuki"}],"excerpt":"Choose the order of publisher execution and make the execution conditional","gav":"org.jenkins-ci.plugins:flexible-publish:0.15.2","labels":[],"name":"flexible-publish","previousTimestamp":"2015-03-29T13:46:56.00Z","previousVersion":"0.15.1","releaseTimestamp":"2015-06-06T06:00:38.00Z","requiredCore":"1.425","scm":"https://github.com/jenkinsci/flexible-publish-plugin","sha1":"ZOmUwwDj90JnF98IIeSnczDGToI=","sha256":"fpibzt1K+IEEKXJqmLlmlZ8vO0iF8s6YBncCnn0MmJQ=","title":"Flexible Publish","url":"http://updates.jenkins-ci.org/download/plugins/flexible-publish/0.15.2/flexible-publish.hpi","version":"0.15.2","wiki":"https://plugins.jenkins.io/flexible-publish"},"flexteam":{"buildDate":"Nov 03, 2011","dependencies":[],"developers":[{"developerId":"mindless","email":"alan.harder@gmail.com","name":"Alan Harder"},{"developerId":"jieryn","email":"jieryn@gmail.com","name":"Jesse Farinacci"}],"excerpt":"Utilities for Flex application jobs.","gav":"org.jvnet.hudson.plugins:flexteam:1.1","labels":[],"name":"flexteam","releaseTimestamp":"2011-11-03T18:58:50.00Z","requiredCore":"1.392","scm":"https://github.com/jenkinsci/flexteam-plugin","sha1":"C9cBIUV6zcpcsSPLFg0lXbzEebc=","sha256":"dY0LC4xMSGV4rBe+260nJdg02XKa9rTTqasg/dpgcmw=","title":"FlexTeam","url":"http://updates.jenkins-ci.org/download/plugins/flexteam/1.1/flexteam.hpi","version":"1.1","wiki":"https://plugins.jenkins.io/flexteam"},"flock":{"buildDate":"Aug 08, 2019","dependencies":[{"name":"structs","optional":false,"version":"1.19"}],"developers":[{"developerId":"am"}],"excerpt":"This plugin publishes build status to Flock channels.","gav":"io.jenkins.plugins:flock:1.0.1","labels":[],"minimumJavaVersion":"1.8","name":"flock","previousTimestamp":"2019-08-06T18:21:24.00Z","previousVersion":"1.0.0","releaseTimestamp":"2019-08-08T11:04:45.00Z","requiredCore":"2.138.4","scm":"https://github.com/jenkinsci/flock-plugin","sha1":"wlgUBKAEKNZiyg4QPV0XQ1PzDu8=","sha256":"doxPNOKPxhqkWGvTnlWXG1xlIRQgsKqHlopJkvPYJQM=","title":"Flock Notification","url":"http://updates.jenkins-ci.org/download/plugins/flock/1.0.1/flock.hpi","version":"1.0.1","wiki":"https://plugins.jenkins.io/flock"},"flow":{"buildDate":"Oct 31, 2013","dependencies":[],"developers":[{"developerId":"flow","email":"info@startflowing.net","name":"Flow Technologies"}],"excerpt":"Adds integration to FLOW - http://startflowing.net","gav":"org.jenkins-ci.plugins:flow:1.3","labels":["post-build","builder","trigger","ui"],"name":"flow","previousTimestamp":"2013-07-18T09:15:01.00Z","previousVersion":"1.2","releaseTimestamp":"2013-10-31T09:13:48.00Z","requiredCore":"1.450","sha1":"4k8LqsLYWaOV4sQE07UHj3JkcAA=","sha256":"OeLAoW6EHPpt52ofG2Sq3KkfvXIBfFDXrlsmc8PadR8=","title":"FLOW","url":"http://updates.jenkins-ci.org/download/plugins/flow/1.3/flow.hpi","version":"1.3","wiki":"https://plugins.jenkins.io/flow"},"fluentd":{"buildDate":"Apr 06, 2018","dependencies":[{"name":"gerrit-trigger","optional":true,"version":"2.15.0"}],"developers":[{"developerId":"Jimilian","email":"alexander.akbashev@here.com","name":"Alexander Akbashev"}],"excerpt":"This plugin adds logger for Fluentd to project.","gav":"org.jenkins-ci.plugins:fluentd:0.1.5","labels":["report"],"name":"fluentd","previousTimestamp":"2018-03-05T12:40:36.00Z","previousVersion":"0.1.4","releaseTimestamp":"2018-04-06T14:47:37.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/fluentd-plugin","sha1":"YLpgbjsbpJ+QCe5K6de2AnlbMxE=","sha256":"OleJNzqGfY0T8eoovUqe5ws+D+vxrbNxocThQjTQ8OI=","title":"Fluentd","url":"http://updates.jenkins-ci.org/download/plugins/fluentd/0.1.5/fluentd.hpi","version":"0.1.5","wiki":"https://plugins.jenkins.io/fluentd"},"flyway-runner":{"buildDate":"Mar 15, 2017","compatibleSinceVersion":"1.9","dependencies":[{"name":"structs","optional":false,"version":"1.6"},{"name":"credentials","optional":false,"version":"2.1.0"},{"name":"job-dsl","optional":true,"version":"1.41"}],"developers":[{"developerId":"pskumar448","email":"pskumar448@gmail.com","name":"Suresh Kumar"}],"excerpt":"This plugin is a sample to explain how to write a Jenkins plugin.","gav":"sp.sd:flyway-runner:1.9","labels":["builder"],"name":"flyway-runner","previousTimestamp":"2017-02-24T02:34:01.00Z","previousVersion":"1.8","releaseTimestamp":"2017-03-15T03:24:30.00Z","requiredCore":"1.651.3","scm":"https://github.com/jenkinsci/flyway-runner-plugin","sha1":"nwzoyRLNmOY9lyDRcyCsMyHoIjM=","sha256":"QPzCr5yUminFtg/hTT2IoZCtAljTD0Qs0Rc3ZNV5AoU=","title":"Flyway Runner","url":"http://updates.jenkins-ci.org/download/plugins/flyway-runner/1.9/flyway-runner.hpi","version":"1.9","wiki":"https://plugins.jenkins.io/flyway-runner"},"fogbugz":{"buildDate":"Aug 24, 2015","dependencies":[{"name":"envinject","optional":false,"version":"1.92.1"},{"name":"junit","optional":false,"version":"1.8"}],"developers":[{"developerId":"pliljenberg","email":"pliljenberg@gmail.com","name":"Peter Liljenberg"},{"developerId":"maikelwever","email":"maikel@maikelwever.nl","name":"Maikel Wever"},{"developerId":"bubenkoff","email":"bubenkoff@gmail.com","name":"Anatoly Bubenkov"},{"developerId":"dzittersteyn","email":"zittersteyn@gmail.com","name":"Dirk Zittersteyn"}],"excerpt":"This plugin integrates Fogbugz<\/a> into Jenkins.
It is also able to trigger build from a Fogbugz URLtrigger, and add links to a case on the build page.","gav":"org.jenkins-ci.plugins:fogbugz:2.2.17","labels":["external","scm-related","misc"],"name":"fogbugz","previousTimestamp":"2015-08-24T11:17:42.00Z","previousVersion":"2.2.16","releaseTimestamp":"2015-08-24T11:25:22.00Z","requiredCore":"1.580.1","scm":"https://github.com/jenkinsci/fogbugz-plugin","sha1":"yw5N6Myka3qb4tOE6g2hNZ78n4o=","sha256":"DN86UCepEPK7rKZk5eA9fvtijQfSd7wGbSAbYJmmJ+o=","title":"Fogbugz","url":"http://updates.jenkins-ci.org/download/plugins/fogbugz/2.2.17/fogbugz.hpi","version":"2.2.17","wiki":"https://plugins.jenkins.io/fogbugz"},"folder-auth":{"buildDate":"Aug 31, 2019","dependencies":[{"name":"configuration-as-code","optional":true,"version":"1.29"},{"name":"cloudbees-folder","optional":false,"version":"6.4"}],"developers":[{"developerId":"AbhyudayaSharma","email":"sharmaabhyudaya@gmail.com","name":"Abhyudaya Sharma"}],"excerpt":"Allows configuring users' permissions to projects organized in folders from the Cloudbees Folder plugin.","gav":"io.jenkins.plugins:folder-auth:1.0.2","labels":[],"minimumJavaVersion":"1.8","name":"folder-auth","previousTimestamp":"2019-08-11T06:56:54.00Z","previousVersion":"1.0.1","releaseTimestamp":"2019-08-31T06:21:03.00Z","requiredCore":"2.164.1","scm":"https://github.com/jenkinsci/folder-auth-plugin","sha1":"qWLqlUb3zyBo/zK1L0Q6URAA0TI=","sha256":"iPMWdpIFrp9Lw9QTN+M0UZ6wFVyL3aCa27NXbQSD6DY=","title":"Folder-based Authorization Strategy","url":"http://updates.jenkins-ci.org/download/plugins/folder-auth/1.0.2/folder-auth.hpi","version":"1.0.2","wiki":"https://plugins.jenkins.io/folder-auth"},"folder-properties":{"buildDate":"Jul 31, 2018","dependencies":[{"name":"cloudbees-folder","optional":false,"version":"5.14"},{"name":"script-security","optional":false,"version":"1.18"},{"name":"structs","optional":false,"version":"1.2"}],"developers":[{"developerId":"mig82","email":"miguelangelxfm@gmail.com","name":"Miguelangel Fernandez"}],"excerpt":"Allows defining properties for folders which are then inherited by all contained jobs.","gav":"com.mig82:folder-properties:1.0","labels":[],"name":"folder-properties","releaseTimestamp":"2018-07-31T15:11:15.00Z","requiredCore":"1.642.4","scm":"https://github.com/jenkinsci/folder-properties-plugin","sha1":"T/SnHhbzgMA+rHyF30Bd9golEr4=","sha256":"GGxenEE20pnbbO7q7L2vLvVCHEFhzDBtx3tmxZzHgfY=","title":"Folder Properties","url":"http://updates.jenkins-ci.org/download/plugins/folder-properties/1.0/folder-properties.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/folder-properties"},"forensics-api":{"buildDate":"Sep 03, 2019","dependencies":[{"name":"workflow-api","optional":false,"version":"2.34"},{"name":"workflow-cps","optional":false,"version":"2.67"},{"name":"workflow-job","optional":false,"version":"2.32"}],"developers":[{"developerId":"hafner"}],"excerpt":"Jenkins plug-that defines an API to mine and analyze data from a repository.","gav":"io.jenkins.plugins:forensics-api:0.4.1","labels":[],"minimumJavaVersion":"1.8","name":"forensics-api","previousTimestamp":"2019-09-02T21:57:26.00Z","previousVersion":"0.4.0","releaseTimestamp":"2019-09-03T21:20:00.00Z","requiredCore":"2.138.4","scm":"https://github.com/jenkinsci/forensics-api-plugin","sha1":"/96lalaZccObXwne0JJOds8FrbY=","sha256":"qc/4Gkqa3WVHUwKNaqhg9WbBko8nMLSgVyVPqUmkvas=","title":"Forensics API","url":"http://updates.jenkins-ci.org/download/plugins/forensics-api/0.4.1/forensics-api.hpi","version":"0.4.1","wiki":"https://plugins.jenkins.io/forensics-api"},"form-element-path":{"buildDate":"Jun 11, 2019","dependencies":[],"developers":[{"developerId":"jglick"}],"excerpt":"Adds Path designators to form elements to simplify Selenium testing of Jenkins.","gav":"org.jenkins-ci.plugins:form-element-path:1.9","labels":[],"minimumJavaVersion":"1.8","name":"form-element-path","previousTimestamp":"2016-11-04T09:26:46.00Z","previousVersion":"1.8","releaseTimestamp":"2019-06-11T14:20:35.00Z","requiredCore":"2.176.1","scm":"https://github.com/jenkinsci/form-element-path-plugin","sha1":"yoMACaLVpmWxZUG+UbRbqTCDQ4A=","sha256":"Gkg3E7ZXdSdVqJLHpCjOarm9T8d6aqv3unqQsu3teyE=","title":"Form element path","url":"http://updates.jenkins-ci.org/download/plugins/form-element-path/1.9/form-element-path.hpi","version":"1.9","wiki":"https://plugins.jenkins.io/form-element-path"},"fortify":{"buildDate":"Feb 22, 2019","dependencies":[{"name":"workflow-step-api","optional":false,"version":"2.16"}],"developers":[{"developerId":"akaryakina","email":"akarjakina@gmail.com","name":"Anna Karyakina"}],"excerpt":"Adds the ability to perform security analysis with Fortify Static Code Analyzer, upload results to Software Security Center, show analysis results summary, and set build failure criteria based on analysis results. See
Using the Micro Focus Fortify Jenkins Plugin<\/a> guide.","gav":"org.jenkins-ci.plugins:fortify:19.1.29","labels":[],"name":"fortify","previousTimestamp":"2019-02-22T02:37:06.00Z","previousVersion":"19.1.28","releaseTimestamp":"2019-02-22T02:49:33.00Z","requiredCore":"2.107.3","scm":"https://github.com/jenkinsci/fortify-plugin","sha1":"Y5SGyveHJ75UzzSU+vilruflAJg=","sha256":"iKMrQ9RZPR6eIV4u4dUOGaKxTsP9m1i1+Yj4AjWZGkQ=","title":"Fortify","url":"http://updates.jenkins-ci.org/download/plugins/fortify/19.1.29/fortify.hpi","version":"19.1.29","wiki":"https://plugins.jenkins.io/fortify"},"fortify-cloudscan-jenkins-plugin":{"buildDate":"Jun 13, 2018","dependencies":[],"developers":[{"email":"steve.springett@owasp.org","name":"Steve Springett"}],"excerpt":"This plug-in provides easy configuration of HP Fortify CloudScan jobs.","gav":"org.jenkins-ci.plugins:fortify-cloudscan-jenkins-plugin:1.5.2","labels":[],"name":"fortify-cloudscan-jenkins-plugin","previousTimestamp":"2018-04-27T20:45:11.00Z","previousVersion":"1.5.1","releaseTimestamp":"2018-06-13T19:50:57.00Z","requiredCore":"2.60.1","scm":"https://github.com/jenkinsci/fortify-cloudscan-plugin","sha1":"Tn83C2V0oqwn5FsTdj1G9IGUpzY=","sha256":"3iWwXGCEF+6zt+DEdPsht+Xz4rIo8kR18hTNdgifV20=","title":"Fortify CloudScan","url":"http://updates.jenkins-ci.org/download/plugins/fortify-cloudscan-jenkins-plugin/1.5.2/fortify-cloudscan-jenkins-plugin.hpi","version":"1.5.2","wiki":"https://plugins.jenkins.io/fortify-cloudscan-jenkins-plugin"},"fortify-on-demand-uploader":{"buildDate":"Apr 05, 2019","dependencies":[{"name":"workflow-step-api","optional":false,"version":"2.16"}],"developers":[{"developerId":"ryancblack","email":"ryanblack@gmail.com","name":"Ryan Black"},{"developerId":"michael-a-marshall","email":"michaelmarshallatwork@gmail.com","name":"Michael Marshall"},{"developerId":"petebeegle","name":"Pete Beegle"},{"developerId":"mtgibbs","email":"matt@mtgibbs.xyz","name":"Matt Gibbs"}],"excerpt":"This plugin uploads code and libraries to Fortify on Demand.","gav":"org.jenkins-ci.plugins:fortify-on-demand-uploader:3.0.12","labels":["external","report","devops","misc"],"name":"fortify-on-demand-uploader","previousTimestamp":"2019-03-22T17:47:25.00Z","previousVersion":"3.0.11","releaseTimestamp":"2019-04-05T13:58:37.00Z","requiredCore":"2.121.3","scm":"https://github.com/jenkinsci/fortify-on-demand-uploader-plugin","sha1":"Gx3zjzfoSedrAXKjiP85EKEZQuQ=","sha256":"KhRgONYmJuAeNevznVNsbGtzAuh0aQ+Rp7DRyKaugsU=","title":"Fortify on Demand Uploader","url":"http://updates.jenkins-ci.org/download/plugins/fortify-on-demand-uploader/3.0.12/fortify-on-demand-uploader.hpi","version":"3.0.12","wiki":"https://plugins.jenkins.io/fortify-on-demand-uploader"},"frugal-testing":{"buildDate":"Jul 08, 2019","dependencies":[{"name":"credentials","optional":false,"version":"1.22"}],"developers":[{"developerId":"frugaltesting","email":"info@frugaltesting.com","name":"Bharti Garg"},{"developerId":"jakshatdesai","email":"jakshatdesai@gmail.com","name":"Jakshat Desai"}],"excerpt":"This plugin integrates Frugal Testing - a cloud based load testing solution to Jenkins","gav":"io.jenkins.plugins:frugal-testing:1.1","labels":[],"name":"frugal-testing","previousTimestamp":"2019-06-22T05:17:27.00Z","previousVersion":"1.0","releaseTimestamp":"2019-07-08T11:07:18.00Z","requiredCore":"2.7.3","scm":"https://github.com/jenkinsci/frugal-testing-plugin","sha1":"3L0XqmMfOFWYLBoMWfj8zdVCAls=","sha256":"4SrK/pJ0TDlEORQnRzam0OjyHBYR/YZGu6lfphoFtlg=","title":"Frugal Testing","url":"http://updates.jenkins-ci.org/download/plugins/frugal-testing/1.1/frugal-testing.hpi","version":"1.1","wiki":"https://plugins.jenkins.io/frugal-testing"},"fstrigger":{"buildDate":"May 09, 2014","dependencies":[],"developers":[{"developerId":"gbois","email":"gregory.boissinot@gmail.com","name":"Gregory Boissinot"}],"excerpt":"The plug-in makes it possible to monitor changes of a file or a set of files in a folder.","gav":"org.jenkins-ci.plugins:fstrigger:0.39","labels":["trigger"],"name":"fstrigger","previousTimestamp":"2013-08-06T13:37:15.00Z","previousVersion":"0.38","releaseTimestamp":"2014-05-09T17:49:28.00Z","requiredCore":"1.554.1","scm":"https://github.com/jenkinsci/fstrigger-plugin","sha1":"1P141zKBdMxI8Rt4fjR0vdeICq0=","sha256":"7i5C0bb9p5bt4f0OxNvY8Q4MmB49vecA6w2KdhcCDPU=","title":"Filesystem Trigger","url":"http://updates.jenkins-ci.org/download/plugins/fstrigger/0.39/fstrigger.hpi","version":"0.39","wiki":"https://plugins.jenkins.io/fstrigger"},"ftp-rename":{"buildDate":"Jun 16, 2018","dependencies":[],"developers":[{"developerId":"bruno.cantisano","email":"bruno.cantisano@gmail.com","name":"Bruno Cantisano"}],"excerpt":"This plugin makes it possible to rename a file in a ftp server.","gav":"org.jenkins-ci.plugins:ftp-rename:1.2","labels":[],"name":"ftp-rename","previousTimestamp":"2017-04-26T20:14:31.00Z","previousVersion":"1.1","releaseTimestamp":"2018-06-16T03:57:25.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/ftp-rename-plugin","sha1":"FNh/FSej83TuzdlO8ra766l4eow=","sha256":"wYpIw3qAiaHWf4FJLFrgBS64qqvjOrvzuDeI4BGYAQ0=","title":"FTP Rename","url":"http://updates.jenkins-ci.org/download/plugins/ftp-rename/1.2/ftp-rename.hpi","version":"1.2","wiki":"https://plugins.jenkins.io/ftp-rename"},"ftppublisher":{"buildDate":"Jul 13, 2011","compatibleSinceVersion":"1.0","dependencies":[],"developers":[{"developerId":"jacob"}],"excerpt":"This plugin can be used to upload project artifacts and whole directories to an ftp server.","gav":"org.jvnet.hudson.plugins:ftppublisher:1.2","labels":["upload"],"name":"ftppublisher","previousTimestamp":"2011-07-05T23:52:28.00Z","previousVersion":"1.1.4","releaseTimestamp":"2011-07-13T23:45:45.00Z","requiredCore":"1.349","scm":"https://github.com/jenkinsci/ftppublisher-plugin","sha1":"zDbyUSuiDuAkPwYLMkBlPITrAnc=","sha256":"gN+WrpmdMdlNxg9hHD9S1dBJWarIjwMObDLQ7B/Rv7A=","title":"FTP publisher","url":"http://updates.jenkins-ci.org/download/plugins/ftppublisher/1.2/ftppublisher.hpi","version":"1.2","wiki":"https://plugins.jenkins.io/ftppublisher"},"fxcop-runner":{"buildDate":"Feb 28, 2013","dependencies":[],"developers":[{"developerId":"yasu_s","name":"Yasuyuki Saito"}],"excerpt":"FxCopCmd.exe support plugin.","gav":"org.jenkins-ci.plugins:fxcop-runner:1.1","labels":["builder","dotnet"],"name":"fxcop-runner","previousTimestamp":"2013-02-26T13:24:02.00Z","previousVersion":"1.0","releaseTimestamp":"2013-02-28T13:14:19.00Z","requiredCore":"1.466","scm":"https://github.com/jenkinsci/fxcop-runner-plugin","sha1":"PkZR/RuUUxBYwxwVwhg8qd7xxWY=","sha256":"0+Ek7lUy7mX1eKW4CtneT8IEeW0Pn15WwTc1yrFqoL4=","title":"FxCop Runner","url":"http://updates.jenkins-ci.org/download/plugins/fxcop-runner/1.1/fxcop-runner.hpi","version":"1.1","wiki":"https://plugins.jenkins.io/fxcop-runner"},"gallio":{"buildDate":"Aug 14, 2014","dependencies":[{"name":"xunit","optional":false,"version":"1.90"}],"developers":[{"developerId":"pmiossec","name":"Philippe Miossec"},{"developerId":"gbois","email":"gregory.boissinot@gmail.com","name":"Gregory Boissinot"}],"excerpt":"","gav":"org.jenkins-ci.plugins:gallio:1.8","labels":["report"],"name":"gallio","previousTimestamp":"2014-08-14T09:47:06.00Z","previousVersion":"1.7","releaseTimestamp":"2014-08-14T15:47:11.00Z","requiredCore":"1.565.1","scm":"https://github.com/jenkinsci/gallio-plugin","sha1":"5xxusEGGohJHCAHttXftGoeDvqQ=","sha256":"9olBf/g+uzedkgCYucvrhb7hTC7vf71bdfzdQsJ2moI=","title":"Gallio","url":"http://updates.jenkins-ci.org/download/plugins/gallio/1.8/gallio.hpi","version":"1.8","wiki":"https://plugins.jenkins.io/gallio"},"gatling":{"buildDate":"May 14, 2019","dependencies":[{"name":"workflow-cps","optional":false,"version":"1.14"},{"name":"workflow-job","optional":false,"version":"1.14"},{"name":"workflow-step-api","optional":false,"version":"1.14"},{"name":"jackson2-api","optional":false,"version":"2.8.11.3"},{"name":"script-security","optional":false,"version":"1.18.1"}],"developers":[{"developerId":"slandelle","email":"slandelle@gatling.io","name":"Stephane Landelle"},{"developerId":"pdalpra","name":"Pierre Dal-Pra"},{"developerId":"blemale","name":"Bastien Lemale"},{"developerId":"gcoutant","name":"Gregory Coutant"},{"developerId":"ccedric","name":"Cédric Cousseran"}],"excerpt":"This plugin integrates Gatling simulation reports into Jenkins.","gav":"org.jenkins-ci.plugins:gatling:1.2.6","labels":["external"],"name":"gatling","previousTimestamp":"2018-08-03T19:19:30.00Z","previousVersion":"1.2.5","releaseTimestamp":"2019-05-14T13:52:29.00Z","requiredCore":"2.7.4","scm":"https://github.com/jenkinsci/gatling-plugin","sha1":"SAxX+ifQB2L1pXfnVT5oyMMhFJw=","sha256":"M07ogneKqssOT88PlkJ4yP8cFRuyk594w4oWB0TbMYk=","title":"Gatling","url":"http://updates.jenkins-ci.org/download/plugins/gatling/1.2.6/gatling.hpi","version":"1.2.6","wiki":"https://plugins.jenkins.io/gatling"},"gatling-check":{"buildDate":"Feb 17, 2019","dependencies":[{"name":"workflow-cps","optional":false,"version":"1.14"},{"name":"workflow-job","optional":false,"version":"1.14"},{"name":"workflow-step-api","optional":false,"version":"1.14"},{"name":"jackson2-api","optional":false,"version":"2.8.11.3"},{"name":"script-security","optional":false,"version":"1.18.1"}],"developers":[{"developerId":"shull","email":"xiaoyao.shull@gmail.com","name":"Yao Xiao"}],"excerpt":"A Jenkins plugin that fails your job according to load test metrics from Gatling report","gav":"org.jenkins-ci.plugins:gatling-check:1.0.0","labels":[],"name":"gatling-check","releaseTimestamp":"2019-02-17T10:57:00.00Z","requiredCore":"2.7.4","scm":"https://github.com/jenkinsci/gatling-check-plugin","sha1":"D8QSjXYBUEsTG/ZUQum3tjriwzo=","sha256":"xTtCARxSS3IYIRqD54e+BOQn4rkfjLqsUYy83qbdGbg=","title":"Gatling Check","url":"http://updates.jenkins-ci.org/download/plugins/gatling-check/1.0.0/gatling-check.hpi","version":"1.0.0","wiki":"https://plugins.jenkins.io/gatling-check"},"gcal":{"buildDate":"Nov 04, 2011","dependencies":[],"developers":[{"name":"Arnaud Lacour"},{"developerId":"jieryn","email":"jieryn@gmail.com","name":"Jesse Farinacci"}],"excerpt":"This plugin publishes the job status to Google Calendar.","gav":"org.jvnet.hudson.plugins:gcal:0.4","labels":["external","notifier"],"name":"gcal","releaseTimestamp":"2011-11-04T16:29:51.00Z","requiredCore":"1.392","scm":"https://github.com/jenkinsci/gcal-plugin","sha1":"pV42CD4Q5IHFVcG6t7TbEmyTREE=","sha256":"ZtxvITg07nk9wi521RY3G63ZiPuu2knYyvZRnQ/S2NU=","title":"Google Calendar","url":"http://updates.jenkins-ci.org/download/plugins/gcal/0.4/gcal.hpi","version":"0.4","wiki":"https://plugins.jenkins.io/gcal"},"gcloud-sdk":{"buildDate":"Jul 10, 2015","dependencies":[{"name":"google-oauth-plugin","optional":false,"version":"0.3"}],"developers":[{"developerId":"jrluis","email":"jrluis@gmail.com","name":"João Luís"}],"excerpt":"GCloud SDK Plugin allows the invocation of the gcloud CLI as a job step.","gav":"com.byclosure.jenkins.plugins:gcloud-sdk:0.0.1","labels":["builder","buildwrapper"],"name":"gcloud-sdk","releaseTimestamp":"2015-07-10T12:23:45.00Z","requiredCore":"1.580.1","scm":"https://github.com/jenkinsci/gcloud-sdk-plugin","sha1":"wbFdM2bB7ZI1803sXbD7iIIg+5U=","sha256":"pk2hXzf3oxruTcslndP77noXHEj54r7Gi3iFP5TKcqo=","title":"GCloud SDK","url":"http://updates.jenkins-ci.org/download/plugins/gcloud-sdk/0.0.1/gcloud-sdk.hpi","version":"0.0.1","wiki":"https://plugins.jenkins.io/gcloud-sdk"},"gearman-plugin":{"buildDate":"Mar 21, 2016","dependencies":[],"developers":[{"developerId":"zaro0508","email":"zaro0508@gmail.com","name":"Khai Do"}],"excerpt":"Integrates Gearman application framework with Jenkins","gav":"org.jenkins-ci.plugins:gearman-plugin:0.2.0","labels":["cluster"],"name":"gearman-plugin","previousTimestamp":"2015-10-09T23:44:41.00Z","previousVersion":"0.1.3","releaseTimestamp":"2016-03-21T18:25:26.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/gearman-plugin","sha1":"NrsSHrxE03I7aqgso5AXQr99M3s=","sha256":"yk1o1B/MInjqsC9hvwZPF2xzAcrToHBFz/Gu2q56O3w=","title":"Gearman","url":"http://updates.jenkins-ci.org/download/plugins/gearman-plugin/0.2.0/gearman-plugin.hpi","version":"0.2.0","wiki":"https://plugins.jenkins.io/gearman-plugin"},"gem-publisher":{"buildDate":"Jul 23, 2013","dependencies":[],"developers":[{"developerId":"arangamani","name":"Kannan Manickam"}],"excerpt":"This plugin publishes rubygems to rubygems.org<\/a> using their API.","gav":"net.arangamani.jenkins:gem-publisher:1.0","labels":[],"name":"gem-publisher","releaseTimestamp":"2013-07-23T05:59:18.00Z","requiredCore":"1.509.1","scm":"https://github.com/jenkinsci/gem-publisher-plugin","sha1":"yhwKmmfXgUBE0BrluXWEQ2LynFo=","sha256":"eJXlCFJVhFCHJQq2gsFWV6t4/DcP8t/w7rTLvxvwVt8=","title":"Gem Publisher","url":"http://updates.jenkins-ci.org/download/plugins/gem-publisher/1.0/gem-publisher.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/gem-publisher"},"generic-webhook-trigger":{"buildDate":"Aug 20, 2019","dependencies":[{"name":"credentials","optional":false,"version":"2.1.16"},{"name":"structs","optional":false,"version":"1.7"}],"developers":[{"developerId":"tomasbjerre","email":"tomas.bjerre85@gmail.com","name":"Tomas Bjerre"}],"excerpt":"Can receive any HTTP request, extract any values from JSON or XML and trigger a job with those values available as variables. Works with GitHub, GitLab, Bitbucket, Jira and many more.","gav":"org.jenkins-ci.plugins:generic-webhook-trigger:1.57","labels":["trigger","webhook"],"name":"generic-webhook-trigger","previousTimestamp":"2019-08-01T15:37:59.00Z","previousVersion":"1.56","releaseTimestamp":"2019-08-20T18:11:31.00Z","requiredCore":"2.7.4","scm":"https://github.com/jenkinsci/generic-webhook-trigger-plugin","sha1":"QySrxhmyPik8EQv3d1k3QVuQwgE=","sha256":"tLyV6ncLDLZ8njBnSo/KdMTR75wbUTLWf/7mYuSUTe0=","title":"Generic Webhook Trigger","url":"http://updates.jenkins-ci.org/download/plugins/generic-webhook-trigger/1.57/generic-webhook-trigger.hpi","version":"1.57","wiki":"https://plugins.jenkins.io/generic-webhook-trigger"},"genexus":{"buildDate":"Feb 08, 2019","dependencies":[{"name":"credentials","optional":false,"version":"2.1.16"},{"name":"msbuild","optional":false,"version":"1.28"}],"developers":[{"developerId":"jlr","email":"jlr@genexus.com","name":"José Lamas Ríos"}],"excerpt":"Adds support for GeneXus Knowledge Bases (SCM, build, etc.)","gav":"org.jenkins-ci.plugins:genexus:1.8","labels":[],"name":"genexus","previousTimestamp":"2019-02-03T01:17:33.00Z","previousVersion":"1.7","releaseTimestamp":"2019-02-08T20:35:34.00Z","requiredCore":"2.150.2","scm":"https://github.com/jenkinsci/genexus-plugin","sha1":"HM6I4OQK32v82XyFDPk3cCOWrqo=","sha256":"bMYt3Uak9AIFe1q/Tb3+pm8I9h2TriCnGA1NNDKFx0M=","title":"GeneXus","url":"http://updates.jenkins-ci.org/download/plugins/genexus/1.8/genexus.hpi","version":"1.8","wiki":"https://plugins.jenkins.io/genexus"},"gerrit-code-review":{"buildDate":"Mar 08, 2019","dependencies":[{"name":"workflow-cps","optional":false,"version":"1.14.2"},{"name":"workflow-multibranch","optional":false,"version":"1.14.2"},{"name":"workflow-scm-step","optional":false,"version":"1.14.2"},{"name":"workflow-step-api","optional":false,"version":"2.14"},{"name":"authentication-tokens","optional":false,"version":"1.3"},{"name":"branch-api","optional":false,"version":"2.0.11"},{"name":"credentials","optional":false,"version":"2.1.14"},{"name":"git-client","optional":false,"version":"2.5.0"},{"name":"git","optional":false,"version":"3.5.1"},{"name":"mailer","optional":false,"version":"1.18"},{"name":"matrix-project","optional":false,"version":"1.7.1"},{"name":"parameterized-trigger","optional":true,"version":"2.33"},{"name":"promoted-builds","optional":true,"version":"2.27"},{"name":"scm-api","optional":false,"version":"2.2.6"},{"name":"ssh-credentials","optional":false,"version":"1.13"},{"name":"structs","optional":false,"version":"1.10"},{"name":"token-macro","optional":true,"version":"1.12.1"}],"developers":[{"developerId":"lucamilanesio","email":"luca.milanesio@gmail.com","name":"Luca Milanesio"},{"developerId":"alonbl","email":"alon.barlev@gmail.com","name":"Alon Bar-Lev"}],"excerpt":"This plugin integrates Gerrit Code Review<\/a> with Jenkins.","gav":"org.jenkins-ci.plugins:gerrit-code-review:0.3.3","labels":[],"name":"gerrit-code-review","previousTimestamp":"2018-11-03T02:09:59.00Z","previousVersion":"0.3.2","releaseTimestamp":"2019-03-08T15:43:04.00Z","requiredCore":"2.54","scm":"https://github.com/jenkinsci/gerrit-code-review-plugin","sha1":"hykzmSmzN/P6UN7SLYpZobYM+CE=","sha256":"5iSR9h1TVjX2JaR00OvtxeQdUBWOvxEae1yCWE3qNek=","title":"Gerrit Code Review","url":"http://updates.jenkins-ci.org/download/plugins/gerrit-code-review/0.3.3/gerrit-code-review.hpi","version":"0.3.3","wiki":"https://plugins.jenkins.io/gerrit-code-review"},"gerrit-trigger":{"buildDate":"Aug 02, 2019","dependencies":[{"name":"rebuild","optional":true,"version":"1.25"},{"name":"workflow-basic-steps","optional":false,"version":"2.4"},{"name":"workflow-durable-task-step","optional":false,"version":"2.18"},{"name":"workflow-step-api","optional":true,"version":"2.17"},{"name":"git-client","optional":true,"version":"1.19.6"},{"name":"git","optional":true,"version":"2.4.3"},{"name":"pipeline-build-step","optional":false,"version":"2.4"},{"name":"rabbitmq-consumer","optional":true,"version":"2.8"},{"name":"scm-api","optional":false,"version":"2.2.6"},{"name":"structs","optional":false,"version":"1.17"},{"name":"support-core","optional":true,"version":"2.43"}],"developers":[{"developerId":"rsandell","email":"robert.sandell@cloudbees.com","name":"Robert Sandell"},{"developerId":"twestling","email":"tomas.westling@sonymobile.com","name":"Tomas Westling"}],"excerpt":"This plugin integrates with Gerrit<\/a> code review.","gav":"com.sonyericsson.hudson.plugins.gerrit:gerrit-trigger:2.30.0","labels":["trigger"],"minimumJavaVersion":"1.8","name":"gerrit-trigger","previousTimestamp":"2019-02-15T17:57:14.00Z","previousVersion":"2.29.0","releaseTimestamp":"2019-08-02T15:32:01.00Z","requiredCore":"2.121.1","scm":"https://github.com/jenkinsci/gerrit-trigger-plugin","sha1":"MQjYhzpUrv06bqysKQXp+lAyt80=","sha256":"tlbU6m0L0cqRGs9k5ONAvD4RyFVHNZNm+TxAvoJWYCA=","title":"Gerrit Trigger","url":"http://updates.jenkins-ci.org/download/plugins/gerrit-trigger/2.30.0/gerrit-trigger.hpi","version":"2.30.0","wiki":"https://plugins.jenkins.io/gerrit-trigger"},"gerrit-verify-status-reporter":{"buildDate":"Oct 06, 2016","compatibleSinceVersion":"1.0","dependencies":[{"name":"gerrit-trigger","optional":false,"version":"2.22.0"}],"developers":[{"developerId":"zaro0508","email":"zaro0508@gmail.com","name":"Khai Do"}],"excerpt":"This plugin allows posting test results to Gerrit<\/a> when using the Gerrit Verify Status plugin<\/a>.","gav":"org.jenkins-ci.plugins:gerrit-verify-status-reporter:0.0.3","labels":["post-build","notifier"],"name":"gerrit-verify-status-reporter","previousTimestamp":"2016-09-29T17:31:22.00Z","previousVersion":"0.0.2","releaseTimestamp":"2016-10-06T06:30:14.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/gerrit-verify-status-reporter","sha1":"+XvE87ohPBph6SvK6kVg1fCatjY=","sha256":"51OTb+CcIcw0vn1mR16Df1J51AV9ynPjoxjV/D+m+jk=","title":"Gerrit Verify Status Reporter","url":"http://updates.jenkins-ci.org/download/plugins/gerrit-verify-status-reporter/0.0.3/gerrit-verify-status-reporter.hpi","version":"0.0.3","wiki":"https://plugins.jenkins.io/gerrit-verify-status-reporter"},"ghprb":{"buildDate":"May 30, 2018","dependencies":[{"name":"build-flow-plugin","optional":true,"version":"0.20"},{"name":"github","optional":false,"version":"1.27.0"},{"name":"bouncycastle-api","optional":false,"version":"2.16.1"},{"name":"credentials","optional":false,"version":"2.1.14"},{"name":"git","optional":false,"version":"3.3.1"},{"name":"github-api","optional":false,"version":"1.90"},{"name":"job-dsl","optional":true,"version":"1.63"},{"name":"matrix-project","optional":false,"version":"1.11"},{"name":"plain-credentials","optional":false,"version":"1.4"},{"name":"scm-api","optional":false,"version":"2.1.0"},{"name":"script-security","optional":false,"version":"1.25"},{"name":"structs","optional":false,"version":"1.9"},{"name":"token-macro","optional":true,"version":"2.1"}],"developers":[{"developerId":"sag47","email":"sam.mxracer@gmail.com","name":"Sam Gleske"}],"excerpt":"","gav":"org.jenkins-ci.plugins:ghprb:1.42.0","labels":["trigger"],"name":"ghprb","previousTimestamp":"2018-05-27T06:17:23.00Z","previousVersion":"1.41.0","releaseTimestamp":"2018-05-30T16:07:40.00Z","requiredCore":"2.7","scm":"https://github.com/jenkinsci/ghprb-plugin","sha1":"dZJWnkHvFVrzHcooA2u+sCbfAXM=","sha256":"pYyw72D6wlBBBDcFigZrJLwjen3Iw64WzMYC5WZin5w=","title":"GitHub Pull Request Builder","url":"http://updates.jenkins-ci.org/download/plugins/ghprb/1.42.0/ghprb.hpi","version":"1.42.0","wiki":"https://plugins.jenkins.io/ghprb"},"git":{"buildDate":"Aug 17, 2019","dependencies":[{"name":"workflow-scm-step","optional":false,"version":"2.7"},{"name":"workflow-step-api","optional":false,"version":"2.20"},{"name":"credentials","optional":false,"version":"2.1.18"},{"name":"git-client","optional":false,"version":"2.7.7"},{"name":"mailer","optional":false,"version":"1.18"},{"name":"matrix-project","optional":false,"version":"1.7.1"},{"name":"parameterized-trigger","optional":true,"version":"2.33"},{"name":"promoted-builds","optional":true,"version":"2.27"},{"name":"scm-api","optional":false,"version":"2.6.3"},{"name":"ssh-credentials","optional":false,"version":"1.13"},{"name":"structs","optional":false,"version":"1.19"},{"name":"token-macro","optional":true,"version":"1.12.1"}],"developers":[{"developerId":"kohsuke","name":"Kohsuke Kawaguchi"},{"developerId":"MarkEWaite","email":"mark.earl.waite@gmail.com","name":"Mark Waite"},{"developerId":"stephenconnolly","name":"Stephen Connolly"}],"excerpt":"This plugin integrates Git<\/a> with Jenkins.","gav":"org.jenkins-ci.plugins:git:3.12.0","labels":["scm"],"minimumJavaVersion":"1.8","name":"git","previousTimestamp":"2019-07-27T12:09:21.00Z","previousVersion":"3.11.0","releaseTimestamp":"2019-08-17T18:18:37.00Z","requiredCore":"2.138.4","scm":"https://github.com/jenkinsci/git-plugin","sha1":"unkEDfiQLuPY1511DQzcVzQvdy4=","sha256":"NG8ebJIlj/tAwEziuNSq/DfnMXyQ1jloneuoyftf5II=","title":"Git","url":"http://updates.jenkins-ci.org/download/plugins/git/3.12.0/git.hpi","version":"3.12.0","wiki":"https://plugins.jenkins.io/git"},"git-automerger":{"buildDate":"Aug 12, 2019","dependencies":[],"developers":[{"developerId":"neworldlt","email":"aneworld@gmail.com","name":"Andrius Semionovas"}],"excerpt":"Tool for merging release branches into master.","gav":"com.vinted.automerger:git-automerger:0.5.1","labels":[],"minimumJavaVersion":"1.8","name":"git-automerger","previousTimestamp":"2019-07-28T18:45:13.00Z","previousVersion":"0.5","releaseTimestamp":"2019-08-12T14:20:51.00Z","requiredCore":"2.150.3","scm":"https://github.com/jenkinsci/git-automerger-plugin","sha1":"9FQnEggUPwuQCYoPMth2H8wEpgQ=","sha256":"3QpNlxXmSq6KxMXrOCv6AFhGUo3WA8YScwS8K+V0j7k=","title":"Git Automerger","url":"http://updates.jenkins-ci.org/download/plugins/git-automerger/0.5.1/git-automerger.hpi","version":"0.5.1","wiki":"https://plugins.jenkins.io/git-automerger"},"git-bisect":{"buildDate":"Feb 17, 2018","dependencies":[{"name":"structs","optional":false,"version":"1.2"},{"name":"git","optional":false,"version":"2.6.0"}],"developers":[{"developerId":"dorav","email":"dor.a2003@gmail.com","name":"Dor Avraham"}],"excerpt":"Allows you to run git bisect with projects automatically","gav":"org.jenkins-ci.plugins:git-bisect:1.3","labels":[],"name":"git-bisect","previousTimestamp":"2017-12-02T17:50:44.00Z","previousVersion":"1.2","releaseTimestamp":"2018-02-17T12:26:42.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/git-bisect-plugin","sha1":"4DGt7IJa/kVnhvmXqJLnvm5deZg=","sha256":"J5VRDHY8pJgN+L9GQlxOT32F76PhodUUpRhENgYoMSA=","title":"Git Bisect","url":"http://updates.jenkins-ci.org/download/plugins/git-bisect/1.3/git-bisect.hpi","version":"1.3","wiki":"https://plugins.jenkins.io/git-bisect"},"git-changelog":{"buildDate":"Jun 11, 2019","dependencies":[{"name":"workflow-step-api","optional":false,"version":"2.14"},{"name":"antisamy-markup-formatter","optional":false,"version":"1.5"},{"name":"credentials","optional":false,"version":"2.1.4"},{"name":"git","optional":false,"version":"2.3.5"},{"name":"plain-credentials","optional":false,"version":"1.2"},{"name":"script-security","optional":false,"version":"1.46"},{"name":"token-macro","optional":false,"version":"1.10"}],"developers":[{"developerId":"paulwellnerbou","email":"paul@wellnerbou.de","name":"Paul Wellner Bou"},{"developerId":"tomasbjerre","email":"tomas.bjerre85@gmail.com","name":"Tomas Bjerre"}],"excerpt":"Creates a highly configurable changelog, or relasenotes, from Git.","gav":"de.wellnerbou.jenkins:git-changelog:2.17","labels":["scm-related","report","post-build"],"name":"git-changelog","previousTimestamp":"2019-02-16T17:18:52.00Z","previousVersion":"2.16","releaseTimestamp":"2019-06-11T17:10:00.00Z","requiredCore":"2.32.3","scm":"https://github.com/jenkinsci/git-changelog-plugin","sha1":"g3uf5H7LACNO6B2f5eyGKSop2oI=","sha256":"10LEE6S33hGoQZeTxdBsVyGT8IIHFPmjQ22fZTGTLQo=","title":"Git Changelog","url":"http://updates.jenkins-ci.org/download/plugins/git-changelog/2.17/git-changelog.hpi","version":"2.17","wiki":"https://plugins.jenkins.io/git-changelog"},"git-chooser-alternative":{"buildDate":"Oct 21, 2013","dependencies":[{"name":"git","optional":false,"version":"1.4.0"}],"developers":[{"developerId":"kbriggs","email":"kbriggs@gmail.com","name":"Kieron Briggs"}],"excerpt":"Adds a new build choosing strategy to the Jenkins GIT plugin<\/a>. Treats the configured branches as a list of possible branch names to try; build the first branch to match.","gav":"org.jenkins-ci.plugins:git-chooser-alternative:1.1","labels":["scm-related"],"name":"git-chooser-alternative","previousTimestamp":"2013-06-28T02:50:07.00Z","previousVersion":"1.0","releaseTimestamp":"2013-10-21T05:15:18.00Z","requiredCore":"1.509.1","scm":"https://github.com/jenkinsci/git-chooser-alternative-plugin","sha1":"1DAOesyqBTcMOhxMnPDbep/t8DM=","sha256":"MpDHwpxs0MGWFgfrHxzOnTiwL3a3Jxb1LWlbgMCm5xQ=","title":"Alternative build chooser","url":"http://updates.jenkins-ci.org/download/plugins/git-chooser-alternative/1.1/git-chooser-alternative.hpi","version":"1.1","wiki":"https://plugins.jenkins.io/git-chooser-alternative"},"git-client":{"buildDate":"Aug 23, 2019","dependencies":[{"name":"apache-httpcomponents-client-4-api","optional":false,"version":"4.5.3-2.0"},{"name":"credentials","optional":false,"version":"2.1.13"},{"name":"jsch","optional":false,"version":"0.1.54.1"},{"name":"ssh-credentials","optional":false,"version":"1.13"},{"name":"structs","optional":false,"version":"1.9"}],"developers":[{"developerId":"markewaite","email":"mark.earl.waite@gmail.com","name":"Mark Waite"}],"excerpt":"Utility plugin for Git support in Jenkins","gav":"org.jenkins-ci.plugins:git-client:2.8.2","labels":["library"],"minimumJavaVersion":"1.8","name":"git-client","previousTimestamp":"2019-08-22T22:22:25.00Z","previousVersion":"2.8.1","releaseTimestamp":"2019-08-23T17:46:12.00Z","requiredCore":"2.121.1","scm":"https://github.com/jenkinsci/git-client-plugin","sha1":"mbt3FTEeMvDQuW1xrCaXuzKd7xc=","sha256":"kU0aYTZ8Lx4nz9Ws1P8b+O5hdkWJGLhLQ0BBqNByHKk=","title":"Git client","url":"http://updates.jenkins-ci.org/download/plugins/git-client/2.8.2/git-client.hpi","version":"2.8.2","wiki":"https://plugins.jenkins.io/git-client"},"git-forensics":{"buildDate":"Sep 03, 2019","dependencies":[{"name":"forensics-api","optional":false,"version":"0.4.1"},{"name":"git","optional":false,"version":"3.9.1"}],"developers":[{"developerId":"hafner"}],"excerpt":"Jenkins plug-in that mines and analyzes data from a Git repository.","gav":"io.jenkins.plugins:git-forensics:0.3.1","labels":[],"minimumJavaVersion":"1.8","name":"git-forensics","previousTimestamp":"2019-09-02T22:01:34.00Z","previousVersion":"0.3.0","releaseTimestamp":"2019-09-03T21:24:39.00Z","requiredCore":"2.138.4","scm":"https://github.com/jenkinsci/git-forensics-plugin","sha1":"ZS83WhHBDHaGUH3ZN0o1PG9ySSY=","sha256":"cL4SCi4ndAPAKUeZV1HDff4bDETsyFgukwNegdz2Dyo=","title":"Git Forensics","url":"http://updates.jenkins-ci.org/download/plugins/git-forensics/0.3.1/git-forensics.hpi","version":"0.3.1","wiki":"https://plugins.jenkins.io/git-forensics"},"git-notes":{"buildDate":"Apr 23, 2012","dependencies":[{"name":"ruby-runtime","optional":false,"version":"0.10"}],"developers":[{"developerId":"bright"}],"excerpt":"Add git-notes with Jenkins build status!","gav":"org.jenkins-ci.ruby-plugins:git-notes:0.0.4","labels":[],"name":"git-notes","previousTimestamp":"2012-03-30T20:25:37.00Z","previousVersion":"0.0.2","releaseTimestamp":"2012-04-23T20:58:01.00Z","requiredCore":"1.432","scm":"https://github.com/jenkinsci/git-notes-plugin","sha1":"zijNvkz/zrmJOIzFraSJX2Q31zg=","sha256":"P68x/RTq+LrADQ0tuwAoo6TK2MSdR9DSF1r62jaWiog=","title":"git-notes","url":"http://updates.jenkins-ci.org/download/plugins/git-notes/0.0.4/git-notes.hpi","version":"0.0.4","wiki":"https://plugins.jenkins.io/git-notes"},"git-parameter":{"buildDate":"Jun 17, 2019","dependencies":[{"name":"rebuild","optional":true,"version":"1.25"},{"name":"git","optional":false,"version":"3.10.0"},{"name":"jquery","optional":false,"version":"1.11.2-1"},{"name":"junit","optional":false,"version":"1.3"}],"developers":[{"developerId":"klimas7","email":"klimas7@gmail.com","name":"Boguslaw Klimas"},{"developerId":"ngiger","email":"niklaus.giger@member.fsf.org","name":"Niklaus Giger"},{"developerId":"lukanus","name":"Lukasz Milkowski"}],"excerpt":"Adds ability to choose branches, tags or revisions from git repositories configured in project.","gav":"org.jenkins-ci.tools:git-parameter:0.9.11","labels":["scm-related","parameter"],"minimumJavaVersion":"1.8","name":"git-parameter","previousTimestamp":"2019-02-18T20:19:06.00Z","previousVersion":"0.9.10","releaseTimestamp":"2019-06-17T21:09:00.00Z","requiredCore":"2.121.1","scm":"https://github.com/jenkinsci/git-parameter-plugin","sha1":"rIsb8L//v/amK+/qWxHBaRs7jmU=","sha256":"iArPgi3CV+Wkkt8PLfHJf0RgEloJCzympCRquxQiDgY=","title":"Git Parameter","url":"http://updates.jenkins-ci.org/download/plugins/git-parameter/0.9.11/git-parameter.hpi","version":"0.9.11","wiki":"https://plugins.jenkins.io/git-parameter"},"git-prebuildmerge-trait":{"buildDate":"Aug 08, 2017","dependencies":[{"name":"git-client","optional":false,"version":"2.5.0"},{"name":"git","optional":false,"version":"3.5.1"},{"name":"scm-api","optional":false,"version":"2.2.0"}],"developers":[{"developerId":"arthurvanduynhoven","name":"Arthur Van Duynhoven"}],"excerpt":"Adds PreBuildMerge Trait to Git Plugin","gav":"org.jenkins-ci.plugins:git-prebuildmerge-trait:1.0","labels":[],"name":"git-prebuildmerge-trait","releaseTimestamp":"2017-08-08T08:02:48.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/git-prebuildmerge-trait-plugin","sha1":"fibFOrpBTV1AKCDrPFzlzkcuncM=","sha256":"lU17m9BAPpvOsDzWqXAezPrn9an5nWV9Y0IL5w30hug=","title":"Git PreBuildMerge Trait","url":"http://updates.jenkins-ci.org/download/plugins/git-prebuildmerge-trait/1.0/git-prebuildmerge-trait.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/git-prebuildmerge-trait"},"git-server":{"buildDate":"Aug 07, 2019","dependencies":[{"name":"git-client","optional":false,"version":"2.7.6"}],"developers":[{"developerId":"jglick"}],"excerpt":"Allows Jenkins to act as a Git server.","gav":"org.jenkins-ci.plugins:git-server:1.8","labels":["library"],"minimumJavaVersion":"1.8","name":"git-server","previousTimestamp":"2016-07-12T00:02:43.00Z","previousVersion":"1.7","releaseTimestamp":"2019-08-07T19:51:32.00Z","requiredCore":"2.138.4","scm":"https://github.com/jenkinsci/git-server-plugin","sha1":"OMB7RxIdMOA0bNagDHUBLLxN9nU=","sha256":"bjPl4eGgd1HS1JhbPBdjiqyKD6B8xdKyMPy0FuD+tf0=","title":"GIT server","url":"http://updates.jenkins-ci.org/download/plugins/git-server/1.8/git-server.hpi","version":"1.8","wiki":"https://plugins.jenkins.io/git-server"},"git-tag-message":{"buildDate":"Dec 24, 2017","dependencies":[{"name":"git","optional":false,"version":"2.5.0"}],"developers":[{"developerId":"orrc","email":"chris@orr.me.uk","name":"Christopher Orr"}],"excerpt":"Exports the message for a git tag as an environment variable during a build.","gav":"org.jenkins-ci.plugins:git-tag-message:1.6.1","labels":["misc","scm-related"],"name":"git-tag-message","previousTimestamp":"2017-12-20T22:38:52.00Z","previousVersion":"1.6","releaseTimestamp":"2017-12-24T17:39:42.00Z","requiredCore":"1.651.1","scm":"https://github.com/jenkinsci/git-tag-message-plugin","sha1":"0siKGi7Er0Yh2BUHeVU5+dKbptE=","sha256":"iWkLF1QxxcxAbXt8AXIYfs9rW9EHz7n8eyvIZKam8B4=","title":"Git Tag Message","url":"http://updates.jenkins-ci.org/download/plugins/git-tag-message/1.6.1/git-tag-message.hpi","version":"1.6.1","wiki":"https://plugins.jenkins.io/git-tag-message"},"git-userContent":{"buildDate":"Oct 14, 2014","dependencies":[{"name":"git-server","optional":false,"version":"1.4"}],"developers":[{"developerId":"kohsuke"}],"excerpt":"This plugin manages JENKINS_HOME/userContent under Git","gav":"org.jenkins-ci.plugins:git-userContent:1.4","labels":[],"name":"git-userContent","previousTimestamp":"2012-08-30T01:00:00.00Z","previousVersion":"1.3","releaseTimestamp":"2014-10-14T23:40:41.00Z","requiredCore":"1.532","scm":"https://github.com/jenkinsci/git-userContent-plugin","sha1":"Gb4jrVfsYJ3kfDjJ6pokQEd9fbs=","sha256":"/3ZrlK8gKBpi+WA5sefBNN07uP4vgjUIoqBn4TI3GBI=","title":"/userContent in Git","url":"http://updates.jenkins-ci.org/download/plugins/git-userContent/1.4/git-userContent.hpi","version":"1.4","wiki":"https://plugins.jenkins.io/git-userContent"},"gitblit":{"buildDate":"Feb 27, 2019","dependencies":[{"name":"git","optional":false,"version":"3.9.3"},{"name":"scm-api","optional":false,"version":"2.3.0"}],"developers":[{"developerId":"ccapdevi"}],"excerpt":"Multibranch projects and organization folders from GitBlit.","gav":"com.tsystems.sbs:gitblit:1.2","labels":[],"name":"gitblit","releaseTimestamp":"2019-02-27T12:05:40.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/gitblit-plugin","sha1":"KL03qtAr8hwrv9/fKezBSK0NWKg=","sha256":"RvgUv5ayXc0fCqQAfKapmRx7l9joKt+36tHBx30jf6s=","title":"GitBlit","url":"http://updates.jenkins-ci.org/download/plugins/gitblit/1.2/gitblit.hpi","version":"1.2","wiki":"https://plugins.jenkins.io/gitblit"},"gitbucket":{"buildDate":"Sep 10, 2015","dependencies":[{"name":"buildtriggerbadge","optional":true,"version":"2.1"},{"name":"git","optional":false,"version":"2.4.0"},{"name":"multiple-scms","optional":true,"version":"0.5"},{"name":"matrix-project","optional":false,"version":"1.4.1"}],"developers":[{"developerId":"ssogabe","name":"Seiji Sogabe"}],"excerpt":"This plugin integrates GitBucket<\/a> to Jenkins.","gav":"org.jenkins-ci.plugins:gitbucket:0.8","labels":["scm","trigger"],"name":"gitbucket","previousTimestamp":"2015-03-31T13:00:37.00Z","previousVersion":"0.7","releaseTimestamp":"2015-09-10T11:56:10.00Z","requiredCore":"1.609.3","scm":"https://github.com/jenkinsci/gitbucket-plugin","sha1":"hrO+a5JyjK5NoPC9MoaJNvD1h4A=","sha256":"MaXEBpL16BLhVCPSR7+4GkN1ddWYkEJXHppwHtqExE8=","title":"GitBucket","url":"http://updates.jenkins-ci.org/download/plugins/gitbucket/0.8/gitbucket.hpi","version":"0.8","wiki":"https://plugins.jenkins.io/gitbucket"},"gitcolony-plugin":{"buildDate":"Dec 29, 2014","dependencies":[],"developers":[{"developerId":"mfocaraccio","email":"mariano@gitcolony.com","name":"Tech Guy"}],"excerpt":"This plugin updates live branch build status in Gitcolony<\/a>.","gav":"com.gitcolony.jenkins:gitcolony-plugin:1.1","labels":["notifier"],"name":"gitcolony-plugin","previousTimestamp":"2014-12-18T16:19:11.00Z","previousVersion":"1.0","releaseTimestamp":"2014-12-29T22:32:23.00Z","requiredCore":"1.532.3","scm":"https://github.com/jenkinsci/gitcolony-plugin","sha1":"3DcKw9BnHuVvhS1l/dFWpZZngkU=","sha256":"jvMDsm+RDOUsvfqEvCO/1ZGaltxyqivX7PbdKNSt7fQ=","title":"Gitcolony Build Notification","url":"http://updates.jenkins-ci.org/download/plugins/gitcolony-plugin/1.1/gitcolony-plugin.hpi","version":"1.1","wiki":"https://plugins.jenkins.io/gitcolony-plugin"},"gitea":{"buildDate":"May 27, 2019","dependencies":[{"name":"authentication-tokens","optional":false,"version":"1.3"},{"name":"credentials","optional":false,"version":"2.1.12"},{"name":"display-url-api","optional":false,"version":"0.1"},{"name":"git","optional":false,"version":"3.5.0"},{"name":"handy-uri-templates-2-api","optional":false,"version":"2.1.6-1.0"},{"name":"jackson2-api","optional":false,"version":"2.7.3"},{"name":"scm-api","optional":false,"version":"2.2.0"},{"name":"structs","optional":false,"version":"1.9"}],"developers":[{"developerId":"danielbeck"}],"excerpt":"SCM API implementation for Gitea","gav":"org.jenkins-ci.plugins:gitea:1.1.2","labels":[],"name":"gitea","previousTimestamp":"2019-02-15T15:46:04.00Z","previousVersion":"1.1.1","releaseTimestamp":"2019-05-27T21:22:47.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/gitea-plugin","sha1":"//12hS6KxIoUSiwEa1pkaHJLywU=","sha256":"l3XD7Z2do0TsJk/9XTwmYruZ0whRpk0YrbW6N1nW/6s=","title":"Gitea","url":"http://updates.jenkins-ci.org/download/plugins/gitea/1.1.2/gitea.hpi","version":"1.1.2","wiki":"https://plugins.jenkins.io/gitea"},"gitee":{"buildDate":"Aug 16, 2018","dependencies":[{"name":"plain-credentials","optional":true,"version":"1.1"},{"name":"matrix-project","optional":false,"version":"1.10"},{"name":"git","optional":false,"version":"2.4.1"},{"name":"git-client","optional":false,"version":"1.19.0"},{"name":"workflow-job","optional":false,"version":"1.15"},{"name":"workflow-step-api","optional":false,"version":"1.15"},{"name":"display-url-api","optional":false,"version":"1.1.1"},{"name":"credentials","optional":false,"version":"2.1.0"}],"developers":[{"developerId":"Yashin","email":"Yashin.luo@foxmail.com","name":"Yashin Luo"}],"excerpt":"This plugin integrates Gitee<\/a> to Jenkins by faking a Gitee CI Server. This plugin allows Gitee to trigger builds in Jenkins when code is committed or pull requests are opened/updated. It can also send build status back to Gitee.","gav":"org.jenkins-ci.plugins:gitee:1.1.3","labels":[],"name":"gitee","previousTimestamp":"2018-07-30T08:36:30.00Z","previousVersion":"1.1.2","releaseTimestamp":"2018-08-16T07:39:51.00Z","requiredCore":"1.609.3","scm":"https://github.com/jenkinsci/gitee-plugin","sha1":"NF8iQWp+h9lro5S4yo+3XGWHJgg=","sha256":"42+Fmfm4lhRkyDtRPFibUYR0jOIqs7paesGI0jVWjgg=","title":"Gitee","url":"http://updates.jenkins-ci.org/download/plugins/gitee/1.1.3/gitee.hpi","version":"1.1.3","wiki":"https://plugins.jenkins.io/gitee"},"gitflow":{"buildDate":"Sep 29, 2017","dependencies":[{"name":"maven-plugin","optional":false,"version":"2.13"},{"name":"git-client","optional":false,"version":"1.19.0"},{"name":"git","optional":false,"version":"2.4.0"},{"name":"gradle","optional":true,"version":"1.24"}],"developers":[{"developerId":"marcrohlfs","email":"Marc.Rohlfs@t-systems.com","name":"Marc Rohlfs"}],"excerpt":"Perform Gitflow actions from Jenkins","gav":"de.silpion.jenkins.plugins:gitflow:1.0.1","labels":[],"name":"gitflow","previousTimestamp":"2017-09-25T13:06:37.00Z","previousVersion":"1.0.0","releaseTimestamp":"2017-09-29T11:33:52.00Z","requiredCore":"2.7.4","scm":"https://github.com/jenkinsci/gitflow-plugin","sha1":"npapVOnTs8lC1W/U1rpK/zcI9oY=","sha256":"51UoZzpYMS84OsZhY58f8CJsjOoiKB12zWtnUw0LBaM=","title":"Gitflow","url":"http://updates.jenkins-ci.org/download/plugins/gitflow/1.0.1/gitflow.hpi","version":"1.0.1","wiki":"https://plugins.jenkins.io/gitflow"},"github":{"buildDate":"Feb 17, 2019","dependencies":[{"name":"credentials","optional":false,"version":"2.1.8"},{"name":"display-url-api","optional":false,"version":"2.0"},{"name":"git","optional":false,"version":"3.4.0"},{"name":"github-api","optional":false,"version":"1.90"},{"name":"plain-credentials","optional":false,"version":"1.1"},{"name":"scm-api","optional":false,"version":"2.2.0"},{"name":"structs","optional":false,"version":"1.10"},{"name":"token-macro","optional":false,"version":"1.11"}],"developers":[{"developerId":"lanwen","name":"Merkushev Kirill"},{"developerId":"KostyaSha","name":"Kanstantsin Shautsou"}],"excerpt":"This plugin integrates GitHub<\/a> to Jenkins.","gav":"com.coravy.hudson.plugins.github:github:1.29.4","labels":["external"],"name":"github","previousTimestamp":"2018-10-08T10:07:14.00Z","previousVersion":"1.29.3","releaseTimestamp":"2019-02-17T16:01:28.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/github-plugin","sha1":"kCERJNiy5pHEhAI86w2bj172+j8=","sha256":"YKadh3kiHJZhonOqzxqEy2YGL9NAhMIc5O7Wt2UXwv4=","title":"GitHub","url":"http://updates.jenkins-ci.org/download/plugins/github/1.29.4/github.hpi","version":"1.29.4","wiki":"https://plugins.jenkins.io/github"},"github-api":{"buildDate":"Nov 27, 2018","dependencies":[{"name":"jackson2-api","optional":false,"version":"2.9.7.1"}],"developers":[{"developerId":"integer"}],"excerpt":"This plugin provides GitHub API<\/a> for other plugins.","gav":"org.jenkins-ci.plugins:github-api:1.95","labels":["library"],"name":"github-api","previousTimestamp":"2018-06-05T19:56:37.00Z","previousVersion":"1.92","releaseTimestamp":"2018-11-27T15:25:20.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/github-api-plugin","sha1":"M01Il7dkBSdN2YIbERxfT+aQDcw=","sha256":"ygK/2vU1lmdvP1t3KAyMgkswrVqpyDMfWixRlRRuScY=","title":"GitHub API","url":"http://updates.jenkins-ci.org/download/plugins/github-api/1.95/github-api.hpi","version":"1.95","wiki":"https://plugins.jenkins.io/github-api"},"github-autostatus":{"buildDate":"Jun 21, 2019","compatibleSinceVersion":"3.0","dependencies":[{"name":"workflow-api","optional":false,"version":"2.25"},{"name":"workflow-cps","optional":false,"version":"2.46"},{"name":"workflow-job","optional":false,"version":"2.15"},{"name":"workflow-multibranch","optional":false,"version":"2.16"},{"name":"workflow-scm-step","optional":false,"version":"2.6"},{"name":"workflow-support","optional":false,"version":"2.17"},{"name":"cobertura","optional":false,"version":"1.12.1"},{"name":"credentials","optional":false,"version":"2.1.16"},{"name":"display-url-api","optional":false,"version":"1.0"},{"name":"git-client","optional":false,"version":"2.7.0"},{"name":"git","optional":false,"version":"3.5.1"},{"name":"github-branch-source","optional":false,"version":"2.2.3"},{"name":"jacoco","optional":false,"version":"2.2.1"},{"name":"junit","optional":false,"version":"1.24"},{"name":"mailer","optional":false,"version":"1.20"},{"name":"plain-credentials","optional":false,"version":"1.3"},{"name":"scm-api","optional":false,"version":"2.2.6"},{"name":"script-security","optional":false,"version":"1.42"},{"name":"pipeline-model-api","optional":false,"version":"1.3"},{"name":"pipeline-model-definition","optional":false,"version":"1.3"}],"developers":[{"developerId":"jeffpearce","email":"jxpearce@godaddy.com","name":"Jeff Pearce"}],"excerpt":"Watches pipeline jobs and provides job and stage stats such as time and pass/fail. Can be configured to update Github commit status (one status per stage) and send stats to an influxDB instance, or statsd collector, for build health monitoring of job/stage timing and success rate.","gav":"org.jenkins-ci.plugins:github-autostatus:3.5.0","labels":[],"minimumJavaVersion":"1.8","name":"github-autostatus","previousTimestamp":"2019-05-13T21:02:16.00Z","previousVersion":"3.4.2","releaseTimestamp":"2019-06-21T00:02:52.00Z","requiredCore":"2.73.3","scm":"https://github.com/jenkinsci/github-autostatus-plugin","sha1":"NBnf2KgIkLiOQMCZ0FkGa4swmgQ=","sha256":"0j0b2A2Gw69tpc3GiHJarkbU86CRGUKRZW311xj5rCM=","title":"Job and Stage monitoring","url":"http://updates.jenkins-ci.org/download/plugins/github-autostatus/3.5.0/github-autostatus.hpi","version":"3.5.0","wiki":"https://plugins.jenkins.io/github-autostatus"},"github-branch-source":{"buildDate":"Aug 15, 2019","compatibleSinceVersion":"2.2.0","dependencies":[{"name":"github","optional":false,"version":"1.29.3"},{"name":"workflow-step-api","optional":true,"version":"2.19"},{"name":"credentials","optional":false,"version":"2.1.18"},{"name":"display-url-api","optional":false,"version":"2.0"},{"name":"git","optional":false,"version":"3.9.3"},{"name":"github-api","optional":false,"version":"1.95"},{"name":"scm-api","optional":false,"version":"2.6.3"},{"name":"structs","optional":false,"version":"1.19"}],"developers":[{"developerId":"kshultz"}],"excerpt":"Multibranch projects and organization folders from GitHub. Maintained by CloudBees, Inc.","gav":"org.jenkins-ci.plugins:github-branch-source:2.5.6","labels":["scm"],"minimumJavaVersion":"1.8","name":"github-branch-source","previousTimestamp":"2019-07-27T02:26:34.00Z","previousVersion":"2.5.5","releaseTimestamp":"2019-08-15T18:10:43.00Z","requiredCore":"2.138.4","scm":"https://github.com/jenkinsci/github-branch-source-plugin","sha1":"0s/z5X1B7RZu44U06W/5flNMTr0=","sha256":"zatoVFrVN51WxG5ZH6qcZ9OGxbP6mCaAp4qoZVgd28E=","title":"GitHub Branch Source","url":"http://updates.jenkins-ci.org/download/plugins/github-branch-source/2.5.6/github-branch-source.hpi","version":"2.5.6","wiki":"https://plugins.jenkins.io/github-branch-source"},"github-coverage-reporter":{"buildDate":"Aug 06, 2019","dependencies":[{"name":"workflow-step-api","optional":false,"version":"2.12"},{"name":"github-api","optional":false,"version":"1.71"},{"name":"structs","optional":false,"version":"1.7"}],"developers":[{"developerId":"jack"}],"excerpt":"Reports code coverage stats as a github status check","gav":"io.jenkins.plugins:github-coverage-reporter:1.8","labels":[],"name":"github-coverage-reporter","previousTimestamp":"2019-07-20T19:46:58.00Z","previousVersion":"1.7","releaseTimestamp":"2019-08-06T19:56:55.00Z","requiredCore":"2.150.2","scm":"https://github.com/jenkinsci/github-coverage-reporter-plugin","sha1":"/V8izD9FnBRelqVQja7n+OBxzng=","sha256":"f8/lc4j7mWldfwgh1tn4srCP52K1hO6+oxRv17YJg28=","title":"GitHub Coverage Reporter","url":"http://updates.jenkins-ci.org/download/plugins/github-coverage-reporter/1.8/github-coverage-reporter.hpi","version":"1.8","wiki":"https://plugins.jenkins.io/github-coverage-reporter"},"github-issues":{"buildDate":"Nov 04, 2017","dependencies":[{"name":"token-macro","optional":false,"version":"2.0"},{"name":"github-api","optional":false,"version":"1.90"},{"name":"github","optional":false,"version":"1.22.3"}],"developers":[{"developerId":"daniel15","email":"sites+jenkins@dan.cx","name":"Daniel Lo Nigro"}],"excerpt":"This plugin creates GitHub issues when builds fail, and automatically closes the issue when the build starts passing again.","gav":"org.jenkins-ci.plugins:github-issues:1.2.4","labels":["notifier"],"name":"github-issues","previousTimestamp":"2017-07-23T05:12:37.00Z","previousVersion":"1.2.3","releaseTimestamp":"2017-11-04T23:10:28.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/github-issues-plugin","sha1":"vFptDiZy+qm59vEd+GilKTfZEfY=","sha256":"kKnZisAxVdyjnHeivixkE9Ft3V0Z4CVtYahqttqWgKo=","title":"GitHub Issues","url":"http://updates.jenkins-ci.org/download/plugins/github-issues/1.2.4/github-issues.hpi","version":"1.2.4","wiki":"https://plugins.jenkins.io/github-issues"},"github-oauth":{"buildDate":"Aug 06, 2019","compatibleSinceVersion":"0.3","dependencies":[{"name":"workflow-multibranch","optional":false,"version":"2.9"},{"name":"git","optional":false,"version":"3.0.0"},{"name":"mailer","optional":false,"version":"1.18"},{"name":"matrix-project","optional":false,"version":"1.7"},{"name":"github-branch-source","optional":false,"version":"1.9"},{"name":"github-api","optional":false,"version":"1.77"}],"developers":[{"developerId":"sag47","email":"sam.mxracer@gmail.com","name":"Sam Gleske"}],"excerpt":"Authentication plugin using GitHub OAuth to provide authentication and authorization capabilities for GitHub and GitHub Enterprise.","gav":"org.jenkins-ci.plugins:github-oauth:0.33","labels":["user"],"name":"github-oauth","previousTimestamp":"2019-04-12T05:04:22.00Z","previousVersion":"0.32","releaseTimestamp":"2019-08-06T03:56:58.00Z","requiredCore":"2.7.1","scm":"https://github.com/jenkinsci/github-oauth-plugin","sha1":"022KLPLDa4qcnwLRTZSxu8PhMnY=","sha256":"U4EqYW/u9+zSVgyfIEtJ2nZYCapXFzgCuZN2hIQaD2g=","title":"GitHub Authentication","url":"http://updates.jenkins-ci.org/download/plugins/github-oauth/0.33/github-oauth.hpi","version":"0.33","wiki":"https://plugins.jenkins.io/github-oauth"},"github-organization-folder":{"buildDate":"Jan 16, 2017","compatibleSinceVersion":"1.6","dependencies":[{"name":"cloudbees-folder","optional":false,"version":"5.16"},{"name":"workflow-scm-step","optional":false,"version":"2.2"},{"name":"workflow-multibranch","optional":false,"version":"2.10"},{"name":"workflow-cps","optional":false,"version":"2.14"},{"name":"pipeline-github-lib","optional":false,"version":"1.0"},{"name":"workflow-step-api","optional":false,"version":"2.3"},{"name":"workflow-cps-global-lib","optional":false,"version":"2.3"},{"name":"github-branch-source","optional":false,"version":"2.0.0"},{"name":"workflow-job","optional":false,"version":"2.5"},{"name":"branch-api","optional":false,"version":"2.0.0"},{"name":"scm-api","optional":false,"version":"2.0.1"},{"name":"github","optional":false,"version":"1.25.1"}],"developers":[{"developerId":"stephenc"}],"excerpt":"The functionality that was provided by this plugin has been moved to the GitHub Branch Source plugin<\/a>. You can safely delete this plugin once there are no plugins that depend on this plugin installed.","gav":"org.jenkins-ci.plugins:github-organization-folder:1.6","labels":[],"name":"github-organization-folder","previousTimestamp":"2016-09-07T19:42:56.00Z","previousVersion":"1.5","releaseTimestamp":"2017-01-16T18:50:49.00Z","requiredCore":"1.642.3","scm":"https://github.com/jenkinsci/github-organization-folder-plugin","sha1":"+SSxfeaurbPmPmjVVlDF0nx15l8=","sha256":"fi73rZBdvCY8Gdgdr+S5gG/NB9fr7f+kgpSlqQ9bb8w=","title":"GitHub Organization Folder","url":"http://updates.jenkins-ci.org/download/plugins/github-organization-folder/1.6/github-organization-folder.hpi","version":"1.6","wiki":"https://plugins.jenkins.io/github-organization-folder"},"github-pr-comment-build":{"buildDate":"May 07, 2019","dependencies":[{"name":"branch-api","optional":false,"version":"2.0.8"},{"name":"github-branch-source","optional":false,"version":"2.3.0"}],"developers":[{"developerId":"saville"}],"excerpt":"Allows rebuilds of multibranch PR jobs based on GitHub PR comments.","gav":"org.jenkins-ci.plugins:github-pr-comment-build:2.1","labels":[],"name":"github-pr-comment-build","previousTimestamp":"2017-06-16T03:31:16.00Z","previousVersion":"2.0","releaseTimestamp":"2019-05-07T14:29:22.00Z","requiredCore":"1.625.1","scm":"https://github.com/jenkinsci/github-pr-comment-build-plugin","sha1":"ssfsaCZH2vS2zac0KuH3iVabPBE=","sha256":"QLvJqMSA9eAq0fn+AA3ELZnllsczjQG7fc1mr+WNFHk=","title":"GitHub PR Comment Build","url":"http://updates.jenkins-ci.org/download/plugins/github-pr-comment-build/2.1/github-pr-comment-build.hpi","version":"2.1","wiki":"https://plugins.jenkins.io/github-pr-comment-build"},"github-pr-coverage-status":{"buildDate":"Dec 28, 2018","dependencies":[{"name":"github-api","optional":false,"version":"1.90"}],"developers":[{"developerId":"terma","email":"artem.stasuk@gmail.com","name":"Artem Stasiuk"}],"excerpt":"Addon for https://wiki.jenkins-ci.org/display/JENKINS/GitHub+pull+request+builder+plugin give you possibility to publish code coverage status (Cobertura and Jenkins) to Pull Request Commits. So you will see coverage of your PR and comparision with master.","gav":"org.jenkins-ci.plugins:github-pr-coverage-status:2.0.0","labels":["scm-related","report"],"minimumJavaVersion":"1.8","name":"github-pr-coverage-status","previousTimestamp":"2018-04-08T05:40:19.00Z","previousVersion":"1.10.0","releaseTimestamp":"2018-12-28T07:10:25.00Z","requiredCore":"2.7","scm":"https://github.com/jenkinsci/github-pr-coverage-status-plugin","sha1":"uE4Zh6y0DDd3BbuUvWmzC0xiLyE=","sha256":"9CPuzZC1CJGzDZX1i70IX7VeYB3E3CIbh6+6outpRCo=","title":"GitHub Pull Request Coverage Status","url":"http://updates.jenkins-ci.org/download/plugins/github-pr-coverage-status/2.0.0/github-pr-coverage-status.hpi","version":"2.0.0","wiki":"https://plugins.jenkins.io/github-pr-coverage-status"},"github-pullrequest":{"buildDate":"Jul 17, 2019","dependencies":[{"name":"github","optional":false,"version":"1.28.1"},{"name":"icon-shim","optional":false,"version":"2.0.3"},{"name":"workflow-api","optional":false,"version":"2.23.1"},{"name":"workflow-multibranch","optional":false,"version":"2.16"},{"name":"workflow-step-api","optional":false,"version":"2.13"},{"name":"block-queued-job","optional":true,"version":"0.2.0"},{"name":"branch-api","optional":false,"version":"2.0.16"},{"name":"cloudbees-folder","optional":false,"version":"6.2.1"},{"name":"credentials","optional":false,"version":"2.1.16"},{"name":"email-ext","optional":true,"version":"2.38.2"},{"name":"git-client","optional":false,"version":"2.6.0"},{"name":"git","optional":false,"version":"3.6.3"},{"name":"github-api","optional":false,"version":"1.86"},{"name":"job-dsl","optional":true,"version":"1.38"},{"name":"jucies","optional":true,"version":"0.2.1"},{"name":"mailer","optional":false,"version":"1.18"},{"name":"matrix-project","optional":false,"version":"1.7.1"},{"name":"scm-api","optional":false,"version":"2.2.3"},{"name":"script-security","optional":false,"version":"1.34"},{"name":"ssh-credentials","optional":false,"version":"1.13"},{"name":"structs","optional":true,"version":"1.14"},{"name":"token-macro","optional":true,"version":"1.12.1"},{"name":"jquery-detached","optional":false,"version":"1.2.1"}],"developers":[{"developerId":"KostyaSha","name":"Kanstantsin Shautsou"}],"excerpt":"GitHub Integration Plugin for Jenkins","gav":"org.jenkins-ci.plugins:github-pullrequest:0.2.6","labels":["emailext","trigger"],"name":"github-pullrequest","previousTimestamp":"2019-05-22T22:39:00.00Z","previousVersion":"0.2.5","releaseTimestamp":"2019-07-17T16:01:59.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/github-integration-plugin","sha1":"YsJqDpONBvcWbKYMOGu7HyKrUp4=","sha256":"Mr9UKn9mIca45AtdaKa8nX8E19OpISWqHgYWGQhVspQ=","title":"GitHub Integration","url":"http://updates.jenkins-ci.org/download/plugins/github-pullrequest/0.2.6/github-pullrequest.hpi","version":"0.2.6","wiki":"https://plugins.jenkins.io/github-pullrequest"},"github-scm-filter-aged-refs":{"buildDate":"Aug 22, 2018","dependencies":[{"name":"github-branch-source","optional":false,"version":"2.2.3"},{"name":"scm-api","optional":false,"version":"2.2.0"}],"developers":[{"developerId":"witokodoria","email":"witokondoria@gmail.com","name":"Javier Delgado"}],"excerpt":"Adds a filtering trait according to a ref date to an existing GitHub Branch Source Plugin configuration.","gav":"org.jenkins-ci.plugins:github-scm-filter-aged-refs:0.2.0","labels":[],"name":"github-scm-filter-aged-refs","previousTimestamp":"2017-10-25T13:46:42.00Z","previousVersion":"0.1.0","releaseTimestamp":"2018-08-22T16:39:57.00Z","requiredCore":"2.32.3","scm":"https://github.com/jenkinsci/scm-filter-aged-refs-plugin","sha1":"6eBrnV1Y2Eqxbp5XizmsMqEhVGI=","sha256":"70Iv8jFDRsp1QhFi4R+BCdKTxmRUYtzlvskmQ3Fugb4=","title":"GitHub Aged References SCM Filter","url":"http://updates.jenkins-ci.org/download/plugins/github-scm-filter-aged-refs/0.2.0/github-scm-filter-aged-refs.hpi","version":"0.2.0","wiki":"https://plugins.jenkins.io/github-scm-filter-aged-refs"},"github-scm-filter-jira-validator":{"buildDate":"Oct 27, 2017","dependencies":[{"name":"github-branch-source","optional":false,"version":"2.2.3"},{"name":"jira","optional":false,"version":"2.4.2"}],"developers":[{"developerId":"witokodoria","email":"witokondoria@gmail.com","name":"Javier Delgado"}],"excerpt":"Adds a filtering trait according to the pull request title (enforcing it contains a single and open jira ticket) to an existing GitHub Branch Source Plugin configuration.","gav":"org.jenkins-ci.plugins:github-scm-filter-jira-validator:0.1.0","labels":[],"name":"github-scm-filter-jira-validator","releaseTimestamp":"2017-10-27T08:43:55.00Z","requiredCore":"2.32.3","scm":"https://github.com/jenkinsci/scm-filter-jira-validator-plugin","sha1":"z/wsQpHXV0PmCMGlMhmCzQX3XRQ=","sha256":"YvY5KVli7NhakjMF117KAivJV8UzbUFTKh7nVXtW6do=","title":"GitHub Jira Validator SCM Filter","url":"http://updates.jenkins-ci.org/download/plugins/github-scm-filter-jira-validator/0.1.0/github-scm-filter-jira-validator.hpi","version":"0.1.0","wiki":"https://plugins.jenkins.io/github-scm-filter-jira-validator"},"github-scm-trait-commit-skip":{"buildDate":"Feb 06, 2019","dependencies":[{"name":"branch-api","optional":false,"version":"2.0.20"},{"name":"github-branch-source","optional":false,"version":"2.3.6"}],"developers":[{"developerId":"witokodoria","email":"witokondoria@gmail.com","name":"Javier Delgado"}],"excerpt":"Allows to ignore GitHub branches/pull requests/commits based on the content of commit messages","gav":"org.jenkins-ci.plugins:github-scm-trait-commit-skip:0.4.0","labels":[],"name":"github-scm-trait-commit-skip","previousTimestamp":"2019-02-05T23:19:02.00Z","previousVersion":"0.3.0","releaseTimestamp":"2019-02-06T21:48:35.00Z","requiredCore":"2.73.3","scm":"https://github.com/jenkinsci/scm-trait-commit-skip-plugin/github-scm-trait-commit-skip","sha1":"dSG5ZvHOo+B3D3UVZQDPsSxciac=","sha256":"yOXgcx0EozDNBy1f0ILYoh+CGXPi6pvhH4XrFPXG3cQ=","title":"GitHub Commit Skip SCM Behaviour","url":"http://updates.jenkins-ci.org/download/plugins/github-scm-trait-commit-skip/0.4.0/github-scm-trait-commit-skip.hpi","version":"0.4.0","wiki":"https://plugins.jenkins.io/github-scm-trait-commit-skip"},"github-scm-trait-notification-context":{"buildDate":"Jan 11, 2018","dependencies":[{"name":"github-branch-source","optional":false,"version":"2.3.2"},{"name":"token-macro","optional":false,"version":"1.12.1"}],"developers":[{"developerId":"Steven"}],"excerpt":"Github Branch Source trait to define custom context labels for Github build status notifications.","gav":"org.jenkins-ci.plugins:github-scm-trait-notification-context:1.1","labels":[],"name":"github-scm-trait-notification-context","releaseTimestamp":"2018-01-11T23:23:18.00Z","requiredCore":"2.73.3","scm":"https://github.com/jenkinsci/github-scm-trait-notification-context-plugin","sha1":"JsZPg39sTbZOrTyQwvNVBNmIBPM=","sha256":"KUuz8vrC9tpEc+pMsW7fSM4SwbRyHP6ib9iPQqFPtlg=","title":"Github Custom Notification Context SCM Behaviour","url":"http://updates.jenkins-ci.org/download/plugins/github-scm-trait-notification-context/1.1/github-scm-trait-notification-context.hpi","version":"1.1","wiki":"https://plugins.jenkins.io/github-scm-trait-notification-context"},"github-sqs-plugin":{"buildDate":"Jan 08, 2018","dependencies":[{"name":"github","optional":false,"version":"1.19.2"}],"developers":[{"developerId":"aaronwalker","name":"Aaron Walker"}],"excerpt":"This plugin allows you to trigger builds using Amazons Simple Queue Service.","gav":"com.base2services.jenkins:github-sqs-plugin:2.1","labels":["trigger","external"],"name":"github-sqs-plugin","previousTimestamp":"2013-04-19T13:44:25.00Z","previousVersion":"1.5","releaseTimestamp":"2018-01-08T16:23:44.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/github-sqs-plugin","sha1":"HzhfhRzMpiQfMQIpieK+hADC/0I=","sha256":"UG+J3qmsmzDM1YwqCuz+kMJuVWBigkS/ls5xRKtBeZI=","title":"GitHub SQS Build Trigger","url":"http://updates.jenkins-ci.org/download/plugins/github-sqs-plugin/2.1/github-sqs-plugin.hpi","version":"2.1","wiki":"https://plugins.jenkins.io/github-sqs-plugin"},"gitlab-api":{"buildDate":"Aug 16, 2019","dependencies":[],"developers":[{"developerId":"baymac","email":"parichay.barpanda@gmail.com","name":"Parichay Barpanda"}],"excerpt":"This plugin provides GitLab API<\/a> for other plugins.","gav":"io.jenkins.plugins:gitlab-api:1.0.5","labels":[],"minimumJavaVersion":"1.8","name":"gitlab-api","previousTimestamp":"2019-07-31T05:35:20.00Z","previousVersion":"1.0.4","releaseTimestamp":"2019-08-16T10:20:37.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/gitlab-api-plugin","sha1":"EDvrKt01Z/zqJbzxjRsbUfts9QA=","sha256":"jLWiKzOVdaxVeLKSSvA0TqgohRShwjjIJXzL3VHyDlo=","title":"Gitlab API","url":"http://updates.jenkins-ci.org/download/plugins/gitlab-api/1.0.5/gitlab-api.hpi","version":"1.0.5","wiki":"https://plugins.jenkins.io/gitlab-api"},"gitlab-branch-source":{"buildDate":"Aug 30, 2019","dependencies":[{"name":"gitlab-api","optional":false,"version":"1.0.5"},{"name":"branch-api","optional":false,"version":"2.5.4"},{"name":"credentials","optional":false,"version":"2.2.0"},{"name":"git","optional":false,"version":"3.10.0"},{"name":"plain-credentials","optional":false,"version":"1.3"},{"name":"scm-api","optional":false,"version":"2.5.1"}],"developers":[{"developerId":"baymac","email":"parichay.barpanda@gmail.com","name":"Parichay Barpanda"},{"developerId":"markyjackson-taulia","email":"marky.r.jackson@gmail.com","name":"Marky Jackson"},{"developerId":"justinharringa","email":"justin@harringa.com","name":"Justin Harringa"},{"developerId":"casz","email":"josephp90@gmail.com","name":"Joseph Peterson"}],"excerpt":"Provides branch source and folder organisation functionality for GitLab Repositories in Jenkins","gav":"io.jenkins.plugins:gitlab-branch-source:1.2.0","labels":[],"minimumJavaVersion":"1.8","name":"gitlab-branch-source","previousTimestamp":"2019-08-29T11:56:51.00Z","previousVersion":"1.1.0","releaseTimestamp":"2019-08-30T10:19:15.00Z","requiredCore":"2.176.2","scm":"https://github.com/jenkinsci/gitlab-branch-source-plugin","sha1":"y1GfO9teW3gbsj5uAkHp+bhLQTM=","sha256":"7HnPe3y1J0qxXwz+lGQcuWM3qUFSz9dK9f+2hNabCzM=","title":"GitLab Branch Source","url":"http://updates.jenkins-ci.org/download/plugins/gitlab-branch-source/1.2.0/gitlab-branch-source.hpi","version":"1.2.0","wiki":"https://plugins.jenkins.io/gitlab-branch-source"},"gitlab-hook":{"buildDate":"Apr 17, 2016","dependencies":[{"name":"ruby-runtime","optional":false,"version":"0.12"},{"name":"git","optional":false,"version":"2.0"}],"developers":[{"developerId":"root"}],"excerpt":"Enables Gitlab web hooks to be used to trigger SMC polling on Gitlab projects","gav":"org.jenkins-ci.ruby-plugins:gitlab-hook:1.4.2","labels":["scm-related"],"name":"gitlab-hook","previousTimestamp":"2016-01-10T14:53:13.00Z","previousVersion":"1.4.1.1","releaseTimestamp":"2016-04-17T12:07:54.00Z","requiredCore":"1.596","scm":"https://github.com/jenkinsci/gitlab-hook-plugin","sha1":"8YuYrlANqdAjbGx7+F6y8Z8Kiks=","sha256":"jO5AjKdI4RMckSvJfIN1LQUqU5tP+krk1Jk95mrQ7x8=","title":"Gitlab Hook","url":"http://updates.jenkins-ci.org/download/plugins/gitlab-hook/1.4.2/gitlab-hook.hpi","version":"1.4.2","wiki":"https://plugins.jenkins.io/gitlab-hook"},"gitlab-logo":{"buildDate":"Nov 09, 2016","dependencies":[],"developers":[{"developerId":"sue445","email":"sue445@sue445.net","name":"sue445"}],"excerpt":"Display GitLab Repository Icon on dashboard","gav":"org.jenkins-ci.plugins:gitlab-logo:1.0.3","labels":[],"name":"gitlab-logo","previousTimestamp":"2015-08-05T15:50:49.00Z","previousVersion":"1.0.1","releaseTimestamp":"2016-11-09T15:08:46.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/gitlab-logo-plugin","sha1":"zTc/SzmUb9vNgAjbiq6iT8EGIk0=","sha256":"FJR4L0wuPwnF4euGZePF5ZSjcBO1E9cGGgdYa8HK6Dc=","title":"GitLab Logo","url":"http://updates.jenkins-ci.org/download/plugins/gitlab-logo/1.0.3/gitlab-logo.hpi","version":"1.0.3","wiki":"https://plugins.jenkins.io/gitlab-logo"},"gitlab-merge-request-jenkins":{"buildDate":"Dec 29, 2015","dependencies":[],"developers":[{"developerId":"timols","email":"tim.olshansky@gmail.com","name":"Tim Olshansky"}],"excerpt":"Integrates Jenkins with Gitlab to build Merge Requests","gav":"com.switchfly:gitlab-merge-request-jenkins:2.0.0","labels":["scm","misc"],"name":"gitlab-merge-request-jenkins","previousTimestamp":"2015-10-13T17:14:42.00Z","previousVersion":"1.2.4","releaseTimestamp":"2015-12-29T00:54:49.00Z","requiredCore":"1.638","sha1":"c7Z4ikfUysJ3beplmRg/l2kKcWw=","sha256":"XCBTIuLZHpVsowMsBlP5D4GLez0PvePOff5Rwlubd9k=","title":"Gitlab Merge Request Builder","url":"http://updates.jenkins-ci.org/download/plugins/gitlab-merge-request-jenkins/2.0.0/gitlab-merge-request-jenkins.hpi","version":"2.0.0","wiki":"https://plugins.jenkins.io/gitlab-merge-request-jenkins"},"gitlab-oauth":{"buildDate":"Apr 27, 2018","dependencies":[{"name":"git","optional":false,"version":"3.6.4"},{"name":"mailer","optional":false,"version":"1.20"}],"developers":[{"developerId":"mohamed-el-habib","email":"mohamed.el-habib@digitaslbi.fr","name":"Mohamed EL HABIB"}],"excerpt":"This is the an authentication plugin using gitlab OAuth.","gav":"org.jenkins-ci.plugins:gitlab-oauth:1.4","labels":["user"],"name":"gitlab-oauth","previousTimestamp":"2017-12-18T16:40:20.00Z","previousVersion":"1.3","releaseTimestamp":"2018-04-27T15:35:13.00Z","requiredCore":"2.89.2","scm":"https://github.com/jenkinsci/gitlab-oauth-plugin","sha1":"9iMOzypr4gncdCQhYVnIr3m+LB4=","sha256":"S9EYwmeGmVsZcRd0it8DUmPu+FQ8lM0SUnpNPPClPLk=","title":"Gitlab Authentication","url":"http://updates.jenkins-ci.org/download/plugins/gitlab-oauth/1.4/gitlab-oauth.hpi","version":"1.4","wiki":"https://plugins.jenkins.io/gitlab-oauth"},"gitlab-plugin":{"buildDate":"Apr 17, 2019","compatibleSinceVersion":"1.4.0","dependencies":[{"name":"display-url-api","optional":false,"version":"1.1.1"},{"name":"git","optional":false,"version":"2.4.1"},{"name":"credentials","optional":false,"version":"2.1.0"},{"name":"workflow-job","optional":false,"version":"1.15"},{"name":"workflow-step-api","optional":false,"version":"2.16"},{"name":"matrix-project","optional":false,"version":"1.10"},{"name":"plain-credentials","optional":true,"version":"1.1"},{"name":"git-client","optional":false,"version":"1.19.0"}],"developers":[{"developerId":"owenmehegan","email":"owen@nerdnetworks.org","name":"Owen Mehegan"}],"excerpt":"This plugin allows GitLab<\/a> to trigger Jenkins builds and display their results in the GitLab UI.","gav":"org.jenkins-ci.plugins:gitlab-plugin:1.5.12","labels":["trigger"],"name":"gitlab-plugin","previousTimestamp":"2018-11-18T23:29:54.00Z","previousVersion":"1.5.11","releaseTimestamp":"2019-04-17T11:59:41.00Z","requiredCore":"1.609.3","scm":"https://github.com/jenkinsci/gitlab-plugin","sha1":"XwZ5b/XyLXJRtuT0AdZN6DWULyA=","sha256":"ZHMiNaj/w3HI54PohTnGW/Z167hklqWRfs2/ETTU1vE=","title":"GitLab","url":"http://updates.jenkins-ci.org/download/plugins/gitlab-plugin/1.5.12/gitlab-plugin.hpi","version":"1.5.12","wiki":"https://plugins.jenkins.io/gitlab-plugin"},"global-build-stats":{"buildDate":"Oct 18, 2017","dependencies":[{"name":"cloudbees-folder","optional":false,"version":"4.9"}],"developers":[{"developerId":"dhinske","email":"david.hinske@gmx.net","name":"David Hinske"},{"developerId":"fcamblor","email":"fcamblor+wikihudson@gmail.com","name":"Frederic Camblor"}],"excerpt":"This plugin will allow you to manage global hudson build stats concerning build failures","gav":"org.jenkins-ci.plugins:global-build-stats:1.5","labels":["report"],"name":"global-build-stats","previousTimestamp":"2016-05-08T18:14:00.00Z","previousVersion":"1.4","releaseTimestamp":"2017-10-18T14:06:09.00Z","requiredCore":"1.609.1","scm":"https://github.com/jenkinsci/global-build-stats-plugin","sha1":"g/EktO3vWguhEwU0Qbl2X+yUMEc=","sha256":"NrGu7Nb2zZYmO6ynFD5OIB+TzEeXuBTmJSfPWKn9S4I=","title":"global-build-stats","url":"http://updates.jenkins-ci.org/download/plugins/global-build-stats/1.5/global-build-stats.hpi","version":"1.5","wiki":"https://plugins.jenkins.io/global-build-stats"},"global-post-script":{"buildDate":"Feb 13, 2018","dependencies":[],"developers":[{"developerId":"orctom","email":"orctom@gmail.com","name":"Hao CHEN"}],"excerpt":"This plugin execute a script configured in global configure after all builds, all jobs.
Caution: jython script supports removed since 1.1.0<\/b>","gav":"org.jenkins-ci.plugins:global-post-script:1.1.4","labels":["trigger","post-build","groovy-related"],"name":"global-post-script","previousTimestamp":"2016-08-31T13:01:59.00Z","previousVersion":"1.1.3","releaseTimestamp":"2018-02-13T08:15:38.00Z","requiredCore":"1.565.3","scm":"https://github.com/jenkinsci/global-post-script-plugin/","sha1":"1EDur/sCqPv/iw763B+V19xTis8=","sha256":"o8SqzXKWH7FoVWxbiXj0BhFxoebUdl4mGtmXFx4NfTo=","title":"Global Post Script","url":"http://updates.jenkins-ci.org/download/plugins/global-post-script/1.1.4/global-post-script.hpi","version":"1.1.4","wiki":"https://plugins.jenkins.io/global-post-script"},"global-slack-notifier":{"buildDate":"Feb 15, 2019","dependencies":[{"name":"slack","optional":false,"version":"2.10"}],"developers":[{"developerId":"marimoiro","email":"marimoncolor@gmail.com","name":"shinsuke nakajima"}],"excerpt":"This plugin post to slack after any build completed without any job setting.","gav":"org.jenkins-ci.plugins:global-slack-notifier:1.5","labels":[],"name":"global-slack-notifier","previousTimestamp":"2018-12-19T16:47:55.00Z","previousVersion":"1.4","releaseTimestamp":"2019-02-15T12:00:28.00Z","requiredCore":"2.138.3","scm":"https://github.com/jenkinsci/global-slack-notifier-plugin","sha1":"pBPEyMgEzV8dPcekb93h9ubAhWo=","sha256":"oqiSTzEWrm0YYVRQZfwzGHeafPeFzcCryYRiQHO+yNA=","title":"Global Slack Notifier","url":"http://updates.jenkins-ci.org/download/plugins/global-slack-notifier/1.5/global-slack-notifier.hpi","version":"1.5","wiki":"https://plugins.jenkins.io/global-slack-notifier"},"global-variable-string-parameter":{"buildDate":"Sep 18, 2013","dependencies":[],"developers":[{"developerId":"pmaccamp","email":"pmaccamp@sbcglobal.net","name":"Patrick McKeown"},{"developerId":"marsbar","name":"Mario Vuong"}],"excerpt":"Adds a new parameter type called Global Variable Parameter which supports using ${GLOBAL_VARIABLES} in string parameters.","gav":"org.jenkins-ci.plugins:global-variable-string-parameter:1.2","labels":["parameter"],"name":"global-variable-string-parameter","previousTimestamp":"2012-11-02T08:22:15.00Z","previousVersion":"1.1","releaseTimestamp":"2013-09-18T05:00:06.00Z","requiredCore":"1.525","scm":"https://github.com/jenkinsci/global-variable-string-parameter-plugin","sha1":"9+lB7G/wV7APbZF+iPn/kc6d5jw=","sha256":"+DJLSFOxed0H09ldRhXZj99PH7NsDgXz06esfA1sFoQ=","title":"Global Variable String Parameter","url":"http://updates.jenkins-ci.org/download/plugins/global-variable-string-parameter/1.2/global-variable-string-parameter.hpi","version":"1.2","wiki":"https://plugins.jenkins.io/global-variable-string-parameter"},"gnat":{"buildDate":"Oct 11, 2012","dependencies":[{"name":"xunit","optional":false,"version":"1.39"}],"developers":[{"developerId":"gbois","email":"gregory.boissinot@gmail.com","name":"Gregory Boissinot"}],"excerpt":"This plugin provides GNAT(GNU NYU Ada Translator) support in Jenkins.","gav":"org.jenkins-ci.plugins:gnat:0.14","labels":["report"],"name":"gnat","previousTimestamp":"2012-02-14T22:30:37.00Z","previousVersion":"0.13","releaseTimestamp":"2012-10-11T16:43:45.00Z","requiredCore":"1.410","scm":"https://github.com/jenkinsci/gnat-plugin","sha1":"lSvvdGIK13pLiOLEkyjEOug+YUE=","sha256":"JaXrT9loEwbVw/nfqKzv/txO5M/4Q5UrToWd7+wTsOY=","title":"GNAT","url":"http://updates.jenkins-ci.org/download/plugins/gnat/0.14/gnat.hpi","version":"0.14","wiki":"https://plugins.jenkins.io/gnat"},"gogs-webhook":{"buildDate":"Jul 08, 2019","dependencies":[{"name":"git","optional":false,"version":"2.2.5"}],"developers":[{"developerId":"sanderv32","name":"Alexander Verhaar"}],"excerpt":"This plugin adds Gogs integration to Jenkins.","gav":"org.jenkins-ci.plugins:gogs-webhook:1.0.15","labels":["trigger","pipeline"],"name":"gogs-webhook","previousTimestamp":"2018-04-03T22:37:55.00Z","previousVersion":"1.0.14","releaseTimestamp":"2019-07-08T07:29:36.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/gogs-webhook-plugin","sha1":"A1xJWodfsLaQiHgN/LexLA9b/EE=","sha256":"uqSGFE+pynnctECDjGcbmSK27YrQM6SWNkK9EMfGabs=","title":"Gogs","url":"http://updates.jenkins-ci.org/download/plugins/gogs-webhook/1.0.15/gogs-webhook.hpi","version":"1.0.15","wiki":"https://plugins.jenkins.io/gogs-webhook"},"golang":{"buildDate":"Feb 25, 2017","dependencies":[{"name":"structs","optional":false,"version":"1.6"}],"developers":[{"developerId":"orrc","email":"chris@orr.me.uk","name":"Christopher Orr"}],"excerpt":"Automatically installs and sets up the Go programming language (golang) tools for a build.","gav":"org.jenkins-ci.plugins:golang:1.2","labels":["buildwrapper"],"name":"golang","previousTimestamp":"2014-06-21T13:57:14.00Z","previousVersion":"1.1","releaseTimestamp":"2017-02-25T15:46:14.00Z","requiredCore":"1.642.3","scm":"https://github.com/jenkinsci/golang-plugin","sha1":"8V1A9sztLzAgioLPpYSbSHVfmvw=","sha256":"Oo09EoxYE5SPPtalWF4SBKScPb6wgPGdeXGW112Fn/E=","title":"Go","url":"http://updates.jenkins-ci.org/download/plugins/golang/1.2/golang.hpi","version":"1.2","wiki":"https://plugins.jenkins.io/golang"},"google-admin-sdk":{"buildDate":"Jun 29, 2018","dependencies":[{"name":"credentials","optional":false,"version":"2.1.13"}],"developers":[{"developerId":"yacut","email":"roman.rogozhnikov@gmail.com","name":"Roman Rogozhnikov"}],"excerpt":"Google Admin SDK shared libraries plugin","gav":"org.jenkins-ci.plugins:google-admin-sdk:1.2.2","labels":[],"name":"google-admin-sdk","previousTimestamp":"2018-06-29T06:36:19.00Z","previousVersion":"1.2.1","releaseTimestamp":"2018-06-29T07:19:22.00Z","requiredCore":"2.7.3","scm":"https://github.com/jenkinsci/google-admin-sdk-plugin","sha1":"V1H6/pPDprvndrgLdQot4S3/XUg=","sha256":"uqvqYAGOZk+KsI8tf/AHwpGZoPYLHyMWNkBCuPeoAWE=","title":"Google Admin SDK","url":"http://updates.jenkins-ci.org/download/plugins/google-admin-sdk/1.2.2/google-admin-sdk.hpi","version":"1.2.2","wiki":"https://plugins.jenkins.io/google-admin-sdk"},"google-analytics-usage-reporter":{"buildDate":"Oct 16, 2015","dependencies":[{"name":"git","optional":true,"version":"2.3.5"}],"developers":[{"developerId":"astroilov","name":"Andrey Stroilov"}],"excerpt":"This plugin provides automatic reporting of Jenkins usage via Google Analytics.","gav":"org.jenkins-ci.plugins:google-analytics-usage-reporter:0.4","labels":["external"],"name":"google-analytics-usage-reporter","previousTimestamp":"2015-09-04T23:08:26.00Z","previousVersion":"0.3","releaseTimestamp":"2015-10-16T03:13:12.00Z","requiredCore":"1.623","scm":"https://github.com/jenkinsci/google-analytics-usage-reporter-plugin","sha1":"2qlFWe1tR5zwsxHxyb5mzn/Hkss=","sha256":"NRxfYEe5I88+QCCZ4Pop6jM1IkJv+j1Zc29cFH+e6YM=","title":"Google Analytics Usage Reporter","url":"http://updates.jenkins-ci.org/download/plugins/google-analytics-usage-reporter/0.4/google-analytics-usage-reporter.hpi","version":"0.4","wiki":"https://plugins.jenkins.io/google-analytics-usage-reporter"},"google-api-client-plugin":{"buildDate":"May 01, 2015","dependencies":[],"developers":[{"developerId":"kazssym","email":"kazssym@vx68k.org","name":"Kaz Nishimura"}],"excerpt":"This plugin provides the Google APIs Client Library for Java to other plugins.","gav":"org.jenkins-ci.plugins:google-api-client-plugin:2.0-1.20.0","labels":["external"],"name":"google-api-client-plugin","previousTimestamp":"2015-01-05T01:27:02.00Z","previousVersion":"1.0","releaseTimestamp":"2015-05-01T02:47:18.00Z","requiredCore":"1.532","sha1":"CUqDEC+IF1Edu1+MVvX9kxdNDig=","sha256":"ddf4r3NJEpjVvRIeBN22nSrkNO62E3Bu831PQnV5wxU=","title":"Google APIs Client Library","url":"http://updates.jenkins-ci.org/download/plugins/google-api-client-plugin/2.0-1.20.0/google-api-client-plugin.hpi","version":"2.0-1.20.0","wiki":"https://plugins.jenkins.io/google-api-client-plugin"},"google-chat-notification":{"buildDate":"Oct 03, 2018","dependencies":[{"name":"credentials","optional":false,"version":"1.25"},{"name":"plain-credentials","optional":false,"version":"1.1"},{"name":"structs","optional":false,"version":"1.10"},{"name":"token-macro","optional":false,"version":"2.5"}],"developers":[{"developerId":"cnaik","email":"chirag.naik.ec@gmail.com","name":"Chirag Naik"}],"excerpt":"This plugin is a post-build action that publishes build jobs execution data to Google Chat.","gav":"org.jenkins-ci.plugins:google-chat-notification:1.4","labels":[],"name":"google-chat-notification","previousTimestamp":"2018-10-02T07:11:19.00Z","previousVersion":"1.3","releaseTimestamp":"2018-10-03T10:59:18.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/google-chat-notification-plugin","sha1":"cpvn6+yPzw6oLonF/WQbeRDhksM=","sha256":"LPYTSW57mL6fb14dxXdA8qkXst0WxmhOEfvKJokqEdE=","title":"Google Chat Notification","url":"http://updates.jenkins-ci.org/download/plugins/google-chat-notification/1.4/google-chat-notification.hpi","version":"1.4","wiki":"https://plugins.jenkins.io/google-chat-notification"},"google-cloud-backup":{"buildDate":"Jan 20, 2016","dependencies":[],"developers":[{"developerId":"astroilov","name":"Andrey Stroilov"}],"excerpt":"Allows local and cloud-storage backups and automatic restores.","gav":"org.jenkins-ci.plugins:google-cloud-backup:0.6","labels":["misc"],"name":"google-cloud-backup","previousTimestamp":"2015-12-11T18:35:55.00Z","previousVersion":"0.5","releaseTimestamp":"2016-01-20T23:58:11.00Z","requiredCore":"1.626","scm":"https://github.com/jenkinsci/google-cloud-backup-plugin","sha1":"ZFdoGBYTrbNw7m4IlkcBTLtHdYU=","sha256":"38rkfLGyQjowUaV2FGXMJjIOm69poppdBHWrI8rHN68=","title":"Google Cloud Backup","url":"http://updates.jenkins-ci.org/download/plugins/google-cloud-backup/0.6/google-cloud-backup.hpi","version":"0.6","wiki":"https://plugins.jenkins.io/google-cloud-backup"},"google-cloud-health-check":{"buildDate":"Oct 16, 2015","dependencies":[],"developers":[{"developerId":"astroilov","name":"Andrey Stroilov"}],"excerpt":"This plugin provides simple health checks and extension points for additional health checks.","gav":"org.jenkins-ci.plugins:google-cloud-health-check:0.3","labels":["misc"],"name":"google-cloud-health-check","previousTimestamp":"2015-09-02T22:42:08.00Z","previousVersion":"0.2","releaseTimestamp":"2015-10-16T03:07:18.00Z","requiredCore":"1.626","scm":"https://github.com/jenkinsci/google-cloud-health-check-plugin","sha1":"/BgHqbsImC6ldhvZvIO+MTnF/ls=","sha256":"v6fLiIy0PHOOkccvSQ4z8PtwFu44cz79Lmm9gJcgof8=","title":"Google Health Check","url":"http://updates.jenkins-ci.org/download/plugins/google-cloud-health-check/0.3/google-cloud-health-check.hpi","version":"0.3","wiki":"https://plugins.jenkins.io/google-cloud-health-check"},"google-cloudbuild":{"buildDate":"Oct 17, 2018","dependencies":[{"name":"workflow-step-api","optional":false,"version":"2.12"},{"name":"google-oauth-plugin","optional":false,"version":"0.5"},{"name":"structs","optional":false,"version":"1.10"}],"developers":[{"developerId":"agoulti","name":"Alexandra Goultiaeva"},{"developerId":"bwkimmel","name":"Brad Kimmel"}],"excerpt":"${%PluginDescription}","gav":"org.jenkins-ci.plugins:google-cloudbuild:0.2.2","labels":[],"name":"google-cloudbuild","previousTimestamp":"2018-08-21T13:21:22.00Z","previousVersion":"0.2.1","releaseTimestamp":"2018-10-17T19:02:13.00Z","requiredCore":"2.60.1","scm":"https://github.com/jenkinsci/google-cloudbuild-plugin","sha1":"uqBH2O4XiBxqQpLEChNa0DMY7Ow=","sha256":"gfNp1HRGNtG7TA0mB4+zPqj38T3GDR5Nw9sfw/wvp9k=","title":"Google Cloud Build","url":"http://updates.jenkins-ci.org/download/plugins/google-cloudbuild/0.2.2/google-cloudbuild.hpi","version":"0.2.2","wiki":"https://plugins.jenkins.io/google-cloudbuild"},"google-compute-engine":{"buildDate":"Jul 26, 2019","dependencies":[{"name":"credentials","optional":false,"version":"2.1.16"},{"name":"durable-task","optional":false,"version":"1.28"},{"name":"google-oauth-plugin","optional":false,"version":"0.6"},{"name":"ssh-credentials","optional":false,"version":"1.13"}],"developers":[{"developerId":"evanbrown","email":"evanbrown@google.com","name":"Evan Brown"},{"developerId":"stephenshank","email":"stephenshank@google.com","name":"Stephen Shank"},{"developerId":"craigbarber","email":"craigbarber@google.com","name":"Craig Barber"}],"excerpt":"This plugin allows Jenkins to provision dynamic worker nodes on Google Compute Engine.","gav":"org.jenkins-ci.plugins:google-compute-engine:3.4.0","labels":[],"minimumJavaVersion":"1.8","name":"google-compute-engine","previousTimestamp":"2019-06-27T23:41:30.00Z","previousVersion":"3.3.2","releaseTimestamp":"2019-07-26T23:44:46.00Z","requiredCore":"2.107.1","scm":"https://github.com/jenkinsci/google-compute-engine-plugin","sha1":"MaZzXcQO4JofjLVcg3ErHdTly94=","sha256":"NUKtyiF6rQqSMiSGwKYOQW09+45T+/G+SsLWtkKPJ+8=","title":"Google Compute Engine","url":"http://updates.jenkins-ci.org/download/plugins/google-compute-engine/3.4.0/google-compute-engine.hpi","version":"3.4.0","wiki":"https://plugins.jenkins.io/google-compute-engine"},"google-container-registry-auth":{"buildDate":"Nov 20, 2015","dependencies":[{"name":"google-oauth-plugin","optional":false,"version":"0.3"},{"name":"docker-commons","optional":false,"version":"1.0"}],"developers":[{"developerId":"wzheng2310","name":"Wei Zheng"}],"excerpt":"This plugin exposes a credential for use with the Docker Build Step plugin for authenticating with Google Container Registry as a service account.","gav":"org.jenkins-ci.plugins:google-container-registry-auth:0.3","labels":[],"name":"google-container-registry-auth","previousTimestamp":"2015-07-15T00:14:51.00Z","previousVersion":"0.2","releaseTimestamp":"2015-11-20T00:02:56.00Z","requiredCore":"1.596.2","scm":"https://github.com/jenkinsci/google-container-registry-auth-plugin","sha1":"ufVaYf/+aAi/fnqPfF46POnhsZY=","sha256":"C9q+AzYefL78gkKeiZK9wTYDsfU5FOo+d0GEOf7od20=","title":"Google Container Registry Auth","url":"http://updates.jenkins-ci.org/download/plugins/google-container-registry-auth/0.3/google-container-registry-auth.hpi","version":"0.3","wiki":"https://plugins.jenkins.io/google-container-registry-auth"},"google-deployment-manager":{"buildDate":"Apr 14, 2016","dependencies":[{"name":"google-oauth-plugin","optional":false,"version":"0.4"},{"name":"google-source-plugin","optional":false,"version":"0.1"}],"developers":[{"developerId":"reprogrammer","name":"Mohsen Vakilian"},{"developerId":"mattmoor","name":"Matt Moore"},{"developerId":"astroilov","name":"Andrey Stroilov"}],"excerpt":"This plugin provides a create and delete Google Cloud Platform resources using Google Cloud Deployment Manager from within Jenkins jobs.","gav":"org.jenkins-ci.plugins:google-deployment-manager:0.1","labels":["deployment"],"name":"google-deployment-manager","releaseTimestamp":"2016-04-14T17:32:29.00Z","requiredCore":"1.596.1","scm":"https://github.com/jenkinsci/${project.gitProjectId}","sha1":"wsLt24Jm+U/zA3SsS9S1HdC3U6c=","sha256":"AwtSNKurwpu3vas1aLwpuVkKVCw4ekUIg4GJsOp6ioQ=","title":"Google Deployment Manager","url":"http://updates.jenkins-ci.org/download/plugins/google-deployment-manager/0.1/google-deployment-manager.hpi","version":"0.1","wiki":"https://plugins.jenkins.io/google-deployment-manager"},"google-git-notes-publisher":{"buildDate":"Oct 16, 2015","dependencies":[{"name":"git","optional":false,"version":"2.3.5"}],"developers":[{"developerId":"astroilov","name":"Andrey Stroilov"}],"excerpt":"This plugin provides automatic recording of Jenkins build actions to Git Notes.","gav":"org.jenkins-ci.plugins:google-git-notes-publisher:0.3","labels":["scm"],"name":"google-git-notes-publisher","previousTimestamp":"2015-09-29T22:40:25.00Z","previousVersion":"0.2","releaseTimestamp":"2015-10-16T02:35:11.00Z","requiredCore":"1.626","scm":"https://github.com/jenkinsci/google-git-notes-publisher-plugin","sha1":"NuKPbCvyNRT5LelqmU+A+5kh4J8=","sha256":"wSuHwJOBdnkYwWKgHEYRl6fKps/fOeZ9lce0lgbH+ug=","title":"Google Git Notes Publisher","url":"http://updates.jenkins-ci.org/download/plugins/google-git-notes-publisher/0.3/google-git-notes-publisher.hpi","version":"0.3","wiki":"https://plugins.jenkins.io/google-git-notes-publisher"},"google-kubernetes-engine":{"buildDate":"Jul 23, 2019","dependencies":[{"name":"workflow-step-api","optional":false,"version":"2.19"},{"name":"credentials","optional":false,"version":"2.1.16"},{"name":"display-url-api","optional":false,"version":"2.1.0"},{"name":"git","optional":false,"version":"3.9.3"},{"name":"google-oauth-plugin","optional":false,"version":"0.7"},{"name":"junit","optional":false,"version":"1.3"},{"name":"structs","optional":false,"version":"1.17"}],"developers":[{"developerId":"stephenashank","email":"stephenshank@google.com","name":"Stephen Shank"},{"developerId":"craigdbarber","email":"craigbarber@google.com","name":"Craig Barber"}],"excerpt":"This plugin allows Jenkins to deploy build artifacts to a Kubernetes cluster running on GKE.","gav":"org.jenkins-ci.plugins:google-kubernetes-engine:0.6.3","labels":[],"minimumJavaVersion":"1.8","name":"google-kubernetes-engine","previousTimestamp":"2019-07-09T20:36:49.00Z","previousVersion":"0.6.2","releaseTimestamp":"2019-07-23T20:51:37.00Z","requiredCore":"2.164.2","scm":"https://github.com/jenkinsci/google-kubernetes-engine-plugin","sha1":"NT52PTUMrIy+KHtN4HaNJkrs+BE=","sha256":"UTxEfSKj5psGqo2NLfPG8xPJ4Jfdz9sttEnB13FH3YA=","title":"Google Kubernetes Engine","url":"http://updates.jenkins-ci.org/download/plugins/google-kubernetes-engine/0.6.3/google-kubernetes-engine.hpi","version":"0.6.3","wiki":"https://plugins.jenkins.io/google-kubernetes-engine"},"google-login":{"buildDate":"Jul 22, 2019","dependencies":[{"name":"mailer","optional":false,"version":"1.6"}],"developers":[{"developerId":"recampbell","email":"ryan.campbell@gmail.com","name":"Ryan Campbell"}],"excerpt":"Allows you to log in to Jenkins with a Google account and restrict access to a Google Apps Domain.","gav":"org.jenkins-ci.plugins:google-login:1.6","labels":["security","user"],"name":"google-login","previousTimestamp":"2019-07-16T09:21:18.00Z","previousVersion":"1.5","releaseTimestamp":"2019-07-22T11:32:04.00Z","requiredCore":"2.60.1","scm":"https://github.com/jenkinsci/google-login-plugin","sha1":"KryVnfyT8RPAKjqAPb/41HXtNbw=","sha256":"EgP3mmvPTtDp35VHLTIl6zJnhjzomH9RZDwBSN8qT24=","title":"Google Login","url":"http://updates.jenkins-ci.org/download/plugins/google-login/1.6/google-login.hpi","version":"1.6","wiki":"https://plugins.jenkins.io/google-login"},"google-metadata-plugin":{"buildDate":"Oct 29, 2014","dependencies":[],"developers":[{"developerId":"mattmoor","name":"Matt Moore"},{"developerId":"tcnghia","name":"Nghia Tran"}],"excerpt":"This plugin provides a basic framework for steps in a build’s lifecycle to attach JSON-serializable metadata to a build (as an invisible action).","gav":"org.jenkins-ci.plugins:google-metadata-plugin:0.2","labels":[],"name":"google-metadata-plugin","previousTimestamp":"2014-03-26T15:17:59.00Z","previousVersion":"0.1","releaseTimestamp":"2014-10-29T18:29:18.00Z","requiredCore":"1.521","scm":"https://github.com/jenkinsci/google-metadata-plugin","sha1":"mSoIZkJBBVvwjBSAozwv2gHfD/8=","sha256":"kTHpdPEpAthl1lzmBUYTOm6uUzek1nAb5/bTbdrefnE=","title":"Google Metadata","url":"http://updates.jenkins-ci.org/download/plugins/google-metadata-plugin/0.2/google-metadata-plugin.hpi","version":"0.2","wiki":"https://plugins.jenkins.io/google-metadata-plugin"},"google-oauth-plugin":{"buildDate":"Sep 03, 2019","dependencies":[{"name":"credentials","optional":false,"version":"2.2.0"},{"name":"oauth-credentials","optional":false,"version":"0.3"}],"developers":[{"developerId":"astroilov","name":"Andrey Stroilov"},{"developerId":"craigdbarber","email":"craigbarber@google.com","name":"Craig Barber"},{"developerId":"stephenashank","email":"stephenshank@google.com","name":"Stephen Shank"}],"excerpt":"This plugin implements the OAuth Credentials interfaces to surface Google Service Account credentials to Jenkins.","gav":"org.jenkins-ci.plugins:google-oauth-plugin:0.9","labels":[],"minimumJavaVersion":"1.8","name":"google-oauth-plugin","previousTimestamp":"2019-04-25T22:47:43.00Z","previousVersion":"0.8","releaseTimestamp":"2019-09-03T20:59:25.00Z","requiredCore":"2.138.4","scm":"https://github.com/jenkinsci/google-oauth-plugin","sha1":"BOwv9e9G2zVWI3ZeRtrgkzAXpeY=","sha256":"MJ06W1n3/nwLd4jRiZd0a93FhZsR9RLPFNpMmDdJmd8=","title":"Google OAuth Credentials","url":"http://updates.jenkins-ci.org/download/plugins/google-oauth-plugin/0.9/google-oauth-plugin.hpi","version":"0.9","wiki":"https://plugins.jenkins.io/google-oauth-plugin"},"google-play-android-publisher":{"buildDate":"Jul 17, 2019","dependencies":[{"name":"google-oauth-plugin","optional":false,"version":"0.8"},{"name":"structs","optional":false,"version":"1.19"},{"name":"token-macro","optional":false,"version":"2.6"}],"developers":[{"developerId":"orrc","email":"chris@orr.me.uk","name":"Christopher Orr"}],"excerpt":"Enables Jenkins to upload Android apps (APK files) to Google Play and to manage related info.","gav":"org.jenkins-ci.plugins:google-play-android-publisher:2.0","labels":["android","upload"],"minimumJavaVersion":"1.8","name":"google-play-android-publisher","previousTimestamp":"2018-06-03T16:26:33.00Z","previousVersion":"1.8","releaseTimestamp":"2019-07-17T19:29:42.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/google-play-android-publisher-plugin","sha1":"FvV4P+uqRTS5ZqItlXRoUeLMNo8=","sha256":"4rMBlhSp7shrEi0fgY/5DZV+NXIMUJg+eFl/kHg7rrw=","title":"Google Play Android Publisher","url":"http://updates.jenkins-ci.org/download/plugins/google-play-android-publisher/2.0/google-play-android-publisher.hpi","version":"2.0","wiki":"https://plugins.jenkins.io/google-play-android-publisher"},"google-source-plugin":{"buildDate":"Oct 19, 2016","dependencies":[{"name":"git","optional":true,"version":"2.2.7"},{"name":"mercurial","optional":true,"version":"1.49"},{"name":"multiple-scms","optional":true,"version":"0.3"},{"name":"google-metadata-plugin","optional":false,"version":"0.2"},{"name":"google-oauth-plugin","optional":false,"version":"0.3"},{"name":"git-client","optional":true,"version":"1.10.2"}],"developers":[{"developerId":"mattmoor","name":"Matt Moore"}],"excerpt":"This plugin exposes a credential for use with the Git plugin for authenticating with Google source code hosting as a service account.","gav":"org.jenkins-ci.plugins:google-source-plugin:0.3","labels":["scm-related","scm"],"name":"google-source-plugin","previousTimestamp":"2016-04-18T21:17:23.00Z","previousVersion":"0.2","releaseTimestamp":"2016-10-19T04:26:51.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/google-source-plugin-plugin","sha1":"r54iWvCykyD37gOPZKfJpDZ8AYg=","sha256":"tGPl1GgyhtGUJxSrRQbzLa7KskHmI1TIo6mVLgIuKdI=","title":"Google Authenticated Source","url":"http://updates.jenkins-ci.org/download/plugins/google-source-plugin/0.3/google-source-plugin.hpi","version":"0.3","wiki":"https://plugins.jenkins.io/google-source-plugin"},"google-storage-plugin":{"buildDate":"Aug 08, 2019","dependencies":[{"name":"workflow-step-api","optional":false,"version":"2.19"},{"name":"credentials","optional":false,"version":"2.1.16"},{"name":"google-metadata-plugin","optional":false,"version":"0.2"},{"name":"google-oauth-plugin","optional":false,"version":"0.7"},{"name":"ssh-credentials","optional":false,"version":"1.13"},{"name":"structs","optional":false,"version":"1.17"}],"developers":[{"developerId":"craigdbarber","email":"craigbarber@google.com","name":"Craig Barber"},{"developerId":"stephenashank","email":"stephenshank@google.com","name":"Stephen Shank"}],"excerpt":"This plugin provides the “Google Cloud Storage Uploader” post-build step for publishing build artifacts to Google Cloud Storage.","gav":"org.jenkins-ci.plugins:google-storage-plugin:1.3.3","labels":["upload"],"minimumJavaVersion":"1.8","name":"google-storage-plugin","previousTimestamp":"2019-07-09T20:07:41.00Z","previousVersion":"1.3.2","releaseTimestamp":"2019-08-08T17:15:10.00Z","requiredCore":"2.164.2","scm":"https://github.com/jenkinsci/google-storage-plugin","sha1":"8cM786FzfnQT7WcrOAE2is1pi4Q=","sha256":"/KNDZZucYLkGM3U/AQ4YpyAsYpZbUjM91hkKU1b80pI=","title":"Google Cloud Storage","url":"http://updates.jenkins-ci.org/download/plugins/google-storage-plugin/1.3.3/google-storage-plugin.hpi","version":"1.3.3","wiki":"https://plugins.jenkins.io/google-storage-plugin"},"googleanalytics":{"buildDate":"Nov 23, 2011","dependencies":[],"developers":[{"developerId":"erik"}],"excerpt":"","gav":"org.jvnet.hudson.plugins:googleanalytics:1.3","labels":["page-decorator"],"name":"googleanalytics","releaseTimestamp":"2011-11-23T17:16:49.00Z","requiredCore":"1.323","scm":"https://github.com/jenkinsci/googleanalytics-plugin","sha1":"K8jV5dPn/543wX4bX0OJTGikJ3Y=","sha256":"w/VC6XJo3IAjjQRSDwMATpP201sqpW8gI+tRm8MzVZk=","title":"Google Analytics","url":"http://updates.jenkins-ci.org/download/plugins/googleanalytics/1.3/googleanalytics.hpi","version":"1.3","wiki":"https://plugins.jenkins.io/googleanalytics"},"gprbuild":{"buildDate":"Mar 09, 2018","dependencies":[],"developers":[{"developerId":"felix"}],"excerpt":"Build GNAT project using GPRbuild.","gav":"io.jenkins.plugins:gprbuild:1.0","labels":[],"name":"gprbuild","releaseTimestamp":"2018-03-09T22:07:00.00Z","requiredCore":"2.7.3","scm":"https://github.com/jenkinsci/gprbuild-plugin","sha1":"YiM+h/zw8q/aFxS+6YfBOxlp9V4=","sha256":"ERl0S7Efg/j8e41JqqY29/5axRZcqp9HjAlJR7MZx9k=","title":"GPRbuild","url":"http://updates.jenkins-ci.org/download/plugins/gprbuild/1.0/gprbuild.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/gprbuild"},"gradle":{"buildDate":"Jul 05, 2019","compatibleSinceVersion":"1.0","dependencies":[{"name":"structs","optional":false,"version":"1.5"},{"name":"workflow-api","optional":false,"version":"2.20"},{"name":"workflow-cps","optional":false,"version":"2.24"},{"name":"workflow-job","optional":false,"version":"2.9"},{"name":"workflow-basic-steps","optional":false,"version":"2.3"},{"name":"workflow-durable-task-step","optional":false,"version":"2.8"},{"name":"workflow-step-api","optional":false,"version":"2.10"}],"developers":[{"developerId":"wolfs","name":"Stefan Wolf"}],"excerpt":"This plugin allows Jenkins to invoke
Gradle<\/a> build scripts directly.","gav":"org.jenkins-ci.plugins:gradle:1.33","labels":["builder"],"name":"gradle","previousTimestamp":"2019-05-24T20:29:47.00Z","previousVersion":"1.32","releaseTimestamp":"2019-07-05T13:41:11.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/gradle-plugin","sha1":"soesdj47BMLBT+LPR8wkiy+JeZk=","sha256":"IQ44dif9aq8kDpUeqhkA4APeiyyKhCVUXWcm7W4ZMjE=","title":"Gradle","url":"http://updates.jenkins-ci.org/download/plugins/gradle/1.33/gradle.hpi","version":"1.33","wiki":"https://plugins.jenkins.io/gradle"},"gradle-repo":{"buildDate":"Jan 09, 2019","dependencies":[],"developers":[{"developerId":"EastWoodYang","email":"ycdyng@gmail.com","name":"EastWood Yang"}],"excerpt":"This plugin allows use of Gradle Repo<\/a> as an SCM tool. A repo binary is required.","gav":"io.jenkins.plugins:gradle-repo:1.0.1","labels":[],"name":"gradle-repo","previousTimestamp":"2018-10-09T17:38:35.00Z","previousVersion":"1.0.0","releaseTimestamp":"2019-01-09T02:35:34.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/gradle-repo-plugin","sha1":"giEkuaenLRm3eNgCgEoC1c8tlHY=","sha256":"V/zYF7G2Ox2Z1erV4o94yJkvTyRdDxuTlmyxRiUM2Zg=","title":"Gradle Repo","url":"http://updates.jenkins-ci.org/download/plugins/gradle-repo/1.0.1/gradle-repo.hpi","version":"1.0.1","wiki":"https://plugins.jenkins.io/gradle-repo"},"graphiteIntegrator":{"buildDate":"Jan 23, 2015","dependencies":[{"name":"junit","optional":false,"version":"1.2-beta-4"}],"developers":[{"developerId":"joachim_rodrigues","email":"rodrigues.joachim@gmail.com","name":"joachim rodrigues"},{"developerId":"patelm5","email":"mpatelgrad@gmail.com","name":"Mike Patel"}],"excerpt":"This plugin allows you to send these metrics : number of tests, tests skipped, tests failed, build duration, cobertura total line coverage and cobertura total branch coverage to one or more graphite servers. If you don't have a graphite server you can use : https://www.hostedgraphite.com to test. For cobertura metrics you need to install cobertura plugin and run cobertura:cobertura in goals section. Be sure to run jenkins in a Jdk 7, because the plugin only works with this version of jdk.","gav":"org.jenkins-ci.plugins:graphiteIntegrator:1.2","labels":["misc"],"name":"graphiteIntegrator","previousTimestamp":"2013-09-15T16:48:38.00Z","previousVersion":"1.1","releaseTimestamp":"2015-01-23T15:13:26.00Z","requiredCore":"1.596","scm":"https://github.com/jenkinsci/graphite-plugin","sha1":"zqd558YR4kZxdK2Z6VjribYuq3w=","sha256":"eN2xbO08oqUIgbQ9tiu5f29iRxWYbzOIhBzGY9aGVf8=","title":"graphiteIntegrator","url":"http://updates.jenkins-ci.org/download/plugins/graphiteIntegrator/1.2/graphiteIntegrator.hpi","version":"1.2","wiki":"https://plugins.jenkins.io/graphiteIntegrator"},"graphql-server":{"buildDate":"Aug 06, 2019","dependencies":[],"developers":[{"developerId":"halkeye","email":"jenkins@gavinmogan.com","name":"Gavin Mogan"}],"excerpt":"A GraphQL implementation of the Jenkins API","gav":"io.jenkins.plugins:graphql-server:0.0.2","labels":[],"minimumJavaVersion":"1.8","name":"graphql-server","previousTimestamp":"2019-07-09T04:42:12.00Z","previousVersion":"0.0.1","releaseTimestamp":"2019-08-06T22:54:54.00Z","requiredCore":"2.150.1","scm":"https://github.com/jenkinsci/graphql-server-plugin","sha1":"e8ed4T0kteui0QT1Mz1AllsOyI0=","sha256":"04uMULNd/fY9r9P5JheCkA0V1imiZKIKODmFTyIOMKs=","title":"GraphQL API Server","url":"http://updates.jenkins-ci.org/download/plugins/graphql-server/0.0.2/graphql-server.hpi","version":"0.0.2","wiki":"https://plugins.jenkins.io/graphql-server"},"gravatar":{"buildDate":"May 05, 2014","dependencies":[{"name":"mailer","optional":false,"version":"1.5"}],"developers":[{"developerId":"redsolo","email":"eramfelt@gmail.com","name":"Erik Ramfelt"}],"excerpt":"This plugin shows Gravatar<\/a> avatar images for Jenkins users.","gav":"org.jenkins-ci.plugins:gravatar:2.1","labels":["user","ui"],"name":"gravatar","previousTimestamp":"2014-05-03T07:48:04.00Z","previousVersion":"2.0","releaseTimestamp":"2014-05-05T19:50:16.00Z","requiredCore":"1.532","scm":"https://github.com/jenkinsci/gravatar-plugin","sha1":"SzLeHUtgtvyz4WVS5dXzYPfsMn8=","sha256":"7tvdEiFpxsLxSKTDt1uQiR2iNMglNRse/xGX69OdhlU=","title":"Gravatar","url":"http://updates.jenkins-ci.org/download/plugins/gravatar/2.1/gravatar.hpi","version":"2.1","wiki":"https://plugins.jenkins.io/gravatar"},"greenballs":{"buildDate":"Nov 02, 2015","dependencies":[],"developers":[{"developerId":"asgeirn","email":"asgeir@twingine.no","name":"Asgeir Storesund Nilsen"}],"excerpt":"Because green is better than blue! For color blind support configure user property.","gav":"org.jenkins-ci.plugins:greenballs:1.15","labels":["ui"],"name":"greenballs","previousTimestamp":"2014-02-07T09:39:09.00Z","previousVersion":"1.14","releaseTimestamp":"2015-11-02T14:36:04.00Z","requiredCore":"1.440","scm":"https://github.com/jenkinsci/greenballs-plugin","sha1":"/UbT1lrvRJdKqC9Gs+K6/7wEUp8=","sha256":"bDci+5zipEbwJm4ZEdh+9QiYoQ84iQu2lj5+HhxClvs=","title":"Green Balls","url":"http://updates.jenkins-ci.org/download/plugins/greenballs/1.15/greenballs.hpi","version":"1.15","wiki":"https://plugins.jenkins.io/greenballs"},"groovy":{"buildDate":"Feb 27, 2019","compatibleSinceVersion":"2.0","dependencies":[{"name":"script-security","optional":false,"version":"1.54"},{"name":"token-macro","optional":true,"version":"1.4"}],"developers":[{"developerId":"vjuranek","name":"Vojtech Juranek"},{"developerId":"olivergondza","email":"ogondza@gmail.com","name":"Oliver Gondža"}],"excerpt":"","gav":"org.jenkins-ci.plugins:groovy:2.2","labels":["builder","groovy-related"],"name":"groovy","previousTimestamp":"2019-01-23T20:05:09.00Z","previousVersion":"2.1","releaseTimestamp":"2019-02-27T22:10:40.00Z","requiredCore":"2.7.3","scm":"https://github.com/jenkinsci/groovy-plugin","sha1":"ha9OjeR+mB078ira8Mf1dHuZHYM=","sha256":"Ho8g/Sl4u1zj9iWcdWWPaDXU3J9HBKKbm79fQghBflQ=","title":"Groovy","url":"http://updates.jenkins-ci.org/download/plugins/groovy/2.2/groovy.hpi","version":"2.2","wiki":"https://plugins.jenkins.io/groovy"},"groovy-events-listener-plugin":{"buildDate":"Aug 29, 2019","compatibleSinceVersion":"1.20","dependencies":[],"developers":[{"developerId":"jequals5","email":"marky.r.jackson@gmail.com","name":"Marky Jackson"}],"excerpt":"This plugin executes Groovy code when an event occurs.","gav":"org.jenkins-ci.plugins:groovy-events-listener-plugin:1.017","labels":[],"name":"groovy-events-listener-plugin","previousTimestamp":"2019-08-29T03:02:26.00Z","previousVersion":"1.016","releaseTimestamp":"2019-08-29T04:44:50.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/groovy-events-listener-plugin","sha1":"wHggDSqniEK9ciG+R5lPQfzq8UI=","sha256":"fkHTOsjWP4lkdWwLrC1Qq+B3u9XQf1iJvrcbfbHk570=","title":"Groovy Events Listener","url":"http://updates.jenkins-ci.org/download/plugins/groovy-events-listener-plugin/1.017/groovy-events-listener-plugin.hpi","version":"1.017","wiki":"https://plugins.jenkins.io/groovy-events-listener-plugin"},"groovy-events-listener-plugin-master":{"buildDate":"Sep 20, 2015","compatibleSinceVersion":"1.20","dependencies":[],"developers":[{"developerId":"nickg","email":"nickgrealy@gmail.com","name":"Nick Grealy"}],"excerpt":"A jenkins plugin, which executes groovy code when an event occurs.","gav":"org.jenkins-ci.plugins:groovy-events-listener-plugin-master:1.007","labels":[],"name":"groovy-events-listener-plugin-master","releaseTimestamp":"2015-09-20T23:44:19.00Z","requiredCore":"1.581","scm":"https://github.com/jenkinsci/groovy-events-listener-plugin-master","sha1":"TrqCqABVvfyHGhZJV1k0bhj2cZ8=","sha256":"6lIrOczwoT12yIFqWwqTfhhZORIRDBKoTNSsd7G3wvg=","title":"Groovy Events Listener","url":"http://updates.jenkins-ci.org/download/plugins/groovy-events-listener-plugin-master/1.007/groovy-events-listener-plugin-master.hpi","version":"1.007","wiki":"https://plugins.jenkins.io/groovy-events-listener-plugin-master"},"groovy-label-assignment":{"buildDate":"May 08, 2016","compatibleSinceVersion":"1.2.0","dependencies":[{"name":"script-security","optional":false,"version":"1.16"}],"developers":[{"developerId":"ikedam","name":"IKEDA Yasuyuki"}],"excerpt":"Provides "Groovy script to restrict where this project can be run" in job configuration pages.","gav":"jp.ikedam.jenkins.plugins:groovy-label-assignment:1.2.0","labels":["slaves"],"name":"groovy-label-assignment","previousTimestamp":"2015-09-13T02:58:54.00Z","previousVersion":"1.1.1","releaseTimestamp":"2016-05-08T02:18:30.00Z","requiredCore":"1.509","scm":"https://github.com/jenkinsci/groovy-label-assignment-plugin","sha1":"9qLx8vHIOfFxpqUhhm+54ijRClY=","sha256":"RHUDrfeTAB+SLTz/zQKjM5jSPzDen3X/D/DN9xNW6AE=","title":"Groovy Label Assignment","url":"http://updates.jenkins-ci.org/download/plugins/groovy-label-assignment/1.2.0/groovy-label-assignment.hpi","version":"1.2.0","wiki":"https://plugins.jenkins.io/groovy-label-assignment"},"groovy-postbuild":{"buildDate":"Jun 24, 2019","dependencies":[{"name":"workflow-cps","optional":true,"version":"2.54"},{"name":"badge","optional":false,"version":"1.5"},{"name":"matrix-project","optional":false,"version":"1.12"},{"name":"script-security","optional":false,"version":"1.42"}],"developers":[{"developerId":"wolfs","name":"Stefan Wolf"},{"developerId":"beryx","name":"Serban Iordache"}],"excerpt":"Groovy postbuild task.","gav":"org.jvnet.hudson.plugins:groovy-postbuild:2.5","labels":["post-build","groovy-related"],"minimumJavaVersion":"1.8","name":"groovy-postbuild","previousTimestamp":"2018-11-18T04:44:58.00Z","previousVersion":"2.4.3","releaseTimestamp":"2019-06-24T06:00:28.00Z","requiredCore":"2.121.1","scm":"https://github.com/jenkinsci/groovy-postbuild-plugin","sha1":"IkwNqKJ6qdU1RoWFw7Z6yEwc4TM=","sha256":"PSLTr92Gz+q1kz0gr0YFpYcF6rWFd2Kyw1rc0Lz7PD8=","title":"Groovy Postbuild","url":"http://updates.jenkins-ci.org/download/plugins/groovy-postbuild/2.5/groovy-postbuild.hpi","version":"2.5","wiki":"https://plugins.jenkins.io/groovy-postbuild"},"groovy-remote":{"buildDate":"Sep 12, 2012","dependencies":[],"developers":[],"excerpt":"Groovy Remote Control Plugin","gav":"org.jenkinsci.plugins:groovy-remote:0.2","labels":["builder","groovy-related"],"name":"groovy-remote","previousTimestamp":"2012-08-09T12:40:18.00Z","previousVersion":"0.1","releaseTimestamp":"2012-09-12T11:30:54.00Z","requiredCore":"1.475","scm":"https://github.com/jenkinsci/groovy-remote-control-plugin","sha1":"0rhRQWmdaOqU8FN2UZCM2htpB/M=","sha256":"Bwq2nzD5C5nY8GYTFwfRRVWMsvURtVvRoq6ft18GPnQ=","title":"Groovy Remote Control","url":"http://updates.jenkins-ci.org/download/plugins/groovy-remote/0.2/groovy-remote.hpi","version":"0.2","wiki":"https://plugins.jenkins.io/groovy-remote"},"growl":{"buildDate":"Jun 13, 2011","dependencies":[],"developers":[{"developerId":"sbower","email":"sbower@advws.net","name":"Shawn Bower"}],"excerpt":"This plugin is a notifier that will send a Growl when a build is finished.","gav":"org.jenkins-ci.plugins:growl:1.1","labels":["notifier"],"name":"growl","releaseTimestamp":"2011-06-13T01:20:50.00Z","requiredCore":"1.414","scm":"https://github.com/jenkinsci/growl-plugin","sha1":"NqahIAJnefwd9tvZ/T9mREAnh8E=","sha256":"Dis8LEDMIzx1Rwon6JYIkg3scfubgudbVBVODifeMbY=","title":"Growl","url":"http://updates.jenkins-ci.org/download/plugins/growl/1.1/growl.hpi","version":"1.1","wiki":"https://plugins.jenkins.io/growl"},"h2-api":{"buildDate":"May 22, 2019","dependencies":[],"developers":[{"developerId":"cleclerc","email":"cleclerc@cloudbees.com","name":"Cyrille Le Clerc"}],"excerpt":"This plugin is a shared library. It provides the H2 jar so that other plugins can consume H2 without duplication and without classpath collisions.","gav":"io.jenkins.plugins:h2-api:1.4.199","labels":[],"minimumJavaVersion":"1.8","name":"h2-api","releaseTimestamp":"2019-05-22T12:44:09.00Z","requiredCore":"2.89.4","scm":"https://github.com/jenkinsci/h2-api-plugin","sha1":"OcTB90V6nHyVUU+MT8CTVTEJ654=","sha256":"MIDkRJCZPdvNpqq+daBQCZb/C4Qncz8fg+EkeeHobVw=","title":"H2 API","url":"http://updates.jenkins-ci.org/download/plugins/h2-api/1.4.199/h2-api.hpi","version":"1.4.199","wiki":"https://plugins.jenkins.io/h2-api"},"habitat":{"buildDate":"Mar 04, 2019","dependencies":[],"developers":[{"developerId":"skylerto","email":"skylerclayne@gmail.com","name":"Skyler Layne"}],"excerpt":"Executes Habitat","gav":"com.indellient:habitat:0.6.5","labels":[],"name":"habitat","previousTimestamp":"2019-01-04T14:23:43.00Z","previousVersion":"0.6.2","releaseTimestamp":"2019-03-04T16:59:13.00Z","requiredCore":"2.130","scm":"https://github.com/jenkinsci/habitat-plugin","sha1":"p5vMjE+oK6U6w+WQCwo+OH8s22Q=","sha256":"JnUmKteA1/SWrjih0t+kuxe/eym3bmznZFaJz+JDSBw=","title":"Habitat Executor","url":"http://updates.jenkins-ci.org/download/plugins/habitat/0.6.5/habitat.hpi","version":"0.6.5","wiki":"https://plugins.jenkins.io/habitat"},"hadoop":{"buildDate":"Jun 29, 2011","dependencies":[],"developers":[{"developerId":"olamy"}],"excerpt":"","gav":"org.jenkins-ci.plugins:hadoop:1.4","labels":["cluster"],"name":"hadoop","releaseTimestamp":"2011-06-29T22:02:37.00Z","requiredCore":"1.403","scm":"https://github.com/jenkinsci/hadoop-plugin","sha1":"S4P+I7mwmD4wGaps43neIfH/fJg=","sha256":"dBo4n0Cc803ElAPO8fEZCwc1ujjlgBWMYFOIy96K0KE=","title":"Hadoop","url":"http://updates.jenkins-ci.org/download/plugins/hadoop/1.4/hadoop.hpi","version":"1.4","wiki":"https://plugins.jenkins.io/hadoop"},"handlebars":{"buildDate":"Mar 03, 2016","dependencies":[],"developers":[{"developerId":"tfennelly"}],"excerpt":"JavaScript GUI Lib: Handlebars bundle plugin.","gav":"org.jenkins-ci.ui:handlebars:1.1.1","labels":[],"name":"handlebars","previousTimestamp":"2015-12-15T15:17:06.00Z","previousVersion":"1.1","releaseTimestamp":"2016-03-03T12:08:15.00Z","requiredCore":"1.580.1","sha1":"IZD2XEaxAUvXkCYIK8Jm3aWPEio=","sha256":"vFzHs+yhe6bOwKje+U86p4rXoZOHoZqjpW+FehiWavo=","title":"JavaScript GUI Lib: Handlebars bundle","url":"http://updates.jenkins-ci.org/download/plugins/handlebars/1.1.1/handlebars.hpi","version":"1.1.1","wiki":"https://plugins.jenkins.io/handlebars"},"handy-uri-templates-2-api":{"buildDate":"Mar 01, 2019","dependencies":[],"developers":[{"developerId":"casz","name":"Joseph Petersen"}],"excerpt":"Bundles Handy Uri Templates 2.x and allows it to be used by Jenkins plugins","gav":"org.jenkins-ci.plugins:handy-uri-templates-2-api:2.1.7-1.0","labels":[],"minimumJavaVersion":"1.7","name":"handy-uri-templates-2-api","previousTimestamp":"2018-01-03T22:11:48.00Z","previousVersion":"2.1.6-1.0","releaseTimestamp":"2019-03-01T05:23:23.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/handy-uri-templates-2-api-plugin","sha1":"ClMnKYufI2Z74E9w7yrY6UplHC0=","sha256":"v0RZju3jfgdz2p04e7fUT1mELmnzRMDdh/o0PsLtpuA=","title":"Handy Uri Templates 2.x API","url":"http://updates.jenkins-ci.org/download/plugins/handy-uri-templates-2-api/2.1.7-1.0/handy-uri-templates-2-api.hpi","version":"2.1.7-1.0","wiki":"https://plugins.jenkins.io/handy-uri-templates-2-api"},"harvest":{"buildDate":"Aug 28, 2015","dependencies":[],"developers":[{"developerId":"gliptak","name":"G‡bor Lipt‡k"}],"excerpt":"This plugin makes it possible to retrieve files from a Harvest SCM.","gav":"org.jenkins-ci.plugins:harvest:0.5.1","labels":["scm"],"name":"harvest","previousTimestamp":"2011-08-22T22:21:05.00Z","previousVersion":"0.5","releaseTimestamp":"2015-08-28T21:07:36.00Z","requiredCore":"1.609.2","scm":"https://github.com/jenkinsci/harvest-plugin","sha1":"Y3ExvSTn5hgqx0M1hz1NPpB7L18=","sha256":"sfk2M4to8iYRLMJ/5rU3INLWEr8LF4ViPLqQU72QH04=","title":"Harvest SCM","url":"http://updates.jenkins-ci.org/download/plugins/harvest/0.5.1/harvest.hpi","version":"0.5.1","wiki":"https://plugins.jenkins.io/harvest"},"hashicorp-vault-pipeline":{"buildDate":"Nov 12, 2018","dependencies":[{"name":"hashicorp-vault-plugin","optional":false,"version":"2.2.0"},{"name":"workflow-api","optional":false,"version":"2.15"},{"name":"workflow-cps","optional":false,"version":"2.28"}],"developers":[{"developerId":"philmadden83","email":"philmadden83@gmail.com","name":"Phil Madden"}],"excerpt":"Enables pulling of vault values as a pipeline step","gav":"io.jenkins.plugins:hashicorp-vault-pipeline:1.2","labels":[],"name":"hashicorp-vault-pipeline","previousTimestamp":"2018-10-09T21:40:46.00Z","previousVersion":"1.1","releaseTimestamp":"2018-11-12T20:51:05.00Z","requiredCore":"2.138.1","scm":"https://github.com/jenkinsci/hashicorp-vault-pipeline-plugin","sha1":"3rknfpRmC/+2sgmiTz8dB/mjreM=","sha256":"P9WbhZRkuD5UnvrhIFTBqz441/ORqJZyP58SkuYgVZ0=","title":"Hashicorp Vault Pipeline","url":"http://updates.jenkins-ci.org/download/plugins/hashicorp-vault-pipeline/1.2/hashicorp-vault-pipeline.hpi","version":"1.2","wiki":"https://plugins.jenkins.io/hashicorp-vault-pipeline"},"hashicorp-vault-plugin":{"buildDate":"Aug 28, 2019","compatibleSinceVersion":"2.0.0","dependencies":[{"name":"configuration-as-code","optional":true,"version":"1.29"},{"name":"cloudbees-folder","optional":false,"version":"6.9"},{"name":"credentials-binding","optional":false,"version":"1.18"},{"name":"credentials","optional":false,"version":"2.2.0"},{"name":"structs","optional":false,"version":"1.19"}],"developers":[{"developerId":"casz","name":"Joseph Petersen"},{"developerId":"ptierno","email":"ptierno@datapipe.com","name":"Peter A. Tierno"}],"excerpt":"Jenkins plugin to populate environment variables from secrets stored in HashiCorp's Vault<\/a>","gav":"com.datapipe.jenkins.plugins:hashicorp-vault-plugin:2.5.0","labels":["buildwrapper"],"minimumJavaVersion":"1.8","name":"hashicorp-vault-plugin","previousTimestamp":"2019-08-24T00:56:25.00Z","previousVersion":"2.4.0","releaseTimestamp":"2019-08-28T03:53:46.00Z","requiredCore":"2.138.4","scm":"https://github.com/jenkinsci/hashicorp-vault-plugin","sha1":"cRugF5dX2gWpmLh5pAzENBVFrHI=","sha256":"3iYUWEpPJMULnw3o1ZTEzPqeYto6GCTO8TA2ANKyCYs=","title":"HashiCorp Vault","url":"http://updates.jenkins-ci.org/download/plugins/hashicorp-vault-plugin/2.5.0/hashicorp-vault-plugin.hpi","version":"2.5.0","wiki":"https://plugins.jenkins.io/hashicorp-vault-plugin"},"hckrnews":{"buildDate":"Nov 29, 2013","dependencies":[],"developers":[{"developerId":"lewuathe","email":"lewuathe@me.com","name":"Kai Sasaki"}],"excerpt":"This plugin is for reading hacker news top timeline.","gav":"com.lewuathe.plugins:hckrnews:1.1","labels":["misc"],"name":"hckrnews","previousTimestamp":"2013-11-28T11:44:58.00Z","previousVersion":"1.0","releaseTimestamp":"2013-11-29T04:03:24.00Z","requiredCore":"1.509.4","scm":"https://github.com/jenkinsci/hckrnews-plugin","sha1":"VDda6aQLtieRJ4jgDmpNV9/9fTw=","sha256":"MaiK15gGB7oitrPYrS5mvo8vzZ3hhjDS7kmRq0TZr7M=","title":"hckrnews","url":"http://updates.jenkins-ci.org/download/plugins/hckrnews/1.1/hckrnews.hpi","version":"1.1","wiki":"https://plugins.jenkins.io/hckrnews"},"heavy-job":{"buildDate":"Oct 16, 2013","dependencies":[],"developers":[{"developerId":"jglick"}],"excerpt":"This plugin allows you to define "weight" on each job, and making each job consume that many executors (instead of just one.) Useful for a job that's parallelized by itself, so that Hudson can schedule jobs accordingly.","gav":"org.jenkins-ci.plugins:heavy-job:1.1","labels":["misc"],"name":"heavy-job","releaseTimestamp":"2013-10-16T16:31:18.00Z","requiredCore":"1.424","scm":"https://github.com/jenkinsci/heavy-job-plugin","sha1":"fuLiOYClFCQQZ3NFb5DEjZNKzVs=","sha256":"kjFJlBU8I3G/L5oP/LCHFYrVcQVzcuzmfqXm6WBYScQ=","title":"Heavy Job","url":"http://updates.jenkins-ci.org/download/plugins/heavy-job/1.1/heavy-job.hpi","version":"1.1","wiki":"https://plugins.jenkins.io/heavy-job"},"helix-teamhub":{"buildDate":"May 29, 2019","dependencies":[{"name":"git","optional":false,"version":"3.6.0"},{"name":"junit","optional":false,"version":"1.3"},{"name":"mercurial","optional":false,"version":"2.1"},{"name":"subversion","optional":false,"version":"2.9"}],"developers":[{"developerId":"radley","email":"mradlak@perforce.com","name":"Marcin Radlak"}],"excerpt":"This plugin integrates Helix TeamHub<\/a> to Jenkins.","gav":"org.jenkins-ci.plugins:helix-teamhub:1.1.5","labels":[],"minimumJavaVersion":"1.8","name":"helix-teamhub","previousTimestamp":"2017-11-10T09:54:03.00Z","previousVersion":"1.1.4","releaseTimestamp":"2019-05-29T14:56:37.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/helix-teamhub-plugin","sha1":"lY1Hv/8iixMGz2x5xK8N5SV0kK0=","sha256":"/0ud9IYZopRGqTa3ydcK+bUXGZjHpnMQLV9Ot53FQTY=","title":"Helix TeamHub","url":"http://updates.jenkins-ci.org/download/plugins/helix-teamhub/1.1.5/helix-teamhub.hpi","version":"1.1.5","wiki":"https://plugins.jenkins.io/helix-teamhub"},"hidden-parameter":{"buildDate":"May 04, 2015","dependencies":[],"developers":[{"developerId":"wy-scm","name":"wy-scm"}],"excerpt":"","gav":"org.jenkins-ci.plugins:hidden-parameter:0.0.4","labels":["misc"],"name":"hidden-parameter","releaseTimestamp":"2015-05-04T08:26:15.00Z","requiredCore":"1.541","scm":"https://github.com/jenkinsci/hidden-parameter-plugin","sha1":"CE/YYreaKyglTmAk+ZdpsVtcy4s=","sha256":"f+C240hxDp+V9IGsJzpCGELs2/gZ3pv7zTTgBI8eFDw=","title":"Hidden Parameter","url":"http://updates.jenkins-ci.org/download/plugins/hidden-parameter/0.0.4/hidden-parameter.hpi","version":"0.0.4","wiki":"https://plugins.jenkins.io/hidden-parameter"},"hipchat":{"buildDate":"Sep 12, 2018","dependencies":[{"name":"workflow-step-api","optional":false,"version":"1.11"},{"name":"credentials","optional":false,"version":"2.1.5"},{"name":"display-url-api","optional":false,"version":"0.2"},{"name":"junit","optional":false,"version":"1.3"},{"name":"matrix-project","optional":false,"version":"1.4"},{"name":"plain-credentials","optional":false,"version":"1.3"},{"name":"token-macro","optional":false,"version":"2.0"}],"developers":[{"developerId":"aldaris","name":"Peter Major"}],"excerpt":"This plugin is a HipChat notifier that can publish build status to HipChat rooms.","gav":"org.jvnet.hudson.plugins:hipchat:2.2.1","labels":["notifier"],"name":"hipchat","previousTimestamp":"2018-08-20T19:43:00.00Z","previousVersion":"2.2.0","releaseTimestamp":"2018-09-12T18:55:14.00Z","requiredCore":"2.17","scm":"https://github.com/jenkinsci/hipchat-plugin","sha1":"trxJuqiq3UaiHlLCjKZJZCauN+Y=","sha256":"XChWZMYpRcdddZfosLyFU3Aprhv4Cu3wZN3yxOu0vcs=","title":"HipChat","url":"http://updates.jenkins-ci.org/download/plugins/hipchat/2.2.1/hipchat.hpi","version":"2.2.1","wiki":"https://plugins.jenkins.io/hipchat"},"hockeyapp":{"buildDate":"May 07, 2019","dependencies":[{"name":"workflow-api","optional":false,"version":"2.27"},{"name":"workflow-job","optional":false,"version":"2.25"},{"name":"apache-httpcomponents-client-4-api","optional":false,"version":"4.5.5-3.0"},{"name":"scm-api","optional":false,"version":"2.2.8"},{"name":"structs","optional":false,"version":"1.17"}],"developers":[{"developerId":"mezpahlan","email":"mez.pahlan@gmail.com","name":"Mez Pahlan"},{"developerId":"Brantone","name":"Brenton Bartel"},{"developerId":"ohoeltke","email":"ohoeltke@gmail.com","name":"Oliver Hoeltke"}],"excerpt":"This plugin allows you to upload new versions of your Android (.apk), iOS (.ipa), and MacOS (.app) applications to hockeyapp.net.

Important: If you are upgrading from a version prior to 1.4.0 and use a custom / self hosted HockeyApp baseUrl read the
plugin release notes<\/a>.","gav":"org.jenkins-ci.plugins:hockeyapp:1.5.1","labels":["upload","android","ios"],"name":"hockeyapp","previousTimestamp":"2019-05-01T19:04:41.00Z","previousVersion":"1.5.0","releaseTimestamp":"2019-05-07T20:22:16.00Z","requiredCore":"2.73.3","scm":"https://github.com/jenkinsci/hockeyapp-plugin","sha1":"MrAlvUsyfneNn0PiCVaph42ulhU=","sha256":"bpspdrDCZRIgq0vAGkK+pBa+IGQvwPp/z6CZbi2l2jc=","title":"HockeyApp","url":"http://updates.jenkins-ci.org/download/plugins/hockeyapp/1.5.1/hockeyapp.hpi","version":"1.5.1","wiki":"https://plugins.jenkins.io/hockeyapp"},"housekeeper":{"buildDate":"Sep 29, 2014","dependencies":[],"developers":[{"developerId":"scarytom","email":"t.denley@cantab.net","name":"Tom Denley"}],"excerpt":"This plugin performs housekeeping checks to ensure that builds do not leak resources.","gav":"org.jenkins-ci.plugins:housekeeper:1.1","labels":["post-build"],"name":"housekeeper","previousTimestamp":"2014-09-25T09:38:07.00Z","previousVersion":"1.0","releaseTimestamp":"2014-09-29T10:42:19.00Z","requiredCore":"1.554.1","scm":"https://github.com/jenkinsci/housekeeper-plugin","sha1":"XgfmakTbL+ZcTLpXOkAVv+46YrY=","sha256":"eD/zE2k6yN6DiQjPHP2eG4TTgGoD0/29Pjr2ILIzp40=","title":"housekeeper","url":"http://updates.jenkins-ci.org/download/plugins/housekeeper/1.1/housekeeper.hpi","version":"1.1","wiki":"https://plugins.jenkins.io/housekeeper"},"hp-application-automation-tools-plugin":{"buildDate":"May 28, 2019","dependencies":[{"name":"maven-plugin","optional":false,"version":"2.17"},{"name":"workflow-aggregator","optional":false,"version":"2.5"},{"name":"workflow-cps","optional":false,"version":"2.53"},{"name":"workflow-job","optional":false,"version":"2.21"},{"name":"workflow-multibranch","optional":false,"version":"2.20"},{"name":"workflow-support","optional":false,"version":"2.18"},{"name":"credentials","optional":false,"version":"2.1.11"},{"name":"extended-choice-parameter","optional":true,"version":"0.64"},{"name":"git","optional":true,"version":"3.1.0"},{"name":"jenkins-multijob-plugin","optional":true,"version":"1.15"},{"name":"jquery","optional":true,"version":"1.11.2-0"},{"name":"junit","optional":false,"version":"1.19"},{"name":"matrix-project","optional":true,"version":"1.7.1"},{"name":"nodelabelparameter","optional":true,"version":"1.5.0"},{"name":"parameterized-trigger","optional":true,"version":"2.25"},{"name":"random-string-parameter","optional":true,"version":"1.0"},{"name":"sonar","optional":true,"version":"2.8.1"},{"name":"ssh-credentials","optional":false,"version":"1.13"},{"name":"subversion","optional":true,"version":"2.7.1"},{"name":"token-macro","optional":true,"version":"1.12.1"}],"developers":[{"developerId":"gront","email":"daniel.gront@microfocus.com","name":"Daniel Gront"},{"developerId":"radislavB","email":"radislav.berkovich@microfocus.com","name":"Radislav Berkovich"},{"developerId":"Rlu","email":"li.lu@microfocus.com","name":"Roy Lu"},{"developerId":"pavelchuchma","email":"pavel.chuchma@microfocus.com","name":"Pavel Chuchma"},{"developerId":"rolandomihaivlad","email":"rolando-mihai.vlad@microfocus.com","name":"Vlad, Rolando-Mihai"},{"developerId":"tamasflorin","email":"ionut-florin.tamas@hpe.com","name":"Tamas, Ionut Florin"},{"developerId":"bamh","email":"daniel.danan@microfocus.com","name":"Daniel Danan"},{"developerId":"janezhang","email":"xiao-jing.zhang2@microfocus.com","name":"Zhang, Xiao-Jing"},{"developerId":"gullerya","email":"gullerya@gmail.com","name":"Yuri Guller"},{"developerId":"YafimK","name":"Fima (Yafim) Kazak"}],"excerpt":"This plugin enables integration with ALM, ALM Octane, Unified Functional Testing, LoadRunner, and Performance Center.","gav":"org.jenkins-ci.plugins:hp-application-automation-tools-plugin:5.8","labels":["misc"],"name":"hp-application-automation-tools-plugin","previousTimestamp":"2019-02-28T12:58:25.00Z","previousVersion":"5.7","releaseTimestamp":"2019-05-28T05:16:30.00Z","requiredCore":"2.107.3","scm":"https://github.com/jenkinsci/hpe-application-automation-tools-plugin","sha1":"KId5JX94z51VD1YdkFn2a5eFR7E=","sha256":"lTCIeEM4bnlaL4EYXkXZWe73ERE/kVGVinymQHjTheU=","title":"Micro Focus Application Automation Tools","url":"http://updates.jenkins-ci.org/download/plugins/hp-application-automation-tools-plugin/5.8/hp-application-automation-tools-plugin.hpi","version":"5.8","wiki":"https://plugins.jenkins.io/hp-application-automation-tools-plugin"},"hp-operations-orchestration-automation-execution-plugin":{"buildDate":"Jul 05, 2016","dependencies":[],"developers":[{"developerId":"franky4ro","email":"danalbu85@gmail.com","name":"Dan Albu"},{"developerId":"nathang","email":"nathan.grunzweig@hp.com","name":"Nathan Grunzweig"},{"developerId":"lucian_cm","email":"lucian-cristian.musca@hp.com","name":"Lucian Musca"}],"excerpt":"This plugin enables executing HP Operations Orchestration flows as build-steps.","gav":"org.jenkins-ci.plugins:hp-operations-orchestration-automation-execution-plugin:2.1.1","labels":["misc","external"],"name":"hp-operations-orchestration-automation-execution-plugin","previousTimestamp":"2015-05-13T08:53:45.00Z","previousVersion":"2.0.0","releaseTimestamp":"2016-07-05T04:58:36.00Z","requiredCore":"1.458","scm":"https://github.com/jenkinsci/hp-operations-orchestration-plugin","sha1":"ahYSCCERT9F/d/eZzJltZ0LNMgA=","sha256":"LVtvzrdZ7lipTMiODXy2EJ9syIh0flP5tct0dMjEXP8=","title":"HP Operations Orchestration Automation Execution","url":"http://updates.jenkins-ci.org/download/plugins/hp-operations-orchestration-automation-execution-plugin/2.1.1/hp-operations-orchestration-automation-execution-plugin.hpi","version":"2.1.1","wiki":"https://plugins.jenkins.io/hp-operations-orchestration-automation-execution-plugin"},"hp-quality-center":{"buildDate":"Oct 18, 2017","dependencies":[{"name":"junit","optional":false,"version":"1.20"}],"developers":[{"email":"michaelfazio@me.com","name":"Michael Fazio"}],"excerpt":"HP Quality Center Plugin","gav":"org.jenkins-ci.plugins.qc:hp-quality-center:1.6","labels":["post-build"],"name":"hp-quality-center","previousTimestamp":"2017-10-17T09:46:08.00Z","previousVersion":"1.4","releaseTimestamp":"2017-10-18T11:24:50.00Z","requiredCore":"1.642.4","scm":"https://github.com/jenkinsci/hp-quality-center-plugin","sha1":"pybE13sJIPtCYNEsSkwOeyLGVyo=","sha256":"4rq3nUWOpzYKIK1h7vAHUzua1l9tkv6NS+jV7lmqYQE=","title":"HP ALM Quality Center","url":"http://updates.jenkins-ci.org/download/plugins/hp-quality-center/1.6/hp-quality-center.hpi","version":"1.6","wiki":"https://plugins.jenkins.io/hp-quality-center"},"hpe-network-virtualization":{"buildDate":"Aug 17, 2016","dependencies":[{"name":"junit","optional":false,"version":"1.11"}],"developers":[{"developerId":"itayka","email":"itay.karo@hpe.com","name":"Itay Karo"},{"email":"danny.moore@hpe.com","name":"Danny Moore"}],"excerpt":"This plugin allows running tests over different network conditions.","gav":"org.jenkins-ci.plugins:hpe-network-virtualization:1.0","labels":["misc"],"name":"hpe-network-virtualization","releaseTimestamp":"2016-08-17T14:22:50.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/hpe-network-virtualization-plugin","sha1":"vUulAXm0HefeXDMRfigqNuUypy4=","sha256":"ga8D5AWPN6Ae+6eZLIFq1BokRVmWixDRpnoFTMQkcg4=","title":"HPE Network Virtualization","url":"http://updates.jenkins-ci.org/download/plugins/hpe-network-virtualization/1.0/hpe-network-virtualization.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/hpe-network-virtualization"},"hsts-filter-plugin":{"buildDate":"Sep 27, 2011","dependencies":[],"developers":[{"developerId":"jieryn","email":"jieryn@gmail.com","name":"Jesse Farinacci"}],"excerpt":"The HSTS Filter Plugin<\/a> provides a very simple filter which adds a response header indicating that HTTP Strict Transport Security<\/a> (HSTS) response headers should be utilized.","gav":"org.jenkins-ci.plugins:hsts-filter-plugin:1.0","labels":["page-decorator","misc"],"name":"hsts-filter-plugin","releaseTimestamp":"2011-09-27T02:05:43.00Z","requiredCore":"1.429","scm":"https://github.com/jenkinsci/hsts-filter-plugin","sha1":"YTtcCuLLVggnk+/s+6zW/7OpxOA=","sha256":"AcZXHjzP21Upck4ZWWQ6QoqAKBCzvjRQB7+SOU5b3PY=","title":"HSTS Filter","url":"http://updates.jenkins-ci.org/download/plugins/hsts-filter-plugin/1.0/hsts-filter-plugin.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/hsts-filter-plugin"},"html-audio-notifier":{"buildDate":"Nov 25, 2011","dependencies":[],"developers":[{"developerId":"larshvile","email":"lars@hulte.net","name":"Lars Hvile"}],"excerpt":"Simple notifier that plays audio notifications directly in the browser when builds fail.","gav":"jenkins.plugins.htmlaudio:html-audio-notifier:0.4","labels":["notifier"],"name":"html-audio-notifier","previousTimestamp":"2011-10-15T12:12:32.00Z","previousVersion":"0.3","releaseTimestamp":"2011-11-25T18:52:43.00Z","requiredCore":"1.425","scm":"https://github.com/jenkinsci/html-audio-notifier-plugin","sha1":"1lWpujRmmhKwomBKQAM3XpBacK4=","sha256":"rcq8vd6ziidkki12APVoC7pTExJo+WCwg7oz2IHH998=","title":"HTML Audio Notifier","url":"http://updates.jenkins-ci.org/download/plugins/html-audio-notifier/0.4/html-audio-notifier.hpi","version":"0.4","wiki":"https://plugins.jenkins.io/html-audio-notifier"},"html5-notifier-plugin":{"buildDate":"Mar 06, 2015","dependencies":[],"developers":[{"developerId":"jieryn","email":"jieryn@gmail.com","name":"Jesse Farinacci"},{"developerId":"halkeye","email":"halkeye@gmail.com","name":"Gavin Mogan"}],"excerpt":"The HTML5 Notifier Plugin<\/a> provides W3C Web Notifications<\/a> support for builds.","gav":"org.jenkins-ci.plugins:html5-notifier-plugin:1.5","labels":["page-decorator","notifier"],"name":"html5-notifier-plugin","previousTimestamp":"2014-08-02T05:39:42.00Z","previousVersion":"1.3","releaseTimestamp":"2015-03-06T07:49:55.00Z","requiredCore":"1.455","scm":"https://github.com/jenkinsci/html5-notifier-plugin","sha1":"Ip/RVzN3uevTRt1MX/dBH/iW8A0=","sha256":"H6lwesA5I8jcDyVO7I/pxGFXTf67NZjX4ZL1mA1qez8=","title":"HTML5 Notifier","url":"http://updates.jenkins-ci.org/download/plugins/html5-notifier-plugin/1.5/html5-notifier-plugin.hpi","version":"1.5","wiki":"https://plugins.jenkins.io/html5-notifier-plugin"},"htmlpublisher":{"buildDate":"Jan 17, 2019","dependencies":[{"name":"workflow-step-api","optional":false,"version":"1.14.2"},{"name":"matrix-project","optional":false,"version":"1.0"}],"developers":[{"developerId":"r2b2_nz","name":"Richard Bywater"},{"developerId":"mcrooney","name":"Michael Rooney"}],"excerpt":"This plugin publishes HTML reports.","gav":"org.jenkins-ci.plugins:htmlpublisher:1.18","labels":["report"],"name":"htmlpublisher","previousTimestamp":"2018-10-02T22:31:00.00Z","previousVersion":"1.17","releaseTimestamp":"2019-01-17T01:08:17.00Z","requiredCore":"1.609.3","scm":"https://github.com/jenkinsci/htmlpublisher-plugin","sha1":"zKY0MrJLW6vfcVrib2EWEEsA084=","sha256":"y2ilQ7TQ2k0WtbtNgo3A2HaEdSyqVeZ//I7oiWbNwi8=","title":"HTML Publisher","url":"http://updates.jenkins-ci.org/download/plugins/htmlpublisher/1.18/htmlpublisher.hpi","version":"1.18","wiki":"https://plugins.jenkins.io/htmlpublisher"},"htmlresource":{"buildDate":"May 01, 2016","dependencies":[],"developers":[{"developerId":"vimil","email":"-","name":"vimil"}],"excerpt":"HTMLResurce plugin allows you to make javascript and css libraries available to jenkins","gav":"org.jenkins-ci.plugins:htmlresource:1.02","labels":["ui"],"name":"htmlresource","releaseTimestamp":"2016-05-01T19:41:10.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/htmlresource-plugin","sha1":"5H0gz6VEd5ImCxFXHLJP1G6LRsM=","sha256":"lKUEh7Zoio5Lys+G6BOgp4LsqlPQ2J0b59eTtdKPMEI=","title":"HTMLResource","url":"http://updates.jenkins-ci.org/download/plugins/htmlresource/1.02/htmlresource.hpi","version":"1.02","wiki":"https://plugins.jenkins.io/htmlresource"},"http-post":{"buildDate":"Nov 25, 2014","dependencies":[],"developers":[{"developerId":"ChristianBecker","email":"christian.becker.1987@gmail.com","name":"Christian Becker"}],"excerpt":"This plugin will allow you to publish the artifacts via HTTP POST to an URL.","gav":"org.jenkins-ci.plugins:http-post:1.2","labels":["post-build","upload"],"name":"http-post","previousTimestamp":"2014-08-12T11:08:57.00Z","previousVersion":"1.1","releaseTimestamp":"2014-11-25T13:13:08.00Z","requiredCore":"1.480","scm":"https://github.com/jenkinsci/http-post-plugin","sha1":"CKce/+Ym5vGCPxAOWo8MVFuU5nU=","sha256":"UXLWAgFyr3D8xVZLPFXMqGWbbU/5TeVY9cySbtHyELA=","title":"HTTP POST","url":"http://updates.jenkins-ci.org/download/plugins/http-post/1.2/http-post.hpi","version":"1.2","wiki":"https://plugins.jenkins.io/http-post"},"http_request":{"buildDate":"Jun 24, 2019","compatibleSinceVersion":"1.8.17","dependencies":[{"name":"workflow-step-api","optional":true,"version":"1.10"},{"name":"apache-httpcomponents-client-4-api","optional":false,"version":"4.5.3-2.0"},{"name":"credentials","optional":false,"version":"2.1.1"},{"name":"script-security","optional":false,"version":"1.17"}],"developers":[{"developerId":"janario","email":"janario.oliveira@gmail.com","name":"Janario Oliveira"}],"excerpt":"This plugin sends a http request to an url with some parameters","gav":"org.jenkins-ci.plugins:http_request:1.8.23","labels":["builder"],"name":"http_request","previousTimestamp":"2017-12-08T20:13:01.00Z","previousVersion":"1.8.22","releaseTimestamp":"2019-06-24T19:17:23.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/http-request-plugin","sha1":"xI9CvKQuJ/g8xYO3OKtk5XGHWPA=","sha256":"xwC6yPOlLAouCnxAzOgjRsed4Wz6viCUmb2UbWVBb0E=","title":"HTTP Request","url":"http://updates.jenkins-ci.org/download/plugins/http_request/1.8.23/http_request.hpi","version":"1.8.23","wiki":"https://plugins.jenkins.io/http_request"},"huaweicloud-credentials":{"buildDate":"Oct 12, 2018","dependencies":[{"name":"credentials-binding","optional":false,"version":"1.7"},{"name":"credentials","optional":false,"version":"2.1.16"}],"developers":[{"developerId":"liucc52","email":"liuchangcheng@huawei.com","name":"Changcheng Liu"}],"excerpt":"Credentials for Huawei Cloud.","gav":"org.jenkins-ci.plugins:huaweicloud-credentials:1.0.0","labels":[],"name":"huaweicloud-credentials","releaseTimestamp":"2018-10-12T02:01:34.00Z","requiredCore":"1.625.1","scm":"https://github.com/jenkinsci/huaweicloud-credentials-plugin","sha1":"G+0RoWe49DZYCiRLBAmyB3/wSY0=","sha256":"lP5VBVtpu8TNZy2q+ObPiyqxYmMJQHJ1yi8ODmb9Ky4=","title":"HUAWEICloud Credentials","url":"http://updates.jenkins-ci.org/download/plugins/huaweicloud-credentials/1.0.0/huaweicloud-credentials.hpi","version":"1.0.0","wiki":"https://plugins.jenkins.io/huaweicloud-credentials"},"hubot-steps":{"buildDate":"Jul 20, 2019","compatibleSinceVersion":"2.0.0","dependencies":[{"name":"workflow-aggregator","optional":false,"version":"2.5"},{"name":"pipeline-input-step","optional":false,"version":"2.8"},{"name":"token-macro","optional":false,"version":"2.4"}],"developers":[{"developerId":"nrayapati","name":"Naresh Rayapati"}],"excerpt":"Hubot Pipeline Steps","gav":"org.jenkins-ci.plugins:hubot-steps:2.0.5","labels":["pipeline","devops"],"name":"hubot-steps","previousTimestamp":"2019-03-06T12:49:30.00Z","previousVersion":"2.0.4","releaseTimestamp":"2019-07-20T21:27:25.00Z","requiredCore":"2.7.3","scm":"https://github.com/jenkinsci/hubot-steps-plugin","sha1":"ck1biniFk8yT2+Ix7KKl/bYSD14=","sha256":"ZS+kDg1TaVsGOlFn5vHb0BjWfBiT3L8zdgeKH0y4COw=","title":"Hubot Pipeline Steps","url":"http://updates.jenkins-ci.org/download/plugins/hubot-steps/2.0.5/hubot-steps.hpi","version":"2.0.5","wiki":"https://plugins.jenkins.io/hubot-steps"},"hudson-pview-plugin":{"buildDate":"Jan 04, 2011","dependencies":[],"developers":[{"developerId":"tspengler","email":"tom@fspengler.de","name":"Thomas Spengler"}],"excerpt":"This plugin provides a view where the selection of jobs to this view is attached to a user","gav":"de.fspengler.hudson.pview:hudson-pview-plugin:1.8","labels":["user","ui"],"name":"hudson-pview-plugin","releaseTimestamp":"2011-01-04T00:23:15.00Z","requiredCore":"1.357","sha1":"VKJ1X1bfi45x6w9N5rZl3kIw/Ko=","sha256":"hVEydSSnWbnm1rfMoxm0KfdwSkr3+txVekWGdcAH7HA=","title":"Personal View","url":"http://updates.jenkins-ci.org/download/plugins/hudson-pview-plugin/1.8/hudson-pview-plugin.hpi","version":"1.8","wiki":"https://plugins.jenkins.io/hudson-pview-plugin"},"hudson-wsclean-plugin":{"buildDate":"Aug 28, 2019","dependencies":[],"developers":[{"developerId":"tspengler","name":"Thomas Spengler"},{"developerId":"aheritier","name":"Arnaud Héritier"}],"excerpt":"Allows cleanup of old job workspaces on slaves used by old builds.","gav":"de.jamba.hudson.plugin.wsclean:hudson-wsclean-plugin:1.0.6","labels":["buildwrapper"],"name":"hudson-wsclean-plugin","previousTimestamp":"2015-08-06T11:40:51.00Z","previousVersion":"1.0.5","releaseTimestamp":"2019-08-28T11:53:19.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/wsclean-plugin","sha1":"ObhRoWM6adHtnjqIahU87P0y/H8=","sha256":"9moAiFYQJIw0DkxW49Y5P0Q7nK7Yohz0J7lvx9uPwpY=","title":"Distributed Workspace Clean","url":"http://updates.jenkins-ci.org/download/plugins/hudson-wsclean-plugin/1.0.6/hudson-wsclean-plugin.hpi","version":"1.0.6","wiki":"https://plugins.jenkins.io/hudson-wsclean-plugin"},"hue-light":{"buildDate":"Aug 24, 2014","dependencies":[],"developers":[{"developerId":"MMore","email":"m@mathiasnestler.de","name":"Mathias Nestler"},{"developerId":"cambler","email":"chris@ambler.net","name":"Christopher Ambler"}],"excerpt":"Control the Philips hue lights<\/a> depending on the build state. If you are using an older version, you must re-save the global and jobs configuration.","gav":"org.jenkins-ci.plugins:hue-light:1.2.0","labels":["notifier"],"name":"hue-light","previousTimestamp":"2014-05-29T12:11:01.00Z","previousVersion":"1.1.0","releaseTimestamp":"2014-08-24T11:40:17.00Z","requiredCore":"1.509.2","scm":"https://github.com/jenkinsci/hue-light-plugin","sha1":"6odgw91NDZ0V+upMhK5e7HqACKg=","sha256":"7CeboflWnSRv3n3fo4mVnd7DUSBOqc8s6sFW9WlAn74=","title":"hue-light","url":"http://updates.jenkins-ci.org/download/plugins/hue-light/1.2.0/hue-light.hpi","version":"1.2.0","wiki":"https://plugins.jenkins.io/hue-light"},"hugo":{"buildDate":"Sep 03, 2019","dependencies":[{"name":"workflow-scm-step","optional":false,"version":"2.4"},{"name":"credentials","optional":false,"version":"2.1.16"},{"name":"git-client","optional":false,"version":"2.7.0"},{"name":"git","optional":false,"version":"3.9.0"},{"name":"structs","optional":false,"version":"1.14"}],"developers":[{"developerId":"suren","email":"zxjlwt@126.com","name":"SuRen"}],"excerpt":"TODO","gav":"io.jenkins.plugins:hugo:0.1.8","labels":[],"minimumJavaVersion":"1.8","name":"hugo","previousTimestamp":"2019-05-20T01:31:06.00Z","previousVersion":"0.1.7","releaseTimestamp":"2019-09-03T23:58:30.00Z","requiredCore":"2.73.3","scm":"https://github.com/jenkinsci/hugo-plugin","sha1":"GVfMDmGZRCJyErMAGl7Rs7Kkzg4=","sha256":"rJIxd3qoAGacp2rON8HBRL9NsIfthIfRi5v35vQ5oDU=","title":"Hugo","url":"http://updates.jenkins-ci.org/download/plugins/hugo/0.1.8/hugo.hpi","version":"0.1.8","wiki":"https://plugins.jenkins.io/hugo"},"humbug":{"buildDate":"Feb 06, 2019","dependencies":[{"name":"zulip","optional":false,"version":"1.0.0"}],"developers":[{"developerId":"wdaher","email":"wdaher@zulip.com","name":"Waseem Daher"},{"developerId":"butchyyyy","email":"Konir.M@gmail.com","name":"Milan Koníř"}],"excerpt":"This plugin is now deprecated, updating to this version will automatically install new version of the plugin https://wiki.jenkins.io/display/JENKINS/Zulip+Plugin.
If you did not use this plugin, install https://wiki.jenkins.io/display/JENKINS/Zulip+Plugin instead.","gav":"org.jenkins-ci.plugins:humbug:0.1.4","labels":["notifier"],"name":"humbug","previousTimestamp":"2015-10-16T21:23:14.00Z","previousVersion":"0.1.3","releaseTimestamp":"2019-02-06T10:12:50.00Z","requiredCore":"1.653","scm":"https://github.com/jenkinsci/humbug-plugin","sha1":"wyKk4yqKgcJPDVngHcan03d6ApU=","sha256":"6cXIAU0nSMgDlNIlGLnDG0/z+O5jrFV9dGTehgB31Jc=","title":"Deprecated: Jenkins Zulip","url":"http://updates.jenkins-ci.org/download/plugins/humbug/0.1.4/humbug.hpi","version":"0.1.4","wiki":"https://plugins.jenkins.io/humbug"},"humio":{"buildDate":"Sep 05, 2018","dependencies":[{"name":"credentials","optional":false,"version":"2.1.14"}],"developers":[{"developerId":"anagrius","email":"thomas@humio.com","name":"Thomas Anagrius"}],"excerpt":"Steams build logs to Humio.","gav":"org.jenkins-ci.plugins:humio:1.4","labels":[],"name":"humio","previousTimestamp":"2018-09-03T07:19:17.00Z","previousVersion":"1.3","releaseTimestamp":"2018-09-05T05:53:38.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/humio-plugin","sha1":"Dn3Pi4adk2Xhvnh6YxCGWd6q0cA=","sha256":"UttkAyANXC8wy0Z0mMO83sIwbAdIUoh4q596VBFPJlw=","title":"Humio","url":"http://updates.jenkins-ci.org/download/plugins/humio/1.4/humio.hpi","version":"1.4","wiki":"https://plugins.jenkins.io/humio"},"hyper-build-step":{"buildDate":"Nov 05, 2016","dependencies":[{"name":"hyper-commons","optional":false,"version":"0.1.5"}],"developers":[{"developerId":"YaoZengzeng","email":"yaozengzeng@zju.edu.cn","name":"Zengzeng Yao"},{"developerId":"xlgao-zju","email":"xlgao@zju.edu.cn","name":"Xianglin Gao"},{"developerId":"Jimmy-Xu","email":"xjimmyshcn@gmail.com","name":"Jimmy Xu"}],"excerpt":"This plugin allows to add "Execute shell in Hyper.sh" to your job as build steps.","gav":"sh.hyper.plugins:hyper-build-step:0.1.5","labels":["builder"],"name":"hyper-build-step","previousTimestamp":"2016-11-04T07:55:26.00Z","previousVersion":"0.1.4","releaseTimestamp":"2016-11-05T06:15:27.00Z","requiredCore":"2.7.2","scm":"https://github.com/jenkinsci/hyper-build-step-plugin","sha1":"JCazVYZ3PZUOAot6n07YJMbVyJ4=","sha256":"lwSLaXaZd9INaPg6RhU4ay9kSoScqtt5sNORsncvlMk=","title":"Hyper.sh Build Step","url":"http://updates.jenkins-ci.org/download/plugins/hyper-build-step/0.1.5/hyper-build-step.hpi","version":"0.1.5","wiki":"https://plugins.jenkins.io/hyper-build-step"},"hyper-commons":{"buildDate":"Nov 04, 2016","dependencies":[],"developers":[{"developerId":"xlgao-zju","email":"xlgao@zju.edu.cn","name":"Xianglin Gao"},{"developerId":"Jimmy-Xu","email":"xjimmyshcn@gmail.com","name":"Jimmy Xu"}],"excerpt":"This plugin provides common functions for other hyper plugins.","gav":"sh.hyper.plugins:hyper-commons:0.1.5","labels":["user"],"name":"hyper-commons","previousTimestamp":"2016-09-07T08:44:30.00Z","previousVersion":"0.1.4","releaseTimestamp":"2016-11-04T07:00:29.00Z","requiredCore":"2.7.1","scm":"https://github.com/jenkinsci/hyper-commons-plugin","sha1":"ccOlrARfGSq55RzuSBTp3+5zA3w=","sha256":"YwQFiDrv1zzFrASXF60xXbBN2c7Y8y4ECD2xRH2lBls=","title":"Hyper.sh Commons","url":"http://updates.jenkins-ci.org/download/plugins/hyper-commons/0.1.5/hyper-commons.hpi","version":"0.1.5","wiki":"https://plugins.jenkins.io/hyper-commons"},"hyper-slaves":{"buildDate":"Nov 21, 2018","dependencies":[{"name":"docker-slaves","optional":false,"version":"1.0.7"},{"name":"workflow-api","optional":true,"version":"2.33"},{"name":"workflow-step-api","optional":true,"version":"2.16"},{"name":"workflow-support","optional":true,"version":"2.22"},{"name":"docker-commons","optional":false,"version":"1.13"},{"name":"durable-task","optional":false,"version":"1.28"},{"name":"hyper-commons","optional":false,"version":"0.1.5"}],"developers":[{"developerId":"YaoZengzeng","email":"yaozengzeng@zju.edu.cn","name":"Zengzeng Yao"},{"developerId":"xlgao-zju","email":"xlgao@zju.edu.cn","name":"Xianglin Gao"},{"developerId":"Jimmy-Xu","email":"xjimmyshcn@gmail.com","name":"Jimmy Xu"}],"excerpt":"This plugin uses Hyper.sh Containers to setup a Jenkins executor.","gav":"sh.hyper.plugins:hyper-slaves:0.1.11","labels":["slaves"],"name":"hyper-slaves","previousTimestamp":"2018-11-21T09:43:48.00Z","previousVersion":"0.1.10","releaseTimestamp":"2018-11-21T10:41:50.00Z","requiredCore":"2.138.3","scm":"https://github.com/jenkinsci/hyper-slaves-plugin","sha1":"nVgkKao7lO13CYmGWc15KR8tF4w=","sha256":"/rgpktJeP7fbzMI0xVW1cfmSq9iXIPEIPsft6pfdo/o=","title":"Hyper.sh Slaves","url":"http://updates.jenkins-ci.org/download/plugins/hyper-slaves/0.1.11/hyper-slaves.hpi","version":"0.1.11","wiki":"https://plugins.jenkins.io/hyper-slaves"},"ibm-application-security":{"buildDate":"Aug 26, 2019","dependencies":[{"name":"structs","optional":false,"version":"1.2"},{"name":"credentials","optional":false,"version":"2.1.6"}],"developers":[{"developerId":"mattmurp","email":"matthew.murphy@hcl.com","name":"Matt Murphy"}],"excerpt":"","gav":"com.ibm:ibm-application-security:1.2.5","labels":["builder"],"name":"ibm-application-security","previousTimestamp":"2019-05-17T14:27:17.00Z","previousVersion":"1.2.4","releaseTimestamp":"2019-08-26T19:57:10.00Z","requiredCore":"1.609.1","scm":"https://github.com/jenkinsci/ibm-asoc-plugin","sha1":"Afuc8mUSzcKkOiafGoDTfludBSU=","sha256":"I7lSpqP9FxxMGgaVD8X/G8WOL7obWhVQNtFuXzv4Nyc=","title":"IBM Application Security on Cloud","url":"http://updates.jenkins-ci.org/download/plugins/ibm-application-security/1.2.5/ibm-application-security.hpi","version":"1.2.5","wiki":"https://plugins.jenkins.io/ibm-application-security"},"ibm-cloud-devops":{"buildDate":"Mar 18, 2019","dependencies":[{"name":"credentials","optional":false,"version":"2.1.1"},{"name":"plain-credentials","optional":false,"version":"1.3"},{"name":"workflow-step-api","optional":false,"version":"1.14"}],"developers":[{"developerId":"xunrongl","email":"xunrongli@us.ibm.com","name":"Xunrong Li"},{"developerId":"aggarwav","email":"aggarwav@us.ibm.com","name":"Vijay Aggarwal"},{"developerId":"uparulekar","email":"ucparule@us.ibm.com","name":"Umesh Parulekar"},{"developerId":"ejodet","email":"eric_jodet@fr.ibm.com","name":"Eric Jodet"},{"developerId":"dlaprod","email":"dlaprod@us.ibm.com","name":"DevOps Insights Functional ID"}],"excerpt":"IBM® Cloud DevOps aggregates and provides visualizations of the indications of a continuous delivery project’s health. Use its built-in dashboards and data reporting services to learn where you most need to improve your build, test, and delivery processes. You can also define test coverage policies to prevent bad code from being promoted to critical environments.","gav":"com.ibm.devops:ibm-cloud-devops:2.0.9","labels":[],"name":"ibm-cloud-devops","previousTimestamp":"2019-03-14T15:17:59.00Z","previousVersion":"2.0.8","releaseTimestamp":"2019-03-18T20:02:12.00Z","requiredCore":"2.7.1","scm":"https://github.com/jenkinsci/ibm-cloud-devops-plugin","sha1":"HBneXmZRUYEanapeFhAnnnY4WrM=","sha256":"ikoH+0A7+HmvuA6WC28uJYn39fJzKsc5WIYPX2W0LXg=","title":"IBM Cloud DevOps","url":"http://updates.jenkins-ci.org/download/plugins/ibm-cloud-devops/2.0.9/ibm-cloud-devops.hpi","version":"2.0.9","wiki":"https://plugins.jenkins.io/ibm-cloud-devops"},"ibm-continuous-release":{"buildDate":"Mar 05, 2018","dependencies":[{"name":"git","optional":false,"version":"3.6.0"},{"name":"credentials","optional":false,"version":"2.1.1"},{"name":"workflow-step-api","optional":false,"version":"1.14"},{"name":"workflow-job","optional":false,"version":"2.11.2"},{"name":"unique-id","optional":false,"version":"2.1.3"},{"name":"workflow-api","optional":false,"version":"2.22"},{"name":"cloudbees-folder","optional":false,"version":"6.0.0"},{"name":"ibm-cloud-devops","optional":true,"version":"1.1.18"}],"developers":[{"developerId":"aberkIBM","email":"aberkeb1@us.ibm.com","name":"Andy Berkebile"}],"excerpt":"IBM® Cloud DevOps aggregates and provides visualizations of the indications of a continuous delivery project’s health. Use its built-in dashboards and data reporting services to learn where you most need to improve your build, test, and delivery processes. You can also define test coverage policies to prevent bad code from being promoted to critical environments.","gav":"com.ibm.devops:ibm-continuous-release:1.1.1","labels":[],"name":"ibm-continuous-release","releaseTimestamp":"2018-03-05T22:32:15.00Z","requiredCore":"2.7.1","scm":"https://github.com/jenkinsci/ibm-continuous-release-plugin","sha1":"765LLJqCE439WfDBXbDV96866K4=","sha256":"3hKqsTcnkt5Fvdt6h8ecL6BgTfqkipRPZ3i2HBgiSWs=","title":"IBM Continuous Release","url":"http://updates.jenkins-ci.org/download/plugins/ibm-continuous-release/1.1.1/ibm-continuous-release.hpi","version":"1.1.1","wiki":"https://plugins.jenkins.io/ibm-continuous-release"},"ibm-security-appscansource-scanner":{"buildDate":"Aug 12, 2016","dependencies":[],"developers":[{"developerId":"kfealey","email":"kevin.fealey@aspectsecurity.com","name":"Kevin Fealey"}],"excerpt":"This plugin is a sample to explain how to write a Jenkins plugin.","gav":"com.aspectsecurity.automationservices.plugins.jenkins:ibm-security-appscansource-scanner:1.0.5","labels":[],"name":"ibm-security-appscansource-scanner","previousTimestamp":"2016-06-29T19:45:11.00Z","previousVersion":"1.0.3","releaseTimestamp":"2016-08-12T01:43:16.00Z","requiredCore":"1.580.1","scm":"https://github.com/jenkinsci/ibm-security-appscansource-scanner-plugin","sha1":"JmPjjMApFJPmYM7ZkIcyujUiLBo=","sha256":"2RgGi/DEPRnn8cYrMoqo5CqfQSFiFaIA7CAdCF+eu1o=","title":"IBM Security AppScan Source Scanner","url":"http://updates.jenkins-ci.org/download/plugins/ibm-security-appscansource-scanner/1.0.5/ibm-security-appscansource-scanner.hpi","version":"1.0.5","wiki":"https://plugins.jenkins.io/ibm-security-appscansource-scanner"},"ibm-security-appscanstandard-scanner":{"buildDate":"Aug 11, 2017","dependencies":[],"developers":[{"developerId":"tlopesPT","email":"tiago.lopes@criticalsoftware.com","name":"Tiago Lopes"}],"excerpt":"This plugin allows you to launch IBM Security AppScan Standard via Jenkins.","gav":"appscanstandard-integration:ibm-security-appscanstandard-scanner:2.8","labels":["post-build","misc"],"name":"ibm-security-appscanstandard-scanner","previousTimestamp":"2017-07-21T16:22:05.00Z","previousVersion":"2.7","releaseTimestamp":"2017-08-11T08:33:46.00Z","requiredCore":"2.0","scm":"https://github.com/jenkinsci/ibm-security-appscanstandard-scanner-plugin","sha1":"OlrLuHJGNvpdLgq1NG7/miOoOCw=","sha256":"0XeRs/8KfLeeZmG7xq6R+IXhK4Ch2YeO5IOGxkIiho8=","title":"IBM Security AppScan Standard Scanner","url":"http://updates.jenkins-ci.org/download/plugins/ibm-security-appscanstandard-scanner/2.8/ibm-security-appscanstandard-scanner.hpi","version":"2.8","wiki":"https://plugins.jenkins.io/ibm-security-appscanstandard-scanner"},"icedq":{"buildDate":"Jun 29, 2018","dependencies":[{"name":"structs","optional":false,"version":"1.7"}],"developers":[{"developerId":"developer","email":"developer@toranainc.com","name":"toranainc"},{"developerId":"amitb","email":"amit.b@toranainc.com","name":"Amit Bhoyar"},{"developerId":"181","email":"rahul.p@toranainc.com","name":"Rahul Pure"}],"excerpt":"This is ICEDQ plugin .","gav":"com.icedq.ci.plugin:icedq:1.5","labels":[],"name":"icedq","previousTimestamp":"2018-06-29T13:43:12.00Z","previousVersion":"1.4","releaseTimestamp":"2018-06-29T13:48:25.00Z","requiredCore":"2.7.3","scm":"https://github.com/jenkinsci/icedq-plugin","sha1":"hW2oADYRZunGm1eGuqpLB+LjtXw=","sha256":"QbtAxXwmxO2tkmeUa+bDnUP1kPScKEtMI7nvNR70ufc=","title":"iCEDQ","url":"http://updates.jenkins-ci.org/download/plugins/icedq/1.5/icedq.hpi","version":"1.5","wiki":"https://plugins.jenkins.io/icedq"},"icescrum":{"buildDate":"Sep 28, 2018","dependencies":[],"developers":[{"developerId":"vbarrier","email":"vbarrier@kagilum.com","name":"Vincent Barrier"}],"excerpt":"This plugin integrates
iceScrum Pro & Pro Cloud<\/a> to Jenkins.","gav":"org.jenkins-ci.plugins:icescrum:1.1.4","labels":["report","external"],"name":"icescrum","previousTimestamp":"2018-09-28T12:07:12.00Z","previousVersion":"1.1.3","releaseTimestamp":"2018-09-28T12:56:20.00Z","requiredCore":"1.642.3","scm":"https://github.com/jenkinsci/icescrum-plugin","sha1":"BikUFbSZwWohhYKf8ga4g4PqWpo=","sha256":"EKQyZ5ndaW0yLGy4F8O29MvABHLQc0rwkEW0EkmHOmQ=","title":"iceScrum","url":"http://updates.jenkins-ci.org/download/plugins/icescrum/1.1.4/icescrum.hpi","version":"1.1.4","wiki":"https://plugins.jenkins.io/icescrum"},"icn-plugin-loader":{"buildDate":"Feb 14, 2017","dependencies":[],"developers":[{"developerId":"gdelory","email":"gdelory@gmail.com","name":"Guillaume Delory"}],"excerpt":"This plug-in reloads automatically and remotely a plug-in on an IBM Content Navigator server. The plug-in jar file needs to be already on the server but it will reload it without stopping the application. This is suitable for development platform, as well as for production platform where you don't want any interruption of service. Although the plug-in's services will be using the new version as soon as you run the task, user will have to reload/refresh their cache to use the last version of all JavaScript files, (or wait 24h hours, default Cache-Control time for ICN). This works for an application managed authentication so far, not if you're using an other mechanism (basic, form based, ...)","gav":"org.jenkins-ci.plugins:icn-plugin-loader:1.0","labels":["misc"],"name":"icn-plugin-loader","releaseTimestamp":"2017-02-14T18:54:22.00Z","requiredCore":"1.638","scm":"https://github.com/jenkinsci/icn-plugin-loader-plugin","sha1":"3mNXEHWnC+mnXjzh6/z/n0pb1ac=","sha256":"SRqx3GL78lDeK86xEYqa59T6B9v2n0JgfHI9DSJ6+T8=","title":"IBM Content Navigator remote plug-in reloader","url":"http://updates.jenkins-ci.org/download/plugins/icn-plugin-loader/1.0/icn-plugin-loader.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/icn-plugin-loader"},"icon-shim":{"buildDate":"Feb 23, 2016","dependencies":[],"developers":[{"developerId":"tfennelly","name":"Tom Fennelly"}],"excerpt":"Allows plugins make full use of the <l:icon> layout tag when running on newer versions of Jenkins, while still being compatible with older versions.","gav":"org.jenkins-ci.plugins.icon-shim:icon-shim:2.0.3","labels":["ui"],"name":"icon-shim","previousTimestamp":"2016-01-09T15:01:22.00Z","previousVersion":"2.0.2","releaseTimestamp":"2016-02-23T23:08:28.00Z","requiredCore":"1.609","scm":"https://github.com/jenkinsci/icon-shim-plugin","sha1":"umtSUbNwIuqU6JGEQcBxqFt1X24=","sha256":"irLxYXtoVhp/AlT7J1eIQKqbfhWNC9jFFijbxk6KsMo=","title":"Icon Shim","url":"http://updates.jenkins-ci.org/download/plugins/icon-shim/2.0.3/icon-shim.hpi","version":"2.0.3","wiki":"https://plugins.jenkins.io/icon-shim"},"icq-notification":{"buildDate":"Apr 30, 2019","compatibleSinceVersion":"1.2.0","dependencies":[{"name":"token-macro","optional":false,"version":"2.7"},{"name":"job-dsl","optional":true,"version":"1.72"}],"developers":[{"developerId":"nolequen","email":"nolequen@gmail.com","name":"Anton Potsyus"}],"excerpt":"The plugin allows to send messages to ICQ.","gav":"org.jenkins-ci.plugins:icq-notification:1.2.1","labels":["notifier"],"minimumJavaVersion":"1.8","name":"icq-notification","previousTimestamp":"2019-04-25T12:38:31.00Z","previousVersion":"1.2.0","releaseTimestamp":"2019-04-30T17:57:03.00Z","requiredCore":"2.68","scm":"https://github.com/jenkinsci/icq-notification-plugin","sha1":"Ir3ds0i4Gz1ub2JXsziNboWXb24=","sha256":"u0pmxbkQ7JB71tqGmGtKggAFIXfhZk1gNai3Ysmajw4=","title":"ICQ Notification","url":"http://updates.jenkins-ci.org/download/plugins/icq-notification/1.2.1/icq-notification.hpi","version":"1.2.1","wiki":"https://plugins.jenkins.io/icq-notification"},"idobata-notifier":{"buildDate":"May 19, 2014","dependencies":[],"developers":[{"developerId":"tototoshi","email":"t.toshi.0412@gmail.com","name":"Toshiyuki Takahashi"}],"excerpt":"This plugin notifies build status to Idobata.","gav":"org.jenkins-ci.plugins:idobata-notifier:1.0","labels":["notifier"],"name":"idobata-notifier","releaseTimestamp":"2014-05-19T03:07:46.00Z","requiredCore":"1.509.4","sha1":"EaDKo617qbYbpi4/qJcdMYMuRRc=","sha256":"BgRYNEuCX6QHrsAm0vLZXXQGr8An9Ey7g9KnvHh4Z3E=","title":"Idobata Notifier","url":"http://updates.jenkins-ci.org/download/plugins/idobata-notifier/1.0/idobata-notifier.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/idobata-notifier"},"ifttt-build-notifier":{"buildDate":"Feb 23, 2017","dependencies":[],"developers":[{"developerId":"upgundecha","email":"upgundecha@gmail.com","name":"Unmesh Gundecha"}],"excerpt":"Plugin for notifying build results via IFTTT Maker Channel Trigger","gav":"org.jenkins-ci.plugins:ifttt-build-notifier:1.2","labels":["scm","misc"],"name":"ifttt-build-notifier","previousTimestamp":"2015-11-24T02:37:21.00Z","previousVersion":"1.1","releaseTimestamp":"2017-02-23T17:16:49.00Z","requiredCore":"1.642.3","scm":"https://github.com/jenkinsci/ifttt-build-notifier-plugin","sha1":"mlNGEe6KBcgNaygkFFqrU8/P7Sg=","sha256":"qhsAeZfjRv8cxK0Di9xccwKxcK7OzGq1+9qHeMaYgLo=","title":"IFTTT Build Notifier","url":"http://updates.jenkins-ci.org/download/plugins/ifttt-build-notifier/1.2/ifttt-build-notifier.hpi","version":"1.2","wiki":"https://plugins.jenkins.io/ifttt-build-notifier"},"ignore-committer-strategy":{"buildDate":"Aug 06, 2018","dependencies":[{"name":"branch-api","optional":false,"version":"2.0.17"},{"name":"git","optional":false,"version":"3.6.0"},{"name":"github-api","optional":false,"version":"1.90"},{"name":"junit","optional":false,"version":"1.3"},{"name":"scm-api","optional":false,"version":"2.2.6"}],"developers":[{"developerId":"bb3rn4rd","name":"Bernard Baltrusaitis"}],"excerpt":"This plugin provides addition configuration to prevent multi branch projects from triggering new builds based on a blacklist of users.","gav":"au.com.versent.jenkins.plugins:ignore-committer-strategy:1.0.4","labels":[],"name":"ignore-committer-strategy","previousTimestamp":"2018-01-08T22:43:38.00Z","previousVersion":"1.0.3","releaseTimestamp":"2018-08-06T06:35:09.00Z","requiredCore":"2.86","scm":"https://github.com/jenkinsci/jenkins-ignore-committer-strategy-plugin","sha1":"WitcHk+K9RZ/mpjJ3mZa3bo9efQ=","sha256":"RLRV9XodfU0kQGMaujrg3Hs856ximK9VkkwB7YbCWVU=","title":"Ignore Committer Strategy","url":"http://updates.jenkins-ci.org/download/plugins/ignore-committer-strategy/1.0.4/ignore-committer-strategy.hpi","version":"1.0.4","wiki":"https://plugins.jenkins.io/ignore-committer-strategy"},"ikachan":{"buildDate":"Jun 04, 2012","dependencies":[{"name":"ruby-runtime","optional":false,"version":"0.10"},{"name":"git","optional":false,"version":"1.1.11"}],"developers":[{"developerId":"usr0600239"}],"excerpt":"Publisher for an IRC bot named Ikachan.","gav":"org.jenkins-ci.ruby-plugins:ikachan:0.0.1","labels":[],"name":"ikachan","releaseTimestamp":"2012-06-04T12:55:13.00Z","requiredCore":"1.432","sha1":"DoVDQcH5vaSvHtnTS2GA7AQNydA=","sha256":"3HGvfj15tgcHhIY7RcrLi9gN5g6x7pfMkOr1Tq0TWh8=","title":"Ikachan","url":"http://updates.jenkins-ci.org/download/plugins/ikachan/0.0.1/ikachan.hpi","version":"0.0.1","wiki":"https://plugins.jenkins.io/ikachan"},"image-gallery":{"buildDate":"Jun 20, 2016","dependencies":[],"developers":[{"developerId":"kinow","email":"brunodepaulak@yahoo.com.br","name":"Bruno P. Kinoshita"}],"excerpt":"This plug-in reads a job workspace and collects images to produce an image gallery using colorbox<\/a> lightbox Javascript library.","gav":"com.tupilabs.image_gallery:image-gallery:1.4","labels":["report"],"name":"image-gallery","previousTimestamp":"2016-03-19T02:18:26.00Z","previousVersion":"1.3","releaseTimestamp":"2016-06-20T12:56:20.00Z","requiredCore":"1.580.3","scm":"https://github.com/jenkinsci/image-gallery-plugin","sha1":"5JAh359Ev3i12OwF6YCogBD/RtY=","sha256":"z5iDxyEmmjJgyuR/rrZsKj5VE8ZC5dhjFDPaG17X4U4=","title":"Image Gallery","url":"http://updates.jenkins-ci.org/download/plugins/image-gallery/1.4/image-gallery.hpi","version":"1.4","wiki":"https://plugins.jenkins.io/image-gallery"},"imagecomparison":{"buildDate":"Nov 23, 2015","dependencies":[],"developers":[{"developerId":"dt","email":"dim.tbaum@gmail.com","name":"Dimitri Tenenbaum"}],"excerpt":"This plugin lets you compare screenshots or images.","gav":"org.jenkins-ci.plugins:imagecomparison:1.4","labels":[],"name":"imagecomparison","previousTimestamp":"2015-06-07T12:27:20.00Z","previousVersion":"1.3","releaseTimestamp":"2015-11-23T21:44:19.00Z","requiredCore":"1.580.1","scm":"https://github.com/jenkinsci/imagecomparison-plugin","sha1":"gQe3mq8uZ0BEpAZiLAC2/DoY/9U=","sha256":"Bsv/OITFlshvH8Z84W74ETcgK3Qe2YhGcdvgFT3N5dU=","title":"Image comparison","url":"http://updates.jenkins-ci.org/download/plugins/imagecomparison/1.4/imagecomparison.hpi","version":"1.4","wiki":"https://plugins.jenkins.io/imagecomparison"},"implied-labels":{"buildDate":"Aug 27, 2015","dependencies":[],"developers":[{"developerId":"olivergondza","email":"ogondza@gmail.com","name":"Oliver Gondža"}],"excerpt":"Infer redundant labels automatically based on user declaration","gav":"org.jenkins-ci.plugins:implied-labels:0.5","labels":[],"name":"implied-labels","previousTimestamp":"2014-02-14T20:27:46.00Z","previousVersion":"0.4","releaseTimestamp":"2015-08-27T05:54:10.00Z","requiredCore":"1.480","scm":"https://github.com/jenkinsci/implied-labels-plugin","sha1":"Dir51X041KiE72fSfxr1TW7iwx8=","sha256":"PrjHeH98PxlFVeYtRtroD8iBzSYGSUyT5g0ZRYcuhls=","title":"Implied Labels","url":"http://updates.jenkins-ci.org/download/plugins/implied-labels/0.5/implied-labels.hpi","version":"0.5","wiki":"https://plugins.jenkins.io/implied-labels"},"in-toto":{"buildDate":"Jan 08, 2019","dependencies":[{"name":"credentials","optional":false,"version":"2.1.17"},{"name":"plain-credentials","optional":false,"version":"1.1"}],"developers":[{"developerId":"santiagotorres","email":"santiago@nyu.edu","name":"Santiago Torres-Arias"}],"excerpt":"This plugin enables an in-toto BuildStep that will be used to track build information and record it as in-toto metadata.","gav":"io.jenkins.plugins:in-toto:0.1","labels":[],"name":"in-toto","releaseTimestamp":"2019-01-08T18:45:15.00Z","requiredCore":"2.7.3","scm":"https://github.com/jenkinsci/in-toto-plugin","sha1":"3MlH2PU+EmQ1ufCYQpSSE+jdq9M=","sha256":"2RIjWNVqXyCTWe18APYgBJRKY95As1WsspQJhhS85So=","title":"in-toto provenance agent","url":"http://updates.jenkins-ci.org/download/plugins/in-toto/0.1/in-toto.hpi","version":"0.1","wiki":"https://plugins.jenkins.io/in-toto"},"incapptic-connect-uploader":{"buildDate":"Dec 14, 2017","dependencies":[{"name":"structs","optional":false,"version":"1.6"}],"developers":[{"email":"contact@incapptic.com","name":"incapptic Connect Team"}],"excerpt":"Publish build artifacts to Incapptic Connect service.","gav":"com.incapptic.plugins:incapptic-connect-uploader:1.15","labels":[],"name":"incapptic-connect-uploader","previousTimestamp":"2017-12-08T09:23:32.00Z","previousVersion":"1.14","releaseTimestamp":"2017-12-14T11:53:10.00Z","requiredCore":"2.60.1","scm":"https://github.com/jenkinsci/incapptic-connect-uploader-plugin","sha1":"vobBrpUBXjbxQaqfXfuxV1fw+bs=","sha256":"JvKUr92qTlh80KTJwN7dLKjt55nQonwJfeho+DcRtq4=","title":"incapptic connect uploader","url":"http://updates.jenkins-ci.org/download/plugins/incapptic-connect-uploader/1.15/incapptic-connect-uploader.hpi","version":"1.15","wiki":"https://plugins.jenkins.io/incapptic-connect-uploader"},"inedo-buildmaster":{"buildDate":"Feb 06, 2019","compatibleSinceVersion":"2.3.0","dependencies":[{"name":"workflow-step-api","optional":false,"version":"2.15"}],"developers":[{"developerId":"andrew-sumner","email":"andrew.sumner@xtra.co.nz","name":"Andrew Sumner"}],"excerpt":"Inedo BuildMaster Plugin","gav":"com.inedo.buildmaster:inedo-buildmaster:2.4.0","labels":["external"],"name":"inedo-buildmaster","previousTimestamp":"2018-11-24T13:49:38.00Z","previousVersion":"2.3.0","releaseTimestamp":"2019-02-06T03:28:51.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/inedo-buildmaster-plugin","sha1":"g3ZkRpu7tE3Sqlgo/3K67t4feQc=","sha256":"Ueld34c87gSTin2xeXZC5YbxMCE8ZMs3+CLsWnxtPh0=","title":"Inedo BuildMaster Plugin","url":"http://updates.jenkins-ci.org/download/plugins/inedo-buildmaster/2.4.0/inedo-buildmaster.hpi","version":"2.4.0","wiki":"https://plugins.jenkins.io/inedo-buildmaster"},"inedo-proget":{"buildDate":"Nov 11, 2018","dependencies":[],"developers":[{"developerId":"andrew-sumner","email":"andrew.sumner@xtra.co.nz","name":"Andrew Sumner"}],"excerpt":"This plugin adds support for Inedo ProGet to Jenkins.","gav":"com.inedo.proget:inedo-proget:1.2","labels":["external"],"name":"inedo-proget","previousTimestamp":"2018-11-11T02:13:12.00Z","previousVersion":"1.1","releaseTimestamp":"2018-11-11T09:52:54.00Z","requiredCore":"2.54","scm":"https://github.com/jenkinsci/inedo-proget-plugin","sha1":"cMuJDUZxPDUcJA5C6FonWASiBG4=","sha256":"PUV+Umpqz1b14frpe2e/7Q37oS0iUdBry/HUSmNeP2Y=","title":"Inedo ProGet Plugin","url":"http://updates.jenkins-ci.org/download/plugins/inedo-proget/1.2/inedo-proget.hpi","version":"1.2","wiki":"https://plugins.jenkins.io/inedo-proget"},"inflectra-spira-integration":{"buildDate":"Jul 02, 2018","dependencies":[],"developers":[{"developerId":"peter.geertsema"}],"excerpt":"Plugin for Jenkins and Hudson that allows Builds to be reported back into SpiraTest, SpiraPlan or SpiraTeam.","gav":"com.inflectra.spiratest.plugins:inflectra-spira-integration:3.2.2","labels":[],"name":"inflectra-spira-integration","releaseTimestamp":"2018-07-02T15:33:14.00Z","requiredCore":"2.7.3","scm":"https://github.com/jenkinsci/inflectra-spira-integration-plugin","sha1":"slt7NTuwqmGuoQmIorIt/vFHtNw=","sha256":"k9XsKpIKxBJlPBbx/E0wp6khOGkgrOzM5HIri8bbfhE=","title":"Spira Importer","url":"http://updates.jenkins-ci.org/download/plugins/inflectra-spira-integration/3.2.2/inflectra-spira-integration.hpi","version":"3.2.2","wiki":"https://plugins.jenkins.io/inflectra-spira-integration"},"influxdb":{"buildDate":"Aug 29, 2019","dependencies":[{"name":"workflow-step-api","optional":false,"version":"2.12"},{"name":"cobertura","optional":true,"version":"1.12.1"},{"name":"jacoco","optional":true,"version":"1.0.12"},{"name":"junit","optional":false,"version":"1.2"},{"name":"metrics","optional":true,"version":"3.1.2.9"},{"name":"performance","optional":true,"version":"3.0"},{"name":"perfpublisher","optional":true,"version":"8.05"},{"name":"robot","optional":true,"version":"1.6.0"}],"developers":[{"developerId":"aleksisimell","email":"aleksi.simell@eficode.com","name":"Aleksi Simell"}],"excerpt":"This plugin allows sending build results to InfluxDB. It was inspired by https://github.com/jrajala-eficode/jenkins-ci.influxdb-plugin","gav":"org.jenkins-ci.plugins:influxdb:2.0.1","labels":["post-build","report"],"minimumJavaVersion":"1.8","name":"influxdb","previousTimestamp":"2019-08-23T10:45:11.00Z","previousVersion":"2.0","releaseTimestamp":"2019-08-29T04:09:01.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/influxdb-plugin","sha1":"Ul2kU0ynummDO2ji1NRXFqaupfM=","sha256":"bhuWCUKC0XHuN3X7WcYolrf30gCvUfic0loD6zqoa9k=","title":"InfluxDB","url":"http://updates.jenkins-ci.org/download/plugins/influxdb/2.0.1/influxdb.hpi","version":"2.0.1","wiki":"https://plugins.jenkins.io/influxdb"},"influxdb-query":{"buildDate":"Dec 12, 2018","dependencies":[{"name":"structs","optional":false,"version":"1.7"}],"developers":[{"developerId":"joe99000","email":"mail@joeoffenberg.com","name":"Joe Offenberg"},{"developerId":"pmouawad","email":"p.mouawad@ubik-ingenierie.com","name":"Philippe Mouawad"}],"excerpt":"Provides a mechanism for marking a build unstable based on the post build query of InfluxDB.","gav":"org.joeo.plugins:influxdb-query:1.2","labels":[],"name":"influxdb-query","previousTimestamp":"2018-11-28T21:21:20.00Z","previousVersion":"1.1","releaseTimestamp":"2018-12-12T13:22:52.00Z","requiredCore":"2.7.3","scm":"https://github.com/jenkinsci/influxdb-query-plugin","sha1":"ROwmEZ97l+jLNirJoe1FHCbAfJk=","sha256":"s+0fceuDzgEK9rQb8WNCTDhcN1Ucqf+DP9NpmdQ73vQ=","title":"InfluxDB Query","url":"http://updates.jenkins-ci.org/download/plugins/influxdb-query/1.2/influxdb-query.hpi","version":"1.2","wiki":"https://plugins.jenkins.io/influxdb-query"},"inline-pipeline":{"buildDate":"Feb 01, 2019","dependencies":[{"name":"workflow-multibranch","optional":false,"version":"2.16"},{"name":"branch-api","optional":false,"version":"2.0.11"},{"name":"cloudbees-folder","optional":false,"version":"6.1.0"},{"name":"scm-api","optional":false,"version":"2.2.0"},{"name":"structs","optional":false,"version":"1.10"}],"developers":[{"developerId":"danielbeck"}],"excerpt":"Allows you to define a multibranch pipeline directly in Jenkins.","gav":"org.jenkins-ci.plugins:inline-pipeline:1.0","labels":[],"name":"inline-pipeline","releaseTimestamp":"2019-02-01T17:25:38.00Z","requiredCore":"2.60.1","scm":"https://github.com/jenkinsci/inline-pipeline-plugin","sha1":"F1bFDMtK07nZwkSBvZSTVS2vT+A=","sha256":"lA40Es5huPkEDhOAUVbhqM1wzeQafX7YL964RlJQNJo=","title":"Multibranch Pipeline Inline Definition","url":"http://updates.jenkins-ci.org/download/plugins/inline-pipeline/1.0/inline-pipeline.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/inline-pipeline"},"inodes-monitor":{"buildDate":"Jun 07, 2018","dependencies":[],"developers":[{"developerId":"batmat","email":"batmat at batmat point net","name":"Baptiste Mathus"}],"excerpt":"This plugin adds a monitor for inodes usage of nodes.","gav":"io.jenkins.plugins:inodes-monitor:0.5.1","labels":[],"name":"inodes-monitor","releaseTimestamp":"2018-06-07T09:18:07.00Z","requiredCore":"2.60.1","scm":"https://github.com/jenkinsci/inodes-monitor-plugin","sha1":"Xow6af3g5icyrCan1ZeNGujnaTA=","sha256":"m/AGb9dTf5dZrEqbkM/5jP66hS/rN4QapmJkdwC2FXI=","title":"Inodes Monitor","url":"http://updates.jenkins-ci.org/download/plugins/inodes-monitor/0.5.1/inodes-monitor.hpi","version":"0.5.1","wiki":"https://plugins.jenkins.io/inodes-monitor"},"insightappsec":{"buildDate":"Jan 21, 2019","dependencies":[{"name":"plain-credentials","optional":false,"version":"1.4"}],"developers":[{"developerId":"Rapid7","email":"luxordev@rapid7.com","name":"Rapid7"}],"excerpt":"Allows users to scan their applications via InsightAppSec","gav":"io.jenkins.plugins:insightappsec:1.0.0","labels":[],"name":"insightappsec","releaseTimestamp":"2019-01-21T11:10:37.00Z","requiredCore":"2.7.3","scm":"https://github.com/jenkinsci/insightappsec-plugin","sha1":"kcCrM8ejCkn+tGCZlW0FGvKcaTc=","sha256":"Dyvm9VCC78u7TsQIadgoBkXJoLUk1NdeenGdql5P2t4=","title":"InsightAppSec","url":"http://updates.jenkins-ci.org/download/plugins/insightappsec/1.0.0/insightappsec.hpi","version":"1.0.0","wiki":"https://plugins.jenkins.io/insightappsec"},"installshield":{"buildDate":"May 22, 2014","dependencies":[{"name":"python-wrapper","optional":false,"version":"1.0.3"}],"developers":[{"developerId":"bambas","name":"Tomas Bambas"}],"excerpt":"This plugin builds InstallShield projects.","gav":"org.jenkins-ci.plugins:installshield:1.0.3","labels":["builder"],"name":"installshield","previousTimestamp":"2014-03-31T16:19:14.00Z","previousVersion":"1.0.2","releaseTimestamp":"2014-05-22T16:22:18.00Z","requiredCore":"1.509.4","scm":"https://github.com/jenkinsci/installshield-plugin","sha1":"xkSosMi4LuZrou18bHxG802pIu8=","sha256":"H49lXrpUv53ILmjQeAvwD7UDzhEWDD5r0eua8tXEEHA=","title":"InstallShield","url":"http://updates.jenkins-ci.org/download/plugins/installshield/1.0.3/installshield.hpi","version":"1.0.3","wiki":"https://plugins.jenkins.io/installshield"},"instana":{"buildDate":"Aug 22, 2019","compatibleSinceVersion":"2.164","dependencies":[{"name":"workflow-step-api","optional":true,"version":"2.20"},{"name":"apache-httpcomponents-client-4-api","optional":false,"version":"4.5.5-3.0"},{"name":"credentials","optional":false,"version":"2.1.18"},{"name":"scm-api","optional":false,"version":"1.3"},{"name":"script-security","optional":false,"version":"1.21"},{"name":"structs","optional":false,"version":"1.18"}],"developers":[{"developerId":"evgen"}],"excerpt":"This plugin sends a http request to an url with some parameters","gav":"com.instana.jenkins.plugins:instana:1.0.0","labels":[],"minimumJavaVersion":"1.8","name":"instana","releaseTimestamp":"2019-08-22T14:43:11.00Z","requiredCore":"2.164.1","scm":"https://github.com/jenkinsci/instana-plugin","sha1":"X1t3xiHgTL5TOxrECu2wpJeVZWY=","sha256":"EYmDS7HtjkjIUvsXS+VGkdxIhD40fKvobZjrMLpgoss=","title":"Instana integration","url":"http://updates.jenkins-ci.org/download/plugins/instana/1.0.0/instana.hpi","version":"1.0.0","wiki":"https://plugins.jenkins.io/instana"},"instant-messaging":{"buildDate":"Aug 09, 2019","dependencies":[{"name":"workflow-step-api","optional":false,"version":"2.7"},{"name":"workflow-durable-task-step","optional":false,"version":"2.8"},{"name":"mailer","optional":false,"version":"1.7"},{"name":"maven-plugin","optional":false,"version":"2.3"},{"name":"analysis-core","optional":true,"version":"1.0"},{"name":"ci-game","optional":true,"version":"1.16"},{"name":"workflow-api","optional":false,"version":"2.12"},{"name":"matrix-project","optional":false,"version":"1.4"},{"name":"junit","optional":false,"version":"1.7"},{"name":"workflow-job","optional":false,"version":"2.26"}],"developers":[{"developerId":"kutzi","email":"kutzi@gmx.de","name":"Christoph Kutzinski"},{"developerId":"kohsuke","email":"kk@kohsuke.org","name":"Kohsuke Kawaguchi"}],"excerpt":"This plugin provides abstract support for build notification via instant-messaging.","gav":"org.jvnet.hudson.plugins:instant-messaging:1.38","labels":["notifier"],"name":"instant-messaging","previousTimestamp":"2019-08-06T02:21:20.00Z","previousVersion":"1.37","releaseTimestamp":"2019-08-09T12:47:10.00Z","requiredCore":"2.3","scm":"https://github.com/jenkinsci/instant-messaging-plugin","sha1":"R6JcgwQcmv4LOAgs1qMCMcnSY10=","sha256":"velA/KJEb2FfVLFFtaP3DHaNn3yQl8JqunQm1JqH95g=","title":"instant-messaging","url":"http://updates.jenkins-ci.org/download/plugins/instant-messaging/1.38/instant-messaging.hpi","version":"1.38","wiki":"https://plugins.jenkins.io/instant-messaging"},"integrity-plugin":{"buildDate":"Feb 18, 2019","compatibleSinceVersion":"1.29","dependencies":[{"name":"workflow-scm-step","optional":true,"version":"1.14.2"},{"name":"script-security","optional":false,"version":"1.29"},{"name":"junit","optional":false,"version":"1.20"}],"developers":[{"developerId":"PTC_Integrity_Support","email":"integrity_jenkins_plugin@ptc.com","name":"PTC Integrity Support Team"}],"excerpt":"PTC Integrity for Configuration Management plug-in for Jenkins","gav":"org.jenkins-ci.plugins:integrity-plugin:2.3","labels":["scm"],"name":"integrity-plugin","previousTimestamp":"2018-03-26T07:53:19.00Z","previousVersion":"2.2","releaseTimestamp":"2019-02-18T11:30:52.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/integrity-plugin","sha1":"kmbBWgEPGsfFcWZ6vb0SEKwc26s=","sha256":"dbpeCNTLglsdlsvNViDS3OqRd+a6PUu416q93xYl6Ss=","title":"PTC Integrity CM","url":"http://updates.jenkins-ci.org/download/plugins/integrity-plugin/2.3/integrity-plugin.hpi","version":"2.3","wiki":"https://plugins.jenkins.io/integrity-plugin"},"internetmeme":{"buildDate":"Jan 06, 2014","dependencies":[],"developers":[{"developerId":"cliffano","email":"blah@cliffano.com","name":"Cliffano Subagio"},{"developerId":"harpreet1002","email":"singh.harry@gmail.com","name":"Harpreet Singh"}],"excerpt":"Internet Meme plugin displays an Internet Meme on a Jenkins build page.","gav":"org.jenkins-ci.plugins:internetmeme:1.0","labels":["ui"],"name":"internetmeme","releaseTimestamp":"2014-01-06T21:33:31.00Z","requiredCore":"1.434","scm":"https://github.com/jenkinsci/internet-meme-plugin","sha1":"avjW+4ZdSgxdh4aacnxCecKz9Lo=","sha256":"ZESQoMFR6Atl4dKKjwGZ2+oPgaHI8fAtSSbYSMFOl/4=","title":"InternetMeme","url":"http://updates.jenkins-ci.org/download/plugins/internetmeme/1.0/internetmeme.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/internetmeme"},"ios-device-connector":{"buildDate":"Oct 10, 2012","dependencies":[],"developers":[{"developerId":"kohsuke"}],"excerpt":"Talks to iOS devices connected to slaves and do stuff.","gav":"org.jenkins-ci.plugins:ios-device-connector:1.2","labels":["builder","ios"],"name":"ios-device-connector","previousTimestamp":"2012-10-08T20:04:52.00Z","previousVersion":"1.1","releaseTimestamp":"2012-10-10T17:27:58.00Z","requiredCore":"1.466","scm":"https://github.com/jenkinsci/ios-device-connector-plugin","sha1":"B2z2wTyA8l5uwz9HqD+xhG9Hjns=","sha256":"Tray3+tyfE6xoTu1Rge9+INkcj5y7Bgw7nPm//saiYw=","title":"iOS Device connector","url":"http://updates.jenkins-ci.org/download/plugins/ios-device-connector/1.2/ios-device-connector.hpi","version":"1.2","wiki":"https://plugins.jenkins.io/ios-device-connector"},"ipmessenger-plugin":{"buildDate":"May 12, 2012","dependencies":[{"name":"token-macro","optional":true,"version":"1.5.1"}],"developers":[{"developerId":"nabedge","name":"nabedge"}],"excerpt":"send build notification to IPMessenger<\/a> .","gav":"org.jenkins-ci.plugins:ipmessenger-plugin:1.2","labels":["notifier"],"name":"ipmessenger-plugin","previousTimestamp":"2012-05-07T14:20:53.00Z","previousVersion":"1.1","releaseTimestamp":"2012-05-12T14:59:50.00Z","requiredCore":"1.424","scm":"https://github.com/jenkinsci/ipmessenger-plugin","sha1":"S2J4Kjc2YI1xXbYWHpZ/guOmTjw=","sha256":"oxIwjrxBQBWrhZUnmsxkANZGGlXEpsWCjAkV6+2rgjE=","title":"IPMessenger","url":"http://updates.jenkins-ci.org/download/plugins/ipmessenger-plugin/1.2/ipmessenger-plugin.hpi","version":"1.2","wiki":"https://plugins.jenkins.io/ipmessenger-plugin"},"ircbot":{"buildDate":"Aug 09, 2019","dependencies":[{"name":"instant-messaging","optional":false,"version":"1.38"},{"name":"ci-game","optional":true,"version":"1.16"},{"name":"workflow-step-api","optional":false,"version":"2.13"},{"name":"analysis-core","optional":true,"version":"1.0"}],"developers":[{"developerId":"kutzi","email":"kutzi@gmx.de","name":"Christoph Kutzinski"}],"excerpt":"This plugin is an IRC bot that can publish build results to IRC channels. Note that the instant-messaging plugin 1.38<\/b> is required for this plugin. Please make sure that it is installed, too!<\/em>","gav":"org.jvnet.hudson.plugins:ircbot:2.31","labels":["trigger","notifier"],"name":"ircbot","previousTimestamp":"2017-08-25T20:23:14.00Z","previousVersion":"2.30","releaseTimestamp":"2019-08-09T13:33:03.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/ircbot-plugin","sha1":"Bw1YPQsJJo/d7g8G+WCeldQ3R+4=","sha256":"5POycvFsDWVx3hJ+e9HFshmWg6tvtzFlm6jdZKNsikg=","title":"IRC","url":"http://updates.jenkins-ci.org/download/plugins/ircbot/2.31/ircbot.hpi","version":"2.31","wiki":"https://plugins.jenkins.io/ircbot"},"ironmq-notifier":{"buildDate":"Nov 07, 2016","dependencies":[],"developers":[{"developerId":"mikecaspar","email":"mike@caspar.com","name":"Mike Caspar"}],"excerpt":"Ironmq-notifier plugin transmits build results to an iron.io IronMQ service queue","gav":"org.jenkins-ci.plugins:ironmq-notifier:1.0.18","labels":["notifier"],"name":"ironmq-notifier","previousTimestamp":"2016-06-21T17:23:23.00Z","previousVersion":"1.0.17","releaseTimestamp":"2016-11-07T22:46:18.00Z","requiredCore":"2.7.2","scm":"https://github.com/jenkinsci/ironmq-notifier-plugin","sha1":"UZNet8NawjoHmDJAhn1ongwMuPc=","sha256":"+szr8NVozMLPMiZeHDEw0GDU8gHcqkKRDPEp/2xkMbk=","title":"IronMQ-notifier","url":"http://updates.jenkins-ci.org/download/plugins/ironmq-notifier/1.0.18/ironmq-notifier.hpi","version":"1.0.18","wiki":"https://plugins.jenkins.io/ironmq-notifier"},"issue-link":{"buildDate":"Dec 16, 2014","dependencies":[],"developers":[{"developerId":"patbos","name":"Patrik Bostrom"}],"excerpt":"Create a link to a issue/bug tracker in changelog","gav":"org.jenkins-ci.plugins:issue-link:1.0.0","labels":[],"name":"issue-link","releaseTimestamp":"2014-12-16T21:52:05.00Z","requiredCore":"1.509.4","sha1":"cMun5dXwpgvTCWjF1viqBrBORbA=","sha256":"9u/Opg/O6NcHPgByOQOsTgeCQTimaNfgnlSLV2jjCPY=","title":"Issue Link","url":"http://updates.jenkins-ci.org/download/plugins/issue-link/1.0.0/issue-link.hpi","version":"1.0.0","wiki":"https://plugins.jenkins.io/issue-link"},"itest":{"buildDate":"Mar 08, 2018","dependencies":[],"developers":[{"developerId":"cwhitty","email":"clark.whitty@spirent.com","name":"Clark Whitty"}],"excerpt":"Adds Spirent iTest support to Jenkins.","gav":"org.jenkins-ci.plugins:itest:1.1.1","labels":[],"name":"itest","previousTimestamp":"2018-03-07T08:51:17.00Z","previousVersion":"1.1","releaseTimestamp":"2018-03-08T07:35:24.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/itest-plugin","sha1":"CiV25gB0DCkhgBoTAEE4J/GTtas=","sha256":"H9tbkRfuW7LZpuQiMtsMRUvhvFCTT5OMJbfGIomIqoY=","title":"Spirent iTest","url":"http://updates.jenkins-ci.org/download/plugins/itest/1.1.1/itest.hpi","version":"1.1.1","wiki":"https://plugins.jenkins.io/itest"},"ivy":{"buildDate":"May 09, 2019","dependencies":[{"name":"config-file-provider","optional":false,"version":"2.15"},{"name":"ant","optional":false,"version":"1.2"},{"name":"junit","optional":false,"version":"1.18"},{"name":"nant","optional":true,"version":"1.4.1"}],"developers":[{"developerId":"hibou"},{"developerId":"martinficker","name":"Martin Ficker"},{"developerId":"jmetcalf"},{"developerId":"tbingaman","name":"Timothy Bingaman"},{"developerId":"gboissinot","name":"Gregory Boissinot"},{"developerId":"arothian","name":"Kevin Formsma"}],"excerpt":"This plugin allows Jenkins to automatically configure project dependencies using the Ivy<\/a> dependency management system.","gav":"org.jenkins-ci.plugins:ivy:2.1","labels":["trigger"],"name":"ivy","previousTimestamp":"2019-03-14T20:59:42.00Z","previousVersion":"2.0","releaseTimestamp":"2019-05-09T19:23:27.00Z","requiredCore":"2.140","scm":"https://github.com/jenkinsci/ivy-plugin","sha1":"o201YAaZvuwbNY9pk0YaPQ8qmRk=","sha256":"MMiNvcx5B6LdkWhkCnhVL7BLAlH9ah7K6989f4E1wTs=","title":"Ivy","url":"http://updates.jenkins-ci.org/download/plugins/ivy/2.1/ivy.hpi","version":"2.1","wiki":"https://plugins.jenkins.io/ivy"},"ivy-report":{"buildDate":"Feb 17, 2012","dependencies":[{"name":"ivy","optional":false,"version":"1.15"}],"developers":[{"developerId":"cchabanois","email":"cchabanois@gmail.com","name":"Cedric Chabanois"}],"excerpt":"This plugin integrates ivy reports to Jenkins.","gav":"org.jenkins-ci.plugins:ivy-report:1.2","labels":[],"name":"ivy-report","previousTimestamp":"2012-02-16T05:48:11.00Z","previousVersion":"1.1","releaseTimestamp":"2012-02-17T20:49:57.00Z","requiredCore":"1.420","scm":"https://github.com/jenkinsci/ivy-report-plugin","sha1":"wFYRVvmvk3JPqzMi1hEL9Uz+2fU=","sha256":"Utd8S+8SZjiSJ8XwXAemj+UDkU4EvCHQBLFPcC7lHNk=","title":"Ivy Report","url":"http://updates.jenkins-ci.org/download/plugins/ivy-report/1.2/ivy-report.hpi","version":"1.2","wiki":"https://plugins.jenkins.io/ivy-report"},"ivytrigger":{"buildDate":"May 10, 2015","dependencies":[],"developers":[{"developerId":"gbois","email":"gregory.boissinot@gmail.com","name":"Gregory Boissinot"}],"excerpt":"The plug-in makes it possible to monitor dependencies from an Ivy descriptor.","gav":"org.jenkins-ci.plugins:ivytrigger:0.34","labels":["trigger"],"name":"ivytrigger","previousTimestamp":"2014-10-17T20:29:57.00Z","previousVersion":"0.33","releaseTimestamp":"2015-05-10T15:56:07.00Z","requiredCore":"1.424","scm":"https://github.com/jenkinsci/ivytrigger-plugin","sha1":"XkhhdR9L9VcSiMlFV5yqXh78i0Y=","sha256":"GBhD5R+/Wzt/myK6UU+YVr7PE7xtflucsvdTCFR+4Mc=","title":"IvyTrigger","url":"http://updates.jenkins-ci.org/download/plugins/ivytrigger/0.34/ivytrigger.hpi","version":"0.34","wiki":"https://plugins.jenkins.io/ivytrigger"},"jabber":{"buildDate":"May 27, 2019","dependencies":[{"name":"instant-messaging","optional":false,"version":"1.35"},{"name":"mailer","optional":false,"version":"1.7"}],"developers":[{"developerId":"flow","email":"flo@geekplace.eu","name":"Florian Schmaus"},{"developerId":"kutzi","email":"kutzi@gmx.de","name":"Christoph Kutzinski"}],"excerpt":"Sends build notifications to jabber contacts and/or chatrooms. Also allows control of builds via a jabber 'bot'. Note that the instant-messaging plugin ${version.instant-messaging.plugin}<\/b> is a requirement for this plugin. Please make sure that it is installed, too!<\/em>","gav":"org.jvnet.hudson.plugins:jabber:1.37","labels":["trigger","notifier"],"minimumJavaVersion":"1.7","name":"jabber","previousTimestamp":"2017-07-22T13:56:47.00Z","previousVersion":"1.36","releaseTimestamp":"2019-05-27T19:25:26.00Z","requiredCore":"1.541","scm":"https://github.com/jenkinsci/jabber-plugin","sha1":"MYl58s7K9B1zmSVO1/9TTqJTAJg=","sha256":"Dw3PaVedtgg7D6/LTJnT8uGE41+ps7hpMdRUO1c7Nzo=","title":"Jabber (XMPP) notifier and control","url":"http://updates.jenkins-ci.org/download/plugins/jabber/1.37/jabber.hpi","version":"1.37","wiki":"https://plugins.jenkins.io/jabber"},"jabber-server-plugin":{"buildDate":"Jul 16, 2014","dependencies":[],"developers":[{"developerId":"peter_rader","email":"jenkins-plugin-jabber-server@e-nexus.de","name":"Peter Rader"}],"excerpt":"Create a XMPP-Server for Jenkin's standard user database <\/a>.","gav":"de.e-nexus:jabber-server-plugin:1.9","labels":["trigger","notifier"],"name":"jabber-server-plugin","previousTimestamp":"2014-07-15T06:33:28.00Z","previousVersion":"1.8","releaseTimestamp":"2014-07-16T20:20:37.00Z","requiredCore":"1.424","scm":"https://github.com/jenkinsci/jabber-server-plugin","sha1":"3Ad31N9LG9aT77fgdWgzv4hjAGk=","sha256":"8JuvYUcGGqFvW5cQIMleci2YeqDY+061LXI4jD1IGqY=","title":"Jabber Server","url":"http://updates.jenkins-ci.org/download/plugins/jabber-server-plugin/1.9/jabber-server-plugin.hpi","version":"1.9","wiki":"https://plugins.jenkins.io/jabber-server-plugin"},"jackson-databind":{"buildDate":"Dec 13, 2017","dependencies":[{"name":"jackson2-api","optional":false,"version":"2.8.10.1"}],"developers":[{"developerId":"nenashev"}],"excerpt":"Deprecated<\/b>. Plugin to pull in dependency on the Jackson parser data binding library (for JSON etc).","gav":"org.jenkins-ci.plugins:jackson-databind:2.8.10.1","labels":[],"name":"jackson-databind","previousTimestamp":"2015-03-20T13:49:16.00Z","previousVersion":"1.2","releaseTimestamp":"2017-12-13T13:20:16.00Z","requiredCore":"2.60","scm":"https://github.com/jenkinsci/jackson-databind-plugin","sha1":"VWpOEDpUUGlz+VSwH2pWEKWH2Mc=","sha256":"P6YFvXj2mFoqATHEDZEatgqFpz3Zje4dKwjyrrocSM0=","title":"Jackson Databind","url":"http://updates.jenkins-ci.org/download/plugins/jackson-databind/2.8.10.1/jackson-databind.hpi","version":"2.8.10.1","wiki":"https://plugins.jenkins.io/jackson-databind"},"jackson2-api":{"buildDate":"Jul 03, 2019","dependencies":[],"developers":[{"developerId":"stephenconnolly","name":"Stephen Connolly"},{"developerId":"oleg_nenashev","name":"Oleg Nenashev"},{"developerId":"jvz","name":"Matt Sicker"}],"excerpt":"This plugin exposes the Jackson 2 JSON APIs to other Jenkins plugins.","gav":"org.jenkins-ci.plugins:jackson2-api:2.9.9.1","labels":[],"minimumJavaVersion":"1.8","name":"jackson2-api","previousTimestamp":"2019-05-21T19:14:05.00Z","previousVersion":"2.9.9","releaseTimestamp":"2019-07-03T20:22:26.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/jackson2-api-plugin","sha1":"YY1ofNYe8jdNKGIySCB4lmixYXQ=","sha256":"xI4PVFKlbeFoLkEUtfB/BILU1NXjWyYS30CdgW6ZapI=","title":"Jackson 2 API","url":"http://updates.jenkins-ci.org/download/plugins/jackson2-api/2.9.9.1/jackson2-api.hpi","version":"2.9.9.1","wiki":"https://plugins.jenkins.io/jackson2-api"},"jacoco":{"buildDate":"Nov 04, 2018","dependencies":[{"name":"dashboard-view","optional":true,"version":"2.9.11"},{"name":"structs","optional":false,"version":"1.10"}],"developers":[{"developerId":"kohsuke","name":"Kohsuke Kawaguchi"},{"developerId":"stephenconnolly","name":"Stephen Connolly"},{"developerId":"manolo","email":"manolo@apache.org","name":"Manuel Carrasco Monino"},{"developerId":"jfuerth","name":"Jonathan Fuerth"},{"developerId":"kingargyle","name":"David Carver"},{"developerId":"ognjenb","name":"Ognjen Bubalo"},{"developerId":"centic","name":"Dominik Stadler"},{"developerId":"csimons","name":"Christopher Simons"},{"developerId":"mheinzerling","email":"webmaster@mheinzerling.de","name":"Martin Heinzerling"}],"excerpt":"This plugin integrates JaCoCo code coverage reports<\/a> to Jenkins.","gav":"org.jenkins-ci.plugins:jacoco:3.0.4","labels":["report"],"name":"jacoco","previousTimestamp":"2018-08-31T20:19:54.00Z","previousVersion":"3.0.3","releaseTimestamp":"2018-11-04T10:55:37.00Z","requiredCore":"2.54","scm":"https://github.com/jenkinsci/jacoco-plugin","sha1":"FR2R78qP8vUXVkNS/NPIMeGRWO4=","sha256":"ALW6FS6EU3nYp9PeGoCudijlEeIxlk130JZzpPJAiHc=","title":"JaCoCo","url":"http://updates.jenkins-ci.org/download/plugins/jacoco/3.0.4/jacoco.hpi","version":"3.0.4","wiki":"https://plugins.jenkins.io/jacoco"},"japex":{"buildDate":"Feb 14, 2011","dependencies":[],"developers":[{"developerId":"kohsuke","name":"Kohsuke Kawaguchi"}],"excerpt":"This plugin displays various Japex reports<\/a>.","gav":"org.jvnet.hudson.plugins:japex:1.7","labels":["report"],"name":"japex","releaseTimestamp":"2011-02-14T22:07:02.00Z","requiredCore":"1.377","scm":"https://github.com/jenkinsci/japex-plugin","sha1":"Cwnz6S3GT+nNvQWAHtbW69Ymj0Y=","sha256":"PkPvty3BQN6XlunRLbEew3uqcCrUu4AMMEUMyNRfU3g=","title":"JAPEX","url":"http://updates.jenkins-ci.org/download/plugins/japex/1.7/japex.hpi","version":"1.7","wiki":"https://plugins.jenkins.io/japex"},"javadoc":{"buildDate":"Mar 05, 2019","dependencies":[],"developers":[{"developerId":"Oleg"}],"excerpt":"","gav":"org.jenkins-ci.plugins:javadoc:1.5","labels":[],"minimumJavaVersion":"1.8","name":"javadoc","previousTimestamp":"2016-06-17T14:51:24.00Z","previousVersion":"1.4","releaseTimestamp":"2019-03-05T14:31:07.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/javadoc-plugin","sha1":"1gkPFz5LDL5Cuc//Rc2Sf3ScHgc=","sha256":"JVFPtwJ0DLuIP8XG7rhhd7EYUX+bAVfxsuDGDovvFWQ=","title":"Javadoc","url":"http://updates.jenkins-ci.org/download/plugins/javadoc/1.5/javadoc.hpi","version":"1.5","wiki":"https://plugins.jenkins.io/javadoc"},"javancss":{"buildDate":"Jun 11, 2011","dependencies":[{"name":"maven-plugin","optional":false,"version":"1.413"}],"developers":[{"developerId":"stephenconnolly","name":"Stephen Connolly"}],"excerpt":"This plugin integrates JavaNCSS reports<\/a> to Jenkins.","gav":"org.jenkins-ci.plugins:javancss:1.1","labels":["report"],"name":"javancss","releaseTimestamp":"2011-06-11T10:01:55.00Z","requiredCore":"1.413","scm":"https://github.com/jenkinsci/javancss-plugin","sha1":"0jV7Ovyi4H4L5Wryc42Qh2k5wL8=","sha256":"7DCbJ/8wge3+8IihdSXoDpTKb+YcIKHa9eQBNenEbNg=","title":"JavaNCSS","url":"http://updates.jenkins-ci.org/download/plugins/javancss/1.1/javancss.hpi","version":"1.1","wiki":"https://plugins.jenkins.io/javancss"},"javatest-report":{"buildDate":"Jun 09, 2015","dependencies":[],"developers":[{"developerId":"ramapulavarthi","name":"Rama Pulavarthi"}],"excerpt":"This plugin parses XML result file from JavaTest, a framework used by TCKs released from Sun, and show them as test results.","gav":"org.jenkins-ci.plugins:javatest-report:1.6","labels":["report"],"name":"javatest-report","previousTimestamp":"2015-01-20T09:22:25.00Z","previousVersion":"1.5","releaseTimestamp":"2015-06-09T08:50:22.00Z","requiredCore":"1.447","scm":"https://github.com/jenkinsci/javatest-report-plugin","sha1":"7y8rI8bbROpGNcnXHPdhtCSJQw4=","sha256":"3dAl9FGJvGyXq7Aucrlct3o7Wx1HZydx3bLVFhexzs8=","title":"JavaTest report","url":"http://updates.jenkins-ci.org/download/plugins/javatest-report/1.6/javatest-report.hpi","version":"1.6","wiki":"https://plugins.jenkins.io/javatest-report"},"jaxb":{"buildDate":"Mar 06, 2019","dependencies":[],"developers":[{"developerId":"tiste"}],"excerpt":"JAXB packaging for more transparent Java 9+ compatibility","gav":"io.jenkins.plugins:jaxb:2.3.0.1","labels":[],"minimumJavaVersion":"1.8","name":"jaxb","previousTimestamp":"2019-01-31T13:28:16.00Z","previousVersion":"2.3.0","releaseTimestamp":"2019-03-06T10:12:43.00Z","requiredCore":"2.163","scm":"https://github.com/jenkinsci/jaxb-plugin","sha1":"CnjA/EoAR17nJaVC7zEu/RjciG0=","sha256":"xNaW+e9JViPmzebXBcFWA4aKAnSd2jaQxeBTPIbKN1s=","title":"JAXB","url":"http://updates.jenkins-ci.org/download/plugins/jaxb/2.3.0.1/jaxb.hpi","version":"2.3.0.1","wiki":"https://plugins.jenkins.io/jaxb"},"jboss":{"buildDate":"Nov 04, 2011","dependencies":[],"developers":[{"developerId":"JulB4","email":"JulB4@dev.java.net","name":"Juliusz Brzostek"}],"excerpt":"JBoss management plugin.","gav":"org.jenkins-ci.plugins:jboss:1.0.5","labels":["misc","builder"],"name":"jboss","previousTimestamp":"2011-08-20T17:34:51.00Z","previousVersion":"1.0.4","releaseTimestamp":"2011-11-04T15:13:57.00Z","requiredCore":"1.398","scm":"https://github.com/jenkinsci/jboss-plugin","sha1":"08xwWJsdwME3cpCv8pKym/DXXZ8=","sha256":"nZF5YsQ2N2U3YLEsdl4rPO7MxO8m0+06FJ+NAwT4kPw=","title":"JBoss Management","url":"http://updates.jenkins-ci.org/download/plugins/jboss/1.0.5/jboss.hpi","version":"1.0.5","wiki":"https://plugins.jenkins.io/jboss"},"jbpm-embedded-plugin":{"buildDate":"Feb 07, 2013","dependencies":[],"developers":[{"developerId":"jsvitak","email":"jsvitak@redhat.com","name":"Jiri Svitak"}],"excerpt":"This plugin enables you to describe your build, release and test plans to be executed by jBPM business processes based on the BPMN 2.0 standard. Business processes can be used to launch and evaluate Jenkins jobs and to interact with a Jenkins user.","gav":"jenkins.plugins.jbpm:jbpm-embedded-plugin:0.2","labels":["external"],"name":"jbpm-embedded-plugin","releaseTimestamp":"2013-02-07T15:43:25.00Z","requiredCore":"1.480","scm":"https://github.com/jenkinsci/jbpm-workflow-plugin","sha1":"YS3rYn4ilojUPRELnHx8VFIotq8=","sha256":"UfqZOdFQjX/u7/0jsYRiH7cLud+uG/NvjBvpeAIbJ/s=","title":"jBPM embedded","url":"http://updates.jenkins-ci.org/download/plugins/jbpm-embedded-plugin/0.2/jbpm-embedded-plugin.hpi","version":"0.2","wiki":"https://plugins.jenkins.io/jbpm-embedded-plugin"},"jbpm-workflow-plugin":{"buildDate":"Feb 08, 2013","dependencies":[],"developers":[{"developerId":"jsvitak","email":"jsvitak@redhat.com","name":"Jiri Svitak"}],"excerpt":"This plugin implements a jBPM<\/a> build step, which can be used to execute a test plan described by a business process.","gav":"jenkins.plugins.jbpm:jbpm-workflow-plugin:0.3","labels":["external"],"name":"jbpm-workflow-plugin","releaseTimestamp":"2013-02-08T20:19:53.00Z","requiredCore":"1.480","scm":"https://github.com/jenkinsci/jbpm-workflow-plugin","sha1":"DtzhmqmjEhm2FLcXdWG8EBPQZck=","sha256":"BpUaWU6ZlK5J/BJULmHTKZynrwAuBWPEufMJBWC5pu4=","title":"jBPM workflow","url":"http://updates.jenkins-ci.org/download/plugins/jbpm-workflow-plugin/0.3/jbpm-workflow-plugin.hpi","version":"0.3","wiki":"https://plugins.jenkins.io/jbpm-workflow-plugin"},"jcaptcha-plugin":{"buildDate":"Jul 22, 2011","dependencies":[],"developers":[{"developerId":"jieryn","email":"jieryn@gmail.com","name":"Jesse Farinacci"}],"excerpt":"JCaptcha provider of Jenkins CaptchaSupport.","gav":"org.jenkins-ci.plugins:jcaptcha-plugin:1.1","labels":["misc"],"name":"jcaptcha-plugin","previousTimestamp":"2011-06-09T03:49:46.00Z","previousVersion":"1.0","releaseTimestamp":"2011-07-22T02:55:20.00Z","requiredCore":"1.420","scm":"https://github.com/jenkinsci/jcaptcha-plugin","sha1":"4vbTiLFQDMH98DHDbumn7127UNw=","sha256":"/s36tQZV1cW9E7GNZMkhb1MFH6Xd+Hal5ooAuDt4zRQ=","title":"JCaptcha","url":"http://updates.jenkins-ci.org/download/plugins/jcaptcha-plugin/1.1/jcaptcha-plugin.hpi","version":"1.1","wiki":"https://plugins.jenkins.io/jcaptcha-plugin"},"jclouds-jenkins":{"buildDate":"Aug 06, 2019","compatibleSinceVersion":"2.9","dependencies":[{"name":"bouncycastle-api","optional":false,"version":"2.16.0"},{"name":"cloud-stats","optional":false,"version":"0.13"},{"name":"config-file-provider","optional":false,"version":"2.15.6"},{"name":"credentials","optional":false,"version":"2.1.10"},{"name":"ssh-credentials","optional":false,"version":"1.12"},{"name":"ssh-slaves","optional":false,"version":"1.12"}],"developers":[{"developerId":"felfert","email":"fritz-github@fritz-elfert.de","name":"Fritz Elfert"},{"developerId":"sdirector","email":"mordred@inaugust.com","name":"Monty Taylor"},{"developerId":"jclouds","email":"adrian@jclouds.org","name":"Adrian Cole"},{"developerId":"vijaykiran","email":"mail@vijaykiran.com","name":"Vijay Kiran"},{"developerId":"abayer","email":"andrew.bayer@gmail.com","name":"Andrew Bayer"},{"developerId":"mavlyutov","email":"m.mavlyutov@gmail.com","name":"Marat Mavlyutov"}],"excerpt":"Allows Jenkins to build using Cloud Servers via JClouds.","gav":"org.jenkins-ci.plugins:jclouds-jenkins:2.15","labels":["slaves","cluster","cloud"],"name":"jclouds-jenkins","previousTimestamp":"2017-02-14T01:11:02.00Z","previousVersion":"2.14","releaseTimestamp":"2019-08-06T13:22:21.00Z","requiredCore":"2.19.3","scm":"https://github.com/jenkinsci/jclouds-plugin","sha1":"McYzXzHb9OtoNkhz03TBzT2WvCo=","sha256":"gktGZ8/rzrz6PsKLlk/yNhNnCV5UxkSbx/7f5QbmZaA=","title":"JClouds","url":"http://updates.jenkins-ci.org/download/plugins/jclouds-jenkins/2.15/jclouds-jenkins.hpi","version":"2.15","wiki":"https://plugins.jenkins.io/jclouds-jenkins"},"jdcloud-codedeploy":{"buildDate":"May 08, 2019","dependencies":[{"name":"structs","optional":false,"version":"1.7"}],"developers":[{"developerId":"jdcloud_codedeploy","email":"ark-team@jd.com","name":"codedeploy jdcloud"}],"excerpt":"This plugin provides a "post-build" step for JDCloud CodeDeploy.","gav":"org.jenkins-ci.plugins:jdcloud-codedeploy:1.0.0","labels":[],"name":"jdcloud-codedeploy","releaseTimestamp":"2019-05-08T11:35:42.00Z","requiredCore":"2.7.3","scm":"https://github.com/jenkinsci/jdcloud-codedeploy-plugin","sha1":"tgB45cfK5+GI9T5jQBFdnDerxI4=","sha256":"dPrus7eHSybCZx5b5S59wgpbnuQKXq94DHDz2kacehY=","title":"JDCloud CodeDeploy","url":"http://updates.jenkins-ci.org/download/plugins/jdcloud-codedeploy/1.0.0/jdcloud-codedeploy.hpi","version":"1.0.0","wiki":"https://plugins.jenkins.io/jdcloud-codedeploy"},"jdepend":{"buildDate":"Feb 22, 2018","dependencies":[],"developers":[{"developerId":"cflewis","email":"chris@cflewis.com","name":"Chris Lewis"}],"excerpt":"This is a plugin that runs JDepend reports on builds.","gav":"org.jenkins-ci.plugins:jdepend:1.3.0","labels":["report"],"name":"jdepend","previousTimestamp":"2014-10-02T15:18:16.00Z","previousVersion":"1.2.4","releaseTimestamp":"2018-02-22T15:45:15.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/jdepend-plugin","sha1":"olX07Cd1bzc27dW8RKJqGBnHcto=","sha256":"6Rt2wanoEQmuEywL01F0ZgHbJelFHO2bCOv2NsoXGfQ=","title":"JDepend","url":"http://updates.jenkins-ci.org/download/plugins/jdepend/1.3.0/jdepend.hpi","version":"1.3.0","wiki":"https://plugins.jenkins.io/jdepend"},"jdk-tool":{"buildDate":"Jul 19, 2019","dependencies":[],"developers":[{"developerId":"Oleg"}],"excerpt":"Allows the Oracle Java SE Development Kit (JDK) to be installed via download from Oracle's website.","gav":"org.jenkins-ci.plugins:jdk-tool:1.3","labels":[],"name":"jdk-tool","previousTimestamp":"2018-12-06T18:54:31.00Z","previousVersion":"1.2","releaseTimestamp":"2019-07-19T20:55:25.00Z","requiredCore":"2.112","scm":"https://github.com/jenkinsci/jdk-tool-plugin","sha1":"yMcdUC20EEODCvKDs+FwDO/Q/UA=","sha256":"DMVvsqFT19frTgRyqH8xy4ShkobJx9VYxaQCbpB54Tg=","title":"Oracle Java SE Development Kit Installer","url":"http://updates.jenkins-ci.org/download/plugins/jdk-tool/1.3/jdk-tool.hpi","version":"1.3","wiki":"https://plugins.jenkins.io/jdk-tool"},"jenkins-cloudformation-plugin":{"buildDate":"Feb 24, 2016","dependencies":[],"developers":[{"developerId":"nathanagood","email":"nathan.a.good@gmail.com","name":"Nathan A. Good"}],"excerpt":"Adds a build wrapper that can spawn an AWS Cloud Formation recipe at the start of the build and take it down at the end.","gav":"org.jenkins-ci.plugins:jenkins-cloudformation-plugin:1.2","labels":["buildwrapper","external","notifier"],"name":"jenkins-cloudformation-plugin","previousTimestamp":"2015-08-21T13:22:31.00Z","previousVersion":"1.0","releaseTimestamp":"2016-02-24T12:29:39.00Z","requiredCore":"1.532.3","scm":"https://github.com/jenkinsci/jenkins-cloudformation-plugin","sha1":"crue8l6OTUmSgt3afzXL7Gz4EeE=","sha256":"JQ3vJ9cVbmpC3twtq8pqU3c82dFbvPGpBZaMFE7BIJg=","title":"jenkins-cloudformation-plugin","url":"http://updates.jenkins-ci.org/download/plugins/jenkins-cloudformation-plugin/1.2/jenkins-cloudformation-plugin.hpi","version":"1.2","wiki":"https://plugins.jenkins.io/jenkins-cloudformation-plugin"},"jenkins-design-language":{"buildDate":"Sep 03, 2019","dependencies":[],"developers":[{"developerId":"scherler","name":"Thorsten Iberian Sumurai"},{"developerId":"cliffmeyers","name":"Cliff Meyers"},{"developerId":"tfennelly","name":"Tom Fennelly"},{"developerId":"vivek","name":"Vivek Pandey"},{"developerId":"kohsuke","name":"Kohsuke"},{"developerId":"sophistifunk","name":"Josh McDonald"},{"developerId":"imeredith","name":"Ivan Meredith"},{"developerId":"michaelneale","name":"Michael Neale"},{"developerId":"kzantow","name":"Keith Zantow"},{"developerId":"i386","name":"James Dumay"},{"developerId":"marcesher","name":"Marc"},{"developerId":"dragoonis","name":"Paul Dragoonis"},{"developerId":"pragmaticivan","name":"Ivan Santos"},{"developerId":"PeterDaveHello","name":"Peter Dave Hello"},{"developerId":"alexsomai","name":"Alexandru Somai"}],"excerpt":"The Jenkins Plugins Parent POM Project","gav":"io.jenkins.blueocean:jenkins-design-language:1.19.0","labels":[],"minimumJavaVersion":"1.8","name":"jenkins-design-language","previousTimestamp":"2019-08-06T07:21:52.00Z","previousVersion":"1.18.1","releaseTimestamp":"2019-09-03T23:19:03.00Z","requiredCore":"2.138.4","scm":"https://github.com/jenkinsci/blueocean-plugin/jenkins-design-language","sha1":"qpHUSeWZcnHlcj2wcA1w9zRI0Vk=","sha256":"anAO4D6nN/80N+qkMEOU0+pFmQpYlYXhO9VdGt85xDU=","title":"Design Language","url":"http://updates.jenkins-ci.org/download/plugins/jenkins-design-language/1.19.0/jenkins-design-language.hpi","version":"1.19.0","wiki":"https://plugins.jenkins.io/jenkins-design-language"},"jenkins-flowdock-plugin":{"buildDate":"Oct 25, 2015","dependencies":[],"developers":[{"developerId":"anttipitkanen","email":"antti@flowdock.com","name":"Antti Pitkanen"}],"excerpt":"This plugin posts build notifications to your flow at Flowdock<\/a>.","gav":"com.flowdock.jenkins:jenkins-flowdock-plugin:1.1.8","labels":[],"name":"jenkins-flowdock-plugin","previousTimestamp":"2015-01-09T08:46:32.00Z","previousVersion":"1.1.7","releaseTimestamp":"2015-10-25T21:39:00.00Z","requiredCore":"1.580","scm":"https://github.com/jenkinsci/flowdock-plugin","sha1":"6edczkHxwu1RSn1onoxxVpeI5VQ=","sha256":"1yW1CqPofkb09QP49savEccB+m8v7n3Yzl4sHdym4Z4=","title":"Flowdock","url":"http://updates.jenkins-ci.org/download/plugins/jenkins-flowdock-plugin/1.1.8/jenkins-flowdock-plugin.hpi","version":"1.1.8","wiki":"https://plugins.jenkins.io/jenkins-flowdock-plugin"},"jenkins-jira-issue-updater":{"buildDate":"Dec 03, 2015","dependencies":[],"developers":[{"developerId":"laszlomiklosik","email":"laszlo.miklosik@gmail.com","name":"Laszlo Miklosik"},{"developerId":"isparkes","email":"ian.sparks@swisscom.com","name":"Ian Sparkes"}],"excerpt":"This plugin can update Jira issues by changing their workflow status and adding comments.","gav":"info.bluefloyd.jenkins:jenkins-jira-issue-updater:1.18","labels":["external"],"name":"jenkins-jira-issue-updater","previousTimestamp":"2015-10-21T18:14:12.00Z","previousVersion":"1.17","releaseTimestamp":"2015-12-03T21:36:22.00Z","requiredCore":"1.600","scm":"https://github.com/jenkinsci/jira-issue-updater-plugin","sha1":"sAOhD7DDmajli8qDmKr/zodVgsg=","sha256":"bklh6dgbXuEyJs20OsOfw2JWCSur3q7VV/i5JHwec90=","title":"Jira Issue Updater","url":"http://updates.jenkins-ci.org/download/plugins/jenkins-jira-issue-updater/1.18/jenkins-jira-issue-updater.hpi","version":"1.18","wiki":"https://plugins.jenkins.io/jenkins-jira-issue-updater"},"jenkins-multijob-plugin":{"buildDate":"Dec 26, 2018","dependencies":[{"name":"maven-plugin","optional":false,"version":"2.6"},{"name":"built-on-column","optional":false,"version":"1.1"},{"name":"conditional-buildstep","optional":false,"version":"1.3.3"},{"name":"copyartifact","optional":true,"version":"1.31"},{"name":"envinject","optional":false,"version":"1.90"},{"name":"junit","optional":false,"version":"1.11"},{"name":"mailer","optional":false,"version":"1.13"},{"name":"matrix-project","optional":true,"version":"1.7.1"},{"name":"parameterized-trigger","optional":false,"version":"2.25"},{"name":"token-macro","optional":false,"version":"1.10"}],"developers":[{"developerId":"alex-n","email":"alex@tikalk.com","name":"Alex Nickolaevsky"},{"developerId":"ronil","email":"roni@tikalk.com","name":"Roni Licht"},{"developerId":"itaior","email":"itai@tikalk.com","name":"Itai Or"},{"developerId":"cohencil","email":"chenc@tikalk.com","name":"Chen Cohen"},{"developerId":"yorammi","email":"yorammi@tikalk.com","name":"Yoram Michaeli"}],"excerpt":"This plugin is a MultiJob plugin.","gav":"org.jenkins-ci.plugins:jenkins-multijob-plugin:1.32","labels":["misc"],"name":"jenkins-multijob-plugin","previousTimestamp":"2018-08-01T14:04:15.00Z","previousVersion":"1.31","releaseTimestamp":"2018-12-26T07:50:36.00Z","requiredCore":"2.31","scm":"https://github.com/jenkinsci/tikal-multijob-plugin","sha1":"/qrThf9Cht41u9dEgwI7L4XpT34=","sha256":"7C5Nk2TftMLYhyhIQJdYLeNntlPx8fXnEZSVnKWR/Ig=","title":"Multijob","url":"http://updates.jenkins-ci.org/download/plugins/jenkins-multijob-plugin/1.32/jenkins-multijob-plugin.hpi","version":"1.32","wiki":"https://plugins.jenkins.io/jenkins-multijob-plugin"},"jenkins-reviewbot":{"buildDate":"May 03, 2015","dependencies":[{"name":"patch-parameter","optional":false,"version":"1.2"}],"developers":[{"developerId":"yardena","name":"Yardena Meymann"}],"excerpt":"This plugin picks up a Reviewboard request, builds the diff using Patch Plugin and reports the results back to reviewboard.","gav":"org.jenkins-ci.plugins:jenkins-reviewbot:2.4.6","labels":["parameter","notifier"],"name":"jenkins-reviewbot","previousTimestamp":"2015-04-30T18:25:06.00Z","previousVersion":"2.4","releaseTimestamp":"2015-05-03T14:09:24.00Z","requiredCore":"1.528","sha1":"hRia7U29kLyjKusxGLw/Bapb7so=","sha256":"7zX01CxeMJz9b+tSv8s+3lzzwm4n3r1Y4l1zae24UGg=","title":"jenkins-reviewbot","url":"http://updates.jenkins-ci.org/download/plugins/jenkins-reviewbot/2.4.6/jenkins-reviewbot.hpi","version":"2.4.6","wiki":"https://plugins.jenkins.io/jenkins-reviewbot"},"jenkins-tag-cloud-plugin":{"buildDate":"Jul 03, 2012","dependencies":[],"developers":[{"developerId":"cvanes","email":"cvanes@gmail.com","name":"Chris van Es"}],"excerpt":"Generate a tag cloud of commonly used words from the project source code.","gav":"org.jenkins-ci.plugins:jenkins-tag-cloud-plugin:1.6","labels":["misc"],"name":"jenkins-tag-cloud-plugin","previousTimestamp":"2012-04-15T04:43:42.00Z","previousVersion":"1.5","releaseTimestamp":"2012-07-03T10:31:39.00Z","requiredCore":"1.424","scm":"https://github.com/jenkinsci/tag-cloud-plugin","sha1":"kMIRpde1Ck+jmM61yXZZ1bac9ss=","sha256":"CtvwPFGK0Gp7iUuv8tmyhAkzmR/kTtYqw5H1ohmpKDs=","title":"Tag Cloud","url":"http://updates.jenkins-ci.org/download/plugins/jenkins-tag-cloud-plugin/1.6/jenkins-tag-cloud-plugin.hpi","version":"1.6","wiki":"https://plugins.jenkins.io/jenkins-tag-cloud-plugin"},"jenkins-testswarm-plugin":{"buildDate":"Oct 02, 2012","dependencies":[],"developers":[{"developerId":"keivnnilson","name":"Kevin Nilson"}],"excerpt":"Supported browsersAll available browsersCurrent release of all major browsersBrowsers currently supported in Yahoo's Graded Browser SupportUpcoming alphas/betas of popular browsersPopular browsers and their upcoming alphas/betas
","gav":"com.javaclimber.jenkins.testswarmplugin:jenkins-testswarm-plugin:1.2","labels":["scm"],"name":"jenkins-testswarm-plugin","releaseTimestamp":"2012-10-02T07:14:30.00Z","requiredCore":"1.424","scm":"https://github.com/jenkinsci/testswarm-plugin","sha1":"il4+Q/8yWZO1vDD5pxU/4kwKAiA=","sha256":"7Vf7j5/QhbSp/5XWRTM6MxJPzHjWRLTW/G6rPuq+nEI=","title":"jenkins-testswarm-plugin","url":"http://updates.jenkins-ci.org/download/plugins/jenkins-testswarm-plugin/1.2/jenkins-testswarm-plugin.hpi","version":"1.2","wiki":"https://plugins.jenkins.io/jenkins-testswarm-plugin"},"jenkinsci-appspider-plugin":{"buildDate":"Dec 15, 2015","dependencies":[],"developers":[{"developerId":"nbugash","email":"Nonico_Bugash@rapid7.com","name":"Nonico Bugash"}],"excerpt":"This plugin is used to scan the build using AppSpider.","gav":"com.rapid7:jenkinsci-appspider-plugin:1.0.8","labels":["report"],"name":"jenkinsci-appspider-plugin","previousTimestamp":"2015-12-14T22:19:50.00Z","previousVersion":"1.0.7","releaseTimestamp":"2015-12-15T16:17:04.00Z","requiredCore":"1.580.1","scm":"https://github.com/jenkinsci/appspider-build-scanner-plugin","sha1":"8fr5ZA+DrD33bYhhPRFFyHz0Azg=","sha256":"20mPZAQ6+S/8pyJTbS7hnX/YRTq63wDts3kjp7RR0jI=","title":"AppSpider","url":"http://updates.jenkins-ci.org/download/plugins/jenkinsci-appspider-plugin/1.0.8/jenkinsci-appspider-plugin.hpi","version":"1.0.8","wiki":"https://plugins.jenkins.io/jenkinsci-appspider-plugin"},"jenkinslint":{"buildDate":"Aug 29, 2017","dependencies":[],"developers":[{"developerId":"v1v","email":"VictorMartinezRubio@gmail.com","name":"Victor Martinez"}],"excerpt":"The
JenkinsLint Plugin<\/a> detects whether your Jenkins configuration follows some best practices.","gav":"org.jenkins-ci.plugins:jenkinslint:0.14.0","labels":["misc"],"name":"jenkinslint","previousTimestamp":"2017-08-24T21:20:01.00Z","previousVersion":"0.13.0","releaseTimestamp":"2017-08-29T19:08:52.00Z","requiredCore":"1.607","scm":"https://github.com/jenkinsci/jenkinslint-plugin","sha1":"+AZxYjo/toYcKGREQ8eSggNDQ9o=","sha256":"YJjlmVmVNVDOkuJEe7u5ULv4h7ZdeZECnIl2U2+5LSs=","title":"JenkinsLint","url":"http://updates.jenkins-ci.org/download/plugins/jenkinslint/0.14.0/jenkinslint.hpi","version":"0.14.0","wiki":"https://plugins.jenkins.io/jenkinslint"},"jenkinspider":{"buildDate":"Jun 19, 2015","dependencies":[{"name":"ruby-runtime","optional":false,"version":"0.12"}],"developers":[{"developerId":"nbugash"}],"excerpt":"TODO: enter description here","gav":"org.jenkins-ci.ruby-plugins:jenkinspider:0.0.1","labels":[],"name":"jenkinspider","releaseTimestamp":"2015-06-19T18:05:32.00Z","requiredCore":"1.432","sha1":"aeeYV+CLbgCq3n0ozAV0iZISwKk=","sha256":"B8QJlwD+U+VhyWgU8riXwGT+TiclvQOEYB0FxRUZq44=","title":"Jenkinspider","url":"http://updates.jenkins-ci.org/download/plugins/jenkinspider/0.0.1/jenkinspider.hpi","version":"0.0.1","wiki":"https://plugins.jenkins.io/jenkinspider"},"jenkinswalldisplay":{"buildDate":"Apr 04, 2017","dependencies":[],"developers":[{"developerId":"pellepelster","email":"pellepelster@gmail.com","name":"Christian Pelster"}],"excerpt":"This plugin provides a application that monitors jobs in a way suitable for public wall displays.","gav":"org.jenkins-ci.plugins:jenkinswalldisplay:0.6.34","labels":["ui"],"name":"jenkinswalldisplay","previousTimestamp":"2016-11-08T12:53:14.00Z","previousVersion":"0.6.33","releaseTimestamp":"2017-04-04T19:48:18.00Z","requiredCore":"1.580","scm":"https://github.com/jenkinsci/walldisplay-plugin","sha1":"7ZSEpGKpuFlQ1hJOYKp3ZeoeH68=","sha256":"0TyfsoNrKshUUD+1EwjJn6cj6QNOnhbCiE6df5YuaEQ=","title":"Wall Display Master Project","url":"http://updates.jenkins-ci.org/download/plugins/jenkinswalldisplay/0.6.34/jenkinswalldisplay.hpi","version":"0.6.34","wiki":"https://plugins.jenkins.io/jenkinswalldisplay"},"jgiven":{"buildDate":"May 07, 2017","dependencies":[{"name":"job-dsl","optional":true,"version":"1.37"}],"developers":[{"developerId":"wolfs","email":"stefan.wolf@tngtech.com","name":"Stefan Wolf"}],"excerpt":"JGiven Integration for Jenkins","gav":"org.jenkins-ci.plugins:jgiven:0.15.1","labels":["report"],"name":"jgiven","previousTimestamp":"2017-05-07T15:24:15.00Z","previousVersion":"0.15.0","releaseTimestamp":"2017-05-07T17:39:00.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/jgiven-plugin","sha1":"cWj/MJxNDkWiqQZCkd0/hLozp50=","sha256":"6L4n3tPZJvy7G2CMeGPcVM7mldwHoU6VPHxfgHH8pbU=","title":"JGiven","url":"http://updates.jenkins-ci.org/download/plugins/jgiven/0.15.1/jgiven.hpi","version":"0.15.1","wiki":"https://plugins.jenkins.io/jgiven"},"jianliao":{"buildDate":"Jun 23, 2015","dependencies":[],"developers":[{"developerId":"jianliao","email":"nl.martian@gmail.com","name":"Junguan Zhu"}],"excerpt":"This plugin is a Jianliao notifier that can publish build status to Jianliao topics.","gav":"org.jenkins-ci.plugins:jianliao:1.1","labels":["notifier"],"name":"jianliao","previousTimestamp":"2015-06-19T03:41:38.00Z","previousVersion":"1.0","releaseTimestamp":"2015-06-23T07:04:40.00Z","requiredCore":"1.580.1","scm":"https://github.com/jenkinsci/jianliao-plugin","sha1":"eUidIvojEuO9vMgoJ/sjrvqDzfQ=","sha256":"nA2JFEj+V3eAN6L3N5TtfhG6EQJ6ctqLVcXs9UZr7i8=","title":"Jianliao Notification","url":"http://updates.jenkins-ci.org/download/plugins/jianliao/1.1/jianliao.hpi","version":"1.1","wiki":"https://plugins.jenkins.io/jianliao"},"jigomerge":{"buildDate":"Aug 04, 2016","dependencies":[],"developers":[{"developerId":"vberetti","name":"Vincent Beretti"}],"excerpt":"This plug-in integrates Jigomerge<\/a> to handle merge between SVN(Subversion) branches.","gav":"org.jenkins-ci.plugins:jigomerge:0.9","labels":["builder"],"name":"jigomerge","previousTimestamp":"2015-08-18T18:29:35.00Z","previousVersion":"0.8","releaseTimestamp":"2016-08-04T04:45:42.00Z","requiredCore":"1.420","scm":"https://github.com/jenkinsci/jigomerge-plugin","sha1":"P5dm3uPnRNoRoDGtpuV1/P9uW9k=","sha256":"XEVbV9rAfcTU+WUd8Aom5iA9A4u5HjbQASMeu+dncP8=","title":"Jigomerge","url":"http://updates.jenkins-ci.org/download/plugins/jigomerge/0.9/jigomerge.hpi","version":"0.9","wiki":"https://plugins.jenkins.io/jigomerge"},"jira":{"buildDate":"Aug 21, 2019","dependencies":[{"name":"workflow-job","optional":false,"version":"2.0"},{"name":"workflow-step-api","optional":true,"version":"2.0"},{"name":"apache-httpcomponents-client-4-api","optional":false,"version":"4.5.5-3.0"},{"name":"branch-api","optional":false,"version":"2.0.0"},{"name":"credentials","optional":false,"version":"2.1.14"},{"name":"jackson2-api","optional":false,"version":"2.8.11.2"},{"name":"junit","optional":false,"version":"1.3"},{"name":"mailer","optional":false,"version":"1.20"},{"name":"matrix-project","optional":false,"version":"1.6"},{"name":"p4","optional":true,"version":"1.3.8"},{"name":"script-security","optional":false,"version":"1.16"},{"name":"structs","optional":false,"version":"1.7"}],"developers":[{"developerId":"olamy","name":"Olivier Lamy"},{"developerId":"warden","name":"Radek Antoniuk"}],"excerpt":"This plugin integrates Jenkins to Atlassian JIRA<\/a>.","gav":"org.jenkins-ci.plugins:jira:3.0.9","labels":["maven","external"],"minimumJavaVersion":"1.8","name":"jira","previousTimestamp":"2019-06-28T03:20:43.00Z","previousVersion":"3.0.8","releaseTimestamp":"2019-08-21T06:06:32.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/jira-plugin","sha1":"k1Okoyr7ecT9YWEEkmfxuU7ySiE=","sha256":"FrFFsqNtO2LYqNVtgsI7Zj4erIY5WOlXm9LaoqKhBoI=","title":"JIRA","url":"http://updates.jenkins-ci.org/download/plugins/jira/3.0.9/jira.hpi","version":"3.0.9","wiki":"https://plugins.jenkins.io/jira"},"jira-ext":{"buildDate":"Apr 17, 2019","dependencies":[{"name":"git","optional":false,"version":"2.2.3"},{"name":"job-dsl","optional":true,"version":"1.39"}],"developers":[{"developerId":"dalvizu","email":"alvizu@gmail.com","name":"Dan Alvizu"}],"excerpt":"A plugin for Jenkins CI to update JIRA tickets in an extensible way: both what to update and how to up date are exposed as Extension Points","gav":"org.jenkins-ci.plugins:jira-ext:0.9","labels":["external"],"name":"jira-ext","previousTimestamp":"2019-03-24T04:04:47.00Z","previousVersion":"0.8","releaseTimestamp":"2019-04-17T01:43:49.00Z","requiredCore":"1.609.3","scm":"https://github.com/jenkinsci/jira-ext-plugin","sha1":"U4pe5S8nLL2TUEupNfzHOKECrEY=","sha256":"OQ9aBexqQVrwzdGrfdRfgWlzfNUzM7MV1wRGGiZ85MA=","title":"jira-ext","url":"http://updates.jenkins-ci.org/download/plugins/jira-ext/0.9/jira-ext.hpi","version":"0.9","wiki":"https://plugins.jenkins.io/jira-ext"},"jira-steps":{"buildDate":"Sep 01, 2019","compatibleSinceVersion":"1.5.0","dependencies":[{"name":"workflow-aggregator","optional":false,"version":"2.5"}],"developers":[{"developerId":"nrayapati","name":"Naresh Rayapati"}],"excerpt":"JIRA Pipeline Steps","gav":"org.jenkins-ci.plugins:jira-steps:1.5.0","labels":[],"name":"jira-steps","previousTimestamp":"2019-03-03T16:41:08.00Z","previousVersion":"1.4.5","releaseTimestamp":"2019-09-01T00:24:08.00Z","requiredCore":"2.7.3","scm":"https://github.com/jenkinsci/jira-steps-plugin","sha1":"4wm+O5s6tJlfOnRweQl93vGgABU=","sha256":"UUP5rFfSCathblxTKLkTR0awJ49X5qR1+osEgyALWYY=","title":"JIRA Pipeline Steps","url":"http://updates.jenkins-ci.org/download/plugins/jira-steps/1.5.0/jira-steps.hpi","version":"1.5.0","wiki":"https://plugins.jenkins.io/jira-steps"},"jira-trigger":{"buildDate":"Apr 14, 2019","compatibleSinceVersion":"0.2.0","dependencies":[],"developers":[{"developerId":"ceilfors","email":"wisen@ceilfors.com","name":"Wisen Tanasa"}],"excerpt":"JIRA Trigger","gav":"org.jenkins-ci.plugins:jira-trigger:1.0.0","labels":["trigger","external"],"name":"jira-trigger","previousTimestamp":"2018-04-24T05:53:12.00Z","previousVersion":"0.6.3","releaseTimestamp":"2019-04-14T07:11:59.00Z","requiredCore":"2.76","scm":"https://github.com/jenkinsci/jira-trigger-plugin","sha1":"2UejVYBqj4los1GHHaWw82QlSDs=","sha256":"2YNBlHt3qgeSNVgAddtfBUqVJ+zIdG70ijASHriEXmE=","title":"JIRA Trigger","url":"http://updates.jenkins-ci.org/download/plugins/jira-trigger/1.0.0/jira-trigger.hpi","version":"1.0.0","wiki":"https://plugins.jenkins.io/jira-trigger"},"jmh-report":{"buildDate":"Oct 12, 2018","dependencies":[{"name":"job-dsl","optional":true,"version":"1.64"}],"developers":[{"developerId":"oae","name":"Johannes Zillmann"}],"excerpt":"This plugin helps you to visually explore your JMH benchmark results.","gav":"io.morethan.jenkins:jmh-report:0.9.0","labels":[],"name":"jmh-report","previousTimestamp":"2018-07-29T08:42:21.00Z","previousVersion":"0.8.0","releaseTimestamp":"2018-10-12T10:28:23.00Z","requiredCore":"2.4","scm":"https://github.com/jenkinsci/jmh-report-plugin","sha1":"xqz5iAI0J8t4rsm02dgiJkHp6KY=","sha256":"8D3cfsivCY8VbCjMQxtNpD024sOYlOBSiJ2QgruzANg=","title":"JMH Report","url":"http://updates.jenkins-ci.org/download/plugins/jmh-report/0.9.0/jmh-report.hpi","version":"0.9.0","wiki":"https://plugins.jenkins.io/jmh-report"},"jms-messaging":{"buildDate":"Jul 16, 2019","compatibleSinceVersion":"1.0.38","dependencies":[{"name":"workflow-step-api","optional":true,"version":"2.10"},{"name":"matrix-project","optional":false,"version":"1.7"},{"name":"script-security","optional":false,"version":"1.36"}],"developers":[{"developerId":"scoheb","email":"shebert@redhat.com","name":"Scott Hebert"}],"excerpt":"This plugin monitors the CI exchange and submits jenkins jobs as needed.","gav":"org.jenkins-ci.plugins:jms-messaging:1.1.9","labels":["post-build","builder","trigger"],"name":"jms-messaging","previousTimestamp":"2019-06-05T18:43:54.00Z","previousVersion":"1.1.8","releaseTimestamp":"2019-07-16T13:16:11.00Z","requiredCore":"2.121.1","scm":"https://github.com/jenkinsci/jms-messaging-plugin","sha1":"08Up9PkiEjdHe9fLHOMNzfIdHVw=","sha256":"CSWU5zbED8PSxmz5JlY9Yg2GeYF0rXBsAVDzSleSuro=","title":"JMS Messaging","url":"http://updates.jenkins-ci.org/download/plugins/jms-messaging/1.1.9/jms-messaging.hpi","version":"1.1.9","wiki":"https://plugins.jenkins.io/jms-messaging"},"jna-posix-api":{"buildDate":"Jun 25, 2018","dependencies":[],"developers":[{"developerId":"nicolas"}],"excerpt":"This plugin provides jna-posix<\/a> API for other plugins.","gav":"io.jenkins.plugins:jna-posix-api:1.0.3-jenkins-1","labels":[],"name":"jna-posix-api","releaseTimestamp":"2018-06-25T08:24:24.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/jna-posix-api-api-plugin","sha1":"nqbsa7wKZey4Tb6qJ1BfpL3XM4g=","sha256":"KFZ0xQkJ4E5OaJblCOzEbzWkIE41EngSmM2PUkDWa40=","title":"jnr-posix API","url":"http://updates.jenkins-ci.org/download/plugins/jna-posix-api/1.0.3-jenkins-1/jna-posix-api.hpi","version":"1.0.3-jenkins-1","wiki":"https://plugins.jenkins.io/jna-posix-api"},"jnr-posix-api":{"buildDate":"Jun 25, 2018","dependencies":[],"developers":[{"developerId":"nicolas"}],"excerpt":"This plugin provides jnr-posix<\/a> API for other plugins.","gav":"io.jenkins.plugins:jnr-posix-api:3.0.45","labels":[],"name":"jnr-posix-api","releaseTimestamp":"2018-06-25T08:23:48.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/jnr-posix-api-api-plugin","sha1":"dh8tdWyRgJJOSCoGM5VYcd6xBS8=","sha256":"+q41hayB+P+kJ1xIipHZB7GXdJisIg6SAwcbDDO4e34=","title":"jnr-posix API","url":"http://updates.jenkins-ci.org/download/plugins/jnr-posix-api/3.0.45/jnr-posix-api.hpi","version":"3.0.45","wiki":"https://plugins.jenkins.io/jnr-posix-api"},"job-direct-mail":{"buildDate":"May 17, 2013","dependencies":[{"name":"email-ext","optional":false,"version":"2.25"},{"name":"mailer","optional":false,"version":"1.4"},{"name":"javadoc","optional":false,"version":"1.0"},{"name":"maven-plugin","optional":false,"version":"1.494"}],"developers":[{"developerId":"stefanbrausch","email":"stefan.brausch@1und1.de","name":"Stefan Brausch"},{"developerId":"boev","email":"iordan.boev@gmail.com","name":"Yordan Boev"}],"excerpt":"Plugin for sending emails direcrtly from job or build view.","gav":"org.jenkins-ci.plugins:job-direct-mail:1.5","labels":["ui","emailext"],"name":"job-direct-mail","previousTimestamp":"2013-04-23T16:25:03.00Z","previousVersion":"1.4","releaseTimestamp":"2013-05-17T10:33:32.00Z","requiredCore":"1.494","scm":"https://github.com/jenkinsci/job-direct-mail-plugin","sha1":"70U7X0unXzulKs9ZVXQMIrXGfLA=","sha256":"+cGAeyY4gls4dLJ0gnRizWOqtMPb3E1NNe8IAzwFC24=","title":"Job Direct Mail","url":"http://updates.jenkins-ci.org/download/plugins/job-direct-mail/1.5/job-direct-mail.hpi","version":"1.5","wiki":"https://plugins.jenkins.io/job-direct-mail"},"job-dsl":{"buildDate":"Aug 22, 2019","compatibleSinceVersion":"1.72","dependencies":[{"name":"structs","optional":false,"version":"1.19"},{"name":"script-security","optional":false,"version":"1.54"},{"name":"vsphere-cloud","optional":true,"version":"1.1.11"},{"name":"config-file-provider","optional":true,"version":"2.15.4"},{"name":"managed-scripts","optional":true,"version":"1.3"},{"name":"configuration-as-code","optional":true,"version":"1.15"}],"developers":[{"developerId":"quidryan","email":"jryan@netflix.com","name":"Justin Ryan"},{"developerId":"andrewharmellaw","email":"andrew@harmel-law.com","name":"Andrew Harmel-Law"},{"developerId":"daspilker","email":"mail@daniel-spilker.com","name":"Daniel Spilker"},{"developerId":"sheehan","email":"mr.sheehan@gmail.com","name":"Matt Sheehan"}],"excerpt":"This plugin allows Jobs and Views to be defined via DSLs","gav":"org.jenkins-ci.plugins:job-dsl:1.76","labels":["builder"],"name":"job-dsl","previousTimestamp":"2019-08-12T07:43:04.00Z","previousVersion":"1.75","releaseTimestamp":"2019-08-22T12:12:48.00Z","requiredCore":"2.121","scm":"https://github.com/jenkinsci/job-dsl-plugin","sha1":"SiJ50LuJAkL3l9BC2mnXlA2DAik=","sha256":"OGCwM6uKqRAP8m5Fbb85qN/myChtLy/M7P4rysBg4m0=","title":"Job DSL","url":"http://updates.jenkins-ci.org/download/plugins/job-dsl/1.76/job-dsl.hpi","version":"1.76","wiki":"https://plugins.jenkins.io/job-dsl"},"job-exporter":{"buildDate":"Jan 27, 2012","dependencies":[],"developers":[{"developerId":"m31","email":"michael@meyling.com","name":"Michael Meyling"}],"excerpt":"This plugin exports Jenkins runtime job parameters into a properties file.","gav":"org.jenkins-ci.plugins:job-exporter:0.4","labels":["builder"],"name":"job-exporter","previousTimestamp":"2011-03-23T05:31:28.00Z","previousVersion":"0.3.1","releaseTimestamp":"2012-01-27T08:49:37.00Z","requiredCore":"1.433","scm":"https://github.com/jenkinsci/job-exporter-plugin","sha1":"2SC4lvJtUwtW5e6ImdSJafagjJk=","sha256":"K5B61YCVgpCMq9g2enPrY9Pk05eQUoNfbgNjNdYfQ6E=","title":"export dynamic job data","url":"http://updates.jenkins-ci.org/download/plugins/job-exporter/0.4/job-exporter.hpi","version":"0.4","wiki":"https://plugins.jenkins.io/job-exporter"},"job-fan-in":{"buildDate":"Jul 02, 2018","dependencies":[],"developers":[{"developerId":"yogeshlo","email":"lonkar.yogeshr@gmail.com","name":"Yogesh Lonkar"}],"excerpt":"This plugin allows to trigger build on downstream project after ALL upstream projects are build successfuly","gav":"org.jenkins-ci.plugins:job-fan-in:1.1.4","labels":["trigger"],"name":"job-fan-in","previousTimestamp":"2016-12-05T06:43:58.00Z","previousVersion":"1.1.3","releaseTimestamp":"2018-07-02T06:41:35.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/job-fan-in-plugin","sha1":"oChs5xl8SiBBZnMbeNLThOxI09w=","sha256":"BL7jefKhm7aFZs4ZR55VjAizTZUGxG4HsrP7pZCORik=","title":"JobFanIn","url":"http://updates.jenkins-ci.org/download/plugins/job-fan-in/1.1.4/job-fan-in.hpi","version":"1.1.4","wiki":"https://plugins.jenkins.io/job-fan-in"},"job-import-plugin":{"buildDate":"Mar 19, 2019","compatibleSinceVersion":"3.0","dependencies":[{"name":"apache-httpcomponents-client-4-api","optional":false,"version":"4.5.3-2.0"},{"name":"cloudbees-folder","optional":false,"version":"6.0.4"},{"name":"credentials","optional":false,"version":"2.1.13"}],"developers":[{"developerId":"jieryn","email":"jieryn@gmail.com","name":"Jesse Farinacci"},{"developerId":"escoem","email":"escoem@gmail.com","name":"Emilio Escobar"}],"excerpt":"The Job Import Plugin<\/a> lets you import jobs from another Jenkins instance.","gav":"org.jenkins-ci.plugins:job-import-plugin:3.2","labels":["misc"],"name":"job-import-plugin","previousTimestamp":"2019-01-24T22:31:05.00Z","previousVersion":"3.1","releaseTimestamp":"2019-03-19T15:48:28.00Z","requiredCore":"2.107.3","scm":"https://github.com/jenkinsci/job-import-plugin","sha1":"D9hvSjwwfMJmD4AJLP3uLQ1sb6M=","sha256":"QXhQYV+jBE0pAcvdUmFqaVVI1hkBxvN6K7rX6upSfGc=","title":"Job Import","url":"http://updates.jenkins-ci.org/download/plugins/job-import-plugin/3.2/job-import-plugin.hpi","version":"3.2","wiki":"https://plugins.jenkins.io/job-import-plugin"},"job-log-logger-plugin":{"buildDate":"Jan 17, 2012","dependencies":[],"developers":[{"developerId":"jieryn","email":"jieryn@gmail.com","name":"Jesse Farinacci"}],"excerpt":"The Job Log Logger Plugin<\/a> writes the job log to the underlying logging system.","gav":"org.jenkins-ci.plugins:job-log-logger-plugin:1.0","labels":["misc","buildwrapper"],"name":"job-log-logger-plugin","releaseTimestamp":"2012-01-17T05:14:22.00Z","requiredCore":"1.424","scm":"https://github.com/jenkinsci/job-log-logger-plugin","sha1":"ikHWj/fSsoafQKcxjIV9Ov5UOm0=","sha256":"i8JOwJj37a+yJ094wB54T/uixEOk2vASdGcEY6SRlRQ=","title":"Job Log Logger","url":"http://updates.jenkins-ci.org/download/plugins/job-log-logger-plugin/1.0/job-log-logger-plugin.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/job-log-logger-plugin"},"job-node-stalker":{"buildDate":"Dec 18, 2015","dependencies":[],"developers":[{"developerId":"fneves","email":"fabio.neves@datalex.com","name":"Fabio Neves"},{"developerId":"baris_batiege","email":"baris.batiege@datalex.com","name":"Baris Batiege"}],"excerpt":"Lets you configure jobs to run on the same node, and if desired the same workspace, as another job.","gav":"org.jenkins-ci.plugins:job-node-stalker:1.0.5","labels":["misc","buildwrapper","slaves","cluster"],"name":"job-node-stalker","previousTimestamp":"2013-09-13T08:17:57.00Z","previousVersion":"1.0.3","releaseTimestamp":"2015-12-18T09:49:47.00Z","requiredCore":"1.480.3","scm":"https://github.com/jenkinsci/job-node-stalker-plugin","sha1":"XBvg58q6O9h+uVYWQZnG/VRuTfc=","sha256":"r2LEoQXqcb+tJrZQTAokQ1ldkLqo52LALl+owU09WOs=","title":"Job Node Stalker","url":"http://updates.jenkins-ci.org/download/plugins/job-node-stalker/1.0.5/job-node-stalker.hpi","version":"1.0.5","wiki":"https://plugins.jenkins.io/job-node-stalker"},"job-parameter-summary":{"buildDate":"Jan 04, 2017","dependencies":[],"developers":[{"developerId":"ogondza","email":"ogondza@gmail.com","name":"Oliver Gondža"}],"excerpt":"","gav":"org.jenkins-ci.plugins:job-parameter-summary:0.5","labels":[],"name":"job-parameter-summary","previousTimestamp":"2017-01-04T09:43:34.00Z","previousVersion":"0.4","releaseTimestamp":"2017-01-04T09:45:25.00Z","requiredCore":"1.580","scm":"https://github.com/jenkinsci/job-parameter-summary-plugin","sha1":"aqchPtriEwF/V2KhNbnEXk1R2L4=","sha256":"4g/C+Z+AeiUtsIY9U+a0ebzLnNIBSldQf1TTlVuFT0c=","title":"Job Parameter Summary","url":"http://updates.jenkins-ci.org/download/plugins/job-parameter-summary/0.5/job-parameter-summary.hpi","version":"0.5","wiki":"https://plugins.jenkins.io/job-parameter-summary"},"job-poll-action-plugin":{"buildDate":"Mar 08, 2012","dependencies":[],"developers":[{"developerId":"jieryn","email":"jieryn@gmail.com","name":"Jesse Farinacci"}],"excerpt":"The Job Poll Action Plugin<\/a> provides an easy mechanism to force a job to poll for SCM changes.","gav":"org.jenkins-ci.plugins:job-poll-action-plugin:1.0","labels":["misc","trigger"],"name":"job-poll-action-plugin","releaseTimestamp":"2012-03-08T03:26:43.00Z","requiredCore":"1.424","scm":"https://github.com/jenkinsci/job-poll-action-plugin","sha1":"qehDx0VLMjyHlb/uULkO2hKvaxU=","sha256":"mUsMaTDe/3770eDPvRY1n9gETK6NRi45T5mLX0kbwug=","title":"Job Poll Action","url":"http://updates.jenkins-ci.org/download/plugins/job-poll-action-plugin/1.0/job-poll-action-plugin.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/job-poll-action-plugin"},"job-restrictions":{"buildDate":"Oct 06, 2018","dependencies":[],"developers":[{"developerId":"oleg_nenashev","email":"o.v.nenashev@gmail.com","name":"Oleg Nenashev"}],"excerpt":"Allows restricting execution of jobs on nodes depending on criterias like name pattern, ownership, etc. Also can restrict job triggering by other jobs and users.","gav":"com.synopsys.arc.jenkinsci.plugins:job-restrictions:0.8","labels":["misc","security"],"name":"job-restrictions","previousTimestamp":"2018-05-16T22:25:42.00Z","previousVersion":"0.7","releaseTimestamp":"2018-10-06T21:30:39.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/job-restrictions-plugin","sha1":"JX1C0jrCrFyZAWX1MgMeENqWtVk=","sha256":"Kd4irDwaQ+fVB3rKio8GPP7CFtuPJjpkMEvhQcfiaQo=","title":"Job Restrictions","url":"http://updates.jenkins-ci.org/download/plugins/job-restrictions/0.8/job-restrictions.hpi","version":"0.8","wiki":"https://plugins.jenkins.io/job-restrictions"},"job-strongauth-simple":{"buildDate":"Dec 17, 2012","dependencies":[],"developers":[{"developerId":"kkkon","name":"KK.Kon"}],"excerpt":"This plugin provides strong-auth for Jenkins job at execution.","gav":"org.jenkins-ci.plugins:job-strongauth-simple:0.5","labels":["builder"],"name":"job-strongauth-simple","previousTimestamp":"2012-12-08T01:47:15.00Z","previousVersion":"0.4","releaseTimestamp":"2012-12-17T02:58:21.00Z","requiredCore":"1.409","scm":"https://github.com/jenkinsci/job-strongauth-simple-plugin","sha1":"gwM1pQC1RLQKw7GCP8q6aYvfuh4=","sha256":"K5W0bQbSSC8yD5Qvb/LzwQrBvfWkYRLeeALkV2jT/vg=","title":"Job StrongAuthSimple","url":"http://updates.jenkins-ci.org/download/plugins/job-strongauth-simple/0.5/job-strongauth-simple.hpi","version":"0.5","wiki":"https://plugins.jenkins.io/job-strongauth-simple"},"jobConfigHistory":{"buildDate":"Aug 06, 2019","dependencies":[{"name":"maven-plugin","optional":true,"version":"3.0"}],"developers":[{"developerId":"stefanbrausch","email":"stefan.brausch@1und1.de","name":"Stefan Brausch"},{"developerId":"jochenafuerbacher","email":"jochen.fuerbacher@1und1.de","name":"Jochen A. Fuerbacher"},{"developerId":"mfriedenhagen","email":"mfriedenhagen@gmail.com","name":"Mirko Friedenhagen"},{"developerId":"kstutz","email":"kathi.stutz@1und1.de","name":"Kathi Stutz"},{"developerId":"boev","email":"iordan.boev@gmail.com","name":"Yordan Boev"},{"developerId":"robischulz","email":"robin.schulz@1und1.de","name":"Robin Schulz"}],"excerpt":"Job history plugin for Jenkins.","gav":"org.jenkins-ci.plugins:jobConfigHistory:2.23.1","labels":["ui","misc"],"minimumJavaVersion":"1.8","name":"jobConfigHistory","previousTimestamp":"2019-07-23T06:04:59.00Z","previousVersion":"2.23","releaseTimestamp":"2019-08-06T11:59:48.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/jobConfigHistory-plugin","sha1":"EWhbyF4uwcXR6S6QOgqHK9FO0/U=","sha256":"BPl4Z+7T+vvwzEVRceiudfF5EeScK7f21WqlF1rfLDk=","title":"Job Configuration History","url":"http://updates.jenkins-ci.org/download/plugins/jobConfigHistory/2.23.1/jobConfigHistory.hpi","version":"2.23.1","wiki":"https://plugins.jenkins.io/jobConfigHistory"},"jobcacher":{"buildDate":"Jan 23, 2017","dependencies":[{"name":"workflow-step-api","optional":true,"version":"1.7"},{"name":"aws-credentials","optional":false,"version":"1.16"},{"name":"aws-java-sdk","optional":false,"version":"1.10.16"},{"name":"credentials","optional":false,"version":"2.1.10"}],"developers":[{"developerId":"petehayes","name":"Pete Hayes"}],"excerpt":"This plugin enables caching of files on executors from one build to the next. This is helpful for builds that run on docker agents that start from a clean image and download external dependencies to cache folders such as gradle and maven.","gav":"org.jenkins-ci.plugins:jobcacher:1.0","labels":["buildwrapper","pipeline"],"name":"jobcacher","releaseTimestamp":"2017-01-23T21:10:41.00Z","requiredCore":"1.642.3","scm":"https://github.com/jenkinsci/jobcacher-plugin","sha1":"OsH1dZMknP5Ft+HOaLXdFTXV52c=","sha256":"wnQXS9TqVp4UlLLNMpXmEJVDAAhRseTHvHgk+UQN2WA=","title":"Job Cacher","url":"http://updates.jenkins-ci.org/download/plugins/jobcacher/1.0/jobcacher.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/jobcacher"},"jobcopy-builder":{"buildDate":"Jul 24, 2016","compatibleSinceVersion":"1.4.0","dependencies":[],"developers":[{"developerId":"ikedam","name":"IKEDA Yasuyuki"}],"excerpt":"Copy a job in build steps.","gav":"jp.ikedam.jenkins.plugins:jobcopy-builder:1.4.0","labels":["builder"],"name":"jobcopy-builder","previousTimestamp":"2015-05-24T02:53:48.00Z","previousVersion":"1.3.0","releaseTimestamp":"2016-07-24T01:51:39.00Z","requiredCore":"1.532","scm":"https://github.com/jenkinsci/jobcopy-builder-plugin","sha1":"+opVCguxSC3HnJ+E70e39pjZA4E=","sha256":"m2XOqpRxshrF92EzDW0bIAZ504M8BOsC+6E3BQLDiug=","title":"Jobcopy Builder","url":"http://updates.jenkins-ci.org/download/plugins/jobcopy-builder/1.4.0/jobcopy-builder.hpi","version":"1.4.0","wiki":"https://plugins.jenkins.io/jobcopy-builder"},"jobdelete-builder":{"buildDate":"Sep 23, 2015","dependencies":[],"developers":[{"developerId":"sona-tar","email":"sona.zip@gmail.com","name":"sona-tar"}],"excerpt":"Delete job in build step.","gav":"org.jenkins-ci.plugins:jobdelete-builder:1.0","labels":["builder"],"name":"jobdelete-builder","releaseTimestamp":"2015-09-23T12:28:15.00Z","requiredCore":"1.580.1","scm":"https://github.com/jenkinsci/jobdelete-builder-plugin","sha1":"Is8alZPcfwM1Yhu3vuqDwFsiNIw=","sha256":"wh9asMFmFEZA1JmBXqANwSkhX/+561v8FsMHT0MhrVc=","title":"JobDelete Builder","url":"http://updates.jenkins-ci.org/download/plugins/jobdelete-builder/1.0/jobdelete-builder.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/jobdelete-builder"},"jobgenerator":{"buildDate":"Apr 13, 2014","dependencies":[{"name":"conditional-buildstep","optional":false,"version":"1.2.2"},{"name":"run-condition","optional":false,"version":"0.10"},{"name":"parameterized-trigger","optional":false,"version":"2.18"},{"name":"token-macro","optional":false,"version":"1.7"}],"developers":[{"developerId":"syl20bnr","email":"sylvain.benner@gmail.com","name":"Sylvain Benner"}],"excerpt":"Generate job configurations.","gav":"org.jenkins-ci.plugins:jobgenerator:1.22","labels":["misc","parameter"],"name":"jobgenerator","previousTimestamp":"2014-02-16T05:06:07.00Z","previousVersion":"1.21","releaseTimestamp":"2014-04-13T22:52:16.00Z","requiredCore":"1.489","scm":"https://github.com/jenkinsci/jobgenerator-plugin","sha1":"D6LQdHWhkxALpHICElpfhtFkXvs=","sha256":"jtCQmOOdLhhRU+AUvqJGK7t4Ea1lbv2n5DXeaFYEqek=","title":"Job Generator","url":"http://updates.jenkins-ci.org/download/plugins/jobgenerator/1.22/jobgenerator.hpi","version":"1.22","wiki":"https://plugins.jenkins.io/jobgenerator"},"jobrequeue":{"buildDate":"Sep 08, 2016","dependencies":[],"developers":[{"developerId":"bwall","email":"bwall@openbwall.com","name":"Brian Wallace"}],"excerpt":"This plugin adds an option to jobs to allow them to be requeued in the case of failure.","gav":"org.jenkins-ci.plugins:jobrequeue:1.1","labels":["misc"],"name":"jobrequeue","previousTimestamp":"2013-04-17T18:05:07.00Z","previousVersion":"1.0","releaseTimestamp":"2016-09-08T20:55:11.00Z","requiredCore":"1.424","scm":"https://github.com/jenkinsci/jobrequeue-plugin","sha1":"Oo6nVNNFo/OQaAxzOfOmn0P44i0=","sha256":"7vG7ZJosW5N5m2dOyvbwqVMD9LGevsFNOVUgFr9yduw=","title":"Requeue Job","url":"http://updates.jenkins-ci.org/download/plugins/jobrequeue/1.1/jobrequeue.hpi","version":"1.1","wiki":"https://plugins.jenkins.io/jobrequeue"},"jobrevision":{"buildDate":"Jan 03, 2012","dependencies":[],"developers":[{"developerId":"gbois","name":"Gregory Boissinot"}],"excerpt":"This plugin allows you to set a revision for the Jenkins job. The job revision is available by the environment variable JOB_REVISION.","gav":"org.jenkins-ci.plugins:jobrevision:0.6","labels":["buildwrapper"],"name":"jobrevision","previousTimestamp":"2011-05-16T19:55:32.00Z","previousVersion":"0.5","releaseTimestamp":"2012-01-03T00:08:07.00Z","requiredCore":"1.410","scm":"https://github.com/jenkinsci/jobrevision-plugin","sha1":"q8lTZoa/FC+Yko0SuF7Abii8gYM=","sha256":"IRxR3Y1rgLpjLfsp24dAH5hA5VIhgLOAfiajR39r63w=","title":"Job Revision","url":"http://updates.jenkins-ci.org/download/plugins/jobrevision/0.6/jobrevision.hpi","version":"0.6","wiki":"https://plugins.jenkins.io/jobrevision"},"jobtemplates":{"buildDate":"Sep 26, 2013","dependencies":[],"developers":[{"developerId":"mklein","email":"michael.klein1@1und1.de","name":"Michael Klein"},{"developerId":"kstutz","email":"kathi.stutz@1und1.de","name":"Kathi Stutz"}],"excerpt":"This plugin is an example of how not to write a Jenkins plugin.","gav":"com.unitedinternet.jenkins.plugins.jobtemplates:jobtemplates:1.0","labels":[],"name":"jobtemplates","releaseTimestamp":"2013-09-26T13:05:11.00Z","requiredCore":"1.424.6","scm":"https://github.com/jenkinsci/jobtemplates-plugin","sha1":"h9+M3irKDIukcZYteq+3qs4O1NA=","sha256":"Wz3WXDLmIEO/76yxzQIBmRHQRqx5/U8bIH8aN7Nkzts=","title":"jobtemplates","url":"http://updates.jenkins-ci.org/download/plugins/jobtemplates/1.0/jobtemplates.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/jobtemplates"},"jobtype-column":{"buildDate":"Nov 21, 2012","dependencies":[],"developers":[{"developerId":"mindless","email":"alan.harder@gmail.com","name":"Alan Harder"},{"developerId":"jieryn","email":"jieryn@gmail.com","name":"Jesse Farinacci"}],"excerpt":"Column showing the job type that can be configured in views.","gav":"org.jenkins-ci.plugins:jobtype-column:1.3","labels":["listview-column"],"name":"jobtype-column","previousTimestamp":"2011-12-09T15:01:43.00Z","previousVersion":"1.2","releaseTimestamp":"2012-11-21T22:39:59.00Z","requiredCore":"1.465","scm":"https://github.com/jenkinsci/jobtype-column-plugin","sha1":"qysh5vJKwHhY17LMuR6H8y//vlg=","sha256":"db0BRkwopA6zk6i40O/FBNahzSCfrcnW986Q2xvREIE=","title":"Job Type Column","url":"http://updates.jenkins-ci.org/download/plugins/jobtype-column/1.3/jobtype-column.hpi","version":"1.3","wiki":"https://plugins.jenkins.io/jobtype-column"},"join":{"buildDate":"Jun 17, 2016","dependencies":[{"name":"parameterized-trigger","optional":true,"version":"2.26"},{"name":"maven-plugin","optional":true,"version":"2.12"},{"name":"downstream-ext","optional":true,"version":"1.7"},{"name":"flexible-publish","optional":true,"version":"0.15.2"},{"name":"matrix-project","optional":true,"version":"1.6"}],"developers":[{"developerId":"mdonohue","name":"Michael Donohue"},{"developerId":"wolfs","name":"Stefan Wolf"}],"excerpt":"Triggering a job after a group of jobs finish","gav":"org.jenkins-ci.plugins:join:1.21","labels":["trigger"],"name":"join","previousTimestamp":"2016-06-10T04:17:17.00Z","previousVersion":"1.20","releaseTimestamp":"2016-06-17T05:00:14.00Z","requiredCore":"1.600","scm":"https://github.com/jenkinsci/join-plugin","sha1":"1Q91v6jo5DatFXuYNtZ4gP8NE0s=","sha256":"yD4OftbwxoDpXSkC024KyJwxNpwdf1paXFJfrKCWQ88=","title":"Join","url":"http://updates.jenkins-ci.org/download/plugins/join/1.21/join.hpi","version":"1.21","wiki":"https://plugins.jenkins.io/join"},"jprt":{"buildDate":"Jun 06, 2013","dependencies":[],"developers":[{"developerId":"kohsuke","email":"kk@kohsuke.org","name":"Kohsuke Kawaguchi"},{"developerId":"jieryn","email":"jieryn@gmail.com","name":"Jesse Farinacci"}],"excerpt":"This plugin makes Hudson capable of monitoring external JPRT system as a job on Hudson.","gav":"org.jenkins-ci.plugins:jprt:1.1","labels":[],"name":"jprt","previousTimestamp":"2011-11-04T17:25:51.00Z","previousVersion":"1.0","releaseTimestamp":"2013-06-06T10:16:13.00Z","requiredCore":"1.409","scm":"https://github.com/jenkinsci/jprt-plugin","sha1":"MJn8gnI1OLqcJmW1O4LRDz88RAk=","sha256":"ylkdxW8EQZ6QKuurTMNCXJ/Ob2dfkfS9pTdK0GezQtk=","title":"JPRT","url":"http://updates.jenkins-ci.org/download/plugins/jprt/1.1/jprt.hpi","version":"1.1","wiki":"https://plugins.jenkins.io/jprt"},"jqs-monitoring":{"buildDate":"Oct 07, 2013","dependencies":[],"developers":[{"developerId":"stefanbrausch","email":"stefan.brausch@1und1.de","name":"Stefan Brausch"},{"developerId":"boev","email":"iordan.boev@gmail.com","name":"Yordan Boev"}],"excerpt":"This plugin shows different information about the queue, slaves and jobs in jenkins.","gav":"org.jenkins-ci.plugins:jqs-monitoring:1.4","labels":["ui"],"name":"jqs-monitoring","previousTimestamp":"2013-07-19T11:29:16.00Z","previousVersion":"1.3","releaseTimestamp":"2013-10-07T09:43:35.00Z","requiredCore":"1.505","scm":"https://github.com/jenkinsci/jqs-monitoring-plugin","sha1":"eRwqE9AFD5LJzkeJwl2DdcPZyHc=","sha256":"v59KqWXSJcfQYzMDVWqlFUtqzwXr93segphtjgauDL4=","title":"Job/Queue/Slaves Monitoring","url":"http://updates.jenkins-ci.org/download/plugins/jqs-monitoring/1.4/jqs-monitoring.hpi","version":"1.4","wiki":"https://plugins.jenkins.io/jqs-monitoring"},"jquery":{"buildDate":"Aug 21, 2019","dependencies":[],"developers":[{"developerId":"kiy0taka","name":"Kiyotaka Oku"},{"developerId":"kohsuke","name":"Kohsuke Kawaguchi"}],"excerpt":"This plugin provides an stable version of jQuery Javascript Library","gav":"org.jenkins-ci.plugins:jquery:1.12.4-1","labels":["ui","library"],"minimumJavaVersion":"1.8","name":"jquery","previousTimestamp":"2017-10-04T16:09:11.00Z","previousVersion":"1.12.4-0","releaseTimestamp":"2019-08-21T17:40:00.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/jquery-plugin","sha1":"N8e8gvfJF3ycSkd6e63hsiq6YNY=","sha256":"pobCmMth4V2dAjQIdXrI37k+DVn/QPyAsLW396bGSL4=","title":"jQuery","url":"http://updates.jenkins-ci.org/download/plugins/jquery/1.12.4-1/jquery.hpi","version":"1.12.4-1","wiki":"https://plugins.jenkins.io/jquery"},"jquery-detached":{"buildDate":"Mar 03, 2016","dependencies":[],"developers":[{"developerId":"tfennelly"}],"excerpt":"JavaScript GUI Lib: jQuery bundles (jQuery and jQuery UI) plugin.","gav":"org.jenkins-ci.ui:jquery-detached:1.2.1","labels":[],"name":"jquery-detached","previousTimestamp":"2015-12-15T15:15:15.00Z","previousVersion":"1.2","releaseTimestamp":"2016-03-03T12:06:57.00Z","requiredCore":"1.580.1","scm":"https://github.com/jenkinsci/jquery-detached","sha1":"vuqbKZ3z2kJ78+Nc90ySO72bN9g=","sha256":"oFJzzSDBFVf/y33LdRUPIdNdyL4oNVVIuDHClg1/EcA=","title":"JavaScript GUI Lib: jQuery bundles (jQuery and jQuery UI)","url":"http://updates.jenkins-ci.org/download/plugins/jquery-detached/1.2.1/jquery-detached.hpi","version":"1.2.1","wiki":"https://plugins.jenkins.io/jquery-detached"},"jquery-ui":{"buildDate":"Feb 27, 2011","dependencies":[{"name":"jquery","optional":false,"version":"1.0.2"}],"developers":[{"developerId":"kiy0taka","name":"Kiyotaka Oku"}],"excerpt":"This plugin allows you to use jQuery UI on view descriptions.","gav":"org.jenkins-ci.plugins:jquery-ui:1.0.2","labels":["ui"],"name":"jquery-ui","previousTimestamp":"2011-02-22T12:37:51.00Z","previousVersion":"1.0.1","releaseTimestamp":"2011-02-27T17:16:37.00Z","requiredCore":"1.398","scm":"https://github.com/jenkinsci/jquery-ui-plugin","sha1":"ViCgK4dU7QhkDfxlrK5m2Bw89og=","sha256":"2Iv/beMcxF+jtSOqHZZ8pdpQNu0WpPB1QR6xoOBR4dE=","title":"jQuery UI","url":"http://updates.jenkins-ci.org/download/plugins/jquery-ui/1.0.2/jquery-ui.hpi","version":"1.0.2","wiki":"https://plugins.jenkins.io/jquery-ui"},"jsch":{"buildDate":"Jul 29, 2019","dependencies":[{"name":"ssh-credentials","optional":false,"version":"1.14"}],"developers":[{"developerId":"ljader","name":"Lukasz Jader"},{"developerId":"zregvart","name":"Zoran Regvart"},{"developerId":"bpedman","name":"Brandon Pedersen"},{"developerId":"oleg_nenashev","name":"Oleg Nenashev"},{"developerId":"dnusbaum","name":"Devin Nusbaum"}],"excerpt":"Jenkins plugin that brings the JSch library as a plugin dependency, and provides an SSHAuthenticatorFactory for using JSch with the ssh-credentials plugin.","gav":"org.jenkins-ci.plugins:jsch:0.1.55.1","labels":["misc","library"],"minimumJavaVersion":"1.8","name":"jsch","previousTimestamp":"2019-01-09T18:46:51.00Z","previousVersion":"0.1.55","releaseTimestamp":"2019-07-29T20:54:31.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/jsch-plugin","sha1":"hMhDUDyT2H6oeNsYdwzboV8jzJg=","sha256":"k0FRYA3UKwOY6IH7unBlbDj9am8SqHTSP8jcNeNxxNQ=","title":"JSch dependency","url":"http://updates.jenkins-ci.org/download/plugins/jsch/0.1.55.1/jsch.hpi","version":"0.1.55.1","wiki":"https://plugins.jenkins.io/jsch"},"jsgames":{"buildDate":"Aug 05, 2011","dependencies":[],"developers":[{"developerId":"cliffano","email":"blah@cliffano.com","name":"Cliffano Subagio"}],"excerpt":"Play some JavaScript games from the comfort of your Jenkins instance.","gav":"org.jenkins-ci.plugins:jsgames:0.2","labels":[],"name":"jsgames","releaseTimestamp":"2011-08-05T22:37:17.00Z","requiredCore":"1.398","scm":"https://github.com/jenkinsci/jsgames-plugin","sha1":"Hf5Xs8mph2L8KMF/J8MMt6nsgdk=","sha256":"bAg/5yVgM1L1N+H1ffFLK9zMYyYTYZTkoIpHsPc2cPg=","title":"JSGames","url":"http://updates.jenkins-ci.org/download/plugins/jsgames/0.2/jsgames.hpi","version":"0.2","wiki":"https://plugins.jenkins.io/jsgames"},"jslint":{"buildDate":"Jul 15, 2013","dependencies":[],"developers":[{"developerId":"gavd","email":"gavin.davies@boxuk.com","name":"Gavin Davies"}],"excerpt":"JSLint<\/a> plugin that allows you to run a sensible subset of jslint rules against your project. You can include and exclude files and specify an output file. Outputs in the CheckStyle<\/a> format so you can integrate the JSLint results right into your build! You should probably use the Checkstyle plugin<\/a> to include the jslint results in your Jenkins project, Produced by Box UK<\/a>","gav":"org.jenkins-ci.plugins:jslint:0.8.2","labels":[],"name":"jslint","previousTimestamp":"2013-04-19T12:23:37.00Z","previousVersion":"0.8.0","releaseTimestamp":"2013-07-15T15:44:32.00Z","requiredCore":"1.523","scm":"https://github.com/jenkinsci/jslint-jenkins-plugin","sha1":"TJHg3tCXeHwRnRnMkUYLFZ7at+k=","sha256":"SD8q5TA4PZIa/ixYCC+APt8YFk9j8MpaJdVr3YPINqg=","title":"Box UK - JSLint","url":"http://updates.jenkins-ci.org/download/plugins/jslint/0.8.2/jslint.hpi","version":"0.8.2","wiki":"https://plugins.jenkins.io/jslint"},"jsoup":{"buildDate":"Oct 23, 2017","dependencies":[],"developers":[{"developerId":"stephenc","name":"Stephen Connolly"}],"excerpt":"This plugin provides a shared dependency on the jsoup library so that other plugins can co-operate when using this library.","gav":"org.jenkins-ci.plugins:jsoup:1.10.3","labels":[],"name":"jsoup","previousTimestamp":"2012-09-17T15:38:58.00Z","previousVersion":"1.6.3","releaseTimestamp":"2017-10-23T23:50:38.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/jsoup-plugin","sha1":"pZwHmkh4IOF0OrLF+TwlTzPWO78=","sha256":"ypplyILhkBvfJYikyeefMN+qovgzbQQNGE/nyPoPFnU=","title":"JSoup","url":"http://updates.jenkins-ci.org/download/plugins/jsoup/1.10.3/jsoup.hpi","version":"1.10.3","wiki":"https://plugins.jenkins.io/jsoup"},"jsunit":{"buildDate":"Aug 14, 2014","dependencies":[{"name":"xunit","optional":false,"version":"1.90"}],"developers":[{"developerId":"ricktw","email":"r.oosterholt@gmail.com","name":"Rick Oosterholt"},{"developerId":"gbois","email":"gregory.boissinot@gmail.com","name":"Gregory Boissinot"}],"excerpt":"","gav":"org.jenkins-ci.plugins:jsunit:1.6","labels":["report"],"name":"jsunit","previousTimestamp":"2011-05-15T21:27:17.00Z","previousVersion":"1.5","releaseTimestamp":"2014-08-14T15:58:33.00Z","requiredCore":"1.532.1","scm":"https://github.com/jenkinsci/jsunit-plugin","sha1":"LF++W+3THwF6j6bWhSCubfFLBhc=","sha256":"yUo8Pi7JrfEs6ygznuqL2K2wtASZ7ol9W4A6zFRJ7tM=","title":"JSUnit","url":"http://updates.jenkins-ci.org/download/plugins/jsunit/1.6/jsunit.hpi","version":"1.6","wiki":"https://plugins.jenkins.io/jsunit"},"jswidgets":{"buildDate":"Apr 27, 2013","dependencies":[],"developers":[{"developerId":"mfriedenhagen","email":"mfriedenhagen@gmail.com","name":"Mirko Friedenhagen"}],"excerpt":"Allows embedding various statistics available from Jenkins in your via javascript-snippets ala ohloh.net. See JSWidgets+Plugin<\/a>.","gav":"org.jenkins-ci.plugins:jswidgets:1.10","labels":["ui"],"name":"jswidgets","previousTimestamp":"2012-06-15T19:20:27.00Z","previousVersion":"1.9","releaseTimestamp":"2013-04-27T20:37:33.00Z","requiredCore":"1.480.3","scm":"https://github.com/jenkinsci/jswidgets-plugin","sha1":"dtLOjHyljDTfnYHBZuyTHXdb7ys=","sha256":"i/15nmtxr/CuTp0Pr8aTPnZl3fHKy8LaWPx03CVwRkU=","title":"Javascript Widgets","url":"http://updates.jenkins-ci.org/download/plugins/jswidgets/1.10/jswidgets.hpi","version":"1.10","wiki":"https://plugins.jenkins.io/jswidgets"},"jucies":{"buildDate":"Oct 03, 2016","dependencies":[],"developers":[{"developerId":"bsideup","email":"bsideup@gmail.com","name":"Sergei Egorov"}],"excerpt":"Adds Jucies Update Center that provides plugins distributed in more flexible way.","gav":"org.jenkins-ci.plugins:jucies:0.2.1","labels":[],"name":"jucies","previousTimestamp":"2016-05-26T06:13:03.00Z","previousVersion":"0.2.0","releaseTimestamp":"2016-10-03T12:23:29.00Z","requiredCore":"1.609.3","sha1":"82fhRnWdkr9qNb2UnUZqZVFab5s=","sha256":"mIRVGb24zAlp2Ez1q5CWrZYKOcAmen2/hoVzYYHvk9M=","title":"Jucies Update Center","url":"http://updates.jenkins-ci.org/download/plugins/jucies/0.2.1/jucies.hpi","version":"0.2.1","wiki":"https://plugins.jenkins.io/jucies"},"junit":{"buildDate":"May 14, 2019","dependencies":[{"name":"workflow-api","optional":false,"version":"2.34"},{"name":"workflow-step-api","optional":false,"version":"2.19"},{"name":"script-security","optional":false,"version":"1.56"},{"name":"structs","optional":false,"version":"1.17"}],"developers":[{"developerId":"dnusbaum"}],"excerpt":"Allows JUnit-format test results to be published.","gav":"org.jenkins-ci.plugins:junit:1.28","labels":["report"],"minimumJavaVersion":"1.8","name":"junit","previousTimestamp":"2019-02-08T08:33:28.00Z","previousVersion":"1.27","releaseTimestamp":"2019-05-14T18:34:56.00Z","requiredCore":"2.138.4","scm":"https://github.com/jenkinsci/junit-plugin","sha1":"MHPvr0o4jhv7teV1kwg/4iXY2so=","sha256":"pHHIB3a5aExO6RZM5R4BuYca9mS9/OE7ETIAIN3CXzM=","title":"JUnit","url":"http://updates.jenkins-ci.org/download/plugins/junit/1.28/junit.hpi","version":"1.28","wiki":"https://plugins.jenkins.io/junit"},"junit-attachments":{"buildDate":"Aug 20, 2019","dependencies":[{"name":"jquery","optional":false,"version":"1.11.2-1"},{"name":"junit","optional":false,"version":"1.14"}],"developers":[{"developerId":"huybrechts","name":"Tom Huybrechts"},{"developerId":"orrc","email":"chris@orr.me.uk","name":"Christopher Orr"}],"excerpt":"The Jenkins Plugins Parent POM Project","gav":"org.jenkins-ci.plugins:junit-attachments:1.6","labels":["report"],"minimumJavaVersion":"1.8","name":"junit-attachments","previousTimestamp":"2018-02-22T19:19:35.00Z","previousVersion":"1.5","releaseTimestamp":"2019-08-20T00:09:28.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/junit-attachments-plugin","sha1":"65UTTaUdgLm5A0Pysya2SGYNK3Y=","sha256":"b+Iho8mxxdaH+/GreJwYE4A9L1DXHoK87ukSHB6zy8s=","title":"JUnit Attachments","url":"http://updates.jenkins-ci.org/download/plugins/junit-attachments/1.6/junit-attachments.hpi","version":"1.6","wiki":"https://plugins.jenkins.io/junit-attachments"},"junit-realtime-test-reporter":{"buildDate":"Apr 06, 2018","dependencies":[{"name":"maven-plugin","optional":true,"version":"3.0"},{"name":"workflow-api","optional":false,"version":"2.22"},{"name":"workflow-step-api","optional":false,"version":"2.13"},{"name":"workflow-support","optional":false,"version":"2.14"},{"name":"credentials","optional":false,"version":"2.1.11"},{"name":"junit","optional":false,"version":"1.24"},{"name":"mailer","optional":false,"version":"1.20"},{"name":"matrix-project","optional":false,"version":"1.4.1"},{"name":"scm-api","optional":false,"version":"2.2.1"},{"name":"script-security","optional":false,"version":"1.33"},{"name":"structs","optional":false,"version":"1.10"}],"developers":[{"developerId":"ogondza","email":"ogondza@gmail.com","name":"Oliver Gondža"}],"excerpt":"","gav":"org.jenkins-ci.plugins:junit-realtime-test-reporter:0.6","labels":[],"name":"junit-realtime-test-reporter","previousTimestamp":"2017-10-06T08:49:34.00Z","previousVersion":"0.5","releaseTimestamp":"2018-04-06T07:45:33.00Z","requiredCore":"2.32.3","scm":"https://github.com/jenkinsci/junit-realtime-test-reporter","sha1":"fmvW3t3edUBv2JjrBxBG39pIkNQ=","sha256":"UgZit2XGH3+jtxQUBlXEC7IKOraNWMKd1ltEyRTkQg4=","title":"JUnit Realtime Test Reporter","url":"http://updates.jenkins-ci.org/download/plugins/junit-realtime-test-reporter/0.6/junit-realtime-test-reporter.hpi","version":"0.6","wiki":"https://plugins.jenkins.io/junit-realtime-test-reporter"},"jwt-support":{"buildDate":"Jul 19, 2018","dependencies":[{"name":"jackson2-api","optional":false,"version":"2.8.7.0"},{"name":"mailer","optional":false,"version":"1.21"}],"developers":[{"developerId":"agentgonzo","name":"Steve Arch"},{"developerId":"vivek","name":"Vivek Pandey"}],"excerpt":"JWT-Support plugin: Enables JWT based API authentication","gav":"io.jenkins.plugins:jwt-support:0.5","labels":[],"name":"jwt-support","releaseTimestamp":"2018-07-19T14:24:34.00Z","requiredCore":"2.60.1","scm":"https://github.com/jenkinsci/jwt-support-plugin","sha1":"eQiXXKPrO6J8joSqfHPvrUBhd0k=","sha256":"qkRzbGAWUf4OBid8mejffUSVzPj6sElyfUhJ2hNdhaM=","title":"JWT Support","url":"http://updates.jenkins-ci.org/download/plugins/jwt-support/0.5/jwt-support.hpi","version":"0.5","wiki":"https://plugins.jenkins.io/jwt-support"},"jx-pipelines":{"buildDate":"Jan 21, 2018","dependencies":[{"name":"workflow-aggregator","optional":false,"version":"2.5"},{"name":"workflow-api","optional":false,"version":"2.22"},{"name":"workflow-cps","optional":false,"version":"2.41"},{"name":"workflow-durable-task-step","optional":false,"version":"2.17"},{"name":"workflow-job","optional":false,"version":"2.11"},{"name":"workflow-scm-step","optional":false,"version":"2.6"},{"name":"workflow-step-api","optional":false,"version":"2.14"},{"name":"workflow-support","optional":false,"version":"2.16"},{"name":"credentials","optional":false,"version":"2.1.14"},{"name":"durable-task","optional":false,"version":"1.16"},{"name":"git","optional":false,"version":"3.6.4"},{"name":"script-security","optional":false,"version":"1.35"},{"name":"structs","optional":false,"version":"1.10"},{"name":"pipeline-model-extensions","optional":false,"version":"1.2.6"}],"developers":[{"developerId":"committers","email":"jenkins-x@googlegroups.com","name":"Jenkins X Development Team"}],"excerpt":"This provides simple build DSLs for Jenkins Pipelines.","gav":"org.jenkins-ci.plugins:jx-pipelines:1.0.15","labels":[],"name":"jx-pipelines","releaseTimestamp":"2018-01-21T18:21:34.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/jx-pipelines-plugin","sha1":"xfyrQXgNsB9CX8o9IWIuniI73bk=","sha256":"FNQPtDBvvivtHZCPAr4nuI+dc0tNnI19fuhqL2PO+Wc=","title":"JX Pipelines","url":"http://updates.jenkins-ci.org/download/plugins/jx-pipelines/1.0.15/jx-pipelines.hpi","version":"1.0.15","wiki":"https://plugins.jenkins.io/jx-pipelines"},"jx-resources":{"buildDate":"Jun 06, 2019","dependencies":[{"name":"pipeline-rest-api","optional":false,"version":"2.9"},{"name":"workflow-api","optional":false,"version":"2.22"},{"name":"workflow-cps","optional":false,"version":"2.41"},{"name":"workflow-job","optional":false,"version":"2.15"},{"name":"git","optional":false,"version":"3.6.4"}],"developers":[{"developerId":"geeks","name":"Jenkins X Development Team"}],"excerpt":"A plugin which uses Kubernetes Resources for storage of pipeline state.","gav":"org.jenkins-ci.plugins:jx-resources:1.0.37","labels":[],"minimumJavaVersion":"1.8","name":"jx-resources","previousTimestamp":"2019-04-16T13:35:13.00Z","previousVersion":"1.0.36","releaseTimestamp":"2019-06-06T13:41:35.00Z","requiredCore":"2.73.3","scm":"https://github.com/jenkinsci/jx-resources-plugin","sha1":"UdBORqs8sid1Nn8INIZnL1ScBrk=","sha256":"ZgT2cRweMNgUiKI2ywXD7DwjpIhkEs7dQKAsKBa55Bk=","title":"JX Resources","url":"http://updates.jenkins-ci.org/download/plugins/jx-resources/1.0.37/jx-resources.hpi","version":"1.0.37","wiki":"https://plugins.jenkins.io/jx-resources"},"jython":{"buildDate":"Dec 20, 2011","dependencies":[],"developers":[{"developerId":"jackgene","email":"jackgene@java.net","name":"Jack Leow"},{"developerId":"rtyler","email":"tyler@slide.com","name":"R. Tyler Ballance"}],"excerpt":"Adds the ability to execute Jython script as a build step in free-style software projects from within the JVM.","gav":"org.jvnet.hudson.plugins:jython:1.9","labels":["builder"],"name":"jython","previousTimestamp":"2011-12-16T08:37:02.00Z","previousVersion":"1.8","releaseTimestamp":"2011-12-20T08:52:02.00Z","requiredCore":"1.377","scm":"https://github.com/jenkinsci/jython-plugin","sha1":"9U3sTmSg5s5Rwr+HmV+CdVMQ0Qs=","sha256":"EdiZf7lhxJP6vJ6mw44dPcprJQWx6qCirULgdJM46Bg=","title":"Jython","url":"http://updates.jenkins-ci.org/download/plugins/jython/1.9/jython.hpi","version":"1.9","wiki":"https://plugins.jenkins.io/jython"},"kafkalogs":{"buildDate":"Jan 18, 2018","dependencies":[{"name":"structs","optional":false,"version":"1.10"}],"developers":[{"developerId":"trevorlinton","email":"trevor.linton@octanner.com","name":"Trevor Linton"}],"excerpt":"Distributes Build Logs to Kafka Servers","gav":"org.jenkins-ci.plugins:kafkalogs:0.1.6","labels":[],"name":"kafkalogs","releaseTimestamp":"2018-01-18T20:42:46.00Z","requiredCore":"2.89.2","scm":"https://github.com/jenkinsci/kafkalogs-plugin","sha1":"zpai/mJ21mE995d5u8tzRBx+t7g=","sha256":"ueBsk+p1yddX28Z4yv2PrOuQKsebAZMatlSkdn2ucw0=","title":"Kafka Logs","url":"http://updates.jenkins-ci.org/download/plugins/kafkalogs/0.1.6/kafkalogs.hpi","version":"0.1.6","wiki":"https://plugins.jenkins.io/kafkalogs"},"kanboard":{"buildDate":"Sep 25, 2018","dependencies":[{"name":"plain-credentials","optional":false,"version":"1.1"},{"name":"token-macro","optional":false,"version":"2.0"},{"name":"credentials","optional":false,"version":"1.25"}],"developers":[{"developerId":"mably","email":"masurel@mably.com","name":"Francois Masurel"}],"excerpt":"This plugin allows to create or update a Kanboard task as a post-build action, to trigger a build when a task is created or moved, and to fetch a task and its attachments as a build step.","gav":"org.jenkins-ci.plugins:kanboard:1.5.11","labels":["notifier"],"name":"kanboard","previousTimestamp":"2018-09-25T13:43:10.00Z","previousVersion":"1.5.10","releaseTimestamp":"2018-09-25T14:38:04.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/kanboard-plugin","sha1":"5+gAGnegAFBSwTtFyinzqavcT2c=","sha256":"99uKwBStZLXKDMbWoaGd4i9nIis60SKy1Zdly34PKCg=","title":"Kanboard","url":"http://updates.jenkins-ci.org/download/plugins/kanboard/1.5.11/kanboard.hpi","version":"1.5.11","wiki":"https://plugins.jenkins.io/kanboard"},"karaf-build-step":{"buildDate":"Nov 30, 2017","dependencies":[],"developers":[{"developerId":"jgalego","email":"jgalego1990@gmail.com","name":"João Galego"}],"excerpt":"Execute Karaf commands from a file or a script","gav":"org.jenkins-ci.plugins:karaf-build-step:1.2","labels":[],"name":"karaf-build-step","previousTimestamp":"2017-11-30T08:50:46.00Z","previousVersion":"1.1","releaseTimestamp":"2017-11-30T10:33:37.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/karaf-build-step-plugin","sha1":"fOvJrdG2qM8070X9bfpNLipracM=","sha256":"TS/7SBddKLl8DYs4DbAeUop6tv29lxrBpi8e5ApZ6tw=","title":"Karaf Build Step","url":"http://updates.jenkins-ci.org/download/plugins/karaf-build-step/1.2/karaf-build-step.hpi","version":"1.2","wiki":"https://plugins.jenkins.io/karaf-build-step"},"katalon":{"buildDate":"May 22, 2019","dependencies":[{"name":"junit","optional":false,"version":"1.20"}],"developers":[{"developerId":"devalex88","email":"dev.alex.88@gmail.com","name":"Alex"}],"excerpt":"Execute Katalon Studio in Jenkins","gav":"org.jenkins-ci.plugins:katalon:1.0.11","labels":[],"name":"katalon","previousTimestamp":"2019-05-12T04:54:22.00Z","previousVersion":"1.0.10","releaseTimestamp":"2019-05-22T08:50:42.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/katalon-plugin","sha1":"ZpkylbYQIW329DGo7KfeT/PGP1Q=","sha256":"xOrGxzheRAHRqMvgcyhqL9UnITJ7bwruJF7MUCohP4E=","title":"Katalon Studio","url":"http://updates.jenkins-ci.org/download/plugins/katalon/1.0.11/katalon.hpi","version":"1.0.11","wiki":"https://plugins.jenkins.io/katalon"},"keep-slave-disconnected":{"buildDate":"Sep 25, 2014","dependencies":[],"developers":[{"developerId":"nicolas"}],"excerpt":"This plugin adds a new slave retention strategy that does not reconnect if the node is temporarily marked offline by the user.","gav":"org.jenkins-ci.plugins:keep-slave-disconnected:1.0","labels":[],"name":"keep-slave-disconnected","releaseTimestamp":"2014-09-25T08:55:31.00Z","requiredCore":"1.509.4","scm":"https://github.com/jenkinsci/keep-slave-disconnected-plugin","sha1":"LdyHpsCD5hLADY5WaimykSKfZ2I=","sha256":"E7vJooryznqyz+Nh8owwCuMQSTTTfu9GLsRzCDQJLLw=","title":"Keep Offline Slaves Disconnected Retention Strategy","url":"http://updates.jenkins-ci.org/download/plugins/keep-slave-disconnected/1.0/keep-slave-disconnected.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/keep-slave-disconnected"},"keepSlaveOffline":{"buildDate":"Feb 10, 2011","dependencies":[],"developers":[{"developerId":"vjuranek","name":"Vojtech Juranek"}],"excerpt":"This plugin is a sample plugin to explain how to write a Hudson plugin.","gav":"hudson.plugins.keepSlaveOffline:keepSlaveOffline:1.0","labels":["slaves"],"name":"keepSlaveOffline","releaseTimestamp":"2011-02-10T13:27:15.00Z","requiredCore":"1.391","scm":"https://github.com/jenkinsci/keep-slave-offline","sha1":"AX3TuzSE9BNUo5wiCbdqbPQXDkA=","sha256":"f9FpPVZB8tjS24jqBVlzb71/n3Smhz9MXTEjRQPiU/k=","title":"keepSlaveOffline","url":"http://updates.jenkins-ci.org/download/plugins/keepSlaveOffline/1.0/keepSlaveOffline.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/keepSlaveOffline"},"kerberos-sso":{"buildDate":"Aug 05, 2019","dependencies":[{"name":"configuration-as-code","optional":false,"version":"1.12"}],"developers":[{"developerId":"fredrikpersson","email":"fredrik6.persson@sonymobile.com","name":"Fredrik Persson"},{"developerId":"joakim_ahle","email":"joakim.ahle@sonymobile.com","name":"Joakim Ahle"},{"developerId":"rsandell","email":"robert.sandell@sonymobile.com","name":"Robert Sandell"},{"developerId":"t_westling","email":"tomas.westling@sonymobile.com","name":"Tomas Westling"},{"developerId":"olivergondza","email":"ogondza@gmail.com","name":"Oliver Gondža"}],"excerpt":"","gav":"com.sonymobile.jenkins.plugins.kerberos-sso:kerberos-sso:1.6","labels":["user","security"],"minimumJavaVersion":"1.8","name":"kerberos-sso","previousTimestamp":"2019-02-14T13:00:05.00Z","previousVersion":"1.5","releaseTimestamp":"2019-08-05T09:32:10.00Z","requiredCore":"2.150.2","scm":"https://github.com/jenkinsci/kerberos-sso-plugin","sha1":"JzrkWiA4eUHQQGZ2jQLdslCW0VI=","sha256":"mOf1I646sygUJIHEc92kGi4+bV6qJq175FV3VWvgsZQ=","title":"Kerberos SSO","url":"http://updates.jenkins-ci.org/download/plugins/kerberos-sso/1.6/kerberos-sso.hpi","version":"1.6","wiki":"https://plugins.jenkins.io/kerberos-sso"},"keyboard-shortcuts-plugin":{"buildDate":"Aug 28, 2019","dependencies":[],"developers":[{"developerId":"jieryn","email":"jieryn@gmail.com","name":"Jesse Farinacci"}],"excerpt":"The Keyboard Shortcuts Plugin <\/a> provides keyboard shortcuts to quickly navigate and manage Jenkins<\/a>.","gav":"org.jenkins-ci.plugins:keyboard-shortcuts-plugin:1.4","labels":["misc","ui"],"minimumJavaVersion":"1.8","name":"keyboard-shortcuts-plugin","previousTimestamp":"2019-06-10T10:21:13.00Z","previousVersion":"1.3","releaseTimestamp":"2019-08-28T23:56:51.00Z","requiredCore":"2.173","scm":"https://github.com/jenkinsci/keyboard-shortcuts-plugin","sha1":"rpjREKnUAQWtnawD1SagkE19zYc=","sha256":"1oSN3RGn8El9ehr8tXgn0NiGxPHo+xUKP7+vjf5yY+c=","title":"Keyboard Shortcuts","url":"http://updates.jenkins-ci.org/download/plugins/keyboard-shortcuts-plugin/1.4/keyboard-shortcuts-plugin.hpi","version":"1.4","wiki":"https://plugins.jenkins.io/keyboard-shortcuts-plugin"},"keycloak":{"buildDate":"Jan 20, 2019","compatibleSinceVersion":"1.93","dependencies":[{"name":"mailer","optional":false,"version":"1.4"}],"developers":[{"developerId":"devlauer","email":"dev.lauer@elnarion.de","name":"Lauer"},{"developerId":"mnadeem","email":"coolmind182006@gmail.com","name":"Mohammad Nadeem"},{"name":"Thorsten (askannon)"}],"excerpt":"This is the authentication plugin using keycloak OAuth.","gav":"org.jenkins-ci.plugins:keycloak:2.3.0","labels":[],"name":"keycloak","previousTimestamp":"2018-03-11T15:04:55.00Z","previousVersion":"2.2.0","releaseTimestamp":"2019-01-20T14:58:40.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/jenkins-keycloak-plugin","sha1":"5E8zqotu7PqfObvHCdDKvRwXGT8=","sha256":"VoPmKGRUeEm5YVJWfcOGGq3P5hwLYLSGdENCuAkpnyQ=","title":"Keycloak Authentication","url":"http://updates.jenkins-ci.org/download/plugins/keycloak/2.3.0/keycloak.hpi","version":"2.3.0","wiki":"https://plugins.jenkins.io/keycloak"},"kiuwanJenkinsPlugin":{"buildDate":"Jun 05, 2019","dependencies":[],"developers":[{"developerId":"jptejela","name":"Juan Pablo"},{"developerId":"kwjsalado","email":"javier.salado@kiuwan.com","name":"Javier Salado"},{"developerId":"gsimmross","email":"guillermo.simmross@kiuwan.com","name":"Guillermo Simmross"}],"excerpt":"This plugin integrates Kiuwan<\/a> -the cloud static analysis service- to Jenkins.","gav":"org.jenkins-ci.plugins:kiuwanJenkinsPlugin:1.5.2","labels":["external","post-build"],"name":"kiuwanJenkinsPlugin","previousTimestamp":"2019-02-07T16:17:10.00Z","previousVersion":"1.5.1","releaseTimestamp":"2019-06-05T14:03:19.00Z","requiredCore":"1.579","scm":"https://github.com/jenkinsci/kiuwan-plugin","sha1":"8LVNKZziMArIXL1pYEkw0XBWod4=","sha256":"24qrHF0NvikXLuddD+1f4Ey1F1HzwvVO95W2DrMzrLs=","title":"Kiuwan","url":"http://updates.jenkins-ci.org/download/plugins/kiuwanJenkinsPlugin/1.5.2/kiuwanJenkinsPlugin.hpi","version":"1.5.2","wiki":"https://plugins.jenkins.io/kiuwanJenkinsPlugin"},"klaros-testmanagement":{"buildDate":"Apr 06, 2019","dependencies":[],"developers":[{"developerId":"stolp","email":"stolp@verit.de","name":"Torsten Stolpmann"}],"excerpt":"This plugin publishes collected test results to Klaros-Testmanagement<\/a>.","gav":"hudson.plugins.klaros:klaros-testmanagement:2.1.0","labels":["external"],"name":"klaros-testmanagement","previousTimestamp":"2017-01-21T18:47:51.00Z","previousVersion":"2.0.0","releaseTimestamp":"2019-04-06T20:15:48.00Z","requiredCore":"1.580","scm":"https://github.com/jenkinsci/klaros-testmanagement-plugin","sha1":"rxwF4z/+gxOGveL7dq6paYYUJ+E=","sha256":"/8RBYavb90Zy4zefy6oYKgsCcsO5oa9k1c7oYLHYKQA=","title":"Klaros-Testmanagement","url":"http://updates.jenkins-ci.org/download/plugins/klaros-testmanagement/2.1.0/klaros-testmanagement.hpi","version":"2.1.0","wiki":"https://plugins.jenkins.io/klaros-testmanagement"},"klocwork":{"buildDate":"Aug 06, 2019","compatibleSinceVersion":"1.4.0","dependencies":[{"name":"junit","optional":false,"version":"1.5"},{"name":"matrix-project","optional":false,"version":"1.4"},{"name":"scm-api","optional":true,"version":"2.1.1"},{"name":"structs","optional":true,"version":"1.7"},{"name":"workflow-basic-steps","optional":true,"version":"2.5"},{"name":"dashboard-view","optional":true,"version":"2.0"},{"name":"workflow-job","optional":true,"version":"2.0"},{"name":"job-dsl","optional":true,"version":"1.58"}],"developers":[{"developerId":"michaelbaron","email":"michael.baron@emenda.com","name":"Michael Baron"},{"developerId":"jlarfors","email":"jacob.larfors@emenda.com","name":"Jacob Larfors"},{"developerId":"andreaslarfors","email":"andreas.larfors@emenda.com","name":"Andreas Larfors"}],"excerpt":"This plugin allows for automated Klocwork analyses. Learn more<\/a> about Klocwork. Official documentation<\/a>. Maintained by Emenda<\/a> for the community.","gav":"org.jenkins-ci.plugins:klocwork:2.5.0","labels":["report"],"name":"klocwork","previousTimestamp":"2019-07-31T15:59:49.00Z","previousVersion":"2.4.9","releaseTimestamp":"2019-08-06T08:15:36.00Z","requiredCore":"1.614","scm":"https://github.com/jenkinsci/klocwork-plugin","sha1":"lqkJv+kQj7S6kJKwl8jtOntHy+4=","sha256":"ctAeUczJeVwMPiLobpJ+k+WoB7ub21+czmtOznpeSco=","title":"Klocwork Community","url":"http://updates.jenkins-ci.org/download/plugins/klocwork/2.5.0/klocwork.hpi","version":"2.5.0","wiki":"https://plugins.jenkins.io/klocwork"},"kmap-jenkins":{"buildDate":"Mar 24, 2014","dependencies":[],"developers":[{"developerId":"keivoxsupport","email":"support@keivox.com","name":"Keivox Professional Services"}],"excerpt":"The plugin helps that developers can upload and publish applications to kmap.","gav":"org.jenkins-ci.plugins:kmap-jenkins:1.6","labels":["upload","ios","android"],"name":"kmap-jenkins","releaseTimestamp":"2014-03-24T11:21:02.00Z","requiredCore":"1.555","scm":"https://github.com/jenkinsci/kmap-plugin","sha1":"yv2SchGLHBbezjRnPsOTdfRugKk=","sha256":"x2DOPhBTFXIvr/oCfe4RJXmW9vgEXr75qBGsXPK8eDk=","title":"Kmap","url":"http://updates.jenkins-ci.org/download/plugins/kmap-jenkins/1.6/kmap-jenkins.hpi","version":"1.6","wiki":"https://plugins.jenkins.io/kmap-jenkins"},"koji":{"buildDate":"Jun 01, 2015","dependencies":[],"developers":[{"developerId":"vtunka","name":"Vaclav Tunka"}],"excerpt":"Plugin for Jenkins-Koji integration.","gav":"org.jenkins-ci.plugins:koji:0.3","labels":["report"],"name":"koji","previousTimestamp":"2014-05-13T23:48:13.00Z","previousVersion":"0.1.2","releaseTimestamp":"2015-06-01T13:12:21.00Z","requiredCore":"1.554.1","scm":"https://github.com/jenkinsci/koji-plugin","sha1":"TedI80t2j/wckL6Hu3c7E8/CtkQ=","sha256":"43oMnbj49BhYRPy8XVK46CwtwInGvzsjyK1nwKXF9DY=","title":"Koji","url":"http://updates.jenkins-ci.org/download/plugins/koji/0.3/koji.hpi","version":"0.3","wiki":"https://plugins.jenkins.io/koji"},"kotlin-v1-stdlib-jdk8":{"buildDate":"Jan 31, 2019","dependencies":[],"developers":[{"developerId":"casz","email":"josephph90@gmail.com","name":"Joseph Petersen"}],"excerpt":"Bundles Kotlin 1.x Standard Library for JDK 8","gav":"org.jenkins-ci.plugins.kotlin:kotlin-v1-stdlib-jdk8:1.3.20-1.4","labels":[],"minimumJavaVersion":"1.8","name":"kotlin-v1-stdlib-jdk8","previousTimestamp":"2019-01-31T01:57:18.00Z","previousVersion":"1.3.20-0.1.3","releaseTimestamp":"2019-01-31T01:30:11.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/kotlin-v1-stdlib-jdk8-plugin","sha1":"CiFCCF3bmoZkWUhXoIfpZXADrtA=","sha256":"yDUunfg+40+hcZFcUJDsWmH3amt8+Xpy6fFFmgneDO8=","title":"Kotlin 1.x Standard Library Plugin for JDK 8","url":"http://updates.jenkins-ci.org/download/plugins/kotlin-v1-stdlib-jdk8/1.3.20-1.4/kotlin-v1-stdlib-jdk8.hpi","version":"1.3.20-1.4","wiki":"https://plugins.jenkins.io/kotlin-v1-stdlib-jdk8"},"kpp-management-plugin":{"buildDate":"Aug 15, 2013","dependencies":[],"developers":[{"developerId":"michaelb","email":"michael.baer@sic-software.com","name":"Michael Bär"}],"excerpt":"This plugin integrates management of keychain and provisioning files for iOS and OSX projects.","gav":"sic.software:kpp-management-plugin:1.0.0","labels":[],"name":"kpp-management-plugin","releaseTimestamp":"2013-08-15T14:34:58.00Z","requiredCore":"1.509.2","scm":"https://github.com/jenkinsci/kpp-management-plugin","sha1":"rVDLxyEayl8VwEByCpr9Wxqh9A8=","sha256":"DNpMiLTVsQWPGHHI6rfpziuZ72wQdyiLSvrNuBfZPVo=","title":"Keychains and Provisioning Profiles Management","url":"http://updates.jenkins-ci.org/download/plugins/kpp-management-plugin/1.0.0/kpp-management-plugin.hpi","version":"1.0.0","wiki":"https://plugins.jenkins.io/kpp-management-plugin"},"kryptowire":{"buildDate":"Jun 29, 2018","compatibleSinceVersion":"2.0.0","dependencies":[{"name":"workflow-step-api","optional":false,"version":"2.0"},{"name":"job-dsl","optional":true,"version":"1.58"}],"developers":[{"developerId":"aerogear","name":"Aerogear"}],"excerpt":"Provides Kryptowire platform integration in Jenkins","gav":"io.jenkins.plugins:kryptowire:0.2","labels":[],"name":"kryptowire","releaseTimestamp":"2018-06-29T09:39:31.00Z","requiredCore":"1.642.3","scm":"https://github.com/jenkinsci/kryptowire-plugin","sha1":"JW5Vn1VjWtXrfR5TP2hKYSPTNDQ=","sha256":"pHHcWm/GnP0euP9ScFCbs7b62N+P1TvkBuV+80UaYmE=","title":"Kryptowire","url":"http://updates.jenkins-ci.org/download/plugins/kryptowire/0.2/kryptowire.hpi","version":"0.2","wiki":"https://plugins.jenkins.io/kryptowire"},"kubernetes":{"buildDate":"Aug 28, 2019","dependencies":[{"name":"workflow-api","optional":false,"version":"2.35"},{"name":"workflow-step-api","optional":false,"version":"2.20"},{"name":"cloudbees-folder","optional":false,"version":"6.9"},{"name":"credentials","optional":false,"version":"2.2.0"},{"name":"docker-commons","optional":false,"version":"1.14"},{"name":"durable-task","optional":false,"version":"1.30"},{"name":"jackson2-api","optional":false,"version":"2.9.9"},{"name":"plain-credentials","optional":false,"version":"1.5"},{"name":"structs","optional":false,"version":"1.19"},{"name":"variant","optional":false,"version":"1.3"},{"name":"kubernetes-credentials","optional":false,"version":"0.4.0"},{"name":"pipeline-model-extensions","optional":true,"version":"1.3.7"}],"developers":[{"developerId":"carlos","email":"carlos@apache.org","name":"Carlos Sanchez"}],"excerpt":"This plugin integrates Jenkins with Kubernetes<\/a>","gav":"org.csanchez.jenkins.plugins:kubernetes:1.18.3","labels":["cluster","cloud"],"minimumJavaVersion":"1.8","name":"kubernetes","previousTimestamp":"2019-08-26T14:38:04.00Z","previousVersion":"1.18.2","releaseTimestamp":"2019-08-28T13:00:16.00Z","requiredCore":"2.176.1","scm":"https://github.com/jenkinsci/kubernetes-plugin","sha1":"gdyfNlVrVh6jDRdDMEjSXr0J8jk=","sha256":"p69VEBDc97UHddj04TAH6r719P1zPV5jXykTCo0U0jM=","title":"Kubernetes","url":"http://updates.jenkins-ci.org/download/plugins/kubernetes/1.18.3/kubernetes.hpi","version":"1.18.3","wiki":"https://plugins.jenkins.io/kubernetes"},"kubernetes-cd":{"buildDate":"Aug 29, 2019","compatibleSinceVersion":"1.0.0","dependencies":[{"name":"workflow-step-api","optional":false,"version":"2.10"},{"name":"azure-commons","optional":false,"version":"1.0.3"},{"name":"credentials-binding","optional":false,"version":"1.16"},{"name":"credentials","optional":false,"version":"2.1.14"},{"name":"docker-commons","optional":false,"version":"1.10"},{"name":"ssh-credentials","optional":false,"version":"1.13"}],"developers":[{"developerId":"azure_devops","email":"vscjenkins@microsoft.com","name":"Azure DevOps Team"}],"excerpt":"A Jenkins plugin to deploy configurations to Kubernetes cluster.","gav":"org.jenkins-ci.plugins:kubernetes-cd:2.1.2","labels":[],"minimumJavaVersion":"1.8","name":"kubernetes-cd","previousTimestamp":"2019-08-27T05:51:11.00Z","previousVersion":"2.1.1","releaseTimestamp":"2019-08-29T09:41:46.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/kubernetes-cd-plugin","sha1":"BHURtGPzWgVtLGPNzz6TkCvu0qQ=","sha256":"/hAzNFVEZAC5e2IfHBJTZL9xGuj2/antl1BApCNbPaw=","title":"Kubernetes Continuous Deploy","url":"http://updates.jenkins-ci.org/download/plugins/kubernetes-cd/2.1.2/kubernetes-cd.hpi","version":"2.1.2","wiki":"https://plugins.jenkins.io/kubernetes-cd"},"kubernetes-ci":{"buildDate":"Feb 23, 2017","compatibleSinceVersion":"4.0.0","dependencies":[{"name":"credentials","optional":false,"version":"1.28"}],"developers":[{"developerId":"GustavoLlorente","email":"gustavo@elasticbox.com","name":"Gustavo Llorente"},{"developerId":"gsanchezu","email":"guillermo@elasticbox.com","name":"Guillermo Sanchez Urien"}],"excerpt":"Provides integration between Jenkins and Kubernetes for CI/CD scenarios based on charts","gav":"com.elasticbox.jenkins-ci.plugins:kubernetes-ci:1.3","labels":["cluster","builder","slaves"],"name":"kubernetes-ci","previousTimestamp":"2016-09-30T10:05:05.00Z","previousVersion":"1.2","releaseTimestamp":"2017-02-23T13:51:33.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/kubernetes-ci-plugin","sha1":"DgmqmZsSXr5fImA6JT9N6wE0+fU=","sha256":"99pKGduds44yCfsyy63CElXZ2OuQdD2hcfmCUlj5HwA=","title":"ElasticBox Jenkins Kubernetes CI/CD","url":"http://updates.jenkins-ci.org/download/plugins/kubernetes-ci/1.3/kubernetes-ci.hpi","version":"1.3","wiki":"https://plugins.jenkins.io/kubernetes-ci"},"kubernetes-cli":{"buildDate":"Jul 23, 2019","dependencies":[{"name":"workflow-step-api","optional":false,"version":"2.11"},{"name":"apache-httpcomponents-client-4-api","optional":false,"version":"4.5.5-3.0"},{"name":"credentials","optional":false,"version":"2.1.19"},{"name":"plain-credentials","optional":false,"version":"1.3"},{"name":"kubernetes-credentials","optional":false,"version":"0.3.1"}],"developers":[{"developerId":"max_laverse","name":"Max Laverse"}],"excerpt":"Configure kubectl for Kubernetes","gav":"org.jenkins-ci.plugins:kubernetes-cli:1.7.0","labels":[],"name":"kubernetes-cli","previousTimestamp":"2019-02-26T19:34:57.00Z","previousVersion":"1.6.0","releaseTimestamp":"2019-07-23T19:33:38.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/kubernetes-cli-plugin","sha1":"I8qV6Jrv+V9zlXiuqzkVTsnzTEo=","sha256":"JVyjYrwWOtoAb5A+vWWxJQdPpceDKdwAwNDl3/xEnPM=","title":"Kubernetes Cli","url":"http://updates.jenkins-ci.org/download/plugins/kubernetes-cli/1.7.0/kubernetes-cli.hpi","version":"1.7.0","wiki":"https://plugins.jenkins.io/kubernetes-cli"},"kubernetes-credentials":{"buildDate":"Jul 26, 2019","dependencies":[{"name":"apache-httpcomponents-client-4-api","optional":false,"version":"4.5.5-3.0"},{"name":"credentials","optional":false,"version":"2.1.7"},{"name":"plain-credentials","optional":false,"version":"1.3"}],"developers":[{"developerId":"max_laverse","name":"Max Laverse"}],"excerpt":"Common classes for Kubernetes credentials","gav":"org.jenkinsci.plugins:kubernetes-credentials:0.4.1","labels":[],"name":"kubernetes-credentials","previousTimestamp":"2018-09-26T08:27:53.00Z","previousVersion":"0.4.0","releaseTimestamp":"2019-07-26T19:31:02.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/kubernetes-credentials-plugin","sha1":"L317Y3vHDp6rrshCwJZNuyOMrmo=","sha256":"84KqKakhQHXDSagyl5thja0i6HXOAKPppGqOm5HQtYk=","title":"Kubernetes Credentials","url":"http://updates.jenkins-ci.org/download/plugins/kubernetes-credentials/0.4.1/kubernetes-credentials.hpi","version":"0.4.1","wiki":"https://plugins.jenkins.io/kubernetes-credentials"},"kubernetes-credentials-provider":{"buildDate":"Mar 04, 2019","dependencies":[{"name":"credentials","optional":false,"version":"2.1.16"},{"name":"plain-credentials","optional":true,"version":"1.4"},{"name":"ssh-credentials","optional":true,"version":"1.13"},{"name":"variant","optional":false,"version":"1.1"}],"developers":[{"developerId":"teilo","name":"James Nord"},{"developerId":"agentgonzo","name":"Steve Arch"}],"excerpt":"Provides a credentials store backed by Kubernetes.","gav":"com.cloudbees.jenkins.plugins:kubernetes-credentials-provider:0.12.1","labels":[],"name":"kubernetes-credentials-provider","previousTimestamp":"2019-03-04T15:10:17.00Z","previousVersion":"0.12","releaseTimestamp":"2019-03-04T15:20:29.00Z","requiredCore":"2.89","scm":"https://github.com/jenkinsci/kubernetes-credentials-provider-plugin","sha1":"lS8mnyEoKsuKAMhSQ2MRak4PFng=","sha256":"TtX6976rFXNeBV3cNuZqwXAHvZye/KTWhLAa4SSmff4=","title":"Kubernetes Credentials Provider","url":"http://updates.jenkins-ci.org/download/plugins/kubernetes-credentials-provider/0.12.1/kubernetes-credentials-provider.hpi","version":"0.12.1","wiki":"https://plugins.jenkins.io/kubernetes-credentials-provider"},"kubernetes-pipeline-aggregator":{"buildDate":"Jan 29, 2019","dependencies":[{"name":"kubernetes-pipeline-arquillian-steps","optional":false,"version":"1.6"},{"name":"kubernetes-pipeline-devops-steps","optional":false,"version":"1.6"},{"name":"kubernetes-pipeline-steps","optional":false,"version":"1.6"},{"name":"workflow-cps","optional":false,"version":"2.17"},{"name":"workflow-durable-task-step","optional":false,"version":"2.10"},{"name":"workflow-step-api","optional":false,"version":"2.7"},{"name":"credentials","optional":false,"version":"1.24"},{"name":"docker-commons","optional":false,"version":"1.0"},{"name":"durable-task","optional":false,"version":"1.13"},{"name":"git-client","optional":false,"version":"1.19.2"}],"developers":[{"developerId":"geeks","name":"Fabric8 Development Team"}],"excerpt":"Collects all Fabric8 Workflow Plugins into One.","gav":"io.fabric8.pipeline:kubernetes-pipeline-aggregator:1.6","labels":[],"name":"kubernetes-pipeline-aggregator","previousTimestamp":"2017-08-24T12:56:32.00Z","previousVersion":"1.5","releaseTimestamp":"2019-01-29T10:55:42.00Z","requiredCore":"2.7.4","scm":"https://github.com/jenkinsci/kubernetes-pipeline-plugin","sha1":"mhPHcX7fJyxnXDUDI1M0cz7/ecg=","sha256":"W6rCJ4ag45WrQ2RtMWiUNkwc3KSWBg2Xa/WAL2ZNbEI=","title":"Kubernetes :: Pipeline :: Aggregator","url":"http://updates.jenkins-ci.org/download/plugins/kubernetes-pipeline-aggregator/1.6/kubernetes-pipeline-aggregator.hpi","version":"1.6","wiki":"https://plugins.jenkins.io/kubernetes-pipeline-aggregator"},"kubernetes-pipeline-arquillian-steps":{"buildDate":"Jan 29, 2019","dependencies":[{"name":"kubernetes","optional":false,"version":"0.12"},{"name":"workflow-cps","optional":false,"version":"2.17"},{"name":"workflow-durable-task-step","optional":false,"version":"2.10"},{"name":"workflow-step-api","optional":false,"version":"2.7"},{"name":"credentials","optional":false,"version":"1.24"},{"name":"docker-commons","optional":false,"version":"1.0"},{"name":"durable-task","optional":false,"version":"1.13"},{"name":"script-security","optional":false,"version":"1.25"}],"developers":[{"developerId":"geeks","name":"Fabric8 Development Team"}],"excerpt":"Creates an arquillian-cube-kubernetes session for executing tests","gav":"io.fabric8.pipeline:kubernetes-pipeline-arquillian-steps:1.6","labels":[],"name":"kubernetes-pipeline-arquillian-steps","previousTimestamp":"2017-08-24T12:54:16.00Z","previousVersion":"1.5","releaseTimestamp":"2019-01-29T10:52:46.00Z","requiredCore":"2.7.4","scm":"https://github.com/jenkinsci/kubernetes-pipeline-plugin","sha1":"QkJIc0NN0QCcmNWdQJJ0jIqFqpA=","sha256":"uS0YNJ5tgYe+h4o3uEc3gjuAqjeVWr0oc3JBYj2h4JA=","title":"Kubernetes :: Pipeline :: Arquillian Steps","url":"http://updates.jenkins-ci.org/download/plugins/kubernetes-pipeline-arquillian-steps/1.6/kubernetes-pipeline-arquillian-steps.hpi","version":"1.6","wiki":"https://plugins.jenkins.io/kubernetes-pipeline-arquillian-steps"},"kubernetes-pipeline-devops-steps":{"buildDate":"Jan 29, 2019","dependencies":[{"name":"workflow-cps","optional":false,"version":"2.17"},{"name":"workflow-durable-task-step","optional":false,"version":"2.10"},{"name":"workflow-step-api","optional":false,"version":"2.7"},{"name":"credentials","optional":false,"version":"1.24"},{"name":"docker-commons","optional":false,"version":"1.0"},{"name":"durable-task","optional":false,"version":"1.13"},{"name":"git-client","optional":false,"version":"1.19.2"}],"developers":[{"developerId":"geeks","name":"Fabric8 Development Team"}],"excerpt":"","gav":"io.fabric8.pipeline:kubernetes-pipeline-devops-steps:1.6","labels":[],"name":"kubernetes-pipeline-devops-steps","previousTimestamp":"2017-08-24T12:55:51.00Z","previousVersion":"1.5","releaseTimestamp":"2019-01-29T10:54:52.00Z","requiredCore":"2.7.4","scm":"https://github.com/jenkinsci/kubernetes-pipeline-plugin","sha1":"gzk2r2EFb1L6pOuq/Je2DNzD0yw=","sha256":"ZOGWux6Zcgqu8tOW3zZaQjr3uQZO4IGp+vMGS1q9NsM=","title":"Kubernetes :: Pipeline :: DevOps Steps","url":"http://updates.jenkins-ci.org/download/plugins/kubernetes-pipeline-devops-steps/1.6/kubernetes-pipeline-devops-steps.hpi","version":"1.6","wiki":"https://plugins.jenkins.io/kubernetes-pipeline-devops-steps"},"kubernetes-pipeline-steps":{"buildDate":"Jan 29, 2019","dependencies":[{"name":"kubernetes","optional":false,"version":"0.12"},{"name":"workflow-cps","optional":false,"version":"2.17"},{"name":"workflow-durable-task-step","optional":false,"version":"2.10"},{"name":"workflow-step-api","optional":false,"version":"2.7"},{"name":"credentials","optional":false,"version":"1.24"},{"name":"docker-commons","optional":false,"version":"1.0"},{"name":"durable-task","optional":false,"version":"1.13"}],"developers":[{"developerId":"geeks","name":"Fabric8 Development Team"}],"excerpt":"Builds and uses Docker images and Kubernetes Pods.","gav":"io.fabric8.pipeline:kubernetes-pipeline-steps:1.6","labels":[],"name":"kubernetes-pipeline-steps","previousTimestamp":"2017-08-24T12:54:59.00Z","previousVersion":"1.5","releaseTimestamp":"2019-01-29T10:53:51.00Z","requiredCore":"2.7.4","scm":"https://github.com/jenkinsci/kubernetes-pipeline-plugin","sha1":"AoZZyZWvNo1x6fuXZNoJ39Lm0iM=","sha256":"/itbHcMowk08kH95JNAMEqWVL3munf95Eu+MCNwKtMQ=","title":"Kubernetes :: Pipeline :: Kubernetes Steps","url":"http://updates.jenkins-ci.org/download/plugins/kubernetes-pipeline-steps/1.6/kubernetes-pipeline-steps.hpi","version":"1.6","wiki":"https://plugins.jenkins.io/kubernetes-pipeline-steps"},"label-linked-jobs":{"buildDate":"Nov 20, 2016","dependencies":[{"name":"nodelabelparameter","optional":true,"version":"1.5.0"},{"name":"parameterized-trigger","optional":true,"version":"2.12"}],"developers":[{"developerId":"dominiquebrice","name":"Dominique Brice"}],"excerpt":"A plugin to facilitate maintenance when using numerous/complex labels.","gav":"org.jenkins-ci.plugins:label-linked-jobs:5.1.2","labels":["misc","report"],"name":"label-linked-jobs","previousTimestamp":"2016-05-08T16:40:06.00Z","previousVersion":"5.0.1","releaseTimestamp":"2016-11-20T02:44:16.00Z","requiredCore":"1.554","scm":"https://github.com/jenkinsci/label-linked-jobs-plugin","sha1":"FnVl3SiCp/u/Aqfr/NQp/jrduvg=","sha256":"NSRL+QwHDnNsKQ1cQO1N4aNTaViLvaas5edt3VBJ3qA=","title":"Label Linked Jobs","url":"http://updates.jenkins-ci.org/download/plugins/label-linked-jobs/5.1.2/label-linked-jobs.hpi","version":"5.1.2","wiki":"https://plugins.jenkins.io/label-linked-jobs"},"label-verifier":{"buildDate":"Sep 03, 2019","dependencies":[],"developers":[{"developerId":"kohsuke","name":"Kohsuke Kawaguchi"},{"developerId":"oleg_nenashev","name":"Oleg Nenashev"}],"excerpt":"This plugin allows system administrator to programmatically verify the label assignment correctness on agents","gav":"org.jenkins-ci.plugins:label-verifier:1.4","labels":["slaves"],"minimumJavaVersion":"1.8","name":"label-verifier","previousTimestamp":"2019-07-19T22:34:30.00Z","previousVersion":"1.3","releaseTimestamp":"2019-09-03T22:57:18.00Z","requiredCore":"2.138.4","scm":"https://github.com/jenkinsci/label-verifier-plugin","sha1":"AePaRPqgQ6j/8oYXjRmzPioGr+E=","sha256":"sHiv0QH4O09ZUPoPgvb5cBBOvUb0W3je8Bv+1FHMtbg=","title":"Label Verifier","url":"http://updates.jenkins-ci.org/download/plugins/label-verifier/1.4/label-verifier.hpi","version":"1.4","wiki":"https://plugins.jenkins.io/label-verifier"},"labeled-test-groups-publisher":{"buildDate":"Aug 11, 2017","dependencies":[{"name":"junit","optional":false,"version":"1.2"},{"name":"matrix-project","optional":false,"version":"1.0"}],"developers":[{"developerId":"lbordowitz","email":"laurence.bordowitz@yahoo.com","name":"Larry Bordowitz"}],"excerpt":"Allows test results to be grouped by type (unit, smoke, regression etc).","gav":"org.jenkins-ci.plugins:labeled-test-groups-publisher:1.2.9","labels":["report"],"name":"labeled-test-groups-publisher","previousTimestamp":"2015-11-20T18:56:39.00Z","previousVersion":"1.2.8","releaseTimestamp":"2017-08-11T22:22:00.00Z","requiredCore":"1.577","scm":"https://github.com/jenkinsci/labeled-test-groups-publisher-plugin","sha1":"DrnZ6k1mWFUMVvRYLj9WEOtrNn4=","sha256":"FmGP9oyzNj6PNvE+tMzHFdG/ao7cuEL6j0DX7BLZlBI=","title":"Labeled Test Groups Publisher","url":"http://updates.jenkins-ci.org/download/plugins/labeled-test-groups-publisher/1.2.9/labeled-test-groups-publisher.hpi","version":"1.2.9","wiki":"https://plugins.jenkins.io/labeled-test-groups-publisher"},"labelled-steps":{"buildDate":"Aug 14, 2018","dependencies":[{"name":"workflow-durable-task-step","optional":false,"version":"2.14"},{"name":"workflow-step-api","optional":false,"version":"2.14"}],"developers":[{"developerId":"vickychijwani","email":"vickychijwani+jenkins@gmail.com","name":"Vicky Chijwani"}],"excerpt":"TODO","gav":"me.vickychijwani.jenkins:labelled-steps:1.0","labels":[],"name":"labelled-steps","releaseTimestamp":"2018-08-14T01:39:08.00Z","requiredCore":"2.7.3","scm":"https://github.com/jenkinsci/labelled-steps-plugin","sha1":"IwQI6iRSnbQPXEVflV9RhrVUglI=","sha256":"R8Sa0+jg/9QNTyuHV/V1TwvsUPsc7abSMen8xi71KD8=","title":"Labelled Pipeline Steps","url":"http://updates.jenkins-ci.org/download/plugins/labelled-steps/1.0/labelled-steps.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/labelled-steps"},"labmanager":{"buildDate":"Aug 05, 2011","dependencies":[],"developers":[{"developerId":"tomrini","email":"trini@kernel.crashing.org","name":"Tom Rini"}],"excerpt":"This plugin provides a way to manage Virtual Machines that are controlled by VMware's Lab Manager product.","gav":"org.jenkins-ci.plugins:labmanager:0.2.8","labels":["cluster"],"name":"labmanager","previousTimestamp":"2011-07-18T22:13:34.00Z","previousVersion":"0.2.7","releaseTimestamp":"2011-08-05T17:43:55.00Z","requiredCore":"1.403","scm":"https://github.com/jenkinsci/labmanager-plugin","sha1":"qc+HiOyoRAPvDCyvrtQ9W9pmLQ4=","sha256":"4pt1lact1hViRXHBcZV6al6njqFsBMYQxp9bzzc/MiM=","title":"VMware Lab Manager Slaves","url":"http://updates.jenkins-ci.org/download/plugins/labmanager/0.2.8/labmanager.hpi","version":"0.2.8","wiki":"https://plugins.jenkins.io/labmanager"},"lambda-test-runner":{"buildDate":"Jan 17, 2019","dependencies":[{"name":"workflow-step-api","optional":false,"version":"2.17"}],"developers":[{"developerId":"ipastusiak","email":"ireneusz.pastusiak@gmail.com","name":"Ireneusz Pastusiak"}],"excerpt":"Adds the Pipeline step lambdaTestRunner to trigger execution of AWS Lambda Test Runner.","gav":"org.jenkins-ci.plugins:lambda-test-runner:0.1.0","labels":[],"name":"lambda-test-runner","releaseTimestamp":"2019-01-17T18:26:32.00Z","requiredCore":"2.150.1","scm":"https://github.com/jenkinsci/lambda-test-runner-plugin","sha1":"M13bw7zEUUt7L3538n6RhSUdd8Y=","sha256":"f1wazTbYAenu9A852xsJxFo6ojQ6vp8dhHI2oOxBZNI=","title":"AWS Lambda Test Runner","url":"http://updates.jenkins-ci.org/download/plugins/lambda-test-runner/0.1.0/lambda-test-runner.hpi","version":"0.1.0","wiki":"https://plugins.jenkins.io/lambda-test-runner"},"lambdatest-automation":{"buildDate":"Jan 28, 2019","compatibleSinceVersion":"1.1.0","dependencies":[{"name":"matrix-project","optional":false,"version":"1.4"},{"name":"git","optional":false,"version":"1.1.15"},{"name":"credentials","optional":false,"version":"2.1.10"},{"name":"ant","optional":true,"version":"1.5"}],"developers":[],"excerpt":"Artifactory auto generated POM","gav":"org.jenkins-ci.plugins:lambdatest-automation:1.10","labels":[],"name":"lambdatest-automation","previousTimestamp":"2019-01-27T09:25:31.00Z","previousVersion":"1.6","releaseTimestamp":"2019-01-28T07:15:00.00Z","requiredCore":"2.138","scm":"https://github.com/jenkinsci/lambdatest-automation-plugin","sha1":"xSnp1Mdpj1ElOSCF2M8EtxGFgbM=","sha256":"dAI1yXPIeS5VLkVWJgnKyOsiWBec0yirXRPsGFKugOk=","title":"lambdatest-automation","url":"http://updates.jenkins-ci.org/download/plugins/lambdatest-automation/1.10/lambdatest-automation.hpi","version":"1.10","wiki":"https://plugins.jenkins.io/lambdatest-automation"},"last-changes":{"buildDate":"Aug 14, 2019","dependencies":[{"name":"workflow-aggregator","optional":true,"version":"2.5"},{"name":"workflow-api","optional":true,"version":"2.25"},{"name":"workflow-basic-steps","optional":true,"version":"2.6"},{"name":"workflow-cps","optional":true,"version":"2.46"},{"name":"workflow-job","optional":true,"version":"2.15"},{"name":"workflow-scm-step","optional":true,"version":"2.6"},{"name":"workflow-step-api","optional":true,"version":"2.14"},{"name":"workflow-support","optional":true,"version":"2.17"},{"name":"credentials","optional":false,"version":"2.1.16"},{"name":"git-client","optional":false,"version":"2.7.0"},{"name":"git","optional":false,"version":"2.5.0"},{"name":"mailer","optional":false,"version":"1.20"},{"name":"scm-api","optional":false,"version":"2.2.7"},{"name":"ssh-credentials","optional":false,"version":"1.13"},{"name":"structs","optional":false,"version":"1.14"},{"name":"subversion","optional":false,"version":"2.8"},{"name":"pipeline-model-api","optional":true,"version":"1.3.2"},{"name":"pipeline-model-definition","optional":true,"version":"1.3.2"}],"developers":[{"developerId":"rmpestano","email":"rmpestano@gmail.com","name":"Rafael M. Pestano"}],"excerpt":"This plugin reads the build workspace to generate VCS (git or svn) rich html diffs from current and previous revisions.","gav":"org.jenkins-ci.plugins:last-changes:2.7.6","labels":[],"name":"last-changes","previousTimestamp":"2019-04-25T18:42:51.00Z","previousVersion":"2.7.5","releaseTimestamp":"2019-08-14T19:51:05.00Z","requiredCore":"2.73.3","scm":"https://github.com/jenkinsci/last-changes-plugin","sha1":"+s8KrEr4/Sc2sf7gCjfBqWVtUw8=","sha256":"sJsiSd0OmYGNPxDoPUrIrZeJ/zF8rn5gA0s2+3kdVxU=","title":"Last Changes","url":"http://updates.jenkins-ci.org/download/plugins/last-changes/2.7.6/last-changes.hpi","version":"2.7.6","wiki":"https://plugins.jenkins.io/last-changes"},"lastfailureversioncolumn":{"buildDate":"Nov 02, 2011","dependencies":[],"developers":[{"developerId":"ajpurkiss","email":"ajpurkiss@hotmail.com","name":"Adam Purkiss"},{"developerId":"jieryn","email":"jieryn@gmail.com","name":"Jesse Farinacci"}],"excerpt":"Column showing the last failure version that can be configured in views.","gav":"org.jvnet.hudson.plugins:lastfailureversioncolumn:1.1","labels":["listview-column"],"name":"lastfailureversioncolumn","releaseTimestamp":"2011-11-02T19:54:43.00Z","requiredCore":"1.392","scm":"https://github.com/jenkinsci/lastfailureversioncolumn-plugin","sha1":"TrjhYHvx09364NnzSgkj+XqemQg=","sha256":"QXIP+OUhwEC1xy6G3DdSG4dPKABELGpmndSJfRwcL64=","title":"Last Failure Version Column","url":"http://updates.jenkins-ci.org/download/plugins/lastfailureversioncolumn/1.1/lastfailureversioncolumn.hpi","version":"1.1","wiki":"https://plugins.jenkins.io/lastfailureversioncolumn"},"lastsuccessversioncolumn":{"buildDate":"Nov 02, 2011","dependencies":[],"developers":[{"developerId":"ajpurkiss","email":"ajpurkiss@hotmail.com","name":"Adam Purkiss"},{"developerId":"jieryn","email":"jieryn@gmail.com","name":"Jesse Farinacci"}],"excerpt":"Column showing the last success version that can be configured in views.","gav":"org.jvnet.hudson.plugins:lastsuccessversioncolumn:1.1","labels":["listview-column"],"name":"lastsuccessversioncolumn","releaseTimestamp":"2011-11-02T20:23:27.00Z","requiredCore":"1.392","scm":"https://github.com/jenkinsci/lastsuccessversioncolumn-plugin","sha1":"MTwbngVgz/iGTTeZwjEviC8CIHo=","sha256":"ui5QAnZMmE7vTmJWN9Kye4fx1BVRNsmgM4nq4PKeeeU=","title":"Last Success Version Column","url":"http://updates.jenkins-ci.org/download/plugins/lastsuccessversioncolumn/1.1/lastsuccessversioncolumn.hpi","version":"1.1","wiki":"https://plugins.jenkins.io/lastsuccessversioncolumn"},"ldap":{"buildDate":"Feb 19, 2018","compatibleSinceVersion":"1.16","dependencies":[{"name":"mailer","optional":false,"version":"1.20"}],"developers":[{"developerId":"andresrc"}],"excerpt":"Adds LDAP authentication to Jenkins","gav":"org.jenkins-ci.plugins:ldap:1.20","labels":["user"],"name":"ldap","previousTimestamp":"2018-01-31T09:11:13.00Z","previousVersion":"1.19","releaseTimestamp":"2018-02-19T16:23:37.00Z","requiredCore":"1.651.3","scm":"https://github.com/jenkinsci/ldap-plugin","sha1":"xghT0nU4plN1PpqkeuFmyLi9i/M=","sha256":"Gbbngr4nMeukki3pkb3lLg0GI8Z0Ox85o5VoK0vBwO8=","title":"LDAP","url":"http://updates.jenkins-ci.org/download/plugins/ldap/1.20/ldap.hpi","version":"1.20","wiki":"https://plugins.jenkins.io/ldap"},"ldapemail":{"buildDate":"Jul 09, 2014","dependencies":[],"developers":[{"developerId":"justinedelson","name":"Justin Edelson"}],"excerpt":"This plugin resolves user email addresses from an LDAP directory. It is not needed if Jenkins uses LDAP as its authentication source and user records have a standard "mail" attribute.","gav":"com.mtvi.plateng.hudson:ldapemail:0.8","labels":["user"],"name":"ldapemail","previousTimestamp":"2011-02-14T18:47:31.00Z","previousVersion":"0.7","releaseTimestamp":"2014-07-09T17:40:15.00Z","requiredCore":"1.436","scm":"https://github.com/jenkinsci/ldapemail-plugin","sha1":"B2UWbSgz4fFc3uYt1hyYRXxlOAs=","sha256":"0gSyth3c6b+kgfaBB0I8YWhaTZox6CQJTCJbSe0IMso=","title":"LDAP Email","url":"http://updates.jenkins-ci.org/download/plugins/ldapemail/0.8/ldapemail.hpi","version":"0.8","wiki":"https://plugins.jenkins.io/ldapemail"},"leastload":{"buildDate":"Feb 28, 2018","dependencies":[],"developers":[{"developerId":"bstick12","email":"brendan.nolan@gmail.com","name":"Brendan Nolan"}],"excerpt":"Changes Jenkins to use a LoadBalancer that prefers least loaded nodes.","gav":"org.jenkins-ci.plugins:leastload:2.0.1","labels":["misc"],"name":"leastload","previousTimestamp":"2018-02-16T22:01:09.00Z","previousVersion":"2.0.0","releaseTimestamp":"2018-02-28T22:23:12.00Z","requiredCore":"2.89.3","scm":"https://github.com/jenkinsci/leastload-plugin","sha1":"af4BA+R7rAhRd+2XICp8ol43P+w=","sha256":"hobFscZDLyxdZQzXCp4muRodN9k4akzH1UGiD29bKmg=","title":"Least Load","url":"http://updates.jenkins-ci.org/download/plugins/leastload/2.0.1/leastload.hpi","version":"2.0.1","wiki":"https://plugins.jenkins.io/leastload"},"leiningen-plugin":{"buildDate":"Sep 25, 2013","dependencies":[],"developers":[{"developerId":"pyr","email":"pyr@spootnik.org","name":"Pierre-Yves Ritschard"}],"excerpt":"Build projects with leiningen","gav":"org.jenkins-ci.plugins:leiningen-plugin:0.5.6","labels":["builder"],"name":"leiningen-plugin","previousTimestamp":"2012-10-29T14:00:36.00Z","previousVersion":"0.5.5","releaseTimestamp":"2013-09-25T19:00:27.00Z","requiredCore":"1.509.3","scm":"https://github.com/jenkinsci/leiningen-plugin","sha1":"fZJOPxTOX8TqCdO2JDGmPYwWjVo=","sha256":"avIUk2loTRN+3fIzVpsSmk7spxkZlmmCLD7YwhZUZJE=","title":"leiningen-plugin","url":"http://updates.jenkins-ci.org/download/plugins/leiningen-plugin/0.5.6/leiningen-plugin.hpi","version":"0.5.6","wiki":"https://plugins.jenkins.io/leiningen-plugin"},"lenientshutdown":{"buildDate":"Mar 07, 2017","dependencies":[],"developers":[{"developerId":"fredrikpersson","email":"fredrik6.persson@sonymobile.com","name":"Fredrik Persson"},{"developerId":"joakimahle","email":"joakim.ahle@sonymobile.com","name":"Joakim Ahle"},{"developerId":"rsandell","email":"robert.sandell@sonymobile.com","name":"Robert Sandell"}],"excerpt":"This plugin allows administrators to put Jenkins into lenient shutdown mode.","gav":"com.sonymobile.jenkins.plugins.lenientshutdown:lenientshutdown:1.1.1","labels":["cluster","slaves","misc","cli"],"name":"lenientshutdown","previousTimestamp":"2016-11-28T18:47:31.00Z","previousVersion":"1.1.0","releaseTimestamp":"2017-03-07T15:12:21.00Z","requiredCore":"1.601","scm":"https://github.com/jenkinsci/lenient-shutdown-plugin","sha1":"agEv+FNrxwU66KxE5Nhh6hNnzHg=","sha256":"/6S1OAexO8MpdfZ/h5cF5h1ebE7ocWDztrP4zhPTc3w=","title":"Lenient shutdown","url":"http://updates.jenkins-ci.org/download/plugins/lenientshutdown/1.1.1/lenientshutdown.hpi","version":"1.1.1","wiki":"https://plugins.jenkins.io/lenientshutdown"},"libvirt-slave":{"buildDate":"Apr 01, 2015","dependencies":[{"name":"credentials","optional":false,"version":"1.9.3"},{"name":"ssh-credentials","optional":false,"version":"1.5.1"}],"developers":[{"developerId":"tastybug","email":"tastybug@tastybug.com","name":"Philipp Bartsch"},{"developerId":"mmornati","email":"mmornati@byte-code.com","name":"Marco Mornati"},{"developerId":"magnayn","email":"nigel.magnay@gmail.com","name":"Nigel Magnay"}],"excerpt":"This plugin enables libvirt-controlled build slaves (including start before build, shutdown after build).","gav":"org.jenkins-ci.plugins:libvirt-slave:1.8.5","labels":["slaves","cluster"],"name":"libvirt-slave","previousTimestamp":"2014-04-13T08:34:27.00Z","previousVersion":"1.8.4","releaseTimestamp":"2015-04-01T20:31:02.00Z","requiredCore":"1.580","scm":"https://github.com/jenkinsci/libvirt-slave-plugin","sha1":"KbZzQB9R+67zeps+LCqS8MXE6BQ=","sha256":"DNgDJ53khnTP8gyM9duGJXPfYxEOmCN31oPwdv+E8UM=","title":"Libvirt Slaves","url":"http://updates.jenkins-ci.org/download/plugins/libvirt-slave/1.8.5/libvirt-slave.hpi","version":"1.8.5","wiki":"https://plugins.jenkins.io/libvirt-slave"},"lifx-notifier":{"buildDate":"Nov 29, 2016","dependencies":[],"developers":[{"developerId":"michaelneale","email":"michael.neale@gmail.com","name":"Michael Neale"},{"developerId":"vgaidarji","email":"veaceslav.gaidarji@gmail.com","name":"Veaceslav Gaidarji"}],"excerpt":"This plugin will use LIFX<\/a> smart lightbulbs as a build indicator. It automatically discovers any lightbulbs on the network - and changes them to blue/green based on build status. When building - it will show a pale white light. Colors can be changed in job configuration.","gav":"org.jenkins-ci.plugins:lifx-notifier:0.3","labels":["notifier"],"name":"lifx-notifier","previousTimestamp":"2014-07-14T23:29:57.00Z","previousVersion":"0.2","releaseTimestamp":"2016-11-29T08:41:12.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/lifx-notifier-plugin","sha1":"wQOqS5wNDPR05UVFdrNBqCxNHVA=","sha256":"/9pplzUn4MTMl4eBewT9mm976xUf6ben/OOFD3TnAnI=","title":"LIFX notifier - smart lightbulbs build indicator","url":"http://updates.jenkins-ci.org/download/plugins/lifx-notifier/0.3/lifx-notifier.hpi","version":"0.3","wiki":"https://plugins.jenkins.io/lifx-notifier"},"linenumbers":{"buildDate":"Oct 18, 2017","dependencies":[],"developers":[{"developerId":"vlatombe","name":"Vincent Latombe"}],"excerpt":"This plugin adds line numbers.","gav":"org.jenkins-ci.plugins:linenumbers:1.2","labels":[],"name":"linenumbers","previousTimestamp":"2015-01-07T17:52:52.00Z","previousVersion":"1.1","releaseTimestamp":"2017-10-18T11:43:43.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/linenumbers-plugin","sha1":"ACHp1qZnKCZF3hBSIHTE0fFBoOs=","sha256":"vTl9tB3zuLdVMlGM9UT4iQRW/Zt3iFsV7lHhoPIxrrs=","title":"Line Numbers","url":"http://updates.jenkins-ci.org/download/plugins/linenumbers/1.2/linenumbers.hpi","version":"1.2","wiki":"https://plugins.jenkins.io/linenumbers"},"lingr-plugin":{"buildDate":"Jul 03, 2011","dependencies":[],"developers":[{"developerId":"cactusman","email":"cactusman1980@gmail.com","name":"cactusman"}],"excerpt":"This plugin is a Lingr Plugin.","gav":"org.jenkins-ci.plugins:lingr-plugin:0.1","labels":[],"name":"lingr-plugin","releaseTimestamp":"2011-07-03T14:14:32.00Z","requiredCore":"1.398","scm":"https://github.com/jenkinsci/lingr-plugin","sha1":"LO6eODnAR0TTzMunzjDmv9LZLk0=","sha256":"g1ojngOljIvc4ujyytn+aSIp1xY0/n8gyUI0zXDuDbY=","title":"lingr-plugin","url":"http://updates.jenkins-ci.org/download/plugins/lingr-plugin/0.1/lingr-plugin.hpi","version":"0.1","wiki":"https://plugins.jenkins.io/lingr-plugin"},"link-column":{"buildDate":"Dec 17, 2018","dependencies":[{"name":"workflow-job","optional":true,"version":"2.0"},{"name":"junit","optional":false,"version":"1.11"}],"developers":[{"developerId":"KarlGong","email":"karl.gong@outlook.com","name":"Karl Gong"}],"excerpt":"This is a general listview-column plugin that shows a custom link.","gav":"org.jenkins-ci.plugins:link-column:1.0","labels":[],"name":"link-column","releaseTimestamp":"2018-12-17T09:44:34.00Z","requiredCore":"1.607","scm":"https://github.com/jenkinsci/link-column-plugin","sha1":"woAm+wEYkp1RCpobv3IvmH4cbYM=","sha256":"D/B25NnUGnResolAe551JI8xW5XMFeqrw71qTn31XUE=","title":"Link Column","url":"http://updates.jenkins-ci.org/download/plugins/link-column/1.0/link-column.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/link-column"},"list-command":{"buildDate":"Dec 12, 2011","dependencies":[],"developers":[{"developerId":"wadatka","name":"Takahisa Wada"}],"excerpt":"","gav":"org.jenkins-ci.plugins:list-command:0.2","labels":["cli"],"name":"list-command","releaseTimestamp":"2011-12-12T16:39:54.00Z","requiredCore":"1.409","scm":"https://github.com/jenkinsci/list-command-plugin","sha1":"wsiA/aNli+2UOL7iYNN9pQqiFng=","sha256":"+loCsxV1Dvs4ytYzTw+QvfLSB0JPVjKPHbIEHKJqxh0=","title":"List Command","url":"http://updates.jenkins-ci.org/download/plugins/list-command/0.2/list-command.hpi","version":"0.2","wiki":"https://plugins.jenkins.io/list-command"},"list-git-branches-parameter":{"buildDate":"Apr 25, 2019","dependencies":[{"name":"rebuild","optional":true,"version":"1.25"},{"name":"git","optional":false,"version":"3.9.3"},{"name":"jquery","optional":false,"version":"1.11.2-1"}],"developers":[{"developerId":"huangsuoyuan","email":"huangsuoyuan@gmail.com","name":"Huang Suoyuan"},{"developerId":"jianxiongliu","email":"jianxiongliu@gmail.com","name":"Liu Jianxiong"}],"excerpt":"Adds ability to choose from git repository revisions or tags","gav":"org.jenkins-ci.plugins:list-git-branches-parameter:0.0.7","labels":[],"name":"list-git-branches-parameter","previousTimestamp":"2019-01-28T09:26:57.00Z","previousVersion":"0.0.4","releaseTimestamp":"2019-04-25T09:57:15.00Z","requiredCore":"1.651.3","scm":"https://github.com/jenkinsci/list-git-branches-parameter-plugin","sha1":"dYLScPtcMMByGLjkDTUvzUXN/bg=","sha256":"aVB5lx1J6G5ClSiTzsyXUmWooDpkjsf9Mx6BrIky9UM=","title":"List Git Branches Parameter","url":"http://updates.jenkins-ci.org/download/plugins/list-git-branches-parameter/0.0.7/list-git-branches-parameter.hpi","version":"0.0.7","wiki":"https://plugins.jenkins.io/list-git-branches-parameter"},"literate":{"buildDate":"Dec 03, 2015","dependencies":[{"name":"junit","optional":false,"version":"1.6"},{"name":"scm-api","optional":false,"version":"1.0"},{"name":"branch-api","optional":false,"version":"1.0"}],"developers":[{"developerId":"stephenconnolly","name":"Stephen Connolly"}],"excerpt":"This plugin provides support for literate builds.","gav":"org.jenkins-ci.plugins:literate:1.0","labels":[],"name":"literate","releaseTimestamp":"2015-12-03T15:32:39.00Z","requiredCore":"1.609.1","scm":"https://github.com/jenkinsci/literate-plugin","sha1":"+NGngPznQ1cUXZbATCHr2vzYXO8=","sha256":"zbb9GPwOLT+r+qbtjaRcjtuop4CdbFnXhYYhMkKZUeY=","title":"Literate","url":"http://updates.jenkins-ci.org/download/plugins/literate/1.0/literate.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/literate"},"livescreenshot":{"buildDate":"Nov 28, 2013","dependencies":[],"developers":[{"developerId":"sttts","email":"sts@1stein.org","name":"Dr. Stefan Schimanski"}],"excerpt":"This plugin shows a live screenshot of a job's virtual machine.","gav":"org.jenkins-ci.plugins:livescreenshot:1.4.5","labels":["buildwrapper","ui","listview-column"],"name":"livescreenshot","previousTimestamp":"2013-02-05T08:02:50.00Z","previousVersion":"1.4.4","releaseTimestamp":"2013-11-28T17:00:33.00Z","requiredCore":"1.509.4","scm":"https://github.com/jenkinsci/livescreenshot-plugin","sha1":"DyB+3eHz9RilkEu9LDvTY2Z9j+U=","sha256":"Pxt4HXJNzAPvbicCpcYeAfCVvDC0+ItdxcrgYacgfuM=","title":"Live Screenshot","url":"http://updates.jenkins-ci.org/download/plugins/livescreenshot/1.4.5/livescreenshot.hpi","version":"1.4.5","wiki":"https://plugins.jenkins.io/livescreenshot"},"llvm-cov":{"buildDate":"Jul 29, 2019","dependencies":[{"name":"code-coverage-api","optional":false,"version":"1.0.11"},{"name":"jackson2-api","optional":false,"version":"2.8.11.3"},{"name":"scm-api","optional":false,"version":"2.4.1"},{"name":"structs","optional":false,"version":"1.9"}],"developers":[{"developerId":"cizezsy","email":"zsy19980307@gmail.com","name":"Shenyu Zheng"}],"excerpt":"This plugin integrates JSON format llvm-cov reports to Jenkins.","gav":"io.jenkins.plugins:llvm-cov:1.0.0","labels":[],"name":"llvm-cov","releaseTimestamp":"2019-07-29T08:39:56.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/llvm-cov-plugin","sha1":"h8KNbdHg8V2dx06imu6323JbRLA=","sha256":"UM/5JbBR7UGvuCfSP4wOibrFiKXkQbDK6qKbdNwXL8g=","title":"llvm-cov","url":"http://updates.jenkins-ci.org/download/plugins/llvm-cov/1.0.0/llvm-cov.hpi","version":"1.0.0","wiki":"https://plugins.jenkins.io/llvm-cov"},"loadcomplete":{"buildDate":"Sep 13, 2018","dependencies":[{"name":"junit","optional":false,"version":"1.19"}],"developers":[{"developerId":"Igor.Filin"}],"excerpt":"Runs automated tests with LoadComplete from Jenkins.","gav":"org.jenkins-ci.plugins:loadcomplete:1.0","labels":[],"name":"loadcomplete","releaseTimestamp":"2018-09-13T12:47:36.00Z","requiredCore":"2.121.1","scm":"https://github.com/jenkinsci/loadcomplete-plugin","sha1":"T+4TbnAB8TXMcPqwHKtkQ6a58PQ=","sha256":"hiPddyDT01uPOAtDrM2IdkwhnzoJS2Genuj3NYpJxvw=","title":"LoadComplete support","url":"http://updates.jenkins-ci.org/download/plugins/loadcomplete/1.0/loadcomplete.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/loadcomplete"},"loaderio-jenkins-plugin":{"buildDate":"Jun 21, 2013","dependencies":[{"name":"credentials","optional":false,"version":"1.3"}],"developers":[{"developerId":"criskiev","name":"Sergii Boiko"},{"developerId":"le0pard","name":"Alexey Vasiliev"}],"excerpt":"Simple cloud-based load testing for your web apps/apis with thousands of connections via the loader.io API - by SendGrid Labs.","gav":"io.loader:loaderio-jenkins-plugin:1.0.1","labels":["post-build","external"],"name":"loaderio-jenkins-plugin","previousTimestamp":"2013-06-14T15:25:01.00Z","previousVersion":"1.0","releaseTimestamp":"2013-06-21T12:29:59.00Z","requiredCore":"1.509.1","sha1":"ctEH91RJaxbxOoj6bOdqX/9urxI=","sha256":"bFC8qZtxCQVDKtEGnYS2gc3dUN4uosWIL2cQ5Pwoxaw=","title":"loader.io","url":"http://updates.jenkins-ci.org/download/plugins/loaderio-jenkins-plugin/1.0.1/loaderio-jenkins-plugin.hpi","version":"1.0.1","wiki":"https://plugins.jenkins.io/loaderio-jenkins-plugin"},"loadfocus-loadtest":{"buildDate":"Feb 23, 2016","dependencies":[{"name":"credentials","optional":false,"version":"1.24"}],"developers":[{"developerId":"loadfocus","email":"contact@loadfocus.com","name":"LoadFocus Team"}],"excerpt":"Cloud Load Testing for Websites and APIs with thousands of parallel connections - by LoadFocus.com.","gav":"com.loadfocus:loadfocus-loadtest:1.0.1","labels":["external","post-build"],"name":"loadfocus-loadtest","releaseTimestamp":"2016-02-23T10:56:52.00Z","requiredCore":"1.580","scm":"https://github.com/jenkinsci/loadfocus-loadtest-plugin","sha1":"iMZ6RMpZfDrNsdUZsFotYVw6AWE=","sha256":"gORgU7dLFL09hbSUkugiiStCYg0YRnbqcWtPaxwqffY=","title":"Load Testing LoadFocus.com","url":"http://updates.jenkins-ci.org/download/plugins/loadfocus-loadtest/1.0.1/loadfocus-loadtest.hpi","version":"1.0.1","wiki":"https://plugins.jenkins.io/loadfocus-loadtest"},"loadimpact-plugin":{"buildDate":"Aug 17, 2014","dependencies":[{"name":"credentials","optional":false,"version":"1.10"}],"developers":[{"developerId":"ragnarlonn","email":"ragnar@loadimpact.com","name":"Ragnar Lonn"}],"excerpt":"This plugin allows you to run a LoadImpact<\/a> load test as a build-step (or post-build). The source code can be found on GitHub<\/a>.","gav":"com.loadimpact:loadimpact-plugin:1.62","labels":["post-build","external","misc"],"name":"loadimpact-plugin","previousTimestamp":"2014-07-08T17:53:40.00Z","previousVersion":"1.58","releaseTimestamp":"2014-08-17T19:15:11.00Z","requiredCore":"1.509","scm":"https://github.com/jenkinsci/loadimpact-plugin","sha1":"WWl7nXgC2XSj1qcFNgSVvUR6bZE=","sha256":"QckmtHjPGK9OE9kVD3Sfb/23gmcjLlyd3Z2IblobA7U=","title":"Load Impact","url":"http://updates.jenkins-ci.org/download/plugins/loadimpact-plugin/1.62/loadimpact-plugin.hpi","version":"1.62","wiki":"https://plugins.jenkins.io/loadimpact-plugin"},"loadium":{"buildDate":"Jan 16, 2019","dependencies":[{"name":"credentials","optional":false,"version":"2.1.4"},{"name":"structs","optional":false,"version":"1.7"}],"developers":[{"developerId":"tarikfasun","email":"tarik.fasun@sahabt.com","name":"Tarik Fasun"},{"developerId":"selcuksozuer","email":"selcuk.sozuer@sahabt.com","name":"Selcuk Sozuer"}],"excerpt":"This plugin allows us to run performance tests by using loadium.com","gav":"com.loadium.jenkins:loadium:1.4","labels":[],"name":"loadium","previousTimestamp":"2019-01-16T12:18:27.00Z","previousVersion":"1.3","releaseTimestamp":"2019-01-16T13:52:16.00Z","requiredCore":"2.7.3","scm":"https://github.com/jenkinsci/loadium-plugin","sha1":"9tjKNed7CdLy8yjxRSSHP9X4boM=","sha256":"WAeudWVdvNSy+pY/DvSM/8C6wAoEngYdk0UPWHjheXU=","title":"Loadium","url":"http://updates.jenkins-ci.org/download/plugins/loadium/1.4/loadium.hpi","version":"1.4","wiki":"https://plugins.jenkins.io/loadium"},"loadninja":{"buildDate":"Jun 27, 2019","dependencies":[{"name":"structs","optional":false,"version":"1.7"}],"developers":[{"developerId":"ctalaverq","email":"christopher.talavera@smartbear.com","name":"Christopher Talavera"}],"excerpt":"Allows users to run a LoadNinja load test.","gav":"org.jenkins-ci.plugins:loadninja:1.4","labels":[],"name":"loadninja","previousTimestamp":"2019-04-17T16:16:51.00Z","previousVersion":"1.3","releaseTimestamp":"2019-06-27T16:13:20.00Z","requiredCore":"2.7.3","scm":"https://github.com/jenkinsci/loadninja-plugin","sha1":"QYWrPMnXhwn41fiwN3SB0bavbrU=","sha256":"jxhIp5D3SFBl2aYnLFQITnPW6gntrzEZURCahlAnkHQ=","title":"LoadNinja","url":"http://updates.jenkins-ci.org/download/plugins/loadninja/1.4/loadninja.hpi","version":"1.4","wiki":"https://plugins.jenkins.io/loadninja"},"locale":{"buildDate":"Nov 01, 2018","dependencies":[],"developers":[{"developerId":"kohsuke","name":"Kohsuke Kawaguchi"},{"developerId":"oleg_nenashev","name":"Oleg Nenashev"}],"excerpt":"This plugin lets you control the language of Jenkins.","gav":"io.jenkins.plugins:locale:1.4","labels":["ui"],"name":"locale","previousTimestamp":"2018-06-22T03:25:57.00Z","previousVersion":"1.3","releaseTimestamp":"2018-11-01T19:42:54.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/locale-plugin","sha1":"UIAJPdbwkd+heke9MqKq1JiMyFc=","sha256":"ey2fLCsUpqj/C9wykCZB/HepqyGjMbubdiTqkAH3BYU=","title":"Locale","url":"http://updates.jenkins-ci.org/download/plugins/locale/1.4/locale.hpi","version":"1.4","wiki":"https://plugins.jenkins.io/locale"},"localization-support":{"buildDate":"May 02, 2019","dependencies":[],"developers":[{"developerId":"danielbeck"}],"excerpt":"Supporting infrastructure for standalone localization plugins. On its own, this plugin doesn't do a lot, it requires other plugins to work.","gav":"io.jenkins.plugins:localization-support:1.1","labels":[],"minimumJavaVersion":"1.8","name":"localization-support","previousTimestamp":"2019-05-01T18:27:10.00Z","previousVersion":"1.0","releaseTimestamp":"2019-05-02T09:57:12.00Z","requiredCore":"2.173","scm":"https://github.com/jenkinsci/localization-support-plugin","sha1":"2kUYWi2eh/ZIRGE9gZfvW/Xn9SA=","sha256":"M7Bub847bbuuLy08KKFG2cdFNE2+F+/6r/wgvop+11o=","title":"Localization Support","url":"http://updates.jenkins-ci.org/download/plugins/localization-support/1.1/localization-support.hpi","version":"1.1","wiki":"https://plugins.jenkins.io/localization-support"},"localization-zh-cn":{"buildDate":"Sep 04, 2019","dependencies":[{"name":"localization-support","optional":false,"version":"1.1"}],"developers":[{"developerId":"linuxsuren","name":"Zhao Xiaojie"}],"excerpt":"Jenkins Core 及其插件的简体中文语言包,由 Jenkins 中文社区<\/a>维护。","gav":"org.jenkins-ci.plugins:localization-zh-cn:1.0.8","labels":[],"minimumJavaVersion":"1.8","name":"localization-zh-cn","previousTimestamp":"2019-06-10T10:29:52.00Z","previousVersion":"1.0.7","releaseTimestamp":"2019-09-04T01:23:30.00Z","requiredCore":"2.173","scm":"https://github.com/jenkinsci/localization-zh-cn-plugin","sha1":"yIqLV6WeceO6y13HTfMxqQCRD20=","sha256":"NHhUe7onnoWHBc6jkpd9dVF26az4j0zhfxlyyHuxW2c=","title":"Localization: Chinese (Simplified)","url":"http://updates.jenkins-ci.org/download/plugins/localization-zh-cn/1.0.8/localization-zh-cn.hpi","version":"1.0.8","wiki":"https://plugins.jenkins.io/localization-zh-cn"},"lockable-resources":{"buildDate":"Mar 22, 2019","compatibleSinceVersion":"2.0","dependencies":[{"name":"workflow-step-api","optional":false,"version":"1.14"},{"name":"workflow-support","optional":false,"version":"1.14"},{"name":"mailer","optional":false,"version":"1.5"},{"name":"matrix-project","optional":false,"version":"1.4"},{"name":"script-security","optional":false,"version":"1.26"}],"developers":[{"developerId":"robin-jarry","email":"robin.jarry@6wind.com","name":"Robin Jarry"},{"developerId":"amuniz","email":"amuniz@cloudbees.com","name":"Antonio Muñiz"}],"excerpt":"This plugin allows to define external resources (such as printers, phones, computers) that can be locked by builds. If a build requires an external resource which is already locked, it will wait for the resource to be free.","gav":"org.6wind.jenkins:lockable-resources:2.5","labels":["cluster","slaves"],"name":"lockable-resources","previousTimestamp":"2019-01-18T14:03:47.00Z","previousVersion":"2.4","releaseTimestamp":"2019-03-22T10:55:56.00Z","requiredCore":"1.609.1","scm":"https://github.com/jenkinsci/lockable-resources-plugin","sha1":"9Ey3gN9R4gmGSkfKNOk1BtP0eMU=","sha256":"tZ4u1lQpCAzYFxVXnF4e69DBz+XbLrKthruvKVpkyz8=","title":"Lockable Resources","url":"http://updates.jenkins-ci.org/download/plugins/lockable-resources/2.5/lockable-resources.hpi","version":"2.5","wiki":"https://plugins.jenkins.io/lockable-resources"},"locked-files-report":{"buildDate":"Feb 03, 2012","dependencies":[],"developers":[{"developerId":"redsolo","email":"eramfelt@gmail.com","name":"Erik Ramfelt"}],"excerpt":"This plugin can be used for debugging when Hudson can not remove a workspace or update files because some process is locking a file in the workspace. The plugin will check at start and end of a build if there are any locked files in the workspace, and then fail the build if so together with a list of the files.","gav":"org.jvnet.hudson.plugins:locked-files-report:1.6","labels":["misc"],"name":"locked-files-report","previousTimestamp":"2011-11-16T22:12:38.00Z","previousVersion":"1.5","releaseTimestamp":"2012-02-03T10:37:18.00Z","requiredCore":"1.363","scm":"https://github.com/jenkinsci/locked-files-report-plugin","sha1":"RTRJ07yTXFfmfA5guhnhmIw2zig=","sha256":"5elzeKU10CNvMq+I7BfFhxKAjRO7UWlNoLP5kM3VlI0=","title":"Locked Files Report","url":"http://updates.jenkins-ci.org/download/plugins/locked-files-report/1.6/locked-files-report.hpi","version":"1.6","wiki":"https://plugins.jenkins.io/locked-files-report"},"log-cli":{"buildDate":"Dec 08, 2017","dependencies":[],"developers":[{"developerId":"jglick"}],"excerpt":"Adds a CLI command to tail a Jenkins logger.","gav":"org.jenkins-ci.plugins:log-cli:1.1","labels":[],"name":"log-cli","previousTimestamp":"2017-12-08T15:28:13.00Z","previousVersion":"1.0","releaseTimestamp":"2017-12-08T20:28:04.00Z","requiredCore":"2.7.3","scm":"https://github.com/jenkinsci/log-cli-plugin","sha1":"6HtMWDLTaBb22zCLStNr2JO9Tc4=","sha256":"AOHzltwNsEQLJbX4KLR/fpt2O03VNfappWmblIPDR8w=","title":"Log CLI","url":"http://updates.jenkins-ci.org/download/plugins/log-cli/1.1/log-cli.hpi","version":"1.1","wiki":"https://plugins.jenkins.io/log-cli"},"log-command":{"buildDate":"Nov 20, 2012","dependencies":[{"name":"instant-messaging","optional":true,"version":"1.22"}],"developers":[{"developerId":"ialbors","name":"Ignacio Albors"}],"excerpt":"Adds a command for the CLI that shows the log for a job's build. Also adds a command for Instant Messaging (if instant-messaging-plugin is installed)","gav":"org.jenkins-ci.plugins:log-command:1.0.1","labels":["cli"],"name":"log-command","previousTimestamp":"2012-11-14T15:57:46.00Z","previousVersion":"1.0.0","releaseTimestamp":"2012-11-20T12:12:57.00Z","requiredCore":"1.466","scm":"https://github.com/jenkinsci/log-command-plugin","sha1":"463jFhLMW7JM0p4leFcAdOnx8gM=","sha256":"v0EOE0dsmY2V6oLE5HYOw7r11qmxzAI/G/zRD9cY5oc=","title":"Log Command","url":"http://updates.jenkins-ci.org/download/plugins/log-command/1.0.1/log-command.hpi","version":"1.0.1","wiki":"https://plugins.jenkins.io/log-command"},"log-file-filter":{"buildDate":"May 01, 2019","dependencies":[{"name":"workflow-step-api","optional":false,"version":"2.14"}],"developers":[{"developerId":"andreas"}],"excerpt":"Allows specifying patterns to mask console output.","gav":"com.tsystems.sbs:log-file-filter:1.11","labels":[],"minimumJavaVersion":"1.8","name":"log-file-filter","previousTimestamp":"2019-02-27T13:02:43.00Z","previousVersion":"1.10","releaseTimestamp":"2019-05-01T13:50:51.00Z","requiredCore":"2.107.3","scm":"https://github.com/jenkinsci/log-file-filter-plugin","sha1":"b/bq/YI8h6Lxnw30bhinZeomYyQ=","sha256":"pNkkGfEMI7nVUFAzEuMBtpraTp++79yL7T2L+IHFwHM=","title":"Log File Filter","url":"http://updates.jenkins-ci.org/download/plugins/log-file-filter/1.11/log-file-filter.hpi","version":"1.11","wiki":"https://plugins.jenkins.io/log-file-filter"},"log-parser":{"buildDate":"Jul 05, 2019","dependencies":[],"developers":[{"developerId":"hypery2k","email":"contact@martinreinhardt-online.de","name":"Martin Reinhardt"},{"developerId":"jborghi","email":"jborghi@java.net","name":"John Borghi"}],"excerpt":"Parses the console log generated by a build","gav":"org.jenkins-ci.plugins:log-parser:2.1","labels":["report"],"name":"log-parser","previousTimestamp":"2015-10-20T07:34:31.00Z","previousVersion":"2.0","releaseTimestamp":"2019-07-05T21:17:16.00Z","requiredCore":"2.138.2","scm":"https://github.com/jenkinsci/log-parser-plugin","sha1":"lOkVpezd+Szv2oevDcR5DbJ3e4U=","sha256":"gkA39B2qaJSlG28BquiNK3ZsaRp9ofR0GkmhD1PSKaM=","title":"Log Parser","url":"http://updates.jenkins-ci.org/download/plugins/log-parser/2.1/log-parser.hpi","version":"2.1","wiki":"https://plugins.jenkins.io/log-parser"},"logaction-plugin":{"buildDate":"Dec 09, 2011","dependencies":[],"developers":[{"developerId":"tspengler","name":"Thomas Spengler"},{"developerId":"jieryn","email":"jieryn@gmail.com","name":"Jesse Farinacci"}],"excerpt":"Centralized configuration to restart jobs when a pattern occurs in the job console output.","gav":"de.fspengler.hudson.plugin:logaction-plugin:1.2","labels":["trigger"],"name":"logaction-plugin","releaseTimestamp":"2011-12-09T20:11:08.00Z","requiredCore":"1.392","scm":"https://github.com/jenkinsci/logaction-plugin","sha1":"h5n7nAMn1cTIE76p72JCU8Sdn/I=","sha256":"R9rtX3c1Nt2l8Eqlj1tsdoYihL+RfwF1jm8BSOiiKxY=","title":"Centralized Job(Re)Action","url":"http://updates.jenkins-ci.org/download/plugins/logaction-plugin/1.2/logaction-plugin.hpi","version":"1.2","wiki":"https://plugins.jenkins.io/logaction-plugin"},"logback-nats-appender":{"buildDate":"Apr 19, 2018","dependencies":[],"developers":[{"developerId":"lucamilanesio","email":"luca.milanesio@gmail.com","name":"Luca Milanesio"}],"excerpt":"Provides a LOGBack JAR library to send logs to NATS topic","gav":"org.jenkins-ci.plugins:logback-nats-appender:0.2.2","labels":[],"name":"logback-nats-appender","releaseTimestamp":"2018-04-19T21:13:05.00Z","requiredCore":"2.60.1","scm":"https://github.com/jenkinsci/logback-nats-appender-plugin","sha1":"RVJ2+sjT49DsFMzPZd+rO2NMbc4=","sha256":"zy/L9TWQi3LiE3AuMtdWeg7g1wKolaUFczUuws9ax28=","title":"LOGBack appender to NATS pub/sub topic","url":"http://updates.jenkins-ci.org/download/plugins/logback-nats-appender/0.2.2/logback-nats-appender.hpi","version":"0.2.2","wiki":"https://plugins.jenkins.io/logback-nats-appender"},"logentries":{"buildDate":"Aug 11, 2013","dependencies":[],"developers":[{"developerId":"stbutler11","name":"Stuart Butler"}],"excerpt":"Forwards console output for a build to logentries.com","gav":"org.jenkins-ci.plugins:logentries:0.0.2","labels":[],"name":"logentries","releaseTimestamp":"2013-08-11T09:57:11.00Z","requiredCore":"1.424","scm":"https://github.com/jenkinsci/logentries-plugin","sha1":"EOq6ua5+uZqr0HIjapg9Ea53cC8=","sha256":"DiZ2Qjt6ZAwbpYrEZtWJRZ6J/NEqb6YfsAKUG2xMIBA=","title":"Logentries Forwarder","url":"http://updates.jenkins-ci.org/download/plugins/logentries/0.0.2/logentries.hpi","version":"0.0.2","wiki":"https://plugins.jenkins.io/logentries"},"logfilesizechecker":{"buildDate":"Nov 15, 2018","dependencies":[],"developers":[{"developerId":"stefanbrausch","email":"stefan.brausch@1und1.de","name":"Stefan Brausch"},{"developerId":"kstutz","email":"kathi.stutz@1und1.de","name":"Kathi Stutz"}],"excerpt":"This plugin allows builds to be automatically terminated after the specified size of the log file has elapsed.","gav":"org.jenkins-ci.plugins:logfilesizechecker:1.5","labels":["buildwrapper"],"name":"logfilesizechecker","previousTimestamp":"2018-07-25T08:48:07.00Z","previousVersion":"1.4","releaseTimestamp":"2018-11-15T11:40:11.00Z","requiredCore":"1.642.3","scm":"https://github.com/jenkinsci/logfilesizechecker-plugin","sha1":"jhyoAsSFB8Oadsb5G4+ZEa4zD1w=","sha256":"1E/6mP15JJzRI8JZudypPI16TfHExYjjkIZ5s2Hu7G8=","title":"build log file size checker","url":"http://updates.jenkins-ci.org/download/plugins/logfilesizechecker/1.5/logfilesizechecker.hpi","version":"1.5","wiki":"https://plugins.jenkins.io/logfilesizechecker"},"logging":{"buildDate":"Oct 12, 2015","dependencies":[{"name":"matrix-project","optional":false,"version":"1.4"},{"name":"job-dsl","optional":true,"version":"1.37"}],"developers":[{"developerId":"praqma_josra","name":"Praqma Josra"}],"excerpt":"Advanced logging for Jenkins. Enabling per build and poll logging for jobs. Logging done on slaves will be included as well.","gav":"net.praqma:logging:1.0.0","labels":["misc"],"name":"logging","previousTimestamp":"2013-04-19T12:11:53.00Z","previousVersion":"0.2.8","releaseTimestamp":"2015-10-12T14:55:47.00Z","requiredCore":"1.580","scm":"https://github.com/jenkinsci/logging-plugin","sha1":"mW/pfxVpDXn01lE56I+UdV+1AD8=","sha256":"2vSQP/lX1zmCklvPlcK5eCFBdXF0i9xDF7TAgidqYYk=","title":"Logging","url":"http://updates.jenkins-ci.org/download/plugins/logging/1.0.0/logging.hpi","version":"1.0.0","wiki":"https://plugins.jenkins.io/logging"},"login-theme":{"buildDate":"Jul 06, 2018","dependencies":[],"developers":[{"developerId":"danielbeck"}],"excerpt":"This plugin allows extending and overriding the default theme used on the login and signup pages.","gav":"io.jenkins.plugins:login-theme:1.0","labels":[],"name":"login-theme","releaseTimestamp":"2018-07-06T10:07:42.00Z","requiredCore":"2.128","scm":"https://github.com/jenkinsci/login-theme-plugin","sha1":"REN4iK+EzPU27k4oA5GAW0pRRZ8=","sha256":"YA+GZtjovp+Zf9lfvO7lAbqpiZ6+eGMtDZBirGPnsYw=","title":"Login Theme","url":"http://updates.jenkins-ci.org/download/plugins/login-theme/1.0/login-theme.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/login-theme"},"logstash":{"buildDate":"May 24, 2019","compatibleSinceVersion":"2.0","dependencies":[{"name":"workflow-step-api","optional":true,"version":"2.15"},{"name":"credentials","optional":false,"version":"2.1.11"},{"name":"junit","optional":false,"version":"1.10"},{"name":"structs","optional":false,"version":"1.14"}],"developers":[{"developerId":"jesusaurus","email":"jesusaurus@inbox.com","name":"K Jonathan Harker"},{"developerId":"rgerard","email":"rusty.gerard@gmail.com","name":"Rusty Gerard"},{"developerId":"jbochenski","email":"kuba.bochenski+logstash-plugin@gmail.com","name":"Jakub Bocheński"}],"excerpt":"Adds the possibility to push builds logs and build data to a Logstash indexer such as Redis, RabbitMQ, Elastic Search or to Syslog.","gav":"org.jenkins-ci.plugins:logstash:2.3.1","labels":["external","buildwrapper","report","post-build"],"name":"logstash","previousTimestamp":"2018-10-01T14:24:02.00Z","previousVersion":"2.3.0","releaseTimestamp":"2019-05-24T12:11:46.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/logstash-plugin","sha1":"Q9Bo5drOPpyBtuTc6CZrG2wRLNY=","sha256":"+cqYIMYgof4+S0rNuvMGHDHHMfIa47lBktZBcKIJLJA=","title":"Logstash","url":"http://updates.jenkins-ci.org/download/plugins/logstash/2.3.1/logstash.hpi","version":"2.3.1","wiki":"https://plugins.jenkins.io/logstash"},"lotus-connections-plugin":{"buildDate":"Jan 10, 2014","dependencies":[],"developers":[{"developerId":"philrumble","email":"prumble@au1.ibm.com","name":"Phil Rumble"}],"excerpt":"This plugin will post build status and or forum messages to Lotus Connections.","gav":"org.jenkins-ci.plugins:lotus-connections-plugin:1.25","labels":["notifier"],"name":"lotus-connections-plugin","previousTimestamp":"2014-01-09T07:35:39.00Z","previousVersion":"1.24","releaseTimestamp":"2014-01-10T01:01:26.00Z","requiredCore":"1.425","scm":"https://github.com/jenkinsci/lotus-connections-plugin","sha1":"Ptp78oxPtUi4TIYkTiWibKEbsNs=","sha256":"kxbFcAu92EGHiBpO/BwAGIn+PWKYSyG69RbTrJaNpqo=","title":"Lotus Connections","url":"http://updates.jenkins-ci.org/download/plugins/lotus-connections-plugin/1.25/lotus-connections-plugin.hpi","version":"1.25","wiki":"https://plugins.jenkins.io/lotus-connections-plugin"},"lucene-search":{"buildDate":"Mar 16, 2016","dependencies":[{"name":"junit","optional":false,"version":"1.9"}],"developers":[{"developerId":"tobias-","email":"tobias@olsson.be","name":"Tobias Olsson"},{"developerId":"hanabishi","email":"jenkins@hanabi.se","name":"Marcus Jacobsson"}],"excerpt":"Stores build data in a Lucene database for faster search.","gav":"org.jenkins-ci.plugins:lucene-search:4.4","labels":[],"name":"lucene-search","previousTimestamp":"2015-12-21T07:00:59.00Z","previousVersion":"4.2","releaseTimestamp":"2016-03-16T07:29:59.00Z","requiredCore":"1.590","scm":"https://github.com/jenkinsci/lucene-search-plugin","sha1":"C1RUyGqzPdjg5L+o2wJh+lZIk38=","sha256":"qS8q6DhWcif3uk2iNe3rq2S/6VafU0kwlzQ92NOFUew=","title":"Lucene-Search","url":"http://updates.jenkins-ci.org/download/plugins/lucene-search/4.4/lucene-search.hpi","version":"4.4","wiki":"https://plugins.jenkins.io/lucene-search"},"m2release":{"buildDate":"Jul 26, 2019","compatibleSinceVersion":"0.15","dependencies":[{"name":"dashboard-view","optional":true,"version":"2.0"},{"name":"maven-plugin","optional":false,"version":"1.509.3"}],"developers":[{"developerId":"teilo","name":"James Nord"},{"developerId":"m68k","name":"Christian Slama"},{"developerId":"imod","name":"Dominik Bartholdi"}],"excerpt":"A plug-in that enables you to perform releases using the maven-release-plugin<\/a> from Jenkins.","gav":"org.jenkins-ci.plugins.m2release:m2release:0.15.0","labels":["buildwrapper","maven"],"name":"m2release","previousTimestamp":"2014-03-31T17:13:29.00Z","previousVersion":"0.14.0","releaseTimestamp":"2019-07-26T11:43:53.00Z","requiredCore":"1.509.3","scm":"https://github.com/jenkinsci/m2release-plugin/","sha1":"Ppz2MC4fjNMJ6hHENz/Hln9Q1o0=","sha256":"gKOPiaXDLiuvlLM+y1cqGi2jw/ocMUAk5MzNIwzX5b4=","title":"Maven Release Plug-in","url":"http://updates.jenkins-ci.org/download/plugins/m2release/0.15.0/m2release.hpi","version":"0.15.0","wiki":"https://plugins.jenkins.io/m2release"},"mabl-integration":{"buildDate":"Jul 30, 2019","dependencies":[{"name":"structs","optional":false,"version":"1.13"}],"developers":[{"developerId":"mabl","email":"joe@mabl.com","name":"Joseph Lust"}],"excerpt":"mabl remote journey launcher","gav":"com.mabl.integration.jenkins:mabl-integration:0.0.13","labels":[],"name":"mabl-integration","previousTimestamp":"2018-11-27T22:38:45.00Z","previousVersion":"0.0.12","releaseTimestamp":"2019-07-30T18:50:19.00Z","requiredCore":"1.580.1","scm":"https://github.com/jenkinsci/mabl-integration-plugin","sha1":"4tPaJ/8Wq55gUFJ6qc67piJi6MY=","sha256":"ED9qRHsydlLwvfDfavGSLXZKzpFXCfOYbNMxQEtKKuY=","title":"mabl","url":"http://updates.jenkins-ci.org/download/plugins/mabl-integration/0.0.13/mabl-integration.hpi","version":"0.0.13","wiki":"https://plugins.jenkins.io/mabl-integration"},"macstadium-orka":{"buildDate":"Aug 29, 2019","dependencies":[{"name":"credentials","optional":false,"version":"2.1.18"},{"name":"ssh-slaves","optional":false,"version":"1.21"}],"developers":[{"developerId":"ispasov","email":"ivan@st6.io","name":"Ivan Spasov"}],"excerpt":"This plugin integrates Jenkins with Orka by MacStadium<\/a>, a virtualization layer for Mac build infrastructure built on genuine Apple hardware. The plugin allows you to provision both permanent and ephemeral agents in an Orka environment.","gav":"io.jenkins.plugins:macstadium-orka:1.2","labels":[],"name":"macstadium-orka","previousTimestamp":"2019-08-16T19:20:47.00Z","previousVersion":"1.1","releaseTimestamp":"2019-08-29T08:59:59.00Z","requiredCore":"2.7.3","scm":"https://github.com/jenkinsci/macstadium-orka-plugin","sha1":"FARmiNdcDpPeTVluoxrG+mM1aII=","sha256":"iVLNjYYS+WvlpEK+IZ1q9TsAfBbpmOb3WTD29XeVN+o=","title":"Orka by MacStadium","url":"http://updates.jenkins-ci.org/download/plugins/macstadium-orka/1.2/macstadium-orka.hpi","version":"1.2","wiki":"https://plugins.jenkins.io/macstadium-orka"},"mail-watcher-plugin":{"buildDate":"Nov 23, 2016","dependencies":[{"name":"mailer","optional":false,"version":"1.6"},{"name":"maven-plugin","optional":false,"version":"2.11"},{"name":"jobConfigHistory","optional":true,"version":"2.0"}],"developers":[{"developerId":"olivergondza","email":"ogondza@gmail.com","name":"Oliver Gondža"}],"excerpt":"This plugin notifies configured email recipients on various events.","gav":"org.jenkins-ci.plugins:mail-watcher-plugin:1.16","labels":["notifier"],"name":"mail-watcher-plugin","previousTimestamp":"2016-08-23T17:51:34.00Z","previousVersion":"1.15","releaseTimestamp":"2016-11-23T12:45:29.00Z","requiredCore":"1.609","scm":"https://github.com/jenkinsci/mail-watcher-plugin","sha1":"OB7KU04w79i266lQXj8dFMmxNSI=","sha256":"rqB2ugKsWFuYo9p+nX0fQ48w55+VbApZdPeclAHJ2s0=","title":"Mail Watcher","url":"http://updates.jenkins-ci.org/download/plugins/mail-watcher-plugin/1.16/mail-watcher-plugin.hpi","version":"1.16","wiki":"https://plugins.jenkins.io/mail-watcher-plugin"},"mailcommander":{"buildDate":"Mar 29, 2011","dependencies":[],"developers":[{"developerId":"sikakura","email":"sikakura@gmail.com","name":"Naoto Shikakura"}],"excerpt":"This plug-in provides function that read a mail subject as a CLI Command.","gav":"org.jenkins-ci.plugins:mailcommander:1.0.0","labels":["misc","trigger"],"name":"mailcommander","releaseTimestamp":"2011-03-29T09:40:22.00Z","requiredCore":"1.398","scm":"https://github.com/jenkinsci/mail-commander-plugin","sha1":"VIMj7SMq0q1KjiWU3XV2LoKl4ck=","sha256":"QK+/BP569dJuEnYJZ45o0NkbAP/Ob79bz2F0wfKw1gc=","title":"Mail Commander Plugin for Jenkins-ci","url":"http://updates.jenkins-ci.org/download/plugins/mailcommander/1.0.0/mailcommander.hpi","version":"1.0.0","wiki":"https://plugins.jenkins.io/mailcommander"},"mailer":{"buildDate":"Sep 03, 2019","dependencies":[{"name":"display-url-api","optional":false,"version":"2.3.1"}],"developers":[{"developerId":"adrien"}],"excerpt":"This plugin allows you to configure email notifications for build results","gav":"org.jenkins-ci.plugins:mailer:1.26","labels":[],"minimumJavaVersion":"1.8","name":"mailer","previousTimestamp":"2019-08-30T13:52:32.00Z","previousVersion":"1.25","releaseTimestamp":"2019-09-03T10:44:07.00Z","requiredCore":"2.150.1","scm":"https://github.com/jenkinsci/mailer-plugin","sha1":"cD0cmjFNDLXkCTieDt1w5oMMVIA=","sha256":"37oYrdrGdMcYpLJV+CV3QGbic7B3xAKBP7EXKUGv9PM=","title":"Mailer","url":"http://updates.jenkins-ci.org/download/plugins/mailer/1.26/mailer.hpi","version":"1.26","wiki":"https://plugins.jenkins.io/mailer"},"mailmap-resolver":{"buildDate":"Jan 17, 2014","dependencies":[{"name":"mailer","optional":false,"version":"1.5"}],"developers":[{"developerId":"slide","email":"slide.o.mix@gmail.com","name":"Alex Earl"}],"excerpt":"This plugin is a sample to explain how to write a Jenkins plugin.","gav":"org.jenkins-ci.plugins:mailmap-resolver:0.2","labels":[],"name":"mailmap-resolver","previousTimestamp":"2014-01-12T17:50:47.00Z","previousVersion":"0.1","releaseTimestamp":"2014-01-17T03:42:20.00Z","requiredCore":"1.532.1","scm":"https://github.com/jenkinsci/mailmap-resolver-plugin","sha1":"yQi/carARqHkLcpx8OPoTqIM+go=","sha256":"Wt0Y5Pc4KRRIZbnu1TrSwoQcK5h0+jaRTvC2E6z/h4M=","title":"Mail Map Resolver","url":"http://updates.jenkins-ci.org/download/plugins/mailmap-resolver/0.2/mailmap-resolver.hpi","version":"0.2","wiki":"https://plugins.jenkins.io/mailmap-resolver"},"maintenance-jobs-scheduler":{"buildDate":"Dec 28, 2015","dependencies":[],"developers":[{"developerId":"v1v","email":"VictorMartinezRubio@gmail.com","name":"Victor Martinez"}],"excerpt":"This plugin is a sample to explain how to write a Jenkins plugin.","gav":"org.jenkins-ci.plugins:maintenance-jobs-scheduler:0.1.0","labels":["misc"],"name":"maintenance-jobs-scheduler","releaseTimestamp":"2015-12-28T16:31:28.00Z","requiredCore":"1.590","scm":"https://github.com/jenkinsci/maintenance-jobs-scheduler-plugin","sha1":"4YRafGcWp5gNuatUlUcHbgKHPsk=","sha256":"UHTTY/vO9K9LOGgOEjnl6kok8Nm2Mwb+mRzAtSh17vc=","title":"Maintenance Jobs Scheduler","url":"http://updates.jenkins-ci.org/download/plugins/maintenance-jobs-scheduler/0.1.0/maintenance-jobs-scheduler.hpi","version":"0.1.0","wiki":"https://plugins.jenkins.io/maintenance-jobs-scheduler"},"managed-scripts":{"buildDate":"Aug 15, 2017","dependencies":[{"name":"token-macro","optional":false,"version":"1.12.1"},{"name":"config-file-provider","optional":false,"version":"2.16.3"}],"developers":[{"developerId":"imod","name":"Dominik Bartholdi"}],"excerpt":"This plugin allows to centrally manage shell scripts and reference these as build steps in your builds.","gav":"org.jenkinsci.plugins:managed-scripts:1.4","labels":["builder"],"name":"managed-scripts","previousTimestamp":"2016-12-27T12:36:59.00Z","previousVersion":"1.3","releaseTimestamp":"2017-08-15T07:14:33.00Z","requiredCore":"1.642.3","scm":"https://github.com/jenkinsci/managed-scripts-plugin","sha1":"8jIXOsDJCRLM4fHDirpFKaoKifY=","sha256":"9PucLx/6Y2WleMYgvb/Cl6nOVyo7Q91UmLYoJXnOipA=","title":"Managed Scripts","url":"http://updates.jenkins-ci.org/download/plugins/managed-scripts/1.4/managed-scripts.hpi","version":"1.4","wiki":"https://plugins.jenkins.io/managed-scripts"},"mantis":{"buildDate":"Feb 16, 2015","dependencies":[{"name":"mercurial","optional":true,"version":"1.38"},{"name":"cvs","optional":true,"version":"2.0"},{"name":"matrix-project","optional":false,"version":"1.4"},{"name":"subversion","optional":true,"version":"1.34"},{"name":"maven-plugin","optional":false,"version":"2.8"},{"name":"git","optional":true,"version":"1.1.16"},{"name":"junit","optional":false,"version":"1.4"}],"developers":[{"developerId":"sogabe","email":"s.sogabe@gmail.com","name":"Seiji Sogabe"}],"excerpt":"This plugin integrates Mantis Bug Tracker<\/a> to Jenkins.","gav":"org.jenkins-ci.plugins:mantis:0.26","labels":["external"],"name":"mantis","previousTimestamp":"2013-06-01T07:21:43.00Z","previousVersion":"0.25","releaseTimestamp":"2015-02-16T14:29:51.00Z","requiredCore":"1.580.3","scm":"https://github.com/jenkinsci/mantis-plugin","sha1":"Wm19x1m5UrVqd+Bh5+gcZL9h8tU=","sha256":"qrmrQWvHndA2ZJ04j5xczsXec1Mb/ACkk0EYhqvmOBE=","title":"Mantis","url":"http://updates.jenkins-ci.org/download/plugins/mantis/0.26/mantis.hpi","version":"0.26","wiki":"https://plugins.jenkins.io/mantis"},"mapdb-api":{"buildDate":"May 25, 2016","dependencies":[],"developers":[{"developerId":"stephenc","name":"Stephen Connolly"}],"excerpt":"This plugin provides a shared dependency on the MapDB<\/a> library so that other plugins can co-operate when using this library.","gav":"org.jenkins-ci.plugins:mapdb-api:1.0.9.0","labels":[],"name":"mapdb-api","previousTimestamp":"2014-10-24T15:52:41.00Z","previousVersion":"1.0.6.0","releaseTimestamp":"2016-05-25T10:22:28.00Z","requiredCore":"1.565","scm":"https://github.com/jenkinsci/mapdb-api-plugin","sha1":"G387cGHm0r6itKEuU5drSVeLbyU=","sha256":"BywRo0zyH4f5xEvwG0MMXqd+gJbQd+hTPeZU7wDz+HE=","title":"MapDB API","url":"http://updates.jenkins-ci.org/download/plugins/mapdb-api/1.0.9.0/mapdb-api.hpi","version":"1.0.9.0","wiki":"https://plugins.jenkins.io/mapdb-api"},"marathon":{"buildDate":"Sep 07, 2017","dependencies":[{"name":"workflow-step-api","optional":true,"version":"1.13"},{"name":"credentials","optional":false,"version":"1.22"},{"name":"plain-credentials","optional":false,"version":"1.1"}],"developers":[{"developerId":"aquamatthias","email":"matthias@mesosphere.io","name":"Matthias Veit"},{"developerId":"colin-msphere","email":"colin@mesosphere.io","name":"Colin Creeden"},{"developerId":"rji","email":"roger@mesosphere.io","name":"Roger Ignazio"},{"developerId":"sschneid","email":"sschneider@mesosphere.io","name":"Scott Schneider"},{"developerId":"ssk2","email":"sunil@mesosphere.io","name":"Sunil Shah"},{"developerId":"titosand","email":"tsandoval@mesosphere.io","name":"Tito Sandoval"}],"excerpt":"Deploy applications to Marathon after a build.","gav":"com.mesosphere.velocity:marathon:1.6.0","labels":["plugin-misc","pipeline","plugin-external","plugin-post-build"],"name":"marathon","previousTimestamp":"2017-05-31T21:30:01.00Z","previousVersion":"1.5.0","releaseTimestamp":"2017-09-07T17:53:52.00Z","requiredCore":"1.642.1","scm":"https://github.com/jenkinsci/marathon-plugin","sha1":"FvgHeMbPSh8sos3FE9AsDY8u4dg=","sha256":"iWryaFZSwVRuG7T00hix574IfZndlZ39POLuxJMu/sw=","title":"Marathon Deployment","url":"http://updates.jenkins-ci.org/download/plugins/marathon/1.6.0/marathon.hpi","version":"1.6.0","wiki":"https://plugins.jenkins.io/marathon"},"mashup-portlets-plugin":{"buildDate":"May 08, 2019","dependencies":[{"name":"dashboard-view","optional":false,"version":"2.10"},{"name":"jquery","optional":false,"version":"1.12.4-0"}],"developers":[{"developerId":"ghenzler","email":"jenkins@ghenzler.de","name":"G.Henzler"}],"excerpt":"Additional Dashboard Portlets: Generic JS Portlet (lets you pull in arbitrary content via JS), Recent Changes Portlet (shows the SCM changes for a given job), SonarQube Portlets (show SonarQube statistics directly in Jenkins) and Test Results Portlet (shows the test results for a given job).","gav":"javagh.jenkins:mashup-portlets-plugin:1.1.0","labels":["ui","external"],"name":"mashup-portlets-plugin","previousTimestamp":"2018-04-04T23:01:57.00Z","previousVersion":"1.0.9","releaseTimestamp":"2019-05-08T23:09:23.00Z","requiredCore":"2.164","scm":"https://github.com/jenkinsci/mashup-portlets-plugin","sha1":"5zrE6dGOQaUOSWV1pb0OUpQupsU=","sha256":"OmzdriwcIDVsAk6oXqK5UC+nA7qShgTr6VROpIl0ZIQ=","title":"Mashup Portlets","url":"http://updates.jenkins-ci.org/download/plugins/mashup-portlets-plugin/1.1.0/mashup-portlets-plugin.hpi","version":"1.1.0","wiki":"https://plugins.jenkins.io/mashup-portlets-plugin"},"mask-passwords":{"buildDate":"Jun 01, 2018","dependencies":[],"developers":[{"developerId":"rseguy","email":"romain.seguy@gmail.com","name":"Romain Seguy"},{"developerId":"oleg_nenashev","name":"Oleg Nenashev"}],"excerpt":"This plugin allows masking passwords that may appear in the console.","gav":"org.jenkins-ci.plugins:mask-passwords:2.12.0","labels":["misc","buildwrapper"],"name":"mask-passwords","previousTimestamp":"2018-03-13T14:24:34.00Z","previousVersion":"2.11.0","releaseTimestamp":"2018-06-01T07:16:49.00Z","requiredCore":"1.642.4","scm":"https://github.com/jenkinsci/mask-passwords-plugin","sha1":"ODtddYnzPCC/dkyh1RhrieCscaA=","sha256":"C7kkOe22XP+KRQP9DozPSoSKPAlpFlcmlUD/KfHiXDk=","title":"Mask Passwords","url":"http://updates.jenkins-ci.org/download/plugins/mask-passwords/2.12.0/mask-passwords.hpi","version":"2.12.0","wiki":"https://plugins.jenkins.io/mask-passwords"},"mathworks-polyspace":{"buildDate":"Apr 24, 2019","dependencies":[{"name":"credentials","optional":false,"version":"1.14"},{"name":"mailer","optional":false,"version":"1.10"}],"developers":[{"developerId":"pascal-brand38","email":"pascal.brand38@gmail.com","name":"Pascal Brand"}],"excerpt":"This plugin integrates Polyspace (R)<\/a> products with Jenkins for automated analysis. Polyspace (R)<\/a> static code analysis products can prove absence of critical run-time errors using formal methods, find hundreds of classes of bugs, and check for adherence to coding rules (MISRA C, MISRA C++, JSF++) and security rules (CWE, CERT-C, CERT-C++, ISO/IEC 17961).","gav":"io.jenkins.plugins:mathworks-polyspace:1.0.1","labels":[],"name":"mathworks-polyspace","previousTimestamp":"2019-03-26T09:22:16.00Z","previousVersion":"1.0.0","releaseTimestamp":"2019-04-24T13:23:41.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/mathworks-polyspace-plugin","sha1":"A8LqZv8FRdkKgZ2R373q9c9FjAY=","sha256":"ecypsoAbu6fetmmBNgBYKQjybquKl23Q4vBcjZBffrQ=","title":"MathWorks Polyspace","url":"http://updates.jenkins-ci.org/download/plugins/mathworks-polyspace/1.0.1/mathworks-polyspace.hpi","version":"1.0.1","wiki":"https://plugins.jenkins.io/mathworks-polyspace"},"matlab":{"buildDate":"Aug 21, 2019","dependencies":[],"developers":[{"developerId":"mathworks_ci_team","email":"nbhoski@mathworks.com","name":"MathWorks"}],"excerpt":"This plugin integrates MATLAB (R) with Jenkins and provides Jenkins interface to run MATLAB and Simulink (R) tests.","gav":"org.jenkins-ci.plugins:matlab:1.0.2","labels":[],"name":"matlab","previousTimestamp":"2019-05-10T04:17:24.00Z","previousVersion":"1.0.1","releaseTimestamp":"2019-08-21T09:27:25.00Z","requiredCore":"2.7.3","scm":"https://github.com/jenkinsci/matlab-plugin","sha1":"g6XFdYBGi4V2cd44hbnEDqcmplo=","sha256":"kZq/Ygysnhqge2eNM/QB7vnntctonfU3LQt8vYofEOQ=","title":"MATLAB","url":"http://updates.jenkins-ci.org/download/plugins/matlab/1.0.2/matlab.hpi","version":"1.0.2","wiki":"https://plugins.jenkins.io/matlab"},"matrix-auth":{"buildDate":"May 02, 2019","compatibleSinceVersion":"2.0","dependencies":[{"name":"configuration-as-code","optional":true,"version":"1.12"},{"name":"cloudbees-folder","optional":true,"version":"6.1.0"}],"developers":[{"developerId":"danielbeck"}],"excerpt":"Offers matrix-based security authorization strategies (global and per-project).","gav":"org.jenkins-ci.plugins:matrix-auth:2.4.2","labels":["user"],"minimumJavaVersion":"1.8","name":"matrix-auth","previousTimestamp":"2019-04-27T14:59:19.00Z","previousVersion":"2.4.1","releaseTimestamp":"2019-05-02T21:45:49.00Z","requiredCore":"2.138.3","scm":"https://github.com/jenkinsci/matrix-auth-plugin","sha1":"9VQMvoZeckEshrIkOmp3XuxSFRY=","sha256":"jzDgStj8ZfurlaEbeoU0W0HdJzq/fJFursem2KhBcug=","title":"Matrix Authorization Strategy","url":"http://updates.jenkins-ci.org/download/plugins/matrix-auth/2.4.2/matrix-auth.hpi","version":"2.4.2","wiki":"https://plugins.jenkins.io/matrix-auth"},"matrix-combinations-parameter":{"buildDate":"Mar 03, 2018","dependencies":[{"name":"rebuild","optional":true,"version":"1.21"},{"name":"matrix-project","optional":false,"version":"1.7"}],"developers":[{"developerId":"ikedam"}],"excerpt":"Adds a new parameter type called Matrix Combinations Parameter which allows the user to choose which matrix combinations he wants to run","gav":"org.jenkins-ci.plugins:matrix-combinations-parameter:1.3.0","labels":["parameter","misc"],"name":"matrix-combinations-parameter","previousTimestamp":"2017-06-03T05:14:01.00Z","previousVersion":"1.2.0","releaseTimestamp":"2018-03-03T01:20:29.00Z","requiredCore":"1.651.3","scm":"https://github.com/jenkinsci/matrix-combinations-plugin","sha1":"L9PFbjO2341peXXLeI5QYQiTwMQ=","sha256":"HjP3DBvvnJloCh6TttHNwbIok0LWw2jWOzEA8abL9ww=","title":"Matrix Configuration Parameter","url":"http://updates.jenkins-ci.org/download/plugins/matrix-combinations-parameter/1.3.0/matrix-combinations-parameter.hpi","version":"1.3.0","wiki":"https://plugins.jenkins.io/matrix-combinations-parameter"},"matrix-groovy-execution-strategy":{"buildDate":"Aug 23, 2017","dependencies":[{"name":"matrix-project","optional":false,"version":"1.6"},{"name":"script-security","optional":false,"version":"1.15"},{"name":"envinject","optional":true,"version":"1.23"}],"developers":[{"developerId":"jeremym","email":"jeremystuartmarshall@gmail.com","name":"Jeremy Marshall"}],"excerpt":"Matrix Groovy Execution Strategy Plugin","gav":"org.jenkins-ci.plugins:matrix-groovy-execution-strategy:1.0.7","labels":["groovy-related","misc"],"name":"matrix-groovy-execution-strategy","previousTimestamp":"2017-07-09T11:24:37.00Z","previousVersion":"1.0.6","releaseTimestamp":"2017-08-23T21:07:08.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/matrix-groovy-execution-strategy-plugin","sha1":"VFHAh94sP1hBi1z9TiSI4xhD0UY=","sha256":"YnLMRE8Qliaap+CMSah1/9xhpjYLAfezJ1KEq8L+SGE=","title":"Matrix Groovy Execution Strategy","url":"http://updates.jenkins-ci.org/download/plugins/matrix-groovy-execution-strategy/1.0.7/matrix-groovy-execution-strategy.hpi","version":"1.0.7","wiki":"https://plugins.jenkins.io/matrix-groovy-execution-strategy"},"matrix-project":{"buildDate":"Feb 27, 2019","dependencies":[{"name":"junit","optional":false,"version":"1.20"},{"name":"script-security","optional":false,"version":"1.54"}],"developers":[{"developerId":"olivergondza","name":"Oliver Gondza"}],"excerpt":"Multi-configuration (matrix) project type.","gav":"org.jenkins-ci.plugins:matrix-project:1.14","labels":["misc"],"name":"matrix-project","previousTimestamp":"2018-04-10T10:04:19.00Z","previousVersion":"1.13","releaseTimestamp":"2019-02-27T21:41:24.00Z","requiredCore":"2.7.3","scm":"https://github.com/jenkinsci/matrix-project-plugin","sha1":"sBg0X0ORm8L+GwlEpUF6NiHdEkI=","sha256":"iNhO916mPD7YJsrssrwD7Vkgb9FkKI8Cut584mhaOIo=","title":"Matrix Project","url":"http://updates.jenkins-ci.org/download/plugins/matrix-project/1.14/matrix-project.hpi","version":"1.14","wiki":"https://plugins.jenkins.io/matrix-project"},"matrix-reloaded":{"buildDate":"Jun 16, 2014","dependencies":[{"name":"downstream-ext","optional":true,"version":"1.7"}],"developers":[{"developerId":"wolfgarnet","email":"coolers@praqma.net","name":"Christian Wolfgang"}],"excerpt":"The Matrix Reloaded plugin. Used for rebuilding a subset of a matrix' configurations, reusing the rest.","gav":"net.praqma:matrix-reloaded:1.1.3","labels":["misc"],"name":"matrix-reloaded","previousTimestamp":"2014-05-09T13:33:19.00Z","previousVersion":"1.1.2","releaseTimestamp":"2014-06-16T12:23:00.00Z","requiredCore":"1.420","scm":"https://github.com/jenkinsci/matrix-reloaded-plugin","sha1":"vtsRSbRCX2bbN/apFcI6EzA4/7o=","sha256":"n3raWb0TFkJiRKAKwGBUaVctLiEfxOWEfG0E8Q+evVY=","title":"Matrix Reloaded","url":"http://updates.jenkins-ci.org/download/plugins/matrix-reloaded/1.1.3/matrix-reloaded.hpi","version":"1.1.3","wiki":"https://plugins.jenkins.io/matrix-reloaded"},"matrixtieparent":{"buildDate":"May 16, 2013","dependencies":[],"developers":[{"developerId":"kbertelson","name":"Ken Bertelson"}],"excerpt":"Tie execution of Matrix parent build to a Label","gav":"org.jenkins-ci.plugins:matrixtieparent:1.2","labels":["buildwrapper"],"name":"matrixtieparent","releaseTimestamp":"2013-05-16T10:50:01.00Z","requiredCore":"1.420","scm":"https://github.com/jenkinsci/matrixtieparent-plugin","sha1":"tYNahGThSioBgSops6BAhw5eoDc=","sha256":"o65dYbjxnxmflA27G4VP2i6xkuoJNeJdkG15f02Y7yk=","title":"Matrix Tie Parent","url":"http://updates.jenkins-ci.org/download/plugins/matrixtieparent/1.2/matrixtieparent.hpi","version":"1.2","wiki":"https://plugins.jenkins.io/matrixtieparent"},"mattermost":{"buildDate":"Jul 29, 2019","compatibleSinceVersion":"2.4.0","dependencies":[{"name":"junit","optional":false,"version":"1.18"},{"name":"workflow-step-api","optional":true,"version":"1.11"}],"developers":[{"developerId":"jovandeginste","email":"jo.vandeginste@gmail.com","name":"Jo Vandeginste"},{"developerId":"eirikwang","email":"eirilwan@gmail.com","name":"Eirik Wang"}],"excerpt":"This plugin is a Mattermost notifier that can publish build status to Mattermost channels.","gav":"org.jenkins-ci.plugins:mattermost:2.7.0","labels":["notifier"],"name":"mattermost","previousTimestamp":"2019-07-29T16:33:26.00Z","previousVersion":"2.6.4","releaseTimestamp":"2019-07-29T16:43:27.00Z","requiredCore":"2.0","scm":"https://github.com/jenkinsci/mattermost-plugin","sha1":"4GdIMUy4Org0G0v6uRjiyycoFks=","sha256":"53Bm2cAzbAtSQJsX2R/9kr/d9Vq8aLeRIYshHkTmP6E=","title":"Mattermost Notification","url":"http://updates.jenkins-ci.org/download/plugins/mattermost/2.7.0/mattermost.hpi","version":"2.7.0","wiki":"https://plugins.jenkins.io/mattermost"},"maven-artifact-choicelistprovider":{"buildDate":"Jun 12, 2019","dependencies":[{"name":"extensible-choice-parameter","optional":false,"version":"1.6.0"},{"name":"credentials","optional":false,"version":"2.1.18"}],"developers":[{"developerId":"phreakadelle","name":"Stephan Watermeyer"}],"excerpt":"This Plugin adds a new ChoiceListProvider for the "Extensible Choice Plugin" which is able to read Artifact information from a Nexus repository.","gav":"org.jenkins-ci.plugins:maven-artifact-choicelistprovider:1.5.1","labels":["parameter","maven"],"minimumJavaVersion":"1.8","name":"maven-artifact-choicelistprovider","previousTimestamp":"2019-04-29T08:07:46.00Z","previousVersion":"1.5.0","releaseTimestamp":"2019-06-12T12:27:55.00Z","requiredCore":"1.609.3","scm":"https://github.com/jenkinsci/maven-artifact-choicelistprovider-plugin","sha1":"DfQogBelbWCzMFmzyLPb2l0Kkuc=","sha256":"KnVgJh+UjdHpDCjANsx78KkTXqfQ4NQhm3hpvktSJ2A=","title":"Maven Artifact ChoiceListProvider (Nexus)","url":"http://updates.jenkins-ci.org/download/plugins/maven-artifact-choicelistprovider/1.5.1/maven-artifact-choicelistprovider.hpi","version":"1.5.1","wiki":"https://plugins.jenkins.io/maven-artifact-choicelistprovider"},"maven-dependency-update-trigger":{"buildDate":"Apr 24, 2015","dependencies":[{"name":"maven-plugin","optional":false,"version":"2.0"}],"developers":[{"developerId":"olamy","email":"olamy@apache.org"}],"excerpt":"This plugin will check if any SNAPSHOT dependencies (or optionally plugins SNAPSHOT) have been updated during your project's dependencies resolution and trigger a build.","gav":"org.jenkins-ci.plugins:maven-dependency-update-trigger:1.5","labels":["trigger"],"name":"maven-dependency-update-trigger","previousTimestamp":"2011-12-30T15:16:09.00Z","previousVersion":"1.4","releaseTimestamp":"2015-04-24T15:06:06.00Z","requiredCore":"1.554.1","scm":"https://github.com/jenkinsci/maven-dependency-update-trigger-plugin","sha1":"/OXOIY2aFLM1rykV/Th5HVGMk4s=","sha256":"eBf42a5r/+Ag5PdkDAPnj3SH1W1ApFUOMouYrDsQNTo=","title":"Maven Dependency Update Trigger","url":"http://updates.jenkins-ci.org/download/plugins/maven-dependency-update-trigger/1.5/maven-dependency-update-trigger.hpi","version":"1.5","wiki":"https://plugins.jenkins.io/maven-dependency-update-trigger"},"maven-deployment-linker":{"buildDate":"Mar 15, 2013","dependencies":[{"name":"token-macro","optional":false,"version":"1.5.1"},{"name":"async-http-client","optional":false,"version":"1.7.4"}],"developers":[{"developerId":"lshatzer","email":"larrys@gmail.com","name":"Larry Shatzer, Jr."},{"developerId":"vlatombe","email":"vincent.latombe@gmail.com","name":"Vincent Latombe"},{"developerId":"aheritier","email":"aheritier@apache.org","name":"Arnaud H�ritier"},{"developerId":"imod","name":"Dominik Bartholdi"}],"excerpt":"","gav":"org.jvnet.hudson.plugins:maven-deployment-linker:1.5.1","labels":["maven","misc","post-build"],"name":"maven-deployment-linker","previousTimestamp":"2012-05-11T04:12:42.00Z","previousVersion":"1.5","releaseTimestamp":"2013-03-15T18:19:33.00Z","requiredCore":"1.420","scm":"https://github.com/jenkinsci/favorite-plugin","sha1":"VoEl8zYcyLFgUMbi3iVADV8ATw4=","sha256":"Ds/a4xIVCD7jmU2jEZyQGqLLv4M/cTrNQr3vFT2RE7Y=","title":"Maven Deployment Linker","url":"http://updates.jenkins-ci.org/download/plugins/maven-deployment-linker/1.5.1/maven-deployment-linker.hpi","version":"1.5.1","wiki":"https://plugins.jenkins.io/maven-deployment-linker"},"maven-info":{"buildDate":"Mar 05, 2014","dependencies":[{"name":"javadoc","optional":false,"version":"1.0"},{"name":"token-macro","optional":false,"version":"1.7"},{"name":"maven-plugin","optional":false,"version":"1.500"},{"name":"mailer","optional":false,"version":"1.3"}],"developers":[{"developerId":"tomfolga","email":"tomfolga@gmail.com","name":"Tom Folga"},{"developerId":"olamy","email":"olamy@apache.org","name":"Olivier Lamy"},{"developerId":"emenaceb","email":"emenaceb@gmail.com","name":"Emlio Jose Mena Cebrian"}],"excerpt":"Adds columns configurable in views to show info about Maven jobs.","gav":"org.tomfolga:maven-info:0.2.0","labels":["maven","listview-column"],"name":"maven-info","previousTimestamp":"2014-01-29T22:55:15.00Z","previousVersion":"0.1.3","releaseTimestamp":"2014-03-05T23:22:53.00Z","requiredCore":"1.500","scm":"https://github.com/jenkinsci/maven-info-plugin","sha1":"/g5mkixxOQ4M/PC+jKEIFSv+2W4=","sha256":"sVZl0LzoGmxQdXiE28TZRREoBlpPNRU830FuAinHKoo=","title":"Maven Info","url":"http://updates.jenkins-ci.org/download/plugins/maven-info/0.2.0/maven-info.hpi","version":"0.2.0","wiki":"https://plugins.jenkins.io/maven-info"},"maven-invoker-plugin":{"buildDate":"Jan 15, 2019","dependencies":[{"name":"workflow-api","optional":false,"version":"2.22"},{"name":"workflow-step-api","optional":false,"version":"2.12"},{"name":"mailer","optional":false,"version":"1.18"},{"name":"script-security","optional":false,"version":"1.30"},{"name":"structs","optional":false,"version":"1.7"}],"developers":[{"developerId":"olamy"}],"excerpt":"Reports on Maven Invoker it tests","gav":"org.jenkins-ci.plugins:maven-invoker-plugin:2.4","labels":["maven","external"],"name":"maven-invoker-plugin","previousTimestamp":"2018-12-30T05:36:20.00Z","previousVersion":"2.3","releaseTimestamp":"2019-01-15T07:27:16.00Z","requiredCore":"2.89.4","scm":"https://github.com/jenkinsci/maven-invoker-plugin","sha1":"ewYvWfhis4jmDGkvW3GOd3UxffI=","sha256":"DgFaEQektxoIoRpy5iRtz2TFpxTb7a4eb69aHDqOAjA=","title":"Maven Invoker","url":"http://updates.jenkins-ci.org/download/plugins/maven-invoker-plugin/2.4/maven-invoker-plugin.hpi","version":"2.4","wiki":"https://plugins.jenkins.io/maven-invoker-plugin"},"maven-metadata-plugin":{"buildDate":"Jan 10, 2018","dependencies":[{"name":"rebuild","optional":true,"version":"1.25"},{"name":"credentials","optional":false,"version":"1.14"}],"developers":[{"developerId":"markov","email":"gesh@markov.eu","name":"Georgi \"Gesh\" Markov"},{"developerId":"marcrohlfs","email":"Marc.Rohlfs@t-system.com","name":"Marc Rohlfs"}],"excerpt":"Adds a build parameter that presents versions of an artifact from a maven repository as a drop down list.","gav":"eu.markov.jenkins.plugin.mvnmeta:maven-metadata-plugin:2.0.0","labels":["maven","parameter"],"name":"maven-metadata-plugin","previousTimestamp":"2016-05-31T22:03:59.00Z","previousVersion":"1.5.0","releaseTimestamp":"2018-01-10T09:40:56.00Z","requiredCore":"2.32.1","scm":"https://github.com/jenkinsci/maven-metadata-plugin","sha1":"fEABWGlYzwdk1VAbWr9HDYM8wy8=","sha256":"bw8/wdAk5UDoDb2j+JuVCvKrt56h5tfE3FZ5kzO09B8=","title":"Maven Metadata Plugin for Jenkins CI server","url":"http://updates.jenkins-ci.org/download/plugins/maven-metadata-plugin/2.0.0/maven-metadata-plugin.hpi","version":"2.0.0","wiki":"https://plugins.jenkins.io/maven-metadata-plugin"},"maven-plugin":{"buildDate":"Jul 26, 2019","dependencies":[{"name":"apache-httpcomponents-client-4-api","optional":false,"version":"4.5.5-2.1"},{"name":"javadoc","optional":false,"version":"1.0"},{"name":"jsch","optional":false,"version":"0.1.54.2"},{"name":"junit","optional":false,"version":"1.6"},{"name":"mailer","optional":false,"version":"1.7"},{"name":"token-macro","optional":true,"version":"1.10"}],"developers":[{"developerId":"olamy"}],"excerpt":"This plug-in provides, for better and for worse, a deep integration of Jenkins and Maven: Automatic triggers between projects depending on SNAPSHOTs, automated configuration of various Jenkins publishers (Junit, ...).","gav":"org.jenkins-ci.main:maven-plugin:3.4","labels":["builder"],"minimumJavaVersion":"1.8","name":"maven-plugin","previousTimestamp":"2019-06-14T22:57:48.00Z","previousVersion":"3.3","releaseTimestamp":"2019-07-26T02:04:33.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/maven-plugin","sha1":"S4SHOC/7Mkd1Uk3eGZYBSLnQADw=","sha256":"tVT/M5UjLdx4+L9t0VDooJlMMqAeFrZh0lfG+V17RMM=","title":"Maven Integration","url":"http://updates.jenkins-ci.org/download/plugins/maven-plugin/3.4/maven-plugin.hpi","version":"3.4","wiki":"https://plugins.jenkins.io/maven-plugin"},"maven-release-cascade":{"buildDate":"Apr 02, 2013","dependencies":[{"name":"git-client","optional":false,"version":"1.0.4"},{"name":"depgraph-view","optional":false,"version":"0.11"},{"name":"mailer","optional":false,"version":"1.3"},{"name":"m2release","optional":false,"version":"0.9.1"},{"name":"git","optional":false,"version":"1.3.0"},{"name":"token-macro","optional":false,"version":"1.6"},{"name":"jquery-ui","optional":false,"version":"1.0.2"},{"name":"subversion","optional":false,"version":"1.45"},{"name":"maven-plugin","optional":false,"version":"1.503"},{"name":"javadoc","optional":false,"version":"1.0"},{"name":"jquery","optional":false,"version":"1.7.2-1"}],"developers":[{"developerId":"Andrei-Pozolotin","email":"Andrei.Pozolotin@gmail.com","name":"Andrei Pozolotin"}],"excerpt":"Configure and perform maven release cascade","gav":"com.barchart.jenkins:maven-release-cascade:1.3.2","labels":["maven"],"name":"maven-release-cascade","previousTimestamp":"2013-03-25T03:56:55.00Z","previousVersion":"1.3.1","releaseTimestamp":"2013-04-02T04:00:33.00Z","requiredCore":"1.503","scm":"https://github.com/jenkinsci/maven-release-cascade-plugin","sha1":"6AgOeKjN5lbFlVorB7s4rUTdL+g=","sha256":"hDlgIeLEAq8IB3vpsqfRmtD4gihSkhpTrm5u7tD/uec=","title":"Maven Cascade Release","url":"http://updates.jenkins-ci.org/download/plugins/maven-release-cascade/1.3.2/maven-release-cascade.hpi","version":"1.3.2","wiki":"https://plugins.jenkins.io/maven-release-cascade"},"maven-repo-cleaner":{"buildDate":"Jan 08, 2013","dependencies":[{"name":"javadoc","optional":false,"version":"1.0"},{"name":"maven-plugin","optional":false,"version":"1.468"}],"developers":[{"developerId":"abayer","email":"andrew.bayer@gmail.com","name":"Andrew Bayer"},{"developerId":"olamy","name":"Olivier Lamy"}],"excerpt":"","gav":"org.jenkins-ci.plugins:maven-repo-cleaner:1.2","labels":["maven","external"],"name":"maven-repo-cleaner","previousTimestamp":"2012-04-24T11:38:33.00Z","previousVersion":"1.1","releaseTimestamp":"2013-01-08T13:03:40.00Z","requiredCore":"1.468","scm":"https://github.com/jenkinsci/maven-repo-cleaner-plugin","sha1":"AZrDlB5CA7b9DO5cZoQP7AK18Dg=","sha256":"qAocjf0qat+fMeKDtaQlRwKNJm+az3onyNRV69Lzh50=","title":"Maven Repository Scheduled Cleanup","url":"http://updates.jenkins-ci.org/download/plugins/maven-repo-cleaner/1.2/maven-repo-cleaner.hpi","version":"1.2","wiki":"https://plugins.jenkins.io/maven-repo-cleaner"},"maven-snapshot-check":{"buildDate":"May 11, 2019","dependencies":[{"name":"structs","optional":false,"version":"1.7"}],"developers":[{"developerId":"donhui","email":"977675308@nqq.com","name":"donghui"}],"excerpt":"This plugin is used to check if pom.xml contains SNAPSHOT.","gav":"org.jenkins-ci.plugins:maven-snapshot-check:1.3","labels":["builder"],"name":"maven-snapshot-check","previousTimestamp":"2019-05-04T09:30:09.00Z","previousVersion":"1.2","releaseTimestamp":"2019-05-11T09:11:59.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/maven-snapshot-check-plugin","sha1":"/hE/fALh//S1yQjLBiUHoM0rCqQ=","sha256":"abHxL2eUY8Kkero1373hgIyifjpDss3tdUvQZKVrdmM=","title":"Maven SNAPSHOT Check","url":"http://updates.jenkins-ci.org/download/plugins/maven-snapshot-check/1.3/maven-snapshot-check.hpi","version":"1.3","wiki":"https://plugins.jenkins.io/maven-snapshot-check"},"mdt-deployment":{"buildDate":"Jun 01, 2016","dependencies":[],"developers":[{"developerId":"rgroult","email":"remi.groult@gmail.com","name":"Rémi Groult"}],"excerpt":"Deploy your mobile applications (Android, iOS) to <a href=\"https://github.com/rgroult/MobDistTool\">Mobile App Distribution Tool server</a>","gav":"org.jenkins-ci.plugins:mdt-deployment:1.0.4","labels":[],"name":"mdt-deployment","previousTimestamp":"2016-05-26T12:25:21.00Z","previousVersion":"1.0.2","releaseTimestamp":"2016-06-01T14:32:18.00Z","requiredCore":"1.596.1","scm":"https://github.com/jenkinsci/mdt-deployment-plugin","sha1":"RdA9v/p2bDaFtjnFv3/lgJVhXmc=","sha256":"eub9Kxggdmt+xbECQeTcwXFjVAJYCW2FjB16fCKnV64=","title":"MDT Deployment","url":"http://updates.jenkins-ci.org/download/plugins/mdt-deployment/1.0.4/mdt-deployment.hpi","version":"1.0.4","wiki":"https://plugins.jenkins.io/mdt-deployment"},"mdtool":{"buildDate":"Jun 16, 2014","dependencies":[],"developers":[{"developerId":"fen_x","email":"fenix661@gmail.com","name":"Ivan Nikitin"}],"excerpt":"Jenkins plugin to use Xamarin Studio Tool Runner - mdtool.","gav":"org.jenkins-ci.plugins:mdtool:0.1.1","labels":["external","builder","ios","android"],"name":"mdtool","previousTimestamp":"2014-06-16T12:39:55.00Z","previousVersion":"0.1","releaseTimestamp":"2014-06-16T23:19:43.00Z","requiredCore":"1.532.3","scm":"https://github.com/jenkinsci/mdtool-plugin","sha1":"nn+zR+GI8fsSB5kiUki7EEvy/ho=","sha256":"HB4HcLO+A5H0myA9fLrkj6uhoA/VC09LVClUGLxMwxg=","title":"Xamarin Studio Tool Runner","url":"http://updates.jenkins-ci.org/download/plugins/mdtool/0.1.1/mdtool.hpi","version":"0.1.1","wiki":"https://plugins.jenkins.io/mdtool"},"meliora-testlab":{"buildDate":"Jan 30, 2019","dependencies":[{"name":"junit","optional":false,"version":"1.15"},{"name":"tap","optional":true,"version":"1.23"}],"developers":[{"developerId":"meliora","email":"marko.kanala@meliora.fi","name":"Marko Kanala"}],"excerpt":"Publishes results of automated tests to Meliora Testlab, and optionally, injects needed CORS response headers for allowing Testlab -> Jenkins API calls.","gav":"org.jenkins-ci.plugins:meliora-testlab:1.16","labels":["notifier","post-build","external"],"name":"meliora-testlab","previousTimestamp":"2018-07-06T06:59:30.00Z","previousVersion":"1.15","releaseTimestamp":"2019-01-30T12:46:44.00Z","requiredCore":"2.7.3","scm":"https://github.com/jenkinsci/meliora-testlab-plugin","sha1":"1VIbXN18MBoDcEUoBXPtzPEkgNc=","sha256":"IxV034U13l03sLQk6PwxCvW438Wo9d49nJ/5X7pl7iE=","title":"meliora-testlab","url":"http://updates.jenkins-ci.org/download/plugins/meliora-testlab/1.16/meliora-testlab.hpi","version":"1.16","wiki":"https://plugins.jenkins.io/meliora-testlab"},"memegen":{"buildDate":"Dec 09, 2015","dependencies":[],"developers":[{"developerId":"joonty","email":"jon@joncairns.com","name":"Jon Cairns"}],"excerpt":"This plugin generates Meme images when a build fails (and returns to stable), and posts them on the project page.","gav":"hudson.plugins.memegen:memegen:0.5.1","labels":["misc"],"name":"memegen","previousTimestamp":"2012-08-18T13:28:31.00Z","previousVersion":"0.4.3","releaseTimestamp":"2015-12-09T11:22:43.00Z","requiredCore":"1.428","scm":"https://github.com/jenkinsci/memegen","sha1":"FxnQ9BcrSbK+JOKkxFsFR0HzNzw=","sha256":"rrVSwB1W3EmSqpz6UMKRFrCnepnVU3uj2DUSmN77eZw=","title":"Meme Generator","url":"http://updates.jenkins-ci.org/download/plugins/memegen/0.5.1/memegen.hpi","version":"0.5.1","wiki":"https://plugins.jenkins.io/memegen"},"memory-map":{"buildDate":"Apr 06, 2018","compatibleSinceVersion":"2.0","dependencies":[{"name":"job-dsl","optional":true,"version":"1.37"},{"name":"multiple-scms","optional":true,"version":"0.6"},{"name":"workflow-aggregator","optional":false,"version":"2.4"},{"name":"workflow-cps","optional":false,"version":"2.21"}],"developers":[{"developerId":"praqma_josra","email":"josra@praqma.net","name":"Praqma Josra"},{"developerId":"MadsNielsen","email":"man@praqma.net","name":"Mads Nielsen"},{"developerId":"jes-struck","email":"jes@praqma.net","name":"Jes Struck"},{"developerId":"buep","email":"bue@praqma.net","name":"Bue Petersen"},{"developerId":"hleote","email":"hleote@praqma.net","name":"Hugo Leote"},{"developerId":"mvgeorgiev","email":"mvgeorgiev@praqma.net","name":"Martin Georgiev"}],"excerpt":"Enables the parsing of memory map files and their linker scripts. Currently supports Gcc and TexasInstruments compilers","gav":"net.praqma:memory-map:2.2.1","labels":["notifier","report"],"name":"memory-map","previousTimestamp":"2017-01-11T14:14:39.00Z","previousVersion":"2.2.0","releaseTimestamp":"2018-04-06T07:49:52.00Z","requiredCore":"1.642.3","scm":"https://github.com/jenkinsci/memory-map-plugin","sha1":"6lqrAUFCNIut0yW+zWtiRkC5XDA=","sha256":"lRfX9mI501bbbuxJ+symNBF+VLtXubtrGW3yo8krH60=","title":"Memory Map","url":"http://updates.jenkins-ci.org/download/plugins/memory-map/2.2.1/memory-map.hpi","version":"2.2.1","wiki":"https://plugins.jenkins.io/memory-map"},"mentor-questa-vrm":{"buildDate":"Jul 24, 2019","dependencies":[{"name":"dashboard-view","optional":true,"version":"2.9.10"},{"name":"junit","optional":false,"version":"1.19"},{"name":"structs","optional":false,"version":"1.2"}],"developers":[{"developerId":"questa_vrm","email":"JenkinsQuesta_VRMPlugin@mentor.com","name":"JenkinsQuestaVRMPlugin"}],"excerpt":"This plugin adds the ability for Jenkins to publish results from Mentor Graphics Questa Verification Run Manager (VRM).","gav":"com.mentor.questa.vrm.jenkins:mentor-questa-vrm:1.11","labels":["post-build"],"name":"mentor-questa-vrm","previousTimestamp":"2019-02-17T13:32:58.00Z","previousVersion":"1.10","releaseTimestamp":"2019-07-24T16:29:43.00Z","requiredCore":"1.580.1","scm":"https://github.com/jenkinsci/mentor-questa-vrm-plugin","sha1":"D6/jVEtIgB4iTdqpDrXtn8U6uWQ=","sha256":"Nfw6+PdIl005pPq5eYkG1BVd5+GtWOV4P+oRfZjmjMo=","title":"Questa VRM","url":"http://updates.jenkins-ci.org/download/plugins/mentor-questa-vrm/1.11/mentor-questa-vrm.hpi","version":"1.11","wiki":"https://plugins.jenkins.io/mentor-questa-vrm"},"mercurial":{"buildDate":"Jul 30, 2019","compatibleSinceVersion":"2.0","dependencies":[{"name":"credentials","optional":false,"version":"2.2.0"},{"name":"jsch","optional":false,"version":"0.1.54.1"},{"name":"matrix-project","optional":false,"version":"1.14"},{"name":"multiple-scms","optional":true,"version":"0.4-beta-1"},{"name":"scm-api","optional":false,"version":"2.6.3"},{"name":"ssh-credentials","optional":false,"version":"1.17.1"}],"developers":[{"developerId":"jglick","email":"jglick@cloudbees.com","name":"Jesse Glick"},{"developerId":"mfriedenhagen","email":"mfriedenhagen@gmail.com","name":"Mirko Friedenhagen"},{"developerId":"kohsuke","email":"kk@kohsuke.org","name":"Kohsuke Kawaguchi"},{"developerId":"davidmc24","email":"david@carrclan.us","name":"David M. Carr"},{"developerId":"willemv","email":"willem.verstraeten@gmail.com","name":"Willem Verstraeten"}],"excerpt":"This plugin integrates Mercurial SCM<\/a> with Jenkins. It includes repository browsing support for hg serve<\/code>/hgweb<\/code>, Google Code, Bitbucket, FishEye, KilnHG and RhodeCode. Features include guaranteed clean builds, named branch support, module lists, Mercurial tool installation, and automatic caching.","gav":"org.jenkins-ci.plugins:mercurial:2.8","labels":["scm"],"minimumJavaVersion":"1.8","name":"mercurial","previousTimestamp":"2019-07-11T22:04:36.00Z","previousVersion":"2.7","releaseTimestamp":"2019-07-30T16:03:12.00Z","requiredCore":"2.138.4","scm":"https://github.com/jenkinsci/mercurial-plugin","sha1":"7oa1POgrhbDQknVE4I3cSeXOfNU=","sha256":"DXqZT6hRwP1BFcGLx3Y8KN/YAw7OGIk2FfDMc/zosL4=","title":"Mercurial","url":"http://updates.jenkins-ci.org/download/plugins/mercurial/2.8/mercurial.hpi","version":"2.8","wiki":"https://plugins.jenkins.io/mercurial"},"mesos":{"buildDate":"Sep 25, 2018","compatibleSinceVersion":"0.16","dependencies":[{"name":"credentials","optional":false,"version":"1.22"},{"name":"metrics","optional":true,"version":"3.1.2.6"}],"developers":[{"developerId":"benh","email":"benh@berkeley.edu","name":"Benjamin Hindman"},{"developerId":"bmahler","email":"benjamin.mahler@gmail.com","name":"Benjamin Mahler"},{"developerId":"caniszczyk","email":"zx@twitter.com","name":"Chris Aniszczyk"},{"developerId":"vinodkone","email":"vinodkone@gmail.com","name":"Vinod Kone"},{"developerId":"mohitsoni","email":"mohitsoni1989@gmail.com","name":"Mohit Soni"},{"developerId":"maselvaraj","email":"citizenmani@gmail.com","name":"Manivannan Selvaraj"},{"developerId":"vlatombe","email":"vincent@latombe.net","name":"Vincent Latombe"}],"excerpt":"This plugin can be used to connect Jenkins to a Mesos cluster and dynamically launch Jenkins slaves based on the work load.","gav":"org.jenkins-ci.plugins:mesos:0.18.1","labels":["cluster","slaves"],"name":"mesos","previousTimestamp":"2018-09-12T09:17:24.00Z","previousVersion":"0.18","releaseTimestamp":"2018-09-25T13:00:11.00Z","requiredCore":"2.7.3","scm":"https://github.com/jenkinsci/mesos-plugin","sha1":"qH0EYJNdJj/93xFbrQ8fAwunIag=","sha256":"dhvOJCjuhBfKMJFCMfO1exRIFRxav0SI8RfYKRRZEfQ=","title":"mesos","url":"http://updates.jenkins-ci.org/download/plugins/mesos/0.18.1/mesos.hpi","version":"0.18.1","wiki":"https://plugins.jenkins.io/mesos"},"metadata":{"buildDate":"Dec 16, 2013","dependencies":[{"name":"maven-plugin","optional":false,"version":"1.509.3"}],"developers":[{"developerId":"rsandell","email":"robert.sandell@sonymobile.com","name":"Robert Sandell"},{"developerId":"t_westling","email":"tomas.westling@sonymobile.com","name":"Tomas Westling"}],"excerpt":"","gav":"com.sonyericsson.hudson.plugins.metadata:metadata:1.1.0b","labels":["misc","cli","library","ui"],"name":"metadata","previousTimestamp":"2012-11-22T14:55:19.00Z","previousVersion":"1.0b","releaseTimestamp":"2013-12-16T16:09:57.00Z","requiredCore":"1.509.3","scm":"https://github.com/jenkinsci/metadata-plugin","sha1":"Yn9yRsDQMh2ulAheNtS9e51UhL0=","sha256":"77Ppzh0jy7aYezvV2PoH2d54gsat2eDteVamCgfqGI4=","title":"Metadata","url":"http://updates.jenkins-ci.org/download/plugins/metadata/1.1.0b/metadata.hpi","version":"1.1.0b","wiki":"https://plugins.jenkins.io/metadata"},"metrics":{"buildDate":"Jul 03, 2019","dependencies":[{"name":"workflow-durable-task-step","optional":true,"version":"2.15"},{"name":"jackson2-api","optional":false,"version":"2.8.10.1"},{"name":"variant","optional":false,"version":"1.1"}],"developers":[{"developerId":"stephenconnolly","name":"Stephen Connolly"}],"excerpt":"This plugin exposes the Metrics API to Jenkins plugins.","gav":"org.jenkins-ci.plugins:metrics:4.0.2.5","labels":[],"minimumJavaVersion":"1.8","name":"metrics","previousTimestamp":"2019-06-12T10:56:10.00Z","previousVersion":"4.0.2.4","releaseTimestamp":"2019-07-03T09:12:18.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/metrics-plugin","sha1":"KpMA34UMT8KXyQvd0mYhnlMnmDU=","sha256":"yfRpAA2fuN+xdtY8SLxfpC2SV+pQUBSD5soDIgtIBmQ=","title":"Metrics","url":"http://updates.jenkins-ci.org/download/plugins/metrics/4.0.2.5/metrics.hpi","version":"4.0.2.5","wiki":"https://plugins.jenkins.io/metrics"},"metrics-datadog":{"buildDate":"Apr 23, 2019","dependencies":[{"name":"metrics","optional":false,"version":"3.1.2.10"}],"developers":[{"developerId":"mpapo","email":"mpailloncy@cloudbees.com","name":"Michaël Pailloncy"}],"excerpt":"This plugin is a Metrics Plugin reporter for DataDog.","gav":"io.jenkins.plugins:metrics-datadog:1.0","labels":[],"minimumJavaVersion":"1.8","name":"metrics-datadog","releaseTimestamp":"2019-04-23T10:32:05.00Z","requiredCore":"2.138.4","scm":"https://github.com/jenkinsci/metrics-datadog-plugin","sha1":"gl5Ox826xR5zNONE7PypFAtAySU=","sha256":"okCR9tTboNl49k9K523iAC0ryLGwbkiQAfESrVs8B68=","title":"Metrics DataDog","url":"http://updates.jenkins-ci.org/download/plugins/metrics-datadog/1.0/metrics-datadog.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/metrics-datadog"},"metrics-diskusage":{"buildDate":"Mar 19, 2014","dependencies":[{"name":"metrics","optional":false,"version":"3.0.0"},{"name":"disk-usage","optional":false,"version":"0.23"}],"developers":[{"developerId":"stephenconnolly","name":"Stephen Connolly"}],"excerpt":"This plugin adds metrics from the Disk Usage plugin to the Metrics.","gav":"org.jenkins-ci.plugins:metrics-diskusage:3.0.0","labels":[],"name":"metrics-diskusage","releaseTimestamp":"2014-03-19T17:48:03.00Z","requiredCore":"1.520","scm":"https://github.com/jenkinsci/metrics-diskusage-plugin","sha1":"QK5p7AbRMPgsi6qnS6AcAIfErvQ=","sha256":"peDdfrVZSPDgzmUlG0bdyASA3kNeB8U+OfszPNdJFDk=","title":"Metrics Disk Usage","url":"http://updates.jenkins-ci.org/download/plugins/metrics-diskusage/3.0.0/metrics-diskusage.hpi","version":"3.0.0","wiki":"https://plugins.jenkins.io/metrics-diskusage"},"metrics-ganglia":{"buildDate":"Mar 19, 2014","dependencies":[{"name":"metrics","optional":false,"version":"3.0.0"}],"developers":[{"developerId":"stephenconnolly","name":"Stephen Connolly"}],"excerpt":"This plugin streams Metrics to a ganglia server.","gav":"org.jenkins-ci.plugins:metrics-ganglia:3.0.0","labels":[],"name":"metrics-ganglia","releaseTimestamp":"2014-03-19T17:48:31.00Z","requiredCore":"1.520","scm":"https://github.com/jenkinsci/metrics-ganglia-plugin","sha1":"cB3Sz2oXvmiUQq76zBNvHCytldg=","sha256":"j34nOqxFLIIOi6uynfZMBckmTmz8j1au9Hv6hrGeBJk=","title":"Metrics Ganglia Reporting","url":"http://updates.jenkins-ci.org/download/plugins/metrics-ganglia/3.0.0/metrics-ganglia.hpi","version":"3.0.0","wiki":"https://plugins.jenkins.io/metrics-ganglia"},"metrics-graphite":{"buildDate":"Mar 19, 2014","dependencies":[{"name":"metrics","optional":false,"version":"3.0.0"}],"developers":[{"developerId":"stephenconnolly","name":"Stephen Connolly"}],"excerpt":"This plugin streams Metrics to a Graphite server.","gav":"org.jenkins-ci.plugins:metrics-graphite:3.0.0","labels":[],"name":"metrics-graphite","releaseTimestamp":"2014-03-19T17:48:04.00Z","requiredCore":"1.520","scm":"https://github.com/jenkinsci/metrics-graphite-plugin","sha1":"E8tDqAGu/Vp/rgCD9tQpw969SSI=","sha256":"sYqob2u4KSnqY9af59ifNBM32ew1Xl2TwOvk70wJTHA=","title":"Metrics Graphite Reporting","url":"http://updates.jenkins-ci.org/download/plugins/metrics-graphite/3.0.0/metrics-graphite.hpi","version":"3.0.0","wiki":"https://plugins.jenkins.io/metrics-graphite"},"micro-focus-performance-center-integration":{"buildDate":"Mar 04, 2019","dependencies":[{"name":"maven-plugin","optional":true,"version":"2.15.1"},{"name":"workflow-aggregator","optional":false,"version":"2.5"},{"name":"workflow-cps","optional":false,"version":"2.42"},{"name":"changes-since-last-success","optional":false,"version":"0.5"},{"name":"credentials","optional":false,"version":"2.1.13"},{"name":"extended-choice-parameter","optional":true,"version":"0.64"},{"name":"git","optional":true,"version":"3.1.0"},{"name":"jenkins-multijob-plugin","optional":true,"version":"1.15"},{"name":"jquery","optional":true,"version":"1.11.2-0"},{"name":"junit","optional":false,"version":"1.19"},{"name":"matrix-project","optional":true,"version":"1.7.1"},{"name":"nodelabelparameter","optional":true,"version":"1.5.0"},{"name":"parameterized-trigger","optional":true,"version":"2.25"},{"name":"random-string-parameter","optional":true,"version":"1.0"},{"name":"sonar","optional":true,"version":"2.6.1"},{"name":"ssh-credentials","optional":false,"version":"1.13"},{"name":"subversion","optional":true,"version":"2.7.1"},{"name":"token-macro","optional":true,"version":"1.12.1"}],"developers":[{"developerId":"danieldanan","email":"daniel.danan@microfocus.com","name":"Daniel Danan"}],"excerpt":"The plugin integrates Performance Center with Git.","gav":"org.jenkins-ci.plugins:micro-focus-performance-center-integration:1.1.1","labels":[],"name":"micro-focus-performance-center-integration","previousTimestamp":"2018-12-26T11:24:56.00Z","previousVersion":"1.1.0","releaseTimestamp":"2019-03-04T13:37:32.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/micro-focus-performance-center-integration-plugin","sha1":"mLd/xxXSgpBJJ/TL8edr2B/s+EY=","sha256":"vPNt0WzJwum32+MxHtCDIv9JSgB3RtZgXfPJNobVDNk=","title":"Micro Focus Performance Center integration With Git","url":"http://updates.jenkins-ci.org/download/plugins/micro-focus-performance-center-integration/1.1.1/micro-focus-performance-center-integration.hpi","version":"1.1.1","wiki":"https://plugins.jenkins.io/micro-focus-performance-center-integration"},"microdocs-integration":{"buildDate":"Jan 06, 2017","dependencies":[{"name":"credentials","optional":false,"version":"2.1.4"}],"developers":[{"developerId":"shermans","email":"s.hermans#maxxton.com","name":"Steven Hermans"}],"excerpt":"","gav":"com.maxxton:microdocs-integration:1.2","labels":[],"name":"microdocs-integration","previousTimestamp":"2016-08-23T08:44:58.00Z","previousVersion":"1.1","releaseTimestamp":"2017-01-06T09:51:29.00Z","requiredCore":"1.609.3","scm":"https://github.com/jenkinsci/microdocs-integration-plugin","sha1":"QD7ws6QHWJh8ucj6dxO17yZjNvg=","sha256":"EiuVl+1/IeTPv/qpw/2L6lLeyC3NILUpLxayy42kcrQ=","title":"MicroDocs Integration","url":"http://updates.jenkins-ci.org/download/plugins/microdocs-integration/1.2/microdocs-integration.hpi","version":"1.2","wiki":"https://plugins.jenkins.io/microdocs-integration"},"minio-storage":{"buildDate":"Aug 25, 2017","dependencies":[],"developers":[{"developerId":"Minio","email":"hello@minio.io","name":"Minio"}],"excerpt":"This plugin lets you upload build artifacts to a Minio server.","gav":"org.jenkins-ci.plugins:minio-storage:0.0.3","labels":["upload"],"name":"minio-storage","previousTimestamp":"2017-03-01T18:17:10.00Z","previousVersion":"0.0.2","releaseTimestamp":"2017-08-25T19:11:04.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/minio-storage-plugin/","sha1":"dXWLJviLGdMxIHflXGBn7OdKwGg=","sha256":"OIIU16PMaB8mr8/yPjWS7suo1/iN88wFp6dEsZeUAbg=","title":"Minio Storage","url":"http://updates.jenkins-ci.org/download/plugins/minio-storage/0.0.3/minio-storage.hpi","version":"0.0.3","wiki":"https://plugins.jenkins.io/minio-storage"},"misra-compliance-report-generator":{"buildDate":"Apr 03, 2019","dependencies":[{"name":"structs","optional":false,"version":"1.9"}],"developers":[{"developerId":"oyvindlr","email":"oyvindlr@gmail.com","name":"Øyvind Rørtveit"}],"excerpt":"Create MISRA compliance reports (Guideline Compliance Summaries)","gav":"io.jenkins.plugins:misra-compliance-report-generator:1.0","labels":[],"name":"misra-compliance-report-generator","releaseTimestamp":"2019-04-03T11:36:12.00Z","requiredCore":"2.73.3","scm":"https://github.com/jenkinsci/misra-compliance-report-generator-plugin","sha1":"FdQte97xhQoVDjgnb1bpRlp5xuk=","sha256":"q4lR/hq6QeO/GMwERcwsap6MbP9Tz8Sfydy7KewdEC0=","title":"MISRA Compliance Report","url":"http://updates.jenkins-ci.org/download/plugins/misra-compliance-report-generator/1.0/misra-compliance-report-generator.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/misra-compliance-report-generator"},"mission-control-view":{"buildDate":"Jul 20, 2018","dependencies":[],"developers":[{"developerId":"ashevtsov","email":"andy.shevtsov@gmail.com","name":"Andrey Shevtsov"}],"excerpt":"Full screen dashboard view featuring build history, build queue, job and node statuses.","gav":"tech.andrey.jenkins:mission-control-view:0.9.14","labels":["ui"],"name":"mission-control-view","previousTimestamp":"2017-10-24T07:01:29.00Z","previousVersion":"0.9.13","releaseTimestamp":"2018-07-20T08:05:23.00Z","requiredCore":"1.580.1","scm":"https://github.com/jenkinsci/mission-control-view-plugin","sha1":"Vj2xwRe/L2hs9HJhfDXwISQAfqg=","sha256":"9r78k/BdMfh3kO2UFNaD3YgKwLA5FvxcMEkAzF1e2h0=","title":"Mission Control","url":"http://updates.jenkins-ci.org/download/plugins/mission-control-view/0.9.14/mission-control-view.hpi","version":"0.9.14","wiki":"https://plugins.jenkins.io/mission-control-view"},"mktmpio":{"buildDate":"Aug 22, 2015","dependencies":[],"developers":[{"developerId":"rmgraham","email":"r.m.graham@gmail.com","name":"Ryan Graham"}],"excerpt":"Create a temporary database (MySQL, PostgreSQL, MongoDB, Redis, etc.) for every build.","gav":"org.jenkins-ci.plugins:mktmpio:0.3.2","labels":["buildwrapper","external"],"name":"mktmpio","previousTimestamp":"2015-08-09T21:49:27.00Z","previousVersion":"0.3.1","releaseTimestamp":"2015-08-22T23:00:53.00Z","requiredCore":"1.609.1","scm":"https://github.com/jenkinsci/mktmpio-plugin","sha1":"9Zi93SpWptMOZe7fmVIJayixKUs=","sha256":"84NPAVIpS8pUIRgpgswucClx0xtlNX66tvDSkN6iZ3o=","title":"mktmpio","url":"http://updates.jenkins-ci.org/download/plugins/mktmpio/0.3.2/mktmpio.hpi","version":"0.3.2","wiki":"https://plugins.jenkins.io/mktmpio"},"mock-load-builder":{"buildDate":"Sep 23, 2016","dependencies":[{"name":"workflow-step-api","optional":true,"version":"2.0"},{"name":"workflow-job","optional":true,"version":"2.0"},{"name":"workflow-basic-steps","optional":true,"version":"2.1"},{"name":"junit","optional":false,"version":"1.18"},{"name":"credentials","optional":true,"version":"2.1.4"},{"name":"workflow-aggregator","optional":true,"version":"2.1"},{"name":"matrix-project","optional":true,"version":"1.7.1"}],"developers":[{"developerId":"stephenconnolly","name":"Stephen Connolly"}],"excerpt":"This plugin provides a build step that generates mock load on the build node for use when testing Jenkins scalability.","gav":"org.jenkins-ci.plugins:mock-load-builder:1.1","labels":[],"name":"mock-load-builder","previousTimestamp":"2014-04-09T15:56:47.00Z","previousVersion":"1.0","releaseTimestamp":"2016-09-23T13:39:37.00Z","requiredCore":"1.642.3","scm":"https://github.com/jenkinsci/mock-load-builder-plugin","sha1":"+dcDx9pcPPp+FIQYibLdAaG36LE=","sha256":"4kzlgRtxMOW4Ci2BpTCdXKjXjSdNPH5zYM4pjVxUR3A=","title":"Mock Load Builder","url":"http://updates.jenkins-ci.org/download/plugins/mock-load-builder/1.1/mock-load-builder.hpi","version":"1.1","wiki":"https://plugins.jenkins.io/mock-load-builder"},"mock-security-realm":{"buildDate":"Oct 16, 2015","dependencies":[],"developers":[{"developerId":"jglick","email":"jglick@cloudbees.com","name":"Jesse Glick"}],"excerpt":"Installs a dummy security realm with no actual security. Useless in a production server; only useful for evaluating the Jenkins UI elements related to user management and authorization.","gav":"org.jenkins-ci.plugins:mock-security-realm:1.3","labels":["user"],"name":"mock-security-realm","previousTimestamp":"2014-11-18T16:16:01.00Z","previousVersion":"1.2","releaseTimestamp":"2015-10-16T14:43:58.00Z","requiredCore":"1.580.1","scm":"https://github.com/jenkinsci/mock-security-realm-plugin","sha1":"5uLXxWZwHP/fFR7M4soxzjcUy40=","sha256":"SRX6ziqhvwuT7WtAzYcZKi+UUwLZIjg4O35JDq+R95w=","title":"Mock Security Realm","url":"http://updates.jenkins-ci.org/download/plugins/mock-security-realm/1.3/mock-security-realm.hpi","version":"1.3","wiki":"https://plugins.jenkins.io/mock-security-realm"},"mock-slave":{"buildDate":"Sep 11, 2018","dependencies":[{"name":"durable-task","optional":false,"version":"1.5"},{"name":"structs","optional":false,"version":"1.14"}],"developers":[{"developerId":"jglick"}],"excerpt":"Launches an agent on the local machine to simulate a remote agent. Optionally simulates network latency problems.","gav":"org.jenkins-ci.plugins:mock-slave:1.13","labels":["slaves"],"name":"mock-slave","previousTimestamp":"2018-03-13T14:21:45.00Z","previousVersion":"1.12","releaseTimestamp":"2018-09-11T14:35:41.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/mock-slave-plugin","sha1":"oMpCLKSNO7RSZGkEIlr1nG9rKBc=","sha256":"FdoPlNS9lAIhwAlz2zZ8fPfOZVrR6LXW4IFVm0ynC6w=","title":"Mock Agent","url":"http://updates.jenkins-ci.org/download/plugins/mock-slave/1.13/mock-slave.hpi","version":"1.13","wiki":"https://plugins.jenkins.io/mock-slave"},"modernstatus":{"buildDate":"Jan 30, 2015","dependencies":[],"developers":[{"developerId":"ovinn","email":"oliver@vinn.co.uk","name":"Oliver Vinn"}],"excerpt":"A modern status icon set for Jenkins.","gav":"org.jenkins-ci.plugins:modernstatus:1.2","labels":["ui"],"name":"modernstatus","previousTimestamp":"2015-01-07T22:03:52.00Z","previousVersion":"1.0","releaseTimestamp":"2015-01-30T17:48:56.00Z","requiredCore":"1.440","scm":"https://github.com/jenkinsci/modernstatus-plugin","sha1":"Fu+iP+k8/Sb9l2Pu1Mm0k/3derY=","sha256":"DP8XU0Dnq19lS3bj73CQ7lH3erGuj+Xp663E1UHPrFQ=","title":"Modern Status","url":"http://updates.jenkins-ci.org/download/plugins/modernstatus/1.2/modernstatus.hpi","version":"1.2","wiki":"https://plugins.jenkins.io/modernstatus"},"momentjs":{"buildDate":"Mar 03, 2016","dependencies":[],"developers":[{"developerId":"tfennelly"}],"excerpt":"JavaScript GUI Lib: Moment.js bundle plugin.","gav":"org.jenkins-ci.ui:momentjs:1.1.1","labels":[],"name":"momentjs","previousTimestamp":"2015-12-15T15:17:41.00Z","previousVersion":"1.1","releaseTimestamp":"2016-03-03T12:08:43.00Z","requiredCore":"1.580.1","sha1":"lfq5+i/w0FRdlIGq0x2ez1peDLY=","sha256":"yjwtJkz/VfcekA3H3h8TwL+//bmzQZuFTc4XW8uKSEg=","title":"JavaScript GUI Lib: Moment.js bundle","url":"http://updates.jenkins-ci.org/download/plugins/momentjs/1.1.1/momentjs.hpi","version":"1.1.1","wiki":"https://plugins.jenkins.io/momentjs"},"mongodb":{"buildDate":"Feb 20, 2013","dependencies":[],"developers":[{"developerId":"kiy0taka","name":"Kiyotaka Oku"}],"excerpt":"This plugin provides MongoDB<\/a> integration capabilities.","gav":"org.jenkins-ci.plugins:mongodb:1.3","labels":["buildwrapper"],"name":"mongodb","previousTimestamp":"2013-01-10T22:02:44.00Z","previousVersion":"1.2","releaseTimestamp":"2013-02-20T03:44:48.00Z","requiredCore":"1.425","scm":"https://github.com/jenkinsci/mongodb-plugin","sha1":"sCwvztYTKvPUYxcpz+WnOWbvcjY=","sha256":"WolS0kS+cJbpjJeOjAkeZv9D5YK7sJGAE789vVq6fMQ=","title":"MongoDB","url":"http://updates.jenkins-ci.org/download/plugins/mongodb/1.3/mongodb.hpi","version":"1.3","wiki":"https://plugins.jenkins.io/mongodb"},"mongodb-document-upload":{"buildDate":"May 18, 2013","dependencies":[],"developers":[{"developerId":"aluetjen","email":"luetjen@gmail.com","name":"Alexander Luetjen"}],"excerpt":"This plugin inserts JSON files produced as a build artifact to a MongoDB server.","gav":"org.jenkins-ci.plugins:mongodb-document-upload:1.0","labels":["upload","post-build"],"name":"mongodb-document-upload","releaseTimestamp":"2013-05-18T20:42:08.00Z","requiredCore":"1.498","scm":"https://github.com/jenkinsci/mongodb-document-upload-plugin","sha1":"Eh3cmNWzG3EPM3uAauuDugICWro=","sha256":"VhEFcWrEZilLtCcmQkgCVmuNeTFZ82SKLLp7nPDZjao=","title":"mongodb-document-upload","url":"http://updates.jenkins-ci.org/download/plugins/mongodb-document-upload/1.0/mongodb-document-upload.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/mongodb-document-upload"},"monitor-pro":{"buildDate":"Jun 28, 2018","dependencies":[],"developers":[{"developerId":"frdiaz","email":"frdbayon@gmail.com","name":"Francisco R."},{"developerId":"mmariscalg","email":"mario10_4_84@hotmail.com","name":"Mario Mariscal"}],"excerpt":"This plugin simply add a button to display a fullscreen Jobs Monitor.","gav":"org.jenkins-ci.plugins:monitor-pro:1.0.9","labels":[],"name":"monitor-pro","previousTimestamp":"2018-06-27T16:07:36.00Z","previousVersion":"1.0.8","releaseTimestamp":"2018-06-28T10:39:11.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/monitor-pro-plugin","sha1":"wi812fkiYB+omLLTqhn/sTilLrs=","sha256":"G33o3jsw8oWBBf8ubooZAeCLWc3u6R/Ka0e+JihjyV4=","title":"Monitor Pro","url":"http://updates.jenkins-ci.org/download/plugins/monitor-pro/1.0.9/monitor-pro.hpi","version":"1.0.9","wiki":"https://plugins.jenkins.io/monitor-pro"},"monitor-remote-job":{"buildDate":"Aug 26, 2013","dependencies":[],"developers":[{"developerId":"tito"}],"excerpt":"This plugin is monitor remote jenkins job is working.","gav":"org.ukiuni.monitor-remote-job-plugin:monitor-remote-job:1.0","labels":[],"name":"monitor-remote-job","releaseTimestamp":"2013-08-26T12:42:53.00Z","requiredCore":"1.509.2","scm":"https://github.com/jenkinsci/monitor-remote-job-plugin","sha1":"Q7lW9ZGAikiOUbsjxdgrhU+ZZQI=","sha256":"XPFskpXKFNGdxO5Q5G8n5Mwwj8WQKhLb0QYm9NvHMsQ=","title":"monitor-remote-job","url":"http://updates.jenkins-ci.org/download/plugins/monitor-remote-job/1.0/monitor-remote-job.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/monitor-remote-job"},"monitoring":{"buildDate":"Jul 26, 2019","dependencies":[{"name":"aws-cloudwatch-library","optional":true,"version":"1.11.136"}],"developers":[{"developerId":"evernat","email":"evernat@free.fr","name":"Emeric Vernat"}],"excerpt":"Jenkins' monitoring with JavaMelody<\/a>. Open report<\/a> after installation.","gav":"org.jvnet.hudson.plugins:monitoring:1.79.0","labels":["misc"],"name":"monitoring","previousTimestamp":"2019-07-01T23:45:03.00Z","previousVersion":"1.78.0","releaseTimestamp":"2019-07-26T00:17:30.00Z","requiredCore":"2.0","scm":"https://github.com/jenkinsci/monitoring-plugin","sha1":"J1A4sokDSpkv4lJmjPxqdjF+Z/M=","sha256":"eJx9PyEJrzsZPURPV2EplSd3sZAdseN58fwoDvgdsYA=","title":"Monitoring","url":"http://updates.jenkins-ci.org/download/plugins/monitoring/1.79.0/monitoring.hpi","version":"1.79.0","wiki":"https://plugins.jenkins.io/monitoring"},"monkit-plugin":{"buildDate":"Oct 22, 2015","dependencies":[],"developers":[{"developerId":"praqma_josra","name":"Praqma Josra"}],"excerpt":"This plugin integrates MonKit reports to Jenkins.","gav":"net.praqma:monkit-plugin:1.0.0","labels":[],"name":"monkit-plugin","previousTimestamp":"2012-06-08T11:57:57.00Z","previousVersion":"0.2.6","releaseTimestamp":"2015-10-22T14:44:03.00Z","requiredCore":"1.426","sha1":"dvGeBd+veg14jNTzNRiX90RqBdw=","sha256":"WXaYjZObW7mSFscae65mCHYLILG3/aACXHfHcrV1Twc=","title":"MonKit","url":"http://updates.jenkins-ci.org/download/plugins/monkit-plugin/1.0.0/monkit-plugin.hpi","version":"1.0.0","wiki":"https://plugins.jenkins.io/monkit-plugin"},"mq-notifier":{"buildDate":"Aug 06, 2019","dependencies":[{"name":"workflow-step-api","optional":false,"version":"2.16"},{"name":"matrix-project","optional":false,"version":"1.11"}],"developers":[{"developerId":"orjanpercy","email":"orjan.percy@sonymobile.com","name":"Örjan Percy"},{"developerId":"gustafl","email":"gustaf.lundh@gmail.com","name":"Gustaf Lundh"},{"developerId":"t_westling","email":"tomas.westling@sonymobile.com","name":"Tomas Westling"}],"excerpt":"Publishes messages on an MQ server","gav":"com.sonymobile.jenkins.plugins.mq:mq-notifier:1.2.9","labels":["notifier"],"name":"mq-notifier","previousTimestamp":"2018-11-16T09:29:28.00Z","previousVersion":"1.2.8","releaseTimestamp":"2019-08-06T11:25:51.00Z","requiredCore":"2.73.3","scm":"https://github.com/jenkinsci/mq-notifier-plugin","sha1":"8RFVCY7kPv+Z/bAg81mqvgitMNY=","sha256":"ChQ+h9f3cFcoIc4PQZMJmpiQ0cd0weZoenIaDZEdPTs=","title":"MQ Notifier","url":"http://updates.jenkins-ci.org/download/plugins/mq-notifier/1.2.9/mq-notifier.hpi","version":"1.2.9","wiki":"https://plugins.jenkins.io/mq-notifier"},"mqtt-notification-plugin":{"buildDate":"Jun 26, 2018","dependencies":[{"name":"workflow-job","optional":false,"version":"2.15"},{"name":"credentials","optional":false,"version":"2.1.16"},{"name":"email-ext","optional":false,"version":"2.62"},{"name":"structs","optional":false,"version":"1.10"}],"developers":[{"developerId":"gareth_western","email":"gareth@garethwestern.com","name":"Gareth Western"}],"excerpt":"This plugin provides build status notification via the MQTT protocol<\/a>.","gav":"jenkins.plugins:mqtt-notification-plugin:1.7","labels":["notifier"],"name":"mqtt-notification-plugin","previousTimestamp":"2017-03-15T21:21:30.00Z","previousVersion":"1.6","releaseTimestamp":"2018-06-26T20:29:57.00Z","requiredCore":"2.121.1","scm":"https://github.com/jenkinsci/mqtt-notification-plugin","sha1":"df7z55JuehfxP6+13Juzqr/3aV4=","sha256":"+tC//N9KMM21ew0b5hiGqQzt5b8VVzIMNq+SynCBcjU=","title":"MQTT Notification","url":"http://updates.jenkins-ci.org/download/plugins/mqtt-notification-plugin/1.7/mqtt-notification-plugin.hpi","version":"1.7","wiki":"https://plugins.jenkins.io/mqtt-notification-plugin"},"msbuild":{"buildDate":"Jan 07, 2018","dependencies":[{"name":"structs","optional":false,"version":"1.3"}],"developers":[{"developerId":"gbois","email":"gregory.boissinot@gmail.com","name":"Gregory Boissinot"},{"developerId":"kdsweeney","email":"kyle.sweeney@valtech.com","name":"Kyle Sweeney"},{"developerId":"marshall777","email":"marshall777@gmail.com","name":"Lionel Cabasson"}],"excerpt":"This plugin makes it possible to build a Visual Studio project (.proj) and solution files (.sln).","gav":"org.jenkins-ci.plugins:msbuild:1.29","labels":["builder","dotnet"],"name":"msbuild","previousTimestamp":"2017-10-07T14:48:59.00Z","previousVersion":"1.28","releaseTimestamp":"2018-01-07T10:50:08.00Z","requiredCore":"1.625","scm":"https://github.com/jenkinsci/msbuild-plugin","sha1":"2/cgfb127e/ZOXfSv0FFKkaY/cU=","sha256":"6+XJs3GwaMggSl8wmoxsxDyRKZkQOy0vD2LYyrcg2Ls=","title":"MSBuild","url":"http://updates.jenkins-ci.org/download/plugins/msbuild/1.29/msbuild.hpi","version":"1.29","wiki":"https://plugins.jenkins.io/msbuild"},"msginject":{"buildDate":"Nov 02, 2016","dependencies":[{"name":"gerrit-trigger","optional":false,"version":"2.15.0"}],"developers":[{"developerId":"zxiiro","email":"zxiiro@linux.com","name":"Thanh Ha"}],"excerpt":"This plugin the ability to inject messages into a Gerrit Trigger message.","gav":"org.jenkins-ci.plugins:msginject:0.1.1","labels":["misc"],"name":"msginject","previousTimestamp":"2016-10-19T15:12:45.00Z","previousVersion":"0.1.0","releaseTimestamp":"2016-11-02T16:38:36.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/msginject-plugin","sha1":"d2Jk1wwwyRmNFC/dF6E/zQvyoRs=","sha256":"C2iER2dLFYbOdmXfQpj0fUEDoko3AuVjXKX3C1MJGgE=","title":"Message Injector","url":"http://updates.jenkins-ci.org/download/plugins/msginject/0.1.1/msginject.hpi","version":"0.1.1","wiki":"https://plugins.jenkins.io/msginject"},"mstest":{"buildDate":"Feb 19, 2019","dependencies":[{"name":"junit","optional":false,"version":"1.4"},{"name":"structs","optional":false,"version":"1.1"}],"developers":[{"developerId":"nilleb","email":"me@nilleb.com","name":"Ivo Bellin Salarin"},{"developerId":"casz","name":"Joseph Petersen"}],"excerpt":"This plugin converts MSTest<\/a> TRX test reports into JUnit XML reports so it can be integrated with Hudson's JUnit features.","gav":"org.jvnet.hudson.plugins:mstest:1.0.0","labels":["report","dotnet"],"minimumJavaVersion":"1.8","name":"mstest","previousTimestamp":"2017-10-14T06:20:56.00Z","previousVersion":"0.23","releaseTimestamp":"2019-02-19T23:32:03.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/mstest-plugin","sha1":"HbizPa6fDgPxNOlmyf0UAGNZji4=","sha256":"wgPjJ4kPXlV7b6NA6NNSHiJ0NNyj07JfxSqbDCcwCEs=","title":"MSTest","url":"http://updates.jenkins-ci.org/download/plugins/mstest/1.0.0/mstest.hpi","version":"1.0.0","wiki":"https://plugins.jenkins.io/mstest"},"mstestrunner":{"buildDate":"Aug 17, 2016","dependencies":[],"developers":[{"developerId":"ido_ran","email":"ido.ran@gmail.com","name":"Ido Ran"}],"excerpt":"This plugin run MSTest command line tool to execute unit tests for .NET projects.","gav":"org.jenkins-ci.plugins:mstestrunner:1.3.0","labels":["builder","dotnet"],"name":"mstestrunner","previousTimestamp":"2015-09-12T19:10:44.00Z","previousVersion":"1.2.0","releaseTimestamp":"2016-08-17T14:49:12.00Z","requiredCore":"1.580.1","scm":"https://github.com/jenkinsci/mstestrunner-plugin","sha1":"kX8OsalAze4g91as92UeKCoa37s=","sha256":"KodbY+VirR2BuzizF3R5zCY4PPFeQq/fh240K03F96E=","title":"MSTestRunner","url":"http://updates.jenkins-ci.org/download/plugins/mstestrunner/1.3.0/mstestrunner.hpi","version":"1.3.0","wiki":"https://plugins.jenkins.io/mstestrunner"},"mttr":{"buildDate":"Jan 31, 2013","dependencies":[],"developers":[{"developerId":"zhaozhiming","email":"kingzzm1982@sina.com","name":"Zhao zhiming"}],"excerpt":"This plugin is used to statistics the mean time to repair for job's builds.","gav":"org.jenkins-ci.plugins:mttr:1.1","labels":["report","ui"],"name":"mttr","releaseTimestamp":"2013-01-31T13:24:42.00Z","requiredCore":"1.466","scm":"https://github.com/jenkinsci/mttr-plugin","sha1":"/AnGwcRKQYoeOKtx4KoWXEpM1hY=","sha256":"EyC24dAbfiPlqgIjMTHiLVqR8UerVyxzoll7mmpnJvE=","title":"mean time to repair","url":"http://updates.jenkins-ci.org/download/plugins/mttr/1.1/mttr.hpi","version":"1.1","wiki":"https://plugins.jenkins.io/mttr"},"multi-branch-priority-sorter":{"buildDate":"Jun 14, 2019","dependencies":[{"name":"workflow-multibranch","optional":false,"version":"2.18"},{"name":"PrioritySorter","optional":false,"version":"3.6.0"}],"developers":[{"developerId":"linuxsuren","email":"linuxsuren@gmail.com","name":"Zhao Xiaojie"}],"excerpt":"Priority sorter for multi-branch plugin.","gav":"io.jenkins.plugins:multi-branch-priority-sorter:1.0","labels":[],"name":"multi-branch-priority-sorter","releaseTimestamp":"2019-06-14T03:57:46.00Z","requiredCore":"2.73.1","scm":"https://github.com/jenkinsci/multi-branch-priority-sorter-plugin","sha1":"lcN36ikcjmHEgOd2c5eMMmQt5oA=","sha256":"cxwmiFNmLzbZrNlQ26gzRhwEp9lNggB3+K74uT/GhoQ=","title":"Multi-Branch priority sorter","url":"http://updates.jenkins-ci.org/download/plugins/multi-branch-priority-sorter/1.0/multi-branch-priority-sorter.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/multi-branch-priority-sorter"},"multi-branch-project-plugin":{"buildDate":"Apr 07, 2017","compatibleSinceVersion":"0.5","dependencies":[{"name":"maven-plugin","optional":true,"version":"2.12.1"},{"name":"branch-api","optional":false,"version":"2.0.5"},{"name":"ivy","optional":true,"version":"1.22"},{"name":"matrix-project","optional":true,"version":"1.6"}],"developers":[{"developerId":"mjdetullio","email":"mjdetullio@gmail.com","name":"Matthew DeTullio"}],"excerpt":"This plugin is deprecated. Please move to the Multibranch Pipeline<\/a> job type.

Important: Read the
upgrade notes<\/a> before proceeding with any upgrade! Migration from versions prior to 0.5.x are not supported.","gav":"com.github.mjdetullio.jenkins.plugins:multi-branch-project-plugin:0.7","labels":["scm-related","misc"],"name":"multi-branch-project-plugin","previousTimestamp":"2017-02-23T05:11:53.00Z","previousVersion":"0.6","releaseTimestamp":"2017-04-07T09:58:04.00Z","requiredCore":"1.642.3","scm":"https://github.com/jenkinsci/multi-branch-project-plugin","sha1":"hR/kTOyaKVMv0MZ3McUeHlhN5S4=","sha256":"+XZGUvlYe4iKnDzCEJ2lF7w+Ah90ExVkNWM50L83Zms=","title":"Multi-Branch Project Plugin (DEPRECATED)","url":"http://updates.jenkins-ci.org/download/plugins/multi-branch-project-plugin/0.7/multi-branch-project-plugin.hpi","version":"0.7","wiki":"https://plugins.jenkins.io/multi-branch-project-plugin"},"multi-module-tests-publisher":{"buildDate":"May 18, 2016","dependencies":[{"name":"junit","optional":false,"version":"1.10"}],"developers":[{"developerId":"vimil","email":"vimilsaju@yahoo.com","name":"Vimil Saju"}],"excerpt":"Allows test results to be grouped by module","gav":"org.jenkins-ci.plugins:multi-module-tests-publisher:1.44","labels":["post-build"],"name":"multi-module-tests-publisher","previousTimestamp":"2016-01-11T20:43:08.00Z","previousVersion":"1.42","releaseTimestamp":"2016-05-18T13:46:29.00Z","requiredCore":"1.587","scm":"https://github.com/jenkinsci/multi-module-tests-publisher-plugin","sha1":"TLRK9DIKCLEIW0q40B8VpGByucc=","sha256":"2oGU+sGYeVDKx9dnU7BCVwuuoWuQtzq2vJ4c+Z6SNig=","title":"multi-module-tests-publisher","url":"http://updates.jenkins-ci.org/download/plugins/multi-module-tests-publisher/1.44/multi-module-tests-publisher.hpi","version":"1.44","wiki":"https://plugins.jenkins.io/multi-module-tests-publisher"},"multi-slave-config-plugin":{"buildDate":"Aug 15, 2014","dependencies":[{"name":"lenientshutdown","optional":true,"version":"1.0.0"},{"name":"windows-slaves","optional":false,"version":"1.0"}],"developers":[{"developerId":"nilsi","email":"nicklas3.nilsson@sonymobile.com","name":"Nicklas Nilsson"},{"developerId":"fredrikpersson","email":"fredrik6.persson@sonymobile.com","name":"Fredrik Persson"},{"developerId":"rsandell","email":"robert.sandell@sonymobile.com","name":"Robert Sandell"},{"developerId":"joakim_ahle","email":"joakim.ahle@sonymobile.com","name":"Joakim Ahle"}],"excerpt":"This plugin allows administrators to configure, add and delete several dumb slaves at the same time.","gav":"com.sonyericsson.hudson.plugins.multi-slave-config-plugin:multi-slave-config-plugin:1.2.0","labels":["slaves","cluster"],"name":"multi-slave-config-plugin","previousTimestamp":"2014-07-22T09:13:38.00Z","previousVersion":"1.1.1","releaseTimestamp":"2014-08-15T11:40:38.00Z","requiredCore":"1.554","scm":"https://github.com/jenkinsci/multi-slave-config-plugin","sha1":"ZXOez/d74JwkAdvNCbQqFpgW18o=","sha256":"tNCLrLIEN2BKi5P5yD+8FuT4zW0gerC4SOspEFsmaDo=","title":"Multi slave config","url":"http://updates.jenkins-ci.org/download/plugins/multi-slave-config-plugin/1.2.0/multi-slave-config-plugin.hpi","version":"1.2.0","wiki":"https://plugins.jenkins.io/multi-slave-config-plugin"},"multibranch-build-strategy-extension":{"buildDate":"Jul 25, 2019","dependencies":[{"name":"branch-api","optional":false,"version":"2.0.17"},{"name":"git","optional":false,"version":"3.6.0"},{"name":"github-api","optional":false,"version":"1.90"},{"name":"junit","optional":false,"version":"1.3"},{"name":"scm-api","optional":false,"version":"2.2.6"}],"developers":[{"developerId":"igalg","email":"igal.gluh@gmail.com","name":"Igal Gluh"}],"excerpt":"This plugin provides addition configuration to prevent multi branch projects from triggering new builds based on a include or exclude regions in source repository.","gav":"igalg.jenkins.plugins:multibranch-build-strategy-extension:1.0.10","labels":[],"name":"multibranch-build-strategy-extension","previousTimestamp":"2019-07-24T21:51:07.00Z","previousVersion":"1.0.9","releaseTimestamp":"2019-07-25T20:26:59.00Z","requiredCore":"2.89.4","scm":"https://github.com/jenkinsci/multibranch-build-strategy-extension","sha1":"rbNfzytE3v80gEfnaKkDU4QQ3ao=","sha256":"Gb1IgDBMz1TQWFAYN7Y43BZ3eXQfjGOHJb5DFrLs1Kk=","title":"Pipeline: Multibranch build strategy extension","url":"http://updates.jenkins-ci.org/download/plugins/multibranch-build-strategy-extension/1.0.10/multibranch-build-strategy-extension.hpi","version":"1.0.10","wiki":"https://plugins.jenkins.io/multibranch-build-strategy-extension"},"multibranch-job-tear-down":{"buildDate":"Dec 13, 2018","dependencies":[{"name":"workflow-cps-global-lib","optional":false,"version":"2.5"},{"name":"workflow-multibranch","optional":false,"version":"2.20"},{"name":"git","optional":false,"version":"3.6.0"}],"developers":[{"developerId":"fuzzcaguilar","email":"cesar@fuzz.pro","name":"Cesar Aguilar"}],"excerpt":"This plugin only works with Multibranch pipeline projects. When a particular branch is delete this plugin will trigger another job with the `git_url` and `branch_name` of the job being deleted. This way you can perform any cleanup you desired like bringing down servers. By default this plugin looks for a job called `job-tear-down-executor`. Or you may use the `branchTearDownExecutor` to configure it for your project","gav":"com.fuzzpro.jenkins-plugins:multibranch-job-tear-down:1.2","labels":[],"name":"multibranch-job-tear-down","previousTimestamp":"2018-12-12T17:59:01.00Z","previousVersion":"1.1","releaseTimestamp":"2018-12-13T22:28:26.00Z","requiredCore":"2.115","scm":"https://github.com/jenkinsci/multibranch-job-tear-down-plugin","sha1":"5tHNppkegxNp/93tze7/svE8xyQ=","sha256":"LloKhnIANE6tq8oqNVrTo9mx2tulU1FsCztpR58d+xo=","title":"Multibranch Job Tear Down","url":"http://updates.jenkins-ci.org/download/plugins/multibranch-job-tear-down/1.2/multibranch-job-tear-down.hpi","version":"1.2","wiki":"https://plugins.jenkins.io/multibranch-job-tear-down"},"multibranch-scan-webhook-trigger":{"buildDate":"Jun 15, 2019","dependencies":[{"name":"branch-api","optional":false,"version":"2.0.17"},{"name":"credentials","optional":false,"version":"2.1.16"},{"name":"git","optional":false,"version":"3.6.0"},{"name":"github-api","optional":false,"version":"1.90"},{"name":"junit","optional":false,"version":"1.3"},{"name":"scm-api","optional":false,"version":"2.2.6"}],"developers":[{"developerId":"igalg","email":"igal.gluh@gmail.com","name":"Igal Gluh"}],"excerpt":"Trigger that can receive any HTTP request and trigger a multibranch job scan when token matched.","gav":"igalg.jenkins.plugins:multibranch-scan-webhook-trigger:1.0.5","labels":[],"name":"multibranch-scan-webhook-trigger","previousTimestamp":"2019-05-09T19:08:32.00Z","previousVersion":"1.0.1","releaseTimestamp":"2019-06-15T18:43:00.00Z","requiredCore":"2.89.4","scm":"https://github.com/jenkinsci/multibranch-scan-webhook-trigger","sha1":"zFQVtKLMcFoI5G0+eGtYiQEZUQs=","sha256":"duBbdxpTcCqxxSmpch2DshsvdkwPytelEPx44/i9dK8=","title":"Multibranch Scan Webhook Trigger","url":"http://updates.jenkins-ci.org/download/plugins/multibranch-scan-webhook-trigger/1.0.5/multibranch-scan-webhook-trigger.hpi","version":"1.0.5","wiki":"https://plugins.jenkins.io/multibranch-scan-webhook-trigger"},"multiple-scms":{"buildDate":"Apr 07, 2016","dependencies":[],"developers":[{"developerId":"kbell","email":"kbell6397@gmail.com","name":"Kevin Bell"},{"developerId":"rodrigc","email":"rodrigc@FreeBSD.org","name":"Craig Rodrigues"}],"excerpt":"This plugin enables the selection of multiple source code management systems for a build. For example, it enables checking out the source code from one SCM while checking out legacy or third-party code from another.","gav":"org.jenkins-ci.plugins:multiple-scms:0.6","labels":["scm"],"name":"multiple-scms","previousTimestamp":"2015-07-13T15:31:42.00Z","previousVersion":"0.5","releaseTimestamp":"2016-04-07T09:22:03.00Z","requiredCore":"1.580.1","scm":"https://github.com/jenkinsci/multiple-scms-plugin","sha1":"pwmSkxusXt5mttJk2tw/6kB4Z/I=","sha256":"nEBGgtUWVMKnATTIVnwdC2q+O41fkm1ubNl0r6BPsso=","title":"Multiple SCMs","url":"http://updates.jenkins-ci.org/download/plugins/multiple-scms/0.6/multiple-scms.hpi","version":"0.6","wiki":"https://plugins.jenkins.io/multiple-scms"},"mysql-api":{"buildDate":"May 29, 2019","dependencies":[],"developers":[{"developerId":"cleclerc","email":"cleclerc@cloudbees.com","name":"Cyrille Le Clerc"}],"excerpt":"This plugin is a shared library. It provides the MySQL Connector Java jar so that other plugins can consume MySQL Connector Java without duplication and without classpath collisions.","gav":"io.jenkins.plugins:mysql-api:8.0.16","labels":[],"minimumJavaVersion":"1.8","name":"mysql-api","releaseTimestamp":"2019-05-29T12:44:19.00Z","requiredCore":"2.89.4","scm":"https://github.com/jenkinsci/mysql-api-plugin","sha1":"JWd26VYbWgvu2KGu89WoLyPyNVI=","sha256":"AgZBBK3ZZCE56oLRN6/yklZ6Z1EOWCDQdY8Is/yh77Q=","title":"MySQL API","url":"http://updates.jenkins-ci.org/download/plugins/mysql-api/8.0.16/mysql-api.hpi","version":"8.0.16","wiki":"https://plugins.jenkins.io/mysql-api"},"mysql-job-databases":{"buildDate":"Sep 20, 2014","dependencies":[{"name":"ruby-runtime","optional":false,"version":"0.12"}],"developers":[{"developerId":"tim"}],"excerpt":"Automatically create and delete a MySQL database for a job.","gav":"org.jenkins-ci.ruby-plugins:mysql-job-databases:0.1.0","labels":[],"name":"mysql-job-databases","releaseTimestamp":"2014-09-20T09:06:05.00Z","requiredCore":"1.432","sha1":"JJwhGApRKhX0FQ2vzoK1L2t6Px0=","sha256":"npRmSBQetgKbmQKLOIhFWYGfsti+23uGqeLap4hrxiY=","title":"MySQL Job Databases","url":"http://updates.jenkins-ci.org/download/plugins/mysql-job-databases/0.1.0/mysql-job-databases.hpi","version":"0.1.0","wiki":"https://plugins.jenkins.io/mysql-job-databases"},"myst-plugin":{"buildDate":"May 20, 2014","dependencies":[],"developers":[{"developerId":"fdouek-rxr","email":"fabio.douek@rubiconred.com","name":"Fabio Douek"}],"excerpt":"The Continuous Platform Delivery for Oracle Stack (SOA Suite, OSB, BPM, Webcenter, Weblogic, OEM, IDM, OPA, etc)
More information at:
http://www.rubiconred.com/myst<\/a>","gav":"com.rubiconred.jenkins:myst-plugin:2.5.0.0","labels":["misc","upload","buildwrapper"],"name":"myst-plugin","previousTimestamp":"2014-05-11T12:51:29.00Z","previousVersion":"2.4.5.0","releaseTimestamp":"2014-05-20T14:26:21.00Z","requiredCore":"1.509.3","scm":"https://github.com/jenkinsci/myst-plugin","sha1":"/adzLteY4SLWnKuIYQPg9V1OWd8=","sha256":"ziCS0AHPGJzb/XSz+Kv+gQ0E9BDZH/lCf00Exrx0jrQ=","title":"myst-plugin","url":"http://updates.jenkins-ci.org/download/plugins/myst-plugin/2.5.0.0/myst-plugin.hpi","version":"2.5.0.0","wiki":"https://plugins.jenkins.io/myst-plugin"},"naginator":{"buildDate":"Feb 23, 2019","dependencies":[{"name":"matrix-project","optional":false,"version":"1.0"}],"developers":[{"developerId":"abayer","email":"andrew.bayer@gmail.com","name":"Andrew Bayer"},{"developerId":"ndeloof","email":"nicolas.deloof@gmail.com","name":"Nicolas De Loof"},{"developerId":"galunto","email":"tomer4@gmail.com","name":"Tomer Galun"}],"excerpt":"This plugin reschedules failed jobs.","gav":"org.jenkins-ci.plugins:naginator:1.18","labels":["trigger"],"name":"naginator","previousTimestamp":"2016-08-14T01:33:07.00Z","previousVersion":"1.17.2","releaseTimestamp":"2019-02-23T02:27:11.00Z","requiredCore":"1.565","scm":"https://github.com/jenkinsci/naginator-plugin","sha1":"TZfvkoFKbR6qe3OkgjbcjJ073Qw=","sha256":"mHZjc/2s/HAGm4t8hsurWouRLHnZQpoxPz0zSQ72oTM=","title":"Naginator","url":"http://updates.jenkins-ci.org/download/plugins/naginator/1.18/naginator.hpi","version":"1.18","wiki":"https://plugins.jenkins.io/naginator"},"nant":{"buildDate":"Nov 01, 2012","dependencies":[],"developers":[{"developerId":"jholzer","email":"jsholzer@gmail.com","name":"Justin Holzer"}],"excerpt":"This plugin is a NAnt Builder for building .NET projects.","gav":"org.jenkins-ci.plugins:nant:1.4.3","labels":["builder","dotnet"],"name":"nant","previousTimestamp":"2011-08-06T06:10:27.00Z","previousVersion":"1.4.2","releaseTimestamp":"2012-11-01T14:09:42.00Z","requiredCore":"1.398","scm":"https://github.com/jenkinsci/nant-plugin","sha1":"Pfm4i25OeWGv2CozWtlYEeEpmf0=","sha256":"Qvi6byNPVtxSS2eTNfrhL7xWsdU+ABDuQ5IYcE5gzYQ=","title":"NAnt","url":"http://updates.jenkins-ci.org/download/plugins/nant/1.4.3/nant.hpi","version":"1.4.3","wiki":"https://plugins.jenkins.io/nant"},"neoload-jenkins-plugin":{"buildDate":"May 20, 2019","dependencies":[{"name":"workflow-job","optional":false,"version":"1.10"},{"name":"structs","optional":false,"version":"1.3"},{"name":"workflow-cps","optional":false,"version":"1.10"},{"name":"workflow-step-api","optional":false,"version":"1.10"}],"developers":[{"developerId":"NeotysPluginSupport","email":"plugin-support@neotys.com","name":"Neotys Plugin Support"}],"excerpt":"Integrates NeoLoad results, generates trend graphs, and links to NeoLoad reports.","gav":"org.jenkins-ci.plugins:neoload-jenkins-plugin:2.2.5","labels":["external","misc"],"name":"neoload-jenkins-plugin","previousTimestamp":"2018-07-26T13:56:38.00Z","previousVersion":"2.2.4","releaseTimestamp":"2019-05-20T08:19:01.00Z","requiredCore":"1.609.1","scm":"https://github.com/jenkinsci/neoload-plugin","sha1":"dznkCsJccY+QWwC0m7EOQgBwZ5I=","sha256":"2VgeiQTC6b6EoA3zTMM29ZbS17GHN6A4iv6Abg1wYjc=","title":"NeoLoad","url":"http://updates.jenkins-ci.org/download/plugins/neoload-jenkins-plugin/2.2.5/neoload-jenkins-plugin.hpi","version":"2.2.5","wiki":"https://plugins.jenkins.io/neoload-jenkins-plugin"},"nerrvana-plugin":{"buildDate":"Sep 24, 2013","dependencies":[],"developers":[{"developerId":"vic","email":"contact@nerrvana.com","name":"Victor Orlov"}],"excerpt":"This plugin is a sample to explain how to write a Jenkins plugin.","gav":"org.jenkins-ci.plugins:nerrvana-plugin:1.02.06","labels":["buildwrapper"],"name":"nerrvana-plugin","previousTimestamp":"2013-01-09T14:09:03.00Z","previousVersion":"1.02.01","releaseTimestamp":"2013-09-24T10:00:30.00Z","requiredCore":"1.450","scm":"https://github.com/jenkinsci/nerrvana-plugin","sha1":"pgh7zl57nOKcUGilOy26Lo17QnY=","sha256":"un/VWJdj9EdHs/lQK8FmnQvASRjeBkDndAIZEgGuKZ8=","title":"Nerrvana","url":"http://updates.jenkins-ci.org/download/plugins/nerrvana-plugin/1.02.06/nerrvana-plugin.hpi","version":"1.02.06","wiki":"https://plugins.jenkins.io/nerrvana-plugin"},"nested-view":{"buildDate":"Nov 07, 2018","dependencies":[],"developers":[{"developerId":"mindless","name":"Alan Harder"}],"excerpt":"View type to allow grouping job views into multiple levels instead of one big list of tabs.","gav":"org.jenkins-ci.plugins:nested-view:1.17","labels":["ui"],"name":"nested-view","previousTimestamp":"2013-11-23T08:43:46.00Z","previousVersion":"1.14","releaseTimestamp":"2018-11-07T13:18:50.00Z","requiredCore":"1.580.1","scm":"https://github.com/jenkinsci/nested-view-plugin","sha1":"kfmCgw0cfs9nw8TXEEeVuFm16YY=","sha256":"5sVbu3KoxmUcNAdnrD1p/dBFq/08byLvp8qKiUT6g44=","title":"Nested View","url":"http://updates.jenkins-ci.org/download/plugins/nested-view/1.17/nested-view.hpi","version":"1.17","wiki":"https://plugins.jenkins.io/nested-view"},"netsparker-cloud-scan":{"buildDate":"Mar 31, 2019","dependencies":[{"name":"structs","optional":false,"version":"1.7"}],"developers":[{"developerId":"alikrc","email":"akaraca@netsparker.com","name":"Ali Karaca"}],"excerpt":"Plugin for starting Netsparker Cloud Scans.","gav":"org.jenkins-ci.plugins:netsparker-cloud-scan:1.1.6","labels":[],"name":"netsparker-cloud-scan","previousTimestamp":"2018-11-07T00:15:37.00Z","previousVersion":"1.1.5","releaseTimestamp":"2019-03-31T12:38:25.00Z","requiredCore":"2.7.3","scm":"https://github.com/jenkinsci/jenkins","sha1":"MeVwr4f42Xu1KPl+ZB494iKEk7w=","sha256":"LHVpNqxndOOF6KJNc9p+3XVftr+kY1kNVPLZEawj2D0=","title":"Netsparker Cloud Scan","url":"http://updates.jenkins-ci.org/download/plugins/netsparker-cloud-scan/1.1.6/netsparker-cloud-scan.hpi","version":"1.1.6","wiki":"https://plugins.jenkins.io/netsparker-cloud-scan"},"network-monitor":{"buildDate":"Nov 02, 2011","dependencies":[],"developers":[{"developerId":"kohsuke","email":"kk@kohsuke.org","name":"Kohsuke Kawaguchi"},{"developerId":"jieryn","email":"jieryn@gmail.com","name":"Jesse Farinacci"}],"excerpt":"This plugin checks that slaves can resolve host names.","gav":"org.jvnet.hudson.plugins:network-monitor:1.1","labels":[],"name":"network-monitor","previousTimestamp":"2011-11-02T21:21:54.00Z","previousVersion":"1.0","releaseTimestamp":"2011-11-02T21:23:57.00Z","requiredCore":"1.392","scm":"https://github.com/jenkinsci/network-monitor-plugin","sha1":"LLmUM0bZA8aUt7UDRDJehDbm4Pc=","sha256":"xd6G6F4bVIRt2XrOIMrkT2WQmChBimrSworhXeGAheY=","title":"Slave Monitor for network connectivity","url":"http://updates.jenkins-ci.org/download/plugins/network-monitor/1.1/network-monitor.hpi","version":"1.1","wiki":"https://plugins.jenkins.io/network-monitor"},"neuvector-vulnerability-scanner":{"buildDate":"Jul 01, 2019","dependencies":[{"name":"structs","optional":false,"version":"1.7"}],"developers":[{"developerId":"neuvector","email":"info@neuvector.com","name":"Sun"}],"excerpt":"This plugin adds NeuVector registry and image scanning as a build step","gav":"io.jenkins.plugins:neuvector-vulnerability-scanner:1.5","labels":[],"name":"neuvector-vulnerability-scanner","previousTimestamp":"2019-04-16T18:10:41.00Z","previousVersion":"1.4","releaseTimestamp":"2019-07-01T19:24:22.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/neuvector-vulnerability-scanner-plugin","sha1":"xssTEtSgEbYcE7vpKBRiFNI5GZY=","sha256":"8V4nfyoTqNTvQizwoxRip85WkRj/MIa3lNrW3+f9Wk0=","title":"NeuVector Vulnerability Scanner","url":"http://updates.jenkins-ci.org/download/plugins/neuvector-vulnerability-scanner/1.5/neuvector-vulnerability-scanner.hpi","version":"1.5","wiki":"https://plugins.jenkins.io/neuvector-vulnerability-scanner"},"newrelic-deployment-notifier":{"buildDate":"May 27, 2019","dependencies":[{"name":"credentials","optional":false,"version":"1.22"}],"developers":[{"developerId":"mmchr","email":"hr.mohr@gmail.com","name":"Mads Mohr Christensen"}],"excerpt":"New Relic<\/a> Deployment Notifier Plugin.","gav":"org.jenkins-ci.plugins:newrelic-deployment-notifier:1.6","labels":["notifier"],"name":"newrelic-deployment-notifier","previousTimestamp":"2018-11-04T00:19:39.00Z","previousVersion":"1.5","releaseTimestamp":"2019-05-27T17:27:50.00Z","requiredCore":"1.642.3","scm":"https://github.com/jenkinsci/newrelic-deployment-notifier-plugin","sha1":"c51objM7Sm6ymHjhdpzq0ow4AKI=","sha256":"bMknjiowrJOdowwIbUE5QTRWf2VxLNdrC6Aieb9jVTM=","title":"New Relic Deployment Notifier","url":"http://updates.jenkins-ci.org/download/plugins/newrelic-deployment-notifier/1.6/newrelic-deployment-notifier.hpi","version":"1.6","wiki":"https://plugins.jenkins.io/newrelic-deployment-notifier"},"next-build-number":{"buildDate":"Sep 02, 2019","dependencies":[{"name":"workflow-job","optional":true,"version":"2.12"},{"name":"branch-api","optional":false,"version":"2.0.20.1"},{"name":"job-dsl","optional":true,"version":"1.68"},{"name":"matrix-project","optional":true,"version":"1.12"}],"developers":[{"developerId":"akom","name":"Akom"}],"excerpt":"Sets the build number Jenkins will use for a job's next build","gav":"org.jenkins-ci.plugins:next-build-number:1.6","labels":["misc"],"minimumJavaVersion":"1.8","name":"next-build-number","previousTimestamp":"2017-10-20T20:00:41.00Z","previousVersion":"1.5","releaseTimestamp":"2019-09-02T15:19:37.00Z","requiredCore":"2.107.3","scm":"https://github.com/jenkinsci/next-build-number-plugin","sha1":"4IvA2JK2QukazMZN/hkZzB0wEgY=","sha256":"U6pNlArRZANwG6Bxd6iyywT35ypVBN+YSITqSCffeBU=","title":"Next Build Number","url":"http://updates.jenkins-ci.org/download/plugins/next-build-number/1.6/next-build-number.hpi","version":"1.6","wiki":"https://plugins.jenkins.io/next-build-number"},"next-executions":{"buildDate":"Sep 20, 2016","dependencies":[],"developers":[{"developerId":"ialbors","name":"Ignacio Albors"}],"excerpt":"","gav":"org.jenkins-ci.plugins:next-executions:1.0.12","labels":["ui","listview-column"],"name":"next-executions","previousTimestamp":"2016-02-04T19:35:45.00Z","previousVersion":"1.0.11","releaseTimestamp":"2016-09-20T12:03:34.00Z","requiredCore":"1.580.2","scm":"https://github.com/jenkinsci/next-executions-plugin","sha1":"j7pzFJRabvO5ggiZpsCMexBPCIQ=","sha256":"1SylNIMzKkhFgxzNGY7hop20+gfHPIS+H+//VDxh7ro=","title":"next-executions","url":"http://updates.jenkins-ci.org/download/plugins/next-executions/1.0.12/next-executions.hpi","version":"1.0.12","wiki":"https://plugins.jenkins.io/next-executions"},"nexus-artifact-uploader":{"buildDate":"Aug 13, 2017","compatibleSinceVersion":"2.8","dependencies":[{"name":"credentials","optional":false,"version":"2.1.0"},{"name":"job-dsl","optional":true,"version":"1.41"},{"name":"workflow-step-api","optional":false,"version":"1.15"}],"developers":[{"developerId":"pskumar448","email":"pskumar448@gmail.com","name":"Suresh Kumar"}],"excerpt":"This plugin to upload the artifact to Nexus Repository.","gav":"sp.sd:nexus-artifact-uploader:2.10","labels":["upload"],"name":"nexus-artifact-uploader","previousTimestamp":"2016-12-13T03:17:34.00Z","previousVersion":"2.9","releaseTimestamp":"2017-08-13T15:02:26.00Z","requiredCore":"1.651.3","scm":"https://github.com/jenkinsci/nexus-artifact-uploader-plugin","sha1":"RVSEni9kE7MPdyr4hf718m804nI=","sha256":"nHqUBCSy3l03Uc0g9siGsfrA2jE5UFeLNCVyWt1ZT9Q=","title":"Nexus Artifact Uploader","url":"http://updates.jenkins-ci.org/download/plugins/nexus-artifact-uploader/2.10/nexus-artifact-uploader.hpi","version":"2.10","wiki":"https://plugins.jenkins.io/nexus-artifact-uploader"},"nexus-jenkins-plugin":{"buildDate":"Aug 23, 2019","dependencies":[{"name":"workflow-step-api","optional":false,"version":"2.8"},{"name":"credentials","optional":false,"version":"2.1.8"},{"name":"plain-credentials","optional":false,"version":"1.1"},{"name":"structs","optional":false,"version":"1.14"},{"name":"token-macro","optional":false,"version":"1.11"}],"developers":[{"developerId":"whyjustin","name":"Sonatype, Inc."}],"excerpt":"This plugin integrates Sonatype Nexus<\/a> to Jenkins.","gav":"org.sonatype.nexus.ci:nexus-jenkins-plugin:3.7.20190823-091836.9f85050","labels":[],"minimumJavaVersion":"1.8","name":"nexus-jenkins-plugin","previousTimestamp":"2019-07-22T20:02:37.00Z","previousVersion":"3.6.20190722-122200.83d1447","releaseTimestamp":"2019-08-23T17:53:38.00Z","requiredCore":"2.7","scm":"https://github.com/jenkinsci/nexus-platform-plugin","sha1":"P/+SYYy85mywz2ELiwCyJHxivXI=","sha256":"YS65pvgswI1NVcGxRfrUq8BCWM+DZl1qvSN90K9LWdU=","title":"Nexus Platform","url":"http://updates.jenkins-ci.org/download/plugins/nexus-jenkins-plugin/3.7.20190823-091836.9f85050/nexus-jenkins-plugin.hpi","version":"3.7.20190823-091836.9f85050","wiki":"https://plugins.jenkins.io/nexus-jenkins-plugin"},"nexus-task-runner":{"buildDate":"Nov 06, 2012","dependencies":[],"developers":[{"developerId":"quramy","email":"yosuke.kurami@gmail.com","name":"Yosuke Kurami"}],"excerpt":"This plugin runs scheduled tasks in your Nexus.","gav":"org.jenkins-ci.plugins:nexus-task-runner:0.9.2","labels":["external"],"name":"nexus-task-runner","previousTimestamp":"2012-11-04T18:32:14.00Z","previousVersion":"0.9.1","releaseTimestamp":"2012-11-06T16:05:31.00Z","requiredCore":"1.431","sha1":"x8AE0OnWLgmcJ0EEpG9CZfw/7fA=","sha256":"o/ItIVnqY0EseugVIM6BLhfoJ6cW6tGix86I5kFTHqo=","title":"Nexus Task Runner","url":"http://updates.jenkins-ci.org/download/plugins/nexus-task-runner/0.9.2/nexus-task-runner.hpi","version":"0.9.2","wiki":"https://plugins.jenkins.io/nexus-task-runner"},"nirmata":{"buildDate":"Dec 14, 2018","dependencies":[{"name":"credentials","optional":false,"version":"2.1.18"},{"name":"plain-credentials","optional":false,"version":"1.3"}],"developers":[{"developerId":"dtoledo","email":"damien@nirmata.com","name":"Damien Toledo"}],"excerpt":"Enables synchronization of YAML/JSON files stored in a Git repository with a Kubernetes application managed on the Nirmata platform","gav":"io.jenkins.plugins:nirmata:1.0.11","labels":[],"name":"nirmata","previousTimestamp":"2018-11-29T06:35:52.00Z","previousVersion":"1.0.10","releaseTimestamp":"2018-12-14T19:10:43.00Z","requiredCore":"2.107.3","scm":"https://github.com/jenkinsci/nirmata-plugin","sha1":"biixU4qZYfIM5fAGFON2TpkrNN0=","sha256":"pxfz7F3vR3AIMh2Gar8VeL0Pvt0waCKoCSY5nUf7494=","title":"Nirmata","url":"http://updates.jenkins-ci.org/download/plugins/nirmata/1.0.11/nirmata.hpi","version":"1.0.11","wiki":"https://plugins.jenkins.io/nirmata"},"nis-notification-lamp":{"buildDate":"Feb 14, 2013","dependencies":[],"developers":[{"name":"New Image Systems GmbH"}],"excerpt":"This plugin analyzes tasks (displayed on tabpanel) and sends string "accomplished" or "failed" to target server via UDP.","gav":"org.jenkins-ci.plugins:nis-notification-lamp:1.131","labels":[],"name":"nis-notification-lamp","previousTimestamp":"2013-02-07T14:37:51.00Z","previousVersion":"1.130","releaseTimestamp":"2013-02-14T18:36:26.00Z","requiredCore":"1.424","scm":"https://github.com/jenkinsci/nis-notification-lamp-plugin","sha1":"+wJpQzjvtuOS+wAHlif0Mm8uf3A=","sha256":"YosC0t//9D1rqJhjvs/q+Wg6RceLBajXEerlET11La4=","title":"NIS notification lamp","url":"http://updates.jenkins-ci.org/download/plugins/nis-notification-lamp/1.131/nis-notification-lamp.hpi","version":"1.131","wiki":"https://plugins.jenkins.io/nis-notification-lamp"},"no-agent-job-purge":{"buildDate":"Feb 20, 2017","dependencies":[],"developers":[{"developerId":"pbuckley4192","email":"pbuckley4192@gmail.com","name":"Paul Buckley"}],"excerpt":"A Jenkins plugin to purge jobs from the build queue if there is no agent available to take it.","gav":"org.jenkins-ci.plugins:no-agent-job-purge:1.2","labels":[],"name":"no-agent-job-purge","previousTimestamp":"2017-02-16T00:01:03.00Z","previousVersion":"1.1","releaseTimestamp":"2017-02-20T20:28:23.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/no-agent-job-purge-plugin","sha1":"PmX5eqnFM1wHgccjA7g3JUsnJRw=","sha256":"QFlKAyVI6jDZVUfX7DEAJxqunS+R+0JznvsrZa0jPZk=","title":"No Agent Job Purge","url":"http://updates.jenkins-ci.org/download/plugins/no-agent-job-purge/1.2/no-agent-job-purge.hpi","version":"1.2","wiki":"https://plugins.jenkins.io/no-agent-job-purge"},"node-iterator-api":{"buildDate":"Jun 17, 2016","dependencies":[],"developers":[{"developerId":"stephenconnolly","name":"Stephen Connolly"}],"excerpt":"This plugin provides support for iterating through all the Node instances that are in use by Jenkins, even those Node instances that are not traditionally attached to Jenkins. The API exposed by this plugin can be used by cloud provider plugins to identify unused provisioned resource.","gav":"org.jenkins-ci.plugins:node-iterator-api:1.5.0","labels":[],"name":"node-iterator-api","previousTimestamp":"2014-06-10T13:19:52.00Z","previousVersion":"1.4","releaseTimestamp":"2016-06-17T08:24:28.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/node-iterator-api-plugin","sha1":"EyGb9liaot7HU5P1koKgyUTiM+g=","sha256":"UxsE8hh6CG4plj8/SpgjtxGyQuuiOT3fApA4pd633zk=","title":"Node Iterator API","url":"http://updates.jenkins-ci.org/download/plugins/node-iterator-api/1.5.0/node-iterator-api.hpi","version":"1.5.0","wiki":"https://plugins.jenkins.io/node-iterator-api"},"node-sharing-executor":{"buildDate":"Jul 17, 2019","dependencies":[{"name":"cloud-stats","optional":false,"version":"0.20"},{"name":"credentials","optional":false,"version":"2.1.16"},{"name":"git-client","optional":false,"version":"1.17.1"},{"name":"resource-disposer","optional":false,"version":"0.8"},{"name":"ssh-credentials","optional":false,"version":"1.13"},{"name":"ssh-slaves","optional":false,"version":"1.10"},{"name":"ws-cleanup","optional":true,"version":"0.36"}],"developers":[{"developerId":"pjanouse","email":"pjanouse@redhat.com","name":"Pavel Janoušek"},{"developerId":"ogondza","email":"ogondza@gmail.com","name":"Oliver Gondža"}],"excerpt":"This plugin consumes nodes shared by pool of preconfigured machines.","gav":"org.jenkins-ci.plugins.nodesharing:node-sharing-executor:2.0.4","labels":[],"minimumJavaVersion":"1.8","name":"node-sharing-executor","previousTimestamp":"2018-10-25T11:22:51.00Z","previousVersion":"2.0.3","releaseTimestamp":"2019-07-17T12:10:07.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/node-sharing-plugin","sha1":"HwcO+nIssR/WxiX2sqa1RcOb70E=","sha256":"mzkMurWHMVUyWOIaGul52x6LqktU0JpDk4nQWWEvo7w=","title":"Node sharing executor","url":"http://updates.jenkins-ci.org/download/plugins/node-sharing-executor/2.0.4/node-sharing-executor.hpi","version":"2.0.4","wiki":"https://plugins.jenkins.io/node-sharing-executor"},"node-sharing-orchestrator":{"buildDate":"Jul 17, 2019","dependencies":[{"name":"git-client","optional":false,"version":"1.17.1"}],"developers":[{"developerId":"pjanouse","email":"pjanouse@redhat.com","name":"Pavel Janoušek"},{"developerId":"ogondza","email":"ogondza@gmail.com","name":"Oliver Gondža"}],"excerpt":"Coordinate exclusive sharing of predefined set of machines.","gav":"org.jenkins-ci.plugins.nodesharing:node-sharing-orchestrator:2.0.4","labels":[],"minimumJavaVersion":"1.8","name":"node-sharing-orchestrator","previousTimestamp":"2018-10-25T11:22:41.00Z","previousVersion":"2.0.3","releaseTimestamp":"2019-07-17T12:09:50.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/node-sharing-plugin","sha1":"+dUT3ZhKcZyP118YzVZfwirXnHs=","sha256":"ZgZrdV7OsO+na3JmMXStA7NHLNHy5iyzBGBJl0nPagc=","title":"Node sharing orchestrator","url":"http://updates.jenkins-ci.org/download/plugins/node-sharing-orchestrator/2.0.4/node-sharing-orchestrator.hpi","version":"2.0.4","wiki":"https://plugins.jenkins.io/node-sharing-orchestrator"},"nodejs":{"buildDate":"Jun 19, 2019","dependencies":[{"name":"config-file-provider","optional":false,"version":"3.6"},{"name":"structs","optional":false,"version":"1.13"}],"developers":[{"developerId":"cliffano","email":"blah@cliffano.com","name":"Cliffano Subagio"},{"developerId":"fcamblor","email":"fcamblor@gmail.com","name":"Frédéric Camblor"},{"developerId":"nfalco79","email":"nfalco79@hotmail.com","name":"Nikolas Falco"}],"excerpt":"NodeJS Plugin executes NodeJS<\/a> script as a build step.","gav":"org.jenkins-ci.plugins:nodejs:1.3.3","labels":[],"minimumJavaVersion":"1.8","name":"nodejs","previousTimestamp":"2019-06-15T00:09:58.00Z","previousVersion":"1.3.2","releaseTimestamp":"2019-06-19T14:17:04.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/nodejs-plugin","sha1":"sKdGTCD9tJWUoRdW+eL9giYZexA=","sha256":"Oe49VLzLTt9cN34VR6mGjTgyerEFspPAEyKuSFCdzmE=","title":"NodeJS","url":"http://updates.jenkins-ci.org/download/plugins/nodejs/1.3.3/nodejs.hpi","version":"1.3.3","wiki":"https://plugins.jenkins.io/nodejs"},"nodelabelparameter":{"buildDate":"Mar 30, 2016","dependencies":[{"name":"jquery","optional":false,"version":"1.7.2-1"},{"name":"parameterized-trigger","optional":true,"version":"2.22"},{"name":"token-macro","optional":false,"version":"1.11"}],"developers":[{"developerId":"imod","name":"Dominik Bartholdi"}],"excerpt":"The node and label parameter plugin allows to dynamically select the node on which a job should be executed.","gav":"org.jenkins-ci.plugins:nodelabelparameter:1.7.2","labels":["slaves","trigger","parameter"],"name":"nodelabelparameter","previousTimestamp":"2016-01-04T14:07:13.00Z","previousVersion":"1.7.1","releaseTimestamp":"2016-03-30T06:16:47.00Z","requiredCore":"1.580","scm":"https://github.com/jenkinsci/nodelabelparameter-plugin","sha1":"24E6GfSaScTrTRHSc5Q1GpzD/7c=","sha256":"D1Vq5IVz22uuKLJOrlYRIe2ZMeixvDGsTlhryNMjjt8=","title":"Node and Label parameter","url":"http://updates.jenkins-ci.org/download/plugins/nodelabelparameter/1.7.2/nodelabelparameter.hpi","version":"1.7.2","wiki":"https://plugins.jenkins.io/nodelabelparameter"},"nodenamecolumn":{"buildDate":"Oct 21, 2014","dependencies":[],"developers":[{"developerId":"kalpanab","email":"kalpanab_2006@yahoo.com","name":"Kalpana Nagireddy"}],"excerpt":"Column showing the node name that can be configured in views.","gav":"org.jenkins-ci.plugins:nodenamecolumn:1.2","labels":["listview-column"],"name":"nodenamecolumn","releaseTimestamp":"2014-10-21T14:47:34.00Z","requiredCore":"1.532","scm":"https://github.com/jenkinsci/nodenamecolumn-plugin","sha1":"VoP+791RfwpNTN+MB9utf2ldaZ8=","sha256":"DtWk2ohOGiXHCyvea67fo1SaS44lyXlOh2hW0zLO9dY=","title":"Node Name Column","url":"http://updates.jenkins-ci.org/download/plugins/nodenamecolumn/1.2/nodenamecolumn.hpi","version":"1.2","wiki":"https://plugins.jenkins.io/nodenamecolumn"},"nodepool-agents":{"buildDate":"Nov 30, 2018","dependencies":[{"name":"workflow-aggregator","optional":false,"version":"2.5"},{"name":"workflow-job","optional":false,"version":"2.25"},{"name":"cloud-stats","optional":false,"version":"0.9"},{"name":"credentials","optional":false,"version":"2.1.18"},{"name":"docker-java-api","optional":false,"version":"3.0.14"},{"name":"scm-api","optional":false,"version":"2.2.6"},{"name":"ssh-credentials","optional":false,"version":"1.14"},{"name":"ssh-slaves","optional":false,"version":"1.29.1"},{"name":"structs","optional":false,"version":"1.14"},{"name":"trilead-api","optional":false,"version":"1.0.1"}],"developers":[{"developerId":"hsaunders","email":"hugh.saunders@rackspace.com","name":"Hugh Saunders"},{"developerId":"bdelliott","email":"brian.elliott@rackspace.com","name":"Brian D. Elliott"},{"developerId":"ddeal","email":"david.deal@rackspace.com","name":"David Deal"}],"excerpt":"Jenkins plugin for using Nodes provided by OpenStack NodePool.","gav":"org.jenkins-ci.plugins:nodepool-agents:0.0.21","labels":[],"name":"nodepool-agents","previousTimestamp":"2018-11-30T11:12:39.00Z","previousVersion":"0.0.20","releaseTimestamp":"2018-11-30T19:28:03.00Z","requiredCore":"2.138.3","scm":"https://github.com/jenkinsci/nodepool-agents-plugin","sha1":"1v2c43TmoqrBcARjVC3/8SDYkG8=","sha256":"rtSw/3guyONejWYMX+TWJPZGHB2BNJS2K4IajXV8Vb8=","title":"NodePool Agents","url":"http://updates.jenkins-ci.org/download/plugins/nodepool-agents/0.0.21/nodepool-agents.hpi","version":"0.0.21","wiki":"https://plugins.jenkins.io/nodepool-agents"},"nomad":{"buildDate":"Aug 12, 2019","dependencies":[{"name":"credentials","optional":false,"version":"2.1.16"},{"name":"plain-credentials","optional":false,"version":"1.4"}],"developers":[{"developerId":"iverberk","email":"ivo@verberk.nl","name":"Ivo Verberk"}],"excerpt":"This plugin can be used to connect Jenkins to a Nomad cluster and dynamically launch Jenkins slaves based on the work load.","gav":"org.jenkins-ci.plugins:nomad:0.6.9","labels":["slaves"],"name":"nomad","previousTimestamp":"2019-08-07T09:43:54.00Z","previousVersion":"0.6.8","releaseTimestamp":"2019-08-12T19:22:43.00Z","requiredCore":"2.121.1","scm":"https://github.com/jenkinsci/nomad-plugin","sha1":"DJGlU1gjMq934RUyKYNosIr7BGs=","sha256":"63HEkUAidmc8gTJaa9QBA8XtxiC4GufRdE3oqhmYaDg=","title":"Nomad","url":"http://updates.jenkins-ci.org/download/plugins/nomad/0.6.9/nomad.hpi","version":"0.6.9","wiki":"https://plugins.jenkins.io/nomad"},"non-dynamic-hello-world":{"buildDate":"Jan 19, 2018","dependencies":[{"name":"structs","optional":false,"version":"1.7"}],"developers":[{"developerId":"batmat","email":"batmat@batmat.net","name":"Baptiste Mathus"}],"excerpt":"TODO","gav":"io.jenkins.plugins:non-dynamic-hello-world:1.0","labels":[],"name":"non-dynamic-hello-world","releaseTimestamp":"2018-01-19T16:18:20.00Z","requiredCore":"2.89.2","scm":"https://github.com/jenkinsci/non-dynamic-hello-world-plugin","sha1":"FsoXIgCW7YK1SUaDFiNLkg30C7w=","sha256":"sJJXIGzMN9NygpV2AqLOUbIeZtM6zqKNK59bGP//Wfg=","title":"Non Dynamic Hello World: TESTING","url":"http://updates.jenkins-ci.org/download/plugins/non-dynamic-hello-world/1.0/non-dynamic-hello-world.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/non-dynamic-hello-world"},"nopmdcheck":{"buildDate":"Oct 25, 2012","dependencies":[],"developers":[{"developerId":"quramy","email":"yosuke.kurami@gmail.com","name":"Yosuke Kurami"}],"excerpt":"This plugin checks sourcecodes' lines including 'NOPMD' keyword.","gav":"org.jenkins-ci.plugins:nopmdcheck:0.9","labels":["misc"],"name":"nopmdcheck","releaseTimestamp":"2012-10-25T15:22:52.00Z","requiredCore":"1.431","sha1":"xOSCCk+0dudR2JIXXJOR3C/Vblo=","sha256":"ywUI3uKS7Qf52AnU8a3aAq2+X5QVdvMxl0T9EalhyZ4=","title":"NOPMD check","url":"http://updates.jenkins-ci.org/download/plugins/nopmdcheck/0.9/nopmdcheck.hpi","version":"0.9","wiki":"https://plugins.jenkins.io/nopmdcheck"},"nopmdverifytrac":{"buildDate":"Oct 25, 2012","dependencies":[{"name":"nopmdcheck","optional":false,"version":"0.9"}],"developers":[{"developerId":"yosuke"}],"excerpt":"This plugin checks the association of the Trac ticket and 'NOPMD' keyword in your project.","gav":"org.jenkins-ci.plugins:nopmdverifytrac:0.9","labels":["external"],"name":"nopmdverifytrac","releaseTimestamp":"2012-10-25T15:56:55.00Z","requiredCore":"1.431","sha1":"FxaTSxaqdp9mIgxcrDnNDht+zqs=","sha256":"EgkGc6Wb4u8QB8NPHE2GURFsBTi9Ug4j57kSJSqrxD4=","title":"NOPMD verify Trac","url":"http://updates.jenkins-ci.org/download/plugins/nopmdverifytrac/0.9/nopmdverifytrac.hpi","version":"0.9","wiki":"https://plugins.jenkins.io/nopmdverifytrac"},"notification":{"buildDate":"Apr 02, 2018","dependencies":[{"name":"credentials","optional":false,"version":"1.21"},{"name":"s3","optional":true,"version":"0.10.9"},{"name":"token-macro","optional":true,"version":"2.3"},{"name":"junit","optional":true,"version":"1.20"},{"name":"plain-credentials","optional":false,"version":"1.3"}],"developers":[{"developerId":"markb","email":"markb@tikalk.com","name":"Mark Berner"},{"developerId":"hagzag","email":"hagzag@tikalk.com","name":"Haggai Philip Zagury"},{"developerId":"evgenyg","email":"evgenyg@gmail.com","name":"Evgeny Goldin"},{"developerId":"cohencil","email":"chenc@tikalk.com","name":"Chen Cohen"}],"excerpt":"This plugin from Tikal Knowledge<\/a> allows sending running Jobs status notifications.","gav":"com.tikalk.hudson.plugins:notification:1.13","labels":["notifier"],"name":"notification","previousTimestamp":"2017-07-09T06:20:13.00Z","previousVersion":"1.12","releaseTimestamp":"2018-04-02T12:47:42.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/notification-plugin","sha1":"co9nEgN+hw8x3MWEmuB+wch3N2U=","sha256":"HhOHFcR3YL/kgwyFEaFMe6Q7r3TA4zReSgSqF5/y834=","title":"Notification","url":"http://updates.jenkins-ci.org/download/plugins/notification/1.13/notification.hpi","version":"1.13","wiki":"https://plugins.jenkins.io/notification"},"nouvola-divecloud":{"buildDate":"Mar 24, 2017","dependencies":[],"developers":[{"developerId":"smacarthur","email":"shawn.macarthur@nouvola.com","name":"Shawn MacArthur"}],"excerpt":"This plugin enables you to add a build step which runs Nouvola DiveCloud performance load tests.","gav":"org.jenkins-ci.plugins:nouvola-divecloud:1.08","labels":["builder"],"name":"nouvola-divecloud","previousTimestamp":"2017-03-24T18:45:27.00Z","previousVersion":"1.07","releaseTimestamp":"2017-03-24T23:55:50.00Z","requiredCore":"1.609.1","scm":"https://github.com/jenkinsci/nouvola-divecloud-plugin","sha1":"dMRXAxG94t2BdPwYJtFW+ZpeVgM=","sha256":"FgIMkXwWnNXHNl8DIal7rOmm9J7BKdefRqYPyIWzs9I=","title":"Nouvola DiveCloud","url":"http://updates.jenkins-ci.org/download/plugins/nouvola-divecloud/1.08/nouvola-divecloud.hpi","version":"1.08","wiki":"https://plugins.jenkins.io/nouvola-divecloud"},"nowsecure-auto-security-test":{"buildDate":"Aug 22, 2019","dependencies":[{"name":"structs","optional":false,"version":"1.7"}],"developers":[{"developerId":"bhatti","email":"info@nowsecure.com","name":"NowSecure, Inc."}],"excerpt":"NowSecure Auto Security Test","gav":"io.jenkins.plugins:nowsecure-auto-security-test:1.23","labels":[],"name":"nowsecure-auto-security-test","previousTimestamp":"2019-08-22T20:31:10.00Z","previousVersion":"1.22","releaseTimestamp":"2019-08-22T22:40:46.00Z","requiredCore":"2.7.3","scm":"https://github.com/jenkinsci/nowsecure-auto-security-test-plugin","sha1":"mVs9SS5AjPS6edaZBZpir/qjXyw=","sha256":"LVRIzrQsmojno06gTtFYszF7TE6Cd/pCXgTYf9EnlvA=","title":"NowSecure Auto","url":"http://updates.jenkins-ci.org/download/plugins/nowsecure-auto-security-test/1.23/nowsecure-auto-security-test.hpi","version":"1.23","wiki":"https://plugins.jenkins.io/nowsecure-auto-security-test"},"nsiqcollector":{"buildDate":"Aug 06, 2011","dependencies":[],"developers":[{"developerId":"iceize","email":"iceize@nhn.com","name":"Oh, Young-eun"},{"developerId":"junoyoon","email":"junoyoon@gmail.com","name":"JunHo Yoon"}],"excerpt":"This plugin is a reporter plugin to display N'SIQ Collector Result.","gav":"org.jvnet.hudson.plugins:nsiqcollector:1.3.3","labels":["report"],"name":"nsiqcollector","releaseTimestamp":"2011-08-06T15:25:43.00Z","requiredCore":"1.395","scm":"https://github.com/jenkinsci/nsiqcollector-plugin","sha1":"LifvvdE4okdqHY9o5QYG25QerC0=","sha256":"CPQqts+pWNQ274o2Poys6g/fbILWA1cG9bbuZYHrRTQ=","title":"NSIQ Collector","url":"http://updates.jenkins-ci.org/download/plugins/nsiqcollector/1.3.3/nsiqcollector.hpi","version":"1.3.3","wiki":"https://plugins.jenkins.io/nsiqcollector"},"nuget":{"buildDate":"Sep 22, 2017","dependencies":[],"developers":[{"developerId":"greybird","email":"arnaud.dev@gmail.com","name":"Arnaud TAMAILLON"},{"developerId":"baritonehands","email":"biscuitalmighty@gmail.com","name":"Brian Gregg"}],"excerpt":"This plugin allows to trigger a build when a NuGet dependency has an updated versionpublish NuGet packages to NuGet repositories using secured api keys","gav":"org.jenkins-ci.plugins:nuget:0.7","labels":[],"name":"nuget","previousTimestamp":"2016-08-05T08:00:54.00Z","previousVersion":"0.6","releaseTimestamp":"2017-09-22T21:49:16.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/nuget-plugin","sha1":"xA8F0kiGOojX3gY64QzYyM5g51k=","sha256":"b9lJHTSTQPhcI/oRR3RotnX1XhtVCOQd0zMKS+KJMkI=","title":"Nuget","url":"http://updates.jenkins-ci.org/download/plugins/nuget/0.7/nuget.hpi","version":"0.7","wiki":"https://plugins.jenkins.io/nuget"},"numeraljs":{"buildDate":"Mar 03, 2016","dependencies":[],"developers":[{"developerId":"tfennelly"}],"excerpt":"JavaScript GUI Lib: Numeral.js bundle plugin.","gav":"org.jenkins-ci.ui:numeraljs:1.1.1","labels":[],"name":"numeraljs","previousTimestamp":"2015-12-15T15:28:54.00Z","previousVersion":"1.1","releaseTimestamp":"2016-03-03T12:10:04.00Z","requiredCore":"1.580.1","sha1":"6rEqG3FIN2RF/pyHpTIKK0iiuV0=","sha256":"6TpqazGdqteoqTgL7pvHkIiul6U4j1QWsAJhGCYNTg4=","title":"JavaScript GUI Lib: Numeral.js bundle","url":"http://updates.jenkins-ci.org/download/plugins/numeraljs/1.1.1/numeraljs.hpi","version":"1.1.1","wiki":"https://plugins.jenkins.io/numeraljs"},"nunit":{"buildDate":"Jun 08, 2019","dependencies":[{"name":"junit","optional":false,"version":"1.20"},{"name":"structs","optional":false,"version":"1.2"}],"developers":[{"developerId":"redsolo","email":"eramfelt@gmail.com","name":"Erik Ramfelt"},{"developerId":"slide_o_mix","email":"slide.o.mix@gmail.com","name":"Alex Earl"}],"excerpt":"This plugin transforms NUnit<\/a> test reports so they can be recorded by Jenkins' JUnit features.","gav":"org.jenkins-ci.plugins:nunit:0.25","labels":["report"],"name":"nunit","previousTimestamp":"2019-01-22T16:40:57.00Z","previousVersion":"0.24","releaseTimestamp":"2019-06-08T04:10:48.00Z","requiredCore":"1.642.3","scm":"https://github.com/jenkinsci/nunit-plugin","sha1":"ejQpTIQcIXIG4m3LsY9h3cKk8gU=","sha256":"Ut25cTjzDrYKM8qK2v7/frENmSxpQGMq9U4LgcOO+7s=","title":"NUnit","url":"http://updates.jenkins-ci.org/download/plugins/nunit/0.25/nunit.hpi","version":"0.25","wiki":"https://plugins.jenkins.io/nunit"},"nutanix-calm":{"buildDate":"Jan 03, 2019","dependencies":[{"name":"cloudbees-credentials","optional":false,"version":"3.3"},{"name":"credentials","optional":false,"version":"2.1.16"},{"name":"structs","optional":false,"version":"1.7"}],"developers":[{"developerId":"Nutanix","email":"nucalm-devops@nutanix.com","name":"Nutanix Calm"}],"excerpt":"This plugin allows integration with Nutanix Calm for freestyle projects and pipeline.","gav":"org.jenkins-ci.plugins:nutanix-calm:1.2","labels":[],"name":"nutanix-calm","previousTimestamp":"2018-11-02T14:51:15.00Z","previousVersion":"1.1","releaseTimestamp":"2019-01-03T13:05:31.00Z","requiredCore":"2.7.3","scm":"https://github.com/jenkinsci/nutanix-calm-plugin","sha1":"gI5ZdYJMrnKuQwQ8opsWbKfAtgI=","sha256":"6GdevGw+poanVds+MVwayPLmrXaLT9j9eSV9yK6jpPU=","title":"Nutanix Calm","url":"http://updates.jenkins-ci.org/download/plugins/nutanix-calm/1.2/nutanix-calm.hpi","version":"1.2","wiki":"https://plugins.jenkins.io/nutanix-calm"},"nvm-wrapper":{"buildDate":"Apr 04, 2019","dependencies":[{"name":"workflow-step-api","optional":false,"version":"2.16"},{"name":"scm-api","optional":false,"version":"1.3"}],"developers":[{"developerId":"atoms","email":"atomsmail+jenkins@gmail.com","name":"Tomas Salazar"}],"excerpt":"NVM wrapper plugin","gav":"org.jenkins-ci.plugins:nvm-wrapper:0.1.7","labels":["buildwrapper"],"name":"nvm-wrapper","previousTimestamp":"2018-08-29T03:28:13.00Z","previousVersion":"0.1.6","releaseTimestamp":"2019-04-04T18:32:59.00Z","requiredCore":"1.609.3","scm":"https://github.com/jenkinsci/nvm-wrapper-plugin","sha1":"ppslNMJvJMa+ZZC05k9GgNIAd+4=","sha256":"LVzmtycc/8LjzUuIOp32air7G7ZhnYLAjo6z9CeQbjc=","title":"nvm-wrapper","url":"http://updates.jenkins-ci.org/download/plugins/nvm-wrapper/0.1.7/nvm-wrapper.hpi","version":"0.1.7","wiki":"https://plugins.jenkins.io/nvm-wrapper"},"oauth-credentials":{"buildDate":"Feb 14, 2014","dependencies":[{"name":"credentials","optional":false,"version":"1.10"}],"developers":[{"developerId":"mattmoor","name":"Matt Moore"}],"excerpt":"This plugin provides interfaces for OAuth credentials in Jenkins.","gav":"org.jenkins-ci.plugins:oauth-credentials:0.3","labels":[],"name":"oauth-credentials","previousTimestamp":"2014-02-13T23:01:00.00Z","previousVersion":"0.2","releaseTimestamp":"2014-02-14T06:26:55.00Z","requiredCore":"1.521","scm":"https://github.com/jenkinsci/oauth-credentials","sha1":"TDVbWzZEXvFXVMPp6h6IXJrK1+4=","sha256":"fD1dS6hmfStxvKxZTJQkRqvrJcA5bbMhYGwzo9Rlkqo=","title":"OAuth Credentials","url":"http://updates.jenkins-ci.org/download/plugins/oauth-credentials/0.3/oauth-credentials.hpi","version":"0.3","wiki":"https://plugins.jenkins.io/oauth-credentials"},"octoperf":{"buildDate":"Aug 26, 2019","dependencies":[{"name":"workflow-step-api","optional":false,"version":"2.20"},{"name":"credentials","optional":false,"version":"2.2.0"},{"name":"job-dsl","optional":true,"version":"1.74"},{"name":"structs","optional":false,"version":"1.19"}],"developers":[{"developerId":"jloisel","email":"jerome.loisel@octoperf.com","name":"Jerome Loisel"},{"developerId":"geraldpereira","email":"gerald.pereira@octoperf.com","name":"Gerald Pereira"}],"excerpt":"This plugin integrates OctoPerf<\/a> - a Load Testing Tool to Jenkins.","gav":"org.jenkinsci.plugins:octoperf:4.2.2","labels":["report","misc","devops"],"minimumJavaVersion":"1.8","name":"octoperf","previousTimestamp":"2019-06-18T10:02:43.00Z","previousVersion":"4.2.1","releaseTimestamp":"2019-08-26T14:41:08.00Z","requiredCore":"2.176.1","scm":"https://github.com/jenkinsci/octoperf-plugin","sha1":"XA+h3F+pvpyb7TYwTcmyGrMbfoI=","sha256":"6XFy/dWhoq/B633QTyQ1sL2Bzp9AC1D5KgygKarDzJY=","title":"OctoPerf Load Testing Plugin","url":"http://updates.jenkins-ci.org/download/plugins/octoperf/4.2.2/octoperf.hpi","version":"4.2.2","wiki":"https://plugins.jenkins.io/octoperf"},"octopusdeploy":{"buildDate":"Nov 05, 2018","dependencies":[],"developers":[{"developerId":"badriance","email":"badriance@vistaprint.com","name":"Brian Adriance"},{"developerId":"jonlabroad","email":"jlabroad@vistaprint.com","name":"Jon LaBroad"},{"developerId":"lteixeira","email":"lteixeira@vistaprint.com","name":"Luis Teixeira"}],"excerpt":"This plugin allows integration with one or more OctopusDeploy instances.","gav":"hudson.plugins.octopusdeploy:octopusdeploy:1.9.0","labels":["deployment"],"name":"octopusdeploy","previousTimestamp":"2018-04-16T12:45:53.00Z","previousVersion":"1.8.1","releaseTimestamp":"2018-11-05T17:47:31.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/octopusdeploy-plugin","sha1":"zBuFVO/A5eofTXTC/6ZfwAvByu4=","sha256":"WpElBr2c/0gX0OYB9b0/mEDSnXbou9RgopotFIc1Z5A=","title":"OctopusDeploy","url":"http://updates.jenkins-ci.org/download/plugins/octopusdeploy/1.9.0/octopusdeploy.hpi","version":"1.9.0","wiki":"https://plugins.jenkins.io/octopusdeploy"},"offlineonfailure-plugin":{"buildDate":"Jun 19, 2011","dependencies":[],"developers":[{"email":"andreas.nilsson@atex.com","name":"Andreas Nilsson"},{"developerId":"bitter","email":"sternevald@imap.cc","name":"Martin Sternevald"}],"excerpt":"This plugin allows you to take nodes offline immediately when a job reports FAILURE.","gav":"org.jenkins-ci.plugins:offlineonfailure-plugin:1.0","labels":["post-build"],"name":"offlineonfailure-plugin","releaseTimestamp":"2011-06-19T13:29:08.00Z","requiredCore":"1.398","scm":"https://github.com/jenkinsci/offlineonfailure-plugin","sha1":"b24ZX21Mz61by7jVNmGVC+AFs+4=","sha256":"xmbhjLLAsD41szNz6wZ4T5gcjv3m1JfDv+ysAZVKtM4=","title":"OfflineOnFailure","url":"http://updates.jenkins-ci.org/download/plugins/offlineonfailure-plugin/1.0/offlineonfailure-plugin.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/offlineonfailure-plugin"},"oic-auth":{"buildDate":"Jan 26, 2019","dependencies":[{"name":"mailer","optional":false,"version":"1.6"}],"developers":[{"developerId":"mbischoff","email":"m.bischoff@controplex.com","name":"michael bischoff"},{"developerId":"agentgonzo","email":"sarch@cloudbees.com","name":"Steve Arch"}],"excerpt":"Allows you to log in using an openid connect server.","gav":"org.jenkins-ci.plugins:oic-auth:1.6","labels":["user"],"name":"oic-auth","previousTimestamp":"2019-01-20T21:51:05.00Z","previousVersion":"1.5","releaseTimestamp":"2019-01-26T06:52:56.00Z","requiredCore":"1.580.1","scm":"https://github.com/jenkinsci/oic-auth-plugin","sha1":"wLsjE1ZAycwR6/man5oeFxQpf6A=","sha256":"26EzU58w/HKpUrielh6iQhv1ES9mTDvs1zbrBH61EcI=","title":"OpenId Connect Authentication","url":"http://updates.jenkins-ci.org/download/plugins/oic-auth/1.6/oic-auth.hpi","version":"1.6","wiki":"https://plugins.jenkins.io/oic-auth"},"oki-docki":{"buildDate":"Nov 06, 2014","dependencies":[],"developers":[{"developerId":"nicolas"}],"excerpt":"Run builds inside a docker container, defined by Dockerfile from project SCM","gav":"com.cloudbees.jenkins.plugins:oki-docki:1.1","labels":[],"name":"oki-docki","previousTimestamp":"2014-08-20T12:22:29.00Z","previousVersion":"1.0","releaseTimestamp":"2014-11-06T12:54:14.00Z","requiredCore":"1.580","scm":"https://github.com/jenkinsci/oki-docki-plugin","sha1":"xnVpX2yC3Eeqmv2917BeYo7D2t8=","sha256":"McaWYVAON76uLyCkAPQFXrsE0MjsHKO3cv3Y/mehqM4=","title":"oki-docki","url":"http://updates.jenkins-ci.org/download/plugins/oki-docki/1.1/oki-docki.hpi","version":"1.1","wiki":"https://plugins.jenkins.io/oki-docki"},"one-shot-executor":{"buildDate":"Jan 16, 2017","dependencies":[],"developers":[{"developerId":"ndeloof","email":"nicolas.deloof@gmail.com","name":"Nicolas De Loof"},{"developerId":"ydubreuil","email":"yoann.dubreuil@gmail.com","name":"Yoann Dubreuil"}],"excerpt":"This plugin is used by other plugins to implemented "One-Shot" executors, i.e. executors dedicated to a single build.","gav":"org.jenkins-ci.plugins:one-shot-executor:1.2","labels":["slaves"],"name":"one-shot-executor","previousTimestamp":"2016-09-27T12:29:35.00Z","previousVersion":"1.1","releaseTimestamp":"2017-01-16T14:14:45.00Z","requiredCore":"2.9","scm":"https://github.com/jenkinsci/one-shot-executor-plugin","sha1":"/PFBzqDxBVavp21pcMcDF8rXhHQ=","sha256":"pfQQ1R1k1wNOfDF4M4lBBmuQbRrPPLKXRAMlplg99nQ=","title":"One-Shot Executor","url":"http://updates.jenkins-ci.org/download/plugins/one-shot-executor/1.2/one-shot-executor.hpi","version":"1.2","wiki":"https://plugins.jenkins.io/one-shot-executor"},"onesky":{"buildDate":"Dec 01, 2016","dependencies":[],"developers":[{"developerId":"ricardoespsanto","email":"ricardoespsanto@gmail.com","name":"Ricardo Espirito Santo"}],"excerpt":"Sync translations from One sky","gav":"org.jenkins-ci.plugins:onesky:1.1","labels":["misc","external"],"name":"onesky","releaseTimestamp":"2016-12-01T14:00:30.00Z","requiredCore":"2.7.4","scm":"https://github.com/jenkinsci/onesky-plugin","sha1":"JE9go9twUv7C0dI3g0UzhCV6Wgk=","sha256":"Em87UmOyUEz9wpo+2MuyrS2sqINLR3TO+0EXY8TjQJQ=","title":"OneSky","url":"http://updates.jenkins-ci.org/download/plugins/onesky/1.1/onesky.hpi","version":"1.1","wiki":"https://plugins.jenkins.io/onesky"},"ontrack":{"buildDate":"Aug 20, 2019","dependencies":[{"name":"pipeline-rest-api","optional":false,"version":"2.10"},{"name":"workflow-api","optional":false,"version":"2.22"},{"name":"workflow-cps","optional":false,"version":"2.19"},{"name":"workflow-step-api","optional":false,"version":"2.12"},{"name":"workflow-support","optional":false,"version":"2.14"},{"name":"envinject","optional":false,"version":"1.92.1"},{"name":"job-dsl","optional":true,"version":"1.71"},{"name":"junit","optional":false,"version":"1.26.1"},{"name":"run-condition","optional":false,"version":"1.0"},{"name":"script-security","optional":false,"version":"1.57"},{"name":"structs","optional":false,"version":"1.17"}],"developers":[{"developerId":"dcoraboeuf","email":"damien.coraboeuf@gmail.com","name":"Damien Coraboeuf"}],"excerpt":"This plug-in allows to control builds and validation runs in ontrack.","gav":"org.jenkins-ci.plugins:ontrack:3.7.0","labels":["notifier","builder"],"name":"ontrack","previousTimestamp":"2019-07-01T19:09:04.00Z","previousVersion":"3.6.0","releaseTimestamp":"2019-08-20T17:15:44.00Z","requiredCore":"2.107.3","scm":"https://github.com/jenkinsci/ontrack-plugin","sha1":"C9ba6GX6ee0aj1n27GNS/ITv3Yg=","sha256":"OWLSO27FMk8ztgIAAnIMTXtb5XJXH+djEdeBTRiA3N8=","title":"ontrack Jenkins","url":"http://updates.jenkins-ci.org/download/plugins/ontrack/3.7.0/ontrack.hpi","version":"3.7.0","wiki":"https://plugins.jenkins.io/ontrack"},"open-stf":{"buildDate":"Aug 15, 2018","dependencies":[{"name":"android-emulator","optional":false,"version":"3.0"},{"name":"jquery","optional":false,"version":"1.12.4-0"},{"name":"matrix-project","optional":false,"version":"1.4"}],"developers":[{"developerId":"justice3120","email":"masayoshi.sakamoto@dena.jp","name":"Masayoshi Sakamoto"}],"excerpt":"Reserve a STF device before a build, then release it after.","gav":"org.jenkins-ci.plugins:open-stf:1.0.9","labels":["android"],"name":"open-stf","previousTimestamp":"2018-05-12T00:48:12.00Z","previousVersion":"1.0.8","releaseTimestamp":"2018-08-15T08:27:58.00Z","requiredCore":"2.107.3","scm":"https://github.com/jenkinsci/open-stf-plugin","sha1":"qLR+muyKt96e06nFLr4QqlL6uxc=","sha256":"YBDpN5wBk7DDSvruJXV0M95Z6pt2KzWAkKLrzb6TLjU=","title":"Open STF","url":"http://updates.jenkins-ci.org/download/plugins/open-stf/1.0.9/open-stf.hpi","version":"1.0.9","wiki":"https://plugins.jenkins.io/open-stf"},"openJDK-native-plugin":{"buildDate":"Jan 16, 2015","dependencies":[],"developers":[{"developerId":"vjuranek","name":"Vojtech Juranek"}],"excerpt":"","gav":"org.jenkinsci.plugins.openjdk_native:openJDK-native-plugin:1.1","labels":[],"name":"openJDK-native-plugin","previousTimestamp":"2012-03-01T09:08:33.00Z","previousVersion":"1.0","releaseTimestamp":"2015-01-16T22:23:16.00Z","requiredCore":"1.532.3","scm":"https://github.com/jenkinsci/openJDK-native-plugin","sha1":"fW2/7chr7uxA/ILbm2VHT7QdBMM=","sha256":"wEN0305Uz3NHkXUFZaEQo3/BierZmu7680Bjco+eHa4=","title":"openJDK-native-plugin","url":"http://updates.jenkins-ci.org/download/plugins/openJDK-native-plugin/1.1/openJDK-native-plugin.hpi","version":"1.1","wiki":"https://plugins.jenkins.io/openJDK-native-plugin"},"openedge":{"buildDate":"Jun 07, 2019","dependencies":[],"developers":[{"developerId":"gquerret","email":"g.querret+jenkins@gmail.com","name":"Gilles QUERRET"}],"excerpt":"Adds OpenEdge ABL support to Jenkins","gav":"io.jenkins.plugins:openedge:0.9","labels":[],"name":"openedge","previousTimestamp":"2019-06-07T09:34:14.00Z","previousVersion":"0.8","releaseTimestamp":"2019-06-07T14:06:47.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/openedge-plugin","sha1":"TKO/k0wtNoA00hrC4qfXU4Av+EA=","sha256":"diQ71+bn5Pt55deupt8Lf+k8lm1bbRsfK0aYcXKi8oM=","title":"OpenEdge (Progress ABL)","url":"http://updates.jenkins-ci.org/download/plugins/openedge/0.9/openedge.hpi","version":"0.9","wiki":"https://plugins.jenkins.io/openedge"},"openid":{"buildDate":"Jan 25, 2019","dependencies":[{"name":"openid4java","optional":false,"version":"0.9.8.0"},{"name":"mailer","optional":false,"version":"1.8"}],"developers":[{"developerId":"kohsuke","email":"kkawaguchi@cloudbees.com","name":"Kohsuke Kawaguchi"}],"excerpt":"This plugin enables user authentication via OpenID.","gav":"org.jenkins-ci.plugins:openid:2.3","labels":["user"],"name":"openid","previousTimestamp":"2016-10-05T14:22:13.00Z","previousVersion":"2.2","releaseTimestamp":"2019-01-25T10:08:35.00Z","requiredCore":"1.609.3","scm":"https://github.com/jenkinsci/openid-plugin","sha1":"ewQKlIFGf553RXcxCkqxp9sFndU=","sha256":"iUZjuqGCfPw7YtbJRU9yWZu3Uts/v0N/6SwPfGXoOYw=","title":"openid","url":"http://updates.jenkins-ci.org/download/plugins/openid/2.3/openid.hpi","version":"2.3","wiki":"https://plugins.jenkins.io/openid"},"openid4java":{"buildDate":"May 14, 2014","dependencies":[],"developers":[{"developerId":"stephenc","name":"Stephen Connolly"}],"excerpt":"This plugin provides a shared dependency on the openid4java<\/a> library so that other plugins can co-operate when using this library.","gav":"org.jenkins-ci.plugins:openid4java:0.9.8.0","labels":[],"name":"openid4java","releaseTimestamp":"2014-05-14T15:44:39.00Z","requiredCore":"1.509","scm":"https://github.com/jenkinsci/openid4java-plugin","sha1":"EGxPFPeB4MXtflWT1c3/kMpOEpU=","sha256":"EUE/B7k3L+wYoGKKTkkQfJrm6pCAt0E9P+3dfDvxJy0=","title":"OpenID4Java API","url":"http://updates.jenkins-ci.org/download/plugins/openid4java/0.9.8.0/openid4java.hpi","version":"0.9.8.0","wiki":"https://plugins.jenkins.io/openid4java"},"openscada-jenkins-exporter":{"buildDate":"Jun 03, 2013","dependencies":[],"developers":[{"developerId":"ctron","email":"ctron@dentrassi.de","name":"Jens Reimann"}],"excerpt":"This plugin exports Jenkins status information over the openSCADA DA interface.","gav":"org.openscada.jenkins:openscada-jenkins-exporter:0.0.2","labels":["notifier","external"],"name":"openscada-jenkins-exporter","previousTimestamp":"2013-05-29T12:50:19.00Z","previousVersion":"0.0.1","releaseTimestamp":"2013-06-03T07:34:15.00Z","requiredCore":"1.480","sha1":"qr0IxWRWRpsIZBAbVVZBhlYmh6A=","sha256":"NT2FOERhaDyXtW5rEaNIrUftidBExwhaBz9tbWQz9Ps=","title":"openSCADA Exporter","url":"http://updates.jenkins-ci.org/download/plugins/openscada-jenkins-exporter/0.0.2/openscada-jenkins-exporter.hpi","version":"0.0.2","wiki":"https://plugins.jenkins.io/openscada-jenkins-exporter"},"openshift-client":{"buildDate":"Aug 09, 2019","dependencies":[{"name":"credentials","optional":false,"version":"2.1.9"},{"name":"workflow-cps","optional":false,"version":"2.17"}],"developers":[{"developerId":"jupierce","email":"jupierce@redhat.com","name":"Justin Pierce"}],"excerpt":"This plugin provides Jenkins pipeline DSL interactions for OpenShift.","gav":"com.openshift.jenkins.plugins:openshift-client:1.0.32","labels":["misc","devops"],"name":"openshift-client","previousTimestamp":"2019-06-06T19:44:49.00Z","previousVersion":"1.0.31","releaseTimestamp":"2019-08-09T19:18:45.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/openshift-client-plugin","sha1":"rwI2nrdCE3lj4n0QdpNlTTDNhz0=","sha256":"7dfUIjiqTwdQMWnt+dppCokrCiX7JGagW69oeCeWYjs=","title":"OpenShift Client","url":"http://updates.jenkins-ci.org/download/plugins/openshift-client/1.0.32/openshift-client.hpi","version":"1.0.32","wiki":"https://plugins.jenkins.io/openshift-client"},"openshift-deployer":{"buildDate":"Feb 26, 2015","dependencies":[{"name":"token-macro","optional":false,"version":"1.9"}],"developers":[{"developerId":"siamaksade","email":"ssadeghi@redhat.com","name":"Siamak Sadeghianfar"},{"developerId":"enham","email":"enham@redhat.com","name":"Evong Nham"}],"excerpt":"This plugin enable Jenkins jobs to create containers(gears) on OpenShift and deploy applications to it","gav":"org.jenkins-ci.plugins:openshift-deployer:1.2.0","labels":["upload","external","post-build"],"name":"openshift-deployer","previousTimestamp":"2015-01-09T08:28:15.00Z","previousVersion":"1.1.1","releaseTimestamp":"2015-02-26T18:35:33.00Z","requiredCore":"1.532.3","scm":"https://github.com/jenkinsci/openshift-deployer-plugin","sha1":"PCk4gOF0jVbN32fhiftNM4dZjB8=","sha256":"+Aw4W//LeYBECfwjyxK15Rhk4JKK12IsoDSbthbfSrg=","title":"OpenShift Deployer","url":"http://updates.jenkins-ci.org/download/plugins/openshift-deployer/1.2.0/openshift-deployer.hpi","version":"1.2.0","wiki":"https://plugins.jenkins.io/openshift-deployer"},"openshift-login":{"buildDate":"Jun 11, 2019","dependencies":[{"name":"mailer","optional":false,"version":"1.6"},{"name":"matrix-auth","optional":false,"version":"1.1"},{"name":"credentials","optional":false,"version":"2.1.9"}],"developers":[{"developerId":"smarterclayton","email":"smarterclayton@gmail.com","name":"Clayton Coleman"},{"developerId":"gabemontero","email":"gmontero@redhat.com","name":"Gabe Montero"}],"excerpt":"Allows you to log in to Jenkins via OAuth to an OpenShift installation","gav":"org.openshift.jenkins:openshift-login:1.0.19","labels":["user","security"],"name":"openshift-login","previousTimestamp":"2019-05-30T18:55:20.00Z","previousVersion":"1.0.18","releaseTimestamp":"2019-06-11T19:42:04.00Z","requiredCore":"1.642.2","scm":"https://github.com/jenkinsci/openshift-login-plugin","sha1":"v84qOZA+bpSWfnjMzW4n3HoK3q0=","sha256":"ig3UlWJQHGJOWu8xR0In4XmqyMfRwfyU6ZI2woZHuD4=","title":"OpenShift Login","url":"http://updates.jenkins-ci.org/download/plugins/openshift-login/1.0.19/openshift-login.hpi","version":"1.0.19","wiki":"https://plugins.jenkins.io/openshift-login"},"openshift-pipeline":{"buildDate":"Jun 11, 2019","dependencies":[{"name":"workflow-cps","optional":false,"version":"1.11"},{"name":"openshift-sync","optional":false,"version":"0.0.11"},{"name":"workflow-step-api","optional":false,"version":"1.11"}],"developers":[{"developerId":"gmontero","email":"gmontero@redhat.com","name":"Gabe Montero"}],"excerpt":"This plugin facilitates the construction of jobs, pipelines, and workflows that operate on a Kubernetes based OpenShift server.","gav":"com.openshift.jenkins:openshift-pipeline:1.0.56","labels":["pipeline","scm-related","post-build","builder","misc"],"name":"openshift-pipeline","previousTimestamp":"2018-08-03T20:17:00.00Z","previousVersion":"1.0.55","releaseTimestamp":"2019-06-11T19:49:27.00Z","requiredCore":"1.651","scm":"https://github.com/jenkinsci/openshift-pipeline-plugin","sha1":"4V81Zl90XuLG5emvXwzTwOAQLsw=","sha256":"GXMvK6oRzF6IgsczgPwleimBm07ktJSlPHsvB4JfMHs=","title":"OpenShift Pipeline","url":"http://updates.jenkins-ci.org/download/plugins/openshift-pipeline/1.0.56/openshift-pipeline.hpi","version":"1.0.56","wiki":"https://plugins.jenkins.io/openshift-pipeline"},"openshift-sync":{"buildDate":"Aug 12, 2019","dependencies":[{"name":"workflow-cps","optional":false,"version":"2.21"},{"name":"kubernetes","optional":false,"version":"0.10"},{"name":"scm-api","optional":false,"version":"2.0.8"},{"name":"pipeline-rest-api","optional":false,"version":"2.9"},{"name":"workflow-multibranch","optional":false,"version":"2.10"},{"name":"credentials","optional":false,"version":"2.1.9"},{"name":"git","optional":false,"version":"3.0.0"},{"name":"workflow-api","optional":false,"version":"2.5"},{"name":"openshift-client","optional":false,"version":"1.0.23"},{"name":"blueocean-rest","optional":false,"version":"1.4.0"},{"name":"cloudbees-folder","optional":false,"version":"6.6"},{"name":"git-client","optional":false,"version":"2.0.0"},{"name":"plain-credentials","optional":false,"version":"1.3"},{"name":"workflow-job","optional":false,"version":"2.8"},{"name":"branch-api","optional":false,"version":"2.0.7"}],"developers":[{"developerId":"jimmi","email":"jimmidyson@gmail.com","name":"Jimmi Dyson"}],"excerpt":"Sync your OpenShift BuildConfigs with Jenkins jobs.","gav":"io.fabric8.jenkins.plugins:openshift-sync:1.0.41","labels":["cluster","builder","scm-related","external"],"name":"openshift-sync","previousTimestamp":"2019-08-02T06:59:45.00Z","previousVersion":"1.0.40","releaseTimestamp":"2019-08-12T21:55:11.00Z","requiredCore":"1.651.2","scm":"https://github.com/jenkinsci/openshift-sync-plugin/","sha1":"1pIuRhnLn+fjFTlsjvp85mA2Or0=","sha256":"IBq+9EXGa+uBNQ+RDpxB2d61DZ10l/5qk7ruf+yRoiA=","title":"OpenShift Sync","url":"http://updates.jenkins-ci.org/download/plugins/openshift-sync/1.0.41/openshift-sync.hpi","version":"1.0.41","wiki":"https://plugins.jenkins.io/openshift-sync"},"openstack-cloud":{"buildDate":"Sep 04, 2019","dependencies":[{"name":"workflow-durable-task-step","optional":true,"version":"2.8"},{"name":"cloud-stats","optional":false,"version":"0.21"},{"name":"config-file-provider","optional":false,"version":"3.5"},{"name":"credentials","optional":false,"version":"2.1.18"},{"name":"resource-disposer","optional":false,"version":"0.5"},{"name":"script-security","optional":false,"version":"1.36"},{"name":"ssh-credentials","optional":false,"version":"1.14"},{"name":"ssh-slaves","optional":false,"version":"1.25"}],"developers":[{"developerId":"olivergondza","email":"ogondza@gmail.com","name":"Oliver Gondža"}],"excerpt":"Allows Jenkins to build using Cloud Servers via JClouds.","gav":"org.jenkins-ci.plugins:openstack-cloud:2.48","labels":["cluster","slaves"],"name":"openstack-cloud","previousTimestamp":"2019-05-22T10:46:54.00Z","previousVersion":"2.47","releaseTimestamp":"2019-09-04T08:19:20.00Z","requiredCore":"2.98","scm":"https://github.com/jenkinsci/openstack-cloud-plugin","sha1":"TlOHXN2e+IfWMShRGAbz0wC0wUM=","sha256":"2SObfpGCqc+iLSU5ijrKXhWp7FuIlANnkVGv/pKAmzs=","title":"OpenStack Cloud","url":"http://updates.jenkins-ci.org/download/plugins/openstack-cloud/2.48/openstack-cloud.hpi","version":"2.48","wiki":"https://plugins.jenkins.io/openstack-cloud"},"openstack-heat":{"buildDate":"Nov 16, 2017","dependencies":[],"developers":[{"developerId":"draoullig","email":"frederic.gillouard@arkea.com","name":"Frederic Gillouard"}],"excerpt":"This plugin is used to interact with OpenStack via Heat Orchestration Template (HOT).","gav":"org.jenkins-ci.plugins:openstack-heat:1.5","labels":["builder"],"name":"openstack-heat","previousTimestamp":"2017-11-14T17:14:08.00Z","previousVersion":"1.4","releaseTimestamp":"2017-11-16T17:29:47.00Z","requiredCore":"1.580.1","scm":"https://github.com/jenkinsci/openstack-heat-plugin","sha1":"DqUNP+lA9cCoiMTV58LVH+pUBwY=","sha256":"Jik8M0NYabKTbeScwg7XC64lRPO3bY3NGrdd8S27sDY=","title":"Openstack Heat","url":"http://updates.jenkins-ci.org/download/plugins/openstack-heat/1.5/openstack-heat.hpi","version":"1.5","wiki":"https://plugins.jenkins.io/openstack-heat"},"opsgenie":{"buildDate":"Dec 26, 2018","dependencies":[{"name":"workflow-step-api","optional":false,"version":"2.16"},{"name":"junit","optional":false,"version":"1.9"}],"developers":[{"developerId":"omerozkan","email":"omer@opsgenie.com","name":"Ömer Özkan"},{"developerId":"kaganyildiz","email":"kagan@opsgenie.com","name":"Kagan Yildiz"},{"developerId":"cglrkn","email":"cagla.arikan@gmail.com","name":"Cagla Arikan"},{"developerId":"cemkucuk","email":"cem@opsgenie.com","name":"Cem Kucuk"}],"excerpt":"This plugin is a sample to explain how to write a Jenkins plugin.","gav":"org.jenkins-ci.plugins:opsgenie:1.8","labels":[],"name":"opsgenie","previousTimestamp":"2018-10-19T08:31:51.00Z","previousVersion":"1.5","releaseTimestamp":"2018-12-26T07:54:27.00Z","requiredCore":"2.121.1","scm":"https://github.com/jenkinsci/opsgenie-plugin","sha1":"zcnI496TQaH1b9474qFPLcWOA7w=","sha256":"bGelT2AMLYwdiQAEYaBFbL0TgjmurAynkhnKzZv8GOU=","title":"OpsGenie","url":"http://updates.jenkins-ci.org/download/plugins/opsgenie/1.8/opsgenie.hpi","version":"1.8","wiki":"https://plugins.jenkins.io/opsgenie"},"oracle-cloud-infrastructure-compute":{"buildDate":"Jul 02, 2019","dependencies":[{"name":"bouncycastle-api","optional":false,"version":"1.648.3"}],"developers":[{"developerId":"cheshi"}],"excerpt":"This plugin allows you to run dynamic slaves in the Oracle Cloud Infrastructure(OCI) Compute environment.","gav":"org.jenkins-ci.plugins:oracle-cloud-infrastructure-compute:1.0.5","labels":[],"name":"oracle-cloud-infrastructure-compute","previousTimestamp":"2018-11-27T06:51:40.00Z","previousVersion":"1.0.4","releaseTimestamp":"2019-07-02T17:02:49.00Z","requiredCore":"1.648","scm":"https://github.com/jenkinsci/oracle-cloud-infrastructure-compute-plugin","sha1":"sy82HY1jeeSUXzwbpM7+Tnu1zmk=","sha256":"iA5ZC7ST5qnT+wTQSe07PlQUijJ6AOWvWHGIRW65/Cs=","title":"Oracle Cloud Infrastructure Compute","url":"http://updates.jenkins-ci.org/download/plugins/oracle-cloud-infrastructure-compute/1.0.5/oracle-cloud-infrastructure-compute.hpi","version":"1.0.5","wiki":"https://plugins.jenkins.io/oracle-cloud-infrastructure-compute"},"oracle-cloud-infrastructure-compute-classic":{"buildDate":"Jan 16, 2018","dependencies":[{"name":"bouncycastle-api","optional":false,"version":"1.648.3"}],"developers":[{"developerId":"cheshi"}],"excerpt":"Please refer to Oracle Cloud Infrastructure Compute Classic Plugin<\/a> for tutorial and license info.","gav":"org.jenkins-ci.plugins:oracle-cloud-infrastructure-compute-classic:1.0.0","labels":[],"name":"oracle-cloud-infrastructure-compute-classic","releaseTimestamp":"2018-01-16T17:46:12.00Z","requiredCore":"1.648","scm":"https://github.com/jenkinsci/oracle-cloud-infrastructure-compute-classic-plugin","sha1":"WqqmRFochY30RIZOf2A33zgQZk4=","sha256":"LwNJj/qfRXCbQPqd1ai7+b9V1lPT0etQM2/N6lyhbAE=","title":"Oracle Cloud Infrastructure Compute Classic","url":"http://updates.jenkins-ci.org/download/plugins/oracle-cloud-infrastructure-compute-classic/1.0.0/oracle-cloud-infrastructure-compute-classic.hpi","version":"1.0.0","wiki":"https://plugins.jenkins.io/oracle-cloud-infrastructure-compute-classic"},"osf-builder-suite-for-sfcc-credentials":{"buildDate":"May 08, 2019","dependencies":[{"name":"credentials","optional":false,"version":"2.1.18"}],"developers":[{"developerId":"danechitoaie","email":"daniel.anechitoaie@osf-commerce.com","name":"Daniel Anechitoaie"}],"excerpt":"Provides various credential types for OSF Builder Suite For Salesforce Commerce Cloud plugins.","gav":"org.jenkins-ci.plugins:osf-builder-suite-for-sfcc-credentials:1.0.6","labels":[],"name":"osf-builder-suite-for-sfcc-credentials","previousTimestamp":"2019-03-26T11:53:23.00Z","previousVersion":"1.0.5","releaseTimestamp":"2019-05-08T11:52:10.00Z","requiredCore":"2.107.1","scm":"https://github.com/jenkinsci/osf-builder-suite-for-sfcc-credentials-plugin","sha1":"BPS7Y++9luOaicl9RGualt5vTEY=","sha256":"IQKQaO0Hrip05DcoFVHG4XMQv1uwNY8G9Z9R5KFoXNM=","title":"OSF Builder Suite For Salesforce Commerce Cloud :: Credentials","url":"http://updates.jenkins-ci.org/download/plugins/osf-builder-suite-for-sfcc-credentials/1.0.6/osf-builder-suite-for-sfcc-credentials.hpi","version":"1.0.6","wiki":"https://plugins.jenkins.io/osf-builder-suite-for-sfcc-credentials"},"osf-builder-suite-for-sfcc-data-import":{"buildDate":"May 20, 2019","dependencies":[{"name":"credentials","optional":false,"version":"2.1.18"},{"name":"osf-builder-suite-for-sfcc-credentials","optional":false,"version":"1.0.4"},{"name":"structs","optional":false,"version":"1.17"},{"name":"token-macro","optional":false,"version":"2.6"}],"developers":[{"developerId":"danechitoaie","email":"daniel.anechitoaie@osf-commerce.com","name":"Daniel Anechitoaie"}],"excerpt":"Import your site data to a Salesforce Commerce Cloud instance","gav":"org.jenkins-ci.plugins:osf-builder-suite-for-sfcc-data-import:1.0.9","labels":[],"name":"osf-builder-suite-for-sfcc-data-import","previousTimestamp":"2019-03-04T11:08:57.00Z","previousVersion":"1.0.8","releaseTimestamp":"2019-05-20T17:01:37.00Z","requiredCore":"2.107.1","scm":"https://github.com/jenkinsci/osf-builder-suite-for-sfcc-data-import-plugin","sha1":"n87erm3QCmqx32HlN0WFPZgGn4o=","sha256":"kRwWIQHMt+uQChScP2ABLwuIgYNJJANtCPoPpqkU7Ao=","title":"OSF Builder Suite For Salesforce Commerce Cloud :: Data Import","url":"http://updates.jenkins-ci.org/download/plugins/osf-builder-suite-for-sfcc-data-import/1.0.9/osf-builder-suite-for-sfcc-data-import.hpi","version":"1.0.9","wiki":"https://plugins.jenkins.io/osf-builder-suite-for-sfcc-data-import"},"osf-builder-suite-for-sfcc-deploy":{"buildDate":"Jul 18, 2019","dependencies":[{"name":"credentials","optional":false,"version":"2.1.18"},{"name":"osf-builder-suite-for-sfcc-credentials","optional":false,"version":"1.0.4"},{"name":"structs","optional":false,"version":"1.17"},{"name":"token-macro","optional":false,"version":"2.6"}],"developers":[{"developerId":"danechitoaie","email":"daniel.anechitoaie@osf-commerce.com","name":"Daniel Anechitoaie"}],"excerpt":"Deploy your build to a Salesforce Commerce Cloud instance","gav":"org.jenkins-ci.plugins:osf-builder-suite-for-sfcc-deploy:1.0.14","labels":[],"name":"osf-builder-suite-for-sfcc-deploy","previousTimestamp":"2019-03-04T11:17:10.00Z","previousVersion":"1.0.13","releaseTimestamp":"2019-07-18T22:14:57.00Z","requiredCore":"2.107.1","scm":"https://github.com/jenkinsci/osf-builder-suite-for-sfcc-deploy-plugin","sha1":"xyJkFnORR9cx99FscXOAQHhsvB4=","sha256":"NqvimJEbJFcjUa2i30HE800+oI8uwFn1taKOmpjxqbg=","title":"OSF Builder Suite For Salesforce Commerce Cloud :: Deploy","url":"http://updates.jenkins-ci.org/download/plugins/osf-builder-suite-for-sfcc-deploy/1.0.14/osf-builder-suite-for-sfcc-deploy.hpi","version":"1.0.14","wiki":"https://plugins.jenkins.io/osf-builder-suite-for-sfcc-deploy"},"osf-builder-suite-standalone-sonar-linter":{"buildDate":"Apr 03, 2019","dependencies":[],"developers":[{"developerId":"danechitoaie","email":"daniel.anechitoaie@osf-commerce.com","name":"Daniel Anechitoaie"}],"excerpt":"Run the standalone version of Sonar to lint your files","gav":"org.jenkins-ci.plugins:osf-builder-suite-standalone-sonar-linter:1.0.3","labels":[],"name":"osf-builder-suite-standalone-sonar-linter","previousTimestamp":"2019-03-15T09:47:45.00Z","previousVersion":"1.0.2","releaseTimestamp":"2019-04-03T16:37:26.00Z","requiredCore":"2.107.1","scm":"https://github.com/jenkinsci/osf-builder-suite-standalone-sonar-linter-plugin","sha1":"lq7N+wlx9Ldev2xwC0GKHsjB+10=","sha256":"wGZFKN5wnl77+WpGxZoNLm1nFLpqDSW1cwV4KmmhDck=","title":"OSF Builder Suite :: Standalone Sonar Linter","url":"http://updates.jenkins-ci.org/download/plugins/osf-builder-suite-standalone-sonar-linter/1.0.3/osf-builder-suite-standalone-sonar-linter.hpi","version":"1.0.3","wiki":"https://plugins.jenkins.io/osf-builder-suite-standalone-sonar-linter"},"osf-builder-suite-xml-linter":{"buildDate":"Apr 03, 2019","dependencies":[],"developers":[{"developerId":"danechitoaie","email":"daniel.anechitoaie@osf-commerce.com","name":"Daniel Anechitoaie"}],"excerpt":"XML files linter","gav":"org.jenkins-ci.plugins:osf-builder-suite-xml-linter:1.0.2","labels":[],"name":"osf-builder-suite-xml-linter","previousTimestamp":"2019-03-15T09:19:04.00Z","previousVersion":"1.0.1","releaseTimestamp":"2019-04-03T17:41:00.00Z","requiredCore":"2.107.1","scm":"https://github.com/jenkinsci/osf-builder-suite-xml-linter-plugin","sha1":"9FeT0zSTLYWB5upoWaCdCWC8TI8=","sha256":"UzaMqMqYyELpoqow73EP5nJOw/ggiK5eHyPW39/j8p8=","title":"OSF Builder Suite :: XML Linter","url":"http://updates.jenkins-ci.org/download/plugins/osf-builder-suite-xml-linter/1.0.2/osf-builder-suite-xml-linter.hpi","version":"1.0.2","wiki":"https://plugins.jenkins.io/osf-builder-suite-xml-linter"},"oslc-cm":{"buildDate":"Jul 22, 2011","dependencies":[],"developers":[{"developerId":"mdhar","email":"mdhar@free.fr","name":"Madhumita DHAR"}],"excerpt":"This plugin is a generic oslc-cm consumer which creates bug reports on build failures.","gav":"org.jenkins-ci.plugins:oslc-cm:1.31","labels":["notifier"],"name":"oslc-cm","previousTimestamp":"2011-07-20T22:24:43.00Z","previousVersion":"1.3","releaseTimestamp":"2011-07-22T08:36:15.00Z","requiredCore":"1.398","scm":"https://github.com/jenkinsci/oslc-cm-plugin","sha1":"NHEf02sMF+mss8oKDA+MPPQOlhM=","sha256":"jRYWJhPSJ0axCvpgpPiib0hr0wyScArEsNXTbvH6nWE=","title":"OSLC CM","url":"http://updates.jenkins-ci.org/download/plugins/oslc-cm/1.31/oslc-cm.hpi","version":"1.31","wiki":"https://plugins.jenkins.io/oslc-cm"},"outbound-webhook":{"buildDate":"Mar 15, 2018","dependencies":[],"developers":[{"developerId":"tylerlong","email":"tyler4long@gmail.com","name":"Tyler Long"}],"excerpt":"Outbound WebHook for Jenkins build events.","gav":"org.jenkins-ci.plugins:outbound-webhook:0.2.0","labels":[],"name":"outbound-webhook","previousTimestamp":"2017-08-14T02:22:35.00Z","previousVersion":"0.1.3","releaseTimestamp":"2018-03-15T02:06:28.00Z","requiredCore":"2.5","scm":"https://github.com/jenkinsci/outbound-webhook-plugin","sha1":"JqK5unwjkAf6fk2BX7PzQjQKEKw=","sha256":"ED980PZ6kA1iST/SZwsr/qMHqTD1iT0WdyTaJb4chOU=","title":"Outbound WebHook for build events","url":"http://updates.jenkins-ci.org/download/plugins/outbound-webhook/0.2.0/outbound-webhook.hpi","version":"0.2.0","wiki":"https://plugins.jenkins.io/outbound-webhook"},"overops-query":{"buildDate":"Jun 27, 2019","dependencies":[{"name":"structs","optional":false,"version":"1.7"}],"developers":[{"developerId":"ericmizell","email":"eric.mizell@overops.com","name":"Eric Mizell"},{"developerId":"chook","email":"chen.harel@overops.com","name":"Chen Harel"}],"excerpt":"Provides a mechanism for determining if a new build has generated errors in OverOps.","gav":"org.overops.plugins:overops-query:2.0.5","labels":[],"name":"overops-query","previousTimestamp":"2019-05-07T15:33:42.00Z","previousVersion":"2.0.4","releaseTimestamp":"2019-06-27T15:11:02.00Z","requiredCore":"2.46.3","scm":"https://github.com/jenkinsci/overops-query-plugin","sha1":"eZA4zN2bddiPzoxsQcDO4h2IyCQ=","sha256":"8qXnZY3OyuYrllfrWKlAb3bROCAiJyK3MWo9lCOtkOQ=","title":"OverOps Query","url":"http://updates.jenkins-ci.org/download/plugins/overops-query/2.0.5/overops-query.hpi","version":"2.0.5","wiki":"https://plugins.jenkins.io/overops-query"},"ownership":{"buildDate":"Apr 30, 2018","dependencies":[{"name":"job-restrictions","optional":true,"version":"0.1"},{"name":"workflow-cps","optional":false,"version":"1.14"},{"name":"apache-httpcomponents-client-4-api","optional":false,"version":"4.5.3-2.0"},{"name":"authorize-project","optional":true,"version":"1.1.0"},{"name":"cloudbees-folder","optional":true,"version":"6.1.0"},{"name":"mailer","optional":false,"version":"1.13"},{"name":"matrix-auth","optional":false,"version":"1.7"},{"name":"matrix-project","optional":false,"version":"1.6"},{"name":"role-strategy","optional":true,"version":"2.6.1"},{"name":"script-security","optional":true,"version":"1.20"},{"name":"security-inspector","optional":true,"version":"0.4"},{"name":"token-macro","optional":true,"version":"1.6"}],"developers":[{"developerId":"oleg_nenashev","email":"o.v.nenashev@gmail.com","name":"Oleg Nenashev"}],"excerpt":"Provides ownership management engine for Jobs, Nodes and Folders (UI, security integration, etc.)","gav":"com.synopsys.jenkinsci:ownership:0.12.1","labels":["user","slaves","misc","ui","buildwrapper"],"name":"ownership","previousTimestamp":"2018-02-20T19:34:14.00Z","previousVersion":"0.12.0","releaseTimestamp":"2018-04-30T20:54:29.00Z","requiredCore":"1.651.3","scm":"https://github.com/jenkinsci/ownership-plugin","sha1":"hUM/yu2IKNhcz0v4iar9FaSgVHk=","sha256":"QlJbOZ+hJm0BIz1zn5ZW74I/GamK5leZXe+KpII+t9Y=","title":"Job and Node ownership","url":"http://updates.jenkins-ci.org/download/plugins/ownership/0.12.1/ownership.hpi","version":"0.12.1","wiki":"https://plugins.jenkins.io/ownership"},"p4":{"buildDate":"Jul 22, 2019","dependencies":[{"name":"workflow-api","optional":false,"version":"2.27"},{"name":"workflow-multibranch","optional":false,"version":"2.16"},{"name":"workflow-scm-step","optional":false,"version":"2.6"},{"name":"workflow-step-api","optional":false,"version":"2.14"},{"name":"command-launcher","optional":false,"version":"1.2"},{"name":"credentials","optional":false,"version":"2.1.16"},{"name":"mailer","optional":true,"version":"1.21"},{"name":"matrix-project","optional":false,"version":"1.13"},{"name":"multiple-scms","optional":true,"version":"0.6"},{"name":"scm-api","optional":false,"version":"2.2.7"},{"name":"script-security","optional":false,"version":"1.44"},{"name":"structs","optional":false,"version":"1.14"}],"developers":[{"developerId":"p4paul","email":"pallen@perforce.com","name":"Paul Allen"}],"excerpt":"Perforce Client plugin for the Jenkins SCM provider. The plugin includes extension points for: Perforce Password and Ticket Credentials storeWorkspace management for static, manual, template and streamAction point for Review Builds","gav":"org.jenkins-ci.plugins:p4:1.10.3","labels":["scm"],"name":"p4","previousTimestamp":"2019-07-10T13:44:27.00Z","previousVersion":"1.10.2","releaseTimestamp":"2019-07-22T11:03:31.00Z","requiredCore":"2.89.1","scm":"https://github.com/jenkinsci/p4-plugin","sha1":"UcqSR/hdN016hXfZojj6U/+hg94=","sha256":"JuCXC5KjSui21u1E6DCPvoNt0fE1kudBwk3QID2GGcE=","title":"P4","url":"http://updates.jenkins-ci.org/download/plugins/p4/1.10.3/p4.hpi","version":"1.10.3","wiki":"https://plugins.jenkins.io/p4"},"paaslane-estimate":{"buildDate":"Sep 03, 2015","dependencies":[],"developers":[{"developerId":"ctp_alan_zall","name":"Alan Zall"},{"developerId":"ctp_alan_zaffetti","name":"Alan Zaffetti"}],"excerpt":"This plugin makes it possible to request an estimate from PaaSLane<\/a> into your Jenkins build.
","gav":"com.cloudtp.jenkins:paaslane-estimate:1.0.4","labels":["post-build"],"name":"paaslane-estimate","previousTimestamp":"2015-02-04T03:17:00.00Z","previousVersion":"1.0.3","releaseTimestamp":"2015-09-03T20:17:57.00Z","requiredCore":"1.509.4","scm":"https://github.com/jenkinsci/paaslane-plugin","sha1":"VlFNYr2AwBaocxfDIZwANyWDMvY=","sha256":"j9fKLKb00dF4ys8/uoyIbLXB8y1xdWMsREr5TPAvOUM=","title":"PaaSLane Estimate","url":"http://updates.jenkins-ci.org/download/plugins/paaslane-estimate/1.0.4/paaslane-estimate.hpi","version":"1.0.4","wiki":"https://plugins.jenkins.io/paaslane-estimate"},"package-drone":{"buildDate":"Aug 20, 2018","dependencies":[{"name":"plain-credentials","optional":false,"version":"1.4"}],"developers":[{"developerId":"ctron","email":"ctron@dentrassi.de","name":"Jens Reimann"},{"developerId":"nfalco79","email":"nfalco79@hotmail.com","name":"Nikolas Falco"}],"excerpt":"This plugin allows to deploy to Package Drone instances.","gav":"de.dentrassi.pm.jenkins:package-drone:0.6.0","labels":["post-build","upload"],"name":"package-drone","previousTimestamp":"2017-10-06T08:21:33.00Z","previousVersion":"0.5.1","releaseTimestamp":"2018-08-20T06:53:23.00Z","requiredCore":"1.625.3","sha1":"6D16XjDY3tlG+jCTWTD39Gnqaqg=","sha256":"K51yag3X6sLLDKja/sFaVG98RkQSkmNzxdj+CyLcwvI=","title":"Package Drone Deployer","url":"http://updates.jenkins-ci.org/download/plugins/package-drone/0.6.0/package-drone.hpi","version":"0.6.0","wiki":"https://plugins.jenkins.io/package-drone"},"package-parameter":{"buildDate":"Nov 03, 2015","dependencies":[],"developers":[{"developerId":"d3clan","email":"declan@declans.net","name":"Declan Newman"},{"developerId":"toff63","email":"toff63@gmail.com","name":"Christophe Marchal"}],"excerpt":"A plugin that searches an S3 Yum repository and presents the results as a persistent dropdown parameter.","gav":"com.viviquity.jenkins:package-parameter:1.7","labels":[],"name":"package-parameter","previousTimestamp":"2015-05-11T21:35:57.00Z","previousVersion":"1.6","releaseTimestamp":"2015-11-03T22:38:23.00Z","requiredCore":"1.596.1","sha1":"w1u1T3DvB6+jWa6JTbld5/FgyOo=","sha256":"UdFKTM4RBnra6Hou2T6Q5qJgdDDxLIPvJPZ+XRz5VgA=","title":"S3 package parameter","url":"http://updates.jenkins-ci.org/download/plugins/package-parameter/1.7/package-parameter.hpi","version":"1.7","wiki":"https://plugins.jenkins.io/package-parameter"},"packagecloud":{"buildDate":"Feb 07, 2018","dependencies":[{"name":"credentials","optional":false,"version":"1.14"}],"developers":[{"email":"joe@packagecloud.io","name":"Joe Damato"}],"excerpt":"This plugin allows pushing of built artifacts to packagecloud.i","gav":"org.jenkins-ci.plugins:packagecloud:1.12","labels":["post-build"],"name":"packagecloud","previousTimestamp":"2016-12-13T22:23:57.00Z","previousVersion":"1.11","releaseTimestamp":"2018-02-07T03:41:58.00Z","requiredCore":"1.532.3","scm":"https://github.com/jenkinsci/packagecloud-plugin","sha1":"Fw+4Y/LUuDhL3IoXO/0qjN0vjDM=","sha256":"aDclIX/280qFL6/obaEFCTLkBzZPqFE45RHk6glzhqI=","title":"packagecloud","url":"http://updates.jenkins-ci.org/download/plugins/packagecloud/1.12/packagecloud.hpi","version":"1.12","wiki":"https://plugins.jenkins.io/packagecloud"},"packageversion":{"buildDate":"Feb 13, 2017","dependencies":[],"developers":[{"developerId":"johnlayton","email":"johnstewartlayton@gmail.com","name":"john layton"}],"excerpt":"This plugin is a sample to explain how to write a Jenkins plugin.","gav":"org.lilicurroad.jenkins:packageversion:1.0.1","labels":["misc"],"name":"packageversion","releaseTimestamp":"2017-02-13T08:25:11.00Z","requiredCore":"1.580","scm":"https://github.com/jenkinsci/packageversion-plugin","sha1":"qP5o1K/xBI95uuoEJnYRstJsMfE=","sha256":"2uq4Reh6HxPFA2PLeLlbkGk947dB5+9AR0HLqvmCTiA=","title":"Package Version","url":"http://updates.jenkins-ci.org/download/plugins/packageversion/1.0.1/packageversion.hpi","version":"1.0.1","wiki":"https://plugins.jenkins.io/packageversion"},"packer":{"buildDate":"Mar 20, 2018","dependencies":[],"developers":[{"developerId":"jdamick","name":"Jeffrey Damick"}],"excerpt":"Packer Plugin executes
Packer<\/a> as a Publish step.","gav":"biz.neustar.jenkins.plugins:packer:1.5","labels":["post-build","upload"],"name":"packer","previousTimestamp":"2016-04-22T13:22:08.00Z","previousVersion":"1.4","releaseTimestamp":"2018-03-20T13:52:08.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/packer-plugin","sha1":"UYR5Os+scRdo9wH4tCpCrA2Vf2I=","sha256":"w48ai2igX0mCZzqToFPPFGoW2ZbXq0q3DVdkGyiY9po=","title":"packer","url":"http://updates.jenkins-ci.org/download/plugins/packer/1.5/packer.hpi","version":"1.5","wiki":"https://plugins.jenkins.io/packer"},"pagerduty":{"buildDate":"Mar 12, 2019","dependencies":[{"name":"workflow-step-api","optional":false,"version":"1.11"},{"name":"token-macro","optional":false,"version":"2.0"}],"developers":[{"developerId":"alexanderlz","email":"alexander@leibzon.com","name":"Alexander Leibzon"}],"excerpt":"This plugin can trigger PagerDuty incidents.","gav":"org.jenkins-ci.plugins:pagerduty:0.4.1","labels":["notifier"],"name":"pagerduty","previousTimestamp":"2017-12-30T23:51:14.00Z","previousVersion":"0.3.0","releaseTimestamp":"2019-03-12T15:20:47.00Z","requiredCore":"2.54","scm":"https://github.com/jenkinsci/pagerduty-plugin","sha1":"ADfGazGwYBzHTyFL+rXE7xuR1rg=","sha256":"WxMqzHwa5PXCF+NVW1HA6rtGyigmubL533hB8dZI8F0=","title":"PagerDuty","url":"http://updates.jenkins-ci.org/download/plugins/pagerduty/0.4.1/pagerduty.hpi","version":"0.4.1","wiki":"https://plugins.jenkins.io/pagerduty"},"pam-auth":{"buildDate":"May 17, 2019","dependencies":[],"developers":[{"developerId":"danielbeck"}],"excerpt":"Adds Unix Pluggable Authentication Module (PAM) support to Jenkins","gav":"org.jenkins-ci.plugins:pam-auth:1.5.1","labels":["security"],"minimumJavaVersion":"1.8","name":"pam-auth","previousTimestamp":"2019-04-05T20:35:06.00Z","previousVersion":"1.5","releaseTimestamp":"2019-05-17T15:21:32.00Z","requiredCore":"2.138.4","scm":"https://github.com/jenkinsci/pam-auth-plugin","sha1":"qMzcjWDti3VQTmpTqEP+LrTms5E=","sha256":"qzoT8JS/N5+eP7+Yv0m/5neyVIrFh0SDAi1pzZVxx0Y=","title":"PAM Authentication","url":"http://updates.jenkins-ci.org/download/plugins/pam-auth/1.5.1/pam-auth.hpi","version":"1.5.1","wiki":"https://plugins.jenkins.io/pam-auth"},"pangolin-testrail-connector":{"buildDate":"Feb 27, 2019","dependencies":[],"developers":[{"developerId":"agiletestware","email":"ali.raza@agiletestware.com","name":"Ali Raza"},{"developerId":"aymanBA92","email":"baymen@intellitech.pro","name":"Ayman Ben Amor"},{"developerId":"sergey_oplavin","email":"sergey.oplavin@agiletestware.com","name":"Sergey Oplavin"}],"excerpt":"Integrates Jenkins with TestRail by automatically publishing test results from Jenkins to TestRail using Pangolin server (http://www.agiletestware.com)","gav":"org.jenkins-ci.plugins:pangolin-testrail-connector:2.6","labels":[],"name":"pangolin-testrail-connector","previousTimestamp":"2019-01-23T11:46:43.00Z","previousVersion":"2.5","releaseTimestamp":"2019-02-27T14:17:26.00Z","requiredCore":"2.32.1","scm":"https://github.com/jenkinsci/pangolin-testrail-connector-plugin","sha1":"noyCqqINez49sEhVX5dnO9XUbTU=","sha256":"pdi3oEQeppsEofrS9eJQ9FG9uo1AcbxloO1a4DNECjc=","title":"Agiletestware Pangolin Connector for TestRail","url":"http://updates.jenkins-ci.org/download/plugins/pangolin-testrail-connector/2.6/pangolin-testrail-connector.hpi","version":"2.6","wiki":"https://plugins.jenkins.io/pangolin-testrail-connector"},"parallel-test-executor":{"buildDate":"Dec 11, 2018","dependencies":[{"name":"workflow-api","optional":false,"version":"2.23"},{"name":"workflow-step-api","optional":false,"version":"2.12"},{"name":"junit","optional":false,"version":"1.22"},{"name":"parameterized-trigger","optional":false,"version":"2.33"},{"name":"script-security","optional":false,"version":"1.30"}],"developers":[{"developerId":"jglick"}],"excerpt":"Adds a new builder that enables simple parallel execution of tests.","gav":"org.jenkins-ci.plugins:parallel-test-executor:1.12","labels":["test","cluster"],"name":"parallel-test-executor","previousTimestamp":"2018-09-05T11:50:11.00Z","previousVersion":"1.11","releaseTimestamp":"2018-12-11T00:28:53.00Z","requiredCore":"2.7.3","scm":"https://github.com/jenkinsci/parallel-test-executor-plugin","sha1":"mF8w46+llNWtD2UUuNTjn5EQdi8=","sha256":"TkJxVuGS/iZ89njJGB7F4R2Qjh7w/wz/8gs7C+wn0Mw=","title":"Parallel Test Executor","url":"http://updates.jenkins-ci.org/download/plugins/parallel-test-executor/1.12/parallel-test-executor.hpi","version":"1.12","wiki":"https://plugins.jenkins.io/parallel-test-executor"},"parallels-desktop":{"buildDate":"Jun 02, 2017","dependencies":[],"developers":[{"developerId":"romankulikov","email":"roman.kulikov@gmail.com","name":"Roman Kulikov"}],"excerpt":"Parallels Desktop Cloud plugin","gav":"com.parallels:parallels-desktop:0.6","labels":["cluster"],"name":"parallels-desktop","previousTimestamp":"2017-01-26T13:49:10.00Z","previousVersion":"0.5","releaseTimestamp":"2017-06-02T19:07:46.00Z","requiredCore":"1.651.1","scm":"https://github.com/jenkinsci/parallels-desktop-plugin","sha1":"Nm1rqXvCsiQPdI9KVwqqscbYRMQ=","sha256":"PWFpUQGIjaRbdPtu5ef/YRdshNBokRaegfBcVEKbjPY=","title":"Parallels Desktop Cloud","url":"http://updates.jenkins-ci.org/download/plugins/parallels-desktop/0.6/parallels-desktop.hpi","version":"0.6","wiki":"https://plugins.jenkins.io/parallels-desktop"},"parameter-pool":{"buildDate":"Aug 05, 2017","dependencies":[],"developers":[{"developerId":"damienbiggs","email":"damien.biggs@gmail.com","name":"Damien Biggs"}],"excerpt":"Allows user to define a range of parameters, an unused value will be picked per build","gav":"org.jenkins-ci.plugins:parameter-pool:1.0.3","labels":["scm"],"name":"parameter-pool","previousTimestamp":"2015-10-23T15:41:05.00Z","previousVersion":"1.0.2","releaseTimestamp":"2017-08-05T21:14:53.00Z","requiredCore":"1.580.1","scm":"https://github.com/jenkinsci/parameter-pool-plugin","sha1":"iOELuJz53ZkISkmwPYbNtcjso1c=","sha256":"Shp5s7gfScJ5Ok373lXatVt+pHvts9xemdzNjFyLDyM=","title":"Parameter Pool","url":"http://updates.jenkins-ci.org/download/plugins/parameter-pool/1.0.3/parameter-pool.hpi","version":"1.0.3","wiki":"https://plugins.jenkins.io/parameter-pool"},"parameter-separator":{"buildDate":"Jan 21, 2016","dependencies":[],"developers":[{"developerId":"olhado","email":"code@mikec.123mail.org","name":"Mike Chmielewski"}],"excerpt":"Adds a static horizontal rule html tag as a Jenkins parameter","gav":"org.jenkins-ci.plugins:parameter-separator:1.0","labels":["parameter","ui"],"name":"parameter-separator","previousTimestamp":"2014-08-08T18:06:50.00Z","previousVersion":"0.8","releaseTimestamp":"2016-01-21T02:34:21.00Z","requiredCore":"1.532.2","scm":"https://github.com/jenkinsci/parameter-separator-plugin","sha1":"I398GPhuFedOc+McZ8Oi/FrdfMI=","sha256":"gxbRlrsur8QnpQhk4OPj66U7ijzTwpYhUBuAuH4MAOI=","title":"Parameter Separator","url":"http://updates.jenkins-ci.org/download/plugins/parameter-separator/1.0/parameter-separator.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/parameter-separator"},"parameterized-scheduler":{"buildDate":"Aug 30, 2019","dependencies":[{"name":"workflow-job","optional":false,"version":"2.1"}],"developers":[{"developerId":"batmat","email":"batmat@batmat.net","name":"Baptiste Mathus"}],"excerpt":"This plugin is for configuring a cron style timer schedule for parameterized builds.","gav":"org.jenkins-ci.plugins:parameterized-scheduler:0.8","labels":[],"minimumJavaVersion":"1.8","name":"parameterized-scheduler","previousTimestamp":"2019-08-29T06:02:31.00Z","previousVersion":"0.7","releaseTimestamp":"2019-08-30T05:42:35.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/parameterized-scheduler-plugin","sha1":"jjFB9AOpJRKH3BxUPTMqW0veIMg=","sha256":"O2vTFHBxI9QEDAFpPnfdS8A0KIm+VZSAeuh7EOR5USw=","title":"Parameterized Scheduler","url":"http://updates.jenkins-ci.org/download/plugins/parameterized-scheduler/0.8/parameterized-scheduler.hpi","version":"0.8","wiki":"https://plugins.jenkins.io/parameterized-scheduler"},"parameterized-trigger":{"buildDate":"Sep 15, 2017","dependencies":[{"name":"conditional-buildstep","optional":false,"version":"1.3.1"},{"name":"matrix-project","optional":false,"version":"1.6"},{"name":"promoted-builds","optional":true,"version":"2.25"},{"name":"script-security","optional":false,"version":"1.25"},{"name":"subversion","optional":true,"version":"2.5.7"}],"developers":[{"developerId":"huybrechts","name":"Tom Huybrechts"},{"developerId":"kohsuke","name":"Kohsuke Kawaguchi"}],"excerpt":"","gav":"org.jenkins-ci.plugins:parameterized-trigger:2.35.2","labels":[],"name":"parameterized-trigger","previousTimestamp":"2017-07-12T15:44:43.00Z","previousVersion":"2.35.1","releaseTimestamp":"2017-09-15T03:57:21.00Z","requiredCore":"1.642.3","scm":"https://github.com/jenkinsci/parameterized-trigger-plugin","sha1":"QLOmVPo0/rIGIMqUzkqjkSQJgzA=","sha256":"NiKK5sQc+CjPRy3quu/1D4tOm2nnQt6rONSpuaCT/Zc=","title":"Parameterized Trigger","url":"http://updates.jenkins-ci.org/download/plugins/parameterized-trigger/2.35.2/parameterized-trigger.hpi","version":"2.35.2","wiki":"https://plugins.jenkins.io/parameterized-trigger"},"parasoft-findings":{"buildDate":"May 16, 2019","dependencies":[{"name":"warnings-ng","optional":false,"version":"4.0.0"},{"name":"structs","optional":false,"version":"1.10"},{"name":"xunit","optional":true,"version":"1.102"}],"developers":[{"developerId":"jacekmarzecparasoft","email":"jacek.marzec@parasoft.com","name":"Jacek Marzec"},{"developerId":"benken_parasoft","email":"benken@parasoft.com","name":"Joseph Benken"}],"excerpt":"This plug-in collects the Parasoft<\/a> analysis results and visualizes found warnings.","gav":"com.parasoft:parasoft-findings:10.4.2","labels":["report","maven"],"name":"parasoft-findings","previousTimestamp":"2018-11-28T14:23:38.00Z","previousVersion":"10.4.1","releaseTimestamp":"2019-05-16T14:05:06.00Z","requiredCore":"2.89.1","scm":"https://github.com/jenkinsci/parasoft-findings-plugin","sha1":"rB+z+PrFvRFWH0LnkeehL8o/obg=","sha256":"UoC4iahLIMyH9GyhC74pNORM5r+PGBGBSxe/TN8UqBI=","title":"Parasoft Findings","url":"http://updates.jenkins-ci.org/download/plugins/parasoft-findings/10.4.2/parasoft-findings.hpi","version":"10.4.2","wiki":"https://plugins.jenkins.io/parasoft-findings"},"partyparrotstatus":{"buildDate":"Feb 26, 2018","dependencies":[],"developers":[{"developerId":"nikitabelonogov"}],"excerpt":"A party parrot icon set for Jenkins.","gav":"org.jenkins-ci.plugins:partyparrotstatus:1.0","labels":[],"name":"partyparrotstatus","releaseTimestamp":"2018-02-26T18:20:49.00Z","requiredCore":"2.7.3","scm":"https://github.com/jenkinsci/partyparrotstatus-plugin","sha1":"+Nv1tMBr9enciv5nVSXvFalVXgw=","sha256":"o2OyAk0+rn42eHLHmauTy2T/Qj2UGu0DRMlcQjrpTj8=","title":"Party Parrot Status","url":"http://updates.jenkins-ci.org/download/plugins/partyparrotstatus/1.0/partyparrotstatus.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/partyparrotstatus"},"patch-parameter":{"buildDate":"Jul 08, 2014","dependencies":[],"developers":[{"developerId":"kohsuke"}],"excerpt":"Defines a new parameter type that allows users to submit a patch, to be applied before a build.","gav":"org.jenkins-ci.plugins:patch-parameter:1.2","labels":[],"name":"patch-parameter","previousTimestamp":"2013-08-16T12:23:05.00Z","previousVersion":"1.1","releaseTimestamp":"2014-07-08T16:02:35.00Z","requiredCore":"1.509","scm":"https://github.com/jenkinsci/patch-parameter-plugin","sha1":"2EL0xcTtNM2wmO1cXa8Uj+tLNCE=","sha256":"uAoY9ZLiXyU+fu5XMbdYyiOx71byGatilScyQOV0FGY=","title":"patch-parameter","url":"http://updates.jenkins-ci.org/download/plugins/patch-parameter/1.2/patch-parameter.hpi","version":"1.2","wiki":"https://plugins.jenkins.io/patch-parameter"},"pathignore":{"buildDate":"Nov 18, 2011","dependencies":[{"name":"ruby-runtime","optional":false,"version":"0.6"}],"developers":[{"developerId":"jtjerno"}],"excerpt":"Allows SCM-triggered jobs to ignore build requests if only certain paths have changed, or to build if and only if certain paths are changed","gav":"org.jenkins-ci.ruby-plugins:pathignore:0.6","labels":["scm-related","buildwrapper"],"name":"pathignore","previousTimestamp":"2011-11-14T23:24:55.00Z","previousVersion":"0.5","releaseTimestamp":"2011-11-18T06:22:07.00Z","requiredCore":"1.432","scm":"https://github.com/jenkinsci/pathignore-plugin","sha1":"7UG0Wxxa4QuKfSq5DVHlZFs+q/g=","sha256":"4P6Obr1x3qqoBZmncKlg/8ysNXPdNFUz+LNUtKD9vj8=","title":"Pathignore","url":"http://updates.jenkins-ci.org/download/plugins/pathignore/0.6/pathignore.hpi","version":"0.6","wiki":"https://plugins.jenkins.io/pathignore"},"pegdown-formatter":{"buildDate":"Apr 09, 2012","dependencies":[],"developers":[{"developerId":"bap","email":"bap-jenkins@BapIT.co.uk","name":"Bap"}],"excerpt":"Format descriptions using PegDown Markdown syntax","gav":"org.jenkins-ci.plugins:pegdown-formatter:1.3","labels":["ui"],"name":"pegdown-formatter","previousTimestamp":"2011-08-04T20:41:37.00Z","previousVersion":"1.2","releaseTimestamp":"2012-04-09T20:20:54.00Z","requiredCore":"1.396","scm":"https://github.com/jenkinsci/pegdown-formatter-plugin","sha1":"VPm/aCS7FsNgr0KAu1QeijD7B5U=","sha256":"7RvLqr8aIF34B/eZpx0CS+Ycf+jKS4zNyoLSnySGqI0=","title":"PegDown Formatter","url":"http://updates.jenkins-ci.org/download/plugins/pegdown-formatter/1.3/pegdown-formatter.hpi","version":"1.3","wiki":"https://plugins.jenkins.io/pegdown-formatter"},"pending-changes":{"buildDate":"Feb 25, 2013","dependencies":[{"name":"subversion","optional":false,"version":"1.26"}],"developers":[{"developerId":"avogler","name":"Andreas Vogler"}],"excerpt":"This plugin adds a view of all changes in the scm after the last build","gav":"org.jenkins-ci.plugins:pending-changes:0.3.0","labels":["scm-related"],"name":"pending-changes","previousTimestamp":"2013-01-29T13:19:51.00Z","previousVersion":"0.2.1","releaseTimestamp":"2013-02-25T15:45:02.00Z","requiredCore":"1.480","scm":"https://github.com/jenkinsci/pendingchanges-plugin","sha1":"0BKreTt92zW7Dfsh5IDw2YNWn+8=","sha256":"ZSOGN7ZipBw8nWUYf7PsAbkfGEhx9ALjlvT7lpb1pgI=","title":"Pending Changes","url":"http://updates.jenkins-ci.org/download/plugins/pending-changes/0.3.0/pending-changes.hpi","version":"0.3.0","wiki":"https://plugins.jenkins.io/pending-changes"},"people-redirector":{"buildDate":"May 12, 2012","dependencies":[],"developers":[{"developerId":"m2spring","email":"mspring@cisco.com","name":"Max Spring"}],"excerpt":"Integrates with an external user management system by redirecting requests to Jenkins people pages.","gav":"com.cisco.step.jenkins.plugins:people-redirector:1.3","labels":["external"],"name":"people-redirector","previousTimestamp":"2011-10-12T21:36:15.00Z","previousVersion":"1.2","releaseTimestamp":"2012-05-12T00:17:27.00Z","requiredCore":"1.415","scm":"https://github.com/jenkinsci/people-redirector-plugin","sha1":"+UdYkY/5biwQcPFJeGaPDoRFYHE=","sha256":"eSQUZeS5I50FHfBygIcrCE6Gw0VgyJKW9ODQJsSoGyc=","title":"People Redirector","url":"http://updates.jenkins-ci.org/download/plugins/people-redirector/1.3/people-redirector.hpi","version":"1.3","wiki":"https://plugins.jenkins.io/people-redirector"},"percentage-du-node-column":{"buildDate":"Sep 26, 2015","dependencies":[],"developers":[{"developerId":"v1v","email":"VictorMartinezRubio@gmail.com","name":"Victor Martinez"}],"excerpt":"This plugin just shows the percentage of disk space usage column on "Manage Nodes" page.","gav":"org.jenkins-ci.plugins:percentage-du-node-column:0.1.0","labels":["listview-column"],"name":"percentage-du-node-column","releaseTimestamp":"2015-09-26T19:04:58.00Z","requiredCore":"1.580.1","scm":"https://github.com/jenkinsci/percentage-du-node-column-plugin","sha1":"GoGDw2Vz7DsCDA8O1oY1+upUkoA=","sha256":"PJVI0O0ktzfkZxfmy+QYNLbW/tidY6mHEXg8zljvLIw=","title":"Percentage Disk Space Node Column","url":"http://updates.jenkins-ci.org/download/plugins/percentage-du-node-column/0.1.0/percentage-du-node-column.hpi","version":"0.1.0","wiki":"https://plugins.jenkins.io/percentage-du-node-column"},"perfectomobile":{"buildDate":"Jun 07, 2016","dependencies":[{"name":"maven-plugin","optional":true,"version":"2.9"}],"developers":[{"developerId":"perfectomobile","email":"jenkins.admin@perfectomobile.com","name":"Perfecto Mobile"}],"excerpt":"This plugin allows you to run Perfecto Mobile scripts, to be included within your CI build.","gav":"org.jenkins-ci.plugins:perfectomobile:2.62.0.3","labels":["external","ios","android"],"name":"perfectomobile","previousTimestamp":"2015-07-07T09:08:58.00Z","previousVersion":"2.41.0.1","releaseTimestamp":"2016-06-07T13:15:57.00Z","requiredCore":"1.509.4","scm":"https://github.com/jenkinsci/perfectomobile-plugin","sha1":"/YeZyL22k7aswYQPIkuJUga92ms=","sha256":"XJIt0tMVgEktSiSu0lZdhpBw4py1zjRKBbQsEXm4BWw=","title":"Perfecto Mobile","url":"http://updates.jenkins-ci.org/download/plugins/perfectomobile/2.62.0.3/perfectomobile.hpi","version":"2.62.0.3","wiki":"https://plugins.jenkins.io/perfectomobile"},"performance":{"buildDate":"Jun 17, 2019","dependencies":[{"name":"structs","optional":false,"version":"1.7"}],"developers":[{"developerId":"undera","email":"andrey@blazemeter.com","name":"Andrey Pokhilko (CA BlazeMeter)"},{"developerId":"artem_fedorov","email":"artem.fedorov@blazemeter.com","name":"Artem Fedorov (CA BlazeMeter)"}],"excerpt":"This plugin allows tracking performance KPIs, based on results read from popular testing tools ( Apache JMeter<\/a>, JUnit<\/a>, Taurus<\/a>).","gav":"org.jenkins-ci.plugins:performance:3.17","labels":["report"],"name":"performance","previousTimestamp":"2019-03-28T12:21:48.00Z","previousVersion":"3.16","releaseTimestamp":"2019-06-17T08:00:33.00Z","requiredCore":"1.642.3","scm":"https://github.com/jenkinsci/performance-plugin","sha1":"LbY+xfmE7PWMonBE88upSpUqilM=","sha256":"KATABLQOaIsYGNYtJPMiMI4RZm84/Ip+odcLzMj/PdE=","title":"Performance","url":"http://updates.jenkins-ci.org/download/plugins/performance/3.17/performance.hpi","version":"3.17","wiki":"https://plugins.jenkins.io/performance"},"performance-signature-dynatrace":{"buildDate":"Jun 18, 2019","compatibleSinceVersion":"2.2.0","dependencies":[{"name":"performance-signature-ui","optional":false,"version":"3.1.4"},{"name":"workflow-step-api","optional":false,"version":"2.13"},{"name":"credentials","optional":false,"version":"2.1.17"},{"name":"script-security","optional":false,"version":"1.30"},{"name":"structs","optional":false,"version":"1.14"}],"developers":[{"developerId":"rpionke","email":"raphael.pionke@t-systems.com","name":"Raphael Pionke"}],"excerpt":"This plugin collects Dynatrace Performance Signature Reports and stores them locally.","gav":"de.tsystems.mms.apm:performance-signature-dynatrace:3.1.4","labels":["builder","report","post-build"],"minimumJavaVersion":"1.8","name":"performance-signature-dynatrace","previousTimestamp":"2019-04-15T15:13:31.00Z","previousVersion":"3.1.3","releaseTimestamp":"2019-06-18T14:38:06.00Z","requiredCore":"2.89.4","scm":"https://github.com/jenkinsci/performance-signature-dynatrace-plugin","sha1":"gje6cgpxupw72xDljdo21t/gSH0=","sha256":"H1WPXbQjKnuflYkr7KN30/pA7FUfhDIpCqD/df+7aD4=","title":"Performance Signature: Dynatrace AppMon","url":"http://updates.jenkins-ci.org/download/plugins/performance-signature-dynatrace/3.1.4/performance-signature-dynatrace.hpi","version":"3.1.4","wiki":"https://plugins.jenkins.io/performance-signature-dynatrace"},"performance-signature-dynatracesaas":{"buildDate":"Jun 18, 2019","compatibleSinceVersion":"2.2.0","dependencies":[{"name":"performance-signature-ui","optional":false,"version":"3.1.4"},{"name":"workflow-step-api","optional":false,"version":"2.13"},{"name":"credentials","optional":false,"version":"2.1.17"},{"name":"plain-credentials","optional":false,"version":"1.4"},{"name":"structs","optional":false,"version":"1.14"}],"developers":[{"developerId":"rpionke","email":"raphael.pionke@t-systems.com","name":"Raphael Pionke"}],"excerpt":"This plugin collects Dynatrace Performance Signature Reports and stores them locally.","gav":"de.tsystems.mms.apm:performance-signature-dynatracesaas:3.1.4","labels":[],"minimumJavaVersion":"1.8","name":"performance-signature-dynatracesaas","previousTimestamp":"2019-04-15T15:14:06.00Z","previousVersion":"3.1.3","releaseTimestamp":"2019-06-18T14:38:43.00Z","requiredCore":"2.89.4","scm":"https://github.com/jenkinsci/performance-signature-dynatrace-plugin","sha1":"DLKTgMjlcy09FfWacCb1zZ5qh2M=","sha256":"3P0EjT6QoHc/m+3sFDMknxZmBuuqXyGZp1Tum5XDmzo=","title":"Performance Signature: Dynatrace","url":"http://updates.jenkins-ci.org/download/plugins/performance-signature-dynatracesaas/3.1.4/performance-signature-dynatracesaas.hpi","version":"3.1.4","wiki":"https://plugins.jenkins.io/performance-signature-dynatracesaas"},"performance-signature-ui":{"buildDate":"Jun 18, 2019","compatibleSinceVersion":"2.2.0","dependencies":[{"name":"jaxb","optional":false,"version":"2.3.0"},{"name":"junit","optional":false,"version":"1.20"},{"name":"structs","optional":false,"version":"1.14"}],"developers":[{"developerId":"rpionke","email":"raphael.pionke@t-systems.com","name":"Raphael Pionke"}],"excerpt":"This plugin collects Dynatrace Performance Signature Reports and stores them locally.","gav":"de.tsystems.mms.apm:performance-signature-ui:3.1.4","labels":["builder","report","post-build"],"minimumJavaVersion":"1.8","name":"performance-signature-ui","previousTimestamp":"2019-04-15T15:12:53.00Z","previousVersion":"3.1.3","releaseTimestamp":"2019-06-18T14:37:26.00Z","requiredCore":"2.89.4","scm":"https://github.com/jenkinsci/performance-signature-dynatrace-plugin","sha1":"D3tfhnwBJocEd3VBMG8eCzQUeTc=","sha256":"ODFWpQygAmoYtQ8wN9beyAswoZyfb9u1+ebspQHjOGQ=","title":"Performance Signature: UI","url":"http://updates.jenkins-ci.org/download/plugins/performance-signature-ui/3.1.4/performance-signature-ui.hpi","version":"3.1.4","wiki":"https://plugins.jenkins.io/performance-signature-ui"},"performance-signature-viewer":{"buildDate":"Jun 18, 2019","compatibleSinceVersion":"2.2.0","dependencies":[{"name":"performance-signature-ui","optional":false,"version":"3.1.4"},{"name":"workflow-step-api","optional":false,"version":"2.13"},{"name":"Parameterized-Remote-Trigger","optional":false,"version":"3.0.1"},{"name":"structs","optional":false,"version":"1.14"}],"developers":[{"developerId":"rpionke","email":"raphael.pionke@t-systems.com","name":"Raphael Pionke"}],"excerpt":"This plugin collects Dynatrace Performance Signature Reports and stores them locally.","gav":"de.tsystems.mms.apm:performance-signature-viewer:3.1.4","labels":["builder","report","post-build"],"minimumJavaVersion":"1.8","name":"performance-signature-viewer","previousTimestamp":"2019-04-15T15:14:28.00Z","previousVersion":"3.1.3","releaseTimestamp":"2019-06-18T14:39:06.00Z","requiredCore":"2.89.4","scm":"https://github.com/jenkinsci/performance-signature-dynatrace-plugin","sha1":"6KBaOYh/tG9Zt9WhNqUIEP/yksA=","sha256":"HL6L2LpztZOyAUi/ORnhCyI0cQ09AhQvpA144jD+y6E=","title":"Performance Signature: Viewer","url":"http://updates.jenkins-ci.org/download/plugins/performance-signature-viewer/3.1.4/performance-signature-viewer.hpi","version":"3.1.4","wiki":"https://plugins.jenkins.io/performance-signature-viewer"},"perfpublisher":{"buildDate":"Mar 25, 2019","dependencies":[{"name":"matrix-project","optional":false,"version":"1.7.1"},{"name":"structs","optional":false,"version":"1.10"}],"developers":[{"email":"gbossert@gmail.com","name":"Georges Bossert"},{"email":"dmakarv@gmail.com","name":"Dmitri Makarov"},{"developerId":"martinbaar","email":"martin.baar@gmail.com","name":"Martin Baar"}],"excerpt":"This plugin will parse log files from multiple type of tests.","gav":"org.jenkins-ci.plugins:perfpublisher:8.09","labels":["report"],"name":"perfpublisher","previousTimestamp":"2019-02-05T12:12:52.00Z","previousVersion":"8.08","releaseTimestamp":"2019-03-25T08:01:17.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/perfpublisher-plugin","sha1":"aXrBx5S8fcnlfjSOyfs0qMHn+7Q=","sha256":"oOkT/EpEFnV7f/JiqHhsDD76CE8k3AVL7t3eGVPagjs=","title":"Performance Publisher","url":"http://updates.jenkins-ci.org/download/plugins/perfpublisher/8.09/perfpublisher.hpi","version":"8.09","wiki":"https://plugins.jenkins.io/perfpublisher"},"periodic-reincarnation":{"buildDate":"Apr 05, 2019","dependencies":[{"name":"build-failure-analyzer","optional":true,"version":"1.17.2"},{"name":"cloudbees-folder","optional":true,"version":"6.0.0"},{"name":"jobConfigHistory","optional":true,"version":"2.8"}],"developers":[{"developerId":"stefanbrausch","email":"stefan.brausch@1und1.de","name":"Stefan Brausch"},{"developerId":"jochenafuerbacher","email":"jochen.fuerbacher@1und1.de","name":"Jochen A. Fuerbacher"},{"developerId":"boev","email":"iordan.boev@gmail.com","name":"Yordan Boev"}],"excerpt":"This plugin restarts failed builds periodically.","gav":"org.jenkins-ci.plugins:periodic-reincarnation:1.13","labels":["trigger"],"name":"periodic-reincarnation","previousTimestamp":"2017-10-02T06:24:45.00Z","previousVersion":"1.12.1","releaseTimestamp":"2019-04-05T05:53:40.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/periodic-reincarnation-plugin","sha1":"NtEuW1XRc4s9RBWvtfkzC+0l+R0=","sha256":"xYsaaD6UeAquobDOfzVfrZC2LDrgvg7YG6IHIAUPkWs=","title":"Periodic Reincarnation","url":"http://updates.jenkins-ci.org/download/plugins/periodic-reincarnation/1.13/periodic-reincarnation.hpi","version":"1.13","wiki":"https://plugins.jenkins.io/periodic-reincarnation"},"periodicbackup":{"buildDate":"Jul 05, 2017","dependencies":[],"developers":[{"email":"tomasz.blaszczynski@gmail.com","name":"Tomasz Blaszczynski"},{"email":"emanuelez@gmail.com","name":"Emanuele Zattin"},{"email":"johno.crawford@gmail.com","name":"Johno Crawford"},{"developerId":"oleg_nenashev","email":"o.v.nenashev@gmail.com","name":"Oleg Nenashev"}],"excerpt":"Backup or restore your Jenkins configuration files","gav":"org.jenkins-ci.plugins:periodicbackup:1.5","labels":[],"name":"periodicbackup","previousTimestamp":"2017-06-22T07:28:55.00Z","previousVersion":"1.4","releaseTimestamp":"2017-07-05T12:52:51.00Z","requiredCore":"1.609.3","scm":"https://github.com/jenkinsci/periodicbackup-plugin","sha1":"swtPn3rrNT3nJ5UNb/Ucf4o6VXE=","sha256":"OcsgRy0Cc4UyBblPDaO+hj5NHQUMQxBTadQ6cRt1VlE=","title":"Periodic Backup","url":"http://updates.jenkins-ci.org/download/plugins/periodicbackup/1.5/periodicbackup.hpi","version":"1.5","wiki":"https://plugins.jenkins.io/periodicbackup"},"perl":{"buildDate":"Mar 07, 2013","dependencies":[{"name":"ruby-runtime","optional":false,"version":"0.10"}],"developers":[{"developerId":"melezhik"}],"excerpt":"build perl application","gav":"org.jenkins-ci.ruby-plugins:perl:0.0.4","labels":[],"name":"perl","previousTimestamp":"2013-02-12T08:35:56.00Z","previousVersion":"0.0.3","releaseTimestamp":"2013-03-07T06:36:33.00Z","requiredCore":"1.432","sha1":"H/rQw+LOOwgdUovg6+DI0ju4NkY=","sha256":"OEiGYPBVFusEYdlt83JWcNS5GxQC2/xk/2mZVHfKVcY=","title":"Perl","url":"http://updates.jenkins-ci.org/download/plugins/perl/0.0.4/perl.hpi","version":"0.0.4","wiki":"https://plugins.jenkins.io/perl"},"perl-smoke-test":{"buildDate":"Sep 26, 2014","dependencies":[{"name":"ruby-runtime","optional":false,"version":"0.10"}],"developers":[{"developerId":"melezhik"}],"excerpt":"runs smoke tests against perl application distributive on remote host","gav":"org.jenkins-ci.ruby-plugins:perl-smoke-test:0.0.3","labels":[],"name":"perl-smoke-test","previousTimestamp":"2014-09-25T11:26:34.00Z","previousVersion":"0.0.2","releaseTimestamp":"2014-09-26T10:36:54.00Z","requiredCore":"1.432","sha1":"JzJ7haYXyNOxYAt40VFCFaX4yFQ=","sha256":"+VGjjy130q5uHTlX06Gj7dckHvj2jGP59m49bPyjIWE=","title":"Perl Smoke Test","url":"http://updates.jenkins-ci.org/download/plugins/perl-smoke-test/0.0.3/perl-smoke-test.hpi","version":"0.0.3","wiki":"https://plugins.jenkins.io/perl-smoke-test"},"permissive-script-security":{"buildDate":"May 23, 2019","dependencies":[{"name":"script-security","optional":false,"version":"1.58"}],"developers":[{"developerId":"ogondza"}],"excerpt":"Do not install unless you know what you are doing. Turns on permissive mode of Script Security Plugin. Problematic signatures will be logged but access will not be rejected.","gav":"org.jenkins-ci.plugins:permissive-script-security:0.5","labels":[],"minimumJavaVersion":"1.8","name":"permissive-script-security","previousTimestamp":"2019-05-09T11:24:20.00Z","previousVersion":"0.4","releaseTimestamp":"2019-05-23T12:17:27.00Z","requiredCore":"2.107.3","scm":"https://github.com/jenkinsci/permissive-script-security-plugin","sha1":"8/ifwAkek+lvKJghT9M59XQCiuk=","sha256":"xRdFmeW9VycznlvbZVZayVyTGgJ8vqCVmNKaTffowqI=","title":"Permissive Script Security","url":"http://updates.jenkins-ci.org/download/plugins/permissive-script-security/0.5/permissive-script-security.hpi","version":"0.5","wiki":"https://plugins.jenkins.io/permissive-script-security"},"persistent-build-queue-plugin":{"buildDate":"Jun 02, 2011","dependencies":[],"developers":[{"developerId":"jieryn","email":"jieryn@gmail.com","name":"Jesse Farinacci"}],"excerpt":"The Persistent Build Queue Plugin<\/a> preserves the build queue across Jenkins restart.","gav":"org.jenkins-ci.plugins:persistent-build-queue-plugin:0.1.1","labels":[],"name":"persistent-build-queue-plugin","previousTimestamp":"2011-06-02T14:27:16.00Z","previousVersion":"0.1.0","releaseTimestamp":"2011-06-02T14:33:12.00Z","requiredCore":"1.398","scm":"https://github.com/jenkinsci/persistent-build-queue-plugin","sha1":"Eaj0JyWLvxa45lO9oxpJ8y8aziQ=","sha256":"uHKMVrTNVqC0+hRUqSN7EBUYXpnA8ZBfz1d/ijDBVT8=","title":"Persistent Build Queue","url":"http://updates.jenkins-ci.org/download/plugins/persistent-build-queue-plugin/0.1.1/persistent-build-queue-plugin.hpi","version":"0.1.1","wiki":"https://plugins.jenkins.io/persistent-build-queue-plugin"},"persistent-parameter":{"buildDate":"Feb 20, 2015","dependencies":[],"developers":[{"developerId":"greg2001","email":"gregory@atcsim.de","name":"Gregory E. Moltchadski"}],"excerpt":"String, text, boolean and choice parameters with default values set from the previous build (if any).","gav":"org.jenkins-ci.plugins:persistent-parameter:1.1","labels":["parameter"],"name":"persistent-parameter","previousTimestamp":"2014-10-24T13:43:09.00Z","previousVersion":"1.0","releaseTimestamp":"2015-02-20T10:55:24.00Z","requiredCore":"1.532.3","scm":"https://github.com/jenkinsci/persistent-parameter-plugin","sha1":"8ZcI6SbgnonsoVgMAHHhyU7HfmA=","sha256":"+4Csvw+4ua4c9LCm4zf1dVEBeI8plAafIpU9ycNfbkM=","title":"Persistent Parameter","url":"http://updates.jenkins-ci.org/download/plugins/persistent-parameter/1.1/persistent-parameter.hpi","version":"1.1","wiki":"https://plugins.jenkins.io/persistent-parameter"},"persona":{"buildDate":"Oct 02, 2013","dependencies":[],"developers":[{"developerId":"kohsuke","email":"kohsuke@infradna.com","name":"Kohsuke Kawaguchi"},{"developerId":"ssogabe","email":"s.sogabe@gmail.com","name":"Seiji Sogabe"}],"excerpt":"Define custom personalities like Chuck Norris just by preparing an XML file and a few image files.","gav":"org.jenkins-ci.plugins:persona:2.4","labels":[],"name":"persona","previousTimestamp":"2013-05-12T08:52:48.00Z","previousVersion":"2.3","releaseTimestamp":"2013-10-02T09:38:03.00Z","requiredCore":"1.447","scm":"https://github.com/jenkinsci/persona-plugin","sha1":"rIKtB/hWXQgEpADifYg30gJx2VU=","sha256":"VxMoUdYk0easlSCFRBqBPvroOLdDEF5V1lyVWbT0koc=","title":"Persona","url":"http://updates.jenkins-ci.org/download/plugins/persona/2.4/persona.hpi","version":"2.4","wiki":"https://plugins.jenkins.io/persona"},"phabricator-k8s":{"buildDate":"Mar 10, 2019","dependencies":[{"name":"kubernetes-credentials-provider","optional":false,"version":"0.10"},{"name":"phabricator-plugin","optional":false,"version":"2.1.1"}],"developers":[{"developerId":"andresrc"}],"excerpt":"Integrates phabricator conduit credentials with the k8s credential provider.","gav":"io.jenkins.plugins:phabricator-k8s:1.0.0","labels":[],"minimumJavaVersion":"1.8","name":"phabricator-k8s","releaseTimestamp":"2019-03-10T17:34:05.00Z","requiredCore":"2.89.1","scm":"https://github.com/jenkinsci/phabricator-k8s-plugin","sha1":"IA8hAwNvKxNcYuUl+SIwZkMzdvI=","sha256":"jOymD6SXO0/BO0JS9o0AGo8h0E7RJ7egw7yFzzsCkNs=","title":"Phabricator - Kubernetes Intergration","url":"http://updates.jenkins-ci.org/download/plugins/phabricator-k8s/1.0.0/phabricator-k8s.hpi","version":"1.0.0","wiki":"https://plugins.jenkins.io/phabricator-k8s"},"phabricator-plugin":{"buildDate":"Apr 18, 2019","dependencies":[{"name":"credentials","optional":false,"version":"1.22"},{"name":"junit","optional":true,"version":"1.6"},{"name":"cobertura","optional":true,"version":"1.11"},{"name":"jacoco","optional":true,"version":"2.2.1"}],"developers":[{"developerId":"ai","email":"sc@ndella.com","name":"Aiden Scandella"}],"excerpt":"This plugin integrates Phabricator and Harbormaster with Jenkins and Uberalls.","gav":"org.jenkins-ci.plugins:phabricator-plugin:2.1.2","labels":["post-build","buildwrapper"],"name":"phabricator-plugin","previousTimestamp":"2018-12-04T21:39:42.00Z","previousVersion":"2.1.1","releaseTimestamp":"2019-04-18T23:23:29.00Z","requiredCore":"2.6","scm":"https://github.com/jenkinsci/phabricator-plugin","sha1":"xuxpHzA3h33KlIowCvh4Izp/Eac=","sha256":"7GHHh84Ma1holOYgx1GCBZ8KCHQ9KOpxWzihL3C9Q1M=","title":"Phabricator Differential","url":"http://updates.jenkins-ci.org/download/plugins/phabricator-plugin/2.1.2/phabricator-plugin.hpi","version":"2.1.2","wiki":"https://plugins.jenkins.io/phabricator-plugin"},"phing":{"buildDate":"Mar 25, 2015","dependencies":[],"developers":[{"developerId":"sogabe","email":"s.sogabe@gmail.com","name":"Seiji Sogabe"}],"excerpt":"This plugin allows you to use Phing<\/a> to build PHP Project.","gav":"org.jenkins-ci.plugins:phing:0.13.3","labels":["builder"],"name":"phing","previousTimestamp":"2015-03-22T11:52:20.00Z","previousVersion":"0.13.2","releaseTimestamp":"2015-03-25T12:27:25.00Z","requiredCore":"1.480","scm":"https://github.com/jenkinsci/phing-plugin","sha1":"bbuXv1JO47UX3voAFlW8uVMo5eQ=","sha256":"CAhefUcS3/suL9XdFY9QTNwJ4FOvqNUunWeWfdf47iA=","title":"Phing","url":"http://updates.jenkins-ci.org/download/plugins/phing/0.13.3/phing.hpi","version":"0.13.3","wiki":"https://plugins.jenkins.io/phing"},"phoenix-autotest":{"buildDate":"Dec 29, 2018","dependencies":[{"name":"workflow-api","optional":false,"version":"2.25"},{"name":"workflow-job","optional":false,"version":"2.15"},{"name":"workflow-scm-step","optional":false,"version":"2.6"},{"name":"workflow-step-api","optional":false,"version":"2.14"},{"name":"workflow-support","optional":false,"version":"2.17"},{"name":"credentials","optional":false,"version":"2.1.16"},{"name":"durable-task","optional":false,"version":"1.14"},{"name":"mailer","optional":false,"version":"1.20"},{"name":"scm-api","optional":false,"version":"2.2.6"},{"name":"script-security","optional":false,"version":"1.42"},{"name":"ssh-credentials","optional":false,"version":"1.13"},{"name":"structs","optional":false,"version":"1.14"}],"developers":[{"developerId":"surenpi","email":"zxjlwt@126.com","name":"SuRen"}],"excerpt":"This plugin provide a set of DevOps pipeline step, i.e CopyStep let you copy a file from master to current node. We also have TimeStep, FtpStep, JdbcStep, FtpStep, DiskStep, WithSCMStep.","gav":"com.surenpi.jenkins:phoenix-autotest:1.3","labels":[],"minimumJavaVersion":"1.8","name":"phoenix-autotest","previousTimestamp":"2018-12-28T06:31:27.00Z","previousVersion":"1.2","releaseTimestamp":"2018-12-29T09:34:21.00Z","requiredCore":"2.156","scm":"https://github.com/jenkinsci/phoenix-autotest-plugin","sha1":"2AjtEi4Lf1XS+ps+PMh4uIl5sR4=","sha256":"X/bS421RChWCsAbeKRnHvG8h4GJdOUAgdmbhXo81D8I=","title":"Pipeline: Phoenix AutoTest","url":"http://updates.jenkins-ci.org/download/plugins/phoenix-autotest/1.3/phoenix-autotest.hpi","version":"1.3","wiki":"https://plugins.jenkins.io/phoenix-autotest"},"php":{"buildDate":"Oct 11, 2012","dependencies":[{"name":"violations","optional":false,"version":"0.7.11"},{"name":"jdepend","optional":false,"version":"1.2.3"},{"name":"maven-plugin","optional":false,"version":"1.424"},{"name":"checkstyle","optional":false,"version":"3.32"},{"name":"xunit","optional":false,"version":"1.48"},{"name":"pmd","optional":false,"version":"3.33"},{"name":"cloverphp","optional":false,"version":"0.3.2"},{"name":"dry","optional":false,"version":"2.33"},{"name":"htmlpublisher","optional":false,"version":"1.0"},{"name":"analysis-core","optional":false,"version":"1.48"},{"name":"plot","optional":false,"version":"1.5"}],"developers":[{"developerId":"nicolas"}],"excerpt":"Install jenkins plugin as suggested by jenkins-php.org<\/a>","gav":"org.jenkins-ci.plugins:php:1.0","labels":[],"name":"php","releaseTimestamp":"2012-10-11T14:17:59.00Z","requiredCore":"1.424","scm":"https://github.com/jenkinsci/php-plugin","sha1":"2K9otH75c+GEvMbJ/ulmrJmeLEA=","sha256":"QL8AxB492WCLEYCA+UmO5AExoM8QGqzvtVh+1n+I9aw=","title":"php","url":"http://updates.jenkins-ci.org/download/plugins/php/1.0/php.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/php"},"php-builtin-web-server":{"buildDate":"Aug 07, 2015","dependencies":[],"developers":[{"developerId":"fengtan","name":"Fengtan"}],"excerpt":"Run a PHP built-in web server for each project build.","gav":"org.jenkins-ci.plugins:php-builtin-web-server:0.1","labels":["buildwrapper"],"name":"php-builtin-web-server","releaseTimestamp":"2015-08-07T22:43:40.00Z","requiredCore":"1.580.1","scm":"https://github.com/jenkinsci/php-builtin-web-server-plugin","sha1":"VOw3zB2LdYv0KJJtvvhFiMc6Iys=","sha256":"Nr+nm51zvoV9NYiJHi1nC3eqggMK2vwlKgOJn/SQ8cw=","title":"PHP Built-in Web Server","url":"http://updates.jenkins-ci.org/download/plugins/php-builtin-web-server/0.1/php-builtin-web-server.hpi","version":"0.1","wiki":"https://plugins.jenkins.io/php-builtin-web-server"},"piketec-tpt":{"buildDate":"Aug 08, 2019","dependencies":[],"developers":[{"developerId":"PikeTec","email":"joachim.kuhnert@piketec.com","name":"Joachim Kuhnert"}],"excerpt":"","gav":"com.piketec.jenkins.plugins:piketec-tpt:8.7","labels":["external","builder"],"name":"piketec-tpt","previousTimestamp":"2019-02-21T15:47:40.00Z","previousVersion":"8.6","releaseTimestamp":"2019-08-08T10:03:18.00Z","requiredCore":"1.625.1","scm":"https://github.com/jenkinsci/piketec-tpt-plugin","sha1":"TRDsSfZUdeEXZNE+V+Y+GOtzHoM=","sha256":"yXxMWEfrVjtTkoo4cyDc5thxitYSejJ6Z7qlSlaZVKg=","title":"piketec-tpt","url":"http://updates.jenkins-ci.org/download/plugins/piketec-tpt/8.7/piketec-tpt.hpi","version":"8.7","wiki":"https://plugins.jenkins.io/piketec-tpt"},"pipeline-aggregator-view":{"buildDate":"Sep 22, 2017","dependencies":[{"name":"workflow-job","optional":false,"version":"2.9"}],"developers":[{"developerId":"paul8620","email":"paul8620@gmail.com","name":"Paul Horvath"}],"excerpt":"Full screen dashboard to view stages of the pipeline as a build history.","gav":"com.paul8620.jenkins.plugins:pipeline-aggregator-view:1.8","labels":["ui"],"name":"pipeline-aggregator-view","previousTimestamp":"2017-04-27T10:08:37.00Z","previousVersion":"1.7","releaseTimestamp":"2017-09-22T10:40:46.00Z","requiredCore":"2.32.2","scm":"https://github.com/jenkinsci/pipeline-aggregator-view-plugin","sha1":"R6cklPwy42SP7tUrUEJmanCvVY4=","sha256":"gnPs0yb7NAd1rN7FWQW2LRCXPgwN98Ogfo1WIT08z/k=","title":"Pipeline Aggregator","url":"http://updates.jenkins-ci.org/download/plugins/pipeline-aggregator-view/1.8/pipeline-aggregator-view.hpi","version":"1.8","wiki":"https://plugins.jenkins.io/pipeline-aggregator-view"},"pipeline-aws":{"buildDate":"Jun 17, 2019","dependencies":[{"name":"workflow-step-api","optional":false,"version":"2.14"},{"name":"aws-credentials","optional":false,"version":"1.19"},{"name":"aws-java-sdk","optional":false,"version":"1.11.457"},{"name":"credentials","optional":false,"version":"2.1.16"},{"name":"plain-credentials","optional":false,"version":"1.4"},{"name":"script-security","optional":false,"version":"1.41"},{"name":"structs","optional":false,"version":"1.14"}],"developers":[{"developerId":"hoegertn","email":"thorsten.hoeger@taimos.de","name":"Thorsten Hoeger"}],"excerpt":"This plugins adds Jenkins pipeline steps to interact with the AWS API","gav":"de.taimos:pipeline-aws:1.38","labels":["pipeline"],"name":"pipeline-aws","previousTimestamp":"2019-04-28T21:42:00.00Z","previousVersion":"1.37","releaseTimestamp":"2019-06-17T16:40:16.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/pipeline-aws-plugin","sha1":"7VrKriIJIR/8vPx/IWlVj6aKnyw=","sha256":"KVdYYhHkjUnCND2Sw6mUEDRdT3eJ+El09aywIziuoso=","title":"Pipeline: AWS Steps","url":"http://updates.jenkins-ci.org/download/plugins/pipeline-aws/1.38/pipeline-aws.hpi","version":"1.38","wiki":"https://plugins.jenkins.io/pipeline-aws"},"pipeline-bamboo":{"buildDate":"Oct 24, 2017","dependencies":[{"name":"aws-java-sdk","optional":false,"version":"1.11.68"},{"name":"workflow-step-api","optional":false,"version":"2.9"},{"name":"credentials","optional":false,"version":"1.25"},{"name":"workflow-cps","optional":false,"version":"2.21"},{"name":"plain-credentials","optional":false,"version":"1.1"}],"developers":[{"developerId":"kflavin","email":"Kyle.Flavin@logmein.com","name":"Kyle Flavin"}],"excerpt":"A Bamboo step plugin for pipeline","gav":"com.logmein:pipeline-bamboo:0.0.2","labels":[],"name":"pipeline-bamboo","previousTimestamp":"2017-10-24T16:21:53.00Z","previousVersion":"0.0.1","releaseTimestamp":"2017-10-24T16:43:48.00Z","requiredCore":"2.7.4","scm":"https://github.com/jenkinsci/pipeline-bamboo-plugin","sha1":"r7gYXnpWin2iXAqAKLxgL/PR+2k=","sha256":"sdLB3BdJaBJRido2dnEV6CV33ysjnXGxUgm3TRhICgc=","title":"Pipeline: Bamboo Step","url":"http://updates.jenkins-ci.org/download/plugins/pipeline-bamboo/0.0.2/pipeline-bamboo.hpi","version":"0.0.2","wiki":"https://plugins.jenkins.io/pipeline-bamboo"},"pipeline-build-step":{"buildDate":"Apr 15, 2019","dependencies":[{"name":"workflow-api","optional":false,"version":"2.33"},{"name":"workflow-step-api","optional":false,"version":"2.18"},{"name":"workflow-support","optional":false,"version":"3.1"},{"name":"script-security","optional":false,"version":"1.50"}],"developers":[{"developerId":"abayer"}],"excerpt":"Adds the Pipeline step build<\/code> to trigger builds of other jobs.","gav":"org.jenkins-ci.plugins:pipeline-build-step:2.9","labels":["misc"],"minimumJavaVersion":"1.8","name":"pipeline-build-step","previousTimestamp":"2019-03-18T19:44:58.00Z","previousVersion":"2.8","releaseTimestamp":"2019-04-15T14:15:57.00Z","requiredCore":"2.121.1","scm":"https://github.com/jenkinsci/pipeline-build-step-plugin","sha1":"j3Sx4I0Uj0ZiHU+acnbJPf9pBNk=","sha256":"aq3k1WNNlAInkn8/LGsfCNaDLFf26bzZNTJO/Iq0PhA=","title":"Pipeline: Build Step","url":"http://updates.jenkins-ci.org/download/plugins/pipeline-build-step/2.9/pipeline-build-step.hpi","version":"2.9","wiki":"https://plugins.jenkins.io/pipeline-build-step"},"pipeline-cloudwatch-logs":{"buildDate":"Nov 20, 2018","dependencies":[{"name":"aws-global-configuration","optional":false,"version":"1.1"},{"name":"workflow-api","optional":false,"version":"2.32"},{"name":"aws-credentials","optional":false,"version":"1.24"},{"name":"aws-java-sdk","optional":false,"version":"1.11.341"}],"developers":[{"developerId":"jglick"}],"excerpt":"A Jenkins plugin to send Pipeline build logs to CloudWatch Logs.","gav":"io.jenkins.plugins:pipeline-cloudwatch-logs:0.1","labels":[],"name":"pipeline-cloudwatch-logs","releaseTimestamp":"2018-11-20T19:55:16.00Z","requiredCore":"2.138.2","scm":"https://github.com/jenkinsci/pipeline-cloudwatch-logs-plugin","sha1":"Xna0qF7qHjm8jsFY7SdXeN3OqR8=","sha256":"aqmi2DOnYqk/lGhFc28VDWr4Jt2Bz1arvXwE2BmTjSE=","title":"Pipeline Logging over CloudWatch","url":"http://updates.jenkins-ci.org/download/plugins/pipeline-cloudwatch-logs/0.1/pipeline-cloudwatch-logs.hpi","version":"0.1","wiki":"https://plugins.jenkins.io/pipeline-cloudwatch-logs"},"pipeline-config-history":{"buildDate":"Jul 24, 2019","dependencies":[{"name":"workflow-aggregator","optional":false,"version":"2.6"}],"developers":[{"developerId":"robinschulz","email":"robin.schulz@1und1.de","name":"Robin Schulz"},{"developerId":"jochenafuerbacher","email":"jochen.fuerbacher@1und1.de","name":"Jochen A. Fuerbacher"},{"developerId":"stefanbrausch","email":"stefan.brausch@1und1.de","name":"Stefan Brausch"}],"excerpt":"Saves a copy of a pipeline's configuration on each pipeline config change.","gav":"org.jenkins-ci.plugins:pipeline-config-history:1.4","labels":[],"minimumJavaVersion":"1.8","name":"pipeline-config-history","previousTimestamp":"2019-05-31T06:26:10.00Z","previousVersion":"1.3","releaseTimestamp":"2019-07-24T05:59:45.00Z","requiredCore":"2.138.4","scm":"https://github.com/jenkinsci/pipeline-config-history-plugin","sha1":"BXIULS476ADQALNcAdK3iX40xZw=","sha256":"DjBX3ZhYroleDfDX2ia/x0leRMAEcgH5jyT8okGK180=","title":"Pipeline Configuration History","url":"http://updates.jenkins-ci.org/download/plugins/pipeline-config-history/1.4/pipeline-config-history.hpi","version":"1.4","wiki":"https://plugins.jenkins.io/pipeline-config-history"},"pipeline-dependency-walker":{"buildDate":"Mar 24, 2017","dependencies":[{"name":"maven-plugin","optional":false,"version":"2.13"},{"name":"workflow-cps","optional":false,"version":"2.23"},{"name":"workflow-step-api","optional":false,"version":"2.6"},{"name":"workflow-support","optional":false,"version":"2.11"},{"name":"config-file-provider","optional":false,"version":"2.9.3"},{"name":"git","optional":false,"version":"3.0.1"}],"developers":[{"developerId":"estarter","email":"estarter@gmail.com","name":"Alexey Merezhin"}],"excerpt":"Plugin allows to execute a pipeline task for the job and all its downstream jobs.","gav":"org.jenkins-ci.plugins:pipeline-dependency-walker:1.0.0","labels":[],"name":"pipeline-dependency-walker","releaseTimestamp":"2017-03-24T21:50:35.00Z","requiredCore":"1.642.4","scm":"https://github.com/jenkinsci/pipeline-dependency-walker-plugin","sha1":"BKPhCsxqNopAsQPUIoJCHW8MDfE=","sha256":"RCFU1WouNet2n7cKnM3/cW2zb3jscTmPq13sCyO7BOI=","title":"Pipeline Dependency Walker","url":"http://updates.jenkins-ci.org/download/plugins/pipeline-dependency-walker/1.0.0/pipeline-dependency-walker.hpi","version":"1.0.0","wiki":"https://plugins.jenkins.io/pipeline-dependency-walker"},"pipeline-deploymon":{"buildDate":"Jan 08, 2018","dependencies":[{"name":"workflow-step-api","optional":false,"version":"2.4"},{"name":"credentials","optional":false,"version":"2.1.0"},{"name":"workflow-cps","optional":false,"version":"2.24"},{"name":"plain-credentials","optional":false,"version":"1.1"}],"developers":[{"developerId":"hoegertn","email":"thorsten.hoeger@taimos.de","name":"Thorsten Hoeger"}],"excerpt":"","gav":"de.taimos:pipeline-deploymon:1.0","labels":[],"name":"pipeline-deploymon","releaseTimestamp":"2018-01-08T12:51:13.00Z","requiredCore":"2.7.4","scm":"https://github.com/jenkinsci/pipeline-deploymon-plugin","sha1":"0bKTQvAjmb4wp7nAyPq5ooJhBNI=","sha256":"fdYrLYRqKIu7cMGL0qFJTEikXzu4h/TM/sDv9/1d2Pc=","title":"Pipeline: Deploymon.io Steps","url":"http://updates.jenkins-ci.org/download/plugins/pipeline-deploymon/1.0/pipeline-deploymon.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/pipeline-deploymon"},"pipeline-giphy-api":{"buildDate":"Sep 28, 2018","dependencies":[{"name":"workflow-step-api","optional":false,"version":"2.16"},{"name":"credentials","optional":false,"version":"2.1.7"},{"name":"plain-credentials","optional":false,"version":"1.4"},{"name":"scm-api","optional":false,"version":"1.3"}],"developers":[{"developerId":"aviadlevy","email":"aviadlevy1@gmail.com","name":"Aviad Levy"}],"excerpt":"Giphy API Plugin","gav":"org.jenkins-ci.plugins:pipeline-giphy-api:2.0.0","labels":[],"name":"pipeline-giphy-api","previousTimestamp":"2018-09-12T20:53:24.00Z","previousVersion":"1.0.1","releaseTimestamp":"2018-09-28T14:05:19.00Z","requiredCore":"2.7.4","scm":"https://github.com/jenkinsci/pipeline-giphy-api-plugin","sha1":"vwXRW0zMw6RKRJuUjuPgHvGSHWA=","sha256":"ZPbRBK6QDGB+Pq5WwSnHkdKRp+7/LFQCk1o+O3pm/3g=","title":"Giphy API","url":"http://updates.jenkins-ci.org/download/plugins/pipeline-giphy-api/2.0.0/pipeline-giphy-api.hpi","version":"2.0.0","wiki":"https://plugins.jenkins.io/pipeline-giphy-api"},"pipeline-github":{"buildDate":"Feb 23, 2019","dependencies":[{"name":"workflow-cps","optional":false,"version":"2.53"},{"name":"workflow-job","optional":false,"version":"2.21"},{"name":"workflow-step-api","optional":false,"version":"2.15"},{"name":"github-branch-source","optional":false,"version":"2.3.6"},{"name":"scm-api","optional":false,"version":"2.2.7"},{"name":"structs","optional":false,"version":"1.14"}],"developers":[{"developerId":"aaronwhiteside"}],"excerpt":"Allows programmatic access to GitHub via new global variables in pipeline builds.","gav":"org.jenkins-ci.plugins:pipeline-github:2.5","labels":[],"name":"pipeline-github","previousTimestamp":"2019-02-22T10:01:29.00Z","previousVersion":"2.4","releaseTimestamp":"2019-02-23T10:42:15.00Z","requiredCore":"2.128","scm":"https://github.com/jenkinsci/pipeline-github-plugin","sha1":"PE0tfqGfctmRjOHRhsKjhefKBk0=","sha256":"TciiyHubxnY9vtESbyuIsyv5S4A94OEcEAblT9MZBPA=","title":"Pipeline: GitHub","url":"http://updates.jenkins-ci.org/download/plugins/pipeline-github/2.5/pipeline-github.hpi","version":"2.5","wiki":"https://plugins.jenkins.io/pipeline-github"},"pipeline-github-lib":{"buildDate":"Jan 16, 2017","dependencies":[{"name":"workflow-cps-global-lib","optional":false,"version":"2.5"},{"name":"git","optional":false,"version":"3.0.2"}],"developers":[{"developerId":"stephenc"}],"excerpt":"Allows Pipeline Grrovy libraries to be loaded on the fly from GitHub.","gav":"org.jenkins-ci.plugins:pipeline-github-lib:1.0","labels":[],"name":"pipeline-github-lib","releaseTimestamp":"2017-01-16T17:29:04.00Z","requiredCore":"1.642.3","scm":"https://github.com/jenkinsci/pipeline-github-lib-plugin","sha1":"KyCdLYYd7CHYN4vIoedEPzkhd5Q=","sha256":"R8VuUsDZTkFgK/z/RmBIPAYMa1POuHLr02ZF56LzCFE=","title":"Pipeline: GitHub Groovy Libraries","url":"http://updates.jenkins-ci.org/download/plugins/pipeline-github-lib/1.0/pipeline-github-lib.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/pipeline-github-lib"},"pipeline-githubnotify-step":{"buildDate":"Feb 08, 2018","dependencies":[{"name":"workflow-aggregator","optional":false,"version":"1.15"},{"name":"credentials","optional":false,"version":"2.1.5"},{"name":"display-url-api","optional":false,"version":"0.5"},{"name":"git","optional":false,"version":"2.4.0"},{"name":"github-api","optional":false,"version":"1.90"},{"name":"github-branch-source","optional":false,"version":"1.10.1"}],"developers":[{"developerId":"raul-arabaolaza","email":"rarabaolaza@cloudbees.com","name":"Raul Arabaolaza"}],"excerpt":"Plugin that provides a GitHub status notification step","gav":"org.jenkins-ci.plugins:pipeline-githubnotify-step:1.0.4","labels":["notifier"],"name":"pipeline-githubnotify-step","previousTimestamp":"2017-08-16T18:00:45.00Z","previousVersion":"1.0.3","releaseTimestamp":"2018-02-08T08:47:16.00Z","requiredCore":"1.642.3","scm":"https://github.com/jenkinsci/pipeline-githubnotify-step-plugin","sha1":"iDOtujH3b+BuPmdAFvAppZwTgv4=","sha256":"OamBQda5vSF8x4cr5N9SfCh1zF2iegEL5r4oU31SZGo=","title":"Pipeline GitHub Notify Step","url":"http://updates.jenkins-ci.org/download/plugins/pipeline-githubnotify-step/1.0.4/pipeline-githubnotify-step.hpi","version":"1.0.4","wiki":"https://plugins.jenkins.io/pipeline-githubnotify-step"},"pipeline-gitstatuswrapper":{"buildDate":"May 02, 2019","dependencies":[{"name":"github-branch-source","optional":false,"version":"2.2.3"}],"developers":[{"developerId":"hello_woof"}],"excerpt":"Plugin that provides wrappers for github statuses","gav":"org.jenkins-ci.plugins:pipeline-gitstatuswrapper:1.2.0","labels":[],"name":"pipeline-gitstatuswrapper","previousTimestamp":"2019-05-02T04:03:31.00Z","previousVersion":"1.1.0","releaseTimestamp":"2019-05-02T04:25:30.00Z","requiredCore":"2.73.3","scm":"https://github.com/jenkinsci/pipeline-gitstatuswrapper-plugin","sha1":"jrzrkHohN+BafoD28oN1vB1xaB0=","sha256":"ARGYzqNjL/SlsMyT+w/8j92dQTZoYIl3WNh7BLd8gFw=","title":"GitHub Status Wrapper","url":"http://updates.jenkins-ci.org/download/plugins/pipeline-gitstatuswrapper/1.2.0/pipeline-gitstatuswrapper.hpi","version":"1.2.0","wiki":"https://plugins.jenkins.io/pipeline-gitstatuswrapper"},"pipeline-graph-analysis":{"buildDate":"May 15, 2019","dependencies":[{"name":"workflow-api","optional":false,"version":"2.34"},{"name":"workflow-cps","optional":false,"version":"2.65"},{"name":"workflow-job","optional":false,"version":"2.32"},{"name":"workflow-step-api","optional":false,"version":"2.19"},{"name":"workflow-support","optional":false,"version":"3.2"},{"name":"pipeline-input-step","optional":false,"version":"2.8"},{"name":"pipeline-stage-step","optional":false,"version":"2.3"},{"name":"scm-api","optional":false,"version":"2.2.7"},{"name":"structs","optional":false,"version":"1.17"}],"developers":[{"developerId":"dnusbaum"}],"excerpt":"Provides a REST API to access pipeline and pipeline run data.","gav":"org.jenkins-ci.plugins:pipeline-graph-analysis:1.10","labels":["pipeline-graph-analysis"],"minimumJavaVersion":"1.8","name":"pipeline-graph-analysis","previousTimestamp":"2018-11-14T20:41:22.00Z","previousVersion":"1.9","releaseTimestamp":"2019-05-15T17:02:45.00Z","requiredCore":"2.138.4","scm":"https://github.com/jenkinsci/pipeline-graph-analysis-plugin/","sha1":"ZgNER3bYyYruS0j+SYv51Wsr4KQ=","sha256":"8CiXNErp8zoOM4uIHfgqxkwxhQLvF6OHYHRqaQmTLK4=","title":"Pipeline Graph Analysis","url":"http://updates.jenkins-ci.org/download/plugins/pipeline-graph-analysis/1.10/pipeline-graph-analysis.hpi","version":"1.10","wiki":"https://plugins.jenkins.io/pipeline-graph-analysis"},"pipeline-input-step":{"buildDate":"Aug 27, 2019","dependencies":[{"name":"workflow-api","optional":false,"version":"2.35"},{"name":"workflow-step-api","optional":false,"version":"2.20"},{"name":"workflow-support","optional":false,"version":"3.3"},{"name":"credentials","optional":false,"version":"2.3.0"}],"developers":[{"developerId":"dnusbaum"}],"excerpt":"Adds the Pipeline step input<\/code> to wait for human input or approval.","gav":"org.jenkins-ci.plugins:pipeline-input-step:2.11","labels":["misc"],"minimumJavaVersion":"1.8","name":"pipeline-input-step","previousTimestamp":"2019-03-18T20:01:42.00Z","previousVersion":"2.10","releaseTimestamp":"2019-08-27T20:50:46.00Z","requiredCore":"2.138.4","scm":"https://github.com/jenkinsci/pipeline-input-step-plugin","sha1":"COVbko3EtlvHbsMP1zqkXUliQRw=","sha256":"Zh7onVPbKosQTZRhGc4Z+h89M3R/zuz2CdbQePPZvw8=","title":"Pipeline: Input Step","url":"http://updates.jenkins-ci.org/download/plugins/pipeline-input-step/2.11/pipeline-input-step.hpi","version":"2.11","wiki":"https://plugins.jenkins.io/pipeline-input-step"},"pipeline-maven":{"buildDate":"Aug 04, 2019","dependencies":[{"name":"h2-api","optional":false,"version":"1.4.199"},{"name":"mysql-api","optional":true,"version":"8.0.16"},{"name":"postgresql-api","optional":true,"version":"42.2.5"},{"name":"maven-plugin","optional":true,"version":"3.1.2"},{"name":"workflow-api","optional":false,"version":"2.32"},{"name":"workflow-job","optional":false,"version":"2.29"},{"name":"workflow-step-api","optional":false,"version":"2.16"},{"name":"branch-api","optional":false,"version":"2.0.20.1"},{"name":"cloudbees-folder","optional":false,"version":"6.6"},{"name":"config-file-provider","optional":false,"version":"3.5"},{"name":"credentials","optional":false,"version":"2.1.19"},{"name":"htmlpublisher","optional":true,"version":"1.16"},{"name":"jacoco","optional":true,"version":"3.0.3"},{"name":"jgiven","optional":true,"version":"0.15.1"},{"name":"junit-attachments","optional":true,"version":"1.4.2"},{"name":"junit","optional":true,"version":"1.26.1"},{"name":"matrix-project","optional":true,"version":"1.14"},{"name":"maven-invoker-plugin","optional":true,"version":"2.4"},{"name":"pipeline-build-step","optional":true,"version":"2.7"},{"name":"script-security","optional":false,"version":"1.54.1"},{"name":"structs","optional":false,"version":"1.17"},{"name":"findbugs","optional":true,"version":"4.70"},{"name":"tasks","optional":true,"version":"4.51"}],"developers":[{"developerId":"cleclerc","email":"cleclerc@cloudbees.com","name":"Cyrille Le Clerc"},{"developerId":"alvarolobato","email":"alobato@cloudbees.com","name":"Alvaro Lobato"}],"excerpt":"This plugin provides integration with Pipeline, configures maven environment to use within a pipeline job by calling sh mvn or bat mvn. The selected maven installation will be configured and prepended to the path.","gav":"org.jenkins-ci.plugins:pipeline-maven:3.8.1","labels":["maven","pipeline"],"minimumJavaVersion":"1.8","name":"pipeline-maven","previousTimestamp":"2019-06-24T10:33:20.00Z","previousVersion":"3.8.0","releaseTimestamp":"2019-08-04T17:51:42.00Z","requiredCore":"2.138.4","scm":"https://github.com/jenkinsci/pipeline-maven-plugin/pipeline-maven","sha1":"3mTWWol2eCdhXHg2rPjzLZMmz4o=","sha256":"VzyCBxorDgQeRzj5bxsVMbgr4fWdm71oVAPNQmqAgjc=","title":"Pipeline Maven Integration","url":"http://updates.jenkins-ci.org/download/plugins/pipeline-maven/3.8.1/pipeline-maven.hpi","version":"3.8.1","wiki":"https://plugins.jenkins.io/pipeline-maven"},"pipeline-milestone-step":{"buildDate":"Mar 28, 2017","dependencies":[{"name":"workflow-api","optional":false,"version":"2.11"},{"name":"workflow-step-api","optional":false,"version":"2.9"}],"developers":[{"developerId":"amuniz"}],"excerpt":"Plugin that provides the milestone step","gav":"org.jenkins-ci.plugins:pipeline-milestone-step:1.3.1","labels":[],"name":"pipeline-milestone-step","previousTimestamp":"2016-12-28T12:10:20.00Z","previousVersion":"1.3","releaseTimestamp":"2017-03-28T17:10:18.00Z","requiredCore":"1.642.3","scm":"https://github.com/jenkinsci/pipeline-milestone-step-plugin","sha1":"FWCynSUvEN/1OSGtQL9YN9WAMlA=","sha256":"06JmKbZWghxgoU/kA6uK/FDwhOM4QG28J+K2tAP3yyA=","title":"Pipeline: Milestone Step","url":"http://updates.jenkins-ci.org/download/plugins/pipeline-milestone-step/1.3.1/pipeline-milestone-step.hpi","version":"1.3.1","wiki":"https://plugins.jenkins.io/pipeline-milestone-step"},"pipeline-model-api":{"buildDate":"Jun 07, 2019","dependencies":[{"name":"workflow-step-api","optional":false,"version":"2.20"},{"name":"jackson2-api","optional":false,"version":"2.9.8"},{"name":"structs","optional":false,"version":"1.19"}],"developers":[{"developerId":"abayer","name":"Andrew Bayer"}],"excerpt":"Model API for Declarative Pipeline.","gav":"org.jenkinsci.plugins:pipeline-model-api:1.3.9","labels":["pipeline","misc"],"minimumJavaVersion":"1.8","name":"pipeline-model-api","previousTimestamp":"2019-04-15T15:18:00.00Z","previousVersion":"1.3.8","releaseTimestamp":"2019-06-07T17:08:06.00Z","requiredCore":"2.150.1","scm":"https://github.com/jenkinsci/pipeline-model-definition-plugin","sha1":"H2gVC6x5QASuLIlEj21xU/fcGHA=","sha256":"pRYajBV4eL66rRqxgqfbqHjaDsEbd6uCgkiG/G1vhWc=","title":"Pipeline: Model API","url":"http://updates.jenkins-ci.org/download/plugins/pipeline-model-api/1.3.9/pipeline-model-api.hpi","version":"1.3.9","wiki":"https://plugins.jenkins.io/pipeline-model-api"},"pipeline-model-declarative-agent":{"buildDate":"Mar 14, 2017","dependencies":[{"name":"pipeline-model-extensions","optional":false,"version":"1.1.1"}],"developers":[{"developerId":"abayer","name":"Andrew Bayer"}],"excerpt":"Replaced by Pipeline: Declarative Extension Points API plugin.","gav":"org.jenkinsci.plugins:pipeline-model-declarative-agent:1.1.1","labels":["pipeline","misc"],"name":"pipeline-model-declarative-agent","previousTimestamp":"2017-03-13T18:18:22.00Z","previousVersion":"1.1","releaseTimestamp":"2017-03-14T05:35:48.00Z","requiredCore":"2.7.1","scm":"https://github.com/jenkinsci/pipeline-model-definition-plugin","sha1":"iWUd9kq5vTJpAIWYxI96tUsHNag=","sha256":"1VQMOXO/X1aJEPk7OgAsQTFIudPdQhHOX69KKhIU1O8=","title":"Pipeline: Declarative Agent API","url":"http://updates.jenkins-ci.org/download/plugins/pipeline-model-declarative-agent/1.1.1/pipeline-model-declarative-agent.hpi","version":"1.1.1","wiki":"https://plugins.jenkins.io/pipeline-model-declarative-agent"},"pipeline-model-definition":{"buildDate":"Jun 07, 2019","compatibleSinceVersion":"1.2-beta-4","dependencies":[{"name":"workflow-api","optional":false,"version":"2.34"},{"name":"workflow-basic-steps","optional":false,"version":"2.18"},{"name":"workflow-cps-global-lib","optional":false,"version":"2.9"},{"name":"workflow-cps","optional":false,"version":"2.70"},{"name":"workflow-durable-task-step","optional":false,"version":"2.31"},{"name":"workflow-multibranch","optional":false,"version":"2.16"},{"name":"workflow-scm-step","optional":false,"version":"2.6"},{"name":"workflow-support","optional":false,"version":"3.3"},{"name":"credentials-binding","optional":false,"version":"1.13"},{"name":"credentials","optional":false,"version":"2.1.16"},{"name":"docker-workflow","optional":false,"version":"1.14"},{"name":"git-client","optional":false,"version":"2.7.0"},{"name":"mailer","optional":false,"version":"1.20"},{"name":"pipeline-input-step","optional":false,"version":"2.8"},{"name":"pipeline-stage-step","optional":false,"version":"2.3"},{"name":"scm-api","optional":false,"version":"2.2.7"},{"name":"pipeline-model-api","optional":false,"version":"1.3.9"},{"name":"pipeline-model-declarative-agent","optional":false,"version":"1.1.1"},{"name":"pipeline-model-extensions","optional":false,"version":"1.3.9"},{"name":"pipeline-stage-tags-metadata","optional":false,"version":"1.3.9"}],"developers":[{"developerId":"abayer","name":"Andrew Bayer"}],"excerpt":"An opinionated, declarative Pipeline.","gav":"org.jenkinsci.plugins:pipeline-model-definition:1.3.9","labels":["pipeline","misc"],"minimumJavaVersion":"1.8","name":"pipeline-model-definition","previousTimestamp":"2019-04-15T15:19:00.00Z","previousVersion":"1.3.8","releaseTimestamp":"2019-06-07T17:08:45.00Z","requiredCore":"2.150.1","scm":"https://github.com/jenkinsci/pipeline-model-definition-plugin","sha1":"pL45wDqLqgNzPXhPsucfY4+smng=","sha256":"RcnuO8PtjWSNTBNuJfO67OnI/9+xd3ujvbwICEwSySQ=","title":"Pipeline: Declarative","url":"http://updates.jenkins-ci.org/download/plugins/pipeline-model-definition/1.3.9/pipeline-model-definition.hpi","version":"1.3.9","wiki":"https://plugins.jenkins.io/pipeline-model-definition"},"pipeline-model-extensions":{"buildDate":"Jun 07, 2019","compatibleSinceVersion":"1.2-beta-4","dependencies":[{"name":"workflow-cps","optional":false,"version":"2.70"},{"name":"workflow-job","optional":false,"version":"2.26"},{"name":"credentials-binding","optional":false,"version":"1.13"},{"name":"credentials","optional":false,"version":"2.1.16"},{"name":"pipeline-stage-step","optional":false,"version":"2.3"},{"name":"pipeline-model-api","optional":false,"version":"1.3.9"}],"developers":[{"developerId":"abayer","name":"Andrew Bayer"}],"excerpt":"APIs for extension points used in Declarative Pipelines.","gav":"org.jenkinsci.plugins:pipeline-model-extensions:1.3.9","labels":[],"minimumJavaVersion":"1.8","name":"pipeline-model-extensions","previousTimestamp":"2019-04-15T15:18:13.00Z","previousVersion":"1.3.8","releaseTimestamp":"2019-06-07T17:08:15.00Z","requiredCore":"2.150.1","scm":"https://github.com/jenkinsci/pipeline-model-definition-plugin","sha1":"gsEr6kxiXR74GWzCpfYdUtD4ah4=","sha256":"y+Uz00RfUiz2EOf0ZGYvO8QXdEOe2yk5w8vlORJpZnA=","title":"Pipeline: Declarative Extension Points API","url":"http://updates.jenkins-ci.org/download/plugins/pipeline-model-extensions/1.3.9/pipeline-model-extensions.hpi","version":"1.3.9","wiki":"https://plugins.jenkins.io/pipeline-model-extensions"},"pipeline-multibranch-defaults":{"buildDate":"Oct 01, 2018","compatibleSinceVersion":"2.0","dependencies":[{"name":"workflow-api","optional":false,"version":"2.29"},{"name":"workflow-cps","optional":false,"version":"2.56"},{"name":"workflow-job","optional":false,"version":"2.25"},{"name":"workflow-multibranch","optional":false,"version":"2.20"},{"name":"branch-api","optional":false,"version":"2.0.20"},{"name":"cloudbees-folder","optional":false,"version":"6.6"},{"name":"config-file-provider","optional":false,"version":"3.2"},{"name":"scm-api","optional":false,"version":"2.2.8"}],"developers":[{"developerId":"sag47","email":"sam.mxracer@gmail.com","name":"Sam Gleske"}],"excerpt":"Enhances Pipeline plugin to handle branches better by automatically grouping builds from different branches. Supports enable one default pipeline","gav":"org.jenkins-ci.plugins:pipeline-multibranch-defaults:2.0","labels":["cli","trigger","misc","scm-related","slaves"],"name":"pipeline-multibranch-defaults","previousTimestamp":"2017-01-05T15:10:01.00Z","previousVersion":"1.1","releaseTimestamp":"2018-10-01T07:50:59.00Z","requiredCore":"2.130","scm":"https://github.com/jenkinsci/pipeline-multibranch-defaults-plugin","sha1":"URE37qWTRYorz9W7ZUp27KalDho=","sha256":"a0cja3UmQYr5zW5tDKwKCMQba3sBwSmPBeZ3ynm15a4=","title":"Pipeline: Multibranch with defaults","url":"http://updates.jenkins-ci.org/download/plugins/pipeline-multibranch-defaults/2.0/pipeline-multibranch-defaults.hpi","version":"2.0","wiki":"https://plugins.jenkins.io/pipeline-multibranch-defaults"},"pipeline-npm":{"buildDate":"Dec 14, 2017","dependencies":[{"name":"workflow-step-api","optional":false,"version":"2.9"},{"name":"config-file-provider","optional":false,"version":"2.16.0"}],"developers":[{"developerId":"timdowney","email":"timothy.downey@gmail.com","name":"Tim Downey"}],"excerpt":"This plugin provides integration with Pipeline, configures npm environment to use within a pipeline job by calling sh npm or bat npm. The select npmrc will be configured and placed in the workspace prior to the build in order to take precedence over any user or global npmrc.","gav":"org.jenkins-ci.plugins:pipeline-npm:0.9.2","labels":["pipeline","npm"],"name":"pipeline-npm","previousTimestamp":"2017-02-10T21:22:39.00Z","previousVersion":"0.9.1","releaseTimestamp":"2017-12-14T14:05:23.00Z","requiredCore":"2.7.1","scm":"https://github.com/jenkinsci/pipeline-npm-plugin","sha1":"KdVMP/YUNo+l6KoJEbDDR7SwOzg=","sha256":"r6QMjny4Pwp7x/KxhDdRhgGJnIb2/Tzl0jrthnfKJ2w=","title":"Pipeline NPM Integration","url":"http://updates.jenkins-ci.org/download/plugins/pipeline-npm/0.9.2/pipeline-npm.hpi","version":"0.9.2","wiki":"https://plugins.jenkins.io/pipeline-npm"},"pipeline-rest-api":{"buildDate":"Aug 06, 2019","dependencies":[{"name":"workflow-api","optional":false,"version":"2.24"},{"name":"workflow-job","optional":false,"version":"2.12"},{"name":"workflow-step-api","optional":false,"version":"2.14"},{"name":"workflow-support","optional":false,"version":"2.14"},{"name":"jackson2-api","optional":false,"version":"2.7.3"},{"name":"pipeline-graph-analysis","optional":false,"version":"1.4"},{"name":"pipeline-input-step","optional":false,"version":"2.8"},{"name":"pipeline-stage-step","optional":false,"version":"2.3"}],"developers":[{"developerId":"olamy"}],"excerpt":"Provides a REST API to access pipeline and pipeline run data.","gav":"org.jenkins-ci.plugins.pipeline-stage-view:pipeline-rest-api:2.12","labels":["ui"],"minimumJavaVersion":"1.8","name":"pipeline-rest-api","previousTimestamp":"2019-04-18T23:54:24.00Z","previousVersion":"2.11","releaseTimestamp":"2019-08-06T03:44:01.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/pipeline-stage-view-plugin","sha1":"+puQkiLkMMoxKBkfxfY2W18w6lY=","sha256":"7jUPZAR2pvqpitZCLgj/ni1c0qDGF+YWfsC6KFD+O+o=","title":"Pipeline: REST API","url":"http://updates.jenkins-ci.org/download/plugins/pipeline-rest-api/2.12/pipeline-rest-api.hpi","version":"2.12","wiki":"https://plugins.jenkins.io/pipeline-rest-api"},"pipeline-stage-step":{"buildDate":"Nov 02, 2017","dependencies":[{"name":"workflow-api","optional":false,"version":"2.15"},{"name":"workflow-step-api","optional":false,"version":"2.11"},{"name":"scm-api","optional":false,"version":"2.0.7"},{"name":"structs","optional":false,"version":"1.6"}],"developers":[{"developerId":"abayer"}],"excerpt":"Adds the Pipeline step stage<\/code> to delineate portions of a build.","gav":"org.jenkins-ci.plugins:pipeline-stage-step:2.3","labels":["pipeline","misc"],"name":"pipeline-stage-step","previousTimestamp":"2016-08-30T15:48:32.00Z","previousVersion":"2.2","releaseTimestamp":"2017-11-02T16:51:34.00Z","requiredCore":"1.642.3","scm":"https://github.com/jenkinsci/pipeline-stage-step-plugin","sha1":"sD70QLlZV/OzfG9r7zQNS1vOYtk=","sha256":"9sqrkHQmZCibDLV7J3VcO4uWPDdkiUEp+5VO+/eW0xA=","title":"Pipeline: Stage Step","url":"http://updates.jenkins-ci.org/download/plugins/pipeline-stage-step/2.3/pipeline-stage-step.hpi","version":"2.3","wiki":"https://plugins.jenkins.io/pipeline-stage-step"},"pipeline-stage-tags-metadata":{"buildDate":"Jun 07, 2019","dependencies":[{"name":"workflow-api","optional":false,"version":"2.34"}],"developers":[{"developerId":"abayer","name":"Andrew Bayer"}],"excerpt":"Library plugin for Pipeline stage tag metadata.","gav":"org.jenkinsci.plugins:pipeline-stage-tags-metadata:1.3.9","labels":["pipeline","misc"],"minimumJavaVersion":"1.8","name":"pipeline-stage-tags-metadata","previousTimestamp":"2019-04-15T15:17:51.00Z","previousVersion":"1.3.8","releaseTimestamp":"2019-06-07T17:07:54.00Z","requiredCore":"2.150.1","scm":"https://github.com/jenkinsci/pipeline-model-definition-plugin","sha1":"bFg76DSa7Jo9Cetmjrs7MTj1LbY=","sha256":"fv6MZ4mLdXrrRffxfXfBo1KOazbkZVIZvX/P2tAJLpc=","title":"Pipeline: Stage Tags Metadata","url":"http://updates.jenkins-ci.org/download/plugins/pipeline-stage-tags-metadata/1.3.9/pipeline-stage-tags-metadata.hpi","version":"1.3.9","wiki":"https://plugins.jenkins.io/pipeline-stage-tags-metadata"},"pipeline-stage-view":{"buildDate":"Aug 06, 2019","dependencies":[{"name":"pipeline-rest-api","optional":false,"version":"2.12"},{"name":"workflow-api","optional":false,"version":"2.24"},{"name":"workflow-job","optional":false,"version":"2.12"},{"name":"handlebars","optional":false,"version":"1.1.1"},{"name":"jquery-detached","optional":false,"version":"1.2.1"},{"name":"momentjs","optional":false,"version":"1.1"}],"developers":[{"developerId":"olamy"}],"excerpt":"Pipeline Stage View Plugin.","gav":"org.jenkins-ci.plugins.pipeline-stage-view:pipeline-stage-view:2.12","labels":["ui"],"minimumJavaVersion":"1.8","name":"pipeline-stage-view","previousTimestamp":"2019-04-18T23:56:53.00Z","previousVersion":"2.11","releaseTimestamp":"2019-08-06T03:46:13.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/pipeline-stage-view-plugin","sha1":"5RrjQD4FvIK+/ZHJxTS0hPfMQfU=","sha256":"GQ/MtgCGtl9Lxe5HUyjJdDdta5qwWVf48P4TL8rWbuk=","title":"Pipeline: Stage View","url":"http://updates.jenkins-ci.org/download/plugins/pipeline-stage-view/2.12/pipeline-stage-view.hpi","version":"2.12","wiki":"https://plugins.jenkins.io/pipeline-stage-view"},"pipeline-timeline":{"buildDate":"Feb 01, 2019","dependencies":[{"name":"workflow-job","optional":false,"version":"2.0"},{"name":"workflow-step-api","optional":false,"version":"2.1"}],"developers":[{"developerId":"mcataford","email":"marc.cataford@tophatmonocle.com","name":"Marc Cataford"}],"excerpt":"An interactive build timeline to help you visualize your build pipeline and identify bottlenecks.","gav":"io.jenkins.plugins:pipeline-timeline:1.0.3","labels":[],"name":"pipeline-timeline","previousTimestamp":"2019-01-25T02:13:57.00Z","previousVersion":"1.0.2","releaseTimestamp":"2019-02-01T20:18:04.00Z","requiredCore":"2.7.3","scm":"https://github.com/jenkinsci/pipeline-timeline-plugin","sha1":"NqTOz79W9A2L/i9s/la4gXZIjx8=","sha256":"5T8hbQFQp8A8f4B+bqWc9jqjnyzL8N7jsw186FUzeMU=","title":"Pipeline timeline","url":"http://updates.jenkins-ci.org/download/plugins/pipeline-timeline/1.0.3/pipeline-timeline.hpi","version":"1.0.3","wiki":"https://plugins.jenkins.io/pipeline-timeline"},"pipeline-utility-steps":{"buildDate":"Mar 07, 2019","dependencies":[{"name":"workflow-api","optional":false,"version":"2.31"},{"name":"workflow-cps","optional":true,"version":"2.58"},{"name":"workflow-step-api","optional":false,"version":"2.19"},{"name":"scm-api","optional":false,"version":"2.2.6"},{"name":"script-security","optional":false,"version":"1.46"},{"name":"structs","optional":false,"version":"1.17"}],"developers":[{"developerId":"rsandell","email":"rsandell@cloudbees.com","name":"Robert Sandell"}],"excerpt":"Utility steps for pipeline jobs.","gav":"org.jenkins-ci.plugins:pipeline-utility-steps:2.3.0","labels":["builder","misc"],"minimumJavaVersion":"1.8","name":"pipeline-utility-steps","previousTimestamp":"2018-11-07T16:05:53.00Z","previousVersion":"2.2.0","releaseTimestamp":"2019-03-07T17:00:09.00Z","requiredCore":"2.121.2","scm":"https://github.com/jenkinsci/pipeline-utility-steps-plugin","sha1":"W+5+rpMOqvSn+aZTy4eCsmfbHkY=","sha256":"eZP9HnMUH+vaDXhijgt03xYqBuP1fRGY2ez+WapOyZw=","title":"Pipeline Utility Steps","url":"http://updates.jenkins-ci.org/download/plugins/pipeline-utility-steps/2.3.0/pipeline-utility-steps.hpi","version":"2.3.0","wiki":"https://plugins.jenkins.io/pipeline-utility-steps"},"pitmutation":{"buildDate":"May 16, 2018","dependencies":[],"developers":[{"developerId":"ekimber","email":"edward.kimber@gmail.com","name":"Edward Kimber"},{"developerId":"gigaSproule","email":"benjamin@benjaminsproule.com","name":"Benjamin Sproule"}],"excerpt":"PIT mutation testing Jenkins plugin.","gav":"org.jenkins-ci.plugins:pitmutation:1.0-17","labels":["report"],"name":"pitmutation","previousTimestamp":"2017-12-31T14:46:43.00Z","previousVersion":"1.0-16","releaseTimestamp":"2018-05-16T16:13:51.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/pitmutation-plugin","sha1":"yXlL7eXgogBl4rznPrrujhCgJlA=","sha256":"37PsRQ+mbI1WTo7d45+qFFYfQYxpx/K5j433iJkDY+s=","title":"PIT Mutation","url":"http://updates.jenkins-ci.org/download/plugins/pitmutation/1.0-17/pitmutation.hpi","version":"1.0-17","wiki":"https://plugins.jenkins.io/pitmutation"},"piwikanalytics":{"buildDate":"May 20, 2016","dependencies":[],"developers":[{"developerId":"cfurmaniak","email":"christophe.furmaniak@gmail.com","name":"Christophe Furmaniak"}],"excerpt":"This plugin decorates all pages with piwik tracking code. See the plugin page<\/a> or the Piwik homepage<\/a>.","gav":"org.jenkins-ci.plugins:piwikanalytics:1.2.0","labels":["page-decorator"],"name":"piwikanalytics","previousTimestamp":"2013-03-17T20:14:17.00Z","previousVersion":"1.1.0","releaseTimestamp":"2016-05-20T06:56:46.00Z","requiredCore":"1.609.3","scm":"https://github.com/jenkinsci/piwikanalytics-plugin","sha1":"MrSQ7qc0UZXZIS+JDlQ7nllN8R8=","sha256":"WKc8lac+TMZ0IZYIF1RyL85p4Z6eSV3wfoTyXc/icDc=","title":"Piwik Analytics","url":"http://updates.jenkins-ci.org/download/plugins/piwikanalytics/1.2.0/piwikanalytics.hpi","version":"1.2.0","wiki":"https://plugins.jenkins.io/piwikanalytics"},"plain-credentials":{"buildDate":"Dec 11, 2018","dependencies":[{"name":"credentials","optional":false,"version":"2.1.16"}],"developers":[{"developerId":"jglick"}],"excerpt":"Allows use of plain strings and files as credentials.","gav":"org.jenkins-ci.plugins:plain-credentials:1.5","labels":[],"minimumJavaVersion":"1.8","name":"plain-credentials","previousTimestamp":"2017-02-15T17:06:46.00Z","previousVersion":"1.4","releaseTimestamp":"2018-12-11T14:23:00.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/plain-credentials-plugin","sha1":"O/aRUj4fPxaMGwIa3KqpU1/uo3A=","sha256":"Jd+taf8yi/8SGRNpwCFTUnE7sUosEtkGjKnMcFyLMNk=","title":"Plain Credentials","url":"http://updates.jenkins-ci.org/download/plugins/plain-credentials/1.5/plain-credentials.hpi","version":"1.5","wiki":"https://plugins.jenkins.io/plain-credentials"},"plasticscm-mergebot":{"buildDate":"Jun 12, 2019","dependencies":[{"name":"workflow-scm-step","optional":false,"version":"1.14.2"},{"name":"scm-api","optional":false,"version":"2.0.8"}],"developers":[{"developerId":"mig42","email":"mgonzalez@codicesoftware.com","name":"Miguel Gonzalez"},{"developerId":"miryamgsm","email":"mgomez@codicesoftware.com","name":"Miryam Gomez"},{"developerId":"rubarax","email":"rdealba@codicesoftware.com","name":"Ruben de Alba"},{"developerId":"jemagoga","email":"jgonzalez@codicesoftware.com","name":"Jesus Manuel Gonzalez"}],"excerpt":"Lightweight Plastic SCM plugin to enable actions from our mergebot feature.","gav":"org.jenkins-ci.plugins:plasticscm-mergebot:0.13","labels":[],"name":"plasticscm-mergebot","previousTimestamp":"2018-10-08T07:47:38.00Z","previousVersion":"0.12","releaseTimestamp":"2019-06-12T15:21:08.00Z","requiredCore":"2.7.3","scm":"https://github.com/jenkinsci/plasticscm-mergebot-plugin","sha1":"TP8teXkv7gaBxyGkgDfPXEJL1UI=","sha256":"4Jt5TAe5McBefVnd9fmMupAOQskL/XxKCpSpEZ6xRd4=","title":"MergeBot PlasticSCM","url":"http://updates.jenkins-ci.org/download/plugins/plasticscm-mergebot/0.13/plasticscm-mergebot.hpi","version":"0.13","wiki":"https://plugins.jenkins.io/plasticscm-mergebot"},"plasticscm-plugin":{"buildDate":"Aug 29, 2019","dependencies":[{"name":"workflow-scm-step","optional":false,"version":"2.9"},{"name":"scm-api","optional":false,"version":"2.4.1"}],"developers":[{"developerId":"mig42","email":"mgonzalez@codicesoftware.com","name":"Miguel Gonzalez"},{"developerId":"miryamgsm","email":"mgomez@codicesoftware.com","name":"Miryam Gomez"},{"developerId":"rubarax","email":"rdealba@codicesoftware.com","name":"Ruben de Alba"},{"developerId":"jemagoga","email":"jgonzalez@codicesoftware.com","name":"Jesus Manuel Gonzalez"}],"excerpt":"This plugin integrates Plastic SCM<\/a> with Jenkins.","gav":"org.jenkins-ci.plugins:plasticscm-plugin:3.2","labels":[],"minimumJavaVersion":"1.8","name":"plasticscm-plugin","previousTimestamp":"2019-08-26T08:23:08.00Z","previousVersion":"3.1","releaseTimestamp":"2019-08-29T13:59:50.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/plasticscm-plugin","sha1":"I85ak47qywlwZ5aqVOq2S4Y9fzw=","sha256":"41NKBqLvHRpFJlgLmr2UH4Tl2es8VuG/PgsOG5w3oHE=","title":"PlasticSCM","url":"http://updates.jenkins-ci.org/download/plugins/plasticscm-plugin/3.2/plasticscm-plugin.hpi","version":"3.2","wiki":"https://plugins.jenkins.io/plasticscm-plugin"},"platformlabeler":{"buildDate":"Jun 17, 2019","dependencies":[],"developers":[{"developerId":"MarkEWaite","email":"mark.earl.waite@gmail.com","name":"Mark Waite"}],"excerpt":"Assigns labels on nodes automatically based on the computer operating system.","gav":"org.jvnet.hudson.plugins:platformlabeler:3.2","labels":["misc"],"minimumJavaVersion":"1.8","name":"platformlabeler","previousTimestamp":"2019-06-15T15:19:50.00Z","previousVersion":"3.1","releaseTimestamp":"2019-06-17T01:22:47.00Z","requiredCore":"2.150.1","scm":"https://github.com/jenkinsci/platformlabeler-plugin","sha1":"Xr3RmJ4Cvo0armUyzX6aGKpwc2o=","sha256":"L8JlkyswEIqo4JiqPvWUXsxsI+iJkomOM7QkQYquews=","title":"platformlabeler","url":"http://updates.jenkins-ci.org/download/plugins/platformlabeler/3.2/platformlabeler.hpi","version":"3.2","wiki":"https://plugins.jenkins.io/platformlabeler"},"play-autotest-plugin":{"buildDate":"Feb 15, 2016","dependencies":[],"developers":[{"developerId":"rafaelrezend","email":"rafaelrezend@gmail.com","name":"Rafael Rezende"}],"excerpt":"This plugin allows Jenkins to execute several actions available in the Play Framework command-line.","gav":"org.jenkins-ci.plugins:play-autotest-plugin:1.0.2","labels":[],"name":"play-autotest-plugin","previousTimestamp":"2016-02-08T13:22:45.00Z","previousVersion":"1.0.1","releaseTimestamp":"2016-02-15T22:19:43.00Z","requiredCore":"1.580.1","scm":"https://github.com/jenkinsci/play-plugin","sha1":"l/BVVBmV2jhjMNtNdHNGszY0q8E=","sha256":"m6UNmhS95hNpqjrj6/AIFTW8lzH3MIE1oXt7hFsZNjc=","title":"Play Framework","url":"http://updates.jenkins-ci.org/download/plugins/play-autotest-plugin/1.0.2/play-autotest-plugin.hpi","version":"1.0.2","wiki":"https://plugins.jenkins.io/play-autotest-plugin"},"plot":{"buildDate":"Jun 14, 2019","dependencies":[{"name":"workflow-step-api","optional":false,"version":"2.12"},{"name":"junit","optional":false,"version":"1.20"},{"name":"matrix-project","optional":false,"version":"1.3"},{"name":"structs","optional":false,"version":"1.10"}],"developers":[{"developerId":"nidaley","name":"Nigel Daley"},{"developerId":"ericbn","name":"Eric Nielsen"},{"developerId":"vgaidarji","email":"veaceslav.gaidarji@gmail.com","name":"Veaceslav Gaidarji"}],"excerpt":"This plugin provides generic plotting (or graphing) capability.","gav":"org.jenkins-ci.plugins:plot:2.1.1","labels":["report","ui"],"name":"plot","previousTimestamp":"2018-06-04T11:27:49.00Z","previousVersion":"2.1.0","releaseTimestamp":"2019-06-14T05:44:16.00Z","requiredCore":"2.0","scm":"https://github.com/jenkinsci/plot-plugin","sha1":"o+2RE2XkcQVsc0Z4X+QOCx4rrpw=","sha256":"buzXuwOF2oRvlDMD4lUHtIrvmpkbasWpRNbj+RzVn2E=","title":"Plot","url":"http://updates.jenkins-ci.org/download/plugins/plot/2.1.1/plot.hpi","version":"2.1.1","wiki":"https://plugins.jenkins.io/plot"},"plugin-usage-plugin":{"buildDate":"Apr 22, 2018","dependencies":[],"developers":[{"developerId":"chrissy25","email":"chrissy25dev@gmail.com","name":"Christian Meyer"},{"developerId":"michallaskowski","email":"michal.laskowski.dev@gmail.com","name":"Michal Laskowski"}],"excerpt":"This plugin provides the possibility to analyze how often a plugin is being used in your jobs.","gav":"org.jenkins-ci.plugins:plugin-usage-plugin:0.4","labels":["misc"],"name":"plugin-usage-plugin","previousTimestamp":"2014-07-29T20:11:12.00Z","previousVersion":"0.3","releaseTimestamp":"2018-04-22T16:12:19.00Z","requiredCore":"1.625.1","scm":"https://github.com/jenkinsci/plugin-usage-plugin","sha1":"qI6X5wgHkDqMCwk8u106jCst9do=","sha256":"3EAjrC6U/BsBfUE1UuVc2ov5DMCyXrMCdkJSILhb+iQ=","title":"Plugin Usage","url":"http://updates.jenkins-ci.org/download/plugins/plugin-usage-plugin/0.4/plugin-usage-plugin.hpi","version":"0.4","wiki":"https://plugins.jenkins.io/plugin-usage-plugin"},"pmd":{"buildDate":"Dec 21, 2018","dependencies":[{"name":"maven-plugin","optional":false,"version":"2.17"},{"name":"dashboard-view","optional":true,"version":"2.9.4"},{"name":"matrix-project","optional":false,"version":"1.7.1"},{"name":"token-macro","optional":true,"version":"2.1"},{"name":"analysis-core","optional":false,"version":"1.94"}],"developers":[{"developerId":"drulli","email":"ullrich.hafner@gmail.com","name":"Ulli Hafner"}],"excerpt":"The PMD plug-in reached end-of-life. All functionality has been integrated into the Warnings Next Generation Plugin<\/a>.","gav":"org.jvnet.hudson.plugins:pmd:4.0.0","labels":["maven","report"],"name":"pmd","previousTimestamp":"2018-01-12T14:37:00.00Z","previousVersion":"3.50","releaseTimestamp":"2018-12-21T13:51:09.00Z","requiredCore":"1.625.1","scm":"https://github.com/jenkinsci/pmd-plugin","sha1":"8/jUhjNHNTk9UI3Oycwj11gr3xk=","sha256":"ZLoSdF7IJTeuu1Kd4jG1j2UIzdxrlTfHqUnhVpUJHLs=","title":"PMD","url":"http://updates.jenkins-ci.org/download/plugins/pmd/4.0.0/pmd.hpi","version":"4.0.0","wiki":"https://plugins.jenkins.io/pmd"},"polarion":{"buildDate":"Nov 03, 2011","dependencies":[{"name":"subversion","optional":false,"version":"2.0.1"}],"developers":[{"developerId":"jwray","name":"Jonny Wray"},{"developerId":"jieryn","email":"jieryn@gmail.com","name":"Jesse Farinacci"}],"excerpt":"This plugin integrates Polarion WebClient for SVN<\/a> with Hudson. Entries in change logs will be hyperlinked to the specified WebClient site.","gav":"org.jvnet.hudson.plugins:polarion:1.3","labels":["external"],"name":"polarion","releaseTimestamp":"2011-11-03T17:48:21.00Z","requiredCore":"1.392","scm":"https://github.com/jenkinsci/polarion-plugin","sha1":"yqnoigUhQZdM/7CiGFtDJzekqOk=","sha256":"m36RWLCBvMTgckeJ8w8P82H7i8T6VVKLgncSUvHCqRw=","title":"Polarion Webclient for SVN","url":"http://updates.jenkins-ci.org/download/plugins/polarion/1.3/polarion.hpi","version":"1.3","wiki":"https://plugins.jenkins.io/polarion"},"policycenter-gate-validator":{"buildDate":"Aug 02, 2016","dependencies":[],"developers":[{"developerId":"mattloveparasoft","email":"matt.love@parasoft.com","name":"Matt Love"},{"developerId":"sang_parasoft","email":"sang.seong@parasoft.com","name":"Sang Uk Seong"}],"excerpt":"This builder plugin is to check policy gate.","gav":"com.parasoft:policycenter-gate-validator:1.0.1","labels":["misc","builder"],"name":"policycenter-gate-validator","previousTimestamp":"2016-08-01T18:51:06.00Z","previousVersion":"1.0.0","releaseTimestamp":"2016-08-02T22:58:12.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/policycenter-gate-validator-plugin","sha1":"PTnEDIRtiRXq3q9DnfP6XpHm3yI=","sha256":"stC5paosC0ZzGFcctOLVn9M59kQTp47wtZrwBsFlsUs=","title":"Parasoft Policy Center Gate Check Validator","url":"http://updates.jenkins-ci.org/download/plugins/policycenter-gate-validator/1.0.1/policycenter-gate-validator.hpi","version":"1.0.1","wiki":"https://plugins.jenkins.io/policycenter-gate-validator"},"poll-mailbox-trigger-plugin":{"buildDate":"Oct 23, 2017","compatibleSinceVersion":"1.424","dependencies":[],"developers":[{"developerId":"nickg","email":"nickgrealy@gmail.com","name":"Nick Grealy"}],"excerpt":"A Jenkins plugin, to poll an email inbox, and trigger jobs based on new emails.","gav":"org.jenkins-ci.plugins:poll-mailbox-trigger-plugin:1.026","labels":["trigger"],"name":"poll-mailbox-trigger-plugin","previousTimestamp":"2016-08-05T11:46:40.00Z","previousVersion":"1.025","releaseTimestamp":"2017-10-23T22:50:01.00Z","requiredCore":"2.7.1","scm":"https://github.com/jenkinsci/poll-mailbox-trigger-plugin","sha1":"AckpOJz7bwS058h9+9d3m4+Xczc=","sha256":"nOW3maxSM4prcXAfS+kLzvgiKZmUD6aBnG2ZPdLGVbM=","title":"Poll Mailbox Trigger","url":"http://updates.jenkins-ci.org/download/plugins/poll-mailbox-trigger-plugin/1.026/poll-mailbox-trigger-plugin.hpi","version":"1.026","wiki":"https://plugins.jenkins.io/poll-mailbox-trigger-plugin"},"pollscm":{"buildDate":"Jul 07, 2017","dependencies":[],"developers":[{"developerId":"vlatombe","email":"vincent.latombe@gmail.com","name":"Vincent Latombe"}],"excerpt":"This plugin adds a Poll Now button to your job when Poll SCM option is enabled.","gav":"org.jenkins-ci.plugins:pollscm:1.3.1","labels":[],"name":"pollscm","previousTimestamp":"2016-06-01T14:12:02.00Z","previousVersion":"1.3","releaseTimestamp":"2017-07-07T07:45:25.00Z","requiredCore":"1.580.3","scm":"https://github.com/jenkinsci/pollscm-plugin","sha1":"p1PCZqG43Xle+reyLJ26dzhdKYM=","sha256":"gbuuFBx5fH++JBRWefRSBq/TAE6aHYVfGJv3kODlIKY=","title":"Poll SCM","url":"http://updates.jenkins-ci.org/download/plugins/pollscm/1.3.1/pollscm.hpi","version":"1.3.1","wiki":"https://plugins.jenkins.io/pollscm"},"pom2config":{"buildDate":"Dec 11, 2013","dependencies":[{"name":"email-ext","optional":true,"version":"2.25"},{"name":"subversion","optional":false,"version":"1.45"},{"name":"maven-plugin","optional":true,"version":"1.509.1"},{"name":"git","optional":true,"version":"1.5.0"}],"developers":[{"developerId":"kstutz","email":"kathi.stutz@1und1.de","name":"Kathi Stutz"},{"developerId":"miklein","name":"Michael Klein"}],"excerpt":"This plugin sets certain parameters of a project's configuration according to its pom.","gav":"org.jenkins-ci.plugins:pom2config:1.2","labels":["misc","emailext"],"name":"pom2config","releaseTimestamp":"2013-12-11T17:22:15.00Z","requiredCore":"1.509.1","scm":"https://github.com/jenkinsci/pom2config-plugin","sha1":"RCa8WBVCa3jtcGLUArTquSVvTog=","sha256":"N2Bx0QKWIuOeQjRCWmGuJm7jUUEaJbM6Jf8Y3+Ftw0w=","title":"pom2config","url":"http://updates.jenkins-ci.org/download/plugins/pom2config/1.2/pom2config.hpi","version":"1.2","wiki":"https://plugins.jenkins.io/pom2config"},"port-allocator":{"buildDate":"Jul 25, 2013","dependencies":[],"developers":[{"developerId":"ramapulavarthi","name":"Rama Pulavarthi"},{"developerId":"kohsuke","name":"Kohsuke Kawaguchi"},{"developerId":"oldelvet","name":"Richard Mortimer"},{"developerId":"pepov","name":"Peter Wilcsinszky"}],"excerpt":"This plugin allocates free ports as environment variables.","gav":"org.jenkins-ci.plugins:port-allocator:1.8","labels":["misc"],"name":"port-allocator","previousTimestamp":"2013-07-24T22:15:47.00Z","previousVersion":"1.7","releaseTimestamp":"2013-07-25T22:43:47.00Z","requiredCore":"1.424","scm":"https://github.com/jenkinsci/port-allocator-plugin","sha1":"y4QGw01FszL37qbQqr/0uw9cruY=","sha256":"hCgbOxUCG/MrjSOhmBu4ZqWOTsJuM0pE/+kT/N5P9n8=","title":"Port Allocator","url":"http://updates.jenkins-ci.org/download/plugins/port-allocator/1.8/port-allocator.hpi","version":"1.8","wiki":"https://plugins.jenkins.io/port-allocator"},"post-completed-build-result":{"buildDate":"Nov 07, 2013","dependencies":[],"developers":[{"developerId":"anthonydahanne","email":"anthony.dahanne@gmail.com","name":"Anthony Dahanne"}],"excerpt":"This plugin posts the build url to a given http endpoint","gav":"org.terracotta.jenkins.plugins:post-completed-build-result:1.1","labels":["notifier"],"name":"post-completed-build-result","previousTimestamp":"2013-11-07T22:01:31.00Z","previousVersion":"1.0","releaseTimestamp":"2013-11-07T22:36:58.00Z","requiredCore":"1.538","scm":"https://github.com/jenkinsci/post-completed-build-result-plugin","sha1":"ISip39RERDTpceNYM0+gJfcBQ5Y=","sha256":"1npaLlaVcMQRPD7wdun3oprda4S7C0gdTE9UJtXVjVI=","title":"post-completed-build-result","url":"http://updates.jenkins-ci.org/download/plugins/post-completed-build-result/1.1/post-completed-build-result.hpi","version":"1.1","wiki":"https://plugins.jenkins.io/post-completed-build-result"},"postbuild-task":{"buildDate":"Jan 04, 2011","dependencies":[],"developers":[{"developerId":"shinodkm","email":"shinodkm@gmail.com","name":"Shinod Mohandas"},{"developerId":"castorpilot","email":"castorpilot@gmail.com","name":"Fred"}],"excerpt":"This plugin allows to execute a batch/shell task depending on the build log output.","gav":"org.jvnet.hudson.plugins:postbuild-task:1.8","labels":["post-build","builder"],"name":"postbuild-task","releaseTimestamp":"2011-01-04T06:47:04.00Z","requiredCore":"1.357","scm":"https://github.com/jenkinsci/postbuild-task-plugin","sha1":"BsfymNZesIFBvZtiIe01htpESHI=","sha256":"oDyal/1PD96lmVsTPt6PpUkEN0EIZMDvby99R6nZ86I=","title":"Post build task","url":"http://updates.jenkins-ci.org/download/plugins/postbuild-task/1.8/postbuild-task.hpi","version":"1.8","wiki":"https://plugins.jenkins.io/postbuild-task"},"postbuildscript":{"buildDate":"Sep 21, 2018","compatibleSinceVersion":"1.0.0","dependencies":[{"name":"matrix-project","optional":true,"version":"1.13"}],"developers":[{"developerId":"gbois","name":"Gregory Boissinot"},{"developerId":"dheid","email":"dheid@posteo.de","name":"Daniel Heid"}],"excerpt":">A plugin for the Jenkins CI to run several configurable actions after a build, depending on the build result.","gav":"org.jenkins-ci.plugins:postbuildscript:2.8.1","labels":["post-build"],"name":"postbuildscript","previousTimestamp":"2018-09-21T12:56:37.00Z","previousVersion":"2.8.0","releaseTimestamp":"2018-09-21T13:19:06.00Z","requiredCore":"2.60.1","scm":"https://github.com/jenkinsci/postbuildscript-plugin","sha1":"w5O8uyxXhmwEpaS6PSd/wMdhnUw=","sha256":"yi51Ssc9v/r8FMKbSaW3PrgURSSXy4rIpvxKj5m/EYE=","title":"PostBuildScript","url":"http://updates.jenkins-ci.org/download/plugins/postbuildscript/2.8.1/postbuildscript.hpi","version":"2.8.1","wiki":"https://plugins.jenkins.io/postbuildscript"},"postgresql-api":{"buildDate":"May 23, 2019","dependencies":[],"developers":[{"developerId":"cleclerc","email":"cleclerc@cloudbees.com","name":"Cyrille Le Clerc"}],"excerpt":"This plugin is a shared library. It provides the PosrtgreSQL jar so that other plugins can consume PosrtgreSQL without duplication and without classpath collisions.","gav":"io.jenkins.plugins:postgresql-api:42.2.5","labels":[],"minimumJavaVersion":"1.8","name":"postgresql-api","releaseTimestamp":"2019-05-23T16:46:47.00Z","requiredCore":"2.89.4","scm":"https://github.com/jenkinsci/postgresql-api-plugin","sha1":"kAXvsuDivoxaWSOL7ncGDdMYMiY=","sha256":"gbTl/F7PFd9Fo0VLVUO0uJtL2/q3g9FJCG1pLyci2rI=","title":"PostgreSQL API","url":"http://updates.jenkins-ci.org/download/plugins/postgresql-api/42.2.5/postgresql-api.hpi","version":"42.2.5","wiki":"https://plugins.jenkins.io/postgresql-api"},"powershell":{"buildDate":"Sep 18, 2015","dependencies":[],"developers":[{"developerId":"damienfinck","email":"damien.finck67+jenkins@gmail.com","name":"Damien Finck"}],"excerpt":"This plugin allows Jenkins to invoke Windows PowerShell<\/a> as build scripts.","gav":"org.jenkins-ci.plugins:powershell:1.3","labels":["builder","dotnet"],"name":"powershell","releaseTimestamp":"2015-09-18T15:42:23.00Z","requiredCore":"1.450","scm":"https://github.com/jenkinsci/powershell-plugin","sha1":"0U8ZSvrNGrnfUJIyYGBrNlBvYaI=","sha256":"v8aJMunnmddxeDdwLSyDXX3RtIoZ7awxgAiDcsTwhj4=","title":"PowerShell","url":"http://updates.jenkins-ci.org/download/plugins/powershell/1.3/powershell.hpi","version":"1.3","wiki":"https://plugins.jenkins.io/powershell"},"pragprog":{"buildDate":"Jun 10, 2016","dependencies":[{"name":"workflow-step-api","optional":false,"version":"1.15"}],"developers":[{"developerId":"torsten","name":"Torsten Ehrhorn"}],"excerpt":"This plugin displays random tips extracted from The Pragmatic Programmer <\/a> by Andrew Hunt and David Thomas.","gav":"org.jenkins-ci.plugins:pragprog:2.0.0","labels":["ui"],"name":"pragprog","previousTimestamp":"2016-05-13T20:20:24.00Z","previousVersion":"1.0.5","releaseTimestamp":"2016-06-10T09:54:52.00Z","requiredCore":"1.642.3","sha1":"kgC2Mb/R4l/aqC3Oy+IudEdQjQc=","sha256":"e1D0WfWhDBijeGjdvjYg2Z9Xad+6OkWZAkfMe9N0qPo=","title":"Pragprog","url":"http://updates.jenkins-ci.org/download/plugins/pragprog/2.0.0/pragprog.hpi","version":"2.0.0","wiki":"https://plugins.jenkins.io/pragprog"},"preSCMbuildstep":{"buildDate":"Sep 29, 2014","dependencies":[],"developers":[{"developerId":"cjo9900","name":"Chris Johnson"}],"excerpt":"This plugin allows build steps to be performed before the SCM step performs an action.","gav":"org.jenkins-ci.plugins:preSCMbuildstep:0.3","labels":["buildwrapper"],"name":"preSCMbuildstep","previousTimestamp":"2012-02-19T18:29:53.00Z","previousVersion":"0.2","releaseTimestamp":"2014-09-29T21:59:59.00Z","requiredCore":"1.532","scm":"https://github.com/jenkinsci/pre-scm-buildstep-plugin","sha1":"/Q32EXi8VtXSNkVAsSFqv3djnxA=","sha256":"0NxWZmbqbyjjQQ59ObdSxn9eKexPfN8+/REiRKdteAI=","title":"Pre SCM BuildStep","url":"http://updates.jenkins-ci.org/download/plugins/preSCMbuildstep/0.3/preSCMbuildstep.hpi","version":"0.3","wiki":"https://plugins.jenkins.io/preSCMbuildstep"},"prereq-buildstep":{"buildDate":"Apr 01, 2011","dependencies":[],"developers":[{"developerId":"lynggaard","email":"henrik@hlyh.dk","name":"Henrik Lynggaard"}],"excerpt":"This plugin will check the status of other jobs before continuing
The other jobs must exist, have been built, not building and the last build must be stable.","gav":"org.jvnet.hudson.plugins:prereq-buildstep:1.1","labels":["builder"],"name":"prereq-buildstep","releaseTimestamp":"2011-04-01T13:37:20.00Z","requiredCore":"1.392","sha1":"lNPC2+55H0ogLNLYeqHjwKHJ2e4=","sha256":"bV1ETfamFKJ0cQAu/wHu4CNmrEeEN7cHV5d+0qH2Jwk=","title":"Prerequisite build step","url":"http://updates.jenkins-ci.org/download/plugins/prereq-buildstep/1.1/prereq-buildstep.hpi","version":"1.1","wiki":"https://plugins.jenkins.io/prereq-buildstep"},"pretested-integration":{"buildDate":"Sep 07, 2018","compatibleSinceVersion":"3.0.0","dependencies":[{"name":"workflow-aggregator","optional":false,"version":"2.5"},{"name":"credentials","optional":false,"version":"2.1.13"},{"name":"git","optional":false,"version":"3.5.1"},{"name":"job-dsl","optional":true,"version":"1.64"},{"name":"matrix-project","optional":true,"version":"1.13"},{"name":"parameterized-trigger","optional":true,"version":"2.35.1"},{"name":"ssh-credentials","optional":false,"version":"1.13"},{"name":"token-macro","optional":true,"version":"1.12.1"}],"developers":[{"developerId":"praqma","email":"support@praqma.net","name":"Praqma Support"}],"excerpt":"The Pretested Integration Plugin offers a branchy approach to pretested integration (also known as pre-tested commits), which upholds the invariant; that for a specific branch, known as the integration branch, all commits have been verified.","gav":"org.jenkins-ci.plugins:pretested-integration:3.1.0","labels":["scm-related","post-build","buildwrapper"],"name":"pretested-integration","previousTimestamp":"2018-02-26T12:19:12.00Z","previousVersion":"3.0.1","releaseTimestamp":"2018-09-07T12:01:43.00Z","requiredCore":"2.19.4","scm":"https://github.com/jenkinsci/pretested-integration-plugin","sha1":"LdFcygmfCJgQ6Q12XmoVQUYgnXs=","sha256":"3euDTGqiykL2VbeXPjGbrX5+tg3p7vRJie8jL24oxpc=","title":"Pretested Integration","url":"http://updates.jenkins-ci.org/download/plugins/pretested-integration/3.1.0/pretested-integration.hpi","version":"3.1.0","wiki":"https://plugins.jenkins.io/pretested-integration"},"probely-security":{"buildDate":"May 21, 2019","dependencies":[{"name":"credentials","optional":false,"version":"2.1.18"},{"name":"plain-credentials","optional":false,"version":"1.5"},{"name":"structs","optional":false,"version":"1.17"}],"developers":[{"developerId":"poupas","email":"joao@probely.com","name":"Joao Poupino"}],"excerpt":"Scan your web application for security vulnerabilities with
Probely<\/a>. It enables security testing in your CI/CD pipeline.","gav":"io.jenkins.plugins:probely-security:1.0.1","labels":[],"name":"probely-security","previousTimestamp":"2019-02-21T15:47:52.00Z","previousVersion":"1.0.0","releaseTimestamp":"2019-05-21T13:22:19.00Z","requiredCore":"2.7.3","scm":"https://github.com/jenkinsci/probely-security-plugin","sha1":"FnJdZwY8v0+8ZRHxW/Up/Qpkhs4=","sha256":"ACtIOXBAjbzsh5RZrNB1+NSYzsKEiONP/m7G1KVwaiI=","title":"Probely Security Scanner","url":"http://updates.jenkins-ci.org/download/plugins/probely-security/1.0.1/probely-security.hpi","version":"1.0.1","wiki":"https://plugins.jenkins.io/probely-security"},"proc-cleaner-plugin":{"buildDate":"Sep 24, 2018","compatibleSinceVersion":"2.0","dependencies":[{"name":"junit","optional":false,"version":"1.9"},{"name":"matrix-project","optional":false,"version":"1.4.1"}],"developers":[{"developerId":"vjuranek"}],"excerpt":"Kill running processes before and after build.","gav":"org.jenkins-ci.plugins:proc-cleaner-plugin:2.2","labels":[],"name":"proc-cleaner-plugin","previousTimestamp":"2018-09-18T13:46:25.00Z","previousVersion":"2.1","releaseTimestamp":"2018-09-24T10:15:54.00Z","requiredCore":"1.642","scm":"https://github.com/jenkinsci/proc-cleaner-plugin","sha1":"SY6XwQ+sy087rtcBrEVV5chbKaE=","sha256":"lawbIpPjfPa46YFheIcsd+aTPD3+h8Zz7nIXOTghOhg=","title":"Process cleaner","url":"http://updates.jenkins-ci.org/download/plugins/proc-cleaner-plugin/2.2/proc-cleaner-plugin.hpi","version":"2.2","wiki":"https://plugins.jenkins.io/proc-cleaner-plugin"},"progress-bar-column-plugin":{"buildDate":"Aug 08, 2011","dependencies":[],"developers":[{"developerId":"jieryn","email":"jieryn@gmail.com","name":"Jesse Farinacci"}],"excerpt":"The Progress Bar Column Plugin<\/a> provides a progress bar available for views.","gav":"org.jenkins-ci.plugins:progress-bar-column-plugin:1.0","labels":["listview-column"],"name":"progress-bar-column-plugin","releaseTimestamp":"2011-08-08T22:46:58.00Z","requiredCore":"1.421","scm":"https://github.com/jenkinsci/progress-bar-column-plugin","sha1":"A6ddrtk90zctZbw5hRyEguLpY08=","sha256":"o+FEZVGUhRVXt0T2tp0rtvcJ5cXMJh3sMA4ouyIhCMs=","title":"Progress Bar Column","url":"http://updates.jenkins-ci.org/download/plugins/progress-bar-column-plugin/1.0/progress-bar-column-plugin.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/progress-bar-column-plugin"},"project-build-times":{"buildDate":"May 20, 2014","dependencies":[{"name":"dashboard-view","optional":false,"version":"2.0"}],"developers":[{"developerId":"nrhine"}],"excerpt":"Plugin to display build times on the dashboard view","gav":"org.jenkins-ci.plugins:project-build-times:1.2.1","labels":[],"name":"project-build-times","previousTimestamp":"2014-05-16T22:08:59.00Z","previousVersion":"1.2","releaseTimestamp":"2014-05-20T01:35:59.00Z","requiredCore":"1.509.4","scm":"https://github.com/jenkinsci/project-build-times-plugin","sha1":"lpVfgIyCLlclVia+bzqfTmesYY8=","sha256":"L81NGFG3OcCCxWtuUApeBZntf0KDDEpdAK0mcwYuc7o=","title":"Project Build Times","url":"http://updates.jenkins-ci.org/download/plugins/project-build-times/1.2.1/project-build-times.hpi","version":"1.2.1","wiki":"https://plugins.jenkins.io/project-build-times"},"project-description-setter":{"buildDate":"Jan 13, 2018","dependencies":[{"name":"matrix-project","optional":false,"version":"1.0"},{"name":"token-macro","optional":false,"version":"1.5.1"}],"developers":[{"developerId":"bap","email":"bap-jenkins@BapIT.co.uk","name":"Bap"}],"excerpt":"Set the project description from a file in the workspace","gav":"org.jenkins-ci.plugins:project-description-setter:1.2","labels":["buildwrapper"],"name":"project-description-setter","previousTimestamp":"2012-06-12T20:30:56.00Z","previousVersion":"1.1","releaseTimestamp":"2018-01-13T11:15:44.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/project-description-setter-plugin","sha1":"ywSidU8rlDk0wr2ELy8CGc3Bjac=","sha256":"nPHTSw2dqpPpkPkkCw5Op+O1zBuq2fxaMGr7DZ+of0c=","title":"Project Description Setter","url":"http://updates.jenkins-ci.org/download/plugins/project-description-setter/1.2/project-description-setter.hpi","version":"1.2","wiki":"https://plugins.jenkins.io/project-description-setter"},"project-health-report":{"buildDate":"May 23, 2011","dependencies":[],"developers":[{"developerId":"lynggaard","email":"henrik@hlyh.dk","name":"Henrik Lynggaard"}],"excerpt":"This plugin will show an overview of project health
It will show how many build failed, and which testcases are the top breakers","gav":"org.jvnet.hudson.plugins:project-health-report:1.2","labels":[],"name":"project-health-report","previousTimestamp":"2011-04-18T12:37:33.00Z","previousVersion":"1.1","releaseTimestamp":"2011-05-23T16:50:16.00Z","requiredCore":"1.392","sha1":"za1n9Ck7O4G59psxfH9WF4ZSlU8=","sha256":"o9d0du/EgS9Lr0HUZucuIr2ha/O8D2B4eKKRws4YNY0=","title":"Project Health Report","url":"http://updates.jenkins-ci.org/download/plugins/project-health-report/1.2/project-health-report.hpi","version":"1.2","wiki":"https://plugins.jenkins.io/project-health-report"},"project-inheritance":{"buildDate":"Aug 20, 2019","dependencies":[{"name":"rebuild","optional":false,"version":"1.29"}],"developers":[{"developerId":"mhschroe","email":"DL-SMT-WCM2-TC-Plugins@intel.com","name":"Martin Schroeder"}],"excerpt":"Plugin that adds inheritance between jobs to Jenkins.","gav":"hudson.plugins:project-inheritance:19.08.02","labels":[],"name":"project-inheritance","previousTimestamp":"2019-08-20T11:34:17.00Z","previousVersion":"19.08.01","releaseTimestamp":"2019-08-20T12:26:28.00Z","requiredCore":"2.107.3","sha1":"snqAkDzWwhMGphuOMXw4ndR69ZQ=","sha256":"jcXbtT7vg139/WnncWmSHaQ++jYWJJyLFZ/PPB3gy64=","title":"Project Inheritance","url":"http://updates.jenkins-ci.org/download/plugins/project-inheritance/19.08.02/project-inheritance.hpi","version":"19.08.02","wiki":"https://plugins.jenkins.io/project-inheritance"},"project-stats-plugin":{"buildDate":"Sep 22, 2012","dependencies":[{"name":"dashboard-view","optional":false,"version":"2.0"}],"developers":[{"developerId":"mambu","email":"marco.ambu+jenkins@gmail.com","name":"Marco Ambu"}],"excerpt":"This plugin provides a new dashboard portlets and a new column with statistics about each project.","gav":"org.jenkins-ci.plugins:project-stats-plugin:0.4","labels":["listview-column","ui"],"name":"project-stats-plugin","previousTimestamp":"2011-09-25T10:13:37.00Z","previousVersion":"0.3","releaseTimestamp":"2012-09-22T12:18:23.00Z","requiredCore":"1.459","scm":"https://github.com/jenkinsci/project-stats-plugin","sha1":"mIkd2WtsZ/Qn11Pn/JPojLHd7As=","sha256":"baO33sCg4f0UkzLnap4V8Qn/Hn5EwJ6n0jwccdNnTLE=","title":"Project statistics","url":"http://updates.jenkins-ci.org/download/plugins/project-stats-plugin/0.4/project-stats-plugin.hpi","version":"0.4","wiki":"https://plugins.jenkins.io/project-stats-plugin"},"prometheus":{"buildDate":"Aug 24, 2019","dependencies":[{"name":"workflow-api","optional":false,"version":"2.15"},{"name":"workflow-job","optional":false,"version":"2.15"},{"name":"junit","optional":false,"version":"1.2"},{"name":"metrics","optional":false,"version":"4.0.2.5"}],"developers":[{"developerId":"devguy","name":"Marky Jackson"}],"excerpt":"Expose Jenkins metrics in prometheus format","gav":"org.jenkins-ci.plugins:prometheus:2.0.6","labels":["misc"],"minimumJavaVersion":"1.8","name":"prometheus","previousTimestamp":"2018-08-30T17:13:36.00Z","previousVersion":"2.0.0","releaseTimestamp":"2019-08-24T23:00:42.00Z","requiredCore":"2.138.4","scm":"https://github.com/jenkinsci/prometheus-plugin/","sha1":"rRDW4VroyGMehSrziHrUdBDR5Jo=","sha256":"BEwLpzRJ1GZ82oHuy9MEQVkjf9t1p+Pf1RdBQCEuy5c=","title":"Prometheus metrics","url":"http://updates.jenkins-ci.org/download/plugins/prometheus/2.0.6/prometheus.hpi","version":"2.0.6","wiki":"https://plugins.jenkins.io/prometheus"},"promoted-builds":{"buildDate":"Jun 22, 2019","compatibleSinceVersion":"3.0","dependencies":[{"name":"rebuild","optional":true,"version":"1.31"},{"name":"project-inheritance","optional":true,"version":"1.5.3"},{"name":"maven-plugin","optional":true,"version":"3.2"},{"name":"apache-httpcomponents-client-4-api","optional":false,"version":"4.5.3-2.1"},{"name":"config-file-provider","optional":true,"version":"2.18"},{"name":"credentials","optional":false,"version":"2.1.4"},{"name":"job-dsl","optional":true,"version":"1.74"},{"name":"junit","optional":false,"version":"1.20"},{"name":"script-security","optional":false,"version":"1.54"},{"name":"ssh-credentials","optional":false,"version":"1.13"},{"name":"structs","optional":false,"version":"1.19"},{"name":"token-macro","optional":true,"version":"2.0"}],"developers":[{"developerId":"kohsuke","name":"Kohsuke Kawaguchi"},{"developerId":"petehayes","name":"Peter Hayes"},{"developerId":"oleg_nenashev","name":"Oleg Nenashev"}],"excerpt":"This plugin implements a "promoted build" feature where a build of one job can be marked as "promoted" when it passes certain criteria.","gav":"org.jenkins-ci.plugins:promoted-builds:3.3","labels":["misc","ui","builder"],"minimumJavaVersion":"1.8","name":"promoted-builds","previousTimestamp":"2018-06-04T19:20:25.00Z","previousVersion":"3.2","releaseTimestamp":"2019-06-22T22:44:40.00Z","requiredCore":"2.138.4","scm":"https://github.com/jenkinsci/promoted-builds-plugin","sha1":"M7dkrzoZf8B9EEnuHLqvlGpRZw4=","sha256":"XSdvH0T7Yu/DAV9sfwkxSvXvJ8nlx09SpAqKLMb4Jt4=","title":"promoted builds","url":"http://updates.jenkins-ci.org/download/plugins/promoted-builds/3.3/promoted-builds.hpi","version":"3.3","wiki":"https://plugins.jenkins.io/promoted-builds"},"promoted-builds-simple":{"buildDate":"Mar 30, 2011","dependencies":[{"name":"copyartifact","optional":true,"version":"1.14"},{"name":"maven-plugin","optional":true,"version":"1.398"}],"developers":[{"developerId":"mindless","name":"Alan Harder"}],"excerpt":"Simpler version of Promoted Builds plugin, with only manual promotion of builds.","gav":"org.jenkins-ci.plugins:promoted-builds-simple:1.9","labels":["misc","ui"],"name":"promoted-builds-simple","previousTimestamp":"2011-02-26T01:12:07.00Z","previousVersion":"1.8","releaseTimestamp":"2011-03-30T05:55:12.00Z","requiredCore":"1.398","scm":"https://github.com/jenkinsci/promoted-builds-simple-plugin","sha1":"Q710UWrUUlaLRkSqOclH5RB9xN8=","sha256":"A4BMUsirrtl+mvND4u5QHQIE0jzlODfAkGgI1kmtCys=","title":"Promoted Builds (Simple)","url":"http://updates.jenkins-ci.org/download/plugins/promoted-builds-simple/1.9/promoted-builds-simple.hpi","version":"1.9","wiki":"https://plugins.jenkins.io/promoted-builds-simple"},"protecode-sc":{"buildDate":"Feb 20, 2019","compatibleSinceVersion":"0.15.1","dependencies":[{"name":"credentials","optional":false,"version":"2.1.18"},{"name":"plain-credentials","optional":false,"version":"1.5"}],"developers":[{"developerId":"rukkanen","email":"-","name":"Rukkanen"}],"excerpt":"Jenkins integration to Protecode SC with pipeline support","gav":"com.synopsys:protecode-sc:0.18.1","labels":["report"],"name":"protecode-sc","previousTimestamp":"2018-11-30T13:42:27.00Z","previousVersion":"0.17.7","releaseTimestamp":"2019-02-20T07:14:44.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/protecode-sc-plugin","sha1":"emw7fODqGdQ0TMxuq1MuHyXaV60=","sha256":"2OOcRlEcmdRmCPkjYprv2rkFFJlvTdGvFBlT8KYhfC8=","title":"Protecode SC","url":"http://updates.jenkins-ci.org/download/plugins/protecode-sc/0.18.1/protecode-sc.hpi","version":"0.18.1","wiki":"https://plugins.jenkins.io/protecode-sc"},"proxmox":{"buildDate":"May 01, 2016","dependencies":[],"developers":[{"developerId":"justnom","email":"harry.macey@gmail.com","name":"Harry Macey"}],"excerpt":"Enables proxmox machines to be used as slaves. Supports reverting from a snapshot","gav":"org.jenkins-ci.plugins:proxmox:0.2.2","labels":["slaves","cluster"],"name":"proxmox","previousTimestamp":"2013-09-11T18:25:47.00Z","previousVersion":"0.2.1","releaseTimestamp":"2016-05-01T19:07:41.00Z","requiredCore":"1.554.1","scm":"https://github.com/jenkinsci/proxmox-plugin","sha1":"SkqP3aW/xQDblmXijZpRki/DKHA=","sha256":"rSm5rMSgCb5KTzn7mmMaOEI3vTOduWSboiJzDKwOMwE=","title":"Proxmox","url":"http://updates.jenkins-ci.org/download/plugins/proxmox/0.2.2/proxmox.hpi","version":"0.2.2","wiki":"https://plugins.jenkins.io/proxmox"},"prqa-plugin":{"buildDate":"Mar 22, 2019","dependencies":[],"developers":[{"developerId":"jhurn","email":"jhurn@perforce.com","name":"Jason Hurn"},{"developerId":"isanych","email":"ikostenko@perforce.com","name":"Igor Kostenko"}],"excerpt":"Integrates PRQA static analysis with Jenkins","gav":"com.programmingresearch:prqa-plugin:3.1.2","labels":["notifier","report"],"name":"prqa-plugin","previousTimestamp":"2019-03-21T10:46:03.00Z","previousVersion":"3.1.0","releaseTimestamp":"2019-03-22T13:03:13.00Z","requiredCore":"2.107.1","scm":"https://github.com/jenkinsci/prqa-plugin","sha1":"7bQP5BvdJGUwU1vUayUrpGJoNN0=","sha256":"2USRLkC6sLcbXFvIpFjys+/i/vNUfTOqmsgVzH52LEg=","title":"PRQA","url":"http://updates.jenkins-ci.org/download/plugins/prqa-plugin/3.1.2/prqa-plugin.hpi","version":"3.1.2","wiki":"https://plugins.jenkins.io/prqa-plugin"},"pry":{"buildDate":"May 31, 2012","dependencies":[{"name":"ruby-runtime","optional":false,"version":"0.10"}],"developers":[{"developerId":"kohsuke"}],"excerpt":"This plugin is a sample to explain how to write a Jenkins plugin.","gav":"org.jenkins-ci.plugins:pry:1.1","labels":[],"name":"pry","previousTimestamp":"2012-05-10T13:43:46.00Z","previousVersion":"1.0","releaseTimestamp":"2012-05-31T16:23:12.00Z","requiredCore":"1.447","scm":"https://github.com/jenkinsci/git-plugin","sha1":"13OpWLobyimk1qD6zwnhDHpglh8=","sha256":"nkzF3nXlKrsfVZD70gBUiZp2Sr3f5+sGH490RO179hA=","title":"pry","url":"http://updates.jenkins-ci.org/download/plugins/pry/1.1/pry.hpi","version":"1.1","wiki":"https://plugins.jenkins.io/pry"},"publish-over":{"buildDate":"Apr 05, 2018","dependencies":[],"developers":[{"developerId":"bap","email":"bap-jenkins@BapIT.co.uk","name":"Bap"}],"excerpt":"Send build artifacts somewhere.","gav":"org.jenkins-ci.plugins:publish-over:0.22","labels":[],"name":"publish-over","previousTimestamp":"2018-01-12T22:56:11.00Z","previousVersion":"0.21","releaseTimestamp":"2018-04-05T16:34:49.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/publish-over-plugin","sha1":"DLTC5LsbmkVntBjQzRHDAtkYazY=","sha256":"X2YjDGXwWrp2SCBPpJLVUeKnqOSwXpbeK2HjYRhpt1k=","title":"Infrastructure plugin for Publish Over X","url":"http://updates.jenkins-ci.org/download/plugins/publish-over/0.22/publish-over.hpi","version":"0.22","wiki":"https://plugins.jenkins.io/publish-over"},"publish-over-cifs":{"buildDate":"Feb 19, 2019","dependencies":[{"name":"publish-over","optional":false,"version":"0.21"},{"name":"structs","optional":false,"version":"1.2"}],"developers":[{"developerId":"slide_o_mix","email":"slide.o.mix@gmail.com","name":"slide"},{"developerId":"bap","email":"bap-jenkins@BapIT.co.uk","name":"Bap"}],"excerpt":"Send build artifacts to a windows share (CIFS/SMB/samba)","gav":"org.jenkins-ci.plugins:publish-over-cifs:0.12","labels":["upload"],"name":"publish-over-cifs","previousTimestamp":"2018-07-25T22:57:27.00Z","previousVersion":"0.11","releaseTimestamp":"2019-02-19T13:18:09.00Z","requiredCore":"2.89.4","scm":"https://github.com/jenkinsci/publish-over-cifs-plugin","sha1":"TJlVNTLmfvkNN59UPaKv3VbYc+k=","sha256":"J0PdDxkeVirvvFlLSQNX1A9ZUHKXQmsi9vCluVfGiZo=","title":"Publish Over CIFS","url":"http://updates.jenkins-ci.org/download/plugins/publish-over-cifs/0.12/publish-over-cifs.hpi","version":"0.12","wiki":"https://plugins.jenkins.io/publish-over-cifs"},"publish-over-dropbox":{"buildDate":"Sep 24, 2018","dependencies":[{"name":"workflow-step-api","optional":false,"version":"1.14"},{"name":"credentials","optional":false,"version":"1.21"},{"name":"publish-over","optional":false,"version":"0.21"}],"developers":[{"developerId":"rcgroot","email":"rcgroot@gmail.com","name":"René de Groot"}],"excerpt":"Send build artifacts to a Dropbox account.","gav":"org.jenkins-ci.plugins:publish-over-dropbox:1.2.5","labels":["upload"],"name":"publish-over-dropbox","previousTimestamp":"2018-06-29T18:41:30.00Z","previousVersion":"1.2.4","releaseTimestamp":"2018-09-24T11:57:06.00Z","requiredCore":"2.98","scm":"https://github.com/jenkinsci/publish-over-dropbox-plugin","sha1":"ocUcHTlmvGXnKt4gmlraFiNntfU=","sha256":"anYZpcPTMYDGOHdRjXdbS783v6Hq2Azi4suhmO7x/vE=","title":"Publish Over Dropbox","url":"http://updates.jenkins-ci.org/download/plugins/publish-over-dropbox/1.2.5/publish-over-dropbox.hpi","version":"1.2.5","wiki":"https://plugins.jenkins.io/publish-over-dropbox"},"publish-over-ftp":{"buildDate":"Mar 13, 2018","dependencies":[{"name":"publish-over","optional":false,"version":"0.21"},{"name":"structs","optional":false,"version":"1.2"}],"developers":[{"developerId":"slide_o_mix","email":"slide.o.mix@gmail.com","name":"Alex Earl"},{"developerId":"bap","email":"bap-jenkins@BapIT.co.uk","name":"Bap"}],"excerpt":"Send build artifacts over FTP","gav":"org.jenkins-ci.plugins:publish-over-ftp:1.15","labels":["upload"],"name":"publish-over-ftp","previousTimestamp":"2018-02-18T02:45:55.00Z","previousVersion":"1.14","releaseTimestamp":"2018-03-13T02:42:23.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/publish-over-ftp-plugin","sha1":"w8ggiYSxF+rWt5zMy8PCvjcERic=","sha256":"8CUbhCcOtbLFa2Bxh9nrslLXpAzYA0RwS99pIHdK4sw=","title":"Publish Over FTP","url":"http://updates.jenkins-ci.org/download/plugins/publish-over-ftp/1.15/publish-over-ftp.hpi","version":"1.15","wiki":"https://plugins.jenkins.io/publish-over-ftp"},"publish-over-ssh":{"buildDate":"Sep 21, 2018","dependencies":[{"name":"jsch","optional":false,"version":"0.1.54.2"},{"name":"publish-over","optional":false,"version":"0.21"},{"name":"structs","optional":false,"version":"1.14"}],"developers":[{"developerId":"slide_o_mix","email":"slide.o.mix@gmail.com","name":"slide"}],"excerpt":"Send build artifacts over SSH","gav":"org.jenkins-ci.plugins:publish-over-ssh:1.20.1","labels":["upload","builder"],"name":"publish-over-ssh","previousTimestamp":"2018-09-19T17:43:02.00Z","previousVersion":"1.20","releaseTimestamp":"2018-09-21T03:10:48.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/publish-over-ssh-plugin","sha1":"y59+01jfJIekZk5U3ieiCI1SPl8=","sha256":"LgeLT7uA7ZWrg3E1S5qprmozRdv80ZDZyZHiz2oYtSI=","title":"Publish Over SSH","url":"http://updates.jenkins-ci.org/download/plugins/publish-over-ssh/1.20.1/publish-over-ssh.hpi","version":"1.20.1","wiki":"https://plugins.jenkins.io/publish-over-ssh"},"publish-to-bitbucket":{"buildDate":"Mar 28, 2017","dependencies":[{"name":"maven-plugin","optional":false,"version":"2.15.1"},{"name":"credentials","optional":false,"version":"2.1.13"},{"name":"git-client","optional":false,"version":"2.3.0"},{"name":"git","optional":false,"version":"3.1.0"}],"developers":[{"developerId":"himindz","email":"alikhan@himindz.ie","name":"Ali Khan"},{"developerId":"ali-himindz","email":"mohhamed.khan@gmail.com","name":"Ali Khan"}],"excerpt":"This plugin allows you to publish the current code in workspace to a bitbucket server by creating a new repository and associated project if required.","gav":"org.jenkins-ci.plugins:publish-to-bitbucket:0.4","labels":[],"name":"publish-to-bitbucket","releaseTimestamp":"2017-03-28T16:18:15.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/publish-to-bitbucket-plugin","sha1":"vmhtoETC72pe6lbKThfpQjcxzUU=","sha256":"+McPFfpj2I+wEZ5xpn2PXUpzYzpjgxxFdrinAuLCh8w=","title":"Publish to Bitbucket","url":"http://updates.jenkins-ci.org/download/plugins/publish-to-bitbucket/0.4/publish-to-bitbucket.hpi","version":"0.4","wiki":"https://plugins.jenkins.io/publish-to-bitbucket"},"pubsub-light":{"buildDate":"Aug 16, 2019","dependencies":[],"developers":[{"developerId":"olamy"}],"excerpt":"A simple Publish-Subscribe light-weight event bus for Jenkins","gav":"org.jenkins-ci.plugins:pubsub-light:1.13","labels":[],"name":"pubsub-light","previousTimestamp":"2017-07-18T08:55:47.00Z","previousVersion":"1.12","releaseTimestamp":"2019-08-16T03:19:51.00Z","requiredCore":"2.121.1","scm":"https://github.com/jenkinsci/pubsub-light-module","sha1":"k8fIqT6iNW77YWhavhyUwYh4pGM=","sha256":"Cn1kLH9mtYmjdcDgbRP7ElrZC/KKVRpEX/Wjf9S9SGw=","title":"Pub-Sub \"light\" Bus","url":"http://updates.jenkins-ci.org/download/plugins/pubsub-light/1.13/pubsub-light.hpi","version":"1.13","wiki":"https://plugins.jenkins.io/pubsub-light"},"puppet":{"buildDate":"Dec 21, 2015","dependencies":[{"name":"deployment-notification","optional":false,"version":"1.1"}],"developers":[{"developerId":"fbelzunc"}],"excerpt":"This plugin accepts submissions from Puppet report and tracks how files are getting deployed.","gav":"org.jenkins-ci.plugins:puppet:1.1","labels":[],"name":"puppet","previousTimestamp":"2014-02-17T15:21:21.00Z","previousVersion":"1.0","releaseTimestamp":"2015-12-21T12:20:47.00Z","requiredCore":"1.509.2","scm":"https://github.com/jenkinsci/puppet-plugin","sha1":"aHbfnP2fFwGNffD+b5Hx+/lzpxA=","sha256":"xejyQuGPFhb6SZq/Q1Pi/HyLbudquk2PSPPxhf55jFM=","title":"Puppet","url":"http://updates.jenkins-ci.org/download/plugins/puppet/1.1/puppet.hpi","version":"1.1","wiki":"https://plugins.jenkins.io/puppet"},"puppet-enterprise-pipeline":{"buildDate":"Jan 19, 2017","dependencies":[{"name":"workflow-api","optional":false,"version":"2.3"},{"name":"workflow-basic-steps","optional":false,"version":"2.0"},{"name":"workflow-cps","optional":false,"version":"2.17"},{"name":"workflow-durable-task-step","optional":false,"version":"2.4"},{"name":"credentials","optional":false,"version":"1.21"},{"name":"plain-credentials","optional":false,"version":"1.2"},{"name":"script-security","optional":false,"version":"1.22"},{"name":"structs","optional":false,"version":"1.3"}],"developers":[{"developerId":"ccaum","email":"carl@puppet.com","name":"Carl Caum"}],"excerpt":"Manage the location and communication options for Pipeline jobs to manage Puppet Enterprise.","gav":"org.jenkins-ci.plugins.workflow:puppet-enterprise-pipeline:1.3.1","labels":["devops","deployment"],"name":"puppet-enterprise-pipeline","previousTimestamp":"2017-01-13T23:48:15.00Z","previousVersion":"1.3.0","releaseTimestamp":"2017-01-19T19:02:23.00Z","requiredCore":"1.642.3","scm":"https://github.com/jenkinsci/puppet-enterprise-pipeline-plugin","sha1":"P6aJTO9muYwbtYky9nz5pWsTkU0=","sha256":"Ffxe+91jH6ptXpqZuOAzRlFj6uUTTGlfpDcgpLlo4YM=","title":"Puppet Enterprise Pipeline","url":"http://updates.jenkins-ci.org/download/plugins/puppet-enterprise-pipeline/1.3.1/puppet-enterprise-pipeline.hpi","version":"1.3.1","wiki":"https://plugins.jenkins.io/puppet-enterprise-pipeline"},"pureload":{"buildDate":"Aug 27, 2019","dependencies":[{"name":"structs","optional":false,"version":"1.7"}],"developers":[{"developerId":"JanAndersson","email":"jan.andersson@pureload.com","name":"Jan Andersson"}],"excerpt":"Publish load test results produced by
PureLoad<\/a>.","gav":"org.jenkins-ci.plugins:pureload:1.8","labels":[],"name":"pureload","previousTimestamp":"2019-01-26T09:33:03.00Z","previousVersion":"1.7","releaseTimestamp":"2019-08-27T08:46:19.00Z","requiredCore":"1.651.3","scm":"https://github.com/jenkinsci/pureload-plugin","sha1":"OmxviWB4SH0ApJvA/eNhgeC5hvM=","sha256":"zqTtEJY0kuVEhIeN0ryygp2zlxo+Pnvis97nxl2cHMo=","title":"PureLoad","url":"http://updates.jenkins-ci.org/download/plugins/pureload/1.8/pureload.hpi","version":"1.8","wiki":"https://plugins.jenkins.io/pureload"},"purge-build-queue-plugin":{"buildDate":"Aug 25, 2011","dependencies":[],"developers":[{"developerId":"jieryn","email":"jieryn@gmail.com","name":"Jesse Farinacci"}],"excerpt":"The Purge Build Queue Plugin<\/a> provides an easy mechanism to purge the build queue.","gav":"org.jenkins-ci.plugins:purge-build-queue-plugin:1.0","labels":["misc"],"name":"purge-build-queue-plugin","releaseTimestamp":"2011-08-25T04:32:06.00Z","requiredCore":"1.425","scm":"https://github.com/jenkinsci/purge-build-queue-plugin","sha1":"o1FGXRJoYPDa2gfqzNnXOW4e6Us=","sha256":"Cwx/ZeCFGvi0Nhe54zNdho14ABHl09aK4ozArQ50VNQ=","title":"Purge Build Queue","url":"http://updates.jenkins-ci.org/download/plugins/purge-build-queue-plugin/1.0/purge-build-queue-plugin.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/purge-build-queue-plugin"},"purge-job-history":{"buildDate":"Aug 23, 2019","dependencies":[],"developers":[{"developerId":"stephenconnolly","name":"Stephen Connolly"},{"developerId":"aytuncbeken","email":"aytuncbeken.ab@gmail.com","name":"Aytunc BEKEN"}],"excerpt":"This plugin provides the ability to purge all the build records of a job either via a CLI command or via the UI.","gav":"org.jenkins-ci.plugins:purge-job-history:1.2","labels":[],"minimumJavaVersion":"1.8","name":"purge-job-history","previousTimestamp":"2015-08-05T14:05:36.00Z","previousVersion":"1.1","releaseTimestamp":"2019-08-23T07:13:06.00Z","requiredCore":"2.176.1","scm":"https://github.com/jenkinsci/purge-job-history-plugin","sha1":"jvF01b9zHqhbTEfb3+OSDeX80ho=","sha256":"NP/fBa9fkn5hTN38+97K+pkpmTVHga0sMmwd7qeMkTs=","title":"Purge Job History","url":"http://updates.jenkins-ci.org/download/plugins/purge-job-history/1.2/purge-job-history.hpi","version":"1.2","wiki":"https://plugins.jenkins.io/purge-job-history"},"pvcs_scm":{"buildDate":"Jan 23, 2018","dependencies":[],"developers":[{"developerId":"blalor","email":"blalor@bravo5.org","name":"Brian Lalor"}],"excerpt":"This plugin provides integration with Serena's PVCS Version Manager SCM.","gav":"org.jenkins-ci.plugins:pvcs_scm:1.2","labels":["scm"],"name":"pvcs_scm","releaseTimestamp":"2018-01-23T19:27:24.00Z","requiredCore":"1.580.1","scm":"https://github.com/jenkinsci/pvcs_scm-plugin","sha1":"9R5qHgn0Khvjdeld9cdjB3iVXHI=","sha256":"lw6KaMivhz3ntMX5+bkWllWGpXzdmcyEnEeGgk06iOs=","title":"PVCS SCM","url":"http://updates.jenkins-ci.org/download/plugins/pvcs_scm/1.2/pvcs_scm.hpi","version":"1.2","wiki":"https://plugins.jenkins.io/pvcs_scm"},"pwauth":{"buildDate":"Dec 21, 2010","dependencies":[],"developers":[{"developerId":"mallox","email":"mallox@pyxzl.net","name":"Ravi Gairola"}],"excerpt":"This plug-in adds authentication via pwauth<\/a> and supports both *nix system users and groups through PAM.","gav":"org.jvnet.hudson.plugins:pwauth:0.4","labels":["user"],"name":"pwauth","releaseTimestamp":"2010-12-21T08:18:35.00Z","requiredCore":"1.389","scm":"https://github.com/jenkinsci/pwauth-plugin","sha1":"A/xofYwc8Wz8W3aWAQHubV5qmi8=","sha256":"oOhqJXq+rjfSHjm9TsBZV6HykNjKJJ0PPOJpVD1wbhs=","title":"PWauth Security Realm","url":"http://updates.jenkins-ci.org/download/plugins/pwauth/0.4/pwauth.hpi","version":"0.4","wiki":"https://plugins.jenkins.io/pwauth"},"pyenv":{"buildDate":"Aug 06, 2014","dependencies":[{"name":"ruby-runtime","optional":false,"version":"0.10"}],"developers":[{"developerId":"yamashita"}],"excerpt":"Run Jenkins builds in pyenv","gav":"org.jenkins-ci.ruby-plugins:pyenv:0.0.7","labels":["python"],"name":"pyenv","previousTimestamp":"2013-08-05T03:40:02.00Z","previousVersion":"0.0.6","releaseTimestamp":"2014-08-06T10:18:23.00Z","requiredCore":"1.432","scm":"https://github.com/jenkinsci/pyenv-plugin","sha1":"HDrGh2u8NEPr80hDif4a4H0J3es=","sha256":"Fcnv43eu9D0JRvhXO3tLdVMJQmKq7f7XN+8ot5JQQDk=","title":"pyenv","url":"http://updates.jenkins-ci.org/download/plugins/pyenv/0.0.7/pyenv.hpi","version":"0.0.7","wiki":"https://plugins.jenkins.io/pyenv"},"pyenv-pipeline":{"buildDate":"Jul 09, 2019","dependencies":[{"name":"workflow-durable-task-step","optional":false,"version":"2.11"},{"name":"workflow-step-api","optional":false,"version":"2.9"}],"developers":[{"developerId":"cstarner","email":"colin.starner@gmail.com","name":"Colin Starner"}],"excerpt":"Allows a Durable Task (sh or bat) to be executed within a Python virtualenv","gav":"org.jenkins-ci.plugins:pyenv-pipeline:2.1.2","labels":[],"name":"pyenv-pipeline","previousTimestamp":"2019-02-26T21:25:13.00Z","previousVersion":"2.1.1-STAGING","releaseTimestamp":"2019-07-09T01:55:33.00Z","requiredCore":"1.651.2","scm":"https://github.com/jenkinsci/pyenv-pipeline-plugin","sha1":"3GffYhockeE2tlEjHMLa+WwADfM=","sha256":"EvcLOULk8d2LUAzOTlbQ5MNLTh1L98YEEnIPIcJ6EZs=","title":"Pyenv Pipeline","url":"http://updates.jenkins-ci.org/download/plugins/pyenv-pipeline/2.1.2/pyenv-pipeline.hpi","version":"2.1.2","wiki":"https://plugins.jenkins.io/pyenv-pipeline"},"python":{"buildDate":"Oct 28, 2015","dependencies":[],"developers":[{"developerId":"rtyler","email":"tyler@slide.com","name":"R. Tyler Ballance"}],"excerpt":"Adds the ability to execute python scripts as build steps.","gav":"org.jenkins-ci.plugins:python:1.3","labels":["builder"],"name":"python","previousTimestamp":"2011-11-16T20:19:18.00Z","previousVersion":"1.2","releaseTimestamp":"2015-10-28T09:58:22.00Z","requiredCore":"1.565.1","scm":"https://github.com/jenkinsci/scp-plugin","sha1":"P08OgUrgQHTwSmqZK+Tb2WeJY98=","sha256":"gZVYRO0RsjUKn/KePMdfZrCTmk1FvyBdXUgITyDSM2M=","title":"Python","url":"http://updates.jenkins-ci.org/download/plugins/python/1.3/python.hpi","version":"1.3","wiki":"https://plugins.jenkins.io/python"},"python-wrapper":{"buildDate":"May 22, 2014","dependencies":[],"developers":[{"developerId":"bambas","name":"Tomas Bambas"}],"excerpt":"This plugin provides the runtime library for plugins written in Python.","gav":"org.jenkins-ci.plugins:python-wrapper:1.0.3","labels":["library"],"name":"python-wrapper","previousTimestamp":"2014-03-30T22:50:36.00Z","previousVersion":"1.0.2","releaseTimestamp":"2014-05-22T15:33:36.00Z","requiredCore":"1.509.4","scm":"https://github.com/jenkinsci/jenkins.py","sha1":"r61CFNxzdNto0ik43GeNQD4YLj4=","sha256":"2lL742y5kFyEuA0zHakvry0+sm7pI5AIPcYhTTFn+rY=","title":"Python Wrapper","url":"http://updates.jenkins-ci.org/download/plugins/python-wrapper/1.0.3/python-wrapper.hpi","version":"1.0.3","wiki":"https://plugins.jenkins.io/python-wrapper"},"qc":{"buildDate":"Jan 12, 2012","dependencies":[],"developers":[{"developerId":"tmaurel","name":"Thomas Maurel"},{"developerId":"rseguy","name":"Romain Seguy"}],"excerpt":"Trigger HP Quality Center test sets from Hudson","gav":"org.jenkins-ci.plugins:qc:1.2.1","labels":["report","builder"],"name":"qc","previousTimestamp":"2011-12-07T13:12:27.00Z","previousVersion":"1.2","releaseTimestamp":"2012-01-12T15:45:37.00Z","requiredCore":"1.409","scm":"https://github.com/jenkinsci/qc-plugin","sha1":"hKLzEjb829TBh0EXSHss2qq7o3M=","sha256":"oXyiSjeuzL4Pwc15aN66/kOKloV9Cpt38hzdvW7nfMc=","title":"Quality Center","url":"http://updates.jenkins-ci.org/download/plugins/qc/1.2.1/qc.hpi","version":"1.2.1","wiki":"https://plugins.jenkins.io/qc"},"qftest":{"buildDate":"Jul 19, 2018","dependencies":[{"name":"htmlpublisher","optional":false,"version":"1.3"},{"name":"junit","optional":false,"version":"1.5"}],"developers":[{"developerId":"qfs","email":"thomas.max@qfs.de","name":"Thomas Max"}],"excerpt":"QF-Test<\/a> is a cross-platform software tool for the GUI test automation specialized on Java and Web applications.","gav":"org.jenkins-ci.plugins:qftest:1.0.18","labels":["report","builder"],"name":"qftest","previousTimestamp":"2018-04-10T06:17:37.00Z","previousVersion":"1.0.16","releaseTimestamp":"2018-07-19T12:59:22.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/qftest-plugin","sha1":"xFMP7oAMjmO4hJNZW7HMtnmgORQ=","sha256":"1FpNAo6xB+mUv7P7UATQn6dXjWdOAeX5KhtFwcU3t4c=","title":"QF-Test","url":"http://updates.jenkins-ci.org/download/plugins/qftest/1.0.18/qftest.hpi","version":"1.0.18","wiki":"https://plugins.jenkins.io/qftest"},"qmetry-for-jira-test-management":{"buildDate":"Jul 09, 2019","dependencies":[{"name":"credentials","optional":false,"version":"2.0"},{"name":"junit","optional":false,"version":"1.6"},{"name":"workflow-job","optional":false,"version":"2.1"},{"name":"pipeline-utility-steps","optional":false,"version":"1.1.1"}],"developers":[{"developerId":"dharaghodasara","email":"dhara.ghodasara@infostretch.com","name":"Dhara Ghodasara"}],"excerpt":"Ship high quality products, faster by linking automated test results from Jenkins to QMetry Test Management for Jira.","gav":"org.jenkins-ci.plugins:qmetry-for-jira-test-management:1.13","labels":[],"name":"qmetry-for-jira-test-management","previousTimestamp":"2019-02-26T13:46:47.00Z","previousVersion":"1.12","releaseTimestamp":"2019-07-09T13:34:31.00Z","requiredCore":"2.0","scm":"https://github.com/jenkinsci/qmetry-for-jira-test-management-plugin/","sha1":"dbkH9PL6JNDYAGqdndCMT1PlTFw=","sha256":"nbJrA4gAO1fHSeKUbhJ/dYpb24wfwc/jKNvJOVTbcZU=","title":"QMetry for JIRA - Test Management","url":"http://updates.jenkins-ci.org/download/plugins/qmetry-for-jira-test-management/1.13/qmetry-for-jira-test-management.hpi","version":"1.13","wiki":"https://plugins.jenkins.io/qmetry-for-jira-test-management"},"qmetry-test-management":{"buildDate":"May 28, 2019","dependencies":[{"name":"workflow-job","optional":false,"version":"2.1"},{"name":"structs","optional":false,"version":"1.7"}],"developers":[{"developerId":"dharaghodasara","email":"dhara.ghodasara@infostretch.com","name":"Dhara Ghodasara"}],"excerpt":"Ship high quality products, faster by linking automated test results from Jenkins to QMetry Test Management.","gav":"org.jenkins-ci.plugins:qmetry-test-management:1.7","labels":[],"name":"qmetry-test-management","previousTimestamp":"2019-05-03T11:35:06.00Z","previousVersion":"1.6","releaseTimestamp":"2019-05-28T09:09:30.00Z","requiredCore":"2.7.3","scm":"https://github.com/jenkinsci/qmetry-test-management-plugin","sha1":"GJpmLn+bj/teeKuUfD8d5dLbtpc=","sha256":"YzB/3+FSC/UYz6zFWBxsnHdMdXbf6DMJ/wWCuLykeGc=","title":"QMetry Test Management","url":"http://updates.jenkins-ci.org/download/plugins/qmetry-test-management/1.7/qmetry-test-management.hpi","version":"1.7","wiki":"https://plugins.jenkins.io/qmetry-test-management"},"qrebel":{"buildDate":"Apr 09, 2019","dependencies":[],"developers":[{"developerId":"f0lik","email":"Pavel.Fol@roguewave.com","name":"Pavel Fol"},{"developerId":"vasilyt","email":"Vasily.Tsvetkov@roguewave.com","name":"Vasily Tsvetkov"}],"excerpt":"Query your application performance in QRebel and manage your build status.","gav":"org.jenkins-ci.plugins:qrebel:1.0.1","labels":["devops","external","post-build","report"],"minimumJavaVersion":"1.8","name":"qrebel","releaseTimestamp":"2019-04-09T12:30:23.00Z","requiredCore":"2.150.3","scm":"https://github.com/jenkinsci/qrebel-plugin","sha1":"t4NgOdPfyZ944t8nm3NQvYWXFJY=","sha256":"+cG86YafX9OBjQ/35eiv1KFibOld+OUKFbmMSlQwCvM=","title":"QRebel","url":"http://updates.jenkins-ci.org/download/plugins/qrebel/1.0.1/qrebel.hpi","version":"1.0.1","wiki":"https://plugins.jenkins.io/qrebel"},"qtest":{"buildDate":"Aug 09, 2019","dependencies":[{"name":"workflow-support","optional":false,"version":"2.15"},{"name":"workflow-job","optional":false,"version":"1.15"},{"name":"junit","optional":false,"version":"1.9"},{"name":"workflow-aggregator","optional":false,"version":"1.15"},{"name":"workflow-step-api","optional":false,"version":"2.14"}],"developers":[{"developerId":"qasymphony","email":"info@qasymphony.com","name":"QASymphony"},{"developerId":"gunivan","email":"trongle@qasymphony.com","name":"Trong Le"},{"developerId":"tamvo","email":"tamvo@qasymphony.com","name":"Tam Vo"},{"developerId":"phuta","email":"phuta@qasymphony.com","name":"Phu Ta"},{"developerId":"anpham","email":"anpham@qasymphony.com","name":"An Pham"}],"excerpt":"This plugin collects and reports unit test results to qTest. It supports any testing frameworks which are capable of generating JUnit XML format test reports.","gav":"com.qasymphony.ci.jenkins:qtest:1.4.4","labels":["post-build","external"],"name":"qtest","previousTimestamp":"2019-08-09T04:19:42.00Z","previousVersion":"1.4.3","releaseTimestamp":"2019-08-09T04:40:03.00Z","requiredCore":"2.6","scm":"https://github.com/jenkinsci/qtest-plugin","sha1":"7Gnhk4WFkrA79poT3a9nO2UOrTE=","sha256":"WU1ukCXIYXnwWkCKOl/K8xp1NRQ/HsLkS8nml5cBzUw=","title":"qTest","url":"http://updates.jenkins-ci.org/download/plugins/qtest/1.4.4/qtest.hpi","version":"1.4.4","wiki":"https://plugins.jenkins.io/qtest"},"quality-gates":{"buildDate":"May 17, 2016","dependencies":[],"developers":[{"developerId":"ivanash","name":"Ivana Shekerova"},{"developerId":"egrozdani","name":"Eleni Grozdani"},{"developerId":"dpd90","name":"Dimitar Pop-Dimitrov"}],"excerpt":"Fails the build whenever the Quality Gates criteria in the Sonar analysis aren't met (the project Quality Gates status is different than \"Passed\")","gav":"org.jenkins-ci.plugins:quality-gates:2.5","labels":[],"name":"quality-gates","previousTimestamp":"2016-04-19T10:36:26.00Z","previousVersion":"2.3","releaseTimestamp":"2016-05-17T12:14:45.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/quality-gates-plugin","sha1":"wc9/VZURzbmbASaoeiFHVh7BKo4=","sha256":"iLYXB2OXNOvjJPLPFEfWP/25Lvm98ipY0R5JiL9r0jw=","title":"Quality Gates","url":"http://updates.jenkins-ci.org/download/plugins/quality-gates/2.5/quality-gates.hpi","version":"2.5","wiki":"https://plugins.jenkins.io/quality-gates"},"qualityclouds":{"buildDate":"Oct 11, 2018","dependencies":[{"name":"apache-httpcomponents-client-4-api","optional":false,"version":"4.5.3-2.0"},{"name":"credentials","optional":false,"version":"2.1.9"},{"name":"plain-credentials","optional":false,"version":"1.4"},{"name":"spring-initalzr","optional":false,"version":"1.4"}],"developers":[{"developerId":"saleig","email":"ignacio@qualityclouds.com","name":"Ignacio Sales"}],"excerpt":"Run Quality Clouds Scans against your ServiceNow and Salesforce instances.","gav":"io.jenkins.plugins:qualityclouds:1.0.1","labels":[],"name":"qualityclouds","releaseTimestamp":"2018-10-11T11:56:18.00Z","requiredCore":"2.138.1","scm":"https://github.com/jenkinsci/qualityclouds-plugin","sha1":"355EsqJb2SnfIZqdbCAJCShlJsE=","sha256":"1SFmwt1ID+snQssMfg0Uf7yadD5HZxl8rqMaLvaMilI=","title":"Quality Clouds Scan","url":"http://updates.jenkins-ci.org/download/plugins/qualityclouds/1.0.1/qualityclouds.hpi","version":"1.0.1","wiki":"https://plugins.jenkins.io/qualityclouds"},"quayio-trigger":{"buildDate":"Jan 20, 2016","dependencies":[{"name":"buildtriggerbadge","optional":true,"version":"2.2"}],"developers":[{"developerId":"jcsirot","email":"sirot@chelonix.com","name":"Jean-Christophe Sirot"}],"excerpt":"","gav":"org.jenkins-ci.plugins:quayio-trigger:0.1","labels":["trigger"],"name":"quayio-trigger","releaseTimestamp":"2016-01-20T09:36:34.00Z","requiredCore":"1.580.1","scm":"https://github.com/jenkinsci/quayio-trigger-plugin","sha1":"nMH6bxvZHqoeCjjj8QkvYFlgcFk=","sha256":"npAmcq51258Mq07dUicb9nEQvGsPoqIjC38fOCsZEOA=","title":"Quay.io trigger","url":"http://updates.jenkins-ci.org/download/plugins/quayio-trigger/0.1/quayio-trigger.hpi","version":"0.1","wiki":"https://plugins.jenkins.io/quayio-trigger"},"queue-cleanup":{"buildDate":"Nov 07, 2018","dependencies":[],"developers":[{"developerId":"vjuranek","name":"Vojtech Juranek"},{"developerId":"runzexia","email":"root@junwuhui.cn","name":"Runze Xia"}],"excerpt":"Remove stalled items waiting in Jenkins queue","gav":"org.jenkins-ci.plugins:queue-cleanup:1.3","labels":[],"name":"queue-cleanup","previousTimestamp":"2018-11-04T12:59:48.00Z","previousVersion":"1.2","releaseTimestamp":"2018-11-07T05:39:21.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/queue-cleanup-plugin","sha1":"l/KTXz5N7S36FcxQmKRnRaiV3VY=","sha256":"JSqsHImQ+r4MfqUTWmmE86Xwz0D0P8mTb9sEE/F8PPI=","title":"Queue cleanup","url":"http://updates.jenkins-ci.org/download/plugins/queue-cleanup/1.3/queue-cleanup.hpi","version":"1.3","wiki":"https://plugins.jenkins.io/queue-cleanup"},"qy-wechat-notification":{"buildDate":"Aug 13, 2019","dependencies":[{"name":"workflow-job","optional":false,"version":"1.11"},{"name":"structs","optional":false,"version":"1.2"}],"developers":[{"developerId":"laijiaju","email":"xiaoj313@gmail.com","name":"laijiaju"}],"excerpt":"This plugin is a bot that can publish build statuses and send messages to qy wechat.","gav":"org.jenkins-ci.plugins:qy-wechat-notification:1.0.1","labels":[],"minimumJavaVersion":"1.8","name":"qy-wechat-notification","previousTimestamp":"2019-08-05T06:20:25.00Z","previousVersion":"1.0.0","releaseTimestamp":"2019-08-13T01:09:07.00Z","requiredCore":"2.60.1","scm":"https://github.com/jenkinsci/qy-wechat-notification-plugin","sha1":"80EdL/lM3dUgnruYGPzQ+jOl4/k=","sha256":"/ZY1F0PrHwDwNMGuKUusOasVUu9OFBLtjwaZA/0y6Sw=","title":"Qy Wechat Notification","url":"http://updates.jenkins-ci.org/download/plugins/qy-wechat-notification/1.0.1/qy-wechat-notification.hpi","version":"1.0.1","wiki":"https://plugins.jenkins.io/qy-wechat-notification"},"r":{"buildDate":"May 20, 2017","dependencies":[{"name":"workflow-durable-task-step","optional":false,"version":"2.6"}],"developers":[{"developerId":"kinow","email":"brunodepaulak@yahoo.com.br","name":"Bruno P. Kinoshita"}],"excerpt":"Adds the ability to execute R scripts as build steps.","gav":"org.biouno.r:r:0.5","labels":["builder"],"name":"r","previousTimestamp":"2017-01-12T22:59:26.00Z","previousVersion":"0.4","releaseTimestamp":"2017-05-20T01:39:47.00Z","requiredCore":"1.642.3","scm":"https://github.com/jenkinsci/r-plugin","sha1":"QUnvsfMIZ14TQf862CwzzYA5HSY=","sha256":"Aeblp0/n8jg7Tjwir3XwS/mZQDSQCTkkhmXNbDuqp0s=","title":"R","url":"http://updates.jenkins-ci.org/download/plugins/r/0.5/r.hpi","version":"0.5","wiki":"https://plugins.jenkins.io/r"},"r7insight-log-forwarder":{"buildDate":"Jun 28, 2018","compatibleSinceVersion":"0.17","dependencies":[],"developers":[{"developerId":"scawley"}],"excerpt":"Forwards console output for a build to Rapid7 Insight Platform","gav":"org.jenkins-ci.plugins:r7insight-log-forwarder:0.0.1","labels":[],"name":"r7insight-log-forwarder","releaseTimestamp":"2018-06-28T14:39:35.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/r7insight-log-forwarder-plugin","sha1":"6CHdimu7RJf8TzSfVlLYpGNB1Is=","sha256":"MOSHQ80x2aIkWFhCHnE2gtTp1Ihb8yFfgBirXH2YaPk=","title":"Rapid7 InsightOps Log Forwarder","url":"http://updates.jenkins-ci.org/download/plugins/r7insight-log-forwarder/0.0.1/r7insight-log-forwarder.hpi","version":"0.0.1","wiki":"https://plugins.jenkins.io/r7insight-log-forwarder"},"rabbitmq-build-trigger":{"buildDate":"Oct 12, 2017","dependencies":[{"name":"rabbitmq-consumer","optional":false,"version":"2.5"}],"developers":[{"developerId":"rin_ne","email":"rinrin.ne@gmail.com","name":"rinrinne"}],"excerpt":"This plugin triggers build using remote build message in RabbitMQ queue.","gav":"org.jenkins-ci.plugins:rabbitmq-build-trigger:2.5","labels":["trigger"],"name":"rabbitmq-build-trigger","previousTimestamp":"2014-08-19T06:27:20.00Z","previousVersion":"2.3","releaseTimestamp":"2017-10-12T09:19:37.00Z","requiredCore":"1.625","scm":"https://github.com/jenkinsci/rabbitmq-build-trigger-plugin","sha1":"85+0cfRvw1vZ+aUTf3lRtOILX1E=","sha256":"4SrL7OYpbIH1vtqCCHPmXuL7yzjogljTuNq+v0ggKVw=","title":"RabbitMQ Build Trigger","url":"http://updates.jenkins-ci.org/download/plugins/rabbitmq-build-trigger/2.5/rabbitmq-build-trigger.hpi","version":"2.5","wiki":"https://plugins.jenkins.io/rabbitmq-build-trigger"},"rabbitmq-consumer":{"buildDate":"Jan 24, 2018","dependencies":[],"developers":[{"developerId":"rin_ne","email":"rinrin.ne@gmail.com","name":"rinrinne"}],"excerpt":"This plugin connects RabbitMQ service, receive application message in queue, then deliver to listeners.","gav":"org.jenkins-ci.plugins:rabbitmq-consumer:2.8","labels":["notifier"],"name":"rabbitmq-consumer","previousTimestamp":"2014-11-06T05:53:56.00Z","previousVersion":"2.7","releaseTimestamp":"2018-01-24T09:27:23.00Z","requiredCore":"2.7.1","scm":"https://github.com/jenkinsci/rabbitmq-consumer-plugin","sha1":"yzH9qrzMUsc5hU76k9cmGq3BStw=","sha256":"XiszxkzwDG4AoVok6v30yRhhR9HKVYORJB8f0/92z2c=","title":"RabbitMQ Consumer","url":"http://updates.jenkins-ci.org/download/plugins/rabbitmq-consumer/2.8/rabbitmq-consumer.hpi","version":"2.8","wiki":"https://plugins.jenkins.io/rabbitmq-consumer"},"rabbitmq-publisher":{"buildDate":"May 22, 2019","dependencies":[],"developers":[{"developerId":"legall_benoit","email":"legall.benoit@gmail.com","name":"Le Gall Benoît"}],"excerpt":"This plugin add support for publishing on Rabbit-MQ.","gav":"org.jenkins-ci.plugins:rabbitmq-publisher:1.3.1","labels":[],"name":"rabbitmq-publisher","previousTimestamp":"2019-05-16T18:28:42.00Z","previousVersion":"1.3.0","releaseTimestamp":"2019-05-22T20:31:53.00Z","requiredCore":"2.73","scm":"https://github.com/jenkinsci/rabbitmq-publisher-plugin","sha1":"Abi26jhaieJMs3C/MVIzlqGrVnQ=","sha256":"Zn95Q9jYAqgcHRybcLNblfW5DsCE/Or2aqVUasmEwh4=","title":"Rabbit-MQ Publisher","url":"http://updates.jenkins-ci.org/download/plugins/rabbitmq-publisher/1.3.1/rabbitmq-publisher.hpi","version":"1.3.1","wiki":"https://plugins.jenkins.io/rabbitmq-publisher"},"rad-builder":{"buildDate":"Mar 04, 2011","dependencies":[],"developers":[{"developerId":"rseguy","email":"romain.seguy@gmail.com","name":"Romain Seguy"}],"excerpt":"This plugin adds an "IBM Rational Application Developer 7.0/7.5" builder which allows to build a set of RAD projects using RAD's headless mode.","gav":"org.jvnet.hudson.plugins:rad-builder:1.1.4","labels":["builder"],"name":"rad-builder","previousTimestamp":"2011-02-21T10:14:58.00Z","previousVersion":"1.1.3","releaseTimestamp":"2011-03-04T09:38:03.00Z","requiredCore":"1.375","scm":"https://github.com/jenkinsci/rad-builder-plugin","sha1":"pM4htrn1zMf51bPf1CAZoIZFPrA=","sha256":"AvY60lp7eNYy/52nGTNApHLy07OFpdaewije1CkPE4E=","title":"RAD Builder","url":"http://updates.jenkins-ci.org/download/plugins/rad-builder/1.1.4/rad-builder.hpi","version":"1.1.4","wiki":"https://plugins.jenkins.io/rad-builder"},"radargun":{"buildDate":"Aug 07, 2019","dependencies":[],"developers":[{"developerId":"vjuranek","name":"Vojtech Juranek"},{"developerId":"dlovison","name":"Diego Lovison"}],"excerpt":"","gav":"org.jenkins-ci.plugins:radargun:1.7","labels":["builder"],"name":"radargun","previousTimestamp":"2018-10-12T08:53:25.00Z","previousVersion":"1.6","releaseTimestamp":"2019-08-07T20:56:11.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/radargun-plugin","sha1":"7zaUhJ2O4GyKd8mw1+c96dd+Hgg=","sha256":"d2pxAD8PX4dJXWhP5XtZZ43Wrg+bMxyR6WaGp+YIJa4=","title":"RadarGun","url":"http://updates.jenkins-ci.org/download/plugins/radargun/1.7/radargun.hpi","version":"1.7","wiki":"https://plugins.jenkins.io/radargun"},"radargun-reporting":{"buildDate":"Mar 05, 2018","dependencies":[{"name":"workflow-api","optional":false,"version":"2.22"},{"name":"workflow-step-api","optional":false,"version":"2.12"},{"name":"script-security","optional":false,"version":"1.30"},{"name":"structs","optional":false,"version":"1.7"}],"developers":[{"developerId":"abar","email":"alexanderbarbie@gmx.de","name":"Alexander Barbie"}],"excerpt":"This plugin is a sample plugin to explain how to write a Jenkins plugin.","gav":"org.jenkins-ci.plugins:radargun-reporting:1.0.3","labels":[],"name":"radargun-reporting","previousTimestamp":"2018-02-15T12:05:46.00Z","previousVersion":"1.0.2","releaseTimestamp":"2018-03-05T13:29:04.00Z","requiredCore":"2.89.3","scm":"https://github.com/jenkinsci/radargun-reporting-plugin","sha1":"QeNBRwlHV2+YsxMUpsHemW/l5f0=","sha256":"I1UBdZdQ5+VVcXIsc7QFhKm3NEFLyF8XJQVZNSZu3dI=","title":"RadarGun Reporting","url":"http://updates.jenkins-ci.org/download/plugins/radargun-reporting/1.0.3/radargun-reporting.hpi","version":"1.0.3","wiki":"https://plugins.jenkins.io/radargun-reporting"},"radiatorviewplugin":{"buildDate":"Jan 18, 2017","dependencies":[{"name":"claim","optional":false,"version":"1.7"},{"name":"cloudbees-folder","optional":false,"version":"5.13"},{"name":"matrix-project","optional":false,"version":"1.4.1"},{"name":"junit","optional":false,"version":"1.19"}],"developers":[{"developerId":"batmat","email":"batmat@batmat.net","name":"Baptiste Mathus"}],"excerpt":"Adds a new high visibility view of project status.","gav":"org.jenkins-ci.plugins:radiatorviewplugin:1.29","labels":["report","ui"],"name":"radiatorviewplugin","previousTimestamp":"2016-11-05T23:50:21.00Z","previousVersion":"1.28","releaseTimestamp":"2017-01-18T22:35:46.00Z","requiredCore":"1.642.3","scm":"https://github.com/jenkinsci/radiatorview-plugin","sha1":"NOsj50Nuyo6Hjks5+lsgJLEoqGc=","sha256":"B5kbQpABRR80fMFvMQ6+kqjt24LzamEApoUHmYt78Vk=","title":"Radiator View","url":"http://updates.jenkins-ci.org/download/plugins/radiatorviewplugin/1.29/radiatorviewplugin.hpi","version":"1.29","wiki":"https://plugins.jenkins.io/radiatorviewplugin"},"rake":{"buildDate":"Mar 13, 2014","dependencies":[],"developers":[{"developerId":"david_calavera","email":"calavera@apache.org","name":"David Calavera"}],"excerpt":"The Rake<\/a> plugin allows to execute rake task from Jenkins.","gav":"org.jenkins-ci.plugins:rake:1.8.0","labels":["builder","ruby"],"name":"rake","previousTimestamp":"2013-08-06T15:47:51.00Z","previousVersion":"1.7.8","releaseTimestamp":"2014-03-13T18:34:53.00Z","requiredCore":"1.447","scm":"https://github.com/jenkinsci/rake-plugin","sha1":"CY3XyEpEAo0I1fMsjcctzYzZtqs=","sha256":"XSQNMJUw6VvHvT1IZ44W9S6atALIJyd+2hiOSZYvsZ8=","title":"Rake","url":"http://updates.jenkins-ci.org/download/plugins/rake/1.8.0/rake.hpi","version":"1.8.0","wiki":"https://plugins.jenkins.io/rake"},"rally-plugin":{"buildDate":"Nov 15, 2016","dependencies":[{"name":"credentials","optional":false,"version":"1.9.4"}],"developers":[{"developerId":"tushar686","email":"tushar686@gmail.com","name":"Tushar Shinde"},{"developerId":"mike-rogers","email":"r.m.rogers@gmail.com","name":"R. Michael Rogers"}],"excerpt":"Updates Rally Task and ChangeSet data based on your commit messages","gav":"org.jenkins-ci.plugins:rally-plugin:2.2.2","labels":["scm-related"],"name":"rally-plugin","previousTimestamp":"2015-11-24T12:42:49.00Z","previousVersion":"2.2.1","releaseTimestamp":"2016-11-15T21:02:42.00Z","requiredCore":"1.565.3","scm":"https://github.com/jenkinsci/rally-plugin","sha1":"mTTW4HeOsN+JQpgbN3uOM+CVKxU=","sha256":"19RTKQ0EfMQSDrOx0AwBP3bKCa/1kxeeZ1esJ4Aimyg=","title":"Rally","url":"http://updates.jenkins-ci.org/download/plugins/rally-plugin/2.2.2/rally-plugin.hpi","version":"2.2.2","wiki":"https://plugins.jenkins.io/rally-plugin"},"rallyBuild":{"buildDate":"Aug 29, 2013","dependencies":[],"developers":[{"developerId":"joshughes","name":"Joseph Hughes"}],"excerpt":"This plugin will find Rally artifacts and update them. The goal is to allow your coding process to keep your Rally Project Artifacts up to date.","gav":"org.jenkins-ci.plugins:rallyBuild:1.2","labels":[],"name":"rallyBuild","previousTimestamp":"2013-08-29T02:41:27.00Z","previousVersion":"1.1","releaseTimestamp":"2013-08-29T21:28:42.00Z","requiredCore":"1.509.1","sha1":"yH25898mh/S/z/XQ6nYwOkPWQcc=","sha256":"g7ghePFzacrsQh6ctEy4XmmsUQneACni48lkjYli9Qs=","title":"rallyBuild","url":"http://updates.jenkins-ci.org/download/plugins/rallyBuild/1.2/rallyBuild.hpi","version":"1.2","wiki":"https://plugins.jenkins.io/rallyBuild"},"rancher":{"buildDate":"Dec 31, 2018","compatibleSinceVersion":"1.1.0","dependencies":[{"name":"credentials","optional":false,"version":"2.1.13"},{"name":"plain-credentials","optional":true,"version":"1.4"}],"developers":[{"developerId":"yunlzheng","email":"yunl.zheng@gmail.com","name":"yunlzheng"}],"excerpt":"This plugin is a rancher plugin to deploy/upgrade service to rancher","gav":"org.jenkins-ci.plugins:rancher:1.0.13","labels":[],"name":"rancher","previousTimestamp":"2018-04-27T01:53:51.00Z","previousVersion":"1.0.11","releaseTimestamp":"2018-12-31T08:37:51.00Z","requiredCore":"2.11","scm":"https://github.com/jenkinsci/rancher-plugin","sha1":"xDkzuLvnHS1aIdMjHDH8sfo//a4=","sha256":"A20AA76O4hK4zaZ6by+14SKKKLej7kIhyoM2Fg3UAWs=","title":"Rancher","url":"http://updates.jenkins-ci.org/download/plugins/rancher/1.0.13/rancher.hpi","version":"1.0.13","wiki":"https://plugins.jenkins.io/rancher"},"random-job-builder":{"buildDate":"Apr 09, 2014","dependencies":[],"developers":[{"developerId":"stephenconnolly","name":"Stephen Connolly"}],"excerpt":"This plugin builds randomly selected jobs at a specified rate.","gav":"org.jenkins-ci.plugins:random-job-builder:1.0","labels":[],"name":"random-job-builder","releaseTimestamp":"2014-04-09T13:59:01.00Z","requiredCore":"1.532","scm":"https://github.com/jenkinsci/random-job-builder-plugin","sha1":"iT2aaWS2dZR6ij7cxrP4giArqak=","sha256":"nKKb+nYHCbzVgRELUMIUfL1n6nny4BfHjWQ5evHxofI=","title":"Random Job Builder","url":"http://updates.jenkins-ci.org/download/plugins/random-job-builder/1.0/random-job-builder.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/random-job-builder"},"random-string-parameter":{"buildDate":"Aug 12, 2012","dependencies":[],"developers":[{"developerId":"piotrskotnicki","email":"piotr.skotnicki@gmail.com","name":"Piotr Skotnicki"}],"excerpt":"Adds a new parameter type called Random String Parameter which inserts a random string that prevents Jenkins from merging multiple job runs into one.","gav":"org.jenkins-ci.plugins:random-string-parameter:1.0","labels":["parameter"],"name":"random-string-parameter","releaseTimestamp":"2012-08-12T17:19:45.00Z","requiredCore":"1.409","scm":"https://github.com/jenkinsci/random-string-parameter-plugin","sha1":"SRTRxyIUjyum+CwnxEMCP9prebY=","sha256":"PzU3T9DrtMGQ3ohe+dSbbno1euKNSnGcpR8qSsvCRO0=","title":"Random String Parameter","url":"http://updates.jenkins-ci.org/download/plugins/random-string-parameter/1.0/random-string-parameter.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/random-string-parameter"},"ranorex-integration":{"buildDate":"Apr 05, 2018","dependencies":[],"developers":[{"developerId":"mstoegerer","email":"markus.stoegerer@gmail.com","name":"Markus Stoegerer"}],"excerpt":"This plugin provides an easy way to run a Ranorex test suite as a build step in your Jenkins job.","gav":"org.jenkins-ci.plugins:ranorex-integration:0.2.0","labels":[],"name":"ranorex-integration","previousTimestamp":"2018-03-19T12:36:59.00Z","previousVersion":"0.1.4","releaseTimestamp":"2018-04-05T11:42:48.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/ranorex-integration-plugin","sha1":"rfnONhrZn2FMfn9HiMAl68qeAFs=","sha256":"44bbZUrg5xVURFMJNrRI0MdECQic30wVehSH8PfPSXY=","title":"Ranorex Test Execution","url":"http://updates.jenkins-ci.org/download/plugins/ranorex-integration/0.2.0/ranorex-integration.hpi","version":"0.2.0","wiki":"https://plugins.jenkins.io/ranorex-integration"},"rapid7-insightvm-container-assessment":{"buildDate":"Jun 21, 2019","dependencies":[{"name":"credentials","optional":false,"version":"2.1.16"},{"name":"docker-commons","optional":false,"version":"1.13"},{"name":"plain-credentials","optional":false,"version":"1.4"}],"developers":[{"developerId":"rapid7","name":"Rapid7"}],"excerpt":"The Rapid7 InsightVM Container Assessment plugin. Visit rapid7.com<\/a> for more information.","gav":"org.jenkins-ci.plugins:rapid7-insightvm-container-assessment:1.0.5","labels":[],"minimumJavaVersion":"1.8","name":"rapid7-insightvm-container-assessment","previousTimestamp":"2019-06-19T23:20:00.00Z","previousVersion":"1.0.4","releaseTimestamp":"2019-06-21T19:40:47.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/rapid7-insightvm-container-assessment-plugin","sha1":"NgW6mwbZheCRlDq6I7BhfI2RqQ0=","sha256":"jJGiqYF/NB1EvDvhSzdgdjcHybv378dTDsCECOq3r7s=","title":"InsightVM Container Image Scanner","url":"http://updates.jenkins-ci.org/download/plugins/rapid7-insightvm-container-assessment/1.0.5/rapid7-insightvm-container-assessment.hpi","version":"1.0.5","wiki":"https://plugins.jenkins.io/rapid7-insightvm-container-assessment"},"rapiddeploy-jenkins":{"buildDate":"Mar 19, 2019","dependencies":[{"name":"workflow-cps","optional":false,"version":"1.13"}],"developers":[{"developerId":"MidVision","email":"support@midvision.com","name":"MidVision"}],"excerpt":"Allows Jenkins users to use the RapidDeploy functionality on a Jenkins job or pipeline.","gav":"org.jenkins-ci.plugins:rapiddeploy-jenkins:4.0","labels":["external"],"name":"rapiddeploy-jenkins","previousTimestamp":"2017-09-22T07:58:58.00Z","previousVersion":"3.11","releaseTimestamp":"2019-03-19T15:36:47.00Z","requiredCore":"2.32.3","scm":"https://github.com/jenkinsci/rapiddeploy-plugin","sha1":"qUGpBkU8ftr9nv0r04m0v4Yz47o=","sha256":"EmfUYG2LO3dYPzbCCW0xbuFHHnMsCsbqSFMwnpjIcV8=","title":"RapidDeploy","url":"http://updates.jenkins-ci.org/download/plugins/rapiddeploy-jenkins/4.0/rapiddeploy-jenkins.hpi","version":"4.0","wiki":"https://plugins.jenkins.io/rapiddeploy-jenkins"},"rb":{"buildDate":"Jan 16, 2019","dependencies":[{"name":"credentials","optional":false,"version":"2.1.10"},{"name":"plain-credentials","optional":false,"version":"1.1"},{"name":"structs","optional":false,"version":"1.7"}],"developers":[{"developerId":"trowbrds","email":"david@beanbaginc.com","name":"David Trowbridge"}],"excerpt":"This plugin enables integration with Review Board, allowing review requests to automatically start builds, as well as have status updates provided by Jenkins.","gav":"org.jenkins-ci.plugins:rb:1.0","labels":[],"name":"rb","releaseTimestamp":"2019-01-16T00:44:17.00Z","requiredCore":"2.7.3","scm":"https://github.com/jenkinsci/rb-plugin","sha1":"TnDi/NccIE95RKyd+qwr+I9Ywp4=","sha256":"69PKAuSJfTY1gm6aOIrEDUYOoHasX8h9BtHoV/SfP/k=","title":"Review Board","url":"http://updates.jenkins-ci.org/download/plugins/rb/1.0/rb.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/rb"},"rbenv":{"buildDate":"Apr 18, 2016","dependencies":[{"name":"ruby-runtime","optional":false,"version":"0.10"}],"developers":[{"developerId":"usr0600238"}],"excerpt":"Run Jenkins builds in rbenv","gav":"org.jenkins-ci.ruby-plugins:rbenv:0.0.17","labels":["ruby"],"name":"rbenv","previousTimestamp":"2014-07-31T07:21:22.00Z","previousVersion":"0.0.16","releaseTimestamp":"2016-04-18T04:00:23.00Z","requiredCore":"1.432","scm":"https://github.com/jenkinsci/rbenv-plugin","sha1":"uhih3XqaZrseKNIW/a4x3wgkuJY=","sha256":"y/tjC92CQhtmkxKqlZdl4aopGV8q/kcNQylFo4RVO4M=","title":"rbenv","url":"http://updates.jenkins-ci.org/download/plugins/rbenv/0.0.17/rbenv.hpi","version":"0.0.17","wiki":"https://plugins.jenkins.io/rbenv"},"read-only-configurations":{"buildDate":"Aug 01, 2014","dependencies":[],"developers":[{"developerId":"lvotypko","email":"lvotypko@redhat.com","name":"Lucie Votypkova"}],"excerpt":"This add on computer page table with it's queue of jobs.","gav":"org.jenkins-ci.plugins:read-only-configurations:1.10","labels":[],"name":"read-only-configurations","previousTimestamp":"2014-07-31T09:12:24.00Z","previousVersion":"1.9","releaseTimestamp":"2014-08-01T12:15:06.00Z","requiredCore":"1.532","scm":"https://github.com/jenkinsci/read-only-configurations-plugin","sha1":"L4Q6ysWRYVqgXo1Y/pEyqA+z0hY=","sha256":"AsiYaPMpJSQrmZ0h9yu/UJdak74roAoXY9iqOyzwVaE=","title":"Read-only configurations","url":"http://updates.jenkins-ci.org/download/plugins/read-only-configurations/1.10/read-only-configurations.hpi","version":"1.10","wiki":"https://plugins.jenkins.io/read-only-configurations"},"readonly-parameters":{"buildDate":"Nov 26, 2015","dependencies":[],"developers":[{"developerId":"wy-scm","name":"wy-scm"}],"excerpt":"This plugin is a readonly parameter plugin.","gav":"org.jenkins-ci.plugins:readonly-parameters:1.0.0","labels":["parameter"],"name":"readonly-parameters","releaseTimestamp":"2015-11-26T12:50:57.00Z","requiredCore":"1.580.1","scm":"https://github.com/jenkinsci/readonly-parameter-plugin","sha1":"S14tVsz/1DKq6qb1xKR9/pkE6mA=","sha256":"PV4Jb9+kT/M+phz0wEbvhnYseO3Ktc1JlscYfMwFnFI=","title":"Readonly Parameter","url":"http://updates.jenkins-ci.org/download/plugins/readonly-parameters/1.0.0/readonly-parameters.hpi","version":"1.0.0","wiki":"https://plugins.jenkins.io/readonly-parameters"},"rebuild":{"buildDate":"Apr 28, 2019","dependencies":[{"name":"matrix-project","optional":false,"version":"1.12"}],"developers":[{"developerId":"gustafl","email":"gustaf.lundh@gmail.com","name":"Gustaf Lundh"}],"excerpt":"This plugin is for rebuilding a job using the same parameters.","gav":"com.sonyericsson.hudson.plugins.rebuild:rebuild:1.31","labels":["misc"],"name":"rebuild","previousTimestamp":"2019-03-25T15:21:23.00Z","previousVersion":"1.30","releaseTimestamp":"2019-04-28T16:32:37.00Z","requiredCore":"2.32.2","scm":"https://github.com/jenkinsci/rebuild-plugin","sha1":"AzXCK2rLctIZJEiktvQ2K7Ta4Ag=","sha256":"4WXXvciDphParKA/0eU17l4ls5s/rubEhzjXSeQEWNM=","title":"Rebuilder","url":"http://updates.jenkins-ci.org/download/plugins/rebuild/1.31/rebuild.hpi","version":"1.31","wiki":"https://plugins.jenkins.io/rebuild"},"recipe":{"buildDate":"Jun 03, 2014","dependencies":[{"name":"chosen","optional":false,"version":"1.0"}],"developers":[{"developerId":"kohsuke"}],"excerpt":"This plugin provides mechanism to export/import a set of Jenkins model objects between different Jenkins instances.","gav":"org.jenkins-ci.plugins:recipe:1.2","labels":[],"name":"recipe","previousTimestamp":"2013-11-22T15:25:08.00Z","previousVersion":"1.1","releaseTimestamp":"2014-06-03T17:43:27.00Z","requiredCore":"1.509.4","scm":"https://github.com/jenkinsci/recipe-plugin","sha1":"dhKbs7HQACas4+7UWb9cbZn7HOc=","sha256":"R3cCJLtFeV7jBNP8N04XU4JSBuwzmfGV4ZRQtQTPdqg=","title":"Recipe","url":"http://updates.jenkins-ci.org/download/plugins/recipe/1.2/recipe.hpi","version":"1.2","wiki":"https://plugins.jenkins.io/recipe"},"redgate-sql-ci":{"buildDate":"Jul 31, 2019","dependencies":[],"developers":[{"developerId":"petergerrard","email":"peter.gerrard@red-gate.com","name":"Peter Gerrard"},{"developerId":"Michelle_Taylor","email":"michelle.taylor@red-gate.com","name":"Michelle Taylor"}],"excerpt":"The Redgate SQL Change Automation Jenkins Plugin is an open-source plugin for using Redgate SQL Change Automation from within Jenkins. You can build, test, sync and publish database NuGet packages.","gav":"com.redgate.plugins.redgatesqlci:redgate-sql-ci:2.0.2","labels":["builder"],"name":"redgate-sql-ci","previousTimestamp":"2018-10-31T15:14:59.00Z","previousVersion":"2.0.1","releaseTimestamp":"2019-07-31T11:36:27.00Z","requiredCore":"1.580.1","scm":"https://github.com/jenkinsci/redgate-sql-ci-plugin","sha1":"lR689/RNK61mMJ+ql64XQDHwZ+k=","sha256":"5rV8omkzQRx+al44ujZbLkUtxUOrOzFVtGvJB2MnPJM=","title":"Redgate SQL Change Automation","url":"http://updates.jenkins-ci.org/download/plugins/redgate-sql-ci/2.0.2/redgate-sql-ci.hpi","version":"2.0.2","wiki":"https://plugins.jenkins.io/redgate-sql-ci"},"redmine":{"buildDate":"Aug 20, 2017","compatibleSinceVersion":"0.14","dependencies":[{"name":"subversion","optional":false,"version":"2.0.1"}],"developers":[{"developerId":"gaooh","name":"Akiko Asami"},{"developerId":"ljader","name":"Lukasz Jader"}],"excerpt":"This plugin integrates Redmine<\/a> project management into Jenkins.","gav":"org.jenkins-ci.plugins:redmine:0.21","labels":["external"],"name":"redmine","previousTimestamp":"2016-10-25T22:33:39.00Z","previousVersion":"0.20","releaseTimestamp":"2017-08-20T10:36:25.00Z","requiredCore":"1.466","scm":"https://github.com/jenkinsci/redmine-plugin","sha1":"9x/ucJxmrK7XYafQoihhINFoGkY=","sha256":"hzaX2s+lgnflPhpMsEj7bNNoQilgcbtgHkEl/OzUDFY=","title":"Redmine","url":"http://updates.jenkins-ci.org/download/plugins/redmine/0.21/redmine.hpi","version":"0.21","wiki":"https://plugins.jenkins.io/redmine"},"redmine-metrics-report":{"buildDate":"Oct 31, 2018","dependencies":[],"developers":[{"developerId":"bestoak","email":"shepherdlee1986@gmail.com","name":"Shepherd Lee"}],"excerpt":"This plugin aggregates redmine issues and creates html reports using google chart","gav":"io.jenkins.plugins:redmine-metrics-report:1.0.1","labels":[],"name":"redmine-metrics-report","previousTimestamp":"2018-10-07T02:11:05.00Z","previousVersion":"1.0.0","releaseTimestamp":"2018-10-31T03:26:14.00Z","requiredCore":"2.7.3","scm":"https://github.com/jenkinsci/redmine-metrics-report-plugin","sha1":"Lma9b+i65XdIrMy177+AzNFxHJw=","sha256":"tRW0OFjIgMoGUpLQFJXHrMiLn2BYzJE/yuNS50i54ng=","title":"Redmine Metrics Report","url":"http://updates.jenkins-ci.org/download/plugins/redmine-metrics-report/1.0.1/redmine-metrics-report.hpi","version":"1.0.1","wiki":"https://plugins.jenkins.io/redmine-metrics-report"},"refit":{"buildDate":"Jul 14, 2011","dependencies":[],"developers":[{"developerId":"hwellmann","email":"harald.wellmann@gmx.de","name":"Harald Wellmann"}],"excerpt":"Plugin for running Fit tests with reFit<\/a>.","gav":"com.googlecode.refit.jenkins:refit:0.3.1","labels":["report"],"name":"refit","previousTimestamp":"2011-04-05T20:09:27.00Z","previousVersion":"0.3","releaseTimestamp":"2011-07-14T19:00:53.00Z","requiredCore":"1.403","scm":"https://github.com/jenkinsci/refit-plugin","sha1":"IbilFMeyYoX5oHRQE7y39/yu60E=","sha256":"xFf3YwXhG7SbBGPwEr0VSN61VhmdjNlMuqdi5PrgAbc=","title":"reFit","url":"http://updates.jenkins-ci.org/download/plugins/refit/0.3.1/refit.hpi","version":"0.3.1","wiki":"https://plugins.jenkins.io/refit"},"regression-report-plugin":{"buildDate":"Dec 12, 2015","dependencies":[{"name":"junit","optional":false,"version":"1.3"},{"name":"mailer","optional":false,"version":"1.10"}],"developers":[{"developerId":"eller86","name":"Kengo TODA"}],"excerpt":"report when regression occurred via e-mail.","gav":"org.jenkins-ci.plugins:regression-report-plugin:1.5","labels":["report"],"name":"regression-report-plugin","previousTimestamp":"2015-09-08T17:23:12.00Z","previousVersion":"1.4","releaseTimestamp":"2015-12-12T10:01:30.00Z","requiredCore":"1.609.3","scm":"https://github.com/jenkinsci/regression-report-plugin","sha1":"Bz020pHEpvKHTAKYM/J+K0joEec=","sha256":"H5C7+qgv6PylWBv58WcLXe1JE639KvdRMaHw9boHh2Y=","title":"Regression Report","url":"http://updates.jenkins-ci.org/download/plugins/regression-report-plugin/1.5/regression-report-plugin.hpi","version":"1.5","wiki":"https://plugins.jenkins.io/regression-report-plugin"},"release":{"buildDate":"Nov 18, 2018","dependencies":[{"name":"maven-plugin","optional":false,"version":"3.0"},{"name":"workflow-step-api","optional":true,"version":"2.3"},{"name":"workflow-support","optional":true,"version":"2.6"},{"name":"dashboard-view","optional":true,"version":"2.0"},{"name":"ivy","optional":true,"version":"1.22"},{"name":"jobgenerator","optional":true,"version":"1.22"},{"name":"jsch","optional":false,"version":"0.1.54.1"},{"name":"mailer","optional":false,"version":"1.13"},{"name":"matrix-project","optional":false,"version":"1.7"},{"name":"promoted-builds","optional":true,"version":"2.0"},{"name":"script-security","optional":false,"version":"1.21"}],"developers":[{"developerId":"petehayes","email":"petehayes@gmail.com","name":"Peter Hayes"},{"developerId":"oleg_nenashev","name":"Oleg Nenashev"},{"developerId":"christ66","name":"Steven Christou"}],"excerpt":"This plugin allows you to configure pre and post build actions that are executed when a release build is manually triggered.","gav":"org.jenkins-ci.plugins:release:2.10.2","labels":["buildwrapper","listview-column"],"name":"release","previousTimestamp":"2018-03-13T15:28:59.00Z","previousVersion":"2.10.1","releaseTimestamp":"2018-11-18T13:31:09.00Z","requiredCore":"1.642.4","scm":"https://github.com/jenkinsci/release-plugin","sha1":"z4LHv8iNt7KH8wnPujg+SicegX0=","sha256":"jrwdGQi9sP2bHi88ANp/Cvz2OyxgROrUpNgE03eHFt0=","title":"Release","url":"http://updates.jenkins-ci.org/download/plugins/release/2.10.2/release.hpi","version":"2.10.2","wiki":"https://plugins.jenkins.io/release"},"release-helper":{"buildDate":"Jul 05, 2018","dependencies":[{"name":"credentials","optional":false,"version":"1.21"},{"name":"github","optional":false,"version":"1.14.0"}],"developers":[{"developerId":"novatec","email":"info.inspectit@novatec-gmbh.de","name":"Novatec Consulting GmbH"}],"excerpt":"This plugin provides the ability to update Atlassian JIRA and Confluence using several customizable build steps.","gav":"org.jenkins-ci.plugins:release-helper:1.3.3","labels":["misc"],"name":"release-helper","previousTimestamp":"2017-05-25T11:12:48.00Z","previousVersion":"1.3.2","releaseTimestamp":"2018-07-05T13:27:02.00Z","requiredCore":"1.580.1","scm":"https://github.com/jenkinsci/release-helper-plugin","sha1":"2PIe8AlpStUG3MjpKRN/tpKGuHs=","sha256":"End4eEfHFsecFK9XtGbzyW9DXWRwgBagEtiriLltODg=","title":"Release Helper","url":"http://updates.jenkins-ci.org/download/plugins/release-helper/1.3.3/release-helper.hpi","version":"1.3.3","wiki":"https://plugins.jenkins.io/release-helper"},"relution-publisher":{"buildDate":"Jul 12, 2016","dependencies":[],"developers":[{"developerId":"mwaylabs","email":"jenkins.ios.bot@mwaysolutions.com","name":"M-Way Solutions"}],"excerpt":"This plugin adds the ability to automatically upload and publish build artifacts on a Relution Enterprise App Store, making them available to developers, testers and/or users.","gav":"org.jenkins-ci.plugins:relution-publisher:1.24","labels":["upload","post-build"],"name":"relution-publisher","previousTimestamp":"2016-06-30T11:15:40.00Z","previousVersion":"1.23","releaseTimestamp":"2016-07-12T15:29:53.00Z","requiredCore":"1.626","scm":"https://github.com/jenkinsci/relution-publisher-plugin","sha1":"ETKwYIMtMOvS5tDN9IXLuyHh0Z4=","sha256":"CG/8nHJWs6/5nTBcPVhgT2P0roCRBfe4OnFRmOtA9rM=","title":"Relution Enterprise Appstore Publisher","url":"http://updates.jenkins-ci.org/download/plugins/relution-publisher/1.24/relution-publisher.hpi","version":"1.24","wiki":"https://plugins.jenkins.io/relution-publisher"},"remote-file":{"buildDate":"Aug 05, 2019","dependencies":[{"name":"workflow-aggregator","optional":false,"version":"2.6"},{"name":"workflow-api","optional":false,"version":"2.35"},{"name":"workflow-cps-global-lib","optional":false,"version":"2.11"},{"name":"workflow-cps","optional":false,"version":"2.58"},{"name":"workflow-job","optional":false,"version":"2.33"},{"name":"workflow-multibranch","optional":false,"version":"2.21"},{"name":"workflow-scm-step","optional":false,"version":"2.9"},{"name":"workflow-step-api","optional":false,"version":"2.20"},{"name":"workflow-support","optional":false,"version":"3.3"},{"name":"apache-httpcomponents-client-4-api","optional":false,"version":"4.5.5-3.0"},{"name":"cloudbees-bitbucket-branch-source","optional":false,"version":"2.4.4"},{"name":"cloudbees-folder","optional":false,"version":"6.9"},{"name":"git-client","optional":false,"version":"2.7.7"},{"name":"mailer","optional":false,"version":"1.23"},{"name":"scm-api","optional":false,"version":"2.5.1"},{"name":"script-security","optional":false,"version":"1.60"},{"name":"structs","optional":false,"version":"1.19"}],"developers":[{"developerId":"aytuncbeken","email":"aytuncbeken.ab@gmail.com","name":"Aytunc BEKEN"}],"excerpt":"Enables to define external Jenkinsfile from another repository for Multibranch Pipeline Projeccts.","gav":"io.jenkins.plugins:remote-file:1.3","labels":[],"minimumJavaVersion":"1.8","name":"remote-file","previousTimestamp":"2019-07-22T07:30:16.00Z","previousVersion":"1.2","releaseTimestamp":"2019-08-05T11:16:48.00Z","requiredCore":"2.176.1","scm":"https://github.com/jenkinsci/remote-file-plugin","sha1":"X8caRfLEZfLq/nbPaBAEREXALAo=","sha256":"9T3ROxeBLnzM8OKyXI4JNp68u1mDZXqWn9H1UnYWF+c=","title":"Remote File","url":"http://updates.jenkins-ci.org/download/plugins/remote-file/1.3/remote-file.hpi","version":"1.3","wiki":"https://plugins.jenkins.io/remote-file"},"remote-jobs-view-plugin":{"buildDate":"Oct 02, 2015","dependencies":[],"developers":[{"developerId":"doergn","email":"dirk.lehmann@sap.com","name":"Dirk Lehmann"}],"excerpt":"This plugin fetchs the jobs of configured remote Jenkins CI servers and displays them in one view.","gav":"com.sap.jenkinsci:remote-jobs-view-plugin:0.0.3","labels":["ui"],"name":"remote-jobs-view-plugin","releaseTimestamp":"2015-10-02T16:38:16.00Z","requiredCore":"1.580.1","scm":"https://github.com/jenkinsci/remote-jobs-view-plugin","sha1":"75Zv81yLHDSsA0TLqyOY6m55UQo=","sha256":"lN3s0muB6Tcj3Sr1G0y0ZN6JvhZZTYZxbUoQCZwGURo=","title":"remote-jobs-view-plugin","url":"http://updates.jenkins-ci.org/download/plugins/remote-jobs-view-plugin/0.0.3/remote-jobs-view-plugin.hpi","version":"0.0.3","wiki":"https://plugins.jenkins.io/remote-jobs-view-plugin"},"remote-terminal-access":{"buildDate":"Aug 03, 2013","dependencies":[],"developers":[{"developerId":"wolfs"}],"excerpt":"Allow users to launch interactive terminal on the browser to investigate what's going on in the build.","gav":"org.jenkins-ci.plugins:remote-terminal-access:1.6","labels":["ui"],"name":"remote-terminal-access","previousTimestamp":"2013-08-02T21:23:25.00Z","previousVersion":"1.5.2","releaseTimestamp":"2013-08-03T18:12:30.00Z","requiredCore":"1.509.1","scm":"https://github.com/jenkinsci/remote-terminal-access-plugin","sha1":"0DYrXzTuGdBrN7zxRehWCct3mj0=","sha256":"Du9Vdcug236v8rZqSUAn0vCVVECe5EU3IYWDFiSHYIE=","title":"Remote Terminal Access","url":"http://updates.jenkins-ci.org/download/plugins/remote-terminal-access/1.6/remote-terminal-access.hpi","version":"1.6","wiki":"https://plugins.jenkins.io/remote-terminal-access"},"remoting-kafka":{"buildDate":"Aug 19, 2019","dependencies":[{"name":"credentials","optional":false,"version":"2.2.1"},{"name":"kubernetes-credentials","optional":false,"version":"0.4.1"}],"developers":[{"developerId":"nguyenlevulong"}],"excerpt":"Allow remoting communication over Kafka","gav":"io.jenkins.plugins.remoting-kafka:remoting-kafka:2.0.1","labels":[],"minimumJavaVersion":"1.8","name":"remoting-kafka","previousTimestamp":"2019-07-30T16:35:37.00Z","previousVersion":"2.0.0","releaseTimestamp":"2019-08-19T19:24:09.00Z","requiredCore":"2.176.2","scm":"https://github.com/jenkinsci/remoting-kafka-plugin","sha1":"LieIgGZQ9YXixh0/Hdt1EMAWipg=","sha256":"8G56tXFOSyP1HGd/rXpZF6kfiBhslWSpDDxyT2crFrk=","title":"Remoting Kafka","url":"http://updates.jenkins-ci.org/download/plugins/remoting-kafka/2.0.1/remoting-kafka.hpi","version":"2.0.1","wiki":"https://plugins.jenkins.io/remoting-kafka"},"repo":{"buildDate":"Mar 03, 2017","dependencies":[],"developers":[{"developerId":"rsandell","email":"rsandell@cloudbees.com","name":"Robert Sandell"},{"developerId":"aep","email":"aep-jenkins@exys.org","name":"Arvid E. Picciani"},{"developerId":"bjarkef","email":"bjarkefh@gmail.com","name":"Bjarke Freund-Hansen"},{"developerId":"bklarson","email":"bklarson@gmail.com","name":"Brad Larson"}],"excerpt":"This plugin allows use of repo<\/a> as an SCM tool. A repo binary is required.","gav":"org.jenkins-ci.plugins:repo:1.10.7","labels":["scm"],"name":"repo","previousTimestamp":"2017-01-10T12:36:07.00Z","previousVersion":"1.10.6","releaseTimestamp":"2017-03-03T11:13:05.00Z","requiredCore":"1.580.1","scm":"https://github.com/jenkinsci/repo-plugin","sha1":"7IWMH1djONaqJ6B1Ax6nxnjS9WE=","sha256":"4W34cmKJIAkH4gwSPSrYVYG+mLBOxjyJM4jXkQbafmg=","title":"REPO","url":"http://updates.jenkins-ci.org/download/plugins/repo/1.10.7/repo.hpi","version":"1.10.7","wiki":"https://plugins.jenkins.io/repo"},"report-info":{"buildDate":"Jan 28, 2017","dependencies":[],"developers":[{"developerId":"gcolin","email":"gael.colin@yahoo.fr","name":"Gael COLIN"}],"excerpt":"A view with some information from Surefire, PMD, Findbugs and Checkstyle reports.","gav":"org.jenkins-ci.plugins:report-info:1.0","labels":[],"name":"report-info","releaseTimestamp":"2017-01-28T14:58:39.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/report-info-plugin","sha1":"9p+EqWLt11tFumPibrWkexm6y3w=","sha256":"bIZn7B5Ww2B6B/MkX72t+eMsPlUCe2Qz1jdK9ML96kM=","title":"Report Info","url":"http://updates.jenkins-ci.org/download/plugins/report-info/1.0/report-info.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/report-info"},"reportportal":{"buildDate":"Nov 21, 2017","dependencies":[],"developers":[{"developerId":"avarabyeu","email":"andrei_varabyeu@epam.com","name":"Andrei Varabyeu"}],"excerpt":"This plugin makes it possible to integrate data from ReportPortal<\/b> into your Jenkins build.
Required parameters are configurable for your private ReportPortal server as well.","gav":"org.jenkins-ci.plugins:reportportal:0.5","labels":[],"name":"reportportal","previousTimestamp":"2017-09-25T12:52:42.00Z","previousVersion":"0.4","releaseTimestamp":"2017-11-21T11:39:36.00Z","requiredCore":"2.46.1","scm":"https://github.com/jenkinsci/reportportal-plugin","sha1":"tMdrbRJn/+50kzqGo+hewLiUcYU=","sha256":"eWLwX3awa63FSUHziG54stf4KZjEKRvKPRNzzVqlSYA=","title":"Report Portal","url":"http://updates.jenkins-ci.org/download/plugins/reportportal/0.5/reportportal.hpi","version":"0.5","wiki":"https://plugins.jenkins.io/reportportal"},"repository":{"buildDate":"Dec 15, 2015","dependencies":[{"name":"git","optional":false,"version":"1.1.29"},{"name":"branch-api","optional":true,"version":"0.2-beta-4"},{"name":"token-macro","optional":true,"version":"1.7"},{"name":"maven-plugin","optional":false,"version":"2.1"},{"name":"promoted-builds","optional":true,"version":"2.10"}],"developers":[{"developerId":"magnayn","email":"nigel.magnay@gmail.com","name":"Nigel Magnay"},{"developerId":"bjwschaap","email":"bastiaan.schaap@gmail.com","name":"Bastiaan Schaap"}],"excerpt":"This plug-in exposes project builds as a maven repository so the artifacts can be picked up by downstream builds or other systems.","gav":"jenkins:repository:1.3","labels":["maven","misc"],"name":"repository","previousTimestamp":"2014-01-12T10:36:49.00Z","previousVersion":"1.2","releaseTimestamp":"2015-12-15T10:25:23.00Z","requiredCore":"1.609.2","sha1":"jkRV038oPCkd41f2Dju90HC8FmQ=","sha256":"a1vR3fi0pKJZJLzJ6OrfmV1HzhYMckTskNiNDHNF0Gw=","title":"Maven Repository Server","url":"http://updates.jenkins-ci.org/download/plugins/repository/1.3/repository.hpi","version":"1.3","wiki":"https://plugins.jenkins.io/repository"},"repository-connector":{"buildDate":"Jun 05, 2019","dependencies":[{"name":"structs","optional":true,"version":"1.5"},{"name":"token-macro","optional":false,"version":"2.3"}],"developers":[{"developerId":"imod","email":"-","name":"Dominik Bartholdi"},{"developerId":"mrumpf","email":"michael@rumpfonline.de","name":"Michael Rumpf"}],"excerpt":"The repository connector plugin allows you to resolve artifacts from or deploy artifacts to a Maven repository.","gav":"org.jenkins-ci.plugins:repository-connector:1.2.6","labels":["external","maven"],"name":"repository-connector","previousTimestamp":"2019-03-05T21:19:20.00Z","previousVersion":"1.2.5","releaseTimestamp":"2019-06-05T13:37:07.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/repository-connector-plugin","sha1":"QnhWw2slkdWRxeQAv4tntjPsP+s=","sha256":"0fNCV8rCl4D3aedlKFyI6WJI51bqaAode+bOVAOF62Q=","title":"Repository Connector","url":"http://updates.jenkins-ci.org/download/plugins/repository-connector/1.2.6/repository-connector.hpi","version":"1.2.6","wiki":"https://plugins.jenkins.io/repository-connector"},"reqtify":{"buildDate":"Aug 26, 2019","dependencies":[],"developers":[{"developerId":"NKR8","email":"navnath.kumbhar@3ds.com","name":"Dassault Systèmes"}],"excerpt":"This plugin adds an ability to configure Reqtify report generation feature in Jenkins.","gav":"io.jenkins.plugins:reqtify:0.0.2","labels":["builder","parameter"],"minimumJavaVersion":"1.8","name":"reqtify","previousTimestamp":"2019-08-21T06:20:38.00Z","previousVersion":"0.0.1","releaseTimestamp":"2019-08-26T04:52:02.00Z","requiredCore":"2.7.3","scm":"https://github.com/jenkinsci/reqtify-plugin","sha1":"PnQA/aa7oK+wg2BOw7bN6LVMxVo=","sha256":"Sz7gQniuvtGUqRhTGOXaJbsfJYWAjYybc0rnb6ZjHRg=","title":"Reqtify","url":"http://updates.jenkins-ci.org/download/plugins/reqtify/0.0.2/reqtify.hpi","version":"0.0.2","wiki":"https://plugins.jenkins.io/reqtify"},"requests":{"buildDate":"May 30, 2019","dependencies":[],"developers":[{"developerId":"johnflynn","email":"john.trixmot.flynn@gmail.com","name":"John Flynn"}],"excerpt":"This plugin sets up a request center for non-admin users to be able to ask that their job to be deleted or renamed, or a build to be deleted or unlocked.","gav":"org.jenkins-ci.plugins:requests:2.0.5","labels":[],"name":"requests","previousTimestamp":"2019-05-29T15:08:39.00Z","previousVersion":"2.0.4","releaseTimestamp":"2019-05-30T17:52:37.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/requests-plugin","sha1":"iwm32utm+KklbcWDTsTiCyY1PcY=","sha256":"KyJSOm8NcjIyst9qtblvsUSYwqqX45igsyMiC5zpcfU=","title":"requests-plugin","url":"http://updates.jenkins-ci.org/download/plugins/requests/2.0.5/requests.hpi","version":"2.0.5","wiki":"https://plugins.jenkins.io/requests"},"resource-disposer":{"buildDate":"Jul 17, 2019","dependencies":[],"developers":[{"developerId":"olivergondza","email":"ogondza@gmail.com","name":"Oliver Gondža"}],"excerpt":"Dispose resources asynchronously. Utility plugin for resources that require more retries or take a long time to delete.","gav":"org.jenkins-ci.plugins:resource-disposer:0.13","labels":[],"minimumJavaVersion":"1.8","name":"resource-disposer","previousTimestamp":"2018-07-25T22:25:28.00Z","previousVersion":"0.12","releaseTimestamp":"2019-07-17T10:02:16.00Z","requiredCore":"2.54","scm":"https://github.com/jenkinsci/resource-disposer-plugin","sha1":"8m4GL247YZtWBeiZPkGGgSPwTmM=","sha256":"8IILcmC3oiqgxGHYt2zKIUC8FcvgADZQ5IIdyZCVu0Q=","title":"Resource Disposer","url":"http://updates.jenkins-ci.org/download/plugins/resource-disposer/0.13/resource-disposer.hpi","version":"0.13","wiki":"https://plugins.jenkins.io/resource-disposer"},"restricted-register":{"buildDate":"Jun 20, 2016","dependencies":[{"name":"jquery","optional":false,"version":"1.0.2"},{"name":"mailer","optional":false,"version":"1.17"}],"developers":[{"developerId":"AdamKobus","email":"adam.kobus@infullmobile.com","name":"Adam Kobus"}],"excerpt":"Adds registration form with configurable restrictions","gav":"com.infullmobile.jenkins.plugin:restricted-register:0.1.7","labels":["security"],"name":"restricted-register","releaseTimestamp":"2016-06-20T09:18:33.00Z","requiredCore":"1.610","scm":"https://github.com/jenkinsci/restricted-register-plugin","sha1":"93mihTGWfYO2fkAk2QOuIqT4+zU=","sha256":"PKkr9WftXmmErv23nRwy3lLZwGYncPWkyW9eZchQDu4=","title":"Restricted Registration","url":"http://updates.jenkins-ci.org/download/plugins/restricted-register/0.1.7/restricted-register.hpi","version":"0.1.7","wiki":"https://plugins.jenkins.io/restricted-register"},"results-cache":{"buildDate":"May 08, 2019","dependencies":[{"name":"job-dsl","optional":true,"version":"1.48"}],"developers":[{"developerId":"franciscoord","email":"francisco.orduna@king.com","name":"Francisco Javier Garcia Orduna"},{"developerId":"kargath","email":"david.campos@king.com","name":"David Campos Vall"}],"excerpt":"This plugin enables a job results cache in order to avoid repeated executions","gav":"com.king.jenkins.plugins:results-cache:1.2.0","labels":[],"name":"results-cache","releaseTimestamp":"2019-05-08T17:20:36.00Z","requiredCore":"2.19.4","scm":"https://github.com/jenkinsci/results-cache-plugin","sha1":"6gdol6i1eF09W4XfphAZENX/S2E=","sha256":"0edfSyDT7miSad8855pKEnLsr/ebsL51IGacPLt454U=","title":"Results Cache","url":"http://updates.jenkins-ci.org/download/plugins/results-cache/1.2.0/results-cache.hpi","version":"1.2.0","wiki":"https://plugins.jenkins.io/results-cache"},"reverse-proxy-auth-plugin":{"buildDate":"Feb 07, 2018","dependencies":[{"name":"ldap","optional":false,"version":"1.8"},{"name":"mailer","optional":false,"version":"1.5"}],"developers":[{"developerId":"kohsuke","email":"kkawaguchi@cloudbees.com","name":"Kohsuke Kawaguchi"},{"developerId":"wilderrodrigues","email":"wrodrigues@schubergphilis.com","name":"Wilder Rodrigues"},{"developerId":"oleg_nenashev","name":"Oleg Nenashev"},{"developerId":"wfollonier","name":"Wadeck Follonier"}],"excerpt":"","gav":"org.jenkins-ci.plugins:reverse-proxy-auth-plugin:1.6.3","labels":["user"],"name":"reverse-proxy-auth-plugin","previousTimestamp":"2018-01-30T13:22:29.00Z","previousVersion":"1.6.2","releaseTimestamp":"2018-02-07T18:34:44.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/reverse-proxy-auth-plugin","sha1":"dyeENHKmS4Dd4N7KxnR0BqyXJSQ=","sha256":"+LVU2jz6M1SF7+QcvJxecWGyMPqaEiGKuoOT0tStTCk=","title":"Reverse Proxy Auth","url":"http://updates.jenkins-ci.org/download/plugins/reverse-proxy-auth-plugin/1.6.3/reverse-proxy-auth-plugin.hpi","version":"1.6.3","wiki":"https://plugins.jenkins.io/reverse-proxy-auth-plugin"},"rhnpush-plugin":{"buildDate":"Sep 23, 2018","dependencies":[],"developers":[{"developerId":"jimmidyson","email":"jimmidyson@gmail.com","name":"Jimmi Dyson"},{"developerId":"elibus","email":"marco.tizzoni@gmail.com","name":"Marco Tizzoni"}],"excerpt":"This plugin is used to publish RPMs to Spacewalk or Red Hat Network.","gav":"org.jenkins-ci.plugins:rhnpush-plugin:0.5.1","labels":["upload","post-build"],"name":"rhnpush-plugin","previousTimestamp":"2018-08-17T17:44:45.00Z","previousVersion":"0.5.0","releaseTimestamp":"2018-09-23T14:54:17.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/rhnpush-plugin","sha1":"xHDBfvvpw86gfx6uC1GDH+3Juxw=","sha256":"mKYBwT0N1viwxDR7n51bQN+aiXu+9WwTBxRjxP7Wbb4=","title":"rhnpush-plugin","url":"http://updates.jenkins-ci.org/download/plugins/rhnpush-plugin/0.5.1/rhnpush-plugin.hpi","version":"0.5.1","wiki":"https://plugins.jenkins.io/rhnpush-plugin"},"rich-text-publisher-plugin":{"buildDate":"Apr 28, 2017","dependencies":[{"name":"workflow-job","optional":false,"version":"1.14"},{"name":"dashboard-view","optional":true,"version":"2.9.9"},{"name":"workflow-cps","optional":false,"version":"1.14"},{"name":"workflow-step-api","optional":false,"version":"1.14"}],"developers":[{"developerId":"dkorotkov","email":"dmitry.v.korotkov@gmail.com","name":"Dmitry Korotkov"},{"developerId":"enwi","email":"lj.moritorii@web.de","name":"Moritz Wirger"}],"excerpt":"This plugin adds a configurable post-build step that publishes arbitrary rich text at the Project and Build pages.","gav":"org.jenkins-ci.plugins:rich-text-publisher-plugin:1.4","labels":["post-build"],"name":"rich-text-publisher-plugin","previousTimestamp":"2013-10-15T05:17:31.00Z","previousVersion":"1.3","releaseTimestamp":"2017-04-28T01:45:17.00Z","requiredCore":"1.651.2","scm":"https://github.com/jenkinsci/rich-text-publisher-plugin","sha1":"c8hMxNZnUaI9xpPDqB4OqPvBhV8=","sha256":"//fGaK2snj4W9ipsXvLH1gBbyJv6Tx8OKEczecL9yM8=","title":"Rich Text Publisher","url":"http://updates.jenkins-ci.org/download/plugins/rich-text-publisher-plugin/1.4/rich-text-publisher-plugin.hpi","version":"1.4","wiki":"https://plugins.jenkins.io/rich-text-publisher-plugin"},"rigor-optimization":{"buildDate":"May 07, 2019","dependencies":[{"name":"credentials","optional":false,"version":"1.9.4"}],"developers":[{"developerId":"mtisham","email":"mark.isham@rigor.com","name":"Mark Isham"},{"developerId":"wcmonty","email":"william.montgomery@rigor.com","name":"William Montgomer"}],"excerpt":"This plugin allows you to test for website performance defects using
Rigor Optimization<\/a>.","gav":"org.jenkins-ci.plugins:rigor-optimization:1.04","labels":["builder","website","performance"],"name":"rigor-optimization","previousTimestamp":"2016-09-13T12:57:27.00Z","previousVersion":"1.02","releaseTimestamp":"2019-05-07T14:24:53.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/rigor-optimization-plugin","sha1":"SBy7Vmfho2lhIwsRsATQNR2bjm0=","sha256":"K3NOiaFDzpDbRgCx6yF0yJG+V6+R4VaUpKo/OoGhieI=","title":"Rigor Optimization Website Performance Testing","url":"http://updates.jenkins-ci.org/download/plugins/rigor-optimization/1.04/rigor-optimization.hpi","version":"1.04","wiki":"https://plugins.jenkins.io/rigor-optimization"},"robot":{"buildDate":"Aug 29, 2019","dependencies":[{"name":"workflow-step-api","optional":false,"version":"2.12"},{"name":"junit","optional":false,"version":"1.9"},{"name":"matrix-project","optional":true,"version":"1.4.1"},{"name":"structs","optional":false,"version":"1.7"},{"name":"token-macro","optional":true,"version":"1.5.1"}],"developers":[{"developerId":"jpiironen","email":"janne.piironen@gmail.com","name":"Janne Piironen"},{"developerId":"aleksisimell","email":"aleksi.simell@eficode.com","name":"Aleksi Simell"}],"excerpt":"This publisher stores Robot Framework<\/a> test reports for builds and shows summaries of them in project and build views along with trend graph.","gav":"org.jenkins-ci.plugins:robot:2.0.0","labels":["report"],"minimumJavaVersion":"1.7","name":"robot","previousTimestamp":"2018-08-07T12:29:50.00Z","previousVersion":"1.6.5","releaseTimestamp":"2019-08-29T04:18:57.00Z","requiredCore":"2.7.1","scm":"https://github.com/jenkinsci/robot-plugin","sha1":"lpEPBq0P8K2DE3VkhEMvU/F2CVw=","sha256":"TP2I5aY9Z3JMb8vUMXAz++nlO4meSLcolBl7S2BGiSM=","title":"Robot Framework","url":"http://updates.jenkins-ci.org/download/plugins/robot/2.0.0/robot.hpi","version":"2.0.0","wiki":"https://plugins.jenkins.io/robot"},"rocketchatnotifier":{"buildDate":"Apr 20, 2019","compatibleSinceVersion":"1.3.0","dependencies":[{"name":"workflow-step-api","optional":false,"version":"1.11"},{"name":"credentials","optional":false,"version":"1.25"},{"name":"junit","optional":false,"version":"1.21"},{"name":"plain-credentials","optional":false,"version":"1.1"}],"developers":[{"developerId":"hypery2k","email":"contact@martinreinhardt-online.de","name":"Martin Reinhardt"}],"excerpt":"Rocket.Chat Notifier is notifier that can publish build status to Rocket.Chat channels. Channels need to be public","gav":"org.jenkins-ci.plugins:rocketchatnotifier:1.4.3","labels":["rocketchatnotifier"],"minimumJavaVersion":"1.7","name":"rocketchatnotifier","previousTimestamp":"2019-02-01T17:12:09.00Z","previousVersion":"1.4.2","releaseTimestamp":"2019-04-20T06:30:43.00Z","requiredCore":"1.653","scm":"https://github.com/jenkinsci/rocketchatnotifier-plugin","sha1":"LHDJOvre/yRRBYNGLG6d9LGsZyE=","sha256":"IL1pcHnWK95bcdQi5p4MVwpLHN+6uwLk+I90l5oGXHw=","title":"RocketChat Notifier","url":"http://updates.jenkins-ci.org/download/plugins/rocketchatnotifier/1.4.3/rocketchatnotifier.hpi","version":"1.4.3","wiki":"https://plugins.jenkins.io/rocketchatnotifier"},"role-strategy":{"buildDate":"Jul 13, 2019","dependencies":[{"name":"configuration-as-code","optional":true,"version":"1.21"},{"name":"jquery-ui","optional":false,"version":"1.0.1"},{"name":"jquery","optional":false,"version":"1.11.2-0"},{"name":"matrix-auth","optional":false,"version":"2.2"}],"developers":[{"developerId":"tmaurel","name":"Thomas Maurel"},{"developerId":"rseguy","name":"Romain Seguy"},{"developerId":"oleg_nenashev","email":"o.v.nenashev@gmail.com","name":"Oleg Nenashev"}],"excerpt":"Enables user authorization using a Role-Based strategy. Roles can be defined globally or for particular jobs or nodes selected by regular expressions.","gav":"org.jenkins-ci.plugins:role-strategy:2.13","labels":["user","security"],"minimumJavaVersion":"1.8","name":"role-strategy","previousTimestamp":"2019-07-01T07:11:41.00Z","previousVersion":"2.12","releaseTimestamp":"2019-07-13T21:20:26.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/role-strategy-plugin","sha1":"W5p1x95+2E2n7drTcpJWLk+Jfks=","sha256":"eRYCE7k6umErAdr5TSEn3liji+6kelleY98ysOEpxQg=","title":"Role-based Authorization Strategy","url":"http://updates.jenkins-ci.org/download/plugins/role-strategy/2.13/role-strategy.hpi","version":"2.13","wiki":"https://plugins.jenkins.io/role-strategy"},"rpi-build-status":{"buildDate":"Mar 05, 2017","dependencies":[],"developers":[{"developerId":"codingrodent","email":"havelaptopwillcode@gmail.com","name":"Coding Rodent"}],"excerpt":"This plugin reflects the latest build state using LedBorg<\/a> ,an ultra bright RGB LED add on board for the Raspberry Pi.","gav":"net.sleepymouse.jenkins.plugins:rpi-build-status:0.7","labels":[],"name":"rpi-build-status","releaseTimestamp":"2017-03-05T17:27:34.00Z","requiredCore":"1.658","scm":"https://github.com/jenkinsci/rpi-build-status-plugin","sha1":"DbP+wAfMcEp8Kh6oPxI/TTGjoaM=","sha256":"aCtgebpnCvuuSuMOY3Tfw6ImBofP2qpqnM/wx4Tei/A=","title":"Raspberry Pi Build Status","url":"http://updates.jenkins-ci.org/download/plugins/rpi-build-status/0.7/rpi-build-status.hpi","version":"0.7","wiki":"https://plugins.jenkins.io/rpi-build-status"},"rpmsign-plugin":{"buildDate":"Aug 17, 2018","dependencies":[],"developers":[{"developerId":"jimmidyson","email":"jimmidyson@gmail.com","name":"Jimmi Dyson"},{"developerId":"elibus","email":"marco.tizzoni@gmail.com","name":"Marco Tizzoni"}],"excerpt":"Signs RPMs using GPG.","gav":"org.jenkins-ci.plugins:rpmsign-plugin:0.5.0","labels":["post-build"],"name":"rpmsign-plugin","previousTimestamp":"2015-08-13T10:59:40.00Z","previousVersion":"0.4.6","releaseTimestamp":"2018-08-17T17:40:20.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/rpmsign-plugin","sha1":"P59DPvzJHEi+vne8jBpVyH6P2F4=","sha256":"wIDiMK0TyegJNA3ITsiia5DrJFiPWPq1Vwr4aZSKn7c=","title":"rpmsign-plugin","url":"http://updates.jenkins-ci.org/download/plugins/rpmsign-plugin/0.5.0/rpmsign-plugin.hpi","version":"0.5.0","wiki":"https://plugins.jenkins.io/rpmsign-plugin"},"rqm-plugin":{"buildDate":"Nov 20, 2014","dependencies":[{"name":"credentials","optional":false,"version":"1.18"}],"developers":[{"developerId":"praqma_josra","name":"Praqma Josra"}],"excerpt":"This plugin integrates with Rational Quality Manager. It extracts automatic test cases from test suite execution records and reads input paramater information attached to the test cases test script as environment variables in your Jenkins jobs. This plugin requires RQM v4.X","gav":"net.praqma:rqm-plugin:2.8","labels":["misc","builder"],"name":"rqm-plugin","previousTimestamp":"2014-09-11T14:22:18.00Z","previousVersion":"2.7","releaseTimestamp":"2014-11-20T07:37:28.00Z","requiredCore":"1.532.3","scm":"https://github.com/jenkinsci/rqm-plugin","sha1":"6wV3OPzXDOOP1tVH58uW4LuGM40=","sha256":"UIQcNO00yFqqeM1Yd7ybKIOR71yZfE55bZFhezDfR38=","title":"RQM","url":"http://updates.jenkins-ci.org/download/plugins/rqm-plugin/2.8/rqm-plugin.hpi","version":"2.8","wiki":"https://plugins.jenkins.io/rqm-plugin"},"rrod":{"buildDate":"Mar 01, 2012","dependencies":[],"developers":[{"developerId":"danielpetisme","email":"daniel.petisme@gmail.com","name":"Daniel Petisme"}],"excerpt":"This plugin sets up a request center for non-admin users to be able to ask that their jobs are renamed or deleted.","gav":"org.jenkins-ci.plugins:rrod:1.1.0","labels":["misc"],"name":"rrod","previousTimestamp":"2011-10-17T15:19:26.00Z","previousVersion":"1.0.2","releaseTimestamp":"2012-03-01T14:41:53.00Z","requiredCore":"1.409","scm":"https://github.com/jenkinsci/rrod-plugin","sha1":"BHc6RyGkYHbOqmZpdTP/60k3XMo=","sha256":"ZxMl4SC+Sqb5xjRKXT/PQBX07D1tjEsxnLO00XTtNaA=","title":"Request Rename Or Delete","url":"http://updates.jenkins-ci.org/download/plugins/rrod/1.1.0/rrod.hpi","version":"1.1.0","wiki":"https://plugins.jenkins.io/rrod"},"ruby-runtime":{"buildDate":"Jul 05, 2013","dependencies":[],"developers":[{"developerId":"hsbt","email":"hsbt@ruby-lang.org","name":"SHIBATA Hiroshi"},{"developerId":"yyuu","email":"yamashita@geishatokyo.com","name":"YAMASHITA Yuu"}],"excerpt":"Hosts runtime for enabling pure-Ruby plugins","gav":"org.jenkins-ci.plugins:ruby-runtime:0.12","labels":[],"name":"ruby-runtime","previousTimestamp":"2013-06-25T06:05:38.00Z","previousVersion":"0.11","releaseTimestamp":"2013-07-05T09:54:07.00Z","requiredCore":"1.509.2","scm":"https://github.com/jenkinsci/jenkins.rb","sha1":"x2DYA56Ag+RD8STv5dzIMXxwMFU=","sha256":"+PqqaSN6mTFtlXHPPtOpIyxm9RUqMt1p3vDY7MDQQ1Q=","title":"ruby-runtime","url":"http://updates.jenkins-ci.org/download/plugins/ruby-runtime/0.12/ruby-runtime.hpi","version":"0.12","wiki":"https://plugins.jenkins.io/ruby-runtime"},"rubyMetrics":{"buildDate":"Feb 06, 2017","compatibleSinceVersion":"4.0","dependencies":[{"name":"rake","optional":false,"version":"1.8.0"}],"developers":[{"developerId":"pkuczynski","email":"piotr.kuczynski@gmail.com","name":"Piotr Kuczynski"},{"developerId":"david_calavera","email":"calavera@apache.org","name":"David Calavera"}],"excerpt":"This plugin integrates a bunch of ruby coverage tools (Rcov, Saikuro, Rails stats...) to Jenkins. Currently it just supports Rcov reports.","gav":"org.jenkins-ci.plugins:rubyMetrics:1.6.5","labels":["report","ruby"],"name":"rubyMetrics","previousTimestamp":"2016-09-29T13:25:58.00Z","previousVersion":"1.6.4","releaseTimestamp":"2017-02-06T23:25:56.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/rubyMetrics-plugin","sha1":"i9XeJAlbyq5PZGAFdO4K80XIp+8=","sha256":"ddWEG9sm4QpXvN1v0AefOlkxQO7LKbv93wE/w3YtS9A=","title":"RubyMetrics","url":"http://updates.jenkins-ci.org/download/plugins/rubyMetrics/1.6.5/rubyMetrics.hpi","version":"1.6.5","wiki":"https://plugins.jenkins.io/rubyMetrics"},"rubymotion":{"buildDate":"Sep 21, 2016","dependencies":[],"developers":[{"developerId":"watson1978","email":"watson1978@gmail.com","name":"Watson"}],"excerpt":"This plugin is a sample to explain how to write a Jenkins plugin.","gav":"org.jenkins-ci.ruby-plugins:rubymotion:1.17","labels":["builder"],"name":"rubymotion","previousTimestamp":"2016-02-11T08:52:04.00Z","previousVersion":"1.16","releaseTimestamp":"2016-09-21T05:24:25.00Z","requiredCore":"1.609.1","sha1":"T1NL9vtHVS7go3yDCCzxv3umoKY=","sha256":"qAeJ3W5ogp0/utqPBBy5VNL7Trs2LOlBpfbzBNgDamE=","title":"RubyMotion","url":"http://updates.jenkins-ci.org/download/plugins/rubymotion/1.17/rubymotion.hpi","version":"1.17","wiki":"https://plugins.jenkins.io/rubymotion"},"run-condition":{"buildDate":"Aug 31, 2018","dependencies":[{"name":"token-macro","optional":false,"version":"1.5.1"}],"developers":[{"developerId":"bap","email":"bap-jenkins@BapIT.co.uk","name":"Bap"}],"excerpt":"Define conditions for the execution of build steps","gav":"org.jenkins-ci.plugins:run-condition:1.2","labels":["misc"],"name":"run-condition","previousTimestamp":"2013-10-05T14:36:25.00Z","previousVersion":"1.0","releaseTimestamp":"2018-08-31T06:47:39.00Z","requiredCore":"1.580.1","scm":"https://github.com/jenkinsci/run-condition-plugin","sha1":"JNQEmWZVveR9lH+csOwS8OprVEI=","sha256":"Hb+ua1fErg4ZA1SsJzKAu6E1qrqCwtgRa9OUxLg9Xl8=","title":"Run Condition","url":"http://updates.jenkins-ci.org/download/plugins/run-condition/1.2/run-condition.hpi","version":"1.2","wiki":"https://plugins.jenkins.io/run-condition"},"run-condition-extras":{"buildDate":"Feb 27, 2018","dependencies":[{"name":"build-timeout","optional":true,"version":"1.12"},{"name":"email-ext","optional":true,"version":"2.61"},{"name":"run-condition","optional":false,"version":"1.0"},{"name":"token-macro","optional":false,"version":"2.0"}],"developers":[{"developerId":"oleg_nenashev","email":"o.v.nenashev@gmail.com","name":"Oleg Nenashev"}],"excerpt":"Plugin provides extra run conditions and plugin integrations for Run Conditions Plugin<\/a>.","gav":"org.jenkins-ci.plugins:run-condition-extras:0.3","labels":["misc","runcondition","emailext"],"name":"run-condition-extras","previousTimestamp":"2015-05-04T16:06:10.00Z","previousVersion":"0.2","releaseTimestamp":"2018-02-27T08:35:40.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/run-condition-extras-plugin","sha1":"sRd2wt+aJGJaEzsDALAshg4Y1fo=","sha256":"Kov5PpT8BFn/cKMDb926DfHSSDCKAdc8Hl2Q143YOyg=","title":"Run Condition Extras","url":"http://updates.jenkins-ci.org/download/plugins/run-condition-extras/0.3/run-condition-extras.hpi","version":"0.3","wiki":"https://plugins.jenkins.io/run-condition-extras"},"run-selector":{"buildDate":"Aug 21, 2016","dependencies":[{"name":"workflow-support","optional":true,"version":"1.4.2"},{"name":"workflow-step-api","optional":false,"version":"1.4.2"}],"developers":[{"developerId":"alexsomai","email":"somai.alexandru@gmail.com","name":"Alexandru Somai"}],"excerpt":"Provides Run Selector extension point, which can be used in plugins for flexible selection of builds.","gav":"org.jenkins-ci.plugins:run-selector:1.0.0","labels":["parameter","pipeline"],"name":"run-selector","releaseTimestamp":"2016-08-21T08:58:44.00Z","requiredCore":"1.580.1","scm":"https://github.com/jenkinsci/run-selector-plugin","sha1":"KTtN2FJUWAL6vFR0L+HiP4gJrfA=","sha256":"x4dv91O81he4MlrWqBCnPJdymHB8IoidOZaWz1HNjg4=","title":"Run Selector","url":"http://updates.jenkins-ci.org/download/plugins/run-selector/1.0.0/run-selector.hpi","version":"1.0.0","wiki":"https://plugins.jenkins.io/run-selector"},"rundeck":{"buildDate":"May 08, 2019","compatibleSinceVersion":"2.0","dependencies":[],"developers":[{"developerId":"vbehar","name":"Vincent Behar"},{"developerId":"gschueler","email":"greg@simplifyops.com","name":"Greg Schueler"}],"excerpt":"This plugin is a Notifier (Publisher) that will talk to a Rundeck<\/a> instance (via its HTTP API) to schedule a job execution on Rundeck after a successful build on Jenkins.
It is also a Jenkins Trigger, that will schedule a build on Jenkins after a job execution on Rundeck (using Rundeck WebHook Notification).
In addition, it turns Jenkins into an
Option provider<\/a> for Rundeck, if you want to use your Jenkins build artifacts as an option to a Rundeck job.","gav":"org.jenkins-ci.plugins:rundeck:3.6.5","labels":["notifier","external","trigger"],"name":"rundeck","previousTimestamp":"2018-01-29T19:14:49.00Z","previousVersion":"3.6.4","releaseTimestamp":"2019-05-08T22:03:50.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/rundeck-plugin","sha1":"GJWNb26LnmDOhzUt+rx0N/tkia8=","sha256":"1mpo1taTytdyMw0/UFCMrqe+h6OKYeETCHe11cxpmm4=","title":"Rundeck","url":"http://updates.jenkins-ci.org/download/plugins/rundeck/3.6.5/rundeck.hpi","version":"3.6.5","wiki":"https://plugins.jenkins.io/rundeck"},"runscope":{"buildDate":"Jun 19, 2017","dependencies":[],"developers":[{"developerId":"frankstratton","email":"frank@runscope.com","name":"Frank Stratton"}],"excerpt":"Runscope Jenkins plugin to trigger external tests.","gav":"com.runscope.jenkins:runscope:1.50","labels":["builder","external"],"name":"runscope","previousTimestamp":"2016-04-25T22:54:45.00Z","previousVersion":"1.47","releaseTimestamp":"2017-06-19T22:13:48.00Z","requiredCore":"1.580.1","scm":"https://github.com/jenkinsci/runscope-plugin","sha1":"Du8jUPbFl4z7ns39g8IGn4FC+Ck=","sha256":"3mb20qW4u44tqNRKsgPZfo87sfwJIngUJSaPfPbZaXM=","title":"Runscope","url":"http://updates.jenkins-ci.org/download/plugins/runscope/1.50/runscope.hpi","version":"1.50","wiki":"https://plugins.jenkins.io/runscope"},"rusalad-plugin":{"buildDate":"Jun 10, 2013","dependencies":[],"developers":[{"developerId":"dkorotkov","email":"dmitry.v.korotkov@gmail.com","name":"Dmitry Korotkov"}],"excerpt":"This plugin integrates Russian Salad test reports with Hudson","gav":"org.jenkins-ci.plugins:rusalad-plugin:1.0.8","labels":["report"],"name":"rusalad-plugin","previousTimestamp":"2013-05-29T20:33:51.00Z","previousVersion":"1.0.7","releaseTimestamp":"2013-06-10T23:50:14.00Z","requiredCore":"1.514","scm":"https://github.com/jenkinsci/rusalad-plugin","sha1":"BSB7sMCFzprmJwrhjWtGNYPT5sY=","sha256":"huuz2eaAZXgMcvJAHWLYlsLQX3z3keD4Fiq+y14FHEo=","title":"RuSalad","url":"http://updates.jenkins-ci.org/download/plugins/rusalad-plugin/1.0.8/rusalad-plugin.hpi","version":"1.0.8","wiki":"https://plugins.jenkins.io/rusalad-plugin"},"rvm":{"buildDate":"Aug 10, 2016","dependencies":[{"name":"ruby-runtime","optional":false,"version":"0.12"},{"name":"token-macro","optional":false,"version":"1.9"}],"developers":[{"developerId":"eito"}],"excerpt":"Run Jenkins builds in RVM","gav":"org.jenkins-ci.ruby-plugins:rvm:0.6","labels":["ruby"],"name":"rvm","previousTimestamp":"2013-03-05T19:52:10.00Z","previousVersion":"0.4","releaseTimestamp":"2016-08-10T02:22:19.00Z","requiredCore":"1.432","scm":"https://github.com/jenkinsci/rvm-plugin","sha1":"ieT7cT2RzCkDQHS5upym1BHPEPM=","sha256":"O3/vXsNW2vOvs6uaTJzkj/6VJEWB6hpTIYOpI1q4cbo=","title":"Rvm","url":"http://updates.jenkins-ci.org/download/plugins/rvm/0.6/rvm.hpi","version":"0.6","wiki":"https://plugins.jenkins.io/rvm"},"s3":{"buildDate":"May 14, 2018","dependencies":[{"name":"maven-plugin","optional":false,"version":"3.1"},{"name":"apache-httpcomponents-client-4-api","optional":false,"version":"4.5.3-2.1"},{"name":"aws-java-sdk","optional":false,"version":"1.11.264"},{"name":"copyartifact","optional":false,"version":"1.37"},{"name":"structs","optional":false,"version":"1.2"}],"developers":[{"developerId":"dougm","name":"Doug MacEachern"},{"developerId":"d6y","name":"Richard Dallaway"},{"developerId":"longlho","name":"Long Ho"},{"developerId":"mikewatt","name":"Michael Watt"},{"developerId":"dmbeer","name":"David Beer"},{"developerId":"mattias","name":"Mattias Appelgren"},{"developerId":"Jimilian","name":"Alexander Akbashev"}],"excerpt":"This is a plugin to upload files to Amazon S3 buckets.","gav":"org.jenkins-ci.plugins:s3:0.11.2","labels":["upload"],"name":"s3","previousTimestamp":"2018-04-26T08:59:04.00Z","previousVersion":"0.11.1","releaseTimestamp":"2018-05-14T15:06:09.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/s3-plugin","sha1":"oeqo25DVjb7QeeQEJ/i/TbWZw2Q=","sha256":"rNZsjYFZC66a5H2muOoXipbijsXfKwyQf4Feje6MV9Q=","title":"S3 publisher","url":"http://updates.jenkins-ci.org/download/plugins/s3/0.11.2/s3.hpi","version":"0.11.2","wiki":"https://plugins.jenkins.io/s3"},"saferestart":{"buildDate":"Apr 21, 2013","dependencies":[],"developers":[{"developerId":"sogabe","email":"s.sogabe@gmail.com","name":"Seiji Sogabe"},{"developerId":"jieryn","email":"jieryn@gmail.com","name":"Jesse Farinacci"}],"excerpt":"This plugin allows you to restart Jenkins safely.","gav":"org.jenkins-ci.plugins:saferestart:0.3","labels":["misc"],"name":"saferestart","previousTimestamp":"2011-09-08T02:47:31.00Z","previousVersion":"0.2","releaseTimestamp":"2013-04-21T23:27:55.00Z","requiredCore":"1.480","scm":"https://github.com/jenkinsci/saferestart-plugin","sha1":"YoajzoKXm+Ckyg9IW0I0n4lkn+M=","sha256":"ANSDmqvplJLBZ27j5LUfVjtXhqwLbnFnEvmb/YogV1g=","title":"Safe Restart","url":"http://updates.jenkins-ci.org/download/plugins/saferestart/0.3/saferestart.hpi","version":"0.3","wiki":"https://plugins.jenkins.io/saferestart"},"sahagin":{"buildDate":"Oct 16, 2017","dependencies":[{"name":"junit","optional":false,"version":"1.21"}],"developers":[{"email":"nozomi.ito@trident-qa.com","name":"Nozomi Ito"}],"excerpt":"This plugin generates Sahagin HTML report from Sahagin test output data and attaches it to build.","gav":"org.jenkins-ci.plugins:sahagin:0.10.1","labels":["report"],"name":"sahagin","previousTimestamp":"2016-07-28T14:01:44.00Z","previousVersion":"0.9.2","releaseTimestamp":"2017-10-16T10:08:12.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/sahagin-plugin","sha1":"zXcPMJeyptG4OILpe8kbpv9iKiM=","sha256":"kIumDgWJVCBtqfmbkqYwd9KEQyxDo/nvag04jYNOKNw=","title":"Sahagin","url":"http://updates.jenkins-ci.org/download/plugins/sahagin/0.10.1/sahagin.hpi","version":"0.10.1","wiki":"https://plugins.jenkins.io/sahagin"},"salesforce-migration-assistant-plugin":{"buildDate":"Jul 27, 2016","dependencies":[{"name":"git","optional":false,"version":"2.3.1"}],"developers":[{"developerId":"aesanch2","email":"senninha09@gmail.com","name":"Anthony Sanchez"}],"excerpt":"","gav":"org.jenkins-ci.plugins:salesforce-migration-assistant-plugin:2.2.2","labels":["builder"],"name":"salesforce-migration-assistant-plugin","previousTimestamp":"2016-07-12T14:20:53.00Z","previousVersion":"2.2.1","releaseTimestamp":"2016-07-27T06:44:05.00Z","requiredCore":"1.642.4","scm":"https://github.com/jenkinsci/salesforce-migration-assistant-plugin","sha1":"Wwojpg+5r1mJV3E2Cz7GymhPK1g=","sha256":"f5VfZ6W3LYdza5+rDFgXRAhbNvc2noCfn02Pg0Y1LHw=","title":"Salesforce Migration Assistant","url":"http://updates.jenkins-ci.org/download/plugins/salesforce-migration-assistant-plugin/2.2.2/salesforce-migration-assistant-plugin.hpi","version":"2.2.2","wiki":"https://plugins.jenkins.io/salesforce-migration-assistant-plugin"},"saltstack":{"buildDate":"Dec 14, 2018","dependencies":[{"name":"maven-plugin","optional":false,"version":"2.14"},{"name":"workflow-step-api","optional":false,"version":"2.3"},{"name":"credentials","optional":false,"version":"2.1.8"},{"name":"structs","optional":false,"version":"1.3"}],"developers":[{"developerId":"mchugh19","email":"mchugh19@hotmail.com","name":"Christian McHugh"}],"excerpt":"Builder to send a message to a SaltStack server via the Salt API","gav":"org.jenkins-ci.plugins:saltstack:3.2.1","labels":["builder"],"name":"saltstack","previousTimestamp":"2018-08-07T19:28:12.00Z","previousVersion":"3.2.0","releaseTimestamp":"2018-12-14T20:23:10.00Z","requiredCore":"1.642.3","scm":"https://github.com/jenkinsci/saltstack-plugin","sha1":"sPIxYJj3Gc7wJpA729ARBaLBbtQ=","sha256":"KcsykEMGPxMzN2fqYTZ7Pyi+FccRM3Je0nKcFod5s7w=","title":"SaltStack","url":"http://updates.jenkins-ci.org/download/plugins/saltstack/3.2.1/saltstack.hpi","version":"3.2.1","wiki":"https://plugins.jenkins.io/saltstack"},"sametime":{"buildDate":"Mar 14, 2013","dependencies":[],"developers":[{"developerId":"kohsuke"}],"excerpt":"Sends notifications to a number of people via the Sametime protocol.","gav":"org.jenkins-ci.plugins:sametime:0.4","labels":["notifier"],"name":"sametime","releaseTimestamp":"2013-03-14T17:19:25.00Z","requiredCore":"1.480","scm":"https://github.com/jenkinsci/sametime-plugin","sha1":"DMXbUfb/70zxS/TnRV6VZ8VELbg=","sha256":"tSDjG5ELf0nnl2etFtRrnKzPCFiTfaW6tIcwrVS2uTY=","title":"Sametime","url":"http://updates.jenkins-ci.org/download/plugins/sametime/0.4/sametime.hpi","version":"0.4","wiki":"https://plugins.jenkins.io/sametime"},"saml":{"buildDate":"Dec 16, 2018","dependencies":[{"name":"bouncycastle-api","optional":false,"version":"2.16.1"},{"name":"mailer","optional":false,"version":"1.18"}],"developers":[{"developerId":"benmccann","name":"Ben McCann"},{"developerId":"ifernandezcalvo","name":"Ivan Fernandez Calvo"}],"excerpt":"This plugin enables use of a SAML 2.0 authentication source for single sign-on support.","gav":"org.jenkins-ci.plugins:saml:1.1.2","labels":["user"],"minimumJavaVersion":"1.8","name":"saml","previousTimestamp":"2018-11-03T17:29:21.00Z","previousVersion":"1.1.1","releaseTimestamp":"2018-12-16T19:21:10.00Z","requiredCore":"2.107.3","scm":"https://github.com/jenkinsci/saml-plugin","sha1":"lfX3gpt2loRFsesGgy17n4S4S2w=","sha256":"2SkgZK0NMEWpLgL5J33KBP5n17BERFFtcvgE5TWoAS8=","title":"SAML","url":"http://updates.jenkins-ci.org/download/plugins/saml/1.1.2/saml.hpi","version":"1.1.2","wiki":"https://plugins.jenkins.io/saml"},"sasunit-plugin":{"buildDate":"Jul 14, 2015","dependencies":[],"developers":[{"developerId":"HMSAnalyticalSoftware","email":"github@analytical-software.de","name":"HMSAnalyticalSoftware"}],"excerpt":"This plug-in adds support for SASUnit the Unit Testing Framework for SAS","gav":"org.jenkins-ci.plugins:sasunit-plugin:1.024","labels":["builder"],"name":"sasunit-plugin","previousTimestamp":"2015-07-14T05:25:46.00Z","previousVersion":"1.023","releaseTimestamp":"2015-07-14T05:38:53.00Z","requiredCore":"1.532.3","scm":"https://github.com/jenkinsci/sasunit-plugin","sha1":"9tjqwp8mnF7wTSCryHkZXJVkZBU=","sha256":"EqaKi7PwQrXwYUyn7wTrS7WvVGIC2RjYQK+ZKIQfsBY=","title":"SASUnit","url":"http://updates.jenkins-ci.org/download/plugins/sasunit-plugin/1.024/sasunit-plugin.hpi","version":"1.024","wiki":"https://plugins.jenkins.io/sasunit-plugin"},"sauce-ondemand":{"buildDate":"Jul 11, 2019","dependencies":[{"name":"workflow-basic-steps","optional":false,"version":"1.15"},{"name":"workflow-job","optional":false,"version":"1.15"},{"name":"credentials","optional":false,"version":"2.1.1"},{"name":"workflow-cps","optional":false,"version":"1.15"},{"name":"maven-plugin","optional":false,"version":"2.11"},{"name":"workflow-step-api","optional":false,"version":"1.15"},{"name":"junit","optional":false,"version":"1.21"},{"name":"run-condition","optional":false,"version":"1.0"},{"name":"matrix-project","optional":false,"version":"1.4"}],"developers":[{"developerId":"halkeye","email":"gavin@saucelabs.com","name":"Gavin Mogan"},{"developerId":"yfangsl","email":"yeh.fang@saucelabs.com","name":"Yeh Fang"},{"developerId":"seanenright","email":"sean@saucelabs.com","name":"Sean Enright"}],"excerpt":"","gav":"org.jenkins-ci.plugins:sauce-ondemand:1.186","labels":["buildwrapper"],"name":"sauce-ondemand","previousTimestamp":"2019-07-11T18:15:43.00Z","previousVersion":"1.185","releaseTimestamp":"2019-07-11T21:08:14.00Z","requiredCore":"1.609.2","scm":"https://github.com/jenkinsci/sauce-ondemand-plugin","sha1":"C5pzNPS9HGNqSPpzsFEmp1IAZB8=","sha256":"Q5ANU/ilyEDXB8nDCXz/L9Aj9Yhz/qfs7QhMAN0jJLo=","title":"Sauce OnDemand","url":"http://updates.jenkins-ci.org/download/plugins/sauce-ondemand/1.186/sauce-ondemand.hpi","version":"1.186","wiki":"https://plugins.jenkins.io/sauce-ondemand"},"sbt":{"buildDate":"Mar 05, 2015","dependencies":[],"developers":[{"developerId":"uzilan","email":"uzi.landsmann@gmail.com","name":"Uzi Landsmann"}],"excerpt":"This plugin allows running SBT empowered scala projects in Hudson.","gav":"org.jenkins-ci.plugins:sbt:1.5","labels":["builder"],"name":"sbt","previousTimestamp":"2012-07-17T21:24:45.00Z","previousVersion":"1.4","releaseTimestamp":"2015-03-05T08:53:43.00Z","requiredCore":"1.431","scm":"https://github.com/jenkinsci/sbt-plugin","sha1":"euvJudV6rJE4ygHkuGMbxsa29sI=","sha256":"zMkNNOLH+pr5dY1WXfYwmuOmjYX9A1d4DXQ2YjmUWdM=","title":"sbt","url":"http://updates.jenkins-ci.org/download/plugins/sbt/1.5/sbt.hpi","version":"1.5","wiki":"https://plugins.jenkins.io/sbt"},"scala-junit-name-decoder":{"buildDate":"May 23, 2013","dependencies":[],"developers":[{"developerId":"dnadolny","email":"donny.nadolny@garnercorp.com","name":"Donny Nadolny"}],"excerpt":"Display Scala JUnit test names as they would appear in the source.","gav":"org.jenkins-ci.plugins:scala-junit-name-decoder:1.0","labels":["scala"],"name":"scala-junit-name-decoder","releaseTimestamp":"2013-05-23T18:11:48.00Z","requiredCore":"1.515","scm":"https://github.com/jenkinsci/scala-junit-name-decoder-plugin","sha1":"H5LNKu6HhMqPGZuA5bDH6CxvvP4=","sha256":"qTNw5b4IU9rARbN7436rQXRXYOlyC1KmPWh2nOPuGoU=","title":"Scala JUnit Name Decoder","url":"http://updates.jenkins-ci.org/download/plugins/scala-junit-name-decoder/1.0/scala-junit-name-decoder.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/scala-junit-name-decoder"},"scalable-amazon-ecs":{"buildDate":"Jun 09, 2016","dependencies":[{"name":"aws-java-sdk","optional":false,"version":"1.10.45"},{"name":"aws-credentials","optional":false,"version":"1.15"}],"developers":[{"developerId":"roehrijn","email":"jan@roehrich.info","name":"Jan Roehrich"},{"developerId":"ndeloof","email":"nicolas.deloof@gmail.com","name":"Nicolas De Loof"}],"excerpt":"Use Amazon EC2 Container Service to provide elastic slaves.","gav":"com.cloudbees.jenkins.plugins:scalable-amazon-ecs:1.0","labels":["cluster","slaves"],"name":"scalable-amazon-ecs","releaseTimestamp":"2016-06-09T09:24:42.00Z","requiredCore":"1.609","sha1":"ZUggObp2MwRS7uwaeGidQ2VdbME=","sha256":"C5ZMJJc3dzvF0139wP7ssocyQPagpxGAQMvm9uuIi1s=","title":"Amazon EC2 Container Service plugin with autoscaling capabilities","url":"http://updates.jenkins-ci.org/download/plugins/scalable-amazon-ecs/1.0/scalable-amazon-ecs.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/scalable-amazon-ecs"},"schedule-build":{"buildDate":"Dec 23, 2017","dependencies":[],"developers":[{"developerId":"anderl86","email":"anderl86@hotmail.com","name":"Andreas K"},{"developerId":"pingunaut","email":"mail@martinspielmann.de","name":"Martin Spielmann"}],"excerpt":"Adds capability to schedule a build for a later point in time.","gav":"org.jenkins-ci.plugins:schedule-build:0.5.1","labels":["listview-column"],"name":"schedule-build","previousTimestamp":"2017-07-15T07:24:59.00Z","previousVersion":"0.4.0","releaseTimestamp":"2017-12-23T13:30:35.00Z","requiredCore":"2.60.1","scm":"https://github.com/jenkinsci/schedule-build-plugin","sha1":"Aid9ntaoGcRO9GlE8F1hKk29/30=","sha256":"T6mhykYLwAzgLpAD0aCJBlfsRkTPm5b1WK1z3k/VfbY=","title":"Schedule Build","url":"http://updates.jenkins-ci.org/download/plugins/schedule-build/0.5.1/schedule-build.hpi","version":"0.5.1","wiki":"https://plugins.jenkins.io/schedule-build"},"scm-api":{"buildDate":"Jul 11, 2019","compatibleSinceVersion":"2.0.0","dependencies":[{"name":"structs","optional":false,"version":"1.9"}],"developers":[{"developerId":"stephenconnolly","name":"Stephen Connolly"}],"excerpt":"This plugin provides a new enhanced API for interacting with SCM systems.","gav":"org.jenkins-ci.plugins:scm-api:2.6.3","labels":[],"minimumJavaVersion":"1.8","name":"scm-api","previousTimestamp":"2019-07-09T18:58:10.00Z","previousVersion":"2.6.2","releaseTimestamp":"2019-07-11T16:21:54.00Z","requiredCore":"2.107.3","scm":"https://github.com/jenkinsci/scm-api-plugin","sha1":"XzICDOA+IZaa1cUCguwo1KIMQgs=","sha256":"gyYtQGhirVX/kNNgIKg/iOvXHmb0nHXJpRQPQxdquik=","title":"SCM API","url":"http://updates.jenkins-ci.org/download/plugins/scm-api/2.6.3/scm-api.hpi","version":"2.6.3","wiki":"https://plugins.jenkins.io/scm-api"},"scm-filter-branch-pr":{"buildDate":"Aug 13, 2018","dependencies":[{"name":"scm-api","optional":false,"version":"2.2.2"}],"developers":[{"developerId":"sag47","name":"Sam Gleske"}],"excerpt":"This plugin provides wildcard and regex filters for multibranch pipelines which include matching the destination branch of PRs with the filters.","gav":"org.jenkins-ci.plugins:scm-filter-branch-pr:0.4","labels":[],"name":"scm-filter-branch-pr","previousTimestamp":"2017-12-18T05:14:45.00Z","previousVersion":"0.3","releaseTimestamp":"2018-08-13T05:16:03.00Z","requiredCore":"2.7.3","scm":"https://github.com/jenkinsci/scm-filter-branch-pr-plugin","sha1":"5CRk9PscvlqfKQJhPnWGm6ngyD0=","sha256":"g2uXTkme+vyc/DTRc3ohv0pczLeIEzyzVQZP2vlHmeA=","title":"SCM Filter Branch PR","url":"http://updates.jenkins-ci.org/download/plugins/scm-filter-branch-pr/0.4/scm-filter-branch-pr.hpi","version":"0.4","wiki":"https://plugins.jenkins.io/scm-filter-branch-pr"},"scm-httpclient":{"buildDate":"Jul 02, 2019","dependencies":[{"name":"apache-httpcomponents-client-4-api","optional":false,"version":"4.5.3-2.0"},{"name":"credentials","optional":false,"version":"2.1.1"},{"name":"git","optional":false,"version":"2.3.5"},{"name":"scm-api","optional":false,"version":"2.0.8"}],"developers":[{"developerId":"meowlomo","email":"dev.support@meowlomo.com","name":"rich chen"}],"excerpt":"This plugin reads the job build message which is used to trigger other service.","gav":"com.meowlomo.jenkins:scm-httpclient:1.4","labels":[],"name":"scm-httpclient","previousTimestamp":"2019-06-19T03:19:05.00Z","previousVersion":"1.2","releaseTimestamp":"2019-07-02T02:48:52.00Z","requiredCore":"2.121.1","scm":"https://github.com/jenkinsci/scm-httpclient-plugin","sha1":"gyC6qj/4MeiG+OkRZfBW76AvLuY=","sha256":"WwHuMXt34ngs5OaP2XtYSB01UO1ZpQuOpFBztrRFPHU=","title":"SCM HttpClient","url":"http://updates.jenkins-ci.org/download/plugins/scm-httpclient/1.4/scm-httpclient.hpi","version":"1.4","wiki":"https://plugins.jenkins.io/scm-httpclient"},"scm-sqs":{"buildDate":"Jul 08, 2016","dependencies":[{"name":"multiple-scms","optional":true,"version":"0.5"},{"name":"git","optional":true,"version":"2.4.4"}],"developers":[{"developerId":"mwaylabs","email":"jenkins.ios.bot@mwaysolutions.com","name":"M-Way Solutions GmbH"}],"excerpt":"This plugin triggers builds on events from CodeCommit that are published via Amazon Web Services Simple Queue Service (AWS SQS).","gav":"io.relution.jenkins:scm-sqs:1.4","labels":["scm-related","external","trigger"],"name":"scm-sqs","previousTimestamp":"2016-06-16T16:46:51.00Z","previousVersion":"1.3","releaseTimestamp":"2016-07-08T10:20:00.00Z","requiredCore":"1.626","scm":"https://github.com/jenkinsci/scm-sqs-plugin","sha1":"+G8hxQtXO6oYpUjsfCHHmwYhFVY=","sha256":"1l4gERas6DLxXfQH9NPIFXNZkkabRbrWLdw1zM/FF7E=","title":"AWS SQS Build Trigger","url":"http://updates.jenkins-ci.org/download/plugins/scm-sqs/1.4/scm-sqs.hpi","version":"1.4","wiki":"https://plugins.jenkins.io/scm-sqs"},"scm-sync-configuration":{"buildDate":"Aug 04, 2016","dependencies":[{"name":"subversion","optional":false,"version":"2.5.7"}],"developers":[{"developerId":"fcamblor","email":"fcamblor+jenkinswiki@gmail.com","name":"Frederic Camblor"},{"developerId":"bpaquet","email":"bertrand.paquet@gmail.com","name":"Bertrand Paquet"},{"developerId":"rodrigc","email":"rodrigc@FreeBSD.org","name":"Craig Rodrigues"}],"excerpt":"This plugin allows you to synchronize your hudson configuration files with an SCM, allowing you to specify a commit message every time a config file is modified.","gav":"org.jenkins-ci.plugins:scm-sync-configuration:0.0.10","labels":["misc"],"name":"scm-sync-configuration","previousTimestamp":"2015-12-12T04:18:16.00Z","previousVersion":"0.0.9","releaseTimestamp":"2016-08-04T01:16:52.00Z","requiredCore":"1.609.1","scm":"https://github.com/jenkinsci/scm-sync-configuration-plugin","sha1":"NvDkIX8aawunxOhwVhM2xAHM7h4=","sha256":"hGBu0htykYpWM8+OQ4EWq5rz2QELJlEzavks6EdOCHA=","title":"SCM Sync Configuration","url":"http://updates.jenkins-ci.org/download/plugins/scm-sync-configuration/0.0.10/scm-sync-configuration.hpi","version":"0.0.10","wiki":"https://plugins.jenkins.io/scm-sync-configuration"},"scm2job":{"buildDate":"Aug 03, 2016","dependencies":[{"name":"subversion","optional":false,"version":"1.39"},{"name":"git","optional":false,"version":"1.1.17"}],"developers":[{"developerId":"stefanbrausch","email":"stefan.brausch@1und1.de","name":"Stefan Brausch"},{"developerId":"kstutz","email":"kathi.stutz@1und1.de","name":"Kathi Stutz"}],"excerpt":"This plugin finds the job for you if you know only the SCM URL of the job. Also it's possible to build jobs only if you know the SCM URL (at the moment only for svn and cvs).","gav":"org.jenkins-ci.plugins:scm2job:2.5","labels":["scm-related"],"name":"scm2job","previousTimestamp":"2013-09-27T14:28:02.00Z","previousVersion":"2.4","releaseTimestamp":"2016-08-03T14:17:18.00Z","requiredCore":"1.509.3","scm":"https://github.com/jenkinsci/scm2job-plugin","sha1":"Lr59KZXDP9MRHgkPorHNtjE2Jt4=","sha256":"72ilRPYJtVfPPNrYS9NEvqrbO4NOlLNsbLNbic7J2Rg=","title":"SCM to job","url":"http://updates.jenkins-ci.org/download/plugins/scm2job/2.5/scm2job.hpi","version":"2.5","wiki":"https://plugins.jenkins.io/scm2job"},"scmskip":{"buildDate":"Apr 30, 2019","dependencies":[{"name":"workflow-api","optional":false,"version":"2.33"},{"name":"workflow-cps","optional":false,"version":"2.65"},{"name":"workflow-job","optional":false,"version":"2.32"},{"name":"structs","optional":false,"version":"1.17"}],"developers":[{"developerId":"plavc","email":"gregor@plavcak.net","name":"Gregor Plavčak"}],"excerpt":"Plugin adds functionality of preventing a Job to be built when a specific pattern ([ci skip]) in SCM commit message is detected.","gav":"net.plavcak.jenkins:scmskip:1.0.1","labels":[],"name":"scmskip","previousTimestamp":"2019-04-24T21:42:32.00Z","previousVersion":"1.0.0","releaseTimestamp":"2019-04-30T12:36:56.00Z","requiredCore":"2.121.1","scm":"https://github.com/jenkinsci/scmskip-plugin","sha1":"rCsyxxhZbXieqbu8mrXYMlJZXQg=","sha256":"ORECLH6tC0rtHQc4DqysGf/qi2BtoKet++QJ5CRCLsk=","title":"SCM Skip","url":"http://updates.jenkins-ci.org/download/plugins/scmskip/1.0.1/scmskip.hpi","version":"1.0.1","wiki":"https://plugins.jenkins.io/scmskip"},"scons":{"buildDate":"May 23, 2011","dependencies":[],"developers":[{"developerId":"gbois","email":"gbois@dev.java.net","name":"Gregory Boissinot"}],"excerpt":"This plugin provides SCons<\/a> support in Jenkins.","gav":"com.thalesgroup.jenkins-ci.plugins:scons:0.4","labels":["builder"],"name":"scons","previousTimestamp":"2011-03-06T19:13:06.00Z","previousVersion":"0.3","releaseTimestamp":"2011-05-23T23:36:42.00Z","requiredCore":"1.413","scm":"https://github.com/jenkinsci/scons-plugin","sha1":"KobvAmnJkmEayv9IHUOY9PCqod8=","sha256":"imhow2FsP+ORaVOtBEioFBTxmbxfFAPifAsBU51hKLA=","title":"SCons","url":"http://updates.jenkins-ci.org/download/plugins/scons/0.4/scons.hpi","version":"0.4","wiki":"https://plugins.jenkins.io/scons"},"scoring-load-balancer":{"buildDate":"Nov 07, 2013","dependencies":[],"developers":[{"developerId":"ikedam","name":"IKEDA Yasuyuki"}],"excerpt":"Decides a build run on which node by scoring nodes.","gav":"jp.ikedam.jenkins.plugins:scoring-load-balancer:1.0.1","labels":["misc"],"name":"scoring-load-balancer","previousTimestamp":"2013-09-07T08:06:40.00Z","previousVersion":"1.0.0","releaseTimestamp":"2013-11-07T13:39:52.00Z","requiredCore":"1.466","scm":"https://github.com/jenkinsci/scoring-load-balancer-plugin","sha1":"ocngswS8/r/498VJ2HNB8eBdCiU=","sha256":"pyKdKUXjR6+0ctPEXoPqPEQJyHEMQWiRJgHrRmhN06M=","title":"Scoring Load Balancer","url":"http://updates.jenkins-ci.org/download/plugins/scoring-load-balancer/1.0.1/scoring-load-balancer.hpi","version":"1.0.1","wiki":"https://plugins.jenkins.io/scoring-load-balancer"},"scoverage":{"buildDate":"Dec 19, 2018","dependencies":[],"developers":[{"developerId":"shanbin","email":"shanbin.wang@gmail.com","name":"Shanbin Wang"}],"excerpt":"Scoverage Plugin","gav":"org.jenkins-ci.plugins:scoverage:1.4.0","labels":["report"],"name":"scoverage","previousTimestamp":"2017-07-05T17:54:49.00Z","previousVersion":"1.3.3","releaseTimestamp":"2018-12-19T19:38:08.00Z","requiredCore":"1.609.1","scm":"https://github.com/jenkinsci/scoverage-plugin","sha1":"Dm9zPbcqHZRqpWmcuzscWFz/oxc=","sha256":"40JfmR2iA1lgfowIQuFBntJDWnsywDyJ+KQh9LNeQYs=","title":"Scoverage","url":"http://updates.jenkins-ci.org/download/plugins/scoverage/1.4.0/scoverage.hpi","version":"1.4.0","wiki":"https://plugins.jenkins.io/scoverage"},"scp":{"buildDate":"Jan 06, 2011","dependencies":[],"developers":[{"developerId":"ramazanyich2","name":"Ramil Israfilov"}],"excerpt":"This plugin uploads build artifacts to repository sites using SCP (SSH) protocol.","gav":"org.jvnet.hudson.plugins:scp:1.8","labels":["upload"],"name":"scp","releaseTimestamp":"2011-01-06T15:06:06.00Z","requiredCore":"1.389","scm":"https://github.com/jenkinsci/scp-plugin","sha1":"9mS+ZOeydNbMV07rXC62xNFDwEw=","sha256":"Vbk3DQixc3qebK69Dq89fIIIKg8AAmHDwgLpXGs/oh4=","title":"SCP publisher","url":"http://updates.jenkins-ci.org/download/plugins/scp/1.8/scp.hpi","version":"1.8","wiki":"https://plugins.jenkins.io/scp"},"script-realm":{"buildDate":"Jun 24, 2012","dependencies":[],"developers":[{"developerId":"imod","email":"-","name":"Dominik Bartholdi"}],"excerpt":"This plugin adds authentication via user-defined script, in additon to the orignal script-realm, this one also supports groups.","gav":"org.jvnet.hudson.plugins:script-realm:1.5","labels":["user"],"name":"script-realm","previousTimestamp":"2011-07-29T17:42:15.00Z","previousVersion":"1.4","releaseTimestamp":"2012-06-24T16:57:59.00Z","requiredCore":"1.330","scm":"https://github.com/jenkinsci/script-realm-plugin","sha1":"d4ee6ZzSh4OhfkcyY80ZB+0BAR0=","sha256":"tC7Z4xydhvWptBkIV1qX0odcRh5iR43OAzK90RBZbro=","title":"Security Realm by custom script","url":"http://updates.jenkins-ci.org/download/plugins/script-realm/1.5/script-realm.hpi","version":"1.5","wiki":"https://plugins.jenkins.io/script-realm"},"script-security":{"buildDate":"Jul 25, 2019","dependencies":[],"developers":[{"developerId":"dnusbaum"}],"excerpt":"Allows Jenkins administrators to control what in-process scripts can be run by less-privileged users.","gav":"org.jenkins-ci.plugins:script-security:1.62","labels":["security"],"minimumJavaVersion":"1.8","name":"script-security","previousTimestamp":"2019-07-05T18:54:58.00Z","previousVersion":"1.61","releaseTimestamp":"2019-07-25T20:54:55.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/script-security-plugin","sha1":"x4+qE/gDhl4jdElIG9IJZd4y+dI=","sha256":"4T05i5nlYsvgaPc1WcifXwHDkcinmj6faIW1LDChfJc=","title":"Script Security","url":"http://updates.jenkins-ci.org/download/plugins/script-security/1.62/script-security.hpi","version":"1.62","wiki":"https://plugins.jenkins.io/script-security"},"scripted-cloud-plugin":{"buildDate":"Oct 12, 2012","dependencies":[{"name":"ivy","optional":true,"version":"1.19"}],"developers":[{"developerId":"hisatti77","email":"hisatti77@gmail.com","name":"Satinder Singh"}],"excerpt":"Allows managing of virtual machines through custom shell scripts.","gav":"org.jenkins-ci.plugins:scripted-cloud-plugin:0.12","labels":["slaves"],"name":"scripted-cloud-plugin","previousTimestamp":"2012-10-05T16:02:43.00Z","previousVersion":"0.11","releaseTimestamp":"2012-10-12T12:17:50.00Z","requiredCore":"1.464","scm":"https://github.com/jenkinsci/scripted-cloud-plugin","sha1":"sy4QBfyjx6SJda+uayHVfK0gt0M=","sha256":"APxjXxqNHJbGczXqkVi+JLh+Gejh4VIzo088u4jiEuM=","title":"scripted Cloud","url":"http://updates.jenkins-ci.org/download/plugins/scripted-cloud-plugin/0.12/scripted-cloud-plugin.hpi","version":"0.12","wiki":"https://plugins.jenkins.io/scripted-cloud-plugin"},"sdelements":{"buildDate":"Sep 19, 2018","dependencies":[{"name":"credentials","optional":false,"version":"2.1.16"},{"name":"plain-credentials","optional":false,"version":"1.4"}],"developers":[{"developerId":"geoff"}],"excerpt":"Jenkins integration for Security Compass SD Elements tool","gav":"io.jenkins.plugins:sdelements:1.0.2","labels":[],"name":"sdelements","previousTimestamp":"2018-08-30T16:25:55.00Z","previousVersion":"1.0.0","releaseTimestamp":"2018-09-19T17:03:43.00Z","requiredCore":"2.7.3","scm":"https://github.com/jenkinsci/sdelements-plugin","sha1":"lOOhAm7luykh5aGcjCPxs8xT3fM=","sha256":"3zSqARm48EP3ggC9bfijOyb5EbCrRQEng00LCTrudbY=","title":"SD Elements","url":"http://updates.jenkins-ci.org/download/plugins/sdelements/1.0.2/sdelements.hpi","version":"1.0.2","wiki":"https://plugins.jenkins.io/sdelements"},"search-all-results-plugin":{"buildDate":"Jun 25, 2012","dependencies":[],"developers":[{"developerId":"lvotypko","email":"lvotypko@redhat.com","name":"Lucie Votypkova"}],"excerpt":"This plugin add browser axis and browser expression axis. It is created for selenim tests - adds path of chosen browser to system path and create BROWSER_AXIS_PATH system varible for build.","gav":"org.jenkins-ci.plugins:search-all-results-plugin:1.0","labels":[],"name":"search-all-results-plugin","releaseTimestamp":"2012-06-25T07:37:21.00Z","requiredCore":"1.471","scm":"https://github.com/jenkinsci/search-all-results-plugin","sha1":"qG6sd4kHUFvw52HatIL7tN6wsx0=","sha256":"Nxt27ZgPLjHO+HMF4nPwK9/A2S4rGkDolVa4QqijL2U=","title":"Search all results","url":"http://updates.jenkins-ci.org/download/plugins/search-all-results-plugin/1.0/search-all-results-plugin.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/search-all-results-plugin"},"secondary-timestamper-plugin":{"buildDate":"Mar 14, 2015","dependencies":[],"developers":[{"developerId":"michael1010","email":"fussball89@online.de","name":"Michael"}],"excerpt":"This plugins sets a secondary timestamp as description in the build history of a job","gav":"org.jenkins-ci.plugins:secondary-timestamper-plugin:1.1","labels":["post-build"],"name":"secondary-timestamper-plugin","previousTimestamp":"2015-03-14T10:48:57.00Z","previousVersion":"1.0","releaseTimestamp":"2015-03-14T11:02:06.00Z","requiredCore":"1.560","scm":"https://github.com/jenkinsci/secondary-timestamper-plugin","sha1":"dju6NPGgszIHPLzb2DqLlbuAgd0=","sha256":"EjlwrX0z49rm5O/XfJsVKEXI4VyFQRZL+9tBvZaSDdQ=","title":"secondary timestamper","url":"http://updates.jenkins-ci.org/download/plugins/secondary-timestamper-plugin/1.1/secondary-timestamper-plugin.hpi","version":"1.1","wiki":"https://plugins.jenkins.io/secondary-timestamper-plugin"},"sectioned-view":{"buildDate":"Aug 27, 2018","dependencies":[{"name":"cloudbees-folder","optional":true,"version":"5.18"}],"developers":[{"developerId":"tbingaman","email":"timothy.bingaman@gmail.com","name":"Timothy Bingaman"}],"excerpt":"Adds a new view that can be organised into different sections.","gav":"org.jenkins-ci.plugins:sectioned-view:1.25","labels":["ui"],"name":"sectioned-view","previousTimestamp":"2017-08-18T09:49:55.00Z","previousVersion":"1.24","releaseTimestamp":"2018-08-27T04:36:43.00Z","requiredCore":"1.580.3","scm":"https://github.com/jenkinsci/sectioned-view-plugin","sha1":"BaXxxtqZm9W/G5oJLHT0nHZtu5U=","sha256":"NufKn6yjI+KAYnHpZIMfOgYSNAZVcMt1HRKSHl9jTzk=","title":"Sectioned View","url":"http://updates.jenkins-ci.org/download/plugins/sectioned-view/1.25/sectioned-view.hpi","version":"1.25","wiki":"https://plugins.jenkins.io/sectioned-view"},"secure-requester-whitelist":{"buildDate":"May 31, 2019","dependencies":[],"developers":[{"developerId":"jglick"}],"excerpt":"Allows an administrator to specify sites trusted to make JSONP or primitive-XPath REST API requests.","gav":"org.jenkins-ci.plugins:secure-requester-whitelist:1.3","labels":["security"],"minimumJavaVersion":"1.8","name":"secure-requester-whitelist","previousTimestamp":"2017-10-17T10:57:45.00Z","previousVersion":"1.2","releaseTimestamp":"2019-05-31T13:37:56.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/secure-requester-whitelist-plugin","sha1":"uNG3gSKMT78Q5rc7C7rFQ77Aghw=","sha256":"n4GR+qup2li+rV0UQpmImmwEBY5b/MTxkGUbKt2OTRM=","title":"Secure Requester Whitelist","url":"http://updates.jenkins-ci.org/download/plugins/secure-requester-whitelist/1.3/secure-requester-whitelist.hpi","version":"1.3","wiki":"https://plugins.jenkins.io/secure-requester-whitelist"},"security-inspector":{"buildDate":"Oct 10, 2018","dependencies":[{"name":"cloudbees-folder","optional":false,"version":"6.1.0"},{"name":"credentials","optional":false,"version":"2.1.13"}],"developers":[{"developerId":"ks_nenasheva","email":"ks.nenasheva@gmail.com","name":"Kseniia Nenasheva"}],"excerpt":"Allows checking user permissions for particular jobs and nodes. The plugin can create various reports upon the request by Jenkins administrators.","gav":"org.jenkins-ci.plugins:security-inspector:0.5","labels":["report","security"],"name":"security-inspector","previousTimestamp":"2017-03-18T21:50:01.00Z","previousVersion":"0.4","releaseTimestamp":"2018-10-10T12:06:52.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/security-inspector-plugin","sha1":"QeYyQtdCh2EhQVzfXgtD+CRqwGo=","sha256":"kBXW5Q2uvcvwaqFxfGp0QmnNHWC3HZUT3HDJ1EdZT3Q=","title":"Security Inspector","url":"http://updates.jenkins-ci.org/download/plugins/security-inspector/0.5/security-inspector.hpi","version":"0.5","wiki":"https://plugins.jenkins.io/security-inspector"},"seed":{"buildDate":"Oct 12, 2016","dependencies":[{"name":"matrix-auth","optional":false,"version":"1.4"},{"name":"cloudbees-folder","optional":false,"version":"5.11"},{"name":"description-setter","optional":false,"version":"1.10"},{"name":"parameterized-trigger","optional":false,"version":"2.26"},{"name":"envinject","optional":false,"version":"1.93.1"},{"name":"job-dsl","optional":false,"version":"1.50"}],"developers":[{"developerId":"dcoraboeuf","email":"damien.coraboeuf@gmail.com","name":"Damien Coraboeuf"}],"excerpt":"This plug-in interacts with a Jenkins instance in order to pilot [Seed](https://github.com/nemerosa/seed) jobs when some events are received. See the documentation<\/a>.","gav":"org.jenkins-ci.plugins:seed:2.1.4","labels":[],"name":"seed","previousTimestamp":"2016-10-08T09:33:54.00Z","previousVersion":"2.1.3","releaseTimestamp":"2016-10-12T08:28:27.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/seed-plugin","sha1":"aSj9SibgTOJTqCGs6qqOmFhc944=","sha256":"wYWFdHqo/M7fCJm14msZur5UX1dxeSlFhO5YMisijek=","title":"Seed Jenkins","url":"http://updates.jenkins-ci.org/download/plugins/seed/2.1.4/seed.hpi","version":"2.1.4","wiki":"https://plugins.jenkins.io/seed"},"selected-tests-executor":{"buildDate":"Jan 22, 2014","dependencies":[],"developers":[{"developerId":"tamarca","name":"Tamar Camus"},{"name":"Moshe Bonen"}],"excerpt":"This plugin allows you to choose specific tests you want to run.","gav":"org.jenkins-ci.plugins:selected-tests-executor:1.3.3","labels":["parameter"],"name":"selected-tests-executor","previousTimestamp":"2014-01-18T09:10:57.00Z","previousVersion":"1.3.2","releaseTimestamp":"2014-01-22T21:08:57.00Z","requiredCore":"1.509.4","scm":"https://github.com/jenkinsci/selected-tests-executor-plugin","sha1":"8b/iGJe+N3KXIuYf2E0+RIjfB1o=","sha256":"EVvYPpp6fcUQSwzDVdONal2xSONeHgpYXU5DJsWq+P0=","title":"Tests Selector","url":"http://updates.jenkins-ci.org/download/plugins/selected-tests-executor/1.3.3/selected-tests-executor.hpi","version":"1.3.3","wiki":"https://plugins.jenkins.io/selected-tests-executor"},"selection-tasks-plugin":{"buildDate":"Feb 28, 2011","dependencies":[],"developers":[{"developerId":"nzhelyakov","email":"nzhelyakov@gmail.com","name":"Nikita Zhelyakov"},{"email":"tzolotuhin@gmail.com","name":"Timur Zolotuhin"}],"excerpt":"This plugin adds new variable. You may select several tasks (for example, Selenium tests) for run.","gav":"org.jvnet.hudson.plugins:selection-tasks-plugin:1.0","labels":["must-be-labeled"],"name":"selection-tasks-plugin","releaseTimestamp":"2011-02-28T13:18:31.00Z","requiredCore":"1.366","scm":"https://github.com/jenkinsci/selection-tasks-plugin-plugin","sha1":"C6EJvWUCaKmzwjSXb8sl642HveE=","sha256":"rj04g0lC24ldD74ekanQMldGIHBWaVtBkpwiMyUfYCU=","title":"Selection tasks","url":"http://updates.jenkins-ci.org/download/plugins/selection-tasks-plugin/1.0/selection-tasks-plugin.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/selection-tasks-plugin"},"selenium":{"buildDate":"May 09, 2019","dependencies":[],"developers":[{"developerId":"darkrift","email":"lavoie.richard@gmail.com","name":"Richard Lavoie"},{"developerId":"mobrockers","email":"mobrockers@gmail.com","name":"Rouke Broersma"}],"excerpt":"","gav":"org.jenkins-ci.plugins:selenium:3.141.59","labels":["cluster"],"name":"selenium","previousTimestamp":"2018-06-05T08:47:41.00Z","previousVersion":"3.12.0","releaseTimestamp":"2019-05-09T06:32:25.00Z","requiredCore":"1.580.1","scm":"https://github.com/jenkinsci/selenium-plugin","sha1":"z12ZV1u1BxEEMNclJo8gil3x72A=","sha256":"NVt04cCyFCTVFBtjnsfmzpD7MRnFDWyj8a7N2i18HDs=","title":"Selenium","url":"http://updates.jenkins-ci.org/download/plugins/selenium/3.141.59/selenium.hpi","version":"3.141.59","wiki":"https://plugins.jenkins.io/selenium"},"selenium-aes":{"buildDate":"Jan 03, 2011","dependencies":[],"developers":[{"developerId":"onozaty"}],"excerpt":"This plugin is for continuous regression test by Selenium Auto Exec Server (AES)<\/a>.","gav":"org.jvnet.hudson.plugins:selenium-aes:0.5","labels":["builder","report"],"name":"selenium-aes","releaseTimestamp":"2011-01-03T08:28:25.00Z","requiredCore":"1.391","scm":"https://github.com/jenkinsci/selenium-aes-plugin","sha1":"LGfTbg0/TYuS3CwT6y6wMOV5PBw=","sha256":"GSqSD/hLwh6hzPU7sZYFT2/zd6wYeCqmy8vgXi2P/dM=","title":"Selenium Auto Exec Server(AES)","url":"http://updates.jenkins-ci.org/download/plugins/selenium-aes/0.5/selenium-aes.hpi","version":"0.5","wiki":"https://plugins.jenkins.io/selenium-aes"},"selenium-axis":{"buildDate":"Sep 24, 2014","dependencies":[],"developers":[],"excerpt":"Axis for current capabilities of a Selenium Server","gav":"org.jenkins-ci.plugins:selenium-axis:0.0.6","labels":["parameter"],"name":"selenium-axis","previousTimestamp":"2014-09-23T12:06:08.00Z","previousVersion":"0.0.5","releaseTimestamp":"2014-09-24T11:36:58.00Z","requiredCore":"1.480","scm":"https://github.com/jenkinsci/selenium-axis-plugin","sha1":"HiGhB590q1C7+GRBywrCDM5Y4kg=","sha256":"V3+bVE3t0dp/R/+bp235dxpOtMIFzrb2r0yZfPriJ+A=","title":"Selenium Capability Axis","url":"http://updates.jenkins-ci.org/download/plugins/selenium-axis/0.0.6/selenium-axis.hpi","version":"0.0.6","wiki":"https://plugins.jenkins.io/selenium-axis"},"selenium-builder":{"buildDate":"Apr 29, 2015","dependencies":[{"name":"javadoc","optional":false,"version":"1.0"},{"name":"maven-plugin","optional":false,"version":"1.467"}],"developers":[{"developerId":"rossrowe","name":"Ross Rowe"}],"excerpt":"Jenkins plugin which invokes scripts using the Selenium Builder interpreter","gav":"org.jenkins-ci.plugins:selenium-builder:1.14","labels":["buildwrapper"],"name":"selenium-builder","previousTimestamp":"2015-04-22T12:04:40.00Z","previousVersion":"1.13","releaseTimestamp":"2015-04-29T10:28:13.00Z","requiredCore":"1.439","scm":"https://github.com/jenkinsci/selenium-builder-plugin","sha1":"zyamWCVyGMHDXjzjrk6EaadG/NU=","sha256":"dfE+l4lT/NJUdX+q5UY7Xr3n7szlwHwpfLEgD2ax8bM=","title":"Selenium Builder","url":"http://updates.jenkins-ci.org/download/plugins/selenium-builder/1.14/selenium-builder.hpi","version":"1.14","wiki":"https://plugins.jenkins.io/selenium-builder"},"seleniumhtmlreport":{"buildDate":"Oct 11, 2015","dependencies":[],"developers":[{"developerId":"m211","name":"Marco Machmer"}],"excerpt":"This is an jenkins plugin to visualize the results of selenium tests","gav":"org.jenkins-ci.plugins:seleniumhtmlreport:1.0","labels":["report"],"name":"seleniumhtmlreport","previousTimestamp":"2011-11-03T08:03:02.00Z","previousVersion":"0.94","releaseTimestamp":"2015-10-11T12:29:51.00Z","requiredCore":"1.609.3","scm":"https://github.com/jenkinsci/seleniumhtmlreport","sha1":"7imwTlCL1HZUR1/L1hJWv2LsiF4=","sha256":"GewCPjlJz+s6vA6eEDpwpA6iBFitSJ3nyr579BCb6/g=","title":"Selenium HTML report","url":"http://updates.jenkins-ci.org/download/plugins/seleniumhtmlreport/1.0/seleniumhtmlreport.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/seleniumhtmlreport"},"seleniumrc-plugin":{"buildDate":"Mar 01, 2011","dependencies":[],"developers":[{"developerId":"nzhelyakov","email":"nzhelyakov@gmail.com","name":"Nikita Zhelyakov"}],"excerpt":"This plugin allows you to create Selenium server instance for each project build.","gav":"org.jvnet.hudson.plugins:seleniumrc-plugin:1.0","labels":["buildwrapper"],"name":"seleniumrc-plugin","releaseTimestamp":"2011-03-01T18:27:49.00Z","requiredCore":"1.366","scm":"https://github.com/jenkinsci/seleniumrc-plugin-plugin","sha1":"ULZBFhnLxv1sGK6Rnojt6mQzXAs=","sha256":"Enl8PP3Aq58qMbm8Xm9bnVXmkcNbkv6mzjsxVPioQC0=","title":"SeleniumRC","url":"http://updates.jenkins-ci.org/download/plugins/seleniumrc-plugin/1.0/seleniumrc-plugin.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/seleniumrc-plugin"},"selfie-trigger-plugin":{"buildDate":"Apr 08, 2015","dependencies":[],"developers":[{"developerId":"abhyrama","email":"abhyrama@gmail.com","name":"Abhirama Bhat"}],"excerpt":"This plugin enables a project to trigger itself recursively after the configured delay.","gav":"org.jenkinsci.plugins:selfie-trigger-plugin:1.0","labels":["trigger"],"name":"selfie-trigger-plugin","releaseTimestamp":"2015-04-08T06:24:21.00Z","requiredCore":"1.580.1","scm":"https://github.com/jenkinsci/selfie-trigger-plugin-plugin","sha1":"ngz/JjVbXdmqRNXUraAffjZigos=","sha256":"rzwNZQGKq4nPBMxLdF4gwPMAKx7qsB9bY330iLal/jg=","title":"Selfie - Build trigger","url":"http://updates.jenkins-ci.org/download/plugins/selfie-trigger-plugin/1.0/selfie-trigger-plugin.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/selfie-trigger-plugin"},"semantic-versioning-plugin":{"buildDate":"Dec 01, 2015","dependencies":[{"name":"maven-plugin","optional":false,"version":"2.9"}],"developers":[{"developerId":"ciroque","email":"scalawagz@outlook.com","name":"Steve Wagner"}],"excerpt":"Jenkins Plugin that generates a semantic version from a build definition file (SBT, POM, Bower, Scala.build). Includes a Dashboard column plugin that displays the semantic version of the last successful build.","gav":"org.jenkins-ci.plugins:semantic-versioning-plugin:1.10","labels":["listview-column","ui","buildwrapper"],"name":"semantic-versioning-plugin","previousTimestamp":"2015-11-25T23:56:29.00Z","previousVersion":"1.9","releaseTimestamp":"2015-12-01T04:09:14.00Z","requiredCore":"1.614","scm":"https://github.com/jenkinsci/semantic-versioning-plugin","sha1":"St3hrHUZAboc4tzaFrMy4cF8Ocw=","sha256":"1ePvmkrofd4RgAmxlr8222saCkkYjAxhtP9Pg12mmGM=","title":"Semantic Versioning","url":"http://updates.jenkins-ci.org/download/plugins/semantic-versioning-plugin/1.10/semantic-versioning-plugin.hpi","version":"1.10","wiki":"https://plugins.jenkins.io/semantic-versioning-plugin"},"send-stacktrace-to-eclipse-plugin":{"buildDate":"Mar 13, 2018","dependencies":[{"name":"jquery","optional":false,"version":"1.12.4-0"}],"developers":[{"developerId":"cbos","email":"cbos.ec@gmail.com","name":"Cees Bos"}],"excerpt":"This plugin enables you to push a stacktrace to the Eclipse OpenFromExternalEvent plugin<\/a>.","gav":"org.jenkins-ci.plugins:send-stacktrace-to-eclipse-plugin:1.8","labels":["external"],"name":"send-stacktrace-to-eclipse-plugin","previousTimestamp":"2014-09-16T10:04:47.00Z","previousVersion":"1.7","releaseTimestamp":"2018-03-13T20:44:57.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/send-stacktrace-to-eclipse-plugin","sha1":"w4DjGYBFypM08bKqxopQvAmRI4Y=","sha256":"I3LP5E6p5dQfSu7edezKQ398zo6KlQ6S1ZN040zVIyo=","title":"Send stacktrace to Eclipse","url":"http://updates.jenkins-ci.org/download/plugins/send-stacktrace-to-eclipse-plugin/1.8/send-stacktrace-to-eclipse-plugin.hpi","version":"1.8","wiki":"https://plugins.jenkins.io/send-stacktrace-to-eclipse-plugin"},"sensedia-api-platform":{"buildDate":"Apr 04, 2018","dependencies":[{"name":"structs","optional":false,"version":"1.7"}],"developers":[{"developerId":"denisscapinrecalde","email":"denis.recalde@sensedia.com","name":"Denis Scapin Recalde"}],"excerpt":"Suite of functions to automate APIs versioning, validation and deploy","gav":"org.jenkins-ci.plugins:sensedia-api-platform:1.0","labels":[],"name":"sensedia-api-platform","releaseTimestamp":"2018-04-04T20:01:37.00Z","requiredCore":"2.7.3","scm":"https://github.com/jenkinsci/sensedia-api-platform-plugin","sha1":"HFmEEE/mijkR3r1bw07WdZ03120=","sha256":"LiWoMTooPSxeLCLaCXgB0YxjkZMDXtVB4BHiZ9B3fAQ=","title":"Sensedia Api Platform tools","url":"http://updates.jenkins-ci.org/download/plugins/sensedia-api-platform/1.0/sensedia-api-platform.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/sensedia-api-platform"},"serenity":{"buildDate":"Sep 03, 2016","dependencies":[],"developers":[{"developerId":"michael.couck","email":"michael.couck@gmail.com","name":"Michael Couck"}],"excerpt":"This plugin publishes Serenity reports which are code coverage, complexity and stability project metrics.","gav":"org.jenkins-ci.plugins:serenity:1.2","labels":["report"],"name":"serenity","previousTimestamp":"2016-06-13T13:05:32.00Z","previousVersion":"1.1","releaseTimestamp":"2016-09-03T15:12:59.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/serenity-plugin","sha1":"UWWr+U+AQgbyOE1aCGH2J0a1sq4=","sha256":"Zwme/LmBXCCapP6vjlJ1o/NW4+Oi0srsEdF0/31r/20=","title":"Serenity","url":"http://updates.jenkins-ci.org/download/plugins/serenity/1.2/serenity.hpi","version":"1.2","wiki":"https://plugins.jenkins.io/serenity"},"service-fabric":{"buildDate":"Apr 18, 2019","dependencies":[{"name":"workflow-durable-task-step","optional":false,"version":"2.13"},{"name":"azure-commons","optional":false,"version":"0.2.5"},{"name":"structs","optional":false,"version":"1.7"},{"name":"azure-credentials","optional":false,"version":"1.6.0"}],"developers":[{"developerId":"azure_sf","email":"sfmaint@microsoft.com","name":"ServiceFabric Maintainer"},{"developerId":"azure_devops","email":"vscjenkins@microsoft.com","name":"Azure DevOps Team"}],"excerpt":"Plugin for deploying Azure Service Fabric <\/a> applications.","gav":"org.jenkins-ci.plugins:service-fabric:1.5","labels":[],"name":"service-fabric","previousTimestamp":"2018-11-28T12:37:10.00Z","previousVersion":"1.4","releaseTimestamp":"2019-04-18T07:00:52.00Z","requiredCore":"1.651.3","scm":"https://github.com/jenkinsci/service-fabric-plugin","sha1":"XK+P4Kx6O6D1xSMoYaft1sTYaaQ=","sha256":"nMbH7TLRh//hacg+1DGpR/OfdqiXqYBLTw/tB1wt4rs=","title":"Azure Service Fabric","url":"http://updates.jenkins-ci.org/download/plugins/service-fabric/1.5/service-fabric.hpi","version":"1.5","wiki":"https://plugins.jenkins.io/service-fabric"},"service-now":{"buildDate":"Apr 24, 2019","dependencies":[{"name":"hashicorp-vault-plugin","optional":false,"version":"2.2.0"},{"name":"workflow-basic-steps","optional":false,"version":"2.4"},{"name":"workflow-cps","optional":false,"version":"2.21"},{"name":"apache-httpcomponents-client-4-api","optional":false,"version":"4.5.3-2.0"},{"name":"script-security","optional":false,"version":"1.28"}],"developers":[{"developerId":"jmcshane","email":"jmcshan1@gmail.com","name":"James McShane"},{"developerId":"pdkreid","email":"pdkreid@gmail.com","name":"Peter Kreidermacher"}],"excerpt":"Provides an interface to the Service Now API in Jenkins workflow steps","gav":"org.jenkins-ci.plugins:service-now:0.0.4","labels":[],"name":"service-now","previousTimestamp":"2018-06-08T18:11:26.00Z","previousVersion":"0.0.3","releaseTimestamp":"2019-04-24T21:07:56.00Z","requiredCore":"2.60.1","scm":"https://github.com/jenkinsci/service-now-plugin","sha1":"J2DzgXNMdDns5wFmITHOJjjW0sI=","sha256":"Auz2ORvn7JIq2KpxOR0kNl9Ko+xmqGZcwpB9y/cPRP8=","title":"Service Now","url":"http://updates.jenkins-ci.org/download/plugins/service-now/0.0.4/service-now.hpi","version":"0.0.4","wiki":"https://plugins.jenkins.io/service-now"},"shared-objects":{"buildDate":"Apr 14, 2013","dependencies":[{"name":"envinject","optional":false,"version":"1.84"},{"name":"javadoc","optional":false,"version":"1.0"},{"name":"maven-plugin","optional":false,"version":"1.444"}],"developers":[{"developerId":"gbois","email":"gregory.boissinot@gmail.com","name":"Gregory Boissinot"}],"excerpt":"This plugin makes it possible to populate as environment variables some objects such as public file paths, Clearcase objects, locations of installed tools and so on. This plugin contributes to the EnvInject plugin.","gav":"org.jenkins-ci.plugins:shared-objects:0.44","labels":[],"name":"shared-objects","previousTimestamp":"2013-01-31T22:19:24.00Z","previousVersion":"0.43","releaseTimestamp":"2013-04-14T13:15:00.00Z","requiredCore":"1.444","scm":"https://github.com/jenkinsci/shared-objects-plugin","sha1":"RlpTQjTY9VArhSPZfEGORneQVJU=","sha256":"GboM4YasxFu0I2/zB1vByolaQi21EKT1wxuTT5UR+UA=","title":"Shared Objects","url":"http://updates.jenkins-ci.org/download/plugins/shared-objects/0.44/shared-objects.hpi","version":"0.44","wiki":"https://plugins.jenkins.io/shared-objects"},"shared-workspace":{"buildDate":"Jun 26, 2015","dependencies":[{"name":"matrix-project","optional":false,"version":"1.4"}],"developers":[{"developerId":"sapone","email":"smylnikov@ac-sw.com","name":"Sergey Mylnikov"},{"developerId":"VestniK","email":"sir.vestnik@gmail.com","name":"Sergey Vidyuk"}],"excerpt":"This plugin shares workspaces between projects.","gav":"org.jenkins-ci.plugins:shared-workspace:1.0.2","labels":["scm"],"name":"shared-workspace","previousTimestamp":"2013-08-12T02:25:31.00Z","previousVersion":"1.0.1","releaseTimestamp":"2015-06-26T08:16:55.00Z","requiredCore":"1.576","scm":"https://github.com/jenkinsci/shared-workspace-plugin","sha1":"wwvo44jiGaKIaSfyAewQeIWJByA=","sha256":"FyujhIEVKsVeC2Xf/sN68OEUlLEIhcJaLM2bce9STew=","title":"Shared Workspace","url":"http://updates.jenkins-ci.org/download/plugins/shared-workspace/1.0.2/shared-workspace.hpi","version":"1.0.2","wiki":"https://plugins.jenkins.io/shared-workspace"},"shelve-project-plugin":{"buildDate":"Aug 05, 2019","dependencies":[{"name":"cloudbees-folder","optional":true,"version":"6.5.1"}],"developers":[{"developerId":"bpatterson","email":"patterson.ben@gmail.com","name":"Ben Patterson"},{"developerId":"ashlux","email":"ashlux@gmail.com","name":"Ash Lux"},{"developerId":"pierrebtz","email":"pibeitz@gmail.com","name":"Pierre Beitz"}],"excerpt":"This plugin lets you shelve projects so that they can easily be resurrected.","gav":"org.jenkins-ci.plugins:shelve-project-plugin:2.5","labels":["ui","misc"],"name":"shelve-project-plugin","previousTimestamp":"2019-03-28T20:25:38.00Z","previousVersion":"2.4","releaseTimestamp":"2019-08-05T12:19:03.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/shelve-project-plugin-plugin","sha1":"vEYjxlTzmerVPLM30OQAcKMYizw=","sha256":"XCw2f6aGaKIewGRFPnAAw7MPn4QfE0PEcx5EMw7vxfM=","title":"Shelve Project","url":"http://updates.jenkins-ci.org/download/plugins/shelve-project-plugin/2.5/shelve-project-plugin.hpi","version":"2.5","wiki":"https://plugins.jenkins.io/shelve-project-plugin"},"shiningpanda":{"buildDate":"Jul 19, 2018","dependencies":[{"name":"matrix-project","optional":false,"version":"1.6"}],"developers":[{"developerId":"omansion","email":"olivier.mansion@shiningpanda.com","name":"Olivier Mansion"},{"developerId":"atabary","email":"alexis.tabary@shiningpanda.com","name":"Alexis Tabary"}],"excerpt":"This plugin adds Python support to Jenkins with some useful builders (standard Python builder, virtualenv<\/a> builder, ...) and the ability to use a Python axis in multi-configuration projects (for testing on multiple versions of Python).","gav":"org.jenkins-ci.plugins:shiningpanda:0.24","labels":["builder"],"name":"shiningpanda","previousTimestamp":"2016-06-25T12:17:31.00Z","previousVersion":"0.23","releaseTimestamp":"2018-07-19T20:02:05.00Z","requiredCore":"1.609","scm":"https://github.com/jenkinsci/shiningpanda-plugin","sha1":"E+90vQYGCyn+iUQ07uHLDQ6pj7Y=","sha256":"ivIzjMVSoGJsMFQ9uN9b08zzekSMU/B3uqF+Fg+IhC8=","title":"ShiningPanda","url":"http://updates.jenkins-ci.org/download/plugins/shiningpanda/0.24/shiningpanda.hpi","version":"0.24","wiki":"https://plugins.jenkins.io/shiningpanda"},"short-workspace-path":{"buildDate":"Jul 10, 2019","dependencies":[],"developers":[{"developerId":"olivergondza","email":"ogondza@gmail.com","name":"Oliver Gondža"}],"excerpt":"Use shallow directory hierarchy for build workspaces to avoid failures on filesystems with constrained path length","gav":"org.jenkins-ci.plugins:short-workspace-path:0.3","labels":[],"name":"short-workspace-path","previousTimestamp":"2017-01-27T08:44:42.00Z","previousVersion":"0.2","releaseTimestamp":"2019-07-10T12:25:14.00Z","requiredCore":"1.554.1","scm":"https://github.com/jenkinsci/short-workspace-path-plugin","sha1":"0Ra5wS0WwHYWtDDWmqPZdOJNPB8=","sha256":"IZe8l3LKZ4yvUejHPW/sxpG6fJM8dGhCPqgplKtkesc=","title":"Short Workspace Path","url":"http://updates.jenkins-ci.org/download/plugins/short-workspace-path/0.3/short-workspace-path.hpi","version":"0.3","wiki":"https://plugins.jenkins.io/short-workspace-path"},"show-build-parameters":{"buildDate":"Mar 06, 2011","dependencies":[],"developers":[{"developerId":"petehayes","name":"Peter Hayes"}],"excerpt":"This plugin shows the parameter values on the main build page","gav":"org.jenkins-ci.plugins:show-build-parameters:1.0","labels":["ui"],"name":"show-build-parameters","releaseTimestamp":"2011-03-06T15:20:13.00Z","requiredCore":"1.398","sha1":"ae5bAwfMkHzoDBgsyAA1yIMRucA=","sha256":"MuwKqrkx4NvmgPyxmYeG6RE+llHvt1oQLsHqmrDjcr0=","title":"Show Build Parameters","url":"http://updates.jenkins-ci.org/download/plugins/show-build-parameters/1.0/show-build-parameters.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/show-build-parameters"},"sicci_for_xcode":{"buildDate":"Feb 09, 2011","dependencies":[],"developers":[{"developerId":"bene","email":"benedikt@biallowons.de","name":"Benedikt Biallowons"}],"excerpt":"This plugin integrates support for Xcode projects","gav":"org.jvnet.hudson.plugins:sicci_for_xcode:0.0.8","labels":["builder","ios"],"name":"sicci_for_xcode","previousTimestamp":"2011-02-01T11:57:17.00Z","previousVersion":"0.0.7","releaseTimestamp":"2011-02-09T08:20:25.00Z","requiredCore":"1.398","scm":"https://github.com/jenkinsci/sicci-for-xcode-plugin","sha1":"OWTxzIrYsIkdjE+phvc1GQRkwqI=","sha256":"VCnmwGVKBhmDwbjVKH889E4ulEf/4XSDYmQlDgPKPrY=","title":"SICCI for Xcode","url":"http://updates.jenkins-ci.org/download/plugins/sicci_for_xcode/0.0.8/sicci_for_xcode.hpi","version":"0.0.8","wiki":"https://plugins.jenkins.io/sicci_for_xcode"},"sidebar-link":{"buildDate":"Feb 12, 2019","dependencies":[{"name":"cloudbees-folder","optional":true,"version":"5.18"},{"name":"structs","optional":false,"version":"1.10"}],"developers":[{"developerId":"damianszczepanik","email":"damianszczepanik@github","name":"Damian Szczepanik"},{"developerId":"mindless","name":"Alan Harder"}],"excerpt":"Add links in the sidebar of the Jenkins main page, view tabs and project pages.","gav":"org.jenkins-ci.plugins:sidebar-link:1.11.0","labels":["ui"],"name":"sidebar-link","previousTimestamp":"2018-12-22T22:07:12.00Z","previousVersion":"1.10","releaseTimestamp":"2019-02-12T22:43:49.00Z","requiredCore":"1.642.3","scm":"https://github.com/jenkinsci/sidebar-link-plugin","sha1":"PV6fMk+QqkJ5J0w5NDE3zOm/E1A=","sha256":"i59L7Jad3iaDmogxw/eYdLhtE6VQH6FH6biZL50CVl4=","title":"Sidebar Link","url":"http://updates.jenkins-ci.org/download/plugins/sidebar-link/1.11.0/sidebar-link.hpi","version":"1.11.0","wiki":"https://plugins.jenkins.io/sidebar-link"},"sidebar-update-notification":{"buildDate":"Jun 18, 2015","dependencies":[],"developers":[{"developerId":"asbachb","name":"Benjamin Asbach"}],"excerpt":"Adding notifications about updates for jenkins or installed plugins to the sidebar.","gav":"com.exxeta.jenkins.plugins:sidebar-update-notification:1.1.0","labels":["notifier","misc","ui"],"name":"sidebar-update-notification","previousTimestamp":"2015-02-02T23:26:52.00Z","previousVersion":"1.0.1","releaseTimestamp":"2015-06-18T22:02:17.00Z","requiredCore":"1.500","scm":"https://github.com/jenkinsci/sidebar-update-notification-plugin","sha1":"XjPHMA5/zTcD0jILEqY3hdVHZHg=","sha256":"RX6iM7fmUlRx+FP3BzZ3lfxCZmTJ/LlxM1B906uAuXk=","title":"Sidebar Update Notification","url":"http://updates.jenkins-ci.org/download/plugins/sidebar-update-notification/1.1.0/sidebar-update-notification.hpi","version":"1.1.0","wiki":"https://plugins.jenkins.io/sidebar-update-notification"},"signal-killer":{"buildDate":"Sep 18, 2018","dependencies":[],"developers":[{"developerId":"vjuranek","name":"Vojtech Juranek"}],"excerpt":"This plugin is a sample plugin to explain how to write a Hudson plugin.","gav":"hudson.plugins.signal_killer:signal-killer:1.1","labels":["misc"],"name":"signal-killer","previousTimestamp":"2011-02-10T13:29:24.00Z","previousVersion":"1.0","releaseTimestamp":"2018-09-18T07:35:10.00Z","requiredCore":"2.54","scm":"https://github.com/jenkinsci/signal-killer","sha1":"vZ11SNmEwadkKYJrAh+N60tMOqI=","sha256":"7GfhQlaCAhc51w8S4JxrvR7tv7a4HLHCCLzhWzjYNwA=","title":"signal-killer","url":"http://updates.jenkins-ci.org/download/plugins/signal-killer/1.1/signal-killer.hpi","version":"1.1","wiki":"https://plugins.jenkins.io/signal-killer"},"silk-performer-plugin":{"buildDate":"Mar 25, 2019","dependencies":[{"name":"plot","optional":false,"version":"2.1.0"}],"developers":[{"developerId":"thomaskr","email":"silkperformer@microfocus.com","name":"Silk Performer Team"}],"excerpt":"Allows you to execute load tests through Jenkins and validate success criteria.","gav":"org.jenkins-ci.plugins:silk-performer-plugin:2.0.5","labels":["external"],"name":"silk-performer-plugin","previousTimestamp":"2019-01-23T07:52:21.00Z","previousVersion":"2.0.4","releaseTimestamp":"2019-03-25T08:28:24.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/silk-performer-plugin","sha1":"18sc5ab8TBlUDRnu9q65QzcZhTg=","sha256":"k4OzvJDpnW1zay8eH00BG7g0BJoXeZvlKJIEs8q6P44=","title":"Silk Performer","url":"http://updates.jenkins-ci.org/download/plugins/silk-performer-plugin/2.0.5/silk-performer-plugin.hpi","version":"2.0.5","wiki":"https://plugins.jenkins.io/silk-performer-plugin"},"simple-build-for-pipeline":{"buildDate":"Feb 26, 2016","dependencies":[{"name":"workflow-aggregator","optional":false,"version":"1.13"},{"name":"workflow-cps","optional":false,"version":"1.13"},{"name":"script-security","optional":false,"version":"1.15"},{"name":"docker-workflow","optional":false,"version":"1.2"}],"developers":[{"developerId":"mneale","email":"mneale@cloudbees.com","name":"Michael Neale"}],"excerpt":"This provides simple build DSLs for Jenkins Pipelines.","gav":"org.jenkins-ci.plugins:simple-build-for-pipeline:0.2","labels":[],"name":"simple-build-for-pipeline","previousTimestamp":"2016-02-24T04:50:30.00Z","previousVersion":"0.1","releaseTimestamp":"2016-02-26T04:48:21.00Z","requiredCore":"1.609.3","scm":"https://github.com/jenkinsci/simple-build-for-pipeline-plugin","sha1":"VNnnjN7CLrQsmf63J05r38fkNeo=","sha256":"g2WvamYMTnfZwu7kuI+mBWoIJMbfIm42h+6uhxL9WHk=","title":"Simple Build DSL for Pipeline","url":"http://updates.jenkins-ci.org/download/plugins/simple-build-for-pipeline/0.2/simple-build-for-pipeline.hpi","version":"0.2","wiki":"https://plugins.jenkins.io/simple-build-for-pipeline"},"simple-parameterized-builds-report":{"buildDate":"May 08, 2016","dependencies":[],"developers":[{"developerId":"nullin","email":"nullin@nullin.com","name":"Nalin Makar"}],"excerpt":"For a given Parameterized Project, this plugin shows the builds sorted by the parameters used to execute the builds","gav":"org.jenkins-ci.plugins:simple-parameterized-builds-report:1.5","labels":["report"],"name":"simple-parameterized-builds-report","previousTimestamp":"2014-10-05T16:11:03.00Z","previousVersion":"1.4","releaseTimestamp":"2016-05-08T22:32:15.00Z","requiredCore":"1.447","scm":"https://github.com/jenkinsci/simple-parameterized-builds-report-plugin","sha1":"unDVxs2Yuyw5yVfZY6ollokM7WI=","sha256":"Ey71fgR5pQ/wkct+UL5aTBiwORRzTdSwi/5xhnR1X/A=","title":"Simple Parameterized Builds Report","url":"http://updates.jenkins-ci.org/download/plugins/simple-parameterized-builds-report/1.5/simple-parameterized-builds-report.hpi","version":"1.5","wiki":"https://plugins.jenkins.io/simple-parameterized-builds-report"},"simple-theme-plugin":{"buildDate":"Aug 30, 2018","compatibleSinceVersion":"0.5","dependencies":[],"developers":[{"developerId":"TobiX","email":"tobias-git@23.gs","name":"Tobias Gruetzmacher"}],"excerpt":"This plugin allows to customize Jenkin's appearance with custom CSS and JavaScript. It also allows to replace the Favicon.","gav":"org.jenkins-ci.plugins:simple-theme-plugin:0.5.1","labels":["ui"],"name":"simple-theme-plugin","previousTimestamp":"2018-08-26T14:49:53.00Z","previousVersion":"0.5","releaseTimestamp":"2018-08-30T05:24:05.00Z","requiredCore":"1.625.1","scm":"https://github.com/jenkinsci/simple-theme-plugin","sha1":"nizUeihLtxEn7DjOXiBGtAgOvJ0=","sha256":"2COsf6HVhhBR/GlTT1Z4wy0QyYoAmHoEWwt4Nv1zNYQ=","title":"Simple Theme","url":"http://updates.jenkins-ci.org/download/plugins/simple-theme-plugin/0.5.1/simple-theme-plugin.hpi","version":"0.5.1","wiki":"https://plugins.jenkins.io/simple-theme-plugin"},"simpleclearcase":{"buildDate":"Mar 14, 2012","dependencies":[],"developers":[{"developerId":"sata_","email":"sam@tavakoli.se","name":"Sam Tavakoli"}],"excerpt":"The Simple Clear Case Dynamic plugin","gav":"jenkins.plugins:simpleclearcase:1.2.2","labels":[],"name":"simpleclearcase","previousTimestamp":"2012-03-13T14:19:56.00Z","previousVersion":"1.2.1","releaseTimestamp":"2012-03-14T12:43:24.00Z","requiredCore":"1.452","scm":"https://github.com/jenkinsci/simpleclearcase-plugin","sha1":"DCOw3J21RcGMpwtYEeSNFkXW9Ng=","sha256":"uIOuIIBCsaKva9YtKw49AK+sk0+SBhSuKiaelauut6Y=","title":"Simple Dynamic ClearCase","url":"http://updates.jenkins-ci.org/download/plugins/simpleclearcase/1.2.2/simpleclearcase.hpi","version":"1.2.2","wiki":"https://plugins.jenkins.io/simpleclearcase"},"simpleupdatesite":{"buildDate":"Sep 16, 2011","dependencies":[],"developers":[{"developerId":"junoyoon","email":"junoyoon@gmail.com","name":"JunHo Yoon"}],"excerpt":"","gav":"org.jenkins-ci.plugins:simpleupdatesite:1.1.2","labels":["misc","ui"],"name":"simpleupdatesite","releaseTimestamp":"2011-09-16T16:28:37.00Z","requiredCore":"1.398","scm":"https://github.com/jenkinsci/simpleupdatesite-plugin","sha1":"v0mCSfELSnPdpf1433omqFqRs8s=","sha256":"P1fQB/RfGXa/KV5ZNaTq+pGoywU7aP078DOgvR4U3RA=","title":"SimpleUpdateSite","url":"http://updates.jenkins-ci.org/download/plugins/simpleupdatesite/1.1.2/simpleupdatesite.hpi","version":"1.1.2","wiki":"https://plugins.jenkins.io/simpleupdatesite"},"sinatra-chef-builder":{"buildDate":"Jul 20, 2017","dependencies":[{"name":"workflow-aggregator","optional":false,"version":"2.5"}],"developers":[{"developerId":"irfanjs","email":"irfu.sayed@gmail.com","name":"Irfan Sayed"}],"excerpt":"Chef Builder plugin to fetch the nodes based on filter and run the chef-client on fetched nodes","gav":"org.jenkins-ci.plugins:sinatra-chef-builder:1.20","labels":["builder"],"name":"sinatra-chef-builder","previousTimestamp":"2017-01-24T05:23:45.00Z","previousVersion":"1.15","releaseTimestamp":"2017-07-20T04:48:55.00Z","requiredCore":"1.651.2","scm":"https://github.com/jenkinsci/sinatra-chef-builder-plugin","sha1":"Sf55zUqp0Y68YjqjF5ELSlAgFTM=","sha256":"T5EJVSd/0ZXWzcdiOY4yNqr+xVvM0mnaW7V5xXUe9pg=","title":"Chef Sinatra","url":"http://updates.jenkins-ci.org/download/plugins/sinatra-chef-builder/1.20/sinatra-chef-builder.hpi","version":"1.20","wiki":"https://plugins.jenkins.io/sinatra-chef-builder"},"singleuseslave":{"buildDate":"May 07, 2015","dependencies":[{"name":"ruby-runtime","optional":false,"version":"0.12"}],"developers":[{"developerId":"claytononeill"}],"excerpt":"This plugin will allow taking slaves with specific labels offline when a job completes","gav":"org.jenkins-ci.ruby-plugins:singleuseslave:1.0.0","labels":[],"name":"singleuseslave","previousTimestamp":"2014-11-30T13:55:53.00Z","previousVersion":"0.1.2","releaseTimestamp":"2015-05-07T01:03:26.00Z","requiredCore":"1.432","scm":"https://github.com/jenkinsci/singleuseslave-plugin","sha1":"IeeAzQkKeN40MIe/9AjJcv1xyaY=","sha256":"OcCwAn/Me4ilx29t/fCwcHPxoEH23k/wowxwvy1M9n4=","title":"Single Use Slave","url":"http://updates.jenkins-ci.org/download/plugins/singleuseslave/1.0.0/singleuseslave.hpi","version":"1.0.0","wiki":"https://plugins.jenkins.io/singleuseslave"},"sitemonitor":{"buildDate":"Apr 30, 2019","dependencies":[],"developers":[{"developerId":"cliffano","email":"blah@cliffano.com","name":"Cliffano Subagio"},{"developerId":"onuba","name":"Francisco Hernandez Suarez"}],"excerpt":"SiteMonitor plugin monitors web site up/down status.","gav":"org.jvnet.hudson.plugins:sitemonitor:0.6","labels":["post-build"],"name":"sitemonitor","previousTimestamp":"2015-12-14T20:08:28.00Z","previousVersion":"0.5","releaseTimestamp":"2019-04-30T10:30:30.00Z","requiredCore":"1.650","scm":"https://github.com/jenkinsci/sitemonitor-plugin","sha1":"9URSO7zV29wCK2eB63yzlGBt6qo=","sha256":"oiknvuKi+oQmQnPZLBykChCBq4Pvc6C+7TEEsJd8oRw=","title":"SiteMonitor","url":"http://updates.jenkins-ci.org/download/plugins/sitemonitor/0.6/sitemonitor.hpi","version":"0.6","wiki":"https://plugins.jenkins.io/sitemonitor"},"skip-certificate-check":{"buildDate":"Sep 07, 2011","dependencies":[],"developers":[{"developerId":"kohsuke"}],"excerpt":"This is a plugin that makes JVM bypass all the HTTPS certificate checks. Convenient if you deal with self-signed certificates and so on. Use with caution.","gav":"org.jenkins-ci.plugins:skip-certificate-check:1.0","labels":["misc"],"name":"skip-certificate-check","releaseTimestamp":"2011-09-07T18:52:59.00Z","requiredCore":"1.398","scm":"https://github.com/jenkinsci/skip-certificate-check-plugin","sha1":"THcV5kg0L/LR3ID4vTQZxX6Lywc=","sha256":"68Xu6nCmGcAPd/SMpXvCkqPL9RaQyo71saTfy85u4UI=","title":"skip-certificate-check","url":"http://updates.jenkins-ci.org/download/plugins/skip-certificate-check/1.0/skip-certificate-check.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/skip-certificate-check"},"skip-notifications-trait":{"buildDate":"May 22, 2019","dependencies":[{"name":"cloudbees-bitbucket-branch-source","optional":false,"version":"2.4.4"}],"developers":[{"developerId":"alex_dubrouski","name":"Alex Dubrouski"}],"excerpt":"This is an extension for Bitbucket Branch Source Plugin, which allows to skip notifying BitBucket instance about build statuses.","gav":"org.jenkins-ci.plugins:skip-notifications-trait:1.0.3","labels":[],"minimumJavaVersion":"1.8","name":"skip-notifications-trait","previousTimestamp":"2018-11-05T18:09:15.00Z","previousVersion":"1.0.2","releaseTimestamp":"2019-05-22T23:12:40.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/skip-notifications-trait-plugin","sha1":"w3MBktUh5Ly3gvGrxAZ2FhqAxpo=","sha256":"0ZeGP+7UpAHN9ZuXkFcgaCi82Ztgh30XRHEda2E9O9c=","title":"Skip Notifications Trait","url":"http://updates.jenkins-ci.org/download/plugins/skip-notifications-trait/1.0.3/skip-notifications-trait.hpi","version":"1.0.3","wiki":"https://plugins.jenkins.io/skip-notifications-trait"},"skype-notifier":{"buildDate":"May 14, 2011","dependencies":[{"name":"instant-messaging","optional":false,"version":"1.16"}],"developers":[{"developerId":"jbh","email":"jarlebh@gmail.com","name":"Jarle Hjortland"}],"excerpt":"Sends build notifications to skype contacts. This plugin requires manual steps, please check plugin wiki<\/b> Note that the instant-messaging plugin 1.16<\/b> is a requirement for this plugin. Please make sure that it is installed, too!<\/em>","gav":"org.jenkins-ci.plugins:skype-notifier:1.1.0","labels":["notifier"],"name":"skype-notifier","previousTimestamp":"2011-05-06T19:49:40.00Z","previousVersion":"1.0.1","releaseTimestamp":"2011-05-14T18:23:00.00Z","requiredCore":"1.404","scm":"https://github.com/jenkinsci/skype-im-plugin","sha1":"0/aVziykcHu6OkRmUGXj7GZ00H8=","sha256":"2p5Hr7MqZs5jM+EAfbiSArWqBYSBipoLvZpGZoAGU0Q=","title":"Skype notifier","url":"http://updates.jenkins-ci.org/download/plugins/skype-notifier/1.1.0/skype-notifier.hpi","version":"1.1.0","wiki":"https://plugins.jenkins.io/skype-notifier"},"skytap":{"buildDate":"Jul 24, 2019","dependencies":[],"developers":[{"developerId":"jchenry","email":"jchenry@skytap.com","name":"Colin Henry"}],"excerpt":"Skytap Cloud CI Plugin","gav":"org.jenkins-ci.plugins:skytap:2.07","labels":["external"],"name":"skytap","previousTimestamp":"2019-07-03T16:03:28.00Z","previousVersion":"2.06","releaseTimestamp":"2019-07-24T18:11:04.00Z","requiredCore":"1.580.1","scm":"https://github.com/jenkinsci/skytap-cloud-plugin","sha1":"aR0ko8Xg6KuU5vtxz0iJ/rk6Goc=","sha256":"k+NY0Y/ibH/C0/f5GlmNrnjRfS+/knCI/UgdBPln9uo=","title":"Skytap Cloud CI","url":"http://updates.jenkins-ci.org/download/plugins/skytap/2.07/skytap.hpi","version":"2.07","wiki":"https://plugins.jenkins.io/skytap"},"slack":{"buildDate":"Aug 19, 2019","compatibleSinceVersion":"2.32","dependencies":[{"name":"workflow-step-api","optional":false,"version":"2.20"},{"name":"credentials","optional":false,"version":"2.2.0"},{"name":"display-url-api","optional":false,"version":"2.3.1"},{"name":"jackson2-api","optional":false,"version":"2.9.9.1"},{"name":"junit","optional":false,"version":"1.28"},{"name":"mailer","optional":false,"version":"1.23"},{"name":"matrix-project","optional":true,"version":"1.14"},{"name":"plain-credentials","optional":false,"version":"1.5"},{"name":"script-security","optional":false,"version":"1.61"},{"name":"structs","optional":false,"version":"1.19"},{"name":"token-macro","optional":false,"version":"2.1"}],"developers":[{"developerId":"timja","name":"Tim Jacomb"}],"excerpt":"This plugin is a Slack notifier that can publish build status to Slack channels.","gav":"org.jenkins-ci.plugins:slack:2.32","labels":["notifier"],"minimumJavaVersion":"1.8","name":"slack","previousTimestamp":"2019-08-16T21:06:40.00Z","previousVersion":"2.31","releaseTimestamp":"2019-08-19T20:07:15.00Z","requiredCore":"2.164.3","scm":"https://github.com/jenkinsci/slack-plugin","sha1":"+1cFjFDi67GRRFjETgcIHxez+x4=","sha256":"ivksIXIDocWKX7B7iZ9zCi4eC7kyPna7OS02qnRTQxs=","title":"Slack Notification","url":"http://updates.jenkins-ci.org/download/plugins/slack/2.32/slack.hpi","version":"2.32","wiki":"https://plugins.jenkins.io/slack"},"slack-uploader":{"buildDate":"Oct 11, 2016","dependencies":[],"developers":[{"developerId":"masterlittle","email":"goyalshitij@gmail.com","name":"Shitij Goyal"}],"excerpt":"A post-build uploader that uploads files to slack generated during build process","gav":"org.jenkins-ci.plugins:slack-uploader:1.7","labels":["upload","notification"],"name":"slack-uploader","releaseTimestamp":"2016-10-11T14:04:48.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/slack-uploader-plugin","sha1":"lGTLiMsKZJFRWD2LRKWzlLyAdD8=","sha256":"QqtebiTzwUocG/wy44k20byc32E4oR9leLEXWql3/Us=","title":"Slack Upload","url":"http://updates.jenkins-ci.org/download/plugins/slack-uploader/1.7/slack-uploader.hpi","version":"1.7","wiki":"https://plugins.jenkins.io/slack-uploader"},"sladiator-notifier":{"buildDate":"Jun 29, 2012","dependencies":[],"developers":[{"developerId":"mkemme","email":"martins.kemme@gmail.com","name":"Martins Kemme"}],"excerpt":"This plugin sends notifications to SLAdiator app.","gav":"org.jenkins-ci.plugins:sladiator-notifier:1.0.4","labels":["notifier"],"name":"sladiator-notifier","previousTimestamp":"2012-04-19T12:33:41.00Z","previousVersion":"1.0.2","releaseTimestamp":"2012-06-29T10:47:28.00Z","requiredCore":"1.424","scm":"https://github.com/jenkinsci/sladiator-plugin","sha1":"tg+vi33M6Hi8ZvtOvK3lr9uKov0=","sha256":"JG9DBlMw8IxKZJ8lw5ruM978pOKJkXQfuEBT6i/lpeY=","title":"SLAdiator notifier","url":"http://updates.jenkins-ci.org/download/plugins/sladiator-notifier/1.0.4/sladiator-notifier.hpi","version":"1.0.4","wiki":"https://plugins.jenkins.io/sladiator-notifier"},"slave-prerequisites":{"buildDate":"Feb 29, 2012","dependencies":[],"developers":[{"developerId":"ndeloof","email":"nicolas.deloof@gmail.com","name":"Nicolas De Loof"}],"excerpt":"Run a script on slave node before starting job on it to check some prerequisites.","gav":"org.jenkins-ci.plugins:slave-prerequisites:1.0","labels":[],"name":"slave-prerequisites","releaseTimestamp":"2012-02-29T13:16:16.00Z","requiredCore":"1.452","scm":"https://github.com/jenkinsci/slave-prerequisites-plugin","sha1":"IEhASdw3rTtil5vgK5z1TlRQMkc=","sha256":"2ic2WZ7F5LC2sKc4P7nCRU+SbAc0uLkOMLr1xdupGCM=","title":"Slave Prerequisites","url":"http://updates.jenkins-ci.org/download/plugins/slave-prerequisites/1.0/slave-prerequisites.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/slave-prerequisites"},"slave-proxy":{"buildDate":"Jun 11, 2013","dependencies":[],"developers":[{"developerId":"kohsuke"}],"excerpt":"This plugin creates an HTTP proxy for the master to reach to hosts that can be only reached from specific set of slaves.","gav":"org.jenkins-ci.plugins:slave-proxy:1.1","labels":[],"name":"slave-proxy","previousTimestamp":"2013-01-16T15:17:12.00Z","previousVersion":"1.0","releaseTimestamp":"2013-06-11T08:12:22.00Z","requiredCore":"1.466","scm":"https://github.com/jenkinsci/slave-proxy-plugin","sha1":"cApK+DKNB8mSeDGr8MhZUK1X7p0=","sha256":"ur+4tQAgSQOvXwblXiGK+h6ebNflo4Dr3o/LBkTlMXk=","title":"slave-proxy","url":"http://updates.jenkins-ci.org/download/plugins/slave-proxy/1.1/slave-proxy.hpi","version":"1.1","wiki":"https://plugins.jenkins.io/slave-proxy"},"slave-setup":{"buildDate":"Jul 01, 2016","dependencies":[],"developers":[{"developerId":"peppe","email":"giuseppe.landolfi@gmail.com","name":"Giuseppe Landolfi"}],"excerpt":"","gav":"org.jenkins-ci.plugins:slave-setup:1.10","labels":["cluster","slaves"],"name":"slave-setup","previousTimestamp":"2015-06-17T19:44:04.00Z","previousVersion":"1.9","releaseTimestamp":"2016-07-01T21:10:09.00Z","requiredCore":"1.442","scm":"https://github.com/jenkinsci/slave-setup-plugin","sha1":"BbD61bjWAg/HwC/hOGRe1DDJXoE=","sha256":"fahaN3yukcXt1UKmanYSFx2OiVVfa3ojdJtW+WWg07w=","title":"Slave SetupPlugin","url":"http://updates.jenkins-ci.org/download/plugins/slave-setup/1.10/slave-setup.hpi","version":"1.10","wiki":"https://plugins.jenkins.io/slave-setup"},"slave-squatter":{"buildDate":"Aug 07, 2011","dependencies":[],"developers":[{"developerId":"kohsuke","name":"Kohsuke Kawaguchi"}],"excerpt":"This plugin enables administrators to reserve executors to be used outside Jenkins.","gav":"org.jenkins-ci.plugins:slave-squatter:1.2","labels":["slaves"],"name":"slave-squatter","releaseTimestamp":"2011-08-07T16:15:14.00Z","requiredCore":"1.398","scm":"https://github.com/jenkinsci/slave-squatter-plugin","sha1":"ohVYgUUtofZvBLAeiqHyMtokkPI=","sha256":"Eg6udayhztzxDs+/zUSX3FgQGULBwAj7ndcX7vdAiuQ=","title":"Slave squatter","url":"http://updates.jenkins-ci.org/download/plugins/slave-squatter/1.2/slave-squatter.hpi","version":"1.2","wiki":"https://plugins.jenkins.io/slave-squatter"},"slave-status":{"buildDate":"Nov 03, 2011","dependencies":[],"developers":[{"developerId":"douglassquirrel","name":"Douglas Squirrel"},{"developerId":"jieryn","email":"jieryn@gmail.com","name":"Jesse Farinacci"}],"excerpt":"Visit a url like http://myslave:3141 to see an XML document giving the slave's status. Use automated tools like curl or nagios to check this data periodically, if you want to.","gav":"org.jvnet.hudson.plugins:slave-status:1.6","labels":["slaves"],"name":"slave-status","previousTimestamp":"2011-11-03T01:19:45.00Z","previousVersion":"1.5","releaseTimestamp":"2011-11-03T01:21:10.00Z","requiredCore":"1.392","scm":"https://github.com/jenkinsci/slave-status-plugin","sha1":"p5HHzKUcrMyQHn/fnB3MuYaCmCI=","sha256":"k7GeI68W1rbjjzBh3xdQivyu4reqkNIQ34O9DaP9NWw=","title":"slave-status","url":"http://updates.jenkins-ci.org/download/plugins/slave-status/1.6/slave-status.hpi","version":"1.6","wiki":"https://plugins.jenkins.io/slave-status"},"slave-utilization-plugin":{"buildDate":"May 21, 2014","dependencies":[],"developers":[{"developerId":"sgaddipati"}],"excerpt":"This plugin is a sample to explain how to write a Jenkins plugin.","gav":"com.suryagaddipati.jenkins:slave-utilization-plugin:1.8","labels":["slaves"],"name":"slave-utilization-plugin","previousTimestamp":"2014-05-21T15:38:01.00Z","previousVersion":"1.7","releaseTimestamp":"2014-05-21T20:44:39.00Z","requiredCore":"1.488","scm":"https://github.com/jenkinsci/slave-utilization-plugin","sha1":"5NptX7yYc1end1Noczu5HdJQhtQ=","sha256":"wkNMkvWPPBZmv3o+eBqBHvDxyNgn2VenUq0BAcvMY/E=","title":"Slave Utilization","url":"http://updates.jenkins-ci.org/download/plugins/slave-utilization-plugin/1.8/slave-utilization-plugin.hpi","version":"1.8","wiki":"https://plugins.jenkins.io/slave-utilization-plugin"},"sloccount":{"buildDate":"Dec 22, 2017","dependencies":[{"name":"workflow-cps","optional":false,"version":"1.15"},{"name":"workflow-job","optional":false,"version":"1.14"},{"name":"workflow-step-api","optional":false,"version":"2.6"},{"name":"dashboard-view","optional":true,"version":"2.0"}],"developers":[{"developerId":"imarinkov","email":"ivo+jenkins@ivo.qa","name":"Ivaïlo Marinkov"}],"excerpt":"This plugin parses SLOCCount output files to produce project and build reports.","gav":"hudson.plugins.sloccount:sloccount:1.24","labels":["report"],"name":"sloccount","previousTimestamp":"2017-11-12T01:41:58.00Z","previousVersion":"1.22","releaseTimestamp":"2017-12-22T07:26:04.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/sloccount-plugin","sha1":"Y559k3XDicMXzK5j3msxkSnjN18=","sha256":"3CY9r+4ZOATbCnsqGidZl3KRhM9mFpVYoxcAcLEcHK8=","title":"SLOCCount","url":"http://updates.jenkins-ci.org/download/plugins/sloccount/1.24/sloccount.hpi","version":"1.24","wiki":"https://plugins.jenkins.io/sloccount"},"smalltest":{"buildDate":"Sep 29, 2017","dependencies":[{"name":"junit","optional":false,"version":"1.20"},{"name":"credentials","optional":false,"version":"2.1.5"}],"developers":[{"developerId":"smalltest","email":"smalltestagile@gmail.com","name":"SmallTest, Inc."}],"excerpt":"This plugin uploads Jenkins test results to SmallTest.","gav":"com.smalltest:smalltest:1.0.4","labels":[],"name":"smalltest","previousTimestamp":"2017-09-26T16:44:53.00Z","previousVersion":"1.0.3","releaseTimestamp":"2017-09-29T17:50:15.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/smalltest-plugin","sha1":"E13Nxpz3LsUjhiVyjrmkiTRf6PE=","sha256":"mxubNvb72kBKZIzIFhObxR/Bn9ZPr0T8wiqdAZfo/Ps=","title":"SmallTest","url":"http://updates.jenkins-ci.org/download/plugins/smalltest/1.0.4/smalltest.hpi","version":"1.0.4","wiki":"https://plugins.jenkins.io/smalltest"},"smart-jenkins":{"buildDate":"Aug 01, 2011","dependencies":[],"developers":[{"developerId":"future-azure","email":"future.azure@gmail.com","name":"Yi Hu"},{"name":"Wenting Gu"}],"excerpt":"This plugin reduces the electricity consumption by shutting down idle slaves and re-schedules jobs to avoid the rush hours of electricity.","gav":"org.jenkins-ci.plugins:smart-jenkins:1.0","labels":["slaves"],"name":"smart-jenkins","releaseTimestamp":"2011-08-01T02:48:45.00Z","requiredCore":"1.417","scm":"https://github.com/jenkinsci/smart-jenkins-plugin","sha1":"spKQWs6C87Z7X5CTeXmgsntLCbc=","sha256":"6CAs2C6XrA3D0ORnq8dekBYGAbK4Q//PhYq51R5uB/A=","title":"Smart Jenkins","url":"http://updates.jenkins-ci.org/download/plugins/smart-jenkins/1.0/smart-jenkins.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/smart-jenkins"},"smartfrog-plugin":{"buildDate":"Apr 15, 2016","dependencies":[],"developers":[{"developerId":"vjuranek","name":"Vojtech Juranek"},{"developerId":"rhusar","name":"Radoslav Husar"}],"excerpt":"SmartFrog support plugin for Hudson developed by Dominik Pospisil, currently maintained by Radoslav Husar/Vojtech Juranek.","gav":"org.jenkins-ci.plugins:smartfrog-plugin:2.2.6","labels":["builder"],"name":"smartfrog-plugin","previousTimestamp":"2016-04-14T14:20:24.00Z","previousVersion":"2.2.5","releaseTimestamp":"2016-04-15T10:28:40.00Z","requiredCore":"1.480","scm":"https://github.com/jenkinsci/smartfrog-plugin","sha1":"VXz3IzjLYeGWAo1UliC3XhQsJFY=","sha256":"BP4eXH8bcujQtQa2hTs2v0ivh6UJj7ort/7fApeieQI=","title":"SmartFrog Builder","url":"http://updates.jenkins-ci.org/download/plugins/smartfrog-plugin/2.2.6/smartfrog-plugin.hpi","version":"2.2.6","wiki":"https://plugins.jenkins.io/smartfrog-plugin"},"sms":{"buildDate":"Sep 20, 2013","dependencies":[],"developers":[{"developerId":"stevevan","name":"Steve Van"}],"excerpt":"This is a plugin to send SMS notification for failed build.","gav":"com.hoiio.jenkins:sms:1.2","labels":["notifier"],"name":"sms","previousTimestamp":"2013-04-16T02:52:20.00Z","previousVersion":"1.1","releaseTimestamp":"2013-09-20T10:41:28.00Z","requiredCore":"1.480.3","scm":"https://github.com/jenkinsci/sms-plugin","sha1":"d56RaZb61FR832lNr68zuPXRZ0c=","sha256":"BLVo9oP6boSSDhfRLQ2Vk6VMsHVrniiS0VMBEV5Dj5Y=","title":"SMS Notification","url":"http://updates.jenkins-ci.org/download/plugins/sms/1.2/sms.hpi","version":"1.2","wiki":"https://plugins.jenkins.io/sms"},"snowglobe":{"buildDate":"Apr 19, 2018","dependencies":[{"name":"workflow-step-api","optional":false,"version":"2.12"},{"name":"apache-httpcomponents-client-4-api","optional":false,"version":"4.5.3-2.0"},{"name":"credentials","optional":false,"version":"2.1.1"},{"name":"structs","optional":false,"version":"1.7"}],"developers":[{"developerId":"magnayn","email":"nigel.magnay@gmail.com","name":"Nigel Magnay"}],"excerpt":"SnowGlobe plugin for Jenkins","gav":"com.nirima.snowglobe.jenkins:snowglobe:0.4.1","labels":[],"name":"snowglobe","previousTimestamp":"2018-04-18T16:17:27.00Z","previousVersion":"0.4","releaseTimestamp":"2018-04-19T13:08:21.00Z","requiredCore":"2.107","scm":"https://github.com/jenkinsci/snowglobe-plugin","sha1":"xsCv2e86+lG5EjmBYKkeqC3MTz8=","sha256":"hq069FJFbWRAdOXB5BS/9lDmWdVWEWrQJgcgh3DRMTs=","title":"SnowGlobe","url":"http://updates.jenkins-ci.org/download/plugins/snowglobe/0.4.1/snowglobe.hpi","version":"0.4.1","wiki":"https://plugins.jenkins.io/snowglobe"},"snsnotify":{"buildDate":"Mar 09, 2016","dependencies":[],"developers":[{"developerId":"mikewatt","name":"Michael Watt"},{"developerId":"jkelabora","name":"Julian Kelabora"},{"developerId":"nikos","name":"Niko Schmuck"}],"excerpt":"Send build notifications to an Amazon SNS Topic","gav":"org.jenkins-ci.plugins:snsnotify:1.13","labels":["notifier","post-build"],"name":"snsnotify","previousTimestamp":"2016-01-19T20:58:25.00Z","previousVersion":"1.12","releaseTimestamp":"2016-03-09T21:01:36.00Z","requiredCore":"1.565.1","scm":"https://github.com/jenkinsci/snsnotify-plugin","sha1":"WxGdy4njQcjz1p9kV9cSMZ1yy2w=","sha256":"05ZJJH14i6+T3R7CIqgD+nqsRe+svtt4ywYXuDBOFXU=","title":"Amazon SNS Build Notifier","url":"http://updates.jenkins-ci.org/download/plugins/snsnotify/1.13/snsnotify.hpi","version":"1.13","wiki":"https://plugins.jenkins.io/snsnotify"},"snyk-security-scanner":{"buildDate":"Aug 22, 2019","compatibleSinceVersion":"2.0.0","dependencies":[{"name":"workflow-step-api","optional":false,"version":"2.18"},{"name":"credentials","optional":false,"version":"2.1.19"}],"developers":[{"developerId":"travis"}],"excerpt":"Add the ability to test your code dependencies for vulnerabilities against Snyk database","gav":"io.snyk.plugins:snyk-security-scanner:2.10.2","labels":[],"minimumJavaVersion":"1.8","name":"snyk-security-scanner","previousTimestamp":"2019-08-21T10:04:42.00Z","previousVersion":"2.10.1","releaseTimestamp":"2019-08-22T13:38:32.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/snyk-security-scanner-plugin","sha1":"tfQq/II6QeCtUwjZKgC3IvKh3Qk=","sha256":"awoaUqP4I3q5xPV15wWHIQ6WQZ/XAY1mZRXe9G9wPg0=","title":"Snyk Security","url":"http://updates.jenkins-ci.org/download/plugins/snyk-security-scanner/2.10.2/snyk-security-scanner.hpi","version":"2.10.2","wiki":"https://plugins.jenkins.io/snyk-security-scanner"},"soapui-pro-functional-testing":{"buildDate":"Aug 07, 2018","dependencies":[{"name":"junit","optional":false,"version":"1.19"}],"developers":[{"developerId":"olesia_mitina","email":"olesia.mitina@smartbear.com","name":"Olesia Mitina"},{"developerId":"ilyaavdeev","email":"Ilya.Avdeev@smartbear.com","name":"Ilya Avdeev"}],"excerpt":"Execute API tests designed in SoapUI Pro.","gav":"org.jenkins-ci.plugins:soapui-pro-functional-testing:1.1","labels":[],"name":"soapui-pro-functional-testing","previousTimestamp":"2018-06-05T15:34:36.00Z","previousVersion":"1.0","releaseTimestamp":"2018-08-07T13:19:38.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/soapui-pro-functional-testing-plugin","sha1":"jqeeSss15mOS3nLYeOhIKdtAzfc=","sha256":"OCatOPUkOBVtbojcuzyMXGEdO4eK/KVDZWDeoVtwnGY=","title":"SoapUI Pro Functional Testing","url":"http://updates.jenkins-ci.org/download/plugins/soapui-pro-functional-testing/1.1/soapui-pro-functional-testing.hpi","version":"1.1","wiki":"https://plugins.jenkins.io/soapui-pro-functional-testing"},"sofy-ai":{"buildDate":"Jan 07, 2019","dependencies":[{"name":"structs","optional":false,"version":"1.7"}],"developers":[{"developerId":"waqas","email":"waqas@sofy.ai","name":"Waqas Maqsood"}],"excerpt":"Sofy.ai Jenkins Plugin -- stage tests on Sofy.ai through your jenkins pipeline","gav":"io.jenkins.plugins:sofy-ai:1.0.3","labels":[],"name":"sofy-ai","previousTimestamp":"2019-01-02T06:49:51.00Z","previousVersion":"1.0.1","releaseTimestamp":"2019-01-07T06:42:45.00Z","requiredCore":"2.7.3","scm":"https://github.com/jenkinsci/sofy-ai-plugin","sha1":"5wPx/At6Pnx0ahDtzVnkdFWPoWU=","sha256":"rSfWgKjamk20KCde+DDXHT5jJ8wxAdRafhhpOjFWzCA=","title":"Sofy.AI","url":"http://updates.jenkins-ci.org/download/plugins/sofy-ai/1.0.3/sofy-ai.hpi","version":"1.0.3","wiki":"https://plugins.jenkins.io/sofy-ai"},"sonar":{"buildDate":"May 21, 2019","dependencies":[{"name":"maven-plugin","optional":true,"version":"2.17"},{"name":"workflow-support","optional":true,"version":"2.18"},{"name":"configurationslicing","optional":true,"version":"1.47"},{"name":"credentials","optional":false,"version":"2.1.13"},{"name":"plain-credentials","optional":false,"version":"1.4"}],"developers":[{"developerId":"julien"}],"excerpt":"This plugin allows an easy integration of SonarQube<\/a>, the open source platform for Continuous Inspection of code quality.","gav":"org.jenkins-ci.plugins:sonar:2.9","labels":["external","report"],"minimumJavaVersion":"1.8","name":"sonar","previousTimestamp":"2018-09-18T16:26:48.00Z","previousVersion":"2.8.1","releaseTimestamp":"2019-05-21T08:58:54.00Z","requiredCore":"2.89.4","scm":"https://github.com/jenkinsci/sonarqube-plugin","sha1":"WHnYEEC1SR81y2+/JfNmm4uc0FQ=","sha256":"chvtAA1DUoD4HQWHrrLJnEu1Zu/SdnM4/GI8AoezQ3A=","title":"SonarQube Scanner","url":"http://updates.jenkins-ci.org/download/plugins/sonar/2.9/sonar.hpi","version":"2.9","wiki":"https://plugins.jenkins.io/sonar"},"sonar-gerrit":{"buildDate":"Apr 02, 2018","compatibleSinceVersion":"1.0","dependencies":[{"name":"gerrit-trigger","optional":false,"version":"2.16.0"},{"name":"structs","optional":false,"version":"1.2"}],"developers":[{"developerId":"aquarellian","email":"aquarellian@gmail.com","name":"Tatiana Didik (Goretskaya)"},{"developerId":"adidik","name":"Aleksey Didik"}],"excerpt":"This plugin allows to submit issues from SonarQube<\/a> to Gerrit<\/a> as comments directly.","gav":"org.jenkins-ci.plugins:sonar-gerrit:2.3","labels":["external"],"name":"sonar-gerrit","previousTimestamp":"2018-02-06T00:06:20.00Z","previousVersion":"2.2.1","releaseTimestamp":"2018-04-02T14:23:17.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/sonar-gerrit-plugin","sha1":"avHjxBuwsg8nYcspHpN7V9KhhSs=","sha256":"QJmvKE1BqwVJ7Fz7wpo3MG5QP/d8z3tiOc2qdYchvx0=","title":"Sonar Gerrit","url":"http://updates.jenkins-ci.org/download/plugins/sonar-gerrit/2.3/sonar-gerrit.hpi","version":"2.3","wiki":"https://plugins.jenkins.io/sonar-gerrit"},"sonar-quality-gates":{"buildDate":"Aug 18, 2018","dependencies":[],"developers":[{"developerId":"arkanjoms","email":"arkanjo.ms@gmail.com","name":"Rafael Ramos de Oliveira"}],"excerpt":"Fails the build whenever the Quality Gates criteria in the Sonar 5.6+ analysis aren't met (the project Quality Gates status is different than \"Passed\")","gav":"org.jenkins-ci.plugins:sonar-quality-gates:1.3.1","labels":[],"name":"sonar-quality-gates","previousTimestamp":"2018-02-14T02:31:44.00Z","previousVersion":"1.3.0","releaseTimestamp":"2018-08-18T12:42:18.00Z","requiredCore":"2.89.3","scm":"https://github.com/jenkinsci/sonar-quality-gates-plugin","sha1":"TYBM4W3q/t2Otxe0DZm414ur4Vo=","sha256":"iYPMfhyR0hqfrXlH0bHbBi4m3+k4hnB88yIZ6aDxMlI=","title":"Sonar Quality Gates","url":"http://updates.jenkins-ci.org/download/plugins/sonar-quality-gates/1.3.1/sonar-quality-gates.hpi","version":"1.3.1","wiki":"https://plugins.jenkins.io/sonar-quality-gates"},"sonargraph-integration":{"buildDate":"Mar 25, 2019","dependencies":[],"developers":[{"developerId":"andreashoyerh2m","name":"Andreas Hoyer"}],"excerpt":"This plugin integrates Sonargraph<\/a> functionality into Jenkins, for Sonargraph versions 8 and 9","gav":"org.jenkins-ci.plugins:sonargraph-integration:2.2.1","labels":["external","post-build","report"],"name":"sonargraph-integration","previousTimestamp":"2018-12-19T13:30:17.00Z","previousVersion":"2.2.0","releaseTimestamp":"2019-03-25T11:45:04.00Z","requiredCore":"2.89.4","scm":"https://github.com/jenkinsci/sonargraph-integration-plugin","sha1":"qTESdtPWSd8UghPcYE/KIwoy92Q=","sha256":"wYJOUTjpAd+AeZgZeTrMfI2Lfccp6ysoAw/IM5FuJY4=","title":"Sonargraph Integration","url":"http://updates.jenkins-ci.org/download/plugins/sonargraph-integration/2.2.1/sonargraph-integration.hpi","version":"2.2.1","wiki":"https://plugins.jenkins.io/sonargraph-integration"},"sonargraph-plugin":{"buildDate":"Sep 07, 2015","dependencies":[{"name":"maven-plugin","optional":false,"version":"2.12"}],"developers":[{"developerId":"ingmarkellner","name":"Ingmar Kellner"},{"developerId":"esteban-h2m","name":"Esteban Angee"},{"developerId":"andreashoyerh2m","name":"Andreas Hoyer"}],"excerpt":"This plugin integrates Sonargraph<\/a> functionality into Jenkins","gav":"org.jenkins-ci.plugins:sonargraph-plugin:1.6.4","labels":["external","post-build","report"],"name":"sonargraph-plugin","previousTimestamp":"2015-01-24T12:53:54.00Z","previousVersion":"1.6.3","releaseTimestamp":"2015-09-07T15:00:48.00Z","requiredCore":"1.554.3","scm":"https://github.com/jenkinsci/sonargraph-plugin","sha1":"HnAjA43Rx1uAGx6LnatnFLRpwLY=","sha256":"gRGJvHliN6UVSDh/rvLNWeatEjzZiPvCL4VRcY6p4qg=","title":"Sonargraph","url":"http://updates.jenkins-ci.org/download/plugins/sonargraph-plugin/1.6.4/sonargraph-plugin.hpi","version":"1.6.4","wiki":"https://plugins.jenkins.io/sonargraph-plugin"},"sonarqube-generic-coverage":{"buildDate":"Jul 29, 2019","dependencies":[{"name":"code-coverage-api","optional":false,"version":"1.0.11"}],"developers":[{"developerId":"cizezsy","email":"zsy19980307@gmail.com","name":"Shenyu Zheng"}],"excerpt":"TODO","gav":"io.jenkins.plugins:sonarqube-generic-coverage:1.0","labels":[],"name":"sonarqube-generic-coverage","releaseTimestamp":"2019-07-29T08:36:18.00Z","requiredCore":"2.7.3","scm":"https://github.com/jenkinsci/sonarqube-generic-coverage-plugin","sha1":"GYiDa1BTamLk1WA5lreOQEpcbe4=","sha256":"YHkquNtv1GGO1haKLQn5c15ZwNjs0OW4R40gTKtWVS0=","title":"SonarQube Generic Coverage","url":"http://updates.jenkins-ci.org/download/plugins/sonarqube-generic-coverage/1.0/sonarqube-generic-coverage.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/sonarqube-generic-coverage"},"sounds":{"buildDate":"Jun 25, 2016","dependencies":[],"developers":[{"developerId":"oxcafebabe","email":"edward@hurst-frost.net","name":"Edward Hurst-Frost"}],"excerpt":"This plugin allows Jenkins to play audio clips as build notifications.","gav":"org.jenkins-ci.plugins:sounds:0.5","labels":["notifier"],"name":"sounds","previousTimestamp":"2013-11-08T16:56:28.00Z","previousVersion":"0.4.3","releaseTimestamp":"2016-06-25T15:18:44.00Z","requiredCore":"1.436","scm":"https://github.com/jenkinsci/sounds-plugin","sha1":"cQ6afXgWrcqSWkgimTfHuioYlNs=","sha256":"fIBfWri7CHBxd6TEMJdjAIpVKXsCfGNpMRB0J8UEKGg=","title":"Sounds","url":"http://updates.jenkins-ci.org/download/plugins/sounds/0.5/sounds.hpi","version":"0.5","wiki":"https://plugins.jenkins.io/sounds"},"sourcemonitor":{"buildDate":"Jun 01, 2013","dependencies":[],"developers":[{"developerId":"sogabe"}],"excerpt":"This plug-in collects the SourceMonitor<\/a> analysis results of the project and visualizes the checkpoints.","gav":"com.thalesgroup.hudson.plugins:sourcemonitor:0.2","labels":[],"name":"sourcemonitor","releaseTimestamp":"2013-06-01T12:02:14.00Z","requiredCore":"1.424","scm":"https://github.com/jenkinsci/sourcemonitor-plugin","sha1":"8MHp+efEVW/MtBqcGYf0cF4/FwI=","sha256":"t4zqC8shxJMcyJgu2SRHUZhBNGWo95vN5rjNLnJcxcU=","title":"SourceMonitor","url":"http://updates.jenkins-ci.org/download/plugins/sourcemonitor/0.2/sourcemonitor.hpi","version":"0.2","wiki":"https://plugins.jenkins.io/sourcemonitor"},"splunk-devops":{"buildDate":"Aug 20, 2019","compatibleSinceVersion":"1.5","dependencies":[{"name":"clover","optional":true,"version":"4.7.1"},{"name":"cobertura","optional":true,"version":"1.9.8"},{"name":"cucumber-testresult-plugin","optional":true,"version":"0.9.7"},{"name":"jacoco","optional":true,"version":"2.1.0"},{"name":"junit","optional":true,"version":"1.18"},{"name":"script-security","optional":false,"version":"1.61"},{"name":"testng-plugin","optional":true,"version":"1.14"}],"developers":[{"developerId":"djenkins","email":"djenkins@splunk.com","name":"Danielle Jenkins"},{"developerId":"kjotwani","email":"kjotwani@splunk.com","name":"Kashyap Jotwani"},{"developerId":"fengxx","email":"txiao@splunk.com","name":"Ted Xiao"}],"excerpt":"Splunk plugin for Jenkins provides deep insights into your Jenkins master and slave infrastructure, job and build details such as console logs, status, artifacts, and an incredibly efficient way to analyze test results.","gav":"com.splunk.splunkins:splunk-devops:1.8.1","labels":["post-build","notifier","report"],"minimumJavaVersion":"1.8","name":"splunk-devops","previousTimestamp":"2019-08-14T04:55:04.00Z","previousVersion":"1.8.0","releaseTimestamp":"2019-08-20T08:46:58.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/splunk-devops-plugin","sha1":"KX6YJJDnO/+Y1EcfFA1VQq4XebU=","sha256":"gK/DjvjCZiU0D44AV/7xBCM5mQ03lQnOMnk3O40L6kM=","title":"Splunk","url":"http://updates.jenkins-ci.org/download/plugins/splunk-devops/1.8.1/splunk-devops.hpi","version":"1.8.1","wiki":"https://plugins.jenkins.io/splunk-devops"},"splunk-devops-extend":{"buildDate":"Aug 20, 2019","dependencies":[{"name":"splunk-devops","optional":false,"version":"1.8.1"},{"name":"pipeline-rest-api","optional":false,"version":"2.8"},{"name":"workflow-api","optional":false,"version":"2.27"},{"name":"workflow-cps","optional":false,"version":"2.53"},{"name":"workflow-job","optional":false,"version":"2.21"},{"name":"workflow-step-api","optional":false,"version":"2.13"},{"name":"scm-api","optional":false,"version":"2.2.6"},{"name":"structs","optional":false,"version":"1.14"}],"developers":[{"developerId":"fengxx","email":"xiao.xj@outlook.com","name":"Ted Xiao"}],"excerpt":"This plugin extract pipeline job stages information","gav":"com.splunk.splunkins:splunk-devops-extend:1.8.1","labels":[],"minimumJavaVersion":"1.8","name":"splunk-devops-extend","previousTimestamp":"2019-08-14T04:55:49.00Z","previousVersion":"1.8.0","releaseTimestamp":"2019-08-20T08:47:51.00Z","requiredCore":"2.89.1","scm":"https://github.com/jenkinsci/splunk-devops-plugin","sha1":"KjlNeeKSTMnTlZJqMz8TwgcYIgI=","sha256":"mipjER4e1eHFFQtHR4qkoHa/DJ+yNwrLnglXW6KHHw8=","title":"Splunk Plugin Extension","url":"http://updates.jenkins-ci.org/download/plugins/splunk-devops-extend/1.8.1/splunk-devops-extend.hpi","version":"1.8.1","wiki":"https://plugins.jenkins.io/splunk-devops-extend"},"spoonscript":{"buildDate":"Mar 15, 2016","dependencies":[{"name":"git","optional":false,"version":"2.3.4"},{"name":"credentials","optional":false,"version":"1.21"}],"developers":[{"developerId":"pmateusz","email":"mateusz@turbo.net","name":"Mateusz Polnik"}],"excerpt":"Execute TurboScripts, export images or push them to remote repository.","gav":"org.jenkinsci.plugins.spoonscript:spoonscript:1.3","labels":["builder"],"name":"spoonscript","previousTimestamp":"2016-01-04T11:21:33.00Z","previousVersion":"1.2","releaseTimestamp":"2016-03-15T13:48:34.00Z","requiredCore":"1.580.1","scm":"https://github.com/jenkinsci/spoonscript-plugin","sha1":"JwU9SAAi/OzHEuRkblrPlYu1+zI=","sha256":"8UKbCJP73CLU0+vw9KjkPysOQGcZQhb66G3/9cUC1Ok=","title":"TurboScript","url":"http://updates.jenkins-ci.org/download/plugins/spoonscript/1.3/spoonscript.hpi","version":"1.3","wiki":"https://plugins.jenkins.io/spoonscript"},"spotinst":{"buildDate":"Aug 13, 2019","dependencies":[],"developers":[{"developerId":"team","email":"team@spotinst.com","name":"Spotinst Team"}],"excerpt":"","gav":"org.jenkins-ci.plugins:spotinst:2.0.16","labels":["spot","spotinst","cluster","slaves"],"name":"spotinst","previousTimestamp":"2019-06-13T12:51:06.00Z","previousVersion":"2.0.15","releaseTimestamp":"2019-08-13T08:26:52.00Z","requiredCore":"1.632","scm":"https://github.com/jenkinsci/spotinst-plugin","sha1":"AW1eeOXJSc7ZZ1xJZilvaCS/6u4=","sha256":"93gNFsZ180vMZU3u0bbFvacuQW0iZBanCwTLBvsznyc=","title":"Spotinst","url":"http://updates.jenkins-ci.org/download/plugins/spotinst/2.0.16/spotinst.hpi","version":"2.0.16","wiki":"https://plugins.jenkins.io/spotinst"},"spring-initalzr":{"buildDate":"May 11, 2017","dependencies":[{"name":"structs","optional":false,"version":"1.6"}],"developers":[{"developerId":"migger","email":"migger@yandex.ru","name":"Igor Mikhaylyuk"}],"excerpt":"Add build parameter to be able to select spring dependencies(Spring Initalzr, http://start.spring.io) Add pipeline step 'springBoot' to create spring boot application","gav":"org.jenkins-ci.plugins:spring-initalzr:1.6","labels":[],"name":"spring-initalzr","previousTimestamp":"2017-05-10T10:20:47.00Z","previousVersion":"1.5","releaseTimestamp":"2017-05-11T07:25:27.00Z","requiredCore":"2.46.1","scm":"https://github.com/jenkinsci/spring-initalzr-plugin","sha1":"hT9r8JMDkJy+MzPq9ihTZyN4Mno=","sha256":"xcDsWCFBEJGfQp19V4vQy0yGs8hDx5YrfpDV0rU+tbA=","title":"Spring Initalzr","url":"http://updates.jenkins-ci.org/download/plugins/spring-initalzr/1.6/spring-initalzr.hpi","version":"1.6","wiki":"https://plugins.jenkins.io/spring-initalzr"},"sqlplus-script-runner":{"buildDate":"Jun 16, 2019","dependencies":[{"name":"workflow-step-api","optional":false,"version":"2.4"},{"name":"credentials","optional":false,"version":"2.1.17"}],"developers":[{"developerId":"boaglio","email":"boaglio@gmail.com","name":"Fernando Boaglio"}],"excerpt":"This plugin allows Jenkins to run SQLPlus (or SQL*Plus) scripts on Jenkins.","gav":"org.jenkins-ci.plugins:sqlplus-script-runner:2.0.8","labels":["misc"],"name":"sqlplus-script-runner","previousTimestamp":"2019-06-02T05:14:43.00Z","previousVersion":"2.0.7","releaseTimestamp":"2019-06-16T03:11:42.00Z","requiredCore":"2.73.3","scm":"https://github.com/jenkinsci/sqlplus-script-runner-plugin","sha1":"gABJdG58NmDkwZKyszAggJ4hmMs=","sha256":"Ew/q2oYnFS1LAGPh89gl8VvCpvi/4vP/AOagTHhi/JA=","title":"SQLPlus Script Runner","url":"http://updates.jenkins-ci.org/download/plugins/sqlplus-script-runner/2.0.8/sqlplus-script-runner.hpi","version":"2.0.8","wiki":"https://plugins.jenkins.io/sqlplus-script-runner"},"squashtm-publisher":{"buildDate":"Aug 31, 2017","dependencies":[{"name":"junit","optional":false,"version":"1.11"}],"developers":[{"developerId":"bsiri","email":"bsiri@henix.fr","name":"Benoit Siri"},{"developerId":"devsquash","email":"devsquash@henix.fr"}],"excerpt":"Publishes the test results in Squash TM","gav":"org.jenkins-ci.plugins:squashtm-publisher:1.0.0","labels":[],"name":"squashtm-publisher","releaseTimestamp":"2017-08-31T10:07:28.00Z","requiredCore":"1.651.3","scm":"https://github.com/jenkinsci/squashtm-publisher-plugin","sha1":"/neh1XOT1yxhjsBLwVTEPp/coSQ=","sha256":"jdpkl1hEmaEB6Qiw0Xhj5xKO5wynWwXVWl1Hn3xja8E=","title":"Squash TM Publisher (Squash4Jenkins)","url":"http://updates.jenkins-ci.org/download/plugins/squashtm-publisher/1.0.0/squashtm-publisher.hpi","version":"1.0.0","wiki":"https://plugins.jenkins.io/squashtm-publisher"},"sra-deploy":{"buildDate":"Jan 30, 2014","dependencies":[],"developers":[{"developerId":"Serena SRA Team","email":"support@serena.com","name":"Serena SRA Team"}],"excerpt":"This plugin can be used to upload project artifacts to an SerenaRA server.","gav":"com.urbancode.ds.jenkins.plugins:sra-deploy:1.4.2.4","labels":["deployment","post-build","devops","upload"],"name":"sra-deploy","previousTimestamp":"2013-11-26T12:59:25.00Z","previousVersion":"1.4.2.3","releaseTimestamp":"2014-01-30T16:33:35.00Z","requiredCore":"1.540","scm":"https://github.com/jenkinsci/sra-deploy-plugin/","sha1":"3TB8a090wx4oU+PzxF/HAKi7qHM=","sha256":"q+TWYkSbD+QjYdlp7jFNC2rha+ephPg1a0I5bTjgFyc=","title":"Serena SRA Deploy","url":"http://updates.jenkins-ci.org/download/plugins/sra-deploy/1.4.2.4/sra-deploy.hpi","version":"1.4.2.4","wiki":"https://plugins.jenkins.io/sra-deploy"},"srcclr-installer":{"buildDate":"Dec 27, 2016","dependencies":[],"developers":[{"developerId":"srcclr","email":"support@srcclr.com","name":"SourceClear Inc"}],"excerpt":"","gav":"com.srcclr.jenkins:srcclr-installer:1.0.2","labels":[],"name":"srcclr-installer","previousTimestamp":"2016-05-09T00:18:20.00Z","previousVersion":"1.0.1","releaseTimestamp":"2016-12-27T12:45:55.00Z","requiredCore":"1.609.2","scm":"https://github.com/jenkinsci/srcclr-installer-plugin","sha1":"stWCaGIZSqCP/Me+PUFRYJqWfXQ=","sha256":"AdVRSUHeWg6OpKo8k/VtRhZ9UHBP0IJhmDplkl/Pvz0=","title":"The SourceClear Installer","url":"http://updates.jenkins-ci.org/download/plugins/srcclr-installer/1.0.2/srcclr-installer.hpi","version":"1.0.2","wiki":"https://plugins.jenkins.io/srcclr-installer"},"sse-gateway":{"buildDate":"Aug 29, 2019","dependencies":[{"name":"pubsub-light","optional":false,"version":"1.13"}],"developers":[{"developerId":"olamy"}],"excerpt":"Server Sent Events (SSE) Gateway.","gav":"org.jenkins-ci.plugins:sse-gateway:1.20","labels":[],"name":"sse-gateway","previousTimestamp":"2019-08-02T02:08:48.00Z","previousVersion":"1.19","releaseTimestamp":"2019-08-29T00:18:05.00Z","requiredCore":"2.121.1","scm":"https://github.com/jenkinsci/sse-gateway-plugin","sha1":"6lnkmmJPJhIsZqMGUDqHKC0/poE=","sha256":"z5ug79Vd+T0Bj5plOpEqXj63k8CAGYexy/18UUDEjtA=","title":"Server Sent Events (SSE) Gateway","url":"http://updates.jenkins-ci.org/download/plugins/sse-gateway/1.20/sse-gateway.hpi","version":"1.20","wiki":"https://plugins.jenkins.io/sse-gateway"},"ssh":{"buildDate":"Apr 13, 2018","compatibleSinceVersion":"2.5","dependencies":[{"name":"jsch","optional":false,"version":"0.1.54.1"},{"name":"ssh-credentials","optional":false,"version":"1.12"}],"developers":[{"developerId":"edmund_wagner","name":"Edmund Wagner"},{"developerId":"ljader","name":"Lukasz Jader"}],"excerpt":"This plugin executes shell commands remotely using SSH protocol.","gav":"org.jenkins-ci.plugins:ssh:2.6.1","labels":["buildwrapper"],"name":"ssh","previousTimestamp":"2018-04-07T12:58:04.00Z","previousVersion":"2.6","releaseTimestamp":"2018-04-13T20:57:11.00Z","requiredCore":"1.609.3","scm":"https://github.com/jenkinsci/ssh-plugin","sha1":"k5AFW5NvP1HzKZN9zurX6Jai4j4=","sha256":"8TJes7AR09lavRKWsOXHKieErpSch2aQcTSL6khe5ug=","title":"SSH","url":"http://updates.jenkins-ci.org/download/plugins/ssh/2.6.1/ssh.hpi","version":"2.6.1","wiki":"https://plugins.jenkins.io/ssh"},"ssh-agent":{"buildDate":"Oct 02, 2018","compatibleSinceVersion":"1.5","dependencies":[{"name":"workflow-step-api","optional":false,"version":"2.16"},{"name":"bouncycastle-api","optional":false,"version":"2.16.3"},{"name":"credentials","optional":false,"version":"2.1.17"},{"name":"ssh-credentials","optional":false,"version":"1.14"}],"developers":[{"developerId":"stephenconnolly","name":"Stephen Connolly"}],"excerpt":"This plugin allows you to provide SSH credentials to builds via a ssh-agent in Jenkins","gav":"org.jenkins-ci.plugins:ssh-agent:1.17","labels":[],"name":"ssh-agent","previousTimestamp":"2018-07-23T09:07:13.00Z","previousVersion":"1.16","releaseTimestamp":"2018-10-02T18:29:37.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/ssh-agent-plugin","sha1":"/UPNc1leckm4KrhiTuwbqtfH0Kk=","sha256":"GWprxcjkGlfZ0fLbC1/OFrJUQUNAnoXxuDRVrZRyilA=","title":"SSH Agent","url":"http://updates.jenkins-ci.org/download/plugins/ssh-agent/1.17/ssh-agent.hpi","version":"1.17","wiki":"https://plugins.jenkins.io/ssh-agent"},"ssh-credentials":{"buildDate":"Jul 10, 2019","dependencies":[{"name":"credentials","optional":false,"version":"2.2.0"}],"developers":[{"developerId":"stephenconnolly","name":"Stephen Connolly"},{"developerId":"oleg_nenashev","name":"Oleg Nenashev"},{"developerId":"jvz","name":"Matt Sicker"}],"excerpt":"Allows storage of SSH credentials in Jenkins","gav":"org.jenkins-ci.plugins:ssh-credentials:1.17.1","labels":[],"minimumJavaVersion":"1.8","name":"ssh-credentials","previousTimestamp":"2019-06-10T15:25:20.00Z","previousVersion":"1.17","releaseTimestamp":"2019-07-10T18:29:11.00Z","requiredCore":"2.138.4","scm":"https://github.com/jenkinsci/ssh-credentials-plugin","sha1":"xF+TIhqrl9Sc2Tu7aHjYUhZFzSQ=","sha256":"Itcp0DzwVJUM7AVANnFTWiC9HP/JT/jaIL4jsquIejE=","title":"SSH Credentials","url":"http://updates.jenkins-ci.org/download/plugins/ssh-credentials/1.17.1/ssh-credentials.hpi","version":"1.17.1","wiki":"https://plugins.jenkins.io/ssh-credentials"},"ssh-slaves":{"buildDate":"Jul 21, 2019","compatibleSinceVersion":"1.30.0","dependencies":[{"name":"credentials","optional":false,"version":"2.2.0"},{"name":"ssh-credentials","optional":false,"version":"1.16"}],"developers":[{"developerId":"stephenconnolly","name":"Stephen Connolly"},{"developerId":"kohsuke","name":"Kohsuke Kawaguchi"},{"developerId":"olamy","name":"Olivier Lamy"},{"developerId":"mc1arke","name":"Michael Clarke"},{"developerId":"oleg_nenashev","name":"Oleg Nenashev"},{"developerId":"ifernandezcalvo","name":"Ivan Fernandez Calvo"}],"excerpt":"Allows to launch agents over SSH, using a Java implementation of the SSH protocol.","gav":"org.jenkins-ci.plugins:ssh-slaves:1.30.1","labels":["slaves"],"minimumJavaVersion":"1.8","name":"ssh-slaves","previousTimestamp":"2019-06-09T11:43:23.00Z","previousVersion":"1.30.0","releaseTimestamp":"2019-07-21T11:09:36.00Z","requiredCore":"2.150.1","scm":"https://github.com/jenkinsci/ssh-slaves-plugin","sha1":"nori9cJxBAzBJm/f6x8fTrG17ns=","sha256":"fJip2L/Hd3TqmjJC87h9j9jX81x4XgmmvScyvcjkk4k=","title":"SSH Slaves","url":"http://updates.jenkins-ci.org/download/plugins/ssh-slaves/1.30.1/ssh-slaves.hpi","version":"1.30.1","wiki":"https://plugins.jenkins.io/ssh-slaves"},"ssh-steps":{"buildDate":"Jul 20, 2019","compatibleSinceVersion":"2.0.0","dependencies":[{"name":"workflow-step-api","optional":false,"version":"2.19"}],"developers":[{"developerId":"nrayapati","name":"Naresh Rayapati"}],"excerpt":"SSH Pipeline Steps","gav":"org.jenkins-ci.plugins:ssh-steps:2.0.0","labels":[],"minimumJavaVersion":"1.8","name":"ssh-steps","previousTimestamp":"2019-01-25T16:29:57.00Z","previousVersion":"1.2.1","releaseTimestamp":"2019-07-20T21:51:41.00Z","requiredCore":"2.121.1","scm":"https://github.com/jenkinsci/ssh-steps-plugin","sha1":"JHCvwrQo+z0zZ4Vo3XTKhh3QuIk=","sha256":"SnHJr5ZVs/Fz8NNn+bk0Oig0YU0tbze4aO1llC6Ex+U=","title":"SSH Pipeline Steps","url":"http://updates.jenkins-ci.org/download/plugins/ssh-steps/2.0.0/ssh-steps.hpi","version":"2.0.0","wiki":"https://plugins.jenkins.io/ssh-steps"},"ssh2easy":{"buildDate":"Jun 03, 2016","dependencies":[{"name":"matrix-auth","optional":false,"version":"1.0.2"}],"developers":[{"developerId":"jerrycai","email":"nwwh@qq.com","name":"Jerry Cai"}],"excerpt":"This plugin allows you to ssh2 remote server to execute linux commands , shell , sftp upload, downlaod etc","gav":"org.jenkins-ci.plugins:ssh2easy:1.4","labels":[],"name":"ssh2easy","previousTimestamp":"2015-05-10T11:34:28.00Z","previousVersion":"1.3","releaseTimestamp":"2016-06-03T05:07:27.00Z","requiredCore":"1.612","scm":"https://github.com/jenkinsci/ssh2easy","sha1":"8IuegehFfu+iyob6s+VbywZLPXU=","sha256":"aFxIhE/+do4Cl3Fn/va6BIEZotxpEdjrYw4x2o4QW9g=","title":"SSH2 Easy","url":"http://updates.jenkins-ci.org/download/plugins/ssh2easy/1.4/ssh2easy.hpi","version":"1.4","wiki":"https://plugins.jenkins.io/ssh2easy"},"stackhammer":{"buildDate":"Sep 24, 2012","dependencies":[],"developers":[{"developerId":"thallgren","email":"thomas@tada.se","name":"Thomas Hallgren"}],"excerpt":"Validates, tests, and deploys Puppet configurations using Cloudsmith Stack Hammer.","gav":"org.jenkins-ci.plugins:stackhammer:1.0.6","labels":["external"],"name":"stackhammer","previousTimestamp":"2012-09-06T14:25:31.00Z","previousVersion":"1.0.5","releaseTimestamp":"2012-09-24T20:10:51.00Z","requiredCore":"1.420","scm":"https://github.com/jenkinsci/stackhammer-plugin","sha1":"ELccKHSaHuTf2CzQnnJ3ojTa/78=","sha256":"lSNotFjvhninLNSvywCWnDbYd4GTq4BVlkVhDvrL9sA=","title":"Stack Hammer","url":"http://updates.jenkins-ci.org/download/plugins/stackhammer/1.0.6/stackhammer.hpi","version":"1.0.6","wiki":"https://plugins.jenkins.io/stackhammer"},"stackify-deployment-recorder":{"buildDate":"Feb 12, 2018","dependencies":[],"developers":[{"developerId":"eric-martin","name":"Eric Martin"}],"excerpt":"Record deployments in Stackify Retrace","gav":"org.jenkins-ci.plugins:stackify-deployment-recorder:1.1.0","labels":[],"name":"stackify-deployment-recorder","previousTimestamp":"2018-02-07T21:31:42.00Z","previousVersion":"1.0.0","releaseTimestamp":"2018-02-12T17:31:45.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/stackify-deployment-recorder-plugin","sha1":"Kz9pR44CcRT3XfWpG+NMQtQ/p3M=","sha256":"XTCRvggO+Jwj6KaaVDumLm3jLNWcbDc6BvqwqNy05Go=","title":"Stackify Deployment Recorder","url":"http://updates.jenkins-ci.org/download/plugins/stackify-deployment-recorder/1.1.0/stackify-deployment-recorder.hpi","version":"1.1.0","wiki":"https://plugins.jenkins.io/stackify-deployment-recorder"},"starteam":{"buildDate":"Jan 23, 2014","dependencies":[],"developers":[{"developerId":"ilkka","email":"ilkka.s.laukkanen@gmail.com","name":"Ilkka Laukkanen"},{"developerId":"pamdirac","email":"john@mcnair.org","name":"John McNair"},{"developerId":"chunyang","email":"wangchunyang@gmail.com","name":"Chunyang Wang"},{"developerId":"jan_ruzicka","email":"jan_ruzicka@dev.java.net","name":"Jan Ruzicka"},{"developerId":"robwiss","email":"robwiss@gmail.com","name":"Rob Wissmann"},{"developerId":"vyazelenko","email":"vyazelenko@yahoo.com","name":"Dmitry Vyazelenko"},{"developerId":"hugares","email":"hugares@gmail.com","name":"Hugo Ares"}],"excerpt":"This plugin is a SCM interface to StarTeam.","gav":"hudson.plugins:starteam:0.6.13","labels":["scm"],"name":"starteam","previousTimestamp":"2014-01-23T02:32:09.00Z","previousVersion":"0.6.12","releaseTimestamp":"2014-01-23T12:44:21.00Z","requiredCore":"1.345","scm":"https://github.com/jenkinsci/starteam-plugin","sha1":"tECq+gKYHzhnMUHWkhdH+HAHT8E=","sha256":"4IXAFvq8O/CQ7MoU2Juy3VnmFNqXF5marcKCuwnIhtM=","title":"StarTeam","url":"http://updates.jenkins-ci.org/download/plugins/starteam/0.6.13/starteam.hpi","version":"0.6.13","wiki":"https://plugins.jenkins.io/starteam"},"started-by-envvar":{"buildDate":"Oct 20, 2011","dependencies":[],"developers":[{"developerId":"Tom"}],"excerpt":"","gav":"org.jenkins-ci.plugins:started-by-envvar:1.0","labels":["buildwrapper"],"name":"started-by-envvar","releaseTimestamp":"2011-10-20T20:08:06.00Z","requiredCore":"1.409.2","scm":"https://github.com/jenkinsci/started-by-envvar-plugin","sha1":"QOvQ8y1L4z1lgH2QvYRUnYJnEco=","sha256":"KbmjZd799/UttOJlsk/JKxk1BlXL6JZ0FcAkQ+qmZq0=","title":"Started-By Environment Variable","url":"http://updates.jenkins-ci.org/download/plugins/started-by-envvar/1.0/started-by-envvar.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/started-by-envvar"},"startup-trigger-plugin":{"buildDate":"Apr 13, 2018","dependencies":[{"name":"nodelabelparameter","optional":true,"version":"1.5.1"},{"name":"workflow-job","optional":true,"version":"2.7"}],"developers":[{"developerId":"ejpenney","email":"treadstoneit@gmail.com","name":"Emory Penney"}],"excerpt":"This plugin allows you to trigger a build when job nodes (master/slave) start.","gav":"org.jenkins-ci.plugins:startup-trigger-plugin:2.9.3","labels":["trigger"],"name":"startup-trigger-plugin","previousTimestamp":"2017-01-12T17:54:59.00Z","previousVersion":"2.8","releaseTimestamp":"2018-04-13T22:39:26.00Z","requiredCore":"1.642.3","scm":"https://github.com/jenkinsci/startup-trigger-plugin","sha1":"V84AkRwiHUqP98WFlsb0IA82Ceg=","sha256":"bnC0ncuO7CsH3u2ta/yQ9/BX1Efx8vjyxbFBtjhZWNw=","title":"Startup Trigger","url":"http://updates.jenkins-ci.org/download/plugins/startup-trigger-plugin/2.9.3/startup-trigger-plugin.hpi","version":"2.9.3","wiki":"https://plugins.jenkins.io/startup-trigger-plugin"},"stash-pullrequest-builder":{"buildDate":"Aug 09, 2019","dependencies":[{"name":"apache-httpcomponents-client-4-api","optional":false,"version":"4.5.5-3.0"},{"name":"credentials","optional":false,"version":"2.1.5"},{"name":"jackson2-api","optional":false,"version":"2.9.9.1"}],"developers":[{"developerId":"nemccarthy","email":"nem@nemccarthy.me","name":"Nathan McCarthy"},{"developerId":"jimklimov","email":"jimklimov@gmail.com","name":"Jim Klimov"},{"developerId":"jbochenski","email":"kuba.bochenski+stash-pullrequest-builder-plugin@gmail.com","name":"Jakub Bocheński"}],"excerpt":"This plugin polls Atlassian Stash to determine whether there are Pull Requests that should be built.","gav":"org.jenkins-ci.plugins:stash-pullrequest-builder:1.13","labels":["trigger"],"minimumJavaVersion":"1.8","name":"stash-pullrequest-builder","previousTimestamp":"2019-08-06T09:27:05.00Z","previousVersion":"1.12","releaseTimestamp":"2019-08-09T10:12:52.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/stash-pullrequest-builder-plugin","sha1":"U7gdXi5cz56QahePkmQifkuT+is=","sha256":"48acKTGd9KqiJX2FjxkJI0wqtdK3rw9YqLqhoor2SHY=","title":"Stash Pullrequest Builder","url":"http://updates.jenkins-ci.org/download/plugins/stash-pullrequest-builder/1.13/stash-pullrequest-builder.hpi","version":"1.13","wiki":"https://plugins.jenkins.io/stash-pullrequest-builder"},"stashNotifier":{"buildDate":"Aug 29, 2019","compatibleSinceVersion":"1.9","dependencies":[{"name":"apache-httpcomponents-client-4-api","optional":false,"version":"4.5.5-3.0"},{"name":"credentials","optional":false,"version":"1.22"},{"name":"display-url-api","optional":false,"version":"1.1.1"},{"name":"git","optional":false,"version":"3.0.0"},{"name":"plain-credentials","optional":false,"version":"1.1"},{"name":"token-macro","optional":false,"version":"2.0"}],"developers":[{"developerId":"gruetter","name":"Georg Gruetter"},{"developerId":"scaytrase","name":"Pavel Batanov"}],"excerpt":"This plugin notifies a Bitbucket server of build results.","gav":"org.jenkins-ci.plugins:stashNotifier:1.20","labels":["notifier"],"minimumJavaVersion":"1.8","name":"stashNotifier","previousTimestamp":"2019-07-27T10:59:18.00Z","previousVersion":"1.19","releaseTimestamp":"2019-08-29T18:16:07.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/stashnotifier-plugin","sha1":"8Y30gy7Ub5RG0ItmPPwGNc6DRrI=","sha256":"S82IYw9z/qkSsvA/1YeRztyaLChNDirMvfUYdZn7BVQ=","title":"Bitbucket Server Notifier","url":"http://updates.jenkins-ci.org/download/plugins/stashNotifier/1.20/stashNotifier.hpi","version":"1.20","wiki":"https://plugins.jenkins.io/stashNotifier"},"statistics-gatherer":{"buildDate":"May 11, 2018","dependencies":[{"name":"logback-nats-appender","optional":true,"version":"0.2.2"}],"developers":[{"developerId":"maximecharron","email":"charron.maxime97@gmail.com","name":"Maxime Charron"},{"developerId":"lucamilanesio","email":"luca.milanesio@gmail.com","name":"Luca Milanesio"},{"developerId":"alexgandy","email":"alexgandy@gmail.com","name":"Alex Gandy"}],"excerpt":"Captures Statistics related to Jenkins Builds, Build Step, SCM checkouts, Jobs and Queue and sends them where you want.","gav":"org.jenkins.plugins.statistics.gatherer:statistics-gatherer:2.0.3","labels":["report","notifier"],"name":"statistics-gatherer","previousTimestamp":"2018-05-08T09:52:06.00Z","previousVersion":"2.0.2","releaseTimestamp":"2018-05-11T14:00:53.00Z","requiredCore":"2.60.1","scm":"https://github.com/jenkinsci/statistics-gatherer-plugin","sha1":"A0390jmTrD1Spvji4d4PENTLbrY=","sha256":"qjK2Ts+oNqxD+EWGANqoCPWqM10OfFDY482vdmdra2g=","title":"Statistics Gatherer","url":"http://updates.jenkins-ci.org/download/plugins/statistics-gatherer/2.0.3/statistics-gatherer.hpi","version":"2.0.3","wiki":"https://plugins.jenkins.io/statistics-gatherer"},"statusmonitor":{"buildDate":"Nov 04, 2011","dependencies":[],"developers":[{"developerId":"ashlux","email":"ashlux@gmail.com","name":"Ash Lux"},{"name":"redsolo"},{"developerId":"jieryn","email":"jieryn@gmail.com","name":"Jesse Farinacci"}],"excerpt":"This plugin shows all specified jobs on a single screen overview, that could be used to present the state of hudson to a teams visually.","gav":"org.jvnet.hudson.plugins:statusmonitor:1.3","labels":["notifier"],"name":"statusmonitor","releaseTimestamp":"2011-11-04T13:18:14.00Z","requiredCore":"1.392","scm":"https://github.com/jenkinsci/statusmonitor-plugin","sha1":"SZL+F985IGKx0PT5eNc/fzcVYow=","sha256":"cNQvpH1h/gAWaTkG4U7jjGko74lr9M4NoXQa79M0r5w=","title":"Status Monitor","url":"http://updates.jenkins-ci.org/download/plugins/statusmonitor/1.3/statusmonitor.hpi","version":"1.3","wiki":"https://plugins.jenkins.io/statusmonitor"},"stepcounter":{"buildDate":"Jan 06, 2017","dependencies":[{"name":"workflow-job","optional":true,"version":"1.10"},{"name":"workflow-step-api","optional":true,"version":"1.10"}],"developers":[{"developerId":"Takuma Ishibashi","email":"takuma02141978@yahoo.co.jp","name":"Takuma Ishibashi"}],"excerpt":"This plugin is Step Counter plugin.","gav":"org.jenkins-ci.plugins:stepcounter:2.0.0","labels":["report"],"name":"stepcounter","previousTimestamp":"2016-09-06T05:15:19.00Z","previousVersion":"1.4.6","releaseTimestamp":"2017-01-06T04:44:04.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/stepcounter-plugin","sha1":"wtxiFViqxSfw8r2ulzMWRtzps/4=","sha256":"NyfwL047EBHNbDRUxdQgAkpfZY8hfHMg/+fnso2xTO4=","title":"StepCounter","url":"http://updates.jenkins-ci.org/download/plugins/stepcounter/2.0.0/stepcounter.hpi","version":"2.0.0","wiki":"https://plugins.jenkins.io/stepcounter"},"stoplightio-report":{"buildDate":"Jul 17, 2019","dependencies":[{"name":"workflow-step-api","optional":false,"version":"1.14"},{"name":"structs","optional":false,"version":"1.2"}],"developers":[{"developerId":"ntiss","email":"nicolas.tisserand@arkea.com","name":"Nicolas Tisserand"}],"excerpt":"This plugin is used as post-build action to publish Stoplight reports.","gav":"com.arkea.satd:stoplightio-report:2.2.3","labels":[],"name":"stoplightio-report","previousTimestamp":"2019-07-16T14:22:49.00Z","previousVersion":"2.2.2","releaseTimestamp":"2019-07-17T09:32:56.00Z","requiredCore":"1.609.3","scm":"https://github.com/jenkinsci/stoplightio-report-plugin","sha1":"HB5bZNFfTqaWRUOv3m4kPkkRxsg=","sha256":"cyQ8C7JjKVP+89gHYJ2G/tTOkMLe01/czEnbsqKxxek=","title":"Stoplight Report","url":"http://updates.jenkins-ci.org/download/plugins/stoplightio-report/2.2.3/stoplightio-report.hpi","version":"2.2.3","wiki":"https://plugins.jenkins.io/stoplightio-report"},"storable-configs-plugin":{"buildDate":"Feb 28, 2011","dependencies":[{"name":"selection-tasks-plugin","optional":true,"version":"1.0"}],"developers":[{"developerId":"nzhelyakov","email":"nzhelyakov@gmail.com","name":"Nikita Zhelyakov"}],"excerpt":"This plugin allows you to save and load set of job parameters.","gav":"org.jvnet.hudson.plugins:storable-configs-plugin:1.0","labels":["misc"],"name":"storable-configs-plugin","releaseTimestamp":"2011-02-28T14:38:07.00Z","requiredCore":"1.366","scm":"https://github.com/jenkinsci/storable-configs-plugin-plugin","sha1":"OdMAq62DknBGvL419fo+kNGzWh8=","sha256":"dp0bqFAD9KDqfoy96qANGNQZN721AkQMvblY6u/kH10=","title":"Storable Configs","url":"http://updates.jenkins-ci.org/download/plugins/storable-configs-plugin/1.0/storable-configs-plugin.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/storable-configs-plugin"},"strawboss":{"buildDate":"Jan 08, 2015","dependencies":[],"developers":[{"developerId":"morgandev","email":"morgandev@gmail.com","name":"Scott Morgan"}],"excerpt":"Strawboss supports the same features as Jenkins external job monitor with added support for sending email notifications or triggering other jobs.","gav":"org.jenkins-ci.plugins:strawboss:1.3","labels":["notifier","misc"],"name":"strawboss","previousTimestamp":"2011-11-03T06:01:13.00Z","previousVersion":"1.1","releaseTimestamp":"2015-01-08T04:47:06.00Z","requiredCore":"1.596","scm":"https://github.com/jenkinsci/strawboss-plugin","sha1":"W42QYagLCs66NTlgy7WvmtncD/I=","sha256":"WtW2sf8KCT7Bh4iWyk2BwnJfA0agiGUZBwWtDkKxO3c=","title":"Strawboss","url":"http://updates.jenkins-ci.org/download/plugins/strawboss/1.3/strawboss.hpi","version":"1.3","wiki":"https://plugins.jenkins.io/strawboss"},"strict-crumb-issuer":{"buildDate":"Jul 18, 2019","dependencies":[],"developers":[{"developerId":"Wadeck"}],"excerpt":"A strict crumb issuer with capacities such session ID check, time-dependent validity or protection against BREACH.","gav":"org.jenkins-ci.plugins:strict-crumb-issuer:2.0.1","labels":[],"minimumJavaVersion":"1.8","name":"strict-crumb-issuer","previousTimestamp":"2019-07-16T13:01:23.00Z","previousVersion":"2.0.0","releaseTimestamp":"2019-07-18T09:19:29.00Z","requiredCore":"2.73.3","scm":"https://github.com/jenkinsci/strict-crumb-issuer-plugin","sha1":"EADXSZKgibMnDgxEJ4+Aa0R+NvY=","sha256":"N0YMFJF1HkZzd5Ph9qI71aqSPluQKFC46A34v2MU1Ys=","title":"Strict Crumb Issuer","url":"http://updates.jenkins-ci.org/download/plugins/strict-crumb-issuer/2.0.1/strict-crumb-issuer.hpi","version":"2.0.1","wiki":"https://plugins.jenkins.io/strict-crumb-issuer"},"structs":{"buildDate":"Jul 29, 2019","dependencies":[],"developers":[{"developerId":"carroll"}],"excerpt":"Library plugin for DSL plugins that need names for Jenkins objects.","gav":"org.jenkins-ci.plugins:structs:1.20","labels":[],"minimumJavaVersion":"1.8","name":"structs","previousTimestamp":"2019-04-30T14:44:56.00Z","previousVersion":"1.19","releaseTimestamp":"2019-07-29T18:21:18.00Z","requiredCore":"2.107.3","scm":"https://github.com/jenkinsci/structs-plugin/structs","sha1":"xqUa0o1rpqp/H+e7YNmi5iBNymk=","sha256":"fnhhNWo3qmpydGLXrqcW3ZMHBxJS9zScJybWSnc/6zo=","title":"Structs","url":"http://updates.jenkins-ci.org/download/plugins/structs/1.20/structs.hpi","version":"1.20","wiki":"https://plugins.jenkins.io/structs"},"subversion":{"buildDate":"Jul 12, 2019","dependencies":[{"name":"workflow-scm-step","optional":false,"version":"2.6"},{"name":"credentials","optional":false,"version":"2.1.16"},{"name":"mapdb-api","optional":false,"version":"1.0.1.0"},{"name":"scm-api","optional":false,"version":"2.6.3"},{"name":"ssh-credentials","optional":false,"version":"1.12"},{"name":"structs","optional":false,"version":"1.9"}],"developers":[{"developerId":"kohsuke","name":"Kohsuke Kawaguchi"},{"developerId":"stephenconnolly","name":"Stephen Connolly"},{"developerId":"oleg_nenashev","name":"Oleg Nenashev"},{"developerId":"abayer","name":"Andrew Bayer"},{"developerId":"dodok1","name":"dodok1"},{"developerId":"dty","name":"dty"},{"developerId":"huybrechts","name":"Tom Huybrechts"},{"developerId":"pgweiss","name":"pgweiss"},{"developerId":"rseguy","name":"rseguy"},{"developerId":"kutzi","name":"kutzi"},{"developerId":"ifernandezcalvo","name":"Ivan Fernandez Calvo"}],"excerpt":"","gav":"org.jenkins-ci.plugins:subversion:2.12.2","labels":["scm"],"minimumJavaVersion":"1.8","name":"subversion","previousTimestamp":"2018-09-20T10:33:29.00Z","previousVersion":"2.12.1","releaseTimestamp":"2019-07-12T13:25:22.00Z","requiredCore":"2.107.3","scm":"https://github.com/jenkinsci/subversion-plugin","sha1":"nmFvucCzG3+xjNMISoKNeB3wXjo=","sha256":"+/A9gVRPx45hTvCiEtZs6RyFYEHlPUl0ioLxro1tU8o=","title":"Subversion","url":"http://updates.jenkins-ci.org/download/plugins/subversion/2.12.2/subversion.hpi","version":"2.12.2","wiki":"https://plugins.jenkins.io/subversion"},"suite-test-groups-publisher":{"buildDate":"Oct 21, 2012","dependencies":[],"developers":[{"developerId":"vimil","email":"vimilsaju@yahoo.com","name":"Vimil Saju"}],"excerpt":"Allows test results to be grouped by suite name","gav":"org.jenkins-ci.plugins:suite-test-groups-publisher:1.13","labels":[],"name":"suite-test-groups-publisher","previousTimestamp":"2012-10-13T20:15:47.00Z","previousVersion":"1.12","releaseTimestamp":"2012-10-21T19:11:59.00Z","requiredCore":"1.398","scm":"https://github.com/jenkinsci/suite-test-groups-publisher-plugin","sha1":"5XrazBJW6IFKRmTMmQTpz7zaz4g=","sha256":"8dcp+TSetcXF6dTwbEbD38P52bpKtzo/aD0NzU7Pfjg=","title":"suite-test-groups-publisher","url":"http://updates.jenkins-ci.org/download/plugins/suite-test-groups-publisher/1.13/suite-test-groups-publisher.hpi","version":"1.13","wiki":"https://plugins.jenkins.io/suite-test-groups-publisher"},"summary_report":{"buildDate":"Jul 08, 2016","dependencies":[],"developers":[{"developerId":"deruyter","email":"tderuyte@gmail.com","name":"Deruyter Thomas"}],"excerpt":"This plugin show ACI reports.","gav":"org.jenkins-ci.plugins:summary_report:1.15","labels":["report"],"name":"summary_report","previousTimestamp":"2016-01-29T13:02:27.00Z","previousVersion":"1.14","releaseTimestamp":"2016-07-08T11:40:03.00Z","requiredCore":"1.580.1","scm":"https://github.com/jenkinsci/summary_report-plugin","sha1":"PUzq4VeQD8EIw5rdUqyY7UPLWDM=","sha256":"DZBW6HR0Tum7dgmT9IJd8jOx7NsTHojBjuc5N2ucxwA=","title":"Summary Display","url":"http://updates.jenkins-ci.org/download/plugins/summary_report/1.15/summary_report.hpi","version":"1.15","wiki":"https://plugins.jenkins.io/summary_report"},"sumologic-publisher":{"buildDate":"Aug 05, 2019","dependencies":[{"name":"maven-plugin","optional":false,"version":"3.2"},{"name":"pipeline-rest-api","optional":false,"version":"2.8"},{"name":"workflow-scm-step","optional":false,"version":"2.6"},{"name":"git","optional":false,"version":"3.3.2"},{"name":"junit","optional":false,"version":"1.18"},{"name":"mailer","optional":false,"version":"1.18"},{"name":"metrics","optional":false,"version":"3.0.0"},{"name":"script-security","optional":false,"version":"1.26"},{"name":"subversion","optional":false,"version":"2.9"}],"developers":[{"developerId":"devennorton","email":"deven@sumologic.com","name":"Deven Norton"},{"developerId":"sour0205","email":"sourabh@sumologic.com","name":"Sourabh Jain"},{"developerId":"SumoApps","email":"apps-team@sumologic.com","name":"SumoLogic Apps Team"}],"excerpt":"Send build info to Sumologic.","gav":"org.jenkins-ci.plugins:sumologic-publisher:2.0.1","labels":["post-build","notifier"],"name":"sumologic-publisher","previousTimestamp":"2019-07-09T04:10:21.00Z","previousVersion":"2.0","releaseTimestamp":"2019-08-05T08:21:23.00Z","requiredCore":"2.60.1","scm":"https://github.com/jenkinsci/sumologic-publisher-plugin","sha1":"7b6ssfBiZ/rWhRlca/okpimMkVo=","sha256":"JlaTi0q5V/hQiwOAklTjlV7858SHXp17adPOX0ORELg=","title":"Sumologic Publisher","url":"http://updates.jenkins-ci.org/download/plugins/sumologic-publisher/2.0.1/sumologic-publisher.hpi","version":"2.0.1","wiki":"https://plugins.jenkins.io/sumologic-publisher"},"support-core":{"buildDate":"Aug 06, 2019","dependencies":[{"name":"async-http-client","optional":true,"version":"1.7.8"},{"name":"credentials","optional":false,"version":"2.1.10"},{"name":"metrics","optional":false,"version":"3.0.0"}],"developers":[{"developerId":"stephenconnolly","name":"Stephen Connolly"},{"developerId":"christ66","name":"Steven Christou"}],"excerpt":"This support plugin allows generation of a support request bundle that contains diagnostic information to aid with resolving issues.","gav":"org.jenkins-ci.plugins:support-core:2.60","labels":[],"minimumJavaVersion":"1.8","name":"support-core","previousTimestamp":"2019-08-01T19:16:04.00Z","previousVersion":"2.59","releaseTimestamp":"2019-08-06T09:28:49.00Z","requiredCore":"2.107","scm":"https://github.com/jenkinsci/support-core-plugin","sha1":"qT/ndOcs5kpb1ZpCa3tOzYd21OI=","sha256":"rIEv7FFn39dAmMoxWz3Y5sWu0ULD6cI1ZYxNBzQ3Tcc=","title":"Support Core","url":"http://updates.jenkins-ci.org/download/plugins/support-core/2.60/support-core.hpi","version":"2.60","wiki":"https://plugins.jenkins.io/support-core"},"suppress-stack-trace":{"buildDate":"Jul 06, 2016","dependencies":[],"developers":[{"developerId":"recena"}],"excerpt":"Hides stack trace from ordinary users for security-sensitive deployments.","gav":"org.jenkins-ci.plugins:suppress-stack-trace:1.5","labels":["ui","security"],"name":"suppress-stack-trace","previousTimestamp":"2015-08-11T20:36:13.00Z","previousVersion":"1.4","releaseTimestamp":"2016-07-06T17:29:45.00Z","requiredCore":"1.554.3","scm":"https://github.com/jenkinsci/suppress-stack-trace-plugin","sha1":"FWzgh2rY0Dx0gScLWE17YH2xU3w=","sha256":"G6CncoixEpdyc+tBJS/iLorxZOVZdtd7jhqk77co7DE=","title":"Stack Trace Suppression","url":"http://updates.jenkins-ci.org/download/plugins/suppress-stack-trace/1.5/suppress-stack-trace.hpi","version":"1.5","wiki":"https://plugins.jenkins.io/suppress-stack-trace"},"svn-partial-release-mgr":{"buildDate":"May 10, 2017","dependencies":[{"name":"subversion","optional":false,"version":"2.7.1"}],"developers":[{"developerId":"giliadis","email":"jiliadis@gmail.com","name":"Giannis Iliadis"}],"excerpt":"This plugin provides a way to keep track of builds by revision for subversion managed projects.","gav":"org.jenkins-ci.plugins:svn-partial-release-mgr:1.0.1","labels":[],"name":"svn-partial-release-mgr","releaseTimestamp":"2017-05-10T20:37:39.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/svn-partial-release-mgr-plugin","sha1":"l96DT+VVQXvkZ7FuK+krknl6doU=","sha256":"FiNSa0RKRjxkPk+UbXK/s5pYGN9ksEBVUBF4jQZlCug=","title":"Subversion Partial Release Manager","url":"http://updates.jenkins-ci.org/download/plugins/svn-partial-release-mgr/1.0.1/svn-partial-release-mgr.hpi","version":"1.0.1","wiki":"https://plugins.jenkins.io/svn-partial-release-mgr"},"svn-revert-plugin":{"buildDate":"Sep 10, 2012","dependencies":[{"name":"subversion","optional":false,"version":"1.37"},{"name":"claim","optional":true,"version":"1.7"}],"developers":[{"developerId":"ki82","email":"akerstrom.christian@gmail.com","name":"Christian Åkerström"},{"developerId":"davidparsson","email":"david.parsson@gmail.com","name":"David Pärsson"}],"excerpt":"This plugin automatically performs Subversion reverting when the build status changes to unstable or failed.","gav":"org.jenkins-ci.plugins:svn-revert-plugin:1.3","labels":["scm-related","post-build"],"name":"svn-revert-plugin","previousTimestamp":"2012-09-05T13:11:30.00Z","previousVersion":"1.2","releaseTimestamp":"2012-09-10T09:48:30.00Z","requiredCore":"1.444","scm":"https://github.com/jenkinsci/svn-revert-plugin","sha1":"Hy5wQTFuyu97RzYj5DphUzVrY7w=","sha256":"vCePkJDk+799nLiqxq73EZH2TcyuOGXSZT5/BKrJkqI=","title":"Subversion Revert","url":"http://updates.jenkins-ci.org/download/plugins/svn-revert-plugin/1.3/svn-revert-plugin.hpi","version":"1.3","wiki":"https://plugins.jenkins.io/svn-revert-plugin"},"svn-workspace-cleaner":{"buildDate":"Aug 26, 2014","dependencies":[{"name":"subversion","optional":false,"version":"1.37"}],"developers":[{"developerId":"davidparsson","email":"david.parsson@gmail.com","name":"David Pärsson"},{"developerId":"ki82","email":"akerstrom.christian@gmail.com","name":"Christian Åkerström"}],"excerpt":"Automatically cleans up Subversion modules removed from job configuration when enabled.","gav":"org.jenkins-ci.plugins:svn-workspace-cleaner:1.1","labels":["scm-related","buildwrapper"],"name":"svn-workspace-cleaner","previousTimestamp":"2012-05-11T12:03:45.00Z","previousVersion":"1.0","releaseTimestamp":"2014-08-26T12:59:37.00Z","requiredCore":"1.444","sha1":"P/kP6nUj/DuBDlK/7ilh8FrVsyY=","sha256":"5cMzPUzMwcoJ/ipSoDiMf7WsQihpzkitr0KOQTH7pHM=","title":"Subversion Workspace Cleaner","url":"http://updates.jenkins-ci.org/download/plugins/svn-workspace-cleaner/1.1/svn-workspace-cleaner.hpi","version":"1.1","wiki":"https://plugins.jenkins.io/svn-workspace-cleaner"},"svncompat13":{"buildDate":"Nov 19, 2011","dependencies":[{"name":"subversion","optional":false,"version":"1.1"}],"developers":[{"developerId":"kohsuke","email":"kk@kohsuke.org","name":"Kohsuke Kawaguchi"},{"developerId":"jieryn","email":"jieryn@gmail.com","name":"Jesse Farinacci"}],"excerpt":"","gav":"org.jvnet.hudson.plugins:svncompat13:1.2","labels":["scm-related"],"name":"svncompat13","releaseTimestamp":"2011-11-19T15:27:34.00Z","requiredCore":"1.392","scm":"https://github.com/jenkinsci/svncompat13-plugin","sha1":"Bjq5bod/k2kbz9Q8GyWDzfkycZ0=","sha256":"NSOZchUEy/jtEprij3tfTgkLqZn+P/ta6zTtITGvTqU=","title":"SVN 1.3 Compatibility","url":"http://updates.jenkins-ci.org/download/plugins/svncompat13/1.2/svncompat13.hpi","version":"1.2","wiki":"https://plugins.jenkins.io/svncompat13"},"svncompat14":{"buildDate":"Nov 19, 2011","dependencies":[{"name":"subversion","optional":false,"version":"1.3"}],"developers":[{"developerId":"kohsuke","email":"kk@kohsuke.org","name":"Kohsuke Kawaguchi"},{"developerId":"jieryn","email":"jieryn@gmail.com","name":"Jesse Farinacci"}],"excerpt":"This plugin forces the built-in SVNKit library to use the Subversion 1.4 working copy format.","gav":"org.jvnet.hudson.plugins:svncompat14:1.1","labels":["scm-related"],"name":"svncompat14","releaseTimestamp":"2011-11-19T23:29:57.00Z","requiredCore":"1.392","scm":"https://github.com/jenkinsci/svncompat14-plugin","sha1":"nORj9bJ8VRMi1UXP+7PqT4DspYk=","sha256":"Kduo0mi9ZcKsNQicCnSLXUoUVfJweTZsqyKHVPZozbc=","title":"SVN 1.4 Compatibility","url":"http://updates.jenkins-ci.org/download/plugins/svncompat14/1.1/svncompat14.hpi","version":"1.1","wiki":"https://plugins.jenkins.io/svncompat14"},"svnmerge":{"buildDate":"Dec 10, 2015","dependencies":[{"name":"subversion","optional":false,"version":"2.5"},{"name":"matrix-project","optional":true,"version":"1.3"},{"name":"promoted-builds","optional":true,"version":"2.15"}],"developers":[{"developerId":"hugueschabot","name":"Hugues Chabot"}],"excerpt":"","gav":"org.jenkins-ci.plugins:svnmerge:2.6","labels":["scm-related"],"name":"svnmerge","previousTimestamp":"2015-01-10T02:21:20.00Z","previousVersion":"2.5","releaseTimestamp":"2015-12-10T22:02:31.00Z","requiredCore":"1.568","scm":"https://github.com/jenkinsci/svnmerge-plugin","sha1":"XmriZPOEMZvjvJUnqOIynK1TixU=","sha256":"n1EZc4ioN36nmTI625D7FmJ+HouA9JMnnEJwVW0/gQk=","title":"svnmerge","url":"http://updates.jenkins-ci.org/download/plugins/svnmerge/2.6/svnmerge.hpi","version":"2.6","wiki":"https://plugins.jenkins.io/svnmerge"},"swamp":{"buildDate":"Oct 01, 2018","compatibleSinceVersion":"1.2.0","dependencies":[{"name":"credentials","optional":false,"version":"2.1.16"},{"name":"analysis-core","optional":false,"version":"1.82"}],"developers":[{"developerId":"jsweetland","email":"swamp-jenkins-plugin@cs.wisc.edu","name":"Jared Sweetland"},{"developerId":"vamshikr","email":"swamp-jenkins-plugin@cs.wisc.edu","name":"Vamshi Basupalli"}],"excerpt":"This plugin submits packages to the SWAMP for testing.","gav":"org.continuousassurance.swamp.jenkins:swamp:1.2.4","labels":[],"name":"swamp","previousTimestamp":"2018-09-27T21:24:12.00Z","previousVersion":"1.2.3","releaseTimestamp":"2018-10-01T22:15:07.00Z","requiredCore":"1.609.1","scm":"https://github.com/jenkinsci/swamp-plugin","sha1":"+GO4HwjCvRE3qvatGbudtWtY6pY=","sha256":"oQZvi88Ac7e47gkBW0fXLw/GZ/pbk8GT3FgMpAlcE+s=","title":"SWAMP","url":"http://updates.jenkins-ci.org/download/plugins/swamp/1.2.4/swamp.hpi","version":"1.2.4","wiki":"https://plugins.jenkins.io/swamp"},"swarm":{"buildDate":"Jun 02, 2019","dependencies":[],"developers":[{"developerId":"basil","name":"Basil Crow"},{"developerId":"kohsuke","name":"Kohsuke Kawaguchi"}],"excerpt":"","gav":"org.jenkins-ci.plugins:swarm:3.17","labels":["slaves"],"minimumJavaVersion":"1.8","name":"swarm","previousTimestamp":"2019-05-21T18:30:37.00Z","previousVersion":"3.16","releaseTimestamp":"2019-06-02T21:47:27.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/swarm-plugin","sha1":"grR6cQfC/PhrDtLbCAqFpmd4nIc=","sha256":"Gm3mMjpt1pSUjG0OQkoLoM7uJ8ikpDF0L3IrSB9Tsy4=","title":"Self-Organizing Swarm Plug-in Modules","url":"http://updates.jenkins-ci.org/download/plugins/swarm/3.17/swarm.hpi","version":"3.17","wiki":"https://plugins.jenkins.io/swarm"},"sweagle":{"buildDate":"Aug 13, 2019","dependencies":[{"name":"structs","optional":false,"version":"1.7"}],"developers":[{"developerId":"joe99000","email":"mail@joeoffenberg.com","name":"Joe Offenberg"}],"excerpt":"This plugin will check the status of a set of config data stored in SWEAGLE and mark the build unstable based on the results.","gav":"io.jenkins.plugins:sweagle:1.0.2","labels":[],"name":"sweagle","previousTimestamp":"2019-08-10T15:51:11.00Z","previousVersion":"1.0.1","releaseTimestamp":"2019-08-13T14:17:27.00Z","requiredCore":"2.7.3","scm":"https://github.com/jenkinsci/sweagle-plugin","sha1":"oRss8/TiZcWA9iqqIFlUHNi6te0=","sha256":"aoe5ds8QcsZy9HhKkhaj5qcCjlPTe62478v9V4tZ49U=","title":"SWEAGLE","url":"http://updates.jenkins-ci.org/download/plugins/sweagle/1.0.2/sweagle.hpi","version":"1.0.2","wiki":"https://plugins.jenkins.io/sweagle"},"synergy":{"buildDate":"Sep 17, 2013","dependencies":[],"developers":[{"developerId":"jribette","name":"Jean-Noël RIBETTE"},{"developerId":"pantherse","name":"Keith Mendoza"}],"excerpt":"This plugin integrates Telelogic Synergy SCM<\/a> to Hudson.","gav":"org.jenkins-ci.plugins:synergy:1.7","labels":["scm"],"name":"synergy","previousTimestamp":"2011-08-16T18:26:31.00Z","previousVersion":"1.6","releaseTimestamp":"2013-09-17T22:39:36.00Z","requiredCore":"1.424","scm":"https://github.com/jenkinsci/synergy_scm-plugin","sha1":"HkJz0pbzK9BFK8s1iL7CvAg2/vM=","sha256":"g/x+ZTJ82xWq3uM2HBTSJuTKJES3orioZ8l2RRMyKB4=","title":"Synergy","url":"http://updates.jenkins-ci.org/download/plugins/synergy/1.7/synergy.hpi","version":"1.7","wiki":"https://plugins.jenkins.io/synergy"},"synopsys-coverity":{"buildDate":"Jul 17, 2019","compatibleSinceVersion":"2.0.0","dependencies":[{"name":"credentials","optional":false,"version":"2.1.10"},{"name":"job-dsl","optional":true,"version":"1.67"},{"name":"workflow-job","optional":true,"version":"2.9"},{"name":"workflow-cps","optional":true,"version":"2.23"},{"name":"workflow-step-api","optional":true,"version":"2.10"}],"developers":[],"excerpt":"Synopsys Coverity Plugin","gav":"org.jenkins-ci.plugins:synopsys-coverity:2.1.1","labels":[],"minimumJavaVersion":"1.8","name":"synopsys-coverity","previousTimestamp":"2019-07-15T20:46:51.00Z","previousVersion":"2.1.0","releaseTimestamp":"2019-07-17T17:18:02.00Z","requiredCore":"2.60.1","scm":"https://github.com/jenkinsci/synopsys-coverity-plugin","sha1":"xF5RjJwO63+6AdBfgVf2L1lw400=","sha256":"CcbjueOHyrvMnL2d4zZpkt0EqYTCw0s6yf2VudJ9GFc=","title":"Synopsys Coverity","url":"http://updates.jenkins-ci.org/download/plugins/synopsys-coverity/2.1.1/synopsys-coverity.hpi","version":"2.1.1","wiki":"https://plugins.jenkins.io/synopsys-coverity"},"sysdig-secure":{"buildDate":"Jan 18, 2019","dependencies":[{"name":"credentials","optional":false,"version":"2.1.18"},{"name":"structs","optional":false,"version":"1.17"}],"developers":[{"developerId":"sysdig-secure","email":"info@sysdig.com","name":"Sysdig Secure"}],"excerpt":"This plugin provides container image scanning using Sysdig Secure Engine","gav":"org.jenkins-ci.plugins:sysdig-secure:1.0.19.3","labels":[],"minimumJavaVersion":"1.8","name":"sysdig-secure","releaseTimestamp":"2019-01-18T01:02:37.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/sysdig-secure-plugin","sha1":"zDbqd38AiFOb6fKFxHq8q3QLc+Y=","sha256":"z/oC2oASkTZ90z5zhBf87/1t5FZMHckn6b0Ja4tK37I=","title":"Sysdig Secure Container Image Scanner","url":"http://updates.jenkins-ci.org/download/plugins/sysdig-secure/1.0.19.3/sysdig-secure.hpi","version":"1.0.19.3","wiki":"https://plugins.jenkins.io/sysdig-secure"},"syslog-logger":{"buildDate":"Nov 11, 2015","dependencies":[],"developers":[{"developerId":"cleclerc","email":"cleclerc@cloudbees.com","name":"Cyrille Le Clerc"}],"excerpt":"Send Jenkins CI logs to a Syslog Server.","gav":"org.jenkins-ci.plugins:syslog-logger:1.0.5","labels":["misc"],"name":"syslog-logger","previousTimestamp":"2015-04-16T08:12:21.00Z","previousVersion":"1.0.4","releaseTimestamp":"2015-11-11T22:35:55.00Z","requiredCore":"1.580.3","scm":"https://github.com/jenkinsci/syslog-logger-plugin","sha1":"BGk+SKnBwMCf+prHNLfMz0FHNTU=","sha256":"FPnXUN7Wottiafsya3BTJ6QOw6oD8RXX8h3Yqps9SaE=","title":"Syslog logger","url":"http://updates.jenkins-ci.org/download/plugins/syslog-logger/1.0.5/syslog-logger.hpi","version":"1.0.5","wiki":"https://plugins.jenkins.io/syslog-logger"},"systemloadaverage-monitor":{"buildDate":"Aug 13, 2011","dependencies":[],"developers":[{"developerId":"stefanbrausch","email":"stefanbrausch@dev.java.net","name":"Stefan Brausch"}],"excerpt":"This plugin checks the slaves system load average.","gav":"org.jvnet.hudson.plugins:systemloadaverage-monitor:1.2","labels":["slaves"],"name":"systemloadaverage-monitor","releaseTimestamp":"2011-08-13T18:48:11.00Z","requiredCore":"1.395","scm":"https://github.com/jenkinsci/systemloadaverage-monitor-plugin","sha1":"4g0Wp80C+xGOCyphSZNMYjBjA4Q=","sha256":"+pAnklCz/oQRN/TUXeb0TPHynzwOSJ68NU8yfPGY5TE=","title":"Slave Monitor for system load average","url":"http://updates.jenkins-ci.org/download/plugins/systemloadaverage-monitor/1.2/systemloadaverage-monitor.hpi","version":"1.2","wiki":"https://plugins.jenkins.io/systemloadaverage-monitor"},"tag-profiler":{"buildDate":"Feb 15, 2013","dependencies":[],"developers":[{"developerId":"stephenconnolly","name":"Stephen Connolly"}],"excerpt":"This plugin allows you to define regions of Jelly to profile.","gav":"org.jenkins-ci.plugins:tag-profiler:0.2","labels":[],"name":"tag-profiler","previousTimestamp":"2013-02-15T12:21:29.00Z","previousVersion":"0.1","releaseTimestamp":"2013-02-15T15:30:23.00Z","requiredCore":"1.424","scm":"https://github.com/jenkinsci/tag-profiler-plugin","sha1":"kyIDJIJGvYm7WvYayml9LCvwihA=","sha256":"GmWB/yVVe4aZTVPZ6g1mySsG8wpF1fY/Hi5FKNodgb0=","title":"Tag Profiler","url":"http://updates.jenkins-ci.org/download/plugins/tag-profiler/0.2/tag-profiler.hpi","version":"0.2","wiki":"https://plugins.jenkins.io/tag-profiler"},"tanaguru":{"buildDate":"Dec 21, 2018","dependencies":[],"developers":[{"developerId":"tanaguru","email":"support@tanaguru.com","name":"Tanaguru Support"}],"excerpt":"This plugin is a sample to explain how to write a Jenkins plugin.","gav":"org.tanaguru.jenkins:tanaguru:1.3","labels":[],"name":"tanaguru","previousTimestamp":"2018-09-07T10:59:18.00Z","previousVersion":"1.2","releaseTimestamp":"2018-12-21T14:41:01.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/tanaguru-plugin","sha1":"bLeC+kFDEo9sZr2tJh9LqCRzHL0=","sha256":"UoOnS4W1kfnGAAkVcbc7o0g/rq8U8XZF8xFwtxwittM=","title":"Tanaguru","url":"http://updates.jenkins-ci.org/download/plugins/tanaguru/1.3/tanaguru.hpi","version":"1.3","wiki":"https://plugins.jenkins.io/tanaguru"},"tap":{"buildDate":"Jun 05, 2019","dependencies":[{"name":"junit","optional":false,"version":"1.6"},{"name":"matrix-project","optional":false,"version":"1.4"}],"developers":[{"developerId":"kinow","email":"brunodepaulak@yahoo.com.br","name":"Bruno P. Kinoshita"}],"excerpt":"This plugin publishes TAP test results.","gav":"org.tap4j:tap:2.3","labels":["report"],"name":"tap","previousTimestamp":"2019-02-14T08:45:48.00Z","previousVersion":"2.2.2","releaseTimestamp":"2019-06-05T06:03:54.00Z","requiredCore":"1.642.3","scm":"https://github.com/jenkinsci/tap-plugin","sha1":"tkib0rBhYRPlDl2YXuHIOiyFPr8=","sha256":"pUuYURlBYv4aIezhOfeUFdnRAIoNH2/rMxD8wLZS75I=","title":"TAP","url":"http://updates.jenkins-ci.org/download/plugins/tap/2.3/tap.hpi","version":"2.3","wiki":"https://plugins.jenkins.io/tap"},"tasks":{"buildDate":"Dec 21, 2018","dependencies":[{"name":"maven-plugin","optional":false,"version":"2.17"},{"name":"dashboard-view","optional":true,"version":"2.9.4"},{"name":"matrix-project","optional":false,"version":"1.7.1"},{"name":"token-macro","optional":true,"version":"2.1"},{"name":"analysis-core","optional":false,"version":"1.93"}],"developers":[{"developerId":"drulli","email":"ullrich.hafner@gmail.com","name":"Ulli Hafner"}],"excerpt":"The Task Scanner Plug-in reached end-of-life. All functionality has been integrated into the Warnings Next Generation Plugin<\/a>.","gav":"org.jvnet.hudson.plugins:tasks:4.53","labels":["report","maven"],"name":"tasks","previousTimestamp":"2017-07-16T19:28:37.00Z","previousVersion":"4.52","releaseTimestamp":"2018-12-21T13:55:02.00Z","requiredCore":"1.625.1","scm":"https://github.com/jenkinsci/tasks-plugin","sha1":"VtMI86u/XfPKzC4SNdcrmfOcRE0=","sha256":"H1GWh+QFrlPWzz9CUyW1TAgfp4GYHqcO/hO3F4H7o7o=","title":"Task Scanner","url":"http://updates.jenkins-ci.org/download/plugins/tasks/4.53/tasks.hpi","version":"4.53","wiki":"https://plugins.jenkins.io/tasks"},"tattletale-plugin":{"buildDate":"May 29, 2012","dependencies":[],"developers":[{"developerId":"vtunka","name":"Vaclav Tunka"}],"excerpt":"Integration plugin for Tattletale analysis tool.","gav":"org.jenkins-ci.plugins:tattletale-plugin:0.3","labels":["report"],"name":"tattletale-plugin","releaseTimestamp":"2012-05-29T20:55:18.00Z","requiredCore":"1.424","scm":"https://github.com/jenkinsci/tattletale-plugin","sha1":"1EpOcO03OEAzSZzAh/dnV8of5e4=","sha256":"damSeXCbdy7Lbx11WXaNI169DZCrweO7ZOD9ceDOgGY=","title":"Tattletale","url":"http://updates.jenkins-ci.org/download/plugins/tattletale-plugin/0.3/tattletale-plugin.hpi","version":"0.3","wiki":"https://plugins.jenkins.io/tattletale-plugin"},"team-views":{"buildDate":"Jun 04, 2013","dependencies":[],"developers":[{"developerId":"t_westling","email":"tomas.westling@sonymobile.com","name":"Tomas Westling"},{"developerId":"rsandell","email":"robert.sandell@sonymobile.com","name":"Robert Sandell"}],"excerpt":"Team Views Plugin","gav":"com.sonymobile.jenkins.plugins.teamviews:team-views:0.9.0","labels":["misc","ui"],"name":"team-views","releaseTimestamp":"2013-06-04T14:26:48.00Z","requiredCore":"1.466","scm":"https://github.com/jenkinsci/team-views-plugin","sha1":"spPPnj3vgrU1bCMwYgef+w1qHLU=","sha256":"nsblzr4EZ9Dt7t/6FgimushFX8wjPnJasIjL4BGyhIM=","title":"Team Views","url":"http://updates.jenkins-ci.org/download/plugins/team-views/0.9.0/team-views.hpi","version":"0.9.0","wiki":"https://plugins.jenkins.io/team-views"},"teamconcert":{"buildDate":"May 01, 2019","dependencies":[{"name":"workflow-scm-step","optional":true,"version":"1.3"},{"name":"credentials","optional":false,"version":"1.10"}],"developers":[{"developerId":"ssangaiah","name":"Sridevi Sangaiah"},{"developerId":"nsraghu","name":"Raghu NS"},{"developerId":"lvaikunt","name":"Lakshmi Narasimhan T V"}],"excerpt":"Integrates Rational Team Concert <\/a>","gav":"org.jenkins-ci.plugins:teamconcert:1.3.0","labels":["scm"],"name":"teamconcert","previousTimestamp":"2018-06-15T10:17:24.00Z","previousVersion":"1.2.0.5","releaseTimestamp":"2019-05-01T08:40:01.00Z","requiredCore":"1.625.1","scm":"https://github.com/jenkinsci/teamconcert-plugin","sha1":"WUrIgS1wOJ3z/ubC8KhVijsPXmo=","sha256":"4+4t6QcnSmgs3eL3XS4s5hSpYrxhE2plb2/4amoMIMw=","title":"Team Concert","url":"http://updates.jenkins-ci.org/download/plugins/teamconcert/1.3.0/teamconcert.hpi","version":"1.3.0","wiki":"https://plugins.jenkins.io/teamconcert"},"teamconcert-git":{"buildDate":"Jun 15, 2018","dependencies":[{"name":"credentials","optional":false,"version":"1.16.1"},{"name":"ssh-credentials","optional":false,"version":"1.9"}],"developers":[{"developerId":"lvaikunt","name":"Lakshmi Narasimhan T V"},{"developerId":"nsraghu","name":"Raghu NS"},{"developerId":"ssangaiah","name":"Sridevi Sangaiah"}],"excerpt":"Integrates Rational Team Concert. <\/a> When using Git as source control, this plugin allows you to link Jenkins build and Jenkins build artifacts with Rational Team Concert Work Items and Build results.","gav":"org.jenkins-ci.plugins:teamconcert-git:2.0.0","labels":["scm-related"],"name":"teamconcert-git","previousTimestamp":"2015-06-24T10:05:26.00Z","previousVersion":"1.0.10","releaseTimestamp":"2018-06-15T08:51:49.00Z","requiredCore":"1.625.1","scm":"https://github.com/jenkinsci/teamconcert-git-plugin","sha1":"lGNuebvcJ1M/OnyTnW9fQc8NY1E=","sha256":"0JujPctgOqKysVV3XnmDYqNWHLPKYfCn4SkgUe2fRUI=","title":"Team Concert Git","url":"http://updates.jenkins-ci.org/download/plugins/teamconcert-git/2.0.0/teamconcert-git.hpi","version":"2.0.0","wiki":"https://plugins.jenkins.io/teamconcert-git"},"telegram-notifications":{"buildDate":"Oct 24, 2018","dependencies":[{"name":"job-dsl","optional":true,"version":"1.68"},{"name":"structs","optional":false,"version":"1.13"},{"name":"token-macro","optional":false,"version":"2.3"}],"developers":[{"developerId":"nbelonogov"}],"excerpt":"This plugin allows you to send messages from Jenkins jobs to Telegram chat.","gav":"org.jenkins-ci.plugins:telegram-notifications:1.3.0","labels":[],"name":"telegram-notifications","previousTimestamp":"2018-04-01T20:10:07.00Z","previousVersion":"1.2.1","releaseTimestamp":"2018-10-24T13:26:19.00Z","requiredCore":"2.7","scm":"https://github.com/jenkinsci/telegram-notifications-plugin","sha1":"cx6yLgPZwCyOHOD/jNfZ17Vv2cI=","sha256":"ob92tvjbfMPJF7Oilb48kX+X9YWckdmnATiKwQEEHLc=","title":"Telegram Bot","url":"http://updates.jenkins-ci.org/download/plugins/telegram-notifications/1.3.0/telegram-notifications.hpi","version":"1.3.0","wiki":"https://plugins.jenkins.io/telegram-notifications"},"telerik-appbuilder-plugin":{"buildDate":"May 05, 2017","dependencies":[],"developers":[{"developerId":"galexand"}],"excerpt":"This plugin is used for CI builds with Telerik AppBuilder.","gav":"com.telerik.plugins:telerik-appbuilder-plugin:1.6","labels":[],"name":"telerik-appbuilder-plugin","previousTimestamp":"2017-02-02T13:31:54.00Z","previousVersion":"1.5","releaseTimestamp":"2017-05-05T12:13:46.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/telerik-appbuilder-plugin","sha1":"mrpnzImPbDMI3d8zbf+kmU/lb3Y=","sha256":"gq0kAr/t91rvMGKvR7xjGTiID4//w+e7VXfSDA7j3+Y=","title":"Progress Telerik AppBuilder","url":"http://updates.jenkins-ci.org/download/plugins/telerik-appbuilder-plugin/1.6/telerik-appbuilder-plugin.hpi","version":"1.6","wiki":"https://plugins.jenkins.io/telerik-appbuilder-plugin"},"template-project":{"buildDate":"Feb 06, 2016","dependencies":[{"name":"matrix-project","optional":true,"version":"1.4"},{"name":"multiple-scms","optional":true,"version":"0.5"},{"name":"cloudbees-folder","optional":true,"version":"4.9"}],"developers":[{"developerId":"huybrechts","name":"Tom Huybrechts"},{"developerId":"Brantone","name":"Brenton B"}],"excerpt":"This plugin lets you use builders, publishers and SCM settings from another project.","gav":"org.jenkins-ci.plugins:template-project:1.5.2","labels":["scm","notifier","builder"],"name":"template-project","previousTimestamp":"2015-09-03T08:35:00.00Z","previousVersion":"1.5.1","releaseTimestamp":"2016-02-06T23:28:17.00Z","requiredCore":"1.580.1","scm":"https://github.com/jenkinsci/template-project-plugin","sha1":"DxsNiOmzNUyVBVqCLf3Ce3l4ceo=","sha256":"3HnS/pnItmC+tAwS0l5Atv9IyoP0Jz+SviuifE6XF9o=","title":"Template Project","url":"http://updates.jenkins-ci.org/download/plugins/template-project/1.5.2/template-project.hpi","version":"1.5.2","wiki":"https://plugins.jenkins.io/template-project"},"template-workflows":{"buildDate":"Aug 15, 2012","dependencies":[],"developers":[{"developerId":"shaib","email":"shai.bhur@gmail.com","name":"Shai Ben-Hur"}],"excerpt":"This plugin introduces the workflow concept.","gav":"org.jenkins.plugin.templateWorkflows:template-workflows:1.2","labels":["misc"],"name":"template-workflows","releaseTimestamp":"2012-08-15T17:49:05.00Z","requiredCore":"1.477","scm":"https://github.com/jenkinsci/template-workflows-plugin","sha1":"pYV90D4T2R9iQDj6JEZfjau9X/A=","sha256":"muGZCipOINCSqHR4BQqXQU6JLejWQlWAdNRP+80/Im0=","title":"Template Workflows","url":"http://updates.jenkins-ci.org/download/plugins/template-workflows/1.2/template-workflows.hpi","version":"1.2","wiki":"https://plugins.jenkins.io/template-workflows"},"templating-engine":{"buildDate":"Jul 31, 2019","dependencies":[{"name":"workflow-multibranch","optional":false,"version":"2.20"},{"name":"workflow-api","optional":false,"version":"2.28"},{"name":"branch-api","optional":false,"version":"2.0.20"},{"name":"scm-api","optional":false,"version":"2.2.7"},{"name":"junit","optional":false,"version":"1.24"},{"name":"github-branch-source","optional":false,"version":"2.5.1"}],"developers":[{"developerId":"steven-terrana","email":"terrana_steven@bah.com","name":"Steven Terrana"},{"developerId":"carlosokieffebah","email":"okieffe_carlos@bah.com","name":"Carlos Okieffe"}],"excerpt":"Allows users to create tool-agnostic, templated pipelines to be shared by multiple teams","gav":"org.jenkins-ci.plugins:templating-engine:1.3","labels":[],"name":"templating-engine","previousTimestamp":"2019-07-19T18:35:43.00Z","previousVersion":"1.2","releaseTimestamp":"2019-07-31T18:56:43.00Z","requiredCore":"2.121.3","scm":"https://github.com/jenkinsci/templating-engine-plugin","sha1":"Xjt97KoNxHUIeTWCe2LK1eve+QQ=","sha256":"TdUixoZwChj6tVuQ0l/lAN6rH9IXQSoZFWBfz9tAKcs=","title":"Templating Engine","url":"http://updates.jenkins-ci.org/download/plugins/templating-engine/1.3/templating-engine.hpi","version":"1.3","wiki":"https://plugins.jenkins.io/templating-engine"},"terminal":{"buildDate":"May 23, 2013","dependencies":[{"name":"jquery-ui","optional":false,"version":"1.0.2"}],"developers":[{"developerId":"kiy0taka","name":"Kiyotaka Oku"},{"developerId":"joeyjiao","name":"Joey Jiao"}],"excerpt":"This plugin allows you to execute OS commands and list/change node.","gav":"org.jenkins-ci.plugins:terminal:1.4","labels":["misc"],"name":"terminal","previousTimestamp":"2011-03-01T23:27:28.00Z","previousVersion":"1.3","releaseTimestamp":"2013-05-23T09:36:04.00Z","requiredCore":"1.515","scm":"https://github.com/jenkinsci/terminal-plugin","sha1":"j88efddC/8w/CWaHKhuNomSR1Qo=","sha256":"9UAQek/MGP+prlTCQcz6R5+QHU4xgc1Z5VnjwEWKV4w=","title":"Terminal","url":"http://updates.jenkins-ci.org/download/plugins/terminal/1.4/terminal.hpi","version":"1.4","wiki":"https://plugins.jenkins.io/terminal"},"terminate-ssh-processes-plugin":{"buildDate":"May 31, 2012","dependencies":[],"developers":[{"developerId":"lvotypko","email":"lvotypko@redhat.com","name":"Lucie Votypkova"}],"excerpt":"This plugin add action delete log to build page. If the build is build of matrix job, the action delete log for all its configurations too.","gav":"org.jenkins-ci.plugins:terminate-ssh-processes-plugin:1.0","labels":[],"name":"terminate-ssh-processes-plugin","releaseTimestamp":"2012-05-31T13:57:50.00Z","requiredCore":"1.430","scm":"https://github.com/jenkinsci/sshProcess-check-plugin","sha1":"RQHrZsJbpU8TpJVTdXHyBddJYMc=","sha256":"75E/8SDIOQPWvQ5YSXSgO0+iycxyICpWDnQxE0qEbL8=","title":"Terminate ssh processes","url":"http://updates.jenkins-ci.org/download/plugins/terminate-ssh-processes-plugin/1.0/terminate-ssh-processes-plugin.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/terminate-ssh-processes-plugin"},"terraform":{"buildDate":"Nov 07, 2016","dependencies":[],"developers":[{"developerId":"dpires","email":"david.pires@gmail.com","name":"David Pires"}],"excerpt":"This plugin provides a build wrapper for Terraform<\/a> to launch and destroy infrastructure.","gav":"org.jenkins-ci.plugins:terraform:1.0.9","labels":["buildwrapper"],"name":"terraform","previousTimestamp":"2016-11-03T18:50:39.00Z","previousVersion":"1.0.8","releaseTimestamp":"2016-11-07T20:34:11.00Z","requiredCore":"1.580","scm":"https://github.com/jenkinsci/terraform-plugin","sha1":"nfynmudhGjfmpY3WjwA/7eb1Emw=","sha256":"yQ4nRXUEjFZ92mz8VGl4ccqH7tzM1XZo11Jmvmep4fg=","title":"Terraform","url":"http://updates.jenkins-ci.org/download/plugins/terraform/1.0.9/terraform.hpi","version":"1.0.9","wiki":"https://plugins.jenkins.io/terraform"},"test-results-analyzer":{"buildDate":"Jul 23, 2018","dependencies":[{"name":"junit","optional":false,"version":"1.2-beta-4"}],"developers":[{"developerId":"menonvarun","email":"mr.varun.menon@gmail.com","name":"Varun Menon"}],"excerpt":"This plugin shows history of test execution results in a tabular or graphical format.","gav":"org.jenkins-ci.plugins:test-results-analyzer:0.3.5","labels":["report"],"name":"test-results-analyzer","previousTimestamp":"2016-03-22T10:19:55.00Z","previousVersion":"0.3.4","releaseTimestamp":"2018-07-23T15:39:56.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/test-results-analyzer-plugin","sha1":"UbTNqgJetDy4nz6llfZO4ETBxNE=","sha256":"weuInpdhCfJRFP+pU8uoSGMUrocOlm11ew3kuLUUMvg=","title":"Test Results Analyzer","url":"http://updates.jenkins-ci.org/download/plugins/test-results-analyzer/0.3.5/test-results-analyzer.hpi","version":"0.3.5","wiki":"https://plugins.jenkins.io/test-results-analyzer"},"test-stability":{"buildDate":"Sep 15, 2017","dependencies":[{"name":"junit","optional":false,"version":"1.14"}],"developers":[{"developerId":"kutzi","email":"christoph.kutzinsk@esailors.de","name":"Christoph Kutzinski"},{"developerId":"seanf","email":"sflaniga@redhat.com","name":"Sean Flanigan"}],"excerpt":"Displays test stabilities - i.e. the history of failed tests.","gav":"de.esailors.jenkins:test-stability:2.3","labels":["misc","report"],"name":"test-stability","previousTimestamp":"2017-02-15T08:37:44.00Z","previousVersion":"2.2","releaseTimestamp":"2017-09-15T08:10:12.00Z","requiredCore":"1.607","scm":"https://github.com/jenkinsci/test-stability-plugin","sha1":"0zG0Hf5OO+oVQYAimAWwZEaGvTA=","sha256":"aplqszAl4QVRCj12XpzEBeslQ1Go1w7/jLzfrjzEeU4=","title":"Test stability history","url":"http://updates.jenkins-ci.org/download/plugins/test-stability/2.3/test-stability.hpi","version":"2.3","wiki":"https://plugins.jenkins.io/test-stability"},"testInProgress":{"buildDate":"Feb 18, 2015","dependencies":[],"developers":[{"developerId":"cchabanois","email":"cchabanois@gmail.com","name":"Cedric Chabanois"},{"developerId":"menonvarun","email":"mr.varun.menon@gmail.com","name":"Varun Menon"}],"excerpt":"This plugin allows you to see how the junit tests progress during a build.","gav":"org.jenkins-ci.plugins:testInProgress:1.4","labels":["buildwrapper","misc"],"name":"testInProgress","previousTimestamp":"2014-08-05T09:20:56.00Z","previousVersion":"1.3","releaseTimestamp":"2015-02-18T21:01:37.00Z","requiredCore":"1.480","scm":"https://github.com/jenkinsci/testInProgress-plugin","sha1":"K7eiifFfMdGQ9ZeI0DjZ8prcA3o=","sha256":"E/kXe55C8hUdqhYFJRMIMdTE+PtSP14yQNUJj09nDdY=","title":"Test In Progress","url":"http://updates.jenkins-ci.org/download/plugins/testInProgress/1.4/testInProgress.hpi","version":"1.4","wiki":"https://plugins.jenkins.io/testInProgress"},"testabilityexplorer":{"buildDate":"May 29, 2012","dependencies":[{"name":"javadoc","optional":false,"version":"1.0"},{"name":"maven-plugin","optional":false,"version":"1.437"}],"developers":[{"developerId":"reikje","name":"Reik Schatz"},{"developerId":"vsbmeza","name":"Marton Meszaros"}],"excerpt":"Plugin for the Testability Explorer http://code.google.com/p/testability-explorer/","gav":"org.jenkins-ci.plugins:testabilityexplorer:0.4","labels":["report"],"name":"testabilityexplorer","releaseTimestamp":"2012-05-29T16:59:48.00Z","requiredCore":"1.437","scm":"https://github.com/jenkinsci/testabilityexplorer-plugin","sha1":"0PMfy3eqPw9Gu/HEs1VyBIF/7Ro=","sha256":"gAYUFkhd9UE01i2E+Bko+yOLZxxCgHU5OrK+fDUdhHg=","title":"Testability Explorer","url":"http://updates.jenkins-ci.org/download/plugins/testabilityexplorer/0.4/testabilityexplorer.hpi","version":"0.4","wiki":"https://plugins.jenkins.io/testabilityexplorer"},"testcomplete-xunit":{"buildDate":"Mar 25, 2015","dependencies":[{"name":"xunit","optional":false,"version":"1.90"}],"developers":[{"developerId":"fmiguelez","name":"Fernando Miguélez Palomo"}],"excerpt":"This plugin is a xUnit Plugin<\/a> extension that allows transforming TestComplete<\/a> MHT test reports into xUnit format so they can be integrated with Jenkins' JUnit features.","gav":"org.jenkins-ci.plugins:testcomplete-xunit:1.1","labels":[],"name":"testcomplete-xunit","previousTimestamp":"2015-03-17T22:30:02.00Z","previousVersion":"1.0","releaseTimestamp":"2015-03-25T21:07:48.00Z","requiredCore":"1.598","scm":"https://github.com/jenkinsci/testcomplete-xunit-plugin","sha1":"G4oW3qLgxlIEyloKZiRfx/gcjZM=","sha256":"Osuk2Y9KtXkojmnd3NdvU53sUkigLXu0yFZHijKKXXQ=","title":"TestComplete xUnit","url":"http://updates.jenkins-ci.org/download/plugins/testcomplete-xunit/1.1/testcomplete-xunit.hpi","version":"1.1","wiki":"https://plugins.jenkins.io/testcomplete-xunit"},"testcomplete11-xunit":{"buildDate":"Sep 16, 2017","dependencies":[{"name":"xunit","optional":false,"version":"1.90"}],"developers":[{"developerId":"mgaert","name":"Michael Gärtner"}],"excerpt":"This plugin is a xUnit Plugin<\/a> extension that allows transforming TestComplete<\/a> MHT test reports into xUnit format so they can be integrated with Jenkins' JUnit features.","gav":"org.jenkins-ci.plugins:testcomplete11-xunit:1.1","labels":[],"name":"testcomplete11-xunit","previousTimestamp":"2017-09-16T22:26:26.00Z","previousVersion":"1.0","releaseTimestamp":"2017-09-16T22:28:20.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/testcomplete11-xunit-plugin","sha1":"+yXqz2ahaWRSHmD5ysik6M29/hU=","sha256":"dalC90sUjFRM8ALi9gsImgBX1bwa+3WjNjZvGSHl/Zk=","title":"TestComplete 11 xUnit","url":"http://updates.jenkins-ci.org/download/plugins/testcomplete11-xunit/1.1/testcomplete11-xunit.hpi","version":"1.1","wiki":"https://plugins.jenkins.io/testcomplete11-xunit"},"testdroid-run-in-cloud":{"buildDate":"Aug 13, 2019","dependencies":[{"name":"workflow-step-api","optional":true,"version":"1.10"},{"name":"credentials","optional":false,"version":"2.1.16"}],"developers":[{"developerId":"bitbar","email":"info@bitbar.com","name":"Bitbar"}],"excerpt":"Plugin to run your tests in Bitbar Cloud.","gav":"testdroid:testdroid-run-in-cloud:2.79.0","labels":["report"],"name":"testdroid-run-in-cloud","previousTimestamp":"2019-08-08T11:17:16.00Z","previousVersion":"2.70.1","releaseTimestamp":"2019-08-13T10:21:29.00Z","requiredCore":"2.60.1","scm":"https://github.com/jenkinsci/testdroid-run-in-cloud-plugin","sha1":"2DKqOtxa9KnNnBwvFFdPrKpcSKo=","sha256":"IEpxr0lA9/8QMljQMVXoNj6ZfiVhuUoy0JaKF5PF1E0=","title":"Bitbar Run-in-Cloud","url":"http://updates.jenkins-ci.org/download/plugins/testdroid-run-in-cloud/2.79.0/testdroid-run-in-cloud.hpi","version":"2.79.0","wiki":"https://plugins.jenkins.io/testdroid-run-in-cloud"},"testein":{"buildDate":"Oct 19, 2017","dependencies":[],"developers":[{"developerId":"testein","email":"info@testein.com","name":"Testein"}],"excerpt":"This plugin helps you to run your Testein tests/suites/applications and upload custom test steps","gav":"com.testein:testein:1.0","labels":[],"name":"testein","releaseTimestamp":"2017-10-19T09:48:46.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/testein-plugin","sha1":"agIY5q6c9SPRdDExVC9d0SJ7Vas=","sha256":"tIpW7JgxeBf+kYnmLAqaJ4QAaTpc8k//jqzuoqty3Jo=","title":"Testein","url":"http://updates.jenkins-ci.org/download/plugins/testein/1.0/testein.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/testein"},"testingbot":{"buildDate":"Nov 17, 2017","dependencies":[{"name":"junit","optional":false,"version":"1.9"}],"developers":[{"developerId":"testingbot","email":"info@testingbot.com","name":"Jochen Delabie"}],"excerpt":"This plugin integrates videos/screenshots of your TestingBot.com Selenium tests","gav":"testingbot:testingbot:1.13","labels":["buildwrapper","post-build","report"],"name":"testingbot","previousTimestamp":"2015-11-09T16:22:21.00Z","previousVersion":"1.12","releaseTimestamp":"2017-11-17T17:13:19.00Z","requiredCore":"1.609.2","scm":"https://github.com/jenkinsci/testingbot-plugin","sha1":"WK9dX5ENLfir4oZGqj68Nmq7klc=","sha256":"yzhng/LUOlITSRt2uwNYT0AveHUu0T42M5JNE/XgAXg=","title":"TestingBot","url":"http://updates.jenkins-ci.org/download/plugins/testingbot/1.13/testingbot.hpi","version":"1.13","wiki":"https://plugins.jenkins.io/testingbot"},"testinium":{"buildDate":"Jan 23, 2018","dependencies":[{"name":"credentials","optional":false,"version":"2.1.16"},{"name":"cloudbees-folder","optional":false,"version":"6.1.2"},{"name":"workflow-aggregator","optional":false,"version":"2.5"},{"name":"scm-api","optional":false,"version":"2.2.3"}],"developers":[{"developerId":"erhangullu","email":"erhan.gullu@sahabt.com","name":"Erhan GULLU"},{"developerId":"erdoganonur","email":"onur.erdogan@sahabt.com","name":"Onur Erdogan"}],"excerpt":"Plugin to integrate jenkins with Testinium. http://www.testinium.com/","gav":"com.testinium.jenkins:testinium:1.0","labels":[],"name":"testinium","releaseTimestamp":"2018-01-23T10:31:53.00Z","requiredCore":"2.7.3","scm":"https://github.com/jenkinsci/testinium-plugin","sha1":"Ag4Y3ETq9rOWI6s0QbKpcnW7B/Q=","sha256":"dDsqVXDcEsCXa/PNbzkKpaZlkg5AiXlmqcwDi55gNPQ=","title":"Testinium","url":"http://updates.jenkins-ci.org/download/plugins/testinium/1.0/testinium.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/testinium"},"testlink":{"buildDate":"Feb 07, 2019","dependencies":[{"name":"junit","optional":false,"version":"1.11"}],"developers":[{"developerId":"kinow","email":"brunodepaulak@yahoo.com.br","name":"Bruno P. Kinoshita"},{"developerId":"cesar1983","email":"cesar.fa@gmail.com","name":"Cesar Fernandes de Almeida"},{"developerId":"floreal","email":"ftoumikian@april.org","name":"Floreal Toumikian"},{"developerId":"orenault","email":"orenault@gmail.com","name":"Olivier Renault"},{"developerId":"omerkel","email":"Merkel.Oliver@web.de","name":"Oliver Merkel"},{"developerId":"yachoor","email":"jchorko@gmail.com","name":"Janusz Chorko"}],"excerpt":"This plugin integrates Jenkins and TestLink.","gav":"org.jenkins-ci.plugins:testlink:3.16","labels":["builder"],"name":"testlink","previousTimestamp":"2018-12-28T23:01:07.00Z","previousVersion":"3.15","releaseTimestamp":"2019-02-07T04:29:25.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/testlink-plugin","sha1":"RtBn6rec87BAGED2hFiV1/AWvTk=","sha256":"O6HY660G+MIW3RUqX5gyHMVzowuJiOxtN9XW9TZoNv4=","title":"TestLink","url":"http://updates.jenkins-ci.org/download/plugins/testlink/3.16/testlink.hpi","version":"3.16","wiki":"https://plugins.jenkins.io/testlink"},"testng-plugin":{"buildDate":"Jun 29, 2018","dependencies":[{"name":"junit","optional":false,"version":"1.2"}],"developers":[{"developerId":"nullin","email":"nullin@nullin.com","name":"Nalin Makar"}],"excerpt":"This plugin integrates TestNG test reports<\/a> to Jenkins.","gav":"org.jenkins-ci.plugins:testng-plugin:1.15","labels":["report"],"name":"testng-plugin","previousTimestamp":"2016-07-06T03:45:35.00Z","previousVersion":"1.14","releaseTimestamp":"2018-06-29T04:31:53.00Z","requiredCore":"1.580.1","scm":"https://github.com/jenkinsci/testng-plugin-plugin","sha1":"/mVPYgcHTY+1SDQP3eNy4UbR3aw=","sha256":"UH7TMD4uP709nz5IKXam1RSWo/Gku+QK9chmwz5gF74=","title":"TestNG Results","url":"http://updates.jenkins-ci.org/download/plugins/testng-plugin/1.15/testng-plugin.hpi","version":"1.15","wiki":"https://plugins.jenkins.io/testng-plugin"},"testodyssey-execution":{"buildDate":"Sep 26, 2017","dependencies":[],"developers":[{"developerId":"ekateam","email":"sunilkumar@ekatechserv.com","name":"Sunil Kumar"}],"excerpt":"This plugin enables users to trigger execution runs on Test Odyssey from Continuous Integration or Continuous Delivery setup on Jenkins.","gav":"com.ekatechserv:testodyssey-execution:2.1.5","labels":[],"name":"testodyssey-execution","previousTimestamp":"2017-01-03T12:19:26.00Z","previousVersion":"2.0.1","releaseTimestamp":"2017-09-26T06:16:43.00Z","requiredCore":"1.609.3","scm":"https://github.com/jenkinsci/testodyssey-execution-plugin","sha1":"oRC3ffPzQKDg1ZZK/8bDqYE1qIM=","sha256":"tOrhMdAyww4fK0s7rPsWyTlcjdTPrvfz3HZbNuQzPt0=","title":"Test Odyssey","url":"http://updates.jenkins-ci.org/download/plugins/testodyssey-execution/2.1.5/testodyssey-execution.hpi","version":"2.1.5","wiki":"https://plugins.jenkins.io/testodyssey-execution"},"testopia":{"buildDate":"Jan 06, 2013","dependencies":[],"developers":[{"developerId":"tooh","email":"florijn.peter@gmail.com","name":"Peter Florijn"},{"developerId":"kinow","email":"brunodepaulak@yahoo.com.br","name":"Bruno P. Kinoshita"}],"excerpt":"This plugin integrates the testcase management application Testopia with Jenkins.","gav":"jenkins.plugins.testopia:testopia:1.3","labels":[],"name":"testopia","previousTimestamp":"2012-10-15T01:50:02.00Z","previousVersion":"1.2","releaseTimestamp":"2013-01-06T18:12:58.00Z","requiredCore":"1.424","scm":"https://github.com/jenkinsci/testopia-plugin","sha1":"7PZ2sL7Ey6eumDnbaQBAYafCPg0=","sha256":"unDsAd9mC5Ztrsm3x5vQONytmAY89y/2vNPstxzm8vQ=","title":"Testopia","url":"http://updates.jenkins-ci.org/download/plugins/testopia/1.3/testopia.hpi","version":"1.3","wiki":"https://plugins.jenkins.io/testopia"},"testproject":{"buildDate":"Feb 13, 2019","dependencies":[{"name":"workflow-step-api","optional":false,"version":"2.15"}],"developers":[{"developerId":"eldarkra","name":"Eldar Kravetsky"}],"excerpt":"This plugin triggers a TestProject Job post build.","gav":"org.jenkins-ci.plugins:testproject:1.3","labels":[],"name":"testproject","previousTimestamp":"2019-01-27T15:15:19.00Z","previousVersion":"1.1","releaseTimestamp":"2019-02-13T20:31:05.00Z","requiredCore":"2.150.1","scm":"https://github.com/jenkinsci/testproject-plugin","sha1":"/UqZBwvhpuMbGo9HrpWn6wesojc=","sha256":"kddy59QW77U1Qr2nAvlzmkiuiY06yaJDKwgXGrdofj4=","title":"TestProject Automation Platform","url":"http://updates.jenkins-ci.org/download/plugins/testproject/1.3/testproject.hpi","version":"1.3","wiki":"https://plugins.jenkins.io/testproject"},"testquality-updater":{"buildDate":"Aug 09, 2018","dependencies":[],"developers":[{"developerId":"jbpitts","email":"james@bitmodern.com","name":"James Pitts"}],"excerpt":"This plugin sends junit xml test results to TestQuality.","gav":"org.jenkins-ci.plugins:testquality-updater:1.3","labels":[],"name":"testquality-updater","previousTimestamp":"2018-03-01T22:19:06.00Z","previousVersion":"1.1","releaseTimestamp":"2018-08-09T19:48:16.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/testquality-updater-plugin","sha1":"O8vsKVUROTKSob78P1PWLLFUyuE=","sha256":"onHFbpXXhQBQynnSOKil0vxKphFJukrj6DI7fX8iBGg=","title":"TestQuality Updater","url":"http://updates.jenkins-ci.org/download/plugins/testquality-updater/1.3/testquality-updater.hpi","version":"1.3","wiki":"https://plugins.jenkins.io/testquality-updater"},"teststudio":{"buildDate":"Feb 04, 2018","dependencies":[],"developers":[{"developerId":"deyan_kalinov","email":"telerik.testing@progress.com","name":"Deyan Kalinov"}],"excerpt":"Progress TestStudio Test Runner","gav":"org.jenkins-ci.plugins:teststudio:1.0.2","labels":[],"name":"teststudio","releaseTimestamp":"2018-02-04T06:52:44.00Z","requiredCore":"2.7.3","scm":"https://github.com/jenkinsci/teststudio-plugin","sha1":"AlhRJ7DyX0R8P8tyLil5pRLIeoU=","sha256":"AObZpTvsOBNQba/Hk4VtTspaT9VVLPyafFUQQIoe+aI=","title":"Progress TestStudio","url":"http://updates.jenkins-ci.org/download/plugins/teststudio/1.0.2/teststudio.hpi","version":"1.0.2","wiki":"https://plugins.jenkins.io/teststudio"},"teststudioapitesting":{"buildDate":"Feb 04, 2018","dependencies":[],"developers":[{"developerId":"deyan_kalinov","email":"telerik.testing@progress.com","name":"Deyan Kalinov"}],"excerpt":"Progress TestStudio for API Test Runner","gav":"org.jenkins-ci.plugins:teststudioapitesting:1.0.1","labels":[],"name":"teststudioapitesting","releaseTimestamp":"2018-02-04T13:36:22.00Z","requiredCore":"2.7.3","scm":"https://github.com/jenkinsci/teststudioapitesting-plugin","sha1":"/+nZnYiXeHi7SB0HI1u+5r66odU=","sha256":"8ln7XWannvAAYJXzFV6DuAYR7iMYTOLHOFwJMrnu6jo=","title":"Progress TestStudio for API","url":"http://updates.jenkins-ci.org/download/plugins/teststudioapitesting/1.0.1/teststudioapitesting.hpi","version":"1.0.1","wiki":"https://plugins.jenkins.io/teststudioapitesting"},"teststudiomobiletesting":{"buildDate":"Feb 05, 2018","dependencies":[],"developers":[{"developerId":"deyan_kalinov","email":"telerik.testing@progress.com","name":"Deyan Kalinov"}],"excerpt":"Progress MobileStudio Test Runner","gav":"org.jenkins-ci.plugins:teststudiomobiletesting:1.0.1","labels":[],"name":"teststudiomobiletesting","releaseTimestamp":"2018-02-05T09:26:47.00Z","requiredCore":"2.7.3","scm":"https://github.com/jenkinsci/teststudiomobiletesting-plugin","sha1":"Rh8BH4vFaRrkrjLrtJM3wZNf3C0=","sha256":"2hRrGcKD5lW8dLksDYx3EttYwuMK3JA6OJHLopZ6p60=","title":"Progress MobileStudio","url":"http://updates.jenkins-ci.org/download/plugins/teststudiomobiletesting/1.0.1/teststudiomobiletesting.hpi","version":"1.0.1","wiki":"https://plugins.jenkins.io/teststudiomobiletesting"},"testweaver":{"buildDate":"Aug 20, 2019","dependencies":[{"name":"structs","optional":false,"version":"1.7"}],"developers":[{"developerId":"adriantirea","email":"adrian.tirea@qtronic-software.ro","name":"Adrian Tirea"}],"excerpt":"This plugin integrates Jenkins with TestWeaver.","gav":"org.jenkins-ci.plugins:testweaver:1.0.3","labels":[],"name":"testweaver","previousTimestamp":"2019-08-14T07:17:36.00Z","previousVersion":"1.0.2","releaseTimestamp":"2019-08-20T07:34:05.00Z","requiredCore":"2.7.3","scm":"https://github.com/jenkinsci/testweaver-plugin","sha1":"MHRLTUypMLhqjHSXyOd6+5hFRjs=","sha256":"OBOe7Sd/oTtHNAuvffw+0H6klX7uxBsf3CD7hB4am3U=","title":"TestWeaver","url":"http://updates.jenkins-ci.org/download/plugins/testweaver/1.0.3/testweaver.hpi","version":"1.0.3","wiki":"https://plugins.jenkins.io/testweaver"},"text-file-operations":{"buildDate":"Apr 08, 2016","dependencies":[],"developers":[{"developerId":"sankethpb","name":"Sanketh P B"}],"excerpt":"Create or update a text file easily. Save it with any extension of your choice.","gav":"com.etas.jenkins.plugins:text-file-operations:1.3.2","labels":["file","builder","report","textfile","misc"],"name":"text-file-operations","previousTimestamp":"2016-03-26T14:18:43.00Z","previousVersion":"1.3.1","releaseTimestamp":"2016-04-08T17:09:58.00Z","requiredCore":"1.580.1","scm":"https://github.com/jenkinsci/text-file-operations-plugin","sha1":"+/WTry0UMKDvxjH7K6+lZ/BR1hE=","sha256":"QfqZoddWldBu7YLxj/BgyKxQO9c3OKGYqX9HzTYmjhE=","title":"Text File Operations","url":"http://updates.jenkins-ci.org/download/plugins/text-file-operations/1.3.2/text-file-operations.hpi","version":"1.3.2","wiki":"https://plugins.jenkins.io/text-file-operations"},"text-finder":{"buildDate":"Jul 31, 2019","dependencies":[],"developers":[{"developerId":"kohsuke","name":"Kohsuke Kawaguchi"},{"name":"Santiago Pericas-Geertsen"},{"developerId":"basil","name":"Basil Crow"}],"excerpt":"This plugin is used to search for strings in workspace files. The outcome of this search can be used to mark the build as normal or failed.","gav":"org.jenkins-ci.plugins:text-finder:1.12","labels":["post-build"],"minimumJavaVersion":"1.8","name":"text-finder","previousTimestamp":"2019-06-01T14:32:28.00Z","previousVersion":"1.11","releaseTimestamp":"2019-07-31T18:36:21.00Z","requiredCore":"2.121.1","scm":"https://github.com/jenkinsci/text-finder-plugin","sha1":"4Gm+JSZ1Ur09ObJ3XdPNiMTKN8M=","sha256":"I5TpkgVY6Lu7sPTNBfuasWvIPSYuyOQzT7tSLWM9g60=","title":"Text Finder","url":"http://updates.jenkins-ci.org/download/plugins/text-finder/1.12/text-finder.hpi","version":"1.12","wiki":"https://plugins.jenkins.io/text-finder"},"text-finder-run-condition":{"buildDate":"Jul 13, 2012","dependencies":[{"name":"token-macro","optional":false,"version":"1.5.1"},{"name":"run-condition","optional":false,"version":"0.10"}],"developers":[{"developerId":"cjo9900","name":"Chris Johnson"}],"excerpt":"This plugin is used to search for strings in workspace files. The outcome of this search allows aconditional action.","gav":"org.jenkins-ci.plugins:text-finder-run-condition:0.1","labels":["misc","runcondition"],"name":"text-finder-run-condition","releaseTimestamp":"2012-07-13T16:30:46.00Z","requiredCore":"1.409","scm":"https://github.com/jenkinsci/text-finder-run-condition-plugin","sha1":"MELbWymaMLgpY4L5+iYtLbOHqYM=","sha256":"u0PWVJp3VoJeCE3RRWdDR8xjr8aUbAQ+65/xI70zvS8=","title":"Text Finder Run Condition","url":"http://updates.jenkins-ci.org/download/plugins/text-finder-run-condition/0.1/text-finder-run-condition.hpi","version":"0.1","wiki":"https://plugins.jenkins.io/text-finder-run-condition"},"tfs":{"buildDate":"Aug 12, 2019","compatibleSinceVersion":"3.2.0","dependencies":[{"name":"workflow-cps","optional":false,"version":"2.30"},{"name":"workflow-job","optional":false,"version":"2.10"},{"name":"workflow-support","optional":false,"version":"2.14"},{"name":"credentials","optional":false,"version":"1.25"},{"name":"git","optional":false,"version":"2.5.2"},{"name":"mailer","optional":false,"version":"1.16"}],"developers":[{"developerId":"dastahel","email":"dastahel@microsoft.com","name":"David Staheli"},{"developerId":"jpricket","email":"jpricket@microsoft.com","name":"Jason Prickett"},{"developerId":"jeffyoung","email":"jeyou@microsoft.com","name":"Jeff Young"},{"developerId":"jenkinssriramb","email":"sriramb@microsoft.com","name":"Sriram Balasubramaniyan"},{"developerId":"kalyan","email":"kasubram@microsoft.com","name":"Kalyan"},{"developerId":"keljos","email":"kej@microsoft.com","name":"Kellie Jos"},{"developerId":"mosabua","email":"manfred@simpligility.com","name":"Manfred Moser"}],"excerpt":"","gav":"org.jenkins-ci.plugins:tfs:5.157.0","labels":["scm"],"name":"tfs","previousTimestamp":"2018-10-04T19:15:05.00Z","previousVersion":"5.142.0","releaseTimestamp":"2019-08-12T21:35:01.00Z","requiredCore":"1.642.3","scm":"https://github.com/jenkinsci/tfs-plugin","sha1":"ZSavr45RWCkTQ+S32wNMmDcMPZk=","sha256":"Y4PbyZBfT42ahbzzxGwiuyhkmq9KkOTYYMOuLLJmMRc=","title":"Team Foundation Server","url":"http://updates.jenkins-ci.org/download/plugins/tfs/5.157.0/tfs.hpi","version":"5.157.0","wiki":"https://plugins.jenkins.io/tfs"},"themis":{"buildDate":"Jan 24, 2018","dependencies":[{"name":"workflow-step-api","optional":false,"version":"2.6"}],"developers":[{"developerId":"rdelamare","email":"romain.delamare@promyze.com","name":"Romain Delamare"}],"excerpt":"Launch Themis as a post-build step.","gav":"org.jenkins-ci.plugins:themis:1.4.1","labels":[],"name":"themis","previousTimestamp":"2017-12-18T10:56:49.00Z","previousVersion":"1.4","releaseTimestamp":"2018-01-24T09:36:34.00Z","requiredCore":"1.609.3","scm":"https://github.com/jenkinsci/themis-plugin","sha1":"YH8Er2y7SZ6RZSG2M4rR1ttA/50=","sha256":"XzGqB9EqudCKTmlm+nSUpUEkDNMNg6O3BWLY49mXEgk=","title":"Themis","url":"http://updates.jenkins-ci.org/download/plugins/themis/1.4.1/themis.hpi","version":"1.4.1","wiki":"https://plugins.jenkins.io/themis"},"thinBackup":{"buildDate":"Dec 11, 2016","dependencies":[],"developers":[{"developerId":"tofuatjava","email":"tfuerer.javanet@gmail.com","name":"Thomas Fuerer"},{"developerId":"alienllama","email":"alienllama@gmail.com","name":"Matthias Steinkogler"}],"excerpt":"Backups the most important global and job specific configuration files.","gav":"org.jvnet.hudson.plugins:thinBackup:1.9","labels":["misc"],"name":"thinBackup","previousTimestamp":"2016-11-25T15:31:25.00Z","previousVersion":"1.8","releaseTimestamp":"2016-12-11T11:27:53.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/thin-backup-plugin","sha1":"plHDPCGfkTEMuJ0GqXxwYQO7LxM=","sha256":"oXuU41pSW3QeaosFNCcw+WokS9wms9Q1FkukL6bRmNo=","title":"ThinBackup","url":"http://updates.jenkins-ci.org/download/plugins/thinBackup/1.9/thinBackup.hpi","version":"1.9","wiki":"https://plugins.jenkins.io/thinBackup"},"thread-dump-action-plugin":{"buildDate":"Mar 04, 2012","dependencies":[],"developers":[{"developerId":"jieryn","email":"jieryn@gmail.com","name":"Jesse Farinacci"}],"excerpt":"The Thread Dump Action Plugin<\/a> provides an easy mechanism to obtain a thread dump.","gav":"org.jenkins-ci.plugins:thread-dump-action-plugin:1.0","labels":["misc"],"name":"thread-dump-action-plugin","releaseTimestamp":"2012-03-04T02:13:48.00Z","requiredCore":"1.424","scm":"https://github.com/jenkinsci/thread-dump-action-plugin","sha1":"Y9bzNdNigix2G0qnQCepFNRqkjk=","sha256":"MWWpE3AF91PO1JM9yoC5DBy0Y/nwjvIjBXSgXaxXhZE=","title":"Thread Dump Action","url":"http://updates.jenkins-ci.org/download/plugins/thread-dump-action-plugin/1.0/thread-dump-action-plugin.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/thread-dump-action-plugin"},"threadfix":{"buildDate":"May 09, 2017","dependencies":[],"developers":[{"developerId":"automationdomination","email":"brandon@automationdomination.me","name":"Brandon Spruth"},{"developerId":"cbaek","email":"christopher.baek@gmail.com","name":"Christopher Baek"}],"excerpt":"ThreadFix Plugin, publish scan results in Project page and uploads scan artifact to ThreadFix server.","gav":"org.jenkins-ci.plugins:threadfix:1.5.4","labels":["post-build"],"name":"threadfix","previousTimestamp":"2016-08-02T11:15:08.00Z","previousVersion":"1.5.3","releaseTimestamp":"2017-05-09T08:53:42.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/threadfix-plugin","sha1":"Ri+FY0k9/5cEvTrRuKdXrAzBBpQ=","sha256":"lQqCFQqhvy6y2ZyffWVRK6/TnPaAJgmiV1Vim9uRbJ4=","title":"ThreadFix","url":"http://updates.jenkins-ci.org/download/plugins/threadfix/1.5.4/threadfix.hpi","version":"1.5.4","wiki":"https://plugins.jenkins.io/threadfix"},"throttle-concurrents":{"buildDate":"Jun 07, 2017","dependencies":[{"name":"workflow-api","optional":false,"version":"2.12"},{"name":"workflow-durable-task-step","optional":false,"version":"2.8"},{"name":"workflow-step-api","optional":false,"version":"2.7"},{"name":"workflow-support","optional":false,"version":"2.13"},{"name":"matrix-project","optional":false,"version":"1.8"}],"developers":[{"developerId":"abayer","email":"andrew.bayer@gmail.com","name":"Andrew Bayer"},{"developerId":"oleg_nenashev","email":"o.v.nenashev@gmail.com","name":"Oleg Nenashev"}],"excerpt":"This plugin allows for throttling the number of concurrent builds of a project running per node or globally.","gav":"org.jenkins-ci.plugins:throttle-concurrents:2.0.1","labels":["slaves","cluster","buildwrapper"],"name":"throttle-concurrents","previousTimestamp":"2017-05-19T16:01:15.00Z","previousVersion":"2.0","releaseTimestamp":"2017-06-07T21:17:12.00Z","requiredCore":"1.642.3","scm":"https://github.com/jenkinsci/throttle-concurrents-plugin","sha1":"WatRW/NauTIfuv2agL1u1fKHkEk=","sha256":"Ym68dcC5whvm4IvUIUR4Ru9NU6IFOAQ8vBaok4b2St4=","title":"Throttle Concurrent Builds","url":"http://updates.jenkins-ci.org/download/plugins/throttle-concurrents/2.0.1/throttle-concurrents.hpi","version":"2.0.1","wiki":"https://plugins.jenkins.io/throttle-concurrents"},"thucydides":{"buildDate":"Oct 07, 2012","dependencies":[],"developers":[{"developerId":"hwellmann","email":"harald.wellmann@gmx.de","name":"Harald Wellmann"}],"excerpt":"Plugin for running Thucydides<\/a> web tests.","gav":"net.thucydides.jenkins:thucydides:0.1","labels":["report"],"name":"thucydides","releaseTimestamp":"2012-10-07T21:41:10.00Z","requiredCore":"1.466","scm":"https://github.com/jenkinsci/thucydides-plugin","sha1":"5+nhQAxBWEC8y/q0gEHKHzmrpIY=","sha256":"F13kwa5le4OkWle3e+j7LHJCcOqUVY7hEsR0xjPJDKI=","title":"Thucydides","url":"http://updates.jenkins-ci.org/download/plugins/thucydides/0.1/thucydides.hpi","version":"0.1","wiki":"https://plugins.jenkins.io/thucydides"},"tibco-builder":{"buildDate":"Dec 17, 2013","dependencies":[],"developers":[{"developerId":"federicopastore","email":"federico.pastore@gmail.com","name":"Federico Pastore"}],"excerpt":"This plugin is a sample to explain how to write a Jenkins plugin.","gav":"org.jenkins-ci.plugins:tibco-builder:1.4","labels":["builder"],"name":"tibco-builder","previousTimestamp":"2013-12-08T17:29:13.00Z","previousVersion":"1.3","releaseTimestamp":"2013-12-17T16:45:34.00Z","requiredCore":"1.509.4","scm":"https://github.com/jenkinsci/tibco-builder-plugin","sha1":"39aFbwdqBA9IbOiEr6XuQdNkYf0=","sha256":"T4cOEXtSEEgi1eEWl4EKHX2L6Nj/bM5ZT0y7uNtjqwA=","title":"Tibco Builder","url":"http://updates.jenkins-ci.org/download/plugins/tibco-builder/1.4/tibco-builder.hpi","version":"1.4","wiki":"https://plugins.jenkins.io/tibco-builder"},"timestamper":{"buildDate":"Jul 05, 2019","dependencies":[{"name":"workflow-api","optional":false,"version":"2.30"},{"name":"workflow-step-api","optional":false,"version":"2.16"}],"developers":[{"developerId":"stevengbrown","email":"StevenGBrown@gmail.com","name":"Steven Brown"},{"developerId":"jglick","name":"Jesse Glick"}],"excerpt":"Adds timestamps to the Console Output","gav":"org.jenkins-ci.plugins:timestamper:1.10","labels":["buildwrapper"],"name":"timestamper","previousTimestamp":"2019-02-07T20:31:01.00Z","previousVersion":"1.9","releaseTimestamp":"2019-07-05T20:09:17.00Z","requiredCore":"2.150.3","scm":"https://github.com/jenkinsci/timestamper-plugin","sha1":"luG3KoBU52J0Cz1co0DSk3SFBvc=","sha256":"HbvqRixXI0YrazCBqphKaC4G4+Bs4sI1cLRPr3b6+BQ=","title":"Timestamper","url":"http://updates.jenkins-ci.org/download/plugins/timestamper/1.10/timestamper.hpi","version":"1.10","wiki":"https://plugins.jenkins.io/timestamper"},"tinfoil-scan":{"buildDate":"Jul 09, 2019","compatibleSinceVersion":"2.0","dependencies":[{"name":"credentials","optional":false,"version":"2.1.16"}],"developers":[{"email":"engineers@tinfoilsecurity.com","name":"Tinfoil Security, Inc."}],"excerpt":"This plugin allows you to run web security tests from the cloud or on-prem using Tinfoil Security<\/a>.","gav":"com.tinfoilsecurity.plugins:tinfoil-scan:3.0","labels":["external"],"minimumJavaVersion":"1.8","name":"tinfoil-scan","previousTimestamp":"2018-07-25T23:38:53.00Z","previousVersion":"2.0","releaseTimestamp":"2019-07-09T20:33:47.00Z","requiredCore":"2.164.3","scm":"https://github.com/jenkinsci/tinfoil-security-plugin","sha1":"JBeIYdf9q+5zH4uyqWFE2TQgvD0=","sha256":"cqmgkEgZAGr3DLJQsuTRnwLQ2SZTNtf4ZMVaAIPOjTE=","title":"Tinfoil Security","url":"http://updates.jenkins-ci.org/download/plugins/tinfoil-scan/3.0/tinfoil-scan.hpi","version":"3.0","wiki":"https://plugins.jenkins.io/tinfoil-scan"},"tm4j-automation":{"buildDate":"Jun 07, 2019","dependencies":[{"name":"junit","optional":false,"version":"1.5"}],"developers":[{"email":"testmanagement@adaptavist.com","name":"Adaptavist - Test Management for Jira"}],"excerpt":"Integration with Test Management for Jira (by Adaptavist), for automatic publishing of test results.","gav":"com.adaptavist:tm4j-automation:1.3.0","labels":[],"name":"tm4j-automation","previousTimestamp":"2019-05-07T14:44:30.00Z","previousVersion":"1.2.0","releaseTimestamp":"2019-06-07T11:34:30.00Z","requiredCore":"2.73.3","scm":"https://github.com/jenkinsci/tm4j-automation-plugin","sha1":"p2b/OZk5LccnOdKgkej3vfcq3U4=","sha256":"km5V0YtY1+/lszEdS3ih9Qc0NA4vr1udvNuytfrZS6U=","title":"Test Management for Jira","url":"http://updates.jenkins-ci.org/download/plugins/tm4j-automation/1.3.0/tm4j-automation.hpi","version":"1.3.0","wiki":"https://plugins.jenkins.io/tm4j-automation"},"tmpcleaner":{"buildDate":"Oct 26, 2016","dependencies":[],"developers":[{"developerId":"kohsuke","name":"Kohsuke Kawaguchi"},{"developerId":"olamy","name":"Olivier Lamy"}],"excerpt":"Cleans garbage in java.io.tmpdir","gav":"org.jenkins-ci.plugins:tmpcleaner:1.3","labels":["misc"],"name":"tmpcleaner","previousTimestamp":"2015-06-16T21:10:03.00Z","previousVersion":"1.2","releaseTimestamp":"2016-10-26T08:17:31.00Z","requiredCore":"1.596","scm":"https://github.com/jenkinsci/tmpcleaner-plugin","sha1":"5MBgCYjlhulrLkPqhdiqzARUTPE=","sha256":"KbADjAGzq7Q3wtBZFRvaOnfjdk99SW5AJg6U5edOxQ0=","title":"java.io.tmpdir cleaner","url":"http://updates.jenkins-ci.org/download/plugins/tmpcleaner/1.3/tmpcleaner.hpi","version":"1.3","wiki":"https://plugins.jenkins.io/tmpcleaner"},"token-macro":{"buildDate":"Jun 06, 2019","dependencies":[{"name":"workflow-step-api","optional":false,"version":"2.14"},{"name":"structs","optional":false,"version":"1.14"}],"developers":[{"developerId":"kohsuke","email":"kkawaguchi@cloudbees.com","name":"Kohsuke Kawaguchi"},{"developerId":"slide_o_mix","email":"slide.o.mix@gmail.com","name":"Alex Earl"}],"excerpt":"This plug-in adds reusable macro expansion capability for other plug-ins to use.","gav":"org.jenkins-ci.plugins:token-macro:2.8","labels":[],"minimumJavaVersion":"1.8","name":"token-macro","previousTimestamp":"2019-03-07T15:33:24.00Z","previousVersion":"2.7","releaseTimestamp":"2019-06-06T17:26:57.00Z","requiredCore":"2.121.3","scm":"https://github.com/jenkinsci/token-macro-plugin","sha1":"+eKXSQtlOm8i1IPEmLPeijqaDf4=","sha256":"WwaKWNi7yRp0z/0TfqoZYC19jVzpAYzACtZ+M7fDKDw=","title":"Token Macro","url":"http://updates.jenkins-ci.org/download/plugins/token-macro/2.8/token-macro.hpi","version":"2.8","wiki":"https://plugins.jenkins.io/token-macro"},"tool-labels-plugin":{"buildDate":"Dec 15, 2014","dependencies":[],"developers":[{"developerId":"kazssym","email":"kazssym@vx68k.org","name":"Kaz Nishimura"}],"excerpt":"This plugin allows users to add labels dynamically to every node with a specific tool installation so that a job can restrict the nodes where it runs by their tool locations.","gav":"org.jenkins-ci.plugins:tool-labels-plugin:3.0","labels":["misc"],"name":"tool-labels-plugin","previousTimestamp":"2014-12-03T08:42:03.00Z","previousVersion":"2.1","releaseTimestamp":"2014-12-15T00:37:29.00Z","requiredCore":"1.532","sha1":"DNi6ntDkZRxudHu5VxmonAWfT50=","sha256":"Fk1N5MzIjvILZN5YLpOdXAyvia9XjQy4fDKKvJoB2Vk=","title":"Tool Labels","url":"http://updates.jenkins-ci.org/download/plugins/tool-labels-plugin/3.0/tool-labels-plugin.hpi","version":"3.0","wiki":"https://plugins.jenkins.io/tool-labels-plugin"},"toolenv":{"buildDate":"Mar 27, 2013","dependencies":[],"developers":[{"developerId":"jglick","email":"jglick@cloudbees.com","name":"Jesse Glick"}],"excerpt":"Lets you use "tools" in unusual ways, such as from shell scripts.","gav":"org.jenkins-ci.plugins:toolenv:1.1","labels":["buildwrapper"],"name":"toolenv","releaseTimestamp":"2013-03-27T12:22:41.00Z","requiredCore":"1.466","scm":"https://github.com/jenkinsci/toolenv-plugin","sha1":"qjagVDcPzo60edN4UZTL6plLvss=","sha256":"zRlzPe4frzW653o/WIgs9XDBQtQnKPtPd0BdsdF5M+E=","title":"Tool Environment","url":"http://updates.jenkins-ci.org/download/plugins/toolenv/1.1/toolenv.hpi","version":"1.1","wiki":"https://plugins.jenkins.io/toolenv"},"trac":{"buildDate":"Feb 08, 2012","dependencies":[{"name":"git","optional":true,"version":"1.1.14"},{"name":"subversion","optional":false,"version":"1.3"}],"developers":[{"developerId":"kohsuke","email":"kk@kohsuke.org","name":"Kohsuke Kawaguchi"},{"developerId":"bradfritz","name":"Brad Fritz"},{"developerId":"pgweiss","name":"Paul Weiss"},{"developerId":"jieryn","email":"jieryn@gmail.com","name":"Jesse Farinacci"},{"developerId":"gerd_zanker","email":"gerd.zanker@googlemail.com","name":"Gerd Zanker"}],"excerpt":"This plugin integrates Edgewall Trac<\/a> to Hudson.","gav":"org.jenkins-ci.plugins:trac:1.13","labels":["external"],"name":"trac","previousTimestamp":"2011-11-04T16:10:50.00Z","previousVersion":"1.12","releaseTimestamp":"2012-02-08T19:56:19.00Z","requiredCore":"1.409","scm":"https://github.com/jenkinsci/trac-plugin","sha1":"z8tyrD9yYpCGZ0TEnoNgYNGax40=","sha256":"rE8cL5hEkxOhohgBwqHIQSsdGLw+tXZ+mLSNaMbfTKY=","title":"Edgewall Trac","url":"http://updates.jenkins-ci.org/download/plugins/trac/1.13/trac.hpi","version":"1.13","wiki":"https://plugins.jenkins.io/trac"},"trac-publisher-plugin":{"buildDate":"Aug 11, 2012","dependencies":[],"developers":[{"developerId":"batkinson","email":"brent.atkinson@gmail.com","name":"Brent Atkinson"}],"excerpt":"Publishes successful builds to Trac based on tickets referenced in commit messages.","gav":"org.jenkins-ci.plugins:trac-publisher-plugin:1.3","labels":["external"],"name":"trac-publisher-plugin","previousTimestamp":"2011-12-04T19:49:54.00Z","previousVersion":"1.2","releaseTimestamp":"2012-08-11T19:26:06.00Z","requiredCore":"1.424","scm":"https://github.com/jenkinsci/trac-publisher-plugin","sha1":"NfLwrghh5zE+e7pEeU7oiPbsAsU=","sha256":"1NpWiKusUqmsCBvB8lyTsuslF6Dw2tYNkwVjplpN7cU=","title":"Trac Publisher","url":"http://updates.jenkins-ci.org/download/plugins/trac-publisher-plugin/1.3/trac-publisher-plugin.hpi","version":"1.3","wiki":"https://plugins.jenkins.io/trac-publisher-plugin"},"tracking-git":{"buildDate":"Feb 18, 2014","dependencies":[{"name":"git","optional":false,"version":"2.0.1"}],"developers":[{"developerId":"daldinger","name":"Dean Aldinger"}],"excerpt":"","gav":"org.jenkins-ci.plugins:tracking-git:1.0","labels":["scm-related"],"name":"tracking-git","releaseTimestamp":"2014-02-18T21:51:10.00Z","requiredCore":"1.509.1","scm":"https://github.com/jenkinsci/tracking-git-plugin","sha1":"wWRhrOKu+sjTTsB3ZF2f0mp+WNg=","sha256":"UTyWL1jnKR8+Y2ToFXdL/x2ScnZeecEd6XIQJ9LqtaA=","title":"Tracking Git","url":"http://updates.jenkins-ci.org/download/plugins/tracking-git/1.0/tracking-git.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/tracking-git"},"tracking-svn":{"buildDate":"Jan 04, 2011","dependencies":[{"name":"subversion","optional":false,"version":"1.17"}],"developers":[{"developerId":"huybrechts","name":"Tom Huybrechts"}],"excerpt":"","gav":"org.jvnet.hudson.plugins:tracking-svn:1.1","labels":["scm-related"],"name":"tracking-svn","releaseTimestamp":"2011-01-04T02:40:11.00Z","requiredCore":"1.357","scm":"https://github.com/jenkinsci/tracking-svn-plugin","sha1":"8iLbn7AAHUQil0wS4BUjG4160lU=","sha256":"l8JETOZGkTvWoe1VuNUkt3VlomXZZn7OgQH3PdkMl0c=","title":"Tracking SVN","url":"http://updates.jenkins-ci.org/download/plugins/tracking-svn/1.1/tracking-svn.hpi","version":"1.1","wiki":"https://plugins.jenkins.io/tracking-svn"},"transifex":{"buildDate":"Nov 05, 2013","dependencies":[],"developers":[{"developerId":"hakan","email":"hakan@gurkensalat.com","name":"Hakan"}],"excerpt":"","gav":"com.gurkensalat.jenkins-ci.plugins:transifex:0.1.0","labels":["misc","external"],"name":"transifex","releaseTimestamp":"2013-11-05T14:37:49.00Z","requiredCore":"1.509.3","scm":"https://github.com/jenkinsci/transifex-plugin","sha1":"S0HDveKe5Gg4BRr747R1qVPtnv8=","sha256":"b8wOaX9AOtszShIwRzfM6A4hxD8SOVPwCX1Jnu36CR0=","title":"transifex","url":"http://updates.jenkins-ci.org/download/plugins/transifex/0.1.0/transifex.hpi","version":"0.1.0","wiki":"https://plugins.jenkins.io/transifex"},"translation":{"buildDate":"Jan 15, 2018","dependencies":[],"developers":[{"developerId":"Wadeck"}],"excerpt":"","gav":"org.jenkins-ci.plugins:translation:1.16","labels":["ui"],"name":"translation","previousTimestamp":"2016-06-21T09:46:32.00Z","previousVersion":"1.15","releaseTimestamp":"2018-01-15T11:08:54.00Z","requiredCore":"1.580","scm":"https://github.com/jenkinsci/translation-plugin","sha1":"3iASwWHvE8y8xJvBxjbTf/tyfUo=","sha256":"R90xHF9nOX8+Bav7GoJRRAUQHEacTE6UtBzSF4tdEI0=","title":"Translation Assistance","url":"http://updates.jenkins-ci.org/download/plugins/translation/1.16/translation.hpi","version":"1.16","wiki":"https://plugins.jenkins.io/translation"},"travis-yml":{"buildDate":"Nov 13, 2016","dependencies":[{"name":"ruby-runtime","optional":false,"version":"0.10"},{"name":"git","optional":false,"version":"1.1.11"}],"developers":[{"developerId":"alvarojosepl"}],"excerpt":"Run Jenkins builds using .travis.yml in your project","gav":"org.jenkins-ci.ruby-plugins:travis-yml:0.2.2","labels":["builder"],"name":"travis-yml","previousTimestamp":"2016-10-23T11:07:12.00Z","previousVersion":"0.2.1","releaseTimestamp":"2016-11-13T21:48:49.00Z","requiredCore":"1.432","scm":"https://github.com/jenkinsci/travis-yml-plugin","sha1":"P7YH8SOgEFuv4Xf/XMICMk0Wcnc=","sha256":"ABzz30qPNOf5+wYIW7HeaqkmFAE/d+pjd3gOhAGmZZk=","title":"Travis YML","url":"http://updates.jenkins-ci.org/download/plugins/travis-yml/0.2.2/travis-yml.hpi","version":"0.2.2","wiki":"https://plugins.jenkins.io/travis-yml"},"tricentis-ci":{"buildDate":"Aug 13, 2019","dependencies":[{"name":"workflow-api","optional":false,"version":"2.22"},{"name":"junit","optional":false,"version":"1.23"}],"developers":[{"developerId":"tricentis","name":"Tricentis"}],"excerpt":"Tricentis Continuous Integration plugin integrates Jenkins with Tricentis Tosca CI and allows users execute Tricentis Tosca tests via Jenkins.","gav":"io.jenkins.plugins:tricentis-ci:1.3","labels":[],"name":"tricentis-ci","previousTimestamp":"2018-11-13T18:30:51.00Z","previousVersion":"1.2","releaseTimestamp":"2019-08-13T10:50:06.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/tricentis-ci-plugin","sha1":"UyyEhoD19EL8hUePpNRPGte7ybk=","sha256":"NK5yXy+KUCix+eP1EEI0By9zBYKhBpnR9pzf4zYFfqI=","title":"Tricentis Continuous Integration","url":"http://updates.jenkins-ci.org/download/plugins/tricentis-ci/1.3/tricentis-ci.hpi","version":"1.3","wiki":"https://plugins.jenkins.io/tricentis-ci"},"trilead-api":{"buildDate":"Mar 31, 2019","dependencies":[],"developers":[{"developerId":"mc1arke","email":"michael.m.clarke@gmail.com","name":"Michael Clarke"},{"developerId":"kuisathaverat","email":"kuisathaverat@gmail.com","name":"Ivan Fernandez"}],"excerpt":"This plugin provides access to Trilead without having to bundle Trilead in Jenkins core","gav":"org.jenkins-ci.plugins:trilead-api:1.0.3","labels":[],"name":"trilead-api","previousTimestamp":"2018-11-18T13:16:51.00Z","previousVersion":"1.0.1","releaseTimestamp":"2019-03-31T12:05:47.00Z","requiredCore":"2.150.1","scm":"https://github.com/jenkinsci/trilead-api-plugin","sha1":"rwCxy2mzjry5vMtLfcgAg99bQYw=","sha256":"3sKiSjPeS1ZGFcmZZU5E5xoj/XmnXGU9m1U80stJSoU=","title":"Trilead API","url":"http://updates.jenkins-ci.org/download/plugins/trilead-api/1.0.3/trilead-api.hpi","version":"1.0.3","wiki":"https://plugins.jenkins.io/trilead-api"},"tuleap-git-branch-source":{"buildDate":"Jun 14, 2019","dependencies":[],"developers":[{"developerId":"mvacelet"}],"excerpt":"Integration with Tuleap<\/a> git repositories and Jenkins for auto discovery of repositories, branches and tags.","gav":"org.jenkins-ci.plugins:tuleap-git-branch-source:1.0.5","labels":[],"name":"tuleap-git-branch-source","previousTimestamp":"2019-05-03T13:56:01.00Z","previousVersion":"1.0.4","releaseTimestamp":"2019-06-14T15:02:02.00Z","requiredCore":"1.398","scm":"https://github.com/jenkinsci/tuleap-git-branch-source-plugin","sha1":"29drNEPYw/nfsO7/UInA4FPc+Eg=","sha256":"nMta4bJqSoy/fAalcTXjizVevR1VxF7b/x4CdnyI220=","title":"Tuleap Git Branch Source","url":"http://updates.jenkins-ci.org/download/plugins/tuleap-git-branch-source/1.0.5/tuleap-git-branch-source.hpi","version":"1.0.5","wiki":"https://plugins.jenkins.io/tuleap-git-branch-source"},"tuxdroid":{"buildDate":"Nov 04, 2011","dependencies":[],"developers":[{"developerId":"taillant","name":"Jean-Marc Taillant"},{"developerId":"jieryn","email":"jieryn@gmail.com","name":"Jesse Farinacci"}],"excerpt":"This plugin will connect Hudson to your TuxDroid.
Visit the Official TuxDroid Page
kysoh.com <\/a>","gav":"org.jvnet.hudson.plugins:tuxdroid:1.7","labels":["notifier"],"name":"tuxdroid","releaseTimestamp":"2011-11-04T14:11:32.00Z","requiredCore":"1.392","scm":"https://github.com/jenkinsci/tuxdroid-plugin","sha1":"G3Nk2Swa7PIHuHiTBP5ttfEfTDA=","sha256":"hrvxriyCCRGznccYRGfAGEhlkEXKa40/rplxO5zsNPE=","title":"TuxDroid","url":"http://updates.jenkins-ci.org/download/plugins/tuxdroid/1.7/tuxdroid.hpi","version":"1.7","wiki":"https://plugins.jenkins.io/tuxdroid"},"twitter":{"buildDate":"Jun 19, 2013","dependencies":[],"developers":[{"developerId":"mikesir87","email":"mikesir87@gmail.com","name":"Michael Irwin"}],"excerpt":"This plugin is a Twitter Plugin.","gav":"org.jenkins-ci.plugins:twitter:0.7","labels":["notifier"],"name":"twitter","releaseTimestamp":"2013-06-19T12:09:49.00Z","requiredCore":"1.445","scm":"https://github.com/jenkinsci/twitter-plugin","sha1":"ttreo92QdIL/UYixYZIloTRBhxQ=","sha256":"fCExwksDgbX/niD4P3Xo/z3/Tnifs02bROhdvOh8af4=","title":"Twitter","url":"http://updates.jenkins-ci.org/download/plugins/twitter/0.7/twitter.hpi","version":"0.7","wiki":"https://plugins.jenkins.io/twitter"},"typetalk":{"buildDate":"Dec 29, 2017","dependencies":[{"name":"workflow-step-api","optional":false,"version":"2.0"},{"name":"workflow-job","optional":false,"version":"2.0"}],"developers":[{"developerId":"ikikko","email":"ikikko+github@gmail.com","name":"Tomonari Nakamura"},{"developerId":"baba","name":"Yasuyuki Baba"}],"excerpt":"This plugin notifies to Nulab's chat service 'Typetalk<\/a>'.","gav":"org.jenkins-ci.plugins:typetalk:1.3.0","labels":["notifier","buildwrapper"],"name":"typetalk","previousTimestamp":"2017-05-13T17:27:54.00Z","previousVersion":"1.2.0","releaseTimestamp":"2017-12-29T08:32:41.00Z","requiredCore":"1.651.2","scm":"https://github.com/jenkinsci/typetalk-plugin","sha1":"fKN+PJszPdbv00miNy+jfib3aDg=","sha256":"2Ekk/9DTUerqzHQMOL3LvGZRvBWuz92cEtQbXY9hP0k=","title":"Typetalk","url":"http://updates.jenkins-ci.org/download/plugins/typetalk/1.3.0/typetalk.hpi","version":"1.3.0","wiki":"https://plugins.jenkins.io/typetalk"},"ui-samples-plugin":{"buildDate":"Oct 04, 2013","dependencies":[],"developers":[{"developerId":"jglick"}],"excerpt":"Demonstration of UI controls available in Jenkins based on Stapler, Jelly, Groovy, etc.","gav":"org.jenkins-ci.main:ui-samples-plugin:2.0","labels":["misc"],"name":"ui-samples-plugin","previousTimestamp":"2013-10-07T15:01:39.00Z","previousVersion":"1.534","releaseTimestamp":"2013-10-04T21:30:04.00Z","requiredCore":"1.533","scm":"https://github.com/jenkinsci/ui-samples-plugin","sha1":"Ov+uBjiO67v9oiuPionLH9g3lNM=","sha256":"MXaxKOtmKCW60WTLV3LYc/kl9v22/pgYIRdpMNiQtDA=","title":"UI sample","url":"http://updates.jenkins-ci.org/download/plugins/ui-samples-plugin/2.0/ui-samples-plugin.hpi","version":"2.0","wiki":"https://plugins.jenkins.io/ui-samples-plugin"},"ui-test-capture":{"buildDate":"Feb 24, 2016","compatibleSinceVersion":"1.29","dependencies":[{"name":"jquery","optional":false,"version":"1.11.2-0"}],"developers":[{"developerId":"vbathke","email":"contato@victorbathke.eti.br","name":"Victor Bathke"}],"excerpt":"Display screenshots and stacktraces while your UI Test Suit builds.","gav":"org.jenkins-ci.plugins:ui-test-capture:1.0.43","labels":["report"],"name":"ui-test-capture","previousTimestamp":"2016-02-24T01:28:32.00Z","previousVersion":"1.0.42","releaseTimestamp":"2016-02-24T02:39:16.00Z","requiredCore":"1.599","scm":"https://github.com/jenkinsci/ui-test-capture-plugin","sha1":"iQzZpPYo+zcduVPlAFKJjiuksas=","sha256":"pfYkQfWX/WLtkMCQPggzzNqMbXWV8C4DXH1Fi9iRO3c=","title":"UI Test Capture","url":"http://updates.jenkins-ci.org/download/plugins/ui-test-capture/1.0.43/ui-test-capture.hpi","version":"1.0.43","wiki":"https://plugins.jenkins.io/ui-test-capture"},"uipath-automation-package":{"buildDate":"Aug 21, 2019","dependencies":[{"name":"credentials","optional":false,"version":"2.1.10"}],"developers":[{"developerId":"rajeevuipath","email":"rajeev.ranjan@uipath.com","name":"Rajeev Ranjan"}],"excerpt":"This plugin allows you to build and deploy UiPath automation processes.","gav":"org.jenkins-ci.plugins:uipath-automation-package:1.0.3","labels":[],"name":"uipath-automation-package","previousTimestamp":"2019-05-17T09:46:43.00Z","previousVersion":"1.0.1","releaseTimestamp":"2019-08-21T15:02:45.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/uipath-automation-package-plugin","sha1":"fQpbrdo79+ChiXolWtFb7vNkaD4=","sha256":"cXQfqWZovwlcnRRFL3dvYOAX0N1FKm4Dmy/EVvpctrw=","title":"UiPath","url":"http://updates.jenkins-ci.org/download/plugins/uipath-automation-package/1.0.3/uipath-automation-package.hpi","version":"1.0.3","wiki":"https://plugins.jenkins.io/uipath-automation-package"},"unicorn":{"buildDate":"Aug 07, 2011","dependencies":[],"developers":[{"developerId":"nej","email":"jernejz@gmail.com","name":"Jernej Zorec"}],"excerpt":"This plugin uses W3C's Unified Validator, which helps improve the quality of Web pages by performing a variety of checks.","gav":"si.nej.hudson.plugins:unicorn:0.1.1","labels":["builder"],"name":"unicorn","previousTimestamp":"2011-02-13T22:32:32.00Z","previousVersion":"0.1.0","releaseTimestamp":"2011-08-07T23:12:16.00Z","requiredCore":"1.377","scm":"https://github.com/jenkinsci/unicorn-plugin","sha1":"CRsQG3baoeQSvbxfxLbWOXvK9ZA=","sha256":"NZIk1DgK75xyQNDjB3mMSKDLgUsktwrhLxupy5xlcXQ=","title":"Unicorn Validation","url":"http://updates.jenkins-ci.org/download/plugins/unicorn/0.1.1/unicorn.hpi","version":"0.1.1","wiki":"https://plugins.jenkins.io/unicorn"},"unique-id":{"buildDate":"Mar 08, 2019","compatibleSinceVersion":"2.0","dependencies":[{"name":"cloudbees-folder","optional":true,"version":"5.0"}],"developers":[{"developerId":"Oleg"}],"excerpt":"A plugin for creating unique id's for Jenkins projects, builds and folders. Only intended to be used by other plugins for reporting Jenkins data to external systems.","gav":"org.jenkins-ci.plugins:unique-id:2.2.0","labels":[],"minimumJavaVersion":"1.8","name":"unique-id","previousTimestamp":"2016-08-30T16:25:34.00Z","previousVersion":"2.1.3","releaseTimestamp":"2019-03-08T10:58:41.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/unique-id-plugin","sha1":"4O+NTdOJqYqIQP6lm5BSXU3wwY0=","sha256":"xeRkoSr8lRM+ze0xG0aMzCB5S7G1dBw3I0CLYJs66s4=","title":"Unique ID Library","url":"http://updates.jenkins-ci.org/download/plugins/unique-id/2.2.0/unique-id.hpi","version":"2.2.0","wiki":"https://plugins.jenkins.io/unique-id"},"unity3d-plugin":{"buildDate":"Sep 11, 2015","dependencies":[],"developers":[{"developerId":"lacostej","email":"jerome.lacoste@gmail.com","name":"Jerome Lacoste"}],"excerpt":"This plugin can run Unity 3d<\/a> Editor builds.","gav":"org.jenkins-ci.plugins:unity3d-plugin:1.3","labels":["builder"],"name":"unity3d-plugin","previousTimestamp":"2015-09-10T21:37:19.00Z","previousVersion":"1.2","releaseTimestamp":"2015-09-11T14:16:32.00Z","requiredCore":"1.436","scm":"https://github.com/jenkinsci/unity3d-plugin","sha1":"O2i3/m57MQFZ0WTkiq+Vs+nY6CI=","sha256":"7rM9pIeGkFACEAOTSiRbidcgaVbnfUguxHLB9qUmYgE=","title":"Unity3d","url":"http://updates.jenkins-ci.org/download/plugins/unity3d-plugin/1.3/unity3d-plugin.hpi","version":"1.3","wiki":"https://plugins.jenkins.io/unity3d-plugin"},"unleash":{"buildDate":"May 11, 2017","dependencies":[{"name":"credentials","optional":false,"version":"2.1.4"},{"name":"ssh-credentials","optional":false,"version":"1.12"},{"name":"maven-plugin","optional":false,"version":"2.9"}],"developers":[{"developerId":"shillner","name":"Stanley Hillner"}],"excerpt":"Provides Maven release functionality using the Unleash Maven Plugin.","gav":"com.itemis.jenkins.plugins:unleash:2.3.0","labels":["buildwrapper","maven","listview-column","trigger"],"name":"unleash","previousTimestamp":"2017-04-26T13:08:53.00Z","previousVersion":"2.2.1","releaseTimestamp":"2017-05-11T21:18:02.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/unleash-plugin","sha1":"OmnnL8IXBvTb489nHNj/WKe988Y=","sha256":"HXEQhM3GWzrGvizrrQFpR4Gn13fKhfcu0iQbN3QQKro=","title":"Unleash Maven","url":"http://updates.jenkins-ci.org/download/plugins/unleash/2.3.0/unleash.hpi","version":"2.3.0","wiki":"https://plugins.jenkins.io/unleash"},"uno-choice":{"buildDate":"Jan 01, 2018","compatibleSinceVersion":"2.0","dependencies":[{"name":"antisamy-markup-formatter","optional":false,"version":"1.5"},{"name":"script-security","optional":false,"version":"1.31"},{"name":"scriptler","optional":true,"version":"2.9"}],"developers":[{"developerId":"kinow","name":"Bruno P. Kinoshita"},{"developerId":"imoutsatsos","name":"Ioannis K. Moutsatsos"}],"excerpt":"This plug-in provides additional parameter types for jobs, that allow you to cascade changes and render images or other HTML elements instead of the traditional parameter.","gav":"org.biouno:uno-choice:2.1","labels":["parameter"],"name":"uno-choice","previousTimestamp":"2017-10-19T14:05:12.00Z","previousVersion":"2.0","releaseTimestamp":"2018-01-01T07:52:16.00Z","requiredCore":"2.46.3","scm":"https://github.com/jenkinsci/active-choices-plugin","sha1":"04mJycVxnVeSy0Dongg02dOeYFY=","sha256":"D1QMwFVgldZvrhXqO9iZp8OvQfWfI1VZelqLDVh1mBI=","title":"Active Choices","url":"http://updates.jenkins-ci.org/download/plugins/uno-choice/2.1/uno-choice.hpi","version":"2.1","wiki":"https://plugins.jenkins.io/uno-choice"},"unreliable-slave-plugin":{"buildDate":"Aug 22, 2014","dependencies":[],"developers":[{"developerId":"lvotypko","name":"Lucie Votypkova"}],"excerpt":"This plugin is a sample to explain how to write a Jenkins plugin.","gav":"jenkinsci:unreliable-slave-plugin:1.2","labels":[],"name":"unreliable-slave-plugin","previousTimestamp":"2013-02-28T11:43:02.00Z","previousVersion":"1.1","releaseTimestamp":"2014-08-22T07:46:07.00Z","requiredCore":"1.447","scm":"https://github.com/jenkinsci/unreliable-slave-plugin","sha1":"WSTdCIcVtafbEYDGo407sYxrmSc=","sha256":"JDKxqhzXP2Zb8SrGGKH5kJBl6rpDNq7oe4Vu9XdeKJM=","title":"unreliable-slave-plugin","url":"http://updates.jenkins-ci.org/download/plugins/unreliable-slave-plugin/1.2/unreliable-slave-plugin.hpi","version":"1.2","wiki":"https://plugins.jenkins.io/unreliable-slave-plugin"},"update-sites-manager":{"buildDate":"Feb 28, 2016","compatibleSinceVersion":"2.0.0","dependencies":[],"developers":[{"developerId":"ikedam","name":"IKEDA Yasuyuki"}],"excerpt":"This plugin is to manage update sites, where Jenkins accesses in order to retrieve plugins.","gav":"jp.ikedam.jenkins.plugins:update-sites-manager:2.0.0","labels":["ui"],"name":"update-sites-manager","previousTimestamp":"2013-07-28T02:40:21.00Z","previousVersion":"1.0.1","releaseTimestamp":"2016-02-28T02:37:49.00Z","requiredCore":"1.609","scm":"https://github.com/jenkinsci/update-sites-manager-plugin","sha1":"Ul8g/ZdEK//z3Z2Uu8tFTkeR81c=","sha256":"lOcQX+SlUqyZkbsCNEohmlgvic6sNMFQ6laNDE524gA=","title":"UpdateSites Manager","url":"http://updates.jenkins-ci.org/download/plugins/update-sites-manager/2.0.0/update-sites-manager.hpi","version":"2.0.0","wiki":"https://plugins.jenkins.io/update-sites-manager"},"updatebot":{"buildDate":"Oct 25, 2017","dependencies":[{"name":"workflow-multibranch","optional":false,"version":"2.16"},{"name":"workflow-step-api","optional":false,"version":"2.12"},{"name":"ansicolor","optional":false,"version":"0.5.2"},{"name":"credentials","optional":false,"version":"2.1.14"},{"name":"display-url-api","optional":false,"version":"2.0"},{"name":"git","optional":false,"version":"3.6.0"},{"name":"github-branch-source","optional":false,"version":"2.2.3"},{"name":"scm-api","optional":false,"version":"2.2.0"},{"name":"script-security","optional":false,"version":"1.31"},{"name":"structs","optional":false,"version":"1.10"},{"name":"token-macro","optional":false,"version":"2.1"}],"developers":[{"developerId":"geeks","name":"Fabric8 Development Team"}],"excerpt":"Applies updatebot as part of a Jenkins pipeline","gav":"org.jenkins-ci.plugins:updatebot:1.0.10","labels":[],"name":"updatebot","previousTimestamp":"2017-10-18T12:47:37.00Z","previousVersion":"1.0.9","releaseTimestamp":"2017-10-25T12:24:12.00Z","requiredCore":"2.69","scm":"https://github.com/jenkinsci/updatebot-plugin","sha1":"5gn+enP81CEsk7/VfjgKCtIfUhw=","sha256":"zYDPZlp6t8UEvm3P4rv5YUl2s2DQP0Og8zPPf8LmfIw=","title":"Updatebot","url":"http://updates.jenkins-ci.org/download/plugins/updatebot/1.0.10/updatebot.hpi","version":"1.0.10","wiki":"https://plugins.jenkins.io/updatebot"},"upload-pgyer":{"buildDate":"Aug 30, 2019","dependencies":[{"name":"structs","optional":false,"version":"1.10"}],"developers":[{"developerId":"myroid","email":"myroid@foxmail.com","name":"fan yang"}],"excerpt":"This plug-in upload the apk/ipa file to pgyer","gav":"ren.helloworld:upload-pgyer:1.32","labels":[],"name":"upload-pgyer","previousTimestamp":"2018-05-07T05:34:51.00Z","previousVersion":"1.31","releaseTimestamp":"2019-08-30T17:23:38.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/upload-pgyer-plugin","sha1":"QVWGAySZ4Ok7HwEAWzn4EVZlqTE=","sha256":"CX+RsGSB3EFGr/OVvvXZbWmNs6LNGHXUMtiISKo3daU=","title":"Upload to pgyer","url":"http://updates.jenkins-ci.org/download/plugins/upload-pgyer/1.32/upload-pgyer.hpi","version":"1.32","wiki":"https://plugins.jenkins.io/upload-pgyer"},"upstream-downstream-view":{"buildDate":"Jun 18, 2015","dependencies":[],"developers":[{"developerId":"lvotypko","email":"lvotypko@redhat.com","name":"Lucie Votypkova"}],"excerpt":"Column showing the the Upstream Downstream that can be shown for a particular job.","gav":"org.jenkins-ci.plugins:upstream-downstream-view:1.006","labels":[],"name":"upstream-downstream-view","previousTimestamp":"2014-12-06T10:09:36.00Z","previousVersion":"1.005","releaseTimestamp":"2015-06-18T18:04:01.00Z","requiredCore":"1.517","scm":"https://github.com/jenkinsci/upstream-downstream-view-plugin","sha1":"Yr5im7JJG8N+wD7Lupf4Gq1ajDY=","sha256":"0qgGEduVhYSIobEtHD31q5gbHePsRPXRb/qPvbj9b6g=","title":"Upstream Downstream Column","url":"http://updates.jenkins-ci.org/download/plugins/upstream-downstream-view/1.006/upstream-downstream-view.hpi","version":"1.006","wiki":"https://plugins.jenkins.io/upstream-downstream-view"},"uptime":{"buildDate":"Feb 03, 2013","dependencies":[],"developers":[{"developerId":"chrismair","name":"Chris Mair"}],"excerpt":"Column showing the percentage of time that the job has been building successfully.","gav":"org.jenkins-ci.plugins:uptime:1.0","labels":["listview-column"],"name":"uptime","releaseTimestamp":"2013-02-03T20:54:56.00Z","requiredCore":"1.424","scm":"https://github.com/jenkinsci/uptime-plugin","sha1":"XhfGbJQaXVSHXBJz9uwA1TzID18=","sha256":"OG1OcpAiWkOe5gGwq7R4kMfPwQix2Pq4h3BLJeJ72NE=","title":"Uptime","url":"http://updates.jenkins-ci.org/download/plugins/uptime/1.0/uptime.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/uptime"},"urbancode-velocity":{"buildDate":"Jul 19, 2019","dependencies":[{"name":"cloudbees-folder","optional":false,"version":"6.0.0"},{"name":"workflow-step-api","optional":false,"version":"1.14"},{"name":"git","optional":false,"version":"3.6.0"},{"name":"workflow-job","optional":false,"version":"2.11.2"},{"name":"unique-id","optional":false,"version":"2.1.3"},{"name":"workflow-api","optional":false,"version":"2.22"},{"name":"ibm-cloud-devops","optional":true,"version":"1.1.18"},{"name":"credentials","optional":false,"version":"2.1.1"}],"developers":[{"developerId":"aberkIBM","email":"aberkeb1@us.ibm.com","name":"Andy Berkebile"}],"excerpt":"IBM® Cloud DevOps aggregates and provides visualizations of the indications of a continuous delivery project’s health. Use its built-in dashboards and data reporting services to learn where you most need to improve your build, test, and delivery processes. You can also define test coverage policies to prevent bad code from being promoted to critical environments.","gav":"com.ibm.devops:urbancode-velocity:2.0.5","labels":[],"name":"urbancode-velocity","previousTimestamp":"2019-05-01T14:41:35.00Z","previousVersion":"2.0.4","releaseTimestamp":"2019-07-19T18:38:33.00Z","requiredCore":"2.7.1","scm":"https://github.com/jenkinsci/urbancode-velocity-plugin","sha1":"cQEunzzWTbDuC2ZR7KuY62wPYb4=","sha256":"KH5peMowny+uVnVu/71DfXJUoK+Q/2e4bNpqrqFmF8w=","title":"UrbanCode Velocity","url":"http://updates.jenkins-ci.org/download/plugins/urbancode-velocity/2.0.5/urbancode-velocity.hpi","version":"2.0.5","wiki":"https://plugins.jenkins.io/urbancode-velocity"},"url-auth":{"buildDate":"Jan 12, 2013","dependencies":[],"developers":[{"developerId":"kelton5020","email":"its.the.doc@gmail.com","name":"Kelly Elton"}],"excerpt":"This plugin adds authentication using URL's.","gav":"org.jenkins-ci.plugins:url-auth:1.0.1","labels":[],"name":"url-auth","releaseTimestamp":"2013-01-12T07:31:33.00Z","requiredCore":"1.466","sha1":"kBuXxVxQLO9lxUxg6omUm5Qw5Zw=","sha256":"Z6R6NoOB434ofBbl0RZjXSF9ZtUGpCTGOv65HAMARdc=","title":"Url Auth","url":"http://updates.jenkins-ci.org/download/plugins/url-auth/1.0.1/url-auth.hpi","version":"1.0.1","wiki":"https://plugins.jenkins.io/url-auth"},"url-auth-sso":{"buildDate":"Jun 10, 2016","dependencies":[{"name":"mailer","optional":false,"version":"1.17"}],"developers":[{"developerId":"pgmann","email":"pgmann@pgmann.cf","name":"pgmann"}],"excerpt":"Allows users to be logged in to Jenkins automatically when they are logged into another site.","gav":"cf.pgmann.plugins:url-auth-sso:1.0","labels":["user"],"name":"url-auth-sso","releaseTimestamp":"2016-06-10T14:49:09.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/url-auth-sso-plugin","sha1":"WSBnrHrhCOm2fay/Ng7OWAE9jps=","sha256":"85gsJA6ZGCVfF76zn2yQyLwLVJHwJIVZgohLrwsfzVo=","title":"URL Auth","url":"http://updates.jenkins-ci.org/download/plugins/url-auth-sso/1.0/url-auth-sso.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/url-auth-sso"},"urltrigger":{"buildDate":"Jan 24, 2019","dependencies":[{"name":"matrix-project","optional":false,"version":"1.3"}],"developers":[{"developerId":"gbois","name":"Gregory Boissinot"}],"excerpt":"This plugin makes it possible to poll changes of URLs.","gav":"org.jenkins-ci.plugins:urltrigger:0.45","labels":["trigger"],"name":"urltrigger","previousTimestamp":"2018-07-30T23:13:42.00Z","previousVersion":"0.44","releaseTimestamp":"2019-01-24T00:13:06.00Z","requiredCore":"1.580.1","scm":"https://github.com/jenkinsci/urltrigger-plugin","sha1":"aNbgwu/Vtb1pBVgM0veYzFACpFo=","sha256":"J0CQKykUmrqLZnv8q+EwElzqPrM2Xvrv7Z+kV2cqWFU=","title":"URLTrigger","url":"http://updates.jenkins-ci.org/download/plugins/urltrigger/0.45/urltrigger.hpi","version":"0.45","wiki":"https://plugins.jenkins.io/urltrigger"},"usemango-runner":{"buildDate":"Feb 28, 2019","dependencies":[{"name":"credentials","optional":false,"version":"2.1.16"}],"developers":[{"developerId":"ian_bisset","email":"ian.bisset@infuse.it","name":"Ian Bisset"}],"excerpt":"This plugin integrates useMango with Jenkins.","gav":"it.infuse.jenkins:usemango-runner:1.3","labels":[],"name":"usemango-runner","previousTimestamp":"2019-02-06T09:50:32.00Z","previousVersion":"1.2","releaseTimestamp":"2019-02-28T10:43:42.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/usemango-runner-plugin","sha1":"Hnv1lcOwbqxtyl5TQ5/vZ8/ATbA=","sha256":"5T5AhfXvs4CWQbZ9Y2+lgS29b9bSxgRXwAvfzVSsgVY=","title":"useMango Runner","url":"http://updates.jenkins-ci.org/download/plugins/usemango-runner/1.3/usemango-runner.hpi","version":"1.3","wiki":"https://plugins.jenkins.io/usemango-runner"},"user1st-utester":{"buildDate":"Jun 06, 2019","dependencies":[{"name":"authentication-tokens","optional":false,"version":"1.3"},{"name":"credentials","optional":false,"version":"2.1.16"},{"name":"structs","optional":false,"version":"1.14"}],"developers":[{"developerId":"nate-kingsley","email":"nate@ddblabs.com","name":"Nate Kingsley"}],"excerpt":"This plugin is used to invoke the User1st utester stateless api and display the io.jenkins.plugins.user1st.utester.results.","gav":"io.jenkins.plugins:user1st-utester:1.1","labels":[],"name":"user1st-utester","previousTimestamp":"2019-03-08T11:53:35.00Z","previousVersion":"1.0","releaseTimestamp":"2019-06-06T21:26:37.00Z","requiredCore":"2.107.3","scm":"https://github.com/jenkinsci/user1st-utester-plugin","sha1":"Bsa1PRAPXgyZ4/525udqKzFjj2M=","sha256":"+5oqujWkxdWGd2UfWD2nTr3vVskA+eo8fLwb34fw5Dk=","title":"User1st uTester","url":"http://updates.jenkins-ci.org/download/plugins/user1st-utester/1.1/user1st-utester.hpi","version":"1.1","wiki":"https://plugins.jenkins.io/user1st-utester"},"utplsql":{"buildDate":"Feb 15, 2014","dependencies":[],"developers":[{"developerId":"kusemuckl","email":"nils@kusemuckl.de","name":"Nils op den Winkel"}],"excerpt":"This plugin transform the output of utPLSQL to something, that hudson can use as a testreport","gav":"org.jenkins-ci.plugins:utplsql:0.6.1","labels":["report"],"name":"utplsql","previousTimestamp":"2013-07-07T17:29:49.00Z","previousVersion":"0.5","releaseTimestamp":"2014-02-15T20:09:56.00Z","requiredCore":"1.454","scm":"https://github.com/jenkinsci/utplsql-plugin","sha1":"LR64oir++Erz+dQQFCEr9PH4P8c=","sha256":"gob6FfD+53KbRKNBDQN2ydSM1M/q3X6AnFBUnZib3yU=","title":"utPLSQL","url":"http://updates.jenkins-ci.org/download/plugins/utplsql/0.6.1/utplsql.hpi","version":"0.6.1","wiki":"https://plugins.jenkins.io/utplsql"},"vaddy-plugin":{"buildDate":"Apr 18, 2016","dependencies":[],"developers":[{"developerId":"Kanatoko","email":"vaddy-plugin@st.bitforest.jp","name":"Tadashi Satoh"}],"excerpt":"This plugin is used to call VAddy API from Jenkins.","gav":"org.jenkins-ci.plugins:vaddy-plugin:1.2.8","labels":["external","notifier"],"name":"vaddy-plugin","previousTimestamp":"2016-04-17T12:45:55.00Z","previousVersion":"1.2.7","releaseTimestamp":"2016-04-18T12:48:43.00Z","requiredCore":"1.532.3","scm":"https://github.com/jenkinsci/vaddy-plugin","sha1":"ZRZLKii/QksG/g18LQgBoHHiApg=","sha256":"kjR49j6oj2+hGnWb+PLyr4panpuqa6ai52FFfMQRY8o=","title":"VAddy","url":"http://updates.jenkins-ci.org/download/plugins/vaddy-plugin/1.2.8/vaddy-plugin.hpi","version":"1.2.8","wiki":"https://plugins.jenkins.io/vaddy-plugin"},"vagrant":{"buildDate":"Aug 24, 2016","compatibleSinceVersion":"1.0.0","dependencies":[],"developers":[{"developerId":"ShimiTaNaka","email":"elad.shmitanka@gmail.com","name":"Elad Shmitanka"}],"excerpt":"This plugin allows adding build steps to run vagrant commands on the remote slave","gav":"org.jenkins-ci.plugins:vagrant:1.0.2","labels":[],"name":"vagrant","previousTimestamp":"2014-11-04T09:07:26.00Z","previousVersion":"1.0.1","releaseTimestamp":"2016-08-24T07:15:31.00Z","requiredCore":"1.532.3","scm":"https://github.com/jenkinsci/vagrant-plugin","sha1":"K4zSxXHaURwAtZlhwq1OPs/NHJ8=","sha256":"VJ+Cx8CRYZd8JqmYu8GZqGqhQn1X2qAt1EAD3OdJHA8=","title":"vagrant","url":"http://updates.jenkins-ci.org/download/plugins/vagrant/1.0.2/vagrant.hpi","version":"1.0.2","wiki":"https://plugins.jenkins.io/vagrant"},"valgrind":{"buildDate":"Mar 06, 2018","dependencies":[{"name":"workflow-job","optional":false,"version":"1.14"},{"name":"workflow-step-api","optional":false,"version":"1.15"},{"name":"workflow-scm-step","optional":false,"version":"2.3"},{"name":"jquery-detached","optional":false,"version":"1.2"},{"name":"workflow-cps","optional":false,"version":"1.14"}],"developers":[{"developerId":"eXistence","email":"johannes.ohlemacher@googlemail.com","name":"Johannes Ohlemacher"}],"excerpt":"Calls valgrind with your executables and collects information about memory leaks and errors.","gav":"org.jenkins-ci.plugins:valgrind:0.28","labels":["report","builder"],"name":"valgrind","previousTimestamp":"2016-05-22T11:10:04.00Z","previousVersion":"0.27","releaseTimestamp":"2018-03-06T18:07:37.00Z","requiredCore":"2.44","scm":"https://github.com/jenkinsci/valgrind-plugin","sha1":"mW0tX6p1eG7sEPvv0yVpkCiV2BY=","sha256":"n44D1R9NUOYursbN1/y2HUySXEzr4AG6Gj73Rhx7g6M=","title":"Valgrind","url":"http://updates.jenkins-ci.org/download/plugins/valgrind/0.28/valgrind.hpi","version":"0.28","wiki":"https://plugins.jenkins.io/valgrind"},"validating-string-parameter":{"buildDate":"Apr 20, 2018","dependencies":[],"developers":[{"developerId":"petehayes","email":"petehayes@gmail.com","name":"Peter Hayes"}],"excerpt":"Adds a new parameter type called Validating String Parameter which supports regular expression<\/a> validation of a user entered parameter.","gav":"org.jenkins-ci.plugins:validating-string-parameter:2.4","labels":["misc","parameter"],"name":"validating-string-parameter","previousTimestamp":"2015-02-04T09:31:15.00Z","previousVersion":"2.3","releaseTimestamp":"2018-04-20T03:47:28.00Z","requiredCore":"2.60.1","scm":"https://github.com/jenkinsci/validating-string-parameter-pluginn","sha1":"uDq03zR88XJ4n+fdDcVPzZkn0VM=","sha256":"xkKFU2uhS3Ul1dNwt+/3dc6K/B/6mJlF4A4dLrtE2ng=","title":"Validating String Parameter","url":"http://updates.jenkins-ci.org/download/plugins/validating-string-parameter/2.4/validating-string-parameter.hpi","version":"2.4","wiki":"https://plugins.jenkins.io/validating-string-parameter"},"variables-replace-plugin":{"buildDate":"Jun 11, 2019","dependencies":[{"name":"structs","optional":false,"version":"1.7"}],"developers":[{"developerId":"jeeday","email":"siapep.entreprise+jenkins-ci@gmail.com","name":"JeeDay"}],"excerpt":"This plugin allows to replace variables in files content. The values of the variables to replace can be set in a file OR from parameterized plugin setting","gav":"com.jeeday.jenkins:variables-replace-plugin:1.0.0","labels":[],"name":"variables-replace-plugin","releaseTimestamp":"2019-06-11T22:26:00.00Z","requiredCore":"2.7.3","scm":"https://github.com/jenkinsci/variables-replace-plugin","sha1":"UXVm+qxPLkuAT0lgcAd06+p3HNM=","sha256":"aqQ2i+2JXQP+vOCf/LTDJOETxFt5doSfjGPhzSGFYLo=","title":"Variables Replace","url":"http://updates.jenkins-ci.org/download/plugins/variables-replace-plugin/1.0.0/variables-replace-plugin.hpi","version":"1.0.0","wiki":"https://plugins.jenkins.io/variables-replace-plugin"},"variant":{"buildDate":"Jul 29, 2019","dependencies":[],"developers":[{"developerId":"tiste"}],"excerpt":"This user-invisible library plugin allows other multi-modal plugins to behave differently depending on where they run.","gav":"org.jenkins-ci.plugins:variant:1.3","labels":[],"minimumJavaVersion":"1.8","name":"variant","previousTimestamp":"2019-02-15T15:10:24.00Z","previousVersion":"1.2","releaseTimestamp":"2019-07-29T19:36:09.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/variant-plugin","sha1":"tWVWWGu5fFr3rvCVrwApz0BM2hQ=","sha256":"1RMPRTjkuR/7sAVt+Ep2B7Fc+CBTjlAwYgDXtfPNs4I=","title":"Variant","url":"http://updates.jenkins-ci.org/download/plugins/variant/1.3/variant.hpi","version":"1.3","wiki":"https://plugins.jenkins.io/variant"},"vault-scm-plugin":{"buildDate":"Feb 28, 2013","dependencies":[],"developers":[{"developerId":"StuartWhelan","email":"vault-plugin@somepointinthefuture.co.nz","name":"Stuart Whelan"}],"excerpt":"This plugin integrates SourceGear Vault/Fortress SCM to Jenkins. (Only limited functionality is implemented)","gav":"org.jenkins-ci.plugins:vault-scm-plugin:1.1.1","labels":["scm"],"name":"vault-scm-plugin","releaseTimestamp":"2013-02-28T19:41:25.00Z","requiredCore":"1.480","scm":"https://github.com/jenkinsci/vault-scm-plugin","sha1":"g2hl9EH4CnBpDxRCh4fFJco6PQs=","sha256":"uGV4v8Z3m8qBCbRts/Rp8lKPEPaqQDh9WfJAe/yuBCc=","title":"SourceGear Vault","url":"http://updates.jenkins-ci.org/download/plugins/vault-scm-plugin/1.1.1/vault-scm-plugin.hpi","version":"1.1.1","wiki":"https://plugins.jenkins.io/vault-scm-plugin"},"vboxwrapper":{"buildDate":"Feb 07, 2013","dependencies":[],"developers":[{"developerId":"theirix","email":"theirix@gmail.com","name":"Eugene Seliverstov"}],"excerpt":"VirtualBox setup and teardown plugin. Provides pre- and postbuild steps to execute system vbox scripts.","gav":"org.jenkins-ci.plugins:vboxwrapper:1.3","labels":["buildwrapper"],"name":"vboxwrapper","previousTimestamp":"2013-01-21T12:09:14.00Z","previousVersion":"1.2","releaseTimestamp":"2013-02-07T13:51:19.00Z","requiredCore":"1.466","scm":"https://github.com/jenkinsci/vboxwrapper-plugin","sha1":"ElGU2bt16DoGLWIUOjT9v47qiQE=","sha256":"14ahO1fh00XF3QM3cFnR/8VdubKVjrZopkGi53pNMfA=","title":"vboxwrapper","url":"http://updates.jenkins-ci.org/download/plugins/vboxwrapper/1.3/vboxwrapper.hpi","version":"1.3","wiki":"https://plugins.jenkins.io/vboxwrapper"},"vectorcast-coverage":{"buildDate":"Aug 12, 2019","dependencies":[{"name":"maven-plugin","optional":false,"version":"2.8"},{"name":"dashboard-view","optional":true,"version":"2.1"}],"developers":[{"developerId":"rmkeeble","email":"richard.keeble@vectorcast.com","name":"Richard Keeble"}],"excerpt":"This plugin integrates VectorCAST<\/a> with Jenkins to display coverage","gav":"org.jenkins-ci.plugins:vectorcast-coverage:0.14","labels":["report"],"name":"vectorcast-coverage","previousTimestamp":"2019-05-10T19:10:40.00Z","previousVersion":"0.13","releaseTimestamp":"2019-08-12T18:03:37.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/vectorcast-coverage-plugin","sha1":"LbdJoJ8VPhk1Bwa1R8v6c02VID8=","sha256":"DbfWG6KdIZZ5UtgelM9QOqT0kneFGmLTP5k6mRlRkUw=","title":"VectorCAST Coverage","url":"http://updates.jenkins-ci.org/download/plugins/vectorcast-coverage/0.14/vectorcast-coverage.hpi","version":"0.14","wiki":"https://plugins.jenkins.io/vectorcast-coverage"},"vectorcast-execution":{"buildDate":"Sep 04, 2019","compatibleSinceVersion":"2.0","dependencies":[{"name":"copyartifact","optional":false,"version":"1.37"},{"name":"ws-cleanup","optional":false,"version":"0.28"},{"name":"xunit","optional":false,"version":"1.102"},{"name":"dashboard-view","optional":false,"version":"2.9.7"},{"name":"maven-plugin","optional":false,"version":"2.12.1"},{"name":"groovy-postbuild","optional":false,"version":"2.3"},{"name":"vectorcast-coverage","optional":false,"version":"0.10"},{"name":"matrix-project","optional":false,"version":"1.6"},{"name":"envinject","optional":false,"version":"1.92.1"},{"name":"jenkins-multijob-plugin","optional":false,"version":"1.21"},{"name":"token-macro","optional":false,"version":"1.12.1"},{"name":"parameterized-trigger","optional":false,"version":"2.30"},{"name":"conditional-buildstep","optional":false,"version":"1.3.5"}],"developers":[{"developerId":"rmkeeble","email":"richard.keeble@vectorcast.com","name":"Richard Keeble"}],"excerpt":"This plugin integrates VectorCAST<\/a> with Jenkins to allow Jenkins to build VectorCAST/Manage projects.","gav":"org.jenkins-ci.plugins:vectorcast-execution:0.55","labels":["builder","report"],"name":"vectorcast-execution","previousTimestamp":"2019-08-28T06:34:35.00Z","previousVersion":"0.54","releaseTimestamp":"2019-09-04T08:40:47.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/vectorcast-execution-plugin","sha1":"/I4wcYgbQ/i2y8Xc2Cb69lzmvXI=","sha256":"9f1TXbgTtYpYFC+j+8O6NVTrbVYvGcb0BsZwOykJPMM=","title":"VectorCAST Execution","url":"http://updates.jenkins-ci.org/download/plugins/vectorcast-execution/0.55/vectorcast-execution.hpi","version":"0.55","wiki":"https://plugins.jenkins.io/vectorcast-execution"},"veracode-scanner":{"buildDate":"Mar 29, 2016","dependencies":[],"developers":[{"developerId":"mbockus","name":"Mike Bockus"}],"excerpt":"This plugin submits files to veracode for scanning.","gav":"org.jenkins-ci.plugins:veracode-scanner:1.6","labels":["post-build"],"name":"veracode-scanner","previousTimestamp":"2015-09-25T15:30:05.00Z","previousVersion":"1.5","releaseTimestamp":"2016-03-29T20:30:22.00Z","requiredCore":"1.480.3","scm":"https://github.com/jenkinsci/veracode-scanner-plugin","sha1":"bfaxG3B7iiV7byFtwDIT3yUnUC8=","sha256":"qA5fT6McwhWHZEktKpt0/xFjw+qXtFqK7FMEURFozu4=","title":"veracode-scanner","url":"http://updates.jenkins-ci.org/download/plugins/veracode-scanner/1.6/veracode-scanner.hpi","version":"1.6","wiki":"https://plugins.jenkins.io/veracode-scanner"},"versioncolumn":{"buildDate":"Jan 29, 2019","dependencies":[],"developers":[{"developerId":"batmat","email":"batmat@batmat.net","name":"Baptiste Mathus"},{"developerId":"ssogabe","name":"Seiji Sogabe"}],"excerpt":"This plugin offers two node monitors, which makes available two additional columns under the "Manage Nodes" (/computer) page. One for Remoting version in useOne for JVM version in use Each monitor includes a way to make temporarily offline the agents that do not use the same/compatible version than the one on the Master node.","gav":"org.jenkins-ci.plugins:versioncolumn:2.1","labels":["listview-column"],"minimumJavaVersion":"1.8","name":"versioncolumn","previousTimestamp":"2017-06-29T09:42:11.00Z","previousVersion":"2.0","releaseTimestamp":"2019-01-29T14:29:21.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/versioncolumn-plugin","sha1":"+QEwLQM+VAsOIR+12F8XbRhUqVo=","sha256":"EITks3PJ98SoKmKtZKamkXazhtOlyK4dqH6nlqgtqLY=","title":"Versions Node Monitors","url":"http://updates.jenkins-ci.org/download/plugins/versioncolumn/2.1/versioncolumn.hpi","version":"2.1","wiki":"https://plugins.jenkins.io/versioncolumn"},"versionnumber":{"buildDate":"Nov 17, 2017","dependencies":[{"name":"workflow-api","optional":false,"version":"1.15"}],"developers":[{"developerId":"bahadir","email":"versionnumber-plugin.jenkins@deniz.bahadir.email","name":"Deniz Bahadir"},{"developerId":"rosberglinhares","email":"rosberglinhares@gmail.com","name":"Rosberg Linhares"},{"developerId":"abayer","email":"andrew.bayer@gmail.com","name":"Andrew Bayer"},{"developerId":"cchabanois","email":"cchabanois@gmail.com","name":"Cedric Chabanois"}],"excerpt":"This plugin allows much richer version numbers to be created and used.","gav":"org.jvnet.hudson.tools:versionnumber:1.9","labels":["buildwrapper"],"name":"versionnumber","previousTimestamp":"2016-10-11T12:14:36.00Z","previousVersion":"1.8.1","releaseTimestamp":"2017-11-17T16:27:35.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/versionnumber-plugin","sha1":"WrmE8ceDclVmTYehLOtvpbOqwaQ=","sha256":"Yl4d/Hc6tbBDy0/tyV3OAtCIDOlBJL8oGzHUjyZ81As=","title":"Version Number","url":"http://updates.jenkins-ci.org/download/plugins/versionnumber/1.9/versionnumber.hpi","version":"1.9","wiki":"https://plugins.jenkins.io/versionnumber"},"vertx":{"buildDate":"Nov 25, 2012","dependencies":[],"developers":[{"developerId":"blalor","email":"blalor@bravo5.org","name":"Brian Lalor"}],"excerpt":"Vert.x<\/a> integration plugin","gav":"org.bravo5.jenkins.plugins:vertx:1.0.1","labels":["misc","external","notifier"],"name":"vertx","previousTimestamp":"2012-11-20T03:15:00.00Z","previousVersion":"1.0.0","releaseTimestamp":"2012-11-25T03:02:10.00Z","requiredCore":"1.482","scm":"https://github.com/jenkinsci/vertx-plugin","sha1":"pPJP92OlNpoPHGxP9aZzupcKuGo=","sha256":"VY73jlfXCYc9eOp3K7WqFbvfuE7NpBH2JcJzu8/F7x0=","title":"vertx","url":"http://updates.jenkins-ci.org/download/plugins/vertx/1.0.1/vertx.hpi","version":"1.0.1","wiki":"https://plugins.jenkins.io/vertx"},"viber-notification":{"buildDate":"Apr 04, 2017","compatibleSinceVersion":"1.8.17","dependencies":[{"name":"workflow-step-api","optional":true,"version":"1.10"},{"name":"script-security","optional":false,"version":"1.17"}],"developers":[{"developerId":"vpuranik","email":"vinay.puranik@rakuten.com","name":"Vinay Puranik"}],"excerpt":"This plugin sends notifications to viber public accounts.","gav":"org.jenkins-ci.plugins:viber-notification:1.8.19","labels":[],"name":"viber-notification","releaseTimestamp":"2017-04-04T17:26:00.00Z","requiredCore":"1.609.3","scm":"https://github.com/jenkinsci/viber-notification-plugin","sha1":"HG7xroW/BOGIfDUapmkvGQf9iVE=","sha256":"1qX6F9L7aXUb3NEbH7HBiFcM+7X9Srr+OJK5UQbpQjQ=","title":"Viber Notification","url":"http://updates.jenkins-ci.org/download/plugins/viber-notification/1.8.19/viber-notification.hpi","version":"1.8.19","wiki":"https://plugins.jenkins.io/viber-notification"},"view-cloner":{"buildDate":"Jun 26, 2016","dependencies":[],"developers":[{"email":"andrej.gukov@gmail.com","name":"Andrej Gukov"}],"excerpt":"This plugin allows to copy and change view and jobs assigned to it in a bulk.","gav":"org.jenkins-ci.plugins:view-cloner:1.1","labels":[],"name":"view-cloner","releaseTimestamp":"2016-06-26T18:57:24.00Z","requiredCore":"1.651.3","scm":"https://github.com/jenkinsci/view-cloner-plugin","sha1":"Dr5aKb70rKLxDMF03I77VXUaJg4=","sha256":"8ePGpb5c41ZNci/4FKTYaoIyD0n98L3IXHlxtGzxa5A=","title":"view-cloner","url":"http://updates.jenkins-ci.org/download/plugins/view-cloner/1.1/view-cloner.hpi","version":"1.1","wiki":"https://plugins.jenkins.io/view-cloner"},"view-job-filters":{"buildDate":"Nov 09, 2018","dependencies":[{"name":"workflow-job","optional":true,"version":"2.0"},{"name":"cvs","optional":true,"version":"2.9"},{"name":"email-ext","optional":true,"version":"2.37"},{"name":"git","optional":true,"version":"1.2.0"},{"name":"m2-extra-steps","optional":true,"version":"1.1.8"},{"name":"mailer","optional":true,"version":"1.21"},{"name":"matrix-auth","optional":true,"version":"1.0"},{"name":"matrix-project","optional":true,"version":"1.0"},{"name":"subversion","optional":true,"version":"1.24"}],"developers":[{"email":"sven.schoenung@gmail.com","name":"Sven Schoenung"}],"excerpt":"Create smart views with exactly the jobs you want. Your smart views can automatically include or exclude jobs by using things like the SCM path or type, the job type, build statuses or trends or triggers, relevance to the logged-in user, email recipients, Maven configuration, job parameterization, and user permissions. Mix and match filters to narrow down to exactly what you want.","gav":"org.jenkins-ci.plugins:view-job-filters:2.1.1","labels":["ui","scm-related","maven","user","emailext"],"name":"view-job-filters","previousTimestamp":"2018-11-04T18:53:11.00Z","previousVersion":"2.1.0","releaseTimestamp":"2018-11-09T16:50:29.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/view-job-filters-plugin","sha1":"lVhmZ3k4nORzj+60UyQtYhJyxt0=","sha256":"Hu9h8omTArpAKPUPY9kC18I4ygTURr+qUS18XerO8Y4=","title":"View Job Filters","url":"http://updates.jenkins-ci.org/download/plugins/view-job-filters/2.1.1/view-job-filters.hpi","version":"2.1.1","wiki":"https://plugins.jenkins.io/view-job-filters"},"view26":{"buildDate":"May 18, 2018","dependencies":[{"name":"junit","optional":false,"version":"1.9"}],"developers":[{"developerId":"v26user","email":"info@view26.com","name":"VIEW26"},{"developerId":"aneeshia","email":"aneeshia@view26.com","name":"Aneeshia D"}],"excerpt":"This plugin collects and reports unit test results to view26. It supports any testing frameworks which are capable of generating JUnit XML format test reports.","gav":"org.jenkins-ci.plugins:view26:1.0.7","labels":[],"name":"view26","previousTimestamp":"2017-05-24T06:43:13.00Z","previousVersion":"1.0.4","releaseTimestamp":"2018-05-18T17:01:51.00Z","requiredCore":"2.2","scm":"https://github.com/jenkinsci/view26-plugin","sha1":"l1hYqMRMIitZbqhPYs8QwIK4MzA=","sha256":"Liigoo+H/TOfBIVkPp8pDA54xKy1aS0EpVvEp9vOs/4=","title":"View26 Test-Reporting","url":"http://updates.jenkins-ci.org/download/plugins/view26/1.0.7/view26.hpi","version":"1.0.7","wiki":"https://plugins.jenkins.io/view26"},"viewVC":{"buildDate":"Jan 23, 2014","dependencies":[{"name":"subversion","optional":false,"version":"1.23"}],"developers":[{"developerId":"mirumpf","email":"michael@rumpfonline.de","name":"Michael Rumpf"},{"name":"Mike Salnikov"},{"developerId":"jieryn","email":"jieryn@gmail.com","name":"Jesse Farinacci"}],"excerpt":"This plugin integrates ViewVC browser interface for CVS and Subversion<\/a> to Hudson. Entries in change logs will by hyperlinked to the specified files/diffs in ViewVC.","gav":"org.jenkins-ci.plugins:viewVC:1.7","labels":["scm-related"],"name":"viewVC","previousTimestamp":"2013-05-21T19:36:03.00Z","previousVersion":"1.6","releaseTimestamp":"2014-01-23T12:26:16.00Z","requiredCore":"1.484","scm":"https://github.com/jenkinsci/viewVC-plugin","sha1":"bQa855Xox11YiLwsqRVNsXaDgd8=","sha256":"k9dqZDR41uC7PDWMk0Q+oTzT3n3T1lQ7niq2K6yr9qU=","title":"ViewVC","url":"http://updates.jenkins-ci.org/download/plugins/viewVC/1.7/viewVC.hpi","version":"1.7","wiki":"https://plugins.jenkins.io/viewVC"},"views-containing-job":{"buildDate":"Jul 31, 2019","dependencies":[{"name":"cloudbees-folder","optional":true,"version":"6.0.0"}],"developers":[{"developerId":"jochenafuerbacher","email":"jochen.fuerbacher@1und1.de","name":"Jochen A. Fuerbacher"}],"excerpt":"This plugin adds an action to Jobs with the option to list views vontaining this job.","gav":"com.oneandone.access:views-containing-job:1.3","labels":[],"minimumJavaVersion":"1.8","name":"views-containing-job","previousTimestamp":"2017-08-18T06:26:10.00Z","previousVersion":"1.2.1","releaseTimestamp":"2019-07-31T09:46:24.00Z","requiredCore":"2.138.4","scm":"https://github.com/jenkinsci/views-containing-job-plugin","sha1":"aZn8c66ySDF5W6zJmXCkG6YQ9Ws=","sha256":"bInEa2nyhfC4bNK9ouX1X5m1CTS2B1jqDEYu8lJeOrg=","title":"Views containing Job","url":"http://updates.jenkins-ci.org/download/plugins/views-containing-job/1.3/views-containing-job.hpi","version":"1.3","wiki":"https://plugins.jenkins.io/views-containing-job"},"violation-columns":{"buildDate":"Oct 02, 2013","dependencies":[{"name":"violations","optional":false,"version":"0.7.11"},{"name":"maven-plugin","optional":false,"version":"1.420"}],"developers":[{"developerId":"stefanbrausch","email":"stefan.brausch@1und1.de","name":"Stefan Brausch"},{"developerId":"boev","email":"iordan.boev@gmail.com","name":"Yordan Boev"}],"excerpt":"Enables you to create columns in a ListColumnView showing data from ViolationsPlugin.","gav":"org.jenkins-ci.plugins:violation-columns:1.6","labels":["listview-column"],"name":"violation-columns","previousTimestamp":"2013-04-25T09:53:41.00Z","previousVersion":"1.5","releaseTimestamp":"2013-10-02T15:19:56.00Z","requiredCore":"1.420","scm":"https://github.com/jenkinsci/violation-columns-plugin","sha1":"9Ld6OEiF2nc2RILa3GhuBX/EZLc=","sha256":"sWA1iwwd76k90PsFnUsDtQoOaOY44iLKQWdCAz/P2YY=","title":"Violation Columns(List View Columns)","url":"http://updates.jenkins-ci.org/download/plugins/violation-columns/1.6/violation-columns.hpi","version":"1.6","wiki":"https://plugins.jenkins.io/violation-columns"},"violation-comments-to-github":{"buildDate":"Aug 29, 2019","dependencies":[{"name":"credentials","optional":false,"version":"2.1.4"},{"name":"plain-credentials","optional":false,"version":"1.2"},{"name":"structs","optional":false,"version":"1.10"}],"developers":[{"developerId":"tomasbjerre","email":"tomas.bjerre85@gmail.com","name":"Tomas Bjerre"}],"excerpt":"Finds violations reported by code analyzers and comments GitHub pull requests with them.","gav":"org.jenkins-ci.plugins:violation-comments-to-github:1.85","labels":["github","report","post-build","analysis","devops"],"name":"violation-comments-to-github","previousTimestamp":"2019-08-03T11:27:22.00Z","previousVersion":"1.84","releaseTimestamp":"2019-08-29T18:47:26.00Z","requiredCore":"2.7.4","scm":"https://github.com/jenkinsci/violation-comments-to-github-plugin","sha1":"S7WNPtpqvmfeJ57MrqBdQJ1qEO4=","sha256":"B0hNMu6DncVfeoo3j8cNtlnfViVvPUanruW3iHSjNtU=","title":"Violation Comments to GitHub","url":"http://updates.jenkins-ci.org/download/plugins/violation-comments-to-github/1.85/violation-comments-to-github.hpi","version":"1.85","wiki":"https://plugins.jenkins.io/violation-comments-to-github"},"violation-comments-to-gitlab":{"buildDate":"Aug 03, 2019","dependencies":[{"name":"credentials","optional":false,"version":"2.1.4"},{"name":"plain-credentials","optional":false,"version":"1.2"},{"name":"structs","optional":false,"version":"1.10"}],"developers":[{"developerId":"tomasbjerre","email":"tomas.bjerre85@gmail.com","name":"Tomas Bjerre"}],"excerpt":"Finds violations reported by code analyzers and comments GitLab merge requests with them.","gav":"org.jenkins-ci.plugins:violation-comments-to-gitlab:2.27","labels":["gitlab","report","post-build","analysis","devops"],"name":"violation-comments-to-gitlab","previousTimestamp":"2019-06-16T17:56:50.00Z","previousVersion":"2.26","releaseTimestamp":"2019-08-03T11:43:38.00Z","requiredCore":"2.1","scm":"https://github.com/jenkinsci/violation-comments-to-gitlab-plugin","sha1":"AAnGiSNgKrtAyyyusfzxrniSl2g=","sha256":"5FEr/9mUh8T+8/6tbRLSYf3xgJEENtJLciI9fd4NKqY=","title":"Violation Comments to GitLab","url":"http://updates.jenkins-ci.org/download/plugins/violation-comments-to-gitlab/2.27/violation-comments-to-gitlab.hpi","version":"2.27","wiki":"https://plugins.jenkins.io/violation-comments-to-gitlab"},"violation-comments-to-stash":{"buildDate":"Aug 03, 2019","dependencies":[{"name":"credentials","optional":false,"version":"2.1.4"},{"name":"plain-credentials","optional":false,"version":"1.2"},{"name":"structs","optional":false,"version":"1.10"}],"developers":[{"developerId":"tomasbjerre","email":"tomas.bjerre85@gmail.com","name":"Tomas Bjerre"}],"excerpt":"Finds violations reported by code analyzers and comments Bitbucket Server (or Stash) pull requests (or commits) with them.","gav":"org.jenkins-ci.plugins:violation-comments-to-stash:1.109","labels":["stash","bitbucket-server","bitbucket","report","post-build","analysis","devops"],"name":"violation-comments-to-stash","previousTimestamp":"2019-06-16T17:25:00.00Z","previousVersion":"1.108","releaseTimestamp":"2019-08-03T12:07:41.00Z","requiredCore":"2.7.4","scm":"https://github.com/jenkinsci/violation-comments-to-stash-plugin","sha1":"KGX4HLqFRVCPDqVKu9dsgegqSk0=","sha256":"1EQNqNWCvxMW8Z0pOwnJgqHwrQw5UkIczxFQ6aCsz9M=","title":"Violation Comments to Bitbucket Server","url":"http://updates.jenkins-ci.org/download/plugins/violation-comments-to-stash/1.109/violation-comments-to-stash.hpi","version":"1.109","wiki":"https://plugins.jenkins.io/violation-comments-to-stash"},"violations":{"buildDate":"Sep 08, 2012","dependencies":[{"name":"maven-plugin","optional":false,"version":"1.399"}],"developers":[{"developerId":"peterkittreilly","name":"Peter Reilly"}],"excerpt":"This plugin does reports on checkstyle, csslint, pmd, cpd, fxcop, pylint, jcReport, findbugs, and perlcritic violations.","gav":"org.jenkins-ci.plugins:violations:0.7.11","labels":["maven","report","dotnet"],"name":"violations","previousTimestamp":"2011-08-08T11:14:01.00Z","previousVersion":"0.7.10","releaseTimestamp":"2012-09-08T20:32:23.00Z","requiredCore":"1.398","scm":"https://github.com/jenkinsci/violations-plugin","sha1":"UuXzsT6UDHmYxIKcHycTkHZXsvg=","sha256":"+OrLU+sB+D83AgCaQc74nlIKcpM2cawe6RVNiL3i1no=","title":"Violations","url":"http://updates.jenkins-ci.org/download/plugins/violations/0.7.11/violations.hpi","version":"0.7.11","wiki":"https://plugins.jenkins.io/violations"},"virtualbox":{"buildDate":"Oct 21, 2013","dependencies":[],"developers":[{"developerId":"godin","name":"Evgeny Mandrikov"},{"developerId":"choas","name":"Lars Gregori"},{"developerId":"hgomez","email":"henri.gomez@gmail.com","name":"Henri Gomez"}],"excerpt":"This plugin integrates Jenkins with VirtualBox<\/a> virtual machine.","gav":"org.jenkins-ci.plugins:virtualbox:0.7","labels":["slaves","buildwrapper"],"name":"virtualbox","previousTimestamp":"2012-10-07T19:16:20.00Z","previousVersion":"0.6","releaseTimestamp":"2013-10-21T21:46:26.00Z","requiredCore":"1.424","scm":"https://github.com/jenkinsci/virtualbox-plugin","sha1":"1+QB+i4RZ5TA9Ro9R8Ev8weyxMQ=","sha256":"K6F0fBFRaqDmmiRCnjfU7qsWMugVVboZsCWbe8u06/0=","title":"VirtualBox","url":"http://updates.jenkins-ci.org/download/plugins/virtualbox/0.7/virtualbox.hpi","version":"0.7","wiki":"https://plugins.jenkins.io/virtualbox"},"visual-basic-6":{"buildDate":"Sep 06, 2016","dependencies":[],"developers":[{"developerId":"froque","email":"froque@premium-minds.com","name":"Filipe Roque"}],"excerpt":"This plugin makes it possible to build a Visual Basic 6 project (.vbp).","gav":"org.jenkins-ci.plugins:visual-basic-6:1.3","labels":["buildwrapper"],"name":"visual-basic-6","releaseTimestamp":"2016-09-06T18:55:50.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/visual-basic-6-plugin","sha1":"wRnMzADIzTk9V9wuOBk3zESpCxc=","sha256":"EyasYuYqKsclhHLHYVTTEB8LiIs95TvIq6zFmL3YUJw=","title":"Visual Basic 6","url":"http://updates.jenkins-ci.org/download/plugins/visual-basic-6/1.3/visual-basic-6.hpi","version":"1.3","wiki":"https://plugins.jenkins.io/visual-basic-6"},"visualworks-store":{"buildDate":"Jun 17, 2014","dependencies":[],"developers":[{"developerId":"randycoulman","email":"randy@randycoulman.com","name":"Randy Coulman"}],"excerpt":"Provides SCM support forVisualworks Smalltalk Store<\/a>.","gav":"org.jenkins-ci.plugins:visualworks-store:1.1.1","labels":["scm"],"name":"visualworks-store","previousTimestamp":"2013-03-03T05:42:56.00Z","previousVersion":"1.0","releaseTimestamp":"2014-06-17T17:11:20.00Z","requiredCore":"1.466","scm":"https://github.com/jenkinsci/visualworks-store-plugin","sha1":"3OsoCTd2RL2PPUw0B6PX6olonIs=","sha256":"ih0AR3DcHUynaySQl5B7fEa06vrWtYBrhB+KvcU02H4=","title":"Visualworks Store","url":"http://updates.jenkins-ci.org/download/plugins/visualworks-store/1.1.1/visualworks-store.hpi","version":"1.1.1","wiki":"https://plugins.jenkins.io/visualworks-store"},"vmanager-plugin":{"buildDate":"Aug 27, 2019","dependencies":[{"name":"workflow-step-api","optional":false,"version":"2.7"},{"name":"dashboard-view","optional":false,"version":"2.9.10"}],"developers":[{"developerId":"tyanai","email":"tyanai@cadence.com","name":"Tal Yanai"}],"excerpt":"This plugin is used in order to interact from remote with Cadence vManager API.","gav":"org.jenkins-ci.plugins:vmanager-plugin:2.5.8","labels":["builder","misc"],"name":"vmanager-plugin","previousTimestamp":"2019-08-21T08:22:43.00Z","previousVersion":"2.5.7","releaseTimestamp":"2019-08-27T07:39:29.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/vmanager-plugin","sha1":"AJw6kt1s5ub/eflzrDLiplX8qfc=","sha256":"B3UzC8WEOLbf7Igl7aQN/bQfqwJvG3e6HlM40NoHgZM=","title":"Cadence vManager","url":"http://updates.jenkins-ci.org/download/plugins/vmanager-plugin/2.5.8/vmanager-plugin.hpi","version":"2.5.8","wiki":"https://plugins.jenkins.io/vmanager-plugin"},"vmware-vrealize-automation-plugin":{"buildDate":"Apr 06, 2016","dependencies":[],"developers":[{"developerId":"inkysea","email":"inkysea_mail@gmail.com","name":"Kris Thieler"},{"developerId":"pauldgifford","email":"paul@paulgifford.ca","name":"Paul Gifford"}],"excerpt":"A Jenkins plugin that provides integrations for VMware vRealize Automation 7.x","gav":"com.inkysea.vmware.vra:vmware-vrealize-automation-plugin:1.2.3","labels":["external","cmp"],"name":"vmware-vrealize-automation-plugin","previousTimestamp":"2016-03-30T15:48:12.00Z","previousVersion":"1.2.2","releaseTimestamp":"2016-04-06T02:14:32.00Z","requiredCore":"1.642.2","scm":"https://github.com/jenkinsci/vmware-vrealize-automation-plugin","sha1":"JMtolhBDbAR5r+q3mjQlhRZcqtU=","sha256":"Rrfh0pmFrGnCuYg7Ww+LzYdWRO5oYZ9nIgwdSJnTAAU=","title":"VMware vRealize Automation","url":"http://updates.jenkins-ci.org/download/plugins/vmware-vrealize-automation-plugin/1.2.3/vmware-vrealize-automation-plugin.hpi","version":"1.2.3","wiki":"https://plugins.jenkins.io/vmware-vrealize-automation-plugin"},"vmware-vrealize-codestream":{"buildDate":"Dec 30, 2015","dependencies":[],"developers":[{"developerId":"rishisaraf11","email":"rishisaraf11@gmail.com","name":"Rishi Saraf"}],"excerpt":"This plugin adds CodeStream support to Jenkins","gav":"com.vmware.vcac:vmware-vrealize-codestream:1.2","labels":["external"],"name":"vmware-vrealize-codestream","previousTimestamp":"2015-07-24T14:18:02.00Z","previousVersion":"1.0","releaseTimestamp":"2015-12-30T09:01:31.00Z","requiredCore":"1.580.1","scm":"https://github.com/jenkinsci/vmware-vrealize-codestream-plugin","sha1":"WUhqEgLlCWoSW0i+/g2V1ruF2Zs=","sha256":"uAHUtXAX6Il74AsDSQwujH2TnwiGyL13Q0TFGx5YVaw=","title":"Vmware vRealize CodeStream","url":"http://updates.jenkins-ci.org/download/plugins/vmware-vrealize-codestream/1.2/vmware-vrealize-codestream.hpi","version":"1.2","wiki":"https://plugins.jenkins.io/vmware-vrealize-codestream"},"vmware-vrealize-orchestrator":{"buildDate":"Apr 18, 2016","dependencies":[],"developers":[{"developerId":"agovindaraju","email":"agi.raj@gmail.com","name":"Agila Govindaraju"}],"excerpt":"This plugin adds vRealize Orchestrator support to Jenkins. It supports both basic auth and SSO auth.","gav":"org.jenkins-ci.plugins:vmware-vrealize-orchestrator:3.0","labels":[],"name":"vmware-vrealize-orchestrator","previousTimestamp":"2016-04-06T03:57:21.00Z","previousVersion":"2.0","releaseTimestamp":"2016-04-18T15:44:12.00Z","requiredCore":"1.580.1","scm":"https://github.com/jenkinsci/vmware-vrealize-orchestrator-plugin","sha1":"Op+D+OMMpwzt/cKdOCc+C5LiJj0=","sha256":"h+MPu5ozoMlgqweNoUew90qCkjxDB4KCYRp/Lejo9qw=","title":"vRealize Orchestrator","url":"http://updates.jenkins-ci.org/download/plugins/vmware-vrealize-orchestrator/3.0/vmware-vrealize-orchestrator.hpi","version":"3.0","wiki":"https://plugins.jenkins.io/vmware-vrealize-orchestrator"},"vncrecorder":{"buildDate":"Aug 21, 2015","dependencies":[],"developers":[{"developerId":"dt","email":"dim.tbaum@gmail.com","name":"Dimitri Tenenbaum"}],"excerpt":"VncRecorder records screen of current build or other configured VNC session as video file and make it possible to navigate within a recorded video directly in browser. This plugin can be used in combination with Xvnc plugin<\/a>.","gav":"org.jenkins-ci.plugins:vncrecorder:1.25","labels":["buildwrapper"],"name":"vncrecorder","previousTimestamp":"2015-08-19T19:14:00.00Z","previousVersion":"1.24","releaseTimestamp":"2015-08-21T19:05:48.00Z","requiredCore":"1.532.3","scm":"https://github.com/jenkinsci/vncrecorder-plugin","sha1":"12eik9UqAJRyudgvqStjgm+jqio=","sha256":"OqFlrE0IGE9KG7hfnQ1g4PA4K+WWXyXCum2y9z9uAUA=","title":"VncRecorder","url":"http://updates.jenkins-ci.org/download/plugins/vncrecorder/1.25/vncrecorder.hpi","version":"1.25","wiki":"https://plugins.jenkins.io/vncrecorder"},"vncviewer":{"buildDate":"Sep 01, 2015","dependencies":[],"developers":[{"developerId":"dt","email":"dim.tbaum@gmail.com","name":"Dimitri Tenenbaum"}],"excerpt":"This plugin lets you monitor or operate GUI of your running build. You can start HTML5 based VNC viewer via HTML link directly from 'Console output' of the build. This plugin can be used in combination with Xvnc plugin<\/a> and VncRecorder<\/a>","gav":"org.jenkins-ci.plugins:vncviewer:1.5","labels":["buildwrapper"],"name":"vncviewer","previousTimestamp":"2015-09-01T05:33:17.00Z","previousVersion":"1.3","releaseTimestamp":"2015-09-01T06:23:47.00Z","requiredCore":"1.580.1","scm":"https://github.com/jenkinsci/vncviewer-plugin","sha1":"ittnpc5yrTNlIURexfxBEnkA8fo=","sha256":"sI06oYvws/Z8SWTJHRMH7/brAtZrlkfctTv9wO9hX8I=","title":"VncViewer","url":"http://updates.jenkins-ci.org/download/plugins/vncviewer/1.5/vncviewer.hpi","version":"1.5","wiki":"https://plugins.jenkins.io/vncviewer"},"vs-code-metrics":{"buildDate":"Mar 14, 2014","dependencies":[],"developers":[{"developerId":"yasu_s","email":"yasuyuki.saito.2012@gmail.com","name":"Yasuyuki Saito"}],"excerpt":"Visual Studio Code Metrics PowerTool support plugin.","gav":"org.jenkins-ci.plugins:vs-code-metrics:1.7","labels":["dotnet","report","builder"],"name":"vs-code-metrics","previousTimestamp":"2013-06-26T11:44:53.00Z","previousVersion":"1.6","releaseTimestamp":"2014-03-14T12:55:00.00Z","requiredCore":"1.466","scm":"https://github.com/jenkinsci/vs-code-metrics-plugin","sha1":"R7ZcBRz4fX7DQSYGON7if3XmZaM=","sha256":"ObdRbWoAI1VzvfGHdSnkIq+BxNrdnm94+oPnUucKqNQ=","title":"Visual Studio Code Metrics","url":"http://updates.jenkins-ci.org/download/plugins/vs-code-metrics/1.7/vs-code-metrics.hpi","version":"1.7","wiki":"https://plugins.jenkins.io/vs-code-metrics"},"vsphere-cloud":{"buildDate":"Jul 08, 2019","dependencies":[{"name":"workflow-basic-steps","optional":false,"version":"2.0"},{"name":"cloudbees-folder","optional":false,"version":"5.2.2"},{"name":"credentials","optional":false,"version":"1.28"},{"name":"node-iterator-api","optional":false,"version":"1.5"},{"name":"ssh-slaves","optional":false,"version":"1.15"}],"developers":[{"developerId":"jswager","email":"jswager@alohaoi.com","name":"Jason Swager"},{"developerId":"elordahl","email":"elordahl@vt.edu","name":"Eric Lordahl"}],"excerpt":"This plugin provides tools to implement "cloud" like functionality in Jenkins for those using a vSphere Virtualization infrastructure.","gav":"org.jenkins-ci.plugins:vsphere-cloud:2.20","labels":["cluster","slaves"],"name":"vsphere-cloud","previousTimestamp":"2019-02-26T14:31:23.00Z","previousVersion":"2.19","releaseTimestamp":"2019-07-08T10:39:30.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/vsphere-cloud-plugin","sha1":"aOciZaf3qU36tpPbReLkQCWSwZk=","sha256":"HWBOg+Ifm/Hs1PlQFQpBljx74tCDLGh07BqPsKGTlSg=","title":"vSphere","url":"http://updates.jenkins-ci.org/download/plugins/vsphere-cloud/2.20/vsphere-cloud.hpi","version":"2.20","wiki":"https://plugins.jenkins.io/vsphere-cloud"},"vss":{"buildDate":"Aug 08, 2011","dependencies":[],"developers":[{"developerId":"rioch","name":"Jon Black"}],"excerpt":"","gav":"org.jenkins-ci.plugins:vss:1.9","labels":["scm"],"name":"vss","releaseTimestamp":"2011-08-08T09:37:40.00Z","requiredCore":"1.424","scm":"https://github.com/jenkinsci/vss-plugin","sha1":"z7LRaabPUDNZpuDs7rAEafW4EOM=","sha256":"gqkeNAjxdPLVyM3XJqSdIV//U0zvTGYbpQ1KuBL7ZDY=","title":"Visual SourceSafe","url":"http://updates.jenkins-ci.org/download/plugins/vss/1.9/vss.hpi","version":"1.9","wiki":"https://plugins.jenkins.io/vss"},"vstestrunner":{"buildDate":"Feb 08, 2019","dependencies":[{"name":"structs","optional":false,"version":"1.14"}],"developers":[{"developerId":"egoughnour","name":"Erik Goughnour"},{"developerId":"yasu_s","name":"Yasuyuki Saito"}],"excerpt":"This plugin runs 'VSTest.Console.exe' command line tool to execute unit tests for .NET projects.","gav":"org.jenkins-ci.plugins:vstestrunner:1.0.8","labels":["dotnet","builder"],"name":"vstestrunner","previousTimestamp":"2018-04-02T00:26:11.00Z","previousVersion":"1.0.7","releaseTimestamp":"2019-02-08T16:33:47.00Z","requiredCore":"2.7.4","scm":"https://github.com/jenkinsci/vstestrunner-plugin","sha1":"j+vJw7CczMcVTJxgpZoIFMmGpvU=","sha256":"e/U/pkQyC1ohU/DS6iZJ6LSFFb+lDszQa50nMsIceiM=","title":"VSTest Runner","url":"http://updates.jenkins-ci.org/download/plugins/vstestrunner/1.0.8/vstestrunner.hpi","version":"1.0.8","wiki":"https://plugins.jenkins.io/vstestrunner"},"vsts-cd":{"buildDate":"Jun 18, 2016","dependencies":[],"developers":[{"developerId":"angoya","email":"Goyal.Ankit@microsoft.com","name":"Ankit Goyal"},{"developerId":"anangaur","email":"anangaur@microsoft.com","name":"Anand Gaurav"}],"excerpt":"Trigger a release in TFS or VS Team Services, when a build completes successfully","gav":"org.jenkins-ci.plugins:vsts-cd:1.3","labels":["notifier"],"name":"vsts-cd","previousTimestamp":"2016-05-25T09:50:38.00Z","previousVersion":"1.2","releaseTimestamp":"2016-06-18T08:16:11.00Z","requiredCore":"1.580.1","scm":"https://github.com/jenkinsci/vsts-cd-plugin-plugin","sha1":"q/ds3cqN8m8tgkVLEEa/nuaKE3Y=","sha256":"9AuX8+YQSbtjhj6SGKFEDWed3yW4lXcEQPseQkGkfrU=","title":"VS Team Services Continuous Deployment","url":"http://updates.jenkins-ci.org/download/plugins/vsts-cd/1.3/vsts-cd.hpi","version":"1.3","wiki":"https://plugins.jenkins.io/vsts-cd"},"walti":{"buildDate":"Nov 08, 2015","dependencies":[],"developers":[{"developerId":"walti_io","email":"support@walti.io","name":"Walti,Inc"}],"excerpt":"This plugin helps you to call Walti security scan API after build has completed.","gav":"org.jenkins-ci.plugins:walti:1.0.1","labels":["post-build","external"],"name":"walti","previousTimestamp":"2015-11-08T02:22:27.00Z","previousVersion":"1.0.0","releaseTimestamp":"2015-11-08T06:43:09.00Z","requiredCore":"1.580.1","scm":"https://github.com/jenkinsci/walti-plugin","sha1":"sOtptKtL5dXuQDqmSalAgD4d0Lg=","sha256":"sGfwCkMyfQ8KOJkpd2gU9fpzPRPJ2JHR/WijE+FC0yc=","title":"Walti","url":"http://updates.jenkins-ci.org/download/plugins/walti/1.0.1/walti.hpi","version":"1.0.1","wiki":"https://plugins.jenkins.io/walti"},"waptpro":{"buildDate":"Sep 12, 2017","dependencies":[{"name":"workflow-step-api","optional":false,"version":"1.14"},{"name":"matrix-project","optional":false,"version":"1.6"}],"developers":[{"developerId":"waptpro","email":"support@loadtestingtool.com","name":"SoftLogica"}],"excerpt":"This plugin publishes WAPT Pro reports.","gav":"org.jenkins-ci.plugins:waptpro:1.6","labels":["builder"],"name":"waptpro","previousTimestamp":"2016-05-31T12:10:31.00Z","previousVersion":"1.1","releaseTimestamp":"2017-09-12T04:49:14.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/waptpro-plugin","sha1":"nNN5qJSjBrm40lIVOBZtrIY/9r0=","sha256":"SrveOnw5R+JL1PEY/ClCLLi089/MIiTIquWumyraJrM=","title":"WAPT Pro","url":"http://updates.jenkins-ci.org/download/plugins/waptpro/1.6/waptpro.hpi","version":"1.6","wiki":"https://plugins.jenkins.io/waptpro"},"warnings":{"buildDate":"Jan 24, 2019","dependencies":[{"name":"warnings-ng","optional":false,"version":"1.0.0-beta1"},{"name":"maven-plugin","optional":false,"version":"3.1.2"},{"name":"workflow-job","optional":false,"version":"2.16"},{"name":"workflow-step-api","optional":false,"version":"2.13"},{"name":"antisamy-markup-formatter","optional":false,"version":"1.5"},{"name":"dashboard-view","optional":true,"version":"2.9.11"},{"name":"git","optional":true,"version":"3.9.1"},{"name":"matrix-project","optional":true,"version":"1.13"},{"name":"script-security","optional":false,"version":"1.50"},{"name":"structs","optional":false,"version":"1.10"},{"name":"token-macro","optional":true,"version":"2.5"},{"name":"analysis-core","optional":false,"version":"1.95"}],"developers":[{"developerId":"abayer"}],"excerpt":"The Warnings plug-in reached end-of-life. All functionality has been integrated into the Warnings Next Generation Plugin<\/a>.","gav":"org.jvnet.hudson.plugins:warnings:5.0.1","labels":["maven","report"],"name":"warnings","previousTimestamp":"2018-12-21T13:59:41.00Z","previousVersion":"5.0.0","releaseTimestamp":"2019-01-24T13:30:19.00Z","requiredCore":"2.89.1","scm":"https://github.com/jenkinsci/warnings-plugin","sha1":"P5Pdcv/9XJijgcC6Kh3JIkeoFG0=","sha256":"Im9C+SGy98r4W/be+14YSVru5wLZFuUca6vGm9tMl9A=","title":"Warnings","url":"http://updates.jenkins-ci.org/download/plugins/warnings/5.0.1/warnings.hpi","version":"5.0.1","wiki":"https://plugins.jenkins.io/warnings"},"warnings-ng":{"buildDate":"Sep 03, 2019","dependencies":[{"name":"analysis-model-api","optional":false,"version":"6.0.1"},{"name":"forensics-api","optional":false,"version":"0.4.1"},{"name":"git-forensics","optional":true,"version":"0.3.1"},{"name":"workflow-api","optional":false,"version":"2.34"},{"name":"workflow-cps","optional":false,"version":"2.67"},{"name":"workflow-job","optional":false,"version":"2.32"},{"name":"workflow-step-api","optional":false,"version":"2.19"},{"name":"antisamy-markup-formatter","optional":false,"version":"1.5"},{"name":"credentials","optional":false,"version":"2.1.14"},{"name":"dashboard-view","optional":true,"version":"2.9.4"},{"name":"matrix-project","optional":true,"version":"1.13"},{"name":"script-security","optional":false,"version":"1.58"},{"name":"structs","optional":false,"version":"1.19"},{"name":"token-macro","optional":true,"version":"2.5"}],"developers":[{"developerId":"uhafner","email":"ullrich.hafner@gmail.com","name":"Ullrich Hafner"}],"excerpt":"This plugin collects compiler warnings or issues reported by static analysis tools and visualizes the results. It has built-in support for numerous static analysis tools (including several compilers), see the list of supported report formats<\/a>.","gav":"io.jenkins.plugins:warnings-ng:6.0.0","labels":[],"minimumJavaVersion":"1.8","name":"warnings-ng","previousTimestamp":"2019-07-04T15:22:35.00Z","previousVersion":"5.3.0","releaseTimestamp":"2019-09-03T23:00:27.00Z","requiredCore":"2.138.4","scm":"https://github.com/jenkinsci/warnings-ng-plugin","sha1":"SPTYapG9i7Z/q6NyqvV3D3fOGkk=","sha256":"EfU+cOmB+F4vuCkcwnlsoIqC7ecwPVyVHeKYEKz5dSI=","title":"Warnings Next Generation","url":"http://updates.jenkins-ci.org/download/plugins/warnings-ng/6.0.0/warnings-ng.hpi","version":"6.0.0","wiki":"https://plugins.jenkins.io/warnings-ng"},"warrior":{"buildDate":"Nov 10, 2017","dependencies":[],"developers":[{"developerId":"venkat1077","email":"venkatesh.sethuram@us.fujitsu.com","name":"Venkatesh Sethuram"}],"excerpt":"This Plugin allows Jenkins Job to integrate with Warrior Automation Framework","gav":"org.jenkins-ci.plugins:warrior:1.2","labels":[],"name":"warrior","previousTimestamp":"2017-11-09T12:26:43.00Z","previousVersion":"1.1","releaseTimestamp":"2017-11-10T06:21:23.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/warrior-plugin","sha1":"hBBz5FwUwUNDQ+E+DSu7U+dEITc=","sha256":"nJ47wx1fc2Q0TQffWa3NYDtcI5/UqY+pKbR/i/Ih1X4=","title":"Warrior Framework","url":"http://updates.jenkins-ci.org/download/plugins/warrior/1.2/warrior.hpi","version":"1.2","wiki":"https://plugins.jenkins.io/warrior"},"was-builder":{"buildDate":"Oct 20, 2011","dependencies":[],"developers":[{"developerId":"rseguy","email":"romain.seguy@gmail.com","name":"Romain Seguy"}],"excerpt":"This plugin adds an "IBM WebSphere Application Server 6.x/7.x" builder which allows running wsadmin commands (or scripts) from a job.","gav":"org.jenkins-ci.plugins:was-builder:1.6.1","labels":["builder"],"name":"was-builder","previousTimestamp":"2011-08-07T17:05:13.00Z","previousVersion":"1.6","releaseTimestamp":"2011-10-20T08:20:25.00Z","requiredCore":"1.409","scm":"https://github.com/jenkinsci/was-builder-plugin","sha1":"ZjWAGywEpaL+0rhmyGNmBS5yyVg=","sha256":"RnjMbfE8exMWdP6xTWlgl04Ma70QhZI9Lc9nFqP86sc=","title":"WAS Builder","url":"http://updates.jenkins-ci.org/download/plugins/was-builder/1.6.1/was-builder.hpi","version":"1.6.1","wiki":"https://plugins.jenkins.io/was-builder"},"webhook-eventsource":{"buildDate":"Jan 20, 2019","dependencies":[],"developers":[{"developerId":"linuxsuren","email":"linuxsuren@gmail.com","name":"Rick"}],"excerpt":"EventSource proxy plugin, allow you using WebHook in a local environment.","gav":"io.jenkins.plugins:webhook-eventsource:0.0.1","labels":[],"name":"webhook-eventsource","releaseTimestamp":"2019-01-20T13:05:15.00Z","requiredCore":"2.60.3","scm":"https://github.com/jenkinsci/webhook-eventsource-plugin","sha1":"OrD6Udq+WhR5TIzvXLUIAHHZApw=","sha256":"Sc2VabAGhpE9Oi06RJzffmgmN6uxYjnbW3yq/Y2kk7Y=","title":"WebHook EventSource","url":"http://updates.jenkins-ci.org/download/plugins/webhook-eventsource/0.0.1/webhook-eventsource.hpi","version":"0.0.1","wiki":"https://plugins.jenkins.io/webhook-eventsource"},"webhook-step":{"buildDate":"Oct 04, 2017","dependencies":[{"name":"workflow-support","optional":false,"version":"2.0"},{"name":"script-security","optional":false,"version":"1.16"}],"developers":[{"developerId":"cpitman","email":"cpitman1@gmail.com","name":"Chris Pitman"}],"excerpt":"Allows build pipelines to wait for notification from an external system before continuing.","gav":"org.jenkins-ci.plugins:webhook-step:1.3","labels":[],"name":"webhook-step","previousTimestamp":"2017-03-31T01:35:55.00Z","previousVersion":"1.2","releaseTimestamp":"2017-10-04T06:16:21.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/webhook-step-plugin","sha1":"TFOA69TBDcu/GFXkYMjZQdXc33c=","sha256":"jNxz+YO/J+7g7vLsrQYbYKlgi0Gfpq2jgCeLP8WaNbg=","title":"Webhook Step","url":"http://updates.jenkins-ci.org/download/plugins/webhook-step/1.3/webhook-step.hpi","version":"1.3","wiki":"https://plugins.jenkins.io/webhook-step"},"webload":{"buildDate":"Apr 11, 2017","dependencies":[],"developers":[{"developerId":"jane_king","email":"jenkins@radview.com","name":"Jane King"}],"excerpt":"Jenkins plugin for RadView<\/a> WebLOAD load testing tool.","gav":"hudson.plugins:webload:1.9","labels":["external","misc"],"name":"webload","previousTimestamp":"2016-09-14T12:42:23.00Z","previousVersion":"1.7","releaseTimestamp":"2017-04-11T18:23:55.00Z","requiredCore":"1.609","scm":"https://github.com/jenkinsci/webload-plugin","sha1":"+7dUba/FCbMMfTvyzj76Ez3osMY=","sha256":"LKlhVn7GIBAqNzYgKbSL6gIyCKY0KLd8Y/dDMf6f9Ko=","title":"WebLOAD Load Testing","url":"http://updates.jenkins-ci.org/download/plugins/webload/1.9/webload.hpi","version":"1.9","wiki":"https://plugins.jenkins.io/webload"},"weblogic-deployer-plugin":{"buildDate":"Sep 03, 2017","dependencies":[{"name":"maven-plugin","optional":false,"version":"2.12"}],"developers":[{"developerId":"RaphC","email":"rcr@orange.fr","name":"Raphael CHAUMIER"}],"excerpt":"This plugin allows you to deploy an artifact (JAR, EAR, WAR) to any WebLogic target (admin server, managed server, cluster...) after a successful build.","gav":"org.jenkins-ci.plugins:weblogic-deployer-plugin:4.1","labels":["upload","post-build"],"name":"weblogic-deployer-plugin","previousTimestamp":"2017-08-21T10:46:38.00Z","previousVersion":"4.0","releaseTimestamp":"2017-09-03T12:33:37.00Z","requiredCore":"1.580.1","scm":"https://github.com/jenkinsci/weblogic-deployer-plugin","sha1":"B0ngD/Ug/Jrww+3wu1OHsogS4cQ=","sha256":"J1V24LYc+RFYyOS0Zi9lm4BVIK8utQMqu78/4po5dzE=","title":"Deploy WebLogic","url":"http://updates.jenkins-ci.org/download/plugins/weblogic-deployer-plugin/4.1/weblogic-deployer-plugin.hpi","version":"4.1","wiki":"https://plugins.jenkins.io/weblogic-deployer-plugin"},"websocket":{"buildDate":"Jul 26, 2013","dependencies":[],"developers":[{"developerId":"mzp","email":"mzp@ocaml.jp","name":"MIZUNO Hiroki"}],"excerpt":"This plugin makes it possible to notify the results of an execution via WebSocket.","gav":"org.codefirst.jenkins.wsnotifier:websocket:1.0.6","labels":["notifier"],"name":"websocket","previousTimestamp":"2013-01-19T08:50:00.00Z","previousVersion":"1.0.5","releaseTimestamp":"2013-07-26T00:29:16.00Z","requiredCore":"1.499","scm":"https://github.com/jenkinsci/websocket-plugin","sha1":"6rItNYW7zTnZbOtNxV4RunCGbkk=","sha256":"jCvUMaRf3tMthLzyMVuqUZ0cxmOBUUZTABtb1etq/l8=","title":"Websocket Notifier","url":"http://updates.jenkins-ci.org/download/plugins/websocket/1.0.6/websocket.hpi","version":"1.0.6","wiki":"https://plugins.jenkins.io/websocket"},"websocketin-notification":{"buildDate":"Aug 16, 2019","dependencies":[],"developers":[{"developerId":"dhobi"}],"excerpt":"This plugin will send the status of the build at the beginning and the end through a websocket connection","gav":"io.jenkins.plugins:websocketin-notification:1.0","labels":[],"minimumJavaVersion":"1.8","name":"websocketin-notification","releaseTimestamp":"2019-08-16T12:25:20.00Z","requiredCore":"2.164.1","scm":"https://github.com/jenkinsci/websocketin-notification-plugin","sha1":"DlLXwLPPETGT62fzCOQulxk07rI=","sha256":"Dt9cm87VZfMwQqwv0o2MMT69uUCpEnOc3F/uh1GLJhE=","title":"Websocket.in Notification","url":"http://updates.jenkins-ci.org/download/plugins/websocketin-notification/1.0/websocketin-notification.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/websocketin-notification"},"websphere-deployer":{"buildDate":"May 07, 2018","dependencies":[],"developers":[{"developerId":"gregp","email":"gregpeters00@gmail.com","name":"Greg Peters"},{"developerId":"valeriop","name":"Valerio Ponte"}],"excerpt":"Deploys your web artifacts automatically to IBM WebSphere Application Server and IBM WebSphere Liberty Profile","gav":"org.jenkins-ci.plugins:websphere-deployer:1.6.1","labels":["post-build","notifier"],"name":"websphere-deployer","previousTimestamp":"2018-05-04T19:03:05.00Z","previousVersion":"1.6.0","releaseTimestamp":"2018-05-07T18:19:00.00Z","requiredCore":"1.608","scm":"https://github.com/jenkinsci/websphere-deployer-plugin","sha1":"/a7bzrKUilf5u3XMAC1qN44aBgs=","sha256":"Umwp+8LveOdta5pa3Jbbc8USq3Q7ptj74s3HJmJpTLY=","title":"WebSphere Deployer","url":"http://updates.jenkins-ci.org/download/plugins/websphere-deployer/1.6.1/websphere-deployer.hpi","version":"1.6.1","wiki":"https://plugins.jenkins.io/websphere-deployer"},"weibo":{"buildDate":"Oct 18, 2013","dependencies":[{"name":"maven-plugin","optional":false,"version":"1.466"},{"name":"token-macro","optional":true,"version":"1.8.1"},{"name":"javadoc","optional":false,"version":"1.0"}],"developers":[{"developerId":"jiafu1115","email":"fujian1115@gmail.com","name":"fu.jian"}],"excerpt":"This plugin allows you to publish content on Sina's microblog.","gav":"org.jenkins-ci.plugins:weibo:1.0.1","labels":["notifier"],"name":"weibo","releaseTimestamp":"2013-10-18T06:55:54.00Z","requiredCore":"1.466","scm":"https://github.com/jenkinsci/weibo-plugin","sha1":"yuq+kRG2+OYdXBXMqtBTj1jNu5o=","sha256":"lNFfZNE2go0DDGOsYqhBiQ5/XYf9Isb9E5ciipHV8KI=","title":"Weibo","url":"http://updates.jenkins-ci.org/download/plugins/weibo/1.0.1/weibo.hpi","version":"1.0.1","wiki":"https://plugins.jenkins.io/weibo"},"whitesource":{"buildDate":"Jan 27, 2019","dependencies":[{"name":"maven-plugin","optional":false,"version":"2.17"},{"name":"workflow-job","optional":false,"version":"2.0"},{"name":"workflow-step-api","optional":false,"version":"2.9"},{"name":"git","optional":true,"version":"1.1.14"},{"name":"workflow-cps","optional":false,"version":"2.0"}],"developers":[{"developerId":"annarozin","email":"anna.rozin@whitesourcesoftware.com","name":"Anna Rozin"},{"developerId":"ArtiomPetrov","email":"artiom.petrov@whitesourcesoftware.com","name":"Artiom Petrov"},{"developerId":"sramakrishna","email":"ramakrishna.sharvirala@gmail.com","name":"Ramakrishna Sharvirala"}],"excerpt":"This plugin brings automatic open source management with White Source<\/a> to jenkins users.","gav":"org.jenkins-ci.plugins:whitesource:19.1.1","labels":["report","external"],"name":"whitesource","previousTimestamp":"2018-11-04T07:27:08.00Z","previousVersion":"18.10.2","releaseTimestamp":"2019-01-27T07:02:00.00Z","requiredCore":"1.642.3","scm":"https://github.com/jenkinsci/whitesource-plugin","sha1":"wx77+o+BDAqMjoXOSGuAvZELpy4=","sha256":"PZD/H7waJPhsZX4zE+mUiWxfSxRjHhGlE8u58cvNdWM=","title":"White Source","url":"http://updates.jenkins-ci.org/download/plugins/whitesource/19.1.1/whitesource.hpi","version":"19.1.1","wiki":"https://plugins.jenkins.io/whitesource"},"wildfly-deployer":{"buildDate":"Apr 14, 2016","dependencies":[],"developers":[{"developerId":"dandillingham","email":"dan.b.dillingham@gmail.com","name":"Dan B. Dillingham"}],"excerpt":"This plugin deploys applications built with Jenkins to a WildFly server or server group.","gav":"org.jenkins-ci.plugins:wildfly-deployer:1.0.2","labels":["upload","post-build"],"name":"wildfly-deployer","previousTimestamp":"2015-11-06T21:29:30.00Z","previousVersion":"1.0.1","releaseTimestamp":"2016-04-14T18:51:31.00Z","requiredCore":"1.580.1","scm":"https://github.com/jenkinsci/wildfly-deployer-plugin","sha1":"4XoLLK28SfCRcwd9YuTy/U9YIhM=","sha256":"F0aPB42hbSgNljy3EWHXcN3kHI/htJ3AKGRUO6XJj4k=","title":"WildFly Deployer","url":"http://updates.jenkins-ci.org/download/plugins/wildfly-deployer/1.0.2/wildfly-deployer.hpi","version":"1.0.2","wiki":"https://plugins.jenkins.io/wildfly-deployer"},"windocks-start-container":{"buildDate":"Dec 02, 2016","dependencies":[],"developers":[{"developerId":"support","email":"support@windocks.com","name":"Windocks Support"}],"excerpt":"This plugin is used to create a SQL Server container on a docker server.","gav":"org.jenkins-ci.plugins:windocks-start-container:1.4","labels":["deployment","dotnet","misc","external"],"name":"windocks-start-container","releaseTimestamp":"2016-12-02T04:18:31.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/windocks-start-container-plugin","sha1":"c+CchbgPjctjibRoNI7J6ggwnOk=","sha256":"i1hxnq2aSc59nLCfTBk8HB6h9qrnGxeGtItA+whnfHQ=","title":"Start Windocks Containers","url":"http://updates.jenkins-ci.org/download/plugins/windocks-start-container/1.4/windocks-start-container.hpi","version":"1.4","wiki":"https://plugins.jenkins.io/windocks-start-container"},"windows-azure-storage":{"buildDate":"Jul 25, 2019","compatibleSinceVersion":"0.3.6","dependencies":[{"name":"blueocean-rest","optional":false,"version":"1.3.5"},{"name":"apache-httpcomponents-client-4-api","optional":false,"version":"4.5.5-3.0"},{"name":"azure-commons","optional":false,"version":"1.0.3"},{"name":"copyartifact","optional":false,"version":"1.38"},{"name":"credentials-binding","optional":false,"version":"1.11"},{"name":"credentials","optional":false,"version":"2.1.16"},{"name":"matrix-project","optional":true,"version":"1.3"},{"name":"plain-credentials","optional":false,"version":"1.4"}],"developers":[{"developerId":"vscjenkins","email":"vscjenkins@microsoft.com","name":"Visual Studio China Jenkins Team"}],"excerpt":"Azure Blob Storage Plugin enables uploading build
artifacts to, or downloading blob files from, Microsoft Azure Blob storage","gav":"org.jenkins-ci.plugins:windows-azure-storage:1.1.0","labels":["upload","post-build"],"minimumJavaVersion":"1.8","name":"windows-azure-storage","previousTimestamp":"2019-07-17T08:44:39.00Z","previousVersion":"1.0.4","releaseTimestamp":"2019-07-25T08:42:14.00Z","requiredCore":"2.89.4","scm":"https://github.com/jenkinsci/windows-azure-storage-plugin","sha1":"R4ewdR5aDpDnVGAtHfSOaIHZSfQ=","sha256":"RS/imffIzDbZgUb0dbZagE8gwh+kKiyaDbmuvMZCpl8=","title":"Windows Azure Storage","url":"http://updates.jenkins-ci.org/download/plugins/windows-azure-storage/1.1.0/windows-azure-storage.hpi","version":"1.1.0","wiki":"https://plugins.jenkins.io/windows-azure-storage"},"windows-exe-runner":{"buildDate":"Aug 19, 2013","dependencies":[],"developers":[{"developerId":"yasu_s","email":"yasuyuki.saito.2012@gmail.com","name":"Yasuyuki Saito"}],"excerpt":"This plug-in is used to run the Windows Exe.","gav":"org.jenkins-ci.plugins:windows-exe-runner:1.2","labels":["builder"],"name":"windows-exe-runner","previousTimestamp":"2013-04-06T12:10:20.00Z","previousVersion":"1.1","releaseTimestamp":"2013-08-19T12:51:32.00Z","requiredCore":"1.466","scm":"https://github.com/jenkinsci/windows-exe-runner-plugin","sha1":"8/6nNi5C1YT+x+8WXieu+pXfjT8=","sha256":"3LZhRZlBi3ixSg62lpwu1FYT22BXsXrv0JaBbfRC6Kk=","title":"Windows Exe Runner","url":"http://updates.jenkins-ci.org/download/plugins/windows-exe-runner/1.2/windows-exe-runner.hpi","version":"1.2","wiki":"https://plugins.jenkins.io/windows-exe-runner"},"windows-slaves":{"buildDate":"Dec 20, 2018","dependencies":[],"developers":[{"developerId":"oleg_nenashev","email":"o.v.nenashev@gmail.com","name":"Oleg Nenashev"}],"excerpt":"Allows you to setup agents on Windows machines over Windows Management Instrumentation (WMI)","gav":"org.jenkins-ci.plugins:windows-slaves:1.4","labels":["slaves"],"minimumJavaVersion":"1.7","name":"windows-slaves","previousTimestamp":"2017-03-14T16:31:20.00Z","previousVersion":"1.3.1","releaseTimestamp":"2018-12-20T08:58:46.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/windows-slaves-plugin","sha1":"A8UvD9+wjNUL+UUGKdhUuzChb2o=","sha256":"3znSw7HDOPlZC0EUg2svkwFcaYGhRQTDIFWbpE9bxQE=","title":"WMI Windows Agents","url":"http://updates.jenkins-ci.org/download/plugins/windows-slaves/1.4/windows-slaves.hpi","version":"1.4","wiki":"https://plugins.jenkins.io/windows-slaves"},"winrm-client":{"buildDate":"Mar 04, 2017","dependencies":[{"name":"credentials","optional":false,"version":"2.1.0"},{"name":"structs","optional":false,"version":"1.6"},{"name":"job-dsl","optional":true,"version":"1.41"}],"developers":[{"developerId":"pskumar448","email":"pskumar448@gmail.com","name":"Suresh Kumar"}],"excerpt":"Execute commands in remote windows machine using WinRM framework.","gav":"com.spcow.plugins:winrm-client:1.0","labels":[],"name":"winrm-client","releaseTimestamp":"2017-03-04T13:37:11.00Z","requiredCore":"1.651.3","scm":"https://github.com/jenkinsci/winrm-client-plugin","sha1":"jaZO3rnc7N8yaHn1KvZMH1H+6RU=","sha256":"Cy0ANyl35tDWEfjO6ks07OYV4mqUDlPwpqhYb+o076U=","title":"WinRM Client","url":"http://updates.jenkins-ci.org/download/plugins/winrm-client/1.0/winrm-client.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/winrm-client"},"wix":{"buildDate":"Jul 18, 2015","dependencies":[],"developers":[{"developerId":"rollinhand","email":"rollin.hand@gmx.de","name":"Bjoern Berg"}],"excerpt":"Builder for MSI packages depending on the Windows Installer XML toolset.","gav":"org.jenkins-ci.plugins:wix:1.12","labels":["post-build"],"name":"wix","previousTimestamp":"2015-07-07T20:19:27.00Z","previousVersion":"1.11","releaseTimestamp":"2015-07-18T10:41:23.00Z","requiredCore":"1.579","scm":"https://github.com/jenkinsci/wix-plugin","sha1":"rigBn/HaqVeQ1b4qS5LNaH9GRHM=","sha256":"JJY+VYfwhXotJNd+yAQ/C1Qrd/8nY+koXuPiYZ/UQpA=","title":"WIX Toolset","url":"http://updates.jenkins-ci.org/download/plugins/wix/1.12/wix.hpi","version":"1.12","wiki":"https://plugins.jenkins.io/wix"},"workflow-aggregator":{"buildDate":"Oct 03, 2018","dependencies":[{"name":"lockable-resources","optional":false,"version":"2.3"},{"name":"pipeline-stage-view","optional":false,"version":"2.10"},{"name":"workflow-api","optional":false,"version":"2.29"},{"name":"workflow-basic-steps","optional":false,"version":"2.11"},{"name":"workflow-cps-global-lib","optional":false,"version":"2.11"},{"name":"workflow-cps","optional":false,"version":"2.56"},{"name":"workflow-durable-task-step","optional":false,"version":"2.22"},{"name":"workflow-job","optional":false,"version":"2.25"},{"name":"workflow-multibranch","optional":false,"version":"2.20"},{"name":"workflow-scm-step","optional":false,"version":"2.6"},{"name":"workflow-step-api","optional":false,"version":"2.16"},{"name":"workflow-support","optional":false,"version":"2.20"},{"name":"cloudbees-folder","optional":false,"version":"6.6"},{"name":"credentials","optional":false,"version":"2.1.18"},{"name":"git-client","optional":false,"version":"2.7.3"},{"name":"jackson2-api","optional":false,"version":"2.8.11.3"},{"name":"pipeline-build-step","optional":false,"version":"2.7"},{"name":"pipeline-input-step","optional":false,"version":"2.8"},{"name":"pipeline-milestone-step","optional":false,"version":"1.3.1"},{"name":"pipeline-stage-step","optional":false,"version":"2.3"},{"name":"scm-api","optional":false,"version":"2.2.8"},{"name":"structs","optional":false,"version":"1.15"},{"name":"pipeline-model-definition","optional":false,"version":"1.3.2"}],"developers":[{"developerId":"abayer"}],"excerpt":"A suite of plugins that lets you orchestrate automation, simple or complex. See
Pipeline as Code with Jenkins<\/a> for more details.","gav":"org.jenkins-ci.plugins.workflow:workflow-aggregator:2.6","labels":["misc","cli","trigger","slaves"],"name":"workflow-aggregator","previousTimestamp":"2017-02-01T17:02:29.00Z","previousVersion":"2.5","releaseTimestamp":"2018-10-03T17:53:18.00Z","requiredCore":"2.130","scm":"https://github.com/jenkinsci/workflow-aggregator-plugin","sha1":"WMyFhdhclgWfrL/7TkchPfnnU20=","sha256":"vcxGcnfm5YmFPvLR2rnKjPaHIBejBra/YiO5qQviS/Y=","title":"Pipeline","url":"http://updates.jenkins-ci.org/download/plugins/workflow-aggregator/2.6/workflow-aggregator.hpi","version":"2.6","wiki":"https://plugins.jenkins.io/workflow-aggregator"},"workflow-api":{"buildDate":"Aug 29, 2019","dependencies":[{"name":"workflow-step-api","optional":false,"version":"2.16"},{"name":"scm-api","optional":false,"version":"2.2.6"},{"name":"structs","optional":false,"version":"1.17"}],"developers":[{"developerId":"dnusbaum"}],"excerpt":"Plugin that defines Pipeline API.","gav":"org.jenkins-ci.plugins.workflow:workflow-api:2.37","labels":["misc"],"minimumJavaVersion":"1.8","name":"workflow-api","previousTimestamp":"2019-08-01T17:36:20.00Z","previousVersion":"2.36","releaseTimestamp":"2019-08-29T20:06:07.00Z","requiredCore":"2.138.4","scm":"https://github.com/jenkinsci/workflow-api-plugin","sha1":"MKmN0avAYLskpdkLllOpnmNDMNw=","sha256":"nLhF3sSD96GVTBmZJSSUjoubMUYkifsgi0O+BU3ZuCE=","title":"Pipeline: API","url":"http://updates.jenkins-ci.org/download/plugins/workflow-api/2.37/workflow-api.hpi","version":"2.37","wiki":"https://plugins.jenkins.io/workflow-api"},"workflow-basic-steps":{"buildDate":"Jun 04, 2019","dependencies":[{"name":"workflow-api","optional":false,"version":"2.34"},{"name":"workflow-durable-task-step","optional":false,"version":"2.31"},{"name":"workflow-step-api","optional":false,"version":"2.20"},{"name":"apache-httpcomponents-client-4-api","optional":false,"version":"4.5.5-3.0"},{"name":"mailer","optional":false,"version":"1.18"},{"name":"structs","optional":false,"version":"1.18"}],"developers":[{"developerId":"dnusbaum"}],"excerpt":"Commonly used steps for Pipelines.","gav":"org.jenkins-ci.plugins.workflow:workflow-basic-steps:2.18","labels":["pipeline","misc"],"minimumJavaVersion":"1.8","name":"workflow-basic-steps","previousTimestamp":"2019-06-03T21:03:05.00Z","previousVersion":"2.17","releaseTimestamp":"2019-06-04T21:03:34.00Z","requiredCore":"2.150.1","scm":"https://github.com/jenkinsci/workflow-basic-steps-plugin","sha1":"u/cI0jfGmYC4HMI1XakEDZRcUJY=","sha256":"ARc6mf+o8DLJEqAHcJieuSCzQSD44rgWbCHM0/C/69o=","title":"Pipeline: Basic Steps","url":"http://updates.jenkins-ci.org/download/plugins/workflow-basic-steps/2.18/workflow-basic-steps.hpi","version":"2.18","wiki":"https://plugins.jenkins.io/workflow-basic-steps"},"workflow-cps":{"buildDate":"Aug 29, 2019","compatibleSinceVersion":"2.18","dependencies":[{"name":"workflow-api","optional":false,"version":"2.36"},{"name":"workflow-scm-step","optional":false,"version":"2.4"},{"name":"workflow-step-api","optional":false,"version":"2.20"},{"name":"workflow-support","optional":false,"version":"3.3"},{"name":"scm-api","optional":false,"version":"2.2.6"},{"name":"script-security","optional":false,"version":"1.62"},{"name":"structs","optional":false,"version":"1.20"},{"name":"support-core","optional":true,"version":"2.43"},{"name":"ace-editor","optional":false,"version":"1.0.1"},{"name":"jquery-detached","optional":false,"version":"1.2.1"}],"developers":[{"developerId":"dnusbaum"}],"excerpt":"Pipeline execution engine based on continuation passing style transformation of Groovy scripts.","gav":"org.jenkins-ci.plugins.workflow:workflow-cps:2.74","labels":["misc"],"minimumJavaVersion":"1.8","name":"workflow-cps","previousTimestamp":"2019-08-01T20:08:42.00Z","previousVersion":"2.73","releaseTimestamp":"2019-08-29T21:01:12.00Z","requiredCore":"2.138.4","scm":"https://github.com/jenkinsci/workflow-cps-plugin","sha1":"DiGfFnMV4lVbbtAC+YBbpVm4exA=","sha256":"z9pB0iXr/QzHKyF8Jvb0rjDKnWvKPKespHGFGajQqtM=","title":"Pipeline: Groovy","url":"http://updates.jenkins-ci.org/download/plugins/workflow-cps/2.74/workflow-cps.hpi","version":"2.74","wiki":"https://plugins.jenkins.io/workflow-cps"},"workflow-cps-global-lib":{"buildDate":"Jul 25, 2019","dependencies":[{"name":"workflow-api","optional":false,"version":"2.33"},{"name":"workflow-cps","optional":false,"version":"2.71"},{"name":"workflow-scm-step","optional":false,"version":"2.7"},{"name":"workflow-step-api","optional":false,"version":"2.20"},{"name":"workflow-support","optional":false,"version":"3.3"},{"name":"cloudbees-folder","optional":false,"version":"6.1.2"},{"name":"credentials","optional":false,"version":"2.1.18"},{"name":"git-server","optional":false,"version":"1.7"},{"name":"scm-api","optional":false,"version":"2.6.3"},{"name":"script-security","optional":false,"version":"1.60"},{"name":"structs","optional":false,"version":"1.19"}],"developers":[{"developerId":"dnusbaum"}],"excerpt":"Shared libraries for Pipeline scripts.","gav":"org.jenkins-ci.plugins.workflow:workflow-cps-global-lib:2.15","labels":["misc"],"minimumJavaVersion":"1.8","name":"workflow-cps-global-lib","previousTimestamp":"2019-07-11T19:06:12.00Z","previousVersion":"2.14","releaseTimestamp":"2019-07-25T22:06:20.00Z","requiredCore":"2.138.4","scm":"https://github.com/jenkinsci/workflow-cps-global-lib-plugin","sha1":"Z7bGmS54/NrXhIAmINpALuB3qSU=","sha256":"h17T/PMXDW1bFvTmT8fT6l/O7VvhDSvxwThGM9ezgxE=","title":"Pipeline: Shared Groovy Libraries","url":"http://updates.jenkins-ci.org/download/plugins/workflow-cps-global-lib/2.15/workflow-cps-global-lib.hpi","version":"2.15","wiki":"https://plugins.jenkins.io/workflow-cps-global-lib"},"workflow-cps-global-lib-http":{"buildDate":"Jun 25, 2019","dependencies":[{"name":"workflow-cps-global-lib","optional":false,"version":"2.10"},{"name":"apache-httpcomponents-client-4-api","optional":false,"version":"4.5.5-3.0"}],"developers":[{"developerId":"fpipart"}],"excerpt":"Shared libraries for Pipeline scripts via HTTP retrieval.","gav":"com.amadeus.jenkins.plugins:workflow-cps-global-lib-http:1.2.2","labels":["pipeline","misc"],"minimumJavaVersion":"1.8","name":"workflow-cps-global-lib-http","previousTimestamp":"2019-06-18T15:56:35.00Z","previousVersion":"1.2.1","releaseTimestamp":"2019-06-25T07:04:42.00Z","requiredCore":"2.121.3","scm":"https://github.com/jenkinsci/workflow-cps-global-lib-http-plugin","sha1":"qsEB7aifRBjywZkwYsDMkeGj1rY=","sha256":"w0WUQda5Ln4GRWWeJNdxyhqMzBRUHzP+igaokbGb5oA=","title":"Pipeline: Shared Groovy Libraries through HTTP retrieval","url":"http://updates.jenkins-ci.org/download/plugins/workflow-cps-global-lib-http/1.2.2/workflow-cps-global-lib-http.hpi","version":"1.2.2","wiki":"https://plugins.jenkins.io/workflow-cps-global-lib-http"},"workflow-durable-task-step":{"buildDate":"Jul 29, 2019","dependencies":[{"name":"workflow-api","optional":false,"version":"2.33"},{"name":"workflow-step-api","optional":false,"version":"2.20"},{"name":"workflow-support","optional":false,"version":"3.3"},{"name":"durable-task","optional":false,"version":"1.29"},{"name":"scm-api","optional":false,"version":"2.2.6"},{"name":"script-security","optional":false,"version":"1.58"},{"name":"structs","optional":false,"version":"1.18"}],"developers":[{"developerId":"dnusbaum"}],"excerpt":"Pipeline steps locking agents and workspaces, and running external processes that may survive a Jenkins restart or slave reconnection.","gav":"org.jenkins-ci.plugins.workflow:workflow-durable-task-step:2.33","labels":["pipeline","misc"],"minimumJavaVersion":"1.8","name":"workflow-durable-task-step","previousTimestamp":"2019-07-05T19:38:41.00Z","previousVersion":"2.32","releaseTimestamp":"2019-07-29T20:08:07.00Z","requiredCore":"2.176.1","scm":"https://github.com/jenkinsci/workflow-durable-task-step-plugin","sha1":"4Mdx3gzyWDC1EeMhaCYZIx2XWz4=","sha256":"o/vahFu/4+IxiL71LhHkPgRykHVAPsfSNiQ8qdrUA2Y=","title":"Pipeline: Nodes and Processes","url":"http://updates.jenkins-ci.org/download/plugins/workflow-durable-task-step/2.33/workflow-durable-task-step.hpi","version":"2.33","wiki":"https://plugins.jenkins.io/workflow-durable-task-step"},"workflow-job":{"buildDate":"Aug 21, 2019","compatibleSinceVersion":"2.26","dependencies":[{"name":"workflow-api","optional":false,"version":"2.36"},{"name":"workflow-step-api","optional":false,"version":"2.19"},{"name":"workflow-support","optional":false,"version":"3.2"}],"developers":[{"developerId":"dnusbaum"}],"excerpt":"Defines a new job type for pipelines and provides their generic user interface.","gav":"org.jenkins-ci.plugins.workflow:workflow-job:2.34","labels":["misc"],"minimumJavaVersion":"1.8","name":"workflow-job","previousTimestamp":"2019-06-27T17:57:36.00Z","previousVersion":"2.33","releaseTimestamp":"2019-08-21T21:28:44.00Z","requiredCore":"2.138.4","scm":"https://github.com/jenkinsci/workflow-job-plugin","sha1":"9Bhumm32c5k5izq6isiPBj2KkWQ=","sha256":"S1tCb7MXyxY3lsGZWNodJ/32A+W8FjNQ8FU4xwebd/g=","title":"Pipeline: Job","url":"http://updates.jenkins-ci.org/download/plugins/workflow-job/2.34/workflow-job.hpi","version":"2.34","wiki":"https://plugins.jenkins.io/workflow-job"},"workflow-multibranch":{"buildDate":"Mar 07, 2019","dependencies":[{"name":"workflow-api","optional":false,"version":"2.27"},{"name":"workflow-cps","optional":false,"version":"2.53"},{"name":"workflow-job","optional":false,"version":"2.21"},{"name":"workflow-scm-step","optional":false,"version":"2.4"},{"name":"workflow-step-api","optional":false,"version":"2.13"},{"name":"workflow-support","optional":false,"version":"2.17"},{"name":"branch-api","optional":false,"version":"2.0.21"},{"name":"cloudbees-folder","optional":false,"version":"6.1.2"},{"name":"scm-api","optional":false,"version":"2.2.7"},{"name":"script-security","optional":false,"version":"1.42"},{"name":"structs","optional":false,"version":"1.17"}],"developers":[{"developerId":"rsandell"}],"excerpt":"Enhances Pipeline plugin to handle branches better by automatically grouping builds from different branches.","gav":"org.jenkins-ci.plugins.workflow:workflow-multibranch:2.21","labels":["misc","scm-related"],"name":"workflow-multibranch","previousTimestamp":"2018-07-09T17:33:53.00Z","previousVersion":"2.20","releaseTimestamp":"2019-03-07T15:39:29.00Z","requiredCore":"2.121.1","scm":"https://github.com/jenkinsci/workflow-multibranch-plugin","sha1":"zVL8uXy+A5UpEvBAN/uxjiixEko=","sha256":"UWxhw6yXgYPhyUQjfnTS53LtHu9Y/lXD7WtJgkpG/EA=","title":"Pipeline: Multibranch","url":"http://updates.jenkins-ci.org/download/plugins/workflow-multibranch/2.21/workflow-multibranch.hpi","version":"2.21","wiki":"https://plugins.jenkins.io/workflow-multibranch"},"workflow-remote-loader":{"buildDate":"May 27, 2019","dependencies":[{"name":"workflow-aggregator","optional":false,"version":"1.11"}],"developers":[{"developerId":"oleg_nenashev","email":"o.v.nenashev@gmail.com","name":"Oleg Nenashev"},{"developerId":"escoem","name":"Emilio Escobar"}],"excerpt":"Allows loading Pipeline script from remote locations (enhanced version of the built-in load command)","gav":"org.jenkins-ci.plugins:workflow-remote-loader:1.5","labels":[],"name":"workflow-remote-loader","previousTimestamp":"2017-02-13T11:16:04.00Z","previousVersion":"1.4","releaseTimestamp":"2019-05-27T20:53:48.00Z","requiredCore":"1.609.1","scm":"https://github.com/jenkinsci/workflow-remote-loader-plugin","sha1":"qiBAenivpBGfyCv02eGihmdgavI=","sha256":"rR7fDI/nr8L1Jm4iowiD8UobOcA6Lz4n3Qk+xVvnqgM=","title":"Pipeline Remote Loader","url":"http://updates.jenkins-ci.org/download/plugins/workflow-remote-loader/1.5/workflow-remote-loader.hpi","version":"1.5","wiki":"https://plugins.jenkins.io/workflow-remote-loader"},"workflow-scm-step":{"buildDate":"Jun 07, 2019","dependencies":[{"name":"workflow-step-api","optional":false,"version":"2.9"}],"developers":[{"developerId":"dnusbaum"}],"excerpt":"Adds a Pipeline step to check out or update working sources from various SCMs (version control).","gav":"org.jenkins-ci.plugins.workflow:workflow-scm-step:2.9","labels":["misc","scm-related"],"name":"workflow-scm-step","previousTimestamp":"2019-06-05T21:07:05.00Z","previousVersion":"2.8","releaseTimestamp":"2019-06-07T18:32:00.00Z","requiredCore":"2.60","scm":"https://github.com/jenkinsci/workflow-scm-step-plugin","sha1":"vPMGagrlS+TSu5XPvR8g0pc3+1g=","sha256":"Y7EF7XduJp9pFQUiGNXNcx2mDKviKRu/0HGOpOOEuYE=","title":"Pipeline: SCM Step","url":"http://updates.jenkins-ci.org/download/plugins/workflow-scm-step/2.9/workflow-scm-step.hpi","version":"2.9","wiki":"https://plugins.jenkins.io/workflow-scm-step"},"workflow-step-api":{"buildDate":"Jun 03, 2019","dependencies":[{"name":"structs","optional":false,"version":"1.18"}],"developers":[{"developerId":"dnusbaum"}],"excerpt":"API for asynchronous build step primitive.","gav":"org.jenkins-ci.plugins.workflow:workflow-step-api:2.20","labels":["misc"],"minimumJavaVersion":"1.8","name":"workflow-step-api","previousTimestamp":"2019-02-01T20:11:55.00Z","previousVersion":"2.19","releaseTimestamp":"2019-06-03T17:45:59.00Z","requiredCore":"2.121.1","scm":"https://github.com/jenkinsci/workflow-step-api-plugin","sha1":"NS8mtdxLprhjuqX/y1wMNVxumKM=","sha256":"bf8E3A+zjhI5hUEq0acqRfnuGZy7hHwRa/a3zF7c56o=","title":"Pipeline: Step API","url":"http://updates.jenkins-ci.org/download/plugins/workflow-step-api/2.20/workflow-step-api.hpi","version":"2.20","wiki":"https://plugins.jenkins.io/workflow-step-api"},"workflow-support":{"buildDate":"Apr 25, 2019","compatibleSinceVersion":"3.0","dependencies":[{"name":"workflow-api","optional":false,"version":"2.30"},{"name":"workflow-step-api","optional":false,"version":"2.19"},{"name":"scm-api","optional":false,"version":"2.2.6"},{"name":"script-security","optional":false,"version":"1.39"}],"developers":[{"developerId":"dnusbaum"}],"excerpt":"Common utility implementations to build Pipeline Plugin","gav":"org.jenkins-ci.plugins.workflow:workflow-support:3.3","labels":["misc"],"minimumJavaVersion":"1.8","name":"workflow-support","previousTimestamp":"2019-02-01T20:58:04.00Z","previousVersion":"3.2","releaseTimestamp":"2019-04-25T20:51:26.00Z","requiredCore":"2.121.1","scm":"https://github.com/jenkinsci/workflow-support-plugin","sha1":"YtjhmZUJINiuiHaPMFeQmN9db5c=","sha256":"DysY0N6bfJSrwDcB4z9mBiA4LdT8yDYA1qr8tYiNj1E=","title":"Pipeline: Supporting APIs","url":"http://updates.jenkins-ci.org/download/plugins/workflow-support/3.3/workflow-support.hpi","version":"3.3","wiki":"https://plugins.jenkins.io/workflow-support"},"working-hours":{"buildDate":"Nov 29, 2018","dependencies":[{"name":"workflow-api","optional":false,"version":"2.22"},{"name":"workflow-durable-task-step","optional":false,"version":"2.9"},{"name":"workflow-job","optional":false,"version":"2.10"},{"name":"workflow-multibranch","optional":false,"version":"2.16"},{"name":"workflow-step-api","optional":false,"version":"2.16"},{"name":"workflow-support","optional":false,"version":"2.14"},{"name":"script-security","optional":false,"version":"1.26"},{"name":"structs","optional":false,"version":"1.14"}],"developers":[{"developerId":"jeffpearce","email":"jxpearce@godaddy.com","name":"Jeff Pearce"}],"excerpt":"Provides step to prevent a job from running outside configured working hours.","gav":"org.jenkins-ci.plugins:working-hours:1.0","labels":[],"name":"working-hours","releaseTimestamp":"2018-11-29T21:27:16.00Z","requiredCore":"2.73.3","scm":"https://github.com/jenkinsci/working-hours-plugin","sha1":"28U47+aC9Iu3pRQUZ1R6Rt2olE4=","sha256":"1wh9ndIUvOfnJeNep6TR1VT75TnUhHgZE5MtVHvX+ZA=","title":"Working Hours","url":"http://updates.jenkins-ci.org/download/plugins/working-hours/1.0/working-hours.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/working-hours"},"workplace-notifier":{"buildDate":"Jun 15, 2015","dependencies":[],"developers":[{"developerId":"sameerElance","email":"sshah@elance-odesk.com","name":"Sameer Shah"}],"excerpt":"This plugin from Tikal Knowledge<\/a> allows sending running Jobs status notifications.","gav":"jenkins.plugins.elanceodesk:workplace-notifier:1.16","labels":["notifier"],"name":"workplace-notifier","previousTimestamp":"2015-05-13T23:41:42.00Z","previousVersion":"1.15","releaseTimestamp":"2015-06-15T18:45:37.00Z","requiredCore":"1.576","scm":"https://github.com/jenkinsci/workplace-plugin","sha1":"6yKHLNljxTiJvrkZkt8Bf6AP6Hs=","sha256":"mClf+3ctdrjXDrkS8qkJNA70kRQf7KFKG8ZL/QjrKBE=","title":"workplace-notifier","url":"http://updates.jenkins-ci.org/download/plugins/workplace-notifier/1.16/workplace-notifier.hpi","version":"1.16","wiki":"https://plugins.jenkins.io/workplace-notifier"},"writable-filesystem-monitor":{"buildDate":"May 27, 2013","dependencies":[],"developers":[{"developerId":"nicolas"}],"excerpt":"Monitor slave to check tmp file system isn't mounted read-only.","gav":"org.jenkins-ci.plugins:writable-filesystem-monitor:0.1","labels":[],"name":"writable-filesystem-monitor","releaseTimestamp":"2013-05-27T14:07:24.00Z","requiredCore":"1.509.1","scm":"https://github.com/jenkinsci/writable-filesystem-monitor","sha1":"S/ZbxtOnnE4dMXhQVAq637mHM+U=","sha256":"jchUArkthDB1S2RWmfX0EKMhr7X0mhBX1X1KjaPA/5g=","title":"writable-filesystem-monitor","url":"http://updates.jenkins-ci.org/download/plugins/writable-filesystem-monitor/0.1/writable-filesystem-monitor.hpi","version":"0.1","wiki":"https://plugins.jenkins.io/writable-filesystem-monitor"},"ws-cleanup":{"buildDate":"Dec 17, 2018","dependencies":[{"name":"workflow-durable-task-step","optional":false,"version":"2.4"},{"name":"matrix-project","optional":false,"version":"1.7.1"},{"name":"resource-disposer","optional":false,"version":"0.3"},{"name":"script-security","optional":false,"version":"1.18.1"},{"name":"structs","optional":false,"version":"1.5"}],"developers":[{"developerId":"olivergondza","name":"Oliver Gondža"}],"excerpt":"This plugin deletes the project workspace when invoked.","gav":"org.jenkins-ci.plugins:ws-cleanup:0.37","labels":["post-build","buildwrapper"],"name":"ws-cleanup","previousTimestamp":"2018-10-17T06:52:13.00Z","previousVersion":"0.36","releaseTimestamp":"2018-12-17T12:53:35.00Z","requiredCore":"1.642.1","scm":"https://github.com/jenkinsci/ws-cleanup-plugin","sha1":"VMfs4eMvWrCt3vnogV5YObZtmyE=","sha256":"nXStzJEeGwjHQSwjqlX2qm0BbwAFh9JVWYzhZ1TYqQ0=","title":"Workspace Cleanup","url":"http://updates.jenkins-ci.org/download/plugins/ws-cleanup/0.37/ws-cleanup.hpi","version":"0.37","wiki":"https://plugins.jenkins.io/ws-cleanup"},"ws-execution-manager":{"buildDate":"Aug 16, 2019","dependencies":[{"name":"credentials","optional":false,"version":"2.1.10"},{"name":"structs","optional":false,"version":"1.17"}],"developers":[{"developerId":"worksoft","email":"jenkins-maintainers@worksoft.com","name":"Worksoft, Inc."}],"excerpt":"Adds build step for interacting with a Worksoft Execution Manager.","gav":"org.jenkins-ci.plugins:ws-execution-manager:10.0.2.27","labels":[],"name":"ws-execution-manager","previousTimestamp":"2019-04-24T15:00:12.00Z","previousVersion":"10.0.1.19","releaseTimestamp":"2019-08-16T11:06:43.00Z","requiredCore":"2.73.3","scm":"https://github.com/jenkinsci/ws-execution-manager-plugin","sha1":"51+zmRB8WfA5JTwWjgR5pqAI+J8=","sha256":"3NlNlVKOwM27o4VwQyu9de3Lvt9wE1J+EGxWubtP2nM=","title":"Worksoft Execution Manager","url":"http://updates.jenkins-ci.org/download/plugins/ws-execution-manager/10.0.2.27/ws-execution-manager.hpi","version":"10.0.2.27","wiki":"https://plugins.jenkins.io/ws-execution-manager"},"ws-ws-replacement":{"buildDate":"Jun 17, 2016","dependencies":[],"developers":[{"developerId":"leewinder","email":"lee.winder@gmail.com","name":"Lee Winder"}],"excerpt":"Replaces any spaces in a job name when it is created on a Jenkins agent. This allows Job names to have spaces without putting spaces in the workspace folder.","gav":"org.jenkins-ci.plugins:ws-ws-replacement:1.0.1","labels":["misc"],"name":"ws-ws-replacement","releaseTimestamp":"2016-06-17T17:21:00.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/ws-ws-replacement-plugin","sha1":"bxI+zr1Hx2m+Cz/h+UUW0/7gSoY=","sha256":"Adl1h36lk+tWEHBeBhAuG8tFCfSIYum++ZnALYtDQO0=","title":"Workspace Whitespace Replacement","url":"http://updates.jenkins-ci.org/download/plugins/ws-ws-replacement/1.0.1/ws-ws-replacement.hpi","version":"1.0.1","wiki":"https://plugins.jenkins.io/ws-ws-replacement"},"wso2id-oauth":{"buildDate":"May 02, 2017","dependencies":[{"name":"mailer","optional":false,"version":"1.16"}],"developers":[{"developerId":"jyl-cristoff-zobeide","email":"jylcristoff.zobeide@digitaslbi.fr","name":"Jyl-Cristoff ZOBEIDE"}],"excerpt":"This is the an authentication plugin using WSO2 identity Server OAuth.","gav":"org.jenkins-ci.plugins:wso2id-oauth:1.0","labels":[],"name":"wso2id-oauth","releaseTimestamp":"2017-05-02T15:44:25.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/wso2id-oauth-plugin","sha1":"tHXnUYlqfYE/aJnN+vCTKpV7Ixk=","sha256":"m5nKsFuFPIBa3uY6OCBcb4YnIYs2uWgsApmeGCG/acI=","title":"WSO2 Oauth","url":"http://updates.jenkins-ci.org/download/plugins/wso2id-oauth/1.0/wso2id-oauth.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/wso2id-oauth"},"wwpass-plugin":{"buildDate":"Dec 15, 2015","dependencies":[],"developers":[{"developerId":"spanyushkin","email":"s.panyushkin@wwpass.com","name":"Stanislav Panyushkin"}],"excerpt":"This plugin enables user authentication via WWPass.","gav":"org.jenkins-ci.plugins:wwpass-plugin:2.0","labels":["user"],"name":"wwpass-plugin","previousTimestamp":"2014-02-06T11:52:11.00Z","previousVersion":"1.1","releaseTimestamp":"2015-12-15T12:01:01.00Z","requiredCore":"1.641","scm":"https://github.com/jenkinsci/wwpass-plugin","sha1":"HFaPt6IuntKrUzwqEFRSqTwQRtE=","sha256":"+BupIYrTQ4sk3+DKpfNPa80DkPj652qoBi7uv1SbuC4=","title":"WWPass Authentication","url":"http://updates.jenkins-ci.org/download/plugins/wwpass-plugin/2.0/wwpass-plugin.hpi","version":"2.0","wiki":"https://plugins.jenkins.io/wwpass-plugin"},"xcode-plugin":{"buildDate":"May 27, 2019","compatibleSinceVersion":"2.0.0","dependencies":[{"name":"workflow-cps","optional":true,"version":"2.0"},{"name":"credentials","optional":false,"version":"1.21"},{"name":"structs","optional":false,"version":"1.10"},{"name":"token-macro","optional":false,"version":"2.0"}],"developers":[{"developerId":"rayhilton","email":"ray.hilton@gmail.com","name":"Ray Yamamoto Hilton"},{"developerId":"aheritier","email":"aheritier@apache.org","name":"Arnaud Heritier"},{"developerId":"lacostej","email":"jerome.lacoste@gmail.com","name":"Jerome Lacoste"},{"developerId":"kazuhidet","email":"kazuhide.t@linux-powered.com","name":"Kazuhide Takahashi"}],"excerpt":"This plugin provides builders to build xcode projects, invoke agvtool and package .ipa files","gav":"org.jenkins-ci.plugins:xcode-plugin:2.0.12","labels":[],"name":"xcode-plugin","previousTimestamp":"2019-02-19T09:18:19.00Z","previousVersion":"2.0.11","releaseTimestamp":"2019-05-27T02:39:42.00Z","requiredCore":"1.625.1","scm":"https://github.com/jenkinsci/xcode-plugin","sha1":"J8Pyv06UmksRL1EdAW/ppuuGyKM=","sha256":"MvgtBFwjVmr3oluWYnEeDBC2zKrij0Ui/EbLMhFDagw=","title":"Xcode integration","url":"http://updates.jenkins-ci.org/download/plugins/xcode-plugin/2.0.12/xcode-plugin.hpi","version":"2.0.12","wiki":"https://plugins.jenkins.io/xcode-plugin"},"xcp-ci":{"buildDate":"Mar 22, 2016","dependencies":[{"name":"maven-plugin","optional":false,"version":"2.8"}],"developers":[{"developerId":"joao.ribeiro","email":"joao.ribeiro@vilt-group.com","name":"João Ribeiro"}],"excerpt":"Allows the generation and deployment of Documentum xCP applications.","gav":"com.viltgroup.xcp.jenkins:xcp-ci:0.5.5","labels":["external"],"name":"xcp-ci","previousTimestamp":"2016-03-02T22:20:15.00Z","previousVersion":"0.5.4","releaseTimestamp":"2016-03-22T22:23:29.00Z","requiredCore":"1.617","scm":"https://github.com/jenkinsci/jenkins-xcp-ci-plugin","sha1":"bQDToI6s3oXNRqNuUZBGDsfSQC4=","sha256":"+fijuGhyXcIytQrqsBkTPHB2KVkJUyeHW+iYyzPJXwI=","title":"Documentum xCP","url":"http://updates.jenkins-ci.org/download/plugins/xcp-ci/0.5.5/xcp-ci.hpi","version":"0.5.5","wiki":"https://plugins.jenkins.io/xcp-ci"},"xfpanel":{"buildDate":"Sep 18, 2015","dependencies":[{"name":"claim","optional":false,"version":"1.7"}],"developers":[{"developerId":"jrenaut","email":"julienrenaut@gmail.com","name":"Julien RENAUT"},{"developerId":"hoodja","email":"hoodja@gmail.com","name":"James Hood"},{"developerId":"nikom","email":"niko.mahle@googlemail.com","name":"Niko Mahle"},{"developerId":"tblue468","email":"tilman+jenkins@ax86.net","name":"Tilman Blumenbach"},{"developerId":"tomaszbechdev","email":"tomaszbechdev@gmail.com","name":"Tomasz Bech"}],"excerpt":"Adds an eXtreme Feedback View intended to be used on large panels to monitor the status of the selected jobs.","gav":"org.jenkins-ci.plugins:xfpanel:2.0.1","labels":["report","ui"],"name":"xfpanel","previousTimestamp":"2015-07-21T10:47:41.00Z","previousVersion":"2.0.0","releaseTimestamp":"2015-09-18T07:56:27.00Z","requiredCore":"1.475","scm":"https://github.com/jenkinsci/xfpanel-plugin","sha1":"eQRRd42X16KarZZq9I7S7WB2UVo=","sha256":"1GVW0wwLnjoSWgmkR2DN+CukvpgTNxq8mdAYE5UrGE0=","title":"eXtreme Feedback Panel","url":"http://updates.jenkins-ci.org/download/plugins/xfpanel/2.0.1/xfpanel.hpi","version":"2.0.1","wiki":"https://plugins.jenkins.io/xfpanel"},"xframe-filter-plugin":{"buildDate":"Jun 30, 2014","dependencies":[],"developers":[{"developerId":"jieryn","email":"jieryn@gmail.com","name":"Jesse Farinacci"}],"excerpt":"The XFrame Filter Plugin<\/a> provides a very simple filter which optionally adds an X-Frame-Options response header. The X-Frame-Options HTTP response header<\/a> can be used to indicate whether or not a browser should be allowed to render a page in a frame or iframe. Sites can use this to avoid clickjacking attacks, by ensuring that their content is not embedded into other sites. Jenkins core by default sets this to SAMEORIGIN<\/code> but using this plugin you can select other options.","gav":"org.jenkins-ci.plugins:xframe-filter-plugin:1.2","labels":["page-decorator","misc"],"name":"xframe-filter-plugin","previousTimestamp":"2014-02-21T18:00:40.00Z","previousVersion":"1.1","releaseTimestamp":"2014-06-30T18:03:24.00Z","requiredCore":"1.532.2","scm":"https://github.com/jenkinsci/xframe-filter-plugin","sha1":"zH5a9QKGNbsCK8bAV3M1VOG/7jA=","sha256":"/+qL/+mi1VTV5LlaCpQZ0lqH9MuQ2oJjcUMIpIReQcw=","title":"XFrame Filter","url":"http://updates.jenkins-ci.org/download/plugins/xframe-filter-plugin/1.2/xframe-filter-plugin.hpi","version":"1.2","wiki":"https://plugins.jenkins.io/xframe-filter-plugin"},"xframium":{"buildDate":"Apr 19, 2019","compatibleSinceVersion":"2.9","dependencies":[],"developers":[{"developerId":"allengeary","email":"ageary@minnimsoft.com","name":"Allen Geary"}],"excerpt":"Allows configuration and execution of XFramium scripts","gav":"org.jenkins-ci.plugins:xframium:1.0.22","labels":[],"name":"xframium","previousTimestamp":"2018-06-25T11:24:12.00Z","previousVersion":"1.0.19","releaseTimestamp":"2019-04-19T15:52:27.00Z","requiredCore":"2.60.1","scm":"https://github.com/jenkinsci/xframium-plugin","sha1":"rU2mNRxWBlhMU40Lxwz336RWpLw=","sha256":"4gHgMFDijxpvtQORtrxZ+4vUn+Om4zx+xn2oUcQrbik=","title":"XFramium Builder","url":"http://updates.jenkins-ci.org/download/plugins/xframium/1.0.22/xframium.hpi","version":"1.0.22","wiki":"https://plugins.jenkins.io/xframium"},"xlrelease-plugin":{"buildDate":"Jun 24, 2019","dependencies":[{"name":"credentials","optional":false,"version":"2.1.18"},{"name":"workflow-step-api","optional":false,"version":"2+"},{"name":"cloudbees-folder","optional":false,"version":"6.7"},{"name":"structs","optional":false,"version":"1.10"}],"developers":[{"developerId":"XebiaLabsCI","email":"xl-developers (at) xebialabs (dot) com","name":"XebiaLabs"}],"excerpt":"Package and deploy your applications from Jenkins with XebiaLabs XL Release<\/a>.","gav":"com.xebialabs.ci:xlrelease-plugin:7.5.4","labels":["post-build","external"],"name":"xlrelease-plugin","previousTimestamp":"2019-03-14T18:18:42.00Z","previousVersion":"7.5.3","releaseTimestamp":"2019-06-24T14:59:46.00Z","requiredCore":"2.150.1","scm":"https://github.com/jenkinsci/XL+Release-plugin","sha1":"4aCaIq4YUUlO+gyRKaO5NXcTs4w=","sha256":"Dg8xmGXizZ7mVWNbPqjU21AHHjgo9PGc/rVx3a0mZ0s=","title":"XebiaLabs XL Release","url":"http://updates.jenkins-ci.org/download/plugins/xlrelease-plugin/7.5.4/xlrelease-plugin.hpi","version":"7.5.4","wiki":"https://plugins.jenkins.io/xlrelease-plugin"},"xlrelease-var-setter":{"buildDate":"Jun 13, 2017","dependencies":[{"name":"envinject","optional":false,"version":"2.1"}],"developers":[{"developerId":"obeautier","email":"olivier.beautier@arkea.com","name":"Olivier Beautier"}],"excerpt":"This plugin sets variables values into a running XL Release release..","gav":"com.arkea.satd:xlrelease-var-setter:0.4","labels":[],"name":"xlrelease-var-setter","previousTimestamp":"2017-06-12T10:10:16.00Z","previousVersion":"0.3","releaseTimestamp":"2017-06-13T07:19:25.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/xlrelease-var-setter-plugin","sha1":"ovW7jXj6MBE8OrEGhvmk3tOIphA=","sha256":"Rkw/43gLqTsgYXxPlUKvcMH58/D2Pc/o8hVPCr5W0No=","title":"XLRelease Variables Setter","url":"http://updates.jenkins-ci.org/download/plugins/xlrelease-var-setter/0.4/xlrelease-var-setter.hpi","version":"0.4","wiki":"https://plugins.jenkins.io/xlrelease-var-setter"},"xml-job-to-job-dsl":{"buildDate":"Jun 28, 2018","dependencies":[{"name":"structs","optional":false,"version":"1.7"}],"developers":[{"developerId":"alandoni","email":"alan_doni@hotmail.com","name":"Alan Donizete Quintiliano"}],"excerpt":"Use this plugin to convert your jobs into DSL Groovy scripts","gav":"com.adq.jenkins:xml-job-to-job-dsl:0.1.10","labels":[],"name":"xml-job-to-job-dsl","previousTimestamp":"2018-03-06T15:16:57.00Z","previousVersion":"0.1.7","releaseTimestamp":"2018-06-28T01:44:13.00Z","requiredCore":"2.7.3","scm":"https://github.com/jenkinsci/xml-job-to-dsl-plugin","sha1":"e/n6bcHQpUe88pN84HH5ybpEPy8=","sha256":"7BvGt1lcU2jPHfkoBHpv7P07pk6F57fREvkeXq2sVA0=","title":"XML Job to Job DSL","url":"http://updates.jenkins-ci.org/download/plugins/xml-job-to-job-dsl/0.1.10/xml-job-to-job-dsl.hpi","version":"0.1.10","wiki":"https://plugins.jenkins.io/xml-job-to-job-dsl"},"xooa":{"buildDate":"Aug 21, 2019","dependencies":[{"name":"structs","optional":false,"version":"1.7"}],"developers":[{"developerId":"vinayxooa","email":"vinay.bagul@xooa.com","name":"Vinay Bagul"}],"excerpt":"Xooa Jenkins","gav":"io.jenkins.plugins:xooa:0.0.7","labels":[],"name":"xooa","previousTimestamp":"2019-06-05T05:57:18.00Z","previousVersion":"0.0.6","releaseTimestamp":"2019-08-21T05:44:21.00Z","requiredCore":"2.73.3","scm":"https://github.com/jenkinsci/xooa-plugin","sha1":"LsfEUF+MpJAGGQeOLGuRvv6tRVI=","sha256":"rQ4uacRj8AM2sKfP6F6a2Hh2Yxa+VEVrlOxOaiZU3r4=","title":"Xooa","url":"http://updates.jenkins-ci.org/download/plugins/xooa/0.0.7/xooa.hpi","version":"0.0.7","wiki":"https://plugins.jenkins.io/xooa"},"xpath-config-viewer":{"buildDate":"May 21, 2012","dependencies":[],"developers":[{"developerId":"ffromm","email":"frederik.fromm@gmail.com","name":"Frederik Fromm"}],"excerpt":"This plugin allows to view job configurations selected by xpath expressions.","gav":"org.jenkins-ci.plugins:xpath-config-viewer:1.1.1","labels":["misc"],"name":"xpath-config-viewer","previousTimestamp":"2012-03-07T07:35:17.00Z","previousVersion":"1.1.0","releaseTimestamp":"2012-05-21T16:03:42.00Z","requiredCore":"1.424","scm":"https://github.com/jenkinsci/xpath-config-viewer-plugin","sha1":"DSL/usWSQU9THJRxm1rd5Uw2Yi4=","sha256":"IHDshFbwchW76AKbLTbCZGR73pbXffAPeEyXhp09jEA=","title":"XPath Configuration Viewer","url":"http://updates.jenkins-ci.org/download/plugins/xpath-config-viewer/1.1.1/xpath-config-viewer.hpi","version":"1.1.1","wiki":"https://plugins.jenkins.io/xpath-config-viewer"},"xpdev":{"buildDate":"Jun 26, 2012","dependencies":[{"name":"git","optional":false,"version":"1.1.17"},{"name":"mercurial","optional":false,"version":"1.41"},{"name":"subversion","optional":false,"version":"1.40"}],"developers":[{"developerId":"ndeloof","name":"Nicolas De Loof"}],"excerpt":"","gav":"com.cloudbees.jenkins.plugins:xpdev:1.0","labels":[],"name":"xpdev","releaseTimestamp":"2012-06-26T09:42:35.00Z","requiredCore":"1.447","scm":"https://github.com/jenkinsci/xpdev-plugin","sha1":"jtb/FToA+IR4YXH/lTCNu6uBW5Y=","sha256":"NZmmAGRqRd6J2L3lCxJosYavhWHFgTNjH1luBFEwIPw=","title":"XP-Dev","url":"http://updates.jenkins-ci.org/download/plugins/xpdev/1.0/xpdev.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/xpdev"},"xshell":{"buildDate":"Jul 28, 2014","dependencies":[],"developers":[{"developerId":"mambu","email":"marco.ambu+jenkins@gmail.com","name":"Marco Ambu"}],"excerpt":"This plugin allows to run a cross platform Shell command.
It chooses the right shell depending on the real operating system running during execution.","gav":"org.jenkins-ci.plugins:xshell:0.10","labels":["builder"],"name":"xshell","previousTimestamp":"2013-11-10T17:48:13.00Z","previousVersion":"0.9","releaseTimestamp":"2014-07-28T20:50:42.00Z","requiredCore":"1.499","scm":"https://github.com/jenkinsci/xshell-plugin","sha1":"lnpL/tzmipQHzDbSlcaHUHRJhSQ=","sha256":"kBFG9p4QW5ZEcdzTT6mHfcuKp6xILczYmgEynWMpYsQ=","title":"cross-platform shell","url":"http://updates.jenkins-ci.org/download/plugins/xshell/0.10/xshell.hpi","version":"0.10","wiki":"https://plugins.jenkins.io/xshell"},"xunit":{"buildDate":"Jun 11, 2019","dependencies":[{"name":"dtkit-api","optional":false,"version":"2.1.1"},{"name":"junit","optional":false,"version":"1.25"},{"name":"structs","optional":false,"version":"1.14"}],"developers":[{"developerId":"gboissinot","email":"gregory.boissinot@gmail.com","name":"Gregory Boissinot"},{"developerId":"nfalco79","email":"nfalco79@hotmail.com","name":"Nikolas Falco"}],"excerpt":"This plugin makes it possible to record xUnit test reports.","gav":"org.jenkins-ci.plugins:xunit:2.3.5","labels":[],"minimumJavaVersion":"1.8","name":"xunit","previousTimestamp":"2019-05-22T22:39:52.00Z","previousVersion":"2.3.4","releaseTimestamp":"2019-06-11T21:03:55.00Z","requiredCore":"2.138.4","scm":"https://github.com/jenkinsci/xunit-plugin","sha1":"DUpduPoW8H9OhCMSsLlu1viMX6c=","sha256":"F4xjgBnR7OHKWgh7ld/ODW8Gqe+hK2gwBwlAXpENmeU=","title":"xUnit","url":"http://updates.jenkins-ci.org/download/plugins/xunit/2.3.5/xunit.hpi","version":"2.3.5","wiki":"https://plugins.jenkins.io/xunit"},"xvfb":{"buildDate":"Mar 20, 2016","dependencies":[],"developers":[{"developerId":"zregvart","email":"zregvart+xvfbjenkins@gmail.com","name":"Zoran Regvart"}],"excerpt":"This plugin starts before build, and stops after the build the
Xvfb<\/a> virtual framebuffer X11 server.","gav":"org.jenkins-ci.plugins:xvfb:1.1.3","labels":["buildwrapper"],"name":"xvfb","previousTimestamp":"2015-12-10T16:24:56.00Z","previousVersion":"1.1.2","releaseTimestamp":"2016-03-20T17:13:33.00Z","requiredCore":"1.609.1","scm":"https://github.com/jenkinsci/xvfb-plugin/","sha1":"HcxTWi5XX1BQN/TuNZa1iwJgYOI=","sha256":"8MvmzJy5jGS+UK2KmptruBRAc45sSHzhuKK1YhujE7g=","title":"Xvfb","url":"http://updates.jenkins-ci.org/download/plugins/xvfb/1.1.3/xvfb.hpi","version":"1.1.3","wiki":"https://plugins.jenkins.io/xvfb"},"xvnc":{"buildDate":"Jul 22, 2016","dependencies":[],"developers":[{"developerId":"levsa","email":"levon.sa@gmail.com","name":"Levon Saldamli"},{"developerId":"olivergondza","email":"ogondza@gmail.com","name":"Oliver Gondža"}],"excerpt":"This plugin allows projects to run xvnc<\/tt> during a build.","gav":"org.jenkins-ci.plugins:xvnc:1.24","labels":["buildwrapper"],"name":"xvnc","previousTimestamp":"2015-08-28T13:55:54.00Z","previousVersion":"1.23","releaseTimestamp":"2016-07-22T07:27:03.00Z","requiredCore":"1.609.1","scm":"https://github.com/jenkinsci/xvnc-plugin","sha1":"Cu4IMXvDDrewrW4t0PohGo+BMtA=","sha256":"DSz6CFYoRlzaj6qqjjmPBxRQRMuKTrvJV/eWBEPYq4E=","title":"Xvnc","url":"http://updates.jenkins-ci.org/download/plugins/xvnc/1.24/xvnc.hpi","version":"1.24","wiki":"https://plugins.jenkins.io/xvnc"},"yaml-axis":{"buildDate":"Feb 02, 2016","dependencies":[{"name":"matrix-project","optional":false,"version":"1.6"}],"developers":[{"developerId":"sue445","email":"sue445@sue445.net","name":"sue445"}],"excerpt":"This plugin allows you to define a matrix build axis that is dynamically populated from a yaml file","gav":"org.jenkins-ci.plugins:yaml-axis:0.2.0","labels":["misc"],"name":"yaml-axis","previousTimestamp":"2016-01-26T22:43:42.00Z","previousVersion":"0.1.2","releaseTimestamp":"2016-02-02T15:26:05.00Z","requiredCore":"1.609","scm":"https://github.com/jenkinsci/yaml-axis-plugin","sha1":"3nUAgW6z/40AvZkyNOuiEsi+a4U=","sha256":"i8BP3uMc4k9A3XaQ/WfmVtu6+G3LZTd47m7PgMjBNgI=","title":"Yaml Axis","url":"http://updates.jenkins-ci.org/download/plugins/yaml-axis/0.2.0/yaml-axis.hpi","version":"0.2.0","wiki":"https://plugins.jenkins.io/yaml-axis"},"yammer":{"buildDate":"Jul 19, 2013","dependencies":[{"name":"ruby-runtime","optional":false,"version":"0.12"},{"name":"token-macro","optional":false,"version":"1.8"}],"developers":[{"developerId":"matthewriley"}],"excerpt":"Sends build notifications to Yammer.","gav":"org.jenkins-ci.ruby-plugins:yammer:1.1.0","labels":["notifier"],"name":"yammer","previousTimestamp":"2013-03-15T10:40:13.00Z","previousVersion":"1.0.0","releaseTimestamp":"2013-07-19T09:16:50.00Z","requiredCore":"1.432","scm":"https://github.com/jenkinsci/yammer-plugin","sha1":"B6WLNgpmp5jClFMCXu/hYzgmG0U=","sha256":"j/57i/20UUGeN127alKv2D+EF8vzgH3srPch34ep6e8=","title":"Yammer","url":"http://updates.jenkins-ci.org/download/plugins/yammer/1.1.0/yammer.hpi","version":"1.1.0","wiki":"https://plugins.jenkins.io/yammer"},"yandex-metrica":{"buildDate":"Oct 03, 2015","dependencies":[],"developers":[{"developerId":"vbauer","email":"bauer.vlad@gmail.com","name":"Vladislav Bauer"}],"excerpt":"Yandex Metrica plugin that decorates all pages with tracking code.","gav":"org.jenkins-ci.plugins:yandex-metrica:1.0","labels":["page-decorator"],"name":"yandex-metrica","releaseTimestamp":"2015-10-03T00:09:21.00Z","requiredCore":"1.580.1","scm":"https://github.com/jenkinsci/yandex-metrica-plugin","sha1":"kw1tog/5AB6ffxc2n+g3X+b/iJY=","sha256":"48gqYXIzygvg+5UppWoF2t9ZnfsoozZFQPmA9nORZE0=","title":"Yandex Metrica","url":"http://updates.jenkins-ci.org/download/plugins/yandex-metrica/1.0/yandex-metrica.hpi","version":"1.0","wiki":"https://plugins.jenkins.io/yandex-metrica"},"yet-another-build-visualizer":{"buildDate":"Jul 18, 2019","dependencies":[{"name":"downstream-build-cache","optional":false,"version":"1.3"}],"developers":[{"developerId":"GustafL","email":"gustaf.lundh@axis.com","name":"Gustaf Lundh"}],"excerpt":"Visualises the flow of downstream builds on the project and build pages.","gav":"com.axis.system.jenkins.plugins.downstream:yet-another-build-visualizer:1.9.6","labels":["ui"],"name":"yet-another-build-visualizer","previousTimestamp":"2019-07-09T07:39:31.00Z","previousVersion":"1.9.5","releaseTimestamp":"2019-07-18T12:53:46.00Z","requiredCore":"2.73.3","scm":"https://github.com/jenkinsci/yet-another-build-visualizer-plugin","sha1":"Jr7vqCOmZ4LyXrADt/NduXWBdds=","sha256":"QZRMrrqi0NZQD2gxHZ9W5UZ0ER9hES8HAehMaBleUWU=","title":"Yet Another Build Visualizer","url":"http://updates.jenkins-ci.org/download/plugins/yet-another-build-visualizer/1.9.6/yet-another-build-visualizer.hpi","version":"1.9.6","wiki":"https://plugins.jenkins.io/yet-another-build-visualizer"},"yet-another-docker-plugin":{"buildDate":"Jun 25, 2019","dependencies":[{"name":"icon-shim","optional":false,"version":"1.0.5"},{"name":"cloud-stats","optional":false,"version":"0.7"},{"name":"credentials","optional":false,"version":"2.1.3"},{"name":"docker-commons","optional":false,"version":"1.3.1"},{"name":"durable-task","optional":false,"version":"1.3"},{"name":"jucies","optional":true,"version":"0.2.0"},{"name":"ssh-credentials","optional":true,"version":"1.11"},{"name":"ssh-slaves","optional":false,"version":"1.10"}],"developers":[{"developerId":"KostyaSha","name":"Kanstantsin Shautsou"}],"excerpt":"Yet Another Docker plugin. Provides docker Cloud provisioning","gav":"com.github.kostyasha.yet-another-docker:yet-another-docker-plugin:0.1.1","labels":["cluster","cloud","slaves"],"name":"yet-another-docker-plugin","previousTimestamp":"2019-06-24T13:17:22.00Z","previousVersion":"0.1.0","releaseTimestamp":"2019-06-25T18:11:57.00Z","requiredCore":"2.19.4","sha1":"Xj7h7e0QQHKe2soh3Ou4g/XvU7c=","sha256":"vYivBgUrXKgvILzHdokwsyGF7L47K4uGr2YSc7XX7EM=","title":"Yet Another Docker","url":"http://updates.jenkins-ci.org/download/plugins/yet-another-docker-plugin/0.1.1/yet-another-docker-plugin.hpi","version":"0.1.1","wiki":"https://plugins.jenkins.io/yet-another-docker-plugin"},"youtrack-plugin":{"buildDate":"Mar 31, 2019","dependencies":[{"name":"git-client","optional":false,"version":"1.19.6"},{"name":"junit","optional":false,"version":"1.0"},{"name":"mailer","optional":false,"version":"1.5"},{"name":"script-security","optional":false,"version":"1.27"}],"developers":[{"developerId":"erikzielke","email":"erikzielke@hotmail.com","name":"Erik Zielke"}],"excerpt":"This plugin integrates Jenkins to YouTrack<\/a>","gav":"org.jenkins-ci.plugins:youtrack-plugin:0.7.3","labels":["external"],"name":"youtrack-plugin","previousTimestamp":"2019-03-04T19:31:12.00Z","previousVersion":"0.7.2","releaseTimestamp":"2019-03-31T14:02:19.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/youtrack-plugin","sha1":"GGURo2bJQd6KzUG9yLyKBfNmWHo=","sha256":"KsmokJRahFkdjUGIWXQ0T9z/TzHiGVMdxlLwLNn3O9E=","title":"youtrack-plugin","url":"http://updates.jenkins-ci.org/download/plugins/youtrack-plugin/0.7.3/youtrack-plugin.hpi","version":"0.7.3","wiki":"https://plugins.jenkins.io/youtrack-plugin"},"zanata":{"buildDate":"Apr 07, 2017","dependencies":[{"name":"credentials-binding","optional":true,"version":"1.10"},{"name":"git-client","optional":false,"version":"2.0.0"},{"name":"credentials","optional":false,"version":"2.1.8"}],"developers":[{"developerId":"yushao","email":"yshao@redhat.com","name":"Yu Shao"},{"developerId":"huangp","email":"pahuang@redhat.com","name":"Patrick Huang"}],"excerpt":"This plugin adds support for Zanata localization service.","gav":"org.jenkins-ci.plugins:zanata:0.6","labels":["misc"],"name":"zanata","previousTimestamp":"2017-03-15T06:26:22.00Z","previousVersion":"0.5","releaseTimestamp":"2017-04-07T05:08:50.00Z","requiredCore":"1.625.3","scm":"https://github.com/jenkinsci/zanata-plugin","sha1":"QWyKP5ET+E2YorBI7BNtOQlQs/0=","sha256":"Rd+UjNtPZKOcsB/4Fr7qZejmQ7rXp8DqEq7za5pSjj4=","title":"Zanata","url":"http://updates.jenkins-ci.org/download/plugins/zanata/0.6/zanata.hpi","version":"0.6","wiki":"https://plugins.jenkins.io/zanata"},"zap":{"buildDate":"Jul 10, 2017","dependencies":[{"name":"credentials","optional":false,"version":"1.9.4"}],"developers":[{"developerId":"jordangs","email":"developer.goran@gmail.com","name":"Goran Sarenkapa"},{"developerId":"mabdelmoez","email":"mabdelmoez.dev@gmail.com","name":"Mostafa AbdelMoez"}],"excerpt":"The Official OWASP ZAP Jenkins Plugin<\/a> extends the functionality of the ZAP<\/a> security tool into a CI Environment.","gav":"org.jenkins-ci.plugins:zap:1.1.0","labels":[],"name":"zap","previousTimestamp":"2017-03-19T05:36:11.00Z","previousVersion":"1.0.8","releaseTimestamp":"2017-07-10T20:59:51.00Z","requiredCore":"1.580.1","scm":"https://github.com/jenkinsci/zap-plugin","sha1":"KeZ4ElsAiw1Ouoj7QOEeSfbdoJg=","sha256":"AUIWsfDtXps9I+IW9Um7EtSndaGYlqOZwal//qhSSDI=","title":"Official OWASP ZAP","url":"http://updates.jenkins-ci.org/download/plugins/zap/1.1.0/zap.hpi","version":"1.1.0","wiki":"https://plugins.jenkins.io/zap"},"zap-pipeline":{"buildDate":"Feb 13, 2019","dependencies":[{"name":"workflow-step-api","optional":false,"version":"2.2"},{"name":"dashboard-view","optional":true,"version":"2.9.11"}],"developers":[{"developerId":"vrondakis","email":"manolisvrondakis@gmail.com","name":"Manolis Vrondakis"}],"excerpt":"Control OWASP ZAP through Pipeline & more","gav":"com.vrondakis.zap:zap-pipeline:1.9","labels":[],"name":"zap-pipeline","previousTimestamp":"2019-01-09T11:01:04.00Z","previousVersion":"1.8.1","releaseTimestamp":"2019-02-13T09:07:25.00Z","requiredCore":"2.121.1","scm":"https://github.com/jenkinsci/zap-pipeline-plugin","sha1":"9Zq21sARl8zPimRTwSD/YzPSkws=","sha256":"7HQPJkEibN/hoYZE95fbuloIA1Y9xPzE0pmaYQqe2Ds=","title":"ZAP Pipeline","url":"http://updates.jenkins-ci.org/download/plugins/zap-pipeline/1.9/zap-pipeline.hpi","version":"1.9","wiki":"https://plugins.jenkins.io/zap-pipeline"},"zapper":{"buildDate":"May 07, 2015","dependencies":[],"developers":[{"developerId":"adedayo","email":"dayo.dev@gmail.com","name":"Adedayo Adetoye"}],"excerpt":"Runs, after optionally building, OWASP ZAP for your automated security assessment","gav":"org.jenkins-ci.plugins:zapper:1.0.7","labels":["post-build"],"name":"zapper","previousTimestamp":"2014-08-10T21:58:21.00Z","previousVersion":"1.0.0","releaseTimestamp":"2015-05-07T12:37:45.00Z","requiredCore":"1.580.3","scm":"https://github.com/jenkinsci/zapper-plugin","sha1":"34UIvZ0vshwvRhzAxmT8PT25PQc=","sha256":"kkC2SrxppTiKQ3yiRAtpEso3nh3enJIe10gEWOqZX6M=","title":"OWASP ZAP","url":"http://updates.jenkins-ci.org/download/plugins/zapper/1.0.7/zapper.hpi","version":"1.0.7","wiki":"https://plugins.jenkins.io/zapper"},"zentimestamp":{"buildDate":"Jul 25, 2015","dependencies":[{"name":"matrix-project","optional":false,"version":"1.3"}],"developers":[{"developerId":"gbois","name":"Gregory Boissinot"}],"excerpt":"Plugin that allows the customization of the date and time pattern for the Jenkins BUILD_TIMESTAMP variable.","gav":"org.jenkins-ci.plugins:zentimestamp:4.2","labels":["buildwrapper"],"name":"zentimestamp","previousTimestamp":"2015-05-25T10:18:51.00Z","previousVersion":"4.1","releaseTimestamp":"2015-07-25T21:42:56.00Z","requiredCore":"1.597","scm":"https://github.com/jenkinsci/zentimestamp-plugin","sha1":"B/foBT1yVu4BJWLJhDXUUKc7Nac=","sha256":"Es9NPhPBEF58jsYWxX7Tjz0OcR+B4oI2JQDrJIFjRPE=","title":"Zentimestamp","url":"http://updates.jenkins-ci.org/download/plugins/zentimestamp/4.2/zentimestamp.hpi","version":"4.2","wiki":"https://plugins.jenkins.io/zentimestamp"},"zephyr-enterprise-test-management":{"buildDate":"Jun 28, 2019","dependencies":[{"name":"junit","optional":false,"version":"1.5"}],"developers":[{"developerId":"developer","email":"developer@getzephyr.com","name":"Zephyr Developer"}],"excerpt":"This plugin creates test cases in Zephyr for the project unit tests.","gav":"org.jenkins-ci.plugins:zephyr-enterprise-test-management:1.8","labels":["post-build","external"],"name":"zephyr-enterprise-test-management","previousTimestamp":"2018-09-26T14:10:58.00Z","previousVersion":"1.6","releaseTimestamp":"2019-06-28T05:53:27.00Z","requiredCore":"2.62","scm":"https://github.com/jenkinsci/jenkinsci/zephyr-enterprise-test-management-plugin","sha1":"m8IsKmZx6dUCU7pg1Iyxlp/6YgA=","sha256":"uNrL7ZDjBoEJonkdN7/212oC7B2TU+3FLxqi/CLac2k=","title":"Zephyr Enterprise Test Management","url":"http://updates.jenkins-ci.org/download/plugins/zephyr-enterprise-test-management/1.8/zephyr-enterprise-test-management.hpi","version":"1.8","wiki":"https://plugins.jenkins.io/zephyr-enterprise-test-management"},"zephyr-for-jira-test-management":{"buildDate":"Jun 26, 2018","dependencies":[{"name":"junit","optional":false,"version":"1.5"}],"developers":[{"developerId":"developer","email":"developer@getzephyr.com","name":"Zephyr Developer"}],"excerpt":"This plugin creates test cases in Zephyr For JIRA for the project unit tests.","gav":"org.jenkins-ci.plugins:zephyr-for-jira-test-management:1.5","labels":["post-build","external"],"name":"zephyr-for-jira-test-management","previousTimestamp":"2017-02-27T15:07:37.00Z","previousVersion":"1.4","releaseTimestamp":"2018-06-26T14:02:10.00Z","requiredCore":"2.32.2","scm":"https://github.com/jenkinsci/jenkinsci/zephyr-for-jira-test-management-plugin","sha1":"D+bXzXWHJWe2XjVJoBH1iei4UHE=","sha256":"Nh0Z8gck6fMbLV/FVTDwZR3pHSbjl4d8nZJVyo0CT7E=","title":"Zephyr for JIRA Test Management","url":"http://updates.jenkins-ci.org/download/plugins/zephyr-for-jira-test-management/1.5/zephyr-for-jira-test-management.hpi","version":"1.5","wiki":"https://plugins.jenkins.io/zephyr-for-jira-test-management"},"zmq-event-publisher":{"buildDate":"Apr 14, 2016","dependencies":[],"developers":[{"developerId":"clarkb","email":"clark.boylan@gmail.com","name":"Clark Boylan"}],"excerpt":"","gav":"org.jenkins-ci.plugins:zmq-event-publisher:0.0.5","labels":["external"],"name":"zmq-event-publisher","previousTimestamp":"2016-02-18T01:10:26.00Z","previousVersion":"0.0.4","releaseTimestamp":"2016-04-14T22:15:34.00Z","requiredCore":"1.460","sha1":"P7twQcZbuP26TyQfH1kf2ehcn0g=","sha256":"EEw8Jkw50MJTVytBlR58DRgaaMEVNZcshG8pXGfEA+8=","title":"Event Publisher (via ZMQ PUB SUB)","url":"http://updates.jenkins-ci.org/download/plugins/zmq-event-publisher/0.0.5/zmq-event-publisher.hpi","version":"0.0.5","wiki":"https://plugins.jenkins.io/zmq-event-publisher"},"zoom":{"buildDate":"Sep 04, 2019","dependencies":[{"name":"workflow-step-api","optional":false,"version":"2.13"},{"name":"display-url-api","optional":false,"version":"0.4"},{"name":"junit","optional":false,"version":"1.3"}],"developers":[{"developerId":"zoom us","email":"lukas.lu@zoom.us","name":"Lukas Lu"}],"excerpt":"This plugin allows to post build notifications to a Zoom channel.","gav":"io.jenkins.plugins:zoom:1.2","labels":[],"name":"zoom","previousTimestamp":"2019-04-03T11:25:29.00Z","previousVersion":"1.1","releaseTimestamp":"2019-09-04T10:24:32.00Z","requiredCore":"2.138.4","scm":"https://github.com/jenkinsci/zoom-plugin","sha1":"5eAzFL6agHlvSRPrudXejRFQnk4=","sha256":"/fqcCbA29QV5rOozsg5GJUKFXEuqAVhlMpKb4Ib8wjw=","title":"Zoom","url":"http://updates.jenkins-ci.org/download/plugins/zoom/1.2/zoom.hpi","version":"1.2","wiki":"https://plugins.jenkins.io/zoom"},"zos-connector":{"buildDate":"Aug 20, 2019","compatibleSinceVersion":"2.0.0","dependencies":[{"name":"credentials","optional":false,"version":"2.1.16"}],"developers":[{"developerId":"CandidusLynx","email":"candiduslynx@gmail.com","name":"Alexander Shcherbakov"}],"excerpt":"This plugin provides connectors between Jenkins and IBM z/OS including integration of IBM SCLM as SCM.","gav":"org.jenkins-ci.plugins:zos-connector:2.3.2","labels":["scm","builder","misc"],"name":"zos-connector","previousTimestamp":"2019-05-27T05:19:46.00Z","previousVersion":"2.3.1","releaseTimestamp":"2019-08-20T15:42:54.00Z","requiredCore":"2.107.3","scm":"https://github.com/jenkinsci/zos-connector-plugin","sha1":"LW9JWvJLevXDmJBLHVJZgNkGVdw=","sha256":"O398HtuU3I3uNItug5Bz09nrFfhbgMCU78Jb1KIB1bU=","title":"IBM z/OS Connector","url":"http://updates.jenkins-ci.org/download/plugins/zos-connector/2.3.2/zos-connector.hpi","version":"2.3.2","wiki":"https://plugins.jenkins.io/zos-connector"},"zulip":{"buildDate":"Aug 13, 2019","dependencies":[{"name":"workflow-job","optional":false,"version":"1.11"},{"name":"junit","optional":false,"version":"1.19"},{"name":"structs","optional":false,"version":"1.2"}],"developers":[{"developerId":"wdaher","email":"wdaher@zulip.com","name":"Waseem Daher"},{"developerId":"butchyyyy","email":"Konir.M@gmail.com","name":"Milan Koníř"}],"excerpt":"This plugin is a Zulip bot that can publish build statuses and send messages to Zulip streams.","gav":"org.jenkins-ci.plugins:zulip:1.1.0","labels":[],"name":"zulip","previousTimestamp":"2019-03-14T12:11:23.00Z","previousVersion":"1.0.3","releaseTimestamp":"2019-08-13T22:39:40.00Z","requiredCore":"1.653","scm":"https://github.com/jenkinsci/zulip-plugin","sha1":"AFlWnBl6KqpeRdmICrQe4m8imeg=","sha256":"AAi2C8U0UN986aTFzWL78rMfXJfKP7LuOJaCF0sWlW4=","title":"Zulip","url":"http://updates.jenkins-ci.org/download/plugins/zulip/1.1.0/zulip.hpi","version":"1.1.0","wiki":"https://plugins.jenkins.io/zulip"}},"signature":{"certificates":["MIIDYTCCAkkCBQDerb76MA0GCSqGSIb3DQEBCwUAMIGKMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTERMA8GA1UEBxMIU2FuIEpvc2UxGDAWBgNVBAoTD0plbmtpbnMgUHJvamVjdDEaMBgGA1UEAxMRS29oc3VrZSBLYXdhZ3VjaGkxHTAbBgkqhkiG9w0BCQEWDmtrQGtvaHN1a2Uub3JnMB4XDTE4MTExOTIxMjEzOVoXDTE5MTExOTIxMjEzOVowXjELMAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExGDAWBgNVBAoTD0plbmtpbnMgUHJvamVjdDEgMB4GA1UEAxMXQ29tbXVuaXR5IFVwZGF0ZSBDZW50ZXIwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCn1/qUuOcB9hfgObMo2djIe0B0r/wbsq3bkZdqb08gLhXG+3Ca9SGA8tTvh+fMgLFzJkXs6wtvT4QyVXEih/7WqhpSMHDcM7fLWnvAvULjdtKlLOJHXEJ0vz/Pt0v11AIbQ7jqxTIMHQ4v72ru5ap9AlDp+rQ+Zv+cvjNKwBxZGOOmdSEYOu2JLkX1YMjpHU1aARNpSz5bFA9GIq9obZtPdAUs1Qyh/LC1uHfDAqPujjqFUdDPB8mSkUQVMBC9oH9nMGElVeLHutlHSbzz2XmnsC6YBwXJvC0k+GKt+oNaN4JSb2csTycuFkHUzH7b33lruuF1OVYahc9ytEIEn5jZAgMBAAEwDQYJKoZIhvcNAQELBQADggEBAKap/TJMbjz+pqwBhDziH/P/bs7NuJrBAfmQ/eLlpUPx6ES+DDN6x6BsxbaVN0ouTyaH5oz42WQgWPJfEsdziXD6/LUV7ayzQliLR8HXOxBPc7JnweLV3NAib04q+08Mv5qnVM02f38CxrL4cI7nfO0Yx6ShJUDltNm8HkTtMI3bkuHpGfP+VT04SSy1ihUceIGsWtdcGSBSiYwiNPolX3WttDwc7D14r0aT42j33G6MPReIg3eNCSqUyOnhbRXbVLmv9iY3yh+NQ/qzQ2YMZgiPjioTy9nFBxTe9ZchHSTucsfAK88b0sDy6H+7XYJcxHTwIIaVXPyHsbI/aPezdLE="],"correct_digest":"UAqz1r1/fm8jnKtCAoSLKvSYia0=","correct_digest512":"c31d70b61a472cb4d1ec9cdceeeb54d92c38a082736aa4eb8e2e880a64c3f1ec418e42918aee99ae18d11811c12a2ddae37835043bbfb89545197a0a7409894f","correct_signature":"N+NWcwUpmbLhKEXHmTMdvIoicA/SX0V0BdMhU0FRENcllLH/uJ2gpyxQczTPIR6VwSsTjSq6TnK7VjIS6Ts8rteCb/0oze/5xwR8MDlNdEwCjOVIMwmsStAT5SYP2X+1kQ679ItiH64TGpeEJMcz3m4Y3CuzW+YzS6UCU370cd+stKJWwg5X1+0emJP2z5lgpOSQzc1UdV82/jCEiDDUopSsoHm2YuN28ENNYGx9eRhxLitUIYW1t8FHIK/8K5ygiOcemB70oddd3kOBY/b5+mLf08y7zPhU83i7od1u1iFsxf+IW5jErtgGkadlfI4C+Qy0YoxXfhH3tRl/HAaDmA==","correct_signature512":"5694e1298df470092899150582996de8643125f2b1253ec53527fb9cfd4c826272c802453d33f1e66cb24fe0cc45a9b68764c7ea5862427b5477a7e4ba4b7a26a18b8a58dd8922f51386b20ac85205706528019d9b2e7c450dd31019e1d5f4ed75ecf186885936b4a242585122b9bac68ecca19dff7f7c529cd2d6f86e786292abca8b34efcc994fe8dac32bf17475b9c6cf087393325ad52922d942a042099f0fc32ed37b8a3d2ce91ff1f9f8bce5b0a4825998aa8e548e7d84b0d8932a284fc05ec115255f9335a4068a44b050433c34542d337183ba9781057ec41e28c05ba9e9921569a49ff29359c55ef101bdc5275958110b65dcfc552ea1d320288713","digest":"96hwhB0HVcwywAc7pBt5BiEdqZg=","digest512":"e4296249baa3e8d7912b4cf3b669f83b1cca06b73e6c5d8b4c59d966d45c214c911ff707c5213df0ee26cb5182641cbd2695dcb4d50d32a80a4bea4c99bc5524","signature":"dTn8tORPyBkma9YmOegPbVrODsMDchOvmmxThQZ6mj9+BE0XvKE9+cfFT9VFlmos322iw+gefBiIly+vxRifPEdgJ06taK/TPJaqJTHtc1uZ/2Gy27IFG5xLo2t2wFMyGvlC0bwa7+HcTrpGJ8D/izW1XE+y6pP8UYBYWGtzPhIBX4qiVs2Xaej/8ZfjGkRja3YTfy0ejtY59tkTuNNQ8e+cN0ojqJPfav/ZsrkwmK9TfKpdGeHTBUDfvrwTPvxif6hhfHoHdgq3tUs2kSU6/IXenpUZ7FQTUS0aW26w/CNbF4Eu1emZztCzCvImL8rI+BEzwn2TG4URSqQs4fOk2w==","signature512":"99535eed25d56519f36f07266ed7d497413c76b101920b002eb6c103598f1a035c068691603144c01185c704fbc9943dc8ceae7f89ac6c7b63bf42f92b6b9dc9befbfef0fabbef8276b7cd5dd1dcb56cf82847f6ca588f807dfcbfe083c76e2697b20dbfa69d57137f38d051dae3828652501f0b8b5e96099fe8e12b80b8b06fd2969b4f8d41bb53c0544100cbee2d1cdc56f617b72e7b7eb22b8d82148c38013f940ad7c68d5fca8bce6e3fa544b8993942c794d97406660766727872681f0152765c7e76ae2db30bc56aac1924fa68cfd5fc15685a1e59ba0105cd166dd55f90c25a5070ac0c0bd566e9175a136df163d60c9cc4e8292c7480cb7457eab15e"},"updateCenterVersion":"1","warnings":[{"id":"SECURITY-208","message":"Authentication bypass vulnerability","name":"google-login","type":"plugin","url":"https://jenkins.io/security/advisory/2015-10-12/","versions":[{"lastVersion":"1.1","pattern":"1[.][01](|[.-].*)"}]},{"id":"SECURITY-136","message":"Stored XSS vulnerability","name":"extra-columns","type":"plugin","url":"https://jenkins.io/security/advisory/2016-04-11/","versions":[{"lastVersion":"1.16","pattern":"1[.](\\d|1[0123456])(|[.-].*)"}]},{"id":"SECURITY-258","message":"Groovy sandbox protection incomplete","name":"script-security","type":"plugin","url":"https://jenkins.io/security/advisory/2016-04-11/","versions":[{"lastVersion":"1.18","pattern":"1[.](\\d|1[012345678])(|[.-].*)"}]},{"id":"SECURITY-85","message":"Path traversal vulnerability","name":"tap","type":"plugin","url":"https://jenkins.io/security/advisory/2016-06-20/","versions":[{"lastVersion":"1.24","pattern":"1[.](\\d|1\\d|2[01234])(|[.-].*)"}]},{"id":"SECURITY-278","message":"Path traversal vulnerability","name":"image-gallery","type":"plugin","url":"https://jenkins.io/security/advisory/2016-06-20/","versions":[{"lastVersion":"1.3","pattern":"(0[.].*|1[.][0123])(|[.-].*)"}]},{"id":"SECURITY-290","message":"Cross-site scripting vulnerability","name":"build-failure-analyzer","type":"plugin","url":"https://jenkins.io/security/advisory/2016-06-20/","versions":[{"lastVersion":"1.15.0","pattern":"1[.](\\d|1[012345])[.]\\d+(|[.-].*)"}]},{"id":"SECURITY-305","message":"Improper certificate validation","name":"async-http-client","type":"plugin","url":"https://jenkins.io/security/advisory/2016-06-20/","versions":[{"lastVersion":"1.7.24","pattern":"1[.]7[.](\\d(|[.-].*)|24)"}]},{"id":"SECURITY-309","message":"Plugin disables Content-Security-Policy for files served by Jenkins","name":"cucumber-reports","type":"plugin","url":"https://jenkins.io/security/advisory/2016-07-27/","versions":[{"firstVersion":"1.3.0","lastVersion":"2.5.1","pattern":"(1[.][34]|2[.][012345])(|[.-].*)"}]},{"id":"core-2_44","message":"Multiple security vulnerabilities in Jenkins 2.43 and earlier, and LTS 2.32.1 and earlier","name":"core","type":"core","url":"https://jenkins.io/security/advisory/2017-02-01/","versions":[{"lastVersion":"2.43","pattern":"(1[.].*|2[.]\\d|2[.][123]\\d|2[.]4[0123])(|[-].*)"}]},{"id":"SECURITY-441","message":"Arbitrary files from Jenkins master available in Pipeline by using the withMaven step","name":"pipeline-maven","type":"plugin","url":"https://jenkins.io/security/advisory/2017-03-09/","versions":[{"lastVersion":"0.6","pattern":"0[.][123456](|[.-].*)"},{"lastVersion":"2.0-beta-5","pattern":"2[.]0[-]beta[-][345](|[.-].*)"}]},{"id":"SECURITY-161","message":"Man-in-the-middle vulnerability due to missing host key verification","name":"ssh-slaves","type":"plugin","url":"https://jenkins.io/security/advisory/2017-03-20/","versions":[{"lastVersion":"1.14","pattern":"0[.].*|1[.][0-9](|[.-].*)|1[.]1[01234](|[.-].*)"}]},{"id":"SECURITY-251","message":"Man-in-the-middle vulnerability due to missing certificate check","name":"active-directory","type":"plugin","url":"https://jenkins.io/security/advisory/2017-03-20/","versions":[{"lastVersion":"2.2","pattern":"1[.].*|2[.][012](|[.-].*)"}]},{"id":"SECURITY-336","message":"Script Security sandbox bypass","name":"pipeline-classpath","type":"plugin","url":"https://jenkins.io/security/advisory/2017-03-20/","versions":[{"pattern":".*"}]},{"id":"SECURITY-372-mailer","message":"Email notifications could be sent to people who are not users of Jenkins","name":"mailer","type":"plugin","url":"https://jenkins.io/security/advisory/2017-03-20/","versions":[{"lastVersion":"1.19","pattern":"1[.]([0-9]|1[0-9])(|[.-].*)"}]},{"id":"SECURITY-372-email-ext","message":"Email notifications could be sent to people who are not users of Jenkins","name":"email-ext","type":"plugin","url":"https://jenkins.io/security/advisory/2017-03-20/","versions":[{"lastVersion":"2.57","pattern":"2[.]([0-9]|[1234][0-9]|5[0123456])(|[.-].*)|2.57(|[-].*)"}]},{"id":"SECURITY-386","message":"Missing permission checks allowed shell access to anonymous users","name":"distfork","type":"plugin","url":"https://jenkins.io/security/advisory/2017-03-20/","versions":[{"lastVersion":"1.5.0","pattern":"1[.][012345](|[.-].*)"}]},{"id":"SECURITY-187","message":"Arbitrary code execution vulnerability","name":"extended-choice-parameter","type":"plugin","url":"https://jenkins.io/security/advisory/2017-04-10/","versions":[{"lastVersion":"0.61","pattern":"0[.]([12345]|[12345][0-9]|61)(|[.-].*)"}]},{"id":"JENKINS-15212","message":"Arbitrary code execution vulnerability","name":"groovy-postbuild","type":"plugin","url":"https://jenkins.io/security/advisory/2017-04-10/","versions":[{"lastVersion":"1.10","pattern":"1[.].*"}]},{"id":"JENKINS-28732","message":"Arbitrary code execution vulnerability","name":"uno-choice","type":"plugin","url":"https://jenkins.io/security/advisory/2017-04-10/","versions":[{"lastVersion":"1.4","pattern":"1[.][01234](|[.-].*)"}]},{"id":"JENKINS-27535","message":"Arbitrary code execution vulnerability","name":"groovy-label-assignment","type":"plugin","url":"https://jenkins.io/security/advisory/2017-04-10/","versions":[{"lastVersion":"1.1.1","pattern":"1[.][01](|[.-].*)"}]},{"id":"SECURITY-123","message":"Arbitrary code execution vulnerability","name":"extensible-choice-parameter","type":"plugin","url":"https://jenkins.io/security/advisory/2017-04-10/","versions":[{"lastVersion":"1.3.4","pattern":"1[.][0123](|[.-].*)"}]},{"id":"SECURITY-176","message":"Arbitrary code execution vulnerability","name":"integrity-plugin","type":"plugin","url":"https://jenkins.io/security/advisory/2017-04-10/","versions":[{"lastVersion":"2.0.2","pattern":"1[.].*|2[.](0)[.].*"}]},{"id":"SECURITY-256","message":"Arbitrary code execution vulnerability","name":"envinject","type":"plugin","url":"https://jenkins.io/security/advisory/2017-04-10/","versions":[{"lastVersion":"1.93.1","pattern":"[01][.].*"}]},{"id":"SECURITY-257","message":"Arbitrary code execution vulnerability","name":"email-ext","type":"plugin","url":"https://jenkins.io/security/advisory/2017-04-10/","versions":[{"lastVersion":"2.57.1","pattern":"2[.]([0-9]|[1234][0-9]|5[0123456])(|[.-].*)|2.57(|[-].*)|2.57.1(|[.-].*)"}]},{"id":"SECURITY-292","message":"Arbitrary code execution vulnerability","name":"groovy","type":"plugin","url":"https://jenkins.io/security/advisory/2017-04-10/","versions":[{"lastVersion":"1.31","pattern":"1[.].*"}]},{"id":"SECURITY-293","message":"Arbitrary code execution vulnerability","name":"build-flow-plugin","type":"plugin","url":"https://jenkins.io/security/advisory/2017-04-10/","versions":[{"pattern":".*"}]},{"id":"SECURITY-294","message":"Arbitrary code execution vulnerability","name":"artifactdeployer","type":"plugin","url":"https://jenkins.io/security/advisory/2017-04-10/","versions":[{"lastVersion":"0.33","pattern":"0[.].*"}]},{"id":"SECURITY-295","message":"Arbitrary code execution vulnerability","name":"postbuildscript","type":"plugin","url":"https://jenkins.io/security/advisory/2017-04-10/","versions":[{"lastVersion":"0.17","pattern":"0[.]([0-9]|1[0-7])"}]},{"id":"SECURITY-296","message":"Arbitrary code execution vulnerability in rare circumstances","name":"claim","type":"plugin","url":"https://jenkins.io/security/advisory/2017-04-10/","versions":[{"lastVersion":"2.9","pattern":"1[.].*(|[.-].*)|2[.][0-9](|[.-].*)"}]},{"id":"SECURITY-297","message":"Arbitrary code execution vulnerability in rare circumstances","name":"warnings","type":"plugin","url":"https://jenkins.io/security/advisory/2017-04-10/","versions":[{"lastVersion":"4.60","pattern":"[123][.].*|4[.]([0-9]|[12345][0-9]|60)(|[.-].*)"}]},{"id":"SECURITY-298","message":"Arbitrary code execution vulnerability","name":"svn-tag","type":"plugin","url":"https://jenkins.io/security/advisory/2017-04-10/","versions":[{"pattern":".*"}]},{"id":"SECURITY-333","message":"Persistent cross-site scripting vulnerability","name":"scriptler","type":"plugin","url":"https://jenkins.io/security/advisory/2017-04-10/","versions":[{"pattern":".*"}]},{"id":"SECURITY-334","message":"Cross-site request forgery vulnerabilities in Scriptler script management","name":"scriptler","type":"plugin","url":"https://jenkins.io/security/advisory/2017-04-10/","versions":[{"pattern":".*"}]},{"id":"SECURITY-348","message":"Low privilege users are able to read parts of some files on master","name":"envinject","type":"plugin","url":"https://jenkins.io/security/advisory/2017-04-10/","versions":[{"lastVersion":"1.93.1","pattern":"[01][.].*"}]},{"id":"SECURITY-363","message":"Permission check bypass for access and modification of Jenkins model objects","name":"job-dsl","type":"plugin","url":"https://jenkins.io/security/advisory/2017-04-10/","versions":[{"lastVersion":"1.59","pattern":"1[.][0-9](|[.-].*)|1[.][12345][0-9](|[.-].*)"}]},{"id":"SECURITY-365","message":"Any user can add Scriptler scripts to build configurations","name":"scriptler","type":"plugin","url":"https://jenkins.io/security/advisory/2017-04-10/","versions":[{"pattern":".*"}]},{"id":"SECURITY-366","message":"Any Scriptler script can be executed as part of builds","name":"scriptler","type":"plugin","url":"https://jenkins.io/security/advisory/2017-04-10/","versions":[{"pattern":".*"}]},{"id":"SECURITY-367","message":"Arbitrary code execution vulnerability in rare circumstances","name":"scriptler","type":"plugin","url":"https://jenkins.io/security/advisory/2017-04-10/","versions":[{"pattern":".*"}]},{"id":"SECURITY-368","message":"Arbitrary code execution vulnerability","name":"lockable-resources","type":"plugin","url":"https://jenkins.io/security/advisory/2017-04-10/","versions":[{"lastVersion":"1.11.2","pattern":"1[.].*(|[.-].*)"}]},{"id":"SECURITY-369","message":"Arbitrary code execution vulnerability","name":"job-dsl","type":"plugin","url":"https://jenkins.io/security/advisory/2017-04-10/","versions":[{"lastVersion":"1.59","pattern":"1[.][0-9](|[.-].*)|1[.][12345][0-9](|[.-].*)"}]},{"id":"SECURITY-379","message":"Arbitrary code execution vulnerability","name":"tcl","type":"plugin","url":"https://jenkins.io/security/advisory/2017-04-10/","versions":[{"pattern":".*"}]},{"id":"SECURITY-405","message":"Arbitrary code execution vulnerability","name":"warnings","type":"plugin","url":"https://jenkins.io/security/advisory/2017-04-10/","versions":[{"lastVersion":"4.60","pattern":"[123][.].*|4[.]([0-9]|[12345][0-9]|60)(|[.-].*)"}]},{"id":"SECURITY-410-matrix-auth","message":"Dangerous permissions can be configured independently of Administer permission","name":"matrix-auth","type":"plugin","url":"https://jenkins.io/security/advisory/2017-04-10/","versions":[{"lastVersion":"1.4","pattern":"1[.][01234](|[.-].*)"}]},{"id":"SECURITY-410-role-strategy","message":"Dangerous permissions can be configured independently of Administer permission","name":"role-strategy","type":"plugin","url":"https://jenkins.io/security/advisory/2017-04-10/","versions":[{"lastVersion":"2.3.2","pattern":"1[.].*|2[.][0123](|[.-].*)"}]},{"id":"SECURITY-456","message":"Arbitrary code execution vulnerability","name":"scripttrigger","type":"plugin","url":"https://jenkins.io/security/advisory/2017-04-10/","versions":[{"pattern":".*"}]},{"id":"SECURITY-457","message":"Arbitrary code execution vulnerability","name":"AdaptivePlugin","type":"plugin","url":"https://jenkins.io/security/advisory/2017-04-10/","versions":[{"pattern":".*"}]},{"id":"SECURITY-458","message":"Arbitrary code execution vulnerability","name":"grails","type":"plugin","url":"https://jenkins.io/security/advisory/2017-04-10/","versions":[{"pattern":".*"}]},{"id":"SECURITY-459","message":"Arbitrary code execution vulnerability","name":"cvs-tag","type":"plugin","url":"https://jenkins.io/security/advisory/2017-04-10/","versions":[{"pattern":".*"}]},{"id":"SECURITY-460","message":"Arbitrary code execution vulnerability","name":"groovyaxis","type":"plugin","url":"https://jenkins.io/security/advisory/2017-04-10/","versions":[{"pattern":".*"}]},{"id":"SECURITY-461","message":"Arbitrary code execution vulnerability","name":"script-scm","type":"plugin","url":"https://jenkins.io/security/advisory/2017-04-10/","versions":[{"pattern":".*"}]},{"id":"SECURITY-462","message":"Arbitrary code execution vulnerability","name":"dynamicparameter","type":"plugin","url":"https://jenkins.io/security/advisory/2017-04-10/","versions":[{"pattern":".*"}]},{"id":"SECURITY-464","message":"Arbitrary code execution vulnerability","name":"youtrack-plugin","type":"plugin","url":"https://jenkins.io/security/advisory/2017-04-10/","versions":[{"lastVersion":"0.6.6","pattern":"0[.][0123456][.]\\d+(|[.-].*)"}]},{"id":"SECURITY-479","message":"Arbitrary code execution vulnerability in rare circumstances","name":"splunk-devops","type":"plugin","url":"https://jenkins.io/security/advisory/2017-04-10/","versions":[{"lastVersion":"1.5.2","pattern":"1[.]([01234]|5[.][012])(|[.-].*)"}]},{"id":"SECURITY-487","message":"Arbitrary code execution vulnerability","name":"reactor-plugin","type":"plugin","url":"https://jenkins.io/security/advisory/2017-04-10/","versions":[{"pattern":".*"}]},{"id":"SECURITY-488","message":"Arbitrary code execution vulnerability","name":"cas-plugin","type":"plugin","url":"https://jenkins.io/security/advisory/2017-04-10/","versions":[{"lastVersion":"1.3.0","pattern":"1[.][0123][.]\\d+(|[.-].*)"}]},{"id":"SECURITY-489","message":"Arbitrary code execution vulnerability","name":"proc-cleaner-plugin","type":"plugin","url":"https://jenkins.io/security/advisory/2017-04-10/","versions":[{"lastVersion":"1.6","pattern":"1[.].*"}]},{"id":"SECURITY-491","message":"Arbitrary code execution vulnerability","name":"cas1","type":"plugin","url":"https://jenkins.io/security/advisory/2017-04-10/","versions":[{"pattern":".*"}]},{"id":"SECURITY-492","message":"Arbitrary code execution vulnerability in rare circumstances","name":"extreme-notification","type":"plugin","url":"https://jenkins.io/security/advisory/2017-04-10/","versions":[{"pattern":".*"}]},{"id":"SECURITY-493","message":"Arbitrary code execution vulnerability in rare circumstances","name":"shared-objects","type":"plugin","url":"https://jenkins.io/security/advisory/2017-04-10/","versions":[{"pattern":".*"}]},{"id":"SECURITY-494","message":"Arbitrary code execution vulnerability","name":"app-detector","type":"plugin","url":"https://jenkins.io/security/advisory/2017-04-10/","versions":[{"lastVersion":"1.0.1","pattern":"1[.]0[.][01](|[-].*)"}]},{"id":"SECURITY-494-v2","message":"Arbitrary code execution vulnerability in rare circumstances","name":"app-detector","type":"plugin","url":"https://jenkins.io/security/advisory/2017-04-10/","versions":[{"pattern":".*"}]},{"id":"SECURITY-495","message":"Arbitrary code execution vulnerability","name":"ontrack","type":"plugin","url":"https://jenkins.io/security/advisory/2017-04-10/","versions":[{"lastVersion":"2.30.5","pattern":"2\\.([0-2]\\d?|30)\\..*"}]},{"id":"SECURITY-496","message":"Arbitrary code execution vulnerability","name":"splunk-devops-extend","type":"plugin","url":"https://jenkins.io/security/advisory/2017-04-10/","versions":[{"lastVersion":"1.4.3","pattern":"1[.][01234](|[.-].*)"}]},{"id":"core-2_57","message":"Multiple security vulnerabilities in Jenkins 2.56 and earlier, and LTS 2.46.1 and earlier","name":"core","type":"core","url":"https://jenkins.io/security/advisory/2017-04-26/","versions":[{"lastVersion":"2.56","pattern":"(1[.].*|2[.]\\d|2[.][1234]\\d|2[.]5[0123456])(|[-].*)"},{"lastVersion":"2.46.1","pattern":"(2[.]32[.].+|2[.]46[.]1)(|[-].*)"}]},{"id":"SECURITY-445","message":"Creation of temporary file with insecure permissions","name":"git-client","type":"plugin","url":"https://jenkins.io/security/advisory/2017-04-27/","versions":[{"lastVersion":"2.4.2","pattern":"1[.].*|2[.]([0123][.].*|4[.][012])(|[-].*)"}]},{"id":"JENKINS-44643","message":"Missing permission check allows anyone to change favorites for any other user","name":"favorite","type":"plugin","url":"https://jenkins.io/security/advisory/2017-06-06/","versions":[{"lastVersion":"2.1.0","pattern":"1[.].*|2[.]([01])(|[.].*)"}]},{"id":"SECURITY-532","message":"CSRF vulnerability allows changing another user's favorites","name":"favorite","type":"plugin","url":"https://jenkins.io/security/advisory/2017-06-06/","versions":[{"lastVersion":"2.2.0","pattern":"1[.].*|2[.]([012])(|[.].*)"}]},{"id":"SECURITY-201","message":"Missing permission check allows building all jobs","name":"parameterized-trigger","type":"plugin","url":"https://jenkins.io/security/advisory/2017-07-10/","versions":[{"lastVersion":"2.34","pattern":"(1[.].*|2[.][0-9]|2[.][12][0-9]|2[.]3[01234])(|[-].*)"}]},{"id":"SECURITY-303","message":"CSRF vulnerability and insufficient permission checks allow capturing credentials","name":"subversion","type":"plugin","url":"https://jenkins.io/security/advisory/2017-07-10/","versions":[{"lastVersion":"2.8","pattern":"(1[.].*|2[.][012345678])(|[.-].*)"}]},{"id":"SECURITY-335","message":"Missing permission checks and CSRF vulnerability in Periodic Backup Plugin","name":"periodicbackup","type":"plugin","url":"https://jenkins.io/security/advisory/2017-07-10/","versions":[{"lastVersion":"1.4","pattern":"1[.][01234](|[-].*)"}]},{"id":"SECURITY-342","message":"Users with Overall/Read access can enumerate credential IDs","name":"github-branch-source","type":"plugin","url":"https://jenkins.io/security/advisory/2017-07-10/","versions":[{"lastVersion":"2.0.7","pattern":"(1[.].*|2[.]0[.][0-7])(|[-].*)"},{"lastVersion":"2.2.0-beta-1","pattern":"2[.]2[.]0[-](alpha[-].*|beta[-]1)"}]},{"id":"SECURITY-352","message":"Persisted XSS Vulnerability","name":"sidebar-link","type":"plugin","url":"https://jenkins.io/security/advisory/2017-07-10/","versions":[{"lastVersion":"1.8","pattern":"1[.][0-8](|[-].*)"}]},{"id":"SECURITY-433","message":"Missing permission check allows building all jobs","name":"pipeline-build-step","type":"plugin","url":"https://jenkins.io/security/advisory/2017-07-10/","versions":[{"lastVersion":"2.5","pattern":"(2[.][0-4]|2[.]5)(|[-].*)"}]},{"id":"SECURITY-516","message":"CSRF vulnerability in security configuration","name":"role-strategy","type":"plugin","url":"https://jenkins.io/security/advisory/2017-07-10/","versions":[{"lastVersion":"2.5.0","pattern":"(1[.].*|2[.][01234][.].*|2[.]5[.]0)(|[-].*)"}]},{"id":"SECURITY-527","message":"CSRF vulnerability and insufficient permission checks allow capturing credentials","name":"github-branch-source","type":"plugin","url":"https://jenkins.io/security/advisory/2017-07-10/","versions":[{"lastVersion":"2.0.7","pattern":"(1[.].*|2[.]0[.][0-7])(|[.].*)"},{"lastVersion":"2.2.0-beta-1","pattern":"2[.]2[.]0[-](alpha[-].*|beta[-]1)"}]},{"id":"SECURITY-528","message":"CSRF vulnerability in Git plugin allows capturing credentials","name":"git","type":"plugin","url":"https://jenkins.io/security/advisory/2017-07-10/","versions":[{"lastVersion":"3.3.1","pattern":"([012][.].*|3[.][012]|3[.]3[.][01])(|[-.].*)"},{"lastVersion":"3.4.0-beta-1","pattern":"3[.]4[.]0[-](alpha.*|beta[-]1)(|[-.].*)"}]},{"id":"SECURITY-529","message":"CSRF vulnerability allows polling","name":"pollscm","type":"plugin","url":"https://jenkins.io/security/advisory/2017-07-10/","versions":[{"lastVersion":"1.3","pattern":"1[.][0123](|[-].*)"}]},{"id":"SECURITY-533","message":"Users with Overall/Read access can enumerate credential IDs","name":"docker-commons","type":"plugin","url":"https://jenkins.io/security/advisory/2017-07-10/","versions":[{"lastVersion":"1.7","pattern":"1[.][0-7](|[.-].*)"}]},{"id":"SECURITY-538","message":"Unsafe entries in default whitelist","name":"script-security","type":"plugin","url":"https://jenkins.io/security/advisory/2017-07-10/","versions":[{"lastVersion":"1.29","pattern":"(1[.][0-9]|1[.]1[0-9]|1[.]2[0-8])(|[.-].*)|1[.]29(|[-].*)"}]},{"id":"SECURITY-551","message":"Arbitrary code execution due to incomplete sandbox protection","name":"workflow-cps","type":"plugin","url":"https://jenkins.io/security/advisory/2017-07-10/","versions":[{"lastVersion":"2.36","pattern":"(1[.].*|2[.][0-9]|2[.][12][0-9]|2[.]3[0-6])(|[-].*)"}]},{"id":"JENKINS-21436","message":"Credentials are stored in unencrypted configuration files","name":"ssh","type":"plugin","url":"https://jenkins.io/security/advisory/2017-07-10/","versions":[{"lastVersion":"2.4","pattern":"(1[.].*|2[.][01234])(|[.].*)"}]},{"id":"SECURITY-467-analysis-core","message":"Persisted cross-site scripting vulnerability","name":"analysis-core","type":"plugin","url":"https://jenkins.io/security/advisory/2017-08-07/","versions":[{"lastVersion":"1.91","pattern":"(1[.][0-9]|1[.][0-8][0-9]|1[.]9[01])(|[.-].*)"}]},{"id":"SECURITY-467-dry","message":"Persisted cross-site scripting vulnerability","name":"dry","type":"plugin","url":"https://jenkins.io/security/advisory/2017-08-07/","versions":[{"lastVersion":"2.48","pattern":"(1|2[.][0-9]|2[.][0-3][0-9]|2[.]4[0-8])(|[.-].*)"}]},{"id":"SECURITY-513","message":"Users with Overall/Read access could access configuration files","name":"config-file-provider","type":"plugin","url":"https://jenkins.io/security/advisory/2017-08-07/","versions":[{"lastVersion":"2.16.1","pattern":"(1|2[.][0-9]|2[.]1[0-5]|2[.]16[.][01])(|[.-].*)"}]},{"id":"SECURITY-559","message":"Insecure credential storage","name":"deploy","type":"plugin","url":"https://jenkins.io/security/advisory/2017-08-07/","versions":[{"lastVersion":"1.12","pattern":"(1[.][0-9]|1[.]1[012])(|[.-].*)"}]},{"id":"SECURITY-564","message":"Artifacts were made available to users lacking the proper permission","name":"blueocean-rest-impl","type":"plugin","url":"https://jenkins.io/security/advisory/2017-08-07/","versions":[{"lastVersion":"1.1.5","pattern":"(1[.]0[.].*|1[.]1[.][012345])"},{"lastVersion":"1.2.0-beta-3","pattern":"1[.]2[.]0[-]beta[-][123]"}]},{"id":"SECURITY-565","message":"Unauthorized users could read and write GitHub repository data via SCM content API","name":"blueocean-github-pipeline","type":"plugin","url":"https://jenkins.io/security/advisory/2017-08-07/","versions":[{"lastVersion":"1.1.5","pattern":"(1[.]0[.].*|1[.]1[.][012345])"},{"lastVersion":"1.2.0-beta-3","pattern":"1[.]2[.]0[-]beta[-][123]"}]},{"id":"SECURITY-565-beta","message":"Unauthorized users could read and write Bitbucket repository data via SCM content API","name":"blueocean-bitbucket-pipeline","type":"plugin","url":"https://jenkins.io/security/advisory/2017-08-07/","versions":[{"lastVersion":"1.2.0-beta-3","pattern":"1[.]2[.]0[-]beta[-]3"}]},{"id":"SECURITY-566-567-580-582","message":"Multiple sandbox bypasses","name":"script-security","type":"plugin","url":"https://jenkins.io/security/advisory/2017-08-07/","versions":[{"lastVersion":"1.30","pattern":"(1[.][0-9]|1[.][12][0-9]|1[.]30)(|[.-].*)"}]},{"id":"SECURITY-576","message":"Users with read access could interact with input step by default","name":"pipeline-input-step","type":"plugin","url":"https://jenkins.io/security/advisory/2017-08-07/","versions":[{"lastVersion":"2.7","pattern":"(2[.][0-7])(|[.-].*)"}]},{"id":"SECURITY-577","message":"Persisted cross-site scripting vulnerability","name":"dependency-check-jenkins-plugin","type":"plugin","url":"https://jenkins.io/security/advisory/2017-08-07/","versions":[{"lastVersion":"2.0.1.1","pattern":"(?!2.0.1.2)(1|2[.]0)(|[.-].*)"}]},{"id":"SECURITY-579","message":"API key gets transmitted in unencrypted form","name":"datadog","type":"plugin","url":"https://jenkins.io/security/advisory/2017-08-07/","versions":[{"lastVersion":"0.5.6","pattern":"(0[.][1234]|0[.]5[.][0123456])(|[.-].*)"}]},{"id":"SECURITY-587","message":"Users with read access to a pipeline could obtain its associated GitHub access token","name":"blueocean-github-pipeline","type":"plugin","url":"https://jenkins.io/security/advisory/2017-08-07/","versions":[{"lastVersion":"1.1.5","pattern":"(1[.]0[.].*|1[.]1[.][012345])"},{"lastVersion":"1.2.0-beta-3","pattern":"1[.]2[.]0[-]beta[-][123]"}]},{"id":"JENKINS-46007","message":"Keystore and private key passwords stored unencrypted","name":"saml","type":"plugin","url":"https://jenkins.io/security/advisory/2017-08-08/","versions":[{"lastVersion":"1.0.2","pattern":"(0|1[.]0[.][12])(|[.-].*)"}]},{"id":"core-2_84","message":"Multiple security vulnerabilities in Jenkins 2.83 and earlier, and LTS 2.73.1 and earlier","name":"core","type":"core","url":"https://jenkins.io/security/advisory/2017-10-11/","versions":[{"lastVersion":"2.83","pattern":"(1[.].*|2[.]\\d|2[.][1234567]\\d|2[.]8[0123])(|[-].*)"},{"lastVersion":"2.73.1","pattern":"(2[.](32|46|60)[.].+|2[.]73[.]1)(|[-].*)"}]},{"id":"SECURITY-577","message":"Maven plugin bundles commons-httpclient library vulnerable to man-in-the-middle attacks","name":"maven-plugin","type":"plugin","url":"https://jenkins.io/security/advisory/2017-10-11/","versions":[{"lastVersion":"2.17","pattern":"([12][.].+)(|[.-].*)"}]},{"id":"SECURITY-597","message":"Swarm Plugin client bundles commons-httpclient library vulnerable to man-in-the-middle attacks","name":"swarm","type":"plugin","url":"https://jenkins.io/security/advisory/2017-10-11/","versions":[{"pattern":"([12][.].+|3[.][34])(|[.-].*)"}]},{"id":"SECURITY-623","message":"Arbitrary code execution vulnerability","name":"speaks","type":"plugin","url":"https://jenkins.io/security/advisory/2017-10-11/","versions":[{"pattern":".*"}]},{"id":"SECURITY-50","message":"CSRF and XSS vulnerabilities","name":"global-build-stats","type":"plugin","url":"https://jenkins.io/security/advisory/2017-10-23/","versions":[{"lastVersion":"1.4","pattern":"0[.].*|1[.][01234](|[.-].*)"}]},{"id":"SECURITY-57","message":"Missing permission checks","name":"depgraph-view","type":"plugin","url":"https://jenkins.io/security/advisory/2017-10-23/","versions":[{"lastVersion":"0.12","pattern":"0[.]([1-9]|1[012])(|[.-].*)"}]},{"id":"SECURITY-374","message":"Insecure credential storage and transmission","name":"scp","type":"plugin","url":"https://jenkins.io/security/advisory/2017-10-23/","versions":[{"pattern":".*"}]},{"id":"SECURITY-378","message":"Insecure credential storage and transmission","name":"build-publisher","type":"plugin","url":"https://jenkins.io/security/advisory/2017-10-23/","versions":[{"lastVersion":"1.21","pattern":"(1[.][0-9]|1[.]1[0-9]|1[.]2[01])(|[.-].*)"}]},{"id":"SECURITY-470","message":"Stored cross-site scripting vulnerability","name":"uno-choice","type":"plugin","url":"https://jenkins.io/security/advisory/2017-10-23/","versions":[{"lastVersion":"1.5.3","pattern":"1[.].*"}]},{"id":"JENKINS-36333","message":"Missing permission check for Resume Build feature","name":"jenkins-multijob-plugin","type":"plugin","url":"https://jenkins.io/security/advisory/2017-10-23/","versions":[{"lastVersion":"1.26","pattern":"1[.]([0-9]|1[0-9]|2[0-6])(|[.-].*)"}]},{"id":"core-2_89","message":"Multiple security vulnerabilities in Jenkins 2.88 and earlier, and LTS 2.73.2 and earlier","name":"core","type":"core","url":"https://jenkins.io/security/advisory/2017-11-08/","versions":[{"lastVersion":"2.88","pattern":"(1[.].*|2[.]\\d|2[.][1234567]\\d|2[.]8[012345678])(|[-].*)"},{"lastVersion":"2.73.2","pattern":"(2[.](32|46|60)[.].+|2[.]73[.][12])(|[-].*)"}]},{"id":"SECURITY-640","message":"Reflected cross-site scripting vulnerability","name":"delivery-pipeline-plugin","type":"plugin","url":"https://jenkins.io/security/advisory/2017-11-16/","versions":[{"lastVersion":"1.0.7","pattern":"(0[.].*|1[.]0[.][0-7])(|[-].*)"}]},{"id":"SECURITY-643","message":"Arbitrary shell command execution vulnerability","name":"ec2","type":"plugin","url":"https://jenkins.io/security/advisory/2017-12-06/","versions":[{"lastVersion":"1.37","pattern":"(1[.]([0-9]|[12][0-9]|3[0-7]))(|[-].*)"}]},{"id":"SECURITY-663","message":"Arbitrary file read vulnerability","name":"script-security","type":"plugin","url":"https://jenkins.io/security/advisory/2017-12-11/","versions":[{"lastVersion":"1.36","pattern":"(1[.]([0-9]|[12][0-9]|3[0-6]))(|[.-].*)"}]},{"id":"core-2_95","message":"Multiple security vulnerabilities in Jenkins 2.94 and earlier, and LTS 2.89.1 and earlier","name":"core","type":"core","url":"https://jenkins.io/security/advisory/2017-12-14/","versions":[{"lastVersion":"2.94","pattern":"(1[.].*|2[.]\\d|2[.][1-8]\\d|2[.]9[0-4])(|[-].*)"},{"lastVersion":"2.89.1","pattern":"(2[.](32|46|60|73)[.].+|2[.]89[.]1)(|[-].*)"}]},{"id":"SECURITY-507","message":"Cross-site request forgery (CSRF) vulnerability","name":"translation","type":"plugin","url":"https://jenkins.io/security/advisory/2018-01-22/","versions":[{"lastVersion":"1.15","pattern":"1[.]([0-9]|1[0-5])(|[-].*)"}]},{"id":"SECURITY-607","message":"Cross-site request forgery (CSRF) vulnerability","name":"release","type":"plugin","url":"https://jenkins.io/security/advisory/2018-01-22/","versions":[{"lastVersion":"2.9","pattern":"(1[.].*|2[.]([0-9]))(|[.-].*)"}]},{"id":"SECURITY-655","message":"XML External Entity (XXE) processing vulnerability","name":"pmd","type":"plugin","url":"https://jenkins.io/security/advisory/2018-01-22/","versions":[{"lastVersion":"3.49","pattern":"3[.][1-4][0-9](|[.-].*)"}]},{"id":"SECURITY-656","message":"XML External Entity (XXE) processing vulnerability","name":"checkstyle","type":"plugin","url":"https://jenkins.io/security/advisory/2018-01-22/","versions":[{"lastVersion":"3.49","pattern":"3[.][1-4][0-9](|[.-].*)"}]},{"id":"SECURITY-657","message":"XML External Entity (XXE) processing vulnerability","name":"dry","type":"plugin","url":"https://jenkins.io/security/advisory/2018-01-22/","versions":[{"lastVersion":"2.49","pattern":"2[.][1-4][0-9](|[.-].*)"}]},{"id":"SECURITY-658","message":"XML External Entity (XXE) processing vulnerability","name":"findbugs","type":"plugin","url":"https://jenkins.io/security/advisory/2018-01-22/","versions":[{"lastVersion":"4.71","pattern":"4[.]([0-6][0-9]|7[01])(|[.-].*)"}]},{"id":"SECURITY-675","message":"Incorrect permission checks allow executing builds on agents without Computer/Build permission","name":"workflow-durable-task-step","type":"plugin","url":"https://jenkins.io/security/advisory/2018-01-22/","versions":[{"lastVersion":"2.17","pattern":"(1[.].*|2[.]([0-9]|1[0-7]))(|[.-].*)"}]},{"id":"SECURITY-694","message":"Cross-site scripting (XSS) vulnerability","name":"ant","type":"plugin","url":"https://jenkins.io/security/advisory/2018-01-22/","versions":[{"lastVersion":"1.7","pattern":"1[.][0-7](|[.-].*)"}]},{"id":"SECURITY-695","message":"XML External Entity (XXE) processing vulnerability","name":"warnings","type":"plugin","url":"https://jenkins.io/security/advisory/2018-01-22/","versions":[{"lastVersion":"4.64","pattern":"(3[.].*|4[.]([0-9]|[1-5][0-9]|6[0-4]))(|[.-].*)"}]},{"id":"SECURITY-521","message":"XML External Entity (XXE) processing vulnerability","name":"junit","type":"plugin","url":"https://jenkins.io/security/advisory/2018-02-05/","versions":[{"lastVersion":"1.23","pattern":"(1[.]([0-9]|1[0-9]|2[0-3]))(|[.-].*)"}]},{"id":"SECURITY-659","message":"XML External Entity (XXE) processing vulnerability","name":"ccm","type":"plugin","url":"https://jenkins.io/security/advisory/2018-02-05/","versions":[{"lastVersion":"3.1","pattern":"([12]|3[.][01])(|[.-].*)"}]},{"id":"SECURITY-660","message":"XML External Entity (XXE) processing vulnerability","name":"android-lint","type":"plugin","url":"https://jenkins.io/security/advisory/2018-02-05/","versions":[{"lastVersion":"2.5","pattern":"(1|2[.][0-5])(|[.-].*)"}]},{"id":"SECURITY-698","message":"Improper masking of secrets in rare circumstances","name":"credentials-binding","type":"plugin","url":"https://jenkins.io/security/advisory/2018-02-05/","versions":[{"lastVersion":"1.14","pattern":"1[.]([0-9]|1[0-4])(|[.-].*)"}]},{"id":"SECURITY-699","message":"Arbitrary code execution due to incomplete sandbox protection","name":"workflow-support","type":"plugin","url":"https://jenkins.io/security/advisory/2018-02-05/","versions":[{"lastVersion":"2.17","pattern":"([1]|2[.]([0-9]|1[0-7]))(|[.-].*)"}]},{"id":"core-2_107","message":"Multiple security vulnerabilities in Jenkins 2.106 and earlier, and LTS 2.89.3 and earlier","name":"core","type":"core","url":"https://jenkins.io/security/advisory/2018-02-14/","versions":[{"lastVersion":"2.106","pattern":"(1[.].*|2[.][0-9]|2[.][0-9][0-9]|2[.]10[0-6])(|[-].*)"},{"lastVersion":"2.89.3","pattern":"(2[.](32|46|60|73)[.].+|2[.]89[.][123])(|[-].*)"}]},{"id":"SECURITY-248","message":"Exposure of sensitive build variables stored by EnvInject 1.90 and earlier","name":"envinject","type":"plugin","url":"https://jenkins.io/security/advisory/2018-02-26/#SECURITY-248","versions":[{"pattern":"(Affected even if up to date|.*)"}]},{"id":"SECURITY-260","message":"Keystore and private key passwords stored in plain text","name":"coverity","type":"plugin","url":"https://jenkins.io/security/advisory/2018-02-26/#SECURITY-260","versions":[{"lastVersion":"1.10.0","pattern":"1[.]([0-9]|10[.]0)(|[.-].*)"}]},{"id":"SECURITY-402","message":"Unauthorized access to some Gerrit Trigger server configuration","name":"gerrit-trigger","type":"plugin","url":"https://jenkins.io/security/advisory/2018-02-26/#SECURITY-402","versions":[{"lastVersion":"2.27.4","pattern":"2[.]([0-9]|1[0-9]|2[0-6]|27[.][0-4])(|[.-].*)"}]},{"id":"SECURITY-403","message":"Unauthorized users were able to change Gerrit Trigger server configuration","name":"gerrit-trigger","type":"plugin","url":"https://jenkins.io/security/advisory/2018-02-26/#SECURITY-403","versions":[{"lastVersion":"2.27.4","pattern":"2[.]([0-9]|1[0-9]|2[0-6]|27[.][0-4])(|[.-].*)"}]},{"id":"SECURITY-498","message":"Users without ManageOwnership permissions able to change job and node ownership metadata","name":"ownership","type":"plugin","url":"https://jenkins.io/security/advisory/2018-02-26/#SECURITY-498","versions":[{"lastVersion":"0.11.0","pattern":"0[.]([0-9]|1[01])(|[.-].*)"}]},{"id":"SECURITY-554","message":"Bundled httpclient library vulnerable to DoS","name":"azure-slave-plugin","type":"plugin","url":"https://jenkins.io/security/advisory/2018-02-26/#SECURITY-554","versions":[{"pattern":".*"}]},{"id":"SECURITY-712","message":"Reflected cross-site-scripting vulnerability","name":"cppncss","type":"plugin","url":"https://jenkins.io/security/advisory/2018-02-26/#SECURITY-712","versions":[{"lastVersion":"1.1","pattern":"1[.][01](|[.-].*)"}]},{"id":"SECURITY-715","message":"Users with Overall/Read access can enumerate credential IDs","name":"google-play-android-publisher","type":"plugin","url":"https://jenkins.io/security/advisory/2018-02-26/#SECURITY-715","versions":[{"lastVersion":"1.6","pattern":"1[.][0-6](|[.-].*)"}]},{"id":"SECURITY-723","message":"Users without Overall/Read are able to access lists of user names and node names","name":"git","type":"plugin","url":"https://jenkins.io/security/advisory/2018-02-26/#SECURITY-723","versions":[{"lastVersion":"3.7.0","pattern":"([012][.].*|3[.][0-7])(|[-.].*)"}]},{"id":"SECURITY-724","message":"Users without Overall/Read are able to access lists of user names and node names","name":"subversion","type":"plugin","url":"https://jenkins.io/security/advisory/2018-02-26/#SECURITY-724","versions":[{"lastVersion":"2.10.2","pattern":"((1|2[.][0-9]|2[.]10[.][12])(|[-.].*)|2[.]10)"}]},{"id":"SECURITY-726","message":"Users without Overall/Read are able to access lists of user names and node names","name":"mercurial","type":"plugin","url":"https://jenkins.io/security/advisory/2018-02-26/#SECURITY-726","versions":[{"lastVersion":"2.2","pattern":"(1|2[.][0-2])(|[-.].*)"}]},{"id":"SECURITY-731","message":"Stored cross-site scripting vulnerability","name":"testlink","type":"plugin","url":"https://jenkins.io/security/advisory/2018-02-26/#SECURITY-731","versions":[{"lastVersion":"3.12","pattern":"([12]|3[.][0-9]|3[.]1[0-2])(|[-.].*)"}]},{"id":"SECURITY-746","message":"Unauthorized users are able to run some promotion processes","name":"promoted-builds","type":"plugin","url":"https://jenkins.io/security/advisory/2018-02-26/#SECURITY-746","versions":[{"lastVersion":"2.31.1","pattern":"([12])(|[-.].*)"}]},{"id":"SECURITY-261","message":"GitHub access tokens stored in in build.xml","name":"ghprb","type":"plugin","url":"https://jenkins.io/security/advisory/2018-03-26/#SECURITY-261","versions":[{"lastVersion":"1.40.0","pattern":"(Affected even if up to date|.*)"}]},{"id":"SECURITY-262","message":"Webhook secret stored in plain text","name":"ghprb","type":"plugin","url":"https://jenkins.io/security/advisory/2018-03-26/#SECURITY-262","versions":[{"lastVersion":"1.32.0","pattern":"1[.]([0-9]|[12][0-9]|3[01]|32[.]0)(|[-.].*)"}]},{"id":"SECURITY-308","message":"Plugin disables Jenkins Cross-Site Scripting protection","name":"cucumber-living-documentation","type":"plugin","url":"https://jenkins.io/security/advisory/2018-03-26/#SECURITY-308","versions":[{"lastVersion":"1.0.12","pattern":"1[.]0(|[-.].*)"}]},{"id":"SECURITY-373","message":"Ineffective credentials encryption","name":"perforce","type":"plugin","url":"https://jenkins.io/security/advisory/2018-03-26/#SECURITY-373","versions":[{"pattern":".*"}]},{"id":"SECURITY-504","message":"Plugin disables SSL/TLS certificate validation","name":"vsphere-cloud","type":"plugin","url":"https://jenkins.io/security/advisory/2018-03-26/#SECURITY-504","versions":[{"pattern":"([01]|2[.]([0-9]|1[0-6]))(|[-.].*)"}]},{"id":"SECURITY-519","message":"Plugin allows users to load arbitrary Java code into master JVM","name":"liquibase-runner","type":"plugin","url":"https://jenkins.io/security/advisory/2018-03-26/#SECURITY-519","versions":[{"pattern":".*"}]},{"id":"SECURITY-536","message":"Job-specific credentials can be obtained by users with Job/Extended Read permission","name":"perforce","type":"plugin","url":"https://jenkins.io/security/advisory/2018-03-26/#SECURITY-536","versions":[{"pattern":".*"}]},{"id":"SECURITY-545","message":"Plugin allows access to arbitrary files on the Jenkins master file system","name":"copy-to-slave","type":"plugin","url":"https://jenkins.io/security/advisory/2018-03-26/#SECURITY-545","versions":[{"pattern":".*"}]},{"id":"SECURITY-630","message":"Host key verification disabled by default","name":"ansible","type":"plugin","url":"https://jenkins.io/security/advisory/2018-03-26/#SECURITY-630","versions":[{"lastVersion":"0.8","pattern":"0(|[-.].*)"}]},{"id":"SECURITY-736","message":"Authorities cache persisted on disk","name":"reverse-proxy-auth-plugin","type":"plugin","url":"https://jenkins.io/security/advisory/2018-03-26/#SECURITY-736","versions":[{"lastVersion":"1.5","pattern":"1[.][0-5](|[-.].*)"}]},{"id":"SECURITY-745","message":"CSRF vulnerability and insufficient permission checks allow capturing credentials, vSphere denial of service","name":"vsphere-cloud","type":"plugin","url":"https://jenkins.io/security/advisory/2018-03-26/#SECURITY-745","versions":[{"pattern":"([01]|2[.]([0-9]|1[0-6]))(|[-.].*)"}]},{"id":"SECURITY-774","message":"Unauthorized users able to send test emails","name":"mailer","type":"plugin","url":"https://jenkins.io/security/advisory/2018-03-26/#SECURITY-774","versions":[{"lastVersion":"1.20","pattern":"1[.]([0-9]|1[0-9]|20)(|[-.].*)"}]},{"id":"core-2_116","message":"Multiple security vulnerabilities in Jenkins 2.115 and earlier, and LTS 2.107.1 and earlier","name":"core","type":"core","url":"https://jenkins.io/security/advisory/2018-04-11/","versions":[{"lastVersion":"2.115","pattern":"(1[.].*|2[.][0-9]|2[.][0-9][0-9]|2[.]10[0-9]|2[.]11[0-5])(|[-].*)"},{"lastVersion":"2.107.1","pattern":"(2[.][0-9]{1,2}[.].+|2[.]107[.]1)(|[-].*)"}]},{"id":"SECURITY-442","message":"Session fixation vulnerability","name":"google-login","type":"plugin","url":"https://jenkins.io/security/advisory/2018-04-16/#SECURITY-442","versions":[{"lastVersion":"1.3","pattern":"1[.][012](|[-.].*)|1.3"}]},{"id":"SECURITY-684","message":"Open redirect vulnerability","name":"google-login","type":"plugin","url":"https://jenkins.io/security/advisory/2018-04-16/#SECURITY-684","versions":[{"lastVersion":"1.3","pattern":"1[.][012](|[-.].*)|1.3"}]},{"id":"SECURITY-729","message":"SMTP password gets transmitted in unencrypted form","name":"email-ext","type":"plugin","url":"https://jenkins.io/security/advisory/2018-04-16/#SECURITY-729","versions":[{"lastVersion":"2.61","pattern":"2[.]([0-9]|[12345][0-9]|6[01])(|[.-].*)"}]},{"id":"SECURITY-730","message":"Cross-site scripting vulnerability in artifact file names","name":"s3","type":"plugin","url":"https://jenkins.io/security/advisory/2018-04-16/#SECURITY-730","versions":[{"lastVersion":"0.10.12","pattern":"0[.]([0-9]|10)(|[.-].*)"}]},{"id":"SECURITY-784","message":"Path traversal vulnerability allows arbitrary file writing","name":"htmlpublisher","type":"plugin","url":"https://jenkins.io/security/advisory/2018-04-16/#SECURITY-784","versions":[{"lastVersion":"1.15","pattern":"(0|1[.][0-9]|1[.]1[0-5])(|[-.].*)"}]},{"id":"core-2_121","message":"Multiple security vulnerabilities in Jenkins 2.120 and earlier, and LTS 2.107.2 and earlier","name":"core","type":"core","url":"https://jenkins.io/security/advisory/2018-05-09/","versions":[{"lastVersion":"2.120","pattern":"(1[.].*|2[.][0-9]|2[.][0-9][0-9]|2[.]1[01][0-9]|2[.]120)(|[-].*)"},{"lastVersion":"2.107.2","pattern":"(2[.][0-9]{1,2}[.].+|2[.]107[.][12])(|[-].*)"}]},{"id":"SECURITY-263","message":"Gitlab API token stored and displayed in plain text","name":"gitlab-hook","type":"plugin","url":"https://jenkins.io/security/advisory/2018-05-09/#SECURITY-263","versions":[{"pattern":".*"}]},{"id":"SECURITY-670","message":"Users with Overall/Read permission able to read and write plugin configuration","name":"blackduck-hub","type":"plugin","url":"https://jenkins.io/security/advisory/2018-05-09/#SECURITY-670","versions":[{"lastVersion":"3.0.3","pattern":"(2|3[.]0)(|[.-].*)"}]},{"id":"SECURITY-671","message":"XML External Entity processing vulnerability","name":"blackduck-hub","type":"plugin","url":"https://jenkins.io/security/advisory/2018-05-09/#SECURITY-671","versions":[{"lastVersion":"3.1.0","pattern":"([23])(|[.-].*)"}]},{"id":"SECURITY-821","message":"Persisted cross-site scripting vulnerability in build badges","name":"groovy-postbuild","type":"plugin","url":"https://jenkins.io/security/advisory/2018-05-09/#SECURITY-821","versions":[{"lastVersion":"2.3.1","pattern":"(1|2[.][0123])(|[.-].*)"}]},{"id":"SECURITY-799","message":"Server-side request forgery","name":"github","type":"plugin","url":"https://jenkins.io/security/advisory/2018-06-04/#SECURITY-799","versions":[{"lastVersion":"1.29.0","pattern":"(0|1[.][0-9]|1[.]1[0-9]|1[.]2[0-8]|1[.]29[.]0)(|[-.].*)"}]},{"id":"SECURITY-804","message":"CSRF vulnerability and lack of permission checks allows capturing credentials","name":"github","type":"plugin","url":"https://jenkins.io/security/advisory/2018-06-04/#SECURITY-804","versions":[{"lastVersion":"1.29.0","pattern":"(0|1[.][0-9]|1[.]1[0-9]|1[.]2[0-8]|1[.]29[.]0)(|[-.].*)"}]},{"id":"SECURITY-805","message":"CSRF vulnerability and lack of permission checks allows capturing credentials","name":"ghprb","type":"plugin","url":"https://jenkins.io/security/advisory/2018-06-04/#SECURITY-805","versions":[{"lastVersion":"1.41.0","pattern":"(0|1[.][0-9]|1[.][123][0-9]|1[.]40|1[.]41[.]0)(|[-.].*)"}]},{"id":"SECURITY-806","message":"Server-side request forgery","name":"github-branch-source","type":"plugin","url":"https://jenkins.io/security/advisory/2018-06-04/#SECURITY-806","versions":[{"lastVersion":"2.3.4","pattern":"(1|2[.][012]|2[.]3[.][01234])(|[-.].*)"}]},{"id":"SECURITY-807","message":"Arbitrary file execution vulnerability","name":"absint-astree","type":"plugin","url":"https://jenkins.io/security/advisory/2018-06-04/#SECURITY-807","versions":[{"lastVersion":"1.0.5","pattern":"(1[.]0[.][0-6])(|[-.].*)"}]},{"id":"SECURITY-809","message":"Server-side request forgery","name":"cas-plugin","type":"plugin","url":"https://jenkins.io/security/advisory/2018-06-04/#SECURITY-809","versions":[{"lastVersion":"1.4.1","pattern":"([1][.][0123]|1[.]4[.][01])(|[-.].*)"}]},{"id":"SECURITY-810","message":"Server-side request forgery","name":"git","type":"plugin","url":"https://jenkins.io/security/advisory/2018-06-04/#SECURITY-810","versions":[{"lastVersion":"3.9.0","pattern":"([012][.].*|3[.][0-8]|3[.]9[.]0)(|[-.].*)"},{"lastVersion":"4.0.0-beta1","pattern":"4[.]0[.]0[-]beta1"}]},{"id":"SECURITY-865","message":"CSRF vulnerability and lack of permission checks allows capturing credentials","name":"blackduck-hub","type":"plugin","url":"https://jenkins.io/security/advisory/2018-06-04/#SECURITY-865","versions":[{"lastVersion":"4.0.0","pattern":"([23]|4[.]0[.]0)(|[-.].*)"}]},{"id":"SECURITY-866","message":"CSRF vulnerability and lack of permission checks allows capturing credentials","name":"blackduck-detect","type":"plugin","url":"https://jenkins.io/security/advisory/2018-06-04/#SECURITY-866","versions":[{"lastVersion":"1.4.0","pattern":"(1[.][0123]|1[.]4[.]0)(|[-.].*)"}]},{"id":"SECURITY-883","message":"Lack of masking of secrets in build log","name":"kubernetes","type":"plugin","url":"https://jenkins.io/security/advisory/2018-06-04/#SECURITY-883","versions":[{"lastVersion":"1.7.0","pattern":"(0|1[.][0-6]|1[.]7[.]0)(|[-.].*)"}]},{"id":"SECURITY-440","message":"Arbitrary file read vulnerability with Credentials Binding Plugin 1.13 or newer","name":"ssh-credentials","type":"plugin","url":"https://jenkins.io/security/advisory/2018-06-25/#SECURITY-440","versions":[{"lastVersion":"1.13","pattern":"(0|1[.]([0-9]|1[0-3]))(|[-.].*)"}]},{"id":"SECURITY-808","message":"CSRF vulnerability and insufficient permission checks allow capturing credentials","name":"openstack-cloud","type":"plugin","url":"https://jenkins.io/security/advisory/2018-06-25/#SECURITY-808","versions":[{"lastVersion":"2.35","pattern":"(1|2[.]([0-9]|[12][0-9]|3[0-5]))(|[-.].*)"}]},{"id":"SECURITY-819","message":"Server-side request forgery vulnerability","name":"urltrigger","type":"plugin","url":"https://jenkins.io/security/advisory/2018-06-25/#SECURITY-819","versions":[{"lastVersion":"0.41","pattern":"(0[.]([0-9]|[123][0-9]|4[01]))(|[-.].*)"}]},{"id":"SECURITY-825","message":"Serialization of potentially sensitive build variables","name":"codedeploy","type":"plugin","url":"https://jenkins.io/security/advisory/2018-06-25/#SECURITY-825","versions":[{"lastVersion":"1.19","pattern":"(1[.]([0-9]|1[0-9]))(|[-.].*)"}]},{"id":"SECURITY-833","message":"AWS Secret Key stored in plain text","name":"codedeploy","type":"plugin","url":"https://jenkins.io/security/advisory/2018-06-25/#SECURITY-833","versions":[{"lastVersion":"1.19","pattern":"(1[.]([0-9]|1[0-9]))(|[-.].*)"}]},{"id":"SECURITY-834","message":"AWS Secret Key stored in plain text","name":"aws-codebuild","type":"plugin","url":"https://jenkins.io/security/advisory/2018-06-25/#SECURITY-834","versions":[{"lastVersion":"0.26","pattern":"(0[.]([0-9]|1[0-9]|2[0-6]))(|[-.].*)"}]},{"id":"SECURITY-870","message":"Arbitrary file write vulnerability","name":"fortify-cloudscan-jenkins-plugin","type":"plugin","url":"https://jenkins.io/security/advisory/2018-06-25/#SECURITY-870","versions":[{"lastVersion":"1.5.1","pattern":"(1[.][0-4]|1[.]5[.][01])(|[-.].*)"}]},{"id":"SECURITY-906","message":"Persisted cross-site scripting vulnerability","name":"badge","type":"plugin","url":"https://jenkins.io/security/advisory/2018-06-25/#SECURITY-906","versions":[{"lastVersion":"1.4","pattern":"(1[.][0-4])(|[-.].*)"}]},{"id":"SECURITY-915","message":"CSRF vulnerability and insufficient permission checks allow capturing credentials","name":"github","type":"plugin","url":"https://jenkins.io/security/advisory/2018-06-25/#SECURITY-915","versions":[{"lastVersion":"1.29.1","pattern":"(0|1[.][0-9]|1[.]1[0-9]|1[.]2[0-8]|1[.]29[.][01])(|[-.].*)"}]},{"id":"SECURITY-916","message":"HTTP session fixation vulnerability","name":"saml","type":"plugin","url":"https://jenkins.io/security/advisory/2018-06-25/#SECURITY-916","versions":[{"lastVersion":"1.0.6","pattern":"(0|1[.]0[.][0-6])(|[-.].*)"}]},{"id":"SECURITY-927","message":"Missing permission check allowed anyone to export Jenkins configuration","name":"configuration-as-code","type":"plugin","url":"https://jenkins.io/security/advisory/2018-06-25/#SECURITY-927","versions":[{"lastVersion":"0.7-alpha","pattern":"(0[.][0-7])(|[-.].*)"}]},{"id":"SECURITY-929","message":"Plain text logging of sensitive configuration variables","name":"configuration-as-code","type":"plugin","url":"https://jenkins.io/security/advisory/2018-06-25/#SECURITY-929","versions":[{"lastVersion":"0.7-alpha","pattern":"(0[.][0-7])(|[-.].*)"}]},{"id":"SECURITY-941","message":"Plugin globally disables SSL/TLS certification validation in Jenkins","name":"collabnet","type":"plugin","url":"https://jenkins.io/security/advisory/2018-06-25/#SECURITY-941","versions":[{"lastVersion":"2.0.4","pattern":"(1|2[.]0[.][0-4])(|[-.].*)"}]},{"id":"SECURITY-950","message":"Password stored in plain text","name":"zos-connector","type":"plugin","url":"https://jenkins.io/security/advisory/2018-06-25/#SECURITY-950","versions":[{"lastVersion":"1.2.6.1","pattern":"1(|[-.].*)"}]},{"id":"SECURITY-967","message":"AWS Secret Key stored in plain text","name":"aws-codepipeline","type":"plugin","url":"https://jenkins.io/security/advisory/2018-06-25/#SECURITY-967","versions":[{"lastVersion":"0.36","pattern":"(0[.]([0-9]|[12][0-9]|3[0-6]))(|[-.].*)"}]},{"id":"core-2_133","message":"Multiple security vulnerabilities in Jenkins 2.132 and earlier, and LTS 2.121.1 and earlier","name":"core","type":"core","url":"https://jenkins.io/security/advisory/2018-07-18/","versions":[{"lastVersion":"2.132","pattern":"(1[.].*|2[.][0-9]|2[.][0-9][0-9]|2[.]1[012][0-9]|2[.]13[012])(|[-].*)"},{"lastVersion":"2.121.1","pattern":"(2[.][0-9]{1,2}[.].+|2[.]107[.].+|2[.]121[.][1])(|[-].*)"}]},{"id":"SECURITY-704","message":"Plugin could reveal SSH key passphrase when used inside pipeline","name":"ssh-agent","type":"plugin","url":"https://jenkins.io/security/advisory/2018-07-30/#SECURITY-704","versions":[{"lastVersion":"1.15","pattern":"(0|1[.]([0-9]|1[0-5]))(|[-.].*)"}]},{"id":"SECURITY-997","message":"CSRF vulnerability and missing permission checks","name":"resource-disposer","type":"plugin","url":"https://jenkins.io/security/advisory/2018-07-30/#SECURITY-997","versions":[{"lastVersion":"0.11","pattern":"(0[.]([0-9]|1[01]))(|[-.].*)"}]},{"id":"SECURITY-975","message":"CSRF vulnerability and missing permission checks","name":"publish-over-cifs","type":"plugin","url":"https://jenkins.io/security/advisory/2018-07-30/#SECURITY-975","versions":[{"lastVersion":"0.10","pattern":"(0[.]([0-9]|10))(|[-.].*)"}]},{"id":"SECURITY-982","message":"CSRF vulnerability and missing permission checks","name":"confluence-publisher","type":"plugin","url":"https://jenkins.io/security/advisory/2018-07-30/#SECURITY-982","versions":[{"lastVersion":"2.0.1","pattern":"(1|2[.]0[.]1)(|[-.].*)|2[.]0"}]},{"id":"SECURITY-1016","message":"CSRF vulnerability and missing permission checks allowed capturing credentials","name":"kubernetes","type":"plugin","url":"https://jenkins.io/security/advisory/2018-07-30/#SECURITY-1016","versions":[{"lastVersion":"1.10.1","pattern":"(0|1[.]([0-9]|10[.][01]))(|[-.].*)"}]},{"id":"SECURITY-840","message":"Plugin stored API Secret Key in plain text","name":"tinfoil-scan","type":"plugin","url":"https://jenkins.io/security/advisory/2018-07-30/#SECURITY-840","versions":[{"lastVersion":"1.6.1","pattern":"1[.]([0-5]|6[.]1)(|[-.].*)|1[.]6"}]},{"id":"SECURITY-932","message":"Plugin globally and unconditionally disables SSL/TLS certificate validation","name":"ecutest","type":"plugin","url":"https://jenkins.io/security/advisory/2018-07-30/#SECURITY-932","versions":[{"lastVersion":"2.3","pattern":"(1|2[.][0123])(|[-.].*)"}]},{"id":"SECURITY-994","message":"CSRF vulnerability and missing permission checks allowed server-side request forgery","name":"ecutest","type":"plugin","url":"https://jenkins.io/security/advisory/2018-07-30/#SECURITY-994","versions":[{"lastVersion":"2.3","pattern":"(1|2[.][0123])(|[-.].*)"}]},{"id":"SECURITY-1009","message":"CSRF vulnerability and missing permission checks allowed capturing credentials","name":"saltstack","type":"plugin","url":"https://jenkins.io/security/advisory/2018-07-30/#SECURITY-1009","versions":[{"lastVersion":"3.1.6","pattern":"([12]|3[.]0|3[.]1[.][0-6])(|[-.].*)"}]},{"id":"SECURITY-1021","message":"CSRF vulnerability and missing permission checks allowed capturing credentials","name":"accurev","type":"plugin","url":"https://jenkins.io/security/advisory/2018-07-30/#SECURITY-1021","versions":[{"lastVersion":"0.7.16","pattern":"0[.](6|7[.]([0-9]|1[0-6]))(|[-.].*)"}]},{"id":"SECURITY-1001","message":"Stored Cross-Site Scripting Vulnerability","name":"shelve-project-plugin","type":"plugin","url":"https://jenkins.io/security/advisory/2018-07-30/#SECURITY-1001","versions":[{"lastVersion":"1.5","pattern":"1(|[-.].*)"}]},{"id":"SECURITY-1022","message":"CSRF vulnerability and missing permission checks allowed capturing credentials","name":"maven-artifact-choicelistprovider","type":"plugin","url":"https://jenkins.io/security/advisory/2018-07-30/#SECURITY-1022","versions":[{"lastVersion":"1.3.1","pattern":"1[.]([012]|3[.][01])(|[-.].*)"}]},{"id":"SECURITY-847","message":"API Key stored in plain text","name":"meliora-testlab","type":"plugin","url":"https://jenkins.io/security/advisory/2018-07-30/#SECURITY-847","versions":[{"lastVersion":"1.14","pattern":"1[.]([0-9]|1[0-4])(|[-.].*)"}]},{"id":"SECURITY-995","message":"CSRF vulnerability and missing permission checks allowed overriding plugin configuration","name":"pangolin-testrail-connector","type":"plugin","url":"https://jenkins.io/security/advisory/2018-07-30/#SECURITY-995","versions":[{"lastVersion":"2.1","pattern":"2[.]1"}]},{"id":"SECURITY-1039","message":"Password stored in plain text","name":"anchore-container-scanner","type":"plugin","url":"https://jenkins.io/security/advisory/2018-07-30/#SECURITY-1039","versions":[{"lastVersion":"1.0.16","pattern":"1[.]0[.]([0-9]|1[0-6])(|[-.].*)"}]},{"id":"SECURITY-933","message":"Plugin globally and unconditionally disables SSL/TLS certificate validation","name":"inedo-proget","type":"plugin","url":"https://jenkins.io/security/advisory/2018-07-30/#SECURITY-933","versions":[{"lastVersion":"0.8","pattern":"0(|[-.].*)"}]},{"id":"SECURITY-935","message":"Plugin globally and unconditionally disables SSL/TLS certificate validation","name":"inedo-buildmaster","type":"plugin","url":"https://jenkins.io/security/advisory/2018-07-30/#SECURITY-935","versions":[{"lastVersion":"1.3","pattern":"1(|[-.].*)"}]},{"id":"core-2_138","message":"Multiple security vulnerabilities in Jenkins 2.137 and earlier, and LTS 2.121.2 and earlier","name":"core","type":"core","url":"https://jenkins.io/security/advisory/2018-08-15/","versions":[{"lastVersion":"2.137","pattern":"(1[.].*|2[.][0-9]|2[.][0-9][0-9]|2[.]1[012][0-9]|2[.]13[0-7])(|[-].*)"},{"lastVersion":"2.121.2","pattern":"(2[.][0-9]{1,2}[.].+|2[.]107[.].+|2[.]121[.][12])(|[-].*)"}]},{"id":"SECURITY-130","message":"Cross Site Scripting vulnerability","name":"rebuild","type":"plugin","url":"https://jenkins.io/security/advisory/2018-09-25/#SECURITY-130","versions":[{"lastVersion":"1.28","pattern":"(1[.]([0-9]|1[0-9]|2[0-8]))(|[-.].*)"}]},{"id":"SECURITY-265","message":"Old directly entered credentials stored unencrypted on disk","name":"artifactory","type":"plugin","url":"https://jenkins.io/security/advisory/2018-09-25/#SECURITY-265","versions":[{"lastVersion":"2.16.1","pattern":"(1|2[.]([0-9]|1[0-5]|16[.][01]))(|[-.].*)"}]},{"id":"SECURITY-813","message":"Improper user account validation","name":"pam-auth","type":"plugin","url":"https://jenkins.io/security/advisory/2018-09-25/#SECURITY-813","versions":[{"lastVersion":"1.3","pattern":"(1[.][0-3])(|[-.].*)"}]},{"id":"SECURITY-845","message":"Credentials stored in plain text","name":"publish-over-dropbox","type":"plugin","url":"https://jenkins.io/security/advisory/2018-09-25/#SECURITY-845","versions":[{"lastVersion":"1.2.4","pattern":"(1[.]([01]|2[.][0-4]))(|[-.].*)"}]},{"id":"SECURITY-938","message":"Cross-site request forgery vulnerability","name":"config-file-provider","type":"plugin","url":"https://jenkins.io/security/advisory/2018-09-25/#SECURITY-938","versions":[{"lastVersion":"3.1","pattern":"([12]|3[.][01])(|[-.].*)"}]},{"id":"SECURITY-948","message":"Credentials stored in plain text","name":"arachni-scanner","type":"plugin","url":"https://jenkins.io/security/advisory/2018-09-25/#SECURITY-948","versions":[{"lastVersion":"0.9.7","pattern":"0(|[-.].*)"}]},{"id":"SECURITY-972","message":"CSRF vulnerability and missing permission checks","name":"mq-notifier","type":"plugin","url":"https://jenkins.io/security/advisory/2018-09-25/#SECURITY-972","versions":[{"lastVersion":"1.2.6","pattern":"(1[.]([01]|2[.][0-6]))(|[-.].*)"}]},{"id":"SECURITY-984-1","message":"CSRF vulnerability and missing permission checks allowed capturing credentials","name":"hipchat","type":"plugin","url":"https://jenkins.io/security/advisory/2018-09-25/#SECURITY-984%20%281%29","versions":[{"lastVersion":"2.2.0","pattern":"([01]|2[.]([01]|2[.]0))(|[-.].*)"}]},{"id":"SECURITY-984-2","message":"Unprivileged users with Overall/Read access are able to enumerate credential IDs","name":"hipchat","type":"plugin","url":"https://jenkins.io/security/advisory/2018-09-25/#SECURITY-984%20%282%29","versions":[{"lastVersion":"2.2.0","pattern":"([01]|2[.]([01]|2[.]0))(|[-.].*)"}]},{"id":"SECURITY-1011-1","message":"CSRF vulnerability and missing permission checks allowed capturing credentials","name":"argus-notifier","type":"plugin","url":"https://jenkins.io/security/advisory/2018-09-25/#SECURITY-1011%20%281%29","versions":[{"lastVersion":"1.0.1","pattern":"(1[.]0[.][01])(|[-.].*)"}]},{"id":"SECURITY-1011-2","message":"Unprivileged users with Overall/Read access are able to enumerate credential IDs","name":"argus-notifier","type":"plugin","url":"https://jenkins.io/security/advisory/2018-09-25/#SECURITY-1011%20%282%29","versions":[{"lastVersion":"1.0.1","pattern":"(1[.]0[.][01])(|[-.].*)"}]},{"id":"SECURITY-1013-1","message":"Unprivileged users with Overall/Read access are able to enumerate credential IDs","name":"mesos","type":"plugin","url":"https://jenkins.io/security/advisory/2018-09-25/#SECURITY-1013%20%281%29","versions":[{"lastVersion":"0.17.1","pattern":"(0[.]([0-9]|1[0-7]))(|[-.].*)"}]},{"id":"SECURITY-1013-2","message":"Server-side request forgery vulnerability","name":"mesos","type":"plugin","url":"https://jenkins.io/security/advisory/2018-09-25/#SECURITY-1013%20%282%29","versions":[{"lastVersion":"0.17.1","pattern":"(0[.]([0-9]|1[0-7]))(|[-.].*)"}]},{"id":"SECURITY-1029","message":"CSRF vulnerability and missing permission checks allowed capturing credentials","name":"jira","type":"plugin","url":"https://jenkins.io/security/advisory/2018-09-25/#SECURITY-1029","versions":[{"lastVersion":"3.0.1","pattern":"([12]|3[.]0[.][01])(|[-.].*)"}]},{"id":"SECURITY-1050-1","message":"CSRF vulnerability and missing permission checks allowed capturing credentials","name":"chatter-notifier","type":"plugin","url":"https://jenkins.io/security/advisory/2018-09-25/#SECURITY-1050%20%281%29","versions":[{"lastVersion":"2.0.4","pattern":"(2[.]0[.][01234])(|[-.].*)"}]},{"id":"SECURITY-1050-2","message":"Unprivileged users with Overall/Read access are able to enumerate credential IDs","name":"chatter-notifier","type":"plugin","url":"https://jenkins.io/security/advisory/2018-09-25/#SECURITY-1050%20%282%29","versions":[{"lastVersion":"2.0.4","pattern":"(2[.]0[.][01234])(|[-.].*)"}]},{"id":"SECURITY-1065","message":"Credentials stored in plain text","name":"dimensionsscm","type":"plugin","url":"https://jenkins.io/security/advisory/2018-09-25/#SECURITY-1065","versions":[{"lastVersion":"0.8.14","pattern":"(0[.](7|8[.]([0-9]|1[0-4])))(|[-.].*)"}]},{"id":"SECURITY-1067","message":"SSRF vulnerability","name":"crowd2","type":"plugin","url":"https://jenkins.io/security/advisory/2018-09-25/#SECURITY-1067","versions":[{"lastVersion":"2.0.0","pattern":"(1|2[.]0[.]0)(|[-.].*)"}]},{"id":"SECURITY-1068","message":"Credentials stored in plain text","name":"crowd2","type":"plugin","url":"https://jenkins.io/security/advisory/2018-09-25/#SECURITY-1068","versions":[{"lastVersion":"2.0.0","pattern":"(1|2[.]0[.]0)(|[-.].*)"}]},{"id":"SECURITY-1075","message":"Cross-Site Scripting vulnerability","name":"metadata","type":"plugin","url":"https://jenkins.io/security/advisory/2018-09-25/#SECURITY-1075","versions":[{"lastVersion":"1.1.0b","pattern":".*"}]},{"id":"SECURITY-1080","message":"Cross Site Scripting vulnerability","name":"config-file-provider","type":"plugin","url":"https://jenkins.io/security/advisory/2018-09-25/#SECURITY-1080","versions":[{"lastVersion":"3.1","pattern":"([12]|3[.][01])(|[-.].*)"}]},{"id":"SECURITY-1101","message":"CSRF vulnerability","name":"junit","type":"plugin","url":"https://jenkins.io/security/advisory/2018-09-25/#SECURITY-1101","versions":[{"lastVersion":"1.25","pattern":"(1[.]([0-9]|1[0-9]|2[0-5]))(|[-.].*)"}]},{"id":"SECURITY-1108","message":"CSRF vulnerability and missing permission checks","name":"dimensionsscm","type":"plugin","url":"https://jenkins.io/security/advisory/2018-09-25/#SECURITY-1108","versions":[{"lastVersion":"0.8.14","pattern":"(0[.](7|8[.]([0-9]|1[0-4])))(|[-.].*)"}]},{"id":"SECURITY-1122","message":"Stored Cross-Site Scripting vulnerability","name":"git-changelog","type":"plugin","url":"https://jenkins.io/security/advisory/2018-09-25/#SECURITY-1122","versions":[{"lastVersion":"2.6","pattern":"(1|2[.][0-6])(|[-.].*)"}]},{"id":"SECURITY-1125","message":"CSRF vulnerability","name":"emailext-template","type":"plugin","url":"https://jenkins.io/security/advisory/2018-09-25/#SECURITY-1125","versions":[{"lastVersion":"1.0","pattern":"(0|1[.]0)(|[-.].*)"}]},{"id":"SECURITY-1130","message":"Reflected Cross Site Scripting vulnerability","name":"jobConfigHistory","type":"plugin","url":"https://jenkins.io/security/advisory/2018-09-25/#SECURITY-1130","versions":[{"lastVersion":"2.18","pattern":"(1|2[.]([0-9]|1[0-7]))(|[-.].*)|2[.]18"}]},{"id":"SECURITY-1135","message":"Missing permission check allows unauthorized users to change Metadata Plugin configuration","name":"metadata","type":"plugin","url":"https://jenkins.io/security/advisory/2018-09-25/#SECURITY-1135","versions":[{"lastVersion":"1.1.0b","pattern":".*"}]},{"id":"SECURITY-1156","message":"XML External Entity Processing Vulnerability","name":"monitoring","type":"plugin","url":"https://jenkins.io/security/advisory/2018-09-25/#SECURITY-1156","versions":[{"lastVersion":"1.74","pattern":"(1[.]([2-6][0-9]|7[0-3]))(|[-.].*)"}]},{"id":"SECURITY-1163","message":"Server authentication token stored in plain text","name":"sonar","type":"plugin","url":"https://jenkins.io/security/advisory/2018-09-25/#SECURITY-1163","versions":[{"lastVersion":"2.8","pattern":"(1|2[.]([0-7]))(|[-.].*)|2.8"}]},{"id":"core-2_146","message":"Multiple security vulnerabilities in Jenkins 2.145 and earlier, and LTS 2.138.1 and earlier","name":"core","type":"core","url":"https://jenkins.io/security/advisory/2018-10-10/","versions":[{"lastVersion":"2.145","pattern":"(1[.].*|2[.][0-9]|2[.][0-9][0-9]|2[.]1[0123][0-9]|2[.]14[0-5])(|[-].*)"},{"lastVersion":"2.138.1","pattern":"(2[.][0-9]{1,2}[.].+|2[.](107|121)[.].+|2[.]138[.]1)(|[-].*)"}]},{"id":"SECURITY-1186-script-security","message":"Script Security sandbox bypass","name":"script-security","type":"plugin","url":"https://jenkins.io/security/advisory/2018-10-29/#SECURITY-1186","versions":[{"lastVersion":"1.47","pattern":"(1[.]([0-9]|[1-3][0-9]|4[0-7]))(|[-.].*)"}]},{"id":"SECURITY-1186-workflow-cps","message":"Script Security sandbox bypass","name":"workflow-cps","type":"plugin","url":"https://jenkins.io/security/advisory/2018-10-29/#SECURITY-1186","versions":[{"lastVersion":"2.59","pattern":"(1|2[.]([0-9]|[1-5][0-9]))(|[-.].*)"}]},{"id":"core-2_154","message":"Multiple security vulnerabilities in Jenkins 2.153 and earlier, and LTS 2.138.3 and earlier","name":"core","type":"core","url":"https://jenkins.io/security/advisory/2018-12-05/","versions":[{"lastVersion":"2.153","pattern":"(1[.].*|2[.][0-9]|2[.][0-9][0-9]|2[.]1[01234][0-9]|2[.]15[0-3])(|[-].*)"},{"lastVersion":"2.138.3","pattern":"(2[.][0-9]{1,2}[.].+|2[.](107|121)[.].+|2[.]138[.][123])(|[-].*)"}]},{"id":"SECURITY-1266-workflow-cps","message":"Script Security sandbox bypass","name":"workflow-cps","type":"plugin","url":"https://jenkins.io/security/advisory/2019-01-08/#SECURITY-1266","versions":[{"lastVersion":"2.61","pattern":"(?!2[.]61[.].*)(1|2[.]([0-9]|[1-5][0-9]|6[01]))(|[.-].*)"}]},{"id":"SECURITY-1266-pipeline-model-definition","message":"Script Security sandbox bypass","name":"pipeline-model-definition","type":"plugin","url":"https://jenkins.io/security/advisory/2019-01-08/#SECURITY-1266","versions":[{"lastVersion":"1.3.4","pattern":"(?!1[.]3[.]4[.].*)(0|1[.]([0-2]|3$|3[.][1-4]))(|[.-].*)"}]},{"id":"SECURITY-1266-script-security","message":"Script Security sandbox bypass","name":"script-security","type":"plugin","url":"https://jenkins.io/security/advisory/2019-01-08/#SECURITY-1266","versions":[{"lastVersion":"1.49","pattern":"(1[.]([0-9]|[1-4][0-9]))(|[-.].*)"}]},{"id":"core-2_160","message":"Multiple security vulnerabilities in Jenkins 2.159 and earlier, and LTS 2.150.1 and earlier","name":"core","type":"core","url":"https://jenkins.io/security/advisory/2019-01-16/","versions":[{"lastVersion":"2.159","pattern":"(1[.].*|2[.][0-9]|2[.][0-9][0-9]|2[.]1[012345][0-9])(|[-].*)"},{"lastVersion":"2.150.1","pattern":"(2[.][0-9]{1,2}[.].+|2[.](107|121|138)[.].+|2[.]150[.]1)(|[-].*)"}]},{"id":"SECURITY-1292","message":"Script Security sandbox bypass","name":"script-security","type":"plugin","url":"https://jenkins.io/security/advisory/2019-01-28/#SECURITY-1292","versions":[{"lastVersion":"1.50","pattern":"(1[.]([0-9]|[1-4][0-9]|50))(|[-.].*)"}]},{"id":"SECURITY-1293","message":"Script Security sandbox bypass","name":"groovy","type":"plugin","url":"https://jenkins.io/security/advisory/2019-01-28/#SECURITY-1293","versions":[{"lastVersion":"2.0","pattern":"(1|2[.]0)(|[-.].*)"}]},{"id":"SECURITY-1295/1","message":"Script Security sandbox bypass","name":"warnings","type":"plugin","url":"https://jenkins.io/security/advisory/2019-01-28/#SECURITY-1295%20%281%29","versions":[{"lastVersion":"5.0.0","pattern":"([1-4]|5[.]0[.]0)(|[-.].*)"}]},{"id":"SECURITY-1295/2","message":"Script Security sandbox bypass","name":"warnings-ng","type":"plugin","url":"https://jenkins.io/security/advisory/2019-01-28/#SECURITY-1295%20%282%29","versions":[{"lastVersion":"2.1.1","pattern":"(1|2[.](0|1[.][0-1]))(|[-.].*)"}]},{"id":"SECURITY-859","message":"Improper certificate validation","name":"active-directory","type":"plugin","url":"https://jenkins.io/security/advisory/2019-01-28/#SECURITY-859","versions":[{"lastVersion":"2.10","pattern":"(1|2[.]([0-9]|10))(|[-.].*)"}]},{"id":"SECURITY-1095","message":"CSRF vulnerability","name":"git","type":"plugin","url":"https://jenkins.io/security/advisory/2019-01-28/#SECURITY-1095","versions":[{"lastVersion":"3.9.1","pattern":"([1-2]|3[.]([0-8]|9[.][0-1]))(|[-.].*)"}]},{"id":"SECURITY-1102","message":"Information disclosure and DoS","name":"token-macro","type":"plugin","url":"https://jenkins.io/security/advisory/2019-01-28/#SECURITY-1102","versions":[{"lastVersion":"2.5","pattern":"(1|2[.]([0-4]|5))(|[-.].*)"}]},{"id":"SECURITY-1201","message":"CSRF vulnerability","name":"blueocean","type":"plugin","url":"https://jenkins.io/security/advisory/2019-01-28/#SECURITY-1201","versions":[{"lastVersion":"1.10.1","pattern":"1[.]([0-9]|10[.][0-1])(|[-.].*)"}]},{"id":"SECURITY-1204","message":"XSS vulnerability","name":"blueocean","type":"plugin","url":"https://jenkins.io/security/advisory/2019-01-28/#SECURITY-1204","versions":[{"lastVersion":"1.10.1","pattern":"1[.]([0-9]|10[.][0-1])(|[-.].*)"}]},{"id":"SECURITY-1253","message":"XSS vulnerability","name":"config-file-provider","type":"plugin","url":"https://jenkins.io/security/advisory/2019-01-28/#SECURITY-1253","versions":[{"lastVersion":"3.4.1","pattern":"([1-2]|3[.][0-4])(|[-.].*)"}]},{"id":"SECURITY-905/1","message":"XXE vulnerability","name":"job-import-plugin","type":"plugin","url":"https://jenkins.io/security/advisory/2019-01-28/#SECURITY-905%20%281%29","versions":[{"lastVersion":"2.1","pattern":"[1-2](|[-.].*)"}]},{"id":"SECURITY-905/2","message":"CSRF vulnerability","name":"job-import-plugin","type":"plugin","url":"https://jenkins.io/security/advisory/2019-01-28/#SECURITY-905%20%282%29","versions":[{"lastVersion":"2.1","pattern":"[1-2](|[-.].*)"}]},{"id":"SECURITY-1302","message":"CSRF vulnerability","name":"job-import-plugin","type":"plugin","url":"https://jenkins.io/security/advisory/2019-01-28/#SECURITY-1302","versions":[{"lastVersion":"3.0","pattern":"([1-2]|3[.]0)(|[-.].*)"}]},{"id":"SECURITY-602","message":"Client secret displayed in plain text","name":"github-oauth","type":"plugin","url":"https://jenkins.io/security/advisory/2019-01-28/#SECURITY-602","versions":[{"lastVersion":"0.29","pattern":"(0[.]([0-9]|([0-2][0-9])))(|[-.].*)"}]},{"id":"SECURITY-797","message":"Session fixation vulnerability","name":"github-oauth","type":"plugin","url":"https://jenkins.io/security/advisory/2019-01-28/#SECURITY-797","versions":[{"lastVersion":"0.29","pattern":"(0[.]([0-9]|([0-2][0-9])))(|[-.].*)"}]},{"id":"SECURITY-818","message":"CSRF vulnerability","name":"kanboard","type":"plugin","url":"https://jenkins.io/security/advisory/2019-01-28/#SECURITY-818","versions":[{"lastVersion":"1.5.10","pattern":"1[.]5[.]([0-9]|10)(|[-.].*)"}]},{"id":"SECURITY-886","message":"Client secret displayed in plain text","name":"oic-auth","type":"plugin","url":"https://jenkins.io/security/advisory/2019-01-28/#SECURITY-886","versions":[{"lastVersion":"1.4","pattern":"1[.][0-4](|[-.].*)"}]},{"id":"SECURITY-1153","message":"CSRF vulnerability","name":"monitoring","type":"plugin","url":"https://jenkins.io/security/advisory/2019-01-28/#SECURITY-1153","versions":[{"lastVersion":"1.74.0","pattern":"1[.]([2-6][0-9]|7[0-4])(|[-.].*)"}]},{"id":"SECURITY-1154","message":"Clickjacking vulnerability","name":"monitoring","type":"plugin","url":"https://jenkins.io/security/advisory/2019-01-28/#SECURITY-1154","versions":[{"lastVersion":"1.74.0","pattern":"1[.]([2-6][0-9]|7[0-4])(|[-.].*)"}]},{"id":"SECURITY-1271","message":"XSS vulnerability","name":"warnings-ng","type":"plugin","url":"https://jenkins.io/security/advisory/2019-01-28/#SECURITY-1271","versions":[{"lastVersion":"1.0.1","pattern":"1[.]0[.][0-1](|[-.].*)"}]},{"id":"SECURITY-1320","message":"Script Security sandbox bypass","name":"script-security","type":"plugin","url":"https://jenkins.io/security/advisory/2019-02-19/#SECURITY-1320","versions":[{"lastVersion":"1.52","pattern":"(1[.]([0-9]|[1-4][0-9]|5[0-2]))(|[-.].*)"}]},{"id":"SECURITY-876","message":"CSRF vulnerability and missing permission checks allowed capturing credentials","name":"cloudfoundry","type":"plugin","url":"https://jenkins.io/security/advisory/2019-02-19/#SECURITY-876","versions":[{"lastVersion":"2.3.1","pattern":"(1|2[.][012]|2[.]3[.][01])(|[-.].*)"}]},{"id":"SECURITY-985","message":"SSRF vulnerability","name":"mattermost","type":"plugin","url":"https://jenkins.io/security/advisory/2019-02-19/#SECURITY-985","versions":[{"lastVersion":"2.6.2","pattern":"(1|2[.][0-5]|2[.]6[.][0-2])(|[-.].*)"}]},{"id":"SECURITY-817","message":"SSRF vulnerability","name":"octopusdeploy","type":"plugin","url":"https://jenkins.io/security/advisory/2019-02-19/#SECURITY-817","versions":[{"lastVersion":"1.8.1","pattern":"(1[.][0-8])(|[-.].*)"}]},{"id":"SECURITY-1033","message":"SSRF vulnerability","name":"jms-messaging","type":"plugin","url":"https://jenkins.io/security/advisory/2019-02-19/#SECURITY-1033","versions":[{"lastVersion":"1.1.1","pattern":"(1[.]0|1[.]1[.][01])(|[-.].*)"}]},{"id":"SECURITY-937","message":"SSL/TLS certification validation in Jenkins globally disabled","name":"electricflow","type":"plugin","url":"https://jenkins.io/security/advisory/2019-02-19/#SECURITY-937","versions":[{"lastVersion":"1.1.4","pattern":"(1[.]0|1[.]1[.][0-4])(|[-.].*)"}]},{"id":"SECURITY-951","message":"Credentials stored in plain text","name":"acunetix","type":"plugin","url":"https://jenkins.io/security/advisory/2019-02-19/#SECURITY-951","versions":[{"lastVersion":"1.0.0","pattern":"1[.]0[.]0(|[-.].*)"}]},{"id":"SECURITY-980","message":"SSRF vulnerability","name":"acunetix","type":"plugin","url":"https://jenkins.io/security/advisory/2019-02-19/#SECURITY-980","versions":[{"lastVersion":"1.0.0","pattern":"1[.]0[.]0(|[-.].*)"}]},{"id":"SECURITY-1070","message":"Credentials stored in plain text","name":"ease-plugin","type":"plugin","url":"https://jenkins.io/security/advisory/2019-02-19/#SECURITY-1070","versions":[{"lastVersion":"1.2.12","pattern":"1(|[-.].*)"}]},{"id":"SECURITY-848","message":"Credentials stored in plain text","name":"rabbitmq-publisher","type":"plugin","url":"https://jenkins.io/security/advisory/2019-03-06/#SECURITY-848","versions":[{"lastVersion":"1.0","pattern":"1[.]0(|[-.].*)"}]},{"id":"SECURITY-958","message":"Credentials stored in plain text","name":"repository-connector","type":"plugin","url":"https://jenkins.io/security/advisory/2019-03-06/#SECURITY-958","versions":[{"lastVersion":"1.2.4","pattern":"(0|1[.]([01]|2[.][0-4]))(|[-.].*)"}]},{"id":"SECURITY-970","message":"Server-side request forgery","name":"rabbitmq-publisher","type":"plugin","url":"https://jenkins.io/security/advisory/2019-03-06/#SECURITY-970","versions":[{"lastVersion":"1.0","pattern":"1[.]0(|[-.].*)"}]},{"id":"SECURITY-1038","message":"Credentials stored in plain text","name":"osf-builder-suite-for-sfcc-deploy","type":"plugin","url":"https://jenkins.io/security/advisory/2019-03-06/#SECURITY-1038","versions":[{"lastVersion":"1.0.10","pattern":"1[.]0[.]([0-9]|10)(|[-.].*)"}]},{"id":"SECURITY-1087","message":"Credentials stored in plain text","name":"appdynamics-dashboard","type":"plugin","url":"https://jenkins.io/security/advisory/2019-03-06/#SECURITY-1087","versions":[{"lastVersion":"1.0.14","pattern":"1[.]0[.]([0-9]|1[0-4])(|[-.].*)"}]},{"id":"SECURITY-1088","message":"Unprotected HTTP endpoint allowed server-side request forgery, unauthorized configuration changes","name":"testdroid-run-in-cloud","type":"plugin","url":"https://jenkins.io/security/advisory/2019-03-06/#SECURITY-1088","versions":[{"lastVersion":"2.69.1","pattern":"(1|2[.][0-6][0-9])(|[-.].*)"}]},{"id":"SECURITY-1330","message":"Information disclosure","name":"azure-vm-agents","type":"plugin","url":"https://jenkins.io/security/advisory/2019-03-06/#SECURITY-1330","versions":[{"lastVersion":"0.8.0","pattern":"0[.]([1-7]|8[.]0)(|[-.].*)"}]},{"id":"SECURITY-1331","message":"Unauthorized users could change agent IP configuration","name":"azure-vm-agents","type":"plugin","url":"https://jenkins.io/security/advisory/2019-03-06/#SECURITY-1331","versions":[{"lastVersion":"0.8.0","pattern":"0[.]([1-7]|8[.]0)(|[-.].*)"}]},{"id":"SECURITY-1332","message":"Users with Overall/Read access can enumerate credential IDs","name":"azure-vm-agents","type":"plugin","url":"https://jenkins.io/security/advisory/2019-03-06/#SECURITY-1332","versions":[{"lastVersion":"0.8.0","pattern":"0[.]([1-7]|8[.]0)(|[-.].*)"}]},{"id":"SECURITY-1336/1","message":"Script security sandbox bypass","name":"script-security","type":"plugin","url":"https://jenkins.io/security/advisory/2019-03-06/#SECURITY-1336%20(1)","versions":[{"lastVersion":"1.53","pattern":"(1[.]([0-9]|[1-4][0-9]|5[0-3]))(|[-.].*)"}]},{"id":"SECURITY-1336/2","message":"Script security sandbox bypass","name":"workflow-cps","type":"plugin","url":"https://jenkins.io/security/advisory/2019-03-06/#SECURITY-1336%20(2)","versions":[{"lastVersion":"2.63","pattern":"(1|2[.]([0-9]|[1-5][0-9]|6[0-3]))(|[.-].*)"}]},{"id":"SECURITY-1338","message":"Script security sandbox bypass","name":"groovy","type":"plugin","url":"https://jenkins.io/security/advisory/2019-03-06/#SECURITY-1338","versions":[{"lastVersion":"2.1","pattern":"(1|2[.][01])(|[-.].*)"}]},{"id":"SECURITY-1339","message":"Script security sandbox bypass","name":"matrix-project","type":"plugin","url":"https://jenkins.io/security/advisory/2019-03-06/#SECURITY-1339","versions":[{"lastVersion":"1.13","pattern":"1[.]([0-9]|1[0-3])(|[-.].*)"}]},{"id":"SECURITY-1340","message":"Script security sandbox bypass","name":"email-ext","type":"plugin","url":"https://jenkins.io/security/advisory/2019-03-06/#SECURITY-1340","versions":[{"lastVersion":"2.64","pattern":"2[.]([0-9]|[12345][0-9]|6[0-4])(|[.-].*)"}]},{"id":"SECURITY-1342","message":"Script security sandbox bypass","name":"job-dsl","type":"plugin","url":"https://jenkins.io/security/advisory/2019-03-06/#SECURITY-1342","versions":[{"lastVersion":"1.71","pattern":"1[.]([0-9]|[1-6][0-9]|7[01])(|[.-].*)"}]},{"id":"SECURITY-1353-script-security","message":"Script Security sandbox bypass","name":"script-security","type":"plugin","url":"https://jenkins.io/security/advisory/2019-03-25/#SECURITY-1353","versions":[{"lastVersion":"1.55","pattern":"(1[.]([0-9]|[1-4][0-9]|5[0-5]))(|[-.].*)"}]},{"id":"SECURITY-1353-workflow-cps","message":"Script Security sandbox bypass","name":"workflow-cps","type":"plugin","url":"https://jenkins.io/security/advisory/2019-03-25/#SECURITY-1353","versions":[{"lastVersion":"2.64","pattern":"(1|2[.]([0-9]|[1-5][0-9]|6[0-4]))(|[.-].*)"}]},{"id":"SECURITY-992","message":"SSRF vulnerability","name":"fortify-on-demand-uploader","type":"plugin","url":"https://jenkins.io/security/advisory/2019-03-25/#SECURITY-992","versions":[{"lastVersion":"3.0.10","pattern":"([0-2]|3[.]0[.]([0-9]|10))(|[-.].*)"}]},{"id":"SECURITY-976","message":"CSRF vulnerability and missing permission checks allowed capturing credentials","name":"slack","type":"plugin","url":"https://jenkins.io/security/advisory/2019-03-25/#SECURITY-976","versions":[{"lastVersion":"2.19","pattern":"(1|2[.]([0-9]|1[0-9]))(|[-.].*)"}]},{"id":"SECURITY-1361","message":"XSS vulnerability","name":"lockable-resources","type":"plugin","url":"https://jenkins.io/security/advisory/2019-03-25/#SECURITY-1361","versions":[{"lastVersion":"2.4","pattern":"(1|2[.]([0-4]))(|[-.].*)"}]},{"id":"SECURITY-1089","message":"Credentials stored in plain text","name":"prqa-plugin","type":"plugin","url":"https://jenkins.io/security/advisory/2019-03-25/#SECURITY-1089","versions":[{"lastVersion":"3.1.0","pattern":"(0|1|2|3[.](0|1[.]0))(|[-.].*)"}]},{"id":"SECURITY-1086","message":"Credentials stored in plain text","name":"codebeamer-result-trend-updater","type":"plugin","url":"https://jenkins.io/security/advisory/2019-03-25/#SECURITY-1086","versions":[{"lastVersion":"1.1.3","pattern":"1[.](0([.].*)|1(|[.]3))"}]},{"id":"SECURITY-1328","message":"Unprivileged users with Overall/Read access are able to enumerate credential IDs","name":"ease","type":"plugin","url":"https://jenkins.io/security/advisory/2019-03-25/#SECURITY-1328","versions":[{"lastVersion":"2.1","pattern":"(1|2[.](0|1))(|[-.].*)"}]},{"id":"SECURITY-846","message":"API token stored and displayed in plain text","name":"ecs-publisher","type":"plugin","url":"https://jenkins.io/security/advisory/2019-03-25/#SECURITY-846","versions":[{"lastVersion":"1.0.0","pattern":"1[.]0[.]0"}]},{"id":"SECURITY-829","message":"Credentials stored in plain text","name":"ircbot","type":"plugin","url":"https://jenkins.io/security/advisory/2019-04-03/#SECURITY-829","versions":[{"pattern":".*"}]},{"id":"SECURITY-831","message":"Credentials stored in plain text","name":"aws-beanstalk-publisher-plugin","type":"plugin","url":"https://jenkins.io/security/advisory/2019-04-03/#SECURITY-831","versions":[{"pattern":".*"}]},{"id":"SECURITY-837","message":"Credentials stored in plain text","name":"jenkins-jira-issue-updater","type":"plugin","url":"https://jenkins.io/security/advisory/2019-04-03/#SECURITY-837","versions":[{"pattern":".*"}]},{"id":"SECURITY-839","message":"Credentials stored in plain text","name":"hockeyapp","type":"plugin","url":"https://jenkins.io/security/advisory/2019-04-03/#SECURITY-839","versions":[{"pattern":".*"}]},{"id":"SECURITY-954","message":"Credentials stored in plain text","name":"ftppublisher","type":"plugin","url":"https://jenkins.io/security/advisory/2019-04-03/#SECURITY-954","versions":[{"pattern":".*"}]},{"id":"SECURITY-956","message":"Credentials stored in plain text","name":"websphere-deployer","type":"plugin","url":"https://jenkins.io/security/advisory/2019-04-03/#SECURITY-956","versions":[{"pattern":".*"}]},{"id":"SECURITY-965","message":"Bitbucket Approve Plugin stores credentials in plain text","name":"bitbucket-approve","type":"plugin","url":"https://jenkins.io/security/advisory/2019-04-03/#SECURITY-965","versions":[{"pattern":".*"}]},{"id":"SECURITY-974","message":"CSRF vulnerability and missing permission check allow connecting to arbitrary FTP servers","name":"ftppublisher","type":"plugin","url":"https://jenkins.io/security/advisory/2019-04-03/#SECURITY-974","versions":[{"pattern":".*"}]},{"id":"SECURITY-1041","message":"Credentials stored in plain text","name":"zap","type":"plugin","url":"https://jenkins.io/security/advisory/2019-04-03/#SECURITY-1041","versions":[{"pattern":".*"}]},{"id":"SECURITY-1042","message":"Credentials stored in plain text","name":"jenkins-cloudformation-plugin","type":"plugin","url":"https://jenkins.io/security/advisory/2019-04-03/#SECURITY-1042","versions":[{"pattern":".*"}]},{"id":"SECURITY-830","message":"AWS CloudWatch Logs Publisher Plugin stores credentials in plain text","name":"aws-cloudwatch-logs-publisher","type":"plugin","url":"https://jenkins.io/security/advisory/2019-04-03/#SECURITY-830","versions":[{"pattern":".*"}]},{"id":"SECURITY-832","message":"Credentials stored in plain text","name":"snsnotify","type":"plugin","url":"https://jenkins.io/security/advisory/2019-04-03/#SECURITY-832","versions":[{"pattern":".*"}]},{"id":"SECURITY-835","message":"Credentials stored in plain text","name":"aws-device-farm","type":"plugin","url":"https://jenkins.io/security/advisory/2019-04-03/#SECURITY-835","versions":[{"pattern":".*"}]},{"id":"SECURITY-838","message":"CloudShare Docker-Machine Plugin stores credentials in plain text","name":"cloudshare-docker","type":"plugin","url":"https://jenkins.io/security/advisory/2019-04-03/#SECURITY-838","versions":[{"pattern":".*"}]},{"id":"SECURITY-841","message":"Credentials stored in plain text","name":"bugzilla","type":"plugin","url":"https://jenkins.io/security/advisory/2019-04-03/#SECURITY-841","versions":[{"pattern":".*"}]},{"id":"SECURITY-842","message":"Credentials stored in plain text","name":"trac-publisher-plugin","type":"plugin","url":"https://jenkins.io/security/advisory/2019-04-03/#SECURITY-842","versions":[{"pattern":".*"}]},{"id":"SECURITY-945","message":"Credentials stored in plain text","name":"vmware-vrealize-automation-plugin","type":"plugin","url":"https://jenkins.io/security/advisory/2019-04-03/#SECURITY-945","versions":[{"pattern":".*"}]},{"id":"SECURITY-949","message":"Aqua Security Scanner Plugin stores credentials in plain text","name":"aqua-security-scanner","type":"plugin","url":"https://jenkins.io/security/advisory/2019-04-03/#SECURITY-949","versions":[{"lastVersion":"3.0.15","pattern":"(1|2|3[.]0[.]([0-9]|1[0-5]))(|[-.].*)"}]},{"id":"SECURITY-952","message":"veracode-scanner Plugin stores credentials in plain text","name":"veracode-scanner","type":"plugin","url":"https://jenkins.io/security/advisory/2019-04-03/#SECURITY-952","versions":[{"pattern":".*"}]},{"id":"SECURITY-957","message":"Credentials stored in plain text","name":"octopusdeploy","type":"plugin","url":"https://jenkins.io/security/advisory/2019-04-03/#SECURITY-957","versions":[{"pattern":".*"}]},{"id":"SECURITY-961","message":"Credentials stored in plain text","name":"wildfly-deployer","type":"plugin","url":"https://jenkins.io/security/advisory/2019-04-03/#SECURITY-961","versions":[{"pattern":".*"}]},{"id":"SECURITY-962","message":"VS Team Services Continuous Deployment Plugin stores credentials in plain text","name":"vsts-cd","type":"plugin","url":"https://jenkins.io/security/advisory/2019-04-03/#SECURITY-962","versions":[{"pattern":".*"}]},{"id":"SECURITY-964","message":"Hyper.sh Commons Plugin stores credentials in plain text","name":"hyper-commons","type":"plugin","url":"https://jenkins.io/security/advisory/2019-04-03/#SECURITY-964","versions":[{"pattern":".*"}]},{"id":"SECURITY-966","message":"Audit to Database Plugin stores credentials in plain text","name":"audit2db","type":"plugin","url":"https://jenkins.io/security/advisory/2019-04-03/#SECURITY-966","versions":[{"pattern":".*"}]},{"id":"SECURITY-977","message":"CSRF vulnerability and missing permission check allow connecting to arbitrary databases","name":"audit2db","type":"plugin","url":"https://jenkins.io/security/advisory/2019-04-03/#SECURITY-977","versions":[{"pattern":".*"}]},{"id":"SECURITY-979","message":"CSRF vulnerability and missing permission check","name":"labmanager","type":"plugin","url":"https://jenkins.io/security/advisory/2019-04-03/#SECURITY-979","versions":[{"pattern":".*"}]},{"id":"SECURITY-981","message":"CSRF vulnerability and missing permission check","name":"openshift-deployer","type":"plugin","url":"https://jenkins.io/security/advisory/2019-04-03/#SECURITY-981","versions":[{"pattern":".*"}]},{"id":"SECURITY-991","message":"CSRF vulnerability and missing permission check","name":"gearman-plugin","type":"plugin","url":"https://jenkins.io/security/advisory/2019-04-03/#SECURITY-991","versions":[{"pattern":".*"}]},{"id":"SECURITY-993","message":"CSRF vulnerability and missing permission check allow SSRF","name":"zephyr-enterprise-test-management","type":"plugin","url":"https://jenkins.io/security/advisory/2019-04-03/#SECURITY-993","versions":[{"pattern":"(1[.][0-6])(|[-.].*)"}]},{"id":"SECURITY-1037","message":"CSRF vulnerability and missing permission check allow SSRF","name":"sinatra-chef-builder","type":"plugin","url":"https://jenkins.io/security/advisory/2019-04-03/#SECURITY-1037","versions":[{"pattern":".*"}]},{"id":"SECURITY-1043","message":"Credentials stored in plain text","name":"fabric-beta-publisher","type":"plugin","url":"https://jenkins.io/security/advisory/2019-04-03/#SECURITY-1043","versions":[{"pattern":".*"}]},{"id":"SECURITY-1044","message":"Credentials stored in plain text","name":"upload-pgyer","type":"plugin","url":"https://jenkins.io/security/advisory/2019-04-03/#SECURITY-1044","versions":[{"pattern":".*"}]},{"id":"SECURITY-1054","message":"CSRF vulnerability and missing permission check allow SSRF","name":"cloudtest","type":"plugin","url":"https://jenkins.io/security/advisory/2019-04-03/#SECURITY-1054","versions":[{"pattern":".*"}]},{"id":"SECURITY-1058","message":"CSRF vulnerability and missing permission check allow SSRF","name":"nomad","type":"plugin","url":"https://jenkins.io/security/advisory/2019-04-03/#SECURITY-1058","versions":[{"pattern":".*"}]},{"id":"SECURITY-1059","message":"Open STF Plugin stores credentials in plain text","name":"open-stf","type":"plugin","url":"https://jenkins.io/security/advisory/2019-04-03/#SECURITY-1059","versions":[{"pattern":".*"}]},{"id":"SECURITY-1061","message":"Perfecto Mobile Plugin stores credentials in plain text","name":"perfectomobile","type":"plugin","url":"https://jenkins.io/security/advisory/2019-04-03/#SECURITY-1061","versions":[{"pattern":".*"}]},{"id":"SECURITY-1062","message":"Credentials stored in plain text","name":"TestFairy","type":"plugin","url":"https://jenkins.io/security/advisory/2019-04-03/#SECURITY-1062","versions":[{"lastVersion":"4.16","pattern":"([123]|4[.]([0-9]|1[0-6]))(|[-.].*)"}]},{"id":"SECURITY-1069","message":"Crowd Integration Plugin stores credentials in plain text","name":"crowd","type":"plugin","url":"https://jenkins.io/security/advisory/2019-04-03/#SECURITY-1069","versions":[{"pattern":".*"}]},{"id":"SECURITY-1084","message":"CSRF vulnerability and missing permission check allow SSRF","name":"openid","type":"plugin","url":"https://jenkins.io/security/advisory/2019-04-03/#SECURITY-1084","versions":[{"pattern":".*"}]},{"id":"SECURITY-1085","message":"Credentials stored in plain text","name":"starteam","type":"plugin","url":"https://jenkins.io/security/advisory/2019-04-03/#SECURITY-1085","versions":[{"pattern":".*"}]},{"id":"SECURITY-1091","message":"CSRF vulnerability and missing permission check allow SSRF","name":"jenkins-reviewbot","type":"plugin","url":"https://jenkins.io/security/advisory/2019-04-03/#SECURITY-1091","versions":[{"pattern":".*"}]},{"id":"SECURITY-1093","message":"Assembla Auth Plugin stores credentials in plain text","name":"assembla-auth","type":"plugin","url":"https://jenkins.io/security/advisory/2019-04-03/#SECURITY-1093","versions":[{"pattern":".*"}]},{"id":"SECURITY-828","message":"Credentials stored in plain text","name":"relution-publisher","type":"plugin","url":"https://jenkins.io/security/advisory/2019-04-03/#SECURITY-828","versions":[{"pattern":".*"}]},{"id":"SECURITY-843","message":"Credentials stored in plain text","name":"klaros-testmanagement","type":"plugin","url":"https://jenkins.io/security/advisory/2019-04-03/#SECURITY-843","versions":[{"lastVersion":"2.0.0","pattern":"(1|2[.]0)(|[-.].*)"}]},{"id":"SECURITY-946","message":"Credentials stored in plain text","name":"mabl-integration","type":"plugin","url":"https://jenkins.io/security/advisory/2019-04-03/#SECURITY-946","versions":[{"pattern":".*"}]},{"id":"SECURITY-947","message":"Credentials stored in plain text","name":"diawi-upload","type":"plugin","url":"https://jenkins.io/security/advisory/2019-04-03/#SECURITY-947","versions":[{"pattern":".*"}]},{"id":"SECURITY-955","message":"Credentials stored in plain text","name":"minio-storage","type":"plugin","url":"https://jenkins.io/security/advisory/2019-04-03/#SECURITY-955","versions":[{"pattern":".*"}]},{"id":"SECURITY-959","message":"Credentials stored in plain text","name":"deployhub","type":"plugin","url":"https://jenkins.io/security/advisory/2019-04-03/#SECURITY-959","versions":[{"lastVersion":"8.0.13","pattern":"8[.]0[.]([0-9]|1[0-3])(|[-.].*)"}]},{"id":"SECURITY-963","message":"Credentials stored in plain text","name":"youtrack-plugin","type":"plugin","url":"https://jenkins.io/security/advisory/2019-04-03/#SECURITY-963","versions":[{"lastVersion":"0.7.1","pattern":"(0[.][1-6]|0[.]7[.]1)(|[-.].*)"}]},{"id":"SECURITY-1031","message":"Credentials stored in plain text","name":"jabber-server-plugin","type":"plugin","url":"https://jenkins.io/security/advisory/2019-04-03/#SECURITY-1031","versions":[{"pattern":".*"}]},{"id":"SECURITY-1032","message":"CSRF vulnerability and missing permission check allowed SSRF","name":"netsparker-cloud-scan","type":"plugin","url":"https://jenkins.io/security/advisory/2019-04-03/#SECURITY-1032","versions":[{"lastVersion":"1.1.5","pattern":"(1[.]1[.][0-5])(|[-.].*)"}]},{"id":"SECURITY-1040","message":"Credentials stored in plain text","name":"netsparker-cloud-scan","type":"plugin","url":"https://jenkins.io/security/advisory/2019-04-03/#SECURITY-1040","versions":[{"lastVersion":"1.1.5","pattern":"(1[.]1[.][0-5])(|[-.].*)"}]},{"id":"SECURITY-1055","message":"CSRF vulnerability and missing permission check allow SSRF","name":"kmap-jenkins","type":"plugin","url":"https://jenkins.io/security/advisory/2019-04-03/#SECURITY-1055","versions":[{"pattern":".*"}]},{"id":"SECURITY-1056","message":"Credentials stored in plain text","name":"kmap-jenkins","type":"plugin","url":"https://jenkins.io/security/advisory/2019-04-03/#SECURITY-1056","versions":[{"pattern":".*"}]},{"id":"SECURITY-1063","message":"API key stored in plain text","name":"crittercism-dsym","type":"plugin","url":"https://jenkins.io/security/advisory/2019-04-03/#SECURITY-1063","versions":[{"pattern":".*"}]},{"id":"SECURITY-1066","message":"Credentials stored in plain text","name":"sra-deploy","type":"plugin","url":"https://jenkins.io/security/advisory/2019-04-03/#SECURITY-1066","versions":[{"pattern":".*"}]},{"id":"SECURITY-1090","message":"Credentials stored in plain text","name":"sametime","type":"plugin","url":"https://jenkins.io/security/advisory/2019-04-03/#SECURITY-1090","versions":[{"pattern":".*"}]},{"id":"SECURITY-1092","message":"Credentials stored in plain text","name":"koji","type":"plugin","url":"https://jenkins.io/security/advisory/2019-04-03/#SECURITY-1092","versions":[{"pattern":".*"}]},{"id":"SECURITY-960","message":"Credentials stored in plain text","name":"cloudcoreo-deploytime","type":"plugin","url":"https://jenkins.io/security/advisory/2019-04-03/#SECURITY-960","versions":[{"pattern":".*"}]},{"id":"core-2_172","message":"Multiple security vulnerabilities in Jenkins 2.171 and earlier, and LTS 2.164.1 and earlier","name":"core","type":"core","url":"https://jenkins.io/security/advisory/2019-04-10/","versions":[{"lastVersion":"2.171","pattern":"(1[.].*|2[.][0-9]|2[.][0-9][0-9]|2[.]1[0123456][0-9]|170)(|[-].*)"},{"lastVersion":"2.164.1","pattern":"(2[.][0-9]{1,2}[.].+|2[.](107|121|138|150)[.].+|2[.]164[.]1)(|[-].*)"}]},{"id":"SECURITY-1357","message":"CSRF vulnerability and missing permission checks allowed capturing credentials","name":"gitlab-plugin","type":"plugin","url":"https://jenkins.io/security/advisory/2019-04-17/#SECURITY-1357","versions":[{"lastVersion":"1.5.11","pattern":"(1[.]([0-4]|5[.]([0-9]|1[01])))(|[.-].*)"}]},{"id":"SECURITY-836","message":"Credentials stored in plain text","name":"jira-ext","type":"plugin","url":"https://jenkins.io/security/advisory/2019-04-17/#SECURITY-836","versions":[{"lastVersion":"0.8","pattern":"(0[.][1-8])(|[.-].*)"}]},{"id":"SECURITY-844","message":"Credentials stored in plain text","name":"azure-publishersettings-credentials","type":"plugin","url":"https://jenkins.io/security/advisory/2019-04-17/#SECURITY-844","versions":[{"lastVersion":"1.2","pattern":"(1[.][0-2])(|[.-].*)"}]},{"id":"SECURITY-983","message":"CSRF vulnerability and missing permission check allow SSRF","name":"deployit-plugin","type":"plugin","url":"https://jenkins.io/security/advisory/2019-04-17/#SECURITY-983","versions":[{"lastVersion":"7.5.5","pattern":"([3-6][.][0-9][.][0-9]|[7][.][0-5][.][0-4])"}]},{"id":"SECURITY-1341","message":"Script security sandbox bypass","name":"ontrack","type":"plugin","url":"https://jenkins.io/security/advisory/2019-04-17/#SECURITY-1341","versions":[{"lastVersion":"3.4","pattern":"(2|3[.]([0-3]))(|[.-].*)|3[.]4"}]},{"id":"SECURITY-1100","message":"CSRF vulnerability allowed changing graph configuration","name":"analysis-core","type":"plugin","url":"https://jenkins.io/security/advisory/2019-04-30/#SECURITY-1100","versions":[{"lastVersion":"1.95","pattern":"(1[.]([0-8][0-9]|9[0-5]))(|[.-].*)"}]},{"id":"SECURITY-930","message":"SSL/TLS certificate validation globally and unconditionally disabled","name":"sitemonitor","type":"plugin","url":"https://jenkins.io/security/advisory/2019-04-30/#SECURITY-930","versions":[{"lastVersion":"0.5","pattern":"(0[.][0-5])(|[.-].*)"}]},{"id":"SECURITY-1252","message":"XXE vulnerability via UDP broadcast response in Swarm client","name":"swarm","type":"plugin","url":"https://jenkins.io/security/advisory/2019-04-30/#SECURITY-1252","versions":[{"lastVersion":"3.16","pattern":"([12]|3[.]([0-9]|1[0-6]))(|[.-].*)"}]},{"id":"SECURITY-1355-1","message":"CSRF vulnerability and missing permission check allowed capturing credentials","name":"ansible-tower","type":"plugin","url":"https://jenkins.io/security/advisory/2019-04-30/#SECURITY-1355%20(1)","versions":[{"lastVersion":"0.9.1","pattern":"(0[.][5-8]|0[.]9[.][01])(|[.-].*)"}]},{"id":"SECURITY-1355-2","message":"Users with Overall/Read access are able to enumerate credential IDs","name":"ansible-tower","type":"plugin","url":"https://jenkins.io/security/advisory/2019-04-30/#SECURITY-1355%20(2)","versions":[{"lastVersion":"0.9.1","pattern":"(0[.][5-8]|0[.]9[.][01])(|[.-].*)"}]},{"id":"SECURITY-1390","message":"Credentials stored in plain text","name":"azure-ad","type":"plugin","url":"https://jenkins.io/security/advisory/2019-04-30/#SECURITY-1390","versions":[{"lastVersion":"0.3.3","pattern":"(0[.][12]|0[.]3[.][0-3])(|[.-].*)"}]},{"id":"SECURITY-1143","message":"Credentials stored in plain text","name":"twitter","type":"plugin","url":"https://jenkins.io/security/advisory/2019-04-30/#SECURITY-1143","versions":[{"lastVersion":"0.7","pattern":".*"}]},{"id":"SECURITY-936","message":"SSL/TLS certificate validation globally and unconditionally disabled","name":"koji","type":"plugin","url":"https://jenkins.io/security/advisory/2019-04-30/#SECURITY-936","versions":[{"lastVersion":"0.3","pattern":".*"}]},{"id":"SECURITY-443","message":"CSRF vulnerability in OAuth callback","name":"github-oauth","type":"plugin","url":"https://jenkins.io/security/advisory/2019-04-30/#SECURITY-443","versions":[{"lastVersion":"0.31","pattern":"(0[.]([0-9]|[12][0-9]|3[01]))(|[.-].*)"}]},{"id":"SECURITY-1380","message":"Credentials stored in plain text","name":"aqua-microscanner","type":"plugin","url":"https://jenkins.io/security/advisory/2019-04-30/#SECURITY-1380","versions":[{"lastVersion":"1.0.5","pattern":"(1[.]0[.][1-5])(|[.-].*)"}]},{"id":"SECURITY-1316","message":"Missing permission check allowed obtaining limited information about system configuration","name":"pam-auth","type":"plugin","url":"https://jenkins.io/security/advisory/2019-05-21/#SECURITY-1316","versions":[{"lastVersion":"1.5","pattern":"1[.][0-5]"}]},{"id":"SECURITY-1322","message":"Certificate file read vulnerability","name":"credentials","type":"plugin","url":"https://jenkins.io/security/advisory/2019-05-21/#SECURITY-1322","versions":[{"lastVersion":"2.1.18","pattern":"(1|2[.](0|1[.]([0-9]|1[0-8])))(|[.-].*)"}]},{"id":"SECURITY-1373","message":"Persisted XSS vulnerability","name":"warnings-ng","type":"plugin","url":"https://jenkins.io/security/advisory/2019-05-31/#SECURITY-1373","versions":[{"lastVersion":"5.0.0","pattern":"([1-4]|5[.]0[.]0)(|[.-].*)"}]},{"id":"SECURITY-1391","message":"CSRF vulnerability","name":"warnings-ng","type":"plugin","url":"https://jenkins.io/security/advisory/2019-05-31/#SECURITY-1391","versions":[{"lastVersion":"5.0.0","pattern":"([1-4]|5[.]0[.]0)(|[.-].*)"}]},{"id":"SECURITY-1409","message":"XML External Entity processing vulnerability","name":"pipeline-maven","type":"plugin","url":"https://jenkins.io/security/advisory/2019-05-31/#SECURITY-1409","versions":[{"lastVersion":"3.7.0","pattern":"([0-2]|3[.][0-6]|3[.]7[.]0)(|[.-].*)"}]},{"id":"SECURITY-921","message":"Unsafe Script Security whitelist entry","name":"workflow-remote-loader","type":"plugin","url":"https://jenkins.io/security/advisory/2019-05-31/#SECURITY-921","versions":[{"lastVersion":"1.4","pattern":"(1[.][0-4])(|[.-].*)"}]},{"id":"SECURITY-1403","message":"Credentials stored in plain text","name":"influxdb","type":"plugin","url":"https://jenkins.io/security/advisory/2019-05-31/#SECURITY-1403","versions":[{"lastVersion":"1.21","pattern":"(1[.]([0-9]|1[0-9]|2[01]))(|[.-].*)"}]},{"id":"SECURITY-1046","message":"Improper handling of untrusted branches","name":"gitea","type":"plugin","url":"https://jenkins.io/security/advisory/2019-05-31/#SECURITY-1046","versions":[{"lastVersion":"1.1.1","pattern":"(1[.](0|1[.][0-1]))(|[.-].*)"}]},{"id":"SECURITY-1015-1","message":"CSRF vulnerability and missing permission check allow capturing credentials","name":"artifactory","type":"plugin","url":"https://jenkins.io/security/advisory/2019-05-31/#SECURITY-1015%20(1)","versions":[{"lastVersion":"3.2.2","pattern":"([12]|3[.]([01]|2[.][012]))(|[.-].*)"}]},{"id":"SECURITY-1015-2","message":"Users with Overall/Read access could enumerate credential IDs","name":"artifactory","type":"plugin","url":"https://jenkins.io/security/advisory/2019-05-31/#SECURITY-1015%20(2)","versions":[{"lastVersion":"3.2.3","pattern":"([12]|3[.]([01]|2[.][0123]))(|[.-].*)"}]},{"id":"SECURITY-1347","message":"CSRF vulnerability","name":"artifactory","type":"plugin","url":"https://jenkins.io/security/advisory/2019-05-31/#SECURITY-1347","versions":[{"lastVersion":"3.2.2","pattern":"([12]|3[.]([01]|2[.][012]))(|[.-].*)"}]},{"id":"SECURITY-1399","message":"XML External Entity processing vulnerability","name":"token-macro","type":"plugin","url":"https://jenkins.io/security/advisory/2019-06-11/#SECURITY-1399","versions":[{"lastVersion":"2.7","pattern":"(1|2[.][0-7])(|[-.].*)"}]},{"id":"SECURITY-1379","message":"CSRF vulnerability and missing permission check","name":"jx-resources","type":"plugin","url":"https://jenkins.io/security/advisory/2019-06-11/#SECURITY-1379","versions":[{"lastVersion":"1.0.36","pattern":"1[.]0[.]([0-9]|[12][0-9]|3[0-6])(|[-.].*)"}]},{"id":"SECURITY-1410-1","message":"CSRF vulnerability and missing permission checks allowed SSRF","name":"electricflow","type":"plugin","url":"https://jenkins.io/security/advisory/2019-06-11/#SECURITY-1410 (1)","versions":[{"lastVersion":"1.1.5","pattern":"(1[.]0|1[.]1[.][0-5])(|[-.].*)"}]},{"id":"SECURITY-1410-2","message":"Missing permission checks","name":"electricflow","type":"plugin","url":"https://jenkins.io/security/advisory/2019-06-11/#SECURITY-1410 (2)","versions":[{"lastVersion":"1.1.5","pattern":"(1[.]0|1[.]1[.][0-5])(|[-.].*)"}]},{"id":"SECURITY-1411","message":"SSL/TLS certificate validation globally and unconditionally disabled","name":"electricflow","type":"plugin","url":"https://jenkins.io/security/advisory/2019-06-11/#SECURITY-1411","versions":[{"lastVersion":"1.1.5","pattern":"(1[.]0|1[.]1[.][0-5])(|[-.].*)"}]},{"id":"SECURITY-1412","message":"XSS vulnerability in build metadata","name":"electricflow","type":"plugin","url":"https://jenkins.io/security/advisory/2019-06-11/#SECURITY-1412","versions":[{"lastVersion":"1.1.5","pattern":"(1[.]0|1[.]1[.][0-5])(|[-.].*)"}]},{"id":"SECURITY-1420","message":"XSS vulnerability affecting job configuration forms","name":"electricflow","type":"plugin","url":"https://jenkins.io/security/advisory/2019-06-11/#SECURITY-1420","versions":[{"lastVersion":"1.1.6","pattern":"(1[.]0|1[.]1[.][0-6])(|[-.].*)"}]},{"id":"SECURITY-1010","message":"CSRF vulnerability and missing permission check allowed capturing credentials","name":"docker-plugin","type":"plugin","url":"https://jenkins.io/security/advisory/2019-07-11/#SECURITY-1010","versions":[{"lastVersion":"1.1.6","pattern":"(0|1[.](0|1[.][0-6]))(|[-.].*)|1[.]1"}]},{"id":"SECURITY-1400","message":"Users with Overall/Read access could enumerate credential IDs","name":"docker-plugin","type":"plugin","url":"https://jenkins.io/security/advisory/2019-07-11/#SECURITY-1400","versions":[{"lastVersion":"1.1.6","pattern":"(0|1[.](0|1[.][0-6]))(|[-.].*)|1[.]1"}]},{"id":"SECURITY-1419","message":"Reflected XSS vulnerability","name":"embeddable-build-status","type":"plugin","url":"https://jenkins.io/security/advisory/2019-07-11/#SECURITY-1419","versions":[{"lastVersion":"2.0.1","pattern":"(1[.].+|2[.](0(|[.]1)))(|[-].*)"}]},{"id":"SECURITY-775","message":"Credentials stored in plain text","name":"mashup-portlets-plugin","type":"plugin","url":"https://jenkins.io/security/advisory/2019-07-11/#SECURITY-775","versions":[{"lastVersion":"1.0.9","pattern":"(0|1[.]0)(|[.-].*)"}]},{"id":"SECURITY-1438","message":"Credentials stored in plain text","name":"gogs-webhook","type":"plugin","url":"https://jenkins.io/security/advisory/2019-07-11/#SECURITY-1438","versions":[{"lastVersion":"1.0.14","pattern":"(1[.]0[.]([0-9]|1[0-4]))(|[.-].*)"}]},{"id":"SECURITY-1177","message":"Stored XSS vulnerability","name":"depgraph-view","type":"plugin","url":"https://jenkins.io/security/advisory/2019-07-11/#SECURITY-1177","versions":[{"lastVersion":"0.13","pattern":".*"}]},{"id":"SECURITY-1441","message":"Credentials stored in plain text","name":"port-allocator","type":"plugin","url":"https://jenkins.io/security/advisory/2019-07-11/#SECURITY-1441","versions":[{"lastVersion":"1.8","pattern":".*"}]},{"id":"SECURITY-1437","message":"Credentials stored in plain text","name":"caliper-ci","type":"plugin","url":"https://jenkins.io/security/advisory/2019-07-11/#SECURITY-1437","versions":[{"lastVersion":"2.3","pattern":".*"}]},{"id":"core-2_186","message":"Multiple security vulnerabilities in Jenkins 2.185 and earlier, and LTS 2.176.1 and earlier","name":"core","type":"core","url":"https://jenkins.io/security/advisory/2019-07-17/","versions":[{"lastVersion":"2.185","pattern":"(1[.].*|2[.][0-9]|2[.][0-9][0-9]|2[.]1[0-7][0-9]|2[.]18[0-5])(|[-].*)"},{"lastVersion":"2.176.1","pattern":"(2[.][0-9]{1,2}[.].+|2[.](107|121|138|150|164)[.].+|2[.]176[.]1)(|[-].*)"}]},{"id":"SECURITY-1465-1","message":"Sandbox bypass through type casts","name":"script-security","type":"plugin","url":"https://jenkins.io/security/advisory/2019-07-31/#SECURITY-1465%20(1)","versions":[{"lastVersion":"1.61","pattern":"(1[.]([0-9]|[1-5][0-9]|6[01]))(|[-.].*)"}]},{"id":"SECURITY-1465-2","message":"Sandbox bypass through method pointer expressions","name":"script-security","type":"plugin","url":"https://jenkins.io/security/advisory/2019-07-31/#SECURITY-1465%20(2)","versions":[{"lastVersion":"1.61","pattern":"(1[.]([0-9]|[1-5][0-9]|6[01]))(|[-.].*)"}]},{"id":"SECURITY-1422","message":"Missing permission check","name":"workflow-cps-global-lib","type":"plugin","url":"https://jenkins.io/security/advisory/2019-07-31/#SECURITY-1422","versions":[{"lastVersion":"2.14","pattern":"(1|2[.]([0-9]|1[0-4]))(|[-.].*)"}]},{"id":"SECURITY-713","message":"Sensitive values in module build logs not masked","name":"maven-plugin","type":"plugin","url":"https://jenkins.io/security/advisory/2019-07-31/#SECURITY-713","versions":[{"lastVersion":"3.3","pattern":"(1|2|3[.][0-3])(|[-.].*)"}]},{"id":"SECURITY-1098","message":"CSRF vulnerability","name":"m2release","type":"plugin","url":"https://jenkins.io/security/advisory/2019-07-31/#SECURITY-1098","versions":[{"lastVersion":"0.14.0","pattern":"(0[.]([0-9]|1[0-4]))(|[-.].*)"}]},{"id":"SECURITY-1184","message":"Stored XSS vulnerability","name":"m2release","type":"plugin","url":"https://jenkins.io/security/advisory/2019-07-31/#SECURITY-1184","versions":[{"lastVersion":"0.14.0","pattern":"(0[.]([0-9]|1[0-4]))(|[-.].*)"}]},{"id":"SECURITY-1435","message":"Credentials stored in plain text","name":"m2release","type":"plugin","url":"https://jenkins.io/security/advisory/2019-07-31/#SECURITY-1435","versions":[{"lastVersion":"0.14.0","pattern":"(0[.]([0-9]|1[0-4]))(|[-.].*)"}]},{"id":"SECURITY-1279","message":"Secrets in system log messages not masked","name":"configuration-as-code","type":"plugin","url":"https://jenkins.io/security/advisory/2019-07-31/#SECURITY-1279","versions":[{"lastVersion":"1.24","pattern":"(0|1[.]([0-9]|1[0-9]|2[0-4]))(|[-.].*)"}]},{"id":"SECURITY-1290","message":"Users without Overall/Administer permission allowed to access documentation","name":"configuration-as-code","type":"plugin","url":"https://jenkins.io/security/advisory/2019-07-31/#SECURITY-1290","versions":[{"lastVersion":"1.24","pattern":"(0|1[.]([0-9]|1[0-9]|2[0-4]))(|[-.].*)"}]},{"id":"SECURITY-1303","message":"Proxy credentials not masked","name":"configuration-as-code","type":"plugin","url":"https://jenkins.io/security/advisory/2019-07-31/#SECURITY-1303","versions":[{"lastVersion":"1.20","pattern":"(0|1[.]([0-9]|1[0-9]|20))(|[-.].*)"}]},{"id":"SECURITY-1446","message":"Variable references evaluated when importing a previously exported configuration","name":"configuration-as-code","type":"plugin","url":"https://jenkins.io/security/advisory/2019-07-31/#SECURITY-1446","versions":[{"lastVersion":"1.24","pattern":"(0|1[.]([0-9]|1[0-9]|2[0-4]))(|[-.].*)"}]},{"id":"SECURITY-1458","message":"Secret values exported in plain text","name":"configuration-as-code","type":"plugin","url":"https://jenkins.io/security/advisory/2019-07-31/#SECURITY-1458","versions":[{"lastVersion":"1.24","pattern":"(0|1[.]([0-9]|1[0-9]|2[0-4]))(|[-.].*)"}]},{"id":"SECURITY-673","message":"Beginning of private key leaked in system log","name":"ec2","type":"plugin","url":"https://jenkins.io/security/advisory/2019-07-31/#SECURITY-673","versions":[{"lastVersion":"1.43","pattern":"(1[.](19|[23][0-9]|4[0-3]))(|[-.].*)"}]},{"id":"SECURITY-1345","message":"Temporary secret stored in a user accessible location","name":"google-kubernetes-engine","type":"plugin","url":"https://jenkins.io/security/advisory/2019-07-31/#SECURITY-1345","versions":[{"lastVersion":"0.6.2","pattern":"(0[.]([1-5]|6[.][0-2]))(|[-.].*)"}]},{"id":"SECURITY-1429","message":"Credentials stored in plain text","name":"skytap","type":"plugin","url":"https://jenkins.io/security/advisory/2019-07-31/#SECURITY-1429","versions":[{"lastVersion":"2.06","pattern":"(1|2[.]0[0-6])(|[-.].*)"}]},{"id":"SECURITY-1497","message":"Secrets in system log messages not masked","name":"configuration-as-code","type":"plugin","url":"https://jenkins.io/security/advisory/2019-08-08/#SECURITY-1497","versions":[{"lastVersion":"1.26","pattern":"(0|1[.]([0-9]|1[0-9]|2[0-6]))(|[-.].*)"}]},{"id":"SECURITY-1482","message":"CSRF vulnerability and missing permission check allowed capturing credentials","name":"jclouds-jenkins","type":"plugin","url":"https://jenkins.io/security/advisory/2019-08-07/#SECURITY-1482","versions":[{"lastVersion":"2.14","pattern":"(2[.]([0-9]|1[0-4]))(|[-.].*)"}]},{"id":"SECURITY-157","message":"Plain text passwords shown in global configuration form fields","name":"mask-passwords","type":"plugin","url":"https://jenkins.io/security/advisory/2019-08-07/#SECURITY-157","versions":[{"lastVersion":"2.12.0","pattern":".*"}]},{"id":"SECURITY-795","message":"HTTP session fixation vulnerability","name":"gitlab-oauth","type":"plugin","url":"https://jenkins.io/security/advisory/2019-08-07/#SECURITY-795","versions":[{"lastVersion":"1.4","pattern":".*"}]},{"id":"SECURITY-796","message":"Open redirect vulnerability","name":"gitlab-oauth","type":"plugin","url":"https://jenkins.io/security/advisory/2019-08-07/#SECURITY-796","versions":[{"lastVersion":"1.4","pattern":".*"}]},{"id":"SECURITY-879","message":"Stored XSS vulnerability","name":"build-pipeline-plugin","type":"plugin","url":"https://jenkins.io/security/advisory/2019-08-07/#SECURITY-879","versions":[{"lastVersion":"1.5.8","pattern":".*"}]},{"id":"SECURITY-142","message":"Stored XSS vulnerability","name":"pegdown-formatter","type":"plugin","url":"https://jenkins.io/security/advisory/2019-08-07/#SECURITY-142","versions":[{"lastVersion":"1.3","pattern":".*"}]},{"id":"SECURITY-569","message":"Arbitrary file read vulnerability","name":"filesystem_scm","type":"plugin","url":"https://jenkins.io/security/advisory/2019-08-07/#SECURITY-569","versions":[{"lastVersion":"2.1","pattern":".*"}]},{"id":"SECURITY-751","message":"Reflected XSS vulnerability","name":"jenkinswalldisplay","type":"plugin","url":"https://jenkins.io/security/advisory/2019-08-07/#SECURITY-751","versions":[{"lastVersion":"0.6.34","pattern":".*"}]},{"id":"SECURITY-1099","message":"Missing permission check allows changing avatars of other users","name":"avatar","type":"plugin","url":"https://jenkins.io/security/advisory/2019-08-07/#SECURITY-1099","versions":[{"lastVersion":"1.2","pattern":".*"}]},{"id":"SECURITY-1428","message":"Credentials stored in plain text","name":"testlink","type":"plugin","url":"https://jenkins.io/security/advisory/2019-08-07/#SECURITY-1428","versions":[{"lastVersion":"3.16","pattern":".*"}]},{"id":"SECURITY-591","message":"Credentials stored in plain text","name":"gcm-notification","type":"plugin","url":"https://jenkins.io/security/advisory/2019-08-07/#SECURITY-591","versions":[{"lastVersion":"1.0","pattern":".*"}]},{"id":"SECURITY-922","message":"Script sandbox bypass vulnerability","name":"simple-travis-runner","type":"plugin","url":"https://jenkins.io/security/advisory/2019-08-07/#SECURITY-922","versions":[{"lastVersion":"1.0","pattern":".*"}]},{"id":"SECURITY-931","message":"SSL/TLS certificate validation globally and unconditionally disabled","name":"codefresh","type":"plugin","url":"https://jenkins.io/security/advisory/2019-08-07/#SECURITY-931","versions":[{"lastVersion":"1.8","pattern":".*"}]},{"id":"SECURITY-1376","message":"SSL/TLS certificate validation globally and unconditionally disabled","name":"labmanager","type":"plugin","url":"https://jenkins.io/security/advisory/2019-08-07/#SECURITY-1376","versions":[{"lastVersion":"0.2.8","pattern":".*"}]},{"id":"SECURITY-1430","message":"Credentials stored in plain text","name":"eggplant-plugin","type":"plugin","url":"https://jenkins.io/security/advisory/2019-08-07/#SECURITY-1430","versions":[{"lastVersion":"2.2","pattern":".*"}]},{"id":"SECURITY-1008","message":"CSRF vulnerability and missing permission check allow capturing credentials","name":"xltestview-plugin","type":"plugin","url":"https://jenkins.io/security/advisory/2019-08-07/#SECURITY-1008","versions":[{"lastVersion":"1.2.0","pattern":".*"}]},{"id":"SECURITY-1053","message":"CSRF vulnerability and missing permission check allow SSRF","name":"relution-publisher","type":"plugin","url":"https://jenkins.io/security/advisory/2019-08-07/#SECURITY-1053","versions":[{"lastVersion":"1.24","pattern":".*"}]},{"id":"core-2_192","message":"Multiple security vulnerabilities in Jenkins 2.191 and earlier, and LTS 2.176.2 and earlier","name":"core","type":"core","url":"https://jenkins.io/security/advisory/2019-08-28/","versions":[{"lastVersion":"2.191","pattern":"(1[.].*|2[.][0-9]|2[.][0-9][0-9]|2[.]1[0-8][0-9]|2[.]19[01])(|[-].*)"},{"lastVersion":"2.176.2","pattern":"(2[.][0-9]{1,2}[.].+|2[.](107|121|138|150|164)[.].+|2[.]176[.][12])(|[-].*)"}]},{"id":"SECURITY-1294","message":"Sandbox Bypass","name":"splunk-devops","type":"plugin","url":"https://jenkins.io/security/advisory/2019-08-28/#SECURITY-1294","versions":[{"lastVersion":"1.7.4","pattern":"(1[.][0-7])(|[-.].*)"}]},{"id":"SECURITY-1512","message":"Plain text password shown in job configuration form fields","name":"ibm-application-security","type":"plugin","url":"https://jenkins.io/security/advisory/2019-08-28/#SECURITY-1512","versions":[{"lastVersion":"1.2.4","pattern":"(1[.]([01]|2[.][0-4]))(|[-.].*)"}]}]} \ No newline at end of file diff --git a/jenkins_home/updates/hudson.plugins.gradle.GradleInstaller b/jenkins_home/updates/hudson.plugins.gradle.GradleInstaller new file mode 100644 index 0000000..5578145 --- /dev/null +++ b/jenkins_home/updates/hudson.plugins.gradle.GradleInstaller @@ -0,0 +1 @@ +{"list":[{"id":"5.6.1","name":"Gradle 5.6.1","url":"https://services.gradle.org/distributions/gradle-5.6.1-bin.zip"},{"id":"5.6","name":"Gradle 5.6","url":"https://services.gradle.org/distributions/gradle-5.6-bin.zip"},{"id":"5.6-rc-2","name":"Gradle 5.6-rc-2","url":"https://services.gradle.org/distributions/gradle-5.6-rc-2-bin.zip"},{"id":"5.6-rc-1","name":"Gradle 5.6-rc-1","url":"https://services.gradle.org/distributions/gradle-5.6-rc-1-bin.zip"},{"id":"5.5.1","name":"Gradle 5.5.1","url":"https://services.gradle.org/distributions/gradle-5.5.1-bin.zip"},{"id":"5.5","name":"Gradle 5.5","url":"https://services.gradle.org/distributions/gradle-5.5-bin.zip"},{"id":"5.5-rc-4","name":"Gradle 5.5-rc-4","url":"https://services.gradle.org/distributions/gradle-5.5-rc-4-bin.zip"},{"id":"5.5-rc-3","name":"Gradle 5.5-rc-3","url":"https://services.gradle.org/distributions/gradle-5.5-rc-3-bin.zip"},{"id":"5.5-rc-2","name":"Gradle 5.5-rc-2","url":"https://services.gradle.org/distributions/gradle-5.5-rc-2-bin.zip"},{"id":"5.5-rc-1","name":"Gradle 5.5-rc-1","url":"https://services.gradle.org/distributions/gradle-5.5-rc-1-bin.zip"},{"id":"5.4.1","name":"Gradle 5.4.1","url":"https://services.gradle.org/distributions/gradle-5.4.1-bin.zip"},{"id":"5.4","name":"Gradle 5.4","url":"https://services.gradle.org/distributions/gradle-5.4-bin.zip"},{"id":"5.4-rc-1","name":"Gradle 5.4-rc-1","url":"https://services.gradle.org/distributions/gradle-5.4-rc-1-bin.zip"},{"id":"5.3.1","name":"Gradle 5.3.1","url":"https://services.gradle.org/distributions/gradle-5.3.1-bin.zip"},{"id":"5.3","name":"Gradle 5.3","url":"https://services.gradle.org/distributions/gradle-5.3-bin.zip"},{"id":"5.3-rc-3","name":"Gradle 5.3-rc-3","url":"https://services.gradle.org/distributions/gradle-5.3-rc-3-bin.zip"},{"id":"5.3-rc-2","name":"Gradle 5.3-rc-2","url":"https://services.gradle.org/distributions/gradle-5.3-rc-2-bin.zip"},{"id":"5.3-rc-1","name":"Gradle 5.3-rc-1","url":"https://services.gradle.org/distributions/gradle-5.3-rc-1-bin.zip"},{"id":"5.2.1","name":"Gradle 5.2.1","url":"https://services.gradle.org/distributions/gradle-5.2.1-bin.zip"},{"id":"5.2","name":"Gradle 5.2","url":"https://services.gradle.org/distributions/gradle-5.2-bin.zip"},{"id":"5.2-rc-1","name":"Gradle 5.2-rc-1","url":"https://services.gradle.org/distributions/gradle-5.2-rc-1-bin.zip"},{"id":"5.1.1","name":"Gradle 5.1.1","url":"https://services.gradle.org/distributions/gradle-5.1.1-bin.zip"},{"id":"5.1","name":"Gradle 5.1","url":"https://services.gradle.org/distributions/gradle-5.1-bin.zip"},{"id":"5.1-rc-3","name":"Gradle 5.1-rc-3","url":"https://services.gradle.org/distributions/gradle-5.1-rc-3-bin.zip"},{"id":"5.1-rc-2","name":"Gradle 5.1-rc-2","url":"https://services.gradle.org/distributions/gradle-5.1-rc-2-bin.zip"},{"id":"5.1-rc-1","name":"Gradle 5.1-rc-1","url":"https://services.gradle.org/distributions/gradle-5.1-rc-1-bin.zip"},{"id":"4.10.3","name":"Gradle 4.10.3","url":"https://services.gradle.org/distributions/gradle-4.10.3-bin.zip"},{"id":"5.1-milestone-1","name":"Gradle 5.1-milestone-1","url":"https://services.gradle.org/distributions/gradle-5.1-milestone-1-bin.zip"},{"id":"5.0","name":"Gradle 5.0","url":"https://services.gradle.org/distributions/gradle-5.0-bin.zip"},{"id":"5.0-rc-5","name":"Gradle 5.0-rc-5","url":"https://services.gradle.org/distributions/gradle-5.0-rc-5-bin.zip"},{"id":"5.0-rc-4","name":"Gradle 5.0-rc-4","url":"https://services.gradle.org/distributions/gradle-5.0-rc-4-bin.zip"},{"id":"5.0-rc-3","name":"Gradle 5.0-rc-3","url":"https://services.gradle.org/distributions/gradle-5.0-rc-3-bin.zip"},{"id":"5.0-rc-2","name":"Gradle 5.0-rc-2","url":"https://services.gradle.org/distributions/gradle-5.0-rc-2-bin.zip"},{"id":"5.0-rc-1","name":"Gradle 5.0-rc-1","url":"https://services.gradle.org/distributions/gradle-5.0-rc-1-bin.zip"},{"id":"5.0-milestone-1","name":"Gradle 5.0-milestone-1","url":"https://services.gradle.org/distributions/gradle-5.0-milestone-1-bin.zip"},{"id":"4.10.2","name":"Gradle 4.10.2","url":"https://services.gradle.org/distributions/gradle-4.10.2-bin.zip"},{"id":"4.10.1","name":"Gradle 4.10.1","url":"https://services.gradle.org/distributions/gradle-4.10.1-bin.zip"},{"id":"4.10","name":"Gradle 4.10","url":"https://services.gradle.org/distributions/gradle-4.10-bin.zip"},{"id":"4.10-rc-3","name":"Gradle 4.10-rc-3","url":"https://services.gradle.org/distributions/gradle-4.10-rc-3-bin.zip"},{"id":"4.10-rc-2","name":"Gradle 4.10-rc-2","url":"https://services.gradle.org/distributions/gradle-4.10-rc-2-bin.zip"},{"id":"4.10-rc-1","name":"Gradle 4.10-rc-1","url":"https://services.gradle.org/distributions/gradle-4.10-rc-1-bin.zip"},{"id":"4.9","name":"Gradle 4.9","url":"https://services.gradle.org/distributions/gradle-4.9-bin.zip"},{"id":"4.9-rc-2","name":"Gradle 4.9-rc-2","url":"https://services.gradle.org/distributions/gradle-4.9-rc-2-bin.zip"},{"id":"4.9-rc-1","name":"Gradle 4.9-rc-1","url":"https://services.gradle.org/distributions/gradle-4.9-rc-1-bin.zip"},{"id":"4.8.1","name":"Gradle 4.8.1","url":"https://services.gradle.org/distributions/gradle-4.8.1-bin.zip"},{"id":"4.8","name":"Gradle 4.8","url":"https://services.gradle.org/distributions/gradle-4.8-bin.zip"},{"id":"4.8-rc-3","name":"Gradle 4.8-rc-3","url":"https://services.gradle.org/distributions/gradle-4.8-rc-3-bin.zip"},{"id":"4.8-rc-2","name":"Gradle 4.8-rc-2","url":"https://services.gradle.org/distributions/gradle-4.8-rc-2-bin.zip"},{"id":"4.8-rc-1","name":"Gradle 4.8-rc-1","url":"https://services.gradle.org/distributions/gradle-4.8-rc-1-bin.zip"},{"id":"4.7","name":"Gradle 4.7","url":"https://services.gradle.org/distributions/gradle-4.7-bin.zip"},{"id":"4.7-rc-2","name":"Gradle 4.7-rc-2","url":"https://services.gradle.org/distributions/gradle-4.7-rc-2-bin.zip"},{"id":"4.7-rc-1","name":"Gradle 4.7-rc-1","url":"https://services.gradle.org/distributions/gradle-4.7-rc-1-bin.zip"},{"id":"4.6","name":"Gradle 4.6","url":"https://services.gradle.org/distributions/gradle-4.6-bin.zip"},{"id":"4.6-rc-2","name":"Gradle 4.6-rc-2","url":"https://services.gradle.org/distributions/gradle-4.6-rc-2-bin.zip"},{"id":"4.6-rc-1","name":"Gradle 4.6-rc-1","url":"https://services.gradle.org/distributions/gradle-4.6-rc-1-bin.zip"},{"id":"4.5.1","name":"Gradle 4.5.1","url":"https://services.gradle.org/distributions/gradle-4.5.1-bin.zip"},{"id":"4.5","name":"Gradle 4.5","url":"https://services.gradle.org/distributions/gradle-4.5-bin.zip"},{"id":"4.5-rc-2","name":"Gradle 4.5-rc-2","url":"https://services.gradle.org/distributions/gradle-4.5-rc-2-bin.zip"},{"id":"4.5-rc-1","name":"Gradle 4.5-rc-1","url":"https://services.gradle.org/distributions/gradle-4.5-rc-1-bin.zip"},{"id":"4.4.1","name":"Gradle 4.4.1","url":"https://services.gradle.org/distributions/gradle-4.4.1-bin.zip"},{"id":"4.4","name":"Gradle 4.4","url":"https://services.gradle.org/distributions/gradle-4.4-bin.zip"},{"id":"4.4-rc-6","name":"Gradle 4.4-rc-6","url":"https://services.gradle.org/distributions/gradle-4.4-rc-6-bin.zip"},{"id":"4.4-rc-5","name":"Gradle 4.4-rc-5","url":"https://services.gradle.org/distributions/gradle-4.4-rc-5-bin.zip"},{"id":"4.4-rc-4","name":"Gradle 4.4-rc-4","url":"https://services.gradle.org/distributions/gradle-4.4-rc-4-bin.zip"},{"id":"4.4-rc-3","name":"Gradle 4.4-rc-3","url":"https://services.gradle.org/distributions/gradle-4.4-rc-3-bin.zip"},{"id":"4.4-rc-2","name":"Gradle 4.4-rc-2","url":"https://services.gradle.org/distributions/gradle-4.4-rc-2-bin.zip"},{"id":"4.4-rc-1","name":"Gradle 4.4-rc-1","url":"https://services.gradle.org/distributions/gradle-4.4-rc-1-bin.zip"},{"id":"4.3.1","name":"Gradle 4.3.1","url":"https://services.gradle.org/distributions/gradle-4.3.1-bin.zip"},{"id":"4.3","name":"Gradle 4.3","url":"https://services.gradle.org/distributions/gradle-4.3-bin.zip"},{"id":"4.3-rc-4","name":"Gradle 4.3-rc-4","url":"https://services.gradle.org/distributions/gradle-4.3-rc-4-bin.zip"},{"id":"4.3-rc-3","name":"Gradle 4.3-rc-3","url":"https://services.gradle.org/distributions/gradle-4.3-rc-3-bin.zip"},{"id":"4.3-rc-2","name":"Gradle 4.3-rc-2","url":"https://services.gradle.org/distributions/gradle-4.3-rc-2-bin.zip"},{"id":"4.3-rc-1","name":"Gradle 4.3-rc-1","url":"https://services.gradle.org/distributions/gradle-4.3-rc-1-bin.zip"},{"id":"4.2.1","name":"Gradle 4.2.1","url":"https://services.gradle.org/distributions/gradle-4.2.1-bin.zip"},{"id":"4.2","name":"Gradle 4.2","url":"https://services.gradle.org/distributions/gradle-4.2-bin.zip"},{"id":"4.2-rc-2","name":"Gradle 4.2-rc-2","url":"https://services.gradle.org/distributions/gradle-4.2-rc-2-bin.zip"},{"id":"4.2-rc-1","name":"Gradle 4.2-rc-1","url":"https://services.gradle.org/distributions/gradle-4.2-rc-1-bin.zip"},{"id":"4.1","name":"Gradle 4.1","url":"https://services.gradle.org/distributions/gradle-4.1-bin.zip"},{"id":"4.1-rc-2","name":"Gradle 4.1-rc-2","url":"https://services.gradle.org/distributions/gradle-4.1-rc-2-bin.zip"},{"id":"4.0.2","name":"Gradle 4.0.2","url":"https://services.gradle.org/distributions/gradle-4.0.2-bin.zip"},{"id":"4.1-rc-1","name":"Gradle 4.1-rc-1","url":"https://services.gradle.org/distributions/gradle-4.1-rc-1-bin.zip"},{"id":"4.0.1","name":"Gradle 4.0.1","url":"https://services.gradle.org/distributions/gradle-4.0.1-bin.zip"},{"id":"4.1-milestone-1","name":"Gradle 4.1-milestone-1","url":"https://services.gradle.org/distributions/gradle-4.1-milestone-1-bin.zip"},{"id":"3.5.1","name":"Gradle 3.5.1","url":"https://services.gradle.org/distributions/gradle-3.5.1-bin.zip"},{"id":"4.0","name":"Gradle 4.0","url":"https://services.gradle.org/distributions/gradle-4.0-bin.zip"},{"id":"4.0-rc-3","name":"Gradle 4.0-rc-3","url":"https://services.gradle.org/distributions/gradle-4.0-rc-3-bin.zip"},{"id":"4.0-rc-2","name":"Gradle 4.0-rc-2","url":"https://services.gradle.org/distributions/gradle-4.0-rc-2-bin.zip"},{"id":"4.0-rc-1","name":"Gradle 4.0-rc-1","url":"https://services.gradle.org/distributions/gradle-4.0-rc-1-bin.zip"},{"id":"4.0-milestone-2","name":"Gradle 4.0-milestone-2","url":"https://services.gradle.org/distributions/gradle-4.0-milestone-2-bin.zip"},{"id":"4.0-milestone-1","name":"Gradle 4.0-milestone-1","url":"https://services.gradle.org/distributions/gradle-4.0-milestone-1-bin.zip"},{"id":"3.5","name":"Gradle 3.5","url":"https://services.gradle.org/distributions/gradle-3.5-bin.zip"},{"id":"3.5-rc-3","name":"Gradle 3.5-rc-3","url":"https://services.gradle.org/distributions/gradle-3.5-rc-3-bin.zip"},{"id":"3.5-rc-2","name":"Gradle 3.5-rc-2","url":"https://services.gradle.org/distributions/gradle-3.5-rc-2-bin.zip"},{"id":"3.5-rc-1","name":"Gradle 3.5-rc-1","url":"https://services.gradle.org/distributions/gradle-3.5-rc-1-bin.zip"},{"id":"3.4.1","name":"Gradle 3.4.1","url":"https://services.gradle.org/distributions/gradle-3.4.1-bin.zip"},{"id":"3.4","name":"Gradle 3.4","url":"https://services.gradle.org/distributions/gradle-3.4-bin.zip"},{"id":"3.4-rc-3","name":"Gradle 3.4-rc-3","url":"https://services.gradle.org/distributions/gradle-3.4-rc-3-bin.zip"},{"id":"3.4-rc-2","name":"Gradle 3.4-rc-2","url":"https://services.gradle.org/distributions/gradle-3.4-rc-2-bin.zip"},{"id":"3.4-rc-1","name":"Gradle 3.4-rc-1","url":"https://services.gradle.org/distributions/gradle-3.4-rc-1-bin.zip"},{"id":"3.3","name":"Gradle 3.3","url":"https://services.gradle.org/distributions/gradle-3.3-bin.zip"},{"id":"3.3-rc-1","name":"Gradle 3.3-rc-1","url":"https://services.gradle.org/distributions/gradle-3.3-rc-1-bin.zip"},{"id":"3.2.1","name":"Gradle 3.2.1","url":"https://services.gradle.org/distributions/gradle-3.2.1-bin.zip"},{"id":"3.2","name":"Gradle 3.2","url":"https://services.gradle.org/distributions/gradle-3.2-bin.zip"},{"id":"3.2-rc-3","name":"Gradle 3.2-rc-3","url":"https://services.gradle.org/distributions/gradle-3.2-rc-3-bin.zip"},{"id":"3.2-rc-2","name":"Gradle 3.2-rc-2","url":"https://services.gradle.org/distributions/gradle-3.2-rc-2-bin.zip"},{"id":"3.2-rc-1","name":"Gradle 3.2-rc-1","url":"https://services.gradle.org/distributions/gradle-3.2-rc-1-bin.zip"},{"id":"3.1","name":"Gradle 3.1","url":"https://services.gradle.org/distributions/gradle-3.1-bin.zip"},{"id":"3.1-rc-1","name":"Gradle 3.1-rc-1","url":"https://services.gradle.org/distributions/gradle-3.1-rc-1-bin.zip"},{"id":"3.0","name":"Gradle 3.0","url":"https://services.gradle.org/distributions/gradle-3.0-bin.zip"},{"id":"3.0-rc-2","name":"Gradle 3.0-rc-2","url":"https://services.gradle.org/distributions/gradle-3.0-rc-2-bin.zip"},{"id":"3.0-rc-1","name":"Gradle 3.0-rc-1","url":"https://services.gradle.org/distributions/gradle-3.0-rc-1-bin.zip"},{"id":"2.14.1","name":"Gradle 2.14.1","url":"https://services.gradle.org/distributions/gradle-2.14.1-bin.zip"},{"id":"2.14.1-rc-2","name":"Gradle 2.14.1-rc-2","url":"https://services.gradle.org/distributions/gradle-2.14.1-rc-2-bin.zip"},{"id":"2.14.1-rc-1","name":"Gradle 2.14.1-rc-1","url":"https://services.gradle.org/distributions/gradle-2.14.1-rc-1-bin.zip"},{"id":"3.0-milestone-2","name":"Gradle 3.0-milestone-2","url":"https://services.gradle.org/distributions/gradle-3.0-milestone-2-bin.zip"},{"id":"2.14","name":"Gradle 2.14","url":"https://services.gradle.org/distributions/gradle-2.14-bin.zip"},{"id":"2.14-rc-6","name":"Gradle 2.14-rc-6","url":"https://services.gradle.org/distributions/gradle-2.14-rc-6-bin.zip"},{"id":"3.0-milestone-1","name":"Gradle 3.0-milestone-1","url":"https://services.gradle.org/distributions/gradle-3.0-milestone-1-bin.zip"},{"id":"2.14-rc-5","name":"Gradle 2.14-rc-5","url":"https://services.gradle.org/distributions/gradle-2.14-rc-5-bin.zip"},{"id":"2.14-rc-4","name":"Gradle 2.14-rc-4","url":"https://services.gradle.org/distributions/gradle-2.14-rc-4-bin.zip"},{"id":"2.14-rc-3","name":"Gradle 2.14-rc-3","url":"https://services.gradle.org/distributions/gradle-2.14-rc-3-bin.zip"},{"id":"2.14-rc-2","name":"Gradle 2.14-rc-2","url":"https://services.gradle.org/distributions/gradle-2.14-rc-2-bin.zip"},{"id":"2.14-rc-1","name":"Gradle 2.14-rc-1","url":"https://services.gradle.org/distributions/gradle-2.14-rc-1-bin.zip"},{"id":"2.13","name":"Gradle 2.13","url":"https://services.gradle.org/distributions/gradle-2.13-bin.zip"},{"id":"2.13-rc-2","name":"Gradle 2.13-rc-2","url":"https://services.gradle.org/distributions/gradle-2.13-rc-2-bin.zip"},{"id":"2.13-rc-1","name":"Gradle 2.13-rc-1","url":"https://services.gradle.org/distributions/gradle-2.13-rc-1-bin.zip"},{"id":"2.12","name":"Gradle 2.12","url":"https://services.gradle.org/distributions/gradle-2.12-bin.zip"},{"id":"2.12-rc-1","name":"Gradle 2.12-rc-1","url":"https://services.gradle.org/distributions/gradle-2.12-rc-1-bin.zip"},{"id":"2.11","name":"Gradle 2.11","url":"https://services.gradle.org/distributions/gradle-2.11-bin.zip"},{"id":"2.11-rc-3","name":"Gradle 2.11-rc-3","url":"https://services.gradle.org/distributions/gradle-2.11-rc-3-bin.zip"},{"id":"2.11-rc-2","name":"Gradle 2.11-rc-2","url":"https://services.gradle.org/distributions/gradle-2.11-rc-2-bin.zip"},{"id":"2.11-rc-1","name":"Gradle 2.11-rc-1","url":"https://services.gradle.org/distributions/gradle-2.11-rc-1-bin.zip"},{"id":"2.10","name":"Gradle 2.10","url":"https://services.gradle.org/distributions/gradle-2.10-bin.zip"},{"id":"2.10-rc-2","name":"Gradle 2.10-rc-2","url":"https://services.gradle.org/distributions/gradle-2.10-rc-2-bin.zip"},{"id":"2.10-rc-1","name":"Gradle 2.10-rc-1","url":"https://services.gradle.org/distributions/gradle-2.10-rc-1-bin.zip"},{"id":"2.9","name":"Gradle 2.9","url":"https://services.gradle.org/distributions/gradle-2.9-bin.zip"},{"id":"2.9-rc-1","name":"Gradle 2.9-rc-1","url":"https://services.gradle.org/distributions/gradle-2.9-rc-1-bin.zip"},{"id":"2.8","name":"Gradle 2.8","url":"https://services.gradle.org/distributions/gradle-2.8-bin.zip"},{"id":"2.8-rc-2","name":"Gradle 2.8-rc-2","url":"https://services.gradle.org/distributions/gradle-2.8-rc-2-bin.zip"},{"id":"2.8-rc-1","name":"Gradle 2.8-rc-1","url":"https://services.gradle.org/distributions/gradle-2.8-rc-1-bin.zip"},{"id":"2.7","name":"Gradle 2.7","url":"https://services.gradle.org/distributions/gradle-2.7-bin.zip"},{"id":"2.7-rc-2","name":"Gradle 2.7-rc-2","url":"https://services.gradle.org/distributions/gradle-2.7-rc-2-bin.zip"},{"id":"2.7-rc-1","name":"Gradle 2.7-rc-1","url":"https://services.gradle.org/distributions/gradle-2.7-rc-1-bin.zip"},{"id":"2.6","name":"Gradle 2.6","url":"https://services.gradle.org/distributions/gradle-2.6-bin.zip"},{"id":"2.6-rc-2","name":"Gradle 2.6-rc-2","url":"https://services.gradle.org/distributions/gradle-2.6-rc-2-bin.zip"},{"id":"2.6-rc-1","name":"Gradle 2.6-rc-1","url":"https://services.gradle.org/distributions/gradle-2.6-rc-1-bin.zip"},{"id":"2.5","name":"Gradle 2.5","url":"https://services.gradle.org/distributions/gradle-2.5-bin.zip"},{"id":"2.5-rc-2","name":"Gradle 2.5-rc-2","url":"https://services.gradle.org/distributions/gradle-2.5-rc-2-bin.zip"},{"id":"2.5-rc-1","name":"Gradle 2.5-rc-1","url":"https://services.gradle.org/distributions/gradle-2.5-rc-1-bin.zip"},{"id":"2.4","name":"Gradle 2.4","url":"https://services.gradle.org/distributions/gradle-2.4-bin.zip"},{"id":"2.4-rc-2","name":"Gradle 2.4-rc-2","url":"https://services.gradle.org/distributions/gradle-2.4-rc-2-bin.zip"},{"id":"2.4-rc-1","name":"Gradle 2.4-rc-1","url":"https://services.gradle.org/distributions/gradle-2.4-rc-1-bin.zip"},{"id":"2.3","name":"Gradle 2.3","url":"https://services.gradle.org/distributions/gradle-2.3-bin.zip"},{"id":"2.3-rc-4","name":"Gradle 2.3-rc-4","url":"https://services.gradle.org/distributions/gradle-2.3-rc-4-bin.zip"},{"id":"2.3-rc-3","name":"Gradle 2.3-rc-3","url":"https://services.gradle.org/distributions/gradle-2.3-rc-3-bin.zip"},{"id":"2.3-rc-2","name":"Gradle 2.3-rc-2","url":"https://services.gradle.org/distributions/gradle-2.3-rc-2-bin.zip"},{"id":"2.3-rc-1","name":"Gradle 2.3-rc-1","url":"https://services.gradle.org/distributions/gradle-2.3-rc-1-bin.zip"},{"id":"2.2.1","name":"Gradle 2.2.1","url":"https://services.gradle.org/distributions/gradle-2.2.1-bin.zip"},{"id":"2.2.1-rc-1","name":"Gradle 2.2.1-rc-1","url":"https://services.gradle.org/distributions/gradle-2.2.1-rc-1-bin.zip"},{"id":"2.2","name":"Gradle 2.2","url":"https://services.gradle.org/distributions/gradle-2.2-bin.zip"},{"id":"2.2-rc-2","name":"Gradle 2.2-rc-2","url":"https://services.gradle.org/distributions/gradle-2.2-rc-2-bin.zip"},{"id":"2.2-rc-1","name":"Gradle 2.2-rc-1","url":"https://services.gradle.org/distributions/gradle-2.2-rc-1-bin.zip"},{"id":"2.1","name":"Gradle 2.1","url":"https://services.gradle.org/distributions/gradle-2.1-bin.zip"},{"id":"2.1-rc-4","name":"Gradle 2.1-rc-4","url":"https://services.gradle.org/distributions/gradle-2.1-rc-4-bin.zip"},{"id":"2.1-rc-3","name":"Gradle 2.1-rc-3","url":"https://services.gradle.org/distributions/gradle-2.1-rc-3-bin.zip"},{"id":"2.1-rc-2","name":"Gradle 2.1-rc-2","url":"https://services.gradle.org/distributions/gradle-2.1-rc-2-bin.zip"},{"id":"2.1-rc-1","name":"Gradle 2.1-rc-1","url":"https://services.gradle.org/distributions/gradle-2.1-rc-1-bin.zip"},{"id":"2.0","name":"Gradle 2.0","url":"https://services.gradle.org/distributions/gradle-2.0-bin.zip"},{"id":"2.0-rc-2","name":"Gradle 2.0-rc-2","url":"https://services.gradle.org/distributions/gradle-2.0-rc-2-bin.zip"},{"id":"2.0-rc-1","name":"Gradle 2.0-rc-1","url":"https://services.gradle.org/distributions/gradle-2.0-rc-1-bin.zip"},{"id":"1.12","name":"Gradle 1.12","url":"https://services.gradle.org/distributions/gradle-1.12-bin.zip"},{"id":"1.12-rc-2","name":"Gradle 1.12-rc-2","url":"https://services.gradle.org/distributions/gradle-1.12-rc-2-bin.zip"},{"id":"1.12-rc-1","name":"Gradle 1.12-rc-1","url":"https://services.gradle.org/distributions/gradle-1.12-rc-1-bin.zip"},{"id":"1.11","name":"Gradle 1.11","url":"https://services.gradle.org/distributions/gradle-1.11-bin.zip"},{"id":"1.11-rc-1","name":"Gradle 1.11-rc-1","url":"https://services.gradle.org/distributions/gradle-1.11-rc-1-bin.zip"},{"id":"1.10","name":"Gradle 1.10","url":"https://services.gradle.org/distributions/gradle-1.10-bin.zip"},{"id":"1.10-rc-2","name":"Gradle 1.10-rc-2","url":"https://services.gradle.org/distributions/gradle-1.10-rc-2-bin.zip"},{"id":"1.10-rc-1","name":"Gradle 1.10-rc-1","url":"https://services.gradle.org/distributions/gradle-1.10-rc-1-bin.zip"},{"id":"1.9","name":"Gradle 1.9","url":"https://services.gradle.org/distributions/gradle-1.9-bin.zip"},{"id":"1.9-rc-4","name":"Gradle 1.9-rc-4","url":"https://services.gradle.org/distributions/gradle-1.9-rc-4-bin.zip"},{"id":"1.9-rc-3","name":"Gradle 1.9-rc-3","url":"https://services.gradle.org/distributions/gradle-1.9-rc-3-bin.zip"},{"id":"1.9-rc-2","name":"Gradle 1.9-rc-2","url":"https://services.gradle.org/distributions/gradle-1.9-rc-2-bin.zip"},{"id":"1.9-rc-1","name":"Gradle 1.9-rc-1","url":"https://services.gradle.org/distributions/gradle-1.9-rc-1-bin.zip"},{"id":"1.8","name":"Gradle 1.8","url":"https://services.gradle.org/distributions/gradle-1.8-bin.zip"},{"id":"1.8-rc-2","name":"Gradle 1.8-rc-2","url":"https://services.gradle.org/distributions/gradle-1.8-rc-2-bin.zip"},{"id":"1.8-rc-1","name":"Gradle 1.8-rc-1","url":"https://services.gradle.org/distributions/gradle-1.8-rc-1-bin.zip"},{"id":"1.7","name":"Gradle 1.7","url":"https://services.gradle.org/distributions/gradle-1.7-bin.zip"},{"id":"1.7-rc-2","name":"Gradle 1.7-rc-2","url":"https://services.gradle.org/distributions/gradle-1.7-rc-2-bin.zip"},{"id":"1.7-rc-1","name":"Gradle 1.7-rc-1","url":"https://services.gradle.org/distributions/gradle-1.7-rc-1-bin.zip"},{"id":"1.6","name":"Gradle 1.6","url":"https://services.gradle.org/distributions/gradle-1.6-bin.zip"},{"id":"1.6-rc-1","name":"Gradle 1.6-rc-1","url":"https://services.gradle.org/distributions/gradle-1.6-rc-1-bin.zip"},{"id":"1.5","name":"Gradle 1.5","url":"https://services.gradle.org/distributions/gradle-1.5-bin.zip"},{"id":"1.5-rc-3","name":"Gradle 1.5-rc-3","url":"https://services.gradle.org/distributions/gradle-1.5-rc-3-bin.zip"},{"id":"1.5-rc-2","name":"Gradle 1.5-rc-2","url":"https://services.gradle.org/distributions/gradle-1.5-rc-2-bin.zip"},{"id":"1.5-rc-1","name":"Gradle 1.5-rc-1","url":"https://services.gradle.org/distributions/gradle-1.5-rc-1-bin.zip"},{"id":"1.4","name":"Gradle 1.4","url":"https://services.gradle.org/distributions/gradle-1.4-bin.zip"},{"id":"1.4-rc-3","name":"Gradle 1.4-rc-3","url":"https://services.gradle.org/distributions/gradle-1.4-rc-3-bin.zip"},{"id":"1.4-rc-2","name":"Gradle 1.4-rc-2","url":"https://services.gradle.org/distributions/gradle-1.4-rc-2-bin.zip"},{"id":"1.4-rc-1","name":"Gradle 1.4-rc-1","url":"https://services.gradle.org/distributions/gradle-1.4-rc-1-bin.zip"},{"id":"1.3","name":"Gradle 1.3","url":"https://services.gradle.org/distributions/gradle-1.3-bin.zip"},{"id":"1.3-rc-2","name":"Gradle 1.3-rc-2","url":"https://services.gradle.org/distributions/gradle-1.3-rc-2-bin.zip"},{"id":"1.3-rc-1","name":"Gradle 1.3-rc-1","url":"https://services.gradle.org/distributions/gradle-1.3-rc-1-bin.zip"},{"id":"1.2","name":"Gradle 1.2","url":"https://services.gradle.org/distributions/gradle-1.2-bin.zip"},{"id":"1.2-rc-1","name":"Gradle 1.2-rc-1","url":"https://services.gradle.org/distributions/gradle-1.2-rc-1-bin.zip"},{"id":"1.1","name":"Gradle 1.1","url":"https://services.gradle.org/distributions/gradle-1.1-bin.zip"},{"id":"1.1-rc-2","name":"Gradle 1.1-rc-2","url":"https://services.gradle.org/distributions/gradle-1.1-rc-2-bin.zip"},{"id":"1.1-rc-1","name":"Gradle 1.1-rc-1","url":"https://services.gradle.org/distributions/gradle-1.1-rc-1-bin.zip"},{"id":"1.0","name":"Gradle 1.0","url":"https://services.gradle.org/distributions/gradle-1.0-bin.zip"},{"id":"1.0-rc-3","name":"Gradle 1.0-rc-3","url":"https://services.gradle.org/distributions/gradle-1.0-rc-3-bin.zip"},{"id":"1.0-rc-2","name":"Gradle 1.0-rc-2","url":"https://services.gradle.org/distributions/gradle-1.0-rc-2-bin.zip"},{"id":"1.0-rc-1","name":"Gradle 1.0-rc-1","url":"https://services.gradle.org/distributions/gradle-1.0-rc-1-bin.zip"},{"id":"1.0-milestone-9","name":"Gradle 1.0-milestone-9","url":"https://services.gradle.org/distributions/gradle-1.0-milestone-9-bin.zip"},{"id":"1.0-milestone-8a","name":"Gradle 1.0-milestone-8a","url":"https://services.gradle.org/distributions/gradle-1.0-milestone-8a-bin.zip"},{"id":"1.0-milestone-8","name":"Gradle 1.0-milestone-8","url":"https://services.gradle.org/distributions/gradle-1.0-milestone-8-bin.zip"},{"id":"1.0-milestone-6","name":"Gradle 1.0-milestone-6","url":"https://services.gradle.org/distributions/gradle-1.0-milestone-6-bin.zip"},{"id":"1.0-milestone-2","name":"Gradle 1.0-milestone-2","url":"https://services.gradle.org/distributions/gradle-1.0-milestone-2-bin.zip"},{"id":"1.0-milestone-4","name":"Gradle 1.0-milestone-4","url":"https://services.gradle.org/distributions/gradle-1.0-milestone-4-bin.zip"},{"id":"1.0-milestone-3","name":"Gradle 1.0-milestone-3","url":"https://services.gradle.org/distributions/gradle-1.0-milestone-3-bin.zip"},{"id":"0.9-rc-2","name":"Gradle 0.9-rc-2","url":"https://services.gradle.org/distributions/gradle-0.9-rc-2-bin.zip"},{"id":"0.9.1","name":"Gradle 0.9.1","url":"https://services.gradle.org/distributions/gradle-0.9.1-bin.zip"},{"id":"1.0-milestone-7","name":"Gradle 1.0-milestone-7","url":"https://services.gradle.org/distributions/gradle-1.0-milestone-7-bin.zip"},{"id":"0.9-rc-3","name":"Gradle 0.9-rc-3","url":"https://services.gradle.org/distributions/gradle-0.9-rc-3-bin.zip"},{"id":"0.7","name":"Gradle 0.7","url":"https://services.gradle.org/distributions/gradle-0.7-bin.zip"},{"id":"0.9-rc-1","name":"Gradle 0.9-rc-1","url":"https://services.gradle.org/distributions/gradle-0.9-rc-1-bin.zip"},{"id":"0.9","name":"Gradle 0.9","url":"https://services.gradle.org/distributions/gradle-0.9-bin.zip"},{"id":"1.0-milestone-1","name":"Gradle 1.0-milestone-1","url":"https://services.gradle.org/distributions/gradle-1.0-milestone-1-bin.zip"},{"id":"1.0-milestone-5","name":"Gradle 1.0-milestone-5","url":"https://services.gradle.org/distributions/gradle-1.0-milestone-5-bin.zip"},{"id":"0.8","name":"Gradle 0.8","url":"https://services.gradle.org/distributions/gradle-0.8-bin.zip"},{"id":"0.9.2","name":"Gradle 0.9.2","url":"https://services.gradle.org/distributions/gradle-0.9.2-bin.zip"},{"id":"1.0-milestone-2a","name":"Gradle 1.0-milestone-2a","url":"https://services.gradle.org/distributions/gradle-1.0-milestone-2a-bin.zip"}]} \ No newline at end of file diff --git a/jenkins_home/updates/hudson.tasks.Ant.AntInstaller b/jenkins_home/updates/hudson.tasks.Ant.AntInstaller new file mode 100644 index 0000000..22e5dbe --- /dev/null +++ b/jenkins_home/updates/hudson.tasks.Ant.AntInstaller @@ -0,0 +1 @@ +{"list":[{"id":"1.10.6","name":"1.10.6","url":"https://archive.apache.org/dist/ant/binaries/apache-ant-1.10.6-bin.zip"},{"id":"1.10.5","name":"1.10.5","url":"https://archive.apache.org/dist/ant/binaries/apache-ant-1.10.5-bin.zip"},{"id":"1.10.4","name":"1.10.4","url":"https://archive.apache.org/dist/ant/binaries/apache-ant-1.10.4-bin.zip"},{"id":"1.10.3","name":"1.10.3","url":"https://archive.apache.org/dist/ant/binaries/apache-ant-1.10.3-bin.zip"},{"id":"1.10.2","name":"1.10.2","url":"https://archive.apache.org/dist/ant/binaries/apache-ant-1.10.2-bin.zip"},{"id":"1.10.1","name":"1.10.1","url":"https://archive.apache.org/dist/ant/binaries/apache-ant-1.10.1-bin.zip"},{"id":"1.10.0","name":"1.10.0","url":"https://archive.apache.org/dist/ant/binaries/apache-ant-1.10.0-bin.zip"},{"id":"1.9.14","name":"1.9.14","url":"https://archive.apache.org/dist/ant/binaries/apache-ant-1.9.14-bin.zip"},{"id":"1.9.13","name":"1.9.13","url":"https://archive.apache.org/dist/ant/binaries/apache-ant-1.9.13-bin.zip"},{"id":"1.9.12","name":"1.9.12","url":"https://archive.apache.org/dist/ant/binaries/apache-ant-1.9.12-bin.zip"},{"id":"1.9.11","name":"1.9.11","url":"https://archive.apache.org/dist/ant/binaries/apache-ant-1.9.11-bin.zip"},{"id":"1.9.10","name":"1.9.10","url":"https://archive.apache.org/dist/ant/binaries/apache-ant-1.9.10-bin.zip"},{"id":"1.9.9","name":"1.9.9","url":"https://archive.apache.org/dist/ant/binaries/apache-ant-1.9.9-bin.zip"},{"id":"1.9.8","name":"1.9.8","url":"https://archive.apache.org/dist/ant/binaries/apache-ant-1.9.8-bin.zip"},{"id":"1.9.7","name":"1.9.7","url":"https://archive.apache.org/dist/ant/binaries/apache-ant-1.9.7-bin.zip"},{"id":"1.9.6","name":"1.9.6","url":"https://archive.apache.org/dist/ant/binaries/apache-ant-1.9.6-bin.zip"},{"id":"1.9.5","name":"1.9.5","url":"https://archive.apache.org/dist/ant/binaries/apache-ant-1.9.5-bin.zip"},{"id":"1.9.4","name":"1.9.4","url":"https://archive.apache.org/dist/ant/binaries/apache-ant-1.9.4-bin.zip"},{"id":"1.9.3","name":"1.9.3","url":"https://archive.apache.org/dist/ant/binaries/apache-ant-1.9.3-bin.zip"},{"id":"1.9.2","name":"1.9.2","url":"https://archive.apache.org/dist/ant/binaries/apache-ant-1.9.2-bin.zip"},{"id":"1.9.1","name":"1.9.1","url":"https://archive.apache.org/dist/ant/binaries/apache-ant-1.9.1-bin.zip"},{"id":"1.9.0","name":"1.9.0","url":"https://archive.apache.org/dist/ant/binaries/apache-ant-1.9.0-bin.zip"},{"id":"1.8.4","name":"1.8.4","url":"https://archive.apache.org/dist/ant/binaries/apache-ant-1.8.4-bin.zip"},{"id":"1.8.3","name":"1.8.3","url":"https://archive.apache.org/dist/ant/binaries/apache-ant-1.8.3-bin.zip"},{"id":"1.8.2","name":"1.8.2","url":"https://archive.apache.org/dist/ant/binaries/apache-ant-1.8.2-bin.zip"},{"id":"1.8.1","name":"1.8.1","url":"https://archive.apache.org/dist/ant/binaries/apache-ant-1.8.1-bin.zip"},{"id":"1.8.0","name":"1.8.0","url":"https://archive.apache.org/dist/ant/binaries/apache-ant-1.8.0-bin.zip"},{"id":"1.7.1","name":"1.7.1","url":"https://archive.apache.org/dist/ant/binaries/apache-ant-1.7.1-bin.zip"},{"id":"1.7.0","name":"1.7.0","url":"https://archive.apache.org/dist/ant/binaries/apache-ant-1.7.0-bin.zip"},{"id":"1.6.5","name":"1.6.5","url":"https://archive.apache.org/dist/ant/binaries/apache-ant-1.6.5-bin.zip"},{"id":"1.6.4","name":"1.6.4","url":"https://archive.apache.org/dist/ant/binaries/apache-ant-1.6.4-bin.zip"},{"id":"1.6.3","name":"1.6.3","url":"https://archive.apache.org/dist/ant/binaries/apache-ant-1.6.3-bin.zip"},{"id":"1.6.2","name":"1.6.2","url":"https://archive.apache.org/dist/ant/binaries/apache-ant-1.6.2-bin.zip"},{"id":"1.6.1","name":"1.6.1","url":"https://archive.apache.org/dist/ant/binaries/apache-ant-1.6.1-bin.zip"},{"id":"1.6.0","name":"1.6.0","url":"https://archive.apache.org/dist/ant/binaries/apache-ant-1.6.0-bin.zip"},{"id":"1.5.4","name":"1.5.4","url":"https://archive.apache.org/dist/ant/binaries/apache-ant-1.5.4-bin.zip"},{"id":"1.5.2","name":"1.5.2","url":"https://archive.apache.org/dist/ant/binaries/apache-ant-1.5.2-bin.zip"},{"id":"1.5.1","name":"1.5.1","url":"https://archive.apache.org/dist/ant/binaries/jakarta-ant-1.5.1-bin.zip"},{"id":"1.5","name":"1.5","url":"https://archive.apache.org/dist/ant/binaries/jakarta-ant-1.5-bin.zip"},{"id":"1.4.1","name":"1.4.1","url":"https://archive.apache.org/dist/ant/binaries/jakarta-ant-1.4.1-bin.zip"},{"id":"1.4","name":"1.4","url":"https://archive.apache.org/dist/ant/binaries/jakarta-ant-1.4-bin.zip"},{"id":"1.3","name":"1.3","url":"https://archive.apache.org/dist/ant/binaries/jakarta-ant-1.3-bin.zip"},{"id":"1.2","name":"1.2","url":"https://archive.apache.org/dist/ant/binaries/jakarta-ant-1.2-bin.zip"}]} \ No newline at end of file diff --git a/jenkins_home/updates/hudson.tasks.Maven.MavenInstaller b/jenkins_home/updates/hudson.tasks.Maven.MavenInstaller new file mode 100644 index 0000000..18bd102 --- /dev/null +++ b/jenkins_home/updates/hudson.tasks.Maven.MavenInstaller @@ -0,0 +1 @@ +{"list":[{"id":"3.6.2","name":"3.6.2","url":"https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.6.2/apache-maven-3.6.2-bin.zip"},{"id":"3.6.1","name":"3.6.1","url":"https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.6.1/apache-maven-3.6.1-bin.zip"},{"id":"3.6.0","name":"3.6.0","url":"https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.6.0/apache-maven-3.6.0-bin.zip"},{"id":"3.5.4","name":"3.5.4","url":"https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.5.4/apache-maven-3.5.4-bin.zip"},{"id":"3.5.3","name":"3.5.3","url":"https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.5.3/apache-maven-3.5.3-bin.zip"},{"id":"3.5.2","name":"3.5.2","url":"https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.5.2/apache-maven-3.5.2-bin.zip"},{"id":"3.5.0","name":"3.5.0","url":"https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.5.0/apache-maven-3.5.0-bin.zip"},{"id":"3.3.9","name":"3.3.9","url":"https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.3.9/apache-maven-3.3.9-bin.zip"},{"id":"3.3.3","name":"3.3.3","url":"https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.3.3/apache-maven-3.3.3-bin.zip"},{"id":"3.3.1","name":"3.3.1","url":"https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.3.1/apache-maven-3.3.1-bin.zip"},{"id":"3.2.5","name":"3.2.5","url":"https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.2.5/apache-maven-3.2.5-bin.zip"},{"id":"3.2.3","name":"3.2.3","url":"https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.2.3/apache-maven-3.2.3-bin.zip"},{"id":"3.2.2","name":"3.2.2","url":"https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.2.2/apache-maven-3.2.2-bin.zip"},{"id":"3.2.1","name":"3.2.1","url":"https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.2.1/apache-maven-3.2.1-bin.zip"},{"id":"3.1.1","name":"3.1.1","url":"https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.1.1/apache-maven-3.1.1-bin.zip"},{"id":"3.1.0","name":"3.1.0","url":"https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.1.0/apache-maven-3.1.0-bin.zip"},{"id":"3.0.5","name":"3.0.5","url":"https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.0.5/apache-maven-3.0.5-bin.zip"},{"id":"3.0.4","name":"3.0.4","url":"https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.0.4/apache-maven-3.0.4-bin.zip"},{"id":"3.0.3","name":"3.0.3","url":"https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.0.3/apache-maven-3.0.3-bin.zip"},{"id":"3.0.2","name":"3.0.2","url":"https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.0.2/apache-maven-3.0.2-bin.zip"},{"id":"3.0.1","name":"3.0.1","url":"https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.0.1/apache-maven-3.0.1-bin.zip"},{"id":"3.0","name":"3.0","url":"https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.0/apache-maven-3.0-bin.zip"},{"id":"2.2.1","name":"2.2.1","url":"https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/2.2.1/apache-maven-2.2.1-bin.zip"},{"id":"2.2.0","name":"2.2.0","url":"https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/2.2.0/apache-maven-2.2.0-bin.zip"},{"id":"2.1.0","name":"2.1.0","url":"https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/2.1.0/apache-maven-2.1.0-bin.zip"},{"id":"2.0.11","name":"2.0.11","url":"https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/2.0.11/apache-maven-2.0.11-bin.zip"},{"id":"2.0.10","name":"2.0.10","url":"https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/2.0.10/apache-maven-2.0.10-bin.zip"},{"id":"2.0.9","name":"2.0.9","url":"https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/2.0.9/apache-maven-2.0.9-bin.zip"},{"id":"2.0.8","name":"2.0.8","url":"https://archive.apache.org/dist/maven/binaries/apache-maven-2.0.8-bin.zip"},{"id":"2.0.7","name":"2.0.7","url":"https://archive.apache.org/dist/maven/binaries/maven-2.0.7-bin.zip"},{"id":"2.0.6","name":"2.0.6","url":"https://archive.apache.org/dist/maven/binaries/maven-2.0.6-bin.zip"},{"id":"2.0.5","name":"2.0.5","url":"https://archive.apache.org/dist/maven/binaries/maven-2.0.5-bin.zip"},{"id":"2.0.4","name":"2.0.4","url":"https://archive.apache.org/dist/maven/binaries/maven-2.0.4-bin.zip"},{"id":"2.0.3","name":"2.0.3","url":"https://archive.apache.org/dist/maven/binaries/maven-2.0.3-bin.zip"},{"id":"2.0.2","name":"2.0.2","url":"https://archive.apache.org/dist/maven/binaries/maven-2.0.2-bin.zip"},{"id":"2.0.1","name":"2.0.1","url":"https://archive.apache.org/dist/maven/binaries/maven-2.0.1-bin.zip"},{"id":"2.0","name":"2.0","url":"https://archive.apache.org/dist/maven/binaries/maven-2.0-bin.zip"},{"id":"1.1","name":"1.1","url":"https://archive.apache.org/dist/maven/binaries/maven-1.1.zip"},{"id":"1.0.2","name":"1.0.2","url":"https://archive.apache.org/dist/maven/binaries/maven-1.0.2.zip"},{"id":"1.0.1","name":"1.0.1","url":"https://archive.apache.org/dist/maven/binaries/maven-1.0.1.zip"},{"id":"1.0","name":"1.0","url":"https://archive.apache.org/dist/maven/binaries/maven-1.0.zip"}]} \ No newline at end of file diff --git a/jenkins_home/updates/hudson.tools.JDKInstaller b/jenkins_home/updates/hudson.tools.JDKInstaller new file mode 100644 index 0000000..6bbc19e --- /dev/null +++ b/jenkins_home/updates/hudson.tools.JDKInstaller @@ -0,0 +1 @@ +{"data":[{"name":"JDK 9","releases":[{"files":[{"filepath":"https://download.oracle.com/otn/java/jdk/9.0.4+11/c2514751926b4512b076cc82f959763f/jdk-9.0.4_linux-x64_bin.tar.gz","name":"jdk-9.0.4_linux-x64_bin.tar.gz","title":"Linux"},{"filepath":"https://download.oracle.com/otn/java/jdk/9.0.4+11/c2514751926b4512b076cc82f959763f/jdk-9.0.4_osx-x64_bin.dmg","name":"jdk-9.0.4_osx-x64_bin.dmg","title":"OS X"},{"filepath":"https://download.oracle.com/otn/java/jdk/9.0.4+11/c2514751926b4512b076cc82f959763f/jdk-9.0.4_solaris-sparcv9_bin.tar.gz","name":"jdk-9.0.4_solaris-sparcv9_bin.tar.gz","title":"Solaris SPARC"},{"filepath":"https://download.oracle.com/otn/java/jdk/9.0.4+11/c2514751926b4512b076cc82f959763f/jdk-9.0.4_windows-x64_bin.exe","name":"jdk-9.0.4_windows-x64_bin.exe","title":"Windows"}],"licpath":"/technetwork/java/javase/terms/license","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-9.0.4-oth-JPR","title":"Java SE Development Kit 9.0.4"},{"files":[{"filepath":"https://download.oracle.com/otn/java/jdk/9.0.1+11/jdk-9.0.1_linux-x64_bin.tar.gz","name":"jdk-9.0.1_linux-x64_bin.tar.gz","title":"Linux"},{"filepath":"https://download.oracle.com/otn/java/jdk/9.0.1+11/jdk-9.0.1_osx-x64_bin.dmg","name":"jdk-9.0.1_osx-x64_bin.dmg","title":"macOS"},{"filepath":"https://download.oracle.com/otn/java/jdk/9.0.1+11/jdk-9.0.1_solaris-sparcv9_bin.tar.gz","name":"jdk-9.0.1_solaris-sparcv9_bin.tar.gz","title":"Solaris SPARC"},{"filepath":"https://download.oracle.com/otn/java/jdk/9.0.1+11/jdk-9.0.1_windows-x64_bin.exe","name":"jdk-9.0.1_windows-x64_bin.exe","title":"Windows"}],"licpath":"/technetwork/java/javase/terms/license","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-9.0.1-oth-JPR","title":"Java SE Development Kit 9.0.1"},{"files":[{"filepath":"https://download.oracle.com/otn/java/jdk/9+181/jdk-9_linux-x64_bin.tar.gz","name":"jdk-9_linux-x64_bin.tar.gz","title":"Linux"},{"filepath":"https://download.oracle.com/otn/java/jdk/9+181/jdk-9_osx-x64_bin.dmg","name":"jdk-9_osx-x64_bin.dmg","title":"macOS"},{"filepath":"https://download.oracle.com/otn/java/jdk/9+181/jdk-9_solaris-sparcv9_bin.tar.gz","name":"jdk-9_solaris-sparcv9_bin.tar.gz","title":"Solaris SPARC"},{"filepath":"https://download.oracle.com/otn/java/jdk/9+181/jdk-9_windows-x64_bin.exe","name":"jdk-9_windows-x64_bin.exe","title":"Windows"}],"licpath":"/technetwork/java/javase/terms/license","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-9-oth-JPR","title":"Java SE Development Kit 9"}]},{"name":"JDK 8","releases":[{"files":[{"filepath":"https://download.oracle.com/otn/java/jdk/8u221-b11/230deb18db3e4014bb8e3e8324f81b43/jdk-8u221-linux-arm32-vfp-hflt.tar.gz","name":"jdk-8u221-linux-arm32-vfp-hflt.tar.gz","title":"Linux ARM 32 Hard Float ABI"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u221-b11/230deb18db3e4014bb8e3e8324f81b43/jdk-8u221-linux-arm64-vfp-hflt.tar.gz","name":"jdk-8u221-linux-arm64-vfp-hflt.tar.gz","title":"Linux ARM 64 Hard Float ABI"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u221-b11/230deb18db3e4014bb8e3e8324f81b43/jdk-8u221-linux-i586.tar.gz","name":"jdk-8u221-linux-i586.tar.gz","title":"Linux x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u221-b11/230deb18db3e4014bb8e3e8324f81b43/jdk-8u221-linux-x64.tar.gz","name":"jdk-8u221-linux-x64.tar.gz","title":"Linux x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u221-b11/230deb18db3e4014bb8e3e8324f81b43/jdk-8u221-macosx-x64.dmg","name":"jdk-8u221-macosx-x64.dmg","title":"Mac OS X x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u221-b11/230deb18db3e4014bb8e3e8324f81b43/jdk-8u221-solaris-sparcv9.tar.gz","name":"jdk-8u221-solaris-sparcv9.tar.gz","title":"Solaris SPARC 64-bit"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u221-b11/230deb18db3e4014bb8e3e8324f81b43/jdk-8u221-solaris-x64.tar.gz","name":"jdk-8u221-solaris-x64.tar.gz","title":"Solaris x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u221-b11/230deb18db3e4014bb8e3e8324f81b43/jdk-8u221-windows-i586.exe","name":"jdk-8u221-windows-i586.exe","title":"Windows x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u221-b11/230deb18db3e4014bb8e3e8324f81b43/jdk-8u221-windows-x64.exe","name":"jdk-8u221-windows-x64.exe","title":"Windows x64"}],"licpath":"/technetwork/java/javase/terms/license/javase-license.html","lictitle":"Oracle Technology Network License Agreement for Oracle Java SE","name":"jdk-8u221-oth-JPR","title":"Java SE Development Kit 8u221"},{"files":[{"filepath":"https://download.oracle.com/otn/java/jdk/8u202-b08/1961070e4c9b4e26a04e7f5a083f551e/jdk-8u202-linux-arm32-vfp-hflt.tar.gz","name":"jdk-8u202-linux-arm32-vfp-hflt.tar.gz","title":"Linux ARM v6/v7 Soft Float ABI"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u202-b08/1961070e4c9b4e26a04e7f5a083f551e/jdk-8u202-linux-arm64-vfp-hflt.tar.gz","name":"jdk-8u202-linux-arm64-vfp-hflt.tar.gz","title":"Linux ARM v6/v7 Soft Float ABI"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u202-b08/1961070e4c9b4e26a04e7f5a083f551e/jdk-8u202-linux-i586.tar.gz","name":"jdk-8u202-linux-i586.tar.gz","title":"Linux x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u202-b08/1961070e4c9b4e26a04e7f5a083f551e/jdk-8u202-linux-x64.tar.gz","name":"jdk-8u202-linux-x64.tar.gz","title":"Linux x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u202-b08/1961070e4c9b4e26a04e7f5a083f551e/jdk-8u202-macosx-x64.dmg","name":"jdk-8u202-macosx-x64.dmg","title":"Mac OS X x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u202-b08/1961070e4c9b4e26a04e7f5a083f551e/jdk-8u202-solaris-sparcv9.tar.gz","name":"jdk-8u202-solaris-sparcv9.tar.gz","title":"Solaris SPARC 64-bit"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u202-b08/1961070e4c9b4e26a04e7f5a083f551e/jdk-8u202-solaris-x64.tar.gz","name":"jdk-8u202-solaris-x64.tar.gz","title":"Solaris x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u202-b08/1961070e4c9b4e26a04e7f5a083f551e/jdk-8u202-windows-i586.exe","name":"jdk-8u202-windows-i586.exe","title":"Windows x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u202-b08/1961070e4c9b4e26a04e7f5a083f551e/jdk-8u202-windows-x64.exe","name":"jdk-8u202-windows-x64.exe","title":"Windows x64"}],"licpath":"/technetwork/java/javase/terms/license","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-8u202-oth-JPR","title":"Java SE Development Kit 8u202"},{"files":[{"filepath":"https://download.oracle.com/otn/java/jdk/8u201-b09/42970487e3af4f5aa5bca3f542482c60/jdk-8u201-linux-arm32-vfp-hflt.tar.gz","name":"jdk-8u201-linux-arm32-vfp-hflt.tar.gz","title":"Linux ARM v6/v7 Soft Float ABI"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u201-b09/42970487e3af4f5aa5bca3f542482c60/jdk-8u201-linux-arm64-vfp-hflt.tar.gz","name":"jdk-8u201-linux-arm64-vfp-hflt.tar.gz","title":"Linux ARM v6/v7 Soft Float ABI"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u201-b09/42970487e3af4f5aa5bca3f542482c60/jdk-8u201-linux-i586.tar.gz","name":"jdk-8u201-linux-i586.tar.gz","title":"Linux x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u201-b09/42970487e3af4f5aa5bca3f542482c60/jdk-8u201-linux-x64.tar.gz","name":"jdk-8u201-linux-x64.tar.gz","title":"Linux x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u201-b09/42970487e3af4f5aa5bca3f542482c60/jdk-8u201-macosx-x64.dmg","name":"jdk-8u201-macosx-x64.dmg","title":"Mac OS X x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u201-b09/42970487e3af4f5aa5bca3f542482c60/jdk-8u201-solaris-sparcv9.tar.gz","name":"jdk-8u201-solaris-sparcv9.tar.gz","title":"Solaris SPARC 64-bit"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u201-b09/42970487e3af4f5aa5bca3f542482c60/jdk-8u201-solaris-x64.tar.gz","name":"jdk-8u201-solaris-x64.tar.gz","title":"Solaris x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u201-b09/42970487e3af4f5aa5bca3f542482c60/jdk-8u201-windows-i586.exe","name":"jdk-8u201-windows-i586.exe","title":"Windows x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u201-b09/42970487e3af4f5aa5bca3f542482c60/jdk-8u201-windows-x64.exe","name":"jdk-8u201-windows-x64.exe","title":"Windows x64"}],"licpath":"/technetwork/java/javase/terms/license","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-8u201-oth-JPR","title":"Java SE Development Kit 8u201"},{"files":[{"filepath":"http://download.oracle.com/otn/java/jdk/8u192-b12/750e1c8617c5452694857ad95c3ee230/jdk-8u192-linux-arm32-vfp-hflt.tar.gz","name":"jdk-8u192-linux-arm32-vfp-hflt.tar.gz","title":"Linux ARM 32 Hard Float ABI"},{"filepath":"http://download.oracle.com/otn/java/jdk/8u192-b12/750e1c8617c5452694857ad95c3ee230/jdk-8u192-linux-arm64-vfp-hflt.tar.gz","name":"jdk-8u192-linux-arm64-vfp-hflt.tar.gz","title":"Linux ARM 64 Hard Float ABI"},{"filepath":"http://download.oracle.com/otn/java/jdk/8u192-b12/750e1c8617c5452694857ad95c3ee230/jdk-8u192-linux-i586.tar.gz","name":"jdk-8u192-linux-i586.tar.gz","title":"Linux x86"},{"filepath":"http://download.oracle.com/otn/java/jdk/8u192-b12/750e1c8617c5452694857ad95c3ee230/jdk-8u192-linux-x64.tar.gz","name":"jdk-8u192-linux-x64.tar.gz","title":"Linux x64"},{"filepath":"http://download.oracle.com/otn/java/jdk/8u192-b12/750e1c8617c5452694857ad95c3ee230/jdk-8u192-macosx-x64.dmg","name":"jdk-8u192-macosx-x64.dmg","title":"Mac OS X x64"},{"filepath":"http://download.oracle.com/otn/java/jdk/8u192-b12/750e1c8617c5452694857ad95c3ee230/jdk-8u192-solaris-sparcv9.tar.gz","name":"jdk-8u192-solaris-sparcv9.tar.gz","title":"Solaris SPARC 64-bit"},{"filepath":"http://download.oracle.com/otn/java/jdk/8u192-b12/750e1c8617c5452694857ad95c3ee230/jdk-8u192-solaris-x64.tar.gz","name":"jdk-8u192-solaris-x64.tar.gz","title":"Solaris x64"},{"filepath":"http://download.oracle.com/otn/java/jdk/8u192-b12/750e1c8617c5452694857ad95c3ee230/jdk-8u192-windows-i586.exe","name":"jdk-8u192-windows-i586.exe","title":"Windows x86"},{"filepath":"http://download.oracle.com/otn/java/jdk/8u192-b12/750e1c8617c5452694857ad95c3ee230/jdk-8u192-windows-x64.exe","name":"jdk-8u192-windows-x64.exe","title":"Windows x64"}],"licpath":"/technetwork/java/javase/terms/license","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-8u192-oth-JPR","title":"Java SE Development Kit 8u192"},{"files":[{"filepath":"http://download.oracle.com/otn/java/jdk/8u191-b12/2787e4a523244c269598db4e85c51e0c/jdk-8u191-linux-arm32-vfp-hflt.tar.gz","name":"jdk-8u191-linux-arm32-vfp-hflt.tar.gz","title":"Linux ARM 32 Hard Float ABI"},{"filepath":"http://download.oracle.com/otn/java/jdk/8u191-b12/2787e4a523244c269598db4e85c51e0c/jdk-8u191-linux-arm64-vfp-hflt.tar.gz","name":"jdk-8u191-linux-arm64-vfp-hflt.tar.gz","title":"Linux ARM 64 Hard Float ABI"},{"filepath":"http://download.oracle.com/otn/java/jdk/8u191-b12/2787e4a523244c269598db4e85c51e0c/jdk-8u191-linux-i586.tar.gz","name":"jdk-8u191-linux-i586.tar.gz","title":"Linux x86"},{"filepath":"http://download.oracle.com/otn/java/jdk/8u191-b12/2787e4a523244c269598db4e85c51e0c/jdk-8u191-linux-x64.tar.gz","name":"jdk-8u191-linux-x64.tar.gz","title":"Linux x64"},{"filepath":"http://download.oracle.com/otn/java/jdk/8u191-b12/2787e4a523244c269598db4e85c51e0c/jdk-8u191-macosx-x64.dmg","name":"jdk-8u191-macosx-x64.dmg","title":"Mac OS X x64"},{"filepath":"http://download.oracle.com/otn/java/jdk/8u191-b12/2787e4a523244c269598db4e85c51e0c/jdk-8u191-solaris-sparcv9.tar.gz","name":"jdk-8u191-solaris-sparcv9.tar.gz","title":"Solaris SPARC 64-bit"},{"filepath":"http://download.oracle.com/otn/java/jdk/8u191-b12/2787e4a523244c269598db4e85c51e0c/jdk-8u191-solaris-x64.tar.gz","name":"jdk-8u191-solaris-x64.tar.gz","title":"Solaris x64"},{"filepath":"http://download.oracle.com/otn/java/jdk/8u191-b12/2787e4a523244c269598db4e85c51e0c/jdk-8u191-windows-i586.exe","name":"jdk-8u191-windows-i586.exe","title":"Windows x86"},{"filepath":"http://download.oracle.com/otn/java/jdk/8u191-b12/2787e4a523244c269598db4e85c51e0c/jdk-8u191-windows-x64.exe","name":"jdk-8u191-windows-x64.exe","title":"Windows x64"}],"licpath":"/technetwork/java/javase/terms/license","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-8u191-oth-JPR","title":"Java SE Development Kit 8u191"},{"files":[{"filepath":"https://download.oracle.com/otn/java/jdk/8u181-b13/96a7b8442fe848ef90c96a2fad6ed6d1/jdk-8u181-linux-arm32-vfp-hflt.tar.gz","name":"jdk-8u181-linux-arm32-vfp-hflt.tar.gz","title":"Linux ARM 32 Hard Float ABI"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u181-b13/96a7b8442fe848ef90c96a2fad6ed6d1/jdk-8u181-linux-arm64-vfp-hflt.tar.gz","name":"jdk-8u181-linux-arm64-vfp-hflt.tar.gz","title":"Linux ARM 64 Hard Float ABI"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u181-b13/96a7b8442fe848ef90c96a2fad6ed6d1/jdk-8u181-linux-i586.tar.gz","name":"jdk-8u181-linux-i586.tar.gz","title":"Linux x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u181-b13/96a7b8442fe848ef90c96a2fad6ed6d1/jdk-8u181-linux-x64.tar.gz","name":"jdk-8u181-linux-x64.tar.gz","title":"Linux x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u181-b13/96a7b8442fe848ef90c96a2fad6ed6d1/jdk-8u181-macosx-x64.dmg","name":"jdk-8u181-macosx-x64.dmg","title":"Mac OS X x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u181-b13/96a7b8442fe848ef90c96a2fad6ed6d1/jdk-8u181-solaris-sparcv9.tar.gz","name":"jdk-8u181-solaris-sparcv9.tar.gz","title":"Solaris SPARC 64-bit"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u181-b13/96a7b8442fe848ef90c96a2fad6ed6d1/jdk-8u181-solaris-x64.tar.gz","name":"jdk-8u181-solaris-x64.tar.gz","title":"Solaris x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u181-b13/96a7b8442fe848ef90c96a2fad6ed6d1/jdk-8u181-windows-i586.exe","name":"jdk-8u181-windows-i586.exe","title":"Windows x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u181-b13/96a7b8442fe848ef90c96a2fad6ed6d1/jdk-8u181-windows-x64.exe","name":"jdk-8u181-windows-x64.exe","title":"Windows x64"}],"licpath":"/technetwork/java/javase/terms/license","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-8u181-oth-JPR","title":"Java SE Development Kit 8u181"},{"files":[{"filepath":"https://download.oracle.com/otn/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-arm32-vfp-hflt.tar.gz","name":"jdk-8u172-linux-arm32-vfp-hflt.tar.gz","title":"Linux ARM 32 Hard Float ABI"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-arm64-vfp-hflt.tar.gz","name":"jdk-8u172-linux-arm64-vfp-hflt.tar.gz","title":"Linux ARM 64 Hard Float ABI"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-i586.tar.gz","name":"jdk-8u172-linux-i586.tar.gz","title":"Linux x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.tar.gz","name":"jdk-8u172-linux-x64.tar.gz","title":"Linux x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-macosx-x64.dmg","name":"jdk-8u172-macosx-x64.dmg","title":"Mac OS X x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-solaris-sparcv9.tar.gz","name":"jdk-8u172-solaris-sparcv9.tar.gz","title":"Solaris SPARC 64-bit"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-solaris-x64.tar.gz","name":"jdk-8u172-solaris-x64.tar.gz","title":"Solaris x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-windows-i586.exe","name":"jdk-8u172-windows-i586.exe","title":"Windows x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-windows-x64.exe","name":"jdk-8u172-windows-x64.exe","title":"Windows x64"}],"licpath":"/technetwork/java/javase/terms/license","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-8u172-oth-JPR","title":"Java SE Development Kit 8u172"},{"files":[{"filepath":"https://download.oracle.com/otn/java/jdk/8u171-b11/512cd62ec5174c3487ac17c61aaa89e8/jdk-8u171-linux-arm32-vfp-hflt.tar.gz","name":"jdk-8u171-linux-arm32-vfp-hflt.tar.gz","title":"Linux ARM 32 Hard Float ABI"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u171-b11/512cd62ec5174c3487ac17c61aaa89e8/jdk-8u171-linux-arm64-vfp-hflt.tar.gz","name":"jdk-8u171-linux-arm64-vfp-hflt.tar.gz","title":"Linux ARM 64 Hard Float ABI"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u171-b11/512cd62ec5174c3487ac17c61aaa89e8/jdk-8u171-linux-i586.tar.gz","name":"jdk-8u171-linux-i586.tar.gz","title":"Linux x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u171-b11/512cd62ec5174c3487ac17c61aaa89e8/jdk-8u171-linux-x64.tar.gz","name":"jdk-8u171-linux-x64.tar.gz","title":"Linux x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u171-b11/512cd62ec5174c3487ac17c61aaa89e8/jdk-8u171-macosx-x64.dmg","name":"jdk-8u171-macosx-x64.dmg","title":"Mac OS X x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u171-b11/512cd62ec5174c3487ac17c61aaa89e8/jdk-8u171-solaris-sparcv9.tar.gz","name":"jdk-8u171-solaris-sparcv9.tar.gz","title":"Solaris SPARC 64-bit"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u171-b11/512cd62ec5174c3487ac17c61aaa89e8/jdk-8u171-solaris-x64.tar.gz","name":"jdk-8u171-solaris-x64.tar.gz","title":"Solaris x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u171-b11/512cd62ec5174c3487ac17c61aaa89e8/jdk-8u171-windows-i586.exe","name":"jdk-8u171-windows-i586.exe","title":"Windows x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u171-b11/512cd62ec5174c3487ac17c61aaa89e8/jdk-8u171-windows-x64.exe","name":"jdk-8u171-windows-x64.exe","title":"Windows x64"}],"licpath":"/technetwork/java/javase/terms/license","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-8u171-oth-JPR","title":"Java SE Development Kit 8u171"},{"files":[{"filepath":"https://download.oracle.com/otn/java/jdk/8u162-b12/0da788060d494f5095bf8624735fa2f1/jdk-8u162-linux-arm32-vfp-hflt.tar.gz","name":"jdk-8u162-linux-arm32-vfp-hflt.tar.gz","title":"Linux ARM 32 Hard Float ABI"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u162-b12/0da788060d494f5095bf8624735fa2f1/jdk-8u162-linux-arm64-vfp-hflt.tar.gz","name":"jdk-8u162-linux-arm64-vfp-hflt.tar.gz","title":"Linux ARM 64 Hard Float ABI"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u162-b12/0da788060d494f5095bf8624735fa2f1/jdk-8u162-linux-i586.tar.gz","name":"jdk-8u162-linux-i586.tar.gz","title":"Linux x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u162-b12/0da788060d494f5095bf8624735fa2f1/jdk-8u162-linux-x64.tar.gz","name":"jdk-8u162-linux-x64.tar.gz","title":"Linux x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u162-b12/0da788060d494f5095bf8624735fa2f1/jdk-8u162-macosx-x64.dmg","name":"jdk-8u162-macosx-x64.dmg","title":"Mac OS X x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u162-b12/0da788060d494f5095bf8624735fa2f1/jdk-8u162-solaris-sparcv9.tar.gz","name":"jdk-8u162-solaris-sparcv9.tar.gz","title":"Solaris SPARC 64-bit"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u162-b12/0da788060d494f5095bf8624735fa2f1/jdk-8u162-solaris-x64.tar.gz","name":"jdk-8u162-solaris-x64.tar.gz","title":"Solaris x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u162-b12/0da788060d494f5095bf8624735fa2f1/jdk-8u162-windows-i586.exe","name":"jdk-8u162-windows-i586.exe","title":"Windows x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u162-b12/0da788060d494f5095bf8624735fa2f1/jdk-8u162-windows-x64.exe","name":"jdk-8u162-windows-x64.exe","title":"Windows x64"}],"licpath":"/technetwork/java/javase/terms/license","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-8u162-oth-JPR","title":"Java SE Development Kit 8u162"},{"files":[{"filepath":"https://download.oracle.com/otn/java/jdk/8u161-b12/2f38c3b165be4555a1fa6e98c45e0808/jdk-8u161-linux-arm32-vfp-hflt.tar.gz","name":"jdk-8u161-linux-arm32-vfp-hflt.tar.gz","title":"Linux ARM 32 Hard Float ABI"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u161-b12/2f38c3b165be4555a1fa6e98c45e0808/jdk-8u161-linux-arm64-vfp-hflt.tar.gz","name":"jdk-8u161-linux-arm64-vfp-hflt.tar.gz","title":"Linux ARM 64 Hard Float ABI"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u161-b12/2f38c3b165be4555a1fa6e98c45e0808/jdk-8u161-linux-i586.tar.gz","name":"jdk-8u161-linux-i586.tar.gz","title":"Linux x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u161-b12/2f38c3b165be4555a1fa6e98c45e0808/jdk-8u161-linux-x64.tar.gz","name":"jdk-8u161-linux-x64.tar.gz","title":"Linux x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u161-b12/2f38c3b165be4555a1fa6e98c45e0808/jdk-8u161-macosx-x64.dmg","name":"jdk-8u161-macosx-x64.dmg","title":"Mac OS X x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u161-b12/2f38c3b165be4555a1fa6e98c45e0808/jdk-8u161-solaris-sparcv9.tar.gz","name":"jdk-8u161-solaris-sparcv9.tar.gz","title":"Solaris SPARC 64-bit"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u161-b12/2f38c3b165be4555a1fa6e98c45e0808/jdk-8u161-solaris-x64.tar.gz","name":"jdk-8u161-solaris-x64.tar.gz","title":"Solaris x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u161-b12/2f38c3b165be4555a1fa6e98c45e0808/jdk-8u161-windows-i586.exe","name":"jdk-8u161-windows-i586.exe","title":"Windows x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u161-b12/2f38c3b165be4555a1fa6e98c45e0808/jdk-8u161-windows-x64.exe","name":"jdk-8u161-windows-x64.exe","title":"Windows x64"}],"licpath":"/technetwork/java/javase/terms/license","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-8u161-oth-JPR","title":"Java SE Development Kit 8u161"},{"files":[{"filepath":"https://download.oracle.com/otn/java/jdk/8u152-b16/aa0333dd3019491ca4f6ddbe78cdb6d0/jdk-8u152-linux-arm32-vfp-hflt.tar.gz","name":"jdk-8u152-linux-arm32-vfp-hflt.tar.gz","title":"Linux ARM 32 Hard Float ABI"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u152-b16/aa0333dd3019491ca4f6ddbe78cdb6d0/jdk-8u152-linux-arm64-vfp-hflt.tar.gz","name":"jdk-8u152-linux-arm64-vfp-hflt.tar.gz","title":"Linux ARM 64 Hard Float ABI"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u152-b16/aa0333dd3019491ca4f6ddbe78cdb6d0/jdk-8u152-linux-i586.tar.gz","name":"jdk-8u152-linux-i586.tar.gz","title":"Linux x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u152-b16/aa0333dd3019491ca4f6ddbe78cdb6d0/jdk-8u152-linux-x64.tar.gz","name":"jdk-8u152-linux-x64.tar.gz","title":"Linux x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u152-b16/aa0333dd3019491ca4f6ddbe78cdb6d0/jdk-8u152-macosx-x64.dmg","name":"jdk-8u152-macosx-x64.dmg","title":"macOS"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u152-b16/aa0333dd3019491ca4f6ddbe78cdb6d0/jdk-8u152-solaris-sparcv9.tar.gz","name":"jdk-8u152-solaris-sparcv9.tar.gz","title":"Solaris SPARC 64-bit"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u152-b16/aa0333dd3019491ca4f6ddbe78cdb6d0/jdk-8u152-solaris-x64.tar.gz","name":"jdk-8u152-solaris-x64.tar.gz","title":"Solaris x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u152-b16/aa0333dd3019491ca4f6ddbe78cdb6d0/jdk-8u152-windows-i586.exe","name":"jdk-8u152-windows-i586.exe","title":"Windows x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u152-b16/aa0333dd3019491ca4f6ddbe78cdb6d0/jdk-8u152-windows-x64.exe","name":"jdk-8u152-windows-x64.exe","title":"Windows x64"}],"licpath":"/technetwork/java/javase/terms/license","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-8u152-oth-JPR","title":"Java SE Development Kit 8u152"},{"files":[{"filepath":"https://download.oracle.com/otn/java/jdk/8u151-b12/e758a0de34e24606bca991d704f6dcbf/jdk-8u151-linux-arm32-vfp-hflt.tar.gz","name":"jdk-8u151-linux-arm32-vfp-hflt.tar.gz","title":"Linux ARM 32 Hard Float ABI"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u151-b12/e758a0de34e24606bca991d704f6dcbf/jdk-8u151-linux-arm64-vfp-hflt.tar.gz","name":"jdk-8u151-linux-arm64-vfp-hflt.tar.gz","title":"Linux ARM 64 Hard Float ABI"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u151-b12/e758a0de34e24606bca991d704f6dcbf/jdk-8u151-linux-i586.tar.gz","name":"jdk-8u151-linux-i586.tar.gz","title":"Linux x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u151-b12/e758a0de34e24606bca991d704f6dcbf/jdk-8u151-linux-x64.tar.gz","name":"jdk-8u151-linux-x64.tar.gz","title":"Linux x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u151-b12/e758a0de34e24606bca991d704f6dcbf/jdk-8u151-macosx-x64.dmg","name":"jdk-8u151-macosx-x64.dmg","title":"macOS"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u151-b12/e758a0de34e24606bca991d704f6dcbf/jdk-8u151-solaris-sparcv9.tar.gz","name":"jdk-8u151-solaris-sparcv9.tar.gz","title":"Solaris SPARC 64-bit"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u151-b12/e758a0de34e24606bca991d704f6dcbf/jdk-8u151-solaris-x64.tar.gz","name":"jdk-8u151-solaris-x64.tar.gz","title":"Solaris x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u151-b12/e758a0de34e24606bca991d704f6dcbf/jdk-8u151-windows-i586.exe","name":"jdk-8u151-windows-i586.exe","title":"Windows x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u151-b12/e758a0de34e24606bca991d704f6dcbf/jdk-8u151-windows-x64.exe","name":"jdk-8u151-windows-x64.exe","title":"Windows x64"}],"licpath":"/technetwork/java/javase/terms/license","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-8u151-oth-JPR","title":"Java SE Development Kit 8u151"},{"files":[{"filepath":"https://download.oracle.com/otn/java/jdk/8u144-b01/090f390dda5b47b9b721c7dfaa008135/jdk-8u144-linux-arm32-vfp-hflt.tar.gz","name":"jdk-8u144-linux-arm32-vfp-hflt.tar.gz","title":"Linux ARM 32 Hard Float ABI"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u144-b01/090f390dda5b47b9b721c7dfaa008135/jdk-8u144-linux-arm64-vfp-hflt.tar.gz","name":"jdk-8u144-linux-arm64-vfp-hflt.tar.gz","title":"Linux ARM 64 Hard Float ABI"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u144-b01/090f390dda5b47b9b721c7dfaa008135/jdk-8u144-linux-i586.tar.gz","name":"jdk-8u144-linux-i586.tar.gz","title":"Linux x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u144-b01/090f390dda5b47b9b721c7dfaa008135/jdk-8u144-linux-x64.tar.gz","name":"jdk-8u144-linux-x64.tar.gz","title":"Linux x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u144-b01/090f390dda5b47b9b721c7dfaa008135/jdk-8u144-macosx-x64.dmg","name":"jdk-8u144-macosx-x64.dmg","title":"Mac OS X"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u144-b01/090f390dda5b47b9b721c7dfaa008135/jdk-8u144-solaris-sparcv9.tar.gz","name":"jdk-8u144-solaris-sparcv9.tar.gz","title":"Solaris SPARC 64-bit"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u144-b01/090f390dda5b47b9b721c7dfaa008135/jdk-8u144-solaris-x64.tar.gz","name":"jdk-8u144-solaris-x64.tar.gz","title":"Solaris x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u144-b01/090f390dda5b47b9b721c7dfaa008135/jdk-8u144-windows-i586.exe","name":"jdk-8u144-windows-i586.exe","title":"Windows x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u144-b01/090f390dda5b47b9b721c7dfaa008135/jdk-8u144-windows-x64.exe","name":"jdk-8u144-windows-x64.exe","title":"Windows x64"}],"licpath":"/technetwork/java/javase/terms/license","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-8u144-oth-JPR","title":"Java SE Development Kit 8u144"},{"files":[{"filepath":"https://download.oracle.com/otn/java/jdk/8u141-b15/336fa29ff2bb4ef291e347e091f7f4a7/jdk-8u141-linux-arm32-vfp-hflt.tar.gz","name":"jdk-8u141-linux-arm32-vfp-hflt.tar.gz","title":"Linux ARM 32 Hard Float ABI"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u141-b15/336fa29ff2bb4ef291e347e091f7f4a7/jdk-8u141-linux-arm64-vfp-hflt.tar.gz","name":"jdk-8u141-linux-arm64-vfp-hflt.tar.gz","title":"Linux ARM 64 Hard Float ABI"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u141-b15/336fa29ff2bb4ef291e347e091f7f4a7/jdk-8u141-linux-i586.tar.gz","name":"jdk-8u141-linux-i586.tar.gz","title":"Linux x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u141-b15/336fa29ff2bb4ef291e347e091f7f4a7/jdk-8u141-linux-x64.tar.gz","name":"jdk-8u141-linux-x64.tar.gz","title":"Linux x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u141-b15/336fa29ff2bb4ef291e347e091f7f4a7/jdk-8u141-macosx-x64.dmg","name":"jdk-8u141-macosx-x64.dmg","title":"Mac OS X"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u141-b15/336fa29ff2bb4ef291e347e091f7f4a7/jdk-8u141-solaris-sparcv9.tar.gz","name":"jdk-8u141-solaris-sparcv9.tar.gz","title":"Solaris SPARC 64-bit"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u141-b15/336fa29ff2bb4ef291e347e091f7f4a7/jdk-8u141-solaris-x64.tar.gz","name":"jdk-8u141-solaris-x64.tar.gz","title":"Solaris x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u141-b15/336fa29ff2bb4ef291e347e091f7f4a7/jdk-8u141-windows-i586.exe","name":"jdk-8u141-windows-i586.exe","title":"Windows x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u141-b15/336fa29ff2bb4ef291e347e091f7f4a7/jdk-8u141-windows-x64.exe","name":"jdk-8u141-windows-x64.exe","title":"Windows x64"}],"licpath":"/technetwork/java/javase/terms/license","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-8u141-oth-JPR","title":"Java SE Development Kit 8u141"},{"files":[{"filepath":"https://download.oracle.com/otn/java/jdk/8u131-b11/d54c1d3a095b4ff2b6607d096fa80163/jdk-8u131-linux-arm32-vfp-hflt.tar.gz","name":"jdk-8u131-linux-arm32-vfp-hflt.tar.gz","title":"Linux ARM 32 Hard Float ABI"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u131-b11/d54c1d3a095b4ff2b6607d096fa80163/jdk-8u131-linux-arm64-vfp-hflt.tar.gz","name":"jdk-8u131-linux-arm64-vfp-hflt.tar.gz","title":"Linux ARM 64 Hard Float ABI"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u131-b11/d54c1d3a095b4ff2b6607d096fa80163/jdk-8u131-linux-i586.tar.gz","name":"jdk-8u131-linux-i586.tar.gz","title":"Linux x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u131-b11/d54c1d3a095b4ff2b6607d096fa80163/jdk-8u131-linux-x64.tar.gz","name":"jdk-8u131-linux-x64.tar.gz","title":"Linux x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u131-b11/d54c1d3a095b4ff2b6607d096fa80163/jdk-8u131-macosx-x64.dmg","name":"jdk-8u131-macosx-x64.dmg","title":"Mac OS X"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u131-b11/d54c1d3a095b4ff2b6607d096fa80163/jdk-8u131-solaris-sparcv9.tar.gz","name":"jdk-8u131-solaris-sparcv9.tar.gz","title":"Solaris SPARC 64-bit"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u131-b11/d54c1d3a095b4ff2b6607d096fa80163/jdk-8u131-solaris-x64.tar.gz","name":"jdk-8u131-solaris-x64.tar.gz","title":"Solaris x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u131-b11/d54c1d3a095b4ff2b6607d096fa80163/jdk-8u131-windows-i586.exe","name":"jdk-8u131-windows-i586.exe","title":"Windows x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u131-b11/d54c1d3a095b4ff2b6607d096fa80163/jdk-8u131-windows-x64.exe","name":"jdk-8u131-windows-x64.exe","title":"Windows x64"}],"licpath":"/technetwork/java/javase/terms/license","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-8u131-oth-JPR","title":"Java SE Development Kit 8u131"},{"files":[{"filepath":"https://download.oracle.com/otn/java/jdk/8u121-b13/e9e7ea248e2c4826b92b3f075a80e441/jdk-8u121-linux-arm32-vfp-hflt.tar.gz","name":"jdk-8u121-linux-arm32-vfp-hflt.tar.gz","title":"Linux ARM 32 Hard Float ABI"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u121-b13/e9e7ea248e2c4826b92b3f075a80e441/jdk-8u121-linux-arm64-vfp-hflt.tar.gz","name":"jdk-8u121-linux-arm64-vfp-hflt.tar.gz","title":"Linux ARM 64 Hard Float ABI"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u121-b13/e9e7ea248e2c4826b92b3f075a80e441/jdk-8u121-linux-i586.tar.gz","name":"jdk-8u121-linux-i586.tar.gz","title":"Linux x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u121-b13/e9e7ea248e2c4826b92b3f075a80e441/jdk-8u121-linux-x64.tar.gz","name":"jdk-8u121-linux-x64.tar.gz","title":"Linux x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u121-b13/e9e7ea248e2c4826b92b3f075a80e441/jdk-8u121-macosx-x64.dmg","name":"jdk-8u121-macosx-x64.dmg","title":"Mac OS X"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u121-b13/e9e7ea248e2c4826b92b3f075a80e441/jdk-8u121-solaris-sparcv9.tar.gz","name":"jdk-8u121-solaris-sparcv9.tar.gz","title":"Solaris SPARC 64-bit"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u121-b13/e9e7ea248e2c4826b92b3f075a80e441/jdk-8u121-solaris-x64.tar.gz","name":"jdk-8u121-solaris-x64.tar.gz","title":"Solaris x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u121-b13/e9e7ea248e2c4826b92b3f075a80e441/jdk-8u121-windows-i586.exe","name":"jdk-8u121-windows-i586.exe","title":"Windows x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u121-b13/e9e7ea248e2c4826b92b3f075a80e441/jdk-8u121-windows-x64.exe","name":"jdk-8u121-windows-x64.exe","title":"Windows x64"}],"licpath":"/technetwork/java/javase/terms/license","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-8u121-oth-JPR","title":"Java SE Development Kit 8u121"},{"files":[{"filepath":"https://download.oracle.com/otn/java/jdk/8u112-b15/jdk-8u112-linux-arm32-vfp-hflt.tar.gz","name":"jdk-8u112-linux-arm32-vfp-hflt.tar.gz","title":"Linux ARM 32 Hard Float ABI"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u112-b15/jdk-8u112-linux-arm64-vfp-hflt.tar.gz","name":"jdk-8u112-linux-arm64-vfp-hflt.tar.gz","title":"Linux ARM 64 Hard Float ABI"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u112-b15/jdk-8u112-linux-i586.tar.gz","name":"jdk-8u112-linux-i586.tar.gz","title":"Linux x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u112-b15/jdk-8u112-linux-x64.tar.gz","name":"jdk-8u112-linux-x64.tar.gz","title":"Linux x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u112-b16/jdk-8u112-macosx-x64.dmg","name":"jdk-8u112-macosx-x64.dmg","title":"Mac OS X"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u112-b15/jdk-8u112-solaris-sparcv9.tar.gz","name":"jdk-8u112-solaris-sparcv9.tar.gz","title":"Solaris SPARC 64-bit"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u112-b15/jdk-8u112-solaris-x64.tar.gz","name":"jdk-8u112-solaris-x64.tar.gz","title":"Solaris x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u112-b15/jdk-8u112-windows-i586.exe","name":"jdk-8u112-windows-i586.exe","title":"Windows x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u112-b15/jdk-8u112-windows-x64.exe","name":"jdk-8u112-windows-x64.exe","title":"Windows x64"}],"licpath":"/technetwork/java/javase/terms/license","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-8u112-oth-JPR","title":"Java SE Development Kit 8u112"},{"files":[{"filepath":"https://download.oracle.com/otn/java/jdk/8u111-b14/jdk-8u111-linux-arm32-vfp-hflt.tar.gz","name":"jdk-8u111-linux-arm32-vfp-hflt.tar.gz","title":"Linux ARM 32 Hard Float ABI"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u111-b14/jdk-8u111-linux-arm64-vfp-hflt.tar.gz","name":"jdk-8u111-linux-arm64-vfp-hflt.tar.gz","title":"Linux ARM 64 Hard Float ABI"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u111-b14/jdk-8u111-linux-i586.tar.gz","name":"jdk-8u111-linux-i586.tar.gz","title":"Linux x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u111-b14/jdk-8u111-linux-x64.tar.gz","name":"jdk-8u111-linux-x64.tar.gz","title":"Linux x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u111-b14/jdk-8u111-macosx-x64.dmg","name":"jdk-8u111-macosx-x64.dmg","title":"Mac OS X"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u111-b14/jdk-8u111-solaris-sparcv9.tar.gz","name":"jdk-8u111-solaris-sparcv9.tar.gz","title":"Solaris SPARC 64-bit"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u111-b14/jdk-8u111-solaris-x64.tar.gz","name":"jdk-8u111-solaris-x64.tar.gz","title":"Solaris x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u111-b14/jdk-8u111-windows-i586.exe","name":"jdk-8u111-windows-i586.exe","title":"Windows x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u111-b14/jdk-8u111-windows-x64.exe","name":"jdk-8u111-windows-x64.exe","title":"Windows x64"}],"licpath":"/technetwork/java/javase/terms/license","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-8u111-oth-JPR","title":"Java SE Development Kit 8u111"},{"files":[{"filepath":"https://download.oracle.com/otn/java/jdk/8u102-b14/jdk-8u102-linux-arm32-vfp-hflt.tar.gz","name":"jdk-8u102-linux-arm32-vfp-hflt.tar.gz","title":"Linux ARM 32 Hard Float ABI"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u102-b14/jdk-8u102-linux-arm64-vfp-hflt.tar.gz","name":"jdk-8u102-linux-arm64-vfp-hflt.tar.gz","title":"Linux ARM 64 Hard Float ABI"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u102-b14/jdk-8u102-linux-i586.tar.gz","name":"jdk-8u102-linux-i586.tar.gz","title":"Linux x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u102-b14/jdk-8u102-linux-x64.tar.gz","name":"jdk-8u102-linux-x64.tar.gz","title":"Linux x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u102-b14/jdk-8u102-macosx-x64.dmg","name":"jdk-8u102-macosx-x64.dmg","title":"Mac OS X"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u102-b14/jdk-8u102-solaris-sparcv9.tar.gz","name":"jdk-8u102-solaris-sparcv9.tar.gz","title":"Solaris SPARC 64-bit"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u102-b14/jdk-8u102-solaris-x64.tar.gz","name":"jdk-8u102-solaris-x64.tar.gz","title":"Solaris x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u102-b14/jdk-8u102-windows-i586.exe","name":"jdk-8u102-windows-i586.exe","title":"Windows x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u102-b14/jdk-8u102-windows-x64.exe","name":"jdk-8u102-windows-x64.exe","title":"Windows x64"}],"licpath":"/technetwork/java/javase/terms/license","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-8u102-oth-JPR","title":"Java SE Development Kit 8u102"},{"files":[{"filepath":"https://download.oracle.com/otn/java/jdk/8u101-b13/jdk-8u101-linux-arm32-vfp-hflt.tar.gz","name":"jdk-8u101-linux-arm32-vfp-hflt.tar.gz","title":"Linux ARM 32 Hard Float ABI"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u101-b13/jdk-8u101-linux-arm64-vfp-hflt.tar.gz","name":"jdk-8u101-linux-arm64-vfp-hflt.tar.gz","title":"Linux ARM 64 Hard Float ABI"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u101-b13/jdk-8u101-linux-i586.tar.gz","name":"jdk-8u101-linux-i586.tar.gz","title":"Linux x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u101-b13/jdk-8u101-linux-x64.tar.gz","name":"jdk-8u101-linux-x64.tar.gz","title":"Linux x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u101-b13/jdk-8u101-macosx-x64.dmg","name":"jdk-8u101-macosx-x64.dmg","title":"Mac OS X"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u101-b13/jdk-8u101-solaris-sparcv9.tar.gz","name":"jdk-8u101-solaris-sparcv9.tar.gz","title":"Solaris SPARC 64-bit"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u101-b13/jdk-8u101-solaris-x64.tar.gz","name":"jdk-8u101-solaris-x64.tar.gz","title":"Solaris x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u101-b13/jdk-8u101-windows-i586.exe","name":"jdk-8u101-windows-i586.exe","title":"Windows x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u101-b13/jdk-8u101-windows-x64.exe","name":"jdk-8u101-windows-x64.exe","title":"Windows x64"}],"licpath":"/technetwork/java/javase/terms/license","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-8u101-oth-JPR","title":"Java SE Development Kit 8u101"},{"files":[{"filepath":"https://download.oracle.com/otn/java/jdk/8u92-b14/jdk-8u92-linux-arm32-vfp-hflt.tar.gz","name":"jdk-8u92-linux-arm32-vfp-hflt.tar.gz","title":"Linux ARM 32 Hard Float ABI"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u92-b14/jdk-8u92-linux-arm64-vfp-hflt.tar.gz","name":"jdk-8u92-linux-arm64-vfp-hflt.tar.gz","title":"Linux ARM 64 Hard Float ABI"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u92-b14/jdk-8u92-linux-i586.tar.gz","name":"jdk-8u92-linux-i586.tar.gz","title":"Linux x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u92-b14/jdk-8u92-linux-x64.tar.gz","name":"jdk-8u92-linux-x64.tar.gz","title":"Linux x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u92-b14/jdk-8u92-macosx-x64.dmg","name":"jdk-8u92-macosx-x64.dmg","title":"Mac OS X"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u92-b14/jdk-8u92-solaris-sparcv9.tar.gz","name":"jdk-8u92-solaris-sparcv9.tar.gz","title":"Solaris SPARC 64-bit"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u92-b14/jdk-8u92-solaris-x64.tar.gz","name":"jdk-8u92-solaris-x64.tar.gz","title":"Solaris x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u92-b14/jdk-8u92-windows-i586.exe","name":"jdk-8u92-windows-i586.exe","title":"Windows x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u92-b14/jdk-8u92-windows-x64.exe","name":"jdk-8u92-windows-x64.exe","title":"Windows x64"}],"licpath":"/technetwork/java/javase/terms/license","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-8u92-oth-JPR","title":"Java SE Development Kit 8u92"},{"files":[{"filepath":"https://download.oracle.com/otn/java/jdk/8u91-b14/jdk-8u91-linux-arm32-vfp-hflt.tar.gz","name":"jdk-8u91-linux-arm32-vfp-hflt.tar.gz","title":"Linux ARM 32 Hard Float ABI"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u91-b14/jdk-8u91-linux-arm64-vfp-hflt.tar.gz","name":"jdk-8u91-linux-arm64-vfp-hflt.tar.gz","title":"Linux ARM 64 Hard Float ABI"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u91-b14/jdk-8u91-linux-i586.tar.gz","name":"jdk-8u91-linux-i586.tar.gz","title":"Linux x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u91-b14/jdk-8u91-linux-x64.tar.gz","name":"jdk-8u91-linux-x64.tar.gz","title":"Linux x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u91-b14/jdk-8u91-macosx-x64.dmg","name":"jdk-8u91-macosx-x64.dmg","title":"Mac OS X"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u91-b14/jdk-8u91-solaris-sparcv9.tar.gz","name":"jdk-8u91-solaris-sparcv9.tar.gz","title":"Solaris SPARC 64-bit"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u91-b14/jdk-8u91-solaris-x64.tar.gz","name":"jdk-8u91-solaris-x64.tar.gz","title":"Solaris x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u91-b15/jdk-8u91-windows-i586.exe","name":"jdk-8u91-windows-i586.exe","title":"Windows x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u91-b15/jdk-8u91-windows-x64.exe","name":"jdk-8u91-windows-x64.exe","title":"Windows x64"}],"licpath":"/technetwork/java/javase/terms/license","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-8u91-oth-JPR","title":"Java SE Development Kit 8u91"},{"files":[{"filepath":"https://download.oracle.com/otn/java/jdk/8u77-b03/jdk-8u77-linux-arm32-vfp-hflt.tar.gz","name":"jdk-8u77-linux-arm32-vfp-hflt.tar.gz","title":"Linux ARM 32 Hard Float ABI"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u77-b03/jdk-8u77-linux-arm64-vfp-hflt.tar.gz","name":"jdk-8u77-linux-arm64-vfp-hflt.tar.gz","title":"Linux ARM 64 Hard Float ABI"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u77-b03/jdk-8u77-linux-i586.tar.gz","name":"jdk-8u77-linux-i586.tar.gz","title":"Linux x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u77-b03/jdk-8u77-linux-x64.tar.gz","name":"jdk-8u77-linux-x64.tar.gz","title":"Linux x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u77-b03/jdk-8u77-macosx-x64.dmg","name":"jdk-8u77-macosx-x64.dmg","title":"Mac OS X"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u77-b03/jdk-8u77-solaris-sparcv9.tar.gz","name":"jdk-8u77-solaris-sparcv9.tar.gz","title":"Solaris SPARC 64-bit"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u77-b03/jdk-8u77-solaris-x64.tar.gz","name":"jdk-8u77-solaris-x64.tar.gz","title":"Solaris x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u77-b03/jdk-8u77-windows-i586.exe","name":"jdk-8u77-windows-i586.exe","title":"Windows x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u77-b03/jdk-8u77-windows-x64.exe","name":"jdk-8u77-windows-x64.exe","title":"Windows x64"}],"licpath":"/technetwork/java/javase/terms/license","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-8u77-oth-JPR","title":"Java SE Development Kit 8u77"},{"files":[{"filepath":"https://download.oracle.com/otn/java/jdk/8u74-b02/jdk-8u74-linux-i586.tar.gz","name":"jdk-8u74-linux-i586.tar.gz","title":"Linux x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u74-b02/jdk-8u74-linux-x64.tar.gz","name":"jdk-8u74-linux-x64.tar.gz","title":"Linux x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u74-b02/jdk-8u74-macosx-x64.dmg","name":"jdk-8u74-macosx-x64.dmg","title":"Mac OS X x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u74-b02/jdk-8u74-solaris-sparcv9.tar.gz","name":"jdk-8u74-solaris-sparcv9.tar.gz","title":"Solaris SPARC 64-bit"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u74-b02/jdk-8u74-solaris-x64.tar.gz","name":"jdk-8u74-solaris-x64.tar.gz","title":"Solaris x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u74-b02/jdk-8u74-windows-i586.exe","name":"jdk-8u74-windows-i586.exe","title":"Windows x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u74-b02/jdk-8u74-windows-x64.exe","name":"jdk-8u74-windows-x64.exe","title":"Windows x64"}],"licpath":"/technetwork/java/javase/terms/license","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-8u74-oth-JPR","title":"Java SE Development Kit 8u74"},{"files":[{"filepath":"https://download.oracle.com/otn/java/jdk/8u73-b02/jdk-8u73-linux-arm32-vfp-hflt.tar.gz","name":"jdk-8u73-linux-arm32-vfp-hflt.tar.gz","title":"Linux ARM v6/v7 Hard Float ABI"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u73-b02/jdk-8u73-linux-arm64-vfp-hflt.tar.gz","name":"jdk-8u73-linux-arm64-vfp-hflt.tar.gz","title":"Linux ARM v6/v7 Hard Float ABI"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u73-b02/jdk-8u73-linux-i586.tar.gz","name":"jdk-8u73-linux-i586.tar.gz","title":"Linux x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u73-b02/jdk-8u73-linux-x64.tar.gz","name":"jdk-8u73-linux-x64.tar.gz","title":"Linux x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u73-b02/jdk-8u73-macosx-x64.dmg","name":"jdk-8u73-macosx-x64.dmg","title":"Mac OS X"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u73-b02/jdk-8u73-solaris-sparcv9.tar.gz","name":"jdk-8u73-solaris-sparcv9.tar.gz","title":"Solaris SPARC 64-bit"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u73-b02/jdk-8u73-solaris-x64.tar.gz","name":"jdk-8u73-solaris-x64.tar.gz","title":"Solaris x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u73-b02/jdk-8u73-windows-i586.exe","name":"jdk-8u73-windows-i586.exe","title":"Windows x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u73-b02/jdk-8u73-windows-x64.exe","name":"jdk-8u73-windows-x64.exe","title":"Windows x64"}],"licpath":"/technetwork/java/javase/terms/license","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-8u73-oth-JPR","title":"Java SE Development Kit 8u73"},{"files":[{"filepath":"https://download.oracle.com/otn/java/jdk/8u72-b15/jdk-8u72-linux-i586.tar.gz","name":"jdk-8u72-linux-i586.tar.gz","title":"Linux x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u72-b15/jdk-8u72-linux-x64.tar.gz","name":"jdk-8u72-linux-x64.tar.gz","title":"Linux x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u72-b15/jdk-8u72-macosx-x64.dmg","name":"jdk-8u72-macosx-x64.dmg","title":"Mac OS X x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u72-b15/jdk-8u72-solaris-sparcv9.tar.gz","name":"jdk-8u72-solaris-sparcv9.tar.gz","title":"Solaris SPARC 64-bit"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u72-b15/jdk-8u72-solaris-x64.tar.gz","name":"jdk-8u72-solaris-x64.tar.gz","title":"Solaris x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u72-b15/jdk-8u72-windows-i586.exe","name":"jdk-8u72-windows-i586.exe","title":"Windows x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u72-b15/jdk-8u72-windows-x64.exe","name":"jdk-8u72-windows-x64.exe","title":"Windows x64"}],"licpath":"/technetwork/java/javase/terms/license","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-8u72-oth-JPR","title":"Java SE Development Kit 8u72"},{"files":[{"filepath":"https://download.oracle.com/otn/java/jdk/8u71-b15/jdk-8u71-linux-arm32-vfp-hflt.tar.gz","name":"jdk-8u71-linux-arm32-vfp-hflt.tar.gz","title":"Linux ARM 32 Hard Float ABI"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u71-b15/jdk-8u71-linux-arm64-vfp-hflt.tar.gz","name":"jdk-8u71-linux-arm64-vfp-hflt.tar.gz","title":"Linux ARM 64 Hard Float ABI"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u71-b15/jdk-8u71-linux-i586.tar.gz","name":"jdk-8u71-linux-i586.tar.gz","title":"Linux x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u71-b15/jdk-8u71-linux-x64.tar.gz","name":"jdk-8u71-linux-x64.tar.gz","title":"Linux x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u71-b15/jdk-8u71-macosx-x64.dmg","name":"jdk-8u71-macosx-x64.dmg","title":"Mac OS X"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u71-b15/jdk-8u71-solaris-sparcv9.tar.gz","name":"jdk-8u71-solaris-sparcv9.tar.gz","title":"Solaris SPARC 64-bit"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u71-b15/jdk-8u71-solaris-x64.tar.gz","name":"jdk-8u71-solaris-x64.tar.gz","title":"Solaris x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u71-b15/jdk-8u71-windows-i586.exe","name":"jdk-8u71-windows-i586.exe","title":"Windows x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u71-b15/jdk-8u71-windows-x64.exe","name":"jdk-8u71-windows-x64.exe","title":"Windows x64"}],"licpath":"/technetwork/java/javase/terms/license","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-8u71-oth-JPR","title":"Java SE Development Kit 8u71"},{"files":[{"filepath":"https://download.oracle.com/otn/java/jdk/8u66-b17/jdk-8u66-linux-i586.tar.gz","name":"jdk-8u66-linux-i586.tar.gz","title":"Linux x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u66-b17/jdk-8u66-linux-x64.tar.gz","name":"jdk-8u66-linux-x64.tar.gz","title":"Linux x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u66-b17/jdk-8u66-macosx-x64.dmg","name":"jdk-8u66-macosx-x64.dmg","title":"Mac OS X x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u66-b17/jdk-8u66-solaris-sparcv9.tar.gz","name":"jdk-8u66-solaris-sparcv9.tar.gz","title":"Solaris SPARC 64-bit"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u66-b17/jdk-8u66-solaris-x64.tar.gz","name":"jdk-8u66-solaris-x64.tar.gz","title":"Solaris x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u66-b18/jdk-8u66-windows-i586.exe","name":"jdk-8u66-windows-i586.exe","title":"Windows x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u66-b18/jdk-8u66-windows-x64.exe","name":"jdk-8u66-windows-x64.exe","title":"Windows x64"}],"licpath":"/technetwork/java/javase/terms/license","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-8u66-oth-JPR","title":"Java SE Development Kit 8u66"},{"files":[{"filepath":"https://download.oracle.com/otn/java/jdk/8u65-b17/jdk-8u65-linux-arm32-vfp-hflt.tar.gz","name":"jdk-8u65-linux-arm32-vfp-hflt.tar.gz","title":"Linux ARM v6/v7 Hard Float ABI"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u65-b17/jdk-8u65-linux-arm64-vfp-hflt.tar.gz","name":"jdk-8u65-linux-arm64-vfp-hflt.tar.gz","title":"Linux ARM v6/v7 Hard Float ABI"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u65-b17/jdk-8u65-linux-i586.tar.gz","name":"jdk-8u65-linux-i586.tar.gz","title":"Linux x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u65-b17/jdk-8u65-linux-x64.tar.gz","name":"jdk-8u65-linux-x64.tar.gz","title":"Linux x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u65-b17/jdk-8u65-macosx-x64.dmg","name":"jdk-8u65-macosx-x64.dmg","title":"Mac OS X x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u65-b17/jdk-8u65-solaris-sparcv9.tar.gz","name":"jdk-8u65-solaris-sparcv9.tar.gz","title":"Solaris SPARC 64-bit"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u65-b17/jdk-8u65-solaris-x64.tar.gz","name":"jdk-8u65-solaris-x64.tar.gz","title":"Solaris x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u65-b17/jdk-8u65-windows-i586.exe","name":"jdk-8u65-windows-i586.exe","title":"Windows x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u65-b17/jdk-8u65-windows-x64.exe","name":"jdk-8u65-windows-x64.exe","title":"Windows x64"}],"licpath":"/technetwork/java/javase/terms/license","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-8u65-oth-JPR","title":"Java SE Development Kit 8u65"},{"files":[{"filepath":"https://download.oracle.com/otn/java/jdk/8u60-b27/jdk-8u60-linux-arm32-vfp-hflt.tar.gz","name":"jdk-8u60-linux-arm32-vfp-hflt.tar.gz","title":"Linux ARM v6/v7 Hard Float ABI"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u60-b27/jdk-8u60-linux-arm64-vfp-hflt.tar.gz","name":"jdk-8u60-linux-arm64-vfp-hflt.tar.gz","title":"Linux ARM v6/v7 Hard Float ABI"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u60-b27/jdk-8u60-linux-i586.tar.gz","name":"jdk-8u60-linux-i586.tar.gz","title":"Linux x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u60-b27/jdk-8u60-linux-x64.tar.gz","name":"jdk-8u60-linux-x64.tar.gz","title":"Linux x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u60-b27/jdk-8u60-macosx-x64.dmg","name":"jdk-8u60-macosx-x64.dmg","title":"Mac OS X x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u60-b27/jdk-8u60-solaris-sparcv9.tar.gz","name":"jdk-8u60-solaris-sparcv9.tar.gz","title":"Solaris SPARC 64-bit"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u60-b27/jdk-8u60-solaris-x64.tar.gz","name":"jdk-8u60-solaris-x64.tar.gz","title":"Solaris x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u60-b27/jdk-8u60-windows-i586.exe","name":"jdk-8u60-windows-i586.exe","title":"Windows x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u60-b27/jdk-8u60-windows-x64.exe","name":"jdk-8u60-windows-x64.exe","title":"Windows x64"}],"licpath":"/technetwork/java/javase/terms/license","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-8u60-oth-JPR","title":"Java SE Development Kit 8u60"},{"files":[{"filepath":"https://download.oracle.com/otn/java/jdk/8u51-b16/jdk-8u51-linux-i586.tar.gz","name":"jdk-8u51-linux-i586.tar.gz","title":"Linux x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u51-b16/jdk-8u51-linux-x64.tar.gz","name":"jdk-8u51-linux-x64.tar.gz","title":"Linux x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u51-b16/jdk-8u51-macosx-x64.dmg","name":"jdk-8u51-macosx-x64.dmg","title":"Mac OS X x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u51-b16/jdk-8u51-solaris-sparcv9.tar.gz","name":"jdk-8u51-solaris-sparcv9.tar.gz","title":"Solaris SPARC 64-bit"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u51-b16/jdk-8u51-solaris-x64.tar.gz","name":"jdk-8u51-solaris-x64.tar.gz","title":"Solaris x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u51-b16/jdk-8u51-windows-i586.exe","name":"jdk-8u51-windows-i586.exe","title":"Windows x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u51-b16/jdk-8u51-windows-x64.exe","name":"jdk-8u51-windows-x64.exe","title":"Windows x64"}],"licpath":"/technetwork/java/javase/terms/license","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-8u51-oth-JPR","title":"Java SE Development Kit 8u51"},{"files":[{"filepath":"https://download.oracle.com/otn/java/jdk/8u45-b14/jdk-8u45-linux-i586.tar.gz","name":"jdk-8u45-linux-i586.tar.gz","title":"Linux x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u45-b14/jdk-8u45-linux-x64.tar.gz","name":"jdk-8u45-linux-x64.tar.gz","title":"Linux x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u45-b14/jdk-8u45-macosx-x64.dmg","name":"jdk-8u45-macosx-x64.dmg","title":"Mac OS X x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u45-b14/jdk-8u45-solaris-sparcv9.tar.gz","name":"jdk-8u45-solaris-sparcv9.tar.gz","title":"Solaris SPARC 64-bit"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u45-b14/jdk-8u45-solaris-x64.tar.gz","name":"jdk-8u45-solaris-x64.tar.gz","title":"Solaris x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u45-b15/jdk-8u45-windows-i586.exe","name":"jdk-8u45-windows-i586.exe","title":"Windows x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u45-b15/jdk-8u45-windows-x64.exe","name":"jdk-8u45-windows-x64.exe","title":"Windows x64"}],"licpath":"/technetwork/java/javase/terms/license","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-8u45-oth-JPR","title":"Java SE Development Kit 8u45"},{"files":[{"filepath":"https://download.oracle.com/otn/java/jdk/8u40-b26/jdk-8u40-linux-i586.tar.gz","name":"jdk-8u40-linux-i586.tar.gz","title":"Linux x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u40-b26/jdk-8u40-linux-x64.tar.gz","name":"jdk-8u40-linux-x64.tar.gz","title":"Linux x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u40-b27/jdk-8u40-macosx-x64.dmg","name":"jdk-8u40-macosx-x64.dmg","title":"Mac OS X x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u40-b26/jdk-8u40-solaris-sparcv9.tar.gz","name":"jdk-8u40-solaris-sparcv9.tar.gz","title":"Solaris SPARC 64-bit"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u40-b26/jdk-8u40-solaris-x64.tar.gz","name":"jdk-8u40-solaris-x64.tar.gz","title":"Solaris x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u40-b26/jdk-8u40-windows-i586.exe","name":"jdk-8u40-windows-i586.exe","title":"Windows x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u40-b26/jdk-8u40-windows-x64.exe","name":"jdk-8u40-windows-x64.exe","title":"Windows x64"}],"licpath":"/technetwork/java/javase/terms/license","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-8u40-oth-JPR","title":"Java SE Development Kit 8u40"},{"files":[{"filepath":"https://download.oracle.com/otn/java/jdk/8u31-b13/jdk-8u31-linux-i586.tar.gz","name":"jdk-8u31-linux-i586.tar.gz","title":"Linux x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u31-b13/jdk-8u31-linux-x64.tar.gz","name":"jdk-8u31-linux-x64.tar.gz","title":"Linux x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u31-b13/jdk-8u31-macosx-x64.dmg","name":"jdk-8u31-macosx-x64.dmg","title":"Mac OS X x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u31-b13/jdk-8u31-solaris-sparcv9.tar.gz","name":"jdk-8u31-solaris-sparcv9.tar.gz","title":"Solaris SPARC 64-bit"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u31-b13/jdk-8u31-solaris-x64.tar.gz","name":"jdk-8u31-solaris-x64.tar.gz","title":"Solaris x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u31-b13/jdk-8u31-windows-i586.exe","name":"jdk-8u31-windows-i586.exe","title":"Windows x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u31-b13/jdk-8u31-windows-x64.exe","name":"jdk-8u31-windows-x64.exe","title":"Windows x64"}],"licpath":"/technetwork/java/javase/terms/license","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-8u31-oth-JPR","title":"Java SE Development Kit 8u31"},{"files":[{"filepath":"https://download.oracle.com/otn/java/jdk/8u25-b17/jdk-8u25-linux-i586.tar.gz","name":"jdk-8u25-linux-i586.tar.gz","title":"Linux x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u25-b17/jdk-8u25-linux-x64.tar.gz","name":"jdk-8u25-linux-x64.tar.gz","title":"Linux x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u25-b17/jdk-8u25-macosx-x64.dmg","name":"jdk-8u25-macosx-x64.dmg","title":"Mac OS X x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u25-b17/jdk-8u25-solaris-sparcv9.tar.gz","name":"jdk-8u25-solaris-sparcv9.tar.gz","title":"Solaris SPARC 64-bit"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u25-b17/jdk-8u25-solaris-x64.tar.gz","name":"jdk-8u25-solaris-x64.tar.gz","title":"Solaris x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u25-b18/jdk-8u25-windows-i586.exe","name":"jdk-8u25-windows-i586.exe","title":"Windows x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u25-b18/jdk-8u25-windows-x64.exe","name":"jdk-8u25-windows-x64.exe","title":"Windows x64"}],"licpath":"/technetwork/java/javase/terms/license","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-8u25-oth-JPR","title":"Java SE Development Kit 8u25"},{"files":[{"filepath":"https://download.oracle.com/otn/java/jdk/8u20-b26/jdk-8u20-linux-i586.tar.gz","name":"jdk-8u20-linux-i586.tar.gz","title":"Linux x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u20-b26/jdk-8u20-linux-x64.tar.gz","name":"jdk-8u20-linux-x64.tar.gz","title":"Linux x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u20-b26/jdk-8u20-macosx-x64.dmg","name":"jdk-8u20-macosx-x64.dmg","title":"Mac OS X x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u20-b26/jdk-8u20-solaris-sparcv9.tar.gz","name":"jdk-8u20-solaris-sparcv9.tar.gz","title":"Solaris SPARC 64-bit"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u20-b26/jdk-8u20-solaris-x64.tar.gz","name":"jdk-8u20-solaris-x64.tar.gz","title":"Solaris x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u20-b26/jdk-8u20-windows-i586.exe","name":"jdk-8u20-windows-i586.exe","title":"Windows x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u20-b26/jdk-8u20-windows-x64.exe","name":"jdk-8u20-windows-x64.exe","title":"Windows x64"}],"licpath":"/technetwork/java/javase/terms/license","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-8u20-oth-JPR","title":"Java SE Development Kit 8u20"},{"files":[{"filepath":"https://download.oracle.com/otn/java/jdk/8u11-b12/jdk-8u11-linux-i586.tar.gz","name":"jdk-8u11-linux-i586.tar.gz","title":"Linux x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u11-b12/jdk-8u11-linux-x64.tar.gz","name":"jdk-8u11-linux-x64.tar.gz","title":"Linux x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u11-b12/jdk-8u11-macosx-x64.dmg","name":"jdk-8u11-macosx-x64.dmg","title":"Mac OS X x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u11-b12/jdk-8u11-solaris-sparcv9.tar.gz","name":"jdk-8u11-solaris-sparcv9.tar.gz","title":"Solaris SPARC 64-bit"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u11-b12/jdk-8u11-solaris-x64.tar.gz","name":"jdk-8u11-solaris-x64.tar.gz","title":"Solaris x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u11-b12/jdk-8u11-windows-i586.exe","name":"jdk-8u11-windows-i586.exe","title":"Windows x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u11-b12/jdk-8u11-windows-x64.exe","name":"jdk-8u11-windows-x64.exe","title":"Windows x64"}],"licpath":"/technetwork/java/javase/terms/license","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-8u11-oth-JPR","title":"Java SE Development Kit 8u11"},{"files":[{"filepath":"https://download.oracle.com/otn/java/jdk/8u5-b13/jdk-8u5-linux-i586.tar.gz","name":"jdk-8u5-linux-i586.tar.gz","title":"Linux x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u5-b13/jdk-8u5-linux-x64.tar.gz","name":"jdk-8u5-linux-x64.tar.gz","title":"Linux x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u5-b13/jdk-8u5-macosx-x64.dmg","name":"jdk-8u5-macosx-x64.dmg","title":"Mac OS X x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u5-b13/jdk-8u5-solaris-sparcv9.tar.gz","name":"jdk-8u5-solaris-sparcv9.tar.gz","title":"Solaris SPARC 64-bit"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u5-b13/jdk-8u5-solaris-x64.tar.gz","name":"jdk-8u5-solaris-x64.tar.gz","title":"Solaris x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u5-b13/jdk-8u5-windows-i586.exe","name":"jdk-8u5-windows-i586.exe","title":"Windows x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/8u5-b13/jdk-8u5-windows-x64.exe","name":"jdk-8u5-windows-x64.exe","title":"Windows x64"}],"licpath":"/technetwork/java/javase/terms/bcl-javase-366864.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-8u5-oth-JPR","title":"Java SE Development Kit 8u5"},{"files":[{"filepath":"https://download.oracle.com/otn/java/jdk/8-b132/jdk-8-linux-arm-vfp-hflt.tar.gz","name":"jdk-8-linux-arm-vfp-hflt.tar.gz","title":"Linux ARM v6/v7 Hard Float ABI"},{"filepath":"https://download.oracle.com/otn/java/jdk/8-b132/jdk-8-linux-i586.tar.gz","name":"jdk-8-linux-i586.tar.gz","title":"Linux x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/8-b132/jdk-8-linux-x64.tar.gz","name":"jdk-8-linux-x64.tar.gz","title":"Linux x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/8-b132/jdk-8-macosx-x64.dmg","name":"jdk-8-macosx-x64.dmg","title":"Mac OS X x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/8-b132/jdk-8-solaris-sparcv9.tar.gz","name":"jdk-8-solaris-sparcv9.tar.gz","title":"Solaris SPARC 64-bit"},{"filepath":"https://download.oracle.com/otn/java/jdk/8-b132/jdk-8-solaris-x64.tar.gz","name":"jdk-8-solaris-x64.tar.gz","title":"Solaris x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/8-b132/jdk-8-windows-i586.exe","name":"jdk-8-windows-i586.exe","title":"Windows x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/8-b132/jdk-8-windows-x64.exe","name":"jdk-8-windows-x64.exe","title":"Windows x64"}],"licpath":"/technetwork/java/javase/terms/bcl-javase-366864.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-8-oth-JPR","title":"Java SE Development Kit 8"}]},{"name":"JDK 7","releases":[{"files":[{"filepath":"https://download.oracle.com/otn/java/jdk/7u80-b15/jdk-7u80-linux-i586.tar.gz","name":"jdk-7u80-linux-i586.tar.gz","title":"Linux x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u80-b15/jdk-7u80-linux-x64.tar.gz","name":"jdk-7u80-linux-x64.tar.gz","title":"Linux x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u80-b15/jdk-7u80-macosx-x64.dmg","name":"jdk-7u80-macosx-x64.dmg","title":"Mac OS X x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u80-b15/jdk-7u80-solaris-i586.tar.gz","name":"jdk-7u80-solaris-i586.tar.gz","title":"Solaris x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u80-b15/jdk-7u80-solaris-sparc.tar.gz","name":"jdk-7u80-solaris-sparc.tar.gz","title":"Solaris SPARC"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u80-b15/jdk-7u80-solaris-sparcv9.tar.gz","name":"jdk-7u80-solaris-sparcv9.tar.gz","title":"Solaris SPARC 64-bit"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u80-b15/jdk-7u80-solaris-x64.tar.gz","name":"jdk-7u80-solaris-x64.tar.gz","title":"Solaris x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u80-b15/jdk-7u80-windows-i586.exe","name":"jdk-7u80-windows-i586.exe","title":"Windows x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u80-b15/jdk-7u80-windows-x64.exe","name":"jdk-7u80-windows-x64.exe","title":"Windows x64"}],"licpath":"/technetwork/java/javase/terms/javase7-license-3976698.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-7u80-oth-JPR","title":"Java SE Development Kit 7u80"},{"files":[{"filepath":"https://download.oracle.com/otn/java/jdk/7u79-b15/jdk-7u79-linux-i586.tar.gz","name":"jdk-7u79-linux-i586.tar.gz","title":"Linux x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u79-b15/jdk-7u79-linux-x64.tar.gz","name":"jdk-7u79-linux-x64.tar.gz","title":"Linux x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u79-b15/jdk-7u79-macosx-x64.dmg","name":"jdk-7u79-macosx-x64.dmg","title":"Mac OS X x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u79-b15/jdk-7u79-solaris-i586.tar.gz","name":"jdk-7u79-solaris-i586.tar.gz","title":"Solaris x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u79-b15/jdk-7u79-solaris-sparc.tar.gz","name":"jdk-7u79-solaris-sparc.tar.gz","title":"Solaris SPARC"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u79-b15/jdk-7u79-solaris-sparcv9.tar.gz","name":"jdk-7u79-solaris-sparcv9.tar.gz","title":"Solaris SPARC 64-bit"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u79-b15/jdk-7u79-solaris-x64.tar.gz","name":"jdk-7u79-solaris-x64.tar.gz","title":"Solaris x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u79-b15/jdk-7u79-windows-i586.exe","name":"jdk-7u79-windows-i586.exe","title":"Windows x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u79-b15/jdk-7u79-windows-x64.exe","name":"jdk-7u79-windows-x64.exe","title":"Windows x64"}],"licpath":"/technetwork/java/javase/terms/javase7-license-3976698.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-7u79-oth-JPR","title":"Java SE Development Kit 7u79"},{"files":[{"filepath":"https://download.oracle.com/otn/java/jdk/7u76-b13/jdk-7u76-linux-i586.tar.gz","name":"jdk-7u76-linux-i586.tar.gz","title":"Linux x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u76-b13/jdk-7u76-linux-x64.tar.gz","name":"jdk-7u76-linux-x64.tar.gz","title":"Linux x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u76-b13/jdk-7u76-macosx-x64.dmg","name":"jdk-7u76-macosx-x64.dmg","title":"Mac OS X x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u76-b13/jdk-7u76-solaris-i586.tar.gz","name":"jdk-7u76-solaris-i586.tar.gz","title":"Solaris x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u76-b13/jdk-7u76-solaris-sparc.tar.gz","name":"jdk-7u76-solaris-sparc.tar.gz","title":"Solaris SPARC"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u76-b13/jdk-7u76-solaris-sparcv9.tar.gz","name":"jdk-7u76-solaris-sparcv9.tar.gz","title":"Solaris SPARC 64-bit"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u76-b13/jdk-7u76-solaris-x64.tar.gz","name":"jdk-7u76-solaris-x64.tar.gz","title":"Solaris x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u76-b13/jdk-7u76-windows-i586.exe","name":"jdk-7u76-windows-i586.exe","title":"Windows x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u76-b13/jdk-7u76-windows-x64.exe","name":"jdk-7u76-windows-x64.exe","title":"Windows x64"}],"licpath":"/technetwork/java/javase/terms/javase7-license-3976698.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-7u76-oth-JPR","title":"Java SE Development Kit 7u76"},{"files":[{"filepath":"https://download.oracle.com/otn/java/jdk/7u75-b13/jdk-7u75-linux-arm-vfp-hflt.tar.gz","name":"jdk-7u75-linux-arm-vfp-hflt.tar.gz","title":"Linux ARM v6/v7 Hard Float ABI"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u75-b13/jdk-7u75-linux-arm-vfp-sflt.tar.gz","name":"jdk-7u75-linux-arm-vfp-sflt.tar.gz","title":"Linux ARM v6/v7 Soft Float ABI"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u75-b13/jdk-7u75-linux-i586.tar.gz","name":"jdk-7u75-linux-i586.tar.gz","title":"Linux x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u75-b13/jdk-7u75-linux-x64.tar.gz","name":"jdk-7u75-linux-x64.tar.gz","title":"Linux x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u75-b13/jdk-7u75-macosx-x64.dmg","name":"jdk-7u75-macosx-x64.dmg","title":"Mac OS X x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u75-b13/jdk-7u75-solaris-i586.tar.gz","name":"jdk-7u75-solaris-i586.tar.gz","title":"Solaris x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u75-b13/jdk-7u75-solaris-sparc.tar.gz","name":"jdk-7u75-solaris-sparc.tar.gz","title":"Solaris SPARC"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u75-b13/jdk-7u75-solaris-sparcv9.tar.gz","name":"jdk-7u75-solaris-sparcv9.tar.gz","title":"Solaris SPARC 64-bit"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u75-b13/jdk-7u75-solaris-x64.tar.gz","name":"jdk-7u75-solaris-x64.tar.gz","title":"Solaris x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u75-b13/jdk-7u75-windows-i586.exe","name":"jdk-7u75-windows-i586.exe","title":"Windows x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u75-b13/jdk-7u75-windows-x64.exe","name":"jdk-7u75-windows-x64.exe","title":"Windows x64"}],"licpath":"/technetwork/java/javase/terms/javase7-license-3976698.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-7u75-oth-JPR","title":"Java SE Development Kit 7u75"},{"files":[{"filepath":"https://download.oracle.com/otn/java/jdk/7u72-b14/jdk-7u72-linux-arm-vfp-hflt.tar.gz","name":"jdk-7u72-linux-arm-vfp-hflt.tar.gz","title":"Linux ARM v6/v7 Hard Float ABI"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u72-b14/jdk-7u72-linux-arm-vfp-sflt.tar.gz","name":"jdk-7u72-linux-arm-vfp-sflt.tar.gz","title":"Linux ARM v6/v7 Soft Float ABI"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u72-b14/jdk-7u72-linux-i586.tar.gz","name":"jdk-7u72-linux-i586.tar.gz","title":"Linux x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u72-b14/jdk-7u72-linux-x64.tar.gz","name":"jdk-7u72-linux-x64.tar.gz","title":"Linux x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u72-b14/jdk-7u72-macosx-x64.dmg","name":"jdk-7u72-macosx-x64.dmg","title":"Mac OS X x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u72-b14/jdk-7u72-solaris-i586.tar.gz","name":"jdk-7u72-solaris-i586.tar.gz","title":"Solaris x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u72-b14/jdk-7u72-solaris-sparc.tar.gz","name":"jdk-7u72-solaris-sparc.tar.gz","title":"Solaris SPARC"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u72-b14/jdk-7u72-solaris-sparcv9.tar.gz","name":"jdk-7u72-solaris-sparcv9.tar.gz","title":"Solaris SPARC 64-bit"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u72-b14/jdk-7u72-solaris-x64.tar.gz","name":"jdk-7u72-solaris-x64.tar.gz","title":"Solaris x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u72-b14/jdk-7u72-windows-i586.exe","name":"jdk-7u72-windows-i586.exe","title":"Windows x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u72-b14/jdk-7u72-windows-x64.exe","name":"jdk-7u72-windows-x64.exe","title":"Windows x64"}],"licpath":"/technetwork/java/javase/terms/javase7-license-3976698.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-7u72-oth-JPR","title":"Java SE Development Kit 7u72"},{"files":[{"filepath":"https://download.oracle.com/otn/java/jdk/7u71-b14/jdk-7u71-linux-arm-vfp-hflt.tar.gz","name":"jdk-7u71-linux-arm-vfp-hflt.tar.gz","title":"Linux ARM v6/v7 Hard Float ABI"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u71-b14/jdk-7u71-linux-arm-vfp-sflt.tar.gz","name":"jdk-7u71-linux-arm-vfp-sflt.tar.gz","title":"Linux ARM v6/v7 Soft Float ABI"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u71-b14/jdk-7u71-linux-i586.tar.gz","name":"jdk-7u71-linux-i586.tar.gz","title":"Linux x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u71-b14/jdk-7u71-linux-x64.tar.gz","name":"jdk-7u71-linux-x64.tar.gz","title":"Linux x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u71-b14/jdk-7u71-macosx-x64.dmg","name":"jdk-7u71-macosx-x64.dmg","title":"Mac OS X x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u71-b14/jdk-7u71-solaris-i586.tar.gz","name":"jdk-7u71-solaris-i586.tar.gz","title":"Solaris x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u71-b14/jdk-7u71-solaris-sparc.tar.gz","name":"jdk-7u71-solaris-sparc.tar.gz","title":"Solaris SPARC"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u71-b14/jdk-7u71-solaris-sparcv9.tar.gz","name":"jdk-7u71-solaris-sparcv9.tar.gz","title":"Solaris SPARC 64-bit"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u71-b14/jdk-7u71-solaris-x64.tar.gz","name":"jdk-7u71-solaris-x64.tar.gz","title":"Solaris x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u71-b14/jdk-7u71-windows-i586.exe","name":"jdk-7u71-windows-i586.exe","title":"Windows x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u71-b14/jdk-7u71-windows-x64.exe","name":"jdk-7u71-windows-x64.exe","title":"Windows x64"}],"licpath":"/technetwork/java/javase/terms/javase7-license-3976698.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-7u71-oth-JPR","title":"Java SE Development Kit 7u71"},{"files":[{"filepath":"https://download.oracle.com/otn/java/jdk/7u67-b01/jdk-7u67-linux-i586.tar.gz","name":"jdk-7u67-linux-i586.tar.gz","title":"Linux x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u67-b01/jdk-7u67-linux-x64.tar.gz","name":"jdk-7u67-linux-x64.tar.gz","title":"Linux x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u67-b01/jdk-7u67-macosx-x64.dmg","name":"jdk-7u67-macosx-x64.dmg","title":"Mac OS X x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u67-b01/jdk-7u67-solaris-i586.tar.gz","name":"jdk-7u67-solaris-i586.tar.gz","title":"Solaris x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u67-b01/jdk-7u67-solaris-sparc.tar.gz","name":"jdk-7u67-solaris-sparc.tar.gz","title":"Solaris SPARC"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u67-b01/jdk-7u67-solaris-sparcv9.tar.gz","name":"jdk-7u67-solaris-sparcv9.tar.gz","title":"Solaris SPARC 64-bit"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u67-b01/jdk-7u67-solaris-x64.tar.gz","name":"jdk-7u67-solaris-x64.tar.gz","title":"Solaris x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u67-b01/jdk-7u67-windows-i586.exe","name":"jdk-7u67-windows-i586.exe","title":"Windows x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u67-b01/jdk-7u67-windows-x64.exe","name":"jdk-7u67-windows-x64.exe","title":"Windows x64"}],"licpath":"/technetwork/java/javase/terms/javase7-license-3976698.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-7u67-oth-JPR","title":"Java SE Development Kit 7u67"},{"files":[{"filepath":"https://download.oracle.com/otn/java/jdk/7u65-b17/jdk-7u65-linux-i586.tar.gz","name":"jdk-7u65-linux-i586.tar.gz","title":"Linux x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u65-b17/jdk-7u65-linux-x64.tar.gz","name":"jdk-7u65-linux-x64.tar.gz","title":"Linux x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u65-b17/jdk-7u65-macosx-x64.dmg","name":"jdk-7u65-macosx-x64.dmg","title":"Mac OS X x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u65-b17/jdk-7u65-solaris-i586.tar.gz","name":"jdk-7u65-solaris-i586.tar.gz","title":"Solaris x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u65-b17/jdk-7u65-solaris-sparc.tar.gz","name":"jdk-7u65-solaris-sparc.tar.gz","title":"Solaris SPARC"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u65-b17/jdk-7u65-solaris-sparcv9.tar.gz","name":"jdk-7u65-solaris-sparcv9.tar.gz","title":"Solaris SPARC 64-bit"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u65-b17/jdk-7u65-solaris-x64.tar.gz","name":"jdk-7u65-solaris-x64.tar.gz","title":"Solaris x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u65-b20/jdk-7u65-windows-i586.exe","name":"jdk-7u65-windows-i586.exe","title":"Windows x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u65-b20/jdk-7u65-windows-x64.exe","name":"jdk-7u65-windows-x64.exe","title":"Windows x64"}],"licpath":"/technetwork/java/javase/terms/javase7-license-3976698.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-7u65-oth-JPR","title":"Java SE Development Kit 7u65"},{"files":[{"filepath":"https://download.oracle.com/otn/java/jdk/7u60-b19/jdk-7u60-linux-arm-vfp-hflt.tar.gz","name":"jdk-7u60-linux-arm-vfp-hflt.tar.gz","title":"Linux ARM v6/v7 Hard Float ABI"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u60-b19/jdk-7u60-linux-arm-vfp-sflt.tar.gz","name":"jdk-7u60-linux-arm-vfp-sflt.tar.gz","title":"Linux ARM v6/v7 Soft Float ABI"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u60-b19/jdk-7u60-linux-i586.tar.gz","name":"jdk-7u60-linux-i586.tar.gz","title":"Linux x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u60-b19/jdk-7u60-linux-x64.tar.gz","name":"jdk-7u60-linux-x64.tar.gz","title":"Linux x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u60-b19/jdk-7u60-macosx-x64.dmg","name":"jdk-7u60-macosx-x64.dmg","title":"Mac OS X x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u60-b19/jdk-7u60-solaris-i586.tar.gz","name":"jdk-7u60-solaris-i586.tar.gz","title":"Solaris x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u60-b19/jdk-7u60-solaris-sparc.tar.gz","name":"jdk-7u60-solaris-sparc.tar.gz","title":"Solaris SPARC"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u60-b19/jdk-7u60-solaris-sparcv9.tar.gz","name":"jdk-7u60-solaris-sparcv9.tar.gz","title":"Solaris SPARC 64-bit"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u60-b19/jdk-7u60-solaris-x64.tar.gz","name":"jdk-7u60-solaris-x64.tar.gz","title":"Solaris x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u60-b19/jdk-7u60-windows-i586.exe","name":"jdk-7u60-windows-i586.exe","title":"Windows x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u60-b19/jdk-7u60-windows-x64.exe","name":"jdk-7u60-windows-x64.exe","title":"Windows x64"}],"licpath":"/technetwork/java/javase/terms/javase7-license-3976698.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-7u60-oth-JPR","title":"Java SE Development Kit 7u60"},{"files":[{"filepath":"https://download.oracle.com/otn/java/jdk/7u55-b13/jdk-7u55-linux-i586.tar.gz","name":"jdk-7u55-linux-i586.tar.gz","title":"Linux x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u55-b13/jdk-7u55-linux-x64.tar.gz","name":"jdk-7u55-linux-x64.tar.gz","title":"Linux x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u55-b13/jdk-7u55-macosx-x64.dmg","name":"jdk-7u55-macosx-x64.dmg","title":"Mac OS X x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u55-b13/jdk-7u55-solaris-i586.tar.gz","name":"jdk-7u55-solaris-i586.tar.gz","title":"Solaris x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u55-b13/jdk-7u55-solaris-sparc.tar.gz","name":"jdk-7u55-solaris-sparc.tar.gz","title":"Solaris SPARC"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u55-b13/jdk-7u55-solaris-sparcv9.tar.gz","name":"jdk-7u55-solaris-sparcv9.tar.gz","title":"Solaris SPARC 64-bit"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u55-b13/jdk-7u55-solaris-x64.tar.gz","name":"jdk-7u55-solaris-x64.tar.gz","title":"Solaris x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u55-b13/jdk-7u55-windows-i586.exe","name":"jdk-7u55-windows-i586.exe","title":"Windows x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u55-b13/jdk-7u55-windows-x64.exe","name":"jdk-7u55-windows-x64.exe","title":"Windows x64"}],"licpath":"/technetwork/java/javase/terms/javase7-license-3976698.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-7u55-oth-JPR","title":"Java SE Development Kit 7u55"},{"files":[{"filepath":"https://download.oracle.com/otn/java/jdk/7u51-b13/jdk-7u51-linux-arm-vfp-hflt.tar.gz","name":"jdk-7u51-linux-arm-vfp-hflt.tar.gz","title":"Linux ARM v6/v7 Hard Float ABI"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u51-b13/jdk-7u51-linux-arm-vfp-sflt.tar.gz","name":"jdk-7u51-linux-arm-vfp-sflt.tar.gz","title":"Linux ARM v6/v7 Soft Float ABI"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u51-b13/jdk-7u51-linux-i586.tar.gz","name":"jdk-7u51-linux-i586.tar.gz","title":"Linux x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u51-b13/jdk-7u51-linux-x64.tar.gz","name":"jdk-7u51-linux-x64.tar.gz","title":"Linux x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u51-b13/jdk-7u51-macosx-x64.dmg","name":"jdk-7u51-macosx-x64.dmg","title":"Mac OS X x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u51-b13/jdk-7u51-solaris-i586.tar.gz","name":"jdk-7u51-solaris-i586.tar.gz","title":"Solaris x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u51-b13/jdk-7u51-solaris-sparc.tar.gz","name":"jdk-7u51-solaris-sparc.tar.gz","title":"Solaris SPARC"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u51-b13/jdk-7u51-solaris-sparcv9.tar.gz","name":"jdk-7u51-solaris-sparcv9.tar.gz","title":"Solaris SPARC 64-bit"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u51-b13/jdk-7u51-solaris-x64.tar.gz","name":"jdk-7u51-solaris-x64.tar.gz","title":"Solaris x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u51-b13/jdk-7u51-windows-i586.exe","name":"jdk-7u51-windows-i586.exe","title":"Windows x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u51-b13/jdk-7u51-windows-x64.exe","name":"jdk-7u51-windows-x64.exe","title":"Windows x64"}],"licpath":"/technetwork/java/javase/terms/javase7-license-3976698.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-7u51-oth-JPR","title":"Java SE Development Kit 7u51"},{"files":[{"filepath":"https://download.oracle.com/otn/java/jdk/7u45-b18/jdk-7u45-linux-arm-vfp-hflt.tar.gz","name":"jdk-7u45-linux-arm-vfp-hflt.tar.gz","title":"Linux ARM v6/v7 Hard Float ABI"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u45-b18/jdk-7u45-linux-arm-vfp-sflt.tar.gz","name":"jdk-7u45-linux-arm-vfp-sflt.tar.gz","title":"Linux ARM v6/v7 Soft Float ABI"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u45-b18/jdk-7u45-linux-i586.tar.gz","name":"jdk-7u45-linux-i586.tar.gz","title":"Linux x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u45-b18/jdk-7u45-linux-x64.tar.gz","name":"jdk-7u45-linux-x64.tar.gz","title":"Linux x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u45-b18/jdk-7u45-macosx-x64.dmg","name":"jdk-7u45-macosx-x64.dmg","title":"Mac OS X x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u45-b18/jdk-7u45-solaris-i586.tar.gz","name":"jdk-7u45-solaris-i586.tar.gz","title":"Solaris x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u45-b18/jdk-7u45-solaris-sparc.tar.gz","name":"jdk-7u45-solaris-sparc.tar.gz","title":"Solaris SPARC"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u45-b18/jdk-7u45-solaris-sparcv9.tar.gz","name":"jdk-7u45-solaris-sparcv9.tar.gz","title":"Solaris SPARC 64-bit"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u45-b18/jdk-7u45-solaris-x64.tar.gz","name":"jdk-7u45-solaris-x64.tar.gz","title":"Solaris x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u45-b18/jdk-7u45-windows-i586.exe","name":"jdk-7u45-windows-i586.exe","title":"Windows x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u45-b18/jdk-7u45-windows-x64.exe","name":"jdk-7u45-windows-x64.exe","title":"Windows x64"}],"licpath":"/technetwork/java/javase/terms/javase7-license-3976698.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-7u45-oth-JPR","title":"Java SE Development Kit 7u45"},{"files":[{"filepath":"https://download.oracle.com/otn/java/jdk/7u40-b43/jdk-7u40-linux-arm-vfp-hflt.tar.gz","name":"jdk-7u40-linux-arm-vfp-hflt.tar.gz","title":"Linux ARM v7 Hard Float ABI"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u40-b43/jdk-7u40-linux-arm-vfp-sflt.tar.gz","name":"jdk-7u40-linux-arm-vfp-sflt.tar.gz","title":"Linux ARM v6/v7 Soft Float ABI"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u40-b43/jdk-7u40-linux-i586.tar.gz","name":"jdk-7u40-linux-i586.tar.gz","title":"Linux x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u40-b43/jdk-7u40-linux-x64.tar.gz","name":"jdk-7u40-linux-x64.tar.gz","title":"Linux x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u40-b43/jdk-7u40-macosx-x64.dmg","name":"jdk-7u40-macosx-x64.dmg","title":"Mac OS X x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u40-b43/jdk-7u40-solaris-i586.tar.gz","name":"jdk-7u40-solaris-i586.tar.gz","title":"Solaris x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u40-b43/jdk-7u40-solaris-sparc.tar.gz","name":"jdk-7u40-solaris-sparc.tar.gz","title":"Solaris SPARC"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u40-b43/jdk-7u40-solaris-sparcv9.tar.gz","name":"jdk-7u40-solaris-sparcv9.tar.gz","title":"Solaris SPARC 64-bit"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u40-b43/jdk-7u40-solaris-x64.tar.gz","name":"jdk-7u40-solaris-x64.tar.gz","title":"Solaris x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u40-b43/jdk-7u40-windows-i586.exe","name":"jdk-7u40-windows-i586.exe","title":"Windows x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u40-b43/jdk-7u40-windows-x64.exe","name":"jdk-7u40-windows-x64.exe","title":"Windows x64"}],"licpath":"/technetwork/java/javase/terms/javase7-license-3976698.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-7u40-oth-JPR","title":"Java SE Development Kit 7u40"},{"files":[{"filepath":"https://download.oracle.com/otn/java/jdk/7u25-b15/jdk-7u25-linux-i586.tar.gz","name":"jdk-7u25-linux-i586.tar.gz","title":"Linux x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u25-b15/jdk-7u25-linux-x64.tar.gz","name":"jdk-7u25-linux-x64.tar.gz","title":"Linux x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u25-b15/jdk-7u25-macosx-x64.dmg","name":"jdk-7u25-macosx-x64.dmg","title":"Mac OS X x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u25-b15/jdk-7u25-solaris-i586.tar.gz","name":"jdk-7u25-solaris-i586.tar.gz","title":"Solaris x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u25-b15/jdk-7u25-solaris-sparc.tar.gz","name":"jdk-7u25-solaris-sparc.tar.gz","title":"Solaris SPARC"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u25-b15/jdk-7u25-solaris-sparcv9.tar.gz","name":"jdk-7u25-solaris-sparcv9.tar.gz","title":"Solaris SPARC 64-bit"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u25-b15/jdk-7u25-solaris-x64.tar.gz","name":"jdk-7u25-solaris-x64.tar.gz","title":"Solaris x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u25-b17/jdk-7u25-windows-i586.exe","name":"jdk-7u25-windows-i586.exe","title":"Windows x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u25-b17/jdk-7u25-windows-x64.exe","name":"jdk-7u25-windows-x64.exe","title":"Windows x64"}],"licpath":"/technetwork/java/javase/terms/javase7-license-3976698.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-7u25-oth-JPR","title":"Java SE Development Kit 7u25"},{"files":[{"filepath":"https://download.oracle.com/otn/java/jdk/7u21-b11/jdk-7u21-linux-arm-sfp.tar.gz","name":"jdk-7u21-linux-arm-sfp.tar.gz","title":"Linux ARM v6/v7 Soft Float ABI"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u21-b11/jdk-7u21-linux-i586.tar.gz","name":"jdk-7u21-linux-i586.tar.gz","title":"Linux x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u21-b11/jdk-7u21-linux-x64.tar.gz","name":"jdk-7u21-linux-x64.tar.gz","title":"Linux x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u21-b12/jdk-7u21-macosx-x64.dmg","name":"jdk-7u21-macosx-x64.dmg","title":"Mac OS X x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u21-b11/jdk-7u21-solaris-i586.tar.gz","name":"jdk-7u21-solaris-i586.tar.gz","title":"Solaris x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u21-b11/jdk-7u21-solaris-sparc.tar.gz","name":"jdk-7u21-solaris-sparc.tar.gz","title":"Solaris SPARC"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u21-b11/jdk-7u21-solaris-sparcv9.tar.gz","name":"jdk-7u21-solaris-sparcv9.tar.gz","title":"Solaris SPARC 64-bit"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u21-b11/jdk-7u21-solaris-x64.tar.gz","name":"jdk-7u21-solaris-x64.tar.gz","title":"Solaris x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u21-b11/jdk-7u21-windows-i586.exe","name":"jdk-7u21-windows-i586.exe","title":"Windows x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u21-b11/jdk-7u21-windows-x64.exe","name":"jdk-7u21-windows-x64.exe","title":"Windows x64"}],"licpath":"/technetwork/java/javase/terms/javase7-license-3976698.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-7u21-oth-JPR","title":"Java SE Development Kit 7u21"},{"files":[{"filepath":"https://download.oracle.com/otn/java/jdk/7u17-b02/jdk-7u17-linux-i586.tar.gz","name":"jdk-7u17-linux-i586.tar.gz","title":"Linux x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u17-b02/jdk-7u17-linux-x64.tar.gz","name":"jdk-7u17-linux-x64.tar.gz","title":"Linux x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u17-b02/jdk-7u17-macosx-x64.dmg","name":"jdk-7u17-macosx-x64.dmg","title":"Mac OS X x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u17-b02/jdk-7u17-solaris-i586.tar.gz","name":"jdk-7u17-solaris-i586.tar.gz","title":"Solaris x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u17-b02/jdk-7u17-solaris-sparc.tar.gz","name":"jdk-7u17-solaris-sparc.tar.gz","title":"Solaris SPARC"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u17-b02/jdk-7u17-solaris-sparcv9.tar.gz","name":"jdk-7u17-solaris-sparcv9.tar.gz","title":"Solaris SPARC 64-bit"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u17-b02/jdk-7u17-solaris-x64.tar.gz","name":"jdk-7u17-solaris-x64.tar.gz","title":"Solaris x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u17-b02/jdk-7u17-windows-i586.exe","name":"jdk-7u17-windows-i586.exe","title":"Windows x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u17-b02/jdk-7u17-windows-x64.exe","name":"jdk-7u17-windows-x64.exe","title":"Windows x64"}],"licpath":"/technetwork/java/javase/terms/javase7-license-3976698.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-7u17-oth-JPR","title":"Java SE Development Kit 7u17"},{"files":[{"filepath":"https://download.oracle.com/otn/java/jdk/7u15-b03/jdk-7u15-linux-i586.tar.gz","name":"jdk-7u15-linux-i586.tar.gz","title":"Linux x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u15-b03/jdk-7u15-linux-x64.tar.gz","name":"jdk-7u15-linux-x64.tar.gz","title":"Linux x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u15-b03/jdk-7u15-macosx-x64.dmg","name":"jdk-7u15-macosx-x64.dmg","title":"Mac OS X x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u15-b03/jdk-7u15-solaris-i586.tar.gz","name":"jdk-7u15-solaris-i586.tar.gz","title":"Solaris x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u15-b03/jdk-7u15-solaris-sparc.tar.gz","name":"jdk-7u15-solaris-sparc.tar.gz","title":"Solaris SPARC"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u15-b03/jdk-7u15-solaris-sparcv9.tar.gz","name":"jdk-7u15-solaris-sparcv9.tar.gz","title":"Solaris SPARC 64-bit"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u15-b03/jdk-7u15-solaris-x64.tar.gz","name":"jdk-7u15-solaris-x64.tar.gz","title":"Solaris x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u15-b03/jdk-7u15-windows-i586.exe","name":"jdk-7u15-windows-i586.exe","title":"Windows x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u15-b03/jdk-7u15-windows-x64.exe","name":"jdk-7u15-windows-x64.exe","title":"Windows x64"}],"licpath":"/technetwork/java/javase/terms/javase7-license-3976698.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-7u15-oth-JPR","title":"Java SE Development Kit 7u15"},{"files":[{"filepath":"https://download.oracle.com/otn/java/jdk/7u13-b20/jdk-7u13-linux-i586.tar.gz","name":"jdk-7u13-linux-i586.tar.gz","title":"Linux x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u13-b20/jdk-7u13-linux-x64.tar.gz","name":"jdk-7u13-linux-x64.tar.gz","title":"Linux x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u13-b20/jdk-7u13-macosx-x64.dmg","name":"jdk-7u13-macosx-x64.dmg","title":"Mac OS X x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u13-b20/jdk-7u13-solaris-i586.tar.gz","name":"jdk-7u13-solaris-i586.tar.gz","title":"Solaris x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u13-b20/jdk-7u13-solaris-sparc.tar.gz","name":"jdk-7u13-solaris-sparc.tar.gz","title":"Solaris SPARC"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u13-b20/jdk-7u13-solaris-sparcv9.tar.gz","name":"jdk-7u13-solaris-sparcv9.tar.gz","title":"Solaris SPARC 64-bit"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u13-b20/jdk-7u13-solaris-x64.tar.gz","name":"jdk-7u13-solaris-x64.tar.gz","title":"Solaris x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u13-b20/jdk-7u13-windows-i586.exe","name":"jdk-7u13-windows-i586.exe","title":"Windows x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u13-b20/jdk-7u13-windows-x64.exe","name":"jdk-7u13-windows-x64.exe","title":"Windows x64"}],"licpath":"/technetwork/java/javase/terms/javase7-license-3976698.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-7u13-oth-JPR","title":"Java SE Development Kit 7u13"},{"files":[{"filepath":"https://download.oracle.com/otn/java/jdk/7u11-b21/jdk-7u11-linux-i586.tar.gz","name":"jdk-7u11-linux-i586.tar.gz","title":"Linux x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u11-b21/jdk-7u11-linux-x64.tar.gz","name":"jdk-7u11-linux-x64.tar.gz","title":"Linux x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u11-b21/jdk-7u11-macosx-x64.dmg","name":"jdk-7u11-macosx-x64.dmg","title":"Mac OS X x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u11-b21/jdk-7u11-macosx-x64.tar.gz","name":"jdk-7u11-macosx-x64.tar.gz","title":"Mac OS X x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u11-b21/jdk-7u11-solaris-i586.tar.gz","name":"jdk-7u11-solaris-i586.tar.gz","title":"Solaris x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u11-b21/jdk-7u11-solaris-sparc.tar.gz","name":"jdk-7u11-solaris-sparc.tar.gz","title":"Solaris SPARC"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u11-b21/jdk-7u11-solaris-sparcv9.tar.gz","name":"jdk-7u11-solaris-sparcv9.tar.gz","title":"Solaris SPARC 64-bit"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u11-b21/jdk-7u11-solaris-x64.tar.gz","name":"jdk-7u11-solaris-x64.tar.gz","title":"Solaris x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u11-b21/jdk-7u11-windows-i586.exe","name":"jdk-7u11-windows-i586.exe","title":"Windows x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u11-b21/jdk-7u11-windows-x64.exe","name":"jdk-7u11-windows-x64.exe","title":"Windows x64"}],"licpath":"/technetwork/java/javase/terms/javase7-license-3976698.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-7u11-oth-JPR","title":"Java SE Development Kit 7u11"},{"files":[{"filepath":"https://download.oracle.com/otn/java/jdk/7u10-b18/jdk-7u10-linux-arm-sfp.tar.gz","name":"jdk-7u10-linux-arm-sfp.tar.gz","title":"Linux ARM"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u10-b18/jdk-7u10-linux-i586.tar.gz","name":"jdk-7u10-linux-i586.tar.gz","title":"Linux x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u10-b18/jdk-7u10-linux-x64.tar.gz","name":"jdk-7u10-linux-x64.tar.gz","title":"Linux x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u10-b18/jdk-7u10-macosx-x64.dmg","name":"jdk-7u10-macosx-x64.dmg","title":"Mac OS X x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u10-b18/jdk-7u10-solaris-i586.tar.gz","name":"jdk-7u10-solaris-i586.tar.gz","title":"Solaris x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u10-b18/jdk-7u10-solaris-sparc.tar.gz","name":"jdk-7u10-solaris-sparc.tar.gz","title":"Solaris SPARC"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u10-b18/jdk-7u10-solaris-sparcv9.tar.gz","name":"jdk-7u10-solaris-sparcv9.tar.gz","title":"Solaris SPARC 64-bit"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u10-b18/jdk-7u10-solaris-x64.tar.gz","name":"jdk-7u10-solaris-x64.tar.gz","title":"Solaris x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u10-b18/jdk-7u10-windows-i586.exe","name":"jdk-7u10-windows-i586.exe","title":"Windows x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u10-b18/jdk-7u10-windows-x64.exe","name":"jdk-7u10-windows-x64.exe","title":"Windows x64"}],"licpath":"/technetwork/java/javase/terms/javase7-license-3976698.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-7u10-oth-JPR","title":"Java SE Development Kit 7u10"},{"files":[{"filepath":"https://download.oracle.com/otn/java/jdk/7u9-b05/jdk-7u9-linux-i586.tar.gz","name":"jdk-7u9-linux-i586.tar.gz","title":"Linux x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u9-b05/jdk-7u9-linux-x64.tar.gz","name":"jdk-7u9-linux-x64.tar.gz","title":"Linux x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u9-b05/jdk-7u9-macosx-x64.dmg","name":"jdk-7u9-macosx-x64.dmg","title":"Mac OS X"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u9-b05/jdk-7u9-solaris-i586.tar.gz","name":"jdk-7u9-solaris-i586.tar.gz","title":"Solaris x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u9-b05/jdk-7u9-solaris-sparc.tar.gz","name":"jdk-7u9-solaris-sparc.tar.gz","title":"Solaris SPARC"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u9-b05/jdk-7u9-solaris-sparcv9.tar.gz","name":"jdk-7u9-solaris-sparcv9.tar.gz","title":"Solaris SPARC 64-bit"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u9-b05/jdk-7u9-solaris-x64.tar.gz","name":"jdk-7u9-solaris-x64.tar.gz","title":"Solaris x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u9-b05/jdk-7u9-windows-i586.exe","name":"jdk-7u9-windows-i586.exe","title":"Windows x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u9-b05/jdk-7u9-windows-x64.exe","name":"jdk-7u9-windows-x64.exe","title":"Windows x64"}],"licpath":"/technetwork/java/javase/terms/javase7-license-3976698.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-7u9-oth-JPR","title":"Java SE Development Kit 7u9"},{"files":[{"filepath":"https://download.oracle.com/otn/java/jdk/7u7-b10/jdk-7u7-linux-i586.tar.gz","name":"jdk-7u7-linux-i586.tar.gz","title":"Linux x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u7-b10/jdk-7u7-linux-x64.tar.gz","name":"jdk-7u7-linux-x64.tar.gz","title":"Linux x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u7-b10/jdk-7u7-macosx-x64.dmg","name":"jdk-7u7-macosx-x64.dmg","title":"Mac OS X x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u7-b10/jdk-7u7-solaris-i586.tar.gz","name":"jdk-7u7-solaris-i586.tar.gz","title":"Solaris x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u7-b10/jdk-7u7-solaris-sparc.tar.gz","name":"jdk-7u7-solaris-sparc.tar.gz","title":"Solaris SPARC"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u7-b10/jdk-7u7-solaris-sparcv9.tar.gz","name":"jdk-7u7-solaris-sparcv9.tar.gz","title":"Solaris SPARC 64-bit"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u7-b10/jdk-7u7-solaris-x64.tar.gz","name":"jdk-7u7-solaris-x64.tar.gz","title":"Solaris x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u7-b11/jdk-7u7-windows-i586.exe","name":"jdk-7u7-windows-i586.exe","title":"Windows x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u7-b11/jdk-7u7-windows-x64.exe","name":"jdk-7u7-windows-x64.exe","title":"Windows x64"}],"licpath":"/technetwork/java/javase/terms/javase7-license-3976698.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-7u7-oth-JPR","title":"Java SE Development Kit 7u7"},{"files":[{"filepath":"https://download.oracle.com/otn/java/jdk/7u6-b24/jdk-7u6-linux-arm-sfp.tar.gz","name":"jdk-7u6-linux-arm-sfp.tar.gz","title":"Linux ARM"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u6-b24/jdk-7u6-linux-i586.tar.gz","name":"jdk-7u6-linux-i586.tar.gz","title":"Linux x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u6-b24/jdk-7u6-linux-x64.tar.gz","name":"jdk-7u6-linux-x64.tar.gz","title":"Linux x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u6-b24/jdk-7u6-macosx-x64.dmg","name":"jdk-7u6-macosx-x64.dmg","title":"Mac OS X x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u6-b24/jdk-7u6-solaris-i586.tar.gz","name":"jdk-7u6-solaris-i586.tar.gz","title":"Solaris x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u6-b24/jdk-7u6-solaris-sparc.tar.gz","name":"jdk-7u6-solaris-sparc.tar.gz","title":"Solaris SPARC"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u6-b24/jdk-7u6-solaris-sparcv9.tar.gz","name":"jdk-7u6-solaris-sparcv9.tar.gz","title":"Solaris SPARC 64-bit"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u6-b24/jdk-7u6-solaris-x64.tar.gz","name":"jdk-7u6-solaris-x64.tar.gz","title":"Solaris x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u6-b24/jdk-7u6-windows-i586.exe","name":"jdk-7u6-windows-i586.exe","title":"Windows x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u6-b24/jdk-7u6-windows-x64.exe","name":"jdk-7u6-windows-x64.exe","title":"Windows x64"}],"licpath":"/technetwork/java/javase/terms/javase7-license-3976698.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-7u6-oth-JPR","title":"Java SE Development Kit 7u6"},{"files":[{"filepath":"https://download.oracle.com/otn/java/jdk/7u5-b06/jdk-7u5-linux-i586.tar.gz","name":"jdk-7u5-linux-i586.tar.gz","title":"Linux x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u5-b06/jdk-7u5-linux-x64.tar.gz","name":"jdk-7u5-linux-x64.tar.gz","title":"Linux x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u5-b06/jdk-7u5-macosx-x64.dmg","name":"jdk-7u5-macosx-x64.dmg","title":"Mac OS X x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u5-b06/jdk-7u5-solaris-i586.tar.gz","name":"jdk-7u5-solaris-i586.tar.gz","title":"Solaris x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u5-b06/jdk-7u5-solaris-sparc.tar.gz","name":"jdk-7u5-solaris-sparc.tar.gz","title":"Solaris SPARC"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u5-b06/jdk-7u5-solaris-sparcv9.tar.gz","name":"jdk-7u5-solaris-sparcv9.tar.gz","title":"Solaris SPARC 64-bit"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u5-b06/jdk-7u5-solaris-x64.tar.gz","name":"jdk-7u5-solaris-x64.tar.gz","title":"Solaris x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u5-b06/jdk-7u5-windows-i586.exe","name":"jdk-7u5-windows-i586.exe","title":"Windows x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u5-b06/jdk-7u5-windows-x64.exe","name":"jdk-7u5-windows-x64.exe","title":"Windows x64"}],"licpath":"/technetwork/java/javase/terms/javase7-license-3976698.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-7u5-oth-JPR","title":"Java SE Development Kit 7u5"},{"files":[{"filepath":"https://download.oracle.com/otn/java/jdk/7u4-b20/jdk-7u4-linux-i586.tar.gz","name":"jdk-7u4-linux-i586.tar.gz","title":"Linux x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u4-b20/jdk-7u4-linux-x64.tar.gz","name":"jdk-7u4-linux-x64.tar.gz","title":"Linux x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u4-b21/jdk-7u4-macosx-x64.dmg","name":"jdk-7u4-macosx-x64.dmg","title":"Macosx-x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u4-b20/jdk-7u4-solaris-i586.tar.gz","name":"jdk-7u4-solaris-i586.tar.gz","title":"Solaris x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u4-b20/jdk-7u4-solaris-sparc.tar.gz","name":"jdk-7u4-solaris-sparc.tar.gz","title":"Solaris SPARC"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u4-b20/jdk-7u4-solaris-sparcv9.tar.gz","name":"jdk-7u4-solaris-sparcv9.tar.gz","title":"Solaris SPARC 64-bit"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u4-b20/jdk-7u4-solaris-x64.tar.gz","name":"jdk-7u4-solaris-x64.tar.gz","title":"Solaris x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u4-b22/jdk-7u4-windows-i586.exe","name":"jdk-7u4-windows-i586.exe","title":"Windows x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u4-b22/jdk-7u4-windows-x64.exe","name":"jdk-7u4-windows-x64.exe","title":"Windows x64"}],"licpath":"/technetwork/java/javase/terms/javase7-license-3976698.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-7u4-oth-JPR","title":"Java SE Development Kit 7u4"},{"files":[{"filepath":"https://download.oracle.com/otn/java/jdk/7u3-b04/jdk-7u3-linux-i586.tar.gz","name":"jdk-7u3-linux-i586.tar.gz","title":"Linux x86 (32-bit)"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u3-b04/jdk-7u3-linux-x64.tar.gz","name":"jdk-7u3-linux-x64.tar.gz","title":"Linux x64 (64-bit)"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u3-b04/jdk-7u3-solaris-i586.tar.gz","name":"jdk-7u3-solaris-i586.tar.gz","title":"Solaris x86 (32-bit)"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u3-b04/jdk-7u3-solaris-sparc.tar.gz","name":"jdk-7u3-solaris-sparc.tar.gz","title":"Solaris SPARC (32-bit)"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u3-b04/jdk-7u3-solaris-sparcv9.tar.gz","name":"jdk-7u3-solaris-sparcv9.tar.gz","title":"Solaris SPARC (64-bit)"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u3-b04/jdk-7u3-solaris-x64.tar.gz","name":"jdk-7u3-solaris-x64.tar.gz","title":"Solaris x64 (64-bit)"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u3-b05/jdk-7u3-windows-i586.exe","name":"jdk-7u3-windows-i586.exe","title":"Windows x86 (32-bit)"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u3-b05/jdk-7u3-windows-x64.exe","name":"jdk-7u3-windows-x64.exe","title":"Windows x64 (64-bit)"}],"licpath":"/technetwork/java/javase/terms/javase7-license-3976698.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-7u3-oth-JPR","title":"Java SE Development Kit 7u3"},{"files":[{"filepath":"https://download.oracle.com/otn/java/jdk/7u2-b13/jdk-7u2-linux-i586.tar.gz","name":"jdk-7u2-linux-i586.tar.gz","title":"Linux x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u2-b13/jdk-7u2-linux-x64.tar.gz","name":"jdk-7u2-linux-x64.tar.gz","title":"Linux x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u2-b13/jdk-7u2-solaris-i586.tar.gz","name":"jdk-7u2-solaris-i586.tar.gz","title":"Solaris x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u2-b13/jdk-7u2-solaris-sparc.tar.gz","name":"jdk-7u2-solaris-sparc.tar.gz","title":"Solaris SPARC"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u2-b13/jdk-7u2-solaris-sparcv9.tar.gz","name":"jdk-7u2-solaris-sparcv9.tar.gz","title":"Solaris SPARC 64-bit"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u2-b13/jdk-7u2-solaris-x64.tar.gz","name":"jdk-7u2-solaris-x64.tar.gz","title":"Solaris x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u2-b13/jdk-7u2-windows-i586.exe","name":"jdk-7u2-windows-i586.exe","title":"Windows x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u2-b13/jdk-7u2-windows-x64.exe","name":"jdk-7u2-windows-x64.exe","title":"Windows x64"}],"licpath":"/technetwork/java/javase/terms/javase7-license-3976698.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-7u2-oth-JPR","title":"Java SE Development Kit 7u2"},{"files":[{"filepath":"https://download.oracle.com/otn/java/jdk/7u1-b08/jdk-7u1-linux-i586.tar.gz","name":"jdk-7u1-linux-i586.tar.gz","title":"Linux x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u1-b08/jdk-7u1-linux-x64.tar.gz","name":"jdk-7u1-linux-x64.tar.gz","title":"Linux x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u1-b08/jdk-7u1-solaris-i586.tar.gz","name":"jdk-7u1-solaris-i586.tar.gz","title":"Solaris x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u1-b08/jdk-7u1-solaris-sparc.tar.gz","name":"jdk-7u1-solaris-sparc.tar.gz","title":"Solaris SPARC"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u1-b08/jdk-7u1-solaris-sparcv9.tar.gz","name":"jdk-7u1-solaris-sparcv9.tar.gz","title":"Solaris SPARC 64-bit"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u1-b08/jdk-7u1-solaris-x64.tar.gz","name":"jdk-7u1-solaris-x64.tar.gz","title":"Solaris x64"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u1-b08/jdk-7u1-windows-i586.exe","name":"jdk-7u1-windows-i586.exe","title":"Windows x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/7u1-b08/jdk-7u1-windows-x64.exe","name":"jdk-7u1-windows-x64.exe","title":"Windows x64"}],"licpath":"/technetwork/java/javase/terms/javase7-license-3976698.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-7u1-oth-JPR","title":"Java SE Development Kit 7u1"},{"files":[{"filepath":"https://download.oracle.com/otn/java/jdk/7/jdk-7-linux-i586.tar.gz","name":"jdk-7-linux-i586.tar.gz","title":"Linux x86 - Compressed Binary"},{"filepath":"https://download.oracle.com/otn/java/jdk/7/jdk-7-linux-x64.tar.gz","name":"jdk-7-linux-x64.tar.gz","title":"Linux x64 - Compressed Binary"},{"filepath":"https://download.oracle.com/otn/java/jdk/7/jdk-7-solaris-i586.tar.gz","name":"jdk-7-solaris-i586.tar.gz","title":"Solaris x86 - Compressed Binary"},{"filepath":"https://download.oracle.com/otn/java/jdk/7/jdk-7-solaris-sparc.tar.gz","name":"jdk-7-solaris-sparc.tar.gz","title":"Solaris SPARC - Compressed Binary"},{"filepath":"https://download.oracle.com/otn/java/jdk/7/jdk-7-solaris-sparcv9.tar.gz","name":"jdk-7-solaris-sparcv9.tar.gz","title":"Solaris SPARC 64-bit - Compressed Binary"},{"filepath":"https://download.oracle.com/otn/java/jdk/7/jdk-7-solaris-x64.tar.gz","name":"jdk-7-solaris-x64.tar.gz","title":"Solaris x64 - Compressed Binary"},{"filepath":"https://download.oracle.com/otn/java/jdk/7/jdk-7-windows-i586.exe","name":"jdk-7-windows-i586.exe","title":"Windows x86"},{"filepath":"https://download.oracle.com/otn/java/jdk/7/jdk-7-windows-x64.exe","name":"jdk-7-windows-x64.exe","title":"Windows x64"}],"licpath":"/technetwork/java/javase/terms/javase7-license-3976698.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-7-oth-JPR","title":"Java SE Development Kit 7"}]},{"name":"JDK 6","releases":[{"files":[{"filepath":"http://download.oracle.com/otn/java/jdk/6u45-b06/jdk-6u45-linux-i586.bin","name":"jdk-6u45-linux-i586.bin","title":"Linux x86"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u45-b06/jdk-6u45-linux-ia64.bin","name":"jdk-6u45-linux-ia64.bin","title":"Linux Intel Itanium"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u45-b06/jdk-6u45-linux-x64.bin","name":"jdk-6u45-linux-x64.bin","title":"Linux x64"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u45-b06/jdk-6u45-solaris-i586.sh","name":"jdk-6u45-solaris-i586.sh","title":"Solaris x86"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u45-b06/jdk-6u45-solaris-sparc.sh","name":"jdk-6u45-solaris-sparc.sh","title":"Solaris SPARC"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u45-b06/jdk-6u45-solaris-sparcv9.sh","name":"jdk-6u45-solaris-sparcv9.sh","title":"Solaris SPARC 64-bit"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u45-b06/jdk-6u45-solaris-x64.sh","name":"jdk-6u45-solaris-x64.sh","title":"Solaris x64"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u45-b06/jdk-6u45-windows-i586.exe","name":"jdk-6u45-windows-i586.exe","title":"Windows x86"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u45-b06/jdk-6u45-windows-ia64.exe","name":"jdk-6u45-windows-ia64.exe","title":"Windows Intel Itanium"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u45-b06/jdk-6u45-windows-x64.exe","name":"jdk-6u45-windows-x64.exe","title":"Windows x64"}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-6u45-oth-JPR","title":"Java SE Development Kit 6u45"},{"files":[{"filepath":"http://download.oracle.com/otn/java/jdk/6u43-b01/jdk-6u43-linux-i586.bin","name":"jdk-6u43-linux-i586.bin","title":"Linux x86"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u43-b01/jdk-6u43-linux-ia64.bin","name":"jdk-6u43-linux-ia64.bin","title":"Linux Intel Itanium"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u43-b01/jdk-6u43-linux-x64.bin","name":"jdk-6u43-linux-x64.bin","title":"Linux x64"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u43-b01/jdk-6u43-solaris-i586.sh","name":"jdk-6u43-solaris-i586.sh","title":"Solaris x86"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u43-b01/jdk-6u43-solaris-sparc.sh","name":"jdk-6u43-solaris-sparc.sh","title":"Solaris SPARC"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u43-b01/jdk-6u43-solaris-sparcv9.sh","name":"jdk-6u43-solaris-sparcv9.sh","title":"Solaris SPARC 64-bit"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u43-b01/jdk-6u43-solaris-x64.sh","name":"jdk-6u43-solaris-x64.sh","title":"Solaris x64"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u43-b01/jdk-6u43-windows-i586.exe","name":"jdk-6u43-windows-i586.exe","title":"Windows x86"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u43-b01/jdk-6u43-windows-ia64.exe","name":"jdk-6u43-windows-ia64.exe","title":"Windows Intel Itanium"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u43-b01/jdk-6u43-windows-x64.exe","name":"jdk-6u43-windows-x64.exe","title":"Windows x64"}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-6u43-oth-JPR","title":"Java SE Development Kit 6u43"},{"files":[{"filepath":"http://download.oracle.com/otn/java/jdk/6u41-b02/jdk-6u41-linux-i586.bin","name":"jdk-6u41-linux-i586.bin","title":"Linux x86"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u41-b02/jdk-6u41-linux-ia64.bin","name":"jdk-6u41-linux-ia64.bin","title":"Linux Intel Itanium"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u41-b02/jdk-6u41-linux-x64.bin","name":"jdk-6u41-linux-x64.bin","title":"Linux x64"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u41-b02/jdk-6u41-solaris-i586.sh","name":"jdk-6u41-solaris-i586.sh","title":"Solaris x86"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u41-b02/jdk-6u41-solaris-sparc.sh","name":"jdk-6u41-solaris-sparc.sh","title":"Solaris SPARC"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u41-b02/jdk-6u41-solaris-sparcv9.sh","name":"jdk-6u41-solaris-sparcv9.sh","title":"Solaris SPARC 64-bit"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u41-b02/jdk-6u41-solaris-x64.sh","name":"jdk-6u41-solaris-x64.sh","title":"Solaris x64"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u41-b02/jdk-6u41-windows-i586.exe","name":"jdk-6u41-windows-i586.exe","title":"Windows x86"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u41-b02/jdk-6u41-windows-ia64.exe","name":"jdk-6u41-windows-ia64.exe","title":"Windows Intel Itanium"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u41-b02/jdk-6u41-windows-x64.exe","name":"jdk-6u41-windows-x64.exe","title":"Windows x64"}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-6u41-oth-JPR","title":"Java SE Development Kit 6u41"},{"files":[{"filepath":"http://download.oracle.com/otn/java/jdk/6u39-b04/jdk-6u39-linux-i586.bin","name":"jdk-6u39-linux-i586.bin","title":"Linux x86"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u39-b04/jdk-6u39-linux-ia64.bin","name":"jdk-6u39-linux-ia64.bin","title":"Linux Intel Itanium"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u39-b04/jdk-6u39-linux-x64.bin","name":"jdk-6u39-linux-x64.bin","title":"Linux x64"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u39-b04/jdk-6u39-solaris-i586.sh","name":"jdk-6u39-solaris-i586.sh","title":"Solaris x86"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u39-b04/jdk-6u39-solaris-sparc.sh","name":"jdk-6u39-solaris-sparc.sh","title":"Solaris SPARC"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u39-b04/jdk-6u39-solaris-sparcv9.sh","name":"jdk-6u39-solaris-sparcv9.sh","title":"Solaris SPARC 64-bit"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u39-b04/jdk-6u39-solaris-x64.sh","name":"jdk-6u39-solaris-x64.sh","title":"Solaris x64"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u39-b04/jdk-6u39-windows-i586.exe","name":"jdk-6u39-windows-i586.exe","title":"Windows x86"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u39-b04/jdk-6u39-windows-ia64.exe","name":"jdk-6u39-windows-ia64.exe","title":"Windows Intel Itanium"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u39-b04/jdk-6u39-windows-x64.exe","name":"jdk-6u39-windows-x64.exe","title":"Windows x64"}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-6u39-oth-JPR","title":"Java SE Development Kit 6u39"},{"files":[{"filepath":"http://download.oracle.com/otn/java/jdk/6u38-b05/jdk-6u38-linux-i586.bin","name":"jdk-6u38-linux-i586.bin","title":"Linux x86"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u38-b05/jdk-6u38-linux-x64.bin","name":"jdk-6u38-linux-x64.bin","title":"Linux x64"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u38-b05/jdk-6u38-solaris-i586.sh","name":"jdk-6u38-solaris-i586.sh","title":"Solaris x86"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u38-b05/jdk-6u38-solaris-sparc.sh","name":"jdk-6u38-solaris-sparc.sh","title":"Solaris SPARC"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u38-b05/jdk-6u38-solaris-sparcv9.sh","name":"jdk-6u38-solaris-sparcv9.sh","title":"Solaris SPARC 64-bit"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u38-b05/jdk-6u38-solaris-x64.sh","name":"jdk-6u38-solaris-x64.sh","title":"Solaris x64"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u38-b05/jdk-6u38-windows-i586.exe","name":"jdk-6u38-windows-i586.exe","title":"Windows x86"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u38-b05/jdk-6u38-windows-x64.exe","name":"jdk-6u38-windows-x64.exe","title":"Windows x64"}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-6u38-oth-JPR","title":"Java SE Development Kit 6u38"},{"files":[{"filepath":"http://download.oracle.com/otn/java/jdk/6u37-b06/jdk-6u37-linux-i586.bin","name":"jdk-6u37-linux-i586.bin","title":"Linux x86"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u37-b06/jdk-6u37-linux-ia64.bin","name":"jdk-6u37-linux-ia64.bin","title":"Linux Intel Itanium"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u37-b06/jdk-6u37-linux-x64.bin","name":"jdk-6u37-linux-x64.bin","title":"Linux x64"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u37-b06/jdk-6u37-solaris-i586.sh","name":"jdk-6u37-solaris-i586.sh","title":"Solaris x86"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u37-b06/jdk-6u37-solaris-sparc.sh","name":"jdk-6u37-solaris-sparc.sh","title":"Solaris SPARC"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u37-b06/jdk-6u37-solaris-sparcv9.sh","name":"jdk-6u37-solaris-sparcv9.sh","title":"Solaris SPARC 64-bit"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u37-b06/jdk-6u37-solaris-x64.sh","name":"jdk-6u37-solaris-x64.sh","title":"Solaris x64"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u37-b06/jdk-6u37-windows-i586.exe","name":"jdk-6u37-windows-i586.exe","title":"Windows x86"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u37-b06/jdk-6u37-windows-ia64.exe","name":"jdk-6u37-windows-ia64.exe","title":"Windows Intel Itanium"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u37-b06/jdk-6u37-windows-x64.exe","name":"jdk-6u37-windows-x64.exe","title":"Windows x64"}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-6u37-oth-JPR","title":"Java SE Development Kit 6u37"},{"files":[{"filepath":"http://download.oracle.com/otn/java/jdk/6u35-b10/jdk-6u35-linux-i586.bin","name":"jdk-6u35-linux-i586.bin","title":"Linux x86"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u35-b10/jdk-6u35-linux-ia64.bin","name":"jdk-6u35-linux-ia64.bin","title":"Linux Intel Itanium"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u35-b10/jdk-6u35-linux-x64.bin","name":"jdk-6u35-linux-x64.bin","title":"Linux x64"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u35-b10/jdk-6u35-solaris-i586.sh","name":"jdk-6u35-solaris-i586.sh","title":"Solaris x86"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u35-b10/jdk-6u35-solaris-sparc.sh","name":"jdk-6u35-solaris-sparc.sh","title":"Solaris SPARC"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u35-b10/jdk-6u35-solaris-sparcv9.sh","name":"jdk-6u35-solaris-sparcv9.sh","title":"Solaris SPARC 64-bit"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u35-b10/jdk-6u35-solaris-x64.sh","name":"jdk-6u35-solaris-x64.sh","title":"Solaris x64"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u35-b10/jdk-6u35-windows-i586.exe","name":"jdk-6u35-windows-i586.exe","title":"Windows x86"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u35-b10/jdk-6u35-windows-ia64.exe","name":"jdk-6u35-windows-ia64.exe","title":"Windows Intel Itanium"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u35-b10/jdk-6u35-windows-x64.exe","name":"jdk-6u35-windows-x64.exe","title":"Windows x64"}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-6u35-oth-JPR","title":"Java SE Development Kit 6u35"},{"files":[{"filepath":"http://download.oracle.com/otn/java/jdk/6u34-b04/jdk-6u34-linux-i586.bin","name":"jdk-6u34-linux-i586.bin","title":"Linux x86"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u34-b04/jdk-6u34-linux-x64.bin","name":"jdk-6u34-linux-x64.bin","title":"Linux x64"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u34-b04/jdk-6u34-solaris-i586.sh","name":"jdk-6u34-solaris-i586.sh","title":"Solaris x86"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u34-b04/jdk-6u34-solaris-sparc.sh","name":"jdk-6u34-solaris-sparc.sh","title":"Solaris SPARC"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u34-b04/jdk-6u34-solaris-sparcv9.sh","name":"jdk-6u34-solaris-sparcv9.sh","title":"Solaris SPARC 64-bit"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u34-b04/jdk-6u34-solaris-x64.sh","name":"jdk-6u34-solaris-x64.sh","title":"Solaris x64"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u34-b04/jdk-6u34-windows-i586.exe","name":"jdk-6u34-windows-i586.exe","title":"Windows x86"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u34-b04/jdk-6u34-windows-x64.exe","name":"jdk-6u34-windows-x64.exe","title":"Windows x64"}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-6u34-oth-JPR","title":"Java SE Development Kit 6u34"},{"files":[{"filepath":"http://download.oracle.com/otn/java/jdk/6u33-b04/jdk-6u33-linux-i586.bin","name":"jdk-6u33-linux-i586.bin","title":"Linux x86"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u33-b03/jdk-6u33-linux-ia64.bin","name":"jdk-6u33-linux-ia64.bin","title":"Linux Intel Itanium"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u33-b04/jdk-6u33-linux-x64.bin","name":"jdk-6u33-linux-x64.bin","title":"Linux x64"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u33-b04/jdk-6u33-solaris-i586.sh","name":"jdk-6u33-solaris-i586.sh","title":"Solaris x86"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u33-b04/jdk-6u33-solaris-sparc.sh","name":"jdk-6u33-solaris-sparc.sh","title":"Solaris SPARC"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u33-b04/jdk-6u33-solaris-sparcv9.sh","name":"jdk-6u33-solaris-sparcv9.sh","title":"Solaris SPARC 64-bit"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u33-b04/jdk-6u33-solaris-x64.sh","name":"jdk-6u33-solaris-x64.sh","title":"Solaris x64"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u33-b05/jdk-6u33-windows-i586.exe","name":"jdk-6u33-windows-i586.exe","title":"Windows x86"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u33-b03/jdk-6u33-windows-ia64.exe","name":"jdk-6u33-windows-ia64.exe","title":"Windows Intel Itanium"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u33-b05/jdk-6u33-windows-x64.exe","name":"jdk-6u33-windows-x64.exe","title":"Windows x64"}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-6u33-oth-JPR","title":"Java SE Development Kit 6u33"},{"files":[{"filepath":"http://download.oracle.com/otn/java/jdk/6u32-b05/jdk-6u32-linux-i586.bin","name":"jdk-6u32-linux-i586.bin","title":"Linux x86"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u32-b05/jdk-6u32-linux-x64.bin","name":"jdk-6u32-linux-x64.bin","title":"Linux x64"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u32-b05/jdk-6u32-solaris-i586.sh","name":"jdk-6u32-solaris-i586.sh","title":"Solaris x86"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u32-b05/jdk-6u32-solaris-sparc.sh","name":"jdk-6u32-solaris-sparc.sh","title":"Solaris SPARC"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u32-b05/jdk-6u32-solaris-sparcv9.sh","name":"jdk-6u32-solaris-sparcv9.sh","title":"Solaris SPARC 64-bit"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u32-b05/jdk-6u32-solaris-x64.sh","name":"jdk-6u32-solaris-x64.sh","title":"Solaris x64"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u32-b05/jdk-6u32-windows-i586.exe","name":"jdk-6u32-windows-i586.exe","title":"Windows x86"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u32-b05/jdk-6u32-windows-x64.exe","name":"jdk-6u32-windows-x64.exe","title":"Windows x64"}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-6u32-oth-JPR","title":"Java SE Development Kit 6u32"},{"files":[{"filepath":"http://download.oracle.com/otn/java/jdk/6u31-b04/jdk-6u31-linux-i586.bin","name":"jdk-6u31-linux-i586.bin","title":"Linux x86 (32-bit)"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u31-b04/jdk-6u31-linux-ia64.bin","name":"jdk-6u31-linux-ia64.bin","title":"Linux Intel Itanium (64-bit)"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u31-b04/jdk-6u31-linux-x64.bin","name":"jdk-6u31-linux-x64.bin","title":"Linux x64 (64-bit)"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u31-b04/jdk-6u31-solaris-i586.sh","name":"jdk-6u31-solaris-i586.sh","title":"Solaris x86 (32-bit)"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u31-b04/jdk-6u31-solaris-sparc.sh","name":"jdk-6u31-solaris-sparc.sh","title":"Solaris SPARC (32-bit)"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u31-b04/jdk-6u31-solaris-sparcv9.sh","name":"jdk-6u31-solaris-sparcv9.sh","title":"Solaris SPARC (64-bit)"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u31-b04/jdk-6u31-solaris-x64.sh","name":"jdk-6u31-solaris-x64.sh","title":"Solaris x64 (64-bit)"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u31-b05/jdk-6u31-windows-i586.exe","name":"jdk-6u31-windows-i586.exe","title":"Windows x86 (32-bit)"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u31-b05/jdk-6u31-windows-ia64.exe","name":"jdk-6u31-windows-ia64.exe","title":"Windows Intel Itanium (64-bit)"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u31-b05/jdk-6u31-windows-x64.exe","name":"jdk-6u31-windows-x64.exe","title":"Windows x64 (64-bit)"}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-6u31-oth-JPR","title":"Java SE Development Kit 6u31"},{"files":[{"filepath":"http://download.oracle.com/otn/java/jdk/6u30-b12/jdk-6u30-linux-i586.bin","name":"jdk-6u30-linux-i586.bin","title":"Linux x86"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u30-b12/jdk-6u30-linux-x64.bin","name":"jdk-6u30-linux-x64.bin","title":"Linux x64"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u30-b12/jdk-6u30-solaris-i586.sh","name":"jdk-6u30-solaris-i586.sh","title":"Solaris x86"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u30-b12/jdk-6u30-solaris-sparc.sh","name":"jdk-6u30-solaris-sparc.sh","title":"Solaris SPARC"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u30-b12/jdk-6u30-solaris-sparcv9.sh","name":"jdk-6u30-solaris-sparcv9.sh","title":"Solaris SPARC 64-bit"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u30-b12/jdk-6u30-solaris-x64.sh","name":"jdk-6u30-solaris-x64.sh","title":"Solaris x64"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u30-b12/jdk-6u30-windows-i586.exe","name":"jdk-6u30-windows-i586.exe","title":"Windows x86"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u30-b12/jdk-6u30-windows-x64.exe","name":"jdk-6u30-windows-x64.exe","title":"Windows x64"}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-6u30-oth-JPR","title":"Java SE Development Kit 6u30"},{"files":[{"filepath":"http://download.oracle.com/otn/java/jdk/6u29-b11/jdk-6u29-linux-i586.bin","name":"jdk-6u29-linux-i586.bin","title":"Linux x86"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u29-b11/jdk-6u29-linux-ia64.bin","name":"jdk-6u29-linux-ia64.bin","title":"Linux Intel Itanium"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u29-b11/jdk-6u29-linux-x64.bin","name":"jdk-6u29-linux-x64.bin","title":"Linux x64"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u29-b11/jdk-6u29-solaris-i586.sh","name":"jdk-6u29-solaris-i586.sh","title":"Solaris x86"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u29-b11/jdk-6u29-solaris-sparc.sh","name":"jdk-6u29-solaris-sparc.sh","title":"Solaris SPARC"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u29-b11/jdk-6u29-solaris-sparcv9.sh","name":"jdk-6u29-solaris-sparcv9.sh","title":"Solaris SPARC 64-bit"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u29-b11/jdk-6u29-solaris-x64.sh","name":"jdk-6u29-solaris-x64.sh","title":"Solaris x64"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u29-b11/jdk-6u29-windows-i586.exe","name":"jdk-6u29-windows-i586.exe","title":"Windows x86"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u29-b11/jdk-6u29-windows-ia64.exe","name":"jdk-6u29-windows-ia64.exe","title":"Windows Intel Itanium"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u29-b11/jdk-6u29-windows-x64.exe","name":"jdk-6u29-windows-x64.exe","title":"Windows x64"}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-6u29-oth-JPR","title":"Java SE Development Kit 6u29"},{"files":[{"filepath":"http://download.oracle.com/otn/java/jdk/6u27-b07/jdk-6u27-linux-i586.bin","name":"jdk-6u27-linux-i586.bin","title":"Linux x86 - Self Extracting Installer"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u27-b07/jdk-6u27-linux-x64.bin","name":"jdk-6u27-linux-x64.bin","title":"Linux x64 - Self Extracting Installer"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u27-b07/jdk-6u27-solaris-i586.sh","name":"jdk-6u27-solaris-i586.sh","title":"Solaris x86 - Self Extracting Binary"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u27-b07/jdk-6u27-solaris-sparc.sh","name":"jdk-6u27-solaris-sparc.sh","title":"Solaris SPARC - Self Extracting Binary"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u27-b07/jdk-6u27-solaris-sparcv9.sh","name":"jdk-6u27-solaris-sparcv9.sh","title":"Solaris SPARC 64-bit - Self Extracting Binary"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u27-b07/jdk-6u27-solaris-x64.sh","name":"jdk-6u27-solaris-x64.sh","title":"Solaris x64 - Self Extracting Binary"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u27-b07/jdk-6u27-windows-i586.exe","name":"jdk-6u27-windows-i586.exe","title":"Windows x86"},{"filepath":"http://download.oracle.com/otn/java/jdk/6u27-b07/jdk-6u27-windows-x64.exe","name":"jdk-6u27-windows-x64.exe","title":"Windows x64"}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-6u27-oth-JPR","title":"Java SE Development Kit 6u27"},{"files":[{"filepath":"http://download.oracle.com/otn/java/jdk/6u26-b03/jdk-6u26-linux-i586.bin","name":"jdk-6u26-linux-i586.bin","title":"Java SE Development Kit 6u26 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u26-b03/jdk-6u26-linux-ia64.bin","name":"jdk-6u26-linux-ia64.bin","title":"Java SE Development Kit 6u26 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u26-b03/jdk-6u26-linux-x64.bin","name":"jdk-6u26-linux-x64.bin","title":"Java SE Development Kit 6u26 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u26-b03/jdk-6u26-solaris-i586.sh","name":"jdk-6u26-solaris-i586.sh","title":"Java SE Development Kit 6u26 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u26-b03/jdk-6u26-solaris-sparc.sh","name":"jdk-6u26-solaris-sparc.sh","title":"Java SE Development Kit 6u26 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u26-b03/jdk-6u26-solaris-sparcv9.sh","name":"jdk-6u26-solaris-sparcv9.sh","title":"Java SE Development Kit 6u26 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u26-b03/jdk-6u26-solaris-x64.sh","name":"jdk-6u26-solaris-x64.sh","title":"Java SE Development Kit 6u26 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u26-b03/jdk-6u26-windows-i586.exe","name":"jdk-6u26-windows-i586.exe","title":"Java SE Development Kit 6u26 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u26-b03/jdk-6u26-windows-ia64.exe","name":"jdk-6u26-windows-ia64.exe","title":"Java SE Development Kit 6u26 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u26-b03/jdk-6u26-windows-x64.exe","name":"jdk-6u26-windows-x64.exe","title":"Java SE Development Kit 6u26 "}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-6u26-oth-JPR","title":"Java SE Development Kit 6u26"},{"files":[{"filepath":"http://download.oracle.com/otn/java/jdk/6u25-b06/jdk-6u25-linux-i586.bin","name":"jdk-6u25-linux-i586.bin","title":"Java SE Development Kit 6u25 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u25-b06/jdk-6u25-linux-x64.bin","name":"jdk-6u25-linux-x64.bin","title":"Java SE Development Kit 6u25 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u25-b06/jdk-6u25-solaris-i586.sh","name":"jdk-6u25-solaris-i586.sh","title":"Java SE Development Kit 6u25 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u25-b06/jdk-6u25-solaris-sparc.sh","name":"jdk-6u25-solaris-sparc.sh","title":"Java SE Development Kit 6u25 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u25-b06/jdk-6u25-solaris-sparcv9.sh","name":"jdk-6u25-solaris-sparcv9.sh","title":"Java SE Development Kit 6u25 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u25-b06/jdk-6u25-solaris-x64.sh","name":"jdk-6u25-solaris-x64.sh","title":"Java SE Development Kit 6u25 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u25-b06/jdk-6u25-windows-i586.exe","name":"jdk-6u25-windows-i586.exe","title":"Java SE Development Kit 6u25 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u25-b06/jdk-6u25-windows-x64.exe","name":"jdk-6u25-windows-x64.exe","title":"Java SE Development Kit 6u25 "}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-6u25-oth-JPR","title":"Java SE Development Kit 6u25"},{"files":[{"filepath":"http://download.oracle.com/otn/java/jdk-javafx/6u25-1.3.1/jdk-6u25-javafx-1_3_1-windows-i586.exe","name":"jdk-6u25-javafx-1_3_1-windows-i586.exe","title":"Java SE Development Kit 6u25 with JavaFX 1.3.1"}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-6u25-javafx-1.3.1-oth-JPR","title":"Java SE Development Kit 6u25 with JavaFX 1.3.1"},{"files":[{"filepath":"http://download.oracle.com/otn/java/jdk/6u24-b07/jdk-6u24-linux-i586.bin","name":"jdk-6u24-linux-i586.bin","title":"Java SE Development Kit 6u24 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u24-b07/jdk-6u24-linux-ia64.bin","name":"jdk-6u24-linux-ia64.bin","title":"Java SE Development Kit 6u24 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u24-b07/jdk-6u24-linux-x64.bin","name":"jdk-6u24-linux-x64.bin","title":"Java SE Development Kit 6u24 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u24-b07/jdk-6u24-solaris-i586.sh","name":"jdk-6u24-solaris-i586.sh","title":"Java SE Development Kit 6u24 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u24-b07/jdk-6u24-solaris-sparc.sh","name":"jdk-6u24-solaris-sparc.sh","title":"Java SE Development Kit 6u24 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u24-b07/jdk-6u24-solaris-sparcv9.sh","name":"jdk-6u24-solaris-sparcv9.sh","title":"Java SE Development Kit 6u24 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u24-b07/jdk-6u24-solaris-x64.sh","name":"jdk-6u24-solaris-x64.sh","title":"Java SE Development Kit 6u24 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u24-b07/jdk-6u24-windows-i586.exe","name":"jdk-6u24-windows-i586.exe","title":"Java SE Development Kit 6u24 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u24-b07/jdk-6u24-windows-ia64.exe","name":"jdk-6u24-windows-ia64.exe","title":"Java SE Development Kit 6u24 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u24-b07/jdk-6u24-windows-x64.exe","name":"jdk-6u24-windows-x64.exe","title":"Java SE Development Kit 6u24 "}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-6u24-oth-JPR","title":"Java SE Development Kit 6u24"},{"files":[{"filepath":"http://download.oracle.com/otn/java/jdk/6u23-b05/jdk-6u23-linux-i586.bin","name":"jdk-6u23-linux-i586.bin","title":"Java SE Development Kit 6u23 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u23-b05/jdk-6u23-linux-x64.bin","name":"jdk-6u23-linux-x64.bin","title":"Java SE Development Kit 6u23 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u23-b05/jdk-6u23-solaris-i586.sh","name":"jdk-6u23-solaris-i586.sh","title":"Java SE Development Kit 6u23 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u23-b05/jdk-6u23-solaris-sparc.sh","name":"jdk-6u23-solaris-sparc.sh","title":"Java SE Development Kit 6u23 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u23-b05/jdk-6u23-solaris-sparcv9.sh","name":"jdk-6u23-solaris-sparcv9.sh","title":"Java SE Development Kit 6u23 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u23-b05/jdk-6u23-solaris-x64.sh","name":"jdk-6u23-solaris-x64.sh","title":"Java SE Development Kit 6u23 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u23-b05/jdk-6u23-windows-i586.exe","name":"jdk-6u23-windows-i586.exe","title":"Java SE Development Kit 6u23 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u23-b05/jdk-6u23-windows-x64.exe","name":"jdk-6u23-windows-x64.exe","title":"Java SE Development Kit 6u23 "}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-6u23-oth-JPR","title":"Java SE Development Kit 6u23"},{"files":[{"filepath":"http://download.oracle.com/otn/java/jdk/6u22-b04/jdk-6u22-linux-i586.bin","name":"jdk-6u22-linux-i586.bin","title":"Java SE Development Kit 6u22 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u22-b04/jdk-6u22-linux-ia64.bin","name":"jdk-6u22-linux-ia64.bin","title":"Java SE Development Kit 6u22 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u22-b04/jdk-6u22-linux-x64.bin","name":"jdk-6u22-linux-x64.bin","title":"Java SE Development Kit 6u22 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u22-b04/jdk-6u22-solaris-i586.sh","name":"jdk-6u22-solaris-i586.sh","title":"Java SE Development Kit 6u22 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u22-b04/jdk-6u22-solaris-sparc.sh","name":"jdk-6u22-solaris-sparc.sh","title":"Java SE Development Kit 6u22 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u22-b04/jdk-6u22-solaris-sparcv9.sh","name":"jdk-6u22-solaris-sparcv9.sh","title":"Java SE Development Kit 6u22 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u22-b04/jdk-6u22-solaris-x64.sh","name":"jdk-6u22-solaris-x64.sh","title":"Java SE Development Kit 6u22 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u22-b04/jdk-6u22-windows-i586.exe","name":"jdk-6u22-windows-i586.exe","title":"Java SE Development Kit 6u22 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u22-b04/jdk-6u22-windows-ia64.exe","name":"jdk-6u22-windows-ia64.exe","title":"Java SE Development Kit 6u22 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u22-b04/jdk-6u22-windows-x64.exe","name":"jdk-6u22-windows-x64.exe","title":"Java SE Development Kit 6u22 "}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-6u22-oth-JPR","title":"Java SE Development Kit 6u22"},{"files":[{"filepath":"http://download.oracle.com/otn/java/jdk/6u21-b07/jdk-6u21-linux-i586.bin","name":"jdk-6u21-linux-i586.bin","title":"Java SE Development Kit 6u21 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u21-b07/jdk-6u21-linux-ia64.bin","name":"jdk-6u21-linux-ia64.bin","title":"Java SE Development Kit 6u21 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u21-b07/jdk-6u21-linux-x64.bin","name":"jdk-6u21-linux-x64.bin","title":"Java SE Development Kit 6u21 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u21-b07/jdk-6u21-solaris-i586.sh","name":"jdk-6u21-solaris-i586.sh","title":"Java SE Development Kit 6u21 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u21-b07/jdk-6u21-solaris-sparc.sh","name":"jdk-6u21-solaris-sparc.sh","title":"Java SE Development Kit 6u21 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u21-b07/jdk-6u21-solaris-sparcv9.sh","name":"jdk-6u21-solaris-sparcv9.sh","title":"Java SE Development Kit 6u21 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u21-b07/jdk-6u21-solaris-x64.sh","name":"jdk-6u21-solaris-x64.sh","title":"Java SE Development Kit 6u21 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u21-b07/jdk-6u21-windows-i586.exe","name":"jdk-6u21-windows-i586.exe","title":"Java SE Development Kit 6u21 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u21-b07/jdk-6u21-windows-ia64.exe","name":"jdk-6u21-windows-ia64.exe","title":"Java SE Development Kit 6u21 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u21-b07/jdk-6u21-windows-x64.exe","name":"jdk-6u21-windows-x64.exe","title":"Java SE Development Kit 6u21 "}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-6u21-b07-oth-JPR","title":"Java SE Development Kit 6u21"},{"files":[{"filepath":"http://download.oracle.com/otn/java/jdk/6u20-b02/jdk-6u20-linux-i586.bin","name":"jdk-6u20-linux-i586.bin","title":"Java SE Development Kit 6u20 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u20-b02/jdk-6u20-linux-ia64.bin","name":"jdk-6u20-linux-ia64.bin","title":"Java SE Development Kit 6u20 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u20-b02/jdk-6u20-linux-x64.bin","name":"jdk-6u20-linux-x64.bin","title":"Java SE Development Kit 6u20 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u20-b02/jdk-6u20-solaris-i586.sh","name":"jdk-6u20-solaris-i586.sh","title":"Java SE Development Kit 6u20 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u20-b02/jdk-6u20-solaris-sparc.sh","name":"jdk-6u20-solaris-sparc.sh","title":"Java SE Development Kit 6u20 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u20-b02/jdk-6u20-solaris-sparcv9.sh","name":"jdk-6u20-solaris-sparcv9.sh","title":"Java SE Development Kit 6u20 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u20-b02/jdk-6u20-solaris-x64.sh","name":"jdk-6u20-solaris-x64.sh","title":"Java SE Development Kit 6u20 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u20-b02/jdk-6u20-windows-i586.exe","name":"jdk-6u20-windows-i586.exe","title":"Java SE Development Kit 6u20 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u20-b02/jdk-6u20-windows-ia64.exe","name":"jdk-6u20-windows-ia64.exe","title":"Java SE Development Kit 6u20 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u20-b02/jdk-6u20-windows-x64.exe","name":"jdk-6u20-windows-x64.exe","title":"Java SE Development Kit 6u20 "}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-6u20-oth-JPR","title":"Java SE Development Kit 6u20"},{"files":[{"filepath":"http://download.oracle.com/otn/java/jdk/6u19-b04/jdk-6u19-linux-i586.bin","name":"jdk-6u19-linux-i586.bin","title":"Java SE Development Kit 6u19 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u19-b04/jdk-6u19-linux-ia64.bin","name":"jdk-6u19-linux-ia64.bin","title":"Java SE Development Kit 6u19 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u19-b04/jdk-6u19-linux-x64.bin","name":"jdk-6u19-linux-x64.bin","title":"Java SE Development Kit 6u19 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u19-b04/jdk-6u19-solaris-i586.sh","name":"jdk-6u19-solaris-i586.sh","title":"Java SE Development Kit 6u19 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u19-b04/jdk-6u19-solaris-sparc.sh","name":"jdk-6u19-solaris-sparc.sh","title":"Java SE Development Kit 6u19 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u19-b04/jdk-6u19-solaris-sparcv9.sh","name":"jdk-6u19-solaris-sparcv9.sh","title":"Java SE Development Kit 6u19 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u19-b04/jdk-6u19-solaris-x64.sh","name":"jdk-6u19-solaris-x64.sh","title":"Java SE Development Kit 6u19 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u19-b04/jdk-6u19-windows-i586.exe","name":"jdk-6u19-windows-i586.exe","title":"Java SE Development Kit 6u19 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u19-b04/jdk-6u19-windows-ia64.exe","name":"jdk-6u19-windows-ia64.exe","title":"Java SE Development Kit 6u19 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u19-b04/jdk-6u19-windows-x64.exe","name":"jdk-6u19-windows-x64.exe","title":"Java SE Development Kit 6u19 "}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-6u19-oth-JPR","title":"Java SE Development Kit 6u19"},{"files":[{"filepath":"http://download.oracle.com/otn/java/jdk/6u18-b07/jdk-6u18-linux-i586.bin","name":"jdk-6u18-linux-i586.bin","title":"Java SE Development Kit 6u18 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u18-b07/jdk-6u18-linux-ia64.bin","name":"jdk-6u18-linux-ia64.bin","title":"Java SE Development Kit 6u18 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u18-b07/jdk-6u18-linux-x64.bin","name":"jdk-6u18-linux-x64.bin","title":"Java SE Development Kit 6u18 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u18-b07/jdk-6u18-solaris-i586.sh","name":"jdk-6u18-solaris-i586.sh","title":"Java SE Development Kit 6u18 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u18-b07/jdk-6u18-solaris-sparc.sh","name":"jdk-6u18-solaris-sparc.sh","title":"Java SE Development Kit 6u18 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u18-b07/jdk-6u18-solaris-sparcv9.sh","name":"jdk-6u18-solaris-sparcv9.sh","title":"Java SE Development Kit 6u18 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u18-b07/jdk-6u18-solaris-x64.sh","name":"jdk-6u18-solaris-x64.sh","title":"Java SE Development Kit 6u18 "},{"filepath":"http://download.oracle.com/otn/java/jre/6u18-b79/jdk-6u18-windows-i586.exe","name":"jdk-6u18-windows-i586.exe","title":"Java SE Development Kit 6u18 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u18-b07/jdk-6u18-windows-ia64.exe","name":"jdk-6u18-windows-ia64.exe","title":"Java SE Development Kit 6u18 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u18-b07/jdk-6u18-windows-x64.exe","name":"jdk-6u18-windows-x64.exe","title":"Java SE Development Kit 6u18 "}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-6u18-oth-JPR","title":"Java SE Development Kit 6u18"},{"files":[{"filepath":"http://download.oracle.com/otn/java/jdk/6u17-b04/jdk-6u17-linux-i586.bin","name":"jdk-6u17-linux-i586.bin","title":"Java SE Development Kit 6u17 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u17-b04/jdk-6u17-linux-ia64.bin","name":"jdk-6u17-linux-ia64.bin","title":"Java SE Development Kit 6u17 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u17-b04/jdk-6u17-linux-x64.bin","name":"jdk-6u17-linux-x64.bin","title":"Java SE Development Kit 6u17 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u17-b04/jdk-6u17-sla.pdf","name":"jdk-6u17-sla.pdf","title":"Software License Agreement "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u17-b04/jdk-6u17-solaris-i586.sh","name":"jdk-6u17-solaris-i586.sh","title":"Java SE Development Kit 6u17 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u17-b04/jdk-6u17-solaris-sparc.sh","name":"jdk-6u17-solaris-sparc.sh","title":"Java SE Development Kit 6u17 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u17-b04/jdk-6u17-solaris-sparcv9.sh","name":"jdk-6u17-solaris-sparcv9.sh","title":"Java SE Development Kit 6u17 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u17-b04/jdk-6u17-solaris-x64.sh","name":"jdk-6u17-solaris-x64.sh","title":"Java SE Development Kit 6u17 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u17-b04/jdk-6u17-windows-i586.exe","name":"jdk-6u17-windows-i586.exe","title":"Java SE Development Kit 6u17 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u17-b04/jdk-6u17-windows-ia64.exe","name":"jdk-6u17-windows-ia64.exe","title":"Java SE Development Kit 6u17 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u17-b04/jdk-6u17-windows-x64.exe","name":"jdk-6u17-windows-x64.exe","title":"Java SE Development Kit 6u17 "}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-6u17-oth-JPR","title":"Java SE Development Kit 6u17"},{"files":[{"filepath":"http://download.oracle.com/otn/java/jdk/6u16-b01/jdk-6u16-linux-i586.bin","name":"jdk-6u16-linux-i586.bin","title":"Java SE Development Kit 6u16 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u16-b01/jdk-6u16-linux-ia64.bin","name":"jdk-6u16-linux-ia64.bin","title":"Java SE Development Kit 6u16 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u16-b01/jdk-6u16-linux-x64.bin","name":"jdk-6u16-linux-x64.bin","title":"Java SE Development Kit 6u16 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u16-b01/jdk-6u16-solaris-i586.sh","name":"jdk-6u16-solaris-i586.sh","title":"Java SE Development Kit 6u16 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u16-b01/jdk-6u16-solaris-sparc.sh","name":"jdk-6u16-solaris-sparc.sh","title":"Java SE Development Kit 6u16 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u16-b01/jdk-6u16-solaris-sparcv9.sh","name":"jdk-6u16-solaris-sparcv9.sh","title":"Java SE Development Kit 6u16 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u16-b01/jdk-6u16-solaris-x64.sh","name":"jdk-6u16-solaris-x64.sh","title":"Java SE Development Kit 6u16 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u16-b01/jdk-6u16-windows-i586.exe","name":"jdk-6u16-windows-i586.exe","title":"Java SE Development Kit 6u16 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u16-b01/jdk-6u16-windows-ia64.exe","name":"jdk-6u16-windows-ia64.exe","title":"Java SE Development Kit 6u16 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u16-b01/jdk-6u16-windows-x64.exe","name":"jdk-6u16-windows-x64.exe","title":"Java SE Development Kit 6u16 "}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-6u16-oth-JPR","title":"Java SE Development Kit 6u16"},{"files":[{"filepath":"http://download.oracle.com/otn/java/jdk/6u15-b03/jdk-6u15-linux-i586.bin","name":"jdk-6u15-linux-i586.bin","title":"Java SE Development Kit 6u15 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u15-b03/scott/jdk-6u15-linux-ia64.bin","name":"jdk-6u15-linux-ia64.bin","title":"Java SE Development Kit 6u15 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u15-b03/jdk-6u15-linux-x64.bin","name":"jdk-6u15-linux-x64.bin","title":"Java SE Development Kit 6u15 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u15-b03/jdk-6u15-solaris-i586.sh","name":"jdk-6u15-solaris-i586.sh","title":"Java SE Development Kit 6u15 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u15-b03/jdk-6u15-solaris-sparc.sh","name":"jdk-6u15-solaris-sparc.sh","title":"Java SE Development Kit 6u15 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u15-b03/jdk-6u15-solaris-sparcv9.sh","name":"jdk-6u15-solaris-sparcv9.sh","title":"Java SE Development Kit 6u15 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u15-b03/jdk-6u15-solaris-x64.sh","name":"jdk-6u15-solaris-x64.sh","title":"Java SE Development Kit 6u15 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u15-b03/jdk-6u15-windows-i586.exe","name":"jdk-6u15-windows-i586.exe","title":"Java SE Development Kit 6u15 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u15-b03/scott/jdk-6u15-windows-ia64.exe","name":"jdk-6u15-windows-ia64.exe","title":"Java SE Development Kit 6u15 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u15-b03/jdk-6u15-windows-x64.exe","name":"jdk-6u15-windows-x64.exe","title":"Java SE Development Kit 6u15 "}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-6u15-oth-JPR","title":"Java SE Development Kit 6u15"},{"files":[{"filepath":"http://download.oracle.com/otn/java/jdk/6u14-b08/jdk-6u14-linux-i586.bin","name":"jdk-6u14-linux-i586.bin","title":"Java SE Development Kit 6u14 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u14-b08/jdk-6u14-linux-ia64.bin","name":"jdk-6u14-linux-ia64.bin","title":"Java SE Development Kit 6u14 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u14-b08/jdk-6u14-linux-x64.bin","name":"jdk-6u14-linux-x64.bin","title":"Java SE Development Kit 6u14 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u14-b08/jdk-6u14-solaris-i586.sh","name":"jdk-6u14-solaris-i586.sh","title":"Java SE Development Kit 6u14 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u14-b08/jdk-6u14-solaris-sparc.sh","name":"jdk-6u14-solaris-sparc.sh","title":"Java SE Development Kit 6u14 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u14-b08/jdk-6u14-solaris-sparcv9.sh","name":"jdk-6u14-solaris-sparcv9.sh","title":"Java SE Development Kit 6u14 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u14-b08/jdk-6u14-solaris-x64.sh","name":"jdk-6u14-solaris-x64.sh","title":"Java SE Development Kit 6u14 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u14-b08/jdk-6u14-windows-i586.exe","name":"jdk-6u14-windows-i586.exe","title":"Java SE Development Kit 6u14 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u14-b08/jdk-6u14-windows-ia64.exe","name":"jdk-6u14-windows-ia64.exe","title":"Java SE Development Kit 6u14 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u14-b08/jdk-6u14-windows-x64.exe","name":"jdk-6u14-windows-x64.exe","title":"Java SE Development Kit 6u14 "}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-6u14-oth-JPR","title":"Java SE Development Kit 6u14"},{"files":[{"filepath":"http://download.oracle.com/otn/java/jdk/6u13-b03/jdk-6u13-linux-i586.bin","name":"jdk-6u13-linux-i586.bin","title":"Java SE Development Kit 6u13 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u13-b03/jdk-6u13-linux-ia64.bin","name":"jdk-6u13-linux-ia64.bin","title":"Java SE Development Kit 6u13 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u13-b03/jdk-6u13-linux-x64.bin","name":"jdk-6u13-linux-x64.bin","title":"Java SE Development Kit 6u13 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u13-b03/jdk-6u13-solaris-i586.sh","name":"jdk-6u13-solaris-i586.sh","title":"Java SE Development Kit 6u13 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u13-b03/jdk-6u13-solaris-sparc.sh","name":"jdk-6u13-solaris-sparc.sh","title":"Java SE Development Kit 6u13 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u13-b03/jdk-6u13-solaris-sparcv9.sh","name":"jdk-6u13-solaris-sparcv9.sh","title":"Java SE Development Kit 6u13 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u13-b03/jdk-6u13-solaris-x64.sh","name":"jdk-6u13-solaris-x64.sh","title":"Java SE Development Kit 6u13 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u13-b03/jdk-6u13-windows-i586-p.exe","name":"jdk-6u13-windows-i586-p.exe","title":"Java SE Development Kit 6u13 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u13-b03/jdk-6u13-windows-ia64.exe","name":"jdk-6u13-windows-ia64.exe","title":"Java SE Development Kit 6u13 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u13-b03/jdk-6u13-windows-x64-p.exe","name":"jdk-6u13-windows-x64-p.exe","title":"Java SE Development Kit 6u13 "}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-6u13-oth-JPR","title":"Java SE Development Kit 6u13"},{"files":[{"filepath":"http://download.oracle.com/otn/java/jdk/6u12-b04/jdk-6u12-linux-i586.bin","name":"jdk-6u12-linux-i586.bin","title":"Java SE Development Kit 6u12 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u12-b04/jdk-6u12-linux-ia64.bin","name":"jdk-6u12-linux-ia64.bin","title":"Java SE Development Kit 6u12 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u12-b04/jdk-6u12-linux-x64.bin","name":"jdk-6u12-linux-x64.bin","title":"Java SE Development Kit 6u12 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u12-b04/jdk-6u12-solaris-i586.sh","name":"jdk-6u12-solaris-i586.sh","title":"Java SE Development Kit 6u12 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u12-b04/jdk-6u12-solaris-sparc.sh","name":"jdk-6u12-solaris-sparc.sh","title":"Java SE Development Kit 6u12 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u12-b04/jdk-6u12-solaris-sparcv9.sh","name":"jdk-6u12-solaris-sparcv9.sh","title":"Java SE Development Kit 6u12 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u12-b04/jdk-6u12-solaris-x64.sh","name":"jdk-6u12-solaris-x64.sh","title":"Java SE Development Kit 6u12 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u12-b04/jdk-6u12-windows-i586-p.exe","name":"jdk-6u12-windows-i586-p.exe","title":"Java SE Development Kit 6u12 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u12-b04/jdk-6u12-windows-ia64.exe","name":"jdk-6u12-windows-ia64.exe","title":"Java SE Development Kit 6u12 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u12-b04/jdk-6u12-windows-x64-p.exe","name":"jdk-6u12-windows-x64-p.exe","title":"Java SE Development Kit 6u12 "}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-6u12-oth-JPR","title":"Java SE Development Kit 6u12"},{"files":[{"filepath":"http://download.oracle.com/otn/java/jdk/6u11-b03/jdk-6u11-linux-i586.bin","name":"jdk-6u11-linux-i586.bin","title":"Java SE Development Kit 6u11 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u11-b03/jdk-6u11-linux-ia64.bin","name":"jdk-6u11-linux-ia64.bin","title":"Java SE Development Kit 6u11 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u11-b03/jdk-6u11-linux-x64.bin","name":"jdk-6u11-linux-x64.bin","title":"Java SE Development Kit 6u11 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u11-b03/jdk-6u11-solaris-i586.sh","name":"jdk-6u11-solaris-i586.sh","title":"Java SE Development Kit 6u11 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u11-b03/jdk-6u11-solaris-sparc.sh","name":"jdk-6u11-solaris-sparc.sh","title":"Java SE Development Kit 6u11 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u11-b03/jdk-6u11-solaris-sparcv9.sh","name":"jdk-6u11-solaris-sparcv9.sh","title":"Java SE Development Kit 6u11 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u11-b03/jdk-6u11-solaris-x64.sh","name":"jdk-6u11-solaris-x64.sh","title":"Java SE Development Kit 6u11 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u11-b03/jdk-6u11-windows-i586-p.exe","name":"jdk-6u11-windows-i586-p.exe","title":"Java SE Development Kit 6u11 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u11-b03/jdk-6u11-windows-ia64.exe","name":"jdk-6u11-windows-ia64.exe","title":"Java SE Development Kit 6u11 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u11-b03/jdk-6u11-windows-x64.exe","name":"jdk-6u11-windows-x64.exe","title":"Java SE Development Kit 6u11 "}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-6u11-oth-JPR","title":"Java SE Development Kit 6u11"},{"files":[{"filepath":"http://download.oracle.com/otn/java/jdk/6u10/jdk-6u10-linux-i586.bin","name":"jdk-6u10-linux-i586.bin","title":"Java SE Development Kit 6u10 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u10/jdk-6u10-linux-x64.bin","name":"jdk-6u10-linux-x64.bin","title":"Java SE Development Kit 6u10 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u10/jdk-6u10-solaris-i586.sh","name":"jdk-6u10-solaris-i586.sh","title":"Java SE Development Kit 6u10 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u10/jdk-6u10-solaris-sparc.sh","name":"jdk-6u10-solaris-sparc.sh","title":"Java SE Development Kit 6u10 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u10/jdk-6u10-solaris-sparcv9.sh","name":"jdk-6u10-solaris-sparcv9.sh","title":"Java SE Development Kit 6u10 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u10/jdk-6u10-solaris-x64.sh","name":"jdk-6u10-solaris-x64.sh","title":"Java SE Development Kit 6u10 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u10/jdk-6u10-windows-i586-p.exe","name":"jdk-6u10-windows-i586-p.exe","title":"Windows Offline Installation "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u10/jdk-6u10-windows-x64.exe","name":"jdk-6u10-windows-x64.exe","title":"Java SE Development Kit 6u10 "}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-6u10-oth-JPR","title":"Java SE Development Kit 6u10"},{"files":[{"filepath":"http://download.oracle.com/otn/java/jdk/6u7/jdk-6u7-linux-i586.bin","name":"jdk-6u7-linux-i586.bin","title":"Java SE Development Kit 6u7 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u7/jdk-6u7-linux-x64.bin","name":"jdk-6u7-linux-x64.bin","title":"Java SE Development Kit 6u7 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u7/jdk-6u7-solaris-i586.sh","name":"jdk-6u7-solaris-i586.sh","title":"Java SE Development Kit 6u7 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u7/jdk-6u7-solaris-sparc.sh","name":"jdk-6u7-solaris-sparc.sh","title":"Java SE Development Kit 6u7 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u7/jdk-6u7-solaris-sparcv9.sh","name":"jdk-6u7-solaris-sparcv9.sh","title":"Java SE Development Kit 6u7 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u7/jdk-6u7-solaris-x64.sh","name":"jdk-6u7-solaris-x64.sh","title":"Java SE Development Kit 6u7 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u7/jdk-6u7-windows-i586-p.exe","name":"jdk-6u7-windows-i586-p.exe","title":"Windows Offline Installation "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u7/jdk-6u7-windows-x64.exe","name":"jdk-6u7-windows-x64.exe","title":"Java SE Development Kit 6u7 "}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-6u7-oth-JPR","title":"Java SE Development Kit 6u7"},{"files":[{"filepath":"http://download.oracle.com/otn/java/jdk/6u7-ia64/jdk-6u7-linux-ia64.bin","name":"jdk-6u7-linux-ia64.bin","title":"Java SE Development Kit for Itanium 6u7 "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u7-ia64/jdk-6u7-windows-ia64.exe","name":"jdk-6u7-windows-ia64.exe","title":"Java SE Development Kit for Itanium 6u7 "}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-6u7-ia64-JPR","title":"Java SE Development Kit for Itanium 6u7"},{"files":[{"filepath":"http://download.oracle.com/otn/java/jdk/6u6-p2/jdk-6u6-p-linux-x64.tar.gz","name":"jdk-6u6-p-linux-x64.tar.gz","title":"Java SE Development Kit 6u6 Performance Release "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u6-p2/jdk-6u6-p-solaris-i586.tar","name":"jdk-6u6-p-solaris-i586.tar","title":"Java SE Development Kit 6u6 Performance Release "},{"filepath":"http://download.oracle.com/otn/java/jre/6u6p/jdk-6u6-p-solaris-sparc.tar","name":"jdk-6u6-p-solaris-sparc.tar","title":"Java SE Development Kit 6u6 Performance Release "},{"filepath":"http://download.oracle.com/otn/java/jre/6u6p/jdk-6u6-p-solaris-sparcv9.tar","name":"jdk-6u6-p-solaris-sparcv9.tar","title":"Java SE Development Kit 6u6 Performance Release "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u6-p2/jdk-6u6-p-solaris-x64.tar","name":"jdk-6u6-p-solaris-x64.tar","title":"Java SE Development Kit 6u6 Performance Release "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u6-p2/jdk-6u6-p-windows-i586.tar","name":"jdk-6u6-p-windows-i586.tar","title":"Java SE Development Kit 6u6 Performance Release "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u6-p2/jdk-6u6-p-windows-x64.tar","name":"jdk-6u6-p-windows-x64.tar","title":"Java SE Development Kit 6u6 Performance Release "}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-6u6-p2-oth-JPR","title":"Java SE Development Kit 6u6 Performance"},{"files":[{"filepath":"http://download.oracle.com/otn/java/jdk/6u6/jdk-6u6-linux-i586.bin","name":"jdk-6u6-linux-i586.bin","title":"Linux self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u6/jdk-6u6-linux-x64.bin","name":"jdk-6u6-linux-x64.bin","title":"Linux x64 self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u6/jdk-6u6-solaris-i586.sh","name":"jdk-6u6-solaris-i586.sh","title":"Solaris x86 self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u6/jdk-6u6-solaris-sparc.sh","name":"jdk-6u6-solaris-sparc.sh","title":"Solaris SPARC 32-bit self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u6/jdk-6u6-solaris-sparcv9.sh","name":"jdk-6u6-solaris-sparcv9.sh","title":"Solaris SPARC 64-bit self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u6/jdk-6u6-solaris-x64.sh","name":"jdk-6u6-solaris-x64.sh","title":"Solaris x64 self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u6/jdk-6u6-windows-i586-p.exe","name":"jdk-6u6-windows-i586-p.exe","title":"Windows Offline Installation "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u6/jdk-6u6-windows-x64.exe","name":"jdk-6u6-windows-x64.exe","title":"Windows x64 executable "}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-6u6-oth-JPR","title":"Java SE Development Kit 6u6"},{"files":[{"filepath":"http://download.oracle.com/otn/java/jdk/6u5b/jdk-6u5-linux-i586.bin","name":"jdk-6u5-linux-i586.bin","title":"Linux self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u5b/jdk-6u5-linux-x64.bin","name":"jdk-6u5-linux-x64.bin","title":"Linux x64 self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u5b/jdk-6u5-solaris-i586.sh","name":"jdk-6u5-solaris-i586.sh","title":"Solaris x86 self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u5b/jdk-6u5-solaris-sparc.sh","name":"jdk-6u5-solaris-sparc.sh","title":"Solaris SPARC 32-bit self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u5b/jdk-6u5-solaris-sparcv9.sh","name":"jdk-6u5-solaris-sparcv9.sh","title":"Solaris SPARC 64-bit self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u5b/jdk-6u5-solaris-x64.sh","name":"jdk-6u5-solaris-x64.sh","title":"Solaris x64 self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u5b/jdk-6u5-windows-i586-p.exe","name":"jdk-6u5-windows-i586-p.exe","title":"Windows Offline Installation "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u5b/jdk-6u5-windows-x64.exe","name":"jdk-6u5-windows-x64.exe","title":"Windows x64 executable "}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-6u5-oth-JPR","title":"Java SE Development Kit 6u5"},{"files":[{"filepath":"http://download.oracle.com/otn/java/jdk/6u4-b12/jdk-6u4-linux-i586.bin","name":"jdk-6u4-linux-i586.bin","title":"Linux self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u4-b12/jdk-6u4-linux-x64.bin","name":"jdk-6u4-linux-x64.bin","title":"Linux x64 self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u4-b12/jdk-6u4-solaris-i586.sh","name":"jdk-6u4-solaris-i586.sh","title":"Solaris x86 self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u4-b12/jdk-6u4-solaris-sparc.sh","name":"jdk-6u4-solaris-sparc.sh","title":"Solaris SPARC 32-bit self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u4-b12/jdk-6u4-solaris-sparcv9.sh","name":"jdk-6u4-solaris-sparcv9.sh","title":"Solaris SPARC 64-bit self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u4-b12/jdk-6u4-solaris-x64.sh","name":"jdk-6u4-solaris-x64.sh","title":"Solaris x64 self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u4-b12/jdk-6u4-windows-i586-p.exe","name":"jdk-6u4-windows-i586-p.exe","title":"Windows Offline Installation "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u4-b12/jdk-6u4-windows-x64.exe","name":"jdk-6u4-windows-x64.exe","title":"Windows x64 executable "}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-6u4-b-oth-JPR","title":"Java SE Development Kit 6u4"},{"files":[{"filepath":"http://download.oracle.com/otn/java/jdk/6u3/jdk-6u3-linux-amd64.bin","name":"jdk-6u3-linux-amd64.bin","title":"Linux x64 self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u3/jdk-6u3-linux-i586.bin","name":"jdk-6u3-linux-i586.bin","title":"Linux self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u3/jdk-6u3-solaris-amd64.sh","name":"jdk-6u3-solaris-amd64.sh","title":"Solaris x64 self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u3/jdk-6u3-solaris-i586.sh","name":"jdk-6u3-solaris-i586.sh","title":"Solaris x86 self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u3/jdk-6u3-solaris-sparc.sh","name":"jdk-6u3-solaris-sparc.sh","title":"Solaris SPARC 32-bit self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u3/jdk-6u3-solaris-sparcv9.sh","name":"jdk-6u3-solaris-sparcv9.sh","title":"Solaris SPARC 64-bit self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u3/jdk-6u3-windows-amd64.exe","name":"jdk-6u3-windows-amd64.exe","title":"Windows x64 executable "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u3/jdk-6u3-windows-i586-p.exe","name":"jdk-6u3-windows-i586-p.exe","title":"Windows Offline Installation "}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-6u3-oth-JPR","title":"Java SE Development Kit 6u3"},{"files":[{"filepath":"http://download.oracle.com/otn/java/jdk/6u2/jdk-6u2-linux-amd64.bin","name":"jdk-6u2-linux-amd64.bin","title":"Linux x64 self-extracting file (build 05) "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u2/jdk-6u2-linux-i586.bin","name":"jdk-6u2-linux-i586.bin","title":"Linux self-extracting file (build 05) "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u2/jdk-6u2-solaris-amd64.sh","name":"jdk-6u2-solaris-amd64.sh","title":"Solaris x64 self-extracting file (build 05) "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u2/jdk-6u2-solaris-i586.sh","name":"jdk-6u2-solaris-i586.sh","title":"Solaris x86 self-extracting file (build 05) "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u2/jdk-6u2-solaris-sparc.sh","name":"jdk-6u2-solaris-sparc.sh","title":"Solaris SPARC 32-bit self-extracting file (build 05) "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u2/jdk-6u2-solaris-sparcv9.sh","name":"jdk-6u2-solaris-sparcv9.sh","title":"Solaris SPARC 64-bit self-extracting file (build 05) "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u2/jdk-6u2-windows-amd64.exe","name":"jdk-6u2-windows-amd64.exe","title":"Windows x64 executable (build 05) "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u2/jdk-6u2-windows-i586-p.exe","name":"jdk-6u2-windows-i586-p.exe","title":"Windows Offline Installation (build 06) "}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-6u2-oth-JPR","title":"Java SE Development Kit 6u2"},{"files":[{"filepath":"http://download.oracle.com/otn/java/jdk/6u1/jdk-6u1-linux-amd64.bin","name":"jdk-6u1-linux-amd64.bin","title":"Linux x64 self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u1/jdk-6u1-linux-i586.bin","name":"jdk-6u1-linux-i586.bin","title":"Linux self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u1/jdk-6u1-solaris-amd64.sh","name":"jdk-6u1-solaris-amd64.sh","title":"Solaris x64 self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u1/jdk-6u1-solaris-i586.sh","name":"jdk-6u1-solaris-i586.sh","title":"Solaris x86 self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u1/jdk-6u1-solaris-sparc.sh","name":"jdk-6u1-solaris-sparc.sh","title":"Solaris SPARC 32-bit self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u1/jdk-6u1-solaris-sparcv9.sh","name":"jdk-6u1-solaris-sparcv9.sh","title":"Solaris SPARC 64-bit self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u1/jdk-6u1-windows-amd64.exe","name":"jdk-6u1-windows-amd64.exe","title":"Windows x64 executable "},{"filepath":"http://download.oracle.com/otn/java/jdk/6u1/jdk-6u1-windows-i586-p.exe","name":"jdk-6u1-windows-i586-p.exe","title":"Windows Offline Installation "}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-6u1-oth-JPR","title":"Java SE Development Kit 6u1"},{"files":[{"filepath":"http://download.oracle.com/otn/java/jdk/6/jdk-6-linux-amd64.bin","name":"jdk-6-linux-amd64.bin","title":"Linux x64 self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/6/jdk-6-linux-i586.bin","name":"jdk-6-linux-i586.bin","title":"Linux self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/6/jdk-6-solaris-amd64.sh","name":"jdk-6-solaris-amd64.sh","title":"Solaris x64 self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/6/jdk-6-solaris-i586.sh","name":"jdk-6-solaris-i586.sh","title":"Solaris x86 self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/6/jdk-6-solaris-sparc.sh","name":"jdk-6-solaris-sparc.sh","title":"Solaris SPARC 32-bit self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/6/jdk-6-solaris-sparcv9.sh","name":"jdk-6-solaris-sparcv9.sh","title":"Solaris SPARC 64-bit self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/6/jdk-6-windows-amd64.exe","name":"jdk-6-windows-amd64.exe","title":"Windows x64 executable "},{"filepath":"http://download.oracle.com/otn/java/jdk/6/jdk-6-windows-i586.exe","name":"jdk-6-windows-i586.exe","title":"Windows Offline Installation "}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-6-oth-JPR","title":"Java SE Development Kit 6"}]},{"name":"JDK 5","releases":[{"files":[{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_22/jdk-1_5_0_22-linux-amd64.bin","name":"jdk-1_5_0_22-linux-amd64.bin","title":"Java Development Kit 5.0 Update 22 "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_22/jdk-1_5_0_22-linux-i586.bin","name":"jdk-1_5_0_22-linux-i586.bin","title":"Java Development Kit 5.0 Update 22 "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_22/jdk-1_5_0_22-solaris-amd64.sh","name":"jdk-1_5_0_22-solaris-amd64.sh","title":"Java Development Kit 5.0 Update 22 "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_22/jdk-1_5_0_22-solaris-i586.sh","name":"jdk-1_5_0_22-solaris-i586.sh","title":"Java Development Kit 5.0 Update 22 "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_22/jdk-1_5_0_22-solaris-sparc.sh","name":"jdk-1_5_0_22-solaris-sparc.sh","title":"Java Development Kit 5.0 Update 22 "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_22/jdk-1_5_0_22-solaris-sparcv9.sh","name":"jdk-1_5_0_22-solaris-sparcv9.sh","title":"Java Development Kit 5.0 Update 22 "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_22/jdk-1_5_0_22-windows-amd64.exe","name":"jdk-1_5_0_22-windows-amd64.exe","title":"Java Development Kit 5.0 Update 22 "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_22/jdk-1_5_0_22-windows-i586-p.exe","name":"jdk-1_5_0_22-windows-i586-p.exe","title":"Windows Offline Installation "}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-1.5.0_22-oth-JPR","title":"Java SE Development Kit 5.0u22"},{"files":[{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_21/jdk-1_5_0_21-linux-amd64.bin","name":"jdk-1_5_0_21-linux-amd64.bin","title":"Java Development Kit 5.0 Update 21 "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_21/jdk-1_5_0_21-linux-i586.bin","name":"jdk-1_5_0_21-linux-i586.bin","title":"Java Development Kit 5.0 Update 21 "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_21/jdk-1_5_0_21-solaris-amd64.sh","name":"jdk-1_5_0_21-solaris-amd64.sh","title":"Java Development Kit 5.0 Update 21 "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_21/jdk-1_5_0_21-solaris-i586.sh","name":"jdk-1_5_0_21-solaris-i586.sh","title":"Java Development Kit 5.0 Update 21 "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_21/jdk-1_5_0_21-solaris-sparc.sh","name":"jdk-1_5_0_21-solaris-sparc.sh","title":"Java Development Kit 5.0 Update 21 "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_21/jdk-1_5_0_21-solaris-sparcv9.sh","name":"jdk-1_5_0_21-solaris-sparcv9.sh","title":"Java Development Kit 5.0 Update 21 "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_21/jdk-1_5_0_21-windows-amd64.exe","name":"jdk-1_5_0_21-windows-amd64.exe","title":"Java Development Kit 5.0 Update 21 "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_21/jdk-1_5_0_21-windows-i586-p.exe","name":"jdk-1_5_0_21-windows-i586-p.exe","title":"Windows Offline Installation "}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-1.5.0_21-oth-JPR","title":"Java SE Development Kit 5.0u21"},{"files":[{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_20/jdk-1_5_0_20-linux-amd64.bin","name":"jdk-1_5_0_20-linux-amd64.bin","title":"Java Development Kit 5.0 Update 20 "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_20/jdk-1_5_0_20-linux-i586.bin","name":"jdk-1_5_0_20-linux-i586.bin","title":"Java Development Kit 5.0 Update 20 "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_20/jdk-1_5_0_20-solaris-amd64.sh","name":"jdk-1_5_0_20-solaris-amd64.sh","title":"Java Development Kit 5.0 Update 20 "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_20/jdk-1_5_0_20-solaris-i586.sh","name":"jdk-1_5_0_20-solaris-i586.sh","title":"Java Development Kit 5.0 Update 20 "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_20/jdk-1_5_0_20-solaris-sparc.sh","name":"jdk-1_5_0_20-solaris-sparc.sh","title":"Java Development Kit 5.0 Update 20 "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_20/jdk-1_5_0_20-solaris-sparcv9.sh","name":"jdk-1_5_0_20-solaris-sparcv9.sh","title":"Java Development Kit 5.0 Update 20 "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_20/jdk-1_5_0_20-windows-amd64.exe","name":"jdk-1_5_0_20-windows-amd64.exe","title":"Java Development Kit 5.0 Update 20 "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_20/jdk-1_5_0_20-windows-i586-p.exe","name":"jdk-1_5_0_20-windows-i586-p.exe","title":"Java Development Kit 5.0 Update 20 "}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-1.5.0_20-oth-JPR","title":"Java SE Development Kit 5.0u20"},{"files":[{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_19/jdk-1_5_0_19-linux-amd64.bin","name":"jdk-1_5_0_19-linux-amd64.bin","title":"Java Development Kit 5.0 Update 19 "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_19/jdk-1_5_0_19-linux-i586.bin","name":"jdk-1_5_0_19-linux-i586.bin","title":"Java Development Kit 5.0 Update 19 "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_19/jdk-1_5_0_19-solaris-amd64.sh","name":"jdk-1_5_0_19-solaris-amd64.sh","title":"Java Development Kit 5.0 Update 19 "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_19/jdk-1_5_0_19-solaris-i586.sh","name":"jdk-1_5_0_19-solaris-i586.sh","title":"Java Development Kit 5.0 Update 19 "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_19/jdk-1_5_0_19-solaris-sparc.sh","name":"jdk-1_5_0_19-solaris-sparc.sh","title":"Java Development Kit 5.0 Update 19 "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_19/jdk-1_5_0_19-solaris-sparcv9.sh","name":"jdk-1_5_0_19-solaris-sparcv9.sh","title":"Java Development Kit 5.0 Update 19 "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_19/jdk-1_5_0_19-windows-amd64.exe","name":"jdk-1_5_0_19-windows-amd64.exe","title":"Java Development Kit 5.0 Update 19 "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_19/jdk-1_5_0_19-windows-i586-p.exe","name":"jdk-1_5_0_19-windows-i586-p.exe","title":"Windows Offline Installation "}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-1.5.0_19-oth-JPR","title":"Java SE Development Kit 5.0u19"},{"files":[{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_18/jdk-1_5_0_18-linux-amd64.bin","name":"jdk-1_5_0_18-linux-amd64.bin","title":"Java Development Kit 5.0 Update 18 "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_18/jdk-1_5_0_18-linux-i586.bin","name":"jdk-1_5_0_18-linux-i586.bin","title":"Java Development Kit 5.0 Update 18 "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_18/jdk-1_5_0_18-solaris-amd64.sh","name":"jdk-1_5_0_18-solaris-amd64.sh","title":"Java Development Kit 5.0 Update 18 "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_18/jdk-1_5_0_18-solaris-i586.sh","name":"jdk-1_5_0_18-solaris-i586.sh","title":"Java Development Kit 5.0 Update 18 "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_18/jdk-1_5_0_18-solaris-sparc.sh","name":"jdk-1_5_0_18-solaris-sparc.sh","title":"Java Development Kit 5.0 Update 18 "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_18/jdk-1_5_0_18-solaris-sparcv9.sh","name":"jdk-1_5_0_18-solaris-sparcv9.sh","title":"Java Development Kit 5.0 Update 18 "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_18/jdk-1_5_0_18-windows-amd64.exe","name":"jdk-1_5_0_18-windows-amd64.exe","title":"Java Development Kit 5.0 Update 18 "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_18/jdk-1_5_0_18-windows-i586-p.exe","name":"jdk-1_5_0_18-windows-i586-p.exe","title":"Windows Offline Installation "}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-1.5.0_18-oth-JPR","title":"Java SE Development Kit 5.0u18"},{"files":[{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_17/jdk-1_5_0_17-linux-amd64.bin","name":"jdk-1_5_0_17-linux-amd64.bin","title":"Java Development Kit 5.0 Update 17 "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_17/jdk-1_5_0_17-linux-i586.bin","name":"jdk-1_5_0_17-linux-i586.bin","title":"Java Development Kit 5.0 Update 17 "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_17/jdk-1_5_0_17-solaris-amd64.sh","name":"jdk-1_5_0_17-solaris-amd64.sh","title":"Java Development Kit 5.0 Update 17 "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_17/jdk-1_5_0_17-solaris-i586.sh","name":"jdk-1_5_0_17-solaris-i586.sh","title":"Java Development Kit 5.0 Update 17 "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_17/jdk-1_5_0_17-solaris-sparc.sh","name":"jdk-1_5_0_17-solaris-sparc.sh","title":"Java Development Kit 5.0 Update 17 "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_17/jdk-1_5_0_17-solaris-sparcv9.sh","name":"jdk-1_5_0_17-solaris-sparcv9.sh","title":"Java Development Kit 5.0 Update 17 "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_17/jdk-1_5_0_17-windows-amd64.exe","name":"jdk-1_5_0_17-windows-amd64.exe","title":"Java Development Kit 5.0 Update 17 "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_17/jdk-1_5_0_17-windows-i586-p.exe","name":"jdk-1_5_0_17-windows-i586-p.exe","title":"Windows Offline Installation "}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-1.5.0_17-oth-JPR","title":"Java SE Development Kit 5.0u17"},{"files":[{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_16/jdk-1_5_0_16-linux-amd64.bin","name":"jdk-1_5_0_16-linux-amd64.bin","title":"Java Development Kit 5.0 Update 16 "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_16/jdk-1_5_0_16-linux-i586.bin","name":"jdk-1_5_0_16-linux-i586.bin","title":"Java Development Kit 5.0 Update 16 "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_16/jdk-1_5_0_16-solaris-amd64.sh","name":"jdk-1_5_0_16-solaris-amd64.sh","title":"Java Development Kit 5.0 Update 16 "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_16/jdk-1_5_0_16-solaris-i586.sh","name":"jdk-1_5_0_16-solaris-i586.sh","title":"Java Development Kit 5.0 Update 16 "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_16/jdk-1_5_0_16-solaris-sparc.sh","name":"jdk-1_5_0_16-solaris-sparc.sh","title":"Java Development Kit 5.0 Update 16 "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_16/jdk-1_5_0_16-solaris-sparcv9.sh","name":"jdk-1_5_0_16-solaris-sparcv9.sh","title":"Java Development Kit 5.0 Update 16 "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_16/jdk-1_5_0_16-windows-amd64.exe","name":"jdk-1_5_0_16-windows-amd64.exe","title":"Java Development Kit 5.0 Update 16 "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_16/jdk-1_5_0_16-windows-i586-p.exe","name":"jdk-1_5_0_16-windows-i586-p.exe","title":"Windows Offline Installation "}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-1.5.0_16-oth-JPR","title":"Java SE Development Kit 5.0u16"},{"files":[{"filepath":"http://download.oracle.com/otn/java/jdk/5.0_15/jdk-1_5_0_15-linux-amd64.bin","name":"jdk-1_5_0_15-linux-amd64.bin","title":"Linux x64 self-extracting file (use 32-bit version for applet and Java Web Start support) "},{"filepath":"http://download.oracle.com/otn/java/jdk/5.0_15/jdk-1_5_0_15-linux-i586.bin","name":"jdk-1_5_0_15-linux-i586.bin","title":"Linux self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/5.0_15/jdk-1_5_0_15-solaris-amd64.sh","name":"jdk-1_5_0_15-solaris-amd64.sh","title":"Solaris x64 self-extracting file (use 32-bit version for applet and Java Web Start support) "},{"filepath":"http://download.oracle.com/otn/java/jdk/5.0_15/jdk-1_5_0_15-solaris-i586.sh","name":"jdk-1_5_0_15-solaris-i586.sh","title":"Solaris x86 self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/5.0_15/jdk-1_5_0_15-solaris-sparc.sh","name":"jdk-1_5_0_15-solaris-sparc.sh","title":"Solaris SPARC 32-bit self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/5.0_15/jdk-1_5_0_15-solaris-sparcv9.sh","name":"jdk-1_5_0_15-solaris-sparcv9.sh","title":"Solaris SPARC 64-bit self-extracting file (use 32-bit version for applet and Java Web Start support) "},{"filepath":"http://download.oracle.com/otn/java/jdk/5.0_15/jdk-1_5_0_15-windows-amd64.exe","name":"jdk-1_5_0_15-windows-amd64.exe","title":"Windows x64 executable (use 32-bit version for applet and Java Web Start support) "},{"filepath":"http://download.oracle.com/otn/java/jdk/5.0_15/jdk-1_5_0_15-windows-i586-p.exe","name":"jdk-1_5_0_15-windows-i586-p.exe","title":"Windows Offline Installation "}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-1.5.0_15-oth-JPR","title":"Java SE Development Kit 5.0 Update 15"},{"files":[{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_14/jdk-1_5_0_14-linux-amd64.bin","name":"jdk-1_5_0_14-linux-amd64.bin","title":"Linux x64 self-extracting file (use 32-bit version for applet and Java Web Start support) "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_14/jdk-1_5_0_14-linux-i586.bin","name":"jdk-1_5_0_14-linux-i586.bin","title":"Linux self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_14/jdk-1_5_0_14-solaris-amd64.sh","name":"jdk-1_5_0_14-solaris-amd64.sh","title":"Solaris x64 self-extracting file (use 32-bit version for applet and Java Web Start support) "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_14/jdk-1_5_0_14-solaris-i586.sh","name":"jdk-1_5_0_14-solaris-i586.sh","title":"Solaris x86 self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_14/jdk-1_5_0_14-solaris-sparc.sh","name":"jdk-1_5_0_14-solaris-sparc.sh","title":"Solaris SPARC 32-bit self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_14/jdk-1_5_0_14-solaris-sparcv9.sh","name":"jdk-1_5_0_14-solaris-sparcv9.sh","title":"Solaris SPARC 64-bit self-extracting file (use 32-bit version for applet and Java Web Start support) "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_14/jdk-1_5_0_14-windows-amd64.exe","name":"jdk-1_5_0_14-windows-amd64.exe","title":"Windows x64 executable (use 32-bit version for applet and Java Web Start support) "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_14/jdk-1_5_0_14-windows-i586-p.exe","name":"jdk-1_5_0_14-windows-i586-p.exe","title":"Windows Offline Installation "}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-1.5.0_14-oth-JPR","title":"Java Development Kit 5.0 Update 14"},{"files":[{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_13/jdk-1_5_0_13-linux-amd64.bin","name":"jdk-1_5_0_13-linux-amd64.bin","title":"Linux x64 self-extracting file (use 32-bit version for applet and Java Web Start support) "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_13/jdk-1_5_0_13-linux-i586.bin","name":"jdk-1_5_0_13-linux-i586.bin","title":"Linux self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_13/jdk-1_5_0_13-solaris-amd64.sh","name":"jdk-1_5_0_13-solaris-amd64.sh","title":"Solaris x64 self-extracting file (use 32-bit version for applet and Java Web Start support) "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_13/jdk-1_5_0_13-solaris-i586.sh","name":"jdk-1_5_0_13-solaris-i586.sh","title":"Solaris x86 self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_13/jdk-1_5_0_13-solaris-sparc.sh","name":"jdk-1_5_0_13-solaris-sparc.sh","title":"Solaris SPARC 32-bit self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_13/jdk-1_5_0_13-solaris-sparcv9.sh","name":"jdk-1_5_0_13-solaris-sparcv9.sh","title":"Solaris SPARC 64-bit self-extracting file (use 32-bit version for applet and Java Web Start support) "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_13/jdk-1_5_0_13-windows-amd64.exe","name":"jdk-1_5_0_13-windows-amd64.exe","title":"Windows x64 executable (use 32-bit version for applet and Java Web Start support) "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_13/jdk-1_5_0_13-windows-i586-p.exe","name":"jdk-1_5_0_13-windows-i586-p.exe","title":"Windows Offline Installation "}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-1.5.0_13-oth-JPR","title":"Java Development Kit 5.0 Update 13"},{"files":[{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_12/jdk-1_5_0_12-linux-amd64.bin","name":"jdk-1_5_0_12-linux-amd64.bin","title":"Linux x64 self-extracting file (use 32-bit version for applet and Java Web Start support) "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_12/jdk-1_5_0_12-linux-i586.bin","name":"jdk-1_5_0_12-linux-i586.bin","title":"Linux self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_12/jdk-1_5_0_12-solaris-amd64.sh","name":"jdk-1_5_0_12-solaris-amd64.sh","title":"Solaris x64 self-extracting file (use 32-bit version for applet and Java Web Start support) "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_12/jdk-1_5_0_12-solaris-i586.sh","name":"jdk-1_5_0_12-solaris-i586.sh","title":"Solaris x86 self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_12/jdk-1_5_0_12-solaris-sparc.sh","name":"jdk-1_5_0_12-solaris-sparc.sh","title":"Solaris SPARC 32-bit self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_12/jdk-1_5_0_12-solaris-sparcv9.sh","name":"jdk-1_5_0_12-solaris-sparcv9.sh","title":"Solaris SPARC 64-bit self-extracting file (use 32-bit version for applet and Java Web Start support) "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_12/jdk-1_5_0_12-windows-amd64.exe","name":"jdk-1_5_0_12-windows-amd64.exe","title":"Windows x64 executable (use 32-bit version for applet and Java Web Start support) "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_12/jdk-1_5_0_12-windows-i586-p.exe","name":"jdk-1_5_0_12-windows-i586-p.exe","title":"Windows Offline Installation "}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-1.5.0_12-oth-JPR","title":"Java Development Kit 5.0 Update 12"},{"files":[{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_11/jdk-1_5_0_11-linux-amd64.bin","name":"jdk-1_5_0_11-linux-amd64.bin","title":"Linux x64 self-extracting file (use 32-bit version for applet and Java Web Start support) "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_11/jdk-1_5_0_11-linux-i586.bin","name":"jdk-1_5_0_11-linux-i586.bin","title":"Linux self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_11/jdk-1_5_0_11-solaris-amd64.sh","name":"jdk-1_5_0_11-solaris-amd64.sh","title":"Solaris x64 self-extracting file (use 32-bit version for applet and Java Web Start support) "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_11/jdk-1_5_0_11-solaris-i586.sh","name":"jdk-1_5_0_11-solaris-i586.sh","title":"Solaris x86 self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_11/jdk-1_5_0_11-solaris-sparc.sh","name":"jdk-1_5_0_11-solaris-sparc.sh","title":"Solaris SPARC 32-bit self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_11/jdk-1_5_0_11-solaris-sparcv9.sh","name":"jdk-1_5_0_11-solaris-sparcv9.sh","title":"Solaris SPARC 64-bit self-extracting file (use 32-bit version for applet and Java Web Start support) "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_11/jdk-1_5_0_11-windows-amd64.exe","name":"jdk-1_5_0_11-windows-amd64.exe","title":"Windows x64 executable (use 32-bit version for applet and Java Web Start support) "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_11/jdk-1_5_0_11-windows-i586-p.exe","name":"jdk-1_5_0_11-windows-i586-p.exe","title":"Windows Offline Installation "}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-1.5.0_11-oth-JPR","title":"J2SE(TM) Development Kit 5.0 Update 11"},{"files":[{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_10/jdk-1_5_0_10-linux-amd64.bin","name":"jdk-1_5_0_10-linux-amd64.bin","title":"Linux x64 self-extracting file (use 32-bit version for applet and Java Web Start support) "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_10/jdk-1_5_0_10-linux-i586.bin","name":"jdk-1_5_0_10-linux-i586.bin","title":"Linux self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_10/jdk-1_5_0_10-solaris-amd64.sh","name":"jdk-1_5_0_10-solaris-amd64.sh","title":"Solaris x64 self-extracting file (use 32-bit version for applet and Java Web Start support) "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_10/jdk-1_5_0_10-solaris-i586.sh","name":"jdk-1_5_0_10-solaris-i586.sh","title":"Solaris x86 self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_10/jdk-1_5_0_10-solaris-sparc.sh","name":"jdk-1_5_0_10-solaris-sparc.sh","title":"Solaris SPARC 32-bit self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_10/jdk-1_5_0_10-solaris-sparcv9.sh","name":"jdk-1_5_0_10-solaris-sparcv9.sh","title":"Solaris SPARC 64-bit self-extracting file (use 32-bit version for applet and Java Web Start support) "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_10/jdk-1_5_0_10-windows-amd64.exe","name":"jdk-1_5_0_10-windows-amd64.exe","title":"Windows x64 executable (use 32-bit version for applet and Java Web Start support) "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_10/jdk-1_5_0_10-windows-i586-p.exe","name":"jdk-1_5_0_10-windows-i586-p.exe","title":"Windows Offline Installation "}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-1.5.0_10-oth-JPR","title":"J2SE(TM) Development Kit 5.0 Update 10"},{"files":[{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_09_b03/jdk-1_5_0_09-linux-amd64.bin","name":"jdk-1_5_0_09-linux-amd64.bin","title":"Linux x64 self-extracting file (use 32-bit version for applet and Java Web Start support) "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_09_b03/jdk-1_5_0_09-linux-i586.bin","name":"jdk-1_5_0_09-linux-i586.bin","title":"Linux self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_09_b03/jdk-1_5_0_09-solaris-amd64.sh","name":"jdk-1_5_0_09-solaris-amd64.sh","title":"Solaris x64 self-extracting file (use 32-bit version for applet and Java Web Start support) "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_09_b03/jdk-1_5_0_09-solaris-i586.sh","name":"jdk-1_5_0_09-solaris-i586.sh","title":"Solaris x86 self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_09_b03/jdk-1_5_0_09-solaris-sparc.sh","name":"jdk-1_5_0_09-solaris-sparc.sh","title":"Solaris SPARC 32-bit self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_09_b03/jdk-1_5_0_09-solaris-sparcv9.sh","name":"jdk-1_5_0_09-solaris-sparcv9.sh","title":"Solaris SPARC 64-bit self-extracting file (use 32-bit version for applet and Java Web Start support) "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_09_b03/jdk-1_5_0_09-windows-amd64.exe","name":"jdk-1_5_0_09-windows-amd64.exe","title":"Windows x64 executable (use 32-bit version for applet and Java Web Start support) "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_09_b03/jdk-1_5_0_09-windows-i586-p.exe","name":"jdk-1_5_0_09-windows-i586-p.exe","title":"Windows Offline Installation "}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-1.5.0_09-oth-JPR","title":"J2SE(TM) Development Kit 5.0 Update 9"},{"files":[{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_08/jdk-1_5_0_08-linux-amd64.bin","name":"jdk-1_5_0_08-linux-amd64.bin","title":"Linux x64 self-extracting file (use 32-bit version for applet and Java Web Start support) "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_08/jdk-1_5_0_08-linux-i586.bin","name":"jdk-1_5_0_08-linux-i586.bin","title":"Linux self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_08/jdk-1_5_0_08-solaris-amd64.sh","name":"jdk-1_5_0_08-solaris-amd64.sh","title":"Solaris x64 self-extracting file (use 32-bit version for applet and Java Web Start support) "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_08/jdk-1_5_0_08-solaris-i586.sh","name":"jdk-1_5_0_08-solaris-i586.sh","title":"Solaris x86 self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_08/jdk-1_5_0_08-solaris-sparc.sh","name":"jdk-1_5_0_08-solaris-sparc.sh","title":"Solaris SPARC 32-bit self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_08/jdk-1_5_0_08-solaris-sparcv9.sh","name":"jdk-1_5_0_08-solaris-sparcv9.sh","title":"Solaris SPARC 64-bit self-extracting file (use 32-bit version for applet and Java Web Start support) "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_08/jdk-1_5_0_08-windows-amd64.exe","name":"jdk-1_5_0_08-windows-amd64.exe","title":"Windows x64 executable (use 32-bit version for applet and Java Web Start support) "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_08/jdk-1_5_0_08-windows-i586-p.exe","name":"jdk-1_5_0_08-windows-i586-p.exe","title":"Windows Offline Installation "}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-1.5.0_08-oth-JPR","title":"J2SE(TM) Development Kit 5.0 Update 8"},{"files":[{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_07/jdk-1_5_0_07-linux-amd64.bin","name":"jdk-1_5_0_07-linux-amd64.bin","title":"Linux AMD64 self-extracting file (use 32-bit version for applet and Java Web Start support) "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_07/jdk-1_5_0_07-linux-i586.bin","name":"jdk-1_5_0_07-linux-i586.bin","title":"Linux self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_07/jdk-1_5_0_07-solaris-amd64.sh","name":"jdk-1_5_0_07-solaris-amd64.sh","title":"Solaris x64 self-extracting file (use 32-bit version for applet and Java Web Start support) "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_07/jdk-1_5_0_07-solaris-i586.sh","name":"jdk-1_5_0_07-solaris-i586.sh","title":"Solaris x86 self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_07/jdk-1_5_0_07-solaris-sparc.sh","name":"jdk-1_5_0_07-solaris-sparc.sh","title":"Solaris SPARC 32-bit self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_07/jdk-1_5_0_07-solaris-sparcv9.sh","name":"jdk-1_5_0_07-solaris-sparcv9.sh","title":"Solaris SPARC 64-bit self-extracting file (use 32-bit version for applet and Java Web Start support) "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_07/jdk-1_5_0_07-windows-amd64.exe","name":"jdk-1_5_0_07-windows-amd64.exe","title":"Windows AMD64 executable (use 32-bit version for applet and Java Web Start support) "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_07/jdk-1_5_0_07-windows-i586-p.exe","name":"jdk-1_5_0_07-windows-i586-p.exe","title":"Windows Offline Installation "}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-1.5.0_07-oth-JPR","title":"J2SE(TM) Development Kit 5.0 Update 7"},{"files":[{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_06/jdk-1_5_0_06-linux-amd64.bin","name":"jdk-1_5_0_06-linux-amd64.bin","title":"Linux AMD64 self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_06/jdk-1_5_0_06-linux-i586.bin","name":"jdk-1_5_0_06-linux-i586.bin","title":"Linux self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_06/jdk-1_5_0_06-solaris-amd64.sh","name":"jdk-1_5_0_06-solaris-amd64.sh","title":"Solaris x64 self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_06/jdk-1_5_0_06-solaris-i586.sh","name":"jdk-1_5_0_06-solaris-i586.sh","title":"Solaris x86 self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_06/jdk-1_5_0_06-solaris-sparc.sh","name":"jdk-1_5_0_06-solaris-sparc.sh","title":"Solaris SPARC 32-bit self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_06/jdk-1_5_0_06-solaris-sparcv9.sh","name":"jdk-1_5_0_06-solaris-sparcv9.sh","title":"Solaris SPARC 64-bit self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_06/jdk-1_5_0_06-windows-amd64.exe","name":"jdk-1_5_0_06-windows-amd64.exe","title":"Windows AMD64 executable "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_06/jdk-1_5_0_06-windows-i586-p.exe","name":"jdk-1_5_0_06-windows-i586-p.exe","title":"Windows Offline Installation "}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-1.5.0_06-oth-JPR","title":"J2SE(TM) Development Kit 5.0 Update 6"},{"files":[{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_06b02-cap/jdk-1_5_0_06-ea-bin-b02-linux-amd64-23_aug_2005.bin","name":"jdk-1_5_0_06-ea-bin-b02-linux-amd64-23_aug_2005.bin","title":"Linux AMD64 self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_06b02-cap/jdk-1_5_0_06-ea-bin-b02-linux-i586-23_aug_2005.bin","name":"jdk-1_5_0_06-ea-bin-b02-linux-i586-23_aug_2005.bin","title":"Linux Installation "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_06b02-cap/jdk-1_5_0_06-ea-bin-b02-solaris-amd64-23_aug_2005.sh","name":"jdk-1_5_0_06-ea-bin-b02-solaris-amd64-23_aug_2005.sh","title":"Solaris x64 self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_06b02-cap/jdk-1_5_0_06-ea-bin-b02-solaris-i586-23_aug_2005.sh","name":"jdk-1_5_0_06-ea-bin-b02-solaris-i586-23_aug_2005.sh","title":"Solaris x86 self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_06b02-cap/jdk-1_5_0_06-ea-bin-b02-solaris-sparc-23_aug_2005.sh","name":"jdk-1_5_0_06-ea-bin-b02-solaris-sparc-23_aug_2005.sh","title":"Solaris SPARC 32-bit self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_06b02-cap/jdk-1_5_0_06-ea-bin-b02-solaris-sparcv9-23_aug_2005.sh","name":"jdk-1_5_0_06-ea-bin-b02-solaris-sparcv9-23_aug_2005.sh","title":"Solaris SPARC 64-bit self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_06b02-cap/jdk-1_5_0_06-ea-bin-b02-windows-amd64-23_aug_2005.exe","name":"jdk-1_5_0_06-ea-bin-b02-windows-amd64-23_aug_2005.exe","title":"Windows AMD64 executable "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_06b02-cap/jdk-1_5_0_06-ea-bin-b02-windows-i586-p-23_aug_2005.exe","name":"jdk-1_5_0_06-ea-bin-b02-windows-i586-p-23_aug_2005.exe","title":"Windows Installation "}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-1.5.0_06-b02-cap-oth-JPR","title":"Java(TM) SDK, Standard Edition, Compatibility and Performance (CAP) 5.0_06 Build 2"},{"files":[{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_05/jdk-1_5_0_05-linux-amd64.bin","name":"jdk-1_5_0_05-linux-amd64.bin","title":"Linux AMD64 self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_05/jdk-1_5_0_05-linux-i586.bin","name":"jdk-1_5_0_05-linux-i586.bin","title":"Linux self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_05/jdk-1_5_0_05-solaris-amd64.sh","name":"jdk-1_5_0_05-solaris-amd64.sh","title":"Solaris x64 self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_05/jdk-1_5_0_05-solaris-i586.sh","name":"jdk-1_5_0_05-solaris-i586.sh","title":"Solaris x86 self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_05/jdk-1_5_0_05-solaris-sparc.sh","name":"jdk-1_5_0_05-solaris-sparc.sh","title":"Solaris SPARC 32-bit self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_05/jdk-1_5_0_05-solaris-sparcv9.sh","name":"jdk-1_5_0_05-solaris-sparcv9.sh","title":"Solaris SPARC 64-bit self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_05/jdk-1_5_0_05-windows-amd64.exe","name":"jdk-1_5_0_05-windows-amd64.exe","title":"Windows AMD64 executable "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_05/jdk-1_5_0_05-windows-i586-p.exe","name":"jdk-1_5_0_05-windows-i586-p.exe","title":"Windows Offline Installation "}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-1.5.0_05-oth-JPR","title":"J2SE(TM) Development Kit 5.0 Update 5"},{"files":[{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_04/jdk-1_5_0_04-linux-amd64.bin","name":"jdk-1_5_0_04-linux-amd64.bin","title":"Linux AMD64 self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_04/jdk-1_5_0_04-linux-i586.bin","name":"jdk-1_5_0_04-linux-i586.bin","title":"Linux self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_04/jdk-1_5_0_04-solaris-amd64.sh","name":"jdk-1_5_0_04-solaris-amd64.sh","title":"Solaris x64 self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_04/jdk-1_5_0_04-solaris-i586.sh","name":"jdk-1_5_0_04-solaris-i586.sh","title":"Solaris x86 self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_04/jdk-1_5_0_04-solaris-sparc.sh","name":"jdk-1_5_0_04-solaris-sparc.sh","title":"Solaris SPARC 32-bit self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_04/jdk-1_5_0_04-solaris-sparcv9.sh","name":"jdk-1_5_0_04-solaris-sparcv9.sh","title":"Solaris SPARC 64-bit self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_04/jdk-1_5_0_04-windows-amd64.exe","name":"jdk-1_5_0_04-windows-amd64.exe","title":"Windows AMD64 executable "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_04/jdk-1_5_0_04-windows-i586-p.exe","name":"jdk-1_5_0_04-windows-i586-p.exe","title":"Windows Offline Installation "}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-1.5.0_04-oth-JPR","title":"J2SE(TM) Development Kit 5.0 Update 4"},{"files":[{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_03/jdk-1_5_0_03-linux-amd64.bin","name":"jdk-1_5_0_03-linux-amd64.bin","title":"Linux AMD64 self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_03/jdk-1_5_0_03-linux-i586.bin","name":"jdk-1_5_0_03-linux-i586.bin","title":"Linux self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_03/jdk-1_5_0_03-solaris-amd64.sh","name":"jdk-1_5_0_03-solaris-amd64.sh","title":"Solaris AMD64 self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_03/jdk-1_5_0_03-solaris-i586.sh","name":"jdk-1_5_0_03-solaris-i586.sh","title":"Solaris x86 self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_03/jdk-1_5_0_03-solaris-sparc.sh","name":"jdk-1_5_0_03-solaris-sparc.sh","title":"Solaris SPARC 32-bit self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_03/jdk-1_5_0_03-solaris-sparcv9.sh","name":"jdk-1_5_0_03-solaris-sparcv9.sh","title":"Solaris SPARC 64-bit self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_03/jdk-1_5_0_03-windows-i586-p.exe","name":"jdk-1_5_0_03-windows-i586-p.exe","title":"Windows Offline Installation "}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-1.5.0_03-oth-JPR","title":"J2SE(TM) Development Kit 5.0 Update 3"},{"files":[{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_02/jdk-1_5_0_02-linux-amd64.bin","name":"jdk-1_5_0_02-linux-amd64.bin","title":"Linux AMD64 self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_02/jdk-1_5_0_02-linux-i586.bin","name":"jdk-1_5_0_02-linux-i586.bin","title":"Linux self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_02/jdk-1_5_0_02-solaris-amd64.sh","name":"jdk-1_5_0_02-solaris-amd64.sh","title":"Solaris AMD64 self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_02/jdk-1_5_0_02-solaris-i586.sh","name":"jdk-1_5_0_02-solaris-i586.sh","title":"Solaris x86 self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_02/jdk-1_5_0_02-solaris-sparc.sh","name":"jdk-1_5_0_02-solaris-sparc.sh","title":"Solaris SPARC 32-bit self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_02/jdk-1_5_0_02-solaris-sparcv9.sh","name":"jdk-1_5_0_02-solaris-sparcv9.sh","title":"Solaris SPARC 64-bit self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_02/jdk-1_5_0_02-windows-i586-p.exe","name":"jdk-1_5_0_02-windows-i586-p.exe","title":"Windows Offline Installation "}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-1.5.0_02-oth-JPR","title":"J2SE(TM) Development Kit 5.0 Update 2"},{"files":[{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_01/jdk-1_5_0_01-linux-amd64.bin","name":"jdk-1_5_0_01-linux-amd64.bin","title":"Linux AMD64 self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_01/jdk-1_5_0_01-linux-i586.bin","name":"jdk-1_5_0_01-linux-i586.bin","title":"Linux self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_01/jdk-1_5_0_01-solaris-i586.sh","name":"jdk-1_5_0_01-solaris-i586.sh","title":"Solaris x86 self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_01/jdk-1_5_0_01-solaris-sparc.sh","name":"jdk-1_5_0_01-solaris-sparc.sh","title":"Solaris SPARC 32-bit self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_01/jdk-1_5_0_01-solaris-sparcv9.sh","name":"jdk-1_5_0_01-solaris-sparcv9.sh","title":"Solaris SPARC 64-bit self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0_01/jdk-1_5_0_01-windows-i586-p.exe","name":"jdk-1_5_0_01-windows-i586-p.exe","title":"Windows Offline Installation "}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-1.5.0_01-oth-JPR","title":"J2SE(TM) Development Kit 5.0 Update 1"},{"files":[{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0/jdk-1_5_0-linux-amd64.bin","name":"jdk-1_5_0-linux-amd64.bin","title":"Linux AMD64 self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0/jdk-1_5_0-linux-i586.bin","name":"jdk-1_5_0-linux-i586.bin","title":"Linux self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0/jdk-1_5_0-solaris-i586.sh","name":"jdk-1_5_0-solaris-i586.sh","title":"Solaris x86 self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0/jdk-1_5_0-solaris-sparc.sh","name":"jdk-1_5_0-solaris-sparc.sh","title":"Solaris SPARC 32-bit self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0/jdk-1_5_0-solaris-sparcv9.sh","name":"jdk-1_5_0-solaris-sparcv9.sh","title":"Solaris SPARC 64-bit self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/jdk/1.5.0/jdk-1_5_0-windows-i586.exe","name":"jdk-1_5_0-windows-i586.exe","title":"Windows Offline Installation "}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"jdk-1.5.0-oth-JPR","title":"J2SE(TM) Development Kit 5.0"}]},{"name":"JDK 1.4","releases":[{"files":[{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_30-b04/j2sdk-1_4_2_30-solaris-amd64.sh","name":"j2sdk-1_4_2_30-solaris-amd64.sh","title":"Java 2 Software Development Kit (J2SDK) Standard Edition for Solaris 1.4.2_30 "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_30-b04/j2sdk-1_4_2_30-solaris-i586.sh","name":"j2sdk-1_4_2_30-solaris-i586.sh","title":"Java 2 Software Development Kit (J2SDK) Standard Edition for Solaris 1.4.2_30 "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_30-b04/j2sdk-1_4_2_30-solaris-sparc.sh","name":"j2sdk-1_4_2_30-solaris-sparc.sh","title":"Java 2 Software Development Kit (J2SDK) Standard Edition for Solaris 1.4.2_30 "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_30-b04/j2sdk-1_4_2_30-solaris-sparcv9.sh","name":"j2sdk-1_4_2_30-solaris-sparcv9.sh","title":"Java 2 Software Development Kit (J2SDK) Standard Edition for Solaris 1.4.2_30 "}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"j2sdk-1.4.2_30-sol-JPR","title":"Java SE Development Kit 1.4.2_30"},{"files":[{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_29-b01/j2sdk-1_4_2_29-solaris-amd64.sh","name":"j2sdk-1_4_2_29-solaris-amd64.sh","title":"Java 2 Software Development Kit (J2SDK) Standard Edition for Solaris 1.4.2_29 "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_29-b01/j2sdk-1_4_2_29-solaris-i586.sh","name":"j2sdk-1_4_2_29-solaris-i586.sh","title":"Java 2 Software Development Kit (J2SDK) Standard Edition for Solaris 1.4.2_29 "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_29-b01/j2sdk-1_4_2_29-solaris-sparc.sh","name":"j2sdk-1_4_2_29-solaris-sparc.sh","title":"Java 2 Software Development Kit (J2SDK) Standard Edition for Solaris 1.4.2_29 "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_29-b01/j2sdk-1_4_2_29-solaris-sparcv9.sh","name":"j2sdk-1_4_2_29-solaris-sparcv9.sh","title":"Java 2 Software Development Kit (J2SDK) Standard Edition for Solaris 1.4.2_29 "}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"j2sdk-1.4.2_29-sol-JPR","title":"Java SE Development Kit 1.4.2_29"},{"files":[{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_28-b03/j2sdk-1_4_2_28-solaris-amd64.sh","name":"j2sdk-1_4_2_28-solaris-amd64.sh","title":"Java 2 Software Development Kit (J2SDK) Standard Edition for Solaris 1.4.2_28 "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_28-b03/j2sdk-1_4_2_28-solaris-i586.sh","name":"j2sdk-1_4_2_28-solaris-i586.sh","title":"Java 2 Software Development Kit (J2SDK) Standard Edition for Solaris 1.4.2_28 "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_28-b03/j2sdk-1_4_2_28-solaris-sparc.sh","name":"j2sdk-1_4_2_28-solaris-sparc.sh","title":"Java 2 Software Development Kit (J2SDK) Standard Edition for Solaris 1.4.2_28 "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_28-b03/j2sdk-1_4_2_28-solaris-sparcv9.sh","name":"j2sdk-1_4_2_28-solaris-sparcv9.sh","title":"Java 2 Software Development Kit (J2SDK) Standard Edition for Solaris 1.4.2_28 "}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"j2sdk-1.4.2_28-sol-JPR","title":"Java SE Development Kit 1.4.2_28"},{"files":[{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_27-b03/j2sdk-1_4_2_27-solaris-amd64.sh","name":"j2sdk-1_4_2_27-solaris-amd64.sh","title":"Java 2 Software Development Kit (J2SDK) Standard Edition for Solaris 1.4.2_27 "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_27-b03/j2sdk-1_4_2_27-solaris-i586.sh","name":"j2sdk-1_4_2_27-solaris-i586.sh","title":"Java 2 Software Development Kit (J2SDK) Standard Edition for Solaris 1.4.2_27 "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_27-b03/j2sdk-1_4_2_27-solaris-sparc.sh","name":"j2sdk-1_4_2_27-solaris-sparc.sh","title":"Java 2 Software Development Kit (J2SDK) Standard Edition for Solaris 1.4.2_27 "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_27-b03/j2sdk-1_4_2_27-solaris-sparcv9.sh","name":"j2sdk-1_4_2_27-solaris-sparcv9.sh","title":"Java 2 Software Development Kit (J2SDK) Standard Edition for Solaris 1.4.2_27 "}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"j2sdk-1.4.2_27-sol-JPR","title":"Java SE Development Kit 1.4.2_27"},{"files":[{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_26-b03/j2sdk-1_4_2_26-solaris-amd64.sh","name":"j2sdk-1_4_2_26-solaris-amd64.sh","title":"Java 2 Software Development Kit (J2SDK) Standard Edition for Solaris 1.4.2_26 "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_26-b03/j2sdk-1_4_2_26-solaris-i586.sh","name":"j2sdk-1_4_2_26-solaris-i586.sh","title":"Java 2 Software Development Kit (J2SDK) Standard Edition for Solaris 1.4.2_26 "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_26-b03/j2sdk-1_4_2_26-solaris-sparc.sh","name":"j2sdk-1_4_2_26-solaris-sparc.sh","title":"Java 2 Software Development Kit (J2SDK) Standard Edition for Solaris 1.4.2_26 "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_26-b03/j2sdk-1_4_2_26-solaris-sparcv9.sh","name":"j2sdk-1_4_2_26-solaris-sparcv9.sh","title":"Java 2 Software Development Kit (J2SDK) Standard Edition for Solaris 1.4.2_26 "}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"j2sdk-1.4.2_26-sol-JPR","title":"Java SE Development Kit 1.4.2_26"},{"files":[{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_25/j2sdk-1_4_2_25-solaris-amd64.sh","name":"j2sdk-1_4_2_25-solaris-amd64.sh","title":"Java 2 Software Development Kit (J2SDK) Standard Edition for Solaris 1.4.2_25 "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_25/j2sdk-1_4_2_25-solaris-i586.sh","name":"j2sdk-1_4_2_25-solaris-i586.sh","title":"Java 2 Software Development Kit (J2SDK) Standard Edition for Solaris 1.4.2_25 "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_25/j2sdk-1_4_2_25-solaris-sparc.sh","name":"j2sdk-1_4_2_25-solaris-sparc.sh","title":"Java 2 Software Development Kit (J2SDK) Standard Edition for Solaris 1.4.2_25 "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_25/j2sdk-1_4_2_25-solaris-sparcv9.sh","name":"j2sdk-1_4_2_25-solaris-sparcv9.sh","title":"Java 2 Software Development Kit (J2SDK) Standard Edition for Solaris 1.4.2_25 "}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"j2sdk-1.4.2_25-sol-JPR","title":"Java SE Development Kit 1.4.2_25"},{"files":[{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_24/j2sdk-1_4_2_24-solaris-amd64.sh","name":"j2sdk-1_4_2_24-solaris-amd64.sh","title":"Java 2 Software Development Kit (J2SDK) Standard Edition for Solaris 1.4.2_24 "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_24/j2sdk-1_4_2_24-solaris-i586.sh","name":"j2sdk-1_4_2_24-solaris-i586.sh","title":"Java 2 Software Development Kit (J2SDK) Standard Edition for Solaris 1.4.2_24 "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_24/j2sdk-1_4_2_24-solaris-sparc.sh","name":"j2sdk-1_4_2_24-solaris-sparc.sh","title":"Java 2 Software Development Kit (J2SDK) Standard Edition for Solaris 1.4.2_24 "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_24/j2sdk-1_4_2_24-solaris-sparcv9.sh","name":"j2sdk-1_4_2_24-solaris-sparcv9.sh","title":"Java 2 Software Development Kit (J2SDK) Standard Edition for Solaris 1.4.2_24 "}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"j2sdk-1.4.2_24-sol-JPR","title":"Java SE Development Kit 1.4.2_24 for Solaris"},{"files":[{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_23/j2sdk-1_4_2_23-solaris-amd64.sh","name":"j2sdk-1_4_2_23-solaris-amd64.sh","title":"Java SE Development Kit 1.4.2_23 "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_23/j2sdk-1_4_2_23-solaris-i586.sh","name":"j2sdk-1_4_2_23-solaris-i586.sh","title":"Java SE Development Kit 1.4.2_23 "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_23/j2sdk-1_4_2_23-solaris-sparc.sh","name":"j2sdk-1_4_2_23-solaris-sparc.sh","title":"Java SE Development Kit 1.4.2_23 "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_23/j2sdk-1_4_2_23-solaris-sparcv9.sh","name":"j2sdk-1_4_2_23-solaris-sparcv9.sh","title":"Java SE Development Kit 1.4.2_23 "}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"j2sdk-1.4.2_23-oth-JPR","title":"Java SE Development Kit 1.4.2_23"},{"files":[{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_22/j2sdk-1_4_2_22-solaris-amd64.sh","name":"j2sdk-1_4_2_22-solaris-amd64.sh","title":"Java SE Development Kit 1.4.2_22 "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_22/j2sdk-1_4_2_22-solaris-i586.sh","name":"j2sdk-1_4_2_22-solaris-i586.sh","title":"Java SE Development Kit 1.4.2_22 "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_22/j2sdk-1_4_2_22-solaris-sparc.sh","name":"j2sdk-1_4_2_22-solaris-sparc.sh","title":"Java SE Development Kit 1.4.2_22 "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_22/j2sdk-1_4_2_22-solaris-sparcv9.sh","name":"j2sdk-1_4_2_22-solaris-sparcv9.sh","title":"Java SE Development Kit 1.4.2_22 "}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"j2sdk-1.4.2_22-oth-JPR","title":"Java SE Development Kit 1.4.2_22"},{"files":[{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_19/j2sdk-1_4_2_19-linux-i586.bin","name":"j2sdk-1_4_2_19-linux-i586.bin","title":"Java SE Development Kit 1.4.2_19 "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_19/j2sdk-1_4_2_19-linux-ia64.bin","name":"j2sdk-1_4_2_19-linux-ia64.bin","title":"Java SE Development Kit 1.4.2_19 "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_19/j2sdk-1_4_2_19-solaris-i586.sh","name":"j2sdk-1_4_2_19-solaris-i586.sh","title":"Java SE Development Kit 1.4.2_19 "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_19/j2sdk-1_4_2_19-solaris-sparc.sh","name":"j2sdk-1_4_2_19-solaris-sparc.sh","title":"Java SE Development Kit 1.4.2_19 "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_19/j2sdk-1_4_2_19-solaris-sparcv9.sh","name":"j2sdk-1_4_2_19-solaris-sparcv9.sh","title":"Java SE Development Kit 1.4.2_19 "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_19/j2sdk-1_4_2_19-windows-i586-p.exe","name":"j2sdk-1_4_2_19-windows-i586-p.exe","title":"Windows Offline Installation "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_19/j2sdk-1_4_2_19-windows-ia64.exe","name":"j2sdk-1_4_2_19-windows-ia64.exe","title":"Java SE Development Kit 1.4.2_19 "}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"j2sdk-1.4.2_19-oth-JPR","title":"Java SE Development Kit 1.4.2_19"},{"files":[{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_18/j2sdk-1_4_2_18-linux-i586.bin","name":"j2sdk-1_4_2_18-linux-i586.bin","title":"Java SE Development Kit 1.4.2_18 "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_18/j2sdk-1_4_2_18-linux-ia64.bin","name":"j2sdk-1_4_2_18-linux-ia64.bin","title":"Java SE Development Kit 1.4.2_18 "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_18/j2sdk-1_4_2_18-solaris-i586.sh","name":"j2sdk-1_4_2_18-solaris-i586.sh","title":"Java SE Development Kit 1.4.2_18 "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_18/j2sdk-1_4_2_18-solaris-sparc.sh","name":"j2sdk-1_4_2_18-solaris-sparc.sh","title":"Java SE Development Kit 1.4.2_18 "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_18/j2sdk-1_4_2_18-solaris-sparcv9.sh","name":"j2sdk-1_4_2_18-solaris-sparcv9.sh","title":"Java SE Development Kit 1.4.2_18 "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_18/j2sdk-1_4_2_18-windows-i586-p.exe","name":"j2sdk-1_4_2_18-windows-i586-p.exe","title":"Windows Offline Installation "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_18/j2sdk-1_4_2_18-windows-ia64.exe","name":"j2sdk-1_4_2_18-windows-ia64.exe","title":"Java SE Development Kit 1.4.2_18 "}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"j2sdk-1.4.2_18-oth-JPR","title":"Java SE Development Kit 1.4.2_18"},{"files":[{"filepath":"http://download.oracle.com/otn/java/j2sdk/j2sdk-1_4_2_17-linux-i586.bin","name":"j2sdk-1_4_2_17-linux-i586.bin","title":"self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/j2sdk-1_4_2_17-linux-ia64.bin","name":"j2sdk-1_4_2_17-linux-ia64.bin","title":"self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/j2sdk-1_4_2_17-solaris-i586.sh","name":"j2sdk-1_4_2_17-solaris-i586.sh","title":"self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/j2sdk-1_4_2_17-solaris-sparc.sh","name":"j2sdk-1_4_2_17-solaris-sparc.sh","title":"32-bit self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/j2sdk-1_4_2_17-solaris-sparcv9.sh","name":"j2sdk-1_4_2_17-solaris-sparcv9.sh","title":"64-bit self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/j2sdk-1_4_2_17-windows-i586-p.exe","name":"j2sdk-1_4_2_17-windows-i586-p.exe","title":"Windows Offline Installation "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/j2sdk-1_4_2_17-windows-ia64.exe","name":"j2sdk-1_4_2_17-windows-ia64.exe","title":"Windows Offline Installation "}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"j2sdk-1.4.2_17-oth-JPR","title":"Java SE Development Kit 1.4.2_17"},{"files":[{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_16/j2sdk-1_4_2_16-linux-i586.bin","name":"j2sdk-1_4_2_16-linux-i586.bin","title":"self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_16/j2sdk-1_4_2_16-linux-ia64.bin","name":"j2sdk-1_4_2_16-linux-ia64.bin","title":"self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_16/j2sdk-1_4_2_16-solaris-i586.sh","name":"j2sdk-1_4_2_16-solaris-i586.sh","title":"self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_16/j2sdk-1_4_2_16-solaris-sparc.sh","name":"j2sdk-1_4_2_16-solaris-sparc.sh","title":"32-bit self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_16/j2sdk-1_4_2_16-solaris-sparcv9.sh","name":"j2sdk-1_4_2_16-solaris-sparcv9.sh","title":"64-bit self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_16/j2sdk-1_4_2_16-windows-i586-p.exe","name":"j2sdk-1_4_2_16-windows-i586-p.exe","title":"Windows Offline Installation "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_16/j2sdk-1_4_2_16-windows-ia64.exe","name":"j2sdk-1_4_2_16-windows-ia64.exe","title":"Windows 64-bit "}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"j2sdk-1.4.2_16-oth-JPR","title":"Java SE Development Kit 1.4.2_16"},{"files":[{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_15/j2sdk-1_4_2_15-linux-i586.bin","name":"j2sdk-1_4_2_15-linux-i586.bin","title":"self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_15/j2sdk-1_4_2_15-linux-ia64.bin","name":"j2sdk-1_4_2_15-linux-ia64.bin","title":"self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_15/j2sdk-1_4_2_15-solaris-i586.sh","name":"j2sdk-1_4_2_15-solaris-i586.sh","title":"self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_15/j2sdk-1_4_2_15-solaris-sparc.sh","name":"j2sdk-1_4_2_15-solaris-sparc.sh","title":"32-bit self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_15/j2sdk-1_4_2_15-solaris-sparcv9.sh","name":"j2sdk-1_4_2_15-solaris-sparcv9.sh","title":"64-bit self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_15/j2sdk-1_4_2_15-windows-i586-p.exe","name":"j2sdk-1_4_2_15-windows-i586-p.exe","title":"Windows Offline Installation "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_15/j2sdk-1_4_2_15-windows-ia64.exe","name":"j2sdk-1_4_2_15-windows-ia64.exe","title":"Windows 64-bit "}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"j2sdk-1.4.2_15-oth-JPR","title":"Java SE Development Kit 1.4.2_15"},{"files":[{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_14/j2sdk-1_4_2_14-linux-i586.bin","name":"j2sdk-1_4_2_14-linux-i586.bin","title":"self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_14/j2sdk-1_4_2_14-linux-ia64.bin","name":"j2sdk-1_4_2_14-linux-ia64.bin","title":"self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_14/j2sdk-1_4_2_14-solaris-i586.sh","name":"j2sdk-1_4_2_14-solaris-i586.sh","title":"self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_14/j2sdk-1_4_2_14-solaris-sparc.sh","name":"j2sdk-1_4_2_14-solaris-sparc.sh","title":"32-bit self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_14/j2sdk-1_4_2_14-solaris-sparcv9.sh","name":"j2sdk-1_4_2_14-solaris-sparcv9.sh","title":"64-bit self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_14/j2sdk-1_4_2_14-windows-i586-p.exe","name":"j2sdk-1_4_2_14-windows-i586-p.exe","title":"Windows Offline Installation "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_14/j2sdk-1_4_2_14-windows-ia64.exe","name":"j2sdk-1_4_2_14-windows-ia64.exe","title":"Windows 64-bit "}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"j2sdk-1.4.2_14-oth-JPR","title":"Java SE Development Kit 1.4.2_14"},{"files":[{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_13/j2sdk-1_4_2_13-linux-i586.bin","name":"j2sdk-1_4_2_13-linux-i586.bin","title":"self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_13/j2sdk-1_4_2_13-linux-ia64.bin","name":"j2sdk-1_4_2_13-linux-ia64.bin","title":"self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_13/j2sdk-1_4_2_13-solaris-i586.sh","name":"j2sdk-1_4_2_13-solaris-i586.sh","title":"self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_13/j2sdk-1_4_2_13-solaris-sparc.sh","name":"j2sdk-1_4_2_13-solaris-sparc.sh","title":"32-bit self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_13/j2sdk-1_4_2_13-solaris-sparcv9.sh","name":"j2sdk-1_4_2_13-solaris-sparcv9.sh","title":"64-bit self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_13/j2sdk-1_4_2_13-windows-i586-p.exe","name":"j2sdk-1_4_2_13-windows-i586-p.exe","title":"Windows Offline Installation "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_13/j2sdk-1_4_2_13-windows-ia64.exe","name":"j2sdk-1_4_2_13-windows-ia64.exe","title":"Windows 64-bit "}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"j2sdk-1.4.2_13-oth-JPR","title":"Java SE Development Kit 1.4.2_13"},{"files":[{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_12/j2sdk-1_4_2_12-linux-i586.bin","name":"j2sdk-1_4_2_12-linux-i586.bin","title":"self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_12/j2sdk-1_4_2_12-linux-ia64.bin","name":"j2sdk-1_4_2_12-linux-ia64.bin","title":"self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_12/j2sdk-1_4_2_12-solaris-i586.sh","name":"j2sdk-1_4_2_12-solaris-i586.sh","title":"self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_12/j2sdk-1_4_2_12-solaris-sparc.sh","name":"j2sdk-1_4_2_12-solaris-sparc.sh","title":"32-bit self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_12/j2sdk-1_4_2_12-solaris-sparcv9.sh","name":"j2sdk-1_4_2_12-solaris-sparcv9.sh","title":"64-bit self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_12/j2sdk-1_4_2_12-windows-i586-p.exe","name":"j2sdk-1_4_2_12-windows-i586-p.exe","title":"Windows Offline Installation "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_12/j2sdk-1_4_2_12-windows-ia64.exe","name":"j2sdk-1_4_2_12-windows-ia64.exe","title":"Windows 64-bit "}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"j2sdk-1.4.2_12-oth-JPR","title":"Java SE Development Kit 1.4.2_12"},{"files":[{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_11/j2sdk-1_4_2_11-linux-i586.bin","name":"j2sdk-1_4_2_11-linux-i586.bin","title":"self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_11/j2sdk-1_4_2_11-linux-ia64.bin","name":"j2sdk-1_4_2_11-linux-ia64.bin","title":"self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_11/j2sdk-1_4_2_11-solaris-i586.sh","name":"j2sdk-1_4_2_11-solaris-i586.sh","title":"self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_11/j2sdk-1_4_2_11-solaris-sparc.sh","name":"j2sdk-1_4_2_11-solaris-sparc.sh","title":"32-bit self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_11/j2sdk-1_4_2_11-solaris-sparcv9.sh","name":"j2sdk-1_4_2_11-solaris-sparcv9.sh","title":"64-bit self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_11/j2sdk-1_4_2_11-windows-i586-p.exe","name":"j2sdk-1_4_2_11-windows-i586-p.exe","title":"Windows Offline Installation "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_11/j2sdk-1_4_2_11-windows-ia64.exe","name":"j2sdk-1_4_2_11-windows-ia64.exe","title":"Windows 64-bit "}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"j2sdk-1.4.2_11-oth-JPR","title":"Java SE Development Kit 1.4.2_11"},{"files":[{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_10/j2sdk-1_4_2_10-linux-i586.bin","name":"j2sdk-1_4_2_10-linux-i586.bin","title":"self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_10/j2sdk-1_4_2_10-linux-ia64.bin","name":"j2sdk-1_4_2_10-linux-ia64.bin","title":"self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_10/j2sdk-1_4_2_10-solaris-i586.sh","name":"j2sdk-1_4_2_10-solaris-i586.sh","title":"self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_10/j2sdk-1_4_2_10-solaris-sparc.sh","name":"j2sdk-1_4_2_10-solaris-sparc.sh","title":"32-bit self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_10/j2sdk-1_4_2_10-solaris-sparcv9.sh","name":"j2sdk-1_4_2_10-solaris-sparcv9.sh","title":"64-bit self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_10/j2sdk-1_4_2_10-windows-i586-p.exe","name":"j2sdk-1_4_2_10-windows-i586-p.exe","title":"Windows Offline Installation "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_10/j2sdk-1_4_2_10-windows-ia64.exe","name":"j2sdk-1_4_2_10-windows-ia64.exe","title":"Windows 64-bit "}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"j2sdk-1.4.2_10-oth-JPR","title":"Java SE Development Kit 1.4.2_10"},{"files":[{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_09/j2sdk-1_4_2_09-linux-i586.bin","name":"j2sdk-1_4_2_09-linux-i586.bin","title":"self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_09/j2sdk-1_4_2_09-linux-ia64.bin","name":"j2sdk-1_4_2_09-linux-ia64.bin","title":"self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_09/j2sdk-1_4_2_09-solaris-i586.sh","name":"j2sdk-1_4_2_09-solaris-i586.sh","title":"self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_09/j2sdk-1_4_2_09-solaris-sparc.sh","name":"j2sdk-1_4_2_09-solaris-sparc.sh","title":"32-bit self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_09/j2sdk-1_4_2_09-solaris-sparcv9.sh","name":"j2sdk-1_4_2_09-solaris-sparcv9.sh","title":"64-bit self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_09/j2sdk-1_4_2_09-windows-i586-p.exe","name":"j2sdk-1_4_2_09-windows-i586-p.exe","title":"Windows Offline Installation "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_09/j2sdk-1_4_2_09-windows-ia64.exe","name":"j2sdk-1_4_2_09-windows-ia64.exe","title":"Windows 64-bit "}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"j2sdk-1.4.2_09-oth-JPR","title":"Java SE Development Kit 1.4.2_09"},{"files":[{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_08/j2sdk-1_4_2_08-linux-i586.bin","name":"j2sdk-1_4_2_08-linux-i586.bin","title":"self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_08/j2sdk-1_4_2_08-linux-ia64.bin","name":"j2sdk-1_4_2_08-linux-ia64.bin","title":"self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_08/j2sdk-1_4_2_08-solaris-i586.sh","name":"j2sdk-1_4_2_08-solaris-i586.sh","title":"self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_08/j2sdk-1_4_2_08-solaris-sparc.sh","name":"j2sdk-1_4_2_08-solaris-sparc.sh","title":"32-bit self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_08/j2sdk-1_4_2_08-solaris-sparcv9.sh","name":"j2sdk-1_4_2_08-solaris-sparcv9.sh","title":"64-bit self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_08/j2sdk-1_4_2_08-windows-i586-p.exe","name":"j2sdk-1_4_2_08-windows-i586-p.exe","title":"Windows Offline Installation "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_08/j2sdk-1_4_2_08-windows-ia64.exe","name":"j2sdk-1_4_2_08-windows-ia64.exe","title":"Windows 64-bit "}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"j2sdk-1.4.2_08-oth-JPR","title":"Java SE Development Kit 1.4.2_08"},{"files":[{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_07/j2sdk-1_4_2_07-linux-i586.bin","name":"j2sdk-1_4_2_07-linux-i586.bin","title":"self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_07/j2sdk-1_4_2_07-linux-ia64.bin","name":"j2sdk-1_4_2_07-linux-ia64.bin","title":"self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_07/j2sdk-1_4_2_07-solaris-i586.sh","name":"j2sdk-1_4_2_07-solaris-i586.sh","title":"self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_07/j2sdk-1_4_2_07-solaris-sparc.sh","name":"j2sdk-1_4_2_07-solaris-sparc.sh","title":"32-bit self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_07/j2sdk-1_4_2_07-solaris-sparcv9.sh","name":"j2sdk-1_4_2_07-solaris-sparcv9.sh","title":"64-bit self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_07/j2sdk-1_4_2_07-windows-i586-p.exe","name":"j2sdk-1_4_2_07-windows-i586-p.exe","title":"Windows Offline Installation "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_07/j2sdk-1_4_2_07-windows-ia64.exe","name":"j2sdk-1_4_2_07-windows-ia64.exe","title":"Windows 64-bit "}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"j2sdk-1.4.2_07-oth-JPR","title":"Java SE Development Kit 1.4.2_07"},{"files":[{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_06/j2sdk-1_4_2_06-linux-i586.bin","name":"j2sdk-1_4_2_06-linux-i586.bin","title":"self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_06/j2sdk-1_4_2_06-linux-ia64.bin","name":"j2sdk-1_4_2_06-linux-ia64.bin","title":"self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_06/j2sdk-1_4_2_06-solaris-i586.sh","name":"j2sdk-1_4_2_06-solaris-i586.sh","title":"self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_06/j2sdk-1_4_2_06-solaris-sparc.sh","name":"j2sdk-1_4_2_06-solaris-sparc.sh","title":"32-bit self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_06/j2sdk-1_4_2_06-solaris-sparcv9.sh","name":"j2sdk-1_4_2_06-solaris-sparcv9.sh","title":"64-bit self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_06/j2sdk-1_4_2_06-windows-i586-p.exe","name":"j2sdk-1_4_2_06-windows-i586-p.exe","title":"Windows Offline Installation "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_06/j2sdk-1_4_2_06-windows-ia64.exe","name":"j2sdk-1_4_2_06-windows-ia64.exe","title":"Windows 64-bit "}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"j2sdk-1.4.2_06-oth-JPR","title":"Java SE Development Kit 1.4.2_06"},{"files":[{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_05/j2sdk-1_4_2_05-linux-i586.bin","name":"j2sdk-1_4_2_05-linux-i586.bin","title":"self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_05/j2sdk-1_4_2_05-linux-ia64.bin","name":"j2sdk-1_4_2_05-linux-ia64.bin","title":"self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_05/j2sdk-1_4_2_05-solaris-i586.sh","name":"j2sdk-1_4_2_05-solaris-i586.sh","title":"self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_05/j2sdk-1_4_2_05-solaris-sparc.sh","name":"j2sdk-1_4_2_05-solaris-sparc.sh","title":"32-bit self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_05/j2sdk-1_4_2_05-solaris-sparcv9.sh","name":"j2sdk-1_4_2_05-solaris-sparcv9.sh","title":"64-bit self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_05/j2sdk-1_4_2_05-windows-i586-p.exe","name":"j2sdk-1_4_2_05-windows-i586-p.exe","title":"Windows Offline Installation "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_05/j2sdk-1_4_2_05-windows-ia64.exe","name":"j2sdk-1_4_2_05-windows-ia64.exe","title":"Windows 64-bit "}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"j2sdk-1.4.2_05-oth-JPR","title":"Java SE Development Kit 1.4.2_05"},{"files":[{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_04/j2sdk-1_4_2_04-linux-i586.bin","name":"j2sdk-1_4_2_04-linux-i586.bin","title":"self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_04/j2sdk-1_4_2_04-linux-ia64.bin","name":"j2sdk-1_4_2_04-linux-ia64.bin","title":"self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_04/j2sdk-1_4_2_04-solaris-i586.sh","name":"j2sdk-1_4_2_04-solaris-i586.sh","title":"self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_04/j2sdk-1_4_2_04-solaris-sparc.sh","name":"j2sdk-1_4_2_04-solaris-sparc.sh","title":"32-bit self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_04/j2sdk-1_4_2_04-solaris-sparcv9.sh","name":"j2sdk-1_4_2_04-solaris-sparcv9.sh","title":"64-bit self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_04/j2sdk-1_4_2_04-windows-i586-p.exe","name":"j2sdk-1_4_2_04-windows-i586-p.exe","title":"Windows Offline Installation "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_04/j2sdk-1_4_2_04-windows-ia64.exe","name":"j2sdk-1_4_2_04-windows-ia64.exe","title":"Windows 64-bit "}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"j2sdk-1.4.2_04-oth-JPR","title":"Java SE Development Kit 1.4.2_04"},{"files":[{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_03/j2sdk-1_4_2_03-linux-i586.bin","name":"j2sdk-1_4_2_03-linux-i586.bin","title":"self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_03/j2sdk-1_4_2_03-linux-ia64.bin","name":"j2sdk-1_4_2_03-linux-ia64.bin","title":"self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_03/j2sdk-1_4_2_03-solaris-i586.sh","name":"j2sdk-1_4_2_03-solaris-i586.sh","title":"self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_03/j2sdk-1_4_2_03-solaris-sparc.sh","name":"j2sdk-1_4_2_03-solaris-sparc.sh","title":"32-bit self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_03/j2sdk-1_4_2_03-solaris-sparcv9.sh","name":"j2sdk-1_4_2_03-solaris-sparcv9.sh","title":"64-bit self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_03/j2sdk-1_4_2_03-windows-i586-p.exe","name":"j2sdk-1_4_2_03-windows-i586-p.exe","title":"Windows Offline Installation "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_03/j2sdk-1_4_2_03-windows-ia64.exe","name":"j2sdk-1_4_2_03-windows-ia64.exe","title":"Windows 64-bit "}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"j2sdk-1.4.2_03-oth-JPR","title":"Java SE Development Kit 1.4.2_03"},{"files":[{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.1_07/j2sdk-1_4_1_07-linux-i586.bin","name":"j2sdk-1_4_1_07-linux-i586.bin","title":"self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.1_07/j2sdk-1_4_1_07-solaris-i586.sh","name":"j2sdk-1_4_1_07-solaris-i586.sh","title":"self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.1_07/j2sdk-1_4_1_07-solaris-sparc.sh","name":"j2sdk-1_4_1_07-solaris-sparc.sh","title":"32-bit self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.1_07/j2sdk-1_4_1_07-solaris-sparcv9.sh","name":"j2sdk-1_4_1_07-solaris-sparcv9.sh","title":"64-bit self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.1_07/j2sdk-1_4_1_07-windows-i586.exe","name":"j2sdk-1_4_1_07-windows-i586.exe","title":"Windows (all languages, including English) "}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"j2sdk-1.4.1_07-oth-JPR","title":"Java SE Development Kit 1.4.1_07"},{"files":[{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.1_06/j2sdk-1_4_1_06-linux-i586.bin","name":"j2sdk-1_4_1_06-linux-i586.bin","title":"self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.1_06/j2sdk-1_4_1_06-solaris-i586.sh","name":"j2sdk-1_4_1_06-solaris-i586.sh","title":"self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.1_06/j2sdk-1_4_1_06-solaris-sparc.sh","name":"j2sdk-1_4_1_06-solaris-sparc.sh","title":"32-bit self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.1_06/j2sdk-1_4_1_06-solaris-sparcv9.sh","name":"j2sdk-1_4_1_06-solaris-sparcv9.sh","title":"64-bit self-extracting file * "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.1_06/j2sdk-1_4_1_06-windows-i586.exe","name":"j2sdk-1_4_1_06-windows-i586.exe","title":"Windows (all languages, including English) "}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"j2sdk-1.4.1_06-oth-JPR","title":"Java SE Development Kit 1.4.1_06"},{"files":[{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_02/j2sdk-1_4_2_02-linux-i586.bin","name":"j2sdk-1_4_2_02-linux-i586.bin","title":"Linux self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_02/j2sdk-1_4_2_02-linux-ia64.bin","name":"j2sdk-1_4_2_02-linux-ia64.bin","title":"Linux 64-bit self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_02/j2sdk-1_4_2_02-solaris-i586.sh","name":"j2sdk-1_4_2_02-solaris-i586.sh","title":"Solaris x86 self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_02/j2sdk-1_4_2_02-solaris-sparc.sh","name":"j2sdk-1_4_2_02-solaris-sparc.sh","title":"Solaris SPARC 32-bit self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_02/j2sdk-1_4_2_02-solaris-sparcv9.sh","name":"j2sdk-1_4_2_02-solaris-sparcv9.sh","title":"Solaris SPARC 64-bit self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_02/j2sdk-1_4_2_02-windows-i586-p.exe","name":"j2sdk-1_4_2_02-windows-i586-p.exe","title":"Windows Offline Installation "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_02/j2sdk-1_4_2_02-windows-ia64.exe","name":"j2sdk-1_4_2_02-windows-ia64.exe","title":"Windows 64-bit "}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"7741-j2sdk-1.4.2_02-oth-JPR","title":"Java SE Development Kit 1.4.2_02"},{"files":[{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_01/j2sdk-1_4_2_01-linux-i586.bin","name":"j2sdk-1_4_2_01-linux-i586.bin","title":"Linux self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_01/j2sdk-1_4_2_01-linux-ia64.bin","name":"j2sdk-1_4_2_01-linux-ia64.bin","title":"Linux 64-bit self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_01/j2sdk-1_4_2_01-solaris-i586.sh","name":"j2sdk-1_4_2_01-solaris-i586.sh","title":"Solaris x86 self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_01/j2sdk-1_4_2_01-solaris-sparc.sh","name":"j2sdk-1_4_2_01-solaris-sparc.sh","title":"Solaris SPARC 32-bit self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_01/j2sdk-1_4_2_01-solaris-sparcv9.sh","name":"j2sdk-1_4_2_01-solaris-sparcv9.sh","title":"Solaris SPARC 64-bit self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_01/j2sdk-1_4_2_01-windows-i586.exe","name":"j2sdk-1_4_2_01-windows-i586.exe","title":"Windows Offline Installation "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2_01/j2sdk-1_4_2_01-windows-ia64.exe","name":"j2sdk-1_4_2_01-windows-ia64.exe","title":"Windows 64-bit "}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"7639-j2sdk-1.4.2_01-oth-JPR","title":"Java SE Development Kit 1.4.2_01"},{"files":[{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.1_05/j2sdk-1_4_1_05-linux-i586.bin","name":"j2sdk-1_4_1_05-linux-i586.bin","title":"Linux self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.1_05/j2sdk-1_4_1_05-solaris-i586.sh","name":"j2sdk-1_4_1_05-solaris-i586.sh","title":"Solaris x86 self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.1_05/j2sdk-1_4_1_05-solaris-sparc.sh","name":"j2sdk-1_4_1_05-solaris-sparc.sh","title":"Solaris SPARC 32-bit self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.1_05/j2sdk-1_4_1_05-solaris-sparcv9.sh","name":"j2sdk-1_4_1_05-solaris-sparcv9.sh","title":"Solaris SPARC 64-bit self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.1_05/j2sdk-1_4_1_05-windows-i586.exe","name":"j2sdk-1_4_1_05-windows-i586.exe","title":"Windows (all languages, including English) "}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"7637-j2sdk-1.4.1_05-oth-JPR","title":"Java SE Development Kit 1.4.1_05"},{"files":[{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.1_04/j2sdk-1_4_1_04-linux-i586.bin","name":"j2sdk-1_4_1_04-linux-i586.bin","title":"Linux self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.1_04/j2sdk-1_4_1_04-solaris-i586.sh","name":"j2sdk-1_4_1_04-solaris-i586.sh","title":"Solaris x86 self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.1_04/j2sdk-1_4_1_04-solaris-sparc.sh","name":"j2sdk-1_4_1_04-solaris-sparc.sh","title":"Solaris SPARC 32-bit self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.1_04/j2sdk-1_4_1_04-solaris-sparcv9.sh","name":"j2sdk-1_4_1_04-solaris-sparcv9.sh","title":"Solaris SPARC 64-bit self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.1_04/j2sdk-1_4_1_04-windows-i586.exe","name":"j2sdk-1_4_1_04-windows-i586.exe","title":"Windows (all languages, including English) "}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"7533-j2sdk-1.4.1_04-oth-JPR","title":"Java SE Development Kit 1.4.1_04"},{"files":[{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2/j2sdk-1_4_2-doc.zip","name":"j2sdk-1_4_2-doc.zip","title":"J2SE 1.4.2 Documentation "}],"licpath":"http://download.oracle.com/otn-pub/java/licenses/J2SE 1.4.2.txt","lictitle":"JDK Documentation License Agreement","name":"7502-j2sdk-1.4.2-doc-oth-JPR","title":"Java SE Development Kit Documentation 1.4.2"},{"files":[{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2/j2sdk-1_4_2-linux-i586.bin","name":"j2sdk-1_4_2-linux-i586.bin","title":"Linux self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2/j2sdk-1_4_2-linux-ia64.bin","name":"j2sdk-1_4_2-linux-ia64.bin","title":"Linux 64-bit self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2/j2sdk-1_4_2-solaris-i586.sh","name":"j2sdk-1_4_2-solaris-i586.sh","title":"Solaris x86 self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2/j2sdk-1_4_2-solaris-sparc.sh","name":"j2sdk-1_4_2-solaris-sparc.sh","title":"Solaris SPARC 32-bit self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2/j2sdk-1_4_2-solaris-sparcv9.sh","name":"j2sdk-1_4_2-solaris-sparcv9.sh","title":"Solaris SPARC 64-bit self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2/j2sdk-1_4_2-windows-i586.exe","name":"j2sdk-1_4_2-windows-i586.exe","title":"Windows Offline Installation "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.2/j2sdk-1_4_2-windows-ia64.exe","name":"j2sdk-1_4_2-windows-ia64.exe","title":"Windows 64-bit "}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"7501-j2sdk-1.4.2-oth-JPR","title":"Java SE Development Kit 1.4.2"},{"files":[{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.1_03/j2sdk-1_4_1_03-linux-i586.bin","name":"j2sdk-1_4_1_03-linux-i586.bin","title":"Linux self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.1_03/j2sdk-1_4_1_03-solaris-i586.sh","name":"j2sdk-1_4_1_03-solaris-i586.sh","title":"Solaris x86 self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.1_03/j2sdk-1_4_1_03-solaris-sparc.sh","name":"j2sdk-1_4_1_03-solaris-sparc.sh","title":"Solaris SPARC 32-bit self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.1_03/j2sdk-1_4_1_03-solaris-sparcv9.sh","name":"j2sdk-1_4_1_03-solaris-sparcv9.sh","title":"Solaris SPARC 64-bit self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.1_03/j2sdk-1_4_1_03-windows-i586.exe","name":"j2sdk-1_4_1_03-windows-i586.exe","title":"Windows (all languages, including English) "}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"7405-j2sdk-1.4.1_03-oth-JPR","title":"Java SE Development Kit 1.4.1_03"},{"files":[{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.0_04/j2sdk-1_4_0_04-linux-i586.bin","name":"j2sdk-1_4_0_04-linux-i586.bin","title":"Linux self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.0_04/j2sdk-1_4_0_04-solaris-i586.sh","name":"j2sdk-1_4_0_04-solaris-i586.sh","title":"Solaris x86 self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.0_04/j2sdk-1_4_0_04-solaris-sparc.sh","name":"j2sdk-1_4_0_04-solaris-sparc.sh","title":"Solaris SPARC 32-bit self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.0_04/j2sdk-1_4_0_04-solaris-sparcv9.sh","name":"j2sdk-1_4_0_04-solaris-sparcv9.sh","title":"Solaris SPARC 64-bit self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.0_04/j2sdk-1_4_0_04-windows-i586.exe","name":"j2sdk-1_4_0_04-windows-i586.exe","title":"Windows (all languages, including English) "}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"7225-j2sdk-1.4.0_04-oth-JPR","title":"Java SE Development Kit 1.4.0_04"},{"files":[{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.1_02/j2sdk-1_4_1_02-linux-i586.bin","name":"j2sdk-1_4_1_02-linux-i586.bin","title":"Linux self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.1_02/j2sdk-1_4_1_02-solaris-i586.sh","name":"j2sdk-1_4_1_02-solaris-i586.sh","title":"Solaris x86 self-extracting file (Solaris 7, Solaris 8) "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.1_02/j2sdk-1_4_1_02-solaris-sparc.sh","name":"j2sdk-1_4_1_02-solaris-sparc.sh","title":"Solaris SPARC 32-bit self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.1_02/j2sdk-1_4_1_02-solaris-sparcv9.sh","name":"j2sdk-1_4_1_02-solaris-sparcv9.sh","title":"Solaris SPARC 64-bit self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.1_02/j2sdk-1_4_1_02-windows-i586.exe","name":"j2sdk-1_4_1_02-windows-i586.exe","title":"Windows (all languages, including English) "}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"7190-j2sdk-1.4.1_02-oth-JPR","title":"Java SE Development Kit 1.4.1_02"},{"files":[{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.0/j2sdk-1_4_0-doc-ja.zip","name":"j2sdk-1_4_0-doc-ja.zip","title":"J2SE 1.4 Documentation, Japanese "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.0/j2sdk-1_4_0-doc.zip","name":"j2sdk-1_4_0-doc.zip","title":"J2SE 1.4 Documentation, English "}],"licpath":"http://download.oracle.com/otn/java/licenses/J2SE 1.4.0.txt","lictitle":"Java SE Documentation License Agreement","name":"7114-j2sdk-1.4.0-doc-oth-JPR","title":"Java SE Development Kit Documentation 1.4.0"},{"files":[{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.0_01/j2sdk-1_4_0_01-linux-i586.bin","name":"j2sdk-1_4_0_01-linux-i586.bin","title":"Linux self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.0_01/j2sdk-1_4_0_01-solaris-i586.sh","name":"j2sdk-1_4_0_01-solaris-i586.sh","title":"Solaris x86 self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.0_01/j2sdk-1_4_0_01-solaris-sparc.sh","name":"j2sdk-1_4_0_01-solaris-sparc.sh","title":"Solaris SPARC 32-bit self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.0_01/j2sdk-1_4_0_01-solaris-sparcv9.sh","name":"j2sdk-1_4_0_01-solaris-sparcv9.sh","title":"Solaris SPARC 64-bit self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.0_01/j2sdk-1_4_0_01-windows-i586.exe","name":"j2sdk-1_4_0_01-windows-i586.exe","title":"Windows (all languages, including English) "}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"7093-j2sdk-1.4.0_01-oth-JPR","title":"Java SE Development Kit 1.4.0_01"},{"files":[{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.0_03/j2sdk-1_4_0_03-linux-i586.bin","name":"j2sdk-1_4_0_03-linux-i586.bin","title":"Linux self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.0_03/j2sdk-1_4_0_03-solaris-i586.sh","name":"j2sdk-1_4_0_03-solaris-i586.sh","title":"Solaris x86 self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.0_03/j2sdk-1_4_0_03-solaris-sparc.sh","name":"j2sdk-1_4_0_03-solaris-sparc.sh","title":"Solaris SPARC 32-bit self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.0_03/j2sdk-1_4_0_03-solaris-sparcv9.sh","name":"j2sdk-1_4_0_03-solaris-sparcv9.sh","title":"Solaris SPARC 64-bit self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.0_03/j2sdk-1_4_0_03-windows-i586.exe","name":"j2sdk-1_4_0_03-windows-i586.exe","title":"Windows (all languages, including English) "}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"7087-j2sdk-1.4.0_03-oth-JPR","title":"Java SE Development Kit 1.4.0_03"},{"files":[{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.0/j2sdk-1_4_0-linux-i386.bin","name":"j2sdk-1_4_0-linux-i386.bin","title":"Linux self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.0/j2sdk-1_4_0-solsparc.sh","name":"j2sdk-1_4_0-solsparc.sh","title":"Solaris SPARC 32-bit self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.0/j2sdk-1_4_0-solsparcv9.sh","name":"j2sdk-1_4_0-solsparcv9.sh","title":"Solaris SPARC 64-bit self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.0/j2sdk-1_4_0-solx86.sh","name":"j2sdk-1_4_0-solx86.sh","title":"Solaris Intel self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.0/j2sdk-1_4_0-win.exe","name":"j2sdk-1_4_0-win.exe","title":"Windows (all languages, including English) "}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"7074-j2sdk-1.4.0-oth-JPR","title":"Java SE Development Kit 1.4.0"},{"files":[{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.1/j2sdk-1_4_1-linux-ia64.bin","name":"j2sdk-1_4_1-linux-ia64.bin","title":"Linux 64-bit (Itanium) self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.1/j2sdk-1_4_1-windows-ia64.tar","name":"j2sdk-1_4_1-windows-ia64.tar","title":"Windows 64-bit (Itanium) "}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"7027-j2sdk-1.4.1-ia64-JPR","title":"Java SE Development Kit 1.4.1-ia64"},{"files":[{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.1/j2sdk-1_4_1-doc.zip","name":"j2sdk-1_4_1-doc.zip","title":"J2SE 1.4.1 Documentation "}],"licpath":"http://download.oracle.com/otn-pub/java/licenses/J2SE 1.4.1.txt","lictitle":"Java SE Documentation License Agreement","name":"7020-j2sdk-1.4.1-doc-oth-JPR","title":"Java SE Development Kit Documentation 1.4.1"},{"files":[{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.1/j2sdk-1_4_1-linux-i586.bin","name":"j2sdk-1_4_1-linux-i586.bin","title":"Linux self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.1/j2sdk-1_4_1-solaris-i586.sh","name":"j2sdk-1_4_1-solaris-i586.sh","title":"Solaris x86 self-extracting file (Solaris 7, Solaris 8) "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.1/j2sdk-1_4_1-solaris-sparc.sh","name":"j2sdk-1_4_1-solaris-sparc.sh","title":"Solaris SPARC self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.1/j2sdk-1_4_1-solaris-sparcv9.sh","name":"j2sdk-1_4_1-solaris-sparcv9.sh","title":"Solaris SPARC 64-bit self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.1/j2sdk-1_4_1-windows-i586.exe","name":"j2sdk-1_4_1-windows-i586.exe","title":"Windows (all languages, including English) "}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"7018-j2sdk-1.4.1-oth-JPR","title":"Java SE Development Kit 1.4.1"},{"files":[{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.0_02/j2sdk-1_4_0_02-linux-i586.bin","name":"j2sdk-1_4_0_02-linux-i586.bin","title":"Linux self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.0_02/j2sdk-1_4_0_02-linux-i586.tar.gz","name":"j2sdk-1_4_0_02-linux-i586.tar.gz","title":"Java SE Development Kit "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.0_02/j2sdk-1_4_0_02-solaris-i586.sh","name":"j2sdk-1_4_0_02-solaris-i586.sh","title":"Solaris x86 self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.0_02/j2sdk-1_4_0_02-solaris-sparc.sh","name":"j2sdk-1_4_0_02-solaris-sparc.sh","title":"Solaris SPARC 32-bit self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.0_02/j2sdk-1_4_0_02-solaris-sparcv9.sh","name":"j2sdk-1_4_0_02-solaris-sparcv9.sh","title":"Solaris SPARC 64-bit self-extracting file "},{"filepath":"http://download.oracle.com/otn/java/j2sdk/1.4.0_02/j2sdk-1_4_0_02-windows-i586.exe","name":"j2sdk-1_4_0_02-windows-i586.exe","title":"Windows (all languages, including English) "}],"licpath":"/technetwork/java/javase/downloads/java-se-archive-license-1382604.html","lictitle":"Oracle Binary Code License Agreement for Java SE","name":"7013-j2sdk-1.4.0_02-oth-JPR","title":"Java SE Development Kit 1.4.0_02"}]}],"version":2} \ No newline at end of file diff --git a/jenkins_home/users/admin_8719847913950465680/config.xml b/jenkins_home/users/admin_8719847913950465680/config.xml new file mode 100644 index 0000000..3ee4e46 --- /dev/null +++ b/jenkins_home/users/admin_8719847913950465680/config.xml @@ -0,0 +1,102 @@ + + + 10 + admin + admin + + + + + + + + true + + + + + + + + + + + + blueocean-bitbucket-cloud-domain + blueocean-bitbucket-cloud-domain to store credentials by BlueOcean + + + + + + + USER + bitbucket-cloud + Bitbucket server credentials + juanspoleti + {AQAAABAAAAAQsjr8TZdgE2wiE1NvDAu9z568S+iUW44Hx28xDYwBt2I=} + + + + + + blueocean-private-key-domain + + + + + USER + jenkins-generated-ssh-key + jenkins-generated-ssh-key + admin + + {AQAAABAAAAaQMG5Y41qdv7wUARNt5CUwjh9dfcY0UjQqbVtOCUok9YKTLmIbwoOVlbg/71/F2oh4WZJ/fngjKMIsyMpt/cf5XJNId1yDtmU4CqG6QTDbLs3ajGjut80T9UbVx8d6odSA2YY7UWR3Pda3/oBvLN/YqMShw3dEuNhcSDU5jd0GTahhDtlU3I4AXsOTY7dS/PKkZUaPUZJcfNmGMV+UopBRktm2TaRRXDd1QrrE/6Uk76xyp3iUY+CJ7efV8gZblI91Yf1mB4wJX1p4zTUA0SBXhsOrKRVMuol1as+SdzTAbtl2g+ytAtNK+vdVj+heoBkECEDrNGTrKGz7fSaCChtNNC4h9o8aAlzC1xmFKy1SrdTzZRH53naZ3UMtLvE0V8ZRzOepRjoaHQVUxeAVloMKITrgXS5+bURAKw8cQruYqw80fv+9VE0rlWAJTdhwjr1RHDq+BVeb2Wv3i99EciMjU//DD0ZzbayQTfHPOsEdpeN3BYaIo3NtJ6jaLmWVD8HWgy9qpDcUKaM2pvMjFn3IHrhvG2poB7Aqk3lfEAz5lFAm7NtMD0ZoPVBSXnx5XNPzMwJatrU8JAF3ekcn7t8fYjrtepLP9Gwj7RL837nY7yTfWPPNwLBjGriXO2eXs1tLsWKHYfw5V4MJh6MahgRz/Y8ESmKpKbfTMeCI0D9mHskP5kUTIadusuM1oYU3v+r/weve8uFPXfI6jW4vk4tkI9V7SG8krxo3Fp7kPjKfCS32PbpwLY+YBQHm9Svy7H07bXj2nDl5hhEuqTRJVyxhKiZNWwfJx1MDHL5gO09fAUnv0MoNQPsBtZtadYiUvG2ob98ljg/BZ/M7WGujXRJvH9Hlo7WpOt+yfdjyn2A78k+uVAinWA5Yi63nnzIkg21/NBDs/GZrL1G2SUqQM++bXRsN2vGMEI1u+vmh96R7FGcGU5Qf9XWTBIEZV28+idMwfmuE1NIL7TYRFQi08+Kg4g/jJyYa2mv7Mx9gTBjRdLwQ2xI3/zLZvBA2VZ1mC4T7LVmFSRdaLT3AbcCqtYctn7RjuXjwxmahbvZZX+H7adPBjGfyQFxTlektvfvhT0G/DK57QTV5O3UrbBgHx4G57kh3FzP1yA0/8jPWR2TgTqHt4tq7QZzNm4ju2FxImn3PPzdNmY8c2gwbf623cnWlEZStkov04eOtBTZqZH1bskXAAF6YmscvzXpgNRBqXTxt8UH+pIyZmEEnMJeoIvPEV8CYwUmxu8XK+cFj+arwb+6gKt/WYhpAsNJHwpmTHwOZ4wzhXtm8p43/3PkNfS8XGeTlTIdi29g53ysELCtrWMnmP/3cZV90/vpI3rD6WDdo+7X6CJb7F49PJ99mZPT3VmILFD5KG13iNB1oF4qB+bTClcb2mJfKRG/4jJMjledkSgSrE+DbBTA1RIob9dkeD0aA3P4JLTeaGipfXrztm23pJDHL8l8KV+/6T14UoOymUxlsR/Ta1wEqcq9OzkrFWALDZacSykBtpkFG8jKU+oCz1uj/UGG4Z3oJVXZ4cVt6CV2gEcdE+ii9ciDVeHBh1gJhDjOp0UMntzuVh7eT5c3ehUCf6pUI2sQRoqrWnGPxgy/M1lZ7NZXP6lWR+eSg8dFtClGHzL625PxGzluhdcKAY0qK+dPMQBFR2TwAuRBT6mgynWTU1+rBMfFO8q20TmPBoCJAsMtKM685pToa+/NWsTaIMSsdu7kqt6ngXkmtJAzuR3PGSOcYjGZrbj4B9Oh2EOVRppQD9k6qsyLENiAkrMBVXEwaxX/Wx3im1BCfhWmsr/jKQ2zNR80cuyUIQT3ZS5MW/OZVdT2frUBRRSRrGEXGSwh5kP5YAFKsmiUmUV5h6Fz/IOg9wndaYYQGqx1Fd7Gpbh30wLRN3G8e3lyIqE4PM+9u4Gx8iDaLi0JFL6yZD3SgJxTQLAKMuIC7gjP9EJMD+r6V8iTm4EVWrgzTNR9OfMhVejc6NBIjqGdSVTsk53prv7jNZEZECya23eDAS8YnkmvqbYFBLyjW1N1l8yEbs8t2GkZLHTWglw1pTg5fMjbJp/rSOwyimG9iGNDHGAMltdQ5RwQSSoM4IwNYeKK0QA31XLDfTMf3k7Z21lnkLLXZ8brM74e0VEkUrSv48+gQkYLcPo4k9u1AE1FOPnWL/GojLyhR7dC/PxXDJFA3tavPTiuj+a5LaV1b+s6pHo7Q2q9ejBV8qpXKAG0orKO53fq2XyXoteseNy8YPeyoHOIzoNFKnZy8t11agQ==} + + + + + + + + + + + + + + + + + all + false + false + + + + + + default + + + + + + aa9be712dc03c0b2 + + + true + + + #jbcrypt:$2a$10$hZq9OVuidq1WaUf4DI2XnuZmQueEVYJ2YJMmkqz/RYinaiDRhKJE6 + + + admin@admin.com + + + + authenticated + + 1566327686318 + + + \ No newline at end of file diff --git a/jenkins_home/users/dariovallejos_2495875841215142710/config.xml b/jenkins_home/users/dariovallejos_2495875841215142710/config.xml new file mode 100644 index 0000000..b2c597c --- /dev/null +++ b/jenkins_home/users/dariovallejos_2495875841215142710/config.xml @@ -0,0 +1,56 @@ + + + 10 + dario.vallejos + dario.vallejos + + + + + + + + true + + + + + + + + + + + lippia-web-example-project/template-readme + true + + + + + + + + all + false + false + + + + + + default + + + + + + e24d684e1a6afe62 + + + true + + + dario.vallejos@crowdaronline.com + + + \ No newline at end of file diff --git a/jenkins_home/users/juancarames_5757746511358830018/config.xml b/jenkins_home/users/juancarames_5757746511358830018/config.xml new file mode 100644 index 0000000..1927fd9 --- /dev/null +++ b/jenkins_home/users/juancarames_5757746511358830018/config.xml @@ -0,0 +1,51 @@ + + + 10 + juan.carames + juan.carames + + + + + + + + true + + + + + + + + + + + + + + + all + false + false + + + + + + default + + + + + + ffa470c9a57c18a8 + + + true + + + juan.carames@crowdaronline.com + + + \ No newline at end of file diff --git a/jenkins_home/users/juanspoleti_4677361567727383887/config.xml b/jenkins_home/users/juanspoleti_4677361567727383887/config.xml new file mode 100644 index 0000000..ff4b350 --- /dev/null +++ b/jenkins_home/users/juanspoleti_4677361567727383887/config.xml @@ -0,0 +1,56 @@ + + + 10 + juan.spoleti + juan.spoleti + + + + + + + + true + + + + + + + + + + + lippia-web-example-project/master + true + + + + + + + + all + false + false + + + + + + default + + + + + + b43fb7331964d92c + + + true + + + juan.spoleti@crowdaronline.com + + + \ No newline at end of file diff --git a/jenkins_home/users/juarmas_8584224316320366387/config.xml b/jenkins_home/users/juarmas_8584224316320366387/config.xml new file mode 100644 index 0000000..4fd5518 --- /dev/null +++ b/jenkins_home/users/juarmas_8584224316320366387/config.xml @@ -0,0 +1,56 @@ + + + 10 + juarmas + juarmas + + + + + + + + true + + + + + + + + + + + lippia-web-example-project/add-jenkins-container-and-volume-needed-for-example-job + true + + + + + + + + all + false + false + + + + + + default + + + + + + e8f857da8be535f7 + + + true + + + juarmas@juarmas.com + + + \ No newline at end of file diff --git a/jenkins_home/users/users.xml b/jenkins_home/users/users.xml new file mode 100644 index 0000000..2a861f2 --- /dev/null +++ b/jenkins_home/users/users.xml @@ -0,0 +1,26 @@ + + + 1 + + + juan.carames + juancarames_5757746511358830018 + + + juarmas + juarmas_8584224316320366387 + + + admin + admin_8719847913950465680 + + + juan.spoleti + juanspoleti_4677361567727383887 + + + dario.vallejos + dariovallejos_2495875841215142710 + + + \ No newline at end of file diff --git a/pom.xml b/pom.xml index 9e85292..8679887 100644 --- a/pom.xml +++ b/pom.xml @@ -17,13 +17,14 @@ UTF-8 - https://reqres.in/api/users + https://api.clockify.me/api --glue ar/steps --glue com/crowdar/api/rest --glue com/crowdar/bdd/cukes --glue ar/apiExampleProject/hook - @Success + @Workspaces --plugin pretty --plugin api.report.CucumberReporter: - src/test/resources/features ${cucumber.hooks} ${cucumber.stepsDefinitions} --tags 'not @Ignore' --tags ${cucumber.tags} ${crowdar.cucumber.plugins} + src/test/resources/features ${cucumber.hooks} ${cucumber.stepsDefinitions} --tags 'not @Ignore' --tags ${cucumber.tags} ${crowdar.cucumber.plugins} API + NTZmYjBlY2QtYzQ5ZS00YTYxLWE3ZjQtZWEwYzZjMTA5MWI5 @@ -38,7 +39,7 @@ Paralelo - true + true testngParalell.xml @@ -47,9 +48,9 @@ - io.lippia - core - 3.2.3.8 + io.lippia + core + 3.2.3.8 io.lippia.report @@ -61,6 +62,12 @@ extentreports-cucumber4-adapter 1.1.0.10 + + org.projectlombok + lombok + 1.18.22 + provided + @@ -68,29 +75,29 @@ - org.apache.maven.plugins - maven-surefire-plugin - 3.0.0-M4 + org.apache.maven.plugins + maven-surefire-plugin + 3.0.0-M4 ${apiExample.runner} - https://rsapi.automation.crowdaronline.com - API Sample - Local - build - + https://rsapi.automation.crowdaronline.com + API Sample + Local - build + - - crowdarRepo - crowdar-repository - https://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/ - - - + + crowdarRepo + crowdar-repository + https://nexus-v3-repositories.automation.crowdaronline.com/repository/maven-public/ + + + - + \ No newline at end of file diff --git a/src/main/java/api/config/EntityConfiguration.java b/src/main/java/api/config/EntityConfiguration.java index 173d7ae..1856511 100644 --- a/src/main/java/api/config/EntityConfiguration.java +++ b/src/main/java/api/config/EntityConfiguration.java @@ -1,16 +1,50 @@ package api.config; -import services.UserService; +import services.*; public enum EntityConfiguration { - - USER { + WORKSPACE { + @Override + public Class getEntityService() { + return WorkspaceService.class; + } + }, + USUARIO { + @Override + public Class getEntityService() { + return UsuarioService.class; + } + }, + PROYECTO { + @Override + public Class getEntityService() { + return ProyectoService.class; + } + }, + HORA { @Override public Class getEntityService() { - return UserService.class; + return TraerEntradaHorariaService.class; + } + }, + NUEVA_ENTRADA { + @Override + public Class getEntityService() { + return NuevaEntradaHorariaService.class; + } + }, + EDITAR_ENTRADA { + @Override + public Class getEntityService() { + return EditarEntradaHorariaService.class; + } + }, + ELIMINAR_ENTRADA { + @Override + public Class getEntityService() { + return EliminarEntradaService.class; } }; - public abstract Class getEntityService(); } diff --git a/src/main/java/api/model/EntradaHorariaResponse.java b/src/main/java/api/model/EntradaHorariaResponse.java new file mode 100644 index 0000000..0ccf7b5 --- /dev/null +++ b/src/main/java/api/model/EntradaHorariaResponse.java @@ -0,0 +1,24 @@ +package api.model; + +import api.model.entredaHoraria.TimeInterval; +import lombok.Getter; +import lombok.Setter; +import java.util.ArrayList; +@Getter +@Setter + +public class EntradaHorariaResponse { + public String id; + public String description; + public ArrayList tagIds; + public String userId; + public boolean billable; + public String taskId; + public String projectId; + public TimeInterval timeInterval; + public String workspaceId; + public boolean isLocked; + public ArrayList customFieldValues; + public String type; + public Object kioskId; +} diff --git a/src/main/java/api/model/ProyectoResponse.java b/src/main/java/api/model/ProyectoResponse.java new file mode 100644 index 0000000..dd8484b --- /dev/null +++ b/src/main/java/api/model/ProyectoResponse.java @@ -0,0 +1,36 @@ +package api.model; + +import api.model.proyecto.Estimate; +import api.model.proyecto.TimeEstimate; +import api.model.workspace.HourlyRate; +import api.model.workspace.Membership; +import com.fasterxml.jackson.annotation.JsonProperty; +import lombok.Getter; +import lombok.Setter; + +import java.util.ArrayList; + +@Getter +@Setter + +public class ProyectoResponse { + public String id; + public String name; + public HourlyRate hourlyRate; + public String clientId; + public String workspaceId; + public boolean billable; + public ArrayList memberships; + public String color; + public Estimate estimate; + public boolean archived; + public String duration; + public String clientName; + public String note; + public Object costRate; + public TimeEstimate timeEstimate; + public Object budgetEstimate; + public boolean template; + @JsonProperty("public") + public boolean mypublic; +} diff --git a/src/main/java/api/model/UsuarioResponse.java b/src/main/java/api/model/UsuarioResponse.java new file mode 100644 index 0000000..ea1328e --- /dev/null +++ b/src/main/java/api/model/UsuarioResponse.java @@ -0,0 +1,22 @@ +package api.model; + +import api.model.usuario.Settings; +import lombok.Getter; +import lombok.Setter; +import java.util.ArrayList; + +@Getter +@Setter + +public class UsuarioResponse { + public String id; + public String email; + public String name; + public ArrayList memberships; + public String profilePicture; + public String activeWorkspace; + public String defaultWorkspace; + public Settings settings; + public String status; + public ArrayList customFields; +} diff --git a/src/main/java/api/model/WorkspaceResponse.java b/src/main/java/api/model/WorkspaceResponse.java new file mode 100644 index 0000000..be73470 --- /dev/null +++ b/src/main/java/api/model/WorkspaceResponse.java @@ -0,0 +1,20 @@ +package api.model; + +import api.model.workspace.HourlyRate; +import api.model.workspace.Membership; +import api.model.workspace.WorkspaceSettings; +import lombok.Getter; +import lombok.Setter; +import java.util.List; +@Getter +@Setter + +public class WorkspaceResponse { + private String id; + private String name; + private HourlyRate hourlyRate; + private List memberships; + private WorkspaceSettings workspaceSettings; + private String imageUrl; + private String featureSubscriptionType; +} diff --git a/src/main/java/api/model/entredaHoraria/TimeInterval.java b/src/main/java/api/model/entredaHoraria/TimeInterval.java new file mode 100644 index 0000000..a39441a --- /dev/null +++ b/src/main/java/api/model/entredaHoraria/TimeInterval.java @@ -0,0 +1,7 @@ +package api.model.entredaHoraria; + +public class TimeInterval { + public String start; + public String end; + public String duration; +} diff --git a/src/main/java/api/model/proyecto/Estimate.java b/src/main/java/api/model/proyecto/Estimate.java new file mode 100644 index 0000000..fd6b9c8 --- /dev/null +++ b/src/main/java/api/model/proyecto/Estimate.java @@ -0,0 +1,6 @@ +package api.model.proyecto; + +public class Estimate { + public String estimate; + public String type; +} diff --git a/src/main/java/api/model/proyecto/TimeEstimate.java b/src/main/java/api/model/proyecto/TimeEstimate.java new file mode 100644 index 0000000..3a6cf65 --- /dev/null +++ b/src/main/java/api/model/proyecto/TimeEstimate.java @@ -0,0 +1,9 @@ +package api.model.proyecto; + +public class TimeEstimate { + public String estimate; + public String type; + public Object resetOption; + public boolean active; + public boolean includeNonBillable; +} diff --git a/src/main/java/api/model/usuario/Settings.java b/src/main/java/api/model/usuario/Settings.java new file mode 100644 index 0000000..b40bec4 --- /dev/null +++ b/src/main/java/api/model/usuario/Settings.java @@ -0,0 +1,38 @@ +package api.model.usuario; + +import lombok.Getter; +import lombok.Setter; + +@Getter +@Setter +public class Settings { + public String weekStart; + public String timeZone; + public String timeFormat; + public String dateFormat; + public boolean sendNewsletter; + public boolean weeklyUpdates; + public boolean longRunning; + public boolean scheduledReports; + public boolean approval; + public boolean pto; + public boolean alerts; + public boolean reminders; + public boolean timeTrackingManual; + public SummaryReportSettings summaryReportSettings; + public boolean isCompactViewOn; + public String dashboardSelection; + public String dashboardViewType; + public boolean dashboardPinToTop; + public int projectListCollapse; + public boolean collapseAllProjectLists; + public boolean groupSimilarEntriesDisabled; + public String myStartOfDay; + public boolean projectPickerTaskFilter; + public String lang; + public boolean multiFactorEnabled; + public String theme; + public boolean scheduling; + public boolean onboarding; + public boolean showOnlyWorkingDays; +} \ No newline at end of file diff --git a/src/main/java/api/model/usuario/SummaryReportSettings.java b/src/main/java/api/model/usuario/SummaryReportSettings.java new file mode 100644 index 0000000..6e48966 --- /dev/null +++ b/src/main/java/api/model/usuario/SummaryReportSettings.java @@ -0,0 +1,10 @@ +package api.model.usuario; + +import lombok.Getter; +import lombok.Setter; +@Getter +@Setter +public class SummaryReportSettings { + public String group; + public String subgroup; +} diff --git a/src/main/java/api/model/workspace/HourlyRate.java b/src/main/java/api/model/workspace/HourlyRate.java new file mode 100644 index 0000000..2e9e643 --- /dev/null +++ b/src/main/java/api/model/workspace/HourlyRate.java @@ -0,0 +1,11 @@ +package api.model.workspace; + +import lombok.Getter; +import lombok.Setter; +@Getter +@Setter + +public class HourlyRate { + private Integer amount; + private String currency; +} diff --git a/src/main/java/api/model/workspace/Membership.java b/src/main/java/api/model/workspace/Membership.java new file mode 100644 index 0000000..08e8521 --- /dev/null +++ b/src/main/java/api/model/workspace/Membership.java @@ -0,0 +1,16 @@ +package api.model.workspace; + +import lombok.Getter; +import lombok.Setter; + +@Getter +@Setter + +public class Membership { + public String userId; + public Object hourlyRate; + public Object costRate; + public String targetId; + public String membershipType; + public String membershipStatus; +} diff --git a/src/main/java/api/model/workspace/WorkspaceSettings.java b/src/main/java/api/model/workspace/WorkspaceSettings.java new file mode 100644 index 0000000..400bc1d --- /dev/null +++ b/src/main/java/api/model/workspace/WorkspaceSettings.java @@ -0,0 +1,38 @@ +package api.model.workspace; + +import lombok.Getter; +import lombok.Setter; + +import java.util.ArrayList; + +@Getter +@Setter + +public class WorkspaceSettings { + public boolean timeRoundingInReports; + public boolean onlyAdminsSeeBillableRates; + public boolean onlyAdminsCreateProject; + public boolean onlyAdminsSeeDashboard; + public boolean defaultBillableProjects; + public Object lockTimeEntries; + public Object lockTimeZone; + public boolean projectFavorites; + public boolean canSeeTimeSheet; + public boolean canSeeTracker; + public boolean projectPickerSpecialFilter; + public boolean forceProjects; + public boolean forceTasks; + public boolean forceTags; + public boolean forceDescription; + public boolean onlyAdminsSeeAllTimeEntries; + public boolean onlyAdminsSeePublicProjectsEntries; + public boolean trackTimeDownToSecond; + public String projectGroupingLabel; + public ArrayList adminOnlyPages; + public Object automaticLock; + public boolean onlyAdminsCreateTag; + public boolean onlyAdminsCreateTask; + public String timeTrackingMode; + public boolean multiFactorEnabled; + public boolean isProjectPublicByDefault; +} diff --git a/src/main/java/services/BaseService.java b/src/main/java/services/BaseService.java new file mode 100644 index 0000000..964e10b --- /dev/null +++ b/src/main/java/services/BaseService.java @@ -0,0 +1,16 @@ +package services; + +import com.crowdar.api.rest.MethodsService; + + +public class BaseService extends MethodsService{ + public static ThreadLocal API_KEY = new ThreadLocal<>(); + public static ThreadLocal WORKSPACE_ID_0 = new ThreadLocal<>(); + public static ThreadLocal Usuario_ID = new ThreadLocal<>(); + public static ThreadLocal PROYECTO_ID = new ThreadLocal<>(); + public static ThreadLocal DESCRIPCION = new ThreadLocal<>(); + public static ThreadLocal INICIO = new ThreadLocal<>(); + public static ThreadLocal FIN = new ThreadLocal<>(); + public static ThreadLocal ENTRADA_HORARIA_ID = new ThreadLocal<>(); + +} diff --git a/src/main/java/services/EditarEntradaHorariaService.java b/src/main/java/services/EditarEntradaHorariaService.java new file mode 100644 index 0000000..a2d68f8 --- /dev/null +++ b/src/main/java/services/EditarEntradaHorariaService.java @@ -0,0 +1,24 @@ +package services; + +import api.model.EntradaHorariaResponse; +import com.crowdar.api.rest.Response; +import com.crowdar.core.PropertyManager; +import java.util.HashMap; +import java.util.Map; + +public class EditarEntradaHorariaService extends BaseService{ + public static Response put(String jsonName){return put(jsonName, EntradaHorariaResponse.class, setParams());} + + public static Map setParams() { + Map params = new HashMap(); + params.put("baseUrl", PropertyManager.getProperty("base.api.url")); + params.put("apiKey",API_KEY.get()); + params.put("workspaceId",WORKSPACE_ID_0.get()); + params.put("proyectoId",PROYECTO_ID.get()); + params.put("entradaId",ENTRADA_HORARIA_ID.get()); + params.put("decripcion",DESCRIPCION.get()); + params.put("inicio",INICIO.get()); + params.put("fin",FIN.get()); + return params; + } +} diff --git a/src/main/java/services/EliminarEntradaService.java b/src/main/java/services/EliminarEntradaService.java new file mode 100644 index 0000000..3bb2f76 --- /dev/null +++ b/src/main/java/services/EliminarEntradaService.java @@ -0,0 +1,21 @@ +package services; + +import api.model.EntradaHorariaResponse; +import com.crowdar.api.rest.Response; +import com.crowdar.core.PropertyManager; + +import java.util.HashMap; +import java.util.Map; + +public class EliminarEntradaService extends BaseService{ + public static Response delete(String jsonName){return delete(jsonName, EntradaHorariaResponse.class, setParams());} + + public static Map setParams() { + Map params = new HashMap(); + params.put("baseUrl", PropertyManager.getProperty("base.api.url")); + params.put("apiKey",API_KEY.get()); + params.put("workspaceId",WORKSPACE_ID_0.get()); + params.put("entradaId",ENTRADA_HORARIA_ID.get()); + return params; + } +} diff --git a/src/main/java/services/NuevaEntradaHorariaService.java b/src/main/java/services/NuevaEntradaHorariaService.java new file mode 100644 index 0000000..451fec6 --- /dev/null +++ b/src/main/java/services/NuevaEntradaHorariaService.java @@ -0,0 +1,29 @@ +package services; + +import com.crowdar.api.rest.APIManager; +import com.crowdar.api.rest.Response; +import com.crowdar.core.PropertyManager; +import api.model.EntradaHorariaResponse; +import java.util.HashMap; +import java.util.Map; + +public class NuevaEntradaHorariaService extends BaseService{ + public static Response post(String jsonName){return post(jsonName, EntradaHorariaResponse.class, setParams());} + + public static Map setParams() { + Map params = new HashMap(); + params.put("baseUrl", PropertyManager.getProperty("base.api.url")); + params.put("apiKey",API_KEY.get()); + params.put("workspaceId",WORKSPACE_ID_0.get()); + params.put("proyectoId",PROYECTO_ID.get()); + params.put("decripcion",DESCRIPCION.get()); + params.put("inicio",INICIO.get()); + params.put("fin",FIN.get()); + return params; + } + + public static void obtengoEntradaHorariaID() { + EntradaHorariaResponse timeEntryResponses = (EntradaHorariaResponse) APIManager.getLastResponse().getResponse(); + ENTRADA_HORARIA_ID.set(timeEntryResponses.getId()); + } +} \ No newline at end of file diff --git a/src/main/java/services/ProyectoService.java b/src/main/java/services/ProyectoService.java new file mode 100644 index 0000000..d1e8c83 --- /dev/null +++ b/src/main/java/services/ProyectoService.java @@ -0,0 +1,26 @@ +package services; + +import api.model.ProyectoResponse; +import com.crowdar.api.rest.APIManager; +import com.crowdar.api.rest.Response; +import com.crowdar.core.PropertyManager; +import java.util.HashMap; +import java.util.Map; + +public class ProyectoService extends BaseService{ + public static Response get(String jsonName){ + return get(jsonName, ProyectoResponse[].class, setParams()); + } + private static Map setParams(){ + Map params = new HashMap<>(); + params.put("baseUrl", PropertyManager.getProperty("base.api.url")); + params.put("apiKey", API_KEY.get()); + params.put("workspaceId", WORKSPACE_ID_0.get()); + return params; + } + + public static void obtengoProyectoId(){ + ProyectoResponse[] proyectoResponses = (ProyectoResponse[]) APIManager.getLastResponse().getResponse(); + PROYECTO_ID.set(proyectoResponses[0].getId()); + } +} diff --git a/src/main/java/services/TraerEntradaHorariaService.java b/src/main/java/services/TraerEntradaHorariaService.java new file mode 100644 index 0000000..ae23846 --- /dev/null +++ b/src/main/java/services/TraerEntradaHorariaService.java @@ -0,0 +1,20 @@ +package services; + +import com.crowdar.api.rest.Response; +import com.crowdar.core.PropertyManager; +import java.util.HashMap; +import java.util.Map; +import api.model.EntradaHorariaResponse; + +public class TraerEntradaHorariaService extends BaseService{ + public static Response get(String jsonName){return get(jsonName, EntradaHorariaResponse[].class, setParams());} + + public static Map setParams() { + Map params = new HashMap(); + params.put("baseUrl", PropertyManager.getProperty("base.api.url")); + params.put("apiKey",API_KEY.get()); + params.put("workspaceId",WORKSPACE_ID_0.get()); + params.put("userId",Usuario_ID.get()); + return params; + } +} diff --git a/src/main/java/services/UserService.java b/src/main/java/services/UserService.java deleted file mode 100644 index b73eb8c..0000000 --- a/src/main/java/services/UserService.java +++ /dev/null @@ -1,36 +0,0 @@ -package services; - -import api.model.Data; -import com.crowdar.api.rest.MethodsService; -import com.crowdar.api.rest.Response; -import com.crowdar.util.MapUtils; -import com.fasterxml.jackson.databind.ObjectMapper; - -import java.util.Map; - - -public class UserService extends MethodsService { - - public static Response get(String jsonName) { - return get(jsonName, Data.class); - } - - public static Response delete(String jsonName) { - return delete(jsonName, null); - } - - @Override - public void validateFields(Object expected, Object actual, Map parameters) throws Exception { - Map expectedObjectMapped = MapUtils.convertObjectToMap(expected); - Map expectedData = (Map) expectedObjectMapped.get("data"); - expectedData.replace("first_name", parameters.get("name")); - - ObjectMapper objectMapper = new ObjectMapper(); - expected = objectMapper.convertValue(expectedObjectMapped, Object.class); - - validateFields(expected, actual); - } - -} - - diff --git a/src/main/java/services/UsuarioService.java b/src/main/java/services/UsuarioService.java new file mode 100644 index 0000000..9e36161 --- /dev/null +++ b/src/main/java/services/UsuarioService.java @@ -0,0 +1,26 @@ +package services; + +import api.model.UsuarioResponse; +import com.crowdar.api.rest.APIManager; +import com.crowdar.api.rest.Response; +import com.crowdar.core.PropertyManager; +import java.util.HashMap; +import java.util.Map; + +public class UsuarioService extends BaseService { + public static Response get(String jsonName){ + return get(jsonName, UsuarioResponse[].class, setParams()); + } + private static Map setParams(){ + Map params = new HashMap<>(); + params.put("baseUrl", PropertyManager.getProperty("base.api.url")); + params.put("apiKey", API_KEY.get()); + params.put("workspaceId", WORKSPACE_ID_0.get()); + return params; + } + + public static void obtengoUsuarioId(){ + UsuarioResponse[] usuarioResponses = (UsuarioResponse[]) APIManager.getLastResponse().getResponse(); + Usuario_ID.set(usuarioResponses[0].getId()); + } +} \ No newline at end of file diff --git a/src/main/java/services/WorkspaceService.java b/src/main/java/services/WorkspaceService.java new file mode 100644 index 0000000..045e5a0 --- /dev/null +++ b/src/main/java/services/WorkspaceService.java @@ -0,0 +1,25 @@ +package services; + +import com.crowdar.api.rest.APIManager; +import com.crowdar.api.rest.Response; +import com.crowdar.core.PropertyManager; +import api.model.WorkspaceResponse; +import java.util.HashMap; +import java.util.Map; + +public class WorkspaceService extends BaseService { + public static Response get(String jsonName){ + return get(jsonName, WorkspaceResponse[].class, setParams()); + } + + private static Map setParams(){ + Map params = new HashMap<>(); + params.put("baseUrl", PropertyManager.getProperty("base.api.url")); + params.put("apiKey", API_KEY.get()); + return params; + } + public static void obtengoWorkspaceId(){ + WorkspaceResponse[] workspaceResponses = (WorkspaceResponse[]) APIManager.getLastResponse().getResponse(); + WORKSPACE_ID_0.set(workspaceResponses[0].getId()); + } +} diff --git a/src/main/resources/config.properties b/src/main/resources/config.properties index 709e6eb..3c6c6c4 100644 --- a/src/main/resources/config.properties +++ b/src/main/resources/config.properties @@ -1,4 +1,5 @@ base.api.url=${base.api.url} crowdar.projectType = ${crowdar.projectType} crowdar.api=true -crowdar.api.entityConfiguration=api.config.EntityConfiguration \ No newline at end of file +crowdar.api.entityConfiguration=api.config.EntityConfiguration +apiKey=${api.key} diff --git a/src/test/java/ar/steps/UserSteps.java b/src/test/java/ar/steps/ComunSteps.java similarity index 84% rename from src/test/java/ar/steps/UserSteps.java rename to src/test/java/ar/steps/ComunSteps.java index da48f3e..0fb8c54 100644 --- a/src/test/java/ar/steps/UserSteps.java +++ b/src/test/java/ar/steps/ComunSteps.java @@ -1,22 +1,15 @@ package ar.steps; import api.config.EntityConfiguration; -import api.model.Data; -import com.crowdar.api.rest.APIManager; import com.crowdar.core.PageSteps; -import io.cucumber.java.en.*; import com.google.api.client.repackaged.com.google.common.base.Splitter; -import cucumber.api.java.en.And; -import cucumber.api.java.en.Then; import cucumber.api.java.en.When; import org.apache.commons.lang.StringUtils; -import org.testng.Assert; import java.lang.reflect.InvocationTargetException; -import java.lang.reflect.Method; import java.util.Map; -public class UserSteps extends PageSteps { +public class ComunSteps extends PageSteps { @When("^I perform a '(.*)' to '(.*)' endpoint with the '(.*)' and '(.*)'$") public void doRequest(String methodName, String entity, String jsonName, String jsonReplacementValues) throws IllegalAccessException, IllegalArgumentException, InvocationTargetException, NoSuchMethodException, SecurityException { diff --git a/src/test/java/ar/steps/EntradaHorariaSteps.java b/src/test/java/ar/steps/EntradaHorariaSteps.java new file mode 100644 index 0000000..2c8ca29 --- /dev/null +++ b/src/test/java/ar/steps/EntradaHorariaSteps.java @@ -0,0 +1,28 @@ +package ar.steps; + +import ar.validaciones.ValidacionHoraria; +import ar.validaciones.ValidacionValoresEntrada; +import io.cucumber.java.en.And; +import services.BaseService; +import services.NuevaEntradaHorariaService; + +public class EntradaHorariaSteps { + @And("Se valida las consultas horarias") + public void workspaceID(){ + ValidacionHoraria.validador(); + } + @And("Agrego una descripcion '(.*)', una hora de inicio '(.*)' y una hora de fin '(.*)'$") + public void valores(String descripcion,String inicio, String fin){ + BaseService.DESCRIPCION.set(descripcion); + BaseService.INICIO.set(inicio); + BaseService.FIN.set(fin); + } + @And("Se valida la entrada horaria") + public void validacionHoraria(){ + ValidacionValoresEntrada.validador(); + } + @And("Obtengo una entradaid") + public void entradaid(){ + NuevaEntradaHorariaService.obtengoEntradaHorariaID(); + } +} \ No newline at end of file diff --git a/src/test/java/ar/steps/ProyectoSteps.java b/src/test/java/ar/steps/ProyectoSteps.java new file mode 100644 index 0000000..2750e8b --- /dev/null +++ b/src/test/java/ar/steps/ProyectoSteps.java @@ -0,0 +1,16 @@ +package ar.steps; + +import ar.validaciones.ValidacionProyecto; +import io.cucumber.java.en.And; +import services.ProyectoService; + +public class ProyectoSteps { + @And("Validacion de proyecto") + public void validacionProyecto(){ + ValidacionProyecto.validador(); + } + @And("Obtengo un proyectoid") + public void proyectoID(){ + ProyectoService.obtengoProyectoId(); + } +} diff --git a/src/test/java/ar/steps/UsuarioSteps.java b/src/test/java/ar/steps/UsuarioSteps.java new file mode 100644 index 0000000..acecb90 --- /dev/null +++ b/src/test/java/ar/steps/UsuarioSteps.java @@ -0,0 +1,16 @@ +package ar.steps; + +import ar.validaciones.ValidacionUsuario; +import io.cucumber.java.en.And; +import services.UsuarioService; + +public class UsuarioSteps { + @And("Valido los datos de mi usuario") + public void validacionUsuario(){ + ValidacionUsuario.validador(); + } + @And("Obtengo un usuarioid valido") + public void usuarioID(){ + UsuarioService.obtengoUsuarioId(); + } +} diff --git a/src/test/java/ar/steps/WorkspaceSteps.java b/src/test/java/ar/steps/WorkspaceSteps.java new file mode 100644 index 0000000..a5478ff --- /dev/null +++ b/src/test/java/ar/steps/WorkspaceSteps.java @@ -0,0 +1,23 @@ +package ar.steps; + +import ar.validaciones.ValidacionWorkspace; +import com.crowdar.core.PropertyManager; +import cucumber.api.java.en.When; +import io.cucumber.java.en.And; +import services.BaseService; +import services.WorkspaceService; + +public class WorkspaceSteps { + @When("^Con una cuenta creada en Clockify y X-Api-Key generados$") + public void apiKey(){ + BaseService.API_KEY.set(PropertyManager.getProperty("apiKey")); + } + @And("Obtengo los datos de mi Workspace") + public void validacionWorkspace(){ + ValidacionWorkspace.validador(); + } + @And("Obtengo un workspaceid valido") + public void workspaceID(){ + WorkspaceService.obtengoWorkspaceId(); + } +} diff --git a/src/test/java/ar/validaciones/ValidacionEliminacion.java b/src/test/java/ar/validaciones/ValidacionEliminacion.java new file mode 100644 index 0000000..99198bc --- /dev/null +++ b/src/test/java/ar/validaciones/ValidacionEliminacion.java @@ -0,0 +1,2 @@ +package ar.validaciones;public class ValidacionEliminacion { +} diff --git a/src/test/java/ar/validaciones/ValidacionHoraria.java b/src/test/java/ar/validaciones/ValidacionHoraria.java new file mode 100644 index 0000000..dfce400 --- /dev/null +++ b/src/test/java/ar/validaciones/ValidacionHoraria.java @@ -0,0 +1,12 @@ +package ar.validaciones; + +import com.crowdar.api.rest.APIManager; +import org.testng.Assert; +import api.model.EntradaHorariaResponse; + +public class ValidacionHoraria { + public static void validador() { + EntradaHorariaResponse[] response = (EntradaHorariaResponse[]) APIManager.getLastResponse().getResponse(); + Assert.assertNotNull(response[0].getId(), "El campo ID es nulo"); + } +} diff --git a/src/test/java/ar/validaciones/ValidacionProyecto.java b/src/test/java/ar/validaciones/ValidacionProyecto.java new file mode 100644 index 0000000..6309bc2 --- /dev/null +++ b/src/test/java/ar/validaciones/ValidacionProyecto.java @@ -0,0 +1,12 @@ +package ar.validaciones; + +import com.crowdar.api.rest.APIManager; +import api.model.ProyectoResponse; +import org.testng.Assert; + +public class ValidacionProyecto { + public static void validador() { + ProyectoResponse[] response = (ProyectoResponse[]) APIManager.getLastResponse().getResponse(); + Assert.assertNotNull(response[0].getId(), "El campo ID es nulo"); + } +} diff --git a/src/test/java/ar/validaciones/ValidacionUsuario.java b/src/test/java/ar/validaciones/ValidacionUsuario.java new file mode 100644 index 0000000..7b65307 --- /dev/null +++ b/src/test/java/ar/validaciones/ValidacionUsuario.java @@ -0,0 +1,12 @@ +package ar.validaciones; + +import api.model.UsuarioResponse; +import com.crowdar.api.rest.APIManager; +import org.testng.Assert; + +public class ValidacionUsuario { + public static void validador() { + UsuarioResponse[] response = (UsuarioResponse[]) APIManager.getLastResponse().getResponse(); + Assert.assertNotNull(response[0].getId(), "El campo ID es nulo"); + } +} diff --git a/src/test/java/ar/validaciones/ValidacionValoresEntrada.java b/src/test/java/ar/validaciones/ValidacionValoresEntrada.java new file mode 100644 index 0000000..cb09102 --- /dev/null +++ b/src/test/java/ar/validaciones/ValidacionValoresEntrada.java @@ -0,0 +1,20 @@ +package ar.validaciones; + +import com.crowdar.api.rest.APIManager; +import org.testng.Assert; +import services.BaseService; +import api.model.EntradaHorariaResponse; + +public class ValidacionValoresEntrada { + public static void validador() { + EntradaHorariaResponse response = (EntradaHorariaResponse) APIManager.getLastResponse().getResponse(); + String descripcion = BaseService.DESCRIPCION.get(); + String project_id = BaseService.PROYECTO_ID.get(); + String hora_inicio = BaseService.INICIO.get(); + String hora_final = BaseService.FIN.get(); + Assert.assertEquals(response.getDescription(), descripcion); + Assert.assertEquals(response.getProjectId(), project_id); + Assert.assertEquals(response.timeInterval.start, hora_inicio); + Assert.assertEquals(response.timeInterval.end, hora_final); + } +} \ No newline at end of file diff --git a/src/test/java/ar/validaciones/ValidacionWorkspace.java b/src/test/java/ar/validaciones/ValidacionWorkspace.java new file mode 100644 index 0000000..1d43624 --- /dev/null +++ b/src/test/java/ar/validaciones/ValidacionWorkspace.java @@ -0,0 +1,12 @@ +package ar.validaciones; + +import api.model.WorkspaceResponse; +import com.crowdar.api.rest.APIManager; +import org.testng.Assert; + +public class ValidacionWorkspace { + public static void validador() { + WorkspaceResponse[] response = (WorkspaceResponse[]) APIManager.getLastResponse().getResponse(); + Assert.assertNotNull(response[0].getId(), "El campo ID es nulo"); + } +} diff --git a/src/test/resources/features/ApiExample.feature b/src/test/resources/features/ApiExample.feature deleted file mode 100644 index bef5999..0000000 --- a/src/test/resources/features/ApiExample.feature +++ /dev/null @@ -1,42 +0,0 @@ -Feature: Api example - As an api user I want to execute request in order to get proper responses - - @Example @Success - Scenario Outline: Example scenario for get user data - When I perform a '' to '' endpoint with the '' and '' - Then status code is obtained - And expected response is obtained in '' with '' - - Examples: - | jsonName | statusCode | operation | entity | expectedResponse | - | exampleJson | 200 | GET | USER | users | - - @Example @Success - Scenario Outline: Example scenario for get user data - When I perform a '' to '' endpoint with the '' and '' - Then status code is obtained - And expected response is obtained in '' - - Examples: - | jsonName | statusCode | operation | entity | - | exampleJson | 200 | GET | USER | - - @Example @Success - Scenario Outline: Example scenario for delete user - When I perform a '' to '' endpoint with the '' and '' - Then status code is obtained - And not response at all is obtained - - Examples: - | jsonName | statusCode | operation | entity | - | exampleJson | 204 | DELETE | USER | - - @Example @Success - Scenario Outline: Example scenario for get users - When I perform a '' to '' endpoint with the '' and '' - Then status code is obtained - And expected response is obtained in '' with '' and the parameters '' - - Examples: - | jsonName | statusCode | operation | entity | jsonExpected | parameters | - | exampleJson | 200 | GET | USER | usersWithParams | name:Janet | \ No newline at end of file diff --git a/src/test/resources/features/EntradaHoraria.feature b/src/test/resources/features/EntradaHoraria.feature new file mode 100644 index 0000000..d9c9c9d --- /dev/null +++ b/src/test/resources/features/EntradaHoraria.feature @@ -0,0 +1,79 @@ +@EntradaHoraria +Feature: EntradaDeHorario + + @TraerEntradasHorarias + Scenario Outline: Consultar horas registradas + And Con una cuenta creada en Clockify y X-Api-Key generados + And I perform a 'GET' to 'WORKSPACE' endpoint with the 'get_Workspaces' and '' + And se obtuvo el status code 200 + And Obtengo un workspaceid valido + And I perform a 'GET' to 'USUARIO' endpoint with the 'get_Usuario' and '' + And se obtuvo el status code 200 + And Obtengo un usuarioid valido + When I perform a '' to '' endpoint with the '' and '' + And se obtuvo el status code + And Se valida las consultas horarias + + Examples: + | operation | entity | jsonName | status | + | GET | HORA | get_EntradasHorarias | 200 | + + @NuevaEntradaHoraria + Scenario Outline: Agregar una nueva entrada horaria + And Con una cuenta creada en Clockify y X-Api-Key generados + And I perform a 'GET' to 'WORKSPACE' endpoint with the 'get_Workspaces' and '' + And se obtuvo el status code 200 + And Obtengo un workspaceid valido + And I perform a 'GET' to 'PROYECTO' endpoint with the 'get_Proyecto' and '' + And se obtuvo el status code 200 + And Obtengo un proyectoid + And Agrego una descripcion '', una hora de inicio '' y una hora de fin '' + When I perform a '' to '' endpoint with the '' and '' + Then se obtuvo el status code + And Se valida la entrada horaria + + Examples: + | operation | entity | jsonName | status | descripcion | inicio | fin | + | POST | NUEVA_ENTRADA | post_NuevaEntrada | 201 | nota | 2023-12-22T14:27:22Z | 2023-12-27T08:22:27Z | + + @EditarEntradaHoraria + Scenario Outline: Editar una entrada de horaria + And Con una cuenta creada en Clockify y X-Api-Key generados + And I perform a 'GET' to 'WORKSPACE' endpoint with the 'get_Workspaces' and '' + And se obtuvo el status code 200 + And Obtengo un workspaceid valido + And I perform a 'GET' to 'PROYECTO' endpoint with the 'get_Proyecto' and '' + And se obtuvo el status code 200 + And Obtengo un proyectoid + And Agrego una descripcion 'editar nota', una hora de inicio '2023-12-10T14:27:22Z' y una hora de fin '2023-12-17T08:22:27Z' + And I perform a 'POST' to 'NUEVA_ENTRADA' endpoint with the 'post_NuevaEntrada' and '' + And se obtuvo el status code 201 + And Obtengo una entradaid + And Agrego una descripcion '', una hora de inicio '' y una hora de fin '' + When I perform a '' to '' endpoint with the '' and '' + Then se obtuvo el status code + And Se valida la entrada horaria + + Examples: + | operation | entity | jsonName | status | descripcion | inicio | fin | + | PUT | EDITAR_ENTRADA | put_EditarEntrada | 200 | nota nueva | 2023-12-13T14:27:22Z | 2023-12-25T08:22:27Z | + + @EliminarEntradaHoraria + Scenario Outline: Eliminar una entrada de horaria + And Con una cuenta creada en Clockify y X-Api-Key generados + And I perform a 'GET' to 'WORKSPACE' endpoint with the 'get_Workspaces' and '' + And se obtuvo el status code 200 + And Obtengo un workspaceid valido + And I perform a 'GET' to 'PROYECTO' endpoint with the 'get_Proyecto' and '' + And se obtuvo el status code 200 + And Obtengo un proyectoid + And Agrego una descripcion 'eliminar nota', una hora de inicio '2023-12-10T14:27:22Z' y una hora de fin '2023-12-17T08:22:27Z' + And I perform a 'POST' to 'NUEVA_ENTRADA' endpoint with the 'post_NuevaEntrada' and '' + And se obtuvo el status code 201 + And Obtengo una entradaid + When I perform a '' to '' endpoint with the '' and '' + Then se obtuvo el status code + + Examples: + | operation | entity | jsonName | status | + | DELETE | ELIMINAR_ENTRADA | delete_EliminarEntrada | 204 | \ No newline at end of file diff --git a/src/test/resources/features/Proyecto.feature b/src/test/resources/features/Proyecto.feature new file mode 100644 index 0000000..8076572 --- /dev/null +++ b/src/test/resources/features/Proyecto.feature @@ -0,0 +1,16 @@ +@Proyecto +Feature: Como usuario de Clockify quiero interactuar con la API + + @TraerProyecto + Scenario Outline: Traer todos mis Workspaces + And Con una cuenta creada en Clockify y X-Api-Key generados + And I perform a 'GET' to 'WORKSPACE' endpoint with the 'get_Workspaces' and '' + And se obtuvo el status code 200 + And Obtengo un workspaceid valido + When I perform a '' to '' endpoint with the '' and '' + Then status code is obtained + And Validacion de proyecto + + Examples: + | operation | entity | jsonName | status | + | GET | PROYECTO | get_Proyecto | 200 | \ No newline at end of file diff --git a/src/test/resources/features/Usuario.feature b/src/test/resources/features/Usuario.feature new file mode 100644 index 0000000..bed194f --- /dev/null +++ b/src/test/resources/features/Usuario.feature @@ -0,0 +1,16 @@ +@Usuario +Feature: Como usuario de Clockify quiero interactuar con la API + + @InformacionUsuario + Scenario Outline: Traer todos mis Workspaces + And Con una cuenta creada en Clockify y X-Api-Key generados + And I perform a 'GET' to 'WORKSPACE' endpoint with the 'get_Workspaces' and '' + And se obtuvo el status code 200 + And Obtengo un workspaceid valido + When I perform a '' to '' endpoint with the '' and '' + Then status code is obtained + And Valido los datos de mi usuario + + Examples: + | operation | entity | jsonName | status | + | GET | USUARIO | get_Usuario | 200 | \ No newline at end of file diff --git a/src/test/resources/features/Workspaces.feature b/src/test/resources/features/Workspaces.feature new file mode 100644 index 0000000..c999f89 --- /dev/null +++ b/src/test/resources/features/Workspaces.feature @@ -0,0 +1,13 @@ +@Workspaces +Feature: Como usuario de Clockify quiero interactuar con la API + + @TrerWorkspaces + Scenario Outline: Traer todos mis Workspaces + Given Con una cuenta creada en Clockify y X-Api-Key generados + When I perform a '' to '' endpoint with the '' and '' + Then status code is obtained + And Obtengo los datos de mi Workspace + + Examples: + | operation | entity | jsonName | status | + | GET | WORKSPACE | get_Workspaces | 200 | \ No newline at end of file diff --git a/src/test/resources/jsons/request/delete_EliminarEntrada.json b/src/test/resources/jsons/request/delete_EliminarEntrada.json new file mode 100644 index 0000000..e2432af --- /dev/null +++ b/src/test/resources/jsons/request/delete_EliminarEntrada.json @@ -0,0 +1,8 @@ +{ + "url": "{{baseUrl}}", + "headers": { + "content-type": "application/json", + "X-Api-Key": "{{apiKey}}" + }, + "endpoint": "/v1/workspaces/{{workspaceId}}/time-entries/{{entradaId}}" +} \ No newline at end of file diff --git a/src/test/resources/jsons/request/exampleJson.json b/src/test/resources/jsons/request/exampleJson.json deleted file mode 100644 index de17d8e..0000000 --- a/src/test/resources/jsons/request/exampleJson.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "headers": { - "Content-Type": "application/json" - }, - "urlParameters": { - "id": 2 - } -} - - diff --git a/src/test/resources/jsons/request/get_EntradasHorarias.json b/src/test/resources/jsons/request/get_EntradasHorarias.json new file mode 100644 index 0000000..69a4703 --- /dev/null +++ b/src/test/resources/jsons/request/get_EntradasHorarias.json @@ -0,0 +1,9 @@ +{ + "url": "{{baseUrl}}", + + "headers": { + "Content-Type": "application/json", + "x-api-key": "{{apiKey}}" + }, + "endpoint": "/v1/workspaces/{{workspaceId}}/user/{{userId}}/time-entries" +} \ No newline at end of file diff --git a/src/test/resources/jsons/request/get_Proyecto.json b/src/test/resources/jsons/request/get_Proyecto.json new file mode 100644 index 0000000..a33ff08 --- /dev/null +++ b/src/test/resources/jsons/request/get_Proyecto.json @@ -0,0 +1,8 @@ +{ + "url": "{{baseUrl}}", + "headers": { + "X-Api-Key": "{{apiKey}}", + "Content-Type": "application/json" + }, + "endpoint": "/v1/workspaces/{{workspaceId}}/projects" +} \ No newline at end of file diff --git a/src/test/resources/jsons/request/get_Usuario.json b/src/test/resources/jsons/request/get_Usuario.json new file mode 100644 index 0000000..ece4a91 --- /dev/null +++ b/src/test/resources/jsons/request/get_Usuario.json @@ -0,0 +1,8 @@ +{ + "url": "{{baseUrl}}", + "headers": { + "X-Api-Key": "{{apiKey}}", + "Content-Type": "application/json" + }, + "endpoint": "/v1/workspaces/{{workspaceId}}/users" +} \ No newline at end of file diff --git a/src/test/resources/jsons/request/get_Workspaces.json b/src/test/resources/jsons/request/get_Workspaces.json new file mode 100644 index 0000000..19207c8 --- /dev/null +++ b/src/test/resources/jsons/request/get_Workspaces.json @@ -0,0 +1,8 @@ +{ + "url": "{{baseUrl}}", + "headers": { + "X-Api-Key": "{{apiKey}}", + "Content-Type": "application/json" + }, + "endpoint": "/workspaces" +} \ No newline at end of file diff --git a/src/test/resources/jsons/request/post_NuevaEntrada.json b/src/test/resources/jsons/request/post_NuevaEntrada.json new file mode 100644 index 0000000..647dec0 --- /dev/null +++ b/src/test/resources/jsons/request/post_NuevaEntrada.json @@ -0,0 +1,14 @@ +{ + "url": "{{baseUrl}}", + "headers": { + "X-Api-Key": "{{apiKey}}", + "Content-Type": "application/json" + }, + "body": { + "description": "{{decripcion}}", + "end": "{{fin}}", + "projectId": "{{proyectoId}}", + "start": "{{inicio}}" + }, + "endpoint": "/v1/workspaces/{{workspaceId}}/time-entries" +} diff --git a/src/test/resources/jsons/request/put_EditarEntrada.json b/src/test/resources/jsons/request/put_EditarEntrada.json new file mode 100644 index 0000000..7ccc4c4 --- /dev/null +++ b/src/test/resources/jsons/request/put_EditarEntrada.json @@ -0,0 +1,14 @@ +{ + "url": "{{baseUrl}}", + "headers": { + "X-Api-Key": "{{apiKey}}", + "Content-Type": "application/json" + }, + "body": { + "description": "{{decripcion}}", + "end": "{{fin}}", + "projectId": "{{proyectoId}}", + "start": "{{inicio}}" + }, + "endpoint": "/v1/workspaces/{{workspaceId}}/time-entries/{{entradaId}}" +} \ No newline at end of file