I have a python project, locally I have setup tox to automate pep8, bandit scans, pytest etc... Now I 'm asked to move to existing CICD and they have given me a Jenkins file. I need to add these tox functionality to Jenkins that Jenkins file. Can I directly run these tox commands in the jenkins? Or do I need to look for similar functionality using Jenkins plugins ?
Asked
Active
Viewed 1,093 times
1 Answers
1
There is literally documentation on the tox website for using it in conjunction with Jenkins - https://tox.readthedocs.io/en/latest/example/jenkins.html.
Try to use Stackoverflow to get help with a solution that you came up with.

Sergej Lopatkin
- 1,071
- 9
- 11
-
I'm quite new to this. Are there any examples that I can use for reference? I 'm still facing issues even after following the steps from the above link. I may be missing something trivial. – devarajbh Jun 12 '20 at 06:23
-
At what step do you have troubles? – Sergej Lopatkin Jun 15 '20 at 14:28
-
That link literally no longer exists. – HeadCode Apr 26 '23 at 22:35