This is an automated email from the ASF dual-hosted git repository.
olamy pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/archiva-redback-components-modello-plugins.git
The following commit(s) were added to refs/heads/master by this push:
new 0e8c98a simplif Jenkinsfile and fix scm in pom
0e8c98a is described below
commit 0e8c98a4d63669477a1a19b0667beb7b4da2b6e3
Author: olivier lamy <[email protected]>
AuthorDate: Mon Dec 31 08:47:38 2018 +1000
simplif Jenkinsfile and fix scm in pom
Signed-off-by: olivier lamy <[email protected]>
---
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 0de9a13..9773754 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -17,4 +17,4 @@
* under the License.
*/
-asfStandardBuild((env.BRANCH_NAME == 'master'?"clean deploy -Prun-its":"clean
install -Prun-its"))
+asfStandardBuild cmdline: (env.BRANCH_NAME == 'master'?"clean deploy
-Prun-its":"clean install -Prun-its")