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