Skip to content

Commit

Permalink
Fix cicd.groovy script
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorTodorovskiIBM committed Jul 26, 2022
1 parent 35c9452 commit bc37b7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cicd.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ node('linux')
}

stage('Build') {
build job: 'Port-Pipeline', parameters: [string(name: 'PORT_GITHUB_REPO', value: 'https://github.com/ZOSOpenTools/makeport.git'), string(name: 'PORT_DESCRIPTION', value: 'GNU Make is a tool which controls the generation of executables and other non-source files of a program from the program's source files.' )]
build job: 'Port-Pipeline', parameters: [string(name: 'PORT_GITHUB_REPO', value: 'https://github.com/ZOSOpenTools/makeport.git'), string(name: 'PORT_DESCRIPTION', value: 'GNU Make is a tool which controls the generation of executables and other non-source files of a program from program source files.' )]
}
}

0 comments on commit bc37b7c

Please sign in to comment.