Questions tagged [cloudbees]

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

This tag may be used to discuss tips and techniques related to CloudBees offerings, such as CloudBees Jenkins Platform (including CloudBees Jenkins Enterprise and CloudBees Jenkins Operations Center), or the hosted Jenkins service on *.ci.cloudbees.com.

CloudBees customers who need guaranteed help should use the support site.

693 questions
7
votes
1 answer

Cloudbees Jenkins Bitbucket Branch Source Plugin configuration hardcoded to use Cloud?

I get a 401 Unauthorized error when trying to connect the Bitbucket Source Plugin to my on-prem Bitbucket Datacentre (Server) installation. If I use my own Bitbucket.org cloud account credentials I get a different error, leading me to believe that…
JimForTheWin
  • 137
  • 1
  • 2
  • 8
7
votes
1 answer

How to remove command itself from output of a batch command executed using returnStdout flag true in Jenkinsfile (groovy)

I am using Jenkins Pipeline for my .net project. I dont want to use the default build number so I am trying to set the build number using the following commands in groovy. def short_hash = bat(script: 'git log --pretty=format:\'%%h\' -n 1',…
Tulika
  • 360
  • 5
  • 16
7
votes
1 answer

How to set up multiple "environments" with CloudBees?

I just read all the CloudBees developer docs and was surprised I didn't see anything about setting up multiple environments for your deployment pipeline. I plan on running my app locally, then promote the code to a QA machine inside my network, and…
IAmYourFaja
  • 55,468
  • 181
  • 466
  • 756
7
votes
2 answers

jenkins missing jobs after removal of plugins

I have a Jenkins Server (1.510) on Win 2008 with ~100 jobs. After installing and then uninstalling the CloudBees (Plugin_1, Plugin_2) set of plugins + restart I have the following issues: half of the Jobs are now missing. many plugins are not…
Doron Shai
  • 688
  • 2
  • 13
  • 29
6
votes
1 answer

How to trigger a Travis rebuild for my pull-request from a GitHub comment?

How to trigger a Travis rebuild for my pull-request from a github comment? After a pull-request is created on Github, the Travis PR builds triggers. And if we want to re-trigger a build, we could press the Restart Job button on Travis GUI: But is…
alvas
  • 115,346
  • 109
  • 446
  • 738
6
votes
1 answer

Jenkins/Maven build dying with "Could not find the selected project in the reactor" error

I’m using Jenkins on the Cloudbees build service and nave a multi-module Maven project. Recently, we removed a project from our parent pom, however, when we run the build in Jenkins with the following options … clean install -e -P qa -P cloudbees…
Dave A
  • 2,780
  • 9
  • 41
  • 60
6
votes
1 answer

CloudBees and App Cells, Instances and Pools

I am trying to understand the difference between: An app-cell An app instance; and An app pool For instance, how do I know when it is appropriate to add more app-cells for my app? Or to add more instances? Or to configure a certain subset of them…
IAmYourFaja
  • 55,468
  • 181
  • 466
  • 756
6
votes
1 answer

CloudBees, Availability Zones and Disaster Recovery

What is the difference between what CloudBees calls a region-specific deployment and what they (and Amazon) call an availability zone? From what I can tell, CloudBees allows you to deploy in 1 of 2 regions/zones: USA and Europe. Are those my only…
user1768830
6
votes
2 answers

How do I add Grails to my cloudbees Jenkins installation?

I'm trying to follow the instructions here to run my Grails build on the Cloudbees' Jenkins service: http://wiki.cloudbees.com/bin/view/DEV/Build+and+Deploy+Grails+application However, when I try to select a Grails installation for my build job from…
Ricardo Gladwell
  • 3,770
  • 4
  • 38
  • 59
5
votes
3 answers

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 I have told it to use http 1.1 to allow Upgrades via: bees app:proxy:update http_version=1.1 And it works, but…
Michael Neale
  • 19,248
  • 19
  • 77
  • 109
5
votes
2 answers

In Jenkins, is there a way to persist npm packages so I don't have to install them in each build?

I'm using Jenkins (CloudBees) to build my project, and this runs some scripts in each build to download some node packages using npm. Yesterday the npm registry server was having troubles and this blocked the build cycle of the project. In order not…
farolfo
  • 388
  • 1
  • 4
  • 13
5
votes
3 answers

How can I specify which application.conf to user when deploying on cloudbees

I followed the instructions here https://developer.cloudbees.com/bin/view/RUN/Playframework and can deploy. But it only uses the application.conf. My app ID is "mrm" so I created a "mrm.conf" in the conf directory. Then I tried "play…
Brian Porter
  • 529
  • 3
  • 19
5
votes
2 answers

How do I get a grunt task working with a Cloudbees Jenkins build

I'm trying to get a Jenkins build up and running on Cloudbees. I've successfully gotten NodeJs installed and my source pulled from my BitBucket repository. I am trying to run my grunt task to minify and concatenate my JS and CSS files before…
Brady Isom
  • 1,635
  • 2
  • 13
  • 11
5
votes
3 answers

Trigger a jenkins build from git using cloudbees and bitbucket

I'm trying to trigger a jenkins build automatically when i commit to my git repo. I am using a cloudbees jenkins instance and my repo is located at butbucket. I configured the jenkins service on my bitbucket repo but it doesn't seem to start the…
4
votes
2 answers

How to create a secret-text type of credential for Jenkins using Jenkins API?

So far, I'm using the credentials plugin on Jenkins and I do a POST to {JENKINS_URL}/credentials/store/system/domain/_/createCredentials using a credentials.xml that looks like…
Saturnian
  • 1,686
  • 6
  • 39
  • 65
1
2
3
46 47