Skip to content

Commit 9ba9ff0

Browse files
committed
Revert to inital jenkinsfile
1 parent 62567fe commit 9ba9ff0

File tree

2 files changed

+0
-20
lines changed

2 files changed

+0
-20
lines changed

Diff for: Jenkinsfile

-10
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,6 @@ pipeline {
2121
}
2222
}
2323
}
24-
stage('Secrets scanner') {
25-
steps {
26-
container('trufflehog') {
27-
sh "git clone ${GIT_URL}"
28-
sh "cd ${APP_NAME} && ls -al"
29-
sh "cd ${APP_NAME} && trufflehog ."
30-
sh "rm -rf ${APP_NAME}"
31-
}
32-
}
33-
}
3424
}
3525
}
3626
stage('Build') {

Diff for: Jenkinsfile.gradle

-10
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,6 @@ pipeline {
1919
}
2020
}
2121
}
22-
stage('Secrets scanner') {
23-
steps {
24-
container('trufflehog') {
25-
sh "git clone ${GIT_URL}"
26-
sh "cd ${sample-api-service} && ls -al"
27-
sh "cd ${sample-api-service} && trufflehog ."
28-
sh "rm -rf ${sample-api-service}"
29-
}
30-
}
31-
}
3222
}
3323
}
3424
stage('Build') {

0 commit comments

Comments
 (0)