GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
LAMINARC(1) FreeBSD General Commands Manual LAMINARC(1)

laminarc - Laminar CI client application

laminarc queue JOB [PARAM=VALUE...] ...

laminarc start JOB [PARAM=VALUE...] ...

laminarc run JOB [PARAM=VALUE...] ...

laminarc set PARAM=VALUE...

laminarc show-jobs

laminarc show-running

laminarc show-queued

laminarc abort JOB NUMBER

The laminarc program connects to a Laminar server and perform one of following operations:

adds job(s) (with optional parameters) to the queue and returns immediately.
adds job(s) (with optional parameters) to the queue and returns when the jobs begin execution.
adds job(s) (with optional parameters) to the queue and returns when the jobs complete execution. The exit code will be non-zero if any of the runs does not complete successfully.
--next may be passed to queue, start or run in order to place the job at the front of the queue instead of at the end.
sets one or more parameters to be exported as environment variables in subsequent scripts for the run identified by the $JOB and $RUN environment variables. This is primarily intended for use from within a job execution, where those variables are already set by the server.
list jobs known to the server.
list the currently running jobs with their numbers.
list the names and numbers of the jobs waiting in the queue.
manually abort a currently running job by name and number.

The laminar server to connect to is read from the LAMINAR_HOST environment variable. If empty, it falls back to LAMINAR_BIND_RPC and finally defaults to unix-abstract:laminar

address of server to connect. May be of the form IP:PORT, unix:PATH/TO/SOCKET or unix-abstract:NAME
fallback server address variable. It is set by laminard during execution of scripts.

laminard(8)

Oliver Giles created Laminar CI.
Dmitry Bogatov created this manual page for the Debian project (but it can be used by others).

April 4, 2019

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.