Skip to content

joaquin386/jenkins-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Title

Jenkins scripts I use in my projects and spend some time researching.
I think it will be nice to put it here since it took me sometime to find solutions.

Dependencies (jenkins_pipeline.py)

OS: Ubuntu 16.04 Xenial
Script to download the pipeline PNG from Jenkins Blue Ocean latest Branch

sudo apt-get install chromium-chromedriver
sudo pip install Pillow
sudo pip install selenium
sudo pip install PyVirtualDisplay

Dependencies (emailext_template.jelly)

OS: CentOS7
Template that will send a nice formated email resume to the handlers of the project.

mkdir /var/lib/jenkins/email-templates
On the Jenkinsfile with emailext:
--> body: '${JELLY_SCRIPT,template="emailext_template"}'

Dependencies (Jenkinsfile.template)

OS: CentOS7
Jenkinsfile DSL pipeline integration with: Jira, Gitlab and Email-ext

Remove the template and add it in the root of your repository

TODO


About

Jenkins Selenium get Pipeline PNG

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages