Update Jenkinsfile

This commit is contained in:
Xdvz55a 2018-05-14 14:36:25 -04:00 committed by GitHub
parent 128e9ba59f
commit 2e899afc16
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

3
jenkins/Jenkinsfile vendored
View file

@ -11,6 +11,9 @@ pipeline {
sh 'python -m py_compile sources/add2vals.py sources/calc.py'
}
}
stage('NexusIQ') {
nexusPolicyEvaluation failBuildOnNetworkError: false, iqApplication: 'sandbox-application', iqStage: 'release', jobCredentialsId: ''
}
stage('Test') {
agent {
docker {