Skip to content

Commit 46d7289

Browse files
authored
Merge pull request #1 from SAGDemoCamp/master
fix typo
2 parents 7db5af7 + 897bfb9 commit 46d7289

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile.win

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pipeline {
99
}
1010
stage('Deploy') {
1111
steps {
12-
bat "${env.SAG_HOME}/common/AssetBuildEnvironment/ant/bin/ant -DSAGHomeE=${env.SAG_HOME} -DSAG_CI_HOME=${env.SAG_CI_HOME} -DprojectName=${env.JOB_NAME} deploy"
12+
bat "${env.SAG_HOME}/common/AssetBuildEnvironment/ant/bin/ant -DSAGHome=${env.SAG_HOME} -DSAG_CI_HOME=${env.SAG_CI_HOME} -DprojectName=${env.JOB_NAME} deploy"
1313
}
1414
}
1515
stage('Test') {

0 commit comments

Comments
 (0)