mirror of
https://github.com/azaion/annotations.git
synced 2026-04-23 05:06:31 +00:00
updated zip pipeline to use parameters from Azaion pipeline - fixed path
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@ pipeline {
|
|||||||
agent { label 'Win10-BuildMachine' }
|
agent { label 'Win10-BuildMachine' }
|
||||||
|
|
||||||
parameters {
|
parameters {
|
||||||
string(name: 'buildPath', defaultValue: 'C:/Jenkins/workspace/AzaionSuite/suite', description: 'Build directory to zip from')
|
string(name: 'buildPath', defaultValue: 'C:/Jenkins/workspace/Azaion/suite', description: 'Build directory to zip from')
|
||||||
}
|
}
|
||||||
|
|
||||||
tools {
|
tools {
|
||||||
|
|||||||
Reference in New Issue
Block a user