oracle-quickstart / oci-arch-jenkins

Universal Permissive License v1.0
5 stars 10 forks source link

Error using outdated script for Jenkins? #9

Open ajhindle opened 2 years ago

ajhindle commented 2 years ago

Hi I got this error when deploying the Stack with your code, in OCI:

null_resource.Jenkins_provisioner (remote-exec): Status: Downloaded newer image for jenkins/jenkins:lts
null_resource.Jenkins_provisioner (remote-exec): WARN: install-plugins.sh has been removed, please switch to jenkins-plugin-cli
Error: error executing "/tmp/terraform_526339438.sh": Process exited with status 1

Is the script install-plugins.sh outdated? Can you please fix this and/or tell me the workaround?

Thanks!

ahmedmansour5 commented 1 year ago

Hello @ajhindle,

Kindly try the minimum deployment below and it should have the fix for the outdated script issue: https://github.com/oracle-devrel/terraform-jenkins-ci-cd-oci

Let me know if this has the fix needed!