Re: How to list pipeline tools from Global Tool Configuration?

2018-09-07 Thread Mr. Laubrino
list available tools and generate the correct syntax. > > Björn > > Am Freitag, 7. September 2018 11:06:05 UTC+2 schrieb Mr. Laubrino: >> >> Yes, but what I found is that you would need Overall/Administer >> permission to see that. Is it common that a user who can cr

Re: How to list pipeline tools from Global Tool Configuration?

2018-09-07 Thread Mr. Laubrino
you must be able to access that area to see a list. > > On Thursday, September 6, 2018 at 5:11:51 AM UTC-7, Mr. Laubrino wrote: >> >> While going through this pipeline documentation section >> https://jenkins.io/doc/book/pipeline/syntax/#tools - how can one know >> pos

How to list pipeline tools from Global Tool Configuration?

2018-09-06 Thread Mr. Laubrino
While going through this pipeline documentation section https://jenkins.io/doc/book/pipeline/syntax/#tools - how can one know possible pre-configured tools if he is not a Jenkins admin? (I suppose only Jenkins admin can manage *Global Tool Configuration)* -- You received this message because y

A special request - Jenkins man as avatar

2017-05-06 Thread Mr Dini
Hi, Sorry, it might be a little bit off, but I don't know, where Can I ask it. I am using Jenkins for years ago, and it helped me a lot in development of my C programs. I wrote theese programs for a SOHO NAS, and I published them at a Hungarian forum, called Prohardver. There was the discussion

IMMD NEED !! Sr.Java/J2EE Developer/ Software - Salt Lake City, UT

2016-10-10 Thread Mr Akky
Hi , Hope all is well.. I have an exciting new opportunity that I wanted to share with you and your network. Our top client, located in the (*Salt Lake City, UT*) is currently seeking a (*Sr.Java/J2EE Developer/ Software*) resource to join their organization. I have included a complete job descrip

IMMD NEED !! Project Manager - Minnetonka, MN-(Locals Only)

2016-10-10 Thread Mr Akky
Hi , Hope all is well.. I have an exciting new opportunity that I wanted to share with you and your network. Our top client, located in the (Minnetonka, MN) is currently seeking a (Project Manager) resource to join their organization. I have included a complete job description below in case you o

Re: Shell commands

2015-09-11 Thread mr
What do you mean with a "separate terminal"? Maybe is one of these enough for you: - https://wiki.jenkins-ci.org/display/JENKINS/SSH+plugin - https://wiki.jenkins-ci.org/display/JENKINS/XShell+Plugin - https://wiki.jenkins-ci.org/display/JENKINS/Shells -- You received this message

Re: copy artefacts from build with specific parameter

2015-09-03 Thread mr
What I would do: 1. Create Build-Flow-Job project A1 with following code build('project A', my_parameter:true, my_other_parameter: params.my_other_parameter ) 2. Use project A1 for copying artefacts from the last successful build. Regards Am Dienstag, 1. September 2015 18:4

Re: copy artefacts from build with specific parameter

