Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
JvstvsHD committed Jul 2, 2024
1 parent 337fe58 commit 73f8e99
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ pipeline {
disableConcurrentBuilds()
}
stages {
stage('Checkout') {
steps {
checkout changelog: true, poll: true, scm: [$class: 'GitSCM', branches: [[name: '*/1.2-dev']]]
}
}

stage('Build') {
steps {
sh './gradlew build --stacktrace'
Expand Down

0 comments on commit 73f8e99

Please sign in to comment.