DevOps Automation

DevOps Automation

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

Agile SCM

  • 1.  Agile SCM

    Posted Tue August 08, 2017 06:27 PM

    Can someone explain what is Agile SCM and what are its governing principles? Is there a way to do implementation of Agile SCM w.r.t  process, tools in a mainframe, java and, .net development type of environments?



  • 2.  RE: Agile SCM

    Posted Thu August 10, 2017 06:11 AM

    Agile is new way how to work together in a small team.

    SCM is mostly in Forums as this an acronym for Software Configuration Management.

    Agile working styles are based on the ideas of developersl, like Scrum.

    So in this context view one of the videos about Scrum and be aware SCM is a bigger context than Version Control.

    On the other hand SCM can be an acronym for Supply Chain Management.

    In this cast the delivery chain from customer to supplier to supplier, to s.... get transformed to agile processes. Therefore for my opinion working friendly together cross company borders and moving to agile work contracts is the hard work.

    or possible you have another acronym.

    But always starting with the agile manifest, is a good idea, ask if all agree to sign it, if you can stop here.



  • 3.  RE: Agile SCM

    Posted Fri August 11, 2017 01:54 PM

    Hi Robert,

    It is the first case so I am going to try to find a video about Scrum that will help. Thanks to you.



  • 4.  Agile SCM

    Posted Fri August 11, 2017 01:59 PM

    Hi Mai

    I am a certified scrum master and SAFe agile coach. what is your question?

    frederick carter SPC4,CSM, PMP



  • 5.  Agile SCM

    Posted Fri August 11, 2017 03:11 PM

    If you're looking for an overview of the basics for scrum/agile, may I
    suggest viewing Henrik Kniberg's excellent video on YouTube?

    https://www.youtube.com/watch?v=p20yDK8ytQo

    Jack



  • 6.  RE: Agile SCM

    Posted Sat August 12, 2017 10:59 AM

    Hi,

    I do conducts Free Training on SAFe and also IBM CLM on weekend. If anyone interested tp learn about SAFe, please let me know.

    Thanks & Best Regards,
    /Manoj Panda
    SAFe Program Consultant (SPC4)    
    Certified Scrum Master, ITIL V3     
    IBM Certified Deployment Professional     
    Phone: +91 9618772582     
    www.linkedin.com/in/manojkumar72
    DevOps: Applying lean and agile principles across the software lifecycle



  • 7.  Agile SCM

    Posted Sat August 12, 2017 07:15 PM

    Hi Manoj

    Thanks for email. I am interested. Please let me know how to proceed.

    Thanks
    Shailesh J

    From: Manoj Panda, Sr. DevOps Consultant [mailto:devops@lists.imwuc.org]
    Sent: Saturday, August 12, 2017 8:29 PM
    To: DevOps@lists.imwuc.org
    Subject: [External] [DevOps] - RE: Agile SCM


    Hi,

    I do conducts Free Training on SAFe and also IBM CLM on weekend. If anyone interested tp learn about SAFe, please let me know.

    Thanks & Best Regards,
    /Manoj Panda
    SAFe Program Consultant (SPC4)
    Certified Scrum Master, ITIL V3
    IBM Certified Deployment Professional
    Phone: +91 9618772582
    www.linkedin.com/in/manojkumar72 https://urldefense.proofpoint.com/v2/url?u=http-3A__www.linkedin.com_in_manojkumar72&d=DwMFaQ&c=eIGjsITfXP_y-DLLX0uEHXJvU8nOHrUK8IrwNKOtkVU&r=srI-2GKa-OfAKjBYhczB_vfyAuiP9N4uRUVN96sTqcc&m=3kje3hohHVfncW80hjoukcSGqUkVZWQ1YIEWsUS8N1U&s=7O9Yy6uvzOwI2C3bUqSpDqFPn50YiPXOtNrFZu9JjP4&e=
    DevOps: Applying lean and agile principles across the software lifecycle

    -----End Original Message-----



  • 8.  Agile SCM

    Posted Sat August 12, 2017 07:37 PM

    Hi shailesh

    As I said , As a certified SAFe coach and scrum master , I am not only
    experienced in lead transformations , and implementation in agile SAFe

    I am also authorized as well by scaled Agile Inc

    Please let me know some available times for a free consultation on scrum
    and SaFe by emailing me

    Regards

    Fred carter , spc4, csm, pmp
    Fredd.carter@gmail.com



  • 9.  Agile SCM

    Posted Mon August 14, 2017 01:42 AM

    Hi Shailesh,
    As of now I got 3 request. We can start the session as soon as we get
    minimum 5 users. we can start through webex, soon I will send the webex
    info with Audio bridge details. We will decide on the dates (Sat and
    Sunday). at least 4-5 hrs /day. Please respond to my personal id
    manojkuma72@hotmail.com


    Thanks & Best Regards,
    ___________________________________________________________________________

    Manoj Panda

    Senior Technical Specialist
    IBM Watson IOT
    SAFe Program Consultant (SPC4)

    Certified Scrum Master, ITIL V3

    IBM Certified Deployment Professional

    Phone: +91 9618772582

    e-mail: manoj.panda@in.ibm.com
    PMR-Support | Linkedin




  • 10.  RE: Agile SCM

    Posted Mon August 14, 2017 04:25 AM


    In case this helps: "Things I Wish We Knew": Implementing Agile on a Newly Awarded, Franchise-Level Program

     

    Sheena Chaudhary,

    Content Marketing Manager for DevOps,

    IBM India Pvt. Ltd.



  • 11.  RE: Agile SCM

    Posted Fri December 20, 2024 11:17 AM

    Agile SCM (Software Configuration Management) is the practice of managing code, artifacts, and changes in software development projects using Agile principles. It ensures continuous integration, frequent delivery, and adaptability to changes across teams.

    Governing Principles:

    1. Continuous Integration: Regularly integrate code changes to detect issues early.
    2. Collaboration: Facilitate team communication and coordination.
    3. Version Control: Ensure traceability of changes and proper branching/merging.
    4. Automation: Automate builds, tests, and deployments for efficiency.
    5. Transparency: Maintain visibility into changes and their impact.

    Implementation in Mainframe, Java, and .NET:

    1. Processes:
      • Branching Strategy: Use GitFlow or trunk-based development.
      • Continuous Integration/Delivery: Automate builds and testing pipelines.
      • Change Management: Use Agile sprints for prioritizing and delivering changes incrementally.
    2. Tools:
      • Version Control: Git, Subversion.
      • CI/CD: Jenkins, Azure DevOps, GitLab CI/CD.
      • Testing: JUnit (Java), MSTest (C#), and automated testing frameworks for mainframes (e.g., IBM Rational).
      • Artifact Repositories: Nexus, Artifactory.

    Adapt processes and tools to fit specific tech stacks while aligning with Agile's focus on flexibility and collaboration.



    ------------------------------
    Veronica Joseph
    ------------------------------