dustin
/
jenkinsagent
Archived
1
0
Fork 0

Compare commits

..

1 Commits

Author SHA1 Message Date
Dustin 574c346809 ci: Begin CI pipeline 2022-03-15 15:57:40 -05:00
1 changed files with 10 additions and 8 deletions

2
ci/Jenkinsfile vendored
View File

@ -27,6 +27,7 @@ pipeline {
} }
} }
stage('Build') {
parallel { parallel {
stage('Build Initramfs') { stage('Build Initramfs') {
steps { steps {
@ -40,6 +41,7 @@ pipeline {
} }
} }
} }
}
stage('Publish') { stage('Publish') {
steps { steps {