diff --git a/Jenkins b/Jenkins new file mode 100644 index 00000000..483eaba1 --- /dev/null +++ b/Jenkins @@ -0,0 +1,15 @@ +pipeline{ + agent any + Stages { + stage('clean workspace){ + steps{ + cleanWs() + } + } + stage('Brach'){ + steps{ + echo 'hello rishabh' + } + } +} +} diff --git a/Jenkinsfile b/Jenkinsfile new file mode 100644 index 00000000..b94e0ef3 --- /dev/null +++ b/Jenkinsfile @@ -0,0 +1,15 @@ +pipeline{ + agent any + stages { + stage('Clean workspace'){ + steps{ + cleanWs() + } + } + stage('Brach'){ + steps{ + echo 'webhook trigger' + } + } +} +} diff --git a/index.html b/index.html index 1a3ee78f..67fa9b1f 100644 --- a/index.html +++ b/index.html @@ -14,7 +14,7 @@ rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" /> -