File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,23 +32,23 @@ pipeline {
3232 sh " docker run --rm --volume \"\$ (pwd)\" vickyrajagopal/python-taint-docker pyt ."
3333 }
3434 }
35- stage(' continuous integration' ) { // Compile and do unit testing
35+ // stage('continuous integration') { // Compile and do unit testing
3636
37- tools {
38- gradle ' installGradle'
39- }
40- steps {
41- parallel (
42- // run Gradle to execute compile and unit testing
43- pylint : {
44- sh ' cd continuous-integration && gradle lint'
45- },
46- pycode : {
47- sh ' cd continuous-integration && gradle pycode'
48- }
49- )
50- }
51- }
37+ // tools {
38+ // gradle 'installGradle'
39+ // }
40+ // steps {
41+ // parallel (
42+ // // run Gradle to execute compile and unit testing
43+ // pylint: {
44+ // sh 'cd continuous-integration && gradle lint'
45+ // },
46+ // pycode: {
47+ // sh 'cd continuous-integration && gradle pycode'
48+ // }
49+ // )
50+ // }
51+ // }
5252
5353 // stage('testcode') {
5454 // tools {
You can’t perform that action at this time.
0 commit comments