XCode plugin doesn't add anything to the configure page, but should do according to its documentation

2012-11-30 Thread Martin
Hello I've installed the XCode plugin and restarted Jenkins, and its reporting that the plugin is installed. However when I go to the configure page there is no difference, yet the XCode plugin wiki page https://wiki.jenkins-ci.org/display/JENKINS/Xcode+Plugin has a screenshot showing over a

Possible to create a node (for the XCode plugin) but only have one machine?

2012-11-30 Thread Martin
I want to use the XCode plugin, and it says in order to use it its necessary to create a node. I've never used nodes, slaves/masters in Jenkins, and the instructions for creating a node talk about connecting the slave machine to the master machine etc. etc. I dont' have a master machine and

Do I need to create a new node to use the XCode plugin?

2012-11-30 Thread Martin
I've installed the XCode plugin, however none of its options are appearing in the configure page. The XCode plugin user page says: Just install the latest version of the plugin from the update center and configure a freestyle job (see Usage

Do I need to create a new node (apart from the default master node) to use the XCode Plugin?

2012-11-30 Thread Martin
I've installed the XCode plugin, however none of its options are appearing in the configure page. The XCode plugin user page says: Just install the latest version of the plugin from the update center and configure a freestyle job (see Usage

Re: Do I need to create a new node (apart from the default master node) to use the XCode Plugin?

2012-11-30 Thread Martin
Hi, this is what I've done: 1) Go to manage Jenkins | Manage Plugins | Available 2) Select the XCode plugin, then click Install without restart or Download now and install after restart (I've tried both, on different machines). 3) Restart Jenkins 4) Check the list of installed plugins - its says

Re: Do I need to create a new node (apart from the default master node) to use the XCode Plugin?

2012-11-30 Thread Martin
Doh, yes there is. But I am 100% positive there was nothing listed there earlier - after installing it and restarting and not being able to see anything I looked in there. Well at least its there now. Thanks On Friday, November 30, 2012 8:18:03 AM UTC-8, Martin wrote: I've installed the XCode

Not possible to set the XCode plugin to use the keychain from a specified user?

2012-11-30 Thread Martin
The XCode plugin seems to make the assumption that only keychains from the user jenkins can be used for signing XCode builds. There is a section called Keychain path, however if I enter into there the following, /Users/Me/Library/Keychains/login.keychain then the build log shows the

iOS App changes not being applied - does the Jenkin's XCode plugin cache build results?

2012-12-06 Thread Martin
I've got a situation where changes made to the source code of an iOS XCode project are not being applied to the build application. BUT source code changes are being picked up on, but the result of that is not being applied to the resulting application package. Let me try to explain further -

Warning - the XCode plugin does not work with static libraries

2012-12-07 Thread Martin
If you have a workspace containing a library, and a project that includes the library, then if you make a change to the library then that change is never, I repeat *never*, included in your app/.ipa. This applies to libraries only afaik. I've spent two days digging into this and have however

Get an Exception with Status Code 500 after setting a poll SCM build trigger then saving

2012-12-11 Thread Martin
I've added a build trigger of Poll SCM, then when I click save I get the following exception. (It doesn't make any difference what the schedule syntax is, currently its 1 * * * *). This happens every time, I've no idea how to proceed from here. Status Code: 500 Exception:

Not able to login with chrome, chromium, opera - Only works with firefox

2013-03-07 Thread martin
Hello Guys, I wrote a bug for my problem, though I'm not really sure if this is a Jenkins Bug. You can find it here: https://issues.jenkins-ci.org/browse/JENKINS-17101 Does anyone have an Idea what is wrong or what I might do wrong? best Martin -- You received this message because you

Jenkins fails to restart after server restart

2013-04-05 Thread Martin
configuration). Crowd is up and running but it looks like Jenkins is having trouble communicating with it. Any help would be appreciated! Thanks, Martin org.jvnet.hudson.reactor.ReactorException: org.springframework.beans.factory.BeanCreationException: Error creating bean with name

Re: FindBugs plugin, rank on custom rules

