We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 65215c8 + 3061eea commit ff08896Copy full SHA for ff08896
1 file changed
Jenkinsfile
@@ -3,8 +3,6 @@ pipeline {
3
tools {
4
// Specify the Gradle version configured in Jenkins
5
gradle 'Gradle'
6
- // Specify the JDK version configured in Jenkins
7
- jdk 'Java 21'
8
}
9
stages {
10
stage('Checkout') {
@@ -16,7 +14,7 @@ pipeline {
16
14
stage('Build') {
17
15
steps {
18
// Run Gradle build
19
- sh 'gradle clean build'
+ sh 'gradle StreamlineCore-BAPI:build'
20
21
22
stage('Publish Artifacts') {
0 commit comments