blob: 15434cc4c1e7f0c8ade3a25d692e7036c6ed6654 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
% OLAMIC-ENQUEUE(1)
% Julian B Kongslie
% October 2020
# NAME
olamic-enqueue - create a new task for olamic
# SYNOPSIS
**olamic-enqueue** **/path/to/queue** **/url/for/git/repo** **git-commit-hash** [**VAR**=**VALUE** ...]
# DESCRIPTION
**olamic-enqueue** creates a new task within the specified queue which will
clone the given repository at the given commit. It reads from stdin a script to
run within the checkout. Any additional variables passed on the command line
will be available to the script when it runs.
When **olamic-enqueue** completes, it prints the UUID of the created task.
# SEE ALSO
olamic-worker(1)
|