From: Jessica Wagantall Date: Wed, 7 Feb 2024 17:46:09 +0000 (-0800) Subject: Revert "Feat!: Update JJB version to 6x" X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=ci-management.git;a=commitdiff_plain;h=c156322a36953c7b93958b84ae7766496834a42a Revert "Feat!: Update JJB version to 6x" This reverts commit 43094c459398b7a2d848760b326efb2f92c9fd45. Change-Id: I0dffdc9709b0a9fa2a67894eca9349fd11d6a0ec Signed-off-by: Jessica Wagantall --- diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cfceb847..ea2aa9f6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,25 +4,25 @@ default_language_version: node: "14.13.0" repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.2.0 hooks: - id: check-json - id: trailing-whitespace - repo: https://github.com/pre-commit/mirrors-prettier - rev: v4.0.0-alpha.8 + rev: v2.6.2 hooks: - id: prettier stages: [commit] - repo: https://github.com/jorisroovers/gitlint - rev: v0.19.1 + rev: v0.17.0 hooks: - id: gitlint stages: [commit-msg] - repo: https://github.com/jumanjihouse/pre-commit-hooks - rev: 3.0.0 + rev: 2.1.6 hooks: - id: shellcheck exclude: > @@ -33,6 +33,6 @@ repos: )$ - repo: https://github.com/adrienverge/yamllint - rev: v1.34.0 + rev: v1.26.3 hooks: - id: yamllint diff --git a/global-jjb b/global-jjb index 5d336574..766dbef8 160000 --- a/global-jjb +++ b/global-jjb @@ -1 +1 @@ -Subproject commit 5d336574e77fb349ace15356ef8ffb816d463544 +Subproject commit 766dbef8a63d824d6e551d4f179806521be95d13 diff --git a/tox.ini b/tox.ini index 72ca6499..56241b11 100644 --- a/tox.ini +++ b/tox.ini @@ -5,7 +5,7 @@ skipsdist = true [testenv:jenkins-jobs] deps = - jenkins-job-builder=={env:JJB_VERSION:5.1.0} + jenkins-job-builder=={env:JJB_VERSION:5.0.2} commands = jenkins-jobs {posargs:--help}