Skip to content

KDONJS/jenkins-shared-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Note

esta es una nota de aviso

Jenkins shared library

Este proyecto esta pensado como practica de implementacion de librearias compartidas en Jenkins usando groovy

License

MIT

Tech Stack

Libreria: Groovy, yml y java

🔗 Links

linkedin

Usage/Examples

    @Library('shared-library@master')

    import sharedLibrary.toolsJenkins

    def tools = new toolsJenkins(steps, this)

    try {
        node {
            stage('execute Sh') {
                tools.executeSh()
            }
            stage('verify Python') {
                tools.verifyPython()
            }
            stage('execute Py') {
                tools.executePy()
            }
        }
    } catch (e) {
        throw e
    }

About

Implemnetación de libreria compartida en jenkins

Resources

Stars

Watchers

Forks

Packages

No packages published