Re: Build queue hangs after timer task error on Jenkins

2018-08-09 Thread pbasanta2002
Here is the scenario: Basically My Jenkin master is configured with K8S dynmic plugin and Mesos dynamic plugin . While running one of the mesos job .. job hanging because the pod creation is failing on mesos .. and on jenkins log I can see this error .. Aug 07, 2018 11:37:51 PM SEVERE

Re: Specifing git branch via a parameter

2018-08-09 Thread Mark Waite
On Thursday, August 9, 2018 at 4:45:07 PM UTC-6, MDKF wrote: > > Hi All, > I have a pipeline that starts out like this: > > pipeline { >> >> agent any >> >> parameters { >> >> string(defaultValue: 'develop', description: 'branch', name: >>> 'Branch') >> >> } >> >> stages { >> >>

Re: pipeline script and git parameter plugin

2018-08-09 Thread Mark Waite
On Thursday, August 9, 2018 at 9:55:55 AM UTC-6, suoyua...@shopee.com wrote: > > Hi, I am running jenkins2 and pipeline for my job > > My pipeline definition is pipeline script(not pipeline script from SCM) > and I am using git as my scm system. > > I want to specify a git branch before a build

Specifing git branch via a parameter

2018-08-09 Thread MDKF
Hi All, I have a pipeline that starts out like this: pipeline { > > agent any > > parameters { > > string(defaultValue: 'develop', description: 'branch', name: >> 'Branch') > > } > > stages { > > stage('Checkout') { > >steps { > > checkout([$class: 'GitSCM', branches: [

How to restrict Jenkins to use specific mirror server

2018-08-09 Thread Rahul Sahotay
Hello There: Is there a way to restrict Jenkins to use a specific mirror server to download plugins? -- 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

Plugin install issue in Jenkins

2018-08-09 Thread Rahul Sahotay
Hello there: I have installed latest Jenkins on my Amazon Linux machine by using following commands:- sudo wget -O /etc/yum.repos.d/jenkins.repo http: //pkg.jenkins.io/redhat/jenkins.repo sudo rpm --import https://pkg.jenkins.io/redhat/jenkins.io.key sudo yum install jenkins -y Jenkins came up

pipeline script and git parameter plugin

2018-08-09 Thread suoyuan . huang
Hi, I am running jenkins2 and pipeline for my job My pipeline definition is pipeline script(not pipeline script from SCM) and I am using git as my scm system. I want to specify a git branch before a build starts. How can I do this? -- You received this message because you are subscribed to

Jenkins WebHook stopped working after I renamed my github Organization

2018-08-09 Thread thclpr
Hello everyone, I'm not sure what happened but I noticed that after we renamed our organization on github, our WebHooks for jenkins stopped working, I mean, we can see on Jenkins Logs that we receive the pull request: Aug 09, 2018 10:47:55 AM INFO org.jenkinsci.plugins.github_branch_source.

is there a scripted way for LDAP settings configuration from old jenkins server to new jenkins server

2018-08-09 Thread rajendraprasad reddy
Hi, I am migrating jenkins server jew jenkins server, We use LDAP authentication, is there a scripted way to LDAP settings configuration from old server tonew server? -Rajendra -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To

Re: Remove / disable the Replay capability for Jenkins Pipeline consumers

2018-08-09 Thread Nalin Garg
If you give a group with access to "Job->Configure " or "Job/Configure " then " Run/Reply" get enabled implicitly(irrespective of whether " Run/Reply" is selected or not). This rule does make sense but seems like a trick. On Friday, August 3, 2018 at 5:19:24 AM UTC-7, Rushi Jawali wrote: > >

How much heap memory i need to give for tomcat server for running 5-6 parallel jobs on jenkins ?

2018-08-09 Thread rajendraprasad reddy
How much heap memory i need to give for tomcat server for running 5-6 parallel jobs on jenkins ? -- 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

Jenkins- Build Date in Jenkins Email

2018-08-09 Thread Melissa Liana
Hi all, I have an env variable called “BUILD_ID” redefined using the zentimestamp plugin in my Jenkins setup and I use it in the configured jobs for various reasons. I’m now trying to display the build date in the format “-MM-DD” in emails

openshift-sync 1.0.24 build decision handler results in triggered jenkins workflow job in both source and synced jenkins instances

2018-08-09 Thread afeller
The openshift-sync plugin can sync multiple OpenShift projects' JenkinsPipelineStrategy BuildConfigs to a single Jenkins instance ... > >- By default, the project running Jenkins is

submitter option not worked Role in Jenkins pipeline syntax

2018-08-09 Thread Mahesh Wabale
I am using jenkins 2.73 with blueocean pipeline , trying role based authentication support . Here is Jenkins file syntax for submittor for manually approved step : pipeline { agent any stages { stage('Build') { steps { echo 'Building..' input(message: 'Do you want to proceed', id: 'yes', ok:

Scripted pipeline aborts for unknown reasons

2018-08-09 Thread Markus "Shorty" Uckelmann
Hello all, My Jenkinsfile aborts with an error and I can't find the reason. I ran out of ideas. Also I have no clue what the error means (neither Java nor Groovy is my strength). The curious thing is, when I remove the last block ("Clean") in the runPipeline function the job runs

Re: Is it possible to re-run init.groovy.d scripts whilst Jenkins is running?

2018-08-09 Thread Ewelina Wilkosz
Hi Edd, maybe you can have a look at https://github.com/jenkinsci/configuration-as-code-plugin release 1.0 is coming soon, we have a number of alphas already out. maybe it can solve your issues - if not it's always good to hear what's missing :) On Friday, August 3, 2018 at 10:08:52 AM UTC+2,

Re: Build queue hangs after timer task error on Jenkins

2018-08-09 Thread Jan Monterrubio
Do you have an abort if build is stuck configured. Or a timeout strategy in your config xml? On Wed, Aug 8, 2018 at 2:04 AM wrote: > Build queue hangs after timer task error on Jenkins.. is there any > solution for this .. > > -- > You received this message because you are subscribed to the

Re: Define a node as a parameter for an Active choices reactive parameter

2018-08-09 Thread Jan Monterrubio
YOU should be able to clone the repository and run mavens “install” lifecycle and produce an phi (based on the packaging of the project: https://github.com/jenkinsci/nodelabelparameter-plugin/blob/master/pom.xml#L15 On Fri, Aug 3, 2018 at 7:19 AM marouane zhani wrote: > Hello, > > I want to