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 61bd2ff simplif Jenkinsfile and fix scm in pom
61bd2ff is described below
commit 61bd2ffae33f329cb0549849a23e53995b178b74
Author: olivier lamy <[email protected]>
AuthorDate: Mon Dec 31 08:48:48 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 9773754..45f6e99 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -17,4 +17,4 @@
* under the License.
*/
-asfStandardBuild cmdline: (env.BRANCH_NAME == 'master'?"clean deploy
-Prun-its":"clean install -Prun-its")
+asfStandardBuild cmdline: (env.BRANCH_NAME == 'master'?"clean deploy -Prun-its
-T2":"clean install -Prun-its -T2")