Slide 13
Slide 13 text
name 'Java EE 6 RESTful web application'
description 'RESTeasy web service.'
buildJob {
name 'deploy-staging'
no vcs trigger
tasks {
shell 'echo "Deploying to staging environment."'
}
}
buildJob {
name 'build'
tasks {
maven targets: 'clean install'
}
trigger 'deploy-staging' on success
}