Skip to content

Commit 3e04120

Browse files
committed
Jenkinsfile Updated with more Syntax
1 parent 510c905 commit 3e04120

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pipeline {
22
agent any
33
environment {
4-
NEW_VERSION = env.GIT_COMMIT
4+
NEW_VERSION = '1.0.0'
55
}
66
stages {
77
stage("build"){

0 commit comments

Comments
 (0)