commit | c7fa32aa6b37b98c6e9c27c74720de04f17b9c37 | [log] [tgz] |
---|---|---|
author | dtsapikov <dtsapikov@mirantis.com> | Wed Apr 12 19:40:03 2023 +0400 |
committer | Dmitry Tsapikov <dtsapikov@mirantis.com> | Wed Apr 12 15:43:34 2023 +0000 |
tree | 1b3b72996173e205d8dcad3a07fa83089b533135 | |
parent | 8beea758e2f6e1d100b28904f0940e8b01166fed [diff] |
Add dataclasses in selfdeploy job Related-Prod:PROD-37145 Change-Id: Ia076a50a453b09103bf7e2b6952f845a9fda1757
diff --git a/jobs/pipelines/self-deploy-jobs.groovy b/jobs/pipelines/self-deploy-jobs.groovy index 57f1c9e..2d048be 100644 --- a/jobs/pipelines/self-deploy-jobs.groovy +++ b/jobs/pipelines/self-deploy-jobs.groovy
@@ -12,7 +12,7 @@ virtualenv -p python3 .venv fi if [ -z "\$(./.venv/bin/pip freeze | grep jenkins-job-builder)" ]; then - ./.venv/bin/pip install 'jenkins-job-builder>=2.0.0.0b2' + ./.venv/bin/pip install 'jenkins-job-builder>=2.0.0.0b2' dataclasses fi """ }