Skip to content

Commit

Permalink
Esteso tempo di attesa per il carimento dei CSV
Browse files Browse the repository at this point in the history
  • Loading branch information
nardil committed Sep 3, 2019
1 parent f6ab196 commit 458f75f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ pipeline {
stage('test') {
steps {
sh 'cd ./integration-test; /var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.6.1/bin/mvn clean test'
sh 'tar -czvf ./integration-test/target/surefire-reports.tar.gz ./integration-test/target/surefire-reports/'
}
post {
always {
junit 'integration-test/target/surefire-reports/*.xml'
sh 'tar -czvf ./integration-test/target/surefire-reports.tar.gz ./integration-test/target/surefire-reports/'
archiveArtifacts 'integration-test/target/surefire-reports.tar.gz'
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Background:
}
"""

* configure retry = { count: 20, interval: 1000 }
* configure retry = { count: 20, interval: 5000 }

* def importo = 61.25
* def importo_voce = 61.25
Expand Down

0 comments on commit 458f75f

Please sign in to comment.