Skip to content
Snippets Groups Projects
Commit c4cdc057 authored by Lukas Köhler's avatar Lukas Köhler
Browse files

pipeline testing

parent 7e6b3d1a
No related branches found
No related tags found
No related merge requests found
......@@ -107,12 +107,9 @@ node {
sh(
'''
ls -la
mkdir git
'''
)
def exists = fileExists 'git'
if (!exists) {
new File('git').mkdir()
}
dir('git') {
git(
credentialsId: 'codegit',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment