PCCSE · Question #77
Which two processes ensure that builds can function after a Console upgrade? (Choose two )
The correct answer is A. updating any build environments that have twistcli included to use the latest version B. configuring build pipelines to download twistcli at the start of each build. After a Console upgrade, twistcli (the CLI scanner used in CI/CD pipelines) must match the Console version. Two valid approaches are: (A) updating any build environments where twistcli is pre-installed to use the latest version matching the upgraded Console, and (B) configuring p
Question
Which two processes ensure that builds can function after a Console upgrade? (Choose two )
Options
- Aupdating any build environments that have twistcli included to use the latest version
- Bconfiguring build pipelines to download twistcli at the start of each build
- Ccreating a new policy that allows older versions of twistcli to connect the Console
- Dallowing Jenkins to automatically update the plugin
How the community answered
(29 responses)- A90% (26)
- C3% (1)
- D7% (2)
Explanation
After a Console upgrade, twistcli (the CLI scanner used in CI/CD pipelines) must match the Console version. Two valid approaches are: (A) updating any build environments where twistcli is pre-installed to use the latest version matching the upgraded Console, and (B) configuring pipelines to dynamically download twistcli at the start of each build-this self-heals automatically after a Console upgrade since the download always fetches the current version. Option C is incorrect because there is no policy to allow older twistcli versions. Option D is incorrect because Jenkins plugins do not auto-update by themselves.
Topics
Community Discussion
No community discussion yet for this question.