mirror of
https://github.com/kakwa/uts-server
synced 2025-07-04 20:47:09 +02:00
Added Jenkinsfile
This commit is contained in:
parent
73a8a851a9
commit
6cddc0e2a3
1 changed files with 23 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue