LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

jenkins

continuous integration and delivery server

TLDR

Start Jenkins
$ java -jar jenkins.war
copy
Start on specific port
$ java -jar jenkins.war --httpPort=[8888]
copy
Run as daemon
$ java -jar jenkins.war &
copy
Specify home directory
$ JENKINS_HOME=[/var/jenkins] java -jar jenkins.war
copy
Use HTTPS
$ java -jar jenkins.war --httpsPort=[8443] --httpsKeyStore=[keystore.jks]
copy

SYNOPSIS

java -jar jenkins.war [options]

DESCRIPTION

Jenkins is a continuous integration and delivery server. It automates building, testing, and deploying software.The platform supports pipelines, plugins, and distributed builds. It integrates with version control and deployment systems.

PARAMETERS

--httpPort PORT

HTTP port (default 8080).
--httpsPort PORT
HTTPS port.
--httpsKeyStore FILE
SSL keystore file.
--prefix PATH
URL prefix.
--daemon
Run as daemon.
--help
Display help information.

INSTALL

sudo pacman -S jenkins
copy
brew install jenkins
copy
nix profile install nixpkgs#jenkins
copy

CAVEATS

Requires Java. Resource intensive. Security configuration important.

HISTORY

Jenkins was forked from Hudson in 2011 by Kohsuke Kawaguchi. It became the leading open-source CI/CD server.

SEE ALSO

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid