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