new label

This commit is contained in:
Kameron Kenny - pi501 2024-04-22 21:54:36 -04:00
parent 2d41cc6591
commit 868361fc3b
1 changed files with 1 additions and 7 deletions

6
Jenkinsfile vendored
View File

@ -31,11 +31,5 @@ pipeline {
sh 'docker compose ps' sh 'docker compose ps'
} }
} }
stage('Run tests against the container') {
steps {
}
}
} }
} }