jenkins-plugins

Install LoadRunner on Linux?

瘦欲@ 提交于 2019-12-22 01:19:55
问题 Can I install LoadRunner on Linux? and how to Integrate LoadRunner with jenkins? and what the relation between ALM(Application Lifecycle Management), UFT, and LoadRunner on jenkins? Thank you. 回答1: LoadRunner is a set of tools the main ones being VuGen, Controller, and Load Generator (LG). The LG can be installed on Linux while VuGen and Controller cannot. Regarding Jenkins. There is an official Jenkins plugin that helps you integrate LoadRunner and the other tools you mentioned with your CI

Jenkins CI with Chef Server

半腔热情 提交于 2019-12-21 21:29:09
问题 Is there any way I can integrate Jenkins with Chef Server so that I can create jobs to be executed? I don't want to have to go to the Chef Workstation. Do I need to install jenkins on a separate server or the chef workstation? Can I execute all the recipes directly from the Jenkins console? 回答1: Yes. You can create jobs in jenkins and can be integrated with chef. Knife search would be the best option. you can run chef-client to run recipes through jenkins to any machine. 回答2: Look into this

How to post votes on custom labels from jenkins gerrit trigger?

我的梦境 提交于 2019-12-21 12:40:11
问题 I'm using jenkins gerrit-trigger plugin. It does trigger the job. The problem is that after job is finished jenkins cannot send review becasue I have no 'verified' label in gerrit. I found that in configuration there is Gerrit Reporting Values section (Jenkins -> Manager -> Gerrit Trigger -> Click on your gerrit "edit" button). In that section there are hardcoded subsections for "Verify" and "Code Review". Another subsection is "Gerrit Verified Commands" with commands like: gerrit review

Building a particular revision in Jenkins Pipeline

倖福魔咒の 提交于 2019-12-21 09:15:20
问题 I am using SVN as my source control repository and Jenkins as my CI tool. I run MSBuild scripts using Jenkins to do the actual builds and deploys. I also use the Jenkins Pipeline plugin to do manage the building of downstream projects. I have an issue with the pipeline. The problem is that, say I have done 10 check-ins into SVN and as a result 10 automatic CI builds have taken place, and as a result of that the pipeline shows 10 builds. Now, if I want to push build number 5 to the next stage

Search through console output of a Jenkins job

╄→尐↘猪︶ㄣ 提交于 2019-12-21 07:57:45
问题 I have a Jenkins job with 100+ builds. I need to search through all the builds of that job to find builds that have a certain string in the console output. Is there any plugin for that? How do I do that? 回答1: I often use the Jenkins Script Console for tasks like this. The Groovy plugin provides the Script Console, but if you're going to use the Script Console for periodic maintenance, you'll also want the Scriptler plugin which allows you to manage the scripts that you run. From Manage

VStest code coverage report in jenkins

▼魔方 西西 提交于 2019-12-21 06:04:04
问题 I am setting CI for .Net project using Jenkins. I used MSTest Plugin and VStestrunner plugin to run test. Now I have .trx file and .Coverage file I am facing problem in displaying code coverage report Please help me is you know any plugin to do this. 回答1: To display coverage report you need to convert it in XML format and use MSTest Plugin to publish report. MSTest Plugin recommends (https://wiki.jenkins-ci.org/display/JENKINS/MSTest+Plugin) to use thrid party application to convert in XML

Promoted Build Plugin , can not see Promotions

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-21 05:36:11
问题 When I am running the Jenkins Job with promotion setup like below , I cant see my promotions after the build is completed in the UI . Please suggest if I am missing something. 回答1: Builds that had finished before the promotion was originally created are not "promotable" Run a new build, and it will show. Note: this restriction is only on the creation of a new promotion. You can modify the promotion process as much as you need, and it will be executable on older builds without problem (as long

How to configure Selenium HTML Reports in Jenkins

为君一笑 提交于 2019-12-21 05:13:12
问题 We have a Java MOJO configured in Jenkins. Once the code is build in CI, surefire reports would be generated. We have Junit and Selenium test cases to test the application. I need to present the results coming from the test cases in a HTML format. Is there any plugin available for Jenkins to display the content in HTML format? 回答1: First you need to install the Selenium HTML Report Plugin. If you are not aware of installing the plugin, use this link After installing the Selenium HTML report

Jenkins: how do I make the color of a failed build due to a workspace issue from red to gray?

最后都变了- 提交于 2019-12-21 04:41:04
问题 Our jenkins build should only be red when there's a problem when building our code such as a compilation problem. If there's a sysops issue - such as the workspace being full, some slaves are down, ... we need the job to become gray , to indicate there's a problem with Jenkins itself , but that the developers should not be put on high alert. Here's a job log that needs to turn the job gray instead of red: 04:19:19 ERROR: SEVERE ERROR occurs 04:19:19 org.jenkinsci.lib.envinject

What is the password for jenkins user under MACOSX?

百般思念 提交于 2019-12-21 04:05:49
问题 I'm trying to create a CI for iOS (iPhone and iPad) using TestFlight, Jenkings, GitHub, Sonar... I downloaded the macosx jenkings package/wizard. It seems it created a user for my mac. What is its password? Because I'm having problems with the keychain and I guess it is because I'm user my own user instead of jenkins profile. Kind Regards, Ricardo. 回答1: If I remember correctly, it's not set by default (empty). Read this article (how to change password in OS X from command line): http:/