oglive-builder/Jenkinsfile

11 lines
169 B
Groovy

pipeline {
agent any
stages {
stage('Build') {
steps {
echo 'Jenkinsfile for oglive-builder'
}
}
}
}