diff --git a/Jenkinsfile b/Jenkinsfile index ee4c9983..450f4853 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -18,8 +18,8 @@ stage("Build Toolbox") { checkout scm sh 'git submodule update --init' sh 'make -C ./CI/scripts build' - sh 'pip3 install -r requirements_doc.txt' - sh 'make -C ./CI/gen_doc doc_ml' + // sh 'pip3 install -r requirements_doc.txt' + // sh 'make -C ./CI/gen_doc doc_ml' sh 'make -C ./CI/scripts add_libad9361' sh 'make -C ./CI/scripts gen_tlbx' } diff --git a/JenkinsfileCron b/JenkinsfileCron index cad636d2..58009409 100644 --- a/JenkinsfileCron +++ b/JenkinsfileCron @@ -16,8 +16,8 @@ stage("Build Toolbox") { checkout scm sh 'git submodule update --init' sh 'make -C ./CI/scripts build' - sh 'pip3 install -r requirements_doc.txt' - sh 'make -C ./CI/gen_doc doc_ml' + // sh 'pip3 install -r requirements_doc.txt' + // sh 'make -C ./CI/gen_doc doc_ml' sh 'make -C ./CI/scripts add_libad9361' sh 'make -C ./CI/scripts gen_tlbx' }