Skip to content

Commit

Permalink
Remove build manifest params as it is not used
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
  • Loading branch information
peterzhuamazon committed Nov 1, 2022
1 parent 3258f00 commit 69a73c3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions jenkins/gradle/gradle-check.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ pipeline {
throttleOption: 'project',
)
}
agent none
parameters {
string(
name: 'GIT_REPO_URL',
Expand Down Expand Up @@ -74,7 +73,6 @@ pipeline {
}
steps {
script {
currentBuild.description = BUILD_MANIFEST_URL
if (AGENT_LABEL == '') {
currentBuild.result = 'ABORTED'
error("Gradle Check (Jenkins) failed to start. Missing parameter: AGENT_LABEL.")
Expand Down

0 comments on commit 69a73c3

Please sign in to comment.