Skip to content

Commit 9fb8972

Browse files
committed
Fix missing dir directive
1 parent 1700922 commit 9fb8972

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

0 commit comments

Comments
 (0)