Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Go to Audit page where you can look for entries related to CMJ operations. You can filter by time range to locate recent activity. Audit Logging

  • Search for an entry with a message similar to:

    Code Block
    Started deployment of configuration snapshot '{snapshot configuration name}'

    Where {snapshot configuration name} is the name of your configuration snapshot.

  • Check the timestamp and details provided in the log entry. This will indicate whether the deployment is still in progress or has encountered any issues.

...

Code Block
http://host:port/context/rest/configuration-manager/1.0/deploymentdeployments/{currentOperationID}

Replace {currentOperationID} with the operation ID obtained from the failed deployment message.

...

Code Block
http://localhost:2990/jira/rest/configuration-manager/1.0/deploymentdeployments/{currentOperationID}
Info

Context Path

The example above specifies a context path of “/jira”. Keep in mind that the context path may be different or not present for your installation of Jira.

...