2013-06-14 Thread Martin
Ulli, I believe you are right. What obviously puzzled me was that it goes into the XML file with the correct rank and that it goes into the Jenkins Findbugs report with always low rank. I'll patiently wait for the library to support entries from custom rules. Thanks again, Martin Den fredag

Re: FindBugs plugin, rank on custom rules

2013-06-14 Thread Martin
abbrev=SEBLOGNOTSBXLOGGER category=CORRECTNESS instanceHash=c0496de5d4508f015114f116fc67be0e instanceOccurrenceNum=0 instanceOccurrenceMax=0 rank=2 Apologies if I'm misunderstanding. Best, Martin Den fredag den 14. juni 2013 15.33.47 UTC+2 skrev Ullrich Hafner: Maybe it would be good

Re: Jenkins, Web application server and Nexus

2015-08-20 Thread Martin
Hi, Brent: You are basically right. I am adding a Nexus component to the pipeline and trying to figure out what role and how it should play in the pipeline. Thanks. On Thursday, August 20, 2015 at 7:47:45 PM UTC-4, Brent Atkinson wrote: Hi Martin, The way you describe is similar

Re: Jenkins, Web application server and Nexus

2015-08-20 Thread Martin
.) and there are numerous ways to do it through any of those tools. On Thu, Aug 20, 2015 at 5:12 PM, Martin ling...@gmail.com javascript: wrote: If I use Nexus OSS as a repository manager, the normal for code goes to production system is something like below: 1) Jenkins grabs code from

Re: Jenkins, Web application server and Nexus

2015-08-20 Thread Martin
everyone does it. On Aug 20, 2015 8:05 PM, Martin ling...@gmail.com javascript: wrote: Hi, Jeff: What do you mean by the manager application in the description of manager application to be installed and configured? Is it Nexus? Thanks. On Thursday, August 20, 2015 at 7:43:34 PM UTC-4

Jenkins, Web application server and Nexus

2015-08-20 Thread Martin
If I use Nexus OSS as a repository manager, the normal for code goes to production system is something like below: 1) Jenkins grabs code from Perforce or GIT server 2) Jenkins retrieves dependencies from Nexus 3) Jenkins test and build the project 4) The build is deployed to Nexus from Jenkins

Re: Jenkins, Web application server and Nexus

2015-08-20 Thread Martin
. What Jenkins does very well is the implicit Maven build dependences and all the other tool and plug in integrations to get your initial build artifacts, source/coverage analysis such as SonarQube etc. and unit test reporting. Good luck! On Aug 20, 2015 8:40 PM, Martin ling...@gmail.com

Re: Use port 80 for Jenkins

2015-08-01 Thread Martin
at this port and routes to the internal 8080 port. tom Am 31.07.2015 um 20:37 schrieb Martin: Hello, I wanted to use 80 for Jenkins server. and I executed the following: $ java -jar --httpPort=80jenkins.war But It doesn't work. The website is not on. My port 80

Re: Jenkins Perforce workspace question

2015-07-22 Thread Martin
typical setup. I want to configure nothing Unique or Special. Thank you. Martin On Tuesday, July 21, 2015 at 5:41:43 AM UTC-4, lata wrote: 1) What's the problem here? 1. Jenkins Perforce Workspace at /var/lib/jenkins/jobs/... - The name of this P4 workspace is whatever you have typed

Re: Jenkins Perforce workspace question

2015-07-21 Thread Martin
to the Java's installation directory, not any other directory. Can $JENKINS_HOME point to some place different from its installation directory? On Tuesday, July 21, 2015 at 3:36:32 AM UTC-4, Martin wrote: Hello, it's the first time to setup Jenkins Perforce Plugin. I just wanted to setup a simple

Jenkins Perforce workspace question

2015-07-21 Thread Martin
Hello, it's the first time to setup Jenkins Perforce Plugin. I just wanted to setup a simple project to test the automatic build feature in Jenkins. On my local machine, my project is: /home/martin/p4/test I created a workspace named jenkins_test, whose root is /home/martin/p4/test. I can

Re: How to control access to the Jenkins build site?

