mirror of
https://github.com/philippdieter/puppet-ldapquery.git
synced 2026-05-05 23:42:45 +00:00
Add initial Jenkinsfile
This commit is contained in:
20
Jenkinsfile
vendored
Normal file
20
Jenkinsfile
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
pipeline {
|
||||
agent any
|
||||
stages {
|
||||
stage('bundle') {
|
||||
steps {
|
||||
sh 'bundle'
|
||||
}
|
||||
}
|
||||
stage('rake test') {
|
||||
steps {
|
||||
sh 'bundle exec rake test'
|
||||
}
|
||||
}
|
||||
stage('module:build') {
|
||||
steps {
|
||||
sh 'bundle exec rake module:build'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user