Skip to content

Commit 1700922

Browse files
committed
add missing 3a-jenkins-Jenkinsfile.groovy good-3a-jenkins.json
good-1-sealed-secrets.json good-3b-tekton.json good-1-the-basics.json good-3-ubiquitous-journey.json good-2-app-of-apps.json good-4-extend-uj.json good-2-argocd.json good-5-this-is-gitops.json directive
1 parent da20b62 commit 1700922

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/doc-regression-test-files/3a-jenkins-Jenkinsfile.groovy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ pipeline {
9797
git clone ${GIT_URL} pet-battle && cd pet-battle
9898
git checkout ${BRANCH_NAME}
9999
'''
100+
dir('pet-battle'){
100101
script {
101102
env.VERSION = sh(returnStdout: true, script: "npm run version --silent").trim()
102103
env.PACKAGE = "${APP_NAME}-${VERSION}.tar.gz"

0 commit comments

Comments
 (0)