{ "name": "test-project-1", "versionCmd": "git describe --all --always", "steps": { "build": { "depends": ["test"], "workingDir": "dir1", "stepCmd": "cust-build", "artifacts": ["bin1", "doc1"], "expectedEnv": ["VAR1"], "dontSkip": true, "cmdInput": ["test", "this"] }, "test": { } } }