credentials-binding-plugin and private key files

2021-06-21 Thread Andreas Magnusson
my secret and added that the username should be a secret. But I don't understand why, and I think the error message is extremely useless since I couldn't get any diagnostic information from it... But, I hope it might help anyone else googling the exception message. /Andreas *12:57

Cannot connect to "cloud" (libvirt plugin)

2020-05-25 Thread Andreas Tscharner
) at hudson.plugins.libvirt.Hypervisor$DescriptorImpl.doTestConnection(Hypervisor.java:454) I noticed that the libvirt-slave plugin is compiled using Java 5. Is it too old? What can I do to solve my problem? Any ideas? TIA and best regards Andreas -- Andreas Tscharner sternenfe.

"Push Notification" for Jenkins

2020-03-30 Thread Andreas Tscharner
buildserver:8080/git/notifyCommit?url=git:///'&'branches=$BRANCH Is this still the best practice of a "push notification" in version 2.222.x? TIA and best regards Andreas -- Andreas Tscharner

Cannot create build step

2020-03-26 Thread Andreas Tscharner
-2) OpenJDK 64-Bit Server VM (build 11.0.6+10-post-Debian-2, mixed mode) Jenkins: 2.222.1 via Debian repository What can I do? TIA and best regards Andreas -- Andreas Tscharner sternenfe...@gmail.com ---

Re: How to write a yaml configuration for certificate with JCasC plugin?

2019-06-11 Thread Andreas Magnusson
Upgraded to 1.20 and I got the same error. Sigh, wish they could actually get the syntax set once and for all. -- 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

Re: How to write a yaml configuration for certificate with JCasC plugin?

2019-06-11 Thread Andreas Magnusson
e code for the plugin to understand that little nugget... /Andreas -- 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...@

Re: How to write a yaml configuration for certificate with JCasC plugin?

2019-06-11 Thread Andreas Magnusson
This matches my configuration except that I had to add the alias of the certificate as "description". Not sure if that was the error I got though. Eveything else matches my config. /Andreas -- You received this message because you are subscribed to the Google Groups "Jenkins U

Re: Run pipeline flyweight executors off of master

2019-05-09 Thread Andreas Magnusson
In some instance this checkout can be helped/removed by doing a lightweight checkout, but it don't work on our builds since we have ${TAGNAME} parameters on the checkouts. And parameters in the SCM URL are not compatible with lightweight checkout. -- You received this message because you are s

RE: [SOCIAL NETWORK] Re: Trying to setup jenkins to spin up docker containers on demand as build slaves in a pipeline - getting unclear errors

2019-04-07 Thread 'Andreas Davour' via Jenkins Users
image name, as suggested. Maybe it will at least give more indication of what works and not. Much appreciated! /andreas From: jenkinsci-users@googlegroups.com On Behalf Of Zero Uno Sent: den 5 april 2019 15:48 To: jenkinsci-users@googlegroups.com Subject: [SOCIAL NETWORK] Re: Trying to setup

RE: [SOCIAL NETWORK] Re: Trying to setup jenkins to spin up docker containers on demand as build slaves in a pipeline - getting unclear errors

2019-04-07 Thread 'Andreas Davour' via Jenkins Users
work… /andreas From: jenkinsci-users@googlegroups.com On Behalf Of Ivan Fernandez Calvo Sent: den 5 april 2019 20:27 To: Jenkins Users Subject: [SOCIAL NETWORK] Re: Trying to setup jenkins to spin up docker containers on demand as build slaves in a pipeline - getting unclear errors Unsubscribe

Trying to setup jenkins to spin up docker containers on demand as build slaves in a pipeline - getting unclear errors

2019-04-03 Thread 'Andreas Davour' via Jenkins Users
Hi I want to be able to use a pipeline, and as my first step specify a docker image and then have the rest of the job run in a container spun up based on that image. Ideally I would like to use this on a farm of hosts, but at a start at least localhost. This is how I have set it up. I have th

Re: Pipeline: How to modify Build History status monitor

2019-02-27 Thread Andreas Magnusson
Not quite sure what you want to do, but we modify currentBuild.displayName and currentBuild.description from within our pipeline. They are documented under Pipeline Syntax | Global Variable Reference /Andreas -- You received this message because you are subscribed to the Google Groups

Active Directory plugin warning: TLS is not correctly configured

