fixed extra brace
Gitea/Baltimore-hackthebox-knowledgebase/pipeline/head There was a failure building this commit
Details
Gitea/Baltimore-hackthebox-knowledgebase/pipeline/head There was a failure building this commit
Details
parent
bca8497706
commit
89aad3b221
|
@ -15,8 +15,6 @@ pipeline {
|
||||||
rsync --recursive --exclude 'Jenkinsfile' --delete ./baltimore-hackthebox-knowledgebase/ /home/mdbook/wiki/src/;
|
rsync --recursive --exclude 'Jenkinsfile' --delete ./baltimore-hackthebox-knowledgebase/ /home/mdbook/wiki/src/;
|
||||||
rm -rf $(pwd);
|
rm -rf $(pwd);
|
||||||
'''
|
'''
|
||||||
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue