JSLint plugin and violations email confguration

2013-06-17 Thread Sebastian
hi, I'm currently using the JSLint plugin with the violations plugin for reporting. But the results get kind of ignored by the developers, because the violations report never triggers any emails. I know that I can set a fixed number of violations that trigger an unstable build, but I'd like t

Re: JSLint plugin and violations email confguration

2013-06-17 Thread Sebastian
Jenkins's object model. > > BTW: with the warnings plug-in you can define that a build is set to > unstable if there are new JSLint warnings. > > Ulli > > Am 17.06.2013 um 10:59 schrieb Sebastian > >: > > hi, > > I'm currently using the JSLint pl

Layout problem after upgrade to 2.7.1

2016-08-03 Thread Sebastian
hi, atfer upgrading from 1.651.2 to 2.7.1 I have some problems with the website layout while configuring a job, see screenshot. Is this broken in current Jenkins build or can I fix this somehow? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" grou

Re: Layout problem after upgrade to 2.7.1

2016-08-03 Thread Sebastian
Thanks, do you have an issue number on https://issues.jenkins-ci.org for this? Btw, on a clean install of 2.7.1 it looks fine for me. So I still think that it has something to do with my upgrade. > > Known issue, apparently it's better than resizing the entire layout… > > I think a fix is bei

Re: Layout problem after upgrade to 2.7.1

2016-08-03 Thread Sebastian
Ok, thanks for your answer! -- 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 vis

Release Plugin Broken

2016-09-20 Thread Sebastian
proposed fix https://github.com/jenkinsci/release-plugin/pull/17 . Can anyone help me to get a working artifact, or tell me what I have to do to get the plugin working again? Thanks. Sebastian -- You received this message because you are subscribed to the Google Groups "Jenkins Users&q

Logger parameter for xunit plugin?

2020-01-31 Thread Sebastian Mitterle
I can't get jenkins to record logs for xUnit plugin and I'm not too familiar with Jenkins mgmt tasks. I've gone through Logging and checked the package for my plugin version, however, nothing is recorded. xUnit plugin vers

Re: Howto add following loggers to my Log Recorder?

2020-02-24 Thread Sebastian Mitterle
Hi, did you figure it out? My Log Recorder isn't recording anything it seems, so some info from you how you did it might be useful for me :) On Wednesday, 24 April 2019 15:34:18 UTC+2, Spiess, Koidu wrote: > > Hello > > > > I created a new log recorder for my purposes. Now I can configure this

Re: Logger parameter for xunit plugin?

2020-02-24 Thread Sebastian Mitterle
I was hoping to get some answer, sorry for bothering. My question was: What is the logging string for Log Recorder setting for the xunit plugin? On Friday, 31 January 2020 14:32:41 UTC+1, Sebastian Mitterle wrote: > > I can't get jenkins to record logs for xUnit plugin and

Re: Logger parameter for xunit plugin?

2020-02-24 Thread Sebastian Mitterle
into this issue or got an idea how to troubleshoot? On Friday, 31 January 2020 14:32:41 UTC+1, Sebastian Mitterle wrote: > > I can't get jenkins to record logs for xUnit plugin and I'm not too > familiar with Jenkins mgmt tasks. > > I've gone through Logging &g

Unnecessary builds triggered after master or slave restart

2013-07-24 Thread Sebastian Gozin
nd it clearly isn't midnight right now. Otherwise the builds are triggered using git post commit hooks. I've noticed in the archives that other people have seem this but there were no replies. Is there a way to disable this behavior? Cheers, Sebastian -- You received this message

Only trigger a build for a new tag in a Git repository

2013-08-01 Thread Sebastian Bergmann
I have a Jenkins job for a software project that is developed in a Git repository. I do not want the job to trigger a build for each push but rather for each new tag. Is that possible? How would I set this up? Thanks! -- You received this message because you are subscribed to the Google Groups

Build Flow Plugin - Getting back an environment variable from a job

2013-11-18 Thread Sebastian Stickel
port that variable in the build step but had no luck. What do I have to do to get that variable back to the build flow / to modify that parameter? Hope you can help me out. Greetings, Sebastian -- You received this message because you are subscribed to the Google Groups "Jenkins Users&q

Re: best way to update jenkins on ubuntu 13.10?

2013-11-21 Thread Sebastian Otaegui
The Jenkins website specifies how to import the key in the gpg keystore On Nov 21, 2013 10:21 AM, "andrea crotti" wrote: > It complains about the key now when I try to do the update though.. > > W: GPG error: http://pkg.jenkins-ci.org binary/ Release: The following > signatures couldn't be verifi

jenkins/git - running build chain for a specific set of commit IDs of submodules

2013-11-28 Thread Sebastian Stickel
changes on their master branch via post-release hook. This works perfect and jenkins only builds downstream as it should. I would like to keep this behaviour but with the enhancement described above. Any ideas how to achieve this? Sebastian -- You received this message because you are s

Emma Coverage Column vs. JaCoCo plugin

2013-12-10 Thread Sebastian Schuberth
n a view column? At least in a quick test it did not work like this. I've also filed an issue with a request for clarification at [2], but so far no one replied. Thanks for any insights. [1] https://wiki.jenkins-ci.org/display/JENKINS/Emma+Coverage+Column [2] https://issues.jenkins-ci.org/

Jenkins XML API query

2012-09-19 Thread Sebastian Sawicki
Hi, I have: - job_A, job_B, - job_C - which is triggered by either job_A or job_B. What I need is to list the URLs pointing to the successful builds of job_Cwhich was triggered by the build (either of job_A, job_B or any) which is completed successfully. Any ideas?

Problem using deploy mojo

2012-09-25 Thread Sebastian Danninger
Dear all, our jenkins was running like a charm for the last 4 month, since some days suddenly we get an error that I cannot find any solution for. Anyone got a hint how to solve it? I assume the problem is one of the classes in the dependencies but I am no expert. INFO] Deploying war to http:/

Build-flow plugin - do not stop when build is failing

2012-12-21 Thread Sebastian Wolff
ild job is failing. Is there a way to force the plugin to ignore the exit code? In another discussion, someone suggested build(job name).ignore(UNSTABLE) - but I get a Java exception. Best regards Sebastian

--wip trouble

2013-01-21 Thread Tj Sebastian
Currently one of our Jenkins builds fails. I would like it to pass (or show green) when the build fails. At the same rate i would like our build to fail (or show red) when a case passes. The build I am configuring is our “Known Issues Build”. So only failed cases go in there. The goal of this

Re: Deploy to Nexus

2013-05-03 Thread Sebastian Otaegui
the best (although not the easiest) way to do that is using M2+Release+Plugin The repositories go configured in your pom as follows: nexus-repo release repo

Upstream/Downsteam configuration

2012-02-09 Thread Sebastian Otaegui
Hello guys, Is there a way to modify the upstream/downstream relationships between jobs? I though I saw an option like that in the past but I cannot find it, may be a plugin that we removed? Thanks in advance -- Those who do not understand Unix are condemned to reinvent it, poorly. Any suffic

Re: Where to enter credentials for maven repository?

2012-02-14 Thread Sebastian Otaegui
Why not use a settings.xml in the ${HOME}/.m2 of the user that runs jenkins and use the native 'mvn clean deploy' instead of 'mvn clean package' (or whatever you are doing :) ? Have you tried that? I am doing it on my jenkins installation and works as a charm. Of course, as long as you are doing

Unit test with unicode character passes in IntelliJ, but fails using Jenkins.

2012-05-12 Thread Sebastian Kwiatkowski
. Do I have to change some settings related to file encoding? I would appreciate your help. Thank you, Sebastian Kwiatkowski

Re: Unit test with unicode character passes in IntelliJ, but fails using Jenkins.

