commit | 4759ae41cd5c4d219245d88f1d151a877e453052 | [log] [tgz] |
---|---|---|
author | Hanna Arhipova <harhipova@mirantis.com> | Mon Jan 11 12:48:14 2021 +0200 |
committer | Hanna Arhipova <harhipova@mirantis.com> | Mon Feb 08 16:51:44 2021 +0200 |
tree | 13d9c7dac89e34f7e015af20948c4f97fb7b91e0 | |
parent | 01bd0325263784e4a38a6f54df058af79b87d1e3 [diff] [blame] |
Add pipeline to start long test scenarious PROD-36050 Change-Id: I7e381385d74bf4e3703d755c343bd2f380f9e253
diff --git a/jobs/pipelines/self-deploy-jobs.groovy b/jobs/pipelines/self-deploy-jobs.groovy index 5815cd3..7707a8e 100644 --- a/jobs/pipelines/self-deploy-jobs.groovy +++ b/jobs/pipelines/self-deploy-jobs.groovy
@@ -8,7 +8,7 @@ stage('Prepre venv'){ sh """ if [ ! -d .venv ]; then - echo "Can't find python virtal env, installing" + echo "Can't find python virtual env, installing" virtualenv -p python3 .venv fi if [ -z "\$(./.venv/bin/pip freeze | grep jenkins-job-builder)" ]; then