Updating static code violation comments in "Atlassian-hosted BitBucket Cloud"

2016-07-06 Thread Balaji Renganathan
Hi Everyone, I need to update the code violations in Atlassian-hosted BitBucket Cloud. I have tried the below plugin, https://wiki.jenkins-ci.org/display/JENKINS/Violation+Comments+to+Bitbucket+Server+Plugin But I couldn't update the code violation comments to the Atalssian-hosted BiBuck

Is there option to display all recursive jobs of build flow in build monitor view ??

2016-07-06 Thread Ram D
Hi All, Jenkins Version 1.642.4 I am currently stuck while display of build results on monitor view My jenkins configuration goes like this - I have many tests to be executed using Jenkins. To achieve that, I created a build flow job (e.g test_flow) which executes one other "Testing" job with t

java-client-api

2016-07-06 Thread nadishka prabhashani
Hi, I am new to open source contribution. I like to contribute Jenkins java-client-API project. But I don't understand from where to start to fix the bugs. So I need your help. Can anyone help me? Thanks, Prabhashani -- You received this message because you are subscribed to the Google Groups

Re: plugins upgrade breaks jenkins

2016-07-06 Thread Mark Waite
I'm not sure I have anything else to offer. I'm running git plugin 2.5.2 with the latest versions of those plugins in my Java 8 based docker instance of Jenkins 1.651.3, Jenkins 2.7.1-rc, and my Java 7 based instance of Jenkins 1.609.3. Any other things that might be interesting or different

Re: Creating SSH slaves via java API

2016-07-06 Thread James Hardwick
Never mindfigured it out (keep in mind this requires the SSH Slaves plugin): import hudson.slaves.DumbSlave import hudson.plugins.sshslaves.SSHLauncher def jenkins = jenkins.model.Jenkins.instance def launcher = new SSHLauncher(...) def slave = new DumbSlave("test slave", "/home/jenkins",

Re: Branch Indexing Hangs

2016-07-06 Thread Mark Waite
There is a bug report assigned to me which decodes a possible hang condition detected by Jesse Glick. Look there first On Wed, Jul 6, 2016, 2:29 PM Michael Irwin wrote: > I've got a multibranch project watching a git repo, currently configured > to poll the SCM. Running Jenkins in Docker (using

Creating SSH slaves via java API

2016-07-06 Thread James Hardwick
Hi everyone, I was hoping somebody here might be able to point me in the right direction with regards to launching new SSH slaves via the java API. The javadocs just aren't very clear in this regard and I'm having a heck of a time figuring this out. Not having any luck finding prior examples of

Re: Could not load program curl

2016-07-06 Thread Max B
just updated the libpath for user to look for where the libs are installed Thanks On Tue, Jun 28, 2016 at 1:10 AM, ARYAN SHARMA wrote: > HI, > > I am facing the same error on Jenkins. Kindly share the solution if it has > been resolved at your side. > > Thanks, > Sachin > > > On Monday, August

Branch Indexing Hangs

2016-07-06 Thread Michael Irwin
I've got a multibranch project watching a git repo, currently configured to poll the SCM. Running Jenkins in Docker (using jenkinsci/jenkins:2.11). For some reason, the indexing just hangs for hours and hours at times, which of course prevents further builds from occurring in that project. Not

Re: java-client-api

2016-07-06 Thread khmarbaise
Hi, you can first take a look at the issue tracker: https://github.com/jenkinsci/java-client-api/issues and of course you should try to make a working setup with docker to get the whole build running including the integration tests.. and of course reconsider the information Mark Waite has giv

Re: Jenkinsfile environment setup help

2016-07-06 Thread Eric Pyle
To apply environment variables, you have to wrap your code in a withEnv block, whose argument is an array of strings of the form 'VARIABLE=value'. So you could read the env-setup file and go through line by line building up an environment array, then use that array variable in the withEnv block

Re: Pipeline : Can I display information on the build page

2016-07-06 Thread Jonathan Hodgson
Doh! Scratch issue "c" It hadn't clicked with me that it displays as a sidebar in the project page, but not on the build page. that makes sense to me. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop

Pipeline : Can I display information on the build page

2016-07-06 Thread Jonathan Hodgson
Hi, right now, when I do a build with my try-before-commit project, the build page shows 1) A red exclamation mark telling me the build failed 2) A build number and date 3) Who started the build 4) The repository revision being used... which is displayed 3 times (I check it out on three differe

Re: call a Jenkins plugin from a pipeline

2016-07-06 Thread Attila Vangel
I tried to trick it like this, and that's the closest I could get to making it work (but unfortunately it does not work, see below): step([$class: 'hudson.plugins.cobertura.CoberturaPublisher', coberturaReportFile: '.ci/coverage-cobertura/cobertura-coverage.xml',

Re: Jenkins still seeing deleted branches on GitHub

2016-07-06 Thread Mark Waite
We'll probably need more context to understand your problem. As far as I know, prune stale remote-tracking branches is generally well-behaved, at least in the contexts where I test it. Mark Waite On Tuesday, July 5, 2016 at 3:40:05 AM UTC-6, Marcelito de Guzman wrote: > > I have successfully i

Re: plugins upgrade breaks jenkins

2016-07-06 Thread john
hi Mark, I am actually running 2.5.2 of the git plugin - that was what I upgraded to from 2.4.4. John -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsc

Re: plugins upgrade breaks jenkins

2016-07-06 Thread Mark Waite
If you've installed git plugin 2.5.1, you need to update to 2.5.2. Git plugin 2.5.1 introduced a serious incompatibility for GitSCMSource API users. The incompatibility is fixed in git plugin 2.5.2. My apologies for that bug! Mark Waite On Wednesday, July 6, 2016 at 9:07:51 AM UTC-6, jo...@n

Re: [Jenkins World 2016 ] Get 20% OFF

2016-07-06 Thread Alyssa Tong
My apologies this came across as spam. Just wanted to share the 20% discount. On Sat, Jul 2, 2016 at 12:15 PM, Samat Davletshin wrote: > Yes, a bit too similar to a TV ad selling a brand new juicer :-) > May be a less persistent message would look better for a developer forum. > Telling as a mar

