Re: JMeter Performance plugin having XXE vulnerability

2022-04-05 Thread Arun Suresh
Thanks for the feedback and suggestions. On Monday, April 4, 2022 at 6:09:05 PM UTC+2 Mark Waite wrote: > On Monday, April 4, 2022 at 9:32:56 AM UTC-6 Arun Suresh wrote: > >> JMeter performance plugin is listed with vulnerability: >> https://plugins.jenkins.io/performance/ &

JMeter Performance plugin having XXE vulnerability

2022-04-04 Thread Arun Suresh
JMeter performance plugin is listed with vulnerability: https://plugins.jenkins.io/performance/ So currently its not safe to use this plugin( https://www.jenkins.io/security/advisory/2021-11-12/#SECURITY-2394). Can you please help us to fix this issue. Currently I'm facing issue that I don't

Re: Jenkins - Add a dynamic label to a build

2018-11-28 Thread Suresh Parimi
passed to the script execution command. Anyone have any ideas/experience with this? Thank you, Suresh On Wed, Nov 28, 2018 at 9:00 PM Veena Thomas wrote: > I am trying to achieve the following task in Jenkins: 1) Build a maven > project 2) When running the test cases I print certain messa

Re: no results in vstest.console.exe

2017-09-05 Thread suresh kumar
Which version of OpenCover you are using? On Tuesday, September 5, 2017 at 3:30:10 PM UTC+5:30, sushmita wrote: > > My unit tests are being recognized but when commiting it shows no results. > I have used the following windows batch command. > > C:\PROGRA~2\OpenCover\OpenCover.Console.exe -registe

Re: Information requested to understand usage of Jenkins for Informatica || ETL tool

2017-09-02 Thread suresh kumar
establishing the connections https://kb.informatica.com/h2l/HowTo%20Library/1/0083-DeploymentUsingPmrepCommands.pdf -Suresh On Monday, July 24, 2017 at 3:34:19 PM UTC+5:30, Neha Garg wrote: > > Hi Team, > > > > I was going through the link: > *http://hopsas.com

Re: file-operations-plugin: silent failure downloading from Nexus

2017-05-03 Thread suresh kumar
Hi James, Fix has been released in 1.6 version. -Suresh On Friday, April 28, 2017 at 10:41:51 PM UTC+5:30, James Green wrote: > > This plugin works fine downloading binaries from various web sites, but > give it a file to download from Nexus and it fails instantly with no error: >

Re: file-operations-plugin: silent failure downloading from Nexus

2017-05-03 Thread suresh kumar
Hi James, We figured out the cause of the failure, will be released today some time. And also regarding the JIRA component issue, we raised request to create component for this plugin. Soon this also will be created. Thanks for raising the issue. -Suresh On Friday, April 28, 2017 at 10:41:51 PM

Re: mail notification

2017-04-06 Thread suresh kumar
the smtp settings. -Suresh On Tuesday, April 4, 2017 at 4:15:01 PM UTC+5:30, Geetha Sundaram wrote: > > configured smtp settings and testing mail configuration working perfectly and > I received the test mail, but mail is not sending in post build actions in > before build or email

Re: .Net Project Automated Build and Deployment Setup

2017-04-06 Thread suresh kumar
You can use the generated access token and select the username and password option instead of ssh key. -Suresh On Tuesday, April 4, 2017 at 11:20:51 PM UTC+5:30, Lokesh Swamy wrote: > > Suresh, > > Can you please walk me through how to setup a SSH with private key in TFS > p

Re: .Net Project Automated Build and Deployment Setup

2017-03-26 Thread suresh kumar
there, call the script from the Windows Batch command build step. -Suresh On Sunday, March 26, 2017 at 9:16:38 AM UTC+5:30, Lokesh Swamy wrote: > > Hi, > > Can anybody please help me out in performing deployment to a WebServer > with telnet ? > > I am currently using tel

Re: multi master jenkins

