Este contenido no está disponible en el idioma seleccionado.
3.9. Jenkins Build Failures
If a gear running Jenkins is already present when the
Copy to Clipboard
Copied!
Toggle word wrap
Toggle overflow
Checking the Jenkins application's logs will reveal the following invalid credential messages:
Copy to Clipboard
Copied!
Toggle word wrap
Toggle overflow
To address these issues, first restart the broker service:
Copy to Clipboard
Copied!
Toggle word wrap
Toggle overflow
Then run the
Copy to Clipboard
Copied!
Toggle word wrap
Toggle overflow
See the command's
AUTH_SALT
setting is changed in the /etc/openshift/broker.conf
file, subsequent Jenkins builds will initially fail with the following:
service openshift-broker restart
# service openshift-broker restart
oo-admin-broker-auth
tool to rekey the gears' authorization tokens. To rekey the tokens for all applicable gears, run the tool with the --rekey-all
option:
oo-admin-broker-auth --rekey-all
# oo-admin-broker-auth --rekey-all
--help
output and man page for additional options and more detailed use cases.
When the gears are successfully rekeyed, future builds should continue as normal.