ogbrowser/Jenkinsfile

11 lines
164 B
Groovy

pipeline {
agent any
stages {
stage('Build') {
steps {
echo 'Jenkinsfile for ogbrowser'
}
}
}
}