Fix cleanws

This commit is contained in:
2026-04-04 23:42:53 +00:00
parent c6df657153
commit 2aa12d3d09

View File

@@ -10,18 +10,6 @@ pipeline {
}
stages {
stage('Clean Workspace') {
steps {
cleanWs(
deleteDirs: true,
patterns: [
[pattern: 'twitter_browser_state.json', type: 'EXCLUDE'],
[pattern: 'twitter2bsky.log', type: 'EXCLUDE'],
[pattern: 'screenshots/**', type: 'EXCLUDE']
]
)
}
}
stage('Checkout Code') {
steps {
// Pulls the code from the repository where this Jenkinsfile lives