Skip to content

Commit 390d3c5

Browse files
author
ranjeet-pivotchain
committed
credintials
1 parent 45b4f18 commit 390d3c5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Jenkinsfile

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ pipeline {
22
agent any
33
environment{
44
NEW_VERSION = '1.3.3'
5+
SERVER_CREDENTIALS = credentials('ranjeetrj')
56
}
67

78
stages {
@@ -27,6 +28,7 @@ pipeline {
2728
steps {
2829
echo 'Deploying....'
2930
echo "Deploying with version ${NEW_VERSION}"
31+
echo "Deploying with version ${SERVER_CREDENTIALS}"
3032
}
3133
}
3234
}

0 commit comments

Comments
 (0)