2012-05-13 Thread Sebastian Kwiatkowski
Thank you for your help! I had to set the project.build.sourceEncoding property to UTF-8 in the POM. Now it works. Sebastian On Sunday, 13 May 2012 14:59:52 UTC+2, Ulli Hafner wrote: > > This seems to be a problem in your build. Does the build run correctly > without jenkins on tha

Unsubscribe

2012-05-15 Thread Sebastian Bergmann
is the root cause here? In the Google Groups web interface I do not see a subscription to this list. I would appreciate it if an administrator could unsubscribe me. Thanks! -- Sebastian BergmannCo-Founder and Principal Consultant http://sebastian

API to change build status from ABORTED to FAILED

2012-06-17 Thread Sebastian Sawicki
Hi, Is there a way to configure the matrix job to fail immediately when one of the configuration failed. Currently (@1.424.3) the other configurations proceeds although some had already failed and it is known that even when those would succeed the whole matrix build will be failed. I have managed

Set the job to be a flyweight task

2012-06-17 Thread Sebastian Sawicki
Hi, I've got one build scenario (Scenario) which can be run by several configurations: Scenario(Configuration c) where c=C1, C2, C3,... The matrix build would fit here, cause I can set the configuration axes to cover each Configuration. However, what I need is to build some subset of those configu

Re: Set the job to be a flyweight task

2012-06-18 Thread Sebastian Sawicki
e S job passing the actual configuration to it and waits for the result. Therefore I would like this waiting not to consume the jenkins-configured executor (thus I understand that it will consume a little from real resurorces of one of the slaves). 2012/6/18 Simon Wiest > Hi Sebastian, &g

org.apache.commons.jelly.JellyException @ fresh Jenkins (apt-got to Ubuntu 10.04.4 LTS)

2012-06-19 Thread Sebastian Sawicki
Hi, I've just apt-got Jenkins from the repo . I can see it at http://localhost:8080, however when I try to set up new jobI am getting the following exception: Status Code: 500Exception: Stacktrace: com.google.common.collect.

http://pkg.jenkins-ci.org/debian mirrors

2012-06-19 Thread Sebastian Sawicki
Hi, Where can I find the full list of mirror servers used by the repo . I have to configure apt PROXY for those ;]

Re: org.apache.commons.jelly.JellyException @ fresh Jenkins (apt-got to Ubuntu 10.04.4 LTS)

2012-06-19 Thread Sebastian Sawicki
Hi, Sory, but I've found it was just v1.470 issue and now after the upgrade to 1.471 it seems to work. The pages which appeared @ 1.470 are in the attachment. 2012/6/19 Andrey Myatlyuk > Hi Sebastian, > Can you please post complete stack trace from the log? Do you see any > other

Quiet period

2012-06-22 Thread Sebastian Sawicki
Hi, I would like to set up a job A such that it would be triggered after the given period of time after the last successful build of another job B. If B succeed, A waits for n minutes and If in that period of time when Awas waiting, B succeed once again, the schedule for A is delayed once again so

Follow the console (plug-in?)

2012-06-28 Thread Sebastian Sawicki
Hi, I've got an idea and would like to ask you if you've heard of any plug-in which could provide such functionality... Do you feel it might be useful and if it might be hard to get implemented. What I need is to look at a few build jobs which triggers another sub-jobs and some of those are matrix

Re: API to change build status from ABORTED to FAILED

