Page MenuHomeSoftware Heritage

D5647.diff
No OneTemporary

D5647.diff

diff --git a/jobs/templates/swh-pipeline.groovy.j2 b/jobs/templates/swh-pipeline.groovy.j2
--- a/jobs/templates/swh-pipeline.groovy.j2
+++ b/jobs/templates/swh-pipeline.groovy.j2
@@ -96,25 +96,25 @@
{%- include 'includes/stage-cypress-tests.groovy.j2' -%}
{% endfilter %}
{%- endif %}
- }
- }
- stage('Sphinx documentation') {
- {% filter indent(width=6) %}
- {%- include 'includes/agent-docker-sphinx.groovy.j2' -%}
- {% endfilter %}
+ stage('Sphinx documentation') {
+ {% filter indent(width=6) %}
+ {%- include 'includes/agent-docker-sphinx.groovy.j2' -%}
+ {% endfilter %}
- steps {
- sh '''
- if tox -a | grep -x sphinx >/dev/null
- then
- tox -e sphinx
- else
- echo WARNING: no sphinx environment in tox.ini
- fi
- '''
- }
- } // sphinx doc
+ steps {
+ sh '''
+ if tox -a | grep -x sphinx >/dev/null
+ then
+ tox -e sphinx
+ else
+ echo WARNING: no sphinx environment in tox.ini
+ fi
+ '''
+ }
+ } // sphinx doc
+ } // parallel
+ } // Tests stage
} // stages
post {

File Metadata

Mime Type
text/plain
Expires
Dec 17 2024, 8:58 AM (13 w, 6 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3228957

Event Timeline