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