Re: vSphere Cloud Plugin - does it work ?

2017-06-27 Thread P
It looks like VSphere Cloud plugin is not very widely used So how do you guys use jenkins slaves on VMware ? Do you use existing VMs ? I am a bit surprised nobody is creating dynamically VMs for Jenskins ... Best regards P. On Tuesday, June 20, 2017 at 12:34:19 PM UTC+1, P wrote: > >

Re: vSphere Cloud Plugin - does it work ?

2017-07-03 Thread P
ful if you could send me your config changes :-) Best regards P. On Tuesday, June 27, 2017 at 2:01:24 PM UTC+1, John Mellor wrote: > > P asked: > > Ø So how do you guys use jenkins slaves on VMware ? Do you use existing > VMs ? > > > > I use vsphere slaves extensivel

Re: admin password issuee

2019-03-07 Thread P Peterse
Then Theresia are no credentials in Jenkins anymore. You have time setup the credentials again. Op do 7 mrt. 2019 06:15 schreef Archana Srichandan < archana.srichan...@4tigo.com>: > have tried the same after that when how do i login to UI and what should > be my login credeantial?? > > Regards, >

Email from Jenkins Pipelines

2019-09-20 Thread Grace P
hi all , I want to be able to send mails from a Pipeline Job on Jenkins... here what I done and do not work --- I installed the Email Extension Plugin (2.66) for Jenkins (2.176.3) to use in Pipelines and I'm trying the example on: https://medium.com/@gustavo.guss/jenkins-sending-email-on-post

Re: Active directory failure?

2020-02-13 Thread Ben P
Almost a year later, I see this error too. I have a Bitbucket webhook triggering a job on commit using a token. On Thursday, March 14, 2019 at 10:21:19 PM UTC-4, Kian Fatt Ting wrote: > > Iam on active directory plugin 2.12 and the issue still exists. > > On Friday, 14 July 2017 08:28:27 UTC+12,

Anyone maintaining the shelve-project-plugin-plugin?

