We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36eb454 commit 9df4561Copy full SHA for 9df4561
plugins/v4/jobs/job.go
@@ -85,7 +85,7 @@ type Pipeline interface {
85
// This might be used for SQS attributes or tags, for example
86
Map(name string, out map[string]string) error
87
// Priority returns the default pipeline priority
88
- Priority() int
+ Priority() int64
89
// Get is used to retrieve the data associated with a key
90
Get(key string) interface{}
91
}
0 commit comments