From 5b57c9b9f7d2cbb690bcfdd58f6e422f7c2f0b43 Mon Sep 17 00:00:00 2001 From: joungmin Date: Thu, 19 Feb 2026 13:00:45 +0900 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index d2d4c4a..d74ea79 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -18,8 +18,6 @@ pipeline { // Snyk (uncomment and configure) // SNYK_TOKEN = credentials('snyk-token') - // Paths - WORKSPACE = "${WORKSPACE}" } stages { @@ -331,7 +329,7 @@ pipeline { pytest tests/ --tb=short pytest tests/test_security.py --tb=short supervisorctl restart openclaw - ' + ''' ) ] )