corrects branch and labels
This commit is contained in:
parent
fb6106759e
commit
16a94b1615
@ -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 """
|
||||
|
Reference in New Issue
Block a user