Commit 1d4daf15 authored by Sadu Balakrishna's avatar Sadu Balakrishna

Add new file

parent 93cc220c
pipeline {
agent any
stages {
stage ("compile") {
steps {
echo "Compiled successfully"
}
}
stage ("build") {
steps {
echo "build successfully"
}
}
stage ("test") {
steps {
echo "tested successfully"
}
}
stage ("deploy") {
steps {
echo "deployed succesffully"
}
}
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment