Add deliver stage
Some checks failed
gitea-kspace/openwrt-camera-image/pipeline/head There was a failure building this commit
Some checks failed
gitea-kspace/openwrt-camera-image/pipeline/head There was a failure building this commit
This commit is contained in:
parent
79e39d8ae0
commit
a5d3e25012
11
Jenkinsfile
vendored
11
Jenkinsfile
vendored
@ -18,5 +18,16 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
stage("Deliver") {
|
||||||
|
steps {
|
||||||
|
dir(directory) {
|
||||||
|
script {
|
||||||
|
sh "mkdir -p bin/"
|
||||||
|
sh "cp openwrt-imagebuilder-ath79-generic.Linux-x86_64/bin/targets/ath79/generic/*.bin bin/"
|
||||||
|
}
|
||||||
|
archiveArtifacts artifacts: "bin/*", allowEmptyArchive: false, fingerprint: false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user