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

Update 20200316.md #30

Open
wants to merge 26 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
9396ca1
Update 20200316.md
innocious Jun 30, 2021
dad23fc
Update Jenkinsfile
innocious Jul 16, 2021
67f0b18
Set Debug varialble to true
innocious Jul 16, 2021
93fb14a
Added Groovy_HOME variable to environment
innocious Jul 17, 2021
16e6d62
Made little changes to the Jenkinsfile
innocious Jul 18, 2021
ce30a09
Update Tools.groovy and removed def.
innocious Jul 23, 2021
12ea4de
Update Jenkinsfile
innocious Jul 23, 2021
7228eed
Updated Tools.groovy
innocious Jul 28, 2021
1f9359a
Updated groovyz to groovy
innocious Jul 30, 2021
6d22614
Fixed typo in Build Groovy Groovy zOS Utility stage
innocious Jul 31, 2021
e4a00cd
Set debug to false, and removed sh "env"
innocious Jul 31, 2021
8572176
Added groovyjar environment variable
innocious Aug 3, 2021
73df85c
Changed groovy command to groovyzhome
innocious Aug 5, 2021
177885c
Changed Build groovy zos utility command to groovyHome
innocious Aug 5, 2021
219076d
Update Jenkinsfile
innocious Aug 17, 2021
8cfec32
Changed cp to scp
innocious Aug 17, 2021
7532b2d
Update Jenkinsfile
innocious Aug 18, 2021
a874d88
Update Jenkinsfile
innocious Aug 18, 2021
46d7843
Update Jenkinsfile
innocious Aug 18, 2021
0cad3cb
Update Jenkinsfile
innocious Aug 18, 2021
e224ba4
Update Jenkinsfile
innocious Aug 19, 2021
d0d185d
Update Jenkinsfile
innocious Aug 23, 2021
2e1d8b7
Update Jenkinsfile
innocious Aug 23, 2021
061472c
Update Tools.groovy
innocious Aug 26, 2021
e635b70
Update Jenkinsfile
innocious Aug 26, 2021
d77b154
Update Jenkinsfile
innocious Aug 26, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Made little changes to the Jenkinsfile
innocious authored Jul 18, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 16e6d62cded779b6b4791c454915571e40189634
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ pipeline {
javaHome = '/usr/lpp/java/J8.0_64/bin'
groovyHome = '/opt/lpp/IBM/dbb/groovy-2.4.12/'
GROOVY_HOME ='/opt/lpp/IBM/dbb/groovy-2.4.12/'
//groovyzHome = '/opt/lpp/IBM/dbb/bin'
groovyzHome = '/opt/lpp/IBM/dbb/bin'
groovyzhome ='/u/jerrye/bin'
DBB_HOME = '/opt/lpp/IBM/dbb'
DBB_CONF = "${WORKSPACE}/conf"