Update Jenkinsfile
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -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
|
||||||
'
|
'''
|
||||||
)
|
)
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user