AW: Calling tera term from jenkins hangs

2016-05-18 Thread Eric Engel
This is probably a Windows specific problem, because services under Windows 
cannot interact with GUI elements. So if you installed Jenkins as a Windows 
service it may not be able to access the GUI elements of your teraterm 
application. I witnessed the same problem for automated GUI testing.
On Windows you would need to start the Jenkins master directly from a user 
session (if everything runs on one machine and you have no slaves) or start the 
slave for this job by JNLP (you may do this on startup).

Regards
Eric

Von: 'Chris Amos' via Jenkins Users [mailto:jenkinsci-users@googlegroups.com]
Gesendet: Mittwoch, 18. Mai 2016 11:01
An: Jenkins Users 
Betreff: Calling tera term from jenkins hangs

Sorry, I know not strictly a jenkins issue, jenkins remains responsive and can 
kill the hung build so jenkins is fine.

But something about the jenkins environment messes up teraterm and I need a 
clue.

My build job is pretty straightforward;
1 Source from SVN
2 execute batch file to build (3 types of gcc and visual studio)
3 execute batch to do doxygen and build installer.
4 execute batch to install onto custom hardware and do a simple smoke test.

The batch files mean I can run the processes by hand, it is all working.

Step 4 fails under jenkins, this batch file runs a utility to program my UUT 
over USB/I2C then calls the teratermpro macro utility to connect over USB/RS232 
to configure and interrogate the device, the result of all of this is an IP 
address in a file (it is a wifi IoT device). I take the IP address and ping it 
to see the device is on the air and talking.

Under the covers the teraterm macro program opens a copy of the teraterm GUI 
application and controls it, I think by injecting messages into its windows 
message Q.

When run under Jenkins the macro step that opens the main application is 
executed and never returns, in task manager I can see both the macro program 
and the gui app sitting there doing nothing.

I searched here for tera term issues and found it is new, but perhaps something 
similar has happened in the past with other program.

If no obvious answers, how do I debug it, a thread dump for jenkins seems 
popular, but jenkins is fine, would it help in this case (and a how-to)?

Thanks

Chris

running jenkins 2.5 on windows 7, all local.
--
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-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/18411c20-21e8-4511-9c82-ea485caac5de%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Hinweis: Diese E-Mail und/oder die Anhänge sind vertraulich und ausschließlich 
für den bezeichneten Adressaten bestimmt. Die Weitergabe oder Kopieren dieser 
E-Mail ist strengstens verboten. Wenn Sie diese E-Mail irrtümlich erhalten 
haben, informieren Sie bitte unverzüglich den Absender und vernichten Sie die 
Nachricht und alle Anhänge. Vielen Dank.

-- 
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-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/VI1PR0101MB2318C216D8A4BA3CDC0519FCF3490%40VI1PR0101MB2318.eurprd01.prod.exchangelabs.com.
For more options, visit https://groups.google.com/d/optout.


AW: run job chain parameter-depended on different slaves at the same time

2016-01-15 Thread Eric Engel
Hi Ingo,

First:
Do you have more than one executor per slave? If not, it is not possible for 
Jenkins to start more than one job.

Second:
The fact that Jenkins never starts two absolutely identical jobs was recently 
discussed in this group and is also mentioned on the Throttle Concurrent Builds 
wiki page: 
https://wiki.jenkins-ci.org/display/JENKINS/Throttle+Concurrent+Builds+Plugin 
This may be your case if your builds are started with exactly the same 
parameters. For resolution please search the history of the mailing list.

Regards
Eric

Von: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] 
Im Auftrag von ingo.la...@googlemail.com
Gesendet: Freitag, 15. Januar 2016 13:05
An: Jenkins Users 
Cc: ingo.la...@magna.com
Betreff: Re: run job chain parameter-depended on different slaves at the same 
time


Hello,

sorry some additional informations.

I tried to realize this mainly with this plugins:

- NodeLabel Parameter 
Plugin
- Parameterized Trigger 
Plugin


1 jenkins master (1.625.3)

2 windows 7 slaves ( connected and started over JLNP):

-slave1

-slave2

3 job: (TestStarter -> FlashEcu -> TestEcu)




DownstreamTrigger
of
Job Test_Starter

DownstreamTrigger
of
Job FlashEcu


master| Test Starter


Slave1 | FlashEcu

Slave1 | TestEcu

Slave2 | FlashEcu

Slave2 | TestEcu

…

..



the job will be triggered on the special slave depending on the parameter 
CurrentVariant(Variant1-3 runs on slave 1,Variant4 runs on slave2)

