fix wrong typo in jenkinsfile

This commit is contained in:
cclecle
2023-03-27 23:48:18 +01:00
parent 0ef5a8f463
commit c6ed7ef0a1

2
Jenkinsfile vendored
View File

@@ -184,7 +184,7 @@ pipeline {
sh(". ~/BUILD_ENV/bin/activate && pip install --upgrade setuptools build pip copier jinja2-slug toml")
sh(". ~/TOOLS_ENV/bin/activate && pip install simple_rest_client requests twine packaging)
sh(". ~/TOOLS_ENV/bin/activate && pip install simple_rest_client requests twine packaging")
script {
if(_PROJECT_NAME!="pygitversionhelper") {