2012-07-05 Thread Sebastian Sawicki
It seems noone picked it up :( So I wonder if there is any (API) way which could change the build status from ABORTED to FAILED. 2012/6/18 Sebastian Sawicki > Hi, > Is there a way to configure the matrix job to fail immediately when one of > the configuration failed. > Currently (@

Polling from git doesn't work

2014-05-05 Thread Sebastian Schmidt
ed to the above poll log message? Kind Regards, Sebastian -- 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

Re: Polling from git doesn't work

2014-05-05 Thread Sebastian Schmidt
o work around the issue. > > > On Mon, May 5, 2014 at 2:44 PM, Sebastian Schmidt <mailto:isib...@gmail.com>> wrote: > > Hi, > > I'm trying to integrate jenkins with github. I first tried the > webhook, but it fails with no error message. Github says th

Shell build steps stopped working

2014-07-16 Thread Sebastian Schuberth
correctly. Any idea why this ever worked and what made it break? Thanks! [1] https://mingwgitdevenv.cloudapp.net/job/mingwGitDevEnv-build-installer/91/ [2] https://mingwgitdevenv.cloudapp.net/job/mingwGitDevEnv-build-installer/92/ Regards, Sebastian -- You received this message because yo

Re: Shell build steps stopped working

2014-07-16 Thread Sebastian Schuberth
ain. > > On 16.07.2014, at 09:35, Sebastian Schuberth wrote: > >> Hi, >> >> I'm running Jenkins 1.554.3 LTS on Windows Server 2008 R2 64-bit with MSYS >> configured to run shell build steps. Everything used to be working fine, but >> something bet

Re: Shell build steps stopped working

2014-07-16 Thread Sebastian Schuberth
7;s fault. You wouldn't be the first one to > be affected. Well, I do set PATH in Jenkins' "Global properties". I would not expect this to be a problem, but I'll check. > Chances are you now have some cleanup to do if you haven't already: Go to > Manage

Re: Shell build steps stopped working

2014-07-16 Thread Sebastian Schuberth
On Wed, Jul 16, 2014 at 5:53 PM, Sebastian Schuberth wrote: >>> - Is this a bug in the EnvInject plugin or just some misconfiguration >>> on my side? >> >> Could be either, but if you didn't mess with PATH globally, on the node, or >> in the job, it

Multi-configuration projects - Run configurations in parallel

2014-09-04 Thread sebastian söderqvist
g └── project3 ├── configuration1 > queued └── configuration2 > queued And when project2 is done, project3 can start. Any help, or tips are greatly appreciated, let me know if you need more info. -- Sebastian Soderqvist -- You received this message because you are subscribed to the Google Groups &

Re: Multi-configuration projects - Run configurations in parallel

2014-09-04 Thread sebastian söderqvist
> We use it, although not for multi-config projects > > Matthew > > > > *From:* sebastian söderqvist [mailto:soderqvist...@gmail.com ] > > *Sent:* 04 September 2014 15:19 > *To:* jenkins...@googlegroups.com > *Subject:* Multi-configuration projects - Run configura

Re: Start Jenkins slave from Windows 7 while master is run with https protocol

2014-11-06 Thread Sebastian Schuberth
Try adding the "-noCertificateCheck" command line option. Also see http://stackoverflow.com/a/26782250/1127485. Regards, Sebastian -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop r

[Jenkins][BlueOcean] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.3:compile

2016-06-08 Thread Sebastian Musioł
Hello all, I have an issue with blueocean building. After executing 'mvn clean install' command there is an error visible: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.3:compile (default-compile) on project blueocean-commons: Compilation failure [ERROR] java.

Exception in Active Directory plugin when accessing web UI

2016-06-10 Thread Sebastian Schuberth
t any luck. [1] https://issues.jenkins-ci.org/browse/JENKINS-31880 Regards, Sebastian -- 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 jenk

Overriding default Multibranch Pipeline job parameters defined in a Jenkinsfile

2016-06-13 Thread Sebastian Nowicki
Hi, I have create a parameterised Multibranch Pipeline job, defining the parameters and their defaults in a Jenkinsfile inside the repository being built. The job will be built on multiple environments, with separate Jenkins deployments. The defaults set in the Jenkinsfile are production value

Maven build issues - it looks like SNI (for SSL) is not working...

2016-06-17 Thread Sebastian Gooren
already tried running maven with "-X", but don't get any additional output that is useful. I can't figure out why this is not working - all versions (java, maven) should support SNI out of the box. Thank you for reading and any help you provide :-) Kind regards, Sebas

Re: Maven build issues - it looks like SNI (for SSL) is not working...

2016-06-17 Thread Sebastian Gooren
Hmmm, never mind. I literally just checked again after posting my question here, and now it works :-) Must have been a caching issue of some kind. We could easily reproduce the issue over the last few days. Now it works, and consistently. Sebastian On Friday, June 17, 2016 at 4:31:42 PM UTC

