Revert "Feat!: Update JJB version to 6x" 14/12514/1
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Wed, 7 Feb 2024 17:46:09 +0000 (09:46 -0800)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Wed, 7 Feb 2024 17:46:22 +0000 (09:46 -0800)
This reverts commit 43094c459398b7a2d848760b326efb2f92c9fd45.

Change-Id: I0dffdc9709b0a9fa2a67894eca9349fd11d6a0ec
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
.pre-commit-config.yaml
global-jjb
tox.ini

index cfceb84..ea2aa9f 100644 (file)
@@ -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
index 5d33657..766dbef 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 5d336574e77fb349ace15356ef8ffb816d463544
+Subproject commit 766dbef8a63d824d6e551d4f179806521be95d13
diff --git a/tox.ini b/tox.ini
index 72ca649..56241b1 100644 (file)
--- 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}