Documentation
¶
Index ¶
Constants ¶
View Source
const JobResponseFileVar = "JOB_RESPONSE_FILE"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JobResponse ¶
type JobResponse struct {
Token string `json:"token"`
Variables []variable `json:"variables,omitempty"`
JobID int64 `json:"id"`
}
func Load ¶
func Load() JobResponse
func (*JobResponse) PipelineID ¶
func (j *JobResponse) PipelineID() int64
func (*JobResponse) ProjectURL ¶
func (j *JobResponse) ProjectURL() string
func (*JobResponse) ShortToken ¶
func (j *JobResponse) ShortToken() string
Click to show internal directories.
Click to hide internal directories.