Added a second test
Some checks are pending
autoBIGS.galaxy/pipeline/head Build queued...

This commit is contained in:
2025-02-21 22:14:07 +00:00
parent 7c0d209470
commit 52bd3ac07d
5 changed files with 182 additions and 17 deletions

4
Jenkinsfile vendored
View File

@@ -2,7 +2,7 @@ pipeline {
agent {
kubernetes {
cloud 'rsys-devel'
defaultContainer 'pip'
defaultContainer 'rootless-pip'
inheritFrom 'pip'
}
}
@@ -11,6 +11,8 @@ pipeline {
stage ("install") {
steps {
sh 'pip install -r requirements.txt'
sh 'pip install standard-imghdr'
sh 'useradd galaxy -m'
}
}
stage ("lint") {