2019-01-29 Thread Andreas Goeb
ers can log in. However, the warning about insecure TLS configuration is still shown. Does any of you know what the reason for the warning may be and which configuration I might still have to change? Thanks a lot, Andreas -- You received this message because you are subscribed to the Google G

Re: Cleanup workspace before/after build

2018-10-12 Thread Andreas Tscharner
Hi Sverre, On 11.10.2018 09:33, Sverre Moe wrote: [snip] Is there some other means I can make sure that the build has a clean workspace? Our Windows agents are virtual machines that get reset to a certain snapshot to make sure they are clean. Best regards Andreas -- Andreas

Re: Not able to access and create files in path location(\\\\192.168.0.1/f$/D:\\p.txt)

2018-09-24 Thread Andreas Magnusson
Your UNC path looks very strange. As I interpret it you have the following parts: 192.168.0.1 - localhost probably f$ - automatic share created by windows on drive F: D:\\p.txt - file on another drive Question is, what are you trying to access? You could try: 192.168.0.1\D$\p.txt On Sunday,

Re: Blue ocean plugin supported version

2018-09-20 Thread Andreas Magnusson
2.121 is a later version than 2.7 Not quite sure what you need more than that? Regards, Andreas -- 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

Re: Error while running dynamically created parallel stages

2018-08-17 Thread Andreas Magnusson
I have a similar solution, but without the inner stage, just as Wouter suggest. And that works great. So try it without stage("Build parallel $target") { -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop

Re: Problems adding a slave agent to Jenkins (java.io.IOException: https://jenkins.orgavision.org/tcpSlaveAgentListener/ is invalid: 404 Not Found)

2018-04-30 Thread Andreas Tscharner
ointResolver.resolve(JnlpAgentEndpointResolver.java:197)         at hudson.remoting.Engine.innerRun(Engine.java:518)         at hudson.remoting.Engine.run(Engine.java:469) Is the TCP port on the master (Manage Jenkins -> Global Security -> Agents) set to static? Best regards An

Re: Configuration of environment variables in Pipeline

2018-04-25 Thread Andreas Magnusson
Hi, is there a specific reason you don't use this structure? withEnv(['MY_VAR=VAL']) { // some block } Regards, Andreas On Tuesday, April 24, 2018 at 5:31:47 PM UTC+2, Daniel Belenky wrote: > > Hi, > > I'm trying to configure an environment variable duri

Re: Both job1 and job2 should run on same slave node | Label is assigned

2018-04-09 Thread Andreas Tscharner
://wiki.jenkins.io/display/JENKINS/Node+Stalker+Plugin Best regards Andreas -- Andreas Tscharner sternenfe...@gmail.com Gordon's Law: If you think you have the solution, the question was poorly phrased. -- You received this message because you are subscribed t

Re: Declarative Pipeline with variable number of stages

2017-12-18 Thread Andreas Røsdal
On Sunday, December 17, 2017 at 1:39:22 PM UTC+1, Christopher Orr wrote: > > Hi there, > > On Sun, 17 Dec 2017, at 13:21, Andreas Røsdal wrote: > > I would like to implement a declarative pipeline in Jenkin, using only > one Jenkinsfile, > > but have variable numb

Declarative Pipeline with variable number of stages

2017-12-17 Thread Andreas Røsdal
dynamically change the label text of a stage in a declarative pipeline? Andreas -- 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-user

Re: Working pipeline has stopped working...

2017-12-01 Thread Andreas Tscharner
of space... HTH and best regards Andreas -- Andreas Tscharner sternenfe...@gmail.com Gordon's Law: If you think you have the solution, the question was poorly phrased. -- You received this message because you are subscribed to the Google Groups "Jenki

Re: Unable to connect to TFS server 2017 from Jenkins

2017-11-28 Thread Andreas Lunderhage
I had the exact same problem. My problem was that there was no default certificate set on the TFS host in case no SNI name was sent in the TLS handshake. Adding the same cert to "All Unassigned" IP-addresses for port 443 as for the hostname of the cert for the port binding solved the problem.

Re: Using the same label multiple times in pipeline

2017-11-02 Thread Andreas Tscharner
econd one to somehow reuse the first one (there might be some cleanup tasks, etc that need to happen on the original node). I would try something like this: node('A') { ... ... node('B') { ... ... } ... ... } HTH and best regards Andreas --

2 errors; which is first?

2017-10-09 Thread Andreas Tscharner
Andreas -- Andreas Tscharner sternenfe...@gmail.com Gordon's Law: If you think you have the solution, the question was poorly phrased. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this

Re: git operations over ssh in Windows agent

2017-09-29 Thread Andreas Tscharner
/password, username/key and no credentials using the username in the repository line ("user@git...") Best regards Andreas -- Andreas Tscharner sternenfe...@gmail.com Gordon's Law: If you think you have the solution, the question was poorly phrased. -

Re: git operations over ssh in Windows agent

2017-09-28 Thread Andreas Tscharner
ws"), used by TortoiseGit and TortoiseSVN); and because I already had installed it when we switched to git, I used it. I assume the git plugin does not work with PuTTY? Best regards Andreas -- Andreas Tscharner sternenfe...@gmail.com Gordon's Law: I

git operations over ssh in Windows agent

2017-09-28 Thread Andreas Tscharner
ot; returned status code 128: stdout: stderr: plink: unknown option "-o" fatal: Could not read from remote repository. How do I provide the correct credentials for this user in this setup? TIA and best regards Andreas -- Andreas Tscharner sternenfe...@gmail.

Re: Groovy postbuild plugin: What does containLog check

2017-09-28 Thread Andreas Tscharner
LURES!)(.*)")) { manager.buildUnstable() } Best regards Andreas -- Andreas Tscharner sternenfe...@gmail.com Gordon's Law: If you think you have the solution, the question was poorly phrased. -- You received this message because you are subscribed to the Google Groups

Groovy postbuild plugin: What does containLog check

2017-09-27 Thread Andreas Tscharner
ctly does logContains check? It it the complete output I see on the console output or is it only part of that? Or did I just make a mistake in the logContains check? TIA and best regards     Andreas -- Andreas Tscharner sternenfe...@gmail.com Gordon's Law: If you

Re: Preferred Git server for Jenkins?

2017-08-31 Thread Andreas Tscharner
ripts? No. HTH and best regards Andreas -- Andreas Tscharner -- "Intruder on level one. All Aliens please proceed to level one." -- Call in "

Re: Show future, but not implemented, stages

2017-07-12 Thread Andreas Tscharner
states that we are working on. Is this possible? I simply have put "echo" statements into these stages, so I have all (after first run) Best regards Andreas -- Andreas Tscharner --

Re: First time Jenkins user. I am getting this error.

2017-07-09 Thread Andreas Tscharner
AVA 9 version. Once they set it back to JAVA 7 all was OK. Just a quick note: current Jenkins version need at least Java 8 nowadays Best regards Andreas -- Andreas Tscharner -- "Intruder on

Re: Pipeline PATH problems (seems related to JENKINS-41339)

2017-06-18 Thread Andreas Magnusson
hint towards that as well? Seems that the rule have changed (for the better), but trying to understand why old (more or less misconfigured) systems suddenly fail isn't always that easy. Cheers, Andreas On Monday, June 19, 2017 at 6:44:19 AM UTC+2, Andreas Magnusson wrote: > > After

Pipeline PATH problems (seems related to JENKINS-41339)

2017-06-18 Thread Andreas Magnusson
to verify this behaviour. Or do you need anything else from my env to help me, just let me know. /Andreas -- 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 em

Re: Frequent connection losses: java.io.IOException

2017-05-29 Thread Andreas Tscharner
the same machine. You may want to monitor Network I/O if running agents over a remote network The VMs are in the local network using a simple bridge Thank you very much and best regards Andreas -- Andreas Tscharner

Re: Frequent connection losses: java.io.IOException

2017-05-29 Thread Andreas Tscharner
17) at java.lang.Thread.run(Thread.java:745) I can, however, read that value if I execute println(Jenkins.instance.injector.getInstance(hudson.slaves.ChannelPinger.class).@pingInterval) (returns 5) TIA and best regards Andreas -- An