This work generally fine but the test takes much time, so it would be nice if 
the test job(FlashEcu & TestEcu) can run parallel on the 2 or more slaves.

I have tried it with the Throttle Concurrent Build plugin, but it worked not 
really parallel the FlashJob will be blocked till it has ended.

Can anyone help me or give me a hint?

Best Regards

Ingo

On Thursday, January 14, 2016 at 2:26:51 PM UTC+1, Lampe, Ingo wrote:
Hello,

I have the following  problem


1 jenkins master (1.625.3)

2 windows 7 slaves ( connected and started over JLNP):

-slave1

-slave2

3 job: (TestStarter -> FlashEcu -> TestEcu)




DownstreamTrigger
of
Job Test_Starter

DownstreamTrigger
of
Job FlashEcu


master| Test Starter


Slave1 | FlashEcu

Slave1 | TestEcu

Slave2 | FlashEcu

Slave2 | TestEcu

…

..



the job will be triggered on the special slave depending on the parameter 
CurrentVariant(Variant1-3 runs on slave 1,Variant4 runs on slave2)

This work generally fine but the test takes much time, so it would be nice if 
the test job(FlashEcu & TestEcu) can run parallel on the 2 or more slaves.

I have tried it with the Throttle Concurrent Build plugin, but it worked not 
really parallel the FlashJob will be blocked till it has ended.

Can anyone help me or give me a hint?

Best Regards

Ingo




--
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-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/163d40d4-4303-4593-935a-1f6018f861d2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Hinweis: Diese E-Mail und/oder die Anhänge sind vertraulich und ausschließlich 
für den bezeichneten Adressaten bestimmt. Die Weitergabe oder Kopieren dieser 
E-Mail ist strengstens verboten. Wenn Sie diese E-Mail irrtümlich erhalten 
haben, informieren Sie bitte unverzüglich den Absender und vernichten Sie die 
Nachricht und alle Anhänge. Vielen Dank.

-- 
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-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/VI1PR01MB14075609B53A7F3A77278033F3CD0%40VI1PR01MB1407.eurprd01.prod.exchangelabs.com.
For more options, visit https://groups.google.com/d/optout.


AW: Testlink integration with Maven project in Jenkins

2015-10-16 Thread Eric Engel
Hi,

the Testlink Plugin is in my opinion a pain to work with. I would suggest using 
the Testlink REST API  to gather data needed before job executions and to write 
back information to Testlink after a build succeded/failed.
You could write your own Jenkins plugin to do that, or use scripts in 
pre-/post-steps that access the Testlink API.
I found API documentation here: 
http://www.jetmore.org/john/blog/2012/02/testlink-1-9-3-api-documentation/ 
(seems partly incomplete) and there: 
http://testlinkjavaapi.sourceforge.net/apidocs/br/eti/kinoshita/testlinkjavaapi/TestLinkAPI.html

Regards
Eric

Von: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] 
Im Auftrag von manasi sattarkar
Gesendet: Dienstag, 13. Oktober 2015 08:02
An: Jenkins Users
Betreff: Re: Testlink integration with Maven project in Jenkins



On Tuesday, 13 October 2015 11:29:43 UTC+5:30, manasi sattarkar wrote:
Hi,

I have below configurations:
Jenkins : 1.632,
Testlink : 1.9.13
Maven : 3.3.3
JDK : 1.8

I have created Maven project in jenkins.
added Testlink configurations in pre steps.
When I execute the job, I get below console output:


Started by user anonymous

Building in workspace C:\Users\admin\.jenkins\workspace\Testlink with maven 
project

Preparing TestLink client API.

Using TestLink URL: http://localhost:8087/testlink/lib/api/xmlrpc/v1/xmlrpc.php



Found 2 automated test cases in TestLink.



Sorting automated test cases by TestLink test plan execution order.



Executing single Build Steps.



Executing iterative Build Steps.



Looking for the test results of TestLink test cases.



Looking for test results in TestNG methods by its name.



Found 2 test result(s).



There are failed tests, setting the build result as UNSTABLE.

Build step 'Invoke TestLink' changed build result to UNSTABLE

Parsing POMs

Established TCP socket on 54746

[Testlink with maven project] $ "C:\Program Files\Java\jdk1.8.0_45/bin/java" 
-cp 
C:\Users\admin\.jenkins\plugins\maven-plugin\WEB-INF\lib\maven32-agent-1.7.jar;D:\softwares\apache-maven-3.3.3\boot\plexus-classworlds-2.5.2.jar;D:\softwares\apache-maven-3.3.3/conf/logging
 jenkins.maven3.agent.Maven32Main D:\softwares\apache-maven-3.3.3 
