signel build attempt

This commit is contained in:
2024-03-11 13:48:02 -05:00
parent 9a32fa99f3
commit 8d6d2dfa37

View File

@ -17,8 +17,8 @@ pipeline {
alpine: true, alpine: true,
[ [
[ [
name: "node-18", name: "node",
path: "${repository}/dockerhub/library/node:18.15", path: "${repository}/dockerhub/library/node:20.9",
command: "/bin/bash" command: "/bin/bash"
] ]
] ]
@ -98,7 +98,7 @@ pipeline {
stage ("Build Signal") { stage ("Build Signal") {
steps { steps {
container ("node-18") { container ("node") {
script { script {
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 """