signel build attempt

This commit is contained in:
Hyatt 2024-03-11 13:48:02 -05:00
parent 9a32fa99f3
commit 8d6d2dfa37
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -17,8 +17,8 @@ pipeline {
alpine: true,
[
[
name: "node-18",
path: "${repository}/dockerhub/library/node:18.15",
name: "node",
path: "${repository}/dockerhub/library/node:20.9",
command: "/bin/bash"
]
]
@ -98,7 +98,7 @@ pipeline {
stage ("Build Signal") {
steps {
container ("node-18") {
container ("node") {
script {
writeFile(file: workspace + "/test-chamber-13.lan.root.crt", text: functions.getCurrentRootCA())
sh """