Skip to content

Commit

Permalink
Добавил в артефакты сборки результаты для allure и результаты junit
Browse files Browse the repository at this point in the history
  • Loading branch information
artbear committed Jan 29, 2018
1 parent 25e9d53 commit 5d7f08e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,11 @@ tasks["report"] = {
} catch (e) {
echo "allure status : ${e}"
}

junit 'build/ServiceBases/junitreport/*.xml'
//cucumber fileIncludePattern: '**/*.json', jsonReportDirectory: 'build/ServiceBases/cucumber'

archiveArtifacts 'build/ServiceBases/allurereport/**'
archiveArtifacts 'build/ServiceBases/junitreport/*.xml'
}
}
}
Expand Down

0 comments on commit 5d7f08e

Please sign in to comment.