Skip to content

Commit ff08896

Browse files
authored
Merge pull request #32 from Streamline-Essentials/dev
Auto PR: Merge dev into master
2 parents 65215c8 + 3061eea commit ff08896

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

Jenkinsfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ pipeline {
33
tools {
44
// Specify the Gradle version configured in Jenkins
55
gradle 'Gradle'
6-
// Specify the JDK version configured in Jenkins
7-
jdk 'Java 21'
86
}
97
stages {
108
stage('Checkout') {
@@ -16,7 +14,7 @@ pipeline {
1614
stage('Build') {
1715
steps {
1816
// Run Gradle build
19-
sh 'gradle clean build'
17+
sh 'gradle StreamlineCore-BAPI:build'
2018
}
2119
}
2220
stage('Publish Artifacts') {

0 commit comments

Comments
 (0)