This is an automated email from the ASF dual-hosted git repository. ieugen pushed a commit to branch JAMES-3225-autobuild in repository https://gitbox.apache.org/repos/asf/james-project.git
The following commit(s) were added to refs/heads/JAMES-3225-autobuild by this push: new 3c5fd7e JAMES-3225 #comment Fixed Jenkinsfile typo tests -> test 3c5fd7e is described below commit 3c5fd7e5feb64440b5d807e4520913578eeb6e43 Author: Eugen Stan <ieu...@apache.org> AuthorDate: Wed Jul 1 12:35:38 2020 +0300 JAMES-3225 #comment Fixed Jenkinsfile typo tests -> test --- Jenkinsfile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 653a688..7f2f802 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -49,7 +49,13 @@ pipeline { stages { stage('Build') { steps { - sh "./gradlew clean build -x tests --info --scan" + sh "./gradlew clean build -x test" + } + } + + stage('Run tests') { + steps { + sh "./gradlew build test --scan" } } } --------------------------------------------------------------------- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org