TutorialBeginner
Integrating Nexus Repository with CI/CD Pipelines: GitHub Actions, Jenkins, and Security Scanning
How to integrate Nexus Repository Manager into GitHub Actions and Jenkins pipelines — publishing artifacts, pulling from proxy repos, tagging releases, and using Nexus IQ for security scanning.
CI/CDQuick RefBeginner
Fix GitHub Actions 'Resource not accessible by integration'
Resolve the GitHub Actions 'Resource not accessible by integration' error by fixing workflow permissions, GITHUB_TOKEN scopes, and repository settings.
CI/CDQuick RefBeginner
Fix GitHub Actions Workflow Stuck in 'Queued'
Diagnose and resolve GitHub Actions workflows that remain stuck in 'queued' status, covering runner availability, concurrency limits, and label mismatches.
CI/CDDeep DiveIntermediate
The Complete Guide to GitHub Actions CI/CD: From Zero to Production-Ready Pipelines
Build production-grade GitHub Actions CI/CD pipelines — from first workflow to reusable workflows, matrix builds, and deployment gates.
Nexus RepositoryTutorialAdvanced
Artifact Repositories in CI/CD: Push, Pull, and Promote
Integrate Nexus and Artifactory with Jenkins, GitHub Actions, and GitLab CI — push artifacts, pull dependencies, and implement promotion workflows.
CI/CDTutorialBeginner
GitHub Actions Reusable Workflows and Composite Actions for DRY Pipelines
Eliminate duplicated CI/CD logic across repositories using GitHub Actions reusable workflows and composite actions with real-world examples.
CI/CDTutorialBeginner
Hardening GitHub Actions: Permissions, OIDC, and Pinned Actions
Harden GitHub Actions security with least-privilege permissions, OIDC federation, SHA-pinned actions, and secrets management best practices.
CI/CDTutorialBeginner
GitHub Actions Matrix Builds for Multi-Platform Testing
Master GitHub Actions matrix builds to test across multiple OS versions, language versions, and configurations in parallel.