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-parent.git
The following commit(s) were added to refs/heads/master by this push:
new bd4708b complete pipeline defined
bd4708b is described below
commit bd4708bffd9ec3daca673c701721728fc0ad0b18
Author: olivier lamy <[email protected]>
AuthorDate: Sat Dec 29 14:37:16 2018 +1000
complete pipeline defined
Signed-off-by: olivier lamy <[email protected]>
---
Jenkinsfile | 20 +-------------------
1 file changed, 1 insertion(+), 19 deletions(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index b5d260e..1be4029 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -16,23 +16,5 @@
* specific language governing permissions and limitations
* under the License.
*/
-/**
- *
- *
- * Jenkins Pipeline configuration.
- *
- */
-
-pipeline {
- agent any
- stages{
- stage("Build"){
- agent { node { label 'ubuntu' } }
- options { timeout(time: 120, unit: 'MINUTES') }
- steps{
- asfStandardBuild params:[cmdline:"clean deploy"]
- }
- }
- }
-}
+asfStandardBuild params:[cmdline:"clean deploy"]