Skip to content

Commit

Permalink
Deploy platform-parent pom pom and eclipse-sdk target in 'master' build
Browse files Browse the repository at this point in the history
  • Loading branch information
HannesWell authored and akurtakov committed Nov 9, 2022
1 parent d6a990f commit dcebab9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Jenkinsfile
Expand Up @@ -25,6 +25,15 @@ pipeline {
sh 'git submodule foreach "git fetch origin master; git checkout FETCH_HEAD"'
}
}
stage('Deploy eclipse-platform-parent pom and eclipse-sdk target') {
when {
branch 'master'
}
steps {
sh 'mvn clean deploy -f eclipse-platform-parent/pom.xml'
sh 'mvn clean deploy -f eclipse.platform.releng.prereqs.sdk/pom.xml'
}
}
stage('Build') {
steps {
withCredentials([string(credentialsId: 'gpg-passphrase', variable: 'KEYRING_PASSPHRASE')]) {
Expand Down

0 comments on commit dcebab9

Please sign in to comment.