Changes in Jenkins/FullBuild [5ed9061:cb2e8ce]
- File:
-
- 1 edited
-
Jenkins/FullBuild (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Jenkins/FullBuild
r5ed9061 rcb2e8ce 28 28 def out_dir = pwd tmp: true 29 29 sh "mkdir -p ${out_dir}" 30 31 //checkout the code to make sure this is a valid git repo 32 checkout scm 30 33 31 34 //parse git logs to find what changed
Note:
See TracChangeset
for help on using the changeset viewer.