Skip to content

Commit 73f87aa

Browse files
committed
jenkins-file-directory-changed
1 parent b165d54 commit 73f87aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pipeline {
66
// Clone the git repository
77
git branch: 'chore/Integrate-github-cicd', url: 'https://github.com/Achanandhi-M/samples-java.git'
88
// switch to the directory and run test
9-
dir('spring-petclinic-rest') {
9+
dir('spring-petclinic/spring-petclinic-rest') {
1010
sh """
1111
# Download and install Keploy binary
1212
curl --silent -O -L https://keploy.io/install.sh && bash install.sh

0 commit comments

Comments
 (0)