mirror of
https://github.com/philippdieter/puppet-ldapquery.git
synced 2025-10-13 12:55:48 +00:00
Add initial Jenkinsfile
This commit is contained in:
parent
57015ce8a8
commit
23d7e2402f
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'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user