All Downloads are FREE. Search and download functionalities are using the official Maven repository.

archetype-resources.jenkins.Jenkinsfile Maven / Gradle / Ivy

The newest version!
pipeline { 
    agent any  
    stages { 
        stage('Build') { 
            steps { 
               echo 'This is a minimal pipeline.' 
            }
        }
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy