-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from entando-k8s/latest-images
Initial jenkins-x import
- Loading branch information
Showing
5 changed files
with
62 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,26 @@ | ||
buildPack: docker | ||
pipelineConfig: | ||
agent: | ||
image: entando-jx-maven | ||
env: | ||
- name: PIPELINE_CODE | ||
value: eob | ||
pipelines: | ||
pullRequest: | ||
build: | ||
replace: true | ||
steps: | ||
- sh: echo "This avoids unwanted kaniko command substitution" && skaffold build -f skaffold.yaml | ||
name: container-build | ||
- sh: operator-sdk bundle validate "${DOCKER_REGISTRY}/entando/${APP_NAME}:$(cat VERSION)" | ||
name: verify-bundle | ||
release: | ||
build: | ||
replace: true | ||
steps: | ||
- sh: echo "This avoids unwanted kaniko command substitution" && skaffold build -f skaffold.yaml | ||
name: container-build | ||
- sh: operator-sdk bundle validate "${DOCKER_REGISTRY}/entando/${APP_NAME}:$(cat VERSION)" | ||
name: verify-bundle | ||
- sh: jx step post build --image "${DOCKER_REGISTRY}/entando/${APP_NAME}:$(cat VERSION)" | ||
name: post-build |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.