change tarball name
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -57,10 +57,10 @@ pipeline {
|
|||||||
cp LICENSE.txt build/bin/
|
cp LICENSE.txt build/bin/
|
||||||
|
|
||||||
# Create tarball with the contents of build/bin at the root
|
# Create tarball with the contents of build/bin at the root
|
||||||
tar -czf chloride.tar.gz -C build/bin .
|
tar -czf chloride-linux-x86_64.tar.gz -C build/bin .
|
||||||
'''
|
'''
|
||||||
// Archive the tarball
|
// Archive the tarball
|
||||||
archiveArtifacts artifacts: 'chloride.tar.gz', allowEmptyArchive: false
|
archiveArtifacts artifacts: 'chloride-linux-x86_64.tar.gz', allowEmptyArchive: false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user