mirror of
https://github.com/kakwa/uts-server
synced 2024-12-04 23:15:54 +01:00
Added Jenkinsfile
This commit is contained in:
parent
73a8a851a9
commit
6cddc0e2a3
23
Jenkinsfile
vendored
Normal file
23
Jenkinsfile
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
pipeline {
|
||||
agent any
|
||||
stages {
|
||||
stage('') {
|
||||
steps {
|
||||
parallel(
|
||||
"OpenBSD": {
|
||||
git 'https://github.com/kakwa/uts-server'
|
||||
|
||||
},
|
||||
"FreeBSD": {
|
||||
git 'https://github.com/kakwa/uts-server'
|
||||
|
||||
},
|
||||
"CentOS 7": {
|
||||
git 'https://github.com/kakwa/uts-server'
|
||||
|
||||
}
|
||||
)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user