This commit is contained in:
Tomasz Sęk 2019-11-29 11:41:00 +01:00
parent e911468833
commit ee4f4a3333
No known key found for this signature in database
GPG Key ID: DC356D23F6A644D0
1 changed files with 1 additions and 0 deletions

View File

@ -104,6 +104,7 @@ func (r *ReconcileJenkinsBaseConfiguration) Reconcile() (reconcile.Result, jenki
return reconcile.Result{}, nil, err return reconcile.Result{}, nil, err
} }
if !ok { if !ok {
//TODO add what plugins have been changed
message := "Some plugins have changed, restarting Jenkins" message := "Some plugins have changed, restarting Jenkins"
r.logger.Info(message) r.logger.Info(message)