Compare commits
1 Commits
54ebebf96c
...
f168c0e561
Author | SHA1 | Date |
---|---|---|
|
f168c0e561 |
|
@ -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') {
|
||||||
|
|
Reference in New Issue