mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-14 11:03:09 +02:00
a46b57e6b4
* Use commonPipelineEnvironment in go binary * Update groovy part incl. tests * Rework structure and naming * Support influx resources in steps * Update tests and some cleanups * Add correct defer handling * Address PR feedback * Fix test * Update resources.go Co-authored-by: Sven Merk <33895725+nevskrem@users.noreply.github.com>
8 lines
169 B
Go
8 lines
169 B
Go
package config
|
|
|
|
// InfluxField is the constant for an Influx field
|
|
const InfluxField = "field"
|
|
|
|
// InfluxTag is the constant for an Influx field
|
|
const InfluxTag = "tag"
|