Skip to content
Snippets Groups Projects
Commit 0fb01740 authored by Boris Baldassari's avatar Boris Baldassari
Browse files

#5 Fix jenkins file get for deployment.


Signed-off-by: default avatarBoris Baldassari <boris@chrysalice.org>
parent ce692ba7
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ pipeline { ...@@ -3,7 +3,7 @@ pipeline {
stages { stages {
stage('Retrieve Data') { /* stage('Retrieve Data') {
steps { steps {
sh ''' sh '''
wget http://ci4.castalia.camp:8080/job/scava-datasets/lastSuccessfulBuild/artifact/docs/*zip*/docs.zip -O docs.zip wget http://ci4.castalia.camp:8080/job/scava-datasets/lastSuccessfulBuild/artifact/docs/*zip*/docs.zip -O docs.zip
...@@ -32,7 +32,7 @@ pipeline { ...@@ -32,7 +32,7 @@ pipeline {
done done
''' '''
} }
} } */
stage('Deploy Documentation') { stage('Deploy Documentation') {
steps { steps {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment