Skip to content

Commit ce3dfc8

Browse files
SoftlySplinterGitHub Enterprise
authored andcommitted
Update Jenkinsfile
1 parent 88bb0cd commit ce3dfc8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Jenkinsfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ pipeline {
88
}
99

1010
stages {
11-
stage ("build") {
12-
steps {
13-
sh './cics-eventprocessing-java/gradlew clean build'
11+
stage ("build") {
12+
steps {
13+
sh 'cd cics-eventprocessing-java && ./gradlew clean build'
1414
}
1515
}
1616
}

0 commit comments

Comments
 (0)