Skip to content

Commit b964b71

Browse files
author
Matt
committed
test: Jenkinsfile
1 parent 5fba87c commit b964b71

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
@@ -14,7 +14,7 @@ pipeline {
1414
stage('Build') {
1515
steps {
1616
// Run Gradle build
17-
sh 'gradle clean build'
17+
sh 'gradle StreamlineCore-BAPI:build'
1818
}
1919
}
2020
stage('Publish Artifacts') {

0 commit comments

Comments
 (0)