Using Jenkins creating free style project

How to create and schedule a build using Jenkins


Create New freestyle Project.(name of the project and click ok).
          General - name description (html tags)
                                     ↓
                      SCM(source code management) none for now
                                     ↓
                    Select  Build Triggers
                                     ↓          
             Build Periodically ---Schedule (ex : H/30****)
                                     ↓
 Build-- Add Build Step -- Execute Windows batch Command line
                                     ↓
                      Can add Post-build Actions
                                     ↓
                                  Save


Remotely Build

Build triggers 
Trigger builds remotely
give token_name (ex - abcd1234)
take the url update with jenkins url and token and run .

Can execute from anywhere and any machine

Reacties