Fixing creation of missing directory
ogagent/pipeline/head There was a failure building this commit
Details
ogagent/pipeline/head There was a failure building this commit
Details
parent
909da6732c
commit
bc804747c4
|
@ -45,6 +45,7 @@ pipeline {
|
|||
def devName = params.DEV_NAME ? params.DEV_NAME : env.DEFAULT_DEV_NAME
|
||||
def devEmail = params.DEV_EMAIL ? params.DEV_EMAIL : env.DEFAULT_DEV_EMAIL
|
||||
generateDebianChangelog(env.BUILD_DIR, devName, devEmail)
|
||||
sh "mkdir -p ${env.BUILD_DIR}/debian/"
|
||||
sh "cp ${env.BUILD_DIR}/debian/changelog ${env.BUILD_DIR}/linux/debian/"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue