Skip to content

Commit

Permalink
fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosrodlop committed Jun 18, 2020
1 parent 8cffa1b commit 2e848fd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/pocs/pipelines/performance-cpu/Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Loading Shared Libraries
library identifier: 'my-shared-libraries@master', retriever: modernSCM(
library identifier: 'my-shared-libraries@performance', retriever: modernSCM(
[$class: 'GitSCMSource',
remote: 'https://github.com/cloudbees-oss/pipeline-home-demo.git',
credentialsId: '*************'])
Expand Down
2 changes: 1 addition & 1 deletion resources/pocs/pipelines/performance-memory/Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Loading Shared Libraries
library identifier: 'my-shared-libraries@master', retriever: modernSCM(
library identifier: 'my-shared-libraries@performance', retriever: modernSCM(
[$class: 'GitSCMSource',
remote: 'https://github.com/cloudbees-oss/pipeline-home-demo.git',
credentialsId: '*************'])
Expand Down
Empty file modified resources/scripts/jenkinsmemory.sh
100644 → 100755
Empty file.

0 comments on commit 2e848fd

Please sign in to comment.