Skip to content
Snippets Groups Projects
Commit 09cc079c authored by al.schwinn's avatar al.schwinn
Browse files

Add Jenkinsfile forautomated builds via Jenkins

See merge request !9
parent e7e866cf
No related branches found
No related tags found
1 merge request!9Add Jenkinsfile
pipeline {
agent {
label 'el9'
}
stages {
stage('Build') {
steps {
sh("./build.sh")
}
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment