Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Syntax change on Vault example#163

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
anna-codefresh merged 1 commit intomasterfromvault-example
Mar 30, 2020
Merged
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -3,8 +3,6 @@ title: "Vault Secrets in the Pipeline"
description: "Accessing and Referring to Vault Secrets in the Pipeline"
group: yaml-examples
sub_group: examples
redirect_from:
- /docs/vault-secrets-in-the-pipeline/
toc: true
---

Expand DownExpand Up@@ -71,15 +69,17 @@ steps:
main_clone:
title: Cloning main repository...
type: git-clone
repo: 'codefresh-contrib/vault-sample-app'
git: github
arguments:
repo: 'codefresh-contrib/vault-sample-app'
git: github
stage: clone
package_jar:
title: Packaging jar and running unit tests...
stage: package
image: maven:3.5.2-jdk-8-alpine
working_directory: ./
commands:
arguments:
image: maven:3.5.2-jdk-8-alpine
working_directory: ./
commands:
- mvn -Dmaven.repo.local=/codefresh/volume/m2_repository -Dserver.host=my-redis-db-host clean package
services:
composition:
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp