Nir Koren DevOps & Integration Lead, SAP Labs Israel June 2013 Connect your tools to Jenkins Using the basic Jenkins API’s Jenkins User Conference Jenkins.

Slides:



Advertisements
Similar presentations
© 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential. Ashish Mishra Automation Lifecycle of Mobile Applications.
Advertisements

X platform A solution making PLM better. Outline Mobile trend and app market rising Looking for my data at any time Making a decision everywhere A easy.
12 October 2011 Andrew Brown IMu Technology EMu Global Users Group 12 October 2011 IMu Technology.
Jenkins User Conference Jenkins User Conference Israel, 06 June 2013 #jenkinsconf Pre-Tested Commits with Jenkins and Reviewboard Yardena Meymann VMware.
Jenkins User Conference Jenkins User Conference San Francisco, Sept #jenkinsconf Using Jenkins for the build and deployment of.NET applications.
Useful Tools for Testing
Technical Workshops | Esri International User Conference San Diego, California Customizing ArcPad solutions Marika Vertzonis, Gareth Walters, Stephen Quan.
Extend Your UFT for Mobile Testing & Monitoring Mobile Add-on For UFT Nov 2014.
Selenium Automation Testing Suite of Tools. What is Selenium? Selenium is a robust set of tools that supports rapid development of test automation for.
Overview SAP Basis Functions. SAP Technical Overview Learning Objectives What the Basis system is How does SAP handle a transaction request Differentiating.
Amazon EC2 Quick Start adapted from EC2_GetStarted.html.
Wellcome Trust Centre for Gene Regulation & Expression College of Life Sciences, University of Dundee Dundee, Scotland, UK Continuous Integration 0.
EWD VistA Update 2010 Rob Tweed M/Gateway Developments Ltd.
© 2012 WIPRO LTD | 1 Version 1.0a, 23 rd April 2012 TTCN-3 Users Conference Practical integration of TTCN-3 with Robot test automation framework.
Datacenter X Datacenter Y ….com Contoso.com Exchange Labs ACME.com Ops NK App user Finance HR Sales Purchase Fabrikam Enterprises.
© 2012 LogiGear Corporation. All Rights Reserved Robot framework.
LSC Segment Database Duncan Brown Caltech LIGO-G Z.
Java Mobile Apps with GWT & PhoneGap Josh Marinacci, webOS Developer Advocate.
GDT V5 Web Services. GDT V5 Web Services Doug Evans and Detlef Lexut GDT 2008 International User Conference August 10 – 13  Lake Las Vegas, Nevada GDT.
Jenkins User Conference Jenkins User Conference Israel, 06 June 2013 #jenkinsconf Web and Gui Automation with Jenkins Aytunc Beken Turkcell
Ryan Hemmy.  The ultimate goal is to create a single efficient and lightweight program that both unifies features of existing programs and offers unique.
“ Mobile Internet Development ” Prasert Jaipet (aekram43) MCTS,MCPD,Microsoft Insider Technology Team Manager Digital Beyond Company
Using Biological Cyberinfrastructure Scaling Science and People: Applications in Data Storage, HPC, Cloud Analysis, and Bioinformatics Training Scaling.
Summary Report Project Name: Open Health Assistant (OHA) Platform Brief Project Description: Open Health Assistant offers a combination of remote and personalized.
Esri UC 2014 | Technical Workshop | Operations Dashboard for ArcGIS: Extending the Functionality Jay Chen Kylie Donia Tif Pun.
Overview and update Pete Raymond. » Purpose of this presentation » Background » JSR Requirements » Key concepts » Relationship to other standards/approaches.
HTML5 Video Player For SharePoint HTML5 Background Why creating video player in HTML5 is easy? Can we do it without Javascript? Easy or Difficult?
Ajax for Dynamic Web Development Gregory McChesney.
Mohit Anand, Software Engineer Adobe 1 Selecting GUI Automation Testing Tool for Mobile Domain.
Shell Interface Shell Interface Functions Data. Graphical Interface Graphical Interface Command-line Interface Command-line Interface Experiments Private.
Mobile Add-on For Loadrunner Extend HP LoadRunner to Mobile.
SPI NIGHTLIES Alex Hodgkins. SPI nightlies  Build and test various software projects each night  Provide a nightlies summary page that displays all.
Copyright 2007 SpringSource. Copying, publishing or distributing without express written permission is prohibited. Overview of the Spring Framework Introducing.
Extending the Discovery Environment: Tool Integration and Customization.
ArcGIS Workflow Manager: Integrating Geoprocessing into Your Business Processes Nishi Mishra.
Test Automation For Web-Based Applications Portnov Computer School Presenter: Ellie Skobel.
Copyright © New Signature Who we are: Focused on consistently delivering great customer experiences. What we do: We help you transform your business.
Esri UC 2014 | Technical Workshop | Administering ArcGIS for Server with Python Jon Bodamer.
Bluemix for Domino Developers Niklas Heidloff, heidloff.net.
A Study of SNS App on Android Platform and Development of “Follow5 App” Name : Huang Xun Professor : Henry Cho Date :
Azure App Service an overview Seth
INFSO-RI Module 03 Installing the ETICS Client ETICS Online Tutorials.
Noel Winstanley - Server Side AstroRuntime Noel Winstanley A PPARC funded project.
PTC Navigate & Thingworx based App Development
1/10/2018 9:33 PM Cloud Roadshow © 2014 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO.
Appium Studio Appium testing made easy at any scale.
Open OnDemand: Open Source General Purpose HPC Portal
Useful Tools for Testing
beas WEB App Installation
KARDEX Drive
PyWBEM Python WBEM CIM/XML client Rapid Overview
Infrastructure Orchestration to Optimize Testing
Notification.
PERL.
Open-O CLI One Command to command whole Open-O v1.0
Azure API Management Jothi Prakash A
Mobile Phone Tracking system by CustomSoft.  This application tracks the mobile location in every 5 seconds in connection with the.
Microsoft Ignite NZ October 2016 SKYCITY, Auckland.
Mobile Pen Testing w/ drozer
Web Browser server client 3-Tier Architecture Apache web server PHP
Excel JavaScript API Update
Application Programming Interfaces for FIA
BusinessObjects 4.2 SP3 What's new for System Administration in CMC
Agile testing for web API with Postman
XML Parsing I have to analyze over 300 XML files. The xml2csy.py can’t be used to call multiple files at time as per our previous communication. I am thinking.
Getting Started With Solr
Delivering great hardware solutions for Windows
DEVOPS & THE FUTURE OF TESTING
1. Azure Data Explorer Azure Data Explorer enables rich data exploration over raw, structured, and semi-structured data delivering fast time to insight.
Redfish Introduction.
Presentation transcript:

