Replies: 2 comments 2 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The .pct folder contains metadata that is used for multiple purposes (dependency compilation, SonarQube analysis,...).
Should this data typically be stored in Git?
I would assume not, since it is generated, but it still has value to be kept.
Should it be kept as a separate build artifact?
We're looking at setting up SonarQube and I see the sonar-project.properties mentions:
So I conclude that OpenEdge needs to be installed on the Sonar server and that the Sonar Scanner needs the r-code and .pct folder to operate as well.
Which means simply cloning the Git repo isn't enough if the .pct folder isn't in there (and binaries are obviously not in there either).
How do people typically set up an OpenEdge project (Git repo / artifact repository) for SonarQube analysis?
Beta Was this translation helpful? Give feedback.
All reactions