2015-10-21 Thread Martin
Hi, Victor: Works, Thanks a lot. Martin On Wednesday, October 21, 2015 at 4:37:52 AM UTC-4, Victor Martinez wrote: > > Hi Martin, > > The matrix based security configuration, look at: > https://wiki.jenkins-ci.org/display/JENKINS/Standard+Security+Setup > > Cheers > &g

Don't send email notification

2015-10-21 Thread Martin
? Thanks, Martin -- 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 vi

Re: Don't send email notification

2015-10-21 Thread Martin
On Wednesday, October 21, 2015 at 11:32:27 PM UTC-4, Martin wrote: > > Hello, > > I installed the email-txt plugin, and configured my project like this, as > attached. But I can't receive email notification. I can only receive email > when the build is a failure. Instead,

Re: Don't send email notification

2015-10-21 Thread Martin
At the end of the project console output: " channel stopped No emails were triggered. Finished: SUCCESS " The build is success, but didn't send out email notification. On Wednesday, October 21, 2015 at 11:33:52 PM UTC-4, Martin wrote: > > > > On Wednesday, October 21, 2

P4 Jenkins

2015-10-15 Thread Martin
Hello, I am configuring a Perforce plugin for Jenkins, and my configuration is attached. The problem is that the build repeats every 2 minutes, even when there is no new check-ins. How to configure it so that it only triggers automatic build once a check-in is made? Thank you. Martin

Re: P4 Jenkins

2015-10-16 Thread Martin
<https://lh3.googleusercontent.com/-tBioI7fiqls/ViCTj2z3-iI/Bgo/uTt9PzM12z0/s1600/p4-2.png> Add one more configuration page for complete view on the page. Thanks On Thursday, October 15, 2015 at 7:12:55 PM UTC-4, Martin wrote: > > Hello, > > I am configuring

Jenkins build failure console output

2015-10-20 Thread Martin
I am receiving this error message in the output at the end. It says it can not find the root pom.xml. The reason is that the build workspace directory is empty: /var/lib/jenkins/workspace/bbword-build/, which means Jenkins fails to copy the project files (including the root pom.xml) to

Re: P4 Jenkins

2015-10-16 Thread Martin
Hi, Russ: I am using this one: https://wiki.jenkins-ci.org/display/JENKINS/P4+Plugin, which is from Perforce. It should be the right one to choose, according to the documentation. Thanks, Martin On Friday, October 16, 2015 at 1:18:56 PM UTC-4, Russ Tremain wrote: > > Hi Martin, &g

Re: Jenkins build failure console output

2015-10-20 Thread Martin
Hi, I switched to Perforce plugin from P4 Plugin from Perforce, and everything works fine. It seems the new P4 plugin is a lot harder to configure. Thank you. Martin On Tuesday, October 20, 2015 at 7:42:56 AM UTC-4, rginga wrote: > > It appears that Perforce is building a workspace at &

How to control access to the Jenkins build site?

2015-10-20 Thread Martin
For example, if my URL for the Jenkins service is: jenkins.mycompany.com:8080 Even without logging into this site, outsiders can still browse a lot of information of the build and the project. In particular through the Workspace, others can see pom.xml and can even download the whole project

Can't receive build email notification from Jenkins

2016-08-04 Thread Martin
Hello, my console output shows that my project is built successful and email was sent out too, but the recipients can't receive the emails. The final output is: channel stopped Email was triggered for: Always Sending email for trigger: Always Sending email to: ling...@gmail.com Finished:

Re: first configuring "Jenkins"

2017-09-27 Thread Martin
ink that this part of Jenkins is something is somehow way to hard to get done. To get stuff done I'll definitely go down that route but to minimize maintenance efforts I'd rather have it in a Groovy script (that is despite not having done a whole lot of it; actually: 0). Using a scripting language an

Re: ChangeLog parser without SCM

2012-04-01 Thread Martin d'Anjou
) introduced in the build. I wanted this file to be linked to the ChangeLog or to a Changes introduced in this build button. Martin On 12-04-01 03:45 PM, Grégory Boissinot wrote: At the moment, there is no available solution without SCM. However, you can look at the XTrigger plugin providing

Re: ChangeLog parser without SCM

2012-04-01 Thread Martin d'Anjou
I really like your idea... I still need to ssh the execution and rsync the artifacts back, but Git would give me the changelog and the deltas between the files... this is something I need to ponder. It would give the team some exposure to git. Martin On 12-04-01 04:14 PM, Andrew Melo wrote

How to automatically build the latest svn tag

2012-06-19 Thread Martin Grotzke
have also configured Poll SCM as build trigger, and the subversion polling log tells that Location 'http://reflectasm.googlecode.com/svn/tags/$SVN_TAG' does not exist Is it possible to automatically build the latest svn tag, what's the correct configuration for this? Thanx cheers, Martin

User that aborted build not visible?

2012-07-24 Thread Martin B.
certainly upgrade if a newer version (or plugin) allowed for this info to be included in the logging. Any Ideas? cheers, Martin

What is the MVC framework on which Jenkins is built?

2012-08-14 Thread Martin d'Anjou
What is the MVC framework on which Jenkins is built? Thanks, Martin

Build Promotion and Copy Artifact: current build is overwritten

2012-08-16 Thread Martin d'Anjou
Hi, When I promote an archived build while a build is running, the Copy Artifact plugin overwrites the running build artifacts with the archived ones. How should I configure the Build Promotion and the Copy Artifact to avoid this problem? Thanks, Martin

Build delete or discard action

2012-08-23 Thread Martin Kaul
. To do this I need a Build Discard/Delete action that executes for example a shell. Is this possible? Best regards Martin Kaul

scaling jenkins to multiple projects without copying the projects

2012-08-24 Thread Martin d'Anjou
project, such that a change to a template would be reflected into multiple projects? I see a Template Project plugin, but there has been no activity for a year on it. I have no need to link projects together, so I have stayed away from the Workflow plugins. Should I look into them? Thanks, Martin

How to conditionally build down-stream projects?

2012-10-31 Thread Nick Martin
I have a fairly complicated Jenkins job that builds, unit tests and packages a web application. Depending on the situation, I would like to do different things once this job completes. I have not found a re-usable/maintainable way to do this. Is that really the case or am I missing something? The

Scm of type: org.jenkinsci.plugins.multiplescms.MultiSCM is not supported

2012-11-12 Thread Martin Lichtin
Hi I'm running into the following problem and report it as requested: [RELEASE] Release build triggered ERROR: Processing failed due to a bug in the code. Please report this to jenkinsci-us...@googlegroups.comjava.lang.UnsupportedOperationException

How to use the environment variables set by a parameterized build?

