---
title: "Jenkins Deployment Tracking Integration with Retrace"
slug: "dt-integrations-retrace-with-jenkins"
description: "Easily integrate Stackify with Jenkins using the official plugin. Install, configure, and troubleshoot effortlessly. Streamline your deployment process."
updated: 2018-06-07T20:43:51Z
published: 2018-06-07T20:43:51Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.stackify.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Jenkins

Stackify has an official Jenkins plugin. The download and documentation can be found here:

[Stackify Retrace Deployment Recorder with Jenkins](https://plugins.jenkins.io/stackify-deployment-recorder)

## Installation

Manage Jenkins / Manage Plugins / Available

Search for 'Stackify' and install the 'Stackify Deployment Recorder' plugin.

![](https://wiki.jenkins.io/download/attachments/138448995/stackify-deployment-recorder-install.png?version=2&amp;modificationDate=1518128843000&amp;api=v2)

## Usage

Jenkins Job / Configure

Add the 'Record deployment in Stackify Retrace' Post Build Action

![](https://wiki.jenkins.io/download/attachments/138448995/stackify-deployment-recorder-postbuildaction.png?version=1&amp;modificationDate=1518128843000&amp;api=v2)

Fill in your Stackify API key first. You will then get a drop down list of applications to pick from.

![](https://wiki.jenkins.io/download/attachments/138448995/stackify-deployment-recorder-blankconfig.png?version=1&amp;modificationDate=1518128842000&amp;api=v2)

The configuration defaults should be fine for a Git + Maven Java project.

![](https://wiki.jenkins.io/download/attachments/138448995/stackify-deployment-recorder-config.png?version=1&amp;modificationDate=1518128843000&amp;api=v2)

Save your job configuration changes.

## Troubleshooting

#### Job Log

Jenkins Job / Console Output

![](https://wiki.jenkins.io/download/attachments/138448995/stackify-deployment-recorder-joblog.png?version=1&amp;modificationDate=1518128843759&amp;api=v2)

#### System Log

Manage Jenkins / System Log / Add new log recorder

Name: Stackify

Logger: org.jenkinsci.plugins.stackify

![](https://wiki.jenkins.io/download/attachments/138448995/stackify-deployment-recorder-systemlogrecorder.png?version=1&amp;modificationDate=1518128844432&amp;api=v2)

Then you can view log messages from the Stackify plugin.

![](https://wiki.jenkins.io/download/attachments/138448995/stackify-deployment-recorder-systemlog.png?version=1&amp;modificationDate=1518128844279&amp;api=v2)
