Skip to content

Commit

Permalink
Stop publishing the Uber JAR artifact
Browse files Browse the repository at this point in the history
For now... It does not do anything good with the slim packaging. For the rest of the packaging it does not work either due to extension indexing issues. To be revised
  • Loading branch information
oleg-nenashev authored Dec 14, 2020
1 parent 36ccf9e commit 055311f
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/publish-release-artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,8 @@ jobs:
FILE_NAME=jenkinsfile-runner
PROJECT_VERSION=${{ steps.set-version.outputs.project-version }}
echo "::set-output name=file-name::$FILE_NAME"
wget -q https://repo.jenkins-ci.org/releases/$GROUP_ID/$ARTIFACT_ID/$PROJECT_VERSION/$ARTIFACT_ID-$PROJECT_VERSION.jar \
-O $FILE_NAME-$PROJECT_VERSION.jar
wget -q https://repo.jenkins-ci.org/releases/$GROUP_ID/$ARTIFACT_ID/$PROJECT_VERSION/$ARTIFACT_ID-$PROJECT_VERSION.zip \
-O $FILE_NAME-$PROJECT_VERSION.zip
- name: Upload artifact uber jar
id: upload-artifact-uber-jar
uses: actions/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: ./${{ steps.fetch-artifact.outputs.file-name }}-${{ steps.set-version.outputs.project-version }}.jar
asset_name: ${{ steps.fetch-artifact.outputs.file-name }}-${{ steps.set-version.outputs.project-version }}.jar
asset_content_type: application/java-archive
- name: Upload artifact minimum package
id: upload-artifact-minimum-package
uses: actions/[email protected]
Expand Down

0 comments on commit 055311f

Please sign in to comment.