Skip to content

Commit 33c5641

Browse files
Comment gradle part
1 parent 23b99dc commit 33c5641

1 file changed

Lines changed: 16 additions & 16 deletions

File tree

continuous-integration/Jenkinsfile

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff 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 {

0 commit comments

Comments
 (0)