Added kubernetes selector.
Some checks failed
filterfasta/pipeline/head There was a failure building this commit
Some checks failed
filterfasta/pipeline/head There was a failure building this commit
This commit is contained in:
parent
bf357a5524
commit
6de659df58
13
Jenkinsfile
vendored
13
Jenkinsfile
vendored
@ -1,11 +1,12 @@
|
||||
pipeline {
|
||||
agent any
|
||||
stages {
|
||||
stage("clean") {
|
||||
steps {
|
||||
sh 'rm -rf ./dist/*'
|
||||
}
|
||||
agent {
|
||||
kubernetes {
|
||||
cloud 'rsys-devel'
|
||||
defaultContainer 'pip'
|
||||
inheritFrom 'pip'
|
||||
}
|
||||
}
|
||||
stages {
|
||||
stage("install") {
|
||||
steps {
|
||||
sh 'pip install -r requirements.txt'
|
||||
|
Loading…
x
Reference in New Issue
Block a user