Adds Jenkinsfile
Opengnsys/ogbrowser/pipeline/head There was a failure building this commit
Details
Opengnsys/ogbrowser/pipeline/head There was a failure building this commit
Details
parent
0890bc4a9f
commit
347df67fa5
|
@ -0,0 +1,11 @@
|
|||
pipeline {
|
||||
agent any
|
||||
|
||||
stages {
|
||||
stage('Build') {
|
||||
steps {
|
||||
echo 'Jenkinsfile for ogbrowser'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue