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