diff --git a/Jenkinsfile_coop b/Jenkinsfile_coop index e69de29..24e45dc 100644 --- a/Jenkinsfile_coop +++ b/Jenkinsfile_coop @@ -0,0 +1,17 @@ +pipeline { + agent {dockerfile true} + parameters { + buildSelector( + defaultSelector: lastSuccessful(), + description: 'Last successfull artifact', + name: 'BUILD_SELECTOR' + ) + } + stages { + stage('copyArtifacts') { + steps { + copyArtifacts fingerprintArtifacts: true, projectName: 's434705-training/master', selector: buildParameter('BUILD_SELECTOR') + } + } + } +} \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 7ba6374..8acb9e8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,11 +1,18 @@ absl-py==0.12.0 +alembic==1.4.1 astunparse==1.6.3 cachetools==4.2.1 certifi==2020.12.5 chardet==4.0.0 +click==8.0.0 +cloudpickle==1.6.0 colorama==0.4.4 cycler==0.10.0 +databricks-cli==0.14.3 +docker==5.0.0 docopt==0.6.2 +entrypoints==0.3 +Flask==2.0.0 flatbuffers==1.12 gast==0.4.0 gitdb==4.0.7 @@ -13,17 +20,24 @@ GitPython==3.1.17 google-auth==1.29.0 google-auth-oauthlib==0.4.4 google-pasta==0.2.0 +greenlet==1.1.0 grpcio==1.34.1 +gunicorn==20.1.0 h5py==3.1.0 idna==2.10 +itsdangerous==2.0.0 +Jinja2==3.0.0 joblib==1.0.1 jsonpickle==1.5.2 kaggle==1.5.12 keras-nightly==2.5.0.dev2021032900 Keras-Preprocessing==1.1.2 kiwisolver==1.3.1 +Mako==1.1.4 Markdown==3.3.4 +MarkupSafe==2.0.0 matplotlib==3.4.2 +mlflow==1.17.0 munch==2.5.0 numpy==1.19.5 oauthlib==3.1.0 @@ -31,6 +45,8 @@ opt-einsum==3.3.0 packaging==20.9 pandas==1.2.4 Pillow==8.2.0 +prometheus-client==0.10.1 +prometheus-flask-exporter==0.18.2 protobuf==3.15.8 py-cpuinfo==8.0.0 pyasn1==0.4.8 @@ -38,8 +54,11 @@ pyasn1-modules==0.2.8 pymongo==3.11.4 pyparsing==2.4.7 python-dateutil==2.8.1 +python-editor==1.0.4 python-slugify==4.0.1 pytz==2021.1 +PyYAML==5.4.1 +querystring-parser==1.2.4 requests==2.25.1 requests-oauthlib==1.3.0 rsa==4.7.2 @@ -49,6 +68,9 @@ scipy==1.6.1 six==1.15.0 sklearn==0.0 smmap==4.0.0 +SQLAlchemy==1.4.15 +sqlparse==0.4.1 +tabulate==0.8.9 tensorboard==2.5.0 tensorboard-data-server==0.6.0 tensorboard-plugin-wit==1.8.0 @@ -60,5 +82,6 @@ threadpoolctl==2.1.0 tqdm==4.59.0 typing-extensions==3.7.4.3 urllib3==1.26.4 -Werkzeug==1.0.1 +websocket-client==0.59.0 +Werkzeug==2.0.0 wrapt==1.12.1