Skip to content

Commit 449b0c6

Browse files
authored
Merge pull request #31 from Streamline-Essentials/dev
Auto PR: Merge dev into master
2 parents 37401d1 + 6bc94cc commit 449b0c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ pipeline {
1616
stage('Build') {
1717
steps {
1818
// Run Gradle build
19-
sh './gradlew clean build'
19+
sh 'gradle clean build'
2020
}
2121
}
2222
stage('Publish Artifacts') {

0 commit comments

Comments
 (0)