fixed to use correct port
Gitea/Baltimore-hackthebox-knowledgebase/pipeline/head This commit looks good Details

pull/1/head
s00ner 2022-02-18 16:33:26 -05:00
parent 62671eef1a
commit 22dead90be
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -13,7 +13,7 @@ pipeline {
steps { steps {
sh ''' sh '''
cd $(mktemp -d); cd $(mktemp -d);
wget http://gittea.lxd/s00ner/Baltimore-hackthebox-knowledgebase/archive/main.tar.gz; wget http://gittea.lxd:3000/s00ner/Baltimore-hackthebox-knowledgebase/archive/main.tar.gz;
tar -xf main.tar.gz; tar -xf main.tar.gz;
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);