From afbd883e3e6567f80b0f73ee1c49145cd2334376 Mon Sep 17 00:00:00 2001 From: Harrison Deng Date: Fri, 3 Jan 2025 21:30:02 +0000 Subject: [PATCH] Updated credentials ID --- Jenkinsfile | 2 +- README.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index bfe76de..a23f7a0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -37,7 +37,7 @@ pipeline { } stage("publish") { environment { - CREDS = credentials('git.reslate.systems/ydeng') + CREDS = credentials('4d6f64be-d26d-4f95-8de3-b6a9b0beb311') } when { branch '**/main' diff --git a/README.md b/README.md index 362c819..e7510fe 100644 --- a/README.md +++ b/README.md @@ -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 export of spreadsheet file in the form of a CSV - [x] User friendly, and automatable (Galaxy compatible) command-line interface -- [ ] Interactive Web UI \ No newline at end of file +- [ ] Interactive Web UI +