scaffold-command icon indicating copy to clipboard operation
scaffold-command copied to clipboard

`bitbucket` isn't a valid `--ci` value

Open henrywright opened this issue 6 years ago • 1 comments

I can't seem to generate a configuration file for Bitbucket Pipelines.

$ wp scaffold plugin-tests my-plugin --ci=bitbucket
Error: Parameter errors: Invalid value specified for 'ci' (Choose a configuration file for a continuous integration provider.)

Yet I can generate a configuration file for the CircleCI provider.

$ wp scaffold plugin-tests my-plugin --ci=circle
Success: Created test files.

Does this indicate an issue with the bitbucket provider?

henrywright avatar Jan 24 '19 21:01 henrywright

Does this still apply?

Looking at the help generated by wp scaffold plugin-tests --help there is an option --ci=bitbucket. Maybe this issue is outdated?

mvhirsch avatar Aug 24 '22 07:08 mvhirsch

Does this still apply?

I haven't tried but note I used the --ci-bitbucket option originally and got the error message posted above

henrywright avatar Oct 15 '22 09:10 henrywright

I cannot reproduce this. The Bitbucket files are created as expected when using this option.

swissspidy avatar Nov 11 '23 10:11 swissspidy