Re: Frequent connection losses: java.io.IOException

2017-05-29 Thread Andreas Tscharner
On 22.05.2017 10:13, Andreas Tscharner wrote: Hello World, Hello again, [snip] FATAL: Befehlsausführung fehlgeschlagen java.io.IOException: Backing channel 'JNLP4-connect connection from build-vm1/192.168.168.160:1033' is disconnected. [snip] I have found some more information i

Re: Frequent connection losses: java.io.IOException

2017-05-29 Thread Andreas Tscharner
On 22.05.2017 10:13, Andreas Tscharner wrote: Hello World, [snip] FATAL: Befehlsausführung fehlgeschlagen java.io.IOException: Backing channel 'JNLP4-connect connection from build-vm1/192.168.168.160:1033' is disconnected. No-one? No idea? Or any pointer to a similar (old)er i

No reboot after Pipeline job

2017-05-29 Thread Andreas Tscharner
afterwards If a pipeline job is executed, ones of the nodes is used, but after finishing the job, the node stays online and is not reverted to the snapshot. Is this a bug or intentional? TIA and best regards Andreas -- Andreas Tscharner

[SOLVED] Re: Pipeline uses 2 executors when changing node

2017-05-25 Thread Andreas Tscharner
On 19.05.2017 15:31, Andreas Tscharner wrote: > Hello World, Hello again, > I found the solution. > Now I created a pipeline which starts at a "build" node. It runs there > and displays "part of ...". > Now at some point in the pipeline I want to switch to an

