Update Jenkinsfile

This commit is contained in:
2026-02-19 13:00:45 +09:00
parent 82c78f2540
commit 5b57c9b9f7

4
Jenkinsfile vendored
View File

@@ -18,8 +18,6 @@ pipeline {
// Snyk (uncomment and configure) // Snyk (uncomment and configure)
// SNYK_TOKEN = credentials('snyk-token') // SNYK_TOKEN = credentials('snyk-token')
// Paths
WORKSPACE = "${WORKSPACE}"
} }
stages { stages {
@@ -331,7 +329,7 @@ pipeline {
pytest tests/ --tb=short pytest tests/ --tb=short
pytest tests/test_security.py --tb=short pytest tests/test_security.py --tb=short
supervisorctl restart openclaw supervisorctl restart openclaw
' '''
) )
] ]
) )