diff --git a/build-signal.jenkins b/build-signal.jenkins index 1c14e8e..cc9c3a4 100644 --- a/build-signal.jenkins +++ b/build-signal.jenkins @@ -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 """