C:\Users\admin\.jenkins\war\WEB-INF\lib\remoting-2.52.jar 
C:\Users\admin\.jenkins\plugins\maven-plugin\WEB-INF\lib\maven32-interceptor-1.7.jar
 
C:\Users\admin\.jenkins\plugins\maven-plugin\WEB-INF\lib\maven3-interceptor-commons-1.7.jar
 54746

<===[JENKINS REMOTING CAPACITY]===>channel started

Executing Maven:  -B -f C:\Users\admin\.jenkins\workspace\Testlink with maven 
project\pom.xml test -Dsuite.xml=.\testNG-xml\TestNG_Smoke.xml

[INFO] Scanning for projects...

[WARNING]

[WARNING] Some problems were encountered while building the effective model for

project

:

project

:jar:1.0-SNAPSHOT
[WARNING] 'dependencies.dependency.systemPath' for 
com.microsoft.sqlserver:sqljdbc4:jar should not point at files within the 
project directory, ${basedir}/lib/sqljdbc4.jar will be unresolvable by 
dependent projects @ line 86, column 16

[WARNING] 'dependencies.dependency.systemPath' for 
net.jsourcerer.webdriver:JSErrorCollector:jar should not point at files within 
the project directory, ${basedir}/lib/JSErrorCollector-0.6.jar will be 
unresolvable by dependent projects @ line 93, column 16

[WARNING] 'build.plugins.plugin.version' for ch.fortysix:maven-postman-plugin 
is missing. @ line 137, column 12

[WARNING]

[WARNING] It is highly recommended to fix these problems because they threaten 
the stability of your build.

[WARNING]

[WARNING] For this reason, future Maven versions might no longer support 
building such malformed projects.

[WARNING]

[INFO]

[INFO] 

[INFO] Building lampsplus 1.0-SNAPSHOT

[INFO] 

[WARNING] The POM for javax.xml:saaj-api:pom:1.3 is invalid, transitive 
dependencies (if any) will not be available, enable debug logging for more 
details

[INFO]

[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @

project

---
[INFO] Using 'UTF-8' encoding to copy filtered resources.

[INFO] Copying 0 resource

[INFO]

[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @

project

---
[INFO] Nothing to compile - all classes are up to date

[INFO]

[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @

project

---
[INFO] Using 'UTF-8' encoding to copy filtered resources.

[INFO] Copying 0 resource

[INFO]

[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @

project

---
[INFO] Changes detected - recompiling the module!

[INFO] Compiling 7 source files to C:\Users\admin\.jenkins\workspace\Testlink 
with maven project\target\test-classes

[INFO]

[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ lampsplus ---

[INFO] Surefire report directory: 

[workflow-plugin] keeping default parameters in build step

2015-09-10 Thread Eric Engel
Hi,

I have this scenario:

Job X with default Parameters A=1, B=2 and C=3. Workflow Job Y calls Job X with 
a build step:

>build job: 'X', propagate: false, parameters: [new 
>hudson.model.StringParameterValue('A', '2'), new 
>hudson.model.StringParameterValue('B', '3')]

What happens: Job X is called only with parameters A and B. Parameter C is 
missing. The job fails.
What I expect: Job X is called with parameter A and B. Parameter C 
automatically gets the default value.

Is there a flag or other easy way to keep default parameters if no parameter is 
given by the build step?
Ideally I do not want to include all the default parameters into the workflow 
script.

Regards
Eric

-- 
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-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/DDB06868916F0342A722619DC460E97B8E4D31DF%40exch-bln01.
For more options, visit https://groups.google.com/d/optout.


AW: [workflow-plugin] Exposing RunWrapper.getLog() methods for workflow build step (or alternate way to retrieve build-step logs)

2015-06-11 Thread Eric Engel
Hi,

I got the same problem and it can work by thinking a little bit outside the box.
You can get the jobs BUILD_NUMBER value through the getNumber() method. With 
that you may access the plain log via 
Jenkins-server/job/jobname/buildnumber/consoleText URL.

Regards
Eric


Von: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] 
Im Auftrag von Vizionz
Gesendet: Mittwoch, 10. Juni 2015 21:37
An: jenkinsci-users@googlegroups.com
Betreff: [workflow-plugin] Exposing RunWrapper.getLog() methods for workflow 
build step (or alternate way to retrieve build-step logs)

Hi All -

I'm looking to find means of obtaining job (console) logs from build steps in a 
workflow.  Any help is greatly appreciated!

In the workflow script below, I am creating a map that contains that contains a 
build-step of 'TestJenkinsJob'.  After the job is completed, I check the 
results for a failure.  Is there way to access the job's logs?

I see that the RunWrapper does not expose any api to retrieve Run.getLogFile().

Many Thanks!
-Vizionz

// Allocate Node
//
node(MyNode)
{
  // Set Directory
  //
  dir(PathToDirectory)
  {

// Map of builds for parallel execution
/
def buildMap = [:]

// Setup JOB_1
/
buildMap[JOB_1] = {

  // Start a test job.
  /
  def jobInfo = build job: 'TestJenkinsJob', propagate: false

  if (jobInfo.getResult() == FAILURE)
  {
   // Access logfile of job - NOT EXPOSED in RunWrapper
   //
   def failLog = jobInfo.getLogFile()

   println FAIL_LOG\n$failLog

   // ... Do more work with fail log 
(save/parse/report/etc.)
  }

}

// Setup JOB_2
//
buildMap[JOB_2] = {
  // ... Setup Job 2
}

// Start the parallel job
/
parallel buildMap

  }
}



--
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-users+unsubscr...@googlegroups.commailto:jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/1b15af84-4ec4-415f-8c1d-7391fb4daec8%40googlegroups.comhttps://groups.google.com/d/msgid/jenkinsci-users/1b15af84-4ec4-415f-8c1d-7391fb4daec8%40googlegroups.com?utm_medium=emailutm_source=footer.
For more options, visit https://groups.google.com/d/optout.

-- 
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-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/DDB06868916F0342A722619DC460E97B50CF4CF7%40exch-bln01.
For more options, visit https://groups.google.com/d/optout.


Re: jenkins LDAP -- AD

2015-05-21 Thread Eric Engel
Hi,

I would recommend using the Active Directory Plugin instead of LDAP:
https://wiki.jenkins-ci.org/display/JENKINS/Active+Directory+Plugin

No configuration necessary. Worked like a charm for us.

Regards,
Eric


Von: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] 
Im Auftrag von g.fer.ordas
Gesendet: Donnerstag, 21. Mai 2015 07:09
An: jenkinsci-users@googlegroups.com
Betreff: jenkins LDAP -- AD


Hi

I am trying to Use the LDAP plugin to connect to an AD Server

While I can easily run a ldapsearch against the server and I am trying to use 
the same parameters but it does not work.

Neither what is posted in the official page for the plugin



https://wiki.jenkins-ci.org/display/JENKINS/LDAP+Plugin





The extract of my current config is:


securityRealm class=hudson.security.LDAPSecurityRealm 
plugin=ldap@1.11mailto:ldap@1.11
serverawsdc1.company.com:389/server
rootDNDC=company,DC=com/rootDN
inhibitInferRootDNfalse/inhibitInferRootDN
userSearchBaseCN=Users,DC=company,DC=com/userSearchBase
userSearchsAMAccountName={0}/userSearch
groupSearchBaseCN=Users,DC=company,DC=com/groupSearchBase
groupSearchFilter{{(amp; (cn={0}) (objectclass=group) ) 
}}/groupSearchFilter
groupMembershipStrategy 
class=jenkins.security.plugins.ldap.FromUserRecordLDAPGroupMembershipStrategy/
managerDNCN=ldapclient,CN=Users,DC=company,DC=com/managerDN
managerPasswordSecretewrewrewrwewerwerwerweer=/managerPasswordSecret
disableMailAddressResolverfalse/disableMailAddressResolver
displayNameAttributeNamedisplayname/displayNameAttributeName
mailAddressAttributeNamemail/mailAddressAttributeName
userIdStrategy class=jenkins.model.IdStrategy$CaseInsensitive/
groupIdStrategy class=jenkins.model.IdStrategy$CaseInsensitive/
/securityRealm


Looking at the logs in jenkins I never get any error and for the defined logs 
in the GUI neither .

Any tips?

thanks!!

--
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-users+unsubscr...@googlegroups.commailto:jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/215c0ec4-4799-4171-9920-e7bbf5377fd6%40googlegroups.comhttps://groups.google.com/d/msgid/jenkinsci-users/215c0ec4-4799-4171-9920-e7bbf5377fd6%40googlegroups.com?utm_medium=emailutm_source=footer.
For more options, visit https://groups.google.com/d/optout.

-- 
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-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/DDB06868916F0342A722619DC460E97B50CF0A29%40exch-bln01.
For more options, visit https://groups.google.com/d/optout.


AW: Last Success shows unexpected time

2014-11-20 Thread Eric Engel
Hello Jenkins Users,

we want to try the new jenkins workflow-plugin. Is there any documentation 
besides the information from github 
https://github.com/jenkinsci/workflow-plugin ?
Especially a simple question: How to start a parameterized job? Ideally with 
all parameters from the parent job.

Regards,
Eric

-- 
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-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


workflow plugin start parameterized job

2014-11-20 Thread Eric Engel
Resending with correct subject

-Ursprüngliche Nachricht-
Von: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] 
Im Auftrag von Eric Engel
Gesendet: Donnerstag, 20. November 2014 16:33
An: jenkinsci-users@googlegroups.com
Betreff: AW: Last Success shows unexpected time

Hello Jenkins Users,

we want to try the new jenkins workflow-plugin. Is there any documentation 
besides the information from github 
https://github.com/jenkinsci/workflow-plugin ?
Especially a simple question: How to start a parameterized job? Ideally with 
all parameters from the parent job.

Regards,
Eric

-- 
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-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

-- 
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-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


AW: Can we print Master name in slave machine

2014-10-14 Thread Eric Engel
You could print the environment variable JENKINS_URL in a pre-build step. The 
JENKINS_URL contains at least the domain name of the master, which then may be 
parsed for further use.

Regards
Eric

Von: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] 
Im Auftrag von Laurent Malvert
Gesendet: Dienstag, 14. Oktober 2014 12:58
An: jenkinsci-users@googlegroups.com
Betreff: Re: Can we print Master name in slave machine

From Rajashekar's last message, I suppose he wants to see in the build 
console/log on what node the current building is running, and also to which 
master this particular node is connected.
I don't quite understand why one would need this, but I suppose if you have a 
swarm of nodes that may connect to several servers it could be helpful.

No idea on a way to do this though.

On Tue, Oct 14, 2014 at 12:21 PM, 
matthew.web...@diamond.ac.ukmailto:matthew.web...@diamond.ac.uk wrote:
When you say you want to print the “master name”, what exactly do you want to 
print? And where / when do you want to print it?
I don’t understand what you are trying to achieve here – can you explain in 
more detail?

From: Panikera Raj 
[mailto:panikera.raj...@gmail.commailto:panikera.raj...@gmail.com]
Sent: 14 October 2014 11:02
To: jenkinsci-users@googlegroups.commailto:jenkinsci-users@googlegroups.com
Subject: Re: Can we print Master name in slave machine

Hi All,
Any update on this...
here is senario:



Started by upstream project 
Iphone7.4Autohttp://192.168.2.28:8080/job/Iphone7.4Auto/ build number 
1527http://192.168.2.28:8080/job/Iphone7.4Auto/1527

originally caused by:

Started by upstream project 
Iphone7.10Autohttp://192.168.2.28:8080/job/Iphone7.10Auto/ build number 
212http://192.168.2.28:8080/job/Iphone7.10Auto/212

originally caused by:


I want print master name


Regards,

Rajashekar P





On Fri, Oct 10, 2014 at 12:31 PM, Panikera Raj 
panikera.raj...@gmail.commailto:panikera.raj...@gmail.com wrote:
Hi All,
Is there a way, where I can print Master name in slave machine. Since Two 
master projects will trigger one slave project.
Please help me on this.
Regards,
Rajashekar P

--
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-users+unsubscr...@googlegroups.commailto:jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


--
Laurent Malvert
--
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-users+unsubscr...@googlegroups.commailto:jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

-- 
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-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Let Build Flow Plugin pass all parent parameters

2014-09-12 Thread Eric Engel
Hello Jenkins Users,

I am using the Build Flow Plugin 
https://wiki.jenkins-ci.org/display/JENKINS/Build+Flow+Plugin and want to start 
a build using all paramters of the parent job stored at the pre-defined params 
variable.
At the plugin page the following example for a single parameter is given:

build(job1, parent_param1: params[param1])

what I want is kind of:

build(job1, $parameterName:params[$parameterName])

So that all values in params are passed to the new job. From the plugin 
description it is not clear if this can be done without explicitly writing down 
all parameters. It would be great if this is possible, because there may be 
changes in parameters I do not want to adjust manually every time.

Regards,
Eric

-- 
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-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.