gaelcolas / Sampler

Module template with build pipeline and examples, including DSC elements.
MIT License
167 stars 42 forks source link

guidelines to bitbucket, jenkins, jira, nexus stack #480

Open timoline opened 1 month ago

timoline commented 1 month ago

is there any documentation available to implement this fantastic module builder to bitbucket, jenkins, jira, nexus stack?

All I heard it would be simple, but it's pretty hard when you're a new kid on the corner.

johlju commented 1 month ago

Unfortunately no. I'm not familiar with those systems, maybe @gaelcolas know where best to ask?

If the system running the pipeline support running PowerShell then build and test should work. Deploy phase most likely need new tasks similar to https://github.com/SynEdgy/Sampler.AzureDevOpsTasks that was needed to support Azure DevOps.

You should look at the jobs in azure-pipelines.yml file and then create similar for the systemes where you need to run it, then see what fails. 🤔

johlju commented 1 month ago

Maybe best to ask in #DevOps channel in PowerShell Slack/Discord: https://poshcode.org/

timoline commented 1 month ago

why should I ask that question in a slack/discord channel? This is the correct medium

I aspected to get an answer like

change this or these files to.... and add an module/tasks to....

I dont think its too hard, but some guidelines would help