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