add publish stage to Jenkinfile
All checks were successful
gitea-sync/meta-rpi-diya-build/pipeline/head This commit looks good
All checks were successful
gitea-sync/meta-rpi-diya-build/pipeline/head This commit looks good
This commit is contained in:
parent
ded11357f5
commit
32e7994c6c
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -55,6 +55,7 @@ pipeline{
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage("Publish") {
|
stage("Publish") {
|
||||||
|
agent { node{ label'workstation' }}
|
||||||
steps{
|
steps{
|
||||||
sh'''#!/bin/bash
|
sh'''#!/bin/bash
|
||||||
export MACHINE="raspberrypi0-2w-64"
|
export MACHINE="raspberrypi0-2w-64"
|
||||||
|
Loading…
Reference in New Issue
Block a user