Trying to recognize how I can run the python script which is located on GitHub https://github.com/rix0rrr/cover2cover on Jenkins pipeline
In readme documentation I see 'Add the following "post step" to your Jenkins build:' and command mkdir -p target/site/cobertura && cover2cover.py target/site/jacoco/jacoco.xml src/main/java > target/site/cobertura/coverage.xml
I am not really familiar with Jenkins and python, so from my understanding before the command above
- I need somehow to download the script into the Jenkins workspace? Or any possibility to recognize it without downloading it?
- Have Jenkins tool for cloning/downloading from Github?
- Should I wrap this command into something like this
sh mkdir foldersh python cover2cover.py