dustin
/
jenkinsagent
Archived
1
0
Fork 0

Compare commits

..

1 Commits

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

2
ci/Jenkinsfile vendored
View File

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