Compare commits

..

1 Commits

Author SHA1 Message Date
Thomas Klaehn
52bb621d1f linux-blackfinn: Add Jenkinsfile
Signed-off-by: Thomas Klaehn <thomas.klaehn@u-blox.com>
2019-03-08 10:32:16 +01:00

4
Jenkinsfile vendored
View File

@ -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'