Skip to content
rayigen85 edited this page Nov 15, 2022 · 3 revisions

Welcome to the JenkinsLibrary wiki!

Github: https://github.com/ThomasMosigFrey/JenkinsLibrary.git https://github.com/ThomasMosigFrey/Threading.git https://github.com/ThomasMosigFrey/FiExamples.git https://github.com/ThomasMosigFrey/jee8.git

Dokumentation: https://www.jenkins.io/doc/ https://www.jenkins.io/doc/book/pipeline/syntax/ https://www.jenkins.io/doc/pipeline/steps/

  • dort doku für plugins und klassen raussuchen, dann im snippet-gen das plugin suchen und die funktion nutzen

'' schützen sonderzeichen nicht "" schützen sionderzeichen \ schützen einzelne Sonderzeichen

SonarCube prüfen für Code analysis https://www.jenkins.io/solutions/python/

Cloud Config für Docker unter Agenten anlegen, so muss man nicht agent {docker{label 'xy} } angeben sondern man kann dann agent {label 'docker_host'} machen

https://www.jenkins.io/doc/pipeline/steps/lockable-resources/

@Library('testPipeLine_ray') _

testPipeLine_ray { branch_name = "develop" }

Clone this wiki locally