Re: Frequent connection losses: java.io.IOException

2017-05-22 Thread Andreas Tscharner
On 22.05.2017 10:13, Andreas Tscharner wrote: Hello World, Hello again, Some more information Our setup: * Jenkins 2.32.2 on Debian Linux jenkins@buildserver:~$ uname -a Linux buildserver 3.16.0-4-amd64 #1 SMP Debian 3.16.36-1+deb8u2 (2016-10-19) x86_64 GNU/Linux jenkins@buildserver

Frequent connection losses: java.io.IOException

2017-05-22 Thread Andreas Tscharner
m. There are also no more information in the logs. Has anyone seen the same problems? Any hints what I should check? TIA and best regards Andreas -- Andreas Tscharner -- "Intruder on lev

Pipeline uses 2 executors when changing node

2017-05-19 Thread Andreas Tscharner
d "build 'SmokeTest'"). It switches to one of the "aat" nodes (displaying "part of ...") and then the actual job (SmokeTest) starts at a second "aat" node. The job at the first "aat" node is just waiting. How can

Automated install does not work like expected, duplicate unpacking operations and jdk installation not triggered at all.

2017-05-17 Thread Andreas Zschorn
Hello, We are trying out the automated install options, especially for maven and the jdk, to support more environments and even plain machines from the aws cloud. Normally, the installation and configuration for automated installation is straight forward, but the behaviour is not what i expect

Double changes in Declarative Pipeline job

2017-02-26 Thread Andreas Magnusson
're using Subversion (in case it differs from Git), and a standard Pipeline job (NOT multibranch). Cheers, Andreas -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving ema

Re: Inject variable in pipeline plugin

2016-12-30 Thread Andreas Wuz
6 UTC+1 schrieb Andreas Wuz: > > Hi @ all, > > I have a pipeline job in jenkins 2.36, which can be triggered by a remote > http-call. Now I have to inject the ip-address of the calling client. In a > normal job I did this with the EnvInject-Plugin with following script: > i

Inject variable in pipeline plugin

2016-12-27 Thread Andreas Wuz
Hi @ all, I have a pipeline job in jenkins 2.36, which can be triggered by a remote http-call. Now I have to inject the ip-address of the calling client. In a normal job I did this with the EnvInject-Plugin with following script: import hudson.model.* import static hudson.model.Cause.RemoteCause

Decide on return value of job using pipeline plugin

2016-12-20 Thread Andreas Wuz
Hi, I am building a pipeline in Jenkins 2.36 with the pipeline plugin. I have some jobs to execute. To call the job I use: build job: 'transformInput', parameters: [string(name: 'cert_request', value: ''), string(name: 'cert_signature', value: ''), string(name: 'public_cert', value: '')], all

Re: No action in response to a PR, even with hooks all apparently set

2016-12-14 Thread Andreas
Hi Benson, I'm experiencing the same problem that the builds are not being triggered, although the PR log states that it recognized the incoming webhook. I don't get your answer though - how did you finally solve the problem? Thanks! Andreas Am Donnerstag, 27. Oktober 2016 19:2

Human submit after job

2016-12-14 Thread Andreas Wuz
Hi, I am developing a little workflow through jenkins jobs. Now I need to submit manually after a job has succeeded. So for example: Job -> manual submit -> job 2. I thought this could be accomplished with a button or something else. Is this possible, e.g. with a plugin? Best regards, Wuz --

Re: Getting the remote IP of the client which triggered a build