2017-03-22 Thread suresh kumar
Check this plugin https://wiki.jenkins-ci.org/display/JENKINS/Gearman+Plugin whether it works for you. On Thursday, March 23, 2017 at 4:58:36 AM UTC+5:30, Ankita Nema wrote: > > has anybody tried multi master setup, where they share the queue ? > > -Ankita > -- You received this message becau

Re: Continous Delivery Plugin w/ manual steps?

2017-03-17 Thread suresh kumar
Sorry about that, I didn't frame sentence properly. What I mean "Jenkins future active development list". Ok it is not the right place to ask changes, but what I felt is it is correct thread and context exactly suits. -Suresh On Friday, March 17, 2017 at 8:56:27 PM UTC+5:

Re: Continous Delivery Plugin w/ manual steps?

2017-03-17 Thread suresh kumar
Other observations: As build is still running, the build duration is keep on increasing and as it is in inprogress completed is empty. On Friday, March 17, 2017 at 8:24:17 PM UTC+5:30, suresh kumar wrote: > > Yes Daniel, when configured properly with "agent none" pipeline is

Re: Continous Delivery Plugin w/ manual steps?

2017-03-17 Thread suresh kumar
Ocean it shows Pause icon Build History it shows InProgress icon May be above suggestions might be in your future active development list, but just wanted to bring up now my observations. -Suresh On Friday, March 17, 2017 at 7:32:43 PM UTC+5:30, Dani

Re: Continous Delivery Plugin w/ manual steps?

2017-03-17 Thread suresh kumar
Hi Daniel Beck, Is there a concept of "promoted builds" in pipeline as code. Do we have any document or notes to achieve this scenario. As input step is not working as existing "promoted builds" at least promoting a selected build based on user interaction. -Thanks, Sures

Re: Multiple Jenkins possible ? - quick question

2017-03-13 Thread suresh kumar
Hi Fadi, Can you share me steps how you configured gearman and multiple master jenkins On Friday, 16 October 2015 00:30:59 UTC+5:30, Fadi Al-Farah wrote: > > Yes I've tried, the instructions from the wiki. I'm at the point where I'm > trying to setup a gearman server, but I don't think it's ru

Re: Interactive input with new DSL

2017-03-12 Thread suresh kumar
ne version which ever they want to continue? -Suresh On Tuesday, March 7, 2017 at 8:33:29 AM UTC+5:30, Andrew Bayer wrote: > > Actually, "agent none" on a stage does nothing. I'm still trying to find > an effective way to solve this use case in Declarative. > > A. >

Re: Interactive input with new DSL

2017-03-08 Thread suresh kumar
ne scripts. I see another thing which is missing in pipelines "post build steps". How Jenkins community is addressing this, Is there any such document or notes which explains this? This will help me. Thanks, Suresh On Tuesday, March 7, 2017 at 7:50:38 PM UTC+5:30, Travis Camechis wrot

Re: Is there any way for a jenkins project to use the Gitlab plugin but only be built periodically and not when a change is pushed?

2017-03-02 Thread suresh kumar
Could you share the full config of Job and Check the Gitlab hooks. -Suresh On Thursday, March 2, 2017 at 2:47:39 AM UTC+5:30, Oded Badt wrote: > > Actually I tried with it both checked and unchecked and played arouns with > it back and forth and no matter what I do it still it rebu

Re: Jenkins:error in archive the artifacts:**/*.war’ doesn’t match anything: ‘**’ exists but not ‘**/*.war’

2017-03-01 Thread suresh kumar
just providing an error message and seeking help is not the good way to seek help from the forum. Provide as much as possible information so people can understand where and what reason causing problem or failure and then accordingly you can get guidance. -Suresh On Wednesday, March 1, 2017 at 4:

Re: Is there any way for a jenkins project to use the Gitlab plugin but only be built periodically and not when a change is pushed?

