Update 'Jenkinsfile'

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

2
Jenkinsfile vendored

@ -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
''' '''
} }
} }