-
Bug
-
Resolution: Unresolved
-
Blocker
Hi,
We are using Jira-Steps plugin to get the list of tickets from Jenkins but when we are trying to execute a simple JQL, we are getting the following error:
[Pipeline] jiraJqlSearch (hide)JIRA: Site - Search JQL: project = PROJECTNAME startAt: 0 maxResults: 1000 Error Code: -1 Error Message: Unrecognized character: 0xa
And there is the pipeline script:
pipeline {
agent any stages {
stage('Hello') {
steps {
jiraJqlSearch jql: 'project = PROJECTNAME', site: ''
}
}
}
}
We are using Jenkings 2.346.3 and Jira-Steps 2.0.141.vd0c6e6dc83f0
Let me know if you need more information.
Thank's in advance for your help.