This application is based on jupyter-with-jenkins
After Jupyter Notebook is open, you can open the Jenkins UI from the jenkins
menu.
You can use papermill to let Jenkins execute your notebook.
# Move notebook directory
cd /home/jovyan/
# Execute notebook
papermill "Using Selenium.ipynb" "${WORKSPACE}/${BUILD_ID}.ipynb"