2012-11-16 Thread Martin Lichtin
Hi For a parameterized build with one run parameter (let's name it X), Jenkins set three environment variables. X X.jobName X.number How can the latter two be used in a pre-step shell script? Bash cannot handle environment variables containing a dot, it seems. $ echo ${X.jobName} bash:

why no uninstall option for unused plugin

2012-11-21 Thread Martin d'Anjou
Hello, Do you know why there is no uninstall button for some of the unused plugins? For example, the External Monitor Job Plugin has not uninstall option: Thanks, Martin inline: jjeebiih.png

uninstallation pending message

2012-11-21 Thread Martin d'Anjou
Hi, Anyone knows what to do about the message uninstallation pending in the plugin manager after you attempt to uninstall a plugin? Thanks, Martin inline: jejbafjj.png

Re: How to use the environment variables set by a parameterized build?

2012-11-23 Thread Martin Lichtin
variable here: https://wiki.jenkins-ci.org/display/JENKINS/Building+a+software+project Short answer: echo ${JOB_NAME} echo ${BUILD_NUMBER} On Friday, November 16, 2012 3:39:26 PM UTC-5, Martin Lichtin wrote: Hi For a parameterized build with one run parameter (let's name it X), Jenkins set

How do I known what properties and method exist when writing Groovy scripts?

2012-11-26 Thread Martin d'Anjou
: I searched for buildVariableResolver in the source code with find . -name *.java -exec grep -H buildVariableResolver {} \; and nothing comes out. I read the javadocs for Jenkins and Hudson, but that does not seem to be enough. Thanks, Martin

Re: why does 1.480.1 LTS offer me 1.493 as an upgrade?

2012-12-17 Thread Martin Ba
On 16.12.2012 09:50, Chris Withers wrote: Hi All, I've just upgraded my Jenkins install to 1.480.1 LTS is the hope of a bit more stability, however, the 'Manage Jenkins' screen is now offering 1.493 as an upgrade. I thought one you moved to an LTS release, only future LTS releases would be

Re: Git clone fails with NPE and 'missing' exe

2013-01-29 Thread Martin Burger
Workaround: https://issues.jenkins-ci.org/browse/JENKINS-16523?focusedCommentId=172847page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-172847 -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe from this

Jenkins generating firmwarefile with ruby script

2013-03-11 Thread Martin Tritsch
Hello! i build c++ software on a debian virtual maschine. Jenkins is running on a Windows Server 2008 R2 VM. The debian virtual maschine uses the Java slave agent. In the past i used the Mercurial plugin the get the source code from the SCM server, due to new requirements for the build i had to

Unexpected run on a [Leave this machine for tied jobs only]-node

2013-03-14 Thread Martin Ba
this node, but it certainly is unexpected! Should this be fixed? I'm running Jenkins 1.420 cheers, Martin -- 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

Re: Unexpected run on a [Leave this machine for tied jobs only]-node

2013-03-14 Thread Martin Ba
On 14.03.2013 21:50, Les Mikesell wrote: On Thu, Mar 14, 2013 at 3:30 PM, Martin Ba 0xcdcdc...@gmx.at wrote: I'd say this is not intended: I have a node that has Leave this machine for tied jobs only set. It started to run a Job that certainly did not explicitly set this node. However

Jenkins on Windows: Java + JRE (version) confusion

2013-03-15 Thread Martin Ba
that this one contains and uses JRE 1.6.0_26-b03 (which is from 2011-06-07). This leads me to the questions at the start of this message - GOTO TOP cheers, Martin -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe from this group

Re: Jenkins on Windows: Java + JRE (version) confusion

2013-03-18 Thread Martin Ba
On 15.03.2013 11:45, Martin Ba wrote: I'll start with my questions: - * Should I run Jenkins on Windows with the included JRE (currentl 1.6_26) or should I run it with a more recent Java version? * Should I make sure slaves run within the same java version

(REST) API: How to check the build(s) in progress of a job?

2013-03-27 Thread Martin Ba
to query each and every existing build to check all running build of a job? (If there is a Groovy Script alternative I'd try that one.) cheers, Martin -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe from this group and stop

Labels for executors? Re-use blocking executor for downstream job?

2013-03-29 Thread Martin Ba
as the waiting job. Any ideas? cheers, Martin -- 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

Re: Execute Clean Up on Build Cancel

2013-05-02 Thread Martin Ba
for job#2 from a file, you can have it starting depend on the file existing. (Don't trigger if any files are missing.) cheers, Martin -- 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

Re: Execute Clean Up on Build Cancel

2013-05-03 Thread Martin B.
on correct node I haven't tested this, though. On May 3, 2013 12:12 AM, Martin Ba 0xcdcdc...@gmx.at mailto:0xcdcdc...@gmx.at wrote: On 03.05.2013 03:36, Eric Blom wrote: Hello Everyone, We started using Jenkins about a year ago and have been very happy with it. We keep

Robotframework Plugin not Working with Jenkins Jenkins 1.515/1.516

2013-06-03 Thread Martin Dürrmeier
Framework test results should appear. Does anybody have the same Issue? I created https://issues.jenkins-ci.org/browse/JENKINS-18156 on the Bugtracker Regards Martin -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe from this group

Re: Notify n Minutes before Job Starts

2013-06-24 Thread Martin Ba
- just abort the waiting starter-job. cheers, Martin -- 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

Difference btw. Enterprise Role-Based-Access-Control and Free Role-Strategy Plugin?

2013-11-19 Thread Martin Ba
Hi everyone and esp. CloudBees! What are the main benefits the Jenkins Enterprise [Role-based Access Control Plugin][1] offers over the free [Role Strategy Plugin][2] ??? thanks for any insight, Martin [1] : http://www.cloudbees.com/jenkins-enterprise-by-cloudbees-features-role-based

Re: LDAP user and default rights

2014-01-04 Thread Martin B.
On 02.01.2014 15:55, Brosh, Yossi wrote: Hi to all, I am using /_Build Flow Plugin https://wiki.jenkins-ci.org/display/JENKINS/Build+Flow+Plugin_/ , and I want to get BUILD_USER variable in the job, any idea ? Have you looked at

Jenkins: How to restrict ssh credentials use in slave node configuration

2014-07-10 Thread martin flehmig
of slave node NB when configuring slave node NA and vice versa: a) configuring slave node NA: credentials CNA, CNB can be seen and used. b) configuring slave node NB: credentials CNA, CNB can be seen and used. How can we prevent this? Thanks, martin -- Martin Flehmig Technische

Re: Jenkins: How to restrict ssh credentials use in slave node configuration

2014-07-11 Thread martin flehmig
project B. How can we see to which system a credential is tied? Thanks, martin Am 10.07.2014 13:00, schrieb Stephen Connolly: Fixed in 1.15... Sñr Beck can get the update immediately from the update center he uses... if you are not in that club and don't want to wait the 8-24h for the OSS

Re: Jenkins: How to restrict ssh credentials use in slave node configuration

2014-07-14 Thread martin flehmig
with password - Scope: System - Username: userA - description: userA@dummNode * save and log out 9) Login as userB and create slave node called nodeB: * There you can see and use the credentials userA@dummyNode! Can you reproduce the failure? Thanks, martin smime.p7s Description: S

Re: Jenkins: How to restrict ssh credentials use in slave node configuration

2014-07-14 Thread martin flehmig
SLES 11 SP1. Thanks, martin smime.p7s Description: S/MIME Cryptographic Signature

Re: Jenkins: How to restrict ssh credentials use in slave node configuration

2014-07-14 Thread martin flehmig
Am 14.07.2014 17:20, schrieb Stephen Connolly: On 14 July 2014 16:14, martin flehmig martin.fleh...@tu-dresden.de wrote: Start with the creation of the slave VM from ISO and give the MD5 of the ISO you use. What do you mean by this? The slave node is not a VM. I have tried reproducing

Re: Jenkins: How to restrict ssh credentials use in slave node configuration

2014-07-15 Thread martin flehmig
Am 14.07.2014 21:29, schrieb Daniel Beck: On 14.07.2014, at 16:25, martin flehmig martin.fleh...@tu-dresden.de wrote: 8) Login as userA and create slave node called nodeA: * Configure nodeA: * Launch method: Launch slave agents on Unix machines via SSH * Host: dummyh...@dummydomain.de

How to execute an action when build is submitted

2014-08-27 Thread Martin d'Anjou
Hi, Is it possible to execute an action when the build is submitted, before it goes in the pending state. Martin -- 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

Which groups does the user jenkins belong to?

2014-09-13 Thread Martin Funk
described above? What am I missing? Cheers, Martin -- 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

Jenkins Job Workspace when the Job switches between nodes?

2014-11-07 Thread Martin B.
I'm currently rather confused by how Jenkins links up the Job workspace on the Web UI. The Workspace link is on the Job main page /jenkins/job/MyJobName/ws/ but this doesn't make any sense to me when I have multiple build nodes, as there are actually multiple workspaces -- one for each build

Update center is missing a plugin but it is listed in default.json

2014-12-11 Thread Martin d'Anjou
not change anything. A difference I noticed is that the latest default.json core 1.593 (curl -L http://updates.jenkins-ci.org/update-center.json default.json) has fewer spaces in it than the one with the 1.565.3 core. I use Jenkins LTS 1.565.3 Thanks, Martin -- You received this message

jenkins support for parametrized test results

2015-05-05 Thread Martin d'Anjou
the reports myself (the existing test infrastructures do not work for my multi-language projects). Thanks, Martin -- 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

Jenkins Email Server configuration

2015-07-14 Thread Martin Min
Hello, I am using the almost latest Jenkins release and have a question on configuration email notification. Why are there only two fields for this? I unchecked the SSL box for a quick test. and received this error message below. I put in my gmail user name and password. Failed to send out

Re: [workflow plugin] inject environment variables or using parameters to prepare the run

2015-10-23 Thread Martin d'Anjou
On Wednesday, February 25, 2015 at 6:22:57 PM UTC-5, Jesse Glick wrote: > > On Thursday, February 5, 2015 at 4:30:11 AM UTC-5, Christoph Vogtländer > wrote: >> >> I want to use the workflow plugin and together with the "Prepare an >> environment for the run" feature provided by the EnvInject

Re: Access BUILD_CAUSE and BUILD_CAUSE_USERIDCAUSE through Build Flow DSL

2015-10-29 Thread Martin d'Anjou
Been asking myself the same question for 3 years. The only solution for me is to use EnvInject, fetch the cause from the Jenkins internal objects, and export it as a new env variable to the build. It gets complicated when the cause is another build, you have to do a recursive search to get to

envinject plugin: should it be able to set the workspace?

2015-10-23 Thread Martin d'Anjou
) Gradle is unable to continue a build when the absolute path to the build output changes <https://discuss.gradle.org/t/incremental-build-state-should-be-decoupled-from-workspace-location/505> . Q) Is the envinject supposed to be able to control the workspace location? Thanks, Martin -

Re: Confusion of Maven build jobs sequence

2015-11-10 Thread Martin Schmude
Not what I would have liked to hear, but I already guessed so. Anyway, thank you James. Does anybody know a well-established way of handling situations like this in Jenkins? Or maybe good sources of guidance out there in the WWW? Am Sonntag, 8. November 2015 23:53:05 UTC+1 schrieb James Nord:

Confusion of Maven build jobs sequence

2015-11-08 Thread Martin Schmude
Hello everybody, Currently I am confused about the build sequence determined by Jenkins under the following circumstances. The company I am working at operates a Jenkins server with about 180 Maven build jobs. There are dependencies between the Maven projects defined in their pom.xml. The

Workflow: load a class from flow.groovy hangs jenkins, can't be killed in UI

2015-11-14 Thread Martin d'Anjou
I have a workflow job that cannot be killed, unless the java process running Jenkins is killed. I think it is a bug. Here are the steps to reproduce: // Workflow job: def flow node() { git 'file:///home/martin/git/workflow-job-definition.git' flow = load 'flow.groovy' } def m

Re: envinject plugin: should it be able to set the workspace?

2015-10-31 Thread Martin d'Anjou
On Friday, October 23, 2015 at 11:08:22 AM UTC-4, rginga wrote: > > Martin, while the envinject plugin will let you set environment variables > that you might be able to use to point to some other folder than the job’s > default workspace, you might be able to use the Use Custom Work

Workflow manual input step: how do I use it the right way?

2015-10-08 Thread Martin d'Anjou
waiting for user input. Also, pausing eventually blocks all execution slots. With thousands of builds, this can't be right. This cannot be how the manual input is intended to work. How do people do manual build steps that depend on upstream jobs? Thanks, Martin -- You received this message because

Best Practices for embedded devices?

2015-10-14 Thread Martin Braun
, Martin -- 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 vi

Re: Templates Plugin (Jenkins Enterprise)

2015-10-05 Thread Martin Ba.
>> ... you can dynamically change the logic of a build job by inventing your own job attributes. << Could you elaborate? I don't quite follow. cheers, Martin On 05.10.2015 13:57, Walter Kacynski wrote: I use the Enterprise Templates extensively. They are very powerful b

Re: Workflow manual input step: how do I use it the right way?

2015-10-13 Thread Martin d'Anjou
hat developers might need to do. Is there a way to stop the blue balls from blinking on the project page, and display something less annoying instead? Is there a way to show the "Paused for input" message on the build page rather than on a sub-page? Thanks, Martin -- You received this message

[git plugin] Querying last author's email address for further usage

2015-10-09 Thread Martin Braun
get any result info in the current project. Still, that's currently the best solution I have. Any advice is highly appreciated! Thanks, Martin -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop rec

