From 955c2b49638aa84de6e957259619daacb86b606d Mon Sep 17 00:00:00 2001 From: s430705 Date: Thu, 13 May 2021 09:38:43 +0200 Subject: [PATCH] fix type-o --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 945d6fb..0247dde 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -38,7 +38,7 @@ pipeline{ } post { success { - build job: 's430705-training/master', parameters: [string(name: 'epochs', defaultValue:'300'), string(name: 'BUILD_SELECTOR', defaultValue: lastSuccessful())] + build job: 's430705-training/master', parameters: [string(name: 'epochs', defaultValue:'300'), string(name: 'BUILD_SELECTOR', value: '')] } } } \ No newline at end of file