$ salt dwellers state.sls roles/paas-docker/containers/jenkins_agent dwellers: ---------- ID: /srv/jenkins/test/agents_homes/zosso Function: file.directory Result: True Comment: Started: 19:43:55.921717 Duration: 18.507 ms Changes: ---------- /srv/jenkins/test/agents_homes/zosso: ---------- directory: new ---------- ID: selinux_context_jenkins_agent_zosso_home Function: selinux.fcontext_policy_present Name: /srv/jenkins/test/agents_homes/zosso Result: True Comment: Started: 19:43:55.943779 Duration: 5193.594 ms Changes: ---------- new: ---------- /srv/jenkins/test/agents_homes/zosso: ---------- filetype: all files sel_type: container_file_t old: ---------- ---------- ID: selinux_context_jenkins_agent_zosso_home_applied Function: selinux.fcontext_policy_applied Name: /srv/jenkins/test/agents_homes/zosso Result: True Comment: Started: 19:44:01.137929 Duration: 53.398 ms Changes: ---------- /srv/jenkins/test/agents_homes/zosso: ---------- new: ---------- sel_type: container_file_t old: ---------- sel_type: var_t ---------- ID: /srv/jenkins/test/agents_homes/zosso/.ssh Function: file.directory Result: True Comment: Started: 19:44:01.191826 Duration: 5.508 ms Changes: ---------- /srv/jenkins/test/agents_homes/zosso/.ssh: ---------- directory: new ---------- ID: /srv/jenkins/test/agents_homes/zosso/.ssh/authorized_keys Function: file.managed Result: True Comment: File /srv/jenkins/test/agents_homes/zosso/.ssh/authorized_keys updated Started: 19:44:01.197575 Duration: 22.784 ms Changes: ---------- diff: New file group: 433 user: 431 ---------- ID: zosso Function: docker_container.running Result: True Comment: Created container 'zosso' Started: 19:44:01.527239 Duration: 2401.256 ms Changes: ---------- container: ---------- Networks: ---------- bridge: ---------- IPConfiguration: ---------- new: not connected old: automatic jenkinsTest: ---------- Gateway: ---------- new: 172.21.5.1 old: None IPAddress: ---------- new: 172.21.5.3 old: None container_id: ---------- added: 3785f0266792d0cba2ddeb655b279d4be69b4723c81878363dd762cd9471efda state: ---------- new: running old: None
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
May 23 2022
Seems we need some sudo here to be able to access containers' files in /srv.
May 22 2022
Created relevant DNS record:
Issue reported for threshold solved.
For the test-notifications-php job, the builds fail because some tests are skipped.
Rebased. Add return type.
May 21 2022
Still some issues with phpdox at https://ci.nasqueron.org/job/test-notifications-php/222/console (job triggered after commit is published to GitHub):
By coherence with TCL commands and our own commands (e.g. registry), I'd suggest to add a procedure vault to dispatch vault subcommand to vault_get, vault_login, etc. if they exists.
May 12 2022
May 8 2022
Failure expected: any build before D2674 is merged will fail.
phpDox isn't currently compatible with PHP 8.1. Deprecations are transformed into fatal errors, even if at the start an error_reporting() instruction is left.
Replace image by image_flavour to avoid confuse paas_docker.get_image
#!/bin/sh # # Usage: jenkins <container name> <command> [args]