Skip to content

Commit

Permalink
Fix choco command that builds nupkg file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Donald Morton committed Mar 4, 2021
1 parent fb21663 commit fa285ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jenkins.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,9 @@ pipeline
done
'''

s3Upload(workingDir:'dist/pkg', bucket:'graylog2-releases', path:"graylog2-releases/graylog-collector-sidecar/${TAG_NAME}", includePathPattern:'graylog*')
s3Upload(workingDir:'dist/pkg', bucket:'graylog2-releases', path:"graylog-collector-sidecar/${TAG_NAME}", includePathPattern:'graylog*')

sh "docker run --rm -v $PWD:$PWD -w $PWD/dist/chocolatey torch/jenkins-mono-choco:latest pack --version ${TAG_NAME}"
sh "docker run --rm -v $WORKSPACE:$WORKSPACE -w $WORKSPACE/dist/chocolatey torch/jenkins-mono-choco:latest pack --version ${TAG_NAME}"
}
}
post
Expand Down

0 comments on commit fa285ca

Please sign in to comment.