Skip to content
Open
Changes from all commits
Commits
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
6 changes: 3 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ pipeline {
// This can be http or https
NEXUS_PROTOCOL = "http"
// Where your Nexus is running
NEXUS_URL = "65.2.189.169:8081"
NEXUS_URL = "13.60.86.216:8081"
// Repository where we will upload the artifact
NEXUS_REPOSITORY = "LoginWebApp"
NEXUS_REPOSITORY = "loginwebapp"
// Jenkins credential id to authenticate to Nexus OSS
NEXUS_CREDENTIAL_ID = "nexusCredential"
NEXUS_CREDENTIAL_ID = "nexusCred"
ARTIFACT_VERSION = "${BUILD_NUMBER}"
}

Expand Down