diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2018-02-19 14:34:17 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2018-02-19 14:34:17 +0300 |
commit | e21099b37bbbc28f236f23eea6b0ac347c80d395 (patch) | |
tree | 5dd6e5238678e01ac473822053a24086e10fb8e5 | |
parent | 0e23e55534bd6c5b28401f92dbcedb152ba4136a (diff) | |
download | bbprb-e21099b37bbbc28f236f23eea6b0ac347c80d395.tar.gz |
Fix documentation (cron spec is required)
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -44,6 +44,7 @@ Trigger's options in the job's XML configuration file: ```xml <triggers> <org.jenkinsci.plugins.bbprb.BitbucketBuildTrigger plugin="bbprb@0.2.0"> + <spec></spec> <ciKey>jenkins</ciKey> <ciName>Jenkins</ciName> <credentialsId>bitbucket-pwd</credentialsId> |