Skip to content

Commit 88ae651

Browse files
committed
newadd
1 parent 3a7fa1f commit 88ae651

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

Jenkinsfile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,13 @@ pipeline {
3030
}
3131
}
3232
}
33+
stage('Deploy') {
34+
steps {
35+
script {
36+
37+
echo "The code works fine"
38+
}
39+
}
40+
}
3341
}
3442
}

0 commit comments

Comments
 (0)