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