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 15 additions and 13 deletions

2
ci/Jenkinsfile vendored
View File

@ -8,6 +8,7 @@ pipeline {
stages { stages {
stage('Prepare') { stage('Prepare') {
steps {
checkout poll: false, scm: [ checkout poll: false, scm: [
$class: 'GitSCM', $class: 'GitSCM',
branches: [[name: '2022.02.x']], branches: [[name: '2022.02.x']],
@ -24,6 +25,7 @@ pipeline {
sh '. ci/prepare.sh' sh '. ci/prepare.sh'
} }
} }
}
parallel { parallel {
stage('Build Initramfs') { stage('Build Initramfs') {