Top "Jenkins-plugins" questions

Jenkins is an open source continuous integration software.

gpg: no valid OpenPGP data found

I am trying to install Jenkins on Ubuntu 13.10 and I am getting the above mentioned error when i try to …

ubuntu jenkins jenkins-plugins ubuntu-13.10
Jenkins: Is there any way to cleanup Jenkins workspace?

How can I cleanup the workspace in Jenkins? I am using AccuRev as version control tool. I created freestyle projects …

jenkins jenkins-plugins accurev
How to install a plugin in Jenkins manually

Installing a plugin from the Update center results in: Checking internet connectivity Failed to connect to http://www.google.com/. …

jenkins jenkins-plugins
In Jenkins, how to checkout a project into a specific directory (using GIT)

Sorry for the 'svn' style - we are in a process of migration from SVN to GIT (including our CI …

git github hudson jenkins jenkins-plugins
Execute Shell Script after post build in Jenkins

I am trying to execute a shell script if either the build pass or fails after post-build in Jenkins. I …

shell jenkins jenkins-plugins
How to get a list of installed Jenkins plugins with name and version pair

How can I get a list of installed Jenkins plugins? I searched the Jenkins Remote Access API document, but it …

jenkins jenkins-plugins
Jenkins CI: How to trigger builds on SVN commit

What plugins and plugin features do I need to set in order to get my Jenkins job to trigger a …

svn continuous-integration jenkins jenkins-plugins
How to set and reference a variable in a Jenkinsfile

I have a declarative pipeline script for my multibranch project in which I would like to read a text file …

jenkins groovy jenkins-plugins jenkins-pipeline multibranch-pipeline
How to get build time stamp from Jenkins build variables?

How can I get build time stamp of the latest build from Jenkins? I want to insert this value in …

jenkins jenkins-plugins
Jenkins - HTML Publisher Plugin - No CSS is displayed when report is viewed in Jenkins Server

I have a strange problem with the Jenkins HTML Publisher plugin, wherein all the fancy CSS I have added to …

html css jenkins jenkins-plugins