corrects syntax
This commit is contained in:
parent
4e247ed59e
commit
0874289fcf
@ -99,6 +99,7 @@ pipeline {
|
||||
stage ("Build Signal") {
|
||||
steps {
|
||||
container ("node-18") {
|
||||
script {
|
||||
writeFile(file: workspace + "/test-chamber-13.lan.root.crt", text: functions.getCurrentRootCA())
|
||||
sh """
|
||||
git config --global --add safe.directory '*'
|
||||
@ -120,9 +121,11 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
stage ('Push Artifacts') {
|
||||
steps {
|
||||
script {
|
||||
functions.pushArtifact(
|
||||
repoCreds: "nexus-generic-upload-bot",
|
||||
fileName: outputFile,
|
||||
@ -133,3 +136,4 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user