MSTest plugin poll

2017-08-25 Thread Sebastian Stautz
I appreciate the compatibility to pipeline/jenkinsfile. Would be nice to use it again directly. I haven't used yet the coverage trends. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails fr

Re: Overriding default Multibranch Pipeline job parameters defined in a Jenkinsfile

2017-01-06 Thread Sebastian Nowicki
wrote: > > I have the exact same problem! Did you ever find a solution or workaround, > Sebastian? > > On Monday, June 13, 2016 at 4:37:50 PM UTC+2, Sebastian Nowicki wrote: >> >> Hi, >> >> I have create a parameterised Multibranch Pipeline job, defining the

Re: Pipeline script for Build Trigger

2017-01-27 Thread Sebastian Gurlt
Hey, I want to do the same with automatic time based builds, any hint how I could implement this ? :) Greetings Sebastian Am Freitag, 12. August 2016 20:55:03 UTC+2 schrieb John Engelman: > > I was able to get the branch to enable the trigger by adding the following > to my Je

Indefinite Jenkins CI Server contract opportunity in Tampa, FL

2013-07-23 Thread alyssa . m . sebastian
I have a big client in the Tampa area that is looking for a Jenkins expert. If you are looking for new opportunities or know anyone that is, feel free to contact me for more information at asebast...@techusa.net ! -- You received this message because you are subscribed to the Google Groups "Je

RE: Fails on maven dependency resolution

2012-04-17 Thread Stein, Dr. Sebastian
load those dependencies, but as they are just warnings, this doesn't hinder maven from building it. I also checked the content of my local maven repo and it is the same as on the Jenkins server. My only guess is that Jenkins is somehow more sensitive to such problems and stops compilation e

RE: how to build a specific git branch with jenkins

2012-04-22 Thread Stein, Dr. Sebastian
d not origin/master. You have to add multiple fields if you want to build a set of branches, but not all. Regards, Sebastian Software AG – Group Executive Board: Karl-Heinz Streibich (Vorsitzender/Chairman), Arnd Zinnhardt, Mark Edwards, Dr. Wolfram Jost, Kamyar Niroumand, Paul Orme-Smith,

RE: how to build a specific git branch with jenkins

2012-04-23 Thread Stein, Dr. Sebastian
gt; > Jenkins console output is below (except that I've replaced actual host > names with dummy values. The error appears whether I use origin/master > or just master in the branch specifier field (instead of the **) Does it work if you don't specify a branch and keep **? Sebast

Artifact deployment on jetty 8

2012-05-16 Thread Stein, Dr. Sebastian
succeeded. What other options do I have? Regards, Sebastian Software AG – Group Executive Board: Karl-Heinz Streibich (Vorsitzender/Chairman), Arnd Zinnhardt, Mark Edwards, Dr. Wolfram Jost, Kamyar Niroumand, Paul Orme-Smith, Darren Roos, Ivo Totev Sitz/Registered office: Uhlandstraße 12

RE: Invoke Windows Installer in Interactive mode Through Jenkins

2017-04-06 Thread &#x27;Sebastian Glöckler' via Jenkins Users
“runas” does not let you specify the password on the command line, so it is no good for scripts. Maybe psexec or even a Powershell session, but I have not tried that. As said, an Autoit Program, run from the Jenkins slave (running as a service), does the trick for us. Cheers, Sebastian From

RE: Invoke Windows Installer in Interactive mode Through Jenkins

2017-04-07 Thread &#x27;Sebastian Glöckler' via Jenkins Users
/docs/functions/RunAs.htm Once you started the program, you can identify Elements in the GUI, fill in fields, click buttons etc. and interact with them via ControlClick, ControlCommand inside the user session. No need for a “visible” screen, like an RDP session. Cheers, Sebastian From: Bangar