Nir Koren DevOps & Integration Lead, SAP Labs Israel June 2013 Connect your tools to Jenkins Using the basic Jenkins API’s Jenkins User Conference Jenkins User Conference Israel, June #jenkinsconf

©2012 SAP AG. All rights reserved.2 Jenkins User Conference Jenkins User Conference Israel, June #jenkinsconf API connection Jenkins provides several ways for getting and triggering actions directly on a Jenkins server. We will review some methods which helps to connect your tools and scripts to Jenkins SCRIPTS CODE REPORTS

©2012 SAP AG. All rights reserved.3 Jenkins User Conference Jenkins User Conference Israel, June #jenkinsconf CLI (Command-Line Interface) Built-in command line client. JAVA Archive Jenkins release dependent: /jenkins/cli Can do almost everything in Jenkins via CMD / SHELL. Extendable

©2012 SAP AG. All rights reserved.4 Jenkins User Conference Jenkins User Conference Israel, June #jenkinsconf CLI DEMO

©2012 SAP AG. All rights reserved.5 Jenkins User Conference Jenkins User Conference Israel, June #jenkinsconf CLI USAGE Scripts and Automation “Jenkins as a Service” Unique – short time cases

©2012 SAP AG. All rights reserved.6 Jenkins User Conference Jenkins User Conference Israel, June #jenkinsconf Remote access API Machine-consumable Remote Access API. A REST-like style. XML …/api/xml JSON …/api/json PYTHON

©2012 SAP AG. All rights reserved.7 Jenkins User Conference Jenkins User Conference Israel, June #jenkinsconf XML API Works in almost any action by adding “/api/xml”

©2012 SAP AG. All rights reserved.8 Jenkins User Conference Jenkins User Conference Israel, June #jenkinsconf XML API cont. Can specify xPath to control the results. Example: /api/xml?xpath=/*/*[0] Controlling the amount of data you fetch. Example: api/xml?depth=1 Parsed by any technology to your tools / Apps

©2012 SAP AG. All rights reserved.9 Jenkins User Conference Jenkins User Conference Israel, June #jenkinsconf JSON API Works in almost any action by adding “/api/json”

©2012 SAP AG. All rights reserved.10 Jenkins User Conference Jenkins User Conference Israel, June #jenkinsconf Additional Actions Create and Copy jobs Restart Trigger a new build /jenkins/createItem /jenkins/restart

©2012 SAP AG. All rights reserved.11 Jenkins User Conference Jenkins User Conference Israel, June #jenkinsconf API DEMO

©2012 SAP AG. All rights reserved.12 Jenkins User Conference Jenkins User Conference Israel, June #jenkinsconf Usages in Jenkins API Development live dashboard

©2012 SAP AG. All rights reserved.13 Jenkins User Conference Jenkins User Conference Israel, June #jenkinsconf Usages in Jenkins API Nice HTML mails

©2012 SAP AG. All rights reserved.14 Jenkins User Conference Jenkins User Conference Israel, June #jenkinsconf iPhone / Android / Desktop custom applications

©2012 SAP AG. All rights reserved.15 Jenkins User Conference Jenkins User Conference Israel, June #jenkinsconf Thank you! Nir DevOps & Integration Lead SAP Labs Israel |