Top "Cloudbees" questions

CloudBees provides products and services related to the Jenkins continuous integration/delivery server.

Get username logged in Jenkins from Jenkins Workflow (Pipeline) Plugin

I am using the Pipeline plugin in Jenkins by Clouldbees (the name was Workflow plugin before), I am trying to …

jenkins groovy jenkins-pipeline cloudbees
Git environment variables for use in executing Jenkins shell scripts

Hope someone can help - I have the following plugin installed in my Jenkins instance - but I don't seem …

git jenkins jenkins-plugins cloudbees
Intermittent Error during WebSocket handshake: Unexpected response code: 400 on CloudBees

I am running a websocket app on CloudBees - and I intermittently see: Error during WebSocket handshake: Unexpected response code: 400 …

websocket cloudbees
Can I make the SCM polling interval for Jenkins randomised

In most Jenkins' examples the SCM poll value is designated */15 * * * * , ie. poll SCM every 15 minutes. That's fine when you have …

continuous-integration jenkins cloudbees
Jenkins Groovy how to call methods from @NonCPS method without ending pipeline

I need to parse some JSON in a Jenkins Pipeline and call some regular methods in a loop, however the …

jenkins groovy cloudbees jenkins-workflow
How to delete a view named ".."

I created a new view in Cloudbees and, while configuring it, wanted it to remain somewhat unnoticed by the rest …

jenkins hudson cloudbees
Pass groovy variable to shell script

I just started learning groovy.I want to pass the svnSourcePath and svnDestPath to shell script in the svn copy …

shell jenkins groovy cloudbees
No space on device with Jenkins and Docker - how to cleanup properly

We're running Jenkins (version 2.60.1) on an Ubuntu 16.04.1 server. One of the issues we've been running into recently is that we …

docker jenkins jenkins-plugins cloudbees jenkins-docker
Deploying a java web application online

I have built a java web application on Eclipse. But i am naive in terms of making an application live …

java war web-deployment cloudbees
How to repeat a stage in Jenkins Workflow

I'm trying to use Jenkins on Cloudbees to automate deployment of my software. I setup my workflow as following. There …

groovy jenkins cloudbees continuous-deployment jenkins-workflow