Changed requested kubernetes container to be miniforge
This commit is contained in:
parent
2822a483e3
commit
576dc303f4
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -2,8 +2,8 @@ pipeline {
|
||||
agent {
|
||||
kubernetes {
|
||||
cloud 'rsys-devel'
|
||||
defaultContainer 'pip'
|
||||
inheritFrom 'pip'
|
||||
defaultContainer 'miniforge3'
|
||||
inheritFrom 'miniforge'
|
||||
}
|
||||
}
|
||||
stages {
|
||||
|
Loading…
x
Reference in New Issue
Block a user