jenkins-forge-utils
v1.0.0
Published
Internal utility tools for Jenkins integration with Atlassian Forge framework
Maintainers
Readme
jenkins-forge-utils
Internal helper utility for managing Jenkins CI/CD integration and deployment orchestration within the Atlassian Forge framework.
Purpose
- Streamline Jenkins pipeline triggers for Forge-based applications.
- Provide consistent metadata mapping for automated build logs.
- Automated auditing of deployment status across internal staging environments.
Installation
This package is a core dependency for the jenkins-forge-app suite. It is not intended for standalone installation.
npm install jenkins-forge-utilsUsage
This utility is used internally by the Forge deployment engine to log and audit CI/CD pipeline events.
const prettyLog = require('jenkins-forge-utils');
const deploymentData = {
pipeline: "forge-app-deploy",
target: "production",
success: true
};
prettyLog(deploymentData, "Jenkins Pipeline Audit");Configuration
Initialization is handled automatically by the Atlassian Forge CLI and Jenkins environment variables. No manual setup is required for internal projects.
Security & Compliance
This tool only logs metadata related to build pipelines and deployment status. No source code content or sensitive environment credentials are transmitted during the auditing process.
© 2026 Atlassian, Inc. All rights reserved. Proprietary and Confidential.