2016-11-23 Thread Andreas Wuz
ction action : build.getActions(CauseAction.class)) { >>> for (Cause cause : action.getCauses()) { >>> if(cause instanceof RemoteCause){ >>> //blah >>> } >>> } >>> } >>> >>> >>> >>> >>> On Tuesday, November 2

Getting the remote IP of the client which triggered a build

2016-11-22 Thread Andreas Wuz
Hi @ all, I am implementing an infrastructure with Jenkins. I hava a parameterized job with a basic shell script. This script can be run remotely, i.e. it could be triggered over an http-request like http://testserver.de:8009/job/receiveCSR/build?token=123. Now I need the IP of the client, whi

Re: Start up Jenkins from another Windows User Account

2016-11-21 Thread Andreas Hetz
Dear Jerome, thank you so much. Finally i was able to solve the problem. I followed you instruction and to set the JENKINS_HOME env made it. Feel free to contact me any time hetzandr...@gmail.com if you have questions about your Jenkins issues. Best, Andreas *CLOSED 2016-11-16 17:51 GMT+01

[pipeline-model-definition] No such DSL method 'credentials'

2016-11-15 Thread Andreas Magnusson
date I get the stacktrace (full stacktrace attached) at the bottom of my message. Does anyone have an idea what's wrong? Cheers, Andreas java.lang.NoSuchMethodError: No such DSL method 'credentials' found among steps [archive, bat, build, catchError, checkout, deleteDir, dir, doc

Re: Start up Jenkins from another Windows User Account

2016-11-14 Thread Andreas Hetz
Hi Jerome, the jenkins-Home-directory is already set to a second disk without any touch into windows or user directory. Starting up jenkins i am just calling "C:\Program Files\Java\jre1.8.0_102\bin\java" -Xmx3048m -mx1024m -jar jenkins.war so Any new idea? Best, Andreas 2016-1

Start up Jenkins from another Windows User Account

2016-11-11 Thread Andreas Hetz
forseen as soon User Account "B" started up jenkins using Batchfile ( no windows service ) all jobs are gone. Whats to do for User Account "B" to just overtake the full Jenkins Environment as it is from User Acount "A". Many Thanks. Best, Andreas -- You received thi

Re: How do I use the Jenkins CLI commands for Credentials Plugin?

2016-09-02 Thread Andreas P
the way you load the XML is by pipeing it into the command. e.g.: cat test.xml | java -jar jenkins-cli.jar -s http://localhost:9080/jenkins/ update-credentials-by-xml "SystemCredentialsProvider::SystemContextResolver::jenkins" "(global)" MYTEST it would be nice if the documentation would give h

Gerrit Trigger - no votes after update

2016-07-19 Thread Andreas
Hi, I've just updated to Jenkins 2.7.1 LTS & Gerrit Trigger 2.21.1 it seems that the Gerrit Trigger plugin is not voting any more - can someone confirm this or is it likely a setup issue on my side? Kind Regards, Andreas. -- You received this message because you are subscribed to t

Re: Problem reverting to snapshot in job

2015-11-24 Thread Andreas Tscharner
is a Debian Linux, running 8 VMs each one with one executor. On the host the VMs are handled using virsh; qemu is running the VMs. Best regards Andreas -- Andreas Tscharner -- "Intrude

Re: Problem reverting to snapshot in job

2015-11-24 Thread Andreas Tscharner
t hudson.model.Run.execute(Run.java:1734) ... 3 more Finished: FAILURE Do I have to shut it down before? Best regards Andreas -- Andreas Tscharner -- "Intruder on leve

Problem reverting to snapshot in job

2015-11-23 Thread Andreas Tscharner
ished: FAILURE What can I do to fix this? TIA and best regards WENZEL Metromec AG Andreas Tscharner -- Andreas Tscharner, Development WENZEL Metromec AG, Rheinfelsstrasse 1, CH-7007 Chur, Switzerland phone: +41 (0)81 257 07 00 fax:+41 (0)81 257 07 01 e-mail: m

Jenkins pre-build check of pom.xml

2015-11-17 Thread Andreas G.
erstanding of the "pre-build step" (which seems the correct place for this kind of stuff) is that should the script fail the build still carries on. Happy about any feedback. --Andreas -- You received this message because you are subscribed to the Google Groups "Jenkins Use

How to set request header size for jetty

2015-11-11 Thread Andreas Müller
configure this for the Jetty in jenkins.war? Best regards Andreas Müller -- 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...@google

Re: Jenkins job hangs on any exe utility

2015-11-05 Thread Andreas Tscharner
A and best regards Andreas -- Andreas Tscharner -- "Intruder on level one. All Aliens please proceed to level one." -- Call in "Alien: Resurrecti

Re: GoogleRobotPrivateKeyCredentials AccountIdNotSetException

2015-09-16 Thread Andreas Schuldei
aparently i had created the wrong type of credential for this kind of interaction. selecting an other credential helped over this hurdle. On Wednesday, September 16, 2015 at 2:16:04 PM UTC+2, Andreas Schuldei wrote: > > hi, > > i am setting up a CI pipeline that creates docker ima

GoogleRobotPrivateKeyCredentials AccountIdNotSetException

2015-09-16 Thread Andreas Schuldei
h both the google and the jenkins side explained? i followed https://groups.google.com/forum/#!searchin/jenkinsci-users/docker$20container/jenkinsci-users/3DiEV7qQ7CM/1wHn3XzKrD4J - is that state-of-the-art?) /andreas -- You received this message because you are subscribed to the Google Groups

Connect To Windows Share Before SCM Polling?

2015-06-10 Thread Andreas Zoufal
Hi, I'm searching around now for a while, but cannot find somemething helpful. I need to use data from a windows share inside a Jenkins job (running on Windows, but should be the same for Linux server). This share contains a huge set of test data I cannot store in a SVN or similar repo, and I

Slightly OT: How to build COM dlls in parallel

2015-05-18 Thread Andreas Tscharner
COM DLLs which need other registered(?) TLB od DLLs. If the interfaces differ and more than one build run in parallel the interfaces and binaries get mixed up. I suggest other users have had the same or similar problems too? How did you solve it? TIA and best regards Andreas -- Andreas

Re: M2 Release Plugin - mask scm password issue

2015-04-09 Thread Andreas
> > On Monday, March 30, 2015 at 10:17:11 PM UTC+1, Andreas wrote: >> >> Eric, thanks for the hint. >> >> Nevertheless, the masking just works if I also expose the password as >> "SCM password environment variable", for both EnvInject and Mask Password

Re: M2 Release Plugin - mask scm password issue

2015-03-30 Thread Andreas
Eric, thanks for the hint. Nevertheless, the masking just works if I also expose the password as "SCM password environment variable", for both EnvInject and Mask Password plugin. Kind Regards, Andreas. Am Montag, 30. März 2015 22:06:25 UTC+2 schrieb eric...@rocketmail.com: > &g

Re: M2 Release Plugin - mask scm password issue

2015-03-30 Thread Andreas
masked by the EnvInject plugin. Kind Regards, Andreas. Am Montag, 30. März 2015 11:16:50 UTC+2 schrieb Andreas: > > Hi, > > I've a issue with password disclosure when using the M2 Release Plugin and > entering the password. > > During the release build the SCM

M2 Release Plugin - mask scm password issue

2015-03-30 Thread Andreas
lp-plugin:2.2:system (default-cli) @ my-module --- *... === System Properties === JOB_NAME=am-test ... password=mysecretpassword ... Bug or usage error? Any hint

AUTO: Andreas Schilling/Twt-Gmbh is out of the office. (Rückkehr am 07.01.2015)

2014-12-22 Thread Andreas Schilling
Ich kehre zurück am 07.01.2015. Bitte wenden Sie sich in dringenden Fällen an Dr. Thorsten Scheibler (thorsten.scheib...@twt-gmbh.de) oder telefonisch an das TWT Sekretariat Tel: +49-7111/215777-0. Hinweis: Dies ist eine automatische Antwort auf Ihre Nachricht  "newbie workspace cleanup issue" 

AUTO: Andreas Schilling/Twt-Gmbh is out of the office. (Rückkehr am 20.10.2014)

2014-09-28 Thread Andreas Schilling
Ich kehre zurück am 20.10.2014. Bitte wenden Sie sich in dringenden Fällen an Dr. Thorsten Scheibler (thorsten.scheib...@twt-gmbh.de) oder telefonisch an das TWT Sekretariat Tel: +49-7111/215777-0. Hinweis: Dies ist eine automatische Antwort auf Ihre Nachricht  "Block jobs running on same node"

Re: How to get the artefacts version number into the email notification subject line?

2014-09-11 Thread andreas . wirooks
>>> > Hi, >>> > >>> > I have not tested this, but I think you can do this with the envinject >>> > plugin and the extended email notification plugin. >>> > Set the version number with envinject in an environment variable and >&g

Re: How to get the artefacts version number into the email notification subject line?

2014-09-05 Thread andreas . wirooks
k you can do this with the envinject > > plugin and the extended email notification plugin. > > Set the version number with envinject in an environment variable and use > > this environment variable in the email subject. > > > > Regards, > > Bertram > > >

How to get the artefacts version number into the email notification subject line?

2014-08-15 Thread andreas . wirooks
has an idea? Regards, Andreas -- 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, v

AUTO: Andreas Schilling/Twt-Gmbh is out of the office. (Rückkehr am 04.08.2014)

2014-07-28 Thread Andreas Schilling
Ich kehre zurück am 04.08.2014. Bitte wenden Sie sich in dringenden Fällen an Dr. Thorsten Scheibler (thorsten.scheib...@twt-gmbh.de) oder telefonisch an das TWT Sekretariat Tel: +49-7111/215777-0. Hinweis: Dies ist eine automatische Antwort auf Ihre Nachricht  "Moved Jenkins to different locat

AUTO: Andreas Schilling/Twt-Gmbh is out of the office. (Rückkehr am 23.04.2014)

2014-04-14 Thread Andreas Schilling
Ich kehre zurück am 23.04.2014. Bitte wenden Sie sich in dringenden Fällen an Dr. Thorsten Scheibler (thorsten.scheib...@twt-gmbh.de) oder telefonisch an das TWT Sekretariat Tel: +49-7111/215777-0. Hinweis: Dies ist eine automatische Antwort auf Ihre Nachricht  "Re: Trigger a job Y after an art

Antwort: Create a textfile with ${BUILD_NUMBER}

2014-01-28 Thread Andreas Schilling
hi, maybe this helps? http://stackoverflow.com/questions/8606664/how-are-environment-variables-used-in-jenkins-with-windows-batch-command In Windows batch it seems to work with %VARIABLE%. Mit freundlichen Grüßen / kind regards i.A. Andreas Schilling Enterprise Processes & Soft

AUTO: Andreas Schilling/Twt-Gmbh is out of the office. (Rückkehr am 07.01.2014)

2013-12-23 Thread Andreas Schilling
Ich kehre zurück am 07.01.2014. Bitte wenden Sie sich in dringenden Fällen an Dr. Thorsten Scheibler (thorsten.scheib...@twt-gmbh.de) oder telefonisch an das TWT Sekretariat Tel: +49-7158/1715-0. Hinweis: Dies ist eine automatische Antwort auf Ihre Nachricht  "Re: Any way to hide rarely-used no

Antwort: Re: Java Version 7, Update 45 warning every time I try starting the slave

2013-12-19 Thread Andreas Schilling
https://blogs.oracle.com/thejavatutorials/entry/signing_jar_files_with_a Does anyone know whether there is already a JIRA-issue for that? If not, I can create it. Mit freundlichen Grüßen / kind regards i.A. Andreas Schilling Enterprise Processes & Soft

Custom columns in Jobs view

2013-11-04 Thread Andreas Schilling
ak if internals change or if the SCM is not mercurial, but it would be up to us then :-) Does anyone know of such a possibility? Mit freundlichen Grüßen / kind regards i.A. Andreas Schilling Enterprise Processes & Software --- Dipl. Inf

Antwort: Java Version 7, Update 45 warning every time I try starting the slave

2013-10-30 Thread Andreas Schilling
JIRA issue for that. I believe this is quite important, especially if you're working at a company where you can't control what Java versions become installed (and using the latest is usually favoured by most sysadmins) Mit freundlichen Grüßen / kind regards i.A. Andreas Schilling Enterp

Antwort: Jenkins 1.514 successfully uses explicitly told ANT version to build, but fails to find ANT when asking to use "Standard".

2013-10-21 Thread Andreas Schilling
manage alot of jobs if you e.g. want to switch to a later version of tool X, however groovy scripts are your friend here... Mit freundlichen Grüßen / kind regards i.A. Andreas Schilling Enterprise Processes & Software --- Dipl.

AUTO: Andreas Schilling/Twt-Gmbh is out of the office. (Rückkehr am 21.10.2013)

2013-10-04 Thread Andreas Schilling
Ich kehre zurück am 21.10.2013. Bitte wenden Sie sich in dringenden Fällen an Dr. Thorsten Scheibler (thorsten.scheib...@twt-gmbh.de) oder telefonisch an das TWT Sekretariat Tel: +49-7158/1715-0. Hinweis: Dies ist eine automatische Antwort auf Ihre Nachricht  "Hundreds of modules" gesendet am 0

jenkins swallowing errors

2013-09-16 Thread Andreas Zschorn
Hi together, Does anyone has seen a similar error or do i have to create a ticket ? i don't know since when exaclty but jenkins is swallowing the latest build error. It cuts everything behind "final memory". Most probably since 1.527 but i am not sure. Environment: windows slave, linux master

show a jobs build parameters in a view's overview table

2013-08-15 Thread Andreas Ebbert-Karroum
Hi, is it possible to show a selected build parameter in the table of a view? I looked through all parameter-related plugins but could find anything. Thanks, Andreas -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe

Re: Exception in Dependency-Graph Plugin: Tries to use "dot.exe"

2013-08-15 Thread Andreas Ebbert-Karroum
Graph+View+Plugin Thanks, Andreas 2013/8/15 Andreas Ebbert-Karroum > I just tried out the dependency-graph plugin an it produces a stack trace, > because it cannot find "dot.exe" (which apparently belongs to GraphViz). > > I start jenkins simply from the command line with

Exception in Dependency-Graph Plugin: Tries to use "dot.exe"

2013-08-15 Thread Andreas Ebbert-Karroum
I just tried out the dependency-graph plugin an it produces a stack trace, because it cannot find "dot.exe" (which apparently belongs to GraphViz). I start jenkins simply from the command line with "java -jar jenkins.war" I am running Jenkins 1.522 with the following plugins: Plugins Name ↓

Re: Block upstream parameterized jobs, but don't trigger a new job?

2013-07-29 Thread Andreas Ebbert-Karroum
uilds, and also don't provide any parameters, it will not trigger a new build, but the downstream job will still be blocked. Exactly what I needed. Thanks for listening, Andreas 2013/7/29 Andreas Ebbert-Karroum > Hi, > > I am out of ideas at the moment. I am replacing a home-gro

Block upstream parameterized jobs, but don't trigger a new job?

2013-07-29 Thread Andreas Ebbert-Karroum
or depends on library_foo) To end in a specific question: is it possible to block a downstream, parameterized job, while the upstream job is still running, without triggering a new instance of that job? Thanks for your help, Andreas -- You received this message because you are subscribed to the

Re: Slicing ant build steps

2013-07-24 Thread Andreas Ebbert-Karroum
Eric, thanks for your feedback. Much appreciated! Kind Regards, Andreas 2013/7/24 Eric Pyle > We make extensive use of the template project plugin at my workplace. We > have over 900 jobs, many of them similar, performing continuous and nightly > build and tests. I have not seen a

Jenkins doesn't load all jobs on startup

2013-07-24 Thread Andreas Ebbert-Karroum
thing helpful. Thanks in advance, Andreas Ebbert-Karroum -- 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...@googlegroup

Slicing ant build steps

2013-07-24 Thread Andreas Ebbert-Karroum
at some scripting needs to be done. What are your experiences? -- Mit freundlichen Grüßen / Best regards Andreas Ebbert-Karroum -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving ema

AUTO: Andreas Schilling/Twt-Gmbh is out of the office. (Rückkehr am 03.06.2013)

2013-05-14 Thread Andreas Schilling
Ich kehre zurück am 03.06.2013. Bitte wenden Sie sich in dringenden Fällen an Dr. Thorsten Scheibler (thorsten.scheib...@twt-gmbh.de) oder telefonisch an das TWT Sekretariat Tel: +49-7158/1715-0. Hinweis: Dies ist eine automatische Antwort auf Ihre Nachricht  "incorrect parameters passed to dow

NullPointerException after 1.504 -> 1.510 Upgrade

2013-05-06 Thread Andreas Jung
I am receiving the following error in the login screen after upgrading from 1.504 to 1.510...how to proceed? Andreas java.lang.NullPointerException at com.thoughtworks.xstream.converters.ConversionException.add(ConversionException.java:65) at

Save configuration of a job

2013-04-23 Thread Andreas Tscharner
Hello World, Is it possible to save a configuration (and of course later load it again)? Probably with a plugin? Best regards Andreas -- Andreas Tscharner -- "Intruder on level one

  1   2   >