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
0
votes
2 answers

cloudbees bees SDK proxy

I'm discovering CloudBees this week... good job ! I'm using cloudbees SDK 1.2.1 on a Vista workstation, behind an enterprise firewall. I'm also using the cloudbees eclipse toolkit plugin 1.0.5.20xxx with all the stuff. I have configured my proxy…
0
votes
1 answer

Default or custom domain name address between web apps in CloudBees run@cloud

I have multiple web applications running in CloudBees run@cloud. I need to communicate between these applications using HTTP. I have SSL router and custom domain names configured for all these apps too. Should I use the custom domain names or the…
Kaitsu
  • 4,094
  • 3
  • 30
  • 37
0
votes
2 answers

CloudBees Eclipse Toolkit with Git

I'm trying to setup the CloudBees Eclipse Toolkit to connect to my CloudBees Git repository, but it doesn't list the Git repository in the list of available repositories. If I create a CloudBees SVN repository, then it finds that repository fine. It…
crush
  • 16,713
  • 9
  • 59
  • 100
0
votes
3 answers

App runs locally but returns 404 running on cloudbees

My app ([URL]) is not responding. I have gone through the recommended steps on your site. I have deployed this war to my local tc-server and everything is working there (/people-server/rest/persons/). I would expect to get some xml back from…
someguy99
  • 177
  • 6
0
votes
1 answer

Is there Android NDK support on Cloudbees?

Part of my build script requires that I run ndk-build, which apparently isn't on the PATH on the Cloudbees box because it chokes on the command. Does Cloudbees have the NDK installed somewhere I can point to?
Christopher Perry
  • 38,891
  • 43
  • 145
  • 187
-1
votes
2 answers

How can we get last run status of a Jenkins pipeline and, if it was failed then re-start it?

I have Scheduled pipeline that runs everyday at 6 AM, I want that pipeline to get executed at any cost. I want some automated solution to check the pipeline execution status and, it should get restarted only if it got failed because of some…
Man_Made
  • 11
  • 5
-1
votes
1 answer

Jenkins job with "Active choices plugin" loads really slow

Hello we are using "active choices plug-in" (v2.6.3) in 1 of our jenkins controller, and 1 job which has 4 choice parameters along with 3 "Active Choices Reactive Parameter" configured, when we use jenkins console to build with parameter page takes…
-1
votes
1 answer

where can we find plugins for Cloudbees jenkins?

looking for some straight forward answer that where can I download plugins for cloudbees Jenkins. Are we going to get it from cloudbess or do we need to use this https://updates.jenkins-ci.org/download/plugins/. Help will be appreciated. I can see…
Sam
  • 191
  • 4
  • 16
-1
votes
1 answer

How can I use ElephantSQL (Postgresql) with a Clojure app?

I added the ElephantSQL add-on to my cloudbees(?) hosted service and named the DB. I've seen documentation on the MySQL service, and how to integrate it, but nothing for ElephantSQL. Do I need environment config settings, or a connection string, or…
jmckitrick
  • 171
  • 6
-1
votes
1 answer

CloudBees credentials SubVersion

I wonder if you can give permissions to certain Subversion repositories to certain users. For example, in my account I have created 2 users (USR1 and USR2) and 2 repositories (SVN1 and SVN2) and want the user USR1 only writable and read about the…
Marce
  • 5
  • 1
-1
votes
1 answer

error while uploading a file to url(repository url )

single_upload_page.jsp: URL url = new URL("https://svn-harini.forge.cloudbees.com/Server1/"); out.println("URL"+url); HttpURLConnection http = (HttpURLConnection)url.openConnection(); FileOutputStream fileOut= new…
divya
  • 11
  • 6
-1
votes
1 answer

get error while deploying maven+spring app in tomcat

i am trying to host a sample maven+spring app at cloudbees, it runs fine locally using mvn bees:run, i am yet to explore many cloudbees concepts, kindly help with getting ahead of this error in tomcat logs Caused by: java.lang.NoClassDefFoundError:…
user3319797
  • 11
  • 1
  • 3
-1
votes
1 answer

Running play on cloudbees - evolution error

When I deploy my app, I am seeing this error: [[33mwarn[0m] play - Run with -DapplyEvolutions.default=true if you want to run them automatically (be careful) Oops, cannot start the server. @6g6lgcebe: Database 'default' needs evolution! at…
Michael Neale
  • 19,248
  • 19
  • 77
  • 109
-1
votes
1 answer

Can MySQL dump be used for Cloud Bees

I'm new to MySQL and Cloud Bees so I wanted to know that can I use the mySQL database in my computer to link it with my web application on cloud bees via "mysqldump" tool??
Ashish
  • 43
  • 5
-1
votes
1 answer

Binding database to my java web application

I've downloaded the Cloud Bees sdk and ran the following command:- "bees app: bind -db graderegister -a ashishsfb/graderegister -as mydb" It executed successfully but I don't know what changes I might have to do in my code or what I need to do next…
Ashish
  • 43
  • 5
1 2 3
46
47