Skip to content

Commit 456636f

Browse files
committed
[CTR-2255] added basic casc examples
1 parent 41787f0 commit 456636f

File tree

3 files changed

+25
-0
lines changed

3 files changed

+25
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
tool:
2+
cloudFoundryCliInstallation:
3+
installations:
4+
- name: "cf-6.40.0"
5+
properties:
6+
- installSource:
7+
installers:
8+
- cloudFoundryCliInstaller:
9+
id: "6.40.0"
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
unclassified:
2+
rules:
3+
rules:
4+
- pattern: "(.*/view/.+/timeline/data/)"

cloudbees-examples.iml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<module type="JAVA_MODULE" version="4">
3+
<component name="NewModuleRootManager" inherit-compiler-output="true">
4+
<exclude-output />
5+
<content url="file://$MODULE_DIR$">
6+
<sourceFolder url="file://$MODULE_DIR$/cloudbees-ci/cje-to-ci-migration-examples/quietDownScript" isTestSource="false" />
7+
<sourceFolder url="file://$MODULE_DIR$/cloudbees-ci/cje-to-ci-migration-examples/CredentialsMigration" isTestSource="false" />
8+
</content>
9+
<orderEntry type="inheritedJdk" />
10+
<orderEntry type="sourceFolder" forTests="false" />
11+
</component>
12+
</module>

0 commit comments

Comments
 (0)