Skip to content

Commit 3a9a750

Browse files
committed
Updated Jenkinsfile
1 parent 5c2fc72 commit 3a9a750

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

Jenkinsfile

+2-7
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
pipeline {
2-
agent {
3-
docker {
4-
image 'python'
5-
}
6-
7-
}
2+
agent any
83
stages {
9-
stage('') {
4+
stage('error') {
105
steps {
116
sh '''pip install django
127
cd sms_survey

0 commit comments

Comments
 (0)