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 - ' + ''' ) ] )