Switched back to normal pip container
Some checks failed
autoBIGS.galaxy/pipeline/head There was a failure building this commit

This commit is contained in:
Harrison Deng 2025-02-21 22:18:47 +00:00
parent 5042d0d5fa
commit aaeb02853e

2
Jenkinsfile vendored
View File

@ -2,7 +2,7 @@ pipeline {
agent {
kubernetes {
cloud 'rsys-devel'
defaultContainer 'rootless-pip'
defaultContainer 'pip'
inheritFrom 'pip'
}
}