Compare commits
1 Commits
52bb621d1f
...
54c0f22b1d
Author | SHA1 | Date | |
---|---|---|---|
|
54c0f22b1d |
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -12,6 +12,7 @@ pipeline {
|
|||||||
repo sync
|
repo sync
|
||||||
"""
|
"""
|
||||||
stage('Fetch') {
|
stage('Fetch') {
|
||||||
|
steps {
|
||||||
script {
|
script {
|
||||||
if(params.MACHINE == 'beaglebone-yocto') {
|
if(params.MACHINE == 'beaglebone-yocto') {
|
||||||
sh """#!/bin/bash
|
sh """#!/bin/bash
|
||||||
@ -27,7 +28,9 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
|
steps {
|
||||||
script {
|
script {
|
||||||
if(params.MACHINE == 'beaglebone-yocto') {
|
if(params.MACHINE == 'beaglebone-yocto') {
|
||||||
sh """#!/bin/bash
|
sh """#!/bin/bash
|
||||||
@ -52,6 +55,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
stage('Deploy downloads') {
|
stage('Deploy downloads') {
|
||||||
agent {
|
agent {
|
||||||
label 'deploy'
|
label 'deploy'
|
||||||
|
Loading…
Reference in New Issue
Block a user