Commit b40f7633 authored by kmohiuddin's avatar kmohiuddin

Initial commit

parents
# Default ignored files
/workspace.xml
\ No newline at end of file
<component name="ProjectCodeStyleConfiguration">
<state>
<option name="PREFERRED_PROJECT_CODE_STYLE" value="Default" />
</state>
</component>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectRootManager" version="2" languageLevel="JDK_11" default="true" project-jdk-name="11" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/out" />
</component>
</project>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/jenkinsfile_performanceTest.iml" filepath="$PROJECT_DIR$/jenkinsfile_performanceTest.iml" />
</modules>
</component>
</project>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>
\ No newline at end of file
library identifier: 'performance_test@master', retriever: modernSCM([$class: 'GitSCMSource', credentialsId: '', remote: 'https://gitlab.mynisum.com/kmohiuddin/test_shared_library_for_projects.git', traits: [gitBranchDiscovery()]])
pipeline {
agent any
stages {
stage('checkout') {
steps{
checkout scm
}
}
stage('test') {
steps{
test("/home/kmohiuddin/.jenkins/workspace/performance_test@libs/performance_test/file.yaml")
}
}
}
}
\ No newline at end of file
hello=world
my_name=ibrahim
\ No newline at end of file
hello=world
my_name=ibrahim
\ No newline at end of file
pipeline:
config_file_path: /home/kmohiuddin/.jenkins/workspace/performance_test@libs/performance_test/text.properties
filePaths:
- path: /home/kmohiuddin/.jenkins/workspace/performance_test@libs/performance_test/create.properties
group: create
- path: /home/kmohiuddin/.jenkins/workspace/performance_test@libs/performance_test/update.properties
group: update
- path: /home/kmohiuddin/.jenkins/workspace/performance_test@libs/performance_test/delete.properties
group: delete
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="groovy-2.5.8" level="application" />
</component>
</module>
\ No newline at end of file
hello=world
my_name=ibrahim
hello=world
my_name=ibrahim
\ 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