Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 0 additions & 23 deletions .github/workflows/create-pr.yml

This file was deleted.

41 changes: 0 additions & 41 deletions .github/workflows/merge-pr.yml

This file was deleted.

4 changes: 1 addition & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ pipeline {
tools {
// Specify the Gradle version configured in Jenkins
gradle 'Gradle'
// Specify the JDK version configured in Jenkins
jdk 'Java 21'
}
stages {
stage('Checkout') {
Expand All @@ -16,7 +14,7 @@ pipeline {
stage('Build') {
steps {
// Run Gradle build
sh 'gradle clean build'
sh 'gradle StreamlineCore-BAPI:build'
}
}
stage('Publish Artifacts') {
Expand Down