diff --git a/Jenkinsfile b/Jenkinsfile index 5b408ff..ede5ffb 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -12,6 +12,11 @@ pipeline { TOKEN = credentials('c661e484bb4f032f8a0a5b02cda6f3344ca584b5') } + parameters { + string(name: 'REPO_NAME', defaultValue: '', description: 'Repo Name') + string(name: 'GIT_REF', defaultValue: '', description: 'Git Ref') + } + options { buildDiscarder( BuildHistoryManager([