Update Jenkinsfile
This commit is contained in:
parent
128e9ba59f
commit
2e899afc16
1 changed files with 3 additions and 0 deletions
3
jenkins/Jenkinsfile
vendored
3
jenkins/Jenkinsfile
vendored
|
@ -11,6 +11,9 @@ pipeline {
|
||||||
sh 'python -m py_compile sources/add2vals.py sources/calc.py'
|
sh 'python -m py_compile sources/add2vals.py sources/calc.py'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
stage('NexusIQ') {
|
||||||
|
nexusPolicyEvaluation failBuildOnNetworkError: false, iqApplication: 'sandbox-application', iqStage: 'release', jobCredentialsId: ''
|
||||||
|
}
|
||||||
stage('Test') {
|
stage('Test') {
|
||||||
agent {
|
agent {
|
||||||
docker {
|
docker {
|
||||||
|
|
Loading…
Reference in a new issue