summaryrefslogtreecommitdiffstats
path: root/jjb/kuberef/kuberef-run-linting.sh
AgeCommit message (Collapse)AuthorFilesLines
2024-01-10Clean Obselete jobsCédric Ollivier1-130/+0
This will be safely reverted if the projects are active back. Change-Id: Ic9155b3d0e0633c5b08df297bf676c05e67d4b45 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2020-08-28Improve kuberef lint scriptVictor Morales1-6/+72
The OPNFV security audit releng's job prevent to retrieve binaries from external sources which results on depending to the binaries provided by the OS package managers. This change pretends to cover different scenarios where the Jenkins builder is unknown. Signed-off-by: Victor Morales <v.morales@samsung.com> Change-Id: I37d9b15d3ac9de0b06a96e07eed90f7cc717f444
2020-08-27Enable external sources for kuberef shellcheckVictor Morales1-1/+9
Shellcheck is failing on the execution given that it's missing the -x argument. This change fixes that problem adding the argument. Signed-off-by: Victor Morales <v.morales@samsung.com> Change-Id: Idc1795b604f4b88e5e4468b8fd26b961c08455bf
2020-08-13Add Lint process to KuberefVictor Morales1-0/+56
Lint tools allow to check syntax errors and verify best practices on coding. This change includes a Jenkins Job for running those tools on every change submitted. Signed-off-by: Victor Morales <v.morales@samsung.com> Change-Id: I0a4a5378a8e75322993be049b961886d5595c0db