Skip to content

Commit 8b807d8

Browse files
author
mpsakthi
committed
Add Jenkins file
1 parent 48a380d commit 8b807d8

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Jenkinsfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
#!/usr/bin/env groovy
22
pipeline {
33
agent any
4-
54
stages {
65
stage('stage one') {
76
steps {
87
script {
9-
echo "Stage 1
8+
echo "Stage 1"
109
}
1110

1211
}

0 commit comments

Comments
 (0)