Skip to content
This repository was archived by the owner on Feb 1, 2023. It is now read-only.

Commit 5796be5

Browse files
committed
Update README.md
1 parent ac6e443 commit 5796be5

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,16 @@
11
# jenkins-plugin-sqlplus-script-runner
22
Jenkins plugin - SQL*Plus Script Runner
3+
4+
This plugin enables you run SQL\*Plus scripts on your Jenkins jobs ( _SQL\*Plus installation required!_ ).
5+
6+
All you have to do is provide a valid *ORACLE_HOME* and you are in business:
7+
8+
![Main Setup](https://github.com/boaglio/jenkins-plugin-sqlplus-script-runner/raw/master/shots/main-setup.png)
9+
10+
You can run a script inside your workspace or a user defined for every job:
11+
12+
![Job Setup](https://github.com/boaglio/jenkins-plugin-sqlplus-script-runner/raw/master/shots/setup-by-project.png)
13+
14+
You can check later all SQL*Plus output inside your build output:
15+
16+
![Script running inside a job](https://github.com/boaglio/jenkins-plugin-sqlplus-script-runner/raw/master/shots/script-running.png)

0 commit comments

Comments
 (0)