mirror of
https://github.com/kakwa/uts-server
synced 2025-02-10 20:53:28 +01:00
Added Jenkinsfile
This commit is contained in:
parent
f39a27c7e5
commit
10227c5fd0
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…
x
Reference in New Issue
Block a user