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