add publish stage to Jenkinfile
All checks were successful
gitea-sync/meta-rpi-diya-build/pipeline/head This commit looks good

This commit is contained in:
DanyLE 2023-08-18 11:58:07 +02:00
parent ded11357f5
commit 32e7994c6c

1
Jenkinsfile vendored
View File

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