cloudbees Questions
12
Solved
I am using the Pipeline plugin in Jenkins by Clouldbees (the name was Workflow plugin before), I am trying to get the user name in the Groovy script but I am not able to achieve it.
stage 'checkou...
Stockinet asked 9/3, 2016 at 21:9
1
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(scr...
Subalpine asked 8/5, 2017 at 9:15
0
I integrated Bitbucket with Cloudbees, having the following workflow: everytime an user creates a Pull Request, having as target develop branch, a multi-branch pipeline in cloudbees will cluster th...
Bitternut asked 6/1, 2022 at 9:31
7
Solved
I just started learning groovy.I want to pass the svnSourcePath and svnDestPath to shell script in the svn copy command. But URL not rendered.
node {
stage 'Copy Svn code'
def svnSourcePath = "$...
1
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 ...
5
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 routinely get the error "no space left on device".
I understand w...
Fairyfairyland asked 16/7, 2017 at 12:46
3
Solved
I want to use the Embeddable Build Status Plugin for Jenkins. I am using Cloudbees. I granted Job/ViewStatus permissions to the anonymous user. When I add the Markdown to the README.md no icon is s...
Veloz asked 1/4, 2014 at 15:2
1
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...
Industrious asked 3/10, 2018 at 5:52
3
Solved
After I reinstalled Jenkins and Cloudbees Free Enterprise plugins, an environment variable set in my Jenkins folder stopped working and disappeared from the config UI. However, it is still there in...
1
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 follow...
Brickle asked 27/2, 2015 at 22:20
3
Hope someone can help - I have the following plugin installed in my Jenkins instance - but I don't seem to be able to get hold of the Git variables below. I need these to complete our CI setup. Is ...
Nanice asked 14/7, 2014 at 21:11
1
I'm using jenkins 2.0 with Cloudbees Folder plugin as this allow me to create multiple similar projects. The jobs in each folder can be factored out leaving a top level job that can then call a par...
2
Solved
I need to parse some JSON in a Jenkins Pipeline and call some regular methods in a loop, however the script always exits after the first function call. How to do this?
import groovy.json.JsonSlurp...
Polarity asked 14/4, 2016 at 23:53
2
I'm trying to use Jenkins on Cloudbees to automate deployment of my software. I setup my workflow as following.
There may be times I want to redeploy. (assuming that stage takes a manual input p...
Kish asked 2/10, 2015 at 3:16
2
Solved
I created a new view in Cloudbees and, while configuring it, wanted it to remain somewhat unnoticed by the rest of my team. I renamed the view to "..", just because it was the first thing that came...
1
Solved
I am attempting to set up the CloudBees Bitbucket Branch Source Plugin but I am unable to set the credentials. I have added username and password credentials, but the dropdown is still empty.
I a...
Concupiscence asked 17/6, 2016 at 20:5
3
Solved
What we do :
We run Play2 application on Cloudbees and we load a file from '/conf' directory (inside the classpath of the application).
These 2 snippets work in local and at heroku
Play.applica...
Morrismorrison asked 30/4, 2013 at 12:7
3
I need to remotely trigger a Jenkins build hosted on CloudBees. Right now, I'm attempting to use jenkins-cli to no avail. Right now I am authenticating using a SSH key pair.
When I do:
$ java -ja...
Devote asked 6/2, 2014 at 17:15
4
Solved
In most Jenkins' examples the SCM poll value is designated */15 * * * *, ie. poll SCM every 15 minutes. That's fine when you have hundreds of jobs, but not if you have thousands of jobs as it resul...
Calci asked 10/8, 2012 at 6:42
3
Solved
I've archived an artifact as the last step of the build and it's available as something like this: https://xxx.ci.cloudbees.com/job/xxx/52/artifact/target/xxx-1.2.1-SNAPSHOT-r8304-20130807-1507-app...
Boris asked 7/8, 2013 at 13:49
1
Solved
I set up a Jenkins Job on Cloudbees and I can successfully checkout and compile my Android project there. Now I would like to run some JUnit tests in the android emulator and added the Android emul...
Kid asked 11/3, 2014 at 18:7
3
Solved
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:
bee...
6
Solved
I have built a java web application on Eclipse. But i am naive in terms of making an application live i.e. deploy it online. I have tried using Cloudbees, and succeeded in deploying it at run@cloud...
Ingaingaberg asked 29/12, 2012 at 5:7
2
Solved
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...
Ledesma asked 15/4, 2013 at 5:50
1
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 ...
Louella asked 15/5, 2013 at 20:0
1 Next >
© 2022 - 2024 — McMap. All rights reserved.