-
Notifications
You must be signed in to change notification settings - Fork 331
/
Copy pathbuild_triggers.txt
39 lines (32 loc) · 1.44 KB
/
build_triggers.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Build Triggers
=============
1.Build Periodically:
---------------------------
Git repo : https://github.com/sathyadevops/ant_proj.git
Build triggers: --> Build periodically ---> * * * * *
2.Poll SCM :
-----------------
Git repo : https://github.com/sathyadevops/ant_proj.git
Build triggers: --> Poll SCM ---> * * * * *
Create an account for GitHub:
--------------------------------------------
visit --> www.github.com ---> create a new account
https://github.com/sathyadevops/ant_proj --> select "Fork"
Create a Git Hub token :
------------------------------------
github --> settings --> devlpr settings --> personal access token
select "Generate new token" ---> then copy and secure the token
Modify Src code:
-------------------------
# git clone https://github.com/sathyadevops/ant_proj.git
# cd ant_proj/
# git config --global user.name sathyadevops
# git config --global user.email [email protected]
# cd WebContent/WEB-INF/jsp/
# vi userForm.jsp
..<table width="50%" bgcolor="pink" align="center" border=3>...
# git add * ---> code move to stage area
# git commit -m "new code" ---> code move to local repo
# git push ---> code move to global repo
user name: sathyadevops
pwd: <token>