Commit 211811db authored by Muhammad Tehami's avatar Muhammad Tehami 💡

Initial commit

parent cc9abcdc
library identifier: ' Calculator_shared_lib@master', retriever: modernSCM([$class: 'GitSCMSource', credentialsId: '', remote: 'https://gitlab.mynisum.com/mtehami/performance-testing-shared-lib.git', traits: [gitBranchDiscovery()]])
pipeline {
agent any
stages {
stage('Checkout Source Code') {
stage('Performance Test') {
steps {
sh "echo Performance test!"
pipeline_performance("config.yaml")
}
}
}
......
pipeline:
config_file_path: file.properties
\ No newline at end of file
hello=world
foo=bar
\ 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