Update 'Jenkinsfile'
All checks were successful
gitea-sync/antos-deb/pipeline/head This commit looks good

This commit is contained in:
dany 2023-01-01 13:07:40 +01:00
parent b4a4922a6c
commit f78fb09ee2

2
Jenkinsfile vendored
View File

@ -67,7 +67,7 @@ pipeline{
''' '''
copyArtifacts(projectName: 'gitea-sync/antos-appimage/master', target: 'antos/'); copyArtifacts(projectName: 'gitea-sync/antos-appimage/master', target: 'antos/');
sh''' sh'''
tree antos ls -al antos
''' '''
} }
} }