2015-09-03 Thread mr
What I would do: 1. Create Build-Flow-Job project A1 with following code build ('project A', my_parameter:true Am Dienstag, 1. September 2015 18:49:55 UTC+2 schrieb Alan Birtles: > > is there a way for copy artefacts to copy from the latest build of a > project which was built with a specific

Re: Jenkins - Put build in Queue

2015-08-20 Thread mr
One of many possibilities would be: * Create Job 'reactToRestCall' which react on the REST call * Create Job 'enableReactToRestCall' which enables the job 'reactToRestCall' at 3 AM * Create Job 'disableReactToRestCall' which disables the job 'reactToRestCall' at 5 AM The jobs 'enableReactToRestC

[Active Choices Plugin] How to use the Jenkins Build object jenkinsBuild to get Environment Variables

2015-08-11 Thread mr
Hi everybody! I need an example that will show how to use the Jenkins Build object "jenkinsBuild" to get Environment Variables within an Active Choices Reactive Parameters. Thanks in advance for any help! -- You received this message because you are subscribed to the Google Groups "Jenkins U

Re: jenkins on gradle project

2015-08-10 Thread mr
I recommend this https://wiki.jenkins-ci.org/display/JENKINS/Gradle+Plugin Am Samstag, 8. August 2015 19:14:36 UTC+2 schrieb nav indian: > > Hi > > I wish to run a gradle based project from my local machine in jenkins. any > example. > > Thanks > nav > -- You received this message because you

Re: How do i pass a build number from an upstream job to a downstream job using the build pipeline plugin

2015-08-03 Thread mr
If I do understand your question correctly, then you could use a build call within the build pipeline like this one: build(downstreamJobName, VERSION: '1.0.0.2 ) Provided that the job with the name 'downstreamJobName' accepts a parameter with the name 'VERSION

Re: Jenkins: Error in Publishing Selenium Report

2015-07-31 Thread mr
Try Copy To Slave Plugin or similar Copy-Artifacts-Plugin. Am Donnerstag, 30. Juli 2015 12:15:35 UTC+2 schrieb Selenium Integ: > > Hi! I have properly configured the selenium hq plugin into Jenkins. I've > also tried to run it i

Re: Exclusion-Plugin: Dynamic Name of Resource

2015-07-30 Thread mr
:06 UTC+2 schrieb mr: > > It seems it works! I have set the resource as: ${DATABASE_NAME}-${DB_HOST} > > Am Dienstag, 21. Juli 2015 11:00:12 UTC+2 schrieb mr: >> >> Is it possible to set the name of the resource to be managed dynamically? >> For example as ${testDatab

Re: Exclusion-Plugin: Dynamic Name of Resource

2015-07-30 Thread mr
It seems it works! I have set the resource as: ${DATABASE_NAME}-${DB_HOST} Am Dienstag, 21. Juli 2015 11:00:12 UTC+2 schrieb mr: > > Is it possible to set the name of the resource to be managed dynamically? > For example as ${testDatabase} > > The aim is to start multiple execu

Exclusion-Plugin: Dynamic Name of Resource

2015-07-21 Thread mr
Is it possible to set the name of the resource to be managed dynamically? For example as ${testDatabase} The aim is to start multiple execution of one job depending on the availability of test databases. The job can be executed with different test databases, and the parallel execution shall be

Re: Config File Provider Plugin: Is it possible to automatically create a new configuration file?

2014-10-10 Thread mr
know where all the files which are managed by the Config File Provider Plugin are persisted, so that I could make some configuration changes automatically? Regards! Am Mittwoch, 28. Mai 2014 13:43:22 UTC+2 schrieb mr: > > Hi everybody! > > I have three questions about the Config F

Subversion Merge Plugin - Can I create branch automatically?

2014-10-10 Thread mr
Hi everybody! Is it possible to create an SVN branch automatically with the help of the Subversion Merge Plugins??? Regards -- 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

Re: Configuring Jenkins for production deployment

2014-09-29 Thread mr
It depends on how do you want deploy. For example, if you deploy by means of ssh ( https://wiki.jenkins-ci.org/display/JENKINS/Publish+Over+SSH+Plugin ) then you can choose the server to which you want to deploy. Am Freitag, 26. September 2014 12:46:24 UTC+2 schrieb Harsh Saxena: > > Where do w

Re: How to set "Environment variables" in "Global properties" of global Jenkins configuration programmatically?

2014-09-29 Thread mr
Does anybody have an idea??? Am Dienstag, 23. September 2014 12:03:51 UTC+2 schrieb mr: > > Thanks for the answer! > > Where do you inject the username and password? I think you do it into the > current build. > > But I want to inject a new variable or change an existing

Re: How to set "Environment variables" in "Global properties" of global Jenkins configuration programmatically?

2014-09-23 Thread mr
) > > e = new hudson.EnvVars() > e.put(secret + '_USERNAME', username) > e.put(secret + '_PASSWORD', password) > build.environments.add(hudson.model.Environment.create(e)) > > > On Monday, September 22, 2014 3:23:51 AM UTC-4, mr wrote: >> >&g

Re: How to set "Environment variables" in "Global properties" of global Jenkins configuration programmatically?

2014-09-22 Thread mr
Hi Folks! Do anybody have an idea how to set/change the variables within a Groovy script? Regards! -- 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 jenkinsci-

How to set "Environment variables" in "Global properties" of global Jenkins configuration programmatically?

2014-09-19 Thread mr
Hi! I have some environment variables as List of key-value pairs within the "Global properties" section of the global Jenkins configuration. I wonder if it is possible to change such a environment variables programmatically, for example by means of a Groovy script? Regards, m

Config File Provider Plugin: Is it possible to automatically create a new configuration file?

2014-05-28 Thread mr
Hi everybody! I have three questions about the Config File Provider Plugin: 1. Is it possible to automatically/programmatically (e.g. using an API) add/load/create a configuration file into the Config File Management? 2. Additionally I would like to know where all the files which are managed

Re: Crash after update to 1.468

2012-06-12 Thread MR
I've got the same problem - currently testing with different jenkins-versions -- but still the same error. Am Dienstag, 12. Juni 2012 08:17:51 UTC+2 schrieb fxp: > > Hi, > > Jenkins 1.468 crashes at startup: > > Running from: /usr/share/jenkins/jenkins.war > 12.06.2012 08:09:45 winstone.Logger lo