Is it possible??? edit jenkin job with another jenkin job?

2016-07-06 Thread aaron . trujillo
Okay, so i know this is kind of a weird question. But here is my situation... I have a Jenkins job that installs an antivirus software onto my VM's. I have another job that schedules and runs the antivirus scans on selected nodes (necessary because some are Win and some Linux.) What i want

Filtering output log

2016-07-06 Thread Antonio Hernandez
Hi, I've got the code: ${line} showing all the test results of a specific job but i want to cut it from one point filtering all before "--" and also after a specific word like "Build step...

Jenkinsfile environment setup help

2016-07-06 Thread Tuomas-Matti Soikkeli
Good day. I'm building on Jenkins 2.0 with pipelines and jenkinsfiles from SCM to achieve continuous delivery for my project. However I'm facing issues with groovy workflow to source my environment variables for ansible. I'm running Ansible from source so I need to run: $ source ansible/hack

plugins upgrade breaks jenkins

2016-07-06 Thread john
Hi, I am running Jenkins 2.1 on Mint 17. I installed the "docker-build-step" plugin (which also installed "docker-common") and noticed upgrades for git and gitlab-plugin so upgrades those too. The latter also upgraded "authentication-tokens" and "credentials". They installed and I restarted Jenk

Jenkins Vs AWS Code deploy for NodeJs Apps

2016-07-06 Thread Dheeraj Batra
I need to setup a continuous deployment system either by using Jenkins or AWS Code deploy. We have our complete stack on EC2 instances. AWS Code Deploy * Automatically managed * No need to take care of security * Free if using with EC2 What are the benefits of Jenkins over AWS Code deploy in th

Re: java-client-api

2016-07-06 Thread Mark Waite
Was my earlier reply at https://groups.google.com/d/msg/jenkinsci-users/a7uOrwUdOII/iZnj_MrPAwAJ not enough for you? On Wednesday, July 6, 2016 at 6:25:52 AM UTC-6, nadishka prabhashani wrote: > > Hi, > I'm a student of University of Peradeniya in Sri Lanka. > I am new to open source contributio

java-client-api

2016-07-06 Thread nadishka prabhashani
Hi, I'm a student of University of Peradeniya in Sri Lanka. I am new to open source contribution. I like to contribute Jenkins java-client-API project. But I don't understand from where to start to fix the bugs. So I need your help. Can anyone help me? Thanks, Prabhashani -- You received this me

Mail ext pluggin log.

2016-07-06 Thread Patricio Iglesias
Hello, im trying to configure mail in jenkins. Althought i can send correctly in my "preproduction" jenkins, im unable to send in my "production" jenkins. ¿Could you kindly tell me where can i find the email logs of jenkins? If its necesary to configure a new log recorder in jenkins, could yo

Re: How to view Jmeter Perfmon metrics collector graph via Jenkins dashboard

2016-07-06 Thread reut zubery
Hi Anyone find solution ? On Tuesday, March 31, 2015 at 9:23:51 PM UTC+3, Joe Antony wrote: > > Hi am running a test in Jmeter with the jmeter perfmon metrics collector > plugin enabled via Jenkins.. Post test completion i can view the > Performance results using performance Plugin.But how to vi