diff --git a/Jenkinsfile-training b/Jenkinsfile-training index 8077054..e6f5aa9 100644 --- a/Jenkinsfile-training +++ b/Jenkinsfile-training @@ -7,12 +7,6 @@ pipeline{ description: 'Number of epochs', defaultValue: '10' ) - - string( - name: 'BRANCH', - description: 'Branch name', - defaultValue: 'master' - ) } stages{