Increased user friendliness
Some checks failed
automlst.cli/pipeline/head There was a failure building this commit
Some checks failed
automlst.cli/pipeline/head There was a failure building this commit
Added default MLST scheme Added multiple ways of defining a MLST scheme CSV output now shows database name for each scheme ID Now uses native argparse library for ensuring mutual exclusivity of arguments and whether or not one is required. Updated to use 0.13.* of engine
This commit is contained in:
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@@ -36,10 +36,9 @@ pipeline {
|
||||
parallel {
|
||||
stage ("git.reslate.systems") {
|
||||
when {
|
||||
not {
|
||||
tag '*.*.*'
|
||||
}
|
||||
branch '**/main'
|
||||
}
|
||||
|
||||
environment {
|
||||
CREDS = credentials('username-password-rs-git')
|
||||
}
|
||||
|
Reference in New Issue
Block a user