Skip to content

federicaagostini/sd-jenkins-pipeline-library

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

sd-jenkins-pipeline-library

Usage

Follow Extending with Shared Libraries guide to install the library into Jenkins. Named it as sd.

Pipeline example

@Library('sd')_

def kubeLabel = getKubeLabel()

pipeline {

    agent {
        kubernetes {
            label "${kubeLabel}"
            cloud 'Kube mwdevel'
            defaultContainer 'jnlp'
            ...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Groovy 100.0%