Changed requested kubernetes container to be miniforge

This commit is contained in:
Harrison Deng 2025-02-21 05:52:34 +00:00
parent 2822a483e3
commit 576dc303f4

4
Jenkinsfile vendored
View File

@ -2,8 +2,8 @@ pipeline {
agent {
kubernetes {
cloud 'rsys-devel'
defaultContainer 'pip'
inheritFrom 'pip'
defaultContainer 'miniforge3'
inheritFrom 'miniforge'
}
}
stages {