From 72000daecab273234c41346fa1466531f1dbccde Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Mon, 1 Aug 2022 16:21:07 -0500 Subject: [PATCH] asdf --- ci/Jenkinsfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/Jenkinsfile b/ci/Jenkinsfile index e54791d..46f352d 100644 --- a/ci/Jenkinsfile +++ b/ci/Jenkinsfile @@ -25,6 +25,8 @@ pipeline { steps { container('node') { dir('ui') { + sh 'whoammi' + sh 'id' sh '. ../ci/build-ui.sh' } }