Re: Problem with build step - Windows Batch Command

2022-12-29 Thread Kirill Orlov
Hello! I'm having the same issue Could you describe how you resolve the issue pls ? пятница, 3 февраля 2017 г. в 23:33:41 UTC+3, ssitara...@gmail.com: > Hi, > > I got you. Thank you so much for your help. > > Sitaram. > > > On Friday, February 3, 2017 at 1:51:18 AM UTC-6, Daniel Beck wrote: >> >

Re: SonarQube and Declarative Pipeline

2017-06-14 Thread Kirill Peskov
buntu-xenial-mysql' args '-v /Jenkins-CI/tools:/Jenkins-CI/tools' } } So the tools would become available not only on 'persistent' docker host agent machine, but inside the container as well. For now — submission

SonarQube and Declarative Pipeline

2017-06-14 Thread Kirill Peskov
nd -Xmx parameters to the scanner, otherwise it crashes with OOM (I tested it in a 'freestyle' job). Cheers, Kirill -- 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 i

Re: Jenkins pipeline shell set $HOME to /var/www

2017-06-08 Thread Kirill Peskov
--- > If you're working with Debian and/or its derivatives, default user for webserver is www-data, group www-data and the default home directory for that user is /var/www Check if this string exists if /etc/passwd www-data:x:33:33:www-data:/var/www:/usr/sbin/nolo

Re: Checkout from multiple SCMs/repos in declarative pipeline?

2017-06-08 Thread Kirill Peskov
us step... Looks like there is workaround possible, using extensions: [[$class: 'RelativeTargetDirectory', relativeTargetDir: "foo_bar_dir"] I'll try that, will see if it works... Cheers, Kirill On 08.06.17 13:42, Christopher Orr wrote: > On Wed, 7 Jun 2017, at 17:36, Kiril

Re: Checkout from multiple SCMs/repos in declarative pipeline?

2017-06-08 Thread Kirill Peskov
uot;debian-installer", includes: "debian/*" git url:'url-to-test-tools' stash name: "test-tools", includes: "test-tools/*" svn url:'url-to-installer-sources' unstash "debian-installer" unstash "test-tools" //... Cheers, Kirill

Checkout from multiple SCMs/repos in declarative pipeline?

2017-06-07 Thread Kirill Peskov
tests ... } stage('Build the package') { steps { // Invoke deb-package builder ... } } I've tested the simplified version of it trying to combine 2 GIT repos, it didn't work, second 

The best way to create/adjust Apache config file within docker agent (declarative pipeline)

2017-05-31 Thread Kirill Peskov
thods to transfer parametrizied files to the docker agent? Something similar to Jinja templates for configuration files in Ansible and SaltStack... Cheers, Kirill -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscri

Re: Docker host and Jenkins on separate machines...

2017-05-21 Thread Kirill Peskov
access to docker's socket. Thanks anyway! Cheers, Kirill -- 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...@googlegr

Docker host and Jenkins on separate machines...

2017-05-19 Thread Kirill Peskov
ly verbose about such a setup... By default Jenkins supposes to be able to start docker containers on the same host as itself, but that's not my case. Cheers, Kirill -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe

Combining the build from multiple VCSes...

2017-05-15 Thread Kirill Peskov
d having 3 different jobs for that would be better (maybe even more, because installer for Windoze stays in product roadmap as well, so sooner or later it will be necessary to create one). Cheers, Kirill -- You received this message because you are subscribed to the Google Groups "Jenkin

Combining the build from multiple VCSes...

2017-05-12 Thread Kirill Peskov
uld be better (maybe even more, because installer for Windoze stays in product roadmap as well, so sooner or later it will be necessary to create one). Cheers, Kirill -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe

Simple Jelly prevents the build step from appearing

2015-02-06 Thread Kirill
, is there any way to tell Jenkins to log all Jelly parsing and mapping errors? Regards, Kirill. -- 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

Jenkins ignoring "shallow' option

2014-02-14 Thread Kirill Bucharsky
above and run it manually - all is well, I'm getting shallow clone. User, directory are the same in both cases. Can anybody tell me what I am missing? Regards, Kirill Bucharsky -- You received this message because you are subscribed to the Google Groups "Jenkins Users"

Large Jenkins installations

2014-01-18 Thread Kirill Evstigneev
It would be nice to have a list of large Jenkins installations. With numbers - how many jobs and builds they run, number of slaves, hardware specs etc. There are (sometimes reasonable) concerns regarding Jenkins performance. So such real world evidence will help to address it and to assess Jenk

JMS trigger

2012-02-24 Thread Kirill Evstigneev
Look at ScriptTrigger plugin. It uses arbitrary Groovy script to decide if the build should be run. You can query for JMS data.