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

Re-enable actual builds in Jenkinsfile

parent 1acbb5c6
...@@ -203,7 +203,6 @@ pipeline { ...@@ -203,7 +203,6 @@ pipeline {
stash includes: 'caf-sources/**', name: 'caf-sources' stash includes: 'caf-sources/**', name: 'caf-sources'
} }
} }
/*
stage('Builds') { stage('Builds') {
steps { steps {
script { script {
...@@ -223,7 +222,6 @@ pipeline { ...@@ -223,7 +222,6 @@ pipeline {
} }
} }
} }
*/
stage('Documentation') { stage('Documentation') {
agent { label 'pandoc' } agent { label 'pandoc' }
steps { 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