Skip to content

Commit

Permalink
Update Release.Jenkisfile to only release jakarta.jdt
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbsox authored Jun 14, 2023
1 parent 3803925 commit db8e73c
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions Release.Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,10 @@ pipeline {
withMaven {
sh "VERSION=${params.VERSION}"
sh '''
cd jakarta.ls
./mvnw versions:set -DnewVersion=$VERSION
./mvnw versions:set-scm-tag -DnewTag=$VERSION
./mvnw clean deploy -B -Peclipse-sign -Dcbi.jarsigner.skip=false

cd ../jakarta.jdt
cd jakarta.jdt
./mvnw -Dtycho.mode=maven org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=$VERSION-SNAPSHOT
./mvnw versions:set -DnewVersion=$VERSION
./mvnw versions:set-scm-tag -DnewTag=$VERSION
./mvnw clean deploy -B -Peclipse-sign -Dcbi.jarsigner.skip=false
./mvnw clean verify -B -Peclipse-sign -Dcbi.jarsigner.skip=false
cd ..
'''
}
Expand Down

0 comments on commit db8e73c

Please sign in to comment.