-2

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 ?

devarajbh
  • 519
  • 4
  • 9

1 Answers1

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