Hi,
Has somebody a good example of using bitbucket pipelines with Lucee ?
Thanks a lot,
Hi Didier,
I'm not familiar with Lucee, so I can't provide any specific guidance here.
Have you got this working already locally? If so, you can move all your script commands into a single shell script file checked into your repository, and then execute that script from Pipelines.
Lucee appears to be a JVM based framework? You may want to use a Java based configuration and then install Lucee as part of your script.
Once you get the script set up, you can try work with a Docker environment so you can verify you're installing dependencies correctly: https://confluence.atlassian.com/bitbucket/debug-your-pipelines-locally-with-docker-838273569.html
After that you should have enough information to configure your Pipelines scripts.
Thanks,
Phil
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.