| I don't think it's related to the build server, even if I didn't test that. The problem is that, in the Pipeline related tests, the build is never actually run. It is triggered, started, but nothing happen. I have this even just by upgrading the Java version (and so Jenkins core requirement). If you could update the Jenkinsfile to build the plugin on Java 8 (for now only), it would be great. I can open a PR with the new Jenkinsfile but it wouldn't be used. Only you (write permission on the repo) can open such PR (update parent-pom to latest version at the same time). This way we could validate that if it's a problem of test environment (my computer) or if it's something wrong in the test description. Also, the versions of the Pipeline plugins used for the tests are a bit old. This might be the problem. I tried to update them and it didn't solve the problem. But again, "doesn't work on my machine" it not what we want here, right? |