'Jenkins freestyle job with deployment to cloud foundry - application timed out during staging

A few months ago I created a jenkins freestyle job that gets triggered whenever I push an R development into a GitHub repository. This job then does some basic syntax checks and pushes the app to our cloud foundry space where it runs. This worked pretty good however since a few weeks I am getting the error

java.lang.IllegalStateException: Application *** timed out during staging

I already set the timeout time for the cf plugin to 3600 seconds (from initial 300 seconds). However this does not make any difference, the job crashes after the same waiting time.

The buildpack we are using is: https://github.com/cloudfoundry/r-buildpack

Can anyone help here? Thanks a lot!



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source