From c2ee54511a8ed1d6f7da9438a062c0cddcf2be1f Mon Sep 17 00:00:00 2001 From: Michael Hansen Date: Wed, 4 May 2022 14:43:17 -0400 Subject: [PATCH] when isn't working --- Jenkinsfile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index fa9300f..30c0806 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -35,6 +35,8 @@ pipeline { GITHUB_OWNER = 'mycroftAI' GITHUB_REPO = 'mimic3' + + TAG_NAME = 'release/v0.2.0' } stages { @@ -85,9 +87,9 @@ pipeline { // Create a new tagged Github release with source distribution and Debian packages stage('Publish dist') { - when { - tag 'release/v*.*.0' - } + // when { + // tag 'release/v*.*.0' + // } environment { MIMIC3_VERSION = readFile(file: 'mimic3_tts/VERSION').trim()