signel build attempt
This commit is contained in:
parent
9a32fa99f3
commit
8d6d2dfa37
@ -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 """
|
||||
|
Reference in New Issue
Block a user