2017-03-01 Thread suresh kumar
I think you have checked Poll SCM option in Build Triggers section. Uncheck Poll SCM and Check the checkbox Build periodically. [image: http://lh3.ggpht.com/-_t31sX5XYBU/VQXVt6PucQI/Bt0/gjCgub_9nH0/jenkins009_thumb%25255B1%25255D.png?imgmax=800] -Suresh On Wednesday, March 1, 2017 at

Re: Help required to integrate Jenkins with ClearCase UCM

2016-10-25 Thread suresh kumar
Hi Rajeev, You need to find out some articles or webinars which are similar to your requirement. First of all did you got any article or blog to implement what you are looking for. -Suresh On Tuesday, October 25, 2016 at 7:48:15 PM UTC+5:30, Rajeev Iyer wrote: > > Hello.. > Could anyo

Re: Integrating Jenkins with chef

2016-10-25 Thread suresh kumar
Hi Lavanya, Could you explain the full scenario what you are trying to achieve. In that case you may get correct guidance rather than fix for your problem. I foresee you are trying to register a node to chef server and then execute the respective recipes. -Suresh On Tuesday, October 25, 2016

Re: regarding jenkins CD in jenkins 2.0

2016-08-10 Thread suresh kumar
Hi Jesse McCormick, Every time when deploying done manually updating the Jobs with sql scripts is not suggestible as this doesn't give full automation. As much as possible we have to eliminate manual tasks while achieving continuous deployment. -Suresh On Wednesday, August 3, 2016 at 8:

Re: Unable to view Test Result Link

2016-08-10 Thread suresh kumar
weekend I will be on Jenkins IRC to help. -Suresh On Monday, August 8, 2016 at 4:28:19 PM UTC+5:30, sandhyarani...@gmail.com wrote: > > Thanks for the reply Suresh! > We used C# code with MSTest framework.\ > We tried to get the .xml report by using "Publish JUnit test result

Re: Unable to view Test Result Link

2016-08-06 Thread suresh kumar
-Suresh On Friday, August 5, 2016 at 11:40:23 AM UTC+5:30, sandhyarani...@gmail.com wrote: > > Hi, > > We are using Jenkins to run unit tests. We have configured a job and given > the msbuild and batch file to run the scripts. > We are successful in executing the scripts, the

Re: regarding jenkins CD in jenkins 2.0

2016-07-30 Thread suresh kumar
official documentation and usage of Jenkins of their respective plugins. -Suresh On Saturday, July 30, 2016 at 7:44:46 PM UTC+5:30, Zue Sani wrote: > > hi, > > I had few questions on CD: > > > 1.) we are performing deployments manually using sql scripts. Can the same > scr

Pipeline set pipeline name from Jenkinsfile

2016-05-25 Thread Suresh Avadhanula
= env.BRANCH_NAME.substring(env.BRANCH_NAME.lastIndexOf("/")+1) echo "JOB NAME is ${env.JOB_NAME}" This did not help. Is there a way to set the build job's name , not just display name, so that I can have the workspace directory as ${WORKSPACE_ROOT}/${PIPELINE_NAME}/foo_bar_somemodule_pr

Re: Running selenium automation tests with rspec in jenkins

2015-12-28 Thread suresh
Hi Victor, Thank you so much for your help. Regards, Suresh. On Monday, December 28, 2015 at 6:05:56 PM UTC+5:30, Victor Martinez wrote: > > Hi, > > as long as you can run those tests manually via command line then you can > configure a particular Jenkins job with the same co

Running selenium automation tests with rspec in jenkins

2015-12-27 Thread suresh
or video related to the same. Awaiting your reply. Regards, Suresh. -- 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

Displaying Customized link on Jenkins dashboard after build

2015-07-05 Thread Pusapati Suresh
Jenkins is build is success out of control. How can i show AppScan link on jenkins again? Thanks, Suresh -- 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

jenkins: perforce sync in to workspace keep extra . for each file?

2014-09-29 Thread Suresh Vuyyuru
you can see the attached pic for reference. why jenkins keeps extra . after each file, it's really irritates me. bellow is the p4 sync log. Started by user anonymous [EnvInject] - Loading node environme

