Skip to content

Commit

Permalink
Update cicd-dev.groovy
Browse files Browse the repository at this point in the history
  • Loading branch information
v1gnesh authored Jan 20, 2024
1 parent ca3c799 commit f0fbc58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cicd-dev.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ node('linux')
userRemoteConfigs: [[url: 'https://github.com/ZOSOpenTools/NATSport.git']]])
}
stage('Build') {
build job: 'Port-Pipeline', parameters: [string(name: 'PORT_GITHUB_REPO', value: 'https://github.com/ZOSOpenTools/NATSport.git'), string(name: 'PORT_DESCRIPTION', value: 'NATS is a simple, secure and performant communications system for digital systems, services and devices.' ), string(name: 'BUILD_LINE', value: 'DEV') ]
build job: 'Port-Pipeline', parameters: [string(name: 'PORT_GITHUB_REPO', value: 'https://github.com/ZOSOpenTools/NATSport.git'), string(name: 'PORT_DESCRIPTION', value: 'NATS is a simple, secure and performant communications system for digital systems, services and devices.' ), string(name: 'BUILD_LINE', value: 'DEV'), string(name: 'NODE_LABEL', value: "go_120" ) ]
}
}

0 comments on commit f0fbc58

Please sign in to comment.