Skip to content

feat: add support to change default owner and group when calling jenkins_plugin module #48

feat: add support to change default owner and group when calling jenkins_plugin module

feat: add support to change default owner and group when calling jenkins_plugin module #48

Status Failure
Total duration 1m 20s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yml

on: pull_request
Matrix: lint
Ansible Galaxy import
0s
Ansible Galaxy import
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 8 warnings
schema[meta]: meta/main.yml#L1
$.galaxy_info.min_ansible_version 2.7 is not of type 'string'. See https://docs.ansible.com/ansible/latest/playbook_guide/playbooks_reuse_roles.html#using-role-dependencies
fqcn[action-core]: tasks/main.yml#L2
Use FQCN for builtin module actions (uri).
name[casing]: tasks/main.yml#L2
All names should start with an uppercase letter.
fqcn[action-core]: tasks/main.yml#L10
Use FQCN for builtin module actions (fail).
name[casing]: tasks/main.yml#L10
All names should start with an uppercase letter.
fqcn[action-core]: tasks/main.yml#L15
Use FQCN for builtin module actions (debug).
fqcn[action]: tasks/main.yml#L28
Use FQCN for module actions, such `community.general.jenkins_script`.
fqcn[action-core]: tasks/main.yml#L45
Use FQCN for builtin module actions (uri).
name[casing]: tasks/main.yml#L45
All names should start with an uppercase letter.
fqcn[action-core]: tasks/main.yml#L70
Use FQCN for builtin module actions (debug).
Lint (min_ansible_version)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Lint (min_ansible_version): defaults/main.yml#L35
35:121 [line-length] line too long (156 > 120 characters)
Lint (latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Lint (latest): defaults/main.yml#L35
35:121 [line-length] line too long (156 > 120 characters)
warning[outdated-tag]: tasks/main.yml#L45
Replaced outdated tag '503' with 'no-handler', replace it to avoid future errors
jinja[spacing]: tests/requirements/wcm_io_devops.jenkins_service/tasks/restart_jenkins.yml#L4
Jinja2 spacing could be improved: {{ lookup('pipe','date +%s') | int - _jenkins_service_last_restart_timestamp | default(0) | int }} -> {{ lookup('pipe', 'date +%s') | int - _jenkins_service_last_restart_timestamp | default(0) | int }}
jinja[spacing]: tests/requirements/wcm_io_devops.jenkins_service/tasks/restart_jenkins.yml#L14
Jinja2 spacing could be improved: {{ lookup('pipe','date +%s') | int }} -> {{ lookup('pipe', 'date +%s') | int }}
jinja[spacing]: tests/requirements/wcm_io_devops.jenkins_service/tasks/restart_jenkins.yml#L20
Jinja2 spacing could be improved: jenkins restart blocked because lockfile is not old enough: {{ _jenkins_service_seconds_since_last_restart |int }}s < {{ jenkins_service_restart_blocking_seconds }}s -> jenkins restart blocked because lockfile is not old enough: {{ _jenkins_service_seconds_since_last_restart | int }}s < {{ jenkins_service_restart_blocking_seconds }}s