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
We are running Jenkins CI on Amazon Linux instance which need to start ladle server for testing.
Here is our invoke code snippet:
mock_ldap_server=Ladle::Server.new:quiet=>false,:port=>ladle_port,:ldif=>'ldap/xxx.ldif',:custom_schemas=>"ldap/xxx.schema",:domain=>'DC=XXX,DC=internal',:tmpdir=>'tmp'puts"Booting ladle for #{Rails.env}..."mock_ldap.startProcess.wait
We are running Jenkins CI on Amazon Linux instance which need to start ladle server for testing.
Here is our invoke code snippet:
Here is the error log:
Anyone has any ideas?
The text was updated successfully, but these errors were encountered: