tumbler-doll

command module
v0.0.0-...-4d712e3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 23, 2025 License: MIT Imports: 12 Imported by: 0

README

Prerequisites

Install Temporal CLI

brew install temporal

Start Temporal dev server

This command automatically starts the Web UI, creates the default Namespace, and uses an in-memory database. The Temporal Server should be available on localhost:7233 and the Temporal Web UI should be available at http://localhost:8233.

temporal server start-dev

Run API server

go run main.go api

Run Workflow executor with default TaskQueue dsl

go run main.go wf

Upload workflow DSL sample

JENKINS file structure

JENKINS_HOME
 +- config.xml     (jenkins root configuration)
 +- *.xml          (other site-wide configuration files)
 +- userContent    (files in this directory will be served under your http://server/userContent/)
 +- fingerprints   (stores fingerprint records)
 +- nodes          (slave configurations)
 +- plugins        (stores plugins)
 +- secrets        (secretes needed when migrating credentials to other servers)
 +- workspace (working directory for the version control system)
     +- [JOBNAME] (sub directory for each job)
 +- jobs
     +- [JOBNAME]      (sub directory for each job)
         +- config.xml     (job configuration file)
         +- latest         (symbolic link to the last successful build)
         +- builds
             +- [BUILD_ID]     (for each build)
                 +- build.xml      (build result summary)
                 +- log            (log file)
                 +- changelog.xml  (change log)

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
internal
dsl
env
jenkins/cryptography
MIT License
MIT License
jenkins/xml
MIT License
MIT License
scm

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL