diff --git a/Jenkinsfile b/Jenkinsfile index a147421..408e843 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -39,23 +39,6 @@ sh 'cp dataset-stats/dataset-stats.html out/' } } - stage('Combined report') { - agent { - docker { - image 'gsscogs/databaker' - reuseNode true - alwaysPull true - } - } - environment { - AIRTABLE_TOKEN = credentials('airtable-token-alex') - AIRTABLE_BASE = 'appb66460atpZjzMq' - } - steps { - sh 'jupytext --to notebook combined/data_report.py' - sh 'jupyter-nbconvert --to html --output-dir=out --ExecutePreprocessor.timeout=None --execute combined/data_report.ipynb' - } - } } post { always {