Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
issenn committed Apr 23, 2019
1 parent 47515e1 commit 90286f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ pipeline {
steps {
// sh "env"
// sh "ls ${JENKINS_HOME}/"
withRbenv(version: "2.5.3", method: "keep") {
withRbenv("2.5.3") {
sh "rbenv version"
sh "ruby --version"
}
Expand Down

0 comments on commit 90286f0

Please sign in to comment.