shinesolutions / aem-opencloud-manager

A set of Jenkins pipelines for provisioning and managing AEM OpenCloud environments
Apache License 2.0
6 stars 6 forks source link

Missing provisioner for pipeline installation/aws/create-aem-aws-stack-builder-resources #86

Open cliffano opened 2 years ago

cliffano commented 2 years ago

Describe the bug Jenkins shows this error message when create-aem-aws-stack-builder-resources pipeline is executed:

Console Output
Started by user cliff.subagio@cbussuper.com.au
ERROR: Unable to find provisioners/jenkins/jenkinsfiles/aem-opencloud/installation/aws/create-aem-aws-stack-builder-resources/ from git https://github.com/shinesolutions/aem-opencloud-manager
Finished: FAILURE

To Reproduce Steps to reproduce the behavior:

  1. Go to AEM OpenCloud Manager folder
  2. Click on installation, aws, and then create-aem-aws-stack-builder-resources
  3. Start the build pipeline, it will fail
  4. View the console output result and it shows that error message

Expected behavior Pipeline should succeed and create an AEM AWS Stack Builder resources stack

Environment (please complete the following information if relevant):

Additional context This error is basically caused by AEM OpenCloud Manager codebase not having the Jenkinsfile for that pipeline.