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