You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I have a lot of Python + Spark scripts in bitbucket, I use bamboo to do some variable replacement and deploy into a target environment. I might need to validate the code using Pylint or sonarqube(not sure if Sonarqube will support python). any guidance on how to start with ?
Hi! How are you doing?
In fact you could combine both Pylint and SonarQube.
You would have to install Pylint and Sonar Scanner in your Bamboo agent machine.
In your script you would have to call Pylint and then send the results to SonarQube using either the Sonar for Bamboo paid app (https://marketplace.atlassian.com/apps/1212756/sonar-for-bamboo?hosting=server&tab=overview) or the Sonar Scanner command line.
This page describes how to generate the Pylint report and how to inform SonarQube the path of it: https://docs.sonarqube.org/latest/analysis/languages/python/
Hope this helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.