jenkins-file #15

Merged
bucky merged 25 commits from jenkins-file into master 2023-10-06 20:49:12 -07:00
Showing only changes of commit de61253db6 - Show all commits
Vendored
+10
View File
@@ -0,0 +1,10 @@
pipeline {
agent any
stages {
stage('Init') {
steps {
sh 'rbenv local 3.2.2'
}
}
}