Skip to content

Commit

Permalink
Add Jenkinsfile to be able to release from maintenance branches
Browse files Browse the repository at this point in the history
  • Loading branch information
vjacynycz committed Mar 28, 2023
1 parent efe9aed commit 883e8ed
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
@Library('libpipelines') _

hose {
EMAIL = '[email protected]'
BUILDTOOL_IMAGE = 'golang:1.19-buster'
BUILDTOOL = 'make'
DEVTIMEOUT = 30
ANCHORE_POLICY = "production"
VERSIONING_TYPE = 'stratioVersion-3-3'
UPSTREAM_VERSION = '7.4.0'
GRYPE_TEST = false

DEV = { config ->
doUT(conf: config, parameters: "GOCACHE=/tmp")
doDocker(conf: config, image: 'oauth2-proxy')
}
}

0 comments on commit 883e8ed

Please sign in to comment.