You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be very helpful to have a learning lab that walks through how to containerize Jenkins and set it up so that the instance comes up preconfigured using:
Plugin Installation: installed during container build time Jenkins Server Configs: configured using Jenkins Configuration as Code (JCasC) Job Configurations: Created using Job DSL and invoked from the JCasC file Everything Else: for things that can’t be easily configured using Job DSL or JCasC, use System Groovy Scripts invoked from JCasC
This learning lab should show how to take the upstream Jenkins community image and customize it for use with SDP:
Show how to manually configure a Jenkins instance (plugin installs, instance configs, job configs)
Show how to automate that manual configuration by extending the community container image with the strategies outlined above
The text was updated successfully, but these errors were encountered:
It would be very helpful to have a learning lab that walks through how to containerize Jenkins and set it up so that the instance comes up preconfigured using:
Plugin Installation: installed during container build time
Jenkins Server Configs: configured using Jenkins Configuration as Code (JCasC)
Job Configurations: Created using Job DSL and invoked from the JCasC file
Everything Else: for things that can’t be easily configured using Job DSL or JCasC, use System Groovy Scripts invoked from JCasC
This learning lab should show how to take the upstream Jenkins community image and customize it for use with SDP:
The text was updated successfully, but these errors were encountered: