Skip to content

Commit

Permalink
Improve CICD flow (kubernetes#4)
Browse files Browse the repository at this point in the history
* Improve CICD flow

* Improve CICD flow
  • Loading branch information
unai-ttxu authored Jun 21, 2022
1 parent 64f48d7 commit be6145e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Changelog

## 1.2.0-0.5.0 (upcoming)
## 1.2.1-0.5.0 (upcoming)

* Upcoming changelog
* Build the stratio ingress-nginx-controller with the community controller:1.2.1 as a base

## 1.2.0-0.4.0 (2022-05-11)

Expand Down
6 changes: 3 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@

hose {
EMAIL = '[email protected]'
BUILDTOOL_IMAGE = 'stratio/ingress-nginx-builder:0.2.0'
BUILDTOOL_IMAGE = 'golang:1.17'
BUILDTOOL = 'make'
DEVTIMEOUT = 30
DEPLOYONPRS = true
ANCHORE_TEST = true
VERSIONING_TYPE = 'stratioVersion-3-3'
UPSTREAM_VERSION = '1.2.1'
ANCHORE_TEST = true
DEPLOYONPRS = true

DEV = { config ->
doPackage(config)
Expand Down
1 change: 1 addition & 0 deletions bin/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ else
fi

export GOPATH="${BASEDIR}/dist"
export HOME="${BASEDIR}/go"

cd "$GODIR_ROOT/nginx"
echo "Building ingress-nginx nginx-ingress-controller..."
Expand Down

0 comments on commit be6145e

Please sign in to comment.