Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add annotation "Symbol" as "remoteBuild" #8

Merged
merged 4 commits into from Oct 23, 2017
Merged

Add annotation "Symbol" as "remoteBuild" #8

merged 4 commits into from Oct 23, 2017

Conversation

rinrinne
Copy link
Member

This patch adds annotation "Symbol" to TriggerDescriptor.
This has ability to use this in declarative pipeline script
as "remoteBuild" trigger. e.g.

pipeline {
  triggers {
    remoteBuild('<TOKEN>')
  }
}

This patch adds annotation "Symbol" to TriggerDescriptor.
This has ability to use this in declarative pipeline script
as "remoteBuild" trigger. e.g.

```
pipeline {
  triggers {
    remoteBuild('<TOKEN>')
  }
}
```
@rinrinne
Copy link
Member Author

rabbitmq-build-trigger.zip

Attached built module.

@rinrinne
Copy link
Member Author

Work as expected.

@rinrinne rinrinne merged commit 7cb48dc into master Oct 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant