ci(jenkins): print current user before trying to make iso
Signed-off-by: zontreck <tarapiccari@gmail.com>
This commit is contained in:
parent
afe07bd542
commit
153fbc4104
1 changed files with 3 additions and 0 deletions
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
|
@ -37,6 +37,9 @@ pipeline {
|
|||
sh '''
|
||||
#!/bin/bash
|
||||
|
||||
echo -ne "I am user "
|
||||
whoami
|
||||
|
||||
mkarchiso -v -w work -o out server
|
||||
|
||||
'''
|
||||
|
|
Loading…
Reference in a new issue