How to use Extended Choice Parameter plugin for check box

2014-08-21 Thread suresh arjunan
Hi, Can some answer for the below question? http://stackoverflow.com/questions/25412633/how-to-use-extended-choice-parameter-plugin-for-check-box Thanks, Suresh -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from

Openldap and empty root DN values

2014-07-23 Thread Suresh Prajapati
able. I am still having the problem. I am not getting what I am missing , if someone here can help that will be great. -suresh -- 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: Is it possible to integrate with other tools for automatic creation of projects?

2013-12-09 Thread suresh
Hi Kannan, Thanks for your reply. I would like to ask you 2 more questions. please help me on that How can we find how many builds done perday and build triggered by manual or timer using Jenkins api xml/json/python Regards, Suresh On Fri, Dec 6, 2013 at 9:13 PM, JonathanRRogers [via Jenkins

Reg:How to find how many build failure & success using API

2013-11-25 Thread suresh
Hi All, How to find how many build failure & success using API Also, how to find build frequency Regards, Suresh -- View this message in context: http://jenkins-ci.361315.n4.nabble.com/Reg-How-to-find-how-many-build-failure-success-using-API-tp4682372.html Sent from the Jenkins u

Reg:Build happens when code change made in TFS server

2013-08-19 Thread suresh
Hi, I have setup Jenkins and configured TFS plugin I want trigger Jenkins build when code change made in TFS server Is there any alternate like scm poll for svn Regards, Suresh -- View this message in context: http://jenkins-ci.361315.n4.nabble.com/Reg-Build-happens-when-code-change-made

Reg:How to create Jenkins job from java api

2013-08-05 Thread suresh
Hi, How to create Jenkins job from java api (Jenkins set username and password) -- View this message in context: http://jenkins-ci.361315.n4.nabble.com/Reg-How-to-create-Jenkins-job-from-java-api-tp4675950.html Sent from the Jenkins users mailing list archive at Nabble.com. -- You received

Re: Jenkins cli copy command not working

2013-07-30 Thread suresh
://localhost:8181/jenkins list-jobs All" and confirm that the project > is there? Perhaps for some reason the project isn't being returned via the > CLI or something odd like that. > > Richard. > > > On Tue, Jul 30, 2013 at 8:31 PM, suresh <[hidden > email

Re: Jenkins cli copy command not working

2013-07-30 Thread suresh
Hi Steffen, That is jenkins-cli.jar Regards, Suresh On Tue, Jul 30, 2013 at 12:41 PM, Steffen Breitbach [via Jenkins CI] < ml-node+s361315n4675085...@n4.nabble.com> wrote: > Hi suresh! > > On Mon, 2013-07-29 at 23:43 -0700, suresh wrote: > > Below command i tried but did n

Jenkins cli copy command not working

2013-07-29 Thread suresh
Hi, I am not able to copy the job from copy-job command Explain: I created Jenkins user suresh and password suresh Below command i tried but did not work >java -jar c:\jenkins.jar -s http://localhost:8181/jenkins copy-job project1 project2 --username suresh --password suresh Be

Re: Reg:Jenkins cli copy job

2013-07-28 Thread suresh
Hi Richard, Yes. project1 is existed in jenkins Regards, Suresh On Mon, Jul 29, 2013 at 10:29 AM, Jeff Vincent [via Jenkins CI] < ml-node+s361315n4674890...@n4.nabble.com> wrote: > I actually have issues but with the UI. I point the copy job url to > another Jenkins instance. It

Reg:Jenkins cli copy job

2013-07-28 Thread suresh
Hi, I am not able to create the copy the job from copy-job command Explain: I created Jenkins user suresh and password suresh Below command i tried but did not work >java -jar c:\jenkins.jar -s http://localhost:8181/jenkins copy-job project1 project2 --username suresh --password sur

Re: Is it possible to integrate with other tools for automatic creation of projects?

2013-07-26 Thread suresh
Hi Kannan, I am not able to create the copy the job from copy-job command *Explain:* I created Jenkins user suresh and password suresh Below command i tried but did not work >java -jar c:\jenkins.jar -s http://localhost:8181/jenkins copy-job project1 project2 --username suresh --passw

Re: Slicing ant build steps

2013-07-26 Thread suresh kamini
Hi, I am not able to create the copy the job from copy-job command Explain: I created Jenkins user suresh and password suresh Below command i tried but did not work >java -jar c:\jenkins.jar -s http://localhost:8181/jenkins copy-job project1 project2 --username suresh --password sur

Re: Is it possible to integrate with other tools for automatic creation of projects?

2013-07-21 Thread suresh
Hi Kannan, How are you. How to create jenkins users automatically in jenkins server including admin user also. Regards, Suresh On Thu, Jul 18, 2013 at 10:02 AM, Richard Bywater-2 [via Jenkins CI] < ml-node+s361315n4673463...@n4.nabble.com> wrote: > Not sure whate version of Jenkin

Re: Is it possible to integrate with other tools for automatic creation of projects?

2013-07-17 Thread suresh
Hi Kannan, I issued below command but unable to copy job java -jar c:\jenkins.jar -s http://localhost:8181/jenkins copy-job --username suresh --password suresh project5 project6 *Output* No such job 'project5' java -jar jenkins-cli.jar copy-job args... Copies a

Re: Is it possible to integrate with other tools for automatic creation of projects?

2013-07-17 Thread suresh
Hi Kannan, I am able to create a job with credentials using below command java -jar c:\jenkins.jar -s http://localhost:8181/jenkins create-job project5 < config.xml --username suresh --password --suresh I am unable to create a copy job with credentials using below commands java -ja

Re: Is it possible to integrate with other tools for automatic creation of projects?

2013-07-12 Thread suresh
Hi Kannan, Thanks for your reply. My requirement is create job automatically by Jenkins CLI for projects I was trying but getting error authentication fail. Please guide me step by step Also is it possible to integrate Jenkins job automatic through Perl or java API Regards, Suresh

Is it possible to integrate with other tools for automatic creation of projects?

2013-07-11 Thread suresh
Is it possible to integrate with other tools for automatic creation of projects? -- View this message in context: http://jenkins-ci.361315.n4.nabble.com/Is-it-possible-to-integrate-with-other-tools-for-automatic-creation-of-projects-tp4672021.html Sent from the Jenkins users mailing list archiv

RSS feed for build results doesn't show In-progress builds

2012-10-03 Thread suresh palaniandy
Any help is very much appreciated. Thanks... Suresh

Re: webdriver jenkins

2012-08-29 Thread Suresh Reddy
su-dev123.com: refused On Wednesday, 29 August 2012 17:01:06 UTC+1, Suresh Reddy wrote: > > I have selenium grid installed on jenkins and it is running and displaying > the following message > Registered Remote Controls > Selenium Grid is running at eosjenkinsv3.qsu-dev.c

webdriver jenkins

2012-08-29 Thread Suresh Reddy
I have selenium grid installed on jenkins and it is running and displaying the following message Registered Remote Controls Selenium Grid is running at eosjenkinsv3.qsu-dev.com:. Selenium 1 clients should connect as follows: Selenium selenium = new DefaultSelenium("eosjenkinsv13.qsu-dev123.c

running selenium fire fox tests through jenkins on a linux server

2012-08-28 Thread Suresh Reddy
them are failing due to configuration error...do I need to install any plugins to run the tests? Regards Suresh

Cannot execute a jar in non-forked mode. Please set fork='true'.

2012-08-28 Thread Suresh Reddy
Hi there when I try to start a selenium server through jenkins ith throwing an error: Cannot execute a jar in non-forked mode. Please set fork='true'. What does that mean and how can i fix it?Please let me know? regards suresh