chetanmeh commented on issue #4531: Run Gradle install for Jenkins build to install Standalone jar URL: https://github.com/apache/incubator-openwhisk/pull/4531#issuecomment-507185550 Now server starts fine on Jenkins ``` Running standalone server from /home/jenkins/jenkins-slave/workspace/OpenWhisk-Playground/core/standalone/build/libs/openwhisk-standalone-1.0.0-SNAPSHOT.jar Waiting for OpenWhisk server to start since 1.061 ms Waiting for OpenWhisk server to start since 2.106 s Waiting for OpenWhisk server to start since 3.121 s Waiting for OpenWhisk server to start since 4.133 s Waiting for OpenWhisk server to start since 5.145 s Waiting for OpenWhisk server to start since 6.152 s Started test server at http://localhost:45685/ in [6.441 s] ``` However one test fails due to older docker version ``` [2019-07-01T04:36:41.992Z] [ERROR] [#tid_rAUJnbcfty8iOYvVhfuZAqp4XWUYfZWt] [ExtendedDockerClient] info: command was unsuccessful, code: 125 (unsuccessful), stdout: , stderr: unknown flag: --until ``` @houshengbo Whats the docker version on Jenkins machine? Per [docker docs](https://docs.docker.com/engine/reference/commandline/logs/#options) support for `--until` flag was part of engine api v1.35. So we may need to update the Docker version on Jenkins
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
