commit | 415f3b7709247dc1482e1fa7112e875738d78479 | [log] [tgz] |
---|---|---|
author | Jan Klare <jan.klare@bisdn.de> | Wed Oct 25 09:23:15 2023 +0200 |
committer | Jan Klare <jan.klare@bisdn.de> | Wed Oct 25 09:24:45 2023 +0200 |
tree | 8e70106ca82c26e252ae39dc2ebb6f1023ac41e9 | |
parent | 6ee5c7b13d4e8da7b278dfb89ad060b45cf4b076 [diff] |
fix typo in debug output during voltha-stack deployment * replace "ContainerCrating" with "ContainerCreating" * add unrelated change in jjb/ to trigger jenkins pipeline Change-Id: I1368dac5f6d1521026b281ed4c7a0d08e1610a7f Signed-off-by: Jan Klare <jan.klare@bisdn.de> Change-Id: I7fe130de727d63e2341e6500237add64306a5eed
diff --git a/jjb/pipeline/voltha/physical-build.groovy b/jjb/pipeline/voltha/physical-build.groovy index 8745ef5..69537b3 100755 --- a/jjb/pipeline/voltha/physical-build.groovy +++ b/jjb/pipeline/voltha/physical-build.groovy
@@ -16,6 +16,7 @@ // NOTE we are importing the library even if it's global so that it's // easier to change the keywords during a replay + library identifier: 'cord-jenkins-libraries@master', retriever: modernSCM([ $class: 'GitSCMSource',