ci(jenkins): print current user before trying to make iso

Signed-off-by: zontreck <tarapiccari@gmail.com>
This commit is contained in:
zontreck 2024-10-06 03:03:56 -07:00
parent afe07bd542
commit 153fbc4104

3
Jenkinsfile vendored
View file

@ -37,6 +37,9 @@ pipeline {
sh '''
#!/bin/bash
echo -ne "I am user "
whoami
mkarchiso -v -w work -o out server
'''