JenkinsAsCodeReference
JenkinsAsCodeReference copied to clipboard
This repository is intended for the reference Jenkins configuration as code as well as JobDSL library
Maybe two blog posts - there are two good use-cases: 1. generic use as server, running it in actual production 1. as a developer, using it locally to play with...
The page build completed successfully, but returned the following warning for the `master` branch: The CNAME `code.praqma.com/jenkinsascodereference` is not properly formatted. See https://help.github.com/articles/troubleshooting-custom-domains/#github-repository-setup-errors for more information. I would like to...
https://wiki.jenkins-ci.org/display/JENKINS/Publish+Over+CIFS+Plugin
https://wiki.jenkins-ci.org/display/JENKINS/Warnings+Plugin there is no example for the usage in current implementation there is no support for configuring it through descriptor
https://wiki.jenkins-ci.org/display/JENKINS/Publish+Over+SSH+Plugin
Read more here http://collabnix.com/archives/2565
imports in groovy scripts create a dependency to plugins, i.e. we have to have all plugins installed since imports will always be executed. The idea is to avoid such unnecessary...