Sha256: 02aebe97b197ba0c6c1c36cbef56f37b4e9e2d5957e555d5b3290727b3a30a3c
Contents?: true
Size: 431 Bytes
Versions: 12
Compression:
Stored size: 431 Bytes
Contents
#!groovy stage 'deploy' node('ruby-osx') { sh "bundle install --path='./gems/'" sh """DROPBOX_ACCESS_TOKEN=${env.DROPBOX_ACCESS_TOKEN} \ RUBYOPT='-W0' \ CI_CAPTURE=off \ bundle exec \ build""" sh "gem --key ${GEM_KEY} push $(find pkg | tail -1)" sh """jenkinsutil -s \"pkg/*,test/reports/**/*.xml\" \ -d \"/L4Builds/L4/JenkinsUtil/${BUILD_NUMBER}/\"""" }
Version data entries
12 entries across 12 versions & 1 rubygems