TFS Plug-IN Linux

2017-01-20 Thread Eldad Cohen
Hi All, I am using TFS plug in 5.2.0. on a Jenkins on a Linux Box. When I am doing get , it is getting the files to the workspace but all the files have lock sign on the linux box. Any suggestions ? Thanks -- You received this message because you are subscribed to the Google Groups "Jenkins

Jenkins Artifactory Plugin - Release Management: can't create tag in svn

2017-01-20 Thread massimo malvestio
Hello everybody! I need to use Jenkins Artifactory Plugin for release management of projects managed using Jenkins. Basically, plugin can't create the specified release tag in svn. 1) Svn credentials are stored in project configuration, they are correct because project is successfully checked out

Extracting methods from my jobDSL

2017-01-20 Thread Nick Stolwijk
Hi all, I'm trying to avoid duplication in my jobDSL configuration by extracting base functionality. It seems I'm failing. ;-) static void basicJob(def jobName, def buildName, def jdk, @DslContext(FreeStyleJob) Closure closure) FreeStyleJob job = freeStyleJob(jobName) { description("Generated by

Re: [ANNOUNCE] Jenkins Upgrades to Java 8

2017-01-20 Thread Staffan Forsell
I'm thinking that we might solve it by having pipelines running in docker. That way only the docker host will have to have jdk8 installed and everything else will be scripted. Maybe it's a good push for us moving towards pipelines for all jobs, not just actively developed ones. /S On Thursday, 1

Re: Extracting methods from my jobDSL

2017-01-20 Thread Victor Martinez
Hi Nick, there is also another mailing list about JobDSL: - https://groups.google.com/forum/#!forum/job-dsl-plugin Besides of that, you can also use a similar approach as coded in the below git repo: - https://github.com/sheehan/job-dsl-gradle-example It's object oriented based with some spock te

Re: [ANNOUNCE] Jenkins Upgrades to Java 8

2017-01-20 Thread nicolas de loof
pipeline (and docker-pipeline plugin) still rely on a plain java jenkins agent running on build node. so this won't change the migration issue for people with exotic hardware. Anyway, JDK8 is available for most platforms, maybe not in the default upstream repository, but - hey - is this such a pai

Configure the slave for huge number of systems

2017-01-20 Thread Praveen K
Hi All, I am New for Jenkins. I have configured the slave using the below link : https://wiki.jenkins-ci.org/display/JENKINS/Step+by+step+guide+to+set+up+master+and+slave+machines and is working without any issue. But now i need to configure the slave for huge number of systems. For to configure

Jenkins2 pipeline - Global methods in shared-library fails when invoked

2017-01-20 Thread Tor Christian Solevågseide
As documented in https://jenkins.io/doc/book/pipeline/shared-libraries/, I've created the file vars/acme.groovy in a library project checked into our SVN. def setName(value) { this.name = value; } def getName() { return this.name; } def caution(message) { echo "Hello, ${this.name}!

Re: Did anyone has any idea how to trigger Jenkins build every 50 days?

2017-01-20 Thread Victor Martinez
I just tried the above 45 days cron example and Jenkins max time is about 30/31 days so... Uhm, I have not found any issues about t

Re: Docker Build & Publish using --force=true in Pipeline?

2017-01-20 Thread jbrooks
Hi Nicolas, Because I use the Docker Pipeline plugin in conjunction with the Amazon ECR plugin to push images to the Amazon ECS registry, so it saves me another few steps there. At this point, I might as well not use Pipeline (which is what I'm doing while I figure out a solution to this). Che

Re: Configure the slave for huge number of systems

2017-01-20 Thread Richard Ginga
will this plugin help? https://wiki.jenkins-ci.org/display/JENKINS/Multi+slave+config+plugin On Fri, Jan 20, 2017 at 6:20 AM, Praveen K wrote: > Hi All, > > I am New for Jenkins. > I have configured the slave using the below link : > https://wiki.jenkins-ci.org/display/JENKINS/Step+by+step+ >

REST API Jenkins - List of files in Workspace

2017-01-20 Thread khmarbaise
Hi, is there a possibility to get a list of files which are in the current workspace via the REST API ? Kind regards Karl Heinz Marbaise -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails

Re: [pipline] have jenkins to override default parameter's values

2017-01-20 Thread Dan Tran
Very reasonable. May be better if jenkins pipeline can trigger another pipeline. This way we can place each site params in source control On Thursday, January 19, 2017 at 4:59:33 PM UTC-8, David Karr wrote: > > The number of parameters is only a problem if they have to override > most of the va

Re: [pipline] have jenkins to override default parameter's values

2017-01-20 Thread Dan Tran
is it reasonable to ask for this enhancement, a jenkins pipeline to trigger another jenkins pipeline? On Friday, January 20, 2017 at 10:34:08 AM UTC-8, Dan Tran wrote: > > Very reasonable. May be better if jenkins pipeline can trigger another > pipeline. This way we can place each site param

Multiple emails in a single job

2017-01-20 Thread Lerko Caleb Araya Hernandez
Hello, I'm Lerko Araya Hernandez, from Chile. I'm doing my internship in ALMA observatory and we are making a detector system with alarms. We are finding a way to design the alarm system with jenkins. In this way, we want to send multiple emails based on the stdout from jenkins. For example. in t

Multiple email in a single job

2017-01-20 Thread lerko . araya
Hello, I'm making a detector system with alarms. We are finding a way to design the alarm system with jenkins. In this way, we want to send multiple emails based on the stdout from jenkins. For example. in the stdout we going to have something like: === Start Alarm Alarm 1 Body End Alar

Multiple email in a single job

2017-01-20 Thread lerko . araya
Hello, I'm making a detector system with alarms. We are finding a way to design the alarm system with jenkins. In this way, we want to send multiple emails based on the stdout from jenkins. For example, in the stdout we going to have something like: === Start Alarm Alarm 1 Body End Alar

Re: Multiple email in a single job

2017-01-20 Thread Slide
Please don't post to both lists and don't post the same thing more than once. On Fri, Jan 20, 2017, 13:28 wrote: > Hello, > I'm making a detector system with alarms. We are finding a way to design > the alarm system with jenkins. > > In this way, we want to send multiple emails based on the stdo

writing a jenkins plugin using gradle: gradlew server --continuous

2017-01-20 Thread Guy Matz
Hello! I'm writing a jenkins plugin using the gradle JPI plugin and it's mostly great. My one problem is that changes to code do not cause the test jenkins server to restart when gradle is run in continuous mode, i.e.: ./gradlew server --continuous

Edit Registry Settings using jenkins

2017-01-20 Thread New to Jenkins
I am trying to edit the registry using the command: cmd reg add "HKCU\SOFTWARE\" /v "" /t REG_DWORD /d 0 /f When I run this command on the windows machine, the registry setting are changed successfully. But when I run the same command using 'Execute windows batch command' in Jenkins, it does not

Configure EC2 Plugin with Groovy

2017-01-20 Thread John Mickey
I am trying to configure the EC2 Plugin via a Groovy script. So far, it's been a complete failure. Here is what I have so far: I am trying to configure the Jenkins EC2-Plugin via Groovy. Plugin code: https://github.com/jenkinsci/ec2-plugin I'm trying to setup the cloud with a name to get star

Blue Ocean is showing a blue bar at about 90% for 20 minutes

2017-01-20 Thread James Dumay
Hi Rinaldo, Sometimes the Pipeline can appear stuck but it is actuallt waiting for executors to free up or for nodes to come back online. We've got some changes coming in next weeks beta release that will make that more obvious https://cloud.githubusercontent.com/assets/38139/22160797/116ddf2e

Re: Edit Registry Settings using jenkins

2017-01-20 Thread Slide
Are you running as the same user account? On Fri, Jan 20, 2017 at 2:32 PM New to Jenkins wrote: > I am trying to edit the registry using the command: cmd reg add > "HKCU\SOFTWARE\" /v "" /t REG_DWORD /d 0 /f > When I run this command on the windows machine, the registry setting are > changed suc