Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 10ad507

Browse files
authored
Update Jenkinsfile
1 parent 99b2cec commit 10ad507

File tree

1 file changed

+8
-19
lines changed

1 file changed

+8
-19
lines changed

Jenkinsfile

Lines changed: 8 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
1-
2-
pipeline {
3-
agent any
4-
stages {
5-
stage('Build') {
6-
steps {
7-
1+
node {
2+
stage('Build') {
83
echo "checkout from SCM"
94

105
git 'https://github.com/webweb04/python-scripts.git'
@@ -30,17 +25,11 @@ pipeline {
3025

3126
// Archive the build output artifacts.
3227
archiveArtifacts artifacts: 'output/*.txt', excludes: 'output/*.md'
33-
}
34-
}
35-
stage('Test') {
36-
steps {
37-
//
38-
}
39-
}
40-
stage('Deploy') {
41-
steps {
42-
//
43-
}
44-
}
28+
}
29+
stage('Test') {
30+
//
31+
}
32+
stage('Deploy') {
33+
//
4534
}
4635
}

0 commit comments

Comments
 (0)