Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
Updated IQ AppID to use env.JOB_BASE_NAME
  • Loading branch information
mitunzavery authored May 12, 2020
1 parent e992614 commit 2284cdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pipeline {
}
stage('Nexus Lifecycle Evaluation') {
steps {
nexusPolicyEvaluation failBuildOnNetworkError: false, iqApplication: "${currentBuild.displayName}", iqStage: 'build', jobCredentialsId: '', iqScanPatterns: [[scanPattern: '**/*.*']]
nexusPolicyEvaluation failBuildOnNetworkError: false, iqApplication: "${env.JOB_BASE_NAME}", iqStage: 'build', jobCredentialsId: '', iqScanPatterns: [[scanPattern: '**/*.*']]
}
}
}
Expand Down

0 comments on commit 2284cdf

Please sign in to comment.