Show Woodpecker version on pipeline details#6316
Conversation
Store the server version at pipeline creation time so that historical pipelines show the version they were actually run on. The version is displayed in the pipeline header next to duration and created time. Closes woodpecker-ci#4204
Account with automation patterns detected 🤖We analyzed recent public events and found several patterns that are frequently associated with automated scripts or AI agents. Human? 49% likely to be a human.
Have thoughts about this account? Let the community know. 🕵🏽 Analyzed 189 public events via AgentScan |
Show empty string for older pipelines without version info instead of omitting the field entirely.
|
Please run |
|
@Sim-hu could you post a screenshot of this new feature? |
|
Thanks. Please move that info to the debug tab. |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #6316 +/- ##
==========================================
- Coverage 33.32% 33.31% -0.01%
==========================================
Files 420 420
Lines 28333 28335 +2
==========================================
Hits 9441 9441
- Misses 18014 18016 +2
Partials 878 878 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Thanks, wouldn't put it into it's own With a proper header ("Woodpecker version") and then just the version without translated string below is what I'd do. |
Address review feedback: remove separate Panel for version info, integrate into existing debug Panel using InputField with header. Use i18n-t component to bold the version string.
Address review feedback: show version in a code-box for easy copying, add description text, and add top padding to the InputField.
|
thanks 🚀 |






Stores the server version at pipeline creation time so that historical pipelines show the version they were actually run on, rather than the current server version.
Changes:
versionfield to thePipelinemodel (xorm auto-syncs the new column)versionin bothCreate()andRestart()pipeline flowsCloses #4204