Skip to content

Commit

Permalink
Added Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
shohaghcsesust committed Oct 3, 2023
1 parent 4c7c81d commit 931b508
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ pipeline {
}
}

stage('Test3') {
steps {
echo 'This is test3 for environment variable : ${PresentationPath}'
}
}

}
}

Expand All @@ -32,4 +38,7 @@ pipeline {
}

}
environment {
PresentationPath = 'D:\\Personal\\certificate\\presentations'
}
}

0 comments on commit 931b508

Please sign in to comment.