Updated credentials ID
All checks were successful
NSBDiagnosisToolkit/pipeline/head This commit looks good

This commit is contained in:
Harrison Deng 2025-01-03 21:30:02 +00:00
parent cb8adac970
commit afbd883e3e
2 changed files with 3 additions and 2 deletions

2
Jenkinsfile vendored
View File

@ -37,7 +37,7 @@ pipeline {
} }
stage("publish") { stage("publish") {
environment { environment {
CREDS = credentials('git.reslate.systems/ydeng') CREDS = credentials('4d6f64be-d26d-4f95-8de3-b6a9b0beb311')
} }
when { when {
branch '**/main' branch '**/main'

View File

@ -9,4 +9,5 @@ A software suite automating the diagnostic steps from Sanger Trace Files (ABIFs)
- [x] Automatic querying of Institut Pasteur's MLST databases - [x] Automatic querying of Institut Pasteur's MLST databases
- [x] Automatic export of spreadsheet file in the form of a CSV - [x] Automatic export of spreadsheet file in the form of a CSV
- [x] User friendly, and automatable (Galaxy compatible) command-line interface - [x] User friendly, and automatable (Galaxy compatible) command-line interface
- [ ] Interactive Web UI - [ ] Interactive Web UI