Re: [git plugin] Querying last author's email address for further usage

2015-10-12 Thread Martin Braun
On 09.10.2015 18:02, Martin Braun wrote: > * I can read the email address using `git log -1 --pretty=%ae` from the > 'Execute Shell' section. But then how can I use it later on? I was > hoping that 'Capture build context information' -> 'Capture Environment > variables' would all

Re: [workflow-plugin] where does the print output go - not present in jenkins console

2015-11-17 Thread Martin d'Anjou
I have the same issue. How do I print messages to the console from a class defined in a workflow? On Thursday, June 25, 2015 at 5:29:49 AM UTC-4, Arek Skalski wrote: > > This actually changes nothing: > > Started by user ** > Running:

Reuse workflow code across workflow jobs

2015-11-13 Thread Martin d'Anjou
Is there a way groovy workflow scripts from the "Workflow script from SCM" could import classes from their own cloned path, or be able to do something similar to the Gradle "apply from: 'other.gradle'"? I read about the Workflow Global Library, but that seems like an additional Git repository

[workflow-plugin] Workflow Steps - custom names

2015-09-04 Thread Martin Vehovský
is deliberate, to force people use cloudbees enterprise jenkins with the fancy UI or simply missing feature? Thank you Best regards Martin -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receivi

Templates Plugin (Jenkins Enterprise)

2015-10-01 Thread Martin Ba.
transformations isn't my idea of simple) Anyway - are you using JE Templates Plugin? Great Stuff? Much better than (https://github.com/JoelJ/ez-templates) or (https://wiki.jenkins-ci.org/display/JENKINS/Template+Project+Plugin) ... ? cheers, Martin -- You received this message because you

Multiple Test Reports in Job Page not fixed yet in MatrixJob with FlexiblePublish

2015-12-17 Thread Martin Perzl
I think that https://issues.jenkins-ci.org/browse/JENKINS-26077 is not fixed yet in the latest jenkins release. I am using the latest Jenkins 1.642 with xUnit plugin 1.99 and Robot Framework plugin 1.6.2. Could not post to the Jenkins JIRA (account signup disabled due to spam problems...), so

"CloudBees Folders Plugin" ... current 2015 thoughts?

2015-12-10 Thread Martin Ba
ders, e.g. that > all items are immediate children of Jenkins, or that no two jobs have > the same name. > ... Is it still true with current Jenkins releases that Folders make trouble with many/some/a few plugins? (I'm on 1.625.2 LTS + potentially Folders 5.1 (Nov/2015). Thanks,

Re: Approaches for sharing workspace in a pipeline

2015-12-29 Thread Martin d'Anjou
On Wednesday, December 23, 2015 at 9:45:57 PM UTC-5, John D. Ament wrote: > > Hi, > > I was wondering if anyone had any best practices or tips to share on have > a common workspace for a pipeline job. > I use Workflow job definitions, and I compute the location of the workspace in each job of

Re: Approaches for sharing workspace in a pipeline

2015-12-30 Thread Martin d'Anjou
Producer code: String root = "/opt/martin" String workspace = "${root}/${env.JOB_NAME}/${env.BUILD_NUMBER}" node() { ws(workspace) { writeFile file: 'file.txt', text: "1234" } } Consumer code: String root = "/opt/martin" String fold

Why can't "workflow load" load from "Workflow script from SCM"?

2015-11-23 Thread Martin d'Anjou
Anyone knows why the workflow load step cannot load from the "Workflow from SCM" checkout? I am struggling to understand why this is not allowed. Why does it need to load from another SCM checkout? Thanks, Martin -- You received this message because you are subscribed to the Goo

Re: Workflow: load a class from flow.groovy hangs jenkins, can't be killed in UI

2015-11-19 Thread Martin d'Anjou
/martin/.jenkins/jobs/workflow-test/jobs/workflow-hangs/builds/4/workflow/10.xml at hudson.XmlFile.read(XmlFile.java:146) ... Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded While this happens, Jenkins becomes very slow (minutes to get any response from the UI), memory usage

  1   2   3   >