mirror of
https://github.com/kakwa/uts-server
synced 2025-02-09 12:13:25 +01:00
Updated Jenkinsfile
This commit is contained in:
parent
10227c5fd0
commit
691d233c16
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -1,7 +1,7 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
stages {
|
stages {
|
||||||
stage('') {
|
stage('error') {
|
||||||
steps {
|
steps {
|
||||||
parallel(
|
parallel(
|
||||||
"OpenBSD": {
|
"OpenBSD": {
|
||||||
@ -15,6 +15,10 @@ pipeline {
|
|||||||
"CentOS 7": {
|
"CentOS 7": {
|
||||||
git 'https://github.com/kakwa/uts-server'
|
git 'https://github.com/kakwa/uts-server'
|
||||||
|
|
||||||
|
},
|
||||||
|
"Debian 8": {
|
||||||
|
git 'https://github.com/kakwa/uts-server'
|
||||||
|
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user