Skip to content

Commit

Permalink
ci: removed unneeded specialized dockerfiles used in jenkins ci
Browse files Browse the repository at this point in the history
(cherry picked from commit 66941b3)
  • Loading branch information
henryborchers committed Nov 1, 2024
1 parent f321799 commit c6535b7
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 145 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@ pipeline {
cleanWs(
patterns: [
[pattern: 'venv/', type: 'INCLUDE'],
[pattern: '.tox', type: 'INCLUDE'],
[pattern: '.tox/', type: 'INCLUDE'],
[pattern: '**/__pycache__/', type: 'INCLUDE'],
]
)
Expand Down Expand Up @@ -717,7 +717,7 @@ pipeline {
cleanWs(
patterns: [
[pattern: 'venv/', type: 'INCLUDE'],
[pattern: '.tox', type: 'INCLUDE'],
[pattern: '.tox/', type: 'INCLUDE'],
[pattern: '**/__pycache__/', type: 'INCLUDE'],
]
)
Expand Down
11 changes: 0 additions & 11 deletions ci/docker/python/linux/jenkins/Dockerfile

This file was deleted.

39 changes: 0 additions & 39 deletions ci/docker/python/windows/jenkins/Dockerfile

This file was deleted.

93 changes: 0 additions & 93 deletions ci/docker/python/windows/tox/Dockerfile

This file was deleted.

0 comments on commit c6535b7

Please sign in to comment.