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