Commit 39699e6b authored by Dominik Charousset's avatar Dominik Charousset

Re-enable actual builds in Jenkinsfile

parent 1acbb5c6
......@@ -203,7 +203,6 @@ pipeline {
stash includes: 'caf-sources/**', name: 'caf-sources'
}
}
/*
stage('Builds') {
steps {
script {
......@@ -223,7 +222,6 @@ pipeline {
}
}
}
*/
stage('Documentation') {
agent { label 'pandoc' }
steps {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment