Commit 0e368aa9 authored by RamaRao's avatar RamaRao

add new job

parent c21ad53f
job('school-pr-build') {
concurrentBuild()
logRotator {
numToKeep(7)
}
scm {
git {
remote {
url('https://github.com/gajendrularamarao/school.git')
}
branch('${REVISION}')
}
}
triggers {
scm('* * * * *')
}
steps {
gradle('clean build')
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment