Skip to content

jenkins-lts

Extendable open source continuous integration server

Package Information

  • Domain: jenkins.io
  • Name: jenkins-lts
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install jenkins.io

Programs

This package provides the following executable programs:

  • jenkins-lts
  • jenkins-lts-cli

Available Versions

Show all 22 versions
  • 2.516.2, 2.516.1, 2.504.3, 2.504.2, 2.504.1
  • 2.492.3, 2.492.2, 2.492.1, 2.479.3, 2.479.2
  • 2.479.1, 2.462.3, 2.462.2, 2.462.1, 2.452.3
  • 2.452.2, 2.452.1, 2.440.3, 2.440.2, 2.440.1
  • 2.426.3, 2.426.2

Latest Version: 2.516.2

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +jenkins.io@2.516.2 -- $SHELL -i

Dependencies

This package depends on:

  • openjdk.org<20

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry['jenkins-lts']

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.