2013-06-10 Thread Ben P
Hi - I submitted a pull request on a change to this plugin, when I noticed that there was already a pull request on this plugin from a few months ago. (It was for somet

Pull requests not being picked up by Pending Pull Requests wiki page?

2013-06-12 Thread Ben P
Hi - I'm working on what I'm convinced is an orphaned plugin, based on an older pull request and some Jira tickets that have gone uncommented/unaddressed for some time. I also posted a topic a couple days ago asking about this, and h

Build failing to execute "spawn/expect" shell command

2013-10-10 Thread Ranjith P
HI, I have written a shell command to copy the build artifacts to a server in Post build action. Script: - *#!/usr/bin/expect -f* *#!usr/bin/expect* *set pass "password"* *spawn scp -r ${WORKSPACE}/my_project/target/*.jar user@192.168.1.1:/usr/local/jars* *expect "*Password:*"* *send

Clearcase integration with Jenkins to schedule jobs

2014-01-13 Thread Vinod P
Hello all, I am a newbie to Jenkins and Clearcase and have been going through the various options of Jenkins to facilitate CI. However, I am not sure on how to configure Jenkins with UCM Clearcase in such a way that when a developer delivers his code to the Integration Stream in Clearcase (after

Translation plugin won't update

2012-11-29 Thread Tony P
Hi, The "Translation Assistance" plugin stubbornly refuses to update. I have my Jenkins master behind a firewall unable to get to the internet yet it continues to report the current version of the plugin is 1.10 and that I only have version 1.8 I have tried all manner and means including downl

Problems updating plugins manually and via "Plugin Manager"

2013-05-07 Thread Tony P
Apologies if this is double posted. I thought I posted it but it disappeared and I still couldn't see it after half an hour so am posting again :-( I have a Jenkins system behind firewalls without internet access, it is a copy of a system that had internet access. When I try to update plugins

Problems when updating plugins manually and via Plugin Manager

2013-05-09 Thread Tony P
Hi, I have been having quite a bit of trouble manually installing plugin updates and would like to pose a theory. I have a system behind firewalls without internet access, it was originally created in a different environment WITH internet access and copied here. When I download the latest plu

Is there such as thing template builds

2012-03-20 Thread Tony P
Hi, I have to say "Template" is not quite the right word but I can't currently think of a better one.. We have quite a few builds that are based on the same "template", they are all clones of a particular build I have called "Generic_Ivy_Module_Template". All these jobs are identical to the gener

How to use "HUDSON_BUILDS" or "JENKINS_BUILDS"

2012-04-09 Thread Tony P
Being able to separate the build/archive directory structure from the configuration structure was discussed sometime back. A Jira was created and apparently in Jenkins 1.421. This sounded very useful. The current changelog says for release 1.421: Allow build directories and workspace dire

Jelly scripts and commons-jelly-tags-util-1.1.1.jar

2012-04-11 Thread Tony P
Hi, I currently use the following in my email jelly script: Unfortunately I can't guarantee this file will exist and when it doesn't Jelly completely bombs out and virtually nothing shows up. So smart thing to do is test if the file exists and include only if it exists. Far as I can tell th

Re: jelly:util tag is missing

2012-04-17 Thread Tony P
I have had the exact same problem and frustration. It is because Jenkins doesn't come with all the Jelly tag libraries including Util. I run Jenkins from Tomcat and the only slightly satisfactory way I have found it to work is to put the Util jar file in exploded Jenkins war directory /wwwroot/jen

Re: svn confusion

2012-04-17 Thread Tony P
I never trust this type of thing, I guess I’m just a pessimist at heart J I take a different approach, I checkout my code to a structure similar to “/myjob/clean/myproject/src/” and then I mirror this to “/myjob/ build/myproject/src/” using Windows Robocopy. The mirroring means it removes

Issues when upgrading to 1.475

2012-07-24 Thread Bram P
Hi, Yesterday, I've upgraded from 1.405 to 1.475 and encountered these issues: *1:* SVN-info for each job is dropped Nuisance, but solvable by enabling SVN again and reconfiguring. This happens every time I upgrade *2:* Jenkins can't deploy to Artifactory anymore Since I've also upgraded Ar

Re: Issues when upgrading to 1.475

2012-07-24 Thread Bram P
Just downgraded to 1.405 again and Jenkins starts correctly again. Also, deploying to Artifactory works as well. Would like to upgrade to 1.475 though and without re-configuring all SVN info. On Tuesday, July 24, 2012 4:57:31 PM UTC+2, Bram P wrote: > > Hi, > > Yesterday, I'

Re: net.sf.json.JSONException: Error while setting property=signature type class java.lang.Object

2012-09-12 Thread Bram P
Please also see this thread: http://jenkins.361315.n4.nabble.com/JIRA-JENKINS-15105-Signature-in-hudson-tasks-Maven-MavenInstaller-json-causes-NullPointerException-td4639778.html >

Splitting a Jenkins job into multiple jobs depending on each other while the same workspace and the artifacts produced by previous jobs

2014-03-19 Thread Daniel P.
somebody help me along with this? Is this even possible using the current SVN layout? Regards, Daniel P. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to je

How to allow execution post-build task only for some users

2015-01-14 Thread Dmitriy P.
Hello, community! I just create two tasks. First is for building application. Second is for deploy application to server. I want to allow execution Second task only for some users. I trying to set Second task as Post-build task for First task and allow build Second task only for some users. But

SCM Sync removes JAVA_HOME path under JDK in Jenkins

2015-12-18 Thread Vidhyadhar P
Hi Team, We are facing issue with SCM sync plugin configuration.While configuring SCM Sync under Manage JenkinsàConfigure system, under SCM Sync Configuration, if we put SVN URL it is removing JAVA_HOME setting under jdk. Jenkins version: 1.580.3 SCM sync plugin: 0.0.8

Re: trouble with Bitbucket Branch Source Plugin

2017-11-28 Thread Joseph P
Released a fix for PR events not working: https://marketplace.atlassian.com/plugins/nl.topicus.bitbucket.bitbucket-webhooks/versions#b100600100 Den tirsdag den 21. november 2017 kl. 21.50.31 UTC+1 skrev i.k...@betterfly-tourism.com: > > Hello, > > I am having trouble setting up trigger of buil

Re: BitBucket Branch Source Plugin not triggering builds from Post Webhooks PR event

2017-11-28 Thread Joseph P
Released a fix for PR events not working: https://marketplace.atlassian.com/plugins/nl.topicus.bitbucket.bitbucket-webhooks/versions#b100600100 Next time please post the issue on GitHub, https://github.com/Eernie/bitbucket-webhooks-plugin/issues I rarely read the Jenkins users threads, sorry.

Cucumber-Gherkin Ruby Browser close

2018-01-31 Thread Anitha P
When I do a build a Jenkins my browser window atutomatically closes before the script . Can some one help me resolve this issue ? -- 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,

Need a way to get job configuration data via API

2018-05-25 Thread Sam P
I'm working on finding a way to populate a table in Confluence that will show job details including the description, build schedule, etc. There are a few scripting macros in confluence that would have made this easier however our organization recently disabled said macros and so now I'm left wi

Reactive Reference Parameter not working with "List Subversion Tags" parameter

2018-10-23 Thread Remi P
Hi all Would anyone have a workaround to this issue: https://issues.jenkins-ci.org/browse/JENKINS-40501 I could not tell which side the problem comes from... AC plugin or Subversion plugin?? Any idea will be welcome... Regards Remi -- You received this message because you are subscribed to

Access "build" variable from Active Choice parameter Groovy dcript6

2018-10-24 Thread Remi P
Hi all how can I access the predefined 'build' variable from a Active Choice parameter Groovy script ? >From the logs I got it seems that this variable its not defined. Thanks for your help -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To

Which agents are used when a pipeline calls multiple downstream freestyle projects

2017-03-18 Thread Tony P
Hi, We have multiple pipelines for which each will run 3+ downstream freestyle projects. This process is defined by an automation tool that creates and initiates Jenkins builds, so using other methodologies is out :-). The problem I have is that I need all the freestyle projects to run on the

Re: Which agents are used when a pipeline calls multiple downstream freestyle projects

2017-03-18 Thread Tony P
nation token to identify which > jobs you need to be on the same node as (plus a timeout if you are stuck > for too long waiting on that node) > On Sat 18 Mar 2017 at 10:28, Tony P > > wrote: > >> Hi, >> >> We have multiple pipelines for which each will run

Re: Which agents are used when a pipeline calls multiple downstream freestyle projects

2017-03-19 Thread Tony P
for, with preference given to running on the agent that they > most recently ran on *if idle*. > > Upstream jobs have no affect - unless they are still running at the time - > in which case they may force a *different* agent if they are occupying all > available slots. > On Sat 1

Invalid login information. Please try again. Try again" for matrix based security.

2017-04-04 Thread sharad p
getting error, Invalid login information. Please try again. Try again" for matrix based security -- 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-use

Re: Invalid login information. Please try again. Try again" for matrix based security.

2017-04-05 Thread sharad p
pls help to resolve the same On Wednesday, 5 April 2017 11:40:20 UTC+5:30, sharad p wrote: > > getting error, > > Invalid login information. Please try again. Try again" for matrix based > security > -- You received this message because you are subscribed to the Google

Re: BitBucket Branch Source Plugin not triggering builds from Post Webhooks PR event

2017-11-24 Thread Joseph P
Good catch, I'll look into it Den torsdag den 23. november 2017 kl. 19.47.00 UTC+1 skrev Young Lee: > > Hi, > > I believe the new feature introduced in the Post Webhooks for Bitbucket > version 1.6.0 to "add support for ignoring branches" in advertently is > filtering all PullRequestEvents and i

Re: trouble with Bitbucket Branch Source Plugin

2017-11-24 Thread Joseph P
Yes please downgrade to 1.5.2 Bitbucket webhook plugin while we are looking into a fix By uninstalling via Manage add-ons link and then choose upload add-on and put in the URL below https://marketplace.atlassian.com/download/plugins/nl.topicus.bitbucket.bitbucket-webhooks/version/100500110 Docs

Re: trouble with Bitbucket Branch Source Plugin

2017-11-24 Thread Joseph P
...@betterfly-tourism.com: > > Hi, > > I have dowgraded to 1.5.2 and still not getting a build trigger. I am > using 'Bitbucket Server Webhook to Jenkins' as a workaround. > > Ivan > > - Mail original - > De: "Joseph P" > > À: "

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

Parallel job execution using Jenkinsfile and slaves

2016-11-14 Thread Bryan P
I am trying to execute a parallel test run however we dont use maven, we execute our test runs using shell script. Can parallel runs work using the example below? I've tried multiple methods of allowing parallelization however most allow the execution on one slave instead queuing for another s

Ant Plugin doesn't seem to set ANT_HOME and PATH accordingly

2016-11-21 Thread Daniel P.
Hello everyone, My (probably relevant) setup: Solaris 11.3 JDK 1.8.0-102 Jenkins 2.32 Ant Plugin 1.4 I've setup a project which checks out some code and a build.xml for ant. This build.xml contains a target "prepare" that just creates some directories. I also let Jenkins handle my ant installat

Re: Ant Plugin doesn't seem to set ANT_HOME and PATH accordingly

2016-11-22 Thread Daniel P.
nt "" instead of ant "someTarget". This also explains why no options for the main java ant script work through the shell wrapper and why invoking only ant works (no arguments means building the default). I'll file a bug at ant... Regards, Daniel Poggenpohl On Monday, No

Restricting credentials the correct way

2016-11-25 Thread Daniel P.
Hi everyone, I want to restrict a Jenkins (global, for testing purposes) credential. The URL I want to use this credential for is something like this: https://somewhere.someDomain.top/RepositoryName/repository.git How do I restrict usage of the credential? I created a domain and have tried vari

Who to contact about archives.jenkins-ci.org being down

2020-12-22 Thread P Sh
Howdy, >From the Jenkins mirrors status page it looks like http://archives.jenkins-ci.org has been down for almost a week now. Does anyone know who should be contacted for its outage (fully understand that it might be holiday & vacation related and t

Re: Who to contact about archives.jenkins-ci.org being down

2020-12-22 Thread P Sh
Thanks for the heads up, Mark! I should've checked into Jenkins IRC channel before reaching out. Our use case is that we use it as a failover when our corporate firewall gets a little aggressive on blocking the redirects to some other mirrors. Trusty archives was always there, but I'll look into

Re: Who to contact about archives.jenkins-ci.org being down

2020-12-26 Thread P Sh
Thanks, Mark! On Thu, Dec 24, 2020 at 1:25 PM Mark Waite wrote: > The archives.jenkins-ci.org server is running again. The weekly war file > for Jenkins 2.272 is not available there yet, but other versions are > visible there. > > The mirrors are still the preferred download locations from > ht

Performance Plugin result jtl file size

2021-05-24 Thread ansu p
Hi All, I am using Performance Plugin to for trend analysis. I am observing that "result.jtl" file is keep growing after every build, since the results are appending. So my question is, upto what size "result.jtl" file will grow? Is there any way I can restrict the "result.jtl" to store only "n"

Jira Issue

2023-05-18 Thread saravanan P
Hi Iam not getting any comments in JIra, showing below error. can you please tell what this error means. expected to call springBootPipeline.addJiraComments but wound up catching jiraComment; see: https://jenkins.io/redirect/pipeline-cps-method-mismatches/ Thanks P.Saravanan -- You received

Distribution list- mail notification

2023-06-07 Thread saravanan P
Hi all, Not able to send e-mail notification for a distribution list, in pipeline it shows sent, but no one received the notifications. Is there any way to get that mail -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from thi

Cannot list image tags into Jenkins active choices dropdown

2023-09-10 Thread P Terziev
I use this script to display dropdown values from AWS Ecr: def profile = "ecr" def region = "us-east-1" def cmd_output = "aws ecr describe-repositories --profile $profile --region $region --output yaml".execute() def awk_cmd_output = cmd_output | ['awk', '/repositoryName:/ {print

[workflow-plugin] Clean workspace

2015-03-03 Thread Daniel P
Hi, Is there something similar in workflow to the "Workspace Cleanup Plugin" we could use to make sure no old files are left in a workspace? Or are we forced to use something like "sh 'rm -r *'" every time we allocate a node? Regards, Daniel -- You received this message because you are subsc

How to keep ANT build script up to date?

2015-08-31 Thread Den P
Hello, I'm using Jenkins to build and test a large Java program. Jenkins and the ANT build script are working perfectly. Since different developers are still adding code and new classes to the program, the structure of the program is changing all the time. *Now here the question: * Is there any

How to Trigger back the Jenkins job from the job who triggered it?

2019-03-18 Thread Ramdinesh J P
[image: jenkins_job.PNG] Here, three different jobs triggers the JOB X. Requirement is, on completion of JOB X, it should trigger back the job who triggered it. For example, if JOB X is triggered by JOB B, it should trigger back only the JOB B. Things I have tried: 1. I have used

Jenkins kick of all the builds after restarting the service

2013-09-26 Thread Maneesh M P
In our project we have observed that whenever we restart the jenkins service, it kicks of all the builds even though builds are configured using SCM polling. is this an expected behavior ? Can someone tell me a solution if it is not an expected behavior ? Thanks, Maneesh -- You received this

Re: Jenkins for scala

2013-09-26 Thread Maneesh M P
You have sbt plugin available with jenkins We use the plugin sbt-0.12.1 and we specify the location of jar file /usr/local/lib/sbt/sbt-launch-0.12.1.jar under global configuration On Wednesday, September 25, 2013 6:20:37 AM UTC-7, sara hari prasad wrote: > > > Hi All, > > I am very new to Je

Jenkins and unitTH

2013-10-08 Thread Nordin, Lars P
I searched a bit but I haven't seen anything about integrating unitTH and Jenkins for better junit reporting. It seems that this should be possible even without a plugin (maybe). Anyone tried integrating it or are there other plugins that provide this same functionality? The information conta

Is there a way to pass File parameter for jekins jobs ?

2013-10-15 Thread Maneesh M P
our developers gives a mysql script file [abc.sql] each time to execute on all the build servers [we have 7 slave nodes]. So every time I have to manually login and execute the sql command in all build servers. Is there a way from jenkins I can browse and select the sql file as input parameter a

Re: Role Strategy Plugin - how to apply multiple patterns in project roles

2013-10-15 Thread Maneesh M P
You can do with piping I guess *(?i)RB_MIB.* *|* (?i)HMI_MIB.* | **(?i)JXE_MIB.** Thanks, Maneesh On Friday, October 11, 2013 4:35:12 AM UTC-7, Daniel Beck wrote: > > There's no way to define multiple patterns for a given role (which would > enable different permissions depending on the job fo

Jenkins PREFIX is not working

2013-10-15 Thread Maneesh M P
I have the PREFIX set in /etc/default/jenkins file # port for HTTP connector (default 8080; disable with -1) HTTP_PORT=8081 # servlet context, important if you want to use apache proxying PREFIX=/jenkins But if i open the URL wit prefix http://abc.cv.xy.com:8081/jenkins

Jenkins reports a different ruby version than what is installed on build server

2013-10-22 Thread Maneesh M P
If I check the version of ruby by logging into build server, I get the version as 1.9.3 ruby --version ruby 1.9.3p448 (2013-06-27 revision 41675) [x86_64-linux] But if I execute ruby --version through "execute shell" option in jenkins, I get a different ruby version. [xyz-abc] $ /bin/bash -xe

Different behavior while executing puppet lint through jenkins

2013-10-22 Thread Maneesh M P
Puppet-lint just works fine while executing the command from build server console using the below command find . -iname *.pp -exec puppet-lint --log-format "%{path}:%{linenumber}:%{check}:%{KIND}:%{message}" {} \; But gives all sorts of error while executing same command through jenkins "execu

Re: Different behavior while executing puppet lint through jenkins

2013-10-22 Thread Maneesh M P
n running a command from > Jenkins. Compare the output of the 'env' command. > > From the installation instructions at https://rvm.io/rvm/install, it > looks like you just need to add the command > > source $HOME/.rvm/scripts/rvm > > before your find comma

Re: Different behavior while executing puppet lint through jenkins

2013-10-22 Thread Maneesh M P
unload-1.0.2, executable-hooks-1.2.6, executable-hooks-1.2.5, rake-10.1.0, rubygems-bundler-1.4.0, rubygems-bundler-1.3.4, rvm-1.11.3.8] (Gem::LoadError) Not getting any clue to fix this issue, any help please? On Tuesday, October 22, 2013 11:00:44 AM UTC-7, Maneesh M P wrote: > > I did

Re: Different behavior while executing puppet lint through jenkins

2013-10-22 Thread Maneesh M P
I solved this issue by launching the slave manually using the command ssh bu...@3.ab.xy.com 'bash -l -c "java -jar /home/build/jenkins/slave.jar"' On Tuesday, October 22, 2013 11:17:10 AM UTC-7, Maneesh M P wrote: > > If i execute using ssh also I get the same erro

Compiler warnings script in global configuration

2013-10-22 Thread Maneesh M P
I would like to add a "error" finding script for our project. I know I can add a groovy script under compiler warning global configuration. Can anyone give me complete example of the global configuration and a groovy script ? Thanks, M -- You received this message because you are subscribed to

Re: Compiler warnings script in global configuration

2013-10-22 Thread Maneesh M P
27;t there an example in the help of the script and regular > expression text fields? > > Ulli > > Am Mittwoch, 23. Oktober 2013 schrieb Maneesh M P : > >> I would like to add a "error" finding script for our project. I know I >> can add a groovy script under

Re: Compiler warnings script in global configuration

2013-10-23 Thread Maneesh M P
ot;Link name" displayed in the build page :( any clue? Thanks, M On Tuesday, October 22, 2013 11:32:14 PM UTC-7, Maneesh M P wrote: > > Yeah, I found that now.. Thank you!! But I am not able to figure out a a > regular expression for below pattern > > 19:35:11 err: Could not par

Is there a way to get console ouput total line number count - for email-ext plugin

2013-10-23 Thread Maneesh M P
I use a jelly script with email-ext plugin to trigger mail in html template. Currently I am hard coding the build.getLog() value, so remaining lines it will truncate. Is there a way I can get the total line of console output and pass to build.getLog() ! PUPPET-LINT WARNINGS ! ${lin

Re: Compiler warnings script in global configuration

2013-10-23 Thread Maneesh M P
: > > What is in your console log? Is there no side panel link? > > Ulli > > Am 23.10.2013 um 10:19 schrieb Maneesh M P > >: > > Ok finally I am able to figure out the regular expression -> ^.*(err:) > (.*)at(.*\.pp):(\d+)$ > But I had to change the order of

Re: git polling builds every 2 minutes, repository isn't changing - why?

2013-10-24 Thread Maneesh M P
Have you tried git remote polling ? Thanks, Maneesh On Thursday, October 24, 2013 9:05:32 AM UTC-7, cscooper wrote: > > I'm starting the process of converting from cvs to git, and running into a > strange issue. > > Right now, we have it set up so Jenkins polls git to see if anything > changed

Re: Compiler warnings script in global configuration

2013-10-24 Thread Maneesh M P
Thursday, October 24, 2013 3:57:54 PM UTC-7, Ullrich Hafner wrote: > > > Am 25.10.2013 um 00:42 schrieb Maneesh M P > >: > > *Yes, there is a [WARNINGS] line in the console * > > * > * > > *13:36:20* Validating ./modules/xyxz/tests/init.pp ...*13:36:20* [WARNINGS

Re: Compiler warnings script in global configuration

2013-10-25 Thread Maneesh M P
: > > Do you use the Timestamper plugin on the affected job? Does it work when > you remove that feature from the job? > > On 25.10.2013, at 02:12, Maneesh M P > > wrote: > > > I copied the error and paste to Example log file box and it just works > fine the

Re: Compiler warnings script in global configuration

2013-10-25 Thread Maneesh M P
? > > On 25.10.2013, at 02:12, Maneesh M P > > wrote: > > > I copied the error and paste to Example log file box and it just works > fine there. Even in the sample log box, I pasted with or without time stamp > and my regular expression correctly identified the req

Re: Compiler warnings script in global configuration

2013-10-25 Thread Maneesh M P
d be an XML file with that > information in Jenkins root folder, look for a file with parser or warnings > in its name) > > Ulli > > Am Freitag, 25. Oktober 2013 schrieb Maneesh M P : > >> Plugin compares Console output against regular expression line by line >> or

Re: Compiler warnings script in global configuration

2013-10-26 Thread Maneesh M P
an XML file with that > information in Jenkins root folder, look for a file with parser or warnings > in its name) > > Ulli > > Am Freitag, 25. Oktober 2013 schrieb Maneesh M P : > >> Plugin compares Console output against regular expression line by line >> or

Config File Provider Plugin permission

2013-10-31 Thread Maneesh M P
I have created a property file[custom file] using config File Provider and I am using the property file in my project. Now I want give permission to a particular user edit permission that property file. Since the property file is created using global settings, a normal user with just "job con

Re: Failed to connect to repository

2013-10-31 Thread Maneesh M P
if you want to use git clone over ssh, keep your key at /var/lib/jenkins/.ssh then git clone will work just like how it works in your command line. Thanks, Maneesh On Thursday, October 31, 2013 1:15:12 PM UTC-7, slouie@gmail.com wrote: > > If I can add, in my initial post, I was running Je

hudson.util.IOException2: remote file operation failed

2013-11-13 Thread Maneesh M P
We get this error while publishing junit test results, any help ?? *15:23:46* Recording test results*15:23:46* ERROR: Failed to archive test reports*15:23:46* hudson.util.IOException2 : remote file operation failed: /home/

Re: Filtering the console and sending via mail

2013-11-13 Thread Maneesh M P
Use regular expression options available in mail-ext plugin to parse console output content Thanks Maneesh On Tuesday, November 12, 2013 7:52:48 AM UTC-8, incubusattax wrote: > > Hello all, > > I would like to know how I can parse the console log by selecting just the > test results that are pr

Jenkins promotion builds

2013-11-27 Thread Maneesh M P
Can anyone explain me the complete procedure of build promotion configuration ? I seem to have hard time in getting it to work. I don't seem to understand official documentation well enough as well. Any help will be appreciated. Thanks, M -- You received this message because you are subscribed

Promotion plugin slows down jenkins configuration

2013-12-19 Thread Maneesh M P
Ever since I added promotion plugin to jenkins, i have observed that my job configuration loads very very slow. After I click job "configure" sometimes it takes upto 1 minute to load the configuration page. Has anyone observed the same ? anyway to resolve this? Thanks, Maneesh -- You receive

How to bring the history back if a job has been renamed

2014-01-13 Thread Maneesh M P
Hi, I have a job which has many builds executed, I just renamed the job and all the build history is lost. How to bring back the history and display in jenkins UI ? Thanks, M -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe

how to change email address in all job configuration [Email Ext plugin]

2014-01-16 Thread Maneesh M P
I have more than 300+ jobs configured in my jenkins and I am using email ext plugin to configure the mail trigger. currently i am in a situation where I have to change one recipient mail address to something else Is there an easy way to do it? Thanks, M -- You received this message because yo

Re: how to change email address in all job configuration [Email Ext plugin]

2014-01-16 Thread Maneesh M P
Configure slicing plugin does not display the address specified inside email triggers Thanks, Maneesh On Thursday, January 16, 2014 3:15:58 PM UTC-8, Daniel Beck wrote: > > Configuration Slicing plugin *might* work. > > On 17.01.2014, at 00:09, Maneesh M P > > wrote: >

Re: how to change email address in all job configuration [Email Ext plugin]

2014-01-16 Thread Maneesh M P
quot;External Jobs cannot have MailNotificationsRecipients") } println("\n===\n"); } Thanks, Maneesh On Thursday, January 16, 2014 5:11:50 PM UTC-8, slide wrote: > > The easiest way is to use the script console. You need to iterate through > your projects, get the publish

How to get last stable build number through groovy script ?

2014-01-17 Thread Maneesh M P
I am able to get the current build number currentBuildNumber = manager.build.number How to get the lastStableBuild, lastFaledBuildNumber ? Thanks, M -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop rec

Re: How to get last stable build number through groovy script ?

2014-01-17 Thread Maneesh M P
gt; > On 17.01.2014, at 10:56, Maneesh M P > > wrote: > > > I am able to get the current build number > > > > currentBuildNumber = manager.build.number > > > > How to get the lastStableBuild, lastFaledBuildNumber ? > > > > Thanks,

Re: how to change email address in all job configuration [Email Ext plugin]

2014-01-17 Thread Maneesh M P
will i iterate through the configured triggers using groovy :( can anyone help ? Thanks, Maneesh On Friday, January 17, 2014 2:57:26 AM UTC-8, slide wrote: > > You'd have yo get the configured triggers and iterate over them as well. > On Jan 16, 2014 6:16 PM, "Maneesh M P"

scan the console output to set email subject [email-ext]

2014-01-21 Thread Maneesh M P
Hello, I am using email-ext plugin to send my build mails. based on the job environment values, i create an html file and use the html file in the body to send the mail ${FILE, path="$WORKSPACE/mail.html"} I have a requirement where i have to put the subject of the mail parsing console ou

Re: scan the console output to set email subject [email-ext]

2014-01-22 Thread Maneesh M P
3 PM UTC-8, Maneesh M P wrote: > > Hello, > > I am using email-ext plugin to send my build mails. based on the job > environment values, i create an html file and use the html file in the body > to send the mail > ${FILE, path="$WORKSPACE/mail.html"} > &g

update new gitserver url to all the jobs

2014-02-02 Thread Maneesh M P
Hello, We have recently migrated git repositories to a new server. we have around 100+ jobs running in jenkins. Is there an easier way to configure all the jobs with new git url ? Thanks, M -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To

Re: update new gitserver url to all the jobs

2014-02-02 Thread Maneesh M P
can you give me a clue on how to do that? Thanks, M On Sunday, February 2, 2014 3:46:42 PM UTC-8, Richard Bywater wrote: > > Writing a Groovy script that will go through and update them all is > probably the easiest way. > > Richard. > > > On Mon, Feb 3, 2014 at 12:45 PM

Extended choice parameter

2014-02-20 Thread Maneesh M P
I have a requirement like this, I need to add two build choice parameters. Second parameter should be selected based on what is selected in first parameter lets say, I have two components and component has a subset of values 22, 33, 44 and component has subset of valu

Re: feed or notification for Jenkins releases

2012-04-26 Thread Bruno P. Kinoshita
: - Header "Content-Base" is or contains, http://jenkins-ci.org - Move to a folder / Add start / etc You can create filters for your favorite plug-ins too. Just an idea. Hope that helps.   Bruno P. Kinoshita http://kinoshita.eti.br http://tupilabs.com >__

Re: Jenkins at IBM Innovate 2012

2012-05-14 Thread Bruno P. Kinoshita
And include it in Jenkins CIA program, if it is not there yet :-) https://wiki.jenkins-ci.org/display/JENKINS/Jenkins+CIA+Program  Bruno P. Kinoshita http://kinoshita.eti.br http://tupilabs.com > > From: Alyssa Tong >To: jenkinsci-...@googlegroups

Re: C++ code coverage tool with Google test framework in windows

2012-05-25 Thread Bruno P. Kinoshita
Hi,  From googletest main page, there is the following link. Code Coverage with Hudson - http://meekrosoft.wordpress.com/2010/06/02/continuous-code-coverage-with-gcc-googletest-and-hudson/  I believe you could try doing the same thing for Jenkins too. Just another alternative. HTH Bruno P

Re: Beta Channel for Update Center?

2012-05-29 Thread Bruno P. Kinoshita
that it would reach more users, as probably it is easier for them to check if there is a new version of their favorite plug-ins in this alternative update center, rather than keep looking for new JIRA issues for the plug-in component. +1  Cheers   Bruno P. Kinoshita http://kinoshita.eti.br

Re: Slow query when accessing a tab/view (with jobs list)

2012-06-01 Thread Bruno P. Kinoshita
anges?  Just my 0.02 cents :-) Cheers   Bruno P. Kinoshita http://kinoshita.eti.br http://tupilabs.com > > From: Guillaume Grossetie >To: jenkinsci-users@googlegroups.com >Sent: Friday, 1 June 2012 3:47 PM >Subject: Slow query when accessing a

Ant install JSON file

2012-07-05 Thread Humeniuk, David P
How does the Ant installer JSON file (http://updates.jenkins-ci.org/updates/hudson.tasks.Ant.AntInstaller.json) get updated? It hasn’t been updated since May 6th and is missing Ant 1.8.4 which was released on May 23rd. Dave

Is it possible to have non editable execute shell for users?

2014-03-07 Thread Maneesh M P
I have a job which has two shell executions, one set of operation happens in shell and another set of execution happens in "Execute shell in remote server" option. I want to lock down or give only read permission to "Execute shell in remote server" steps to users. Is there a way to achieve th

how to get a API token for user

2014-03-31 Thread Maneesh M P
Hello, I use LDAP for authentication. Now I want to let a user create a new job through command line. When I did bit of googling around this topic, everyone talks about using a API Token for user to create job. How do I get corresponding api token of LDAP user ? Thanks, M -- You received t

  1   2   >