Compare commits

...

3 commits
0.3.0 ... main

Author SHA1 Message Date
153fbc4104 ci(jenkins): print current user before trying to make iso
Signed-off-by: zontreck <tarapiccari@gmail.com>
2024-10-06 03:03:56 -07:00
afe07bd542 ci(jenkins): test another fix
Signed-off-by: zontreck <tarapiccari@gmail.com>
2024-10-06 03:02:07 -07:00
bbf5604f1c ci(jenkins): continue to adjust to stabilize build
Signed-off-by: zontreck <tarapiccari@gmail.com>
2024-10-06 02:59:51 -07:00
2 changed files with 4 additions and 9 deletions

11
Jenkinsfile vendored
View file

@ -37,14 +37,11 @@ pipeline {
sh ''' sh '''
#!/bin/bash #!/bin/bash
mkdir -pv /tmp/archisotmp echo -ne "I am user "
cp -rv server /tmp/archisotmp/server whoami
mkarchiso -v -w work -o out server
mkarchiso -v -w "/tmp/archisotmp/work" -o /tmp/archisotmp/out "/tmp/archisotmp/server"
cp -rv /tmp/archisotmp/out ./out
rm -rf /tmp/archisotmp
''' '''
} }
} }

View file

@ -21,6 +21,4 @@ file_permissions=(
["/root"]="0:0:750" ["/root"]="0:0:750"
["/root/.automated_script.sh"]="0:0:755" ["/root/.automated_script.sh"]="0:0:755"
["/root/.gnupg"]="0:0:700" ["/root/.gnupg"]="0:0:700"
["/usr/local/bin/choose-mirror"]="0:0:755"
["/usr/local/bin/livecd-sound"]="0:0:755"
) )