Error when executing always post condition: Also: org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: ff9a8374-7f37-456f-a737-296eb066b589 java.lang.NoSuchMethodError: No such DSL method 'snsPublish' found among steps
I installed the plugin and am able to use it with freestyle projects but when I do it in my pipeline it keeps saying snsPublish is not part of steps since I want to Publish my build status to my AWS SNS Topic
The snsnotify plugin does not provide a Pipeline step . This is an enhancement request rather than a bug report.
There is no Pipeline steps reference entry for the snsnotify plugin. Such a Pipeline step would need to be implemented as a new feature of the plugin or you would need to use a different facility to send the request.
Mark Waite
added a comment - The snsnotify plugin does not provide a Pipeline step . This is an enhancement request rather than a bug report.
There is no Pipeline steps reference entry for the snsnotify plugin. Such a Pipeline step would need to be implemented as a new feature of the plugin or you would need to use a different facility to send the request.
Unassigned
Su
Votes:
2Vote for this issue
Watchers:
3Start watching this issue
Created:
Updated:
{"errorMessages":["jqlTooComplex"],"errors":{}}
[{"id":-1,"name":"My open issues","jql":"assignee = currentUser() AND resolution = Unresolved order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":true},{"id":-2,"name":"Reported by me","jql":"reporter = currentUser() order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":true},{"id":-4,"name":"All issues","jql":"order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-5,"name":"Open issues","jql":"resolution = Unresolved order by priority DESC,updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-9,"name":"Done issues","jql":"statusCategory = Done order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-3,"name":"Viewed recently","jql":"issuekey in issueHistory() order by lastViewed DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-6,"name":"Created recently","jql":"created >= -1w order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-7,"name":"Resolved recently","jql":"resolutiondate >= -1w order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-8,"name":"Updated recently","jql":"updated >= -1w order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false}]
The snsnotify plugin does not provide a Pipeline step . This is an enhancement request rather than a bug report.
There is no Pipeline steps reference entry for the snsnotify plugin. Such a Pipeline step would need to be implemented as a new feature of the plugin or you would need to use a different facility to send the request.