Open zc-devs opened 11 months ago
web-ui
Running pipeline with a service, it doesn't change its status and logs are empty unless page are reloaded.
Pipeline:
services: database: image: mysql environment: - MYSQL_DATABASE=test - MYSQL_ROOT_PASSWORD=example ports: - 3306 steps: get-version: image: ubuntu commands: - ( apt update && apt dist-upgrade -y && apt install -y mysql-client 2>&1 )> /dev/null - sleep 60s # need to wait for mysql-server init - echo 'SHOW VARIABLES LIKE "version"' | mysql -uroot -hdatabase test -pexample
Start pipeline and click on the service step - logs exist:
Then switch to the general step and wait to complete - there are logs, status changes to completed, execution timer stops:
Switch back to the service - now there are no logs, step is executing forever:
After page reloading, all displays as expected - logs, status and execution timer:
The later should be without refreshing page.
2.0.0-rc.0, Kubernetes
No response
next
we have the info witch steps are services now.
so if we get an update about the pipeline/workflow e.g. that it has changed it's status. we now just need to update that services acordingliy
Component
web-ui
Describe the bug
Running pipeline with a service, it doesn't change its status and logs are empty unless page are reloaded.
Pipeline:
Start pipeline and click on the service step - logs exist:
Then switch to the general step and wait to complete - there are logs, status changes to completed, execution timer stops:
Switch back to the service - now there are no logs, step is executing forever:
After page reloading, all displays as expected - logs, status and execution timer:
The later should be without refreshing page.
System Info
Additional context
No response
Validations
next
version already [https://woodpecker-ci.org/faq#which-version-of-woodpecker-should-i-use]