Skip to content

Commit

Permalink
ci: remove specialized dockerfile for ci testing packages on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
henryborchers committed Oct 21, 2024
1 parent 8705252 commit 0fca616
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,33 +17,6 @@ def getPypiConfig() {

// ****************************************************************************


//def getToxTests(){
// def envs = []
// node('docker && linux'){
// docker.image('python').inside('--mount source=python-tmp-hathizip,target=/tmp'){
// try{
// checkout scm
// sh(script: 'python3 -m venv venv && venv/bin/pip install uv')
// envs = sh(
// label: 'Get tox environments',
// script: './venv/bin/uvx --quiet --with tox-uv tox list -d --no-desc',
// returnStdout: true,
// ).trim().split('\n')
// } finally{
// cleanWs(
// patterns: [
// [pattern: 'venv/', type: 'INCLUDE'],
// [pattern: '.tox', type: 'INCLUDE'],
// [pattern: '**/__pycache__/', type: 'INCLUDE'],
// ]
// )
// }
// }
// }
// return envs
//}

def startup(){
node(){
checkout scm
Expand Down

0 comments on commit 0fca616

Please sign in to comment.