Adds Jenkinsfile
Opengnsys/ogbrowser/pipeline/head There was a failure building this commit Details

main
unizar 2023-07-19 15:55:25 +02:00
parent 0890bc4a9f
commit 347df67fa5
1 changed files with 11 additions and 0 deletions

11
Jenkinsfile vendored 100644
View File

@ -0,0 +1,11 @@
pipeline {
agent any
stages {
stage('Build') {
steps {
echo 'Jenkinsfile for ogbrowser'
}
}
}
}