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

windows-fixes
unizar 2023-07-19 15:53:27 +02:00
parent af35fd94e6
commit e1dbd89fc4
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 ogagent'
}
}
}
}