corrects branch and labels

This commit is contained in:
Hyatt 2023-10-29 10:13:58 -05:00
parent fb6106759e
commit 16a94b1615
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -24,13 +24,13 @@ podTemplate(
node (label) {
def workspace = pwd()
stage ("Pull FFMpeg Builder") {
stage ("Clone Signal") {
dir("signal-desktop") {
checkout ([
$class: "GitSCM",
branches: [
[
name: "refs/heads/master",
name: "refs/heads/main",
],
],
userRemoteConfigs: [
@ -52,7 +52,7 @@ podTemplate(
}
}
stage ("Build FFMpeg") {
stage ("Build Signal") {
container ("node-18") {
writeFile(file: workspace + "/test-chamber-13.lan.root.crt", text: functions.getCurrentRootCA())
sh """