From 54376ae84a8425c1ac09c5cb30638d0d43a13a94 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Thu, 31 Jul 2025 10:13:18 -0500 Subject: [PATCH] enable testing --- .jenkins_builds | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.jenkins_builds b/.jenkins_builds index 6ea987fb..1933d64d 100644 --- a/.jenkins_builds +++ b/.jenkins_builds @@ -6,7 +6,7 @@ pipeline { environment { DEVELOPER_PRIVATE_KEY = "/.ci/repertory/cert/developer.priv" DEVELOPER_PUBLIC_KEY = "/.ci/repertory/cert/developer.pub" - PROJECT_TEST_CONFIG_DIR = "/.ci/repertory/test_config" + PROJECT_TEST_CONFIG_DIR = "/.ci/repertory/test" } options { @@ -48,6 +48,14 @@ pipeline { } } + stage('linux_x86_64_test') { + agent any + + steps { + sh 'scripts/test.sh